Automatic date update in version.in
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
a48d0c12
HS
12015-06-10 Han Shen <shenhan@google.com>
2 Patch for erratum-843419 (2 of 2 - fix erratum occurrences).
3
4 Now fixing for 843419 is fully functional.
5
6 The first part of the erratum fix CL is here -
7 https://sourceware.org/ml/binutils/2015-04/msg00229.html
8
9 * aarch64.cc(global enum): New constants representing stub types.
10 (Stub_template): New POD struct.
11 (Stub_template_repertoire): New class.
12 (Stub_base): New class.
13 (Erratum_stub): New class.
14 (Reloc_stub): Refactored to be a subclass of Stub_base.
15 (Reloc_stub::Stub_type): Removed.
16 (Reloc_stub::offset): Moved to Stub_base.
17 (Reloc_stub::set_offset): Moved to Stub_base.
18 (Reloc_stub::destination_address): Moved to Stub_base.
19 (Reloc_stub::set_destination_address): Moved to Stub_base.
20 (Reloc_stub::reset_destination_address): Moved to Stub_base.
21 (Reloc_stub::stub_type): Renamed and moved to Stub_base.
22 (Reloc_stub::stub_size): Renamed and moved to Stub_base.
23 (Reloc_stub::stub_insns): Renamed and moved to Stub_base.
24 (Reloc_stub::write): Moved to Stub_base.
25 (Reloc_stub::invalid_offset): Moved to Stub_base.
26 (Reloc_stub::invalid_address): Moved to Stub_base.
27 (Reloc_stub::stub_type_): Renamed and moved to Stub_base.
28 (Reloc_stub::stub_insns_): Moved to Stub_base.
29 (Reloc_stub::offset_): Moved to Stub_base.
30 (Reloc_stub::destination_address_): Moved to Stub_base.
31 (Stub_table::The_aarch64_relobj): New typedef.
32 (Stub_table::The_erratum_stub): New typedef.
33 (Stub_table::The_erratum_stub_less): New typedef.
34 (Stub_table::The_erratum_stub_set): New typedef.
35 (Stub_table::The_erratum_stub_set_iter): New typedef.
36 (Stub_table::empty): Added emptiness testing for erratum stubs.
37 (Stub_table::add_erratum_stub): New method to add an erratum stub.
38 (Stub_table::find_erratum_stub): New method.
39 (Stub_table::find_erratum_stubs_for_input_section): New method.
40 (Stub_table::erratum_stub_address): New method.
41 (Stub_table::update_date_size_changed_p): Modified to handle erratum stubs.
42 (Stub_table::do_addralign): Modified to handle erratum stubs.
43 (Stub_table::erratum_stubs_): New member.
44 (Stub_table::erratum_stub_size_): New member.
45 (Stub_table::relocate_stubs): Modified to handle erratum stubs.
46 (Stub_table::do_write): Modified to handle erratum stubs.
47 (AArch64_relobj::The_erratum_stub): New typedef.
48 (AArch64_relobj::Erratum_stub_set_iter): New typedef.
49 (AArch64_relobj::fix_errata): New method.
50 (Target_aarch64::The_reloc_stub_type): Removed.
51 (Target_aarch64::The_erratum_stub): New typede.
52 (AArch64_relocate_functions::construct_b): New method.
53
1e1b2efc
NC
542015-06-08 Nick Clifton <nickc@redhat.com>
55
56 * po/fr.po: New French Translation.
57
b8cf5075
CC
582015-06-07 Cary Coutant <ccoutant@gmail.com>
59
60 PR gold/18288
61 * resolve.cc (symbol_to_bits): Remove type parameter; adjust all
62 callers. Don't use STT_COMMON to check for common symbols.
63 (Symbol_table::resolve): Warn if relocatable object has STT_COMMON
64 symbol that's not in a common section.
65 * symtab.h (Symbol::is_common): Don't use STT_COMMON to check for
66 common symbols.
67
bdd2d2b7
CC
682015-06-04 Cary Coutant <ccoutant@gmail.com>
69
70 PR gold/18200
71 * Makefile.am (diststuff): Add target.
72 * Makefile.in: Regenerate.
73
cd3c333f
CC
742015-06-04 Cary Coutant <ccoutant@gmail.com>
75
76 PR gold/17498
77 * object.cc (Sized_relobj_file::do_count_local_symbols): Discard
78 temporary locals in merge sections.
79 * options.cc (General_options::parse_discard_all): New method.
80 (General_options::parse_discard_locals): New method.
81 (General_options::parse_discard_none): New method.
82 (General_options::General_options): Initialize discard_locals_.
83 * options.h (--discard-all): Convert to special option.
84 (--discard-locals): Likewise.
85 (--discard-none): New option.
86 (General_options::discard_all): New method.
87 (General_options::discard_locals): New method.
88 (General_options::discard_sec_merge): New method.
89 (General_options::Discard_locals): New enum.
90 (General_options::discard_locals_): New data member.
91
8086551f
CC
922015-06-03 Cary Coutant <cary@google.com>
93
94 * script-sections.cc (Script_sections::Script_sections): Initialize
95 segments_created_.
96 (Script_sections::create_note_and_tls_segments): Set flag when
97 segments are created.
98 (Script_sections::expected_segment_count): Count PT_INTERP.
99 (Script_sections::attach_sections_using_phdrs_clause): Set flag when
100 segments are created.
101 * script-sections.h (Script_sections::segments_created_): New data
102 member.
103
374082df
CC
1042015-06-03 Cary Coutant <ccoutant@gmail.com>
105
106 PR gold/15370
107 * script-sections.cc
108 (Output_section_element_input::set_section_addresses): When there
109 are several patterns with no sort spec, put all sections in the same
110 bin.
111 * testsuite/Makefile.am (script_test_12): New testcase.
112 (script_test_12i): New testcase.
113 * testsuite/Makefile.in: Regenerate.
114 * testsuite/script_test_12.t: New test linker script.
115 * testsuite/script_test_12i.t: New test linker script.
116 * testsuite/script_test_12a.c: New test source file.
117 * testsuite/script_test_12b.c: New test source file.
118
775ed62e
CC
1192015-06-02 Cary Coutant <ccoutant@gmail.com>
120
121 * nacl.h (Sniff_file): Switch parameters to get_view to get an
122 aligned view.
123
9c7fe3c5
CC
1242015-06-03 Cary Coutant <ccoutant@gmail.com>
125
126 PR gold/17819
127 * gold.cc (queue_final_tasks): When --build-id=tree, queue a
128 separate task to schedule the build id computation.
129 * layout.cc (Hash_task::Hash_task): Remove build_id_blocker,
130 add Output_file and offset.
131 (Hash_task::run): Get and release the input views.
132 (Hash_task::is_runnable): Always return NULL (always runnable).
133 (Layout::queue_build_id_tasks): Remove.
134 (Layout::write_build_id): Add array_of_hashes and size_of_hashes
135 parameters; use them instead of class members.
136 (Build_id_task_runner::run): New function.
137 (Close_task_runner::run): Pass array_of_hashes and size_of_hashes
138 to write_build_id.
139 * layout.h (Layout::queue_build_id_tasks): Remove.
140 (Layout::write_build_id): Add array_of_hashes and size_of_hashes
141 parameters.
142 (Layout::array_of_hashes_): Remove.
143 (Layout::size_of_array_of_hashes_): Remove.
144 (Layout::input_view_): Remove.
145 (Build_id_task_runner): New class.
146 (Close_task_runner::Close_task_runner): Add array_of_hashes and
147 size_of_hashes parameters.
148 (Close_task_runner::array_of_hashes_): New data member.
149 (Close_task_runner::size_of_hashes_): New data member.
150 * testsuite/Makefile.am
151 (flagstest_compress_debug_sections_and_build_id_tree): New test.
152 * testsuite/Makefile.in: Regenerate.
153
400f8944
RÁE
1542015-06-01 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
155
156 * merge.cc (get_input_merge_map): Update for data structure change.
157 (get_or_make_input_merge_map): Update for data structure change.
158 * merge.h (Object_merge_map): Use a std::vector<std::pair>> instead of
159 a std::map. Remove first_shnum_, first_map_, second_shnum_, second_map_.
160
bbec1a5d
AM
1612015-05-16 Alan Modra <amodra@gmail.com>
162
163 * reloc.cc (Sized_relobj_file::find_functions): Use function_location.
164 * powerpc.cc (Target_powerpc::do_calls_non_split): New function.
165 (addi_12_1, addis_2_12, addis_12_1, cmpld_7_12_0): New constants.
166 (lis_0): Rename from lis_0_0.
167
efc6fa12
CC
1682015-04-29 Cary Coutant <cary@google.com>
169 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
170
171 * gc.h (Garbage_collection::is_section_garbage): Change Object*
172 to Relobj*.
173 (Garbage_collection::add_reference): Likewise.
174 (Garbage_collection::gc_process_relocs): Likewise. Don't push
175 object/shndx pair onto *secvec for dynamic objects. Don't follow
176 relocations pointing to dynamic objects for GC.
177 * icf.cc (Icf::find_identical_sections): Change Object* to Relobj*.
178 (Icf::unfold_section): Likewise.
179 (Icf::is_section_folded): Likewise.
180 (Icf::get_folded_section): Likewise.
181 * icf.h: (Icf::get_folded_section): Likewise.
182 (Icf::unfold_section): Likewise.
183 (Icf::is_section_folded): Likewise.
184 (Icf::section_has_function_pointers): Likewise.
185 (Icf::set_section_has_function_pointers): Likewise.
186 * object.h (Section_id): Likewise.
187 (Const_section_id): Likewise.
188 * output.cc (Output_section::update_section_layout): Likewise.
189 * output.h: (Output_section_lookup_maps::find_relaxed_input_section):
190 Likewise.
191 * plugin.cc (update_section_order): Likewise.
192 (unique_segment_for_sections): Likewise.
193 * powerpc.cc (Powerpc_relobj::add_reference): Likewise.
194 (Target_powerpc::do_gc_add_reference): Likewise.
195 (Target_powerpc::gc_process_relocs): Likewise.
196 (Target_powerpc::do_gc_add_reference): Likewise.
197 * symtab.cc (Symbol_table::is_section_folded): Likewise.
198 (Symbol_table::gc_mark_symbol): Likewise.
199 * symtab.h: (Symbol_table::is_section_folded): Likewise.
200 * target.h: (Sized_target::gc_add_reference): Likewise.
201 (Sized_target::do_gc_add_reference): Likewise.
202
f9d3ecaa
NC
2032015-04-29 Nick Clifton <nickc@redhat.com>
204
205 * po/fi.po: Updated Finnish translation.
206
faa2211d
AM
2072015-04-28 Alan Modra <amodra@gmail.com>
208
209 * powerpc.cc (Target_powerpc::do_dynsym_value): Use Address rather
210 than unsigned int for find_global_entry result temp. Compare
211 against invalid_address.
212 (Target_powerpc::do_plt_address_for_global): Likewise.
213 (Target_powerpc::Relocate::relocate): Likewise. Don't assert
214 on plt call stub existence for debug info. Do assert for plt
215 and global entry stub existence if an alloc section.
216
6ec65f28
AM
2172015-04-28 Alan Modra <amodra@gmail.com>
218
219 * powerpc.cc (Target_powerpc::Relocate::relocate): Don't assert
220 on missing global entry stub due to bogus debug info.
221
7a2a1c79
HS
2222015-04-27 Han Shen <shenhan@google.com>
223
224 * options.h (--fix-cortex-a53-843419): Rename option.
225 * aarch64.cc (AArch64_relobj::do_count_local_symbols): Use renamed
226 option.
227 (AArch64_relobj::scan_sections_for_stubs): Use renamed option.
228
cfbf0e3c
RÁE
2292015-04-27 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
230
231 PR gold/18327
232 * output.cc (Output_section::is_input_address_mapped): Assume a missing
233 entry is mapped.
234 * testsuite/Makefile.am: Add the eh_test test.
235 * testsuite/Makefile.in: Regenerate.
236 * testsuite/eh_test_a.cc: New test.
237 * testsuite/eh_test_b.cc: New test.
238
6ec65f28
AM
2392015-04-23 Sriraman Tallam <tmsriram@google.com>
240
a100d66f
ST
241 * options.h (--weak-unresolved-symbols): New option.
242 * symtab.cc (Symbol_table::sized_write_globals): Change symbol
243 binding to weak with new option.
244 * symtab.h (is_weak_undefined): Check for new option.
245 (is_strong_undefined): Check for new option.
246 * testsuite/Makefile.am (weak_unresolved_symbols_test): New test.
247 * testsuite/Makefile.in: Regenerate.
248 * testsuite/weak_unresolved_symbols_test.cc: New file.
249
4b889c30
IC
2502015-04-20 Ian Coolidge <icoolidge@google.com>
251
252 * symtab.cc (Symbol::should_add_dynsym_entry): Return true for
253 GNU_UNIQUE.
254
4277535c
RÁE
2552015-04-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
256
257 * gc.cc (Garbage_collection::do_transitive_closure): Use back and
258 push_back.
259 * gc.h (Garbage_collection): Use a std::vector instead of a std::queue.
260 * object.cc (Sized_relobj_file::do_layout): Use push_back.
261 * powerpc.cc (process_gc_mark): Use push_back.
262 (Target_powerpc::do_gc_mark_symbol): Use push_back.
263 * symtab.cc (Symbol_table::gc_mark_symbol): Use push_back.
264
7a2a1c79 2652015-04-16 Han Shen <shenhan@google.com>
5019d64a 266
6ec65f28
AM
267 * aarch64.cc (AArch64_insn_utilities): New utility class.
268 (AArch64_relobj::Mapping_symbol_position): New struct.
269 (AArch64_relobj::Mapping_symbol_info): New typedef.
270 (AArch64_relobj::do_count_local_symbols): New function overriding
271 parent's implementation.
272 (AArch64_relobj::mapping_symbol_info_): New member
273 (AArch64_relobj::scan_erratum_843419): New method.
274 (Target_aarch64::scan_erratum_843419_span): New method.
275 (Target_aarch64::is_erratum_843419_sequence): New method.
276 * options.h (fix_cortex_a53): New option.
5019d64a 277
a6a17750
CC
2782015-04-09 Cary Coutant <ccoutant@google.com>
279
280 * symtab.cc (Symbol::final_value_is_known): Check for TLS symbol
281 in a PIE link.
282 * testsuite/Makefile.am (tls_pie_test.sh): New test.
283 * testsuite/Makefile.in: Regenerate.
284 * testsuite/tls_pie_test.sh: New.
285
437ddf0c
CC
2862015-04-09 Cary Coutant <ccoutant@google.com>
287
288 * debug.h (DEBUG_LOCATION): New.
289 (DEBUG_ALL): Include DEBUG_LOCATION.
290 (debug_string_to_enum): Add DEBUG_LOCATION.
291 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Fix debug
292 output to print correct context.
293 (Sized_dwarf_line_info::do_addr2line): Add debug output. Return
294 up to 4 more locations at the beginning of the function.
295 * symtab.cc (Symbol_table::detect_odr_violations): Get canonical
296 result before sorting list of line numbers.
297 * testsuite/debug_msg.sh: Allow range of line numbers for
298 canonical results on optimized code.
299
24491327
HS
3002015-04-07 HC Yen <hc.yen@mediatek.com>
301
302 Add AArch32 support for gold linker.
303 gold/
304 * arm.cc: Add V8 arch combine table.
305
7fa5525f
RÁE
3062015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
307
308 * aarch64.cc (do_reloc_addend): Fix signature to match the parent one.
309
5368dcf2
RÁE
3102015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
311
312 * gc.cc (Garbage_collection::do_transitive_closure): Avoid a call
313 to find by using the return value of insert.
314
9dbb4b02
RÁE
3152015-04-06 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
316
317 * gc.cc (Garbage_collection::do_transitive_closure): Avoid a copy
318 constructor call.
319
1fa29f10
IT
3202015-04-06 Ilya Tocar <ilya.tocar@intel.com>
321
322 PR gold/17641
323 * x86_64.cc (Target_x86_64::can_convert_mov_to_lea): New.
324 (Target_x86_64::Scan::local): Don't create GOT entry, when we
325 can convert mov to lea.
326 (Target_x86_64::Scan::global): Ditto.
327 (Target_x86_64::Relocate::relocate): Convert mov foo@GOTPCREL(%rip),
328 %reg to lea foo(%rip), %reg if possible.
329 * testsuite/Makefile.am (x86_64_mov_to_lea): New test.
330 * testsuite/x86_64_mov_to_lea1.s: New.
331 * testsuite/x86_64_mov_to_lea2.s: Ditto.
332 * testsuite/x86_64_mov_to_lea3.s: Ditto.
333 * testsuite/x86_64_mov_to_lea4.s: Ditto.
334 * testsuite/x86_64_mov_to_lea.sh: Ditto.
335
39f3de7c
L
3362015-04-02 H.J. Lu <hongjiu.lu@intel.com>
337
338 * configure: Regenerated.
339
c4fc4724
IT
3402015-04-01 Ilya Tocar <ilya.tocar@intel.com>
341
342 PR gold/17640
343 * i386.cc (Target_i386::can_convert_mov_to_lea): New.
344 (Target_i386::Scan::local): Don't create GOT entry, when we
345 can convert GOT to GOTOFF.
346 (Target_i386::Scan::global): Ditto.
347 (Target_i386::Relocate::relocate): Convert mov foo@GOT(%reg), %reg to
348 lea foo@GOTOFF(%reg), %reg if possible.
349 * testsuite/Makefile.am (i386_mov_to_lea): New test.
350 * testsuite/i386_mov_to_lea1.s: New.
351 * testsuite/i386_mov_to_lea2.s: Ditto.
352 * testsuite/i386_mov_to_lea3.s: Ditto.
353 * testsuite/i386_mov_to_lea4.s: Ditto.
354 * testsuite/i386_mov_to_lea5.s: Ditto.
355 * testsuite/i386_mov_to_lea.sh: Ditto.
356
918357b9
L
3572015-04-01 H.J. Lu <hongjiu.lu@intel.com>
358
359 * Makefile.am (ZLIB): New.
360 (ZLIBINC): Likewise.
361 (AM_CFLAGS): Add $(ZLIBINC).
362 (AM_CXXFLAGS): Likewise.
363 (ldadd_varldadd_var): Add $(ZLIB).
364 (incremental_dump_LDADD): Likewise.
365 (dwp_LDADD): Likewise.
366 * compressed_output.cc: Don't check HAVE_ZLIB_H to include
367 <zlib.h>.
368 (zlib_compress): Don't check HAVE_ZLIB_H.
369 (zlib_decompress): Likewise.
370 * options.h (compress_debug_sections): Likewise.
371 * configure.ac (AM_CONDITIONAL): Removed.
372 * testsuite/Makefile.am (ZLIB): New.
373 (LDADD): Add $(ZLIB).
374 Don't check HAVE_ZLIB.
375 * Makefile.in: Regenerated.
376 * config.in: Likewise.
377 * configure: Likewise.
378 * testsuite/Makefile.in: Likewise.
379
6b0ad2eb
JY
3802015-03-30 Jing Yu <jingyu@google.com>
381
382 * aarch64-reloc.def: New TLSLD_ADD_DTPREL_HI12,
383 TLSLD_ADD_DTPREL_LO12_NC.
384 * aarch64.cc (Target_aarch64::define_tls_base_symbol): Always let
385 _TLS_MODULE_BASE_ point to the start of tls segment.
386 (Target_aarch64::optimize_tls_reloc): Add cases for
387 R_AARCH64_TLSLD_ADD_DTPREL_HI12 and
388 R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
389 (Target_aarch64::Scan::local): Likewise.
390 (Target_aarch64::Scan::global): Likewise.
391 (Target_aarch64::Relocate::relocate): Likewise.
392 (Target_aarch64::Relocate::relocate_tls): Likewise. And remove
393 subtracting tls segment size from symbol value for TLSLD_*_DTPREL
394 relocations.
395
0916f9e7
RÁE
3962015-03-27 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
397
398 * merge.cc (Object_merge_map::add_mapping): call
399 Object_merge_map::Input_merge_map::add_mapping.
400 (Object_merge_map::Input_merge_map::add_mapping): New.
401 (Output_merge_data::do_add_input_section): Call
402 get_or_make_input_merge_map before a loop.
403 (Output_merge_string<Char_type>::finalize_merged_data): Call
404 get_or_make_input_merge_map before a loop.
405 * merge.h (Object_merge_map): Make Input_merge_map public.
406 * object.cc (Relobj::add_merge_mapping): Use get_or_create_merge_map.
407 (Relobj::get_or_create_merge_map): New.
408 * object.h (Relobj::get_or_create_merge_map): New.
409
282c9750
AM
4102015-03-24 Alan Modra <amodra@gmail.com>
411
412 PR 18147
413 * powerpc.cc (Target_powerpc::Relocate::relocate): Don't report
414 relocation errors for branches to strong undefined symbols.
415
67f95b96
RÁE
4162015-03-23 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
417
418 * merge.cc (Object_merge_map::get_input_merge_map): Make it const.
419 (Object_merge_map::is_merge_section_for): Remove.
420 (Object_merge_map::find_merge_section): New.
421 * merge.h (Object_merge_map::is_merge_section_for): Remove.
422 (Object_merge_map::find_merge_section): New.
423 (Object_merge_map::get_input_merge_map): Add a const version.
424 * object.cc (Relobj::is_merge_section_for): Remove.
425 (Relobj::find_merge_section): New.
426 * object.h (Relobj::is_merge_section_for): Remove.
427 (Relobj::find_merge_section): New.
428 * output.cc
429 (Output_section::Input_section::is_merge_section_for): Remove.
430 (Output_section::add_merge_input_section): Don't call
431 add_merge_input_section.
432 (Output_section::find_merge_section): Return const. Use
433 object->find_merge_section.
434 (Output_section::build_lookup_maps): Don't build a map for
435 merge sections.
436 (Output_section::is_input_address_mapped): Return false if
437 section is not found.
438 (Output_section::find_starting_output_address): Use
439 find_merge_section instead of is_merge_section_for.
440 (Output_section::add_script_input_section): Don't build a map for
441 merge sections.
442 * output.h (Output_section_lookup_maps::merge_sections_by_id_): Remove.
443 (Output_section_lookup_maps::find_merge_section): Remove.
444 (Output_section_lookup_maps::add_merge_input_section) Remove.
445 (Output_section::find_merge_section): Return const.
446
152f7024
CC
4472015-03-22 Cary Coutant <cary@google.com>
448
449 PR gold/18106
450 * i386.cc (Target_i386::Relocate::tls_gd_to_ie): Fix support for
451 non-SIB form of lea, with nop after the call.
452
bccffdfd
CC
4532015-03-21 Cary Coutant <cary@google.com>
454
455 PR gold/14217
456 * output.cc (Output_segment::is_first_section_relro): Don't ignore
457 .tdata section.
458 (Output_segment::set_section_addresses): Don't align size of relro
459 segment for .tbss.
460
1c582fe7
CC
4612015-03-21 Cary Coutant <cary@google.com>
462
463 PR gold/18010
464 * stringpool.cc (Stringpool_template): Don't optimize if section
465 alignment is greater than sizeof(char).
466
410da591
CC
4672015-03-21 Cary Coutant <cary@google.com>
468
469 PR gold/18048
470 * script-c.h (script_include_directive): Add first_token parameter.
471 * script.cc (script_include_directive): Add first_token parameter, and
472 pass it to read_script_file.
473 * yyscript.y (PARSING_SECTIONS_BLOCK, PARSING_SECTION_CMDS)
474 (PARSING_MEMORY_DEF): New tokens.
475 (top): Add new productions for INCLUDE files.
476 (file_cmd): Replace file_or_sections_cmd with copy of its productions.
477 Pass PARSING_LINKER_SCRIPT to script_include_directive.
478 (section_block_cmd): Likewise; pass PARSING_SECTIONS_BLOCK.
479 (section_cmd): Pass PARSING_SECTION_CMDS.
480 (file_or_sections_cmd): Remove.
481 (memory_def): Pass PARSING_MEMORY_DEF.
482 * testsuite/Makefile.am (memory_test_2): New test.
483 * testsuite/Makefile.in: Regenerate.
484 * testsuite/memory_test_inc.t: New script file.
485 * testsuite/memory_test_inc_1.t.src: New script file.
486 * testsuite/memory_test_inc_2.t.src: New script file.
487 * testsuite/memory_test_inc_3.t.src: New script file.
488
0d5bbdb0
CC
4892015-03-21 Cary Coutant <cary@google.com>
490
491 * dwp.cc (Sized_relobj_dwo::do_section_contents): Delete.
492 (Sized_relobj_dwo::setup): Build compressed section map.
493 (Sized_relobj_dwo::do_decompressed_section_contents): Delete.
494 * dynobj.cc (Sized_dynobj::base_read_symbols): Build compressed
495 section map.
496 * object.cc (Sized_relobj_file::Sized_relobj_file): Remove
497 compressed_sections_ field.
498 (build_compressed_section_map): Take Object instead of
499 Sized_relobj_file parameter; add decompress_if_needed parameter.
500 (Sized_relobj_file::do_find_special_sections): Store compressed
501 section map in parent Object.
502 (Sized_relobj_file::do_decompressed_section_contents): Move
503 implementation to Object::decompressed_section_contents.
504 (Sized_relobj_file::do_discard_decompressed_sections): Move
505 implementation to Object::discard_decompressed_sections.
506 * object.h (build_compressed_section_map): Declare.
507 (Object::Object): Add compressed_sections_ field.
508 (Object::section_is_compressed): Move implementation here.
509 (Object::decompressed_section_contents): De-virtualize.
510 (Object::discard_decompressed_sections): De-virtualize.
511 (Object::do_section_is_compressed): Delete.
512 (Object::do_decompressed_section_contents): Delete.
513 (Object::set_compressed_sections): New method.
514 (Object::compressed_sections): New method.
515 (Object::compressed_sections_): New data member.
516 (Compressed_section_info, Compressed_section_map): Move to top of file.
517 (Sized_relobj_file::do_section_is_compressed): Delete.
518 (Sized_relobj_file::do_decompressed_section_contents): Delete.
519 (Sized_relobj_file::do_discard_decompressed_sections): Delete.
520 (Sized_relobj_file::compressed_sections_): Move to Object class.
521
bd9e0d46
CC
5222015-03-21 Cary Coutant <ccoutant@google.com>
523
524 PR gold/18152
525 * gold.cc (queue_middle_tasks): Finalize .eh_frame after laying out
526 deferred objects.
527
943c8b43
CC
5282015-03-11 Cary Coutant <ccoutant@google.com>
529
530 * options.cc (General_options::finalize): Don't allow -z relro
531 with incremental linking.
532 * testsuite/Makefile.am (incremental_test): Add -z norelro.
533 (incremental_test_2): Likewise.
534 (incremental_test_3): Likewise.
535 (incremental_test_4): Likewise.
536 (incremental_test_5): Likewise.
537 (incremental_test_6): Likewise.
538 (incremental_copy_test): Likewise.
539 (incremental_common_test_1): Likewise.
540 (incremental_comdat_test_1): Likewise.
541 * testsuite/Makefile.in: Regenerate.
542
e1663197
CC
5432015-03-09 Cary Coutant <ccoutant@google.com>
544
545 PR gold/14675
546 * ehframe.cc (Eh_frame::add_ehframe_input_section): Change return type;
547 return enum indicating whether .eh_frame section is empty, optimizable,
548 unrecognized, or an end marker. Adjust explicit instantiations.
549 * ehframe.h (Eh_frame::Eh_frame_section_disposition): New enum type.
550 (Eh_frame::add_ehframe_input_section): Change return type.
551 * gold.cc (queue_middle_tasks): Call Layout::finalize_eh_frame_section.
552 * layout.cc (Layout::layout_eh_frame): Don't add optimized sections
553 to the .eh_frame output section until we see the end marker.
554 (Layout::finalize_eh_frame_section): New.
555 * layout.h: (Layout::finalize_eh_frame_section): New.
556
beb8418f
L
5572015-03-05 H.J. Lu <hongjiu.lu@intel.com>
558
559 * output.cc (Relobj::initialize_input_to_output_map<size>):
560 Remove typename on elfcpp::Elf_types<size>::Elf_Addr.
561
48c73428
CC
5622015-03-04 Cary Coutant <ccoutant@google.com>
563
564 * parameters.cc (Parameters::set_target_once): Call
565 Target::select_as_default_target just once from here...
566 (set_parameters_target): ...instead of from here.
567
5682015-03-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
dbe40a88
RÁE
569
570 * ehframe.cc (Cie::set_output_offset): Pass in and use a
571 Output_section_data instead of a Merge_map.
572 (Eh_frame::Eh_frame): Don't initialize merge_map_.
573 (Eh_frame::read_cie): Use add_merge_mapping instead of
574 Merge_map::add_mapping.
575 (Eh_frame::read_fde): Ditto.
576 (Eh_frame::set_final_data_size): Use this instead of this->merge_map_.
577 (Eh_frame::do_output_offset): Use merge_output_offset istead of
578 merge_map_->get_output_offset.
579 (Eh_frame::do_is_merge_section_for): Delete.
580 * ehframe.h (Fde::add_mapping): Pass in and use a Output_section_data
581 instead of a Merge_map.
582 (Cie::set_output_offset): Pass in a Output_section_data instead of a
583 Merge_map.
584 (Eh_frame::do_is_merge_section_for): Delete.
585 (Eh_frame::merge_map_): Delete.
586 * merge.cc (Object_merge_map::get_or_make_input_merge_map): Pass in
587 and use a Output_section_data instead of a Merge_map.
588 (Object_merge_map::add_mapping): Ditto.
589 (Object_merge_map::get_output_offset): Remove the merge_map argument.
590 (Object_merge_map::is_merge_section_for): Pass in and use a
591 Output_section_data instead of a Merge_map.
592 (Merge_map): Delete.
593 (Output_merge_base::do_output_offset): Use merge_output_offset instead
594 of merge_map_.get_output_offset.
595 (Output_merge_base::do_is_merge_section_for): Delete.
596 (Output_merge_data::do_add_input_section): Use
597 object->add_merge_mapping instead of add_mapping.
598 (Output_merge_string<Char_type>::finalize_merged_data): Ditto.
599 * merge.h (Merge_map): Delete forward declaration.
600 (Object_merge_map::add_mapping): Pass in and use a Output_section_data
601 instead of a Merge_map.
602 (Object_merge_map::get_output_offset): Remove the merge_map argument.
603 (Object_merge_map::is_merge_section_for): Pass in and use a
604 Output_section_data instead of a Merge_map.
605 (Input_merge_map::Object_merge_map::merge_map): Replace with
606 output_data.
607 (Object_merge_map::get_or_make_input_merge_map): Pass in and use a
608 Output_section_data instead of a Merge_map.
609 (Merge_map): Delete.
610 (Output_merge_base::Output_merge_base): Don't initialize merge_map_.
611 (Output_merge_base::do_is_merge_section_for): Delete.
612 (Output_merge_base::add_mapping): Delete.
613 (Output_merge_base::merge_map_): Delete.
614 * object.cc (Relobj::initialize_input_to_output_map): New.
615 (Relobj::initialize_input_to_output_map): New.
616 (Relobj::merge_output_offset): New.
617 (Relobj::is_merge_section_for): New.
618 (Relobj::initialize_input_to_output_map): Instantiate for 32 and 64
619 bits.
620 * object.h (Relobj::merge_map): Delete.
621 (initialize_input_to_output_map): New.
622 (set_merge_map): Delete.
623 (add_merge_mapping): New.
624 (merge_output_offset): New.
625 (is_merge_section_for): New.
626 * output.cc (Output_section::Input_section::is_merge_section_for):
627 Use object->is_merge_section_for.
628 * output.h (Output_section_data::is_merge_section_for): Delete.
629 (Output_section_data::do_is_merge_section_for): Delete.
630 * reloc.cc (Merged_symbol_value<size>::initialize_input_to_output_map):
631 Use object->initialize_input_to_output_map.
632 (Merged_symbol_value<size>::value_from_output_section): Use
633 object->merge_output_offset.
634
48c73428 6352015-03-02 Peter Collingbourne <pcc@google.com>
2c7b626c
CC
636 Cary Coutant <ccoutant@google.com>
637
638 * output.cc (Output_section::add_merge_input_section): Do not
639 attempt to merge sections with an entsize of 0.
640
48c73428 6412015-03-02 Khem Raj <raj.khem@gmail.com>
5b07cd84
CC
642
643 * attributes.h (class Output_attributes_section_data ): Add
644 do_print_to_mapfile function.
645
ec86f434
AM
6462015-02-24 Alan Modra <amodra@gmail.com>
647
648 PR 18010
649 * powerpc.cc (Powerpc_relocate_functions::addr16_ds): Always
650 complain if value is not a multiple of four.
651 (Target_powerpc::Relocate::relocate): Correct handling of
652 R_POWERPC_GOT_TPREL16 and R_POWERPC_GOT_TPREL16_LO for ppc64.
653
be66981e
L
6542015-02-21 H.J. Lu <hongjiu.lu@intel.com>
655
656 * configure.ac (default_size): Set to 32 for x32.
657 * configure: Regenerated.
658
e3ee8ed4
AM
6592015-02-18 Alan Modra <amodra@gmail.com>
660
661 PR 17954
662 * powerpc.cc (Global_symbol_visitor_opd::operator()): Set default
663 visibility.
664
3a935c6c
RÁE
6652015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
666
667 * gc.h (Garbage_collection::add_reference): Don't use find.
668
e0a1e121
RÁE
6692015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
670
671 * object.cc (write_local_symbols): avoid std::vector copy.
672
45a4fb1a
RÁE
6732015-02-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
674
675 * merge.cc (get_output_offset): Use upper_bound instead of lower_bound.
676
2d9afefe
MW
6772015-02-09 Mark Wielaard <mjw@redhat.com>
678
679 * gdb-index.cc (Gdb_index_info_reader::visit_top_die): Recognize
680 DW_LANG_Fortran03 and DW_LANG_Fortran08.
681
e9c1bdad
CC
6822015-02-16 Cary Coutant <ccoutant@google.com>
683
684 PR gold/13577
685 PR gold/16992
686 * layout.cc (Layout::finish_dynamic_section): Don't set DT_SYMBOLIC or
687 DF_SYMBOLIC if --dynamic-list option is used.
688 * options.cc (General_options::finalize): --dynamic-list is not
689 mutually exclusive with -Bsymbolic.
690 * symtab.h (Symbol::is_preemptible): Don't exclude dynamic symbols not
691 listed in --dynamic-list.
692 * testsuite/Makefile.am (dynamic_list_lib2.so): Add
693 -Bsymbolic-functions.
694 * testsuite/Makefile.in: Regenerate.
695
0ed4b0bf
CC
6962015-02-16 Cary Coutant <ccoutant@google.com>
697
698 PR gold/17971
699 * incremental.cc: Remove redundant include of "output.h".
700
1a920511
JY
7012015-02-12 Jing Yu <jingyu@google.com>
702
703 * aarch64-reloc.def (TLSLE_MOVW_TPREL_G2, TLSLE_MOVW_TPREL_G1,
704 TLSLE_MOVW_TPREL_G1_NC, TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC,):
705 New relocation.
706 * aarch64.cc (Target_aarch64::Scan::local): Add cases for new
707 TLSLE_MOVW_* relocations.
708 (Target_aarch64::Scan::global): Likewise.
709 (Target_aarch64::Relocate::relocate): Likewise.
710 (Target_aarch64::Relocate::relocate_tls): Add cases and handlings
711 for new TLSLE_MOVW_* relocations.
712
07f107f3
WN
7132015-02-11 Will Newton <will.newton@linaro.org>
714
715 PR gold/13321
716 * arm.cc (Target_arm::make_plt_section): Create an ARM
717 state mapping symbol at the start of the PLT.
718
e051a5b5
L
7192015-02-09 H.J. Lu <hongjiu.lu@intel.com>
720
721 * testsuite/Makefile.am (two_file_shared_2_pic_1_test_DEPENDENCIES):
722 Replace two_file_shared_2.so with two_file_shared_1.so.
723 * testsuite/Makefile.in: Regenerated.
724
dddcc5b9
AM
7252015-02-09 Alan Modra <amodra@gmail.com>
726
727 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add libweak_undef_2.a,
728 plugin_test_thin.a and defsym_test.
729 * testsuite/Makefile.in: Regenerate.
730
b39b8b9d
RÁE
7312015-02-04 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
732
733 * merge.cc (do_add_input_section): Combine loop epilogue into main loop
734 body.
735
b66d1c52
CC
7362015-02-04 Peter Collingbourne <pcc@google.com>
737
738 * plugin.cc (Pluginobj::get_symbol_resolution_info): Resolve
739 forwarding symbols when computing symbol resolution info for plugins.
740 * plugin.h (Plugin_manager::symtab): New method.
741 (Pluginobj::get_symbol_resolution_info): Add symtab parameter.
742
23081de0
CC
7432015-02-03 Cary Coutant <ccoutant@google.com>
744 Peter Collingbourne <pcc@google.com>
745
746 PR gold/15660
747 * archive.cc (Thin_archive_object_unlocker): New class.
748 (Archive::include_member): Unlock external members of thin archives.
749 * testsuite/Makefile.am (plugin_test_1): Rename .syms files.
750 (plugin_test_2): Likewise.
751 (plugin_test_3): Likewise.
752 (plugin_test_4): Likewise.
753 (plugin_test_5): Likewise.
754 (plugin_test_6): Likewise.
755 (plugin_test_7): Likewise.
756 (plugin_test_8): Likewise.
757 (plugin_test_9): Likewise.
758 (plugin_test_10): Likewise.
759 (plugin_test_11): New test case.
760 * testsuite/Makefile.in: Regenerate.
761 * testsuite/plugin_test.c (claim_file_hook): Check for parallel .syms
762 file to decide whether to claim file.
763 (all_symbols_read_hook): Likewise.
764 * testsuite/plugin_test_1.sh: Adjust expected output.
765 * testsuite/plugin_test_2.sh: Likewise.
766 * testsuite/plugin_test_3.sh: Likewise.
767 * testsuite/plugin_test_6.sh: Likewise.
768 * testsuite/plugin_test_tls.sh: Likewise.
769 * testsuite/plugin_test_11.sh: New testcase.
770
7712015-02-03 Cary Coutant <ccoutant@google.com>
772
773 * descriptors.cc (Descriptors::open): Set artificially-low limit for
774 file descriptors when debugging enabled. Add debug output.
775 (Descriptors::release): Add debug output.
776 (Descriptors::close_some_descriptor): Likewise.
777 (Descriptors::close_all): Likewise.
778 * fileread.cc (File_read::lock): Likewise.
779 (File_read::unlock): Likewise.
780
24dd5808
CC
7812015-02-02 Cary Coutant <ccoutant@google.com>
782
783 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for
784 executable output file.
785
fa89cc82
HS
7862015-01-22 Han Shen <shenhan@google.com>
787
788 * arm.cc (Target_arm::Target_arm): Add initialization for new members.
789 (Target_arm::do_plt_address_for_global): New method.
790 (Target_arm::do_plt_address_for_local): New method.
791 (Target_arm::rel_irelative_section): New method.
792 (Target_arm::make_data_plt): Add more parameters for plt ctor.
793 (Target_arm::do_make_data_plt): Add more parameters for plt ctor.
794 (Target_arm::Scan::symbol_needs_plt_entry): Add ifunc support.
795 (Target_arm::Scan::reloc_needs_plt_for_ifunc): Add ifunc support.
796 (Target_arm::Scan::check_non_pic): Add ifunc support.
797 (Target_arm::Scan::local): Add ifunc support.
798 (Target_arm::Scan::global): Add ifunc support.
799 (Target_arm::make_plt_section): New method.
800 (Target_arm::make_plt_entry): Change to call to make_plt_section.
801 (Target_arm::make_local_ifunc_plt_entry): New method.
802 (Target_arm::got_irelative_): New member.
803 (Target_arm::rel_irelative_): New member.
804 (Target_arm::got_section): Add creation for got_irelative_.
805 (Target_arm::rel_dyn_section): Add creation for rel_irelative_.
806 (Target_arm::Relocate::relocate): Properly set local ifunc address.
807 (Target_arm::do_dynsym_value): Properly set global ifunc address.
808 (Target_arm::scan_reloc_for_stub): Properly set global ifunc address.
809 (Output_data_plt_arm::IRelative_data): New type.
810 (Output_data_plt_arm::Output_data_plt_arm): Add more parameters.
811 (Output_data_plt_arm::add_entry): Add more parameters.
812 (Output_data_plt_arm::add_relocation): New method.
813 (Output_data_plt_arm::add_local_ifunc_entry): New method.
814 (Output_data_plt_arm::rel_irelative): New method.
815 (Output_data_plt_arm::entry_count): Modified.
816 (Output_data_plt_arm::address_for_global): New method.
817 (Output_data_plt_arm::address_for_local): New method.
23081de0 818gold/
fa89cc82
HS
819 (Output_data_plt_arm::set_final_data_size): Add irelative_count_.
820 (Output_data_plt_arm::insert_irelative_data): New method.
821 (Output_data_plt_arm::irelative_rel_): New member.
822 (Output_data_plt_arm::got_): New member.
823 (Output_data_plt_arm::got_irelative_): New member.
824 (Output_data_plt_arm::irelative_count_): New member.
825 (Output_data_plt_arm::IRelative_data_vec): New typedef.
826 (Output_data_plt_arm::irelative_data_vec_): New member.
827 (Output_data_plt_arm::do_write): Write out irelative entries.
828 (Output_data_plt_arm_standard::Output_data_plt_arm_standard): Add
829 more parameters to ctor.
830 (Output_data_plt_arm_nacl::Output_data_plt_arm_nacl): Add
831 more parameters to ctor.
832 * output.h (Output_data_reloc::add_local_relative): New method.
833 * aarch64.cc (Output_data_plt_aarch64): Fixed typo in comment.
834
0f81d3f0
AM
8352015-01-29 Alan Modra <amodra@gmail.com>
836
837 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct GOT_TLSLD
838 and GOT_TLSGD to LE optimization.
839
65d92137
CC
8402015-01-28 Cary Coutant <ccoutant@google.com>
841
842 * x86_64.cc (Target_x86_64::Scan::global): Allow IE-to-LE optimization
843 for undef TLS symbols.
844 (Target_x86_64::Relocate::relocate_tls): Likewise.
845 (Target_x86_64::Relocate::tls_ie_to_le): Likewise.
846
5485698a
CC
8472015-01-25 Cary Coutant <ccoutant@google.com>
848
849 * output.cc (Output_segment::set_section_addresses): Fix calculation
850 of size of relro segment.
851
b01a4b04
AM
8522015-01-22 Alan Modra <amodra@gmail.com>
853
854 * powerpc.cc (Target_powerpc::Scan::local <got relocs>): Correct
855 condition for need of ifunc plt entry.
856 (Target_powerpc::Scan::global <got relocs>): Likewise.
857
3d0064a9
CC
8582015-01-14 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
859
860 * mips.cc (reloc_high): Add r_sym.
861 (Mips_relocate_functions::relhi16): Add r_sym parameter. Pass r_sym to
862 reloc_high constructor.
863 (Mips_relocate_functions::relgot16_local): Likewise.
864 (Mips_relocate_functions::rello16): Add r_sym parameter. Use r_sym and
865 r_type to decide whether LO16 matches HI16.
866 (Target_mips::Relocate::relocate): Pass r_sym to calls to relhi16,
867 rello16 and relgot16_local.
868
a5cd8f05
CC
8692015-01-09 Cary Coutant <ccoutant@google.com>
870
871 * layout.cc (Layout::set_segment_offsets): Don't align start of segment
872 unless alignment is larger than page size.
873
4fc1b9d4
L
8742015-01-06 H.J. Lu <hongjiu.lu@intel.com>
875 Cary Coutant <ccoutant@google.com>
876
877 PR gold/17729
878 * configure.ac (DEFAULT_TARGET_X86_64): Don't set for x32.
879 (DEFAULT_TARGET_X32): Set for x32.
880 * x86_64.cc (cmp_insn_32): New.
881 (lea_r10_insn_32): Likewise.
882 (lea_r11_insn_32): Likewise.
883 (cmp_insn_64): Likewise.
884 (lea_r10_insn_64): Likewise.
885 (lea_r11_insn_64): Likewise.
886 (Target_x86_64<size>::do_calls_non_split): Handle x32.
887 * testsuite/Makefile.am (check_SCRIPTS): Add split_x32.sh.
888 (check_DATA): Add split_x32 files.
889 (split_x32_[1234n].o): New targets.
890 (split_x32_[124]): New targets.
891 (split_x32_[1234r].stdout): New targets.
892 * testsuite/split_x32.sh: New file.
893 * testsuite/split_x32_1.s: Likewise.
894 * testsuite/split_x32_2.s: Likewise.
895 * testsuite/split_x32_3.s: Likewise.
896 * testsuite/split_x32_4.s: Likewise.
897 * testsuite/split_x32_n.s: Likewise.
898 * configure: Regenerated.
899 * testsuite/Makefile.in: Likewise.
900
e749cab8
L
9012015-01-06 H.J. Lu <hongjiu.lu@intel.com>
902
903 PR gold/17809
904 * x86_64.cc (Target_x86_64<size>::Relocate::tls_ie_to_le): Handle
905 x32.
906
af759df0
AM
9072015-01-02 Alan Modra <amodra@gmail.com>
908
909 * version.cc (print_version): Just print current year.
910 * dwp.cc (print_version): Likewise.
911
b90efa5b
AM
9122015-01-01 Alan Modra <amodra@gmail.com>
913
914 Update year range in copyright notice of all files.
915
f12d1e8a
AM
9162014-12-25 Alan Modra <amodra@gmail.com>
917
918 * arm.cc (Target_arm::do_adjust_elf_header): Provide namespace on
919 new enums.
920 (Target_arm::merge_object_attributes, ): Likewise.
921
5c294fee
TG
9222014-12-25 Thomas Preud'homme <thomas.preudhomme@arm.com>
923
924 * arm.cc (Target_arm::do_adjust_elf_header): Set e_flags in ELF header
925 as hard float only when Tag_ABI_VFP_args is 1, using new enum value
926 AEABI_VFP_args_vfp to check that.
927 (Target_arm::merge_object_attributes): Handle new Tag_ABI_VFP_args
928 value and replace hardcoded values by enum values.
929
e30880c2
CC
9302014-12-22 Cary Coutant <ccoutant@google.com>
931
932 * powerpc.cc (Target_powerpc::relocate): Fix overflow check.
933
bd040da1
L
9342014-12-20 H.J. Lu <hongjiu.lu@intel.com>
935
936 PR gold/14608
937 * testsuite/debug_msg.cc (SometimesInlineFunction): Changed
938 to "return i * i * 3;".
939
e02a4046
CC
9402014-12-16 Cary Coutant <ccoutant@google.com>
941
942 * mapfile.cc (Mapfile::print_input_section): Print uncompressed sizes.
943 (Mapfile::print_output_data): Use current_data_size() to avoid
944 assert for sections requiring postprocessing; if address is not valid,
945 print 0.
946 (Mapfile::print_output_section): Use current_data_size(); print note
947 that addresses and sizes are before compression.
948
add6016b
L
9492014-12-14 H.J. Lu <hongjiu.lu@intel.com>
950
951 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
952 Cast current_group_size to unsigned long when reporting error.
953
0bf32ea9
JY
9542014-12-10 Jing Yu <jingyu@google.com>
955
956 * aarch64.cc (Target_aarch64): Add new variable stub_group_size_.
957 (AArch64_relocate_functions::maybe_apply_stub): Add new parameter.
958 Update error message.
959 (Target_aarch64::do_relax): Use absolute value of option
960 stub_group_size. Replace local variable with class member
961 stub_group_size_.
962
cbcb23fa
AM
9632014-12-04 Alan Modra <amodra@gmail.com>
964
965 * powerpc.cc (Target_powerpc::Branch_info::make_stub): Ignore
966 addend of PLTREL24 reloc when not generating a plt stub. Make
967 max_branch_offset an "Address".
fbad6518 968 (Stub_table::can_reach_stub): Make max_branch_offset an "Address".
cbcb23fa
AM
969 (Target_powerpc::Relocate::relocate): Likewise.
970
1611bc4a
AM
9712014-12-04 Alan Modra <amodra@gmail.com>
972
973 PR 17670
974 * symtab.cc (Symbol::set_undefined): Remove assertion.
975 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
976 on symbols defined in discarded sections, instead return false.
977 Rearrange params, update all callers.
978 (Target_powerpc::Branch_info::make_stub): Don't make stubs for
979 branches to syms in discarded sections.
980 (Global_symbol_visitor_opd::operator()): Set discarded opd syms
981 undefined and flag as discarded.
982 (Target_powerpc::Relocate::relocate): Localize variable.
983
4759c34e
L
9842014-12-03 H.J. Lu <hongjiu.lu@intel.com>
985
986 PR gold/17675
987 * testsuite/Makefile.am (pie_copyrelocs_test_CXXFLAGS): New.
988 * testsuite/Makefile.in: Regenerated.
989
1f98a074
AM
9902014-12-03 Alan Modra <amodra@gmail.com>
991
992 PR 17566
993 * powerpc.cc (Target_powerpc::Scan::local): Use add_local_section
994 when adding dynamic relocations against section symbols.
995
fb257835
DI
9962014-12-01 Dimitry Ivanov <dimitry@google.com>
997
998 * layout.cc (Layout::finish_dynamic_section): When '-z global'
999 is specified set DF_1_GLOBAL in DT_FLAGS_1 flags.
1000 * options.h (General_options): New -z option (global).
1001
d8e60314
CC
10022014-12-01 Cary Coutant <ccoutant@google.com>
1003
1004 PR gold/17578
1005 * layout.cc (Layout::layout_gnu_stack): Don't warn when -z execstack
1006 is given.
1007 (Layout::create_executable_stack_info): Warn when -z noexecstack is
1008 given but some inputs require executable stack.
1009
982bbd97
CC
10102014-11-26 Cary Coutant <ccoutant@google.com>
1011
1012 * layout.cc (gdb_sections): Keep .debug_gdb_scripts and
1013 .debug_str_offsets; strip .debug_gnu_pubnames and
1014 .debug_gnu_pubtypes.
1015 (lines_only_debug_sections): Strip all four new sections.
1016
bb779192
HS
10172014-11-26 Jing Yu <jingyu@google.com>
1018
1019 * aarch64.cc (Relocate::tls_desc_gd_to_ie): Set ldr target
1020 register to be x0 when to relax TLSDESC_LD64_LO12.
1021
a3e60ddb
AM
10222014-11-26 Alan Modra <amodra@gmail.com>
1023
1024 * powerpc.cc (struct Stub_table_owner): New.
1025 (Powerpc_relobj): Rename stub_table_ to stub_table_index_, an
1026 unsigned int vector. Update all references.
1027 (powerpc_relobj::set_stub_table): Take an unsigned int param
1028 rather than a Stub_table. Update callers.
1029 (Powerpc_relobj::clear_stub_table): New function.
1030 (Target_powerpc): Add relax_failed_, relax_fail_count_ and
1031 stub_group_size_ vars.
1032 (Target_powerpc::new_stub_table): Delete.
1033 (max_branch_delta): New function, extracted from..
1034 (Target_powerpc::Relocate::relocate): ..here..
1035 (Target_powerpc::Branch_info::make_stub): ..and here. Return
1036 status on whether stub created successfully.
1037 (Stub_control::Stub_control): Add "no_size_errors" param. Move
1038 default sizing to..
1039 (Target_powerpc::do_relax): ..here. Init stub_group_size_ and
1040 reduce on relax failure.
1041 (Target_powerpc::group_sections): Add "no_size_errors" param.
1042 Use stub_group_size_. Set up group info in a temp vector,
1043 before building Stub_table vector. Account for input sections
1044 possibly already converted to relaxed sections.
1045 (Stub_table::init): Delete. Merge into..
1046 (Stub_table::Stub_table): ..here.
1047 (Stub_table::can_reach_stub): New function.
1048 (Stub_table::add_plt_call_entry): Add "from" parameter and
1049 return true iff stub could be reached.
1050 (Stub_table::add_long_branch_entry): Similarly. Add "r_type"
1051 param too.
1052 (Stub_table::clear_stubs): Add "all" param.
1053
a20605cf
AM
10542014-11-26 Alan Modra <amodra@gmail.com>
1055
1056 * powerpc.cc (Stub_control::set_output_and_owner): New function.
1057 (Target_powerpc::group_sections): Use it.
1058
43b64deb
CC
10592014-11-25 Cary Coutant <ccoutant@google.com>
1060
1061 * binary.cc (Binary_to_elf::sized_convert): Add size to _start symbol.
1062 (Binary_to_elf::write_symbol): Add st_size parameter.
1063 * binary.h (Binary_to_elf::write_symbol): Add st_size parameter.
1064
c924eb67
CC
10652014-11-25 Cary Coutant <ccoutant@google.com>
1066
1067 PR gold/17639
1068 * object.cc (Sized_relobj_file): Initialize is_deferred_layout_.
1069 (Sized_relobj_file::do_layout): Handle deferred sections properly
1070 during GC pass 1. Don't add reloc sections to deferred list twice.
1071 * object.h (Sized_relobj_file::is_deferred_layout): New function.
1072 (Sized_relobj_file::is_deferred_layout_): New data member.
1073
9d585188
L
10742014-11-21 H.J. Lu <hongjiu.lu@intel.com>
1075
1076 PR gold/17619
1077 * x86_64.cc (Output_data_plt_x86_64_standard<size>::do_fill_plt_entry):
1078 Check PC-relative offset overflow in PLT entry.
1079
3ffaac20
AM
10802014-11-21 Alan Modra <amodra@gmail.com>
1081
1082 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct test
1083 for undefined weaks.
1084
0cfb0717
AM
10852014-11-20 Alan Modra <amodra@gmail.com>
1086
1087 * powerpc.cc (Stub_control::Stub_control): Init stub14_group_size_
1088 from --stub-group-size parameter divided by 1024.
1089 (Powerpc_relocate_functions::rela, rela_ua): Add fieldsize
1090 template parameter. Update all uses.
1091 (Target_powerpc::Relocate::relocate): Rename has_plt_value to
1092 has_stub_value. Set for long branches. Don't report overflow for
1093 branch to undefined weak symbols. Print info message on
1094 overflowing branch to stub.
1095
f9dffbf0
AM
10962014-11-20 Alan Modra <amodra@gmail.com>
1097
1098 * powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
1099
e88ba8d5
L
11002014-11-13 H.J. Lu <hongjiu.lu@intel.com>
1101
1102 * x86_64.cc (Target_x86_64<size>::Scan::global): Don't make PLT
1103 entry for R_X86_64_GOTPLT64.
1104 (Target_x86_64<size>::Relocate::relocate): Update comments for
1105 R_X86_64_GOTPLT64.
1106
d37ffe25
ED
11072014-11-06 Evgeniy Dushistov <dushistov@mail.ru>
1108
1109 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
1110 * plugin.h: add lock definition
1111
9726c3c1
HS
11122014-10-29 Han Shen <shenhan@google.com>
1113 Jing Yu <jingyu@google.com>
1114
1115 * aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
1116 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1117 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
1118 Symbol::TLS_REF.
1119 * aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
1120 method.
1121 (Target_aarch64::reloc_needs_plt_for_ifunc): New method.
1122 (Target_aarch64::tls_ld_to_le): New method.
1123 (Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
1124 for 64bit targets.
1125 (Output_data_plt_aarch64::irelative_rel_): New data member.
1126 (Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
1127 (Output_data_plt_aarch64::add_local_ifunc_entry): New method.
1128 (Output_data_plt_aarch64::add_relocation): New method.
1129 (Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
1130 offset. Add got_irelative size to got size.
1131 (AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
1132 type string with the new typename.
1133 (AArch64_relocate_functions::update_adr): Replace parameter x with
1134 immed.
1135 (AArch64_relocate_functions::update_movnz): Correct wrong val mask.
1136 (AArch64_relocate_functions::reloc_common): New method.
1137 (AArch64_relocate_funcsions::rela_general): Extract common part out
1138 into reloc_common method.
1139 (AArch64_relocate_functions::rela_general): Likewise.
1140 (AArch64_relocate_functions::pcrela_general): Likewise.
1141 (AArch64_relocate_functions::adr): New method.
1142 (AArch64_relocate_functions::adrp): Calculate immed before calling
1143 update_adr.
1144 (AArch64_relocate_functions::adrp): Likewise.
1145 (AArch64_relocate_functions::movnz): Cast x to SignedW type when
1146 comparing x to 0. Calculate immed from ~x when x < 0.
1147 (Target_aarch64::optimize_tls_reloc): Add new cases for
1148 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1149 TLSLD_MOVW_DTPREL_G0_NC.
1150 (Target_aarch64::possible_function_pointer_reloc): Implement this
1151 method.
1152 (Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
1153 comment.
1154 (Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
1155 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1156 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1157 (Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
1158 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1159 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1160 (Target_aarch64::make_plt_entry): Call add_entry with two more
1161 parameters.
1162 (Target_aarch64::make_local_ifunc_plt_entry): New method.
1163 (Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
1164 ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
1165 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
1166 (Target_aarch64::Relocate::relocate_tls): Add cases for
1167 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
1168 TLSLD_MOVW_DTPREL_G0_NC.
1169 * testsuite/icf_safe_so_test.cc: Correct test comment.
1170 * testsuite/icf_safe_test.sh: Add AArch64 arch.
1171
80272b8c
AM
11722014-10-22 Alan Modra <amodra@gmail.com>
1173
1174 * powerpc.cc (do_relax): Add gcc-4.9 libgomp functions to
1175 thread_starter.
1176
998a69f4
AS
11772014-10-18 Andreas Schwab <schwab@linux-m68k.org>
1178
1179 * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
1180
aed56ec5
CC
11812014-10-17 Cary Coutant <ccoutant@google.com>
1182
1183 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
1184 Add "typename" keyword.
1185
bb779192 11862014-10-15 Han Shen <shenhan@google.com>
83a01957
HS
1187 Jing Yu <jingyu@google.com>
1188
1189 Patch for gold aarch64 backend to support relaxation.
1190 * aarch64-reloc.def: Change format.
1191 * aarch64.cc (class Reloc_stub): New class.
1192 (class Stub_table): New class.
1193 (class AArch64_relobj): New class.
1194 (class AArch64_input_section): New class.
1195 (class AArch64_output_section): New class.
1196 (Target_aarch64::new_stub_table): New method.
1197 (Target_aarch64::new_aarch64_input_section): New method.
1198 (Target_aarch64::find_aarch64_input_section): New method.
1199 (Target_aarch64::scan_section_for_stubs): New method.
1200 (Target_aarch64::scan_reloc_section_for_stubs): New method.
1201 (Target_aarch64::relocate_stub): New method.
1202 (Target_aarch64::current_target): New method.
1203 (Target_aarch64::do_make_elf_object): New method.
1204 (Target_aarch64::do_may_relax): New method.
1205 (Target_aarch64::do_relax): New method.
1206 (Target_aarch64::group_sections): New method.
1207 (Target_aarch64::scan_reloc_for_stub): New method.
1208 (Target_aarch64::do_make_output_section): New method.
1209 (Target_aarch64::stub_tables_): New data member.
1210 (Target_aarch64::aarch64_input_section_map_): New data member.
1211 (AArch64_relocate_functions::maybe_apply_stub): New method.
1212
db4c9594
CC
12132014-09-30 Cary Coutant <ccoutant@google.com>
1214
1215 PR gold/17432
1216 * resolve.cc (Symbol_table::resolve): Fix local shadowing error.
1217
cd6da036
KC
12182014-09-30 Kito Cheng <kito@0xlab.org>
1219
1220 PR gold/13597
1221 * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
1222 hash table before sysv-style hash table.
1223
5f772412
ST
12242014-09-29 Sriraman Tallam <tmsriram@google.com>
1225
1226 * options.h (--pic-executable): Add negative to alias to -no-pie.
1227
5efeedf6
CC
12282014-09-26 Cary Coutant <ccoutant@google.com>
1229
1230 PR gold/16773
1231 * object.cc (Sized_relobj_file): Compute value of section symbols
1232 for TLS sections the same as TLS symbols.
1233
1707f183
CC
12342014-09-25 Cary Coutant <ccoutant@google.com>
1235
1236 PR gold/17432
1237 * resolve.cc (Symbol_table::resolve): Override common placeholder
1238 symbols, but adjust sizes.
1239 * symtab.cc (Symbol_table::add_from_object): Don't add placeholder
1240 symbols to common lists.
1241
00cac886
AM
12422014-09-24 Alan Modra <amodra@gmail.com>
1243
1244 * po/POTFILES.in: Regenerate.
1245
635aa30e
CC
12462014-09-23 Taiju Tsuiki <tzik@google.com>
1247 Cary Coutant <ccoutant@google.com>
1248
71b9b91b 1249 PR gold/14860
635aa30e
CC
1250 * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
1251 on input_sections_blocker.
1252 * layout.cc (Write_sections_task::locks): Unblock
1253 input_sections_blocker_.
1254 * layout.h (Write_sections_task::Write_sections_task): Add
1255 input_sections_blocker.
1256 * testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
1257 to DEPENDENCIES.
1258 * testsuite/Makefile.in: Regenerate.
1259
c0c71592
RÁE
12602014-09-18 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1261
1262 * testsuite/Makefile.am (plugin_test_10): New test.
1263 * testsuite/Makefile.in: Regenerate
1264 * testsuite/plugin_common_test_2.c (c1): Align to 8.
1265 * testsuite/plugin_test_10.sh: New file.
1266
6168c2a1
RÁE
12672014-09-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1268
1269 * plugin.cc (Sized_pluginobj::do_add_symbols): Ignore isym->size.
1270 * resolve.cc (Symbol_table::resolve): Don't override common symbols
1271 during the replacement phase.
1272
3a531937
JY
12732014-09-17 Han Shen <shenhan@google.com>
1274 Jing Yu <jingyu@google.com>
1275
1276 * aarch64-reloc.def: Add TLSGD_ADR_PAGE21, TLSGD_ADD_LO12_NC,
1277 TLSDESC_ADR_PAGE21, TLSDESC_LD64_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL.
1278 * aarch64.cc (Target_aarch64): Add data members
1279 got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
1280 tlsdesc_reloc_info_, tls_base_symbol_defined_. Initialize them in
1281 constructor.
1282 (Target_aarch64::do_reloc_symbol_index): New method.
1283 (Target_aarch64::do_reloc_addend): New method.
1284 (Target_aarch64::add_tlsdesc_info): New method.
1285 (Target_aarch64::do_dynsym_value): New method.
1286 (Target_aarch64::do_make_data_plt): Add new parameters: got,
1287 got_irelative. Pass them to Output_data_plt_aarch64_standard.
1288 (Target_aarch64::make_data_plt): Add new parameters: got,
1289 got_irelative. Pass them to do_make_data_plt.
1290 (Target_aarch64::Relocate): Add skip_call_tls_get_addr_ variable.
1291 (Target_aarch64::Relocate:tls_gd_to_le): New method.
1292 (Target_aarch64::Relocate:tls_ie_to_le): New method.
1293 (Target_aarch64::Relocate:tls_desc_gd_to_le): New method.
1294 (Target_aarch64::Relocate:tls_desc_gd_to_ie): New method.
1295 (Target_aarch64::got_tlsdesc_section): New method.
1296 (Target_aarch64::make_local_ifunc_plt_entry): New method.
1297 (Target_aarch64::define_tls_base_symbol): New method.
1298 (Target_aarch64::reserve_tlsdesc_entries): New method.
1299 (Target_aarch64::got_mod_index_entry): New method.
1300 (Target_aarch64::rela_tlsdesc_section): New method.
1301 (Target_aarch64::rela_irelative_section): New method.
1302 (Target_aarch64::Tlsdesc_info): New struct.
1303 (Target_aarch64::got_section): Create .got.plt space for IRELATIVE
1304 relocations and tlsdesc relocations.
1305 (Target_aarch64::optimize_tls_reloc): Implement method.
1306 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_,
1307 got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
1308 in constructor.
1309 (Output_data_plt_aarch64::reserve_tlsdesc_entry): New method.
1310 (Output_data_plt_aarch64::has_tlsdesc_entry): New method.
1311 (Output_data_plt_aarch64::get_tlsdesc_got_offset): New method.
1312 (Output_data_plt_aarch64::get_tlsdesc_plt_offset): New method.
1313 (Output_data_plt_aarch64::rela_tlsdesc): New method.
1314 (Output_data_plt_aarch64::rela_irelative): New method.
1315 (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations.
1316 (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
1317 (Output_data_plt_aarch64::get_plt_tlsdesc_entry_size): New method.
1318 (Output_data_plt_aarch64::fill_tlsdesc_entry): New method.
1319 (Output_data_plt_aarch64::do_get_plt_tlsdesc_entry_size): New method.
1320 (Output_data_plt_aarch64::do_fill_tlsdesc_entry): New method.
1321 (Output_data_plt_aarch64_standard): New member variables:
1322 plt_tlsdesc_entry_size, tlsdesc_plt_entry.
1323 (Output_data_plt_aarch64_standard::Output_data_plt_aarch64_standard):
1324 New parameter: got, got_irelative.
1325 (Output_data_plt_aarch64_standard::do_get_plt_entry_size): New method.
1326 (Output_data_plt_aarch64_standard::do_fill_tlsdesc_entry): New method.
1327 (Output_data_plt_aarch64::do_write): Replace got_address with
1328 gotplt_address. Add irelative_count_ to count. Write tlsdesc entry.
1329 (AArch64_relocate_functions::update_movnz): New method.
1330 (AArch64_relocate_functions): Correct format.
1331 (AArch64_relocate_functions::movnz): New method.
1332 (Target_aarch64::Scan::local): Correct format. Move r_sym, got to
1333 before the switch. Add new cases to switch.
00cac886 1334 Check ie_to_le relaxation on tlsie relocations. Add code handling
3a531937
JY
1335 tlsgd tlsdesc cases.
1336 (Target_aarch64::Scan::global): Move arp to front. Do copy_reloc when
1337 needed. Add new cases to switch. Insert dynamic RELATIVE relocation
1338 when needed. Add code handling tlsgd, tlsie, tlsdesc cases.
1339 Call reloc_name_in_error_message to print unsupported reloc.
1340 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
1341 make_data_plt.
1342 (Target_aarch64::do_finalize_sections): Emit relocs to save COPY
1343 relocs. Fill in some more dynamic tags.
1344 (Target_aarch64::Relocate::relocate): Handle tlsgd, tlsdesc relocs.
1345 Skip call tls_get_addr when tlsgd is relaxed.
1346 (Target_aarch64::Relocate::relocate_tls): Correct format. Add code
1347 handling tlsgd, tlsdesc relocs, and tls gd->le, ie->le, tlsdesc->le,
1348 tlsdesc->ie relaxation.
1349
62661c93
SS
13502014-09-03 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1351
1352 * mips.cc (Target_mips_nacl): New class.
1353 (Target_selector_mips_nacl): New class.
1354 (target_selector_mips32): Rename from target_selector_mips32be and use
1355 Target_selector_mips_nacl instead of Target_selector_mips.
1356 (target_selector_mips32el): Rename from target_selector_mips32 and use
1357 Target_selector_mips_nacl instead of Target_selector_mips.
1358 (target_selector_mips64): Rename from target_selector_mips64be and use
1359 Target_selector_mips_nacl instead of Target_selector_mips.
1360 (target_selector_mips64el): Rename from target_selector_mips64 and use
1361 Target_selector_mips_nacl instead of Target_selector_mips.
1362 (Target_mips::mips_info): Add const attribute.
1363
54674d38
CC
13642014-09-02 Cary Coutant <ccoutant@google.com>
1365
1366 * dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
1367 * dynobj.h (Sized_dynobj::do_section_name): Likewise.
1368 * incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
1369 (Sized_incr_dynobj::do_section_name): Likewise.
1370 * incremental.h (Sized_relobj_incr::do_section_name): Likewise.
1371 (Sized_incr_dynobj::do_section_name): Likewise.
1372 * object.h (Object::section_name): Likewise.
1373 (Object::do_section_name): Likewise.
1374 (Sized_relobj_file::do_section_name): Likewise.
1375 * plugin.cc (Sized_pluginobj::do_section_name): Likewise.
1376 * plugin.h (Sized_pluginobj::do_section_name): Likewise.
1377
9860cbcf
CC
13782014-09-02 Cary Coutant <ccoutant@google.com>
1379
1380 PR gold/17005
1381 * ehframe.cc (Fde::write): Add output_offset parameter.
1382 (Cie::write): Likewise.
1383 (Eh_frame::set_final_data_size): Account for offset within output
1384 section.
1385 (Eh_frame::do_sized_write): Likewise.
1386 * ehframe.h (Fde::write): Add output_offset parameter.
1387 (Cie::write): Likewise.
1388 * output.cc (Output_section::Input_section_sort_entry): Remove
1389 section_has_name_; add output_section_name parameter. Use
1390 output section name for non-input sections.
1391 (Output_section::Input_section_sort_entry::section_has_name): Remove.
1392 (Output_section::Input_section_sort_entry::section_has_name_): Remove.
1393 (Output_section::Input_section_sort_compare): Remove logic for
1394 sections without names.
1395 (Output_section::Input_section_sort_init_fini_compare): Likewise.
1396 (Output_section::Input_section_sort_section_prefix_special_ordering_compare):
1397 Likewise.
1398 (Output_section::Input_section_sort_section_name_compare): Likewise.
1399
8e33481e
HS
14002014-08-29 Han Shen <shenhan@google.com>
1401 Jing Yu <jingyu@google.com>
1402
1403 * aarch64-reloc-property.cc
1404 (AArch64_reloc_property_table::reloc_name_in_error_message): Fix bug in
1405 reference reloc property in the table.
1406 * aarch64-reloc.def: Add TLSLE reloc types and fix some errors in
1407 3 other entries.
1408 * aarch64.cc: (Output_data_got_aarch64::add_static_reloc):
1409 2 new overloaded methods.
1410 (Output_data_got_aarch64::do_write): Add code to write out
1411 static relocs.
1412 (class Output_data_got_aarch64::Static_reloc): New class to wrap
1413 static relocs.
1414 (Output_data_got_aarch64::static_relocs): New vector to
1415 hold static relocs.
1416 (Target_aarch64::TCB_SIZE): New const static memeber.
1417 (Target_aarch64::tcb_size): New method.
1418 (Target_aarch64::Relocate::relocate): Add code handling new reloc types.
1419 (Target_aarch64::Relocate::relocate_tls): New method.
1420 (Target_aarch64::Scan::local): Add code handling new reloc types.
1421 (Target_aarch64::Scan::global): Add code handling new reloc types.
1422
81233653
ST
14232014-08-13 Sriraman Tallam <tmsriram@google.com>
1424
1425 * options.h (-no-pie): Add option.
1426
9363c7c3
JY
14272014-08-08 Jing Yu <jingyu@google.com>
1428 Han Shen <shenhan@google.com>
1429
1430 * Makefile.am (HFILES): Add aarch64-reloc-property.h.
1431 (DEFFILES): add aarch64-reloc.def.
1432 (TARGETSOURCES): Add aarch64-reloc-property.cc.
1433 (ALL_TARGETOBJS): Add aarch64-reloc-property.$(OBJEXT).
1434 * Makefile.in: Regenerate.
1435 * aarch64-reloc-property.cc: New file.
1436 * aarch64-reloc-property.h: New file.
1437 * aarch64-reloc.def: New file.
1438 * aarch64.cc: Include aarch64-reloc-property.h. Replace spaces
1439 with tab to make the format consistent.
1440 (Output_data_got_aarch64::symbol_table_): New method.
1441 (Target_aarch64::do_plt_address_for_global): New method.
1442 (Target_aarch64::do_plt_address_for_local): New method.
1443 (Target_aarch64::do_select_as_default_target): New method.
1444 (Target_aarch64::do_make_data_plt): New method.
1445 (Target_aarch64::make_data_plt): New method.
1446 (Output_data_plt_aarch64::has_irelative_section): New method.
1447 (Output_data_plt_aarch64::address_for_global): New method.
1448 (Output_data_plt_aarch64::address_for_local): New method.
1449 (Output_data_plt_aarch64::irelative_rel_): New parameter.
1450 (Output_data_plt_aarch64::add_entry): Implement contents.
1451 (Output_data_plt_aarch64::set_final_data_size): Fix typo.
1452 (Output_data_plt_aarch64::do_write): Remove useless got_base. Set
1453 the got_pov entry to plt0.
1454 (Output_data_plt_aarch64_standard::do_fill_first_plt_entry):
1455 Implement contents.
1456 (Output_data_plt_aarch64_standard::do_fill_plt_entry): Implement.
1457 (AArch64_howto): New struct.
1458 (aarch64_howto[]): New static const array.
1459 (AArch64_relocate_functions): New class.
1460 (Target_aarch64::Scan::get_reference_flags): Remove method.
1461 (Target_aarch64::Scan::local): Implement to support a few relocations.
1462 (Target_aarch64::Scan::global): Implement to support a few relocations.
1463 (Target_aarch64::make_plt_section): Implement contents.
1464 (Target_aarch64::make_plt_entry): Implement contents.
1465 (Target_aarch64::do_finalize_sections): Implement contents.
1466 (Target_aarch64::Relocate::relocate): Implement a few relocations.
1467 (Target_aarch64::relocate_section): Implement contents.
1468
ad9fe6c1
AM
14692014-08-06 Alan Modra <amodra@gmail.com>
1470
1471 * testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
1472
7cd4e5b7
AM
14732014-08-06 Alan Modra <amodra@gmail.com>
1474
1475 PR 13227
1476 * symtab.cc (Symbol_table::add_from_relobj): Warn on __gnu_lto_slim.
1477
5ad9b0a7
ST
14782014-07-21 Sriraman Tallam <tmsriram@google.com>
1479
1480 * object.cc (Relobj::is_section_name_included): Add
7c16d96e 1481 ".rodata.nptl_version" to not garbage collect this section.
5ad9b0a7 1482
e051745c
CC
14832014-07-08 Cary Coutant <ccoutant@google.com>
1484
1485 * expression.cc (struct Expression::Expression_eval_info): Add
1486 new fields type_pointer, vis_pointer, and nonvis_pointer.
1487 (Expression::eval_maybe_dot): Add type_pointer, vis_pointer, and
1488 nonvis_pointer parameters. Adjust all calls.
1489 (Symbol_expression::value): Update type, visibility, and nonvis bits
1490 in caller.
1491 * script.cc (Symbol_assignment::sized_finalize): Update type,
1492 visibility, and remaining st_other bits for new symbol.
1493 * script.h: (Expression::eval_maybe_dot): Add type_pointer,
1494 vis_pointer, and nonvis_pointer parameters.
1495 * symtab.h (Symbol::set_type): New method.
1496
1497 * testsuite/Makefile.am (defsym_test): New test.
1498 * testsuite/Makefile.in: Regenerate.
1499 * testsuite/defsym_test.c: New file.
1500 * testsuite/defsym_test.sh: New file.
1501
f35c4853
CC
15022014-07-08 Cary Coutant <ccoutant@google.com>
1503
1504 PR gold/15639
1505 * dynobj.h (Sized_dynobj::base_read_symbols): New method.
1506 * dynobj.cc (Sized_dynobj::do_read_symbols): Move body to...
1507 (Sized_dynobj::base_read_symbols): ...new method.
1508 * object.h (Sized_relobj_file::base_read_symbols): New method.
1509 * object.cc (Sized_relobj_file::do_read_symbols): Move body to...
1510 (Sized_relobj_file::base_read_symbols): ...new method.
1511 * arm.cc (Arm_relobj::do_read_symbols): Call base_read_symbols.
1512 * mips.cc: (Mips_relobj::do_read_symbols): Likewise.
1513 * powerpc.cc (Powerpc_dynobj::do_read_symbols): Likewise.
1514
2900af2d
AM
15152014-07-04 Alan Modra <amodra@gmail.com>
1516
1517 * po/POTFILES.in: Regenerate.
1518
053a4d68
JY
15192014-07-02 Jing Yu <jingyu@google.com>
1520
1521 * aarch64.cc: New file
1522 * Makefile.am (TARGETSOURCES): Add aarch64.cc
1523 (ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
1524 * Makefile.in: Regenerate.
1525 * configure.tgt: Add entries for aarch64*.
1526 * configure.ac: Likewise.
1527 * configure: Likewise.
1528
7b549045
AM
15292014-06-27 Alan Modra <amodra@gmail.com>
1530
1531 * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
1532
cb818dbf
CC
15332014-06-24 Cary Coutant <ccoutant@google.com>
1534
1535 * dwp.cc (Dwo_file::read): Allow files with no .debug_types
1536 sections.
1537 (Dwo_file::sized_read_unit_index): Likewise.
1538
9810d34d
SS
15392014-06-23 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1540
1541 * mips.cc: New file.
1542 * Makefile.am (TARGETSOURCES): Add mips.cc
1543 (ALL_TARGETOBJS): Add mips.$(OBJEXT)
1544 * configure.tgt: Add entries for mips*.
1545 * configure.ac: Likewise.
1546 * Makefile.in: Regenerate.
1547 * configure: Likewise.
1548
9baa787b
CC
15492014-06-09 Cary Coutant <ccoutant@google.com>
1550
1551 * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
1552 unit_length is within section bounds.
1553
8f89af0a
CC
15542014-06-09 Cary Coutant <ccoutant@google.com>
1555
1556 PR gold/16980
1557 * layout.cc (Layout::print_to_mapfile): Print unattached sections in
1558 map.
1559
a47622ac
AM
15602014-06-07 Alan Modra <amodra@gmail.com>
1561
1562 * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield.
1563
4320c691
CC
15642014-06-06 Cary Coutant <ccoutant@google.com>
1565
1566 * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
1567 * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
1568 (Dwarf_pubnames_table::read_header): Likewise.
1569 * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and
1570 .debug_gnu_pubtypes.
1571
270c9937
JB
15722014-06-05 Joel Brobecker <brobecker@adacore.com>
1573
1574 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New.
1575 * Makefile.in, configure: Regenerate.
1576
397998fc
AM
15772014-06-03 Alan Modra <amodra@gmail.com>
1578
1579 * powerpc.cc (addis_12_2): Define.
1580 (Stub_table::do_write): Support fusion on ELFv2 stubs.
1581
61f5c66f
AM
15822014-06-03 Alan Modra <amodra@gmail.com>
1583
1584 * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
1585 st_other output.
1586
f6971787
AM
15872014-06-02 Alan Modra <amodra@gmail.com>
1588
1589 * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
1590 Only ignore relocs on ELFv1.
1591 (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
1592
f6fb8322
CC
15932014-05-30 Cary Coutant <ccoutant@google.com>
1594
1595 * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
1596 * testsuite/Makefile.in: Regenerate.
1597 * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
1598
c23dd342
L
15992014-05-27 H.J. Lu <hongjiu.lu@intel.com>
1600
1601 PR gold/16945
1602 * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
1603 for got_offset. Properly get GOT address for R_X86_64_PLTOFF64.
1604
5fe7ffdc
AM
16052014-05-15 Alan Modra <amodra@gmail.com>
1606
1607 * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
1608 Compare FDE contents with DW_CFA_nop rather than 0.
1609
a82bef93
ST
16102014-05-13 Sriraman Tallam <tmsriram@google.com>
1611
1612 * symtab.h (may_need_copy_reloc): Remove check for position independent
1613 code.
1614 * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
1615 position independence before pc absolute may_need_copy_reloc call.
1616 Add check for executable output befor pc relative may_need_copy_reloc
1617 call.
1618 * i386.cc: Ditto.
1619 * arm.cc: Ditto.
1620 * sparc.cc: Ditto.
1621 * tilegx.cc: Ditto.
1622 * powerpc.cc: Add check for no position independence before
1623 may_need_copy_reloc calls.
1624 * testsuite/pie_copyrelocs_test.cc: New file.
1625 * testsuite/pie_copyrelocs_shared_test.cc: New file.
1626 * Makefile.am (pie_copyrelocs_test): New test.
5fe7ffdc 1627 * Makefile.in: Regenerate.
a82bef93 1628
53c66605
ML
16292014-05-08 Martin Liška <mliska@suse.cz>
1630
1631 * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
1632
57b2284c
CC
16332014-05-06 Cary Coutant <ccoutant@google.com>
1634
1635 PR gold/16900
1636 * i386.cc (Output_data_got_plt_i386): New class.
1637 (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
1638 parameter. Change all callers.
1639 (Output_data_plt_i386::layout_): Remove.
1640 (Output_data_plt_i386::got_plt_): Change type.
1641 (Target_i386::got_plt_): Change type. Change all references.
1642 (Target_i386::got_section): Create instance of new class.
1643 (Output_data_got_plt_i386::do_write): New function.
1644 * x86_64.cc (Output_data_got_plt_x86_64): New class.
1645 (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
1646 parameter. Change all callers.
1647 (Output_data_plt_x86_64::layout_): Remove.
1648 (Output_data_plt_x86_64::got_plt_): Change type.
1649 (Target_x86_64::got_plt_): Change type. Change all references.
1650 (Target_x86_64::got_section): Create instance of new class.
1651 (Output_data_got_plt_x86_64::do_write): New function.
1652 (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
1653 (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
1654 class.
1655
6b97515d 16562014-05-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 1657
6b97515d
CC
1658 * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
1659 if we have pubnames/pubtypes.
1660
d1bddd3c
CC
16612014-05-02 Cary Coutant <ccoutant@google.com>
1662
5fe7ffdc
AM
1663 * defstd.cc (in_segment): Define __ehdr_start here...
1664 * layout.cc (Layout::finalize): ...Instead of here. Set the
1665 output segment when known.
1666 * resolve.cc (Symbol::override_base_with_special): Remember
1667 the original binding.
1668 * symtab.cc (Symbol::set_output_segment): New function.
1669 (Symbol::set_undefined): New function.
1670 * symtab.h (Symbol::is_weak_undefined): Check original undef
1671 binding.
1672 (Symbol::is_strong_undefined): New function.
1673 (Symbol::set_output_segment): New function.
1674 (Symbol::set_undefined): New function.
1675 * target-reloc.h (is_strong_undefined): Remove.
1676 (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
1677 Check for hidden undefs.
1678 (relocate_section): Call Symbol::is_strong_undefined.
1679
1680 * testsuite/Makefile.am (ehdr_start_test_1)
1681 (ehdr_start_test_2, ehdr_start_test_3)
1682 (ehdr_start_test_4, ehdr_start_test_5): New test cases.
1683 * testsuite/Makefile.in: Regenerate.
1684 * testsuite/ehdr_start_def.cc: New source file.
1685 * testsuite/ehdr_start_test.cc: New source file.
1686 * testsuite/ehdr_start_test.t: New linker script.
1687 * testsuite/ehdr_start_test_4.sh: New shell script.
d1bddd3c 1688
7849f6d8
CC
16892014-04-23 Cary Coutant <ccoutant@google.com>
1690
bf2cc635 1691 PR gold/16870
7849f6d8
CC
1692 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
1693
99fd8cff
CC
16942014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1695
1696 * layout.cc (Layout::include_section): Allow a target to decide
1697 whether to include a section.
1698 * target.h (Target::should_include_section): New function.
1699 (Target::do_should_include_section): New function.
1700
91f43acd
CC
17012014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1702
1703 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
1704 inline into ...
1705 (Copy_relocs::emit): ... here.
1706 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
1707 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
1708 (Copy_reloc_entry::entries_): Change from private to protected.
1709
c4eb27e1
ST
17102014-04-02 Sriraman Tallam <tmsriram@google.com>
1711
1712 * icf.cc (get_section_contents): Replace copies of reloc
1713 vectors with const references.
1714
ae447ddd
CC
17152014-04-02 Cary Coutant <ccoutant@google.com>
1716
1717 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
1718 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
1719 * configure: Regenerate.
1720 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
1721 -fno-use-linker-plugin.
1722 (LINK1, CXXLINK1): Add it to the link command.
1723 * testsuite/Makefile.in: Regenerate.
1724
fa47fa92
AM
17252014-03-12 Alan Modra <amodra@gmail.com>
1726
1727 * Makefile.in: Regenerate.
1728
9b12c500
CC
17292014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1730
1731 * symtab.h (Symbol::set_nonvis): New function.
1732
beacaa96
CC
17332014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1734
1735 * symtab.cc (Sized_symbol<32>::init_output_data):
1736 Instantiate the template.
1737 (Sized_symbol<64>::init_output_data): Likewise.
1738
800d9823
CC
17392014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1740
1741 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
1742 adjust dynamic symbol value.
1743 * target.h (Target::adjust_dyn_symbol): New function.
1744 (Target::do_adjust_dyn_symbol): New function.
1745
918fc1f8 17462014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
5fe7ffdc 1747
918fc1f8
CC
1748 * output.cc (Output_data_dynamic::Dynamic_entry::write):
1749 Get the value of DYNAMIC_CUSTOM dynamic entry.
1750 * output.h (Output_data_dynamic::add_custom): New function.
1751 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
1752 dynamic entry.
1753 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
1754 * target.h (Target::dynamic_tag_custom_value): New function.
1755 (Target::do_dynamic_tag_custom_value): New function.
1756
98ff9231
CC
17572014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
1758
1759 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
1760 dynsym indexes.
1761 * target.h (Target::has_custom_set_dynsym_indexes): New function.
1762 (Target::do_has_custom_set_dynsym_indexes): New function.
1763 (Target::set_dynsym_indexes): New function.
1764 (Target::do_set_dynsym_indexes): New function.
1765
b80eed39
AM
17662014-03-07 Alan Modra <amodra@gmail.com>
1767
1768 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
1769 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
1770 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
1771 (Powerpc_relocate_functions::has_overflow_bitfield,
1772 overflowed): Use the above.
1773 (Target_powerpc::Relocate::relocate): Correct overflow checking
1774 for a number of relocations. Modify overflow test for 16-bit
1775 fields in instructions to signed/unsigned according to whether
1776 the field takes a signed or unsigned value.
1777
4b95cf5c
AM
17782014-03-05 Alan Modra <amodra@gmail.com>
1779
1780 Update copyright years.
1781
45965137
AM
17822014-03-05 Alan Modra <amodra@gmail.com>
1783
1784 * powerpc.cc (Target_powerpc::Scan::local, global): Support
1785 R_PPC64_ADDR64_LOCAL.
1786 (Target_powerpc::Relocate::relocate): Likewise.
1787
2c80b753
AM
17882014-03-03 Alan Modra <amodra@gmail.com>
1789
1790 * dwp.cc (print_version): Update copyright year to current.
1791
c1c69e83
AM
17922014-02-10 Alan Modra <amodra@gmail.com>
1793
1794 * po/gold.pot: Regenerate.
1795
dd0c4e70
CC
17962014-02-06 Cary Coutant <ccoutant@google.com>
1797
1798 Fix problem where -u is ignored when a weak undef is seen.
1799
1800 * archive.cc (Library_base::should_include_member): Reorder
1801 code to check for -u option if a weak undef has already been seen.
1802 * testsuite/Makefile.am (weak_undef_test_2): New test case.
1803 * testsuite/Makefile.in: Regenerate.
1804 * testsuite/weak_undef_file3.cc: New file.
1805 * testsuite/weak_undef_file4.cc: New file.
1806 * testsuite/weak_undef_test_2.cc: New file.
1807
1a221d3d
CC
18082014-02-05 Cary Coutant <ccoutant@google.com>
1809
1810 Fix issues with gold undefined symbol diagnostics.
1811
1812 PR binutils/15435
1813 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
1814 check to here.
1815 * target-reloc.h (is_strong_undefined): New function.
1816 (relocate_section): Move undef vtable symbol check from here.
1817 Check for is_strong_undefined.
1818
e889f0a4 18192014-02-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 1820
e889f0a4
CC
1821 Fix problems with the --dynamic-list option.
1822
1823 PR gold/13577
1824 * options.cc (General_options::parse_dynamic_list):
1825 Set have_dynamic_list_.
1826 (General_options::General_options): Initialize have_dynamic_list_.
1827 (General_options::finalize): Turn off -Bsymbolic and
1828 -Bsymbolic-functions if --dynamic-list provided.
1829 * options.h (General_options::have_dynamic_list): New function.
1830 (General_options::have_dynamic_list_): New data member.
1831 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
1832 correctly.
5fe7ffdc 1833
e889f0a4
CC
1834 PR gold/16530
1835 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
1836 in --dynamic-list, mark it.
5fe7ffdc 1837
e889f0a4
CC
1838 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
1839 (dynamic_list_2): New test case.
1840 * testsuite/Makefile.in: Regenerate.
1841 * testsuite/dynamic_list_2.cc: New file.
1842 * testsuite/dynamic_list_2.t: New file.
1843 * testsuite/dynamic_list_lib1.cc: New file.
1844 * testsuite/dynamic_list_lib2.cc: New file.
1845 * testsuite/gc_dynamic_list_test.c: New file.
1846 * testsuite/gc_dynamic_list_test.sh: New file.
1847 * testsuite/gc_dynamic_list_test.t: New file.
1848
ec673e64
CC
18492014-01-28 Cary Coutant <ccoutant@google.com>
1850
1851 Add .gdb_index version 7 support.
1852
1853 * gold/dwarf_reader.cc: include <utility> (for make_pair).
1854 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
1855 debug sections.
1856 (Dwarf_ranges_table::read_ranges_table): Likewise.
1857 (Dwarf_pubnames_table::read_section): Check for GNU-style
1858 sections, and for compressed debug sections.
1859 (Dwarf_pubnames_table::read_header): Compute end address of table.
1860 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
1861 for end of list by offset, not by offset == 0.
1862 (Dwarf_info_reader::do_read_string_table): Check for compressed
1863 debug sections.
1864 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
1865 Initialize new data members.
1866 (Dwarf_pubnames_table::next_name): return flag_byte.
1867 (Dwarf_pubnames_table::end_of_table_): New data member.
1868 (Dwarf_pubnames_table::is_gnu_style_): New data member.
1869 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
1870 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
1871 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
1872 read skeleton type unit DIEs.
1873 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
1874 (Gdb_index::do_write): Write flag_byte.
1875 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
1876 (Gdb_index::Cu_vector): Store flags along with cu indexes.
1877 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
1878 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
1879
221fd5d5
L
18802014-01-08 H.J. Lu <hongjiu.lu@intel.com>
1881
1882 * version.cc (print_version): Update copyright year to 2014.
1883
6c09fb0b
ILT
18842013-12-19 Dimitry Andric <dimitry@andric.com>
1885
1886 * stringpool.cc (Stringpool_template::reserve): Add
1887 HAVE_UNORDERED_MAP case.
1888 * stringpool.cc (Stringpool_template::print_stats): Likewise.
1889
8356f2d0
CC
18902013-12-18 Cary Coutant <ccoutant@google.com>
1891
1892 * configure.ac: Check for <unordered_set> and <unordered_map>.
1893 * config.in: Regenerate.
1894 * configure: Regenerate.
1895 * system.h: Use <unordered_set> and <unordered_map> if available.
1896
f2c7d7ee
RM
18972013-12-10 Roland McGrath <mcgrathr@google.com>
1898
1899 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
1900 with $(INSTALL_PROGRAM_ENV).
1901 * Makefile.in: Regenerate.
1902
6632e8cc
CC
19032013-11-22 Cary Coutant <ccoutant@google.com>
1904
1905 * configure.ac: Add check for which library is needed for
1906 dlopen.
1907 * configure: Regenerate.
1908
0c075858
CC
19092013-11-22 Cary Coutant <ccoutant@google.com>
1910
1911 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
1912 assembler.
1913 * testsuite/Makefile.in: Regenerate.
1914
f49fe902
L
19152013-11-17 H.J. Lu <hongjiu.lu@intel.com>
1916
1917 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
1918 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
1919 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
1920 (Target_x86_64<size>::Scan::local): Likewise.
1921 (Target_x86_64<size>::Scan::global): Likewise.
1922 (Target_x86_64<size>::Relocate::relocate): Likewise.
1923 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
1924 Likewise.
1925 (Target_x86_64<size>::Scan::check_non_pic(): Handle
1926 R_X86_64_PC32_BND.
1927
1928 * testsuite/Makefile.am (check_PROGRAMS): Add
1929 exception_x86_64_bnd_test.
1930 (exception_x86_64_bnd_test_SOURCES): New macro.
1931 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
1932 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
1933 (exception_x86_64_bnd_test_LDADD): Likewise.
1934 (exception_x86_64_bnd_1.o): New rule.
1935 (exception_x86_64_bnd_2.o): Likewise.
1936 * testsuite/Makefile.in: Regenerated.
1937
9055360d
AM
19382013-11-15 Alan Modra <amodra@gmail.com>
1939
1940 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
1941 accessor.
1942 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
1943 Only call ppc64_local_entry_offset for 64-bit. Restrict
1944 symval_for_branch lookup to ELFv1.
1945 (Stub_table::add_plt_call_entry): Use unsigned int off.
1946 (Output_data_glink::Address, invalid_address): New.
1947 (Output_data_glink::add_eh_frame): Move out of line. Add
1948 support for ELFv2.
1949 (Output_data_glink::add_global_entry, find_global_entry,
1950 global_entry_address): New functions.
1951 (Output_data_glink::global_entry_stubs_, end_branch_table_,
1952 ge_size): New variables.
1953 (Output_data_glink::set_final_data_size): Add global entry
1954 stub sizing.
1955 (Output_data_glink::do_write): Write global entry stubs.
1956 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
1957 parameter. Return true for ELFv2. Adjust callers.
1958 (Target_powerpc::Scan::local, global): Restrict opd lookup to
1959 ELFv1. Similarly for ifunc and dynamic relocation processing
1960 specific to ELFv1. Recognize that symbols are defined on
1961 their plt entries for ELFv2.
1962 (Target_powerpc::symval_for_branch): Assert if called for
1963 ELFv2 or ppc32.
1964 (Target_powerpc::Relocate::relocate): Use global entry plt
1965 stub for symbol value if such exists on ELFv2.
1966 (Target_powerpc::Relocate::relocate): Don't call
1967 symval_for_branch when ELFv2. Do adjust for local entry
1968 offset when ELFv2.
1969 (Target_powerpc::do_dynsym_value): Set symbols to global entry
1970 plt stub for ELFv2.
1971 (Target_powerpc::do_plt_address_for_global): Similarly.
1972
cafdd569
CC
19732013-11-14 Cary Coutant <ccoutant@google.com>
1974
1975 Revert patch -- this did not fix the problem, and there is
1976 no race there.
1977
1978 2013-11-14 Cary Coutant <ccoutant@google.com>
1979
1980 PR gold/14860
1981 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
1982 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
1983 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
1984 updating fde_offsets_.
1985 (Eh_frame_hdr::lock_): New data member.
1986
94e49e16
CC
19872013-11-14 Cary Coutant <ccoutant@google.com>
1988
1989 * dwp.cc (Dwo_file_entry): New type.
1990 (File_list): Use Dwo_file_entry.
1991 (Dwo_file::verify): New function.
1992 (Dwo_file::verify_dwo_list): New function.
1993 (Dwo_file::sized_verify_dwo_list): New function.
1994 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
1995 list.
1996 (Dwp_options): New enum type.
1997 (dwp_options): Add --verify-only.
1998 (usage): Likewise.
1999 (main): Likewise.
2000 * dwp.h (gold_info): Add declaration.
2001
7cdd7d57
CC
20022013-11-14 Cary Coutant <ccoutant@google.com>
2003
2004 PR gold/14860
2005 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
2006 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
2007 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
2008 updating fde_offsets_.
2009 (Eh_frame_hdr::lock_): New data member.
2010
1d946cb3
CC
20112013-11-06 Cary Coutant <ccoutant@google.com>
2012
2013 PR gold/15758
2014 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
2015 before reloc sections.
2016
4f65b40e
AM
20172013-11-04 Alan Modra <amodra@gmail.com>
2018
2019 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
2020 (Symbol::needs_dynamic_reloc): Test new flag.
2021 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
2022 (Target_powerpc::Scan::get_reference_flags): Add target param.
2023 Return FUNC_DESC_ABI for 64-bit ELFv1.
2024 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
2025 call.
2026 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
2027 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
2028
908794a9
CC
20292013-10-31 Cary Coutant <ccoutant@google.com>
2030
2031 Restore support for dwp v2 DWARF package file format.
2032
2033 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2034 tu_length parameter. Adjust all callers.
2035 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2036 * dwp.cc: Include dwarf.h.
2037 (Section_bounds): New struct type.
2038 (Unit_set): New struct type.
2039 (Dwo_file::Dwo_file): Initialize new data member.
2040 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2041 Combine and rename to...
2042 (Dwo_file::read_unit_index): ...this.
2043 (Dwo_file::sized_read_compunit_index)
2044 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2045 (Dwo_file::sized_read_unit_index): ...this.
2046 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2047 parameters; add section_id parameter.
2048 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2049 (Dwo_file::add_unit_set): ...this.
2050 (Dwo_file::shndx_map_): Remove.
2051 (Dwo_file::sect_offsets_): New data member.
2052 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2053 (Dwp_output_file::add_section): Rename to...
2054 (Dwp_output_file::add_contribution): ...this.
2055 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2056 (Dwp_output_file::add_tu_set): Likewise.
2057 (Dwp_output_file::Contribution): New type.
2058 (Dwp_output_file::Section::contributions): New data member.
2059 (Dwp_output_file::Cu_or_tu_set): Remove.
2060 (Dwp_output_file::Section::Section): New ctor.
2061 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2062 (Dwp_output_file::Dwp_index::Section_table): New type.
2063 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2064 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2065 parameter.
2066 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2067 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2068 (Dwp_output_file::Dwp_index::section_table): New member function.
2069 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2070 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2071 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2072 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2073 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2074 (Dwp_output_file::Dwp_index::section_table_): New data member.
2075 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2076 (Dwp_output_file::add_output_section): New member function.
2077 (Dwp_output_file::write_new_section): New member function.
2078 (Dwp_output_file::write_contributions): New member function.
2079 (Dwp_output_file::section_id_map_): New data member.
2080 (class Dwo_id_info_reader): Remove.
2081 (class Unit_reader): New class.
2082 (get_dwarf_section_name): New function.
2083 (Dwo_file::read_executable): Adjust initializations of class data.
2084 (Dwo_file::read): Add support for v2 package file format.
2085 (Dwo_file::read_unit_index): Likewise.
2086 (Dwo_file::sized_read_unit_index): Likewise.
2087 (Dwo_file::copy_section): Likewise.
2088 (Dwo_file::add_unit_set): Likewise.
2089 (Dwp_output_file::add_output_section): Likewise.
2090 (Dwp_output_file::add_contribution): Likewise.
2091 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2092 for empty slot.
2093 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2094 file format.
2095 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2096 slot.
2097 (Dwp_output_file::initialize): Remove unused function.
2098 (Dwp_output_file::finalize): Add support for v2 package file format.
2099 (Dwp_output_file::write_index): Likewise.
2100 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2101 function prototype.
2102
2500c017
CC
21032013-10-31 Cary Coutant <ccoutant@google.com>
2104
2105 * configure.ac: Fix check for -fmerge-constants.
2106 * configure.ac: Regenerate.
2107
dd0845d7
RM
21082013-10-30 Roland McGrath <mcgrathr@google.com>
2109
2110 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
2111 Correct 9-byte nop sequence to match what the assembler generates.
2112
b4f7960d
AM
21132013-10-30 Alan Modra <amodra@gmail.com>
2114
2115 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
2116 ppc64_local_entry_offset, ppc64_local_entry_offset,
2117 do_read_symbols): New functions.
2118 (Powerpc_relobj::e_flags_, st_other_): New vars.
2119 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
2120 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
2121 (Powerpc_relobj::e_flags_): New var.
2122 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
2123 and adjust for ELFv2.
2124 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
2125 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
2126 (Powerpc_dynobj::do_find_special_sections): Likewise.
2127 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
2128 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
2129 to ELFv2 local entry.
2130 (Target_powerpc::do_relax): No thread safe barriers needed for
2131 ELFv2.
2132 (Output_data_plt_powerpc::initial_plt_entry_size_,
2133 plt_entry_size): Delete. Replace all uses with
2134 first_plt_entry_offset() and plt_entry_size().
2135 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
2136 reserved_size parm. Update callers.
2137 (Output_data_plt_powerpc::entry_count): Update.
2138 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
2139 and use Target_powerpc::first_plt_entry_offset().
2140 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
2141 rename to plt_entry_size.
2142 (Output_data_plt_powerpc::add_ifunc_entry,
2143 add_local_ifunc_entry): Adjust reloc for ELFv2.
2144 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
2145 (glink_eh_frame_fde_64v2): New.
2146 (Stub_table::plt_call_size): Support ELFv2 sizing.
2147 (Output_data_glink::add_eh_frame): Use the new FDE.
2148 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
2149 (Stub_table::do_write): Write ELFv2 stubs and glink.
2150 (Target_powerpc::Relocate::relocate): Replaces nop after call
2151 with ld 2,24(1) and adjust local offset destination for ELFv2.
2152
f9c6b907
AM
21532013-10-30 Alan Modra <amodra@gmail.com>
2154
2155 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
2156 (Target_powerpc::Scan::global, local): Likewise.
2157 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
2158 on all ppc64 @h and @ha relocs.
2159
e84fe78f
AM
21602013-10-14 Alan Modra <amodra@gmail.com>
2161
2162 * output.h (Output_data_got::add_constant): Tidy.
2163 (Output_data_got::add_constant_pair): New function.
2164 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
2165 methods used so as to first call reserve_ent().
2166
679e4abf
RM
21672013-10-11 Roland McGrath <mcgrathr@google.com>
2168
44dcb735
RM
2169 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
2170 add_got_entry and add_got_entry_pair.
2171
13323c49
RM
2172 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
2173 (HAVE_PUBNAMES): Likewise.
2174 * configure: Regenerate.
2175
1496b446
RM
2176 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
2177 * testsuite/Makefile.in: Regenerate.
2178
cc84c10b
RM
2179 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
2180 Remove const from declaration.
2181 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
2182 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
2183 * output.h (Output_file_header): Remove const from member target_
2184 and corresponding constructor argument.
2185 * output.cc (Output_file_header::Output_file_header): Update prototype.
2186 (Output_file_header::do_sized_write): Use this->target_ in place
2187 of parameters()->target().
2188
52f66a2c
RM
2189 * testsuite/undef_symbol.cc (Foo::get_a): New method.
2190
2b64b551
RM
2191 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
2192 * configure: Regenerate.
2193 * Makefile.in: Regenerate.
2194 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
2195 * testsuite/merge_string_literals_2.c: Likewise.
2196 * testsuite/Makefile.am
2197 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
2198 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
2199 literal -fmerge-constants.
2200 * testsuite/Makefile.in: Regenerate.
2201
43819297
RM
2202 * i386.cc (Target_i386): Remove unused member dynbss_.
2203 * arm.cc (Target_arm): Likewise.
2204 * powerpc.cc (Target_powerpc): Likewise.
2205 * sparc.cc (Target_sparc): Likewise.
2206 * tilegx.cc (Target_tilegx): Likewise.
2207 * x86_64.cc (Target_x86_64): Likewise.
2208 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
2209 type_signature_, type_offset_.
2210 * plugin.h (Plugin_hook): Remove unused member layout_.
2211 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
2212 mapfile_.
2213 (Read_member): Remove unused members input_objects_, symtab_,
2214 mapfile_, layout_.
2215 (Check_library): Remove unused member symtab_.
2216 * archive.h (Lib_group): Remove unused member lib_.
2217 * archive.cc (Lib_group::Lib_group): Update initializer.
2218 * incremental.h (Incremental_binary): Remove unused member target_.
2219 (Incremental_script_entry): Removed unused member script_.
2220 * layout.h (Write_symbols_task): Remove unused member input_objects_.
2221 * icf.h (Icf): Remove unused member num_tracked_relocs.
2222
39d9ead7
RM
2223 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
2224 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
2225 its only use.
2226 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
2227
679e4abf
RM
2228 * archive.h: Use struct rather than class for forward declaration
2229 of Read_symbols_data.
2230
54de2ea6
CC
22312013-10-07 Cary Coutant <ccoutant@google.com>
2232
2233 PR gold/16010
2234 * testsuite/Makefile.am (icf_test): Fix dependencies.
2235 (icf_safe_test): Likewise.
2236 (icf_safe_so_test): Likewise.
2237 (large_symbol_alignment): Add empty _LDADD rule.
2238 * testsuite/Makefile.in: Regenerate.
2239
b14016f0
L
22402013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
2241
2242 PR gold/15927
2243 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
2244 relocation for R_X86_64_32 on x32.
2245
eb426534
RM
22462013-08-27 Roland McGrath <mcgrathr@google.com>
2247
2248 * output.cc (Output_segment::set_section_addresses): Take new
2249 Target* argument. If target->isolate_execinstr() and the segment
2250 is executable and starts at a target->abi_pagesize() boundary,
2251 pad its end out to a target->abi_pagesize() boundary with code fill.
2252 * output.h (Output_segment::set_section_addresses): Update decl.
2253 * layout.h (Layout::check_output_data_for_reset_values): Take new
2254 argument RELAX_OUTPUTS.
2255 (Layout): New member relax_output_list_.
2256 (Layout::add_relax_output): New method.
2257 * layout.cc (Layout::Layout): Update constructor.
2258 (Layout::reset_relax_output): New method.
2259 (Layout::clean_up_after_relaxation): Call it.
2260 (Layout::prepare_for_relaxation): Update caller.
2261 (Layout::set_segment_offsets): Update callers of set_section_addresses.
2262 Call reset_relax_output before re-processing segments for
2263 isolate_execinstr case.
2264 (Layout::write_data): Handle relax_output_list_.
2265 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
2266 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
2267
9aff4b7a
NC
22682013-08-23 Yuri Chornoivan <yurchor@ukr.net>
2269
2270 PR binutils/15834
2271 * object.h: Fix typos.
2272
93f8221c
RM
22732013-08-16 Roland McGrath <mcgrathr@google.com>
2274
2275 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
2276 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
2277
e44c3715
CC
22782013-08-07 Cary Coutant <ccoutant@google.com>
2279
2280 Revert support for v2 DWP files:
2281
2282 2013-03-01 Cary Coutant <ccoutant@google.com>
2283
2284 Add dwp support for v2 DWARF package file format.
2285 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2286 tu_length parameter. Adjust all callers.
2287 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2288 * dwp.cc: Include dwarf.h.
2289 (Section_bounds): New struct type.
2290 (Unit_set): New struct type.
2291 (Dwo_file::Dwo_file): Initialize new data member.
2292 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2293 Combine and rename to...
2294 (Dwo_file::read_unit_index): ...this.
2295 (Dwo_file::sized_read_compunit_index)
2296 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2297 (Dwo_file::sized_read_unit_index): ...this.
2298 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2299 parameters; add section_id parameter.
2300 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2301 (Dwo_file::add_unit_set): ...this.
2302 (Dwo_file::shndx_map_): Remove.
2303 (Dwo_file::sect_offsets_): New data member.
2304 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2305 (Dwp_output_file::add_section): Rename to...
2306 (Dwp_output_file::add_contribution): ...this.
2307 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2308 (Dwp_output_file::add_tu_set): Likewise.
2309 (Dwp_output_file::Contribution): New type.
2310 (Dwp_output_file::Section::contributions): New data member.
2311 (Dwp_output_file::Cu_or_tu_set): Remove.
2312 (Dwp_output_file::Section::Section): New ctor.
2313 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2314 (Dwp_output_file::Dwp_index::Section_table): New type.
2315 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2316 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2317 parameter.
2318 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2319 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2320 (Dwp_output_file::Dwp_index::section_table): New member function.
2321 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2322 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2323 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2324 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2325 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2326 (Dwp_output_file::Dwp_index::section_table_): New data member.
2327 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2328 (Dwp_output_file::add_output_section): New member function.
2329 (Dwp_output_file::write_new_section): New member function.
2330 (Dwp_output_file::write_contributions): New member function.
2331 (Dwp_output_file::section_id_map_): New data member.
2332 (class Dwo_id_info_reader): Remove.
2333 (class Unit_reader): New class.
2334 (get_dwarf_section_name): New function.
2335 (Dwo_file::read_executable): Adjust initializations of class data.
2336 (Dwo_file::read): Add support for v2 package file format.
2337 (Dwo_file::read_unit_index): Likewise.
2338 (Dwo_file::sized_read_unit_index): Likewise.
2339 (Dwo_file::copy_section): Likewise.
2340 (Dwo_file::add_unit_set): Likewise.
2341 (Dwp_output_file::add_output_section): Likewise.
2342 (Dwp_output_file::add_contribution): Likewise.
2343 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2344 for empty slot.
2345 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2346 file format.
2347 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2348 slot.
2349 (Dwp_output_file::initialize): Remove unused function.
2350 (Dwp_output_file::finalize): Add support for v2 package file format.
2351 (Dwp_output_file::write_index): Likewise.
2352 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2353 function prototype.
2354
c6905c28
CC
23552013-07-31 Cary Coutant <ccoutant@google.com>
2356
2357 * object.cc (Sized_relobj::do_output_section_address): New function.
2358 (Sized_relobj): Instantiate explicitly.
2359 * object.h (Object::output_section_address): New function.
2360 (Object::do_output_section_address): New function.
2361 (Sized_relobj::do_output_section_address): New function.
2362 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
2363
23642013-07-30 Cary Coutant <ccoutant@google.com>
5cdb4d98 2365 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
a67858e0
CC
2366
2367 * parameters.cc (Parameters::entry): Return target-specific entry
2368 symbol name.
2369 * target.h (Target::entry_symbol_name): New function.
2370 (Target_info::entry_symbol_name): New data member.
2371
2372 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
2373 * i386.cc (Target_i386::i386_info): Likewise.
2374 (Target_i386_nacl::i386_nacl_info): Likewise.
2375 * sparc.cc (Target_sparc::sparc_info): Likewise.
2376 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
2377 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
2378 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
2379 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
2380
234d4ab8
SA
23812013-07-22 Sterling Augustine <saugustine@google.com>
2382
2383 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
2384 Convert parameter shndx to local variable. Add parameters symtab
2385 and symtab_size. Scan over section names. Find relocation
2386 section corresponding to current section. Create and initialize
2387 reloc_mapper_ and reloc_type_.
2388 (Dwarf_pubnames_table::read_header): Add assertion. Change
2389 unit_length to off_t. Initialize member unit_length_. Fill in field
2390 cu_offset_.
2391 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
2392 Initialize new fields unit_length_ and cu_offset_.
2393 (Dwarf_pubnames_table::read_section): Update prototype.
2394 (Dwarf_pubnames_table::cu_offset): New member function.
2395 (Dwarf_pubnames_table::subsection_size): Likewise.
2396 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
2397 New fields.
2398 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
2399 member functions public.
2400 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
2401 Update comment. Rework logic. Move repeated parts to...
2402 (Gdb_index_info_reader::read_pubtable): ...here. New function.
2403 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
2404 pubtypes_table_, and stmt_list_offset.
2405 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2406 Gdb_index::find_pubtype_offset,
2407 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
2408 (Gdb_index::pubnames_read): Update prototype and rework logic.
2409 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
2410 Forward declare.
2411 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
2412 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
2413 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
2414 Gdb_index::map_pubtable_to_dies):
2415 Declare functions.
2416 (Gdb_index::pubnames_read): Update declaration.
2417 (Gdb_index::Pubname_offset_map): New type.
2418 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
2419 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
2420 Gdb_index::stmt_list_offset): Declare.
2421 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
2422 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
2423 Gdb_index::pubtypes_offset_): Remove.
2424
a3ed37d8
RM
24252013-07-19 Roland McGrath <mcgrathr@google.com>
2426
2427 * options.h (General_options): Add -Trodata-segment option.
2428 * parameters.cc (Parameters::check_rodata_segment): New function.
2429 (Parameters::set_target_once): Call it.
2430 * parameters.h (Parameters): Declare it (private member function).
2431 * layout.cc (load_seg_unusable_for_headers): New function, broken
2432 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
2433 then validate rodata segment rather than text segment.
2434 (relaxation_loop_body): Call that.
2435 (is_text_segment): New function. Don't admit a non-executable
2436 segment if TARGET->isolate_execinstr().
2437 (set_segment_offsets): Call it. Honor -Trodata-segment option.
2438
eb5b4ded
CC
24392013-07-15 Shawn Landden <shawnlandden@gmail.com>
2440
2441 PR gold/15070
2442 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
2443 * nacl.h (Sniff_file::View::View): Request aligned view.
2444
4d5effb9
CC
24452013-07-11 Cary Coutant <ccoutant@google.com>
2446
2447 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
2448 correct BRLT entry size.
2449
ba8ca3e7
AM
24502013-07-03 Alan Modra <amodra@gmail.com>
2451
2452 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
2453 comment.
2454
267257d2
CC
24552013-07-01 Cary Coutant <ccoutant@google.com>
2456
2457 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
2458 reloc_type_.
2459 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
2460 (Dwarf_ranges_table::lookup_reloc): New function.
2461 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
2462 reloc_type_.
2463 (Dwarf_ranges_table::lookup_reloc): New function.
2464 (Dwarf_ranges_table::reloc_type_): New data member.
2465
06f30c9d
CC
24662013-06-27 Jing Yu <jingyu@google.com>
2467
2468 PR gold/15662
2469 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
2470 function.
2471 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
2472 (Target_powerpc::do_relax): Call the above.
2473
a2d7bf59
AM
24742013-06-27 Cary Coutant <ccoutant@google.com>
2475
2476 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
2477 on garbage collected .opd section.
2478
24792013-06-27 Alan Modra <amodra@gmail.com>
2480
2481 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
2482 is non-zero.
2483 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
2484 (Target_powerpc::do_function_location): Likewise for loc->shndx.
2485
32364e50
CC
24862013-06-14 Cary Coutant <ccoutant@google.com>
2487
2488 * resolve.cc (Symbol::override_base): Don't override st_type
2489 from plugin placeholder symbols.
2490 (Symbol_table::resolve): Likewise.
2491 (Symbol_table::should_override): Don't complain about TLS mismatch
2492 if the TO symbol is a plugin placeholder.
2493 * testsuite/Makefile.am (plugin_test_tls): New test.
2494 * testsuite/Makefile.in: Regenerate.
2495 * testsuite/plugin_test_tls.sh: New test script.
2496 * testsuite/two_file_test_2_tls.cc: New test source.
2497 * testsuite/two_file_test_tls.cc: New test source.
2498
7fb47cc9
CC
24992013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
2500
2501 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
2502 the maximum segment alignment is larger than the page size.
2503 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
2504 correctly aligns the symbols with large alignemnt.
2505 * testsuite/Makefile.in: Regenerate.
2506 * testsuite/large_symbol_alignment.cc: New file.
2507
6934001a
CC
25082013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
2509 Sriraman Tallam <tmsriram@google.com>
2510
2511 * options.h (sort_section): New option.
2512 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
2513 Rename from Input_section_sort_section_name_special_ordering_compare.
2514 (Input_section_sort_section_name_compare): New struct.
2515 * output.cc (Output_section::Input_section_sort_section_name_compare::
2516 operator()): New function.
2517 (Output_section::sort_attached_input_sections): Use new sort function
2518 for .text if --sort-section=name is specified.
2519 * layout.cc (Layout::make_output_section):
2520 Add sorting by name when --sort-section=name is specified.
2521 * testsuite/Makefile.am (text_section_grouping): Test option
2522 --sort-section=name.
2523 * testsuite/Makefile.in: Regenerate.
2524 * testsuite/section_sorting_name.cc: New file.
2525 * testsuite/section_sorting_name.sh: New file.
2526
93acabad
CC
25272013-05-21 Cary Coutant <ccoutant@google.com>
2528
2529 * symtab.h (Symbol::is_cxx_vtable): New function.
2530 * target-reloc.h (relocate_section): Check for vtable symbol.
2531 * testsuite/Makefile.am (missing_key_func.sh): New test case.
2532 * testsuite/Makefile.in: Regenerate.
2533 * testsuite/missing_key_func.cc: New test source.
2534 * testsuite/missing_key_func.sh: New test script.
2535
60e8b3fc
CC
25362013-05-21 Cary Coutant <ccoutant@google.com>
2537
2b64b551
RM
2538 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
2539 type of enclosing symbol.
2540 (Relocate_info::location): Check symbol type when describing symbol.
2541 * object.h (Symbol_location_info): Remove unused line_number;
2542 add enclosing_symbol_type.
2543 * testsuite/debug_msg.sh: Adjust expected output.
60e8b3fc 2544
9df9de2c
CC
25452013-05-13 Cary Coutant <ccoutant@google.com>
2546
2b64b551
RM
2547 * configure.ac: Export DEFAULT_TARGET.
2548 * configure: Regenerate.
2549 * Makefile.in: Regenerate.
2550 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
2551 * testsuite/Makefile.in: Regenerate.
2552 * testsuite/debug_msg.sh: Delete duplicate tests.
2553 Don't check undef_int error message match for powerpc where the
2554 source file and line number aren't available.
9df9de2c 2555
bbc5ae17
RM
25562013-05-10 Roland McGrath <mcgrathr@google.com>
2557
2558 * options.h (General_options): Add --rosegment-gap option.
2559 * options.cc (finalize): --rosegment-gap implies --rosegment.
2560 * layout.cc (set_segment_offsets): Let user option override
2561 target->rosegment_gap().
2562
0c6e6c39
RM
25632013-05-10 Roland McGrath <mcgrathr@google.com>
2564
2565 * options.h (General_options): Remove leading space from help
2566 messages for -nostdlib and --rosegment.
2567
cde7cb01
MR
25682013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
2569
2570 PR ld/15365
2571 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
2572
f31ae5b8
AM
25732013-05-03 Alan Modra <amodra@gmail.com>
2574
2575 * merge.cc (Output_merge_string::do_add_input_section): Correct
2576 scan for number of strings. Rename vars to avoid shadowing.
2577 Include missing terminator in input_size_.
2578
d3a7cd45
L
25792013-05-01 H.J. Lu <hongjiu.lu@intel.com>
2580
2581 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
2582 Restore empty string handling.
2583
6ad3daba
CC
25842013-05-01 Cary Coutant <ccoutant@google.com>
2585
2586 * stringpool.cc (Stringpool_template::new_key_offset): Fix
2587 uninitialized warning.
2588
e31908b6
CC
25892013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
2590
2591 * output.cc (Output_section::add_merge_input_section): Allow
2592 to merge sections if the alignment is more than character size.
2593 * merge.h (Output_merge_string::Output_merge_string): Remove
2594 assert.
2595 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
2596 only not-null strings. Check the alignment of strings.
2597 * stringpool.h
2598 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
2599 alignment as the argument.
2600 (Stringpool_template<Stringpool_char>::addralign_): New class member.
2601 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
2602 Align non-zero length strings according to the addralign_.
2603 (Stringpool_template<Stringpool_char>::set_string_offsets):
2604 Updating offsets according to the given alignment.
2605 * testsuite/Makefile.am (text_section_grouping): Test if string
2606 literals are getting merged.
2607 * testsuite/Makefile.in: Regenerate.
2608 * testsuite/merge_string_literals_1.c: New file.
2609 * testsuite/merge_string_literals_2.c: Ditto.
2610 * testsuite/merge_string_literals.sh: Ditto.
2611
0e804863
ILT
26122013-04-26 Ian Lance Taylor <iant@google.com>
2613
2614 * target-reloc.h (relocate_section): If the reloc offset is out of
2615 range, pass VIEW as NULL to relocate.relocate.
2616 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
2617 * i386.cc (Target_i386::Relocate::relocate): Likewise.
2618 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
2619 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
2620 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
2621 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
2622
e7c5ea40
CC
26232013-04-26 Geoff Pike <gpike@chromium.org>
2624
2625 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
2626 * layout.cc (Hash_task): New class.
2627 (Layout::queue_build_id_tasks): New function.
2628 (Layout::write_build_id): Handle single-thread portion of build ID
2629 computation. (In some cases, all of it is single-threaded.) Replace
2630 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
2631 functionality in fewer lines of code.
2632 * layout.h (Layout::queue_build_id_tasks): New function declaration.
2633 * options.h (General_options): make "--build-id" default to tree
2634 rather than sha1. Add two new options related to --build-id=tree:
2635 --build-id-chunk-size-for-treehash and
2636 --build-id-min-file-size-for-treehash.
2637 * Makefile.am: add testing of --build-id=tree and related new options
2638 (these tests will be invoked by "make check").
2639 * Makefile.in: Regenerate.
2640
49926cd0
AM
26412013-04-25 Alan Modra <amodra@gmail.com>
2642
2643 * configure.tgt: Add powerpcle and powerpc64le.
2644
a4034750
AM
26452013-04-22 Alan Modra <amodra@gmail.com>
2646
2647 PR gold/15355
2648 * layout.cc (Layout::segment_precedes): Allow more than one
2649 segment with the same type and flags.
2650
e79c84aa
CC
26512013-04-15 Cary Coutant <ccoutant@google.com>
2652
2653 * layout.cc (Layout::set_relocatable_section_offsets): Don't
2654 allocate space in file for BSS sections.
2655
2199fbe7
CC
26562013-04-15 Cary Coutant <ccoutant@google.com>
2657
2658 * script-sections.cc (Orphan_output_section): Reset address
2659 to zero after each orphaned section for relocatable links.
2660
502e8a84
CC
26612013-04-15 Cary Coutant <ccoutant@google.com>
2662
a4034750
AM
2663 * symtab.cc (Symbol_table::sized_write_globals): Subtract
2664 section starting address for relocatable link.
2665 * testsuite/Makefile.am (script_test_11): New test.
2666 * testsuite/Makefile.in: Regenerate.
2667 * testsuite/script_test_11.c: New source file.
2668 * testsuite/script_test_11.t: New linker script.
502e8a84 2669
0cfdc767
AM
26702013-04-13 Alan Modra <amodra@gmail.com>
2671
2672 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
2673 owner when sections are not adjacent and exceed group size.
2674 (Target_powerpc::group_sections): Handle corner case.
2675 (Target_powerpc::Branch_info::make_stub): Handle case where
2676 stub table doesn't exist due to branches in non-exec sections.
2677 (Target_powerpc::Relocate::relocate): Likewise.
2678
6830ee24
AM
26792013-04-11 Alan Modra <amodra@gmail.com>
2680
2681 PR gold/15354
2682 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
2683 .branch_lt to match bfd ld. Adjust comments throughout file.
2684
54a3d865
ILT
26852013-04-04 Ian Lance Taylor <iant@google.com>
2686
2687 GCC PR c++/56840
2688 * object.cc (do_layout_deferred_sections): Handle .eh_frame
2689 sections before checking whether they are included in the link.
2690
9993ba11
ST
26912013-03-29 Sriraman Tallam <tmsriram@google.com>
2692
2693 * archive.cc (Archive::get_elf_object_for_member): Create the elf
2694 object before calling the plugin claim_file handler. Pass the elf
2695 object of the archive to the plugin. Delete the elf object if the
2696 plugin claims the file.
2697
ebacd51e
AM
26982013-03-21 Alan Modra <amodra@gmail.com>
2699
2700 * layout.cc (Layout::set_segment_offsets): Accept writable .text
2701 segment when omagic.
2702
117be58f
AM
27032013-03-21 Alan Modra <amodra@gmail.com>
2704
2705 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
2706 comparison warning.
2707 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
2708 uninitialized" warning.
2709
32e2b61d
AM
27102013-03-20 Alan Modra <amodra@gmail.com>
2711
2712 * symtab.h (Symbol::clear_version): New function.
2713 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
2714 is_needed by weak references. Clear version for symbols defined
2715 in as-needed objects that are not needed.
2716
b3ccdeb5
AM
27172013-03-15 Alan Modra <amodra@gmail.com>
2718
2719 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
2720 static and public. Add report_err param. Return false for data refs.
2721 (Target_powerpc::rela_dyn_section): New overloaded function.
2722 (Target_powerpc::plt_, iplt_): Elucidate.
2723 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
2724 (Output_data_plt_powerpc::do_write): Don't write .iplt.
2725 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
2726 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
2727 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
2728 push_branch and make_plt_entry for ifunc syms when
2729 reloc_needs_plt_for_ifunc.
2730 (Target_powerpc::Relocate::relocate): Don't use plt entry value
2731 for ifunc unless reloc_needs_plt_for_ifunc.
2732
ad3d8a2f
AM
27332013-03-15 Alan Modra <amodra@gmail.com>
2734
2735 * gc.h (gc_process_relocs): Don't look through function descriptors.
2736 * icf.cc (get_section_contents): Do so here instead.
2737
4d9aa155
AM
27382013-03-13 Alan Modra <amodra@gmail.com>
2739
2740 * powerpc.cc (is_branch_reloc): Forward declare.
2741 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
2742 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
2743 false for 64-bit, true for 32-bit non-branch relocs.
2744 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
2745 * testsuite/Makefile.am (icf_test): Use linker map file instead of
2746 nm output.
2747 (icf_safe_test): Generate linker map file as well as nm output.
2748 (icf_safe_so_test): Likewise.
2749 * testsuite/Makefile.in: Regenerate.
2750 * testsuite/icf_test.sh: Parse linker map file to determine
2751 section folding.
2752 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
2753 * testsuite/icf_safe_so_test.sh: Likewise.
2754 (X86_32_or_ARM_specific_safe_fold): Merge into..
2755 (arch_specific_safe_fold): ..this.
2756 (X86_64_specific_safe_fold): Delete unused function.
2757
57420c20
AM
27582013-03-12 Alan Modra <amodra@gmail.com>
2759
2760 * gc.h (gc_process_relocs): Look through function descriptors
2761 to determine shndx, symvalue and addend used by ICF. Tidy
2762 variable duplication.
2763
dc3714f3
AM
27642013-03-11 Alan Modra <amodra@gmail.com>
2765
2766 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
2767 * layout.cc (Layout_task_runner::run): ..to here.
2768 * symtab.h (struct Symbol_location): Extract from..
2769 (class Symbol_table): ..here.
2770 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
2771 * target.h (class Target): Add function_location and
2772 do_function_location functions.
2773 (class Sized_target): Add do_function_location.
2774 * object.h (class Sized_relobj_file): Move find_shdr..
2775 (class Object): ..to here.
2776 * object.cc: Likewise. Update to suit. Instantiate.
2777 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
2778 * powerpc.cc (class Powerpc_dynobj): New.
2779 (Target_powerpc::do_function_location): New function.
2780 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
2781 (Powerpc_dynobj::do_read_symbols): New function.
2782 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
2783
956b03bb
ILT
27842013-03-08 Ian Lance Taylor <iant@google.com>
2785
2786 * options.cc (General_options::string_to_object_format): Accept
2787 "default".
2788
4bead2d5
AM
27892013-03-08 Alan Modra <amodra@gmail.com>
2790
2791 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
2792 pointer to Post_fde.
2793 (struct Post_fde): Move definition to here..
2794 * ehframe.cc (struct Post_fde): ..from here.
2795 (Cie::write): Don't alloc Post_fde.
2796 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
2797
02e60bf7
AM
27982013-03-07 Alan Modra <amodra@gmail.com>
2799
2800 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
2801 relocation referencing .LC0.
2802 * testsuite/discard_locals_test.sh: Remove FIXMEs.
2803
8343f03a
AM
28042013-03-07 Alan Modra <amodra@gmail.com>
2805
2806 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
2807 always_inline. Add assembly for powerpc to avoid GOT.
2808
3366d57c
AM
28092013-03-07 Alan Modra <amodra@gmail.com>
2810
2811 * testsuite/script_test_10.sh: Don't test .bss section
2812 header number.
2813
6c77229c
AM
28142013-03-06 Alan Modra <amodra@gmail.com>
2815
2816 * powerpc.cc (class Powerpc_relobj): Move some member functions.
2817 (Target_powerpc::symval_for_branch): Add symtab param. Update
2818 all callers. Handle folded sections.
2819 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
2820 to Powerpc_relobj.
2821 (Global_symbol_visitor_opd::operator()): Likewise.
2822
a39e4af6
AM
28232013-03-04 Alan Modra <amodra@gmail.com>
2824
2825 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
2826 * testsuite/Makefile.in: Regenerate.
2827
d5834edb
CC
28282013-03-01 Cary Coutant <ccoutant@google.com>
2829
2830 Add dwp support for v2 DWARF package file format.
2831 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
2832 tu_length parameter. Adjust all callers.
2833 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
2834 * dwp.cc: Include dwarf.h.
2835 (Section_bounds): New struct type.
2836 (Unit_set): New struct type.
2837 (Dwo_file::Dwo_file): Initialize new data member.
2838 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
2839 Combine and rename to...
2840 (Dwo_file::read_unit_index): ...this.
2841 (Dwo_file::sized_read_compunit_index)
2842 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
2843 (Dwo_file::sized_read_unit_index): ...this.
2844 (Dwo_file::copy_section): Remove section_name, is_str_offsets
2845 parameters; add section_id parameter.
2846 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
2847 (Dwo_file::add_unit_set): ...this.
2848 (Dwo_file::shndx_map_): Remove.
2849 (Dwo_file::sect_offsets_): New data member.
2850 (Dwp_output_file::Dwp_output_file): Initialize new data members.
2851 (Dwp_output_file::add_section): Rename to...
2852 (Dwp_output_file::add_contribution): ...this.
2853 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
2854 (Dwp_output_file::add_tu_set): Likewise.
2855 (Dwp_output_file::Contribution): New type.
2856 (Dwp_output_file::Section::contributions): New data member.
2857 (Dwp_output_file::Cu_or_tu_set): Remove.
2858 (Dwp_output_file::Section::Section): New ctor.
2859 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
2860 (Dwp_output_file::Dwp_index::Section_table): New type.
2861 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
2862 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
2863 parameter.
2864 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
2865 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
2866 (Dwp_output_file::Dwp_index::section_table): New member function.
2867 (Dwp_output_file::Dwp_index::section_table_end): New member function.
2868 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
2869 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
2870 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
2871 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
2872 (Dwp_output_file::Dwp_index::section_table_): New data member.
2873 (Dwp_output_file::Dwp_index::section_mask_): New data member.
2874 (Dwp_output_file::add_output_section): New member function.
2875 (Dwp_output_file::write_new_section): New member function.
2876 (Dwp_output_file::write_contributions): New member function.
2877 (Dwp_output_file::section_id_map_): New data member.
2878 (class Dwo_id_info_reader): Remove.
2879 (class Unit_reader): New class.
2880 (get_dwarf_section_name): New function.
2881 (Dwo_file::read_executable): Adjust initializations of class data.
2882 (Dwo_file::read): Add support for v2 package file format.
2883 (Dwo_file::read_unit_index): Likewise.
2884 (Dwo_file::sized_read_unit_index): Likewise.
2885 (Dwo_file::copy_section): Likewise.
2886 (Dwo_file::add_unit_set): Likewise.
2887 (Dwp_output_file::add_output_section): Likewise.
2888 (Dwp_output_file::add_contribution): Likewise.
2889 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
2890 for empty slot.
2891 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
2892 file format.
2893 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
2894 slot.
2895 (Dwp_output_file::initialize): Remove unused function.
2896 (Dwp_output_file::finalize): Add support for v2 package file format.
2897 (Dwp_output_file::write_index): Likewise.
2898 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
2899 function prototype.
2900
a68a081d
CC
29012013-03-01 Cary Coutant <ccoutant@google.com>
2902
2903 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
2904 function into class definition in header file.
2905 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
2906 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
2907 New function.
2908 (Dwarf_info_reader::check_buffer): Move here from .cc file.
2909
9d5781f8
AM
29102013-02-28 Alan Modra <amodra@gmail.com>
2911
2912 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
2913 * target.cc (Target::do_plt_fde_location): New function.
2914 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
2915 accessor function, and constructor param.
2916 (struct Post_fde, Post_fdes): Declare.
2917 (Cie::write): Add post_fdes param.
2918 * ehframe.cc (Fde::write): Use plt_fde_location.
2919 (struct Post_fde): Define.
2920 (Cie::write): Stash FDEs added post merge mapping.
2921 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
2922 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
2923 (Eh_frame::do_sized_write): Arrange to write post map FDES after
2924 other FDEs.
2925 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
2926 (Target_powerpc::has_glink): New function.
2927 (Target_powerpc::do_relax): Add eh_frame info for stubs.
2928 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
2929 glink_eh_frame_fde_32, default_fde): New data.
2930 (Stub_table::eh_frame_added_): New var.
2931 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
2932 Make const.
2933 (Stub_table::add_eh_frame): New function.
2934 (Output_data_glink::add_eh_frame): New function.
2935 (Target_powerpc::make_glink_section): Call add_eh_frame.
2936
214383dd
ILT
29372013-02-15 Ian Lance Taylor <iant@google.com>
2938
2939 * options.h (DEFINE_uint64_alias): Define.
2940 (class General_options): Add -Ttext-segment as an alias for
2941 -Ttext.
2942
91c2b899
AM
29432013-02-15 Alan Modra <amodra@gmail.com>
2944
2945 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
2946 (Stub_table::do_write): ..here, two places.
2947 (Stub_table::plt_call_size): Use it here too.
2948
20e2a8aa
ILT
29492013-02-11 Ian Lance Taylor <iant@google.com>
2950
2951 * descriptors.cc (Descriptors::close_all): New function.
2952 * descriptors.h (class Descriptors): Declare close_all.
2953 (close_all_descriptors): New inline function.
2954 * plugin.cc: Include "descriptors.h".
2955 (Plugin_manager::cleanup): Call close_all_descriptors.
2956
8952bc69
AM
29572013-02-06 Alan Modra <amodra@gmail.com>
2958
2959 * README: Update coding style link.
2960
29bd8b6b
CC
29612013-01-28 Cary Coutant <ccoutant@google.com>
2962
a4034750
AM
2963 * dwp.cc (File_list): New typedef.
2964 (Dwo_name_info_reader): New class.
2965 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
2966 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
2967 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
2968 (Dwo_file::read_executable): New function.
2969 (Dwo_file::read): Move common setup code to ...
2970 (Dwo_file::make_object): ... here.
2971 (dwp_options): Add --exec/-e.
2972 (usage): Likewise.
2973 (main): Likewise.
29bd8b6b 2974
c6ac678d
ST
29752013-01-24 Sriraman Tallam <tmsriram@google.com>
2976
2977 * layout.cc (Layout::layout): Check for option text_reorder.
2978 (Layout::make_output_section): Ditto.
2979 * options.h (text_reorder): New option.
2980 * output.cc (Input_section_sort_compare): Remove special ordering
2981 of section names.
2982 (Output_section::
2983 Input_section_sort_section_name_special_ordering_compare::
2984 operator()): New function.
2985 (Output_section::sort_attached_input_sections): Use new sort function
2986 for .text.
2987 * output.h (Input_section_sort_section_name_special_ordering_compare):
2988 New struct.
2989 * testsuite/Makefile.am (text_section_grouping): Test option
2990 --no-text-reorder
2991 * testsuite/Makefile.in: Regenerate.
2992 * testsuite/text_section_grouping.sh: Check order of functions without
2993 default text reordering.
2994
50701cc1
MF
29952013-01-18 Mike Frysinger <vapier@gentoo.org>
2996
2997 * options.h (General_options): Change default to true for new_dtags.
2998
b1b00fcc
MF
29992013-01-18 Mike Frysinger <vapier@gentoo.org>
3000
3001 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
3002 when enable_new_dtags is false. Only add DT_RUNPATH when
3003 enable_new_dtags is true.
3004
ec5b8187
AM
30052013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
3006
3007 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
3008 used in declaration and definition consistent.
3009 (Target_powerpc::symval_for_branch): Ditto.
3010
a880d4c4
ST
30112013-01-16 Sriraman Tallam <tmsriram@google.com>
3012
3013 * testsuite/plugin_final_layout.cc: Fix comment.
3014
7c381248
ST
30152013-01-16 Sriraman Tallam <tmsriram@google.com>
3016
3017 * layout.cc (Layout::layout): Do not do default sorting for
3018 text sections when section ordering is specified.
3019 (make_output_section): Ditto.
3020 * testsuite/plugin_final_layout.cc: Name the function sections
3021 to catch reordering issues.
3022
e2458743
AM
30232013-01-15 Alan Modra <amodra@gmail.com>
3024
3025 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
3026 plt-thread-safe.
3027
431ed302
AM
30282013-01-15 Alan Modra <amodra@gmail.com>
3029
3030 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
3031 * testsuite/Makefile.in: Regenerate.
3032
0ec6429b
AM
30332013-01-14 Alan Modra <amodra@gmail.com>
3034
3035 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
3036 * testsuite/Makefile.in: Regenerate.
3037
0bf402d5
ILT
30382013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
3039
36af3926 3040 PR bfd/14430
0bf402d5
ILT
3041 Fix mingw gold build with plugins enabled
3042 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
3043 * configure.ac: Export DLOPEN_LIBS and add headers check.
3044 * plugin.cc: Handle non-dlfcn case.
3045 * Makefile.in: Regenerate.
3046 * config.in: Regenerate.
3047 * configure: Regenerate.
3048 * testsuite/Makefile.in: Regenerate.
3049
9e9143bc
ST
30502013-01-09 Sriraman Tallam <tmsriram@google.com>
3051
3052 * output.h (sort_attached_input_sections): Change to be public.
3053 * script-sections.cc
3054 (Output_section_definition::set_section_addresses): Sort
3055 attached input sections according to section order before linker
3056 script assigns section addresses.
3057 (Orphan_output_section::set_section_addresses): Sort
3058 attached input sections according to section order before linker
3059 script assigns section addresses.
3060 * Makefile.am (final_layout.sh): Use a simple linker script to
3061 check if section ordering still works.
3062 * Makefile.in: Regenerate.
3063
679af368
ILT
30642013-01-09 Ben Cheng <bccheng@google.com>
3065
3066 * arm.cc (Target_arm::attributes_accept_div): New function.
3067 (Target_arm::attributes_forbid_div): New function.
3068 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
3069 attribute using the same new functions as what bfd/elf32_arm.c
3070 does.
3071
3136a00e
CC
30722013-01-07 Cary Coutant <ccoutant@google.com>
3073
3074 PR gold/14993
3075 * output.cc (Output_section::add_input_section): For incremental
3076 updates, don't track input sections that are allocated from patch
3077 space.
3078
f2a6224b
L
30792013-01-07 H.J. Lu <hongjiu.lu@intel.com>
3080 Ian Lance Taylor <iant@google.com>
3081
3082 PR gold/14897
3083 * configure.ac (--enable-ld): Removed.
3084 (install_as_default): Set to yes only for --enable-gold=default
3085 or --disable-ld.
3086 * configure: Regenerated.
3087
4f46f626
L
30882013-01-07 H.J. Lu <hongjiu.lu@intel.com>
3089
3090 * options.h (General_options): Add -fuse-ld= for GCC linker
3091 option compatibility.
3092
26e4ef59
CC
30932013-01-04 Cary Coutant <ccoutant@google.com>
3094
3095 * configure.ac: Fix typo restoring CXXFLAGS.
3096 * configure: Regenerate.
3097
3d587466
CC
30982013-01-04 Cary Coutant <ccoutant@google.com>
3099
4f46f626
L
3100 * testsuite/Makefile.am (CXXLINK_S): New macro.
3101 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
3102 * testsuite/Makefile.in: Regenerate.
3d587466 3103
44db6695
L
31042013-01-02 H.J. Lu <hongjiu.lu@intel.com>
3105
3106 * version.cc (print_version): Update copyright year to 2013.
3107
edcac0c1
ILT
31082012-12-20 Ian Lance Taylor <iant@google.com>
3109
3110 * layout.cc (Layout::special_ordering_of_input_section): New
3111 function.
3112 (Layout::layout): If input section requires special ordering, must
3113 sort input sections.
3114 (Layout::make_output_section): May sort .text input sections.
3115 (Layout::is_section_name_prefix_grouped): Remove.
3116 * layout.h (class Layout): Declare
3117 special_ordering_of_input_section. Don't declare
3118 is_section_name_prefix_grouped.
3119 * output.cc (Output_section::add_input_section): Revert last
3120 change.
3121 (Output_section::Input_section_sort::match_file_name): Don't crash
3122 if called on output section data.
3123 (Output_section::Input_section_sort_compare): Sort based on
3124 special ordering.
3125 (Output_section::Input_section_sort_section_order_index_compare):
3126 Revert last patch.
3127 (Output_section::sort_attached_input_sections): Likewise.
3128
28f2a4ac
ST
31292012-12-18 Sriraman Tallam <tmsriram@google.com>
3130
edcac0c1 3131 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
28f2a4ac
ST
3132 * layout.h (Layout::is_section_name_prefix_grouped): New function.
3133 * output.cc (Output_section::add_input_section): Check if section
3134 name contains special prefix. Keep input sections to sort such
3135 sections.
3136 (Output_section::Input_section_sort_section_order_index_compare
3137 ::operator()): Group sections according to prefixes.
edcac0c1
ILT
3138 (Output_section::sort_attached_input_sections): Add condition to
3139 Input_section_entry constructor call.
28f2a4ac
ST
3140 * testsuite/Makefile.am (text_section_grouping): New test.
3141 * testsuite/Makefile.in: Regenerate.
3142 * testsuite/text_section_grouping.cc: New file.
3143 * testsuite/text_section_grouping.sh: New file.
3144
5bf135a7
NC
31452012-12-17 Nick Clifton <nickc@redhat.com>
3146
3147 * Makefile.am: Add copyright notice.
3148 * NEWS: Likewise.
3149 * README: Likewise.
3150 * configure.ac: Likewise.
3151 * ftruncate.c: Likewise.
3152 * Makefile.in: Regenerate.
3153
59965708
CC
31542012-12-14 Cary Coutant <ccoutant@google.com>
3155
a4034750
AM
3156 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
3157 --no-as-needed flag.
3158 (exception_separate_shared_12_test): Likewise.
3159 (incremental_copy_test): Likewise.
3160 * testsuite/Makefile.in: Regenerate.
59965708 3161
2a77e2ab
CC
31622012-12-14 Cary Coutant <ccoutant@google.com>
3163
3164 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
3165 (Dwp_output_file::Dwp_index::enter_set): Add assert.
3166
e3deeb9c
AM
31672012-12-12 Alan Modra <amodra@gmail.com>
3168
3169 * powerpc.cc (class Track_tls): New.
3170 (class Relocate, class Scan): Inherit Track_tls.
3171 (Target_powerpc::Scan::local, global): Track tls optimization
3172 and avoid creating plt entry for __tls_get_addr if all uses
3173 are optimized away.
3174 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
3175
d8f5a274
AM
31762012-12-12 Alan Modra <amodra@gmail.com>
3177
3178 * options.h (General_options): Add --toc-sort/--no-toc-sort.
3179 Replace no_toc_optimize with toc_optimize.
3180 * output.h (Output_section::input_sections): Provide non-const variant.
3181 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
3182 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
3183 accessors.
3184 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
3185 (class Sort_toc_sections): New.
3186 (Target_powerpc::do_finalize_sections): Sort toc sections.
3187 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
3188
4c8a1de1
RM
31892012-12-10 Roland McGrath <mcgrathr@google.com>
3190
3191 * testsuite/binary_unittest.cc (read_all): New function.
3192 (Sized_binary_test): Use it instead of ::read.
3193 * fileread.cc (do_read): Don't assume pread always reads the whole
3194 amount in a single call.
3195
edc27beb
AM
31962012-12-10 Alan Modra <amodra@gmail.com>
3197
3198 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
3199 Set EM_PPC64 or EM_PPC here.
3200 (Target_selector_powerpc::do_recognize): Delete.
3201
906b9150
AM
32022012-12-10 Alan Modra <amodra@gmail.com>
3203
3204 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
3205 stub_table_.
3206 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
3207
418c15ae
RM
32082012-12-07 Roland McGrath <mcgrathr@google.com>
3209
3210 * testsuite/binary_unittest.cc (Sized_binary_test):
3211 Use open_descriptor rather than ::open.
3212
decdd3bc
AM
32132012-12-07 Alan Modra <amodra@gmail.com>
3214
3215 * powerpc.cc (Stub_table::do_write): Delete redundant Address
3216 typedef and invalid_address constant.
3217 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
3218 instantiate constants.
3219
db399005
ILT
32202012-12-06 Roland McGrath <mcgrathr@google.com>
3221
3222 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
3223 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
3224 * aclocal.m4: Regenerate.
3225 * configure: Regenerate.
3226 * Makefile.in: Regenerate.
3227 * testsuite/Makefile.in: Regenerate.
3228
aba6bc71
AM
32292012-12-07 Alan Modra <amodra@gmail.com>
3230
3231 * options.h (General_options): Add no_toc_optimize.
3232 * powerpc.cc (ok_lo_toc_insn): New function.
3233 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
3234
9e69ed50
AM
32352012-12-06 Alan Modra <amodra@gmail.com>
3236
3237 * options.h (General_options): Add plt_align, plt_static_chain,
3238 plt_thread_safe. Update stub_group_size help text.
3239 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
3240 for new plt_thread_safe_ var.
3241 (use_plt_offset): Correct comments.
3242 (Target_powerpc::do_relax): Look for thread creation symbols to
3243 determine default plt_thread_safe value. Clear plt call stubs
3244 as well as branch stubs each iteration.
3245 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
3246 insn constants.
3247 (l, hi, ha, write_insn): Move earlier.
3248 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
3249 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
3250 plt stubs too.
3251 (Stub_table::update_size): Adjust.
3252 (Stub_table::prev_size, set_prev_size): Delete.
3253 (Stub_table::stub_align): Let --plt-align affect result.
3254 (Stub_table::plt_call_size): Calculate sizes for various stubs.
3255 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
3256 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
3257 (Stub_table::do_write): Support more stub variants.
3258
f43ba157
AM
32592012-12-04 Alan Modra <amodra@gmail.com>
3260
3261 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
3262 (Target_powerpc::do_define_standard_symbols): New function.
3263
34171bc5
AM
32642012-12-03 Alan Modra <amodra@gmail.com>
3265
3266 * output.h: Formatting, whitespace.
3267
dc9589e9 32682012-12-03 Alan Modra <amodra@gmail.com>
ec661b9d
AM
3269
3270 * layout.h (Layout::get_executable_sections): Declare.
3271 * layout.cc (Layout::get_executable_sections): New function.
3272 * arm.cc (Target_arm::group_sections): Use it.
3273 (Arm_output_section::group_sections): Delete now redundant test.
3274 * output.cc (Output_reloc::Output_reloc): Add is_relative.
3275 param to handle relative relocs.
3276 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
3277 (Output_data_reloc::add_absolute): Adjust.
3278 (Output_data_reloc::add_relative): New function.
3279 (Output_data::reset_data_size): New function.
3280 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
3281 (Output_section::set_addralign): New function.
3282 (Output_section::checkpoint_set_addralign): New function.
3283 (Output_section::clear_section_offsets_need_adjustment): New function.
3284 (Output_section::input_sections): Make public.
3285 * powerpc.cc (class Output_data_brlt_powerpc): New.
3286 (class Stub_table, class Stub_control): New.
3287 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
3288 stub_table_, set_stub_table, stub_table): New vectors and accessor
3289 functions.
3290 (Target_powerpc::do_may_relax, do_relax, push_branch,
3291 new_stub_table, stub_tables, brlt_section, group_sections,
3292 add_branch_lookup_table, find_branch_lookup_table,
3293 write_branch_lookup_table, make_brlt_section): New functions.
3294 (Target_powerpc::struct Sort_sections, class Branch_info): New.
3295 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
3296 branch_info_): New vars.
3297 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
3298 make call stubs here.
3299 (Output_data_glink): Remove all call stub handling from this class.
3300 (Target_powerpc::Scan::local, global): Save interesting branch
3301 relocs and relocs for ifunc. Adjust calls to plt entry functions.
3302 (Target_powerpc::do_finalize_sections): Only make reg save/restore
3303 functions on final link.
3304 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
3305 Handle long branch destinations too.
3306 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
3307 do_plt_address_for_local): Adjust lookup of plt call stubs.
3308
627b30b7
AM
33092012-11-30 Alan Modra <amodra@gmail.com>
3310
3311 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
3312 relocs against protected symbols when building 32-bit shared libs.
3313
40b469d7
AM
33142012-11-30 Alan Modra <amodra@gmail.com>
3315
3316 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
3317 param. Call got_section() to make .got. Update all callers
3318 and their callers and so on.
3319
bb66a627
AM
33202012-11-30 Alan Modra <amodra@gmail.com>
3321
3322 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
3323 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
3324 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
3325 value if it already exists.
3326
d2cf1c6c
L
33272012-11-19 H.J. Lu <hongjiu.lu@intel.com>
3328
3329 PR gold/14858
3330 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
3331
edccdf7c
RM
33322012-11-14 Roland McGrath <mcgrathr@google.com>
3333
3334 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
3335 than bfc instruction for data sandboxing.
3336
6febeb74
AM
33372012-11-08 Alan Modra <amodra@gmail.com>
3338
3339 * po/POTFILES.in: Regenerate.
3340
0a6f1bf2
AM
33412012-11-05 Alan Modra <amodra@gmail.com>
3342
3343 * configure.ac: Apply 2012-09-10 change to config.in here.
3344 * configure: Regenerate.
3345
26a4e9cb
AM
33462012-11-05 Alan Modra <amodra@gmail.com>
3347
3348 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
3349 (struct Opd_ent): Use "Address" rather than "Offset".
3350 (Output_data_got_powerpc::got_base_offset): Return Valtype.
3351 (Target_powerpc::got_section): Make public.
3352 (Target_powerpc::scan_relocs): Move code setting symbols..
3353 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
3354 Create _SDA_BASE_ only when referenced.
3355
cc928013
RM
33562012-11-02 Roland McGrath <mcgrathr@google.com>
3357
3358 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
3359 from last change.
3360
50ed5eb1
RM
33612012-11-01 Roland McGrath <mcgrathr@google.com>
3362
62fe925a
RM
3363 * target.h (Sized_target::relocate_relocs): Use Elf_Off
3364 for offset_in_output_section parameter.
3365 (Sized_target::relocate_special_relocatable): Likewise.
3366 * arm.cc (Target_arm::relocate_relocs): Likewise.
3367 (Target_arm::relocate_special_relocatable): Likewise.
3368 * i386.cc (Target_i386::relocate_relocs): Likewise.
3369 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
3370 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
3371 * target-reloc.h (relocate_relocs): Likewise.
3372 * testsuite/testfile.cc (Target_test): Likewise.
3373 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
3374 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
3375
3376 * system.h: Move inclusion of <clocale> to after <libintl.h> in
3377 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
3378
3379 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
3380 parameter, which is unused in the [!F_SETFD] case.
3381
50ed5eb1
RM
3382 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
3383 SYMNDX to off_t before comparing it to this->data_size().
3384 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
3385 * incremental.cc (Output_section_incremental_inputs::do_write):
3386 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
3387
2cadc0bf
RM
3388 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
3389
3bfcb652
NC
33902012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
3391
3392 * gold.cc (Target_arm::do_adjust_elf_header): Add the
3393 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
3394 in EABI_VER5.
3395
c1a8d56e
CC
33962012-10-29 Cary Coutant <ccoutant@google.com>
3397
3398 * dwp.cc (usage): Add file and exit status parameters;
3399 add --help and --version options.
3400 (print_version): New function.
3401 (main): Add --help and --version options.
3402
b2490a7b
L
34032012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3404
3405 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
3406 final_layout_sequence.txt.
3407 * testsuite/Makefile.in: Regenerated.
3408
aa543512
L
34092012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3410
3411 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
3412 COMPILE generated by automake.
3413 (LINK1): Likewise.
3414 (CXXCOMPILE1): Likewise.
3415 (CXXLINK1): Likewise.
3416 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
3417 (LINK): Likewise.
3418 (CXXCOMPILE): Likewise.
3419 (CXXLINK): Likewise.
3420 * testsuite/Makefile.in: Regenerated.
3421
d361fafb
L
34222012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3423
3424 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
3425 on bad fwrite return.
3426
598c7410
L
34272012-10-25 H.J. Lu <hongjiu.lu@intel.com>
3428
3429 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
3430 on val.
3431
35c813e2
CC
34322012-10-23 Cary Coutant <ccoutant@google.com>
3433
3434 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
3435 * testsuite/Makefile.in: Regenerate.
3436 * testsuite/dwp_test.h: New source file.
3437 * testsuite/dwp_test_1.cc: New source file.
3438 * testsuite/dwp_test_1.s: New source file.
3439 * testsuite/dwp_test_1.sh: New source file.
3440 * testsuite/dwp_test_1b.cc: New source file.
3441 * testsuite/dwp_test_1b.s: New source file.
3442 * testsuite/dwp_test_2.cc: New source file.
3443 * testsuite/dwp_test_2.s: New source file.
3444 * testsuite/dwp_test_2.sh: New source file.
3445 * testsuite/dwp_test_main.cc: New source file.
3446 * testsuite/dwp_test_main.s: New source file.
3447
77429909
CC
34482012-10-23 Cary Coutant <ccoutant@google.com>
3449
3450 * dwp.h: New header file.
3451 * dwp.cc: New source file.
3452 * gold.h: Move shared declarations to system.h.
3453 * system.h: New header file.
3454 * Makefile.am: Add dwp.
3455 * Makefile.in: Regenerate.
3456
ed5d6712
CC
34572012-10-23 Cary Coutant <ccoutant@google.com>
3458
3459 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
3460 Dwarf_info_reader::read_from_pointer.
3461 (Dwarf_pubnames_table::read_header): Likewise.
3462 (Dwarf_pubnames_table::next_name): Likewise.
3463 (Dwarf_die::read_attributes): Likewise.
3464 (Dwarf_die::skip_attributes): Likewise.
3465 (Dwarf_info_reader::read_from_pointer): New function template.
3466 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
3467 (Dwarf_pubnames_table): Likewise.
3468 (Dwarf_info_reader::read_from_pointer): New function template.
3469 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
3470 Dwarf_pubnames_table ctor.
3471
8787852d
CC
34722012-10-23 Cary Coutant <ccoutant@google.com>
3473
3474 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
3475 abbrev_shndx.
3476 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
3477 abbrev_shndx_.
3478 (Dwarf_info_reader::set_abbrev_shndx): New method.
3479 (Dwarf_info_reader::abbrev_shndx_): New data member.
3480
9fc236f3
CC
34812012-10-23 Cary Coutant <ccoutant@google.com>
3482
3483 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
3484 from object, not parameters.
3485 (Dwarf_info_reader::parse): Likewise.
3486 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
3487 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
3488 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
3489 methods.
3490
effe8365
CC
34912012-10-23 Cary Coutant <ccoutant@google.com>
3492
3493 * fileread.cc (Input_file::Input_file): New constructor.
3494 * fileread.h (class Input_file): Add new constructor.
3495
1698990d
AM
34962012-10-18 Alan Modra <amodra@gmail.com>
3497
3498 PR gold/14727
3499 * object.cc (Relobj::is_section_name_included): Also match
3500 .sdata personality section.
3501
168a4726
AM
35022012-10-18 Alan Modra <amodra@gmail.com>
3503
3504 * target-reloc.h (class Default_comdat_behavior): New, package up..
3505 (get_comdat_behaviour): ..this.
3506 (relocate_section): Add Relocate_comdat_behavior template arg,
3507 adjust code to suit.
3508 * arm.cc (Target_arm::relocate_section): Adjust to suit.
3509 (Target_arm::scan_reloc_section): Likewise.
3510 * i386.cc (Target_i386::relocate_section): Likewise.
3511 * sparc.cc (Target_sparc::relocate_section): Likewise.
3512 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
3513 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
3514 * powerpc.cc (class Relocate_comdat_behavior): New.
3515 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
3516 gold::relocate_section with new template arg.
3517
acc276d8
AM
35182012-10-18 Alan Modra <amodra@gmail.com>
3519
3520 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
3521 dynamic relocs for GOT_TPREL got entries, without symbol if
3522 resolving locally.
3523 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
3524 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
3525 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
3526
e10f9870
AM
35272012-10-17 Alan Modra <amodra@gmail.com>
3528
3529 PR gold/14726
3530 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
3531
ae034989
ST
35322012-10-16 Sriraman Tallam <tmsriram@google.com>
3533
3534 * layout.cc (Layout::include_section): Keep sections marked
3535 SHF_EXCLUDE when doing relocatable links.
3536
f3a0ed29
AM
35372012-10-16 Alan Modra <amodra@gmail.com>
3538
3539 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
3540 (Target_powerpc::do_finalize_sections): Call it.
3541 (Output_data_save_res): New class and supporting functions.
3542 (Target_powerpc::symval_for_branch): Only look up .opd entry for
3543 normal symbols defined in object files.
3544
c6de8ed4
AM
35452012-10-12 Alan Modra <amodra@gmail.com>
3546
3547 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
3548 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
3549 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
3550 section if scan_opd_relocs not yet called.
3551 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
3552
03e25981
AM
35532012-10-12 Alan Modra <amodra@gmail.com>
3554
3555 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3556 add_local_ifunc_entry): Revert last change.
3557 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
3558
c9824451
AM
35592012-10-05 Alan Modra <amodra@gmail.com>
3560
3561 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
3562 do_plt_address_for_global): New functions.
3563 (Output_data_got_powerpc::do_write): Don't segfault when linking
3564 statically.
3565 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
3566 add_local_ifunc_entry): Return true on adding entry..
3567 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
3568 glink->add_entry call. Remove unused symtab param. Adjust calls.
3569 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
3570 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
3571 set up symbols here.
3572 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
3573 syms here. Do so even when no .iplt. Don't segfault when linking
3574 statically.
3575 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
3576 new variants without reloc param.
3577 (Glink_sym_ent::Glink_sym_ent): Likewise.
3578 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
3579 reloc when refs will resolve to plt call stub.
3580 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
3581 R_PPC_PLTREL24 to resolve locally.
3582 (Target_powerpc::Scan::global): Correct ifunc handling.
3583 (Target_powerpc::Relocate::relocate): Correct local sym glink
3584 lookup. Don't destroy "value" when we have a plt call stub,
3585 and when checking plt call validity.
3586 (Target_powerpc::do_dynsym_value): Simplify.
3587
19fec8c1
AM
35882012-10-05 Alan Modra <amodra@gmail.com>
3589
3590 * i386.cc (Output_data_plt_i386::address_for_global,
3591 address_for_local): Add plt offset to returned value. Adjust uses.
3592 * sparc.cc (Output_data_plt_sparc::address_for_global,
3593 address_for_local): Likewise.
3594 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
3595 address_for_local): Likewise.
3596 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
3597 address_for_local): Likewise.
3598 * target.h (Target::plt_address_for_global, plt_address_for_local):
3599 Update comment.
3600 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
3601 (Output_data_got::Got_entry::write): Nor here.
3602 * output.h: Comment fix.
3603
e867b647
WL
36042012-10-02 Jiong Wang <jiwang@tilera.com>
3605
3606 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
3607 global_offset_table_ value for larget got.
3608 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
3609
e5d5f5ed
AM
36102012-09-29 Alan Modra <amodra@gmail.com>
3611
3612 * powerpc.cc (Target_powerpc::iplt_): New output section.
3613 (Target_powerpc::iplt_section, make_iplt_section,
3614 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
3615 (Target_powerpc::make_plt_entry): Handle ifunc syms.
3616 Target_powerpc::plt_entry_count): Count iplt entries too.
3617 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
3618 reloc section in constructor. New params.
3619 (Target_powerpc::make_plt_section): Create reloc section here instead.
3620 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
3621 functions.
3622 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
3623 (Output_data_glink::add_entry, find_entry): New functions to
3624 deal with local syms.
3625 (Glink_sym_ent): Add support for local syms.
3626 (Output_data_glink::do_write): Handle ifunc plt entries.
3627 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3628 (Target_powerpc::Scan::local, global): Handle ifunc syms.
3629 (Target_powerpc::Relocate::relocate): Likewise.
3630 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
3631
ec4dbad3
AM
36322012-09-25 Alan Modra <amodra@gmail.com>
3633
3634 * object.h (Sized_relobj_file::adjust_local_symbol,
3635 do_adjust_local_symbol): New functions.
3636 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
3637 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
3638 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
3639 and irregular opd entry spacing.
3640 (Powerpc_relobj::do_read_relocs): Add opd size checks.
3641 (Global_symbol_visitor_opd): New functor.
3642 (Target_powerpc::do_finalize_sections): Omit global symbols defined
3643 on deleted opd entries.
3644
5c0b3823
WL
36452012-09-15 Jiong Wang <jiwang@tilera.com>
3646
3647 * tilegx.cc: New file.
3648 * Makefile.am (TARGETSOURCES): Add tilegx.cc
3649 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
3650 * configure.tgt: Add entries for tilegx*.
3651 * configure.ac: Likewise.
3652 * Makefile.in: Rebuild.
3653 * configure: Likewise.
3654 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
3655 tilegx.
3656
bfdfa4cd
AM
36572012-09-13 Alan Modra <amodra@gmail.com>
3658
3659 * target-reloc.h (scan_relocs): Call scan.local for relocs
3660 against symbols in discarded sections. Pass is_discarded
3661 param.
3662 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
3663 Add is_discarded param.
3664 * powerpc (Target_powerpc::Scan::local): Likewise. Use
3665 is_discarded to flag opd entry as discarded. Don't emit dyn
3666 relocs on such entries.
3667 (Target_powerpc::Scan::global): Similarly detect and handle
3668 such opd entries.
3669 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
3670 opd_ent_. Update all uses.
3671 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
3672 (Target_powerpc::relocate_section): Zero out discarded opd
3673 entry relocs.
3674
d77a0555
ILT
36752012-09-12 Ian Lance Taylor <iant@google.com>
3676
3677 PR gold/14570
3678 * output.cc: Rename Output_data_got template parameter from size
3679 to got_size for all functions. Compile all variants of
3680 Output_data_got.
3681 (Output_data_got::Got_entry::write): Correct use of size for
3682 symbol value. Use local_is_tls rather than casting to
3683 Sized_relobj_file.
3684 * object.h (class Object): Add local_is_tls and do_local_is_tls.
3685 (class Sized_relobj_file): Add do_local_is_tls.
3686 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
3687
815a1205
AM
36882012-09-11 Alan Modra <amodra@gmail.com>
3689
3690 PR gold/14566
3691 * layout.cc (Layout::set_segment_offsets): When using
3692 common-page-size alignment, ensure we are on a new max-page-size
3693 page.
3694 * output.cc (Output_segment::set_section_addresses): Use
3695 abi_pagesize, not common_pagesize for relro boundary.
3696 (Output_segment::set_offset): Likewise.
3697
bd73a62d
AM
36982012-09-11 Alan Modra <amodra@gmail.com>
3699
3700 * output.h (Output_data_got::add_global_tls, add_local_tls,
3701 add_local_tls_pair): New functions.
3702 (Output_data_got::add_local_pair_with_rel): Remove second
3703 reloc param. Expand comment.
3704 (Output_data_got::Got_entry): Rename use_plt_offset_ to
3705 use_plt_or_tls_offset_, similarly for constructor param.
3706 (Output_data_got::Got_entry::write): Add got_index param.
3707 * output.cc (Output_data_got::add_global_tls, add_local_tls,
3708 add_local_tls_pair): New functions.
3709 (Output_data_got::Got_entry::write): Handle tls symbols
3710 with use_plt_or_tls_offset_ set specially.
3711 (Output_data_got::add_local_pair_with_rel): Only one reloc.
3712 (Output_data_got::do_write): Replace iterator with index, pass
3713 index to entry write function.
3714 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
3715 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
3716 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
3717 call.
3718 * i386.cc (Target_i386::Scan::local): Likewise.
3719 * sparc.cc (Target_sparc::Scan::local): Likewise.
3720 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
3721 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
3722 do_tls_offset_for_global): New functions.
3723 (Target_powerpc::Scan::local): Correct TLS relocations and got
3724 entry values.
3725 (Target_powerpc::Scan::global): Don't emit unnecessary
3726 dynamic relocations on TLS GOT entries.
3727
00716ab1
AM
37282012-09-10 Matthias Klose <doko@ubuntu.com>
3729
3730 * config.in: Disable sanity check for kfreebsd.
3731
c891b3f9
SA
37322012-09-10 Sterling Augustine <saugustine@google.com>
3733
3734 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
3735 (Gdb_index::pubtypes_read): New parameter.
3736 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
3737 to calls.
3738 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
3739 pubtypes_object_.
3740
e81fea4d
AM
37412012-09-09 Alan Modra <amodra@gmail.com>
3742
3743 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
3744 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
3745 * gc.h (gc_process_relocs): Call target gc_add_reference.
3746 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
3747 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
3748 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
3749 unnecessary cast.
3750 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
3751 to cater for when we don't need code offset. Update use.
3752 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
3753 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
3754 set_opd_valid): New functions.
3755 (Target_powerpc::do_gc_add_reference): New function.
3756 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
3757 stashed refs.
3758 (Target_powerpc::do_gc_mark_symbol): New function.
3759
d2d60eef
CC
37602012-09-06 Cary Coutant <ccoutant@google.com>
3761
3762 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
3763 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
3764 (Dwarf_die::skip_attributes): Likewise.
3765 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
3766 * testsuite/gdb_index_test.cc (inline_func_1): New function.
3767 (main): Call it.
3768 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
3769
32ed4573
L
37702012-09-05 H.J. Lu <hongjiu.lu@intel.com>
3771
3772 * testsuite/script_test_3.t: Add .got.plt output section
3773 statement.
3774 * testsuite/script_test_4.t: Likewise.
3775
f4baf0d4
AM
37762012-09-05 Alan Modra <amodra@gmail.com>
3777
3778 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
3779 update all uses and lose "enum" when using type.
3780
864a1b56
AM
37812012-09-05 Alan Modra <amodra@gmail.com>
3782
3783 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
3784 * configure: Regenerate.
3785 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
3786 (plugin_final_layout.stdout): Likewise.
3787 (memory_test): Set page sizes to 0x1000.
3788 * testsuite/Makefile.in: Regenerate.
3789 * testsuite/discard_locals_test.sh: Add FIXME comment.
3790 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
3791 * testsuite/pr14265.t: Add .got output section statement.
3792 * testsuite/script_test_2.t: Likewise.
3793 * testsuite/script_test_3.t: Likewise.
3794 * testsuite/script_test_4.t: Likewise.
3795 * testsuite/script_test_5.t: Likewise.
3796 * testsuite/script_test_6.t: Likewise.
3797 * testsuite/script_test_7.t: Likewise.
3798 * testsuite/script_test_9.t: Likewise.
3799
3ea0a085
AM
38002012-09-05 Alan Modra <amodra@gmail.com>
3801
3802 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
3803 (Powerpc_relocate_functions::Status): New typedef.
3804 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3805 (Target_powerpc::Scan::local): Handle REL64.
3806 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
3807 for REL32 and REL64.
3808 (Target_powerpc::symval_for_branch): New function, extracted from..
3809 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
3810 checks. Report overflow errors.
3811
7404fe1b
AM
38122012-09-05 Alan Modra <amodra@gmail.com>
3813
3814 * object.h (Sized_relobj_file::emit_relocs): Delete.
3815 (Sized_relobj_file::emit_relocs_reltype): Delete.
3816 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
3817 relocate_relocs for --emit-relocs.
3818 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
3819 * output.h: Update comment.
3820 (Output_segment::first_section): New function.
3821 (Output_segment::first_section_load_address): Use first_section.
3822 * output.cc (Output_segment::first_section): New function extracted..
3823 (Output_segment::first_section_load_address): ..from here. Delete.
3824 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
3825 * target.h (Sized_target::relocate_for_relocatable): Likewise.
3826 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
3827 adjust call to target.h function.
3828 * i386.cc (Target_i386): Likewise.
3829 * sparc.cc (Target_sparc): Likewise.
3830 * x86_64.cc (Target_x86_64): Likewise.
3831 * powerpc.cc (Target_powerpc): Likewise.
3832 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
3833 first tls section has section symbol for optimised local dynamic
3834 output relocs.
3835 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
3836 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
3837 optimised tls code.
3838 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
3839 Rename to relocate_relocs. Update error message.
3840
957564c9
AS
38412012-09-04 Andreas Schwab <schwab@linux-m68k.org>
3842
3843 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
3844 --just-symbols.
3845
dd93cd0a
AM
38462012-08-31 Alan Modra <amodra@gmail.com>
3847
3848 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
3849 (Powerpc_relobj::toc_base_offset): New stub function.
3850 (Target_powerpc): Add tp_offset, dtp_offset. Rename
3851 got_mod_index_offset to tlsld_got_offset. Update all refs.
3852 (Target_powerpc::Relocate::enum skip_tls): New.
3853 (Target_powerpc::call_tls_get_addr_): New var.
3854 (Target_powerpc::is_branch_reloc): Move to file scope.
3855 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
3856 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
3857 New functions.
3858 (Target_powerpc::enum Got_type): Delete old values, add new ones.
3859 (powerpc_info): Correct common_pagesize for ppc64.
3860 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
3861 (Powerpc_relocate_functions): Add overflow check enums and functions.
3862 Add non-shift version of rela, rela_ua. Delete all rel public
3863 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
3864 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
3865 addr16_ha3, addr14 functions.
3866 (Output_data_got_powerpc::add_constant_pair): New function.
3867 (Output_data_got_powerpc::got_base_offset): Likewise.
3868 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
3869 (instruction constants): Sort, add some more.
3870 (Output_data_glink::do_write): Add and use Address typedef. Use
3871 object->toc_base_offset() stub for 64-bit.
3872 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
3873 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
3874 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
3875 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
3876 Always treat .opd relocs as against locally defined symbol.
3877 Correct condition for RELATIVE relocs.
3878 (Target_powerpc::do_finalize_sections): Test for NULL sections.
3879 (Target_powerpc::Relocate::relocate): Use plt call stub as value
3880 for 32-bit syms with a plt entry. Correct ppc64 toc base
3881 calculations. Handle TLS relocs, and more. Add overflow
3882 checking and adjust for Powerpc_relocate_functions changes.
3883 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
3884 Reinstate --emit-relocs code with FIXME.
3885
a1373b60
AM
38862012-08-30 Alan Modra <amodra@gmail.com>
3887
3888 * layout.cc (Layout::set_segment_offsets): Set p_align to
3889 abi_pagesize, not common_pagesize.
3890 (Layout::relaxation_loop_body): Similarly use abi_pagesize
3891 to determine whether file header can go in segment.
3892
703d02da
AM
38932012-08-30 Alan Modra <amodra@gmail.com>
3894
3895 * output.h (Output_reloc::Output_reloc <output section>): Add
3896 is_relative param. Adjust calls.
3897 (Output_reloc::add_output_section_relative): New functions.
3898 * output.cc (Output_reloc::Output_reloc <output section>): Handle
3899 is_relative.
3900 (Output_reloc::symbol_value): Handle SECTION_CODE.
3901
16164a6b
ST
39022012-08-24 Sriraman Tallam <tmsriram@google.com>
3903
3904 * gold.cc (queue_middle_tasks): Call layout again when unique
3905 segments for sections is desired.
3906 * layout.cc (Layout::Layout): Initialize new members.
3907 (Layout::get_output_section_flags): New function.
3908 (Layout::choose_output_section): Call get_output_section_flags.
3909 (Layout::layout): Make output section for mapping to a unique segment.
3910 (Layout::insert_section_segment_map): New function.
3911 (Layout::attach_allocated_section_to_segment): Make unique segment for
703d02da 3912 output sections marked so.
16164a6b
ST
3913 (Layout::segment_precedes): Check for unique segments when sorting.
3914 * layout.h (Layout::Unique_segment_info): New struct.
3915 (Layout::Section_segment_map): New typedef.
3916 (Layout::insert_section_segment_map): New function.
3917 (Layout::get_output_section_flags): New function.
3918 (Layout::is_unique_segment_for_sections_specified): New function.
3919 (Layout::set_unique_segment_for_sections_specified): New function.
3920 (Layout::unique_segment_for_sections_specified_): New member.
3921 (Layout::section_segment_map_): New member.
3922 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
3923 Rename is_gc_pass_one to is_pass_one.
3924 Rename is_gc_pass_two to is_pass_two.
3925 Rename is_gc_or_icf to is_two_pass.
3926 Check for which pass based on whether symbols data is present.
3927 Make it two pass when unique segments for sections is desired.
3928 * output.cc (Output_section::Output_section): Initialize new
3929 members.
3930 * output.h (Output_section::is_unique_segment): New function.
3931 (Output_section::set_is_unique_segment): New function.
3932 (Output_section::is_unique_segment_): New member.
3933 (Output_section::extra_segment_flags): New function.
3934 (Output_section::set_extra_segment_flags): New function.
3935 (Output_section::extra_segment_flags_): New member.
3936 (Output_section::segment_alignment): New function.
3937 (Output_section::set_segment_alignment): New function.
3938 (Output_section::segment_alignment_): New member.
3939 (Output_segment::Output_segment): Initialize is_unique_segment_.
3940 (Output_segment::is_unique_segment): New function.
3941 (Output_segment::set_is_unique_segment): New function.
3942 (Output_segment::is_unique_segment_): New member.
3943 * plugin.cc (allow_unique_segment_for_sections): New function.
3944 (unique_segment_for_sections): New function.
3945 (Plugin::load): Add new functions to transfer vector.
3946 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
3947 * Makefile.in: Regenerate.
3948 * testsuite/plugin_final_layout.sh: Check if unique segment
3949 functionality works.
3950 * testsuite/plugin_section_order.c (onload): Check if new interfaces
3951 are available.
3952 (allow_unique_segment_for_sections): New global.
3953 (unique_segment_for_sections): New global.
3954 (claim_file_hook): Call allow_unique_segment_for_sections.
3955 (all_symbols_read_hook): Call unique_segment_for_sections.
16164a6b 3956
1e2bee4f
CC
39572012-08-22 Cary Coutant <ccoutant@google.com>
3958
3959 * layout.cc (Layout::include_section): Don't assert on GROUP
3960 sections with --emit-relocs.
3961
1d5dfe78
CC
39622012-08-21 Cary Coutant <ccoutant@google.com>
3963
3964 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
3965 if --export-dynamic-symbol names an undef symbol.
3966
c9269dff
AM
39672012-08-18 Alan Modra <amodra@gmail.com>
3968
3969 * powerpc.cc: Formatting and white space.
3970 (Powerpc_relobj): Rename got2_section_ to special_.
3971 Add opd_ent_shndx_ and opd_ent_off_ vectors.
3972 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
3973 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
3974 (Target_powerpc): Add Address typedef and invalid_address. Use
3975 throughout.
3976 (Target_powerpc::is_branch_reloc): New function.
3977 (Powerpc_relocate_functions): Add Address typedef, use throughout.
3978 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
3979 for dst_mask, value and addend.
3980 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
3981 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
3982 (Output_data_glink::do_write): Correct toc base. Don't try to use
3983 uint16_t for 24-bit offset. Use get_output_section_offset and
3984 check return.
3985 (Target_powerpc::Scan::local): Handle more relocs.
3986 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
3987 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
3988 Plug in toc restoring insn after plt calls. Translate branches
3989 to function descriptor symbols to corresponding entry point.
3990 (Target_powerpc::relocate_for_relocatable): Check return from
3991 get_output_section_offset.
3992 * symtab.h: Comment typo.
3993
b1759dce
ILT
39942012-08-14 Ian Lance Taylor <iant@google.com>
3995
3996 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
3997 unsupported_relocal_local to call unsupported_reloc_global.
3998
b9b2ae8b
NC
39992012-08-14 Nick Clifton <nickc@redhat.com>
4000
4001 PR ld/14265
4002 * script-sections.cc (Sections_element::output_section_name): Add
4003 keep return parameter.
4004 (Output_section_element::match_name): Add keep return parameter.
4005 Return the value of the keep_ member.
4006 * script-sections.h (class Output_section): Update
4007 output_section_name prototype.
4008 * layout.cc (Layout::keep_input_section): New public member
4009 function.
4010 (Layout::choose_output_section): Pass keep parameter to
4011 output_section_name.
4012 * layout.h (class Layout): Add keep_input_section.
4013 * object.cc (Sized_relobj_file::do_layout): Check for kept input
4014 sections.
4015 * testsuite/Makefile.am: Add a test.
4016 * testsuite/Makefile.in: Regenerate.
4017 * testsuite/pr14265.c: Source file for the test.
4018 * testsuite/pr14265.t: Linker script for the test.
4019 * testsuite/pr14265.sh: Shell script for the test.
4020
921b5322
AM
40212012-08-14 Alan Modra <amodra@gmail.com>
4022
4023 * target.h (Target::output_section_name): New function.
4024 (Target::do_output_section_name): New function.
4025 * layout.cc (Layout::choose_output_section): Call the above.
4026 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
4027
6ce78956
AM
40282012-08-14 Alan Modra <amodra@gmail.com>
4029
4030 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
4031 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
4032 for replace_constant call.
4033 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
4034 (Output_data_glink::do_print_to_mapfile): New function.
4035 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
4036 (Target_powerpc::Relocate::relocate): Likewise.
4037
d1a8cabd
AM
40382012-08-14 Alan Modra <amodra@gmail.com>
4039
4040 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
4041 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
4042 (Output_data_glink::add_entry,find_entry): Remove shndx param.
4043 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
4044 all references to shndx_. Handle special case for R_PPC_PLTREL24
4045 here.
4046 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
4047 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
4048 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
4049 here.
4050 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
4051 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
4052
d83ce4e3
AM
40532012-08-12 Alan Modra <amodra@gmail.com>
4054
4055 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
4056 (glink insn constants): Use uint32_t.
4057 (Output_data_glink::add_entry): Use insert, not [] operator.
4058
cf43a2fe
AM
40592012-08-11 Alan Modra <amodra@gmail.com>
4060
4061 * object.h (Sized_relobj_file::find_shdr): New function.
4062 (Sized_relobj_file::find_special_sections): New function.
4063 * object.cc (Sized_relobj_file::find_shdr): New function.
4064 (Sized_relobj_file::find_eh_frame): Use find_shdr.
4065 (Sized_relobj_file::find_special_sections): New function, split out..
4066 (Sized_relobj_file::do_read_symbols): ..from here.
4067 * output.h (Output_data_got::replace_constant): New function.
4068 (Output_data_got::num_entries): New function.
4069 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
4070 (Output_data_got::got_offset): Protected rather than private.
4071 (Output_data_got::replace_got_entry): New function.
4072 * output.cc (Output_data_got::replace_got_entry): New function.
4073 * powerpc.cc (class Powerpc_relobj): New.
4074 (class Powerpc_relocate_functions): Delete all psymval variants or
4075 convert to value,addend type. Delete pcrela, pcrela_unaligned.
4076 Implement _ha functions using corresponding _hi function.
4077 (Powerpc_relobj::find_special_sections): New function.
4078 (Target_powerpc::do_make_elf_object): New function.
4079 (class Output_data_got_powerpc): New.
4080 (class Output_data_glink): New.
4081 (class Powerpc_scan_relocatable_reloc): New.
4082 Many more changes througout file.
4083
3c892704
NC
40842012-08-09 Nick Clifton <nickc@redhat.com>
4085
4086 * po/vi.po: Updated Vietnamese translation.
4087
82435b3b
ILT
40882012-08-07 Ian Lance Taylor <iant@google.com>
4089
4090 * layout.cc (Layout::add_target_dynamic_tags): If
4091 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
4092 plt_rel.
4093
a6dc81d2
NC
40942012-07-30 Nick Clifton <nickc@redhat.com>
4095
4096 * po/gold.pot: Updated template.
4097 * po/es.po: Updated Spanish translation.
4098
f1415016
CC
40992012-07-18 Cary Coutant <ccoutant@google.com>
4100
4101 PR gold/14344
4102 * configure.ac: Add check for -gpubnames support.
4103 * configure: Regenerate.
4104 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
4105 support; force -gno-pubnames.
4106 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
4107 support.
4108 (gdb_index_test_4): New test.
4109 * testsuite/Makefile.in: Regenerate.
4110 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
4111 * testsuite/gdb_index_test_2.sh: Likewise.
4112 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
4113 * testsuite/gdb_index_test_4.sh: New script.
4114 * testsuite/gdb_index_test_comm.sh: New script with common code;
4115 don't look for space after colon.
4116
b7fd7c37
ST
41172012-07-16 Sriraman Tallam <tmsriram@google.com>
4118
4119 * gold.cc (queue_middle_tasks): Update function order only after
4120 deferred objects due to plugins are processed.
4121
1f3212db
ILT
41222012-07-11 Ian Lance Taylor <iant@google.com>
4123
4124 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
4125 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
4126 (Target_arm::scan_reloc_for_stub): Likewise.
4127 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
4128 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
4129 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
4130 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
4131 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
4132
81c82a68
ILT
41332012-07-10 Dodji Seketeli <dodji@redhat.com>
4134 Ian Lance Taylor <iant@google.com>
4135
4136 PR gold/14309
4137 * configure.ac: Test whether std::tr1::hash<off_t> works.
4138 * gold.h: Add a specialization for std::tr1::hash<off_t> if
4139 needed.
4140 * output.h (class Output_fill): Add virtual destructor.
4141 * configure, config.in: Rebuild.
4142
eabc84f4
RM
41432012-06-22 Roland McGrath <mcgrathr@google.com>
4144
4145 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
4146
370e30b6
RÁE
41472012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
4148
4149 * plugin.cc (Plugin::load): Handle position independent executables.
4150
fb1b895d
CC
41512012-06-06 Cary Coutant <ccoutant@google.com>
4152
4153 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
4154 add .debug_macro.
4155 (lines_only_debug_sections): Likewise.
4156 (gdb_fast_lookup_sections): New static array.
4157 (is_gdb_debug_section): Rename formal parameter.
4158 (is_lines_only_debug_section): Likewise.
4159 (is_gdb_fast_lookup_section): New function.
4160 (Layout::include_section): Check for ".zdebug_" prefix; pass
4161 section name suffix to is_gdb_debug_section, et al.; check for
4162 fast-lookup sections when building .gdb_index.
4163 * options.h (--strip-debug-gdb): Update GDB version number.
4164
7c0640fa
CC
41652012-06-06 Cary Coutant <ccoutant@google.com>
4166
4167 * configure.ac: Add check for fallocate.
4168 * configure: Regenerate.
4169 * config.in: Regenerate.
4170
4171 * options.h (class General_options): Add --mmap-output-file and
4172 --posix-fallocate options.
4173 * output.cc: (posix_fallocate): Remove; replace with...
4174 (gold_fallocate): New function.
4175 (Output_file::map_no_anonymous): Call gold_fallocate.
4176 (Output_file::map): Check --mmap-output-file option.
4177
2a49eb69
DK
41782012-06-05 Jing Yu <jingyu@google.com>
4179
4180 * gold.h (textdomain): Add do {} to empty while(0).
4181 (bindtextdomain): Likewise.
4182
fad072ac
CC
41832012-06-04 Cary Coutant <ccoutant@google.com>
4184
4185 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
4186 has_dynsym_index.
4187
8cc69fb6
ST
41882012-05-25 Sriraman Tallam <tmsriram@google.com>
4189
4190 * symtab.cc (Symbol_table::define_special_symbol):
4191 Initialize *poldsym to prevent uninitialized variable errors.
4192
1be75daa
CC
41932012-05-23 Cary Coutant <ccoutant@google.com>
4194
4195 * layout.cc (Layout::section_name_mapping): Add rules to handle
4196 exact match on .data.rel.ro.local or .data.rel.ro.
4197 (Layout::output_section_name): Check for exact matches.
4198
9b689de0
CC
41992012-05-23 Cary Coutant <ccoutant@google.com>
4200
4201 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
4202 more carefully.
4203
b24fdbf5
CC
42042012-05-22 Cary Coutant <ccoutant@google.com>
4205
4206 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
4207 object before exporting symbol.
4208
e550e1a2
L
42092012-05-21 H.J. Lu <hongjiu.lu@intel.com>
4210
4211 * testsuite/tls_test.cc: Include "config.h" first.
4212 * testsuite/tls_test_c.c: Likewise.
4213
df7b86aa
NC
42142012-05-17 Daniel Richard G. <skunk@iskunk.org>
4215 Nick Clifton <nickc@redhat.com>
4216
4217 PR 14072
4218 * configure.in: Add check that sysdep.h has been included before
4219 any system header files.
4220 * configure: Regenerate.
4221 * config.in: Regenerate.
4222
1007b503
CC
42232012-05-14 Cary Coutant <ccoutant@google.com>
4224
4225 * layout.cc (Layout::make_output_section): Mark .tdata section
4226 as RELRO.
4227 * testsuite/relro_test.cc: Add a TLS variable.
4228
fd885f3a
L
42292012-05-10 H.J. Lu <hongjiu.lu@intel.com>
4230
4231 PR gold/14091
4232 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
4233 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
4234 R_X86_64_64.
4235
80f5885c
CC
42362012-05-08 Cary Coutant <ccoutant@google.com>
4237
4238 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
4239 (lines_only_debug_sections): Likewise.
4240
2e702c99
RM
42412012-05-02 Roland McGrath <mcgrathr@google.com>
4242
4243 * nacl.cc: New file.
4244 * nacl.h: New file.
4245 * Makefile.am (CCFILES, HFILES): Add them.
4246 * Makefile.in: Regenerate.
4247 * i386.cc (Output_data_plt_i386_nacl): New class.
4248 (Output_data_plt_i386_nacl_exec): New class.
4249 (Output_data_plt_i386_nacl_dyn): New class.
4250 (Target_i386_nacl): New class.
4251 (Target_selector_i386_nacl): New class.
4252 (target_selector_i386): Use it instead of Target_selector_i386.
4253 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
4254 (Target_x86_64_nacl): New class.
4255 (Target_selector_x86_64_nacl): New class.
4256 (target_selector_x86_64, target_selector_x32): Use it instead of
4257 Target_selector_x86_64.
4258 * arm.cc (Output_data_plt_arm_nacl): New class.
4259 (Target_arm_nacl): New class.
4260 (Target_selector_arm_nacl): New class.
4261 (target_selector_arm, target_selector_armbe): Use it instead of
4262 Target_selector_arm.
4263
4264 * target-select.cc (select_target): Take new Input_file* and off_t
4265 arguments, pass them on to recognize method of selector.
4266 * object.cc (make_elf_sized_object): Update caller.
4267 * parameters.cc (parameters_force_valid_target): Likewise.
4268 * incremental.cc (make_sized_incremental_binary): Likewise.
4269 * target-select.h: Update decl.
4270 (Target_selector::recognize): Take new Input_file* argument,
4271 pass it on to do_recognize.
4272 (Target_selector::do_recognize): Take new Input_file* argument.
4273 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
4274 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
4275 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
4276 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
4277
4278 * target.h (Target::Target_info): New members isolate_execinstr
4279 and rosegment_gap.
4280 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
4281 * arm.cc (Target_arm::arm_info): Update initializer.
4282 * i386.cc (Target_i386::i386_info): Likewise.
4283 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
4284 * sparc.cc (Target_sparc::sparc_info): Likewise.
4285 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
4286 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
4287 * layout.cc (Layout::attach_allocated_section_to_segment):
4288 Take new const Target* argument. If target->isolate_execinstr(), act
4289 like --rosegment.
4290 (Layout::find_first_load_seg): Take new const Target* argument;
4291 if target->isolate_execinstr(), reject PF_X segments.
4292 (Layout::relaxation_loop_body): Update caller.
4293 (Layout::set_segment_offsets): If target->isolate_execinstr(),
4294 reset file offset to zero when we hit LOAD_SEG, and then do a second
4295 loop over the segments before LOAD_SEG to reassign offsets after
4296 addresses have been determined. Handle target->rosegment_gap().
4297 (Layout::attach_section_to_segment): Take new const Target* argument;
4298 pass it to attach_allocated_section_to_segment.
4299 (Layout::make_output_section): Update caller.
4300 (Layout::attach_sections_to_segments): Take new const Target* argument;
4301 pass it to attach_section_to_segment.
4302 * gold.cc (queue_middle_tasks): Update caller.
4303 * layout.h (Layout): Update method decls with new arguments.
4304
4305 * arm.cc (Target_arm::Target_arm): Take optional argument for the
4306 Target_info pointer to use.
4307 (Target_arm::do_make_data_plt): New virtual method.
4308 (Target_arm::make_data_plt): New method that calls it.
4309 (Target_arm::make_plt_entry): Use it.
4310 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
4311 for the section alignment.
4312 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
4313 method.
4314 (Output_data_plt_arm::first_plt_entry_offset): Call it.
4315 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
4316 method.
4317 (Output_data_plt_arm::get_plt_entry_size): Call it.
4318 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
4319 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
4320 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
4321 method.
4322 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
4323 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
4324 method instead of sizeof(plt_entry).
4325 (Output_data_plt_arm::add_entry): Likewise.
4326 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
4327 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
4328 than static method.
4329 (Target_arm::plt_entry_size): Likewise.
4330 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
4331 Move to ...
4332 (Output_data_plt_arm_standard): ... here, new class.
4333 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
4334 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
4335 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
4336
4337 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
4338 Take additional argument for the PLT entry size.
4339 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
4340 Use get_plt_entry_size method rather than plt_entry_size variable.
4341 (Output_data_plt_x86_64::reserve_slot): Likewise.
4342 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
4343 (Output_data_plt_x86_64::add_entry): Likewise.
4344 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
4345 (Output_data_plt_x86_64::address_for_global): Likewise.
4346 (Output_data_plt_x86_64::address_for_local): Likewise.
4347 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4348 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
4349 Make method non-static.
4350 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
4351 method.
4352 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
4353 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
4354 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
4355 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
4356 virtual method.
4357 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
4358 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
4359 virtual method.
4360 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
4361 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
4362 virtual method.
4363 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
4364 (Output_data_plt_x86_64::plt_entry_size)
4365 (Output_data_plt_x86_64::first_plt_entry)
4366 (Output_data_plt_x86_64::plt_entry)
4367 (Output_data_plt_x86_64::tlsdesc_plt_entry)
4368 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
4369 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
4370 (Output_data_plt_x86_64_standard): ... here, new class.
4371 (Target_x86_64::Target_x86_64): Take optional argument for the
4372 Target_info pointer to use.
4373 (Target_x86_64::do_make_data_plt): New virtual method.
4374 (Target_x86_64::make_data_plt): New method to call it.
4375 (Target_x86_64::init_got_plt_for_update): Use that.
4376 Call this->plt_->add_eh_frame method here.
4377 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
4378 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
4379 rather than static method.
4380 (Target_x86_64::plt_entry_size): Likewise.
4381 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
4382 rather than plt_entry_size variable. Move guts of PLT filling to...
4383 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
4384 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
4385 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
4386
4387 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
4388 additional argument for the section alignment.
4389 Don't do add_eh_frame_for_plt here.
4390 (Output_data_plt_i386::first_plt_entry_offset): Make the method
4391 non-static. Use get_plt_entry_size method rather than plt_entry_size
4392 variable.
4393 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
4394 method.
4395 (Output_data_plt_i386::get_plt_entry_size): Call it.
4396 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
4397 (Output_data_plt_i386::add_eh_frame): New method to call it.
4398 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
4399 method.
4400 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
4401 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
4402 method.
4403 (Output_data_plt_i386::fill_plt_entry): New method to call it.
4404 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
4405 method instead of plt_entry_size.
4406 (Output_data_plt_i386::plt_entry_size)
4407 (Output_data_plt_i386::plt_eh_frame_fde_size)
4408 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
4409 (Output_data_plt_i386_standard): ... here, new class.
4410 (Output_data_plt_i386_exec): New class.
4411 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
4412 (Output_data_plt_i386_exec::first_plt_entry): ... here.
4413 (Output_data_plt_i386::exec_plt_entry): Move to ...
4414 (Output_data_plt_i386_exec::plt_entry): ... here.
4415 (Output_data_plt_i386_dyn): New class.
4416 (Output_data_plt_i386::first_plt_entry): Move to ...
4417 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
4418 (Output_data_plt_i386::dyn_plt_entry): Move to ...
4419 (Output_data_plt_i386_dyn::plt_entry): ... here.
4420 (Target_i386::Target_i386): Take optional argument for the Target_info
4421 pointer to use.
4422 (Target_i386::do_make_data_plt): New virtual method.
4423 (Target_i386::make_data_plt): New method to call it.
4424 (Target_i386::make_plt_section): Use that.
4425 Call this->plt_->add_eh_frame method here.
4426 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
4427 rather than plt_entry_size variable.
4428 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
4429 (Output_data_plt_i386::address_for_local): Likewise.
4430 (Output_data_plt_i386::do_write): Likewise.
4431 Move guts of PLT filling to...
4432 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
4433 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
4434 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
4435 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
4436
b9b9f2ee
CC
44372012-05-01 Cary Coutant <ccoutant@google.com>
4438
4439 * dwarf_reader.cc (Dwarf_die::read_attributes)
4440 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
4441 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
4442 * reduced_debug_output.cc
4443 (Output_reduced_debug_info_section::get_die_end): Remove
4444 DW_FORM_GNU_ref_index. Add default case.
4445
57923f48
MW
44462012-04-26 Mark Wielaard <mjw@redhat.com>
4447
4448 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
4449 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
4450 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
4451 DW_AT_high_pc as offset from DW_AT_low_pc.
4452
4453 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
4454 * testsuite/Makefile.in: Regenerate.
4455 * testsuite/gdb_index_test_3.c: New test source file.
4456 * testsuite/gdb_index_test_3.sh: New test source file.
4457
2c54b4f4
ILT
44582012-04-25 Ian Lance Taylor <iant@google.com>
4459
4460 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
4461 pointer.
4462 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
4463 as a class, not a struct.
4464 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
4465 (Target_arm::apply_cortex_a8_workaround): Likewise.
4466 * gc.h: Declare Reloc_types as a struct, not a class.
4467 * object.h: Declare Symbols_data as a struct.
4468 * reloc.h: Declare Read_relocs_data as a struct.
4469 * target.h: Declare Relocate_info as a struct.
4470
a5a5f7a3
DM
44712012-04-24 David S. Miller <davem@davemloft.net>
4472
4473 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
4474 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
4475 and R_SPARC_WPLT30.
4476
f038d496
CC
44772012-04-24 Cary Coutant <ccoutant@google.com>
4478
4479 * incremental-dump.cc (find_input_containing_global): Replace
4480 magic number with symbolic constant.
4481 (dump_incremental_inputs): Update version number.
4482 * incremental.cc (Output_section_incremental_inputs): Update version
4483 number; import symbolic constants from Incremental_inputs_reader.
4484 (Incremental_inputs::create_data_sections): Align relocations
4485 section correctly for 64-bit targets.
4486 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
4487 constants; add padding.
4488 (Output_section_incremental_inputs::write_header): Add assert for
4489 header_size.
4490 (Output_section_incremental_inputs::write_input_files): Add assert
4491 for input_entry_size.
4492 (Output_section_incremental_inputs::write_info_blocks): Add padding;
4493 add assert for object_info_size, input_section_entry_size,
4494 global_sym_entry_size.
4495 * incremental.h (Incremental_inputs_reader): Add symbolic constants
4496 for data structure sizes; use them.
4497 (Incremental_input_entry_reader): Import symbolic constants from
4498 Incremental_inputs_reader; use them.
4499
a4d85145
DM
45002012-04-23 David S. Miller <davem@davemloft.net>
4501
4502 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
4503 and elf_flags_set_.
4504 (Target_sparc::Target_sparc): Initialize new fields.
4505 (Target_sparc::do_make_elf_object): New function.
4506 (Target_sparc::do_adjust_elf_header): New function.
4507
1d509098
CC
45082012-04-23 Cary Coutant <ccoutant@google.com>
4509
4510 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
4511 CU range table of gdb index.
4512
7ebeff7f
DM
45132012-04-20 David S. Miller <davem@davemloft.net>
4514
4515 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
4516 instead of false.
4517
13cf9988
DM
45182012-04-16 David S. Miller <davem@davemloft.net>
4519
2a1079e8
DM
4520 * sparc.cc (Target_sparc::got_address): New function.
4521 (Sparc_relocate_functions::gdop_hix22): New function.
4522 (Sparc_relocate_functions::gdop_lox10): New function.
4523 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
4524 relocs.
4525 (Target_sparc::Scan::local): Likewise if the global symbol is not
4526 preemptible and is not IFUNC.
4527 (Target_sparc::Relocate::relocate): Perform GOTDATA code
4528 transformations for local and non-preemptible non-IFUNC global
4529 symbols.
4530
0bc964fc
DM
4531 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
4532 writing out 64-bit part of ranges.
4533
661d7a80
DM
4534 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
4535 -fpic and -fpie respectively.
4536 * Makefile.in: Regenerate.
4537
8c2bf391
DM
4538 * sparc.cc (class Target_sparc): Add rela_ifunc_.
4539 (Target_sparc::Target_sparc): Initialize new field.
4540 (Target_sparc::do_plt_section_for_global): New function.
4541 (Target_sparc::do_plt_section_for_local): New function.
4542 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
4543 (Target_sparc::make_plt_section): New function, broken out of
4544 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
4545 (Target_sparc::make_plt_entry): Call make_plt_section.
4546 (Target_sparc::make_local_ifunc_plt_entry): New function.
4547 (Target_sparc::rela_ifunc_section): New function.
4548 (Target_sparc::plt_section): Remove const.
4549 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
4550 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
4551 and ifunc_count_ fields.
4552 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
4553 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
4554 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
4555 (Output_data_plt_sparc::rela_ifunc): New function.
4556 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
4557 (Output_data_plt_sparc::has_ifunc_section): New function.
4558 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
4559 (Output_data_plt_sparc::address_for_global): New function.
4560 (Output_data_plt_sparc::address_for_local): New function.
4561 (Output_data_plt_sparc::plt_index_to_offset): New function.
4562 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
4563 and entry_count.
4564 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
4565 entry_count.
4566 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
4567 R_SPARC_JMP_IREL to switch.
4568 (Target_sparc::Scan::check_non_pic): Likewise.
4569 (Target_sparc::Scan::local): Handle IFUNC symbols.
4570 (Target_sparc::Scan::local): Likewise.
4571 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
4572 and plt_address_for_local.
4573 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
4574 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
4575
13cf9988
DM
4576 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
4577 (class Output_data_reloc): Adjust calls to Output_reloc_type.
4578 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
4579 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
4580 global relocs too.
4581 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
4582 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
4583 calls.
4584 * sparc.cc (Target_sparc::Scan::global): Likewise.
4585 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4586
31821be0
CC
45872012-04-16 Cary Coutant <ccoutant@google.com>
4588
4589 * archive.cc (Library_base::should_include_member): Check for
4590 --export-dynamic-symbol.
4591 * options.h (class General_options): Add --export-dynamic-symbol.
4592 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
4593 --export-dynamic-symbol.
4594 (Symbol_table::gc_mark_undef_symbols): Likewise.
4595 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
4596
2615994e
DM
45972012-04-12 David S. Miller <davem@davemloft.net>
4598
4599 * sparc.cc (Reloc::wdisp10): New relocation method.
4600 (Reloc::h34): Likewise.
4601 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
4602 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
4603 R_SPARC_WDISP10.
4604 (Target_sparc::Scan::local): Likewise.
4605 (Target_sparc::Scan::global): Likewise.
4606 (Target_sparc::Relocate::relocate): Likewise.
4607
6782735d
CC
46082012-04-09 Cary Coutant <ccoutant@google.com>
4609
4610 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
4611 low_pc == 0.
4612
8c7a0b00
ILT
46132012-04-06 Ian Lance Taylor <iant@google.com>
4614
4615 * timer.cc: #include <unistd.h>.
4616
58797674
RM
46172012-04-06 Roland McGrath <mcgrathr@google.com>
4618
4619 * configure.in (AC_CHECK_HEADERS): Add locale.h.
4620 * config.in: Regenerate.
4621 * configure: Regenerate.
4622
44350750
NC
46232012-04-05 Nick Clifton <nickc@redhat.com>
4624
4625 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
4626 (AM_LC_MESSAGES): Add.
4627 * aclocal.m4: Regenerate.
4628 * config.in: Regenerate.
4629 * configure: Regenerate.
4630
c1027032
CC
46312012-03-21 Cary Coutant <ccoutant@google.com>
4632
4633 * Makefile.am: Add gdb-index.cc, gdb-index.h.
4634 * Makefile.in: Regenerate.
4635 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
4636 (Sized_elf_reloc_mapper::symbol_section): New function.
4637 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
4638 (make_elf_reloc_mapper): New function.
4639 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
4640 (Dwarf_abbrev_table::do_read_abbrevs): New function.
4641 (Dwarf_abbrev_table::do_get_abbrev): New function.
4642 (Dwarf_ranges_table::read_ranges_table): New function.
4643 (Dwarf_ranges_table::read_range_list): New function.
4644 (Dwarf_pubnames_table::read_section): New function.
4645 (Dwarf_pubnames_table::read_header): New function.
4646 (Dwarf_pubnames_table::next_name): New function.
4647 (Dwarf_die::Dwarf_die): New function.
4648 (Dwarf_die::read_attributes): New function.
4649 (Dwarf_die::skip_attributes): New function.
4650 (Dwarf_die::set_name): New function.
4651 (Dwarf_die::set_linkage_name): New function.
4652 (Dwarf_die::attribute): New function.
4653 (Dwarf_die::string_attribute): New function.
4654 (Dwarf_die::int_attribute): New function.
4655 (Dwarf_die::uint_attribute): New function.
4656 (Dwarf_die::ref_attribute): New function.
4657 (Dwarf_die::child_offset): New function.
4658 (Dwarf_die::sibling_offset): New function.
4659 (Dwarf_info_reader::check_buffer): New function.
4660 (Dwarf_info_reader::parse): New function.
4661 (Dwarf_info_reader::do_parse): New function.
4662 (Dwarf_info_reader::do_read_string_table): New function.
4663 (Dwarf_info_reader::lookup_reloc): New function.
4664 (Dwarf_info_reader::get_string): New function.
4665 (Dwarf_info_reader::visit_compilation_unit): New function.
4666 (Dwarf_info_reader::visit_type_unit): New function.
4667 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
4668 Sized_elf_reloc_mapper.
4669 (Sized_dwarf_line_info::symbol_section): Remove function.
4670 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
4671 (Sized_dwarf_line_info::read_line_mappings): Remove object
4672 parameter, adjust callers.
4673 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
4674 * dwarf_reader.h: Include <sys/types.h>.
4675 (class Track_relocs): Remove forward declaration.
4676 (class Elf_reloc_mapper): New class.
4677 (class Sized_elf_reloc_mapper): New class.
4678 (class Dwarf_abbrev_table): New class.
4679 (class Dwarf_range_list): New class.
4680 (class Dwarf_ranges_table): New class.
4681 (class Dwarf_pubnames_table): New class.
4682 (class Dwarf_die): New class.
4683 (class Dwarf_info_reader): New class.
4684 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
4685 (Sized_dwarf_line_info::symbol_section): Remove member function.
4686 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
4687 base class.
4688 * gdb-index.cc: New source file.
4689 * gdb-index.h: New source file.
4690 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
4691 and .debug_types sections, call Layout::add_to_gdb_index.
4692 (Sized_relobj_incr::do_section_name): Implement.
4693 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
4694 return type; Implement.
4695 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
4696 return type.
4697 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
4698 parameter list and return type.
4699 (Sized_incr_dynobj::do_section_contents): Likewise.
4700 * layout.cc: Include gdb-index.h.
4701 (Layout::Layout): Initialize gdb_index_data_.
4702 (Layout::init_fixed_output_section): Check for .gdb_index section.
4703 (Layout::add_to_gdb_index): New function. Instantiate.
4704 * layout.h: Add forward declaration for class Gdb_index.
4705 (Layout::add_to_gdb_index): New member function.
4706 (Layout::gdb_index_data_): New data member.
4707 * main.cc: Include gdb-index.h.
4708 (main): Print statistics for gdb index.
4709 * object.cc (Object::section_contents): Move code into
4710 do_section_contents.
4711 (need_decompressed_section): Check for sections needed when building
4712 gdb index.
4713 (build_compressed_section_map): Likewise.
4714 (Sized_relobj_file::do_read_symbols): Need local symbols when building
4715 gdb index.
4716 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
4717 sections; call Layout::add_to_gdb_index.
4718 (Sized_relobj_file::do_decompressed_section_contents): Call
4719 do_section_contents directly.
4720 * object.h (Object::do_section_contents): Adjust parameter list and
4721 return type.
4722 (Object::do_decompressed_section_contents): Call do_section_contents
4723 directly.
4724 (Sized_relobj_file::do_section_contents): Adjust parameter list and
4725 return type.
4726 * options.h (class General_options): Add --gdb-index option.
4727 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
4728 list and return type.
4729 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
4730 * reloc.h (Track_relocs::checkpoint): New function.
4731 (Track_relocs::reset): New function.
4732
4733 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
4734 New test cases.
4735 * testsuite/Makefile.in: Regenerate.
4736 * testsuite/gdb_index_test.cc: New test source file.
4737 * testsuite/gdb_index_test_1.sh: New test source file.
4738 * testsuite/gdb_index_test_2.sh: New test source file.
4739
647f1574
DK
47402012-03-19 Doug Kwan <dougkwan@google.com>
4741
4742 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2e702c99 4743 (Target_arm::do_finalize_sections): Remove code which defines
647f1574
DK
4744 __exidx_start and __exidx_end. Make symbol table parameter
4745 anonymous as it is not used.
4746 * gold.cc (queue_middle_tasks): Call target hook to define any
4747 target-specific symbols.
4748 * target.h (Target::define_standard_symbols): New method.
4749 (Target::do_define_standard_symbols): Same.
4750 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
4751 * testsuite/Makefile.in: Regenerate.
4752 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
4753 and __exidx_end.
4754 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
4755 relocations are generated for __exidx_start and __exidx_end.
4756
7c6109da
DK
47572012-03-16 Doug Kwan <dougkwan@google.com>
4758
4759 * testsuite/Makefile.am: Disable test initpri3b.
4760 * testsuite/Makefile.in: Regenerate.
4761
7b8957f8
DK
47622012-03-15 Doug Kwan <dougkwan@google.com>
4763
4764 * arm.cc (Target_arm::got_section): Make .got section read-only
4765 if -z now is given.
4766
14dc9ef7
ILT
47672012-03-15 Ian Lance Taylor <iant@google.com>
4768
4769 PR gold/13850
4770 * layout.cc (Layout::make_output_section): Correctly mark
4771 SHT_INIT_ARRAY, et. al., as relro.
4772
fa40b62a
DK
47732012-03-14 Doug Kwan <dougkwan@google.com>
4774
4775 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
4776 dynamic relocations for protected symbols in shared objects.
4777
fd325007
ILT
47782012-03-13 Ian Lance Taylor <iant@google.com>
4779
4780 * resolve.cc (Symbol_table::resolve): When merging common symbols,
4781 keep the larger alignment.
4782
e8dd54e1
CC
47832012-03-12 Cary Coutant <ccoutant@google.com>
4784
4785 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
4786 handling of DW_LNE_define_file.
4787
feb5f3b0
CC
47882012-03-12 Cary Coutant <ccoutant@google.com>
4789
4790 * reduced_debug_output.cc
4791 (Output_reduced_debug_info_section::get_die_end): Add new FORM
4792 codes to switch.
4793
a1fb4256
CC
47942012-02-29 Cary Coutant <ccoutant@google.com>
4795
4796 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
4797
5dd8762a
CC
47982012-02-29 Cary Coutant <ccoutant@google.com>
4799
4800 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
4801 Call Object::decompressed_section_contents.
4802 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
4803 New dtor.
4804 (Sized_dwarf_line_info::buffer_start_): New data member.
4805 * merge.cc (Output_merge_data::do_add_input_section): Call
4806 Object::decompressed_section_contents.
4807 (Output_merge_string::do_add_input_section): Likewise.
4808 * object.cc (need_decompressed_section): New function.
4809 (build_compressed_section_map): Decompress sections needed later.
4810 (Sized_relobj_file::do_decompressed_section_contents): New function.
4811 (Sized_relobj_file::do_discard_decompressed_sections): New function.
4812 * object.h (Object::decompressed_section_contents): New function.
4813 (Object::discard_decompressed_sections): New function.
4814 (Object::do_decompressed_section_contents): New function.
4815 (Object::do_discard_decompressed_sections): New function.
4816 (Compressed_section_info): New type.
4817 (Compressed_section_map): Include decompressed section contents.
4818 (Sized_relobj_file::do_decompressed_section_contents): New function.
4819 (Sized_relobj_file::do_discard_decompressed_sections): New function.
4820
7b5de7ee
CC
48212012-02-16 Cary Coutant <ccoutant@google.com>
4822
4823 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
4824 * testsuite/Makefile.in: Regenerate.
4825
f9fa4a63
CC
48262012-02-14 Cary Coutant <ccoutant@google.com>
4827
4828 * options.cc (General_options::finalize): Disallow -pie and -static.
4829
2c175ebc
DK
48302012-02-03 Doug Kwan <dougkwan@google.com>
4831
4832 * arm.cc (Arm_relocate_functions::abs8,
4833 Arm_relocate_functions::abs16): Use
4834 Bits::has_signed_unsigned_overflow32.
4835 (Arm_relocate_functions::thm_abs8): Correct range of
4836 overflow check.
4837 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
4838 in assertions.
4839
90cff06f
DK
48402012-02-02 Doug Kwan <dougkwan@google.com>
4841
4842 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
4843 position independent outputs, not just shared objects.
4844
63887f3d
L
48452012-01-30 H.J. Lu <hongjiu.lu@intel.com>
4846
4847 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
4848 * configure: Regenerated.
4849
bef2b434
ILT
48502012-01-27 Ian Lance Taylor <iant@google.com>
4851
4852 * reloc.h (Bits): New class with static functions, copied from
4853 namespace utils in arm.cc.
4854 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
4855 instead.
4856
c335b55d
L
48572012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4858
4859 * incremental.cc (write_info_blocks): Correct relocation offset.
4860
41194d9f
L
48612012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4862
4863 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
4864 (Relocate::tls_gd_to_le): Likewise.
4865
1bae613c
L
48662012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4867
4868 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
4869
24482ca0
L
48702012-01-27 H.J. Lu <hongjiu.lu@intel.com>
4871
4872 * configure.ac: Check if -mcmodel=medium works.
4873 * configure: Regenerated.
4874
c2c7840a
CC
48752012-01-24 Cary Coutant <ccoutant@google.com>
4876
4877 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
4878 definition and ...
4879 (read_unsigned_LEB_128_x): ... this new function.
4880 (read_signed_LEB_128): Replaced with inline definition and ...
4881 (read_signed_LEB_128_x): ... this new function.
4882 * int_encoding.h (read_unsigned_LEB_128_x): New function.
4883 (read_unsigned_LEB_128): Add inline definition.
4884 (read_signed_LEB_128_x): New function.
4885 (read_signed_LEB_128): Add inline definition.
4886 * testsuite/Makefile.am (leb128_unittest): New unit test.
4887 * testsuite/Makefile.in: Regenerate.
4888 * testsuite/leb128_unittest.cc: New unit test.
4889
833de760 48902012-01-23 Ian Lance Taylor <iant@google.com>
9dee3b3c
ILT
4891
4892 PR gold/13617
4893 * i386.cc (Target_i386::do_code_fill): When using a jmp
4894 instruction, pad with nop instructions.
4895 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4896
618d6666
L
48972012-01-22 H.J. Lu <hongjiu.lu@intel.com>
4898
4899 * x86_64.cc (gc_process_relocs): Add typename on types used in
4900 template.
4901 (scan_relocs): Likewise.
4902 (relocate_section): Likewise.
4903 (apply_relocation): Likewise.
4904
3660ff06
L
49052012-01-10 H.J. Lu <hongjiu.lu@intel.com>
4906
4907 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
4908 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
4909 under x32.
4910
fc51264f
L
49112012-01-09 H.J. Lu <hongjiu.lu@intel.com>
4912
4913 * x86_64.cc: Initial support for x32.
4914
dd74ae06
CC
49152012-01-03 Cary Coutant <ccoutant@google.com>
4916
4917 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
4918 Use abstract base class for GOT.
4919 * gold/output.h (class Output_data_got_base): New abstract base class.
4920 (class Output_data_got): Derive from new base class, adjust ctors.
4921 (Output_data_got::reserve_slot): Make virtual; rename to
4922 do_reserve_slot; Adjust callers.
4923 * gold/target.h (Sized_target::init_got_plt_for_update): Return
4924 pointer to abstract base class.
4925 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
4926
83896202
ILT
49272011-12-18 Ian Lance Taylor <iant@google.com>
4928
4929 * object.h (Relobj::local_symbol_value): New function.
4930 (Relobj::local_plt_offset): New function.
4931 (Relobj::local_has_got_offset): New function.
4932 (Relobj::local_got_offset): New function.
4933 (Relobj::set_local_got_offset): New function.
4934 (Relobj::do_local_symbol_value): New pure virtual function.
4935 (Relobj::do_local_plt_offset): Likewise.
4936 (Relobj::do_local_has_got_offset): Likewise.
4937 (Relobj::do_local_got_offset): Likewise.
4938 (Relobj::do_set_local_got_offset): Likewise.
4939 (Sized_relobj::do_local_has_got_offset): Rename from
4940 local_has_got_offset.
4941 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
4942 (Sized_relobj::do_set_local_got_offset): Rename from
4943 set_local_got_offset.
4944 (Sized_relobj_file::do_local_plt_offset): Rename from
4945 local_plt_offset.
4946 (Sized_relobj_file::do_local_symbol_value): New function.
4947 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
4948 local_plt_offset.
4949 * output.cc (Output_data_got::Got_entry::write): Change object to
4950 Relobj. Use local_symbol_value.
4951 (Output_data_got::add_global_with_rel): Change rel_dyn to
4952 Output_data_reloc_generic*. Use add_global_generic.
4953 (Output_data_got::add_global_with_rela): Remove. Change all
4954 callers to use add_global_with_rel.
4955 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
4956 Output_data_reloc_generic*. Use add_global_generic.
4957 (Output_data_got::add_global_pair_with_rela): Remove. Change all
4958 callers to use add_global_pair_with_rel.
4959 (Output_data_got::add_local): Change object to Relobj*.
4960 (Output_data_got::add_local_plt): Likewise.
4961 (Output_data_got::add_local_with_rel): Change object to Relobj*,
4962 change rel_dyn to Output_data_reloc_generic*. Use
4963 add_local_generic.
4964 (Output_data_got::add_local_with_rela): Remove. Change all
4965 callers to use all_local_with_rel.
4966 (Output_data_got::add_local_pair_with_rel): Change object to
4967 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
4968 add_output_section_generic.
4969 (Output_data_got::add_local_pair_with_rela): Remove. Change all
4970 callers to use add_local_pair_with_rel.
4971 (Output_data_got::reserve_local): Change object to Relobj*.
4972 * output.h: (class Output_data_reloc_generic): Add pure virtual
4973 declarations for add_global_generic, add_local_generic,
4974 add_output_section_generic.
4975 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
4976 functions for Output_data_reloc_generic. Update declarations for
4977 changes listed in output.cc.
4978 (class Output_data_got): Change template parameter to got_size.
4979 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
4980 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
4981 function.
4982 (Sized_relobj_incr::do_local_plt_offset): New function.
4983 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
4984 add_global_generic.
4985
76677ad0
CC
49862011-12-17 Cary Coutant <ccoutant@google.com>
4987
4988 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
4989 * resolve.cc (Symbol_table::resolve): Likewise.
4990 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
4991 arrays.
4992 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
4993
8b8dd8d5
ILT
49942011-12-16 Ian Lance Taylor <iant@google.com>
4995
4996 * output.h (Output_data_reloc_generic::add): Only call
4997 add_dynamic_reloc if this is a dynamic reloc section.
4998
d55525b9
L
49992011-12-15 H.J. Lu <hongjiu.lu@intel.com>
5000
5001 PR gold/13505
5002 * target-reloc.h (apply_relocation): Replace <64, false> with
5003 <size, big_endian>.
5004
ff81c7c1
NC
50052011-11-25 Nick Clifton <nickc@redhat.com>
5006
5007 * po/it.po: New Italian translation.
5008
628f39be
SA
50092011-11-17 Sterling Augustine <saugustine@google.com>
5010
5011 * script.cc (script_include_directive): Implement.
5012 (read_script_file): New local variables name and search_path. Update
5013 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
5014 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
5015 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
5016
98ef3ea4
SA
50172011-11-11 Sterling Augustine <saugustine@google.com>
5018
5019 * yyscript.y (section_cmd): Add support for INCLUDE directive.
5020 (file_or_sections_cmd): Likewise.
5021
f4a8b6d7
DK
50222011-11-11 Doug Kwan <dougkwan@google.com>
5023
5024 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
5025 if --just-symbols is given.
5026
29ab395d
DK
50272011-11-10 Doug Kwan <dougkwan@google.com>
5028
5029 PR gold/13362
5030 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
5031 when processing data relocs.
5032 * reloc.h (Relocate_functions::rel_unaligned): New method.
5033 (Relocate_functions::pcrel_unaligned): Ditto.
5034 (Relocate_functions::rel32_unaligned): Ditto.
5035 (Relocate_functions::pcrel32_unaligned): Ditto.
5036
2c339f71
DK
50372011-11-09 Doug Kwan <dougkwan@google.com>
5038
5039 PR gold/13362
5040 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
5041 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
5042 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
5043 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
5044 (Relocate_functions::rel_unaligned): New.
5045 (Relocate_functions::rel32_unaligned): New.
5046 * target-reloc.h (relocate_for_relocatable): Add code to handle
5047 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
5048 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
5049 arm_unaligned_reloc_r): New targets.
5050 * testsuite/Makefile.in: Regenerate.
5051 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
5052 linking.
5053
3f3cddf1
ILT
50542011-11-02 Ian Lance Taylor <iant@google.com>
5055
5056 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
5057 NATIVE_LINKER.
5058 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
5059 * options.cc (General_options::finalize): Use library search path
5060 from configure script if specified. If not native and no sysroot,
5061 only search TOOLLIBDIR.
5062 * options.h (Search_directory::Search_directory): Change name to
5063 const std::string&.
5064 (General_options::add_to_library_path_with_sysroot): Change arg to
5065 const std::string&.
5066 * configure, Makefile.in, config.in: Rebuild.
5067
a8e2273b
ILT
50682011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5069
5070 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
5071 we are working around the ARM1176 Erratum.
5072 * options.h (General_options::fix_arm1176): Add option.
5073 * testsuite/Makefile.am: Add testcases, and keep current ones
5074 working.
5075 * testsuite/Makefile.in: Regenerate.
5076 * testsuite/arm_fix_1176.s: New file.
5077 * testsuite/arm_fix_1176.sh: Likewise.
5078
cd6eab1c
ILT
50792011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5080
5081 * arm.cc (Target_arm::Target_arm): Remove initialisation of
5082 may_use_blx_.
5083 (Target_arm::may_use_blx): Remove method.
5084 (Target_arm::set_may_use_blx): Likewise.
5085 (Target_arm::may_use_v4t_interworking): New method.
5086 (Target_arm::may_use_v5t_interworking): Likewise.
5087 (Target_arm::may_use_blx_): Remove member variable.
5088 (Arm_relocate_functions::arm_branch_common): Check for v5T
5089 interworking.
5090 (Arm_relocate_functions::thumb_branch_common): Likewise.
5091 (Reloc_stub::stub_type_for_reloc): Likewise.
5092 (Target_arm::do_finalize_sections): Correct interworking checks.
5093 * testsuite/Makefile.am: Add new tests.
5094 * testsuite/Makefile.in: Regenerate.
5095 * testsuite/arm_farcall_arm_arm.s: New test.
5096 * testsuite/arm_farcall_arm_arm.sh: Likewise.
5097 * testsuite/arm_farcall_arm_thumb.s: Likewise.
5098 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
5099 * testsuite/arm_farcall_thumb_arm.s: Likewise.
5100 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
5101 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
5102 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
5103
286adcf4
CC
51042011-10-31 Cary Coutant <ccoutant@google.com>
5105
5106 PR gold/13023
5107 * expression.cc (Expression::eval_with_dot): Add
5108 is_section_dot_assignment parameter.
5109 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
5110 absolute and assigning to dot within a section.
5111 * script-sections.cc
5112 (Output_section_element_assignment::set_section_addresses): Pass
5113 dot_section to set_if_absolute.
5114 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
5115 as is_section_dot_assignment flag to eval_with_dot.
5116 (Output_section_element_dot_assignment::set_section_addresses):
5117 Likewise.
5118 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
5119 parameter. Also set value if relative to dot_section; set the
5120 symbol's output_section.
5121 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
5122 parameter. Adjust all callers.
5123 (Expression::eval_maybe_dot): Likewise.
5124 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
5125 Adjust all callers.
5126 * testsuite/script_test_2.t: Test assignment of an absolute value
5127 to dot within an output section element.
5128
9634ed06
CC
51292011-10-31 Cary Coutant <ccoutant@google.com>
5130
5131 * options.h (class General_options): Add --[no-]gnu-unique options.
5132 * symtab.cc (Symbol_table::sized_write_globals): Convert
5133 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
5134
de4101c7
CC
51352011-10-31 Cary Coutant <ccoutant@google.com>
5136
5137 PR gold/13359
5138 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
5139 unnecessary assertion.
5140 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
5141
7257cc92
ST
51422011-10-31 Sriraman Tallam <tmsriram@google.com>
5143
5144 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
5145 gc_mark_symbol.
5146 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
5147 gc_mark_symbol.
5148 Change to just keep the section associated with symbol.
5149 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
5150 they are externally visible and --export-dynamic is turned on.
5151 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
5152
bfc34b3f
ILT
51532011-10-19 Ian Lance Taylor <iant@google.com>
5154
5155 PR gold/13163
5156 * script-sections.cc
5157 (Output_section_element_dot_assignment::needs_output_section): New
5158 function.
5159
ea0d8c47
ILT
51602011-10-19 Ian Lance Taylor <iant@google.com>
5161
5162 PR gold/13204
5163 * layout.cc (Layout::segment_precedes): Don't assert failure if a
5164 --section-start option was seen.
5165 * options.h (General_options::any_section_start): New function.
5166
abd242a9
DM
51672011-10-18 David S. Miller <davem@davemloft.net>
5168
5169 PR binutils/13301
5170 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
5171 member to track relocation locations that have moved during TLS
5172 reloc optimizations.
5173 (Target_sparc::Relocate::Relocate): Initialize to NULL.
5174 (Target_sparc::Relocate::relocate): Adjust view down by 4
5175 bytes if it matches reloc_adjust_addr_.
5176 (Target_sparc::Relocate::relocate_tls): Always move the
5177 __tls_get_addr call delay slot instruction forward 4 bytes when
5178 performing relaxation.
5179
bab9090f
CC
51802011-10-18 Cary Coutant <ccoutant@google.com>
5181
5182 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
5183 (Output_file::map_no_anonymous): Check for non-zero
5184 return code from posix_fallocate.
5185
f7c5b166
CC
51862011-10-17 Cary Coutant <ccoutant@google.com>
5187
5188 PR gold/13245
5189 * plugin.cc (is_visible_from_outside): Check for symbols
5190 referenced from dynamic objects.
5191 * resolve.cc (Symbol_table::resolve): Don't count references
5192 from dynamic objects as references from real ELF files.
5193 * testsuite/plugin_test_2.sh: Adjust expected result.
5194
b490c0bb
CC
51952011-10-17 Cary Coutant <ccoutant@google.com>
5196
5197 * gold.cc: Include timer.h.
5198 (queue_middle_tasks): Stamp time.
5199 (queue_final_tasks): Likewise.
5200 * main.cc (main): Store timer in parameters. Print timers
5201 for each pass.
5202 * parameters.cc (Parameters::Parameters): Initialize timer_.
5203 (Parameters::set_timer): New function.
5204 (set_parameters_timer): New function.
5205 * parameters.h (Parameters::set_timer): New function.
5206 (Parameters::timer): New function.
5207 (Parameters::timer_): New data member.
5208 (set_parameters_timer): New function.
5209 * timer.cc (Timer::stamp): New function.
5210 (Timer::get_pass_time): New function.
5211 * timer.h (Timer::stamp): New function.
5212 (Timer::get_pass_time): New function.
5213 (Timer::pass_times_): New data member.
5214
f475cf7b
CC
52152011-10-17 Cary Coutant <ccoutant@google.com>
5216
5217 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
5218 task for members of lib groups.
5219
cdd7e244
CC
52202011-10-17 Cary Coutant <ccoutant@google.com>
5221
5222 PR gold/13288
4f95c8b4 5223 * fileread.cc (File_read::find_view): Add assert.
cdd7e244
CC
5224 (File_read::make_view): Move bounds check (replace with assert)...
5225 (File_read::find_or_make_view): ... to here.
5226
dfb45471
CC
52272011-10-12 Cary Coutant <ccoutant@google.com>
5228
4f95c8b4 5229 * output.cc (Output_file::open_base_file): Handle case where
dfb45471
CC
5230 ::read returns less than requested size.
5231
53bbcc1b
CC
52322011-10-10 Cary Coutant <ccoutant@google.com>
5233
4f95c8b4 5234 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
53bbcc1b
CC
5235 Initialize defined_count_.
5236 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
5237 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
5238 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
5239 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
5240 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
4f95c8b4 5241 * incremental.h (Sized_relobj_incr::defined_count_): New data
53bbcc1b
CC
5242 member.
5243 (Sized_incr_dynobj::defined_count_): New data member.
4f95c8b4 5244 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
53bbcc1b
CC
5245 Return zeroes instead of internal error.
5246
397b129b
CC
52472011-10-10 Cary Coutant <ccoutant@google.com>
5248
5249 PR gold/13249
4f95c8b4 5250 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
397b129b 5251 (Output_reloc::symbol_value): Return PLT offset if flag is set.
4f95c8b4 5252 * output.h (class Output_reloc): Add use_plt_offset flag.
397b129b
CC
5253 (Output_reloc::type_): Adjust size of bit field.
5254 (Output_reloc::use_plt_offset_): New bit field.
5255 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
5256 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
5257 flag. Adjust all callers.
4f95c8b4 5258 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
397b129b
CC
5259 creating RELATIVE relocations.
5260
d5698657
NC
52612011-10-10 Nick Clifton <nickc@redhat.com>
5262
5263 * po/es.po: Updated Spanish translation.
5264 * po/fi.po: Updated Finnish translation.
5265
6a59a5c2
DN
52662011-10-03 Diego Novillo <dnovillo@google.com>
5267
5268 * options.cc (parse_uint): Fix dereference of RETVAL.
5269
f0558624
ST
52702011-09-29 Sriraman Tallam <tmsriram@google.com>
5271
5272 * layout.h (section_order_map_): New member.
5273 (get_section_order_map): New member function.
5274 * output.cc (Output_section::add_input_section): Check for patterns
5275 only when --section-ordering-file is specified.
5276 * gold.cc (queue_middle_tasks): Delay updating order of sections till
5277 output_sections have been formed.
5278 * layout.cc (Layout_Layout): Initialize section_order_map_.
5279 * plugin.cc (update_section_order): Store order in order_map. Do not
5280 update the order.
5281 * testsuite/Makefile.am: Add test case for plugin_final_layout.
5282 * testsuite/Makefile.in: Regenerate.
5283 * testsuite/plugin_section_order.c: New file.
5284 * testsuite/plugin_final_layout.cc: New file.
5285 * testsuite/plugin_final_layout.sh: New file.
5286
a7dac153
CC
52872011-09-29 Cary Coutant <ccoutant@google.com>
5288
4f95c8b4 5289 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
a7dac153 5290 Check for NULL.
4f95c8b4 5291 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
a7dac153
CC
5292 symbols during incremental update.
5293 (Symbol_table::add_from_dynobj): Likewise.
5294
eebd87a5
ILT
52952011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5296 Ian Lance Taylor <iant@google.com>
5297
5298 * symtab.cc (Symbol_table::define_special_symbol): Always
5299 canonicalize version string.
5300
403a3331
CC
53012011-09-26 Cary Coutant <ccoutant@google.com>
5302
4f95c8b4
CC
5303 * gold.cc (queue_initial_tasks): Move option checks ...
5304 * options.cc (General_options::finalize): ... to here. Disable
403a3331
CC
5305 some options; make others fatal.
5306
235061c2
CC
53072011-09-26 Cary Coutant <ccoutant@google.com>
5308
5309 gcc PR lto/47247
5310 * plugin.cc (get_symbols_v2): New function.
5311 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
5312 (is_referenced_from_outside): New function.
5313 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
5314 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
5315 (get_symbols): Pass version parameter.
5316 (get_symbols_v2): New function.
5317 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
5318 parameter.
5319 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
5320 (onload): Add LDPT_GET_SYMBOLS_V2.
5321 (all_symbols_read_hook): Use get_symbols_v2; check for
5322 LDPR_PREVAILING_DEF_IRONLY_EXP.
5323 * testsuite/plugin_test_3.sh: Update expected results.
5324
dc87f620
ILT
53252011-09-23 Simon Baldwin <simonb@google.com>
5326
5327 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
5328 configuration options.
5329 * configure: Regenerate.
5330 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
5331 * Makefile.in: Regenerate.
5332 * testsuite/Makefile.in: Regenerate.
5333
a8279f82
ST
53342011-09-19 Sriraman Tallam <tmsriram@google.com>
5335
5336 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
5337
0c9350c8
CC
53382011-09-19 Cary Coutant <ccoutant@google.com>
5339
5340 * incremental.cc (can_incremental_update): Fix typo in comment.
5341 * incremental.h (can_incremental_update): Likewise.
5342
aa06ae28
CC
53432011-09-18 Cary Coutant <ccoutant@google.com>
5344
5345 * incremental.cc (can_incremental_update): New function.
5346 * incremental.h (can_incremental_update): New function.
5347 * layout.cc (Layout::init_fixed_output_section): Call it.
5348 (Layout::make_output_section): Don't allow patch space in .eh_frame.
5349 * object.cc (Sized_relobj_file::do_layout): Call
5350 can_incremental_update.
5351
ebb300b2
CC
53522011-09-13 Cary Coutant <ccoutant@google.com>
5353
5354 * configure.ac: Check for glibc support for gnu_indirect_function
5355 support with static linking, setting automake conditional
5356 IFUNC_STATIC.
5357 * Makefile.in: Regenerate.
5358 * configure: Regenerate.
5359
5360 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
5361 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
5362 for IFUNC_STATIC.
5363 * testsuite/Makefile.in: Regenerate.
5364
1206d0d5
CC
53652011-09-13 Cary Coutant <ccoutant@google.com>
5366
5367 * incremental.cc (Sized_relobj_incr::do_layout): Call
5368 report_comdat_group for kept comdat sections.
5369 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
5370 * testsuite/Makefile.in: Regenerate.
5371 * testsuite/incr_comdat_test_1.cc: New source file.
5372 * testsuite/incr_comdat_test_2_v1.cc: New source file.
5373 * testsuite/incr_comdat_test_2_v2.cc: New source file.
5374 * testsuite/incr_comdat_test_2_v3.cc: New source file.
5375
40b29874
ILT
53762011-09-13 Ian Lance Taylor <iant@google.com>
5377
5378 * object.cc (Sized_relobj_file::do_layout): Remove unused local
5379 variable external_symbols_offset.
5380
1b045aac
ILT
53812011-09-12 Ian Lance Taylor <iant@google.com>
5382
5383 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
5384 triggered if object has no symbols.
5385
24c6c55a
DM
53862011-09-09 David S. Miller <davem@davemloft.net>
5387
5388 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
5389 (Output_fill_debug_line::do_write): Likewise.
5390
66570254
CC
53912011-08-29 Cary Coutant <ccoutant@google.com>
5392
5393 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
5394 casts to match formatting specs.
5395 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
5396
8ea8cd50
CC
53972011-08-26 Cary Coutant <ccoutant@google.com>
5398
5399 * layout.cc (Free_list::allocate): Provide guarantee of minimum
5400 remaining hole size when allocating.
5401 (Layout::make_output_section): Set fill methods for debug sections.
5402 * layout.h (Free_list::Free_list_node): Move from private to
5403 public.
5404 (Free_list::set_min_hole_size): New function.
5405 (Free_list::begin, Free_list::end): New functions.
5406 (Free_list::min_hole_): New data member.
5407 * output.cc: Include dwarf.h.
5408 (Output_fill_debug_info::do_minimum_hole_size): New function.
5409 (Output_fill_debug_info::do_write): New function.
5410 (Output_fill_debug_line::do_minimum_hole_size): New function.
5411 (Output_fill_debug_line::do_write): New function.
5412 (Output_section::Output_section): Initialize new data member.
5413 (Output_section::set_final_data_size): Ensure patch space is larger
5414 than minimum hole size.
5415 (Output_section::do_write): Fill holes in debug sections.
5416 * output.h (Output_fill): New class.
5417 (Output_fill_debug_info): New class.
5418 (Output_fill_debug_line): New class.
5419 (Output_section::set_free_space_fill): New function.
5420 (Output_section::free_space_fill_): New data member.
5421 * testsuite/Makefile.am (incremental_test_3): Add
5422 --incremental-patch option.
5423 (incremental_test_4): Likewise.
5424 (incremental_test_5): Likewise.
5425 (incremental_test_6): Likewise.
5426 (incremental_copy_test): Likewise.
5427 (incremental_common_test_1): Likewise.
5428 * testsuite/Makefile.in: Regenerate.
5429
7cf80422
NC
54302011-08-26 Nick Clifton <nickc@redhat.com>
5431
5432 * po/es.po: Updated Spanish translation.
5433
c3f7b0e5
CC
54342011-08-01 Cary Coutant <ccoutant@google.com>
5435
5436 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
5437 * gold/testsuite/Makefile.in: Regenerate.
5438 * gold/testsuite/justsyms_exec.c: New source file.
5439 * gold/testsuite/justsyms_lib.c: New source file.
5440
9590bf25
CC
54412011-08-01 Cary Coutant <ccoutant@google.com>
5442
5443 * layout.cc (Layout::set_segment_offsets): Don't realign text
5444 segment if -Ttext was specified.
5445 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
5446 file type.
5447 * object.h (Sized_relobj_file::e_type): New function.
5448 (Sized_relobj_file::e_type_): New data member.
5449 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
5450 base address for ET_EXEC files.
5451 * target.cc (Target::do_make_elf_object_implementation): Allow
5452 ET_EXEC files with --just-symbols option.
5453
dcd8d12e
CC
54542011-07-28 Cary Coutant <ccoutant@google.com>
5455
5456 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
5457 Add thread_number parameter.
5458 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
5459 * workqueue-threads.cc
5460 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
5461 current thread if its thread number is greater than desired thread
5462 count.
5463 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
5464 Add thread_number parameter.
5465 (Workqueue::should_cancel_thread): Likewise.
5466 (Workqueue::find_runnable_or_wait): Pass thread_number to
5467 should_cancel_thread.
5468 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
5469 parameter.
5470
804eb480
ST
54712011-07-22 Sriraman Tallam <tmsriram@google.com>
5472
5473 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
5474 only after checking if it cannot be forced local.
5475 * symtab.h (is_externally_visible): Check if the symbol is not forced
5476 local.
5477
f1ddb600
ILT
54782011-07-15 Ian Lance Taylor <iant@google.com>
5479
5480 * options.h (class General_options): Add --print-output-format.
5481 Move -EL next to -EB, for better --help output.
5482 * target-select.cc: Include <cstdio>, "options.h", and
5483 "parameters.h".
5484 (Target_selector::do_target_bfd_name): New function.
5485 (print_output_format): New function.
5486 * target-select.h (class Target_selector): Update declarations.
5487 (Target_selector::target_bfd_name): New function.
5488 (print_output_format): Declare.
5489 * main.cc: Include "target-select.h".
5490 (main): Handle --print-output-format.
5491 * gold.cc: Include "target-select.h".
5492 (queue_initial_tasks): Handle --print-output-format when there are
5493 no input files.
5494 * parameters.cc (parameters_force_valid_target): Give a better
5495 error message if -EB/-EL does not match target.
5496 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
5497 function.
5498
7d172687
ILT
54992011-07-15 Ian Lance Taylor <iant@google.com>
5500
5501 * i386.cc (class Output_data_plt_i386): Add layout_ field.
5502 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
5503 (Output_data_plt_i386::do_write): Write address of .dynamic
5504 section to first entry in .got.plt section.
5505 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
5506 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5507 Initialize layout_.
5508 (Output_data_plt_x86_64::do_write): Write address of .dynamic
5509 section to first entry in .got.plt section.
5510 * layout.h (Layout::dynamic_section): New function.
5511
e9552f7e
ST
55122011-07-13 Sriraman Tallam <tmsriram@google.com>
5513
5514 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
5515 to claim_file call.
5516 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
5517 input_section_position_, and input_section_glob_.
5518 (read_layout_from_file): Call function section_ordering_specified.
5519 * layout.h (is_section_ordering_specified): New function.
5520 (section_ordering_specified): New function.
5521 (section_ordering_specified_): New boolean member.
5522 * main.cc(main): Call load_plugins after layout object is defined.
5523 * output.cc (Output_section::add_input_section): Use
5524 function section_ordering_specified to check if section ordering is
5525 needed.
5526 * output.cc (Output_section::add_relaxed_input_section): Use
5527 function section_ordering_specified to check if section ordering is
5528 needed.
5529 (Output_section::update_section_layout): New function.
5530 (Output_section::sort_attached_input_sections): Check if input section
5531 must be reordered.
5532 * output.h (Output_section::update_section_layout): New function.
5533 * plugin.cc (get_section_count): New function.
5534 (get_section_type): New function.
5535 (get_section_name): New function.
5536 (get_section_contents): New function.
5537 (update_section_order): New function.
58797674 5538 (allow_section_ordering): New function.
e9552f7e
ST
5539 (Plugin::load): Add the new interfaces to the transfer vector.
5540 (Plugin_manager::load_plugins): New parameter.
5541 (Plugin_manager::all_symbols_read): New parameter.
5542 (Plugin_manager::claim_file): New parameter. Save the elf object for
5543 unclaimed objects.
5544 (Plugin_manager::get_elf_object): New function.
5545 (Plugin_manager::get_view): Change to directly use the bool to check
5546 if get_view is called from claim_file_hook.
5547 * plugin.h (input_objects): New function
5548 (Plugin__manager::load_plugins): New parameter.
5549 (Plugin_manager::claim_file): New parameter.
5550 (Plugin_manager::get_elf_object): New function.
5551 (Plugin_manager::in_claim_file_handler): New function.
5552 (Plugin_manager::in_claim_file_handler_): New member.
5553 (layout): New function.
5554 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
5555 handler with an extra parameter. Make the elf object before calling
5556 claim_file handler.
5557 * testsuite/plugin_test.c (get_section_count): New function pointer.
5558 (get_section_type): New function pointer.
5559 (get_section_name): New function pointer.
5560 (get_section_contents): New function pointer.
5561 (update_section_order): New function pointer.
5562 (allow_section_ordering): New function pointer.
5563 (onload): Check if the new interfaces exist.
5564
9446efde
ILT
55652011-07-13 Ian Lance Taylor <iant@google.com>
5566
5567 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
5568 relro section.
5569 * x86_64.cc (Target_x86_64::got_section): Likewise.
5570 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
5571 (relro_now_test_SOURCES): New variable.
5572 (relro_now_test_DEPENDENCIES): New variable.
5573 (relro_now_test_LDFLAGS): New variable.
5574 (relro_now_test_LDADD): New variable.
5575 (relro_now_test.so): New target.
5576 * testsuite/Makefile.in: Rebuild.
5577
07aa62f2
ILT
55782011-07-12 Ian Lance Taylor <iant@google.com>
5579
5580 PR gold/12980
5581 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
5582 GLOB_DAT relocation rather than a RELATIVE relocation for a
5583 protected symbol when creating a shared library.
5584 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
5585 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
5586 * testsuite/protected_main_1.cc (main): Test that protected
5587 function has same address.
5588
e2153196
ILT
55892011-07-11 Ian Lance Taylor <iant@google.com>
5590
5591 PR gold/12979
5592 * options.h (class General_options): Add -Bgroup.
5593 * options.cc (General_options::finalize): If -Bgroup is set,
5594 default to --unresolved-symbols=report-all.
5595 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
5596 * target-reloc.h (issue_undefined_symbol_error): Handle
5597 --unresolved-symbols=report-all.
5598
6daf5215
ILT
55992011-07-08 Ian Lance Taylor <iant@google.com>
5600
5601 PR gold/11985
5602 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
5603 if linker script discards key sections.
5604 (Layout::create_dynamic_symtab): Likewise.
5605 (Layout::assign_local_dynsym_offsets): Likewise.
5606 (Layout::sized_create_version_sections): Likewise.
5607 (Layout::create_interp): Likewise.
5608 (Layout::finish_dynamic_section): Likewise.
5609 (Layout::set_dynamic_symbol_size): Likewise.
5610
beabb2c6
ILT
56112011-07-08 Ian Lance Taylor <iant@google.com>
5612
5613 PR gold/12386
5614 * options.h (class General_options): Add --unresolved-symbols.
5615 * target-reloc.h (issue_undefined_symbol_error): Check
5616 --unresolved-symbols. Add comments.
5617
9c16daf1
ILT
56182011-07-08 Ian Lance Taylor <iant@google.com>
5619
5620 * testsuite/odr_violation2.cc (Ordering::operator()): Make
5621 expression more complex.
5622
191f1a2d
ILT
56232011-07-08 Ian Lance Taylor <iant@google.com>
5624
5625 PR gold/11317
5626 * target-reloc.h (issue_undefined_symbol_error): New inline
5627 function, broken out of relocate_section.
5628 (relocate_section): Call issue_undefined_symbol_error.
5629 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5630 there is no TLS segment if we are about to issue an undefined
5631 symbol error.
5632 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5633
62855347
ILT
56342011-07-08 Ian Lance Taylor <iant@google.com>
5635
5636 PR gold/12279
5637 * resolve.cc (Symbol_table::should_override): Add fromtype
5638 parameter. Change all callers. Give error when linking together
5639 TLS and non-TLS symbol.
5640 (Symbol_table::should_override_with_special): Add fromtype
5641 parameter. Change all callers.
5642 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
5643 there is no TLS segment if we have reported some errors.
5644 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
5645
67181c72
ILT
56462011-07-08 Ian Lance Taylor <iant@google.com>
5647
5648 PR gold/12372
5649 * target.h (Target::plt_address_for_global): New function.
5650 (Target::plt_address_for_local): New function.
5651 (Target::plt_section_for_global): Remove.
5652 (Target::plt_section_for_local): Remove.
5653 (Target::do_plt_address_for_global): New virtual function.
5654 (Target::do_plt_address_for_local): New virtual function.
5655 (Target::do_plt_section_for_global): Remove.
5656 (Target::do_plt_section_for_local): Remove.
5657 (Target::register_global_plt_entry): Add Symbol_table and Layout
5658 parameters.
5659 * output.cc (Output_data_got::Got_entry::write): Use
5660 plt_address_for_global and plt_address_for_local.
5661 * layout.cc (Layout::add_target_dynamic_tags): Use size and
5662 address of output section.
5663 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
5664 got_irelative_, and irelative_count_ fields. Update
5665 declarations.
5666 (Output_data_plt_i386::has_irelative_section): New function.
5667 (Output_data_plt_i386::entry_count): Add irelative_count_.
5668 (Output_data_plt_i386::set_final_data_size): Likewise.
5669 (class Target_i386): Add got_irelative_ and rel_irelative_
5670 fields. Update declarations.
5671 (Target_i386::Target_i386): Initialize new fields.
5672 (Target_i386::do_plt_address_for_global): New function replacing
5673 do_plt_section_for_global.
5674 (Target_i386::do_plt_address_for_local): New function replacing
5675 do_plt_section_for_local.
5676 (Target_i386::got_section): Create got_irelative_.
5677 (Target_i386::rel_irelative_section): New function.
5678 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
5679 fields. Don't define __rel_iplt_{start,end}.
5680 (Output_data_plt_i386::add_entry): Add symtab and layout
5681 parameters. Change all callers. Use different PLT and GOT for
5682 IFUNC symbols.
5683 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
5684 layout parameters. Change all callers. Use different PLT and
5685 GOT.
5686 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
5687 (Output_data_plt_i386::rel_irelative): New function.
5688 (Output_data_plt_i386::address_for_global): New function.
5689 (Output_data_plt_i386::address_for_local): New function.
5690 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
5691 IRELATIVE GOT when changing IFUNC GOT entries.
5692 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
5693 reloc.
5694 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
5695 if we didn't create an IRELATIVE GOT.
5696 (Target_i386::Relocate::relocate): Use plt_address_for_global and
5697 plt_address_for_local.
5698 (Target_i386::do_dynsym_value): Use plt_address_for_global.
5699 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
5700 got_irelative_, and irelative_count_ fields. Update
5701 declarations.
5702 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
5703 Initialize new fields. Remove symtab parameter. Change all
5704 callers.
5705 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
5706 irelative_count_.
5707 (Output_data_plt_x86_64::has_irelative_section): New function.
5708 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
5709 (class Target_x86_64): Add got_irelative_ and rel_irelative_
5710 fields. Update declarations.
5711 (Target_x86_64::Target_x86_64): Initialize new fields.
5712 (Target_x86_64::do_plt_address_for_global): New function replacing
5713 do_plt_section_for_global.
5714 (Target_x86_64::do_plt_address_for_local): New function replacing
5715 do_plt_section_for_local.
5716 (Target_x86_64::got_section): Create got_irelative_.
5717 (Target_x86_64::rela_irelative_section): New function.
5718 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
5719 all callers. Don't create __rel_iplt_{start,end}.
5720 (Output_data_plt_x86_64::add_entry): Add symtab and layout
5721 parameters. Change all callers. Use different PLT and GOT for
5722 IFUNC symbols.
5723 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
5724 layout parameters. Change all callers. Use different PLT and
5725 GOT.
5726 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
5727 parameters. Change all callers. Use different PLT and GOT for
5728 IFUNC symbols.
5729 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
5730 (Output_data_plt_x86_64::rela_irelative): New function.
5731 (Output_data_plt_x86_64::address_for_global): New function.
5732 (Output_data_plt_x86_64::address_for_local): New function.
5733 (Output_data_plt_x86_64::set_final_data_size): Likewise.
5734 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
5735 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
5736 (Target_x86_64::register_global_plt_entry): Add symtab and layout
5737 parameters.
5738 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
5739 reloc.
5740 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
5741 symbols if we didn't create an IRELATIVE GOT.
5742 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
5743 plt_address_for_local.
5744 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
5745 * testsuite/ifuncvar1.c: New test file.
5746 * testsuite/ifuncvar2.c: New test file.
5747 * testsuite/ifuncvar3.c: New test file.
5748 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
5749 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
5750 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
5751 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
5752 * testsuite/Makefile.in: Rebuild.
5753
33c15b45
CC
57542011-07-07 Cary Coutant <ccoutant@google.com>
5755
5756 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
5757 (two_file_test_1_ndebug.o): Likewise.
5758 (two_file_test_1b_ndebug.o): Likewise.
5759 (two_file_test_2_ndebug.o): Likewise.
5760 (two_file_test_main_ndebug.o): Likewise.
5761 (incremental_test_2): Link with no-debug versions.
5762
f48b5fb7
CC
57632011-07-06 Cary Coutant <ccoutant@google.com>
5764
5765 * gold/incremental.cc
5766 (Output_section_incremental_inputs::write_info_blocks): Check for
5767 hidden and internal symbols.
5768
221597a5
CC
57692011-07-06 Cary Coutant <ccoutant@google.com>
5770
5771 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
5772 Check disposition for startup file.
5773 (Incremental_inputs::report_command_line): Ignore
5774 --incremental-startup-unchanged option.
5775 * options.cc (General_options::parse_incremental_startup_unchanged):
5776 New function.
5777 (General_options::General_options): Initialize new data member.
5778 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
5779 (General_options): Add --incremental-startup-unchanged option.
5780 (General_options::incremental_startup_disposition): New function.
5781 (General_options::incremental_startup_disposition_): New data member.
5782
e24719f6
CC
57832011-07-06 Cary Coutant <ccoutant@google.com>
5784
5785 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
5786 input file index to Script_info ctor.
5787 (Sized_incremental_binary::do_file_has_changed): Find the
5788 command-line argument for files named in scripts.
5789 * incremental.h (Script_info::Script_info): New ctor
5790 with input file index.
5791 (Script_info::input_file_index): New function.
5792 (Script_info::input_file_index_): New data member.
5793 (Incremental_binary::get_library): Add const.
5794 (Incremental_binary::get_script_info): Add const.
5795 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
5796 * testsuite/Makefile.am (incremental_test_5): New test case.
5797 (incremental_test_6): New test case.
5798 * testsuite/Makefile.in: Regenerate.
5799
8f7c81e8
CC
58002011-07-06 Cary Coutant <ccoutant@google.com>
5801
5802 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
5803 debug output when command lines differ.
5804
9fbd3822
CC
58052011-07-06 Cary Coutant <ccoutant@google.com>
5806
5807 * incremental.cc (Incremental_inputs::report_command_line): Ignore
5808 --incremental-patch option.
5809 * layout.cc (Free_list::allocate): Extend allocation beyond original
5810 end if enabled.
5811 (Layout::make_output_section): Mark sections that should get
5812 patch space.
5813 * options.cc (parse_percent): New function.
5814 * options.h (parse_percent): New function.
5815 (DEFINE_percent): New macro.
5816 (General_options): Add --incremental-patch option.
5817 * output.cc (Output_section::Output_section): Initialize new data
5818 members.
5819 (Output_section::add_input_section): Print section name when out
5820 of patch space.
5821 (Output_section::add_output_section_data): Likewise.
5822 (Output_section::set_final_data_size): Add patch space when
5823 doing --incremental-full.
5824 (Output_section::do_reset_address_and_file_offset): Remove patch
5825 space.
5826 (Output_segment::set_section_list_addresses): Print debug output
5827 only if --incremental-update.
5828 * output.h (Output_section::set_is_patch_space_allowed): New function.
5829 (Output_section::is_patch_space_allowed_): New data member.
5830 (Output_section::patch_space_): New data member.
5831 * parameters.cc (Parameters::incremental_full): New function.
5832 * parameters.h (Parameters::incremental_full): New function
5833 * testsuite/Makefile.am (incremental_test_2): Add test for
5834 --incremental-patch option.
5835 * testsuite/Makefile.in: Regenerate.
5836 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
5837 (t18): Remove function body.
5838
f6cccc2c
DK
58392011-07-05 Doug Kwan <dougkwan@google.com>
5840
5841 PR gold/12771
5842 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
5843 Arm_Address type for relocation result.
5844 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
5845 overflow check.
5846 (Arm_relocate_functions::abs32): Use unaligned access.
5847 (Arm_relocate_functions::rel32): Ditto.
5848 (Arm_relocate_functions::prel31): Ditto.
5849 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
5850 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
5851 static data relocations.
5852 * testsuite/Makefile.in: Regnerate.
5853 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
5854
28a13fec
ILT
58552011-07-05 Ian Lance Taylor <iant@google.com>
5856
5857 PR gold/12392
5858 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
5859 symbols if necessary.
5860 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
5861
24d47b34
ILT
58622011-07-05 Ian Lance Taylor <iant@google.com>
5863
5864 PR gold/12952
5865 * resolve.cc (Symbol::override_base_with_special): Simply override
5866 version with special symbol version, ignoring previous version.
5867
41f9cbbe
ILT
58682011-07-05 Ian Lance Taylor <iant@google.com>
5869
5870 * object.cc (Sized_relobj_file::include_section_group): Add
5871 information to comment about signature location.
5872
886288f1
ILT
58732011-07-02 Ian Lance Taylor <iant@google.com>
5874
5875 PR gold/12957
5876 * options.h (class General_options): Add -f and -F.
5877 * options.cc (General_options::finalize): Fatal error if -f/-F
5878 are used without -shared.
5879 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
5880
ae3a6d4f
ILT
58812011-07-02 Ian Lance Taylor <iant@google.com>
5882
5883 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
5884
21131061
ILT
58852011-07-01 Ian Lance Taylor <iant@google.com>
5886
5887 PR gold/12525
5888 PR gold/12952
5889 * resolve.cc (Symbol::override_base_with_special): Don't override
5890 the version if the overriding symbol has a different name.
5891 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
5892 all callers. If we give an error about an undefined version,
5893 define the base version if necessary.
5894 * dynobj.h (class Versions): Update declaration.
5895 * testsuite/weak_alias_test_5.cc: New file.
5896 * testsuite/weak_alias_test.script: New file.
5897 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
5898 and versioned_alias have the right value, and call t2.
5899 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
5900 weak_alias_test_5.so.
5901 (weak_alias_test_LDADD): Likewise.
5902 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
5903 * testsuite/Makefile.in: Rebuild.
5904
611062c0
ILT
59052011-07-01 Ian Lance Taylor <iant@google.com>
5906
5907 PR gold/12525
5908 * options.h (class General_options): Support -z notext.
5909 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
5910 -Wl,-z,notext.
5911 (two_file_shared_nonpic.so): Likewise.
5912 (two_file_shared_mixed.so): Likewise.
5913 (two_file_shared_mixed_1.so): Likewise.
5914 (weak_undef_lib_nonpic.so): Likewise.
5915 (alt/weak_undef_lib_nonpic.so): Likewise.
5916 (tls_test_shared_nonpic.so): Likewise.
5917 * testsuite/Makefile.in: Rebuild.
5918
328c7c2f
ILT
59192011-07-01 Ian Lance Taylor <iant@google.com>
5920
5921 PR gold/12525
5922 * configure.ac: Test whether static linking works, setting
5923 the automake conditional HAVE_STATIC.
5924 * testsuite/Makefile.am: Disable tests using -static if
5925 HAVE_STATIC is not true.
5926 * configure, testsuite/Makefile.in: Rebuild.
5927
02d7cd44
ILT
59282011-07-01 Ian Lance Taylor <iant@google.com>
5929
5930 PR gold/12525
5931 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
5932 Assert if we see DW_EH_PE_indirect.
5933 * target.h (Target::ehframe_datarel_base): New function.
5934 (Target::do_ehframe_datarel_base): New target function.
5935 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
5936 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
5937 function.
5938
07a60597
ILT
59392011-07-01 Ian Lance Taylor <iant@google.com>
5940
5941 PR gold/12571
5942 * options.h (class General_options): Add
5943 --ld-generated-unwind-info.
5944 * ehframe.cc (Fde::write): Add address parameter. Change all
5945 callers. If associated with PLT, fill in address and size.
5946 (Cie::set_output_offset): Only add merge mapping if there is an
5947 object.
5948 (Cie::write): Add address parameter. Change all callers.
5949 (Eh_frame::add_ehframe_for_plt): New function.
5950 * ehframe.h (class Fde): Update declarations. Move shndx_ and
5951 input_offset_ fields into union u_, with new plt field.
5952 (Fde::Fde): Adjust for new union field.
5953 (Fde::Fde) [Output_data version]: New constructor.
5954 (Fde::add_mapping): Only add merge mapping if there is an object.
5955 (class Cie): Update declarations.
5956 (class Eh_frame): Declare add_ehframe_for_plt.
5957 * layout.cc (Layout::layout_eh_frame): Break out code into
5958 make_eh_frame_section, and call it.
5959 (Layout::make_eh_frame_section): New function.
5960 (Layout::add_eh_frame_for_plt): New function.
5961 * layout.h (class Layout): Update declarations.
5962 * merge.cc (Merge_map::add_mapping): Add assertion.
5963 * i386.cc: Include "dwarf.h".
5964 (class Output_data_plt_i386): Make first_plt_entry,
5965 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
5966 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5967 and plt_eh_frame_fde.
5968 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
5969 boundary. Call add_eh_frame_for_plt if appropriate.
5970 * x86_64.cc: Include "dwarf.h".
5971 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
5972 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
5973 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
5974 and plt_eh_frame_fde.
5975 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
5976 appropriate.
5977
14788a3f
ILT
59782011-06-29 Ian Lance Taylor <iant@google.com>
5979
5980 PR gold/12629
5981 * object.cc (Sized_relobj_file::layout_section): Change shdr
5982 parameter to be const.
5983 (Sized_relobj_file::layout_eh_frame_section): New function, broken
5984 out of do_layout.
5985 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
5986 appropriate. Call layout_eh_frame_section.
5987 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
5988 sections.
5989 * object.h (class Sized_relobj_file): Update declarations.
5990
6c21fce1
ILT
59912011-06-29 Ian Lance Taylor <iant@google.com>
5992
37e41b03 5993 PR gold/12652
6c21fce1
ILT
5994 * script.cc (Token::integer_value): Accept trailing M/m/K/k
5995 modifier.
5996 (Lex::gather_token): Accept trailing M/m/K/k for integers.
5997
4d5e4e62
ILT
59982011-06-29 Ian Lance Taylor <iant@google.com>
5999
6000 PR gold/12675
6001 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
6002 SHT_X86_64_UNWIND.
6003 * layout.cc (Layout::layout_eh_frame): Likewise.
6004
886f533a
ILT
60052011-06-29 Ian Lance Taylor <iant@google.com>
6006
6007 PR gold/12695
6008 * layout.cc (Layout::symtab_section_shndx): New function.
6009 * layout.h (class Layout): Declare symtab_section_shndx.
6010 * output.cc (Output_section::write_header): Call it.
6011
f3ae1b28
ILT
60122011-06-29 Ian Lance Taylor <iant@google.com>
6013
6014 PR gold/12818
6015 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
6016 symbols which are not used in a relocation.
6017
aecf301f
ILT
60182011-06-28 Ian Lance Taylor <iant@google.com>
6019
6020 PR gold/12898
6021 * layout.cc (Layout::segment_precedes): Don't crash if a linker
6022 script create indistinguishable segments.
6023 (Layout::set_segment_offsets): Use stable_sort when sorting
6024 segments. Pass this to Compare_segments constructor.
6025 * layout.h (class Layout): Make segment_precedes non-static.
6026 (class Compare_segments): Change from struct to class. Add
6027 layout_ field. Add constructor.
6028 * script-sections.cc
6029 (Script_sections::attach_sections_using_phdrs_clause): Rename
6030 local orphan to is_orphan. Don't report failure to put empty
6031 section in segment. On attachment failure, report name of
6032 section, and attach to first PT_LOAD segment.
6033
03ef7571
ILT
60342011-06-28 Ian Lance Taylor <iant@google.com>
6035
6036 PR gold/12934
6037 * target-select.cc (Target_selector::Target_selector): Add
6038 emulation parameter. Change all callers.
6039 (select_target_by_bfd_name): Rename from select_target_by_name.
6040 Change all callers.
6041 (select_target_by_emulation): New function.
6042 (supported_emulation_names): New function.
6043 * target-select.h (class Target_selector): Add emulation_ field.
6044 Update declarations.
6045 (Target_selector::recognize_by_bfd_name): Rename from
6046 recognize_by_name. Change all callers.
6047 (Target_selector::supported_bfd_names): Rename from
6048 supported_names. Change all callers.
6049 (Target_selector::recognize_by_emulation): New function.
6050 (Target_selector::supported_emulations): New function.
6051 (Target_selector::emulation): New function.
6052 (Target_selector::do_recognize_by_bfd_name): Rename from
6053 do_recognize_by_name. Change all callers.
6054 (Target_selector::do_supported_bfd_names): Rename from
6055 do_supported_names. Change all callers.
6056 (Target_selector::do_recognize_by_emulation): New function.
6057 (Target_selector::do_supported_emulations): New function.
6058 (select_target_by_bfd_name): Change name in declaration.
6059 (select_target_by_emulation): Declare.
6060 (supported_emulation_names): Declare.
6061 * parameters.cc (parameters_force_valid_target): Try to find
6062 target based on emulation from -m option.
6063 * options.h (class General_options): Change doc string for -m.
6064 * options.cc (help): Print emulations.
6065 (General_options::parse_V): Likewise.
6066 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
6067 Add emulation parameter. Change all callers.
6068
200b2bb9
ILT
60692011-06-28 Ian Lance Taylor <iant@google.com>
6070
6071 * target.h (class Target): Add osabi_ field.
6072 (Target::osabi): New function.
6073 (Target::set_osabi): New function.
6074 (Target::Target): Initialize osabi_.
6075 (Target::do_adjust_elf_header): Make pure virtual.
6076 (Sized_target::do_adjust_elf_header): Declare.
6077 * target.cc (Sized_target::do_adjust_elf_header): New function.
6078 (class Sized_target): Instantiate all versions.
6079 * freebsd.h (class Target_freebsd): Remove.
6080 (Target_selector_freebsd::do_recognize): Call set_osabi on
6081 Target.
6082 (Target_selector_freebsd::do_recognize_by_name): Likewise.
6083 (Target_selector_freebsd::set_osabi): Remove.
6084 * i386.cc (class Target_i386): Inherit from Sized_target rather
6085 than Target_freebsd.
6086 * x86_64.cc (class Target_x86_64): Likewise.
6087
b3ce541e
ILT
60882011-06-28 Ian Lance Taylor <iant@google.com>
6089
6090 * target.h (Target::can_check_for_function_pointers): Rewrite.
6091 Make non-virtual.
6092 (Target::can_icf_inline_merge_sections): Likewise.
6093 (Target::section_may_have_icf_unsafe_poineters): Likewise.
6094 (Target::Target_info): Add can_icf_inline_merge_sections field.
6095 (Target::do_can_check_for_function_pointers): New virtual
6096 function.
6097 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
6098 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
6099 from can_check_for_function_pointers, move in file.
6100 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
6101 section_may_have_icf_unsafe_poineters, move in file.
6102 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
6103 * i386.cc (Target_i386::do_can_check_for_function_pointers):
6104 Rename from can_check_for_function_pointers, move in file.
6105 (Target_i386::can_icf_inline_merge_sections): Remove.
6106 (Target_i386::i386_info): Initialize
6107 can_icf_inline_merge_sections.
6108 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
6109 Initialize can_icf_inline_merge_sections.
6110 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
6111 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
6112 Rename from can_check_for_function_pointers, move in file.
6113 (Target_x86_64::can_icf_inline_merge_sections): Remove.
6114 (Target_x86_64::x86_64_info): Initialize
6115 can_icf_inline_merge_sections.
6116 * testsuite/testfile.cc (Target_test::test_target_info):
6117 Likewise.
6118 * icf.cc (get_section_contents): Correct formatting.
6119
6d1c4efb
ILT
61202011-06-27 Ian Lance Taylor <iant@google.com>
6121
6122 * symtab.cc (Symbol::versioned_name): New function.
6123 (Symbol_table::add_to_final_symtab): Use versioned_name when
6124 appropriate.
6125 (Symbol_table::sized_write_symbol): Likewise.
6126 * symtab.h (class Symbol): Declare versioned_name.
6127 * stringpool.h (class Stringpool_template): Add variant of add
6128 which takes a std::basic_string.
6129 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
6130 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
6131 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
6132 (ver_test_12.o): New target.
6133 * testsuite/Makefile.in: Rebuild.
6134
57eb9b50
DK
61352011-06-27 Doug Kwan <dougkwan@google.com>
6136
6137 * arm.cc (Arm_relocate_functions::thm_jump8,
6138 Arm_relocate_functions::thm_jump11): Use a wider signed
6139 type to compute offset.
6140 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
6141 arm_thm_jump8.
6142 * testsuite/Makefile.in: Regenerate.
6143 * testsuite/arm_branch_in_range.sh: Check test results of
6144 arm_thm_jump11 and arm_thm_jump8.
6145 * testsuite/arm_thm_jump11.s: New test source file.
6146 * testsuite/arm_thm_jump11.t: New linker script.
6147 * testsuite/arm_thm_jump8.s: New test source file.
6148 * testsuite/arm_thm_jump8.t: New linker script.
6149
487b39df
ILT
61502011-06-24 Ian Lance Taylor <iant@google.com>
6151
6152 * layout.cc: Include "object.h".
6153 (ctors_sections_in_init_array): New static variable.
6154 (Layout::is_ctors_in_init_array): New function.
6155 (Layout::layout): Add entry to ctors_sections_in_init_array if
6156 appropriate.
6157 * layout.h (class Layout): Declare is_ctors_in_init_array.
6158 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
6159 is_ctors_reverse_view is set.
6160 (Sized_relobj_file::write_sections): Add layout parameter. Change
6161 all callers. Set is_ctors_reverse_view field of View_size.
6162 (Sized_relobj_file::reverse_words): New function.
6163 * object.h (Sized_relobj_file::View_size): Add
6164 is_ctors_reverse_view field.
6165 (class Sized_relobj_file): Update declarations.
6166 * testsuite/initpri3.c: New test.
6167 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
6168 initpri3b.
6169 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
6170 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
6171 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
6172 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
6173 * testsuite/Makefile.in: Rebuild.
6174
472076e4
CC
61752011-06-24 Cary Coutant <ccoutant@google.com>
6176
6177 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
6178 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
6179 (debug_msg_cdebug.err): New targets.
6180 * testsuite/Makefile.in: Regenerate.
6181 * testsuite/debug_msg.sh: Check output of link with compressed debug.
6182 Fix checks for link with shared library.
6183
a60af0db
DK
61842011-06-24 Doug Kwan <dougkwan@google.com>
6185
6186 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
6187 skip empty text sections.
6188 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
6189
5393d741
ILT
61902011-06-22 Ian Lance Taylor <iant@google.com>
6191
6192 PR gold/12910
6193 * options.h (class General_options): Add --ctors-in-init-array.
6194 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
6195 friends as SHT_PROGBITS for merging sections.
6196 (Layout::layout): Remove special handling of .init_array and
6197 friends. Don't sort if doing relocatable link. Sort for .ctors
6198 and .dtors if ctors_in_init_array.
6199 (Layout::make_output_section): Force correct section types for
6200 .init_array and friends. Don't sort if doing relocatable link,
6201 Don't sort .ctors and .dtors if ctors_in_init_array.
6202 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
6203 (Layout::output_section_name): Add relobj parameter. Change all
6204 callers. Handle .ctors. and .dtors. in code rather than table.
6205 Handle .ctors and .dtors if ctors_in_init_array.
6206 (Layout::match_file_name): New function, moved from output.cc.
6207 * layout.h (class Layout): Update declarations.
6208 * output.cc: Include "layout.h".
6209 (Input_section_sort_entry::get_priority): New function.
6210 (Input_section_sort_entry::match_file_name): Just call
6211 Layout::match_file_name.
6212 (Output_section::Input_section_sort_init_fini_compare::operator()):
6213 Handle .ctors and .dtors. Sort by explicit priority rather than
6214 by name.
6215 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
6216 * testsuite/initpri2.c: New test.
6217 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
6218 (check_PROGRAMS): Add initpri2.
6219 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
6220 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
6221 * configure, testsuite/Makefile.in: Rebuild.
6222
e1f74f98
ILT
62232011-06-19 Ian Lance Taylor <iant@google.com>
6224
6225 PR gold/12880
6226 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
6227 .interp section to a PT_INTERP segment even if we have seen a
6228 --dynamic-linker option. Don't do it if we have seen a PHDRS
6229 clause in a linker script.
6230 (Layout::finalize): Don't create a .interp section if we've
6231 already create a PT_INTERP segment.
6232 (Layout::create_interp): Always call choose_output_section (revert
6233 patch of 2011-06-17). Don't create PT_INTERP segment.
6234 * script-sections.cc
6235 (Script_sections::create_note_and_tls_segments): Add a .interp
6236 section to a PT_INTERP segment even if we have seen a
6237 --dynamic-linker option.
6238
766f91bb
ILT
62392011-06-18 Ian Lance Taylor <iant@google.com>
6240
6241 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
6242 merely because a non-PT_LOAD segment has a dynamic reloc.
6243
0d212c3a
ILT
62442011-06-18 Ian Lance Taylor <iant@google.com>
6245
6246 * layout.cc (Layout::finish_dynamic_section): Don't create
6247 DT_FLAGS entry if not needed.
6248
911a5072
ILT
62492011-06-18 Ian Lance Taylor <iant@google.com>
6250
6251 PR gold/12745
6252 * layout.cc (Layout::layout_eh_frame): Correct handling of
6253 writable .eh_frame section.
6254
534b4e5f
ILT
62552011-06-17 Ian Lance Taylor <iant@google.com>
6256
6257 PR gold/12893
6258 * resolve.cc (Symbol_table::resolve): Don't give an error if a
6259 symbol is redefined with the exact same object and value.
6260
10b4f102
ILT
62612011-06-17 Ian Lance Taylor <iant@google.com>
6262
6263 PR gold/12880
6264 * layout.h (class Layout): Add interp_segment_ field.
6265 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
6266 (Layout::attach_allocated_section_to_segment): If making shared
6267 library, put .interp section in PT_INTERP segment.
6268 (Layout::finalize): Also call create_interp if -dynamic-linker
6269 option was used.
6270 (Layout::create_interp): Assert that there is no PT_INTERP
6271 segment. If not using a SECTIONS clause, use make_output_section.
6272 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
6273 * script-sections.cc
6274 (Script_sections::create_note_and_tls_segments): If making shared
6275 library, put .interp section in PT_INTERP segment.
6276
a29b0dad
ILT
62772011-06-17 Ian Lance Taylor <iant@google.com>
6278
e588ea8d
ILT
6279 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
6280 when making a shared library.
6281
62822011-06-17 Ian Lance Taylor <iant@google.com>
6283
6284 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
6285 parameter. Change all callers. Don't issue warning about PC32
6286 against locally defined symbol.
a29b0dad 6287
9d3b0698
ILT
62882011-06-16 Ian Lance Taylor <iant@google.com>
6289
6290 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
6291 occurs in same object.
6292
85b0f90c
AM
62932011-06-14 Alan Modra <amodra@gmail.com>
6294
6295 * po/POTFILES.in: Regenerate.
6296
a94907d9
ILT
62972011-06-09 Ian Lance Taylor <iant@google.com>
6298
6299 * script-sections.cc
6300 (Orphan_output_section::set_section_addresses): For a relocatable
6301 link set address to 0.
6302
4fb3a1c3
CC
63032011-06-09 Cary Coutant <ccoutant@google.com>
6304
6305 PR gold/12804
6306 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
6307 used with --compress-debug-sections.
6308 * gold/object.cc (Sized_relobj_file::do_layout): Report
6309 uncompressed size of compressed input sections.
6310
61220854
CC
63112011-06-08 Cary Coutant <ccoutant@google.com>
6312
6313 PR gold/12804
6314 * testsuite/two_file_test_2_v1.cc: Change initialization of
6315 v2 to keep it in .data.
6316
e6455dfb
CC
63172011-06-07 Cary Coutant <ccoutant@google.com>
6318
6319 * common.cc (Symbol_table::do_allocate_commons_list): Call
6320 gold_fallback.
6321 * errors.cc (Errors::fatal): Adjust call to gold_exit.
6322 (Errors::fallback): New function.
6323 (gold_fallback): New function.
6324 * errors.h (Errors::fallback): New function.
6325 * gold.cc (gold_exit): Change status parameter to enum; adjust
6326 all callers.
6327 (queue_initial_tasks): Call gold_fallback.
6328 * gold.h: Include cstdlib.
6329 (Exit_status): New enum type.
6330 (gold_exit): Change status parameter to enum.
6331 (gold_fallback): New function.
6332 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
6333 (Layout::create_symtab_sections): Likewise.
6334 (Layout::create_shdrs): Likewise.
6335 * main.cc (main): Adjust call to gold_exit.
6336 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
6337 (Output_data_got::add_got_entry_pair): Likewise.
6338 (Output_section::add_input_section): Likewise.
6339 (Output_section::add_output_section_data): Likewise.
6340 (Output_segment::set_section_list_addresses): Likewise.
6341 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
6342
fb0e076f
CC
63432011-06-07 Cary Coutant <ccoutant@google.com>
6344
6345 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
6346 for incremental links.
6347 * output.cc (Output_segment::set_section_list_addresses): Remove
6348 FIXME and test for TLS or BSS.
6349
a5ee4d5d
CC
63502011-06-07 Cary Coutant <ccoutant@google.com>
6351
6352 * testsuite/Makefile.am: Add incremental_copy_test,
6353 incremental_common_test_1.
6354 * testsuite/Makefile.in: Regenerate.
6355 * testsuite/common_test_1_v1.c: New source file.
6356 * testsuite/common_test_1_v2.c: New source file.
6357 * testsuite/copy_test_v1.cc: New source file.
6358
5146f448
CC
63592011-06-07 Cary Coutant <ccoutant@google.com>
6360
6361 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
6362 update, allocate common from bss section's free list.
6363 * incremental-dump.cc (dump_incremental_inputs): Print flag for
6364 linker-defined symbols.
6365 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
6366 Skip GOT and PLT entries that are no longer referenced.
6367 (Output_section_incremental_inputs::write_info_blocks): Mark
6368 linker-defined symbols.
6369 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
6370 * output.cc (Output_section::allocate): New function.
6371 * output.h (Output_section::allocate): New function.
6372 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
6373 linker-defined symbols.
6374 (Symbol::override_base_with_special): Copy is_predefined_ flag.
6375 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
6376 (Symbol::init_base_output_data): Likewise.
6377 (Symbol::init_base_output_segment): Likewise.
6378 (Symbol::init_base_constant): Likewise.
6379 (Sized_symbol::init_output_data): Likewise.
6380 (Sized_symbol::init_output_segment): Likewise.
6381 (Sized_symbol::init_constant): Likewise.
6382 (Symbol_table::do_define_in_output_data): Likewise.
6383 (Symbol_table::do_define_in_output_segment): Likewise.
6384 (Symbol_table::do_define_as_constant): Likewise.
6385 * symtab.h (Symbol::is_predefined): New function.
6386 (Symbol::init_base_output_data): Add is_predefined parameter.
6387 (Symbol::init_base_output_segment): Likewise.
6388 (Symbol::init_base_constant): Likewise.
6389 (Symbol::is_predefined_): New data member.
6390 (Sized_symbol::init_output_data): Add is_predefined parameter.
6391 (Sized_symbol::init_output_segment): Likewise.
6392 (Sized_symbol::init_constant): Likewise.
6393 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
6394
26d3c67d
CC
63952011-06-07 Cary Coutant <ccoutant@google.com>
6396
6397 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
6398 instead of emit_copy_reloc.
6399 (Copy_relocs::emit_copy_reloc): Refactor.
6400 (Copy_relocs::make_copy_reloc): New function.
6401 (Copy_relocs::add_copy_reloc): Remove.
6402 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
6403 section.
6404 (Copy_relocs::make_copy_reloc): New function.
6405 (Copy_relocs::add_copy_reloc): Remove.
6406 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
6407 unchanged input files.
6408 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
6409 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
6410 Reserve BSS space for COPY relocations.
6411 (Sized_incremental_binary::do_emit_copy_relocs): New function.
6412 (Output_section_incremental_inputs::write_info_blocks): Record
6413 whether a symbol is copied from a shared object.
6414 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
6415 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
6416 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
6417 (Incremental_input_entry_reader::get_output_symbol_index): Add
6418 is_copy parameter.
6419 (Incremental_binary::emit_copy_relocs): New function.
6420 (Incremental_binary::do_emit_copy_relocs): New function.
6421 (Sized_incremental_binary::Sized_incremental_binary): Initialize
6422 new data member.
6423 (Sized_incremental_binary::add_copy_reloc): New function.
6424 (Sized_incremental_binary::do_emit_copy_relocs): New function.
6425 (Sized_incremental_binary::Copy_reloc): New struct.
6426 (Sized_incremental_binary::Copy_relocs): New typedef.
6427 (Sized_incremental_binary::copy_relocs_): New data member.
6428 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
6429 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
6430 * target.h (Sized_target::emit_copy_reloc): New function.
6431 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
6432
7cdb37d9
CC
64332011-06-02 Cary Coutant <ccoutant@google.com>
6434
6435 PR gold/12163
6436 * gold/archive.cc (Archive::Archive): Initialize new data member.
6437 (Archive::include_all_members): Return if archive has already been
6438 included.
6439 * gold/archive.h (Archive::include_all_members_): New data member.
6440
cc643b88
NC
64412011-06-02 Nick Clifton <nickc@redhat.com>
6442
6443 * dynobj.h: Fix spelling mistake in comment.
6444 * output.cc: Likewise.
6445
f62a3ca7 64462011-05-31 Doug Kwan <dougkwan@google.com>
2e702c99 6447 Asier Llano
f62a3ca7
DK
6448
6449 PR gold/12826
cc643b88 6450 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
6451 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
6452 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
6453 redundant arm_exidx_test.so.
6454 * testsuite/Makefile.in: Regenerate.
6455 (check_SCRIPTS): Add pr12826.sh
6456 (check_DATA): Add pr12826.stdout
6457 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
6458 * testsuite/pr12826.sh: New file.
6459 * testsuite/pr12826_1.s: Ditto.
6460 * testsuite/pr12826_1.s: Ditto.
6461
8dbe1edc
ILT
64622011-05-30 Ian Lance Taylor <iant@google.com>
6463
6464 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
6465 sections.
6466
c49875be
ILT
64672011-05-29 Ian Lance Taylor <iant@google.com>
6468
6469 PR gold/12804
6470 * testsuite/Makefile.am: Use different file name for two_file_test
6471 temporary file for each incremental test.
6472 * testsuite/Makefile.in: Rebuild.
6473
69d53f7a
ILT
64742011-05-29 Ian Lance Taylor <iant@google.com>
6475
6476 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
6477 binary input file is empty.
6478
41d0ab5f
ILT
64792011-05-27 Ian Lance Taylor <iant@google.com>
6480
6481 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
6482 (ver_test_9.so): Likewise.
6483 * testsuite/Makefile.in: Rebuild.
6484
89d8a36b
CC
64852011-05-26 Cary Coutant <ccoutant@google.com>
6486
6487 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
6488 * incremental.cc (Incremental_inputs::report_input_section): Fix
6489 comment, indentation.
6490 (Incremental_inputs::report_comdat_group): New function.
6491 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6492 of data for incremental input file entry.
6493 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
6494 group count, COMDAT group signatures.
6495 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
6496 an unchanged input file.
6497 * incremental.h (Incremental_object_entry::Incremental_object_entry):
6498 Initialize new data member.
6499 (Incremental_object_entry::add_comdat_group): New function.
6500 (Incremental_object_entry::get_comdat_group_count): New function.
6501 (Incremental_object_entry::get_comdat_signature_key): New function.
6502 (Incremental_object_entry::groups_): New data member.
6503 (Incremental_inputs::report_comdat_group): New function.
6504 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
6505 data for incremental input file entry.
6506 (Incremental_input_entry_reader::get_comdat_group_count): New function.
6507 (Incremental_input_entry_reader::get_input_section): Adjust size of
6508 data for incremental input file entry.
6509 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
6510 (Incremental_input_entry_reader::get_comdat_group_signature): New
6511 function.
6512 * object.cc (Sized_relobj::include_section_group): Report kept
6513 COMDAT groups for incremental links.
6514
1706a06f
ILT
65152011-05-24 David Meyer <pdox@google.com>
6516
6517 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
6518 with name parameter. Add found_name parameter.
6519 * fileread.cc (Input_file::find_file): Adjust code accordingly.
6520 * dirsearch.h (class Dirsearch): Update declaration.
6521
a10ae760
ILT
65222011-05-24 Ian Lance Taylor <iant@google.com>
6523
6524 * archive.cc (Library_base::should_include_member): Pull in object
6525 from archive if it defines the entry symbol.
6526 * parameters.cc (Parameters::entry): New function.
6527 * parameters.h (class Parameters): Declare entry.
6528 * output.h (class Output_file_header): Remove entry_ field.
6529 * output.cc (Output_file_header::Output_file_header): Remove entry
6530 parameter. Change all callers.
6531 (Output_file_header::entry): Use parameters->entry.
6532 * gold.cc (queue_middle_tasks): Likewise.
6533 * plugin.cc (Plugin_hook::run): Likewise.
6534
aa92d6ed
CC
65352011-05-24 Cary Coutant <ccoutant@google.com>
6536
6537 * gold.cc (queue_initial_tasks): Pass incremental base filename
6538 to Output_file::open_base_file; don't print error message.
6539 * incremental-dump.cc (main): Adjust call to
6540 Output_file::open_for_modification.
6541 * incremental-dump.cc (main): Likewise.
6542 * incremental.cc (Incremental_inputs::report_command_line):
6543 Ignore --incremental-base option when comparing command lines.
6544 Ignore parameter when given as separate argument.
6545 * options.h (class General_options): Add --incremental-base.
6546 * output.cc (Output_file::Output_file):
6547 (Output_file::open_base_file): Add base_name and writable parameters;
6548 read base file into new file; print error message here.
6549 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6550 callers.
6551 * output.h (Output_file::open_for_modification): Rename to...
6552 (Output_file::open_base_file): ...this; add base_name and
6553 writable parameters; adjust all callers.
6554 (Output_file::map_no_anonymous): Add writable parameter; adjust all
6555 callers.
6556 * testsuite/Makefile.am (incremental_test_4): Test
6557 --incremental-base.
6558 * testsuite/Makefile.in: Regenerate.
6559
2eedd706
CC
65602011-05-24 Cary Coutant <ccoutant@google.com>
6561
6562 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
6563 incremental_test_4.
6564 * testsuite/Makefile.in: Regenerate.
6565 * testsuite/two_file_test_1_v1.cc: New test source file.
6566 * testsuite/two_file_test_1b_v1.cc: New test source file.
6567 * testsuite/two_file_test_2_v1.cc: New test source file.
6568
0f1c85a6
CC
65692011-05-24 Cary Coutant <ccoutant@google.com>
6570
6571 * dynobj.h (Dynobj::do_dynobj): New function.
6572 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
6573 flag and soname for shared objects.
6574 * incremental.cc (Incremental_inputs::report_object): Make
6575 either Incremental_object_entry or Incremental_dynobj_entry; add
6576 soname to string table.
6577 (Incremental_inputs::report_input_section): Add assertion.
6578 (Output_section_incremental_inputs::set_final_data_size): Adjust
6579 type of input file entry for shared libraries; adjust size of
6580 shared library info entry.
6581 (Output_section_incremental_inputs::write_input_files): Write
6582 as_needed flag for shared libraries.
6583 (Output_section_incremental_inputs::write_info_blocks): Adjust type
6584 of input file entry for shared libraries; write soname.
6585 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
6586 soname from incremental info.
6587 * incremental.h (enum Incremental_input_flags): Add
6588 INCREMENTAL_INPUT_AS_NEEDED.
6589 (Incremental_input_entry::Incremental_input_entry): Initialize new
6590 data member.
6591 (Incremental_input_entry::set_as_needed): New function.
6592 (Incremental_input_entry::as_needed): New function.
6593 (Incremental_input_entry::do_dynobj_entry): New function.
6594 (Incremental_input_entry::as_needed_): New data member.
6595 (Incremental_object_entry::Incremental_object_entry): Don't check
6596 for shared library.
6597 (Incremental_object_entry::do_type): Likewise.
6598 (class Incremental_dynobj_entry): New class.
6599 (Incremental_input_entry_reader::as_needed): New function.
6600 (Incremental_input_entry_reader::get_soname): New function.
6601 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
6602 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
6603 size of shared library info entry.
58797674 6604 * layout.cc (Layout::finish_dynamic_section): Don't test for
0f1c85a6
CC
6605 incremental link when adding DT_NEEDED entries.
6606 * object.h (Object::Object): Initialize new data member.
6607 (Object::dynobj): New function.
6608 (Object::set_as_needed): New function.
6609 (Object::as_needed): New function.
6610 (Object::do_dynobj): New function.
6611 (Object::as_needed_): New data member.
6612
6fa2a40b
CC
66132011-05-24 Cary Coutant <ccoutant@google.com>
6614
6615 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
6616 info; adjust display of GOT entries.
6617 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6618 vector of input objects; remove file_status_.
6619 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
6620 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
6621 got_plt reader; call target hooks to reserve GOT entries.
6622 (Output_section_incremental_inputs::set_final_data_size): Adjust size
6623 of input file info header and GOT info entry.
6624 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
6625 relocation info.
6626 (Got_plt_view_info::got_descriptor): Remove.
6627 (Got_plt_view_info::sym_index): New data member.
6628 (Got_plt_view_info::input_index): New data member.
6629 (Local_got_offset_visitor::visit): Write input file index.
6630 (Global_got_offset_visitor::visit): Write 0 for input file index.
6631 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
6632 with sym_index and input_index.
6633 (Output_section_incremental_inputs::write_got_plt): Adjust size of
6634 incremental info GOT entry; replace got_descriptor with input_index.
6635 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
6636 map from input file index to object.
6637 (Sized_relobj_incr::do_layout): Replace direct data member reference
6638 with accessor function.
6639 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
6640 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
6641 Adjust size of input file info header.
6642 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
6643 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
6644 (Incremental_input_entry_reader::get_input_section): Adjust size of
6645 input file info header.
6646 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
6647 of incremental info GOT entry.
6648 (Incremental_got_plt_reader::get_got_desc): Remove.
6649 (Incremental_got_plt_reader::get_got_symndx): New function.
6650 (Incremental_got_plt_reader::get_got_input_index): New function.
6651 (Sized_incremental_binary::Sized_incremental_binary): Remove
6652 file_status_; add input_objects_.
6653 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
6654 (Sized_incremental_binary::set_file_is_unchanged): Remove.
6655 (Sized_incremental_binary::file_is_unchanged): Remove.
6656 (Sized_incremental_binary::set_input_object): New function.
6657 (Sized_incremental_binary::input_object): New function.
6658 (Sized_incremental_binary::file_status_): Remove.
6659 (Sized_incremental_binary::input_objects_): New data member.
6660 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
6661 references.
6662 (Sized_relobj_incr::invalid_address): Move to base class.
6663 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
6664 class.
6665 (Sized_relobj_incr::do_output_section_offset): Likewise.
6666 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
6667 (Sized_relobj_incr::section_offsets_): Likewise.
6668 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
6669 function.
6670 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
6671 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
6672 with accessor function.
6673 (Sized_relobj_file::do_layout): Likewise.
6674 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
6675 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
6676 (Sized_relobj_file::compute_final_local_value): Replace refs to
6677 section_offsets_ with accessor function.
6678 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
6679 * object.h (Relobj::Relobj): Initialize new data members.
6680 (Relobj::add_dyn_reloc): New function.
6681 (Relobj::first_dyn_reloc): New function.
6682 (Relobj::dyn_reloc_count): New function.
6683 (Relobj::first_dyn_reloc_): New data member.
6684 (Relobj::dyn_reloc_count_): New data member.
6685 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
6686 references.
6687 (Sized_relobj::Address): New typedef.
6688 (Sized_relobj::invalid_address): Move here from child class.
6689 (Sized_relobj::Sized_relobj): Initialize new data members.
6690 (Sized_relobj::sized_relobj): New function.
6691 (Sized_relobj::is_output_section_offset_invalid): Move here from
6692 child class.
6693 (Sized_relobj::get_output_section_offset): Likewise.
6694 (Sized_relobj::local_has_got_offset): Likewise.
6695 (Sized_relobj::local_got_offset): Likewise.
6696 (Sized_relobj::set_local_got_offset): Likewise.
6697 (Sized_relobj::do_for_all_local_got_entries): Likewise.
6698 (Sized_relobj::clear_got_offsets): New function.
6699 (Sized_relobj::section_offsets): Move here from child class.
6700 (Sized_relobj::do_output_section_offset): Likewise.
6701 (Sized_relobj::do_set_section_offset): Likewise.
6702 (Sized_relobj::Local_got_offsets): Likewise.
6703 (Sized_relobj::local_got_offsets_): Likewise.
6704 (Sized_relobj::section_offsets_): Likewise.
6705 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
6706 references.
6707 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
6708 class.
6709 (Sized_relobj_file::sized_relobj): New function
6710 (Sized_relobj_file::local_has_got_offset): Move to base class.
6711 (Sized_relobj_file::local_got_offset): Likewise.
6712 (Sized_relobj_file::set_local_got_offset): Likewise.
6713 (Sized_relobj_file::get_output_section_offset): Likewise.
6714 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
6715 (Sized_relobj_file::do_output_section_offset): Likewise.
6716 (Sized_relobj_file::do_set_section_offset): Likewise.
6717 (Sized_relobj_file::Local_got_offsets): Likewise.
6718 (Sized_relobj_file::local_got_offsets_): Likewise.
6719 (Sized_relobj_file::section_offsets_): Likewise.
6720 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
6721 (all constructors).
6722 (set_needs_dynsym_index): Convert relobj to derived class pointer.
6723 (Output_reloc::get_symbol_index): Likewise.
6724 (Output_reloc::local_section_offset): Likewise.
6725 (Output_reloc::get_address): Likewise.
6726 (Output_reloc::symbol_value): Likewise.
6727 (Output_data_got::reserve_slot): Move to class definition.
6728 (Output_data_got::reserve_local): New function.
6729 (Output_data_got::reserve_slot_for_global): Remove.
6730 (Output_data_got::reserve_global): New function.
6731 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
6732 (all constructors, two instantiations).
6733 (Output_reloc::get_relobj): New function (two instantiations).
6734 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
6735 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
6736 (Output_data_reloc::add_global): Adjust type of relobj.
6737 (Output_data_reloc::add_global_relative): Likewise.
6738 (Output_data_reloc::add_symbolless_global_addend): Likewise.
6739 (Output_data_reloc::add_local): Likewise.
6740 (Output_data_reloc::add_local_relative): Likewise.
6741 (Output_data_reloc::add_symbolless_local_addend): Likewise.
6742 (Output_data_reloc::add_local_section): Likewise.
6743 (Output_data_reloc::add_output_section): Likewise.
6744 (Output_data_reloc::add_absolute): Likewise.
6745 (Output_data_reloc::add_target_specific): Likewise.
6746 (Output_data_got::reserve_slot): Move definition here.
6747 (Output_data_got::reserve_local): New function.
6748 (Output_data_got::reserve_global): New function.
6749 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
6750 section_offsets_ with accessor function.
6751 (Sized_relobj_file::write_sections): Likewise.
6752 (Sized_relobj_file::do_relocate_sections): Likewise.
6753 * target.h (Sized_target::reserve_local_got_entry): New function.
6754 (Sized_target::reserve_global_got_entry): New function.
6755 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
6756 (Target_x86_64::reserve_global_got_entry): New function.
6757 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
6758
4829d394
CC
67592011-05-23 Cary Coutant <ccoutant@google.com>
6760
6761 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
6762 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
6763 bit when checking got_type.
6764 * incremental.cc (Sized_incremental_binary::setup_readers):
6765 Store symbol table and string table locations; initialize bit vector
6766 of file status flags.
6767 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
6768 unchanged files.
6769 (Sized_incremental_binary::do_process_got_plt): New function.
6770 (Sized_incremental_binary::get_symtab_view): Use stored locations.
6771 (Output_section_incremental_inputs::set_final_data_size): Record
6772 file index for each input file.
6773 (Output_section_incremental_inputs::write_got_plt): Store file index
6774 instead of input entry offset for each GOT entry.
6775 * incremental.h
6776 (Incremental_input_entry::Incremental_input_entry): Initialize new
6777 data member.
6778 (Incremental_input_entry::set_offset): Store file index.
6779 (Incremental_input_entry::get_file_index): New function.
6780 (Incremental_input_entry::file_index_): New data member.
6781 (Incremental_binary::process_got_plt): New function.
6782 (Incremental_binary::do_process_got_plt): New function.
6783 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6784 data members.
6785 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
6786 (Sized_incremental_binary::set_file_is_unchanged): New function.
6787 (Sized_incremental_binary::file_is_unchanged): New function.
6788 (Sized_incremental_binary::do_process_got_plt): New function.
6789 (Sized_incremental_binary::file_status_): New data member.
6790 (Sized_incremental_binary::main_symtab_loc_): New data member.
6791 (Sized_incremental_binary::main_strtab_loc_): New data member.
6792 * output.cc (Output_data_got::Got_entry::write): Add case
6793 RESERVED_CODE.
6794 (Output_data_got::add_global): Call add_got_entry.
6795 (Output_data_got::add_global_plt): Likewise.
6796 (Output_data_got::add_global_with_rel): Likewise.
6797 (Output_data_got::add_global_with_rela): Likewise.
6798 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
6799 (Output_data_got::add_global_pair_with_rela): Likewise.
6800 (Output_data_got::add_local): Call add_got_entry.
6801 (Output_data_got::add_local_plt): Likewise.
6802 (Output_data_got::add_local_with_rel): Likewise.
6803 (Output_data_got::add_local_with_rela): Likewise.
6804 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
6805 (Output_data_got::add_local_pair_with_rela): Likewise.
6806 (Output_data_got::reserve_slot): New function.
6807 (Output_data_got::reserve_slot_for_global): New function.
6808 (Output_data_got::add_got_entry): New function.
6809 (Output_data_got::add_got_entry_pair): New function.
6810 (Output_section::add_output_section_data): Edit FIXME.
6811 * output.h
6812 (Output_section_data_build::Output_section_data_build): New
6813 constructor with size parameter.
6814 (Output_data_space::Output_data_space): Likewise.
6815 (Output_data_got::Output_data_got): Initialize new data member; new
6816 constructor with size parameter.
6817 (Output_data_got::add_constant): Call add_got_entry.
6818 (Output_data_got::reserve_slot): New function.
6819 (Output_data_got::reserve_slot_for_global): New function.
6820 (class Output_data_got::Got_entry): Add RESERVED_CODE.
6821 (Output_data_got::add_got_entry): New function.
6822 (Output_data_got::add_got_entry_pair): New function.
6823 (Output_data_got::free_list_): New data member.
6824 * target.h (Sized_target::init_got_plt_for_update): New function.
6825 (Sized_target::register_global_plt_entry): New function.
6826 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
6827 Initialize new data member; call init; add constructor with PLT count.
6828 (Output_data_plt_x86_64::init): New function.
6829 (Output_data_plt_x86_64::add_relocation): New function.
6830 (Output_data_plt_x86_64::reserve_slot): New function.
6831 (Output_data_plt_x86_64::free_list_): New data member.
6832 (Target_x86_64::init_got_plt_for_update): New function.
6833 (Target_x86_64::register_global_plt_entry): New function.
6834 (Output_data_plt_x86_64::add_entry): Allocate from free list for
6835 incremental updates.
6836 (Output_data_plt_x86_64::add_relocation): New function.
6837 * testsuite/object_unittest.cc (Object_test): Set default options.
6838
ec69d6da
ILT
68392011-05-16 Ian Lance Taylor <iant@google.com>
6840
6841 * options.h (class General_options): Make -i a synonym for -r.
6842
732e31de
ILT
68432011-05-16 Ian Lance Taylor <iant@google.com>
6844
6845 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
6846
403676b5
CC
68472011-05-10 Cary Coutant <ccoutant@google.com>
6848
6849 * object.cc (Sized_relobj::do_count_local_symbols): Check for
6850 strip_all (-s).
6851
5b7b7d6e
ILT
68522011-05-06 Ian Lance Taylor <iant@google.com>
6853
6854 * layout.cc (Layout::layout): If the output section flags change,
6855 update the ordering.
6856
f0f9babf
CC
68572011-04-25 Cary Coutant <ccoutant@google.com>
6858
6859 * incremental-dump.cc (dump_incremental_inputs): Print local
6860 symbol info for each input file.
6861 * incremental.cc
6862 (Output_section_incremental_inputs::set_final_data_size): Add local
6863 symbol info to input file entries in incremental info.
6864 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6865 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
6866 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
6867 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
6868 implementation.
6869 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
6870 (Sized_incr_relobj::do_relocate): Write the local symbols.
6871 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
6872 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
6873 Adjust size of input file header.
6874 (Incremental_inputs_reader::get_local_symbol_offset): New function.
6875 (Incremental_inputs_reader::get_local_symbol_count): New function.
6876 (Incremental_inputs_reader::get_input_section): Adjust size of input
6877 file header.
6878 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
6879 (Sized_incr_relobj::This): New typedef.
6880 (Sized_incr_relobj::sym_size): New const data member.
6881 (Sized_incr_relobj::Local_symbol): New struct.
6882 (Sized_incr_relobj::do_output_local_symbol_count): New function.
6883 (Sized_incr_relobj::do_local_symbol_offset): New function.
6884 (Sized_incr_relobj::local_symbol_count_): New data member.
6885 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
6886 (Sized_incr_relobj::local_symbol_index_): New data member.
6887 (Sized_incr_relobj::local_symbol_offset_): New data member.
6888 (Sized_incr_relobj::local_dynsym_offset_): New data member.
6889 (Sized_incr_relobj::local_symbols_): New data member.
6890 * object.h (Relobj::output_local_symbol_count): New function.
6891 (Relobj::local_symbol_offset): New function.
6892 (Relobj::do_output_local_symbol_count): New function.
6893 (Relobj::do_local_symbol_offset): New function.
6894 (Sized_relobj::do_output_local_symbol_count): New function.
6895 (Sized_relobj::do_local_symbol_offset): New function.
6896
d0a9ace3
ILT
68972011-04-22 Vladimir Simonov <sv@sw.ru>
6898
6899 * descriptors.cc (set_close_on_exec): New function.
6900 (Descriptors::open): Use set_close_on_exec.
6901 * output.cc (S_ISLNK): Define if not defined.
6902
94a3fc8b
CC
69032011-04-22 Cary Coutant <ccoutant@google.com>
6904
6905 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
6906 global symbol map.
6907 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6908 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
6909 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
6910 relocations.
6911 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
6912 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
6913 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
6914 * incremental.h
6915 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
6916 function.
6917 (Incremental_binary::apply_incremental_relocs): New function.
6918 (Incremental_binary::do_apply_incremental_relocs): New function.
6919 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
6920 data member.
6921 (Sized_incremental_binary::add_global_symbol): New function.
6922 (Sized_incremental_binary::global_symbol): New function.
6923 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
6924 (Sized_incremental_binary::symbol_map_): New data member.
6925 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
6926 * target.h (Sized_target::apply_relocation): New function.
6927 * target-reloc.h (apply_relocation): New function.
6928 * x86_64.cc (Target_x86_64::apply_relocation): New function.
6929
c87e4302
DK
69302011-04-22 Doug Kwan <dougkwan@google.com>
6931
6932 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
6933 flag of a SHT_ARM_EXIDX section.
2e702c99 6934 * testsuite/Makefile.am (arm_exidx_test): New test rules.
c87e4302
DK
6935 * testsuite/Makefile.in: Regenerate.
6936 * testsuite/arm_exidx_test.s: New file.
6937 * testsuite/arm_exidx_test.sh: Same.
6938
e7782cf6
CC
69392011-04-20 Cary Coutant <ccoutant@google.com>
6940
6941 PR gold/12689
6942 * archive.h (Incremental_archive_entry::Archive_member):
6943 Initialize arg_serial_ (second constructor).
6944
308ecdc7
ILT
69452011-04-17 Ian Lance Taylor <iant@google.com>
6946
6947 * object.cc (Relocate_info::location): Simplify location string.
6948 * errors.cc (Errors::error_at_location): Don't print program
6949 name.
6950 (Errors::warning_at_location): Likewise.
6951 (Errors::undefined_symbol): Likewise.
6952 * testsuite/debug_msg.sh: Update accordingly.
6953
bec5b579
CC
69542011-04-14 Cary Coutant <ccoutant@google.com>
6955
6956 * gold/layout.cc (Layout::symtab_section_offset): New function.
6957 * gold/layout.h (Layout::symtab_section_offset): New function.
6958 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
6959
88597d34
ILT
69602011-04-12 Ian Lance Taylor <iant@google.com>
6961
6962 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
6963 with MREMAP_MAYMOVE.
6964 * output.h (class Output_file): Add map_is_allocated_ field.
6965 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
6966 not available, provide stubs. If mremap is not available, #define
6967 it to gold_mremap.
6968 (MREMAP_MAYMOVE): Define if not defined.
6969 (Output_file::Output_file): Initialize map_is_allocated_.
6970 (Output_file::resize): Check map_is_allocated_.
6971 (Output_file::map_anonymous): If mmap fails, use malloc.
6972 (Output_file::unmap): Don't do anything for an anonymous map.
6973 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
6974 is not available, provide stubs.
6975 (File_read::View::~View): Use free rather than delete[].
6976 (File_read::make_view): Use malloc rather than new[]. If mmap
6977 fails, use malloc.
6978 (File_read::find_or_make_view): Use malloc rather than new[].
6979 * gold.h: Remove HAVE_REMAP code.
6980 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
6981 exists. Rename mremap to gold_mremap. If mmap is not available
6982 don't do anything.
6983 * configure, config.in: Rebuild.
6984
11e361bc
ILT
69852011-04-11 Ian Lance Taylor <iant@google.com>
6986
6987 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
6988 initialize local variable v.
6989
cdc29364
CC
69902011-04-11 Cary Coutant <ccoutant@google.com>
6991
6992 * archive.cc (Archive::include_member): Adjust call to
6993 report_object.
6994 (Add_archive_symbols::run): Track argument serial numbers.
6995 (Lib_group::include_member): Likewise.
6996 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
6997 * archive.h (Incremental_archive_entry::Archive_member):
6998 Initialize arg_serial_.
6999 (Archive_member::arg_serial_): New data member.
7000 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
7001 (Sized_dynobj::do_add_symbols): Track symbols when doing an
7002 incremental link.
7003 (Sized_dynobj::do_for_all_local_got_entries): New function.
7004 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
7005 function.
7006 * fileread.cc (get_mtime): New function.
7007 * fileread.h (get_mtime): New function.
7008 * gold.cc (queue_initial_tasks): Check for incremental update.
7009 (process_incremental_input): New function.
7010 (queue_middle_tasks): Don't force valid target for incremental
7011 update.
7012 * incremental-dump.cc (find_input_containing_global): Adjust
7013 size of symbol info entry.
7014 (dump_incremental_inputs): Dump argument serial number and
7015 in_system_directory flag; bias shndx by 1; print symbol names
7016 when dumping per-file symbol lists; use new symbol info readers.
7017 * incremental.cc
7018 (Output_section_incremental_inputs:update_data_size): New function.
7019 (Sized_incremental_binary::setup_readers): Setup input readers
7020 for each input file; build maps for files added from libraries
7021 and scripts.
7022 (Sized_incremental_binary::check_input_args): New function.
7023 (Sized_incremental_binary::do_check_inputs): Build map of argument
7024 serial numbers to input arguments.
7025 (Sized_incremental_binary::do_file_has_changed): Rename
7026 do_file_is_unchanged to this; compare file modification times.
7027 (Sized_incremental_binary::do_init_layout): New function.
7028 (Sized_incremental_binary::do_reserve_layout): New function.
7029 (Sized_incremental_binary::do_get_input_reader): Remove.
7030 (Sized_incremental_binary::get_symtab_view): New function.
7031 (Incremental_checker::can_incrementally_link_output_file): Remove.
7032 (Incremental_inputs::report_command_line): Exclude --debug options.
7033 (Incremental_inputs::report_archive_begin): Add parameter; track
7034 argument serial numbers; don't put input file entry for archive
7035 before archive members.
7036 (Incremental_inputs::report_archive_end): Put input file entry
7037 for archive after archive members.
7038 (Incremental_inputs::report_object): Add parameter; track argument
7039 serial numbers and in_system_directory flag.
7040 (Incremental_inputs::report_script): Add parameter; track argument
7041 serial numbers.
7042 (Output_section_incremental_inputs::set_final_data_size): Adjust
7043 size of symbol info entry; check for forwarding symbols.
7044 (Output_section_incremental_inputs::write_input_files): Write
7045 in_system_directory flag and argument serial number.
7046 (Output_section_incremental_inputs::write_info_blocks): Map section
7047 indices between incremental info and original input file; store
7048 input section index for each symbol.
7049 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
7050 change operator() to visit().
7051 (class Global_got_offset_visitor): Likewise.
7052 (class Global_symbol_visitor_got_plt):
7053 (Output_section_incremental_inputs::write_got_plt): Use new visitor
7054 classes.
7055 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
7056 (Sized_incr_relobj::do_read_symbols): New function.
7057 (Sized_incr_relobj::do_layout): New function.
7058 (Sized_incr_relobj::do_layout_deferred_sections): New function.
7059 (Sized_incr_relobj::do_add_symbols): New function.
7060 (Sized_incr_relobj::do_should_include_member): New function.
7061 (Sized_incr_relobj::do_for_all_global_symbols): New function.
7062 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
7063 (Sized_incr_relobj::do_section_size): New function.
7064 (Sized_incr_relobj::do_section_name): New function.
7065 (Sized_incr_relobj::do_section_contents): New function.
7066 (Sized_incr_relobj::do_section_flags): New function.
7067 (Sized_incr_relobj::do_section_entsize): New function.
7068 (Sized_incr_relobj::do_section_address): New function.
7069 (Sized_incr_relobj::do_section_type): New function.
7070 (Sized_incr_relobj::do_section_link): New function.
7071 (Sized_incr_relobj::do_section_info): New function.
7072 (Sized_incr_relobj::do_section_addralign): New function.
7073 (Sized_incr_relobj::do_initialize_xindex): New function.
7074 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
7075 (Sized_incr_relobj::do_read_relocs): New function.
7076 (Sized_incr_relobj::do_gc_process_relocs): New function.
7077 (Sized_incr_relobj::do_scan_relocs): New function.
7078 (Sized_incr_relobj::do_count_local_symbols): New function.
7079 (Sized_incr_relobj::do_finalize_local_symbols): New function.
7080 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
7081 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
7082 (Sized_incr_relobj::do_relocate): New function.
7083 (Sized_incr_relobj::do_set_section_offset): New function.
7084 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
7085 (Sized_incr_dynobj::do_read_symbols): New function.
7086 (Sized_incr_dynobj::do_layout): New function.
7087 (Sized_incr_dynobj::do_add_symbols): New function.
7088 (Sized_incr_dynobj::do_should_include_member): New function.
7089 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
7090 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
7091 (Sized_incr_dynobj::do_section_size): New function.
7092 (Sized_incr_dynobj::do_section_name): New function.
7093 (Sized_incr_dynobj::do_section_contents): New function.
7094 (Sized_incr_dynobj::do_section_flags): New function.
7095 (Sized_incr_dynobj::do_section_entsize): New function.
7096 (Sized_incr_dynobj::do_section_address): New function.
7097 (Sized_incr_dynobj::do_section_type): New function.
7098 (Sized_incr_dynobj::do_section_link): New function.
7099 (Sized_incr_dynobj::do_section_info): New function.
7100 (Sized_incr_dynobj::do_section_addralign): New function.
7101 (Sized_incr_dynobj::do_initialize_xindex): New function.
7102 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
7103 (make_sized_incremental_object): New function.
7104 (Incremental_library::copy_unused_symbols): New function.
7105 (Incremental_library::do_for_all_unused_symbols): New function.
7106 * incremental.h (enum Incremental_input_flags): New type.
7107 (class Incremental_checker): Remove.
7108 (Incremental_input_entry::Incremental_input_entry): Add argument
7109 serial number.
7110 (Incremental_input_entry::arg_serial): New function.
7111 (Incremental_input_entry::set_is_in_system_directory): New function.
7112 (Incremental_input_entry::is_in_system_directory): New function.
7113 (Incremental_input_entry::arg_serial_): New data member.
7114 (Incremental_input_entry::is_in_system_directory_): New data member.
7115 (class Script_info): Move here from script.h.
7116 (Script_info::Script_info): Add filename parameter.
7117 (Script_info::filename): New function.
7118 (Script_info::filename_): New data member.
7119 (Incremental_script_entry::Incremental_script_entry): Add argument
7120 serial number.
7121 (Incremental_object_entry::Incremental_object_entry): Likewise.
7122 (Incremental_object_entry::add_input_section): Build list of input
7123 sections with map to original shndx.
7124 (Incremental_object_entry::get_input_section_index): New function.
7125 (Incremental_object_entry::shndx_): New data member.
7126 (Incremental_object_entry::name_key_): Rename; adjust all refs.
7127 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
7128 (Incremental_archive_entry::Incremental_archive_entry): Add argument
7129 serial number.
7130 (Incremental_inputs::report_archive_begin): Likewise.
7131 (Incremental_inputs::report_object): Likewise.
7132 (Incremental_inputs::report_script): Likewise.
7133 (class Incremental_global_symbol_reader): New class.
7134 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
7135 and store flags and input file type.
7136 (Incremental_input_entry_reader::arg_serial): New function.
7137 (Incremental_input_entry_reader::type): Extract type from flags.
7138 (Incremental_input_entry_reader::is_in_system_directory): New function.
7139 (Incremental_input_entry_reader::get_input_section_count): Call
7140 accessor function for type.
7141 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
7142 function for type; adjust size of global symbol entry.
7143 (Incremental_input_entry_reader::get_global_symbol_count): Call
7144 accessor function for type.
7145 (Incremental_input_entry_reader::get_object_count): Likewise.
7146 (Incremental_input_entry_reader::get_object_offset): Likewise.
7147 (Incremental_input_entry_reader::get_member_count): Likewise.
7148 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
7149 (Incremental_input_entry_reader::get_member_offset): Likewise.
7150 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
7151 (Incremental_input_entry_reader::Global_symbol_info): Remove.
7152 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
7153 (Incremental_input_entry_reader::get_global_symbol_reader): New
7154 function.
7155 (Incremental_input_entry_reader::get_output_symbol_index): New
7156 function.
7157 (Incremental_input_entry_reader::type_): Remove.
7158 (Incremental_input_entry_reader::flags_): New data member.
7159 (Incremental_inputs_reader::input_file_offset): New function.
7160 (Incremental_inputs_reader::input_file_index): New function.
7161 (Incremental_inputs_reader::input_file): Call input_file_offset.
7162 (Incremental_inputs_reader::input_file_at_offset): New function.
7163 (Incremental_relocs_reader::get_r_type): Reformat.
7164 (Incremental_relocs_reader::get_r_shndx): Reformat.
7165 (Incremental_relocs_reader::get_r_offset): Reformat.
7166 (Incremental_relocs_reader::data): New function.
7167 (Incremental_binary::Incremental_binary): Initialize new data members.
7168 (Incremental_binary::check_inputs): Add cmdline parameter.
7169 (Incremental_binary::file_is_unchanged): Remove.
7170 (Input_reader::arg_serial): New function.
7171 (Input_reader::get_unused_symbol_count): New function.
7172 (Input_reader::get_unused_symbol): New function.
7173 (Input_reader::do_arg_serial): New function.
7174 (Input_reader::do_get_unused_symbol_count): New function.
7175 (Input_reader::do_get_unused_symbol): New function.
7176 (Incremental_binary::input_file_count): New function.
7177 (Incremental_binary::get_input_reader): Change signature to use
7178 index instead of filename.
7179 (Incremental_binary::file_has_changed): New function.
7180 (Incremental_binary::get_input_argument): New function.
7181 (Incremental_binary::get_library): New function.
7182 (Incremental_binary::get_script_info): New function.
7183 (Incremental_binary::init_layout): New function.
7184 (Incremental_binary::reserve_layout): New function.
7185 (Incremental_binary::output_file): New function.
7186 (Incremental_binary::do_check_inputs): New function.
7187 (Incremental_binary::do_file_is_unchanged): Remove.
7188 (Incremental_binary::do_file_has_changed): New function.
7189 (Incremental_binary::do_init_layout): New function.
7190 (Incremental_binary::do_reserve_layout): New function.
7191 (Incremental_binary::do_input_file_count): New function.
7192 (Incremental_binary::do_get_input_reader): Change signature.
7193 (Incremental_binary::input_args_map_): New data member.
7194 (Incremental_binary::library_map_): New data member.
7195 (Incremental_binary::script_map_): New data member.
7196 (Sized_incremental_binary::Sized_incremental_binary): Initialize
7197 new data members.
7198 (Sized_incremental_binary::output_section): New function.
7199 (Sized_incremental_binary::inputs_reader): Add const.
7200 (Sized_incremental_binary::symtab_reader): Add const.
7201 (Sized_incremental_binary::relocs_reader): Add const.
7202 (Sized_incremental_binary::got_plt_reader): Add const.
7203 (Sized_incremental_binary::get_symtab_view): New function.
7204 (Sized_incremental_binary::Inputs_reader): New typedef.
7205 (Sized_incremental_binary::Input_entry_reader): New typedef.
7206 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
7207 (Sized_incremental_binary::do_file_is_unchanged): Remove.
7208 (Sized_incremental_binary::do_file_has_changed): New function.
7209 (Sized_incremental_binary::do_init_layout): New function.
7210 (Sized_incremental_binary::do_reserve_layout): New function.
7211 (Sized_input_reader::Inputs_reader): Remove.
7212 (Sized_input_reader::Input_entry_reader): Remove.
7213 (Sized_input_reader::do_arg_serial): New function.
7214 (Sized_input_reader::do_get_unused_symbol_count): New function.
7215 (Sized_input_reader::do_get_unused_symbol): New function.
7216 (Sized_incremental_binary::do_input_file_count): New function.
7217 (Sized_incremental_binary::do_get_input_reader): Change signature;
7218 use index instead of filename.
7219 (Sized_incremental_binary::section_map_): New data member.
7220 (Sized_incremental_binary::input_entry_readers_): New data member.
7221 (class Sized_incr_relobj): New class.
7222 (class Sized_incr_dynobj): New class.
7223 (make_sized_incremental_object): New function.
7224 (class Incremental_library): New class.
7225 * layout.cc (Free_list::num_lists): New static data member.
7226 (Free_list::num_nodes): New static data member.
7227 (Free_list::num_removes): New static data member.
7228 (Free_list::num_remove_visits): New static data member.
7229 (Free_list::num_allocates): New static data member.
7230 (Free_list::num_allocate_visits): New static data member.
7231 (Free_list::init): New function.
7232 (Free_list::remove): New function.
7233 (Free_list::allocate): New function.
7234 (Free_list::dump): New function.
7235 (Free_list::print_stats): New function.
7236 (Layout_task_runner::run): Resize output file for incremental updates.
7237 (Layout::Layout): Initialize new data members.
7238 (Layout::set_incremental_base): New function.
7239 (Layout::init_fixed_output_section): New function.
7240 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
7241 incremental updates.
7242 (Layout::create_gold_note): Do not create gold note section for
7243 incremental updates.
7244 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
7245 for incremental updates.
7246 (Layout::set_section_offsets): For incremental updates, allocate space
7247 from free list.
7248 (Layout::create_symtab_sections): Layout with offsets relative to
7249 start of section; for incremental updates, allocate space from free
7250 list.
7251 (Layout::create_shdrs): For incremental updates, allocate space from
7252 free list.
7253 (Layout::finish_dynamic_section): For incremental updates, do not
7254 check --as-needed (fixed in subsequent patch).
7255 * layout.h (class Free_list): New class.
7256 (Layout::set_incremental_base): New function.
7257 (Layout::incremental_base): New function.
7258 (Layout::init_fixed_output_section): New function.
7259 (Layout::allocate): New function.
7260 (Layout::incremental_base_): New data member.
7261 (Layout::free_list_): New data member.
7262 * main.cc (main): Print Free_list statistics.
7263 * object.cc (Relobj::finalize_incremental_relocs): Add
7264 clear_counts parameter; clear counts only when clear_counts is set.
7265 (Sized_relobj::Sized_relobj): Initialize new base class.
7266 (Sized_relobj::do_layout): Don't report special sections.
7267 (Sized_relobj::do_for_all_local_got_entries): New function.
7268 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
7269 symtab_off to all symbol table offsets.
7270 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
7271 * object.h (class Got_offset_list): Move to top of file.
7272 (Object::Object): Allow case where input_file == NULL.
7273 (Object::~Object): Likewise.
7274 (Object::input_file): Assert that input_file != NULL.
7275 (Object::lock): Allow case where input_file == NULL.
7276 (Object::unlock): Likewise.
7277 (Object::is_locked): Likewise.
7278 (Object::token): Likewise.
7279 (Object::release): Likewise.
7280 (Object::is_incremental): New function.
7281 (Object::get_mtime): New function.
7282 (Object::for_all_local_got_entries): New function.
7283 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
7284 (Object::set_is_in_system_directory): New function.
7285 (Object::is_in_system_directory): New function.
7286 (Object::do_is_incremental): New function.
7287 (Object::do_get_mtime): New function.
7288 (Object::do_for_all_local_got_entries): New function.
7289 (Object::is_in_system_directory_): New data member.
7290 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
7291 (class Sized_relobj_base): New class.
7292 (class Sized_relobj): Derive from Sized_relobj_base.
7293 (class Sized_relobj::Symbols): Redeclare from base class.
7294 (class Sized_relobj::local_got_offset_list): Remove.
7295 (class Sized_relobj::Output_sections): Redeclare from base class.
7296 (class Sized_relobj::do_for_all_local_got_entries): New function.
7297 (class Sized_relobj::write_local_symbols): Add offset parameter.
7298 (class Sized_relobj::local_symbol_offset_): Update comment.
7299 (class Sized_relobj::local_dynsym_offset_): Update comment.
7300 * options.cc (Input_arguments::add_file): Remove const.
7301 * options.h (Input_file_argument::Input_file_argument):
7302 Initialize arg_serial_ (all constructors).
7303 (Input_file_argument::set_arg_serial): New function.
7304 (Input_file_argument::arg_serial): New function.
7305 (Input_file_argument::arg_serial_): New data member.
7306 (Input_arguments::Input_arguments): Initialize file_count_.
7307 (Input_arguments::add_file): Remove const.
7308 (Input_arguments::number_of_input_files): New function.
7309 (Input_arguments::file_count_): New data member.
7310 (Command_line::number_of_input_files): Call
7311 Input_arguments::number_of_input_files.
7312 * output.cc (Output_segment_headers::Output_segment_headers):
7313 Set current size.
7314 (Output_section::Input_section::current_data_size): New function.
7315 (Output_section::Output_section): Initialize new data members.
7316 (Output_section::add_input_section): Don't do merge sections for
7317 an incremental link; allocate space from free list for an
7318 incremental update.
7319 (Output_section::add_output_section_data): Allocate space from
7320 free list for an incremental update.
7321 (Output_section::update_data_size): New function.
7322 (Output_section::set_fixed_layout): New function.
7323 (Output_section::reserve): New function.
7324 (Output_segment::set_section_addresses): Remove const.
7325 (Output_segment::set_section_list_addresses): Remove const; allocate
7326 space from free list for an incremental update.
7327 (Output_segment::set_offset): Adjust size of RELRO segment for an
7328 incremental update.
7329 * output.h (Output_data::current_data_size): Move here from
7330 child classes.
7331 (Output_data::pre_finalize_data_size): New function.
7332 (Output_data::update_data_size): New function.
7333 (Output_section_headers::update_data_size): new function.
7334 (Output_section_data_build::current_data_size): Move to Output_data.
7335 (Output_data_strtab::update_data_size): New function.
7336 (Output_section::current_data_size): Move to Output_data.
7337 (Output_section::set_fixed_layout): New function.
7338 (Output_section::has_fixed_layout): New function.
7339 (Output_section::reserve): New function.
7340 (Output_section::update_data_size): New function.
7341 (Output_section::has_fixed_layout_): New data member.
7342 (Output_section::free_list_): New data member.
7343 (Output_segment::set_section_addresses): Remove const.
7344 (Output_segment::set_section_list_addresses): Remove const.
7345 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
7346 New function.
7347 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
7348 New function.
7349 * readsyms.cc (Read_symbols::do_read_symbols): Add library
7350 parameter when calling Add_symbols constructor; store argument
7351 serial number for members of a lib group.
7352 (Add_symbols::locks): Allow case where token == NULL.
7353 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
7354 (Read_member::~Read_member): New function.
7355 (Read_member::is_runnable): New function.
7356 (Read_member::locks): New function.
7357 (Read_member::run): New function.
7358 (Check_script::~Check_script): New function.
7359 (Check_script::is_runnable): New function.
7360 (Check_script::locks): New function.
7361 (Check_script::run): New function.
7362 (Check_library::~Check_library): New function.
7363 (Check_library::is_runnable): New function.
7364 (Check_library::locks): New function.
7365 (Check_library::run): New function.
7366 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
7367 (Add_symbols::library_): New data member.
7368 (class Read_member): New class.
7369 (class Check_script): New class.
7370 (class Check_library): New class.
7371 * reloc.cc (Read_relocs::is_runnable): Allow case where
7372 token == NULL.
7373 (Read_relocs::locks): Likewise.
7374 (Scan_relocs::locks): Likewise.
7375 (Relocate_task::locks): Likewise.
7376 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
7377 to clear counters.
7378 (Sized_relobj::incremental_relocs_scan): Fix comment.
7379 (Sized_relobj::do_relocate): Pass output file offset to
7380 write_local_symbols.
7381 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
7382 from class declaration.
7383 * script.cc (read_input_script): Allocate Script_info; pass
7384 argument serial number to report_script.
7385 * script.h (class Script_info): Move to incremental.h.
7386 * symtab.cc (Symbol_table::add_from_incrobj): New function.
7387 * symtab.h (Symbol_table::add_from_incrobj): New function.
7388 (Symbol_table::set_file_offset): New function.
7389
b961d0d7
CC
73902011-04-05 Cary Coutant <ccoutant@google.com>
7391
7392 * incremental-dump.cc (dump_incremental_inputs): Change signature
7393 to take a Sized_incremental_binary; change caller. Use readers
7394 in Sized_incremental_binary.
7395 * incremental.cc
7396 (Sized_incremental_binary::find_incremental_inputs_sections):
7397 Rename do_find_incremental_inputs_sections to this.
7398 (Sized_incremental_binary::setup_readers): New function.
7399 (Sized_incremental_binary::do_check_inputs): Check
7400 has_incremental_info_ flag; move setup code to setup_readers;
7401 use input readers.
7402 (Sized_incremental_binary::do_file_is_unchanged): New function.
7403 (Sized_incremental_binary::do_get_input_reader): New function.
7404 * incremental.h (class Incremental_binary): Move to end of file.
7405 (Incremental_binary::file_is_unchanged): New function.
7406 (Incremental_binary::do_file_is_unchanged): New function.
7407 (Incremental_binary::Input_reader): New class.
7408 (Incremental_binary::get_input_reader): New function.
7409 (class Sized_incremental_binary): Move to end of file.
7410 (Sized_incremental_binary::Sized_incremental_binary): Setup the
7411 input section reader classes.
7412 (Sized_incremental_binary::has_incremental_info): New function.
7413 (Sized_incremental_binary::inputs_reader): New function.
7414 (Sized_incremental_binary::symtab_reader): New function.
7415 (Sized_incremental_binary::relocs_reader): New function.
7416 (Sized_incremental_binary::got_plt_reader): New function.
7417 (Sized_incremental_binary::do_file_is_unchanged): New function.
7418 (Sized_incremental_binary::Sized_input_reader): New class.
7419 (Sized_incremental_binary::get_input_reader): New function.
7420 (Sized_incremental_binary::find_incremental_inputs_sections):
7421 Rename do_find_incremental_inputs_sections to this.
7422 (Sized_incremental_binary::setup_readers): New function.
7423 (Sized_incremental_binary::has_incremental_info_): New data member.
7424 (Sized_incremental_binary::inputs_reader_): New data member.
7425 (Sized_incremental_binary::symtab_reader_): New data member.
7426 (Sized_incremental_binary::relocs_reader_): New data member.
7427 (Sized_incremental_binary::got_plt_reader_): New data member.
7428 (Sized_incremental_binary::current_input_file_): New data member.
7429
a869183f
PP
74302011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
7431
7432 PR gold/12640
7433 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
7434 violation.
7435
74362011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
7437
7438 * archive.cc (Archive::include_member): Adjust call to report_object.
7439 (Add_archive_symbols::run): Add script_info to call to
7440 report_archive_begin.
7441 (Lib_group::include_member): Adjust call to report_object.
7442 (Add_lib_group_symbols::run): Adjust call to report_object.
7443 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
7444 blocks. Add object count for script input files.
7445 * incremental.cc (Incremental_inputs::report_archive_begin): Add
7446 script_info parameter; change all callers.
7447 (Incremental_inputs::report_object): Add script_info parameter;
7448 change all callers.
7449 (Incremental_inputs::report_script): Store backpointer to
7450 incremental info entry.
7451 (Output_section_incremental_inputs::set_final_data_size): Record
7452 additional information for scripts.
7453 (Output_section_incremental_inputs::write_info_blocks): Likewise.
7454 * incremental.h (Incremental_script_entry::add_object): New function.
7455 (Incremental_script_entry::get_object_count): New function.
7456 (Incremental_script_entry::get_object): New function.
7457 (Incremental_script_entry::objects_): New data member; adjust
7458 constructor.
7459 (Incremental_inputs::report_archive_begin): Add script_info parameter.
7460 (Incremental_inputs::report_object): Add script_info parameter.
7461 (Incremental_inputs_reader::get_object_count): New function.
7462 (Incremental_inputs_reader::get_object_offset): New function.
7463 * options.cc (Input_arguments::add_file): Return reference to
7464 new input argument.
7465 * options.h (Input_argument::set_script_info): New function.
7466 (Input_argument::script_info): New function.
7467 (Input_argument::script_info_): New data member; adjust all
7468 constructors.
7469 (Input_file_group::add_file): Return reference to new input argument.
7470 (Input_file_lib::add_file): Likewise.
7471 (Input_arguments::add_file): Likewise.
7472 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
7473 * script.cc (Parser_closure::Parser_closure): Add script_info
7474 parameter; adjust all callers.
7475 (Parser_closure::script_info): New function.
7476 (Parser_closure::script_info_): New data member.
7477 (read_input_script): Report scripts earlier to incremental info.
7478 (script_add_file): Set script_info in Input_argument.
7479 (script_add_library): Likewise.
7480 * script.h (Script_options::Script_info): Rewrite class.
7481
a869183f 74822011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
7483
7484 * archive.cc (Library_base::should_include_member): Move
7485 method here from class Archive.
7486 (Archive::Archive): Initialize base class.
7487 (Archive::should_include_member): Move to base class.
7488 (Archive::do_for_all_unused_symbols): New function.
7489 (Add_archive_symbols::run): Remove redundant access to
7490 incremental_inputs.
7491 (Lib_group::Lib_group): Initialize base class.
7492 (Lib_group::do_filename): New function.
7493 (Lib_group::include_member): Pass pointer to Lib_group to
7494 report_object.
7495 (Lib_group::do_for_all_unused_symbols): New function.
7496 (Add_lib_group_symbols::run): Report archive information for
7497 incremental links.
7498 * archive.h (class Library_base): New base class.
7499 (class Archive): Derive from Library_base.
7500 (Archive::filename): Move to base class.
7501 (Archive::set_incremental_info): Likewise.
7502 (Archive::incremental_info): Likewise.
7503 (Archive::Should_include): Likewise.
7504 (Archive::should_include_member): Likewise.
7505 (Archive::Armap_entry): Remove.
7506 (Archive::Unused_symbol_iterator): Remove.
7507 (Archive::unused_symbols_begin): Remove.
7508 (Archive::unused_symbols_end): Remove.
7509 (Archive::do_filename): New function.
7510 (Archive::do_get_mtime): New function.
7511 (Archive::do_for_all_unused_symbols): New function.
7512 (Archive::task_): Move to base class.
7513 (Archive::incremental_info_): Likewise.
7514 (class Lib_group): Derive from Library_base.
7515 (Lib_group::do_filename): New function.
7516 (Lib_group::do_get_mtime): New function.
7517 (Lib_group::do_for_all_unused_symbols): New function.
7518 (Lib_group::task_): Move to base class.
7519 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
7520 function.
7521 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
7522 function.
7523 * incremental.cc (Incremental_inputs::report_archive_begin):
7524 Use Library_base; call library's get_mtime; add incremental inputs
7525 entry before members.
7526 (class Unused_symbol_visitor): New class.
7527 (Incremental_inputs::report_archive_end): Use Library_base; use
7528 visitor class to record unused symbols; don't add incremental inputs
7529 entry after members.
7530 (Incremental_inputs::report_object): Use Library_base.
7531 * incremental.h
7532 (Incremental_archive_entry::Incremental_archive_entry): Remove
7533 unused Archive parameter.
7534 (Incremental_inputs::report_archive_begin): Use Library_base.
7535 (Incremental_inputs::report_archive_end): Likewise.
7536 (Incremental_inputs::report_object): Likewise.
7537 * object.cc (Sized_relobj::do_for_all_global_symbols): New
7538 function.
7539 * object.h (Object::for_all_global_symbols): New function.
7540 (Object::do_for_all_global_symbols): New function.
7541 (Sized_relobj::do_for_all_global_symbols): New function.
7542 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
7543 function.
7544 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
7545 function.
7546
61ab3e40
ILT
75472011-03-27 Ian Lance Taylor <iant@google.com>
7548
7549 * archive.cc (Archive::interpret_header): Return -1 if something
7550 goes wrong. Change callers accordingly.
7551
30e1f9e6
CC
75522011-03-25 Cary Coutant <ccoutant@google.com>
7553
7554 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
7555 * testsuite/Makefile.in: Regenerate.
7556
9370ce59 75572011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
9c793f14
RÁE
7558
7559 * plugin.cc (get_view): New.
7560 (Plugin::load): Pass get_view to the plugin.
7561 (Plugin_manager::get_view): New.
7562
9312bb0a
ILT
75632011-03-21 Ian Lance Taylor <iant@google.com>
7564
7565 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 7566 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 7567
7e12ba9e
ST
75682011-03-21 Sriraman Tallam <tmsriram@google.com>
7569
7570 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
7571 Change == to -eq.
7572 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
7573 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
7574 Change == to -eq.
7575 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
7576 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
7577
fd7a005d
ILT
75782011-03-14 Ian Lance Taylor <iant@google.com>
7579
7580 * script-sections.cc (Sort_output_sections::script_compare):
7581 Rename from is_before, change return type.
7582 (Sort_output_sections::operator()): Adjust accordingly.
7583
ed16fd1b
ILT
75842011-03-11 Jeffrey Yasskin <jyasskin@google.com>
7585
7586 PR gold/12572
7587 * testsuite/odr_violation2.cc: Add comment to make all error line
7588 numbers double digits.
7589 * testsuite/debug_msg.sh: Adjust expected errors.
7590
71ff8986
ILT
75912011-03-09 Jeffrey Yasskin <jyasskin@google.com>
7592
7593 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
7594 but mark earlier ones as non-canonical
7595 (offset_to_iterator): Update search target and example
7596 (do_addr2line): Return extra lines in a vector*
7597 (format_file_lineno): Extract from do_addr2line
7598 (one_addr2line): Add vector* out-param
7599 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
7600 when a lineno entry appeared last for its instruction
7601 (Dwarf_line_info): Add vector* out-param
7602 * object.cc (Relocate_info): Pass NULL for the vector* out-param
7603 * symtab.cc (Odr_violation_compare): Include the lineno in the
7604 comparison again.
7605 (linenos_from_loc): New. Combine the canonical line for an
7606 address with its other lines.
7607 (True_if_intersect): New. Helper functor to make
7608 std::set_intersection a query.
7609 (detect_odr_violations): Compare sets of lines instead of just
7610 one line for each function. This became less deterministic, but
7611 has fewer false positives.
7612 * symtab.h: Declarations.
7613 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
7614 mix an optimized and non-optimized object in the same binary
7615 (odr_violation2.so): Same.
7616 * testsuite/Makefile.in: Regenerate from Makefile.am.
7617 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
7618 * testsuite/debug_msg.sh: Update line numbers and add
7619 assertions.
7620 * testsuite/odr_violation1.cc: Use OdrDerived, in a
7621 non-optimized context.
7622 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
7623 isn't inlined, and use OdrDerived in an optimized context.
7624 * testsuite/odr_header1.h: Defines OdrDerived, where
7625 optimization will change the
7626 first-instruction-in-the-destructor's file and line number.
7627 * testsuite/odr_header2.h: Defines OdrBase.
7628
a19fefdc
ILT
76292011-03-09 Ian Lance Taylor <iant@google.com>
7630
7631 * fileread.cc (File_read::clear_views): Don't delete the whole
7632 file view.
7633
ecb351e9
ILT
76342011-03-08 Ian Lance Taylor <iant@google.com>
7635
7636 PR gold/12525
7637 * fileread.cc: #include <climits>.
7638 (GOLD_IOV_MAX): Define.
7639 (File_read::read_multiple): Limit number of entries by iov_max.
7640 * fileread.h (class File_read): Always set max_readv_entries to
7641 128.
7642
b821d13c
ILT
76432011-03-07 Ian Lance Taylor <iant@google.com>
7644
7645 PR gold/12525
7646 * options.h (class General_options): Add -dy and -dn.
7647
89243142
CC
76482011-03-02 Cary Coutant <ccoutant@google.com>
7649
7650 * testsuite/script_test_9.t: Add TLS segment.
7651
d0773f31
ILT
76522011-03-02 Simon Baldwin <simonb@google.com>
7653
7654 * configure.ac: Add check for gnu_indirect_function support in
7655 the toolchain building binutils.
7656 * configure: Rebuild.
7657
9370ce59 76582011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
badc8139
RÁE
7659
7660 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
7661 plugin only symbols.
7662 (Symbol_table::sized_finalize_symbol) Mark symbol only present
7663 in plugin files as not needed in the symbol table.
7664
4cf7a849
ST
76652011-02-11 Sriraman Tallam <tmsriram@google.com>
7666
7667 * output.cc (Output_section::add_input_section): Delay fill
7668 generation for section ordering.
7669
b578bd7d
ILT
76702011-02-09 Ian Lance Taylor <iant@google.com>
7671
7672 PR gold/12316
7673 * object.h (class Sized_relobj): Remove clear_local_symbols.
7674 * reloc.cc (Sized_relobj::do_relocate): Don't call
7675 clear_local_symbols.
7676
9370ce59 76772011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
84ced98a
RÁE
7678
7679 * plugin.cc (is_visible_from_outside): Return true for symbols
7680 in the -u option.
7681
55382fb7
ILT
76822011-02-04 Jeffrey Yasskin <jyasskin@google.com>
7683
7684 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
7685 filename.
7686
4e271fff
ST
76872011-02-02 Sriraman Tallam <tmsriram@google.com>
7688
7689 * icf.h (is_section_foldable_candidate): Change type of parameter
2e702c99 7690 to std::string.
4e271fff 7691 * icf.cc (Icf::find_identical_sections): Change type of local variable
2e702c99 7692 section_name to be std::string.
4e271fff
ST
7693 (is_function_ctor_or_dtor): Change type of parameter to std::string.
7694
d433c3ac
ILT
76952011-01-25 Ian Lance Taylor <iant@google.com>
7696
7697 * script.cc (script_add_extern): Rewrite to use
7698 add_symbol_reference.
7699
880473a6
DK
77002011-01-25 Doug Kwan <dougkwan@google.com>
7701
d433c3ac 7702 * icf.cc (get_section_contents): Always lock section's object.
880473a6 7703
f30f86fa
ILT
77042011-01-24 Ian Lance Taylor <iant@google.com>
7705
7706 * options.h (class General_options): Accept
7707 --no-detect-odr-violations.
7708
8e51a0b9
ILT
77092011-01-24 Ian Lance Taylor <iant@google.com>
7710
7711 * version.cc (version_string): Bump to 1.11.
7712
0f3b89d8
ILT
77132011-01-24 Ian Lance Taylor <iant@google.com>
7714
7715 * plugin.cc (class Plugin_rescan): Define new class.
7716 (Plugin_manager::claim_file): Set any_claimed_.
7717 (Plugin_manager::save_archive): New function.
7718 (Plugin_manager::save_input_group): New function.
7719 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
7720 necessary.
7721 (Plugin_manager::new_undefined_symbol): New function.
7722 (Plugin_manager::rescan): New function.
7723 (Plugin_manager::rescannable_defines): New function.
7724 (Plugin_manager::add_input_file): Set any_added_.
7725 * plugin.h (class Plugin_manager): define new fields rescannable_,
7726 undefined_symbols_, any_claimed_, and any_added_. Declare
7727 Plugin_rescan as friend. Declare new functions.
7728 (Plugin_manager::Rescannable): Define type.
7729 (Plugin_manager::Rescannable_list): Define type.
7730 (Plugin_manager::Undefined_symbol_list): Define type.
7731 (Plugin_manager::Plugin_manager): Initialize new fields.
7732 * archive.cc (Archive::defines_symbol): New function.
7733 (Add_archive_symbols::run): Pass archive to plugins if any.
7734 * archive.h (class Archive): Declare defines_symbol.
7735 * readsyms.cc (Input_group::~Input_group): New function.
7736 (Finish_group::run): Pass input_group to plugins if any.
7737 * readsyms.h (class Input_group): Declare destructor.
7738 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
7739 any.
7740
3bb951e5
ILT
77412011-01-10 Ian Lance Taylor <iant@google.com>
7742
7743 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
7744 section as relro.
7745 (Layout::set_segment_offsets): Reset increase_relro before calling
7746 set_section_addresses a second time.
7747
0aa45fac
CC
77482011-01-04 Cary Coutant <ccoutant@google.com>
7749
7750 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
7751 sections before NOBITS sections.
7752
0db46eb4
L
77532011-01-01 H.J. Lu <hongjiu.lu@intel.com>
7754
7755 * version.cc (print_version): Update copyright to 2011.
7756
829c9745
CC
77572010-12-23 Cary Coutant <ccoutant@google.com>
7758
7759 * output.h (Output_data_reloc::add_output_section): Pass OD instead
7760 of OS to this->add. Add OD parameter to second form of the function.
7761
7500420b
ILT
77622010-12-20 Ian Lance Taylor <iant@google.com>
7763
7764 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
7765 second of two consecutive entries with same offset.
7766
f8e9a930
RW
77672010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7768
7769 * testsuite/Makefile.am (ifuncmain2static_LDADD)
7770 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
7771 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
7772 to avoid unneeded links against $(LDADD).
7773 * testsuite/Makefile.in: Regenerate.
7774
2fbb4320
ILT
77752010-12-15 Ian Lance Taylor <iant@google.com>
7776
7777 PR gold/12324
7778 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
7779 for R_X86_64_32 and R_X86_64_PC32.
7780 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
7781 ver_matching_def_pic.o.
7782 (ver_matching_def_pic.o): New target.
7783
fedb228d
RW
77842010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7785
7786 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
7787 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
7788 Move definition before File_read::View member definitions.
7789 (File_read::View::~View): Initialize and hold lock before
7790 updating current_mapped_bytes.
7791
9b547ce6
RW
77922010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7793
7794 * dwarf_reader.cc: Remove outdated comment.
7795 * gold-threads.cc: Fix typo in error message.
7796 * archive.cc: Fix typos in comments.
7797 * archive.h: Likewise.
7798 * arm-reloc-property.cc: Likewise.
7799 * arm-reloc-property.h: Likewise.
7800 * arm-reloc.def: Likewise.
7801 * arm.cc: Likewise.
7802 * attributes.h: Likewise.
7803 * cref.cc: Likewise.
7804 * ehframe.cc: Likewise.
7805 * fileread.h: Likewise.
7806 * gold.h: Likewise.
7807 * i386.cc: Likewise.
7808 * icf.cc: Likewise.
7809 * incremental.h: Likewise.
7810 * int_encoding.cc: Likewise.
7811 * layout.h: Likewise.
7812 * main.cc: Likewise.
7813 * merge.h: Likewise.
7814 * object.cc: Likewise.
7815 * object.h: Likewise.
7816 * options.cc: Likewise.
7817 * readsyms.cc: Likewise.
7818 * reduced_debug_output.cc: Likewise.
7819 * reloc.cc: Likewise.
7820 * script-sections.cc: Likewise.
7821 * sparc.cc: Likewise.
7822 * symtab.h: Likewise.
7823 * target-reloc.h: Likewise.
7824 * target.cc: Likewise.
7825 * target.h: Likewise.
7826 * timer.cc: Likewise.
7827 * timer.h: Likewise.
7828 * x86_64.cc: Likewise.
7829
83e17bd5
CC
78302010-12-09 Cary Coutant <ccoutant@google.com>
7831
7832 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
7833 stack.
7834 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
7835 parameter; change all callers.
7836 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
7837 * options.h (warn_execstack): New option.
7838
017257f8
DK
78392010-12-07 Doug Kwan <dougkwan@google.com>
7840
7841 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
7842 like function call relocations.
7843
c20cbc06
ILT
78442010-12-07 Ian Lance Taylor <iant@google.com>
7845
7846 * archive.cc (Archive::get_elf_object_for_member): Permit
7847 punconfigured to be NULL.
7848 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
7849 (Archive::include_member): Pass NULL to get_elf_object_for_member
7850 if we searched for the archive and this is the first included
7851 object.
7852
4dbfafcc
ILT
78532010-12-01 Ian Lance Taylor <iant@google.com>
7854
7855 * dwarf_reader.h (class Sized_dwarf_line_info): Add
7856 track_relocs_type_ field.
7857 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7858 Set track_relocs_type_.
7859 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
7860 contents when using RELA relocs.
7861 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
7862 reloc_map_.
7863 * reloc.cc (Track_relocs::next_addend): New function.
7864 * reloc.h (class Track_relocs): Declare next_addend.
7865
e5e19edd
ILT
78662010-12-01 Ian Lance Taylor <iant@google.com>
7867
7868 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
7869 virtual destructor.
7870
9a5ce24c
ILT
78712010-12-01 Ian Lance Taylor <iant@google.com>
7872
7873 * README: Update compilers known to work and fail.
7874
c7791212
NC
78752010-11-23 Matthias Klose <doko@ubuntu.com>
7876
7877 * configure.in: For --enable-gold, handle value `default' instead of
7878 `both*'. Always install ld as ld.bfd, install as ld if gold is
7879 not the default.
7880 * configure: Regenerate.
7881
0ad220c9
DK
78822010-11-18 Doug Kwan <dougkwan@google.com>
7883
7884 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
7885 and right_alignment to be zero. Store result alignment only if it is
7886 greater than existing alignment.
7887
ab8056e0
CC
78882010-11-16 Cary Coutant <ccoutant@google.com>
7889
7890 PR gold/12220
7891 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
7892 Check for ".zdebug_line".
7893
fd064a5b
CC
78942010-11-16 Doug Kwan <dougkwan@google.com>
7895 Cary Coutant <ccoutant@google.com>
7896
7897 * output.h (Output_segment::set_section_addresses): Pass increase_relro
7898 by reference; adjust all callers.
7899 * output.cc (Output_segment::set_section_addresses): Adjust references
7900 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
7901 list is empty.
7902 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
7903 end at page boundary.
7904
6fc6ea19
CC
79052010-11-16 Cary Coutant <ccoutant@google.com>
7906
7907 PR gold/12220
7908 * layout.cc (Layout::choose_output_section): Transform names of
7909 compressed sections even when using a script with a SECTIONS clause.
7910 (Layout::output_section_name): Remove code to transform
7911 compressed debug section names.
7912 * output.cc (Output_section::add_input_section): Use uncompressed
7913 section size when tracking input sections.
7914
95a2c8d6
RS
79152010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
7916
7917 * symtab.h (Symbol::NON_PIC_REF): Remove.
7918 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
7919 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
7920 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
7921 (Symbol::use_plt_offset): Take a flags argument and pass it
7922 directly to needs_dynamic_reloc. Restrict check for undefined
7923 weak symbols to function calls.
7924 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
7925 (Target_arm::Scan::global): Use it.
7926 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
7927 (Target_arm::Relocate::relocate): Likewise.
7928 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
7929 parameter with an r_type parameter. Use get_reference_flags
7930 to get the flags.
7931 (Target_arm::Relocate::relocate): Update accordingly.
7932 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
7933 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
7934 (Target_i386::Scan::global): Likewise.
7935 (Target_i386::Relocate::relocate): Likewise.
7936 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
7937 parameter with an r_type parameter. Use get_reference_flags
7938 to get the flags.
7939 (Target_i386::Relocate::relocate): Update accordingly.
7940 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
7941 (Target_powerpc::Scan::global): Use it.
7942 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
7943 (Target_powerpc::Relocate::relocate): Likewise.
7944 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
7945 (Target_sparc::Scan::global): Use it.
7946 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
7947 (Target_sparc::Relocate::relocate): Likewise.
7948 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
7949 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
7950 (Target_x86_64::Scan::global): Likewise.
7951 (Target_x86_64::Relocate::relocate): Likewise.
7952
f625ae50
DK
79532010-11-08 Doug Kwan <dougkwan@google.com>
7954 Cary Coutant <ccoutant@google.com>
7955
7956 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
7957 (Arm_exidx_merge_section::section_contents_): New data member.
7958 (Arm_input_section::Arm_input_section): Initialize original_contents_.
7959 (Arm_input_section::~Arm_input_section): De-allocate memory.
58797674 7960 (Arm_input_section::original_contents_): New data member.
f625ae50
DK
7961 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
7962 in parameters instead of calling Object::section_contents without
7963 locking.
7964 (Arm_output_section::group_section): New parameter TASK. Pass it
7965 to callees that need locking objects.
7966 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
7967 to lock EXIDX input sections. Fix a formatting issue. Call
7968 Arm_exidx_merged_section::build_contents to create merged section
7969 contents.
7970 (Arm_output_section::create_stub_group): New parameter TASK. Use it
7971 to lock object of stub table owner.
7972 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
7973 TEXT_SIZE to initialize data member TEXT_SIZE_.
7974 (Arm_exidx_input_section::addralign): Fix typo in comment.
7975 (Arm_exidx_input_section::text_size): New method.
7976 (Target_arm::do_relax): New parameter TASK. Pass it to callees
7977 that require locking objects. Lock objects before scanning for stubs
7978 and updating local symbols.
7979 (Arm_input_section<big_endian>::init): Copy contents of original
7980 input section.
2e702c99 7981 (Arm_input_section<big_endian>::do_write): Use saved contents of
f625ae50
DK
7982 original input section instead of calling Object::section_contents
7983 without locking.
7984 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
7985 size without calling Object::section_size().
7986 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
7987 for size. Allocate a buffer for merged EXIDX entries.
7988 (Arm_exidx_merged_section::build_contents): New method.
2e702c99 7989 (Arm_exidx_merged_section::do_write): Move merge section contents
f625ae50
DK
7990 building code to Arm_exidx_merged_section::build_contetns. Write
7991 out contetns in buffer instead of building it on the fly.
7992 (Arm_relobj::make_exidx_input_section): Also pass text section size
7993 to Arm_exidx_input_section constructor.
7994 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
7995 (Arm_dynobj::do_read_symbols): Fix memory leak.
7996 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
7997 * target.h: (class Task): Add forward declaration.
7998 (Target::relax): Add new parameter TASK and pass it to
7999 Target::do_relax().
8000 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
8001
5f9bcf58
CC
80022010-11-05 Cary Coutant <ccoutant@google.com>
8003
8004 PR gold/10708
8005 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
8006 object when reading from the file.
8007 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
8008 second layout pass.
8009 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
8010 when reading section contents.
8011 (get_section_contents): Likewise.
8012 (icf::find_identical_sections): Likewise.
8013 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
8014 object when reading from the file.
8015 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
8016 the object when doing deferred section layout.
8017
e597fa08
NC
80182010-11-03 Nick Clifton <nickc@redhat.com>
8019
8020 PR gold/12001
8021 * script.h (class Symbol_assignment: name): New member. Returns
8022 the name of the symbol.
8023 * scrfipt.cc (Script_options::is_pending_assignment): New member.
8024 Returns true if the given symbol name is on the list of
8025 assignments wating to be processed.
8026 * archive.cc (should_incldue_member): If the symbol is undefined,
8027 check to see if it is on the list of symbols pending assignment.
8028
3f9a3278
ILT
80292010-11-03 Ryan Mansfield <rmansfield@qnx.com>
8030
8031 * script-sections.cc (Script_sections::find_memory_region): Check
8032 for a NULL output section pointer.
8033
d06fb4d1
DK
80342010-10-29 Doug Kwan <dougkwan@google.com>
8035
8036 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
8037 Output_section::add_relaxed_input_section.
8038 * output.cc (Output_section::add_relaxed_input_section): Add new
8039 arguments LAYOUT and NAME. Set section order index.
8040 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
8041 Copy section order index.
8042 * output.h (Output_section::add_relaxed_input_section): Add new
8043 arguments LAYOUT and NAME.
8044
90e24de5
ILT
80452010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8046
8047 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2e702c99 8048 NATIVE_OR_CROSS_LINKER.
90e24de5
ILT
8049 * testsuite/Makefile.in: Regenerate.
8050
c9484ea5
DK
80512010-10-20 Doug Kwan <dougkwan@google.com>
8052
8053 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
8054 without SHF_LINK_ORDER flags.
8055 * layout.cc (Layout::choose_output_section): Do not filter
8056 SHF_LINK_ORDER flag in a relocatable link.
8057
5bc2f5be
CC
80582010-10-17 Cary Coutant <ccoutant@google.com>
8059
8060 * output.h (Output_segment::set_section_addresses): Change function
8061 signature. Update all callers.
8062 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
8063 sections.
8064 (Output_segment::set_section_addresses): Align after last TLS
8065 section. Add padding before last relro section instead of after.
8066
0c91cf04
DK
80672010-10-17 Doug Kwan <dougkwan@google.com>
8068
8069 * gold/arm.cc (Target_arm::got_section): Use correct order and set
8070 GOT output section to be writable.
8071
8c21d9d3
CC
80722010-10-14 Cary Coutant <ccoutant@google.com>
8073
8074 * debug.h (DEBUG_INCREMENTAL): New flag.
2e702c99
RM
8075 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
8076 * gold.cc (queue_initial_tasks): Check parameters for incremental link
8077 mode.
8078 * incremental.cc (report_command_line): Ignore all forms of
8079 --incremental.
8080 * layout.cc (Layout::Layout): Check parameters for incremental link
8081 mode.
8082 * options.cc (General_options::parse_incremental): New function.
8083 (General_options::parse_no_incremental): New function.
8084 (General_options::parse_incremental_full): New function.
8085 (General_options::parse_incremental_update): New function.
8086 (General_options::incremental_mode_): New data member.
8087 (General_options::finalize): Check incremental_mode_.
8088 * options.h (General_options): Update help text for --incremental.
8089 Add --no-incremental, --incremental-full, --incremental-update.
8090 (General_options::Incremental_mode): New enum type.
8091 (General_options::incremental_mode): New function.
8092 (General_options::incremental_mode_): New data member.
8093 * parameters.cc (Parameters::incremental_mode_): New data member.
8094 (Parameters::set_options): Set incremental_mode_.
8095 (Parameters::set_incremental_full): New function.
8096 (Parameters::incremental): New function.
8097 (Parameters::incremental_update): New function.
8098 (set_parameters_incremental_full): New function.
8099 * parameters.h (Parameters::set_incremental_full): New function.
8100 (Parameters::incremental): New function.
8101 (Parameters::incremental_update): New function.
8102 (Parameters::incremental_mode_): New data member.
8103 (set_parameters_incremental_full): New function.
8104 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
8105 incremental link mode.
8106 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
8107 (Sized_relobj::do_relocate_sections): Likewise.
8108 * testsuite/Makefile.am (incremental_test): Use --incremental-full
8109 option.
8110 * testsuite/Makefile.in: Regenerate.
8111 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8c21d9d3 8112
bb32aa18 81132010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
8114
8115 * script-sections.h (class Script_sections): Make
8116 Sections_elements typedef public.
8117 * script-sections.cc (class Sort_output_sections): Add elements_
8118 field. Add constructor which sets it; change all callers.
8119 (Sort_output_sections::is_before): New function.
8120 (Sort_output_sections::operator()): Call is_before.
8121 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
8122 conditional.
8123 * testsuite/script_test_10.sh: New test. Test script section
8124 order.
8125 * testsuite/script_test_10.t: Likewise.
8126 * testsuite/script_test_10.s: Likewise.
8127 * testsuite/Makefile.am: Wrap the cross linker tests and the
8128 common tests into NATIVE_OR_CROSS_LINKER.
8129 (check_SCRIPTS): Add script_test_10.sh.
8130 (check_DATA): Add script_test_10.stdout.
8131 (script_test_10.o, script_test_10): New targets.
8132 (script_test_10.stdout): New target.
8133 * configure, testsuite/Makefile.in: Regenerate.
8134
3cef7179
ILT
81352010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8136
8137 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
8138 error for the deprecated relocations.
8139 (Target_arm::Scan::global): Likewise.
8140 (Target_arm::Relocate::relocate): Likewise.
8141
7411e9a8
RS
81422010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
8143
8144 * fileread.cc (Input_file::find_file): Initialize *found_name
8145 and *namep when using the fallback search for case 4.
8146
6a9da32a
CC
81472010-10-11 Cary Coutant <ccoutant@google.com>
8148
8149 * options.h (class General_options): Redefine -z lazy as an alias for
8150 the negation of -z now.
8151
ac897c20
ILT
81522010-10-11 Ian Lance Taylor <iant@google.com>
8153
8154 * resolve.cc (symbol_to_bits): Report the value of the unsupported
8155 binding.
8156
ea5cae92
NC
81572010-10-06 Nick Clifton <nickc@redhat.com>
8158
8159 * script-sections.cc(class Memory_region): Remove
8160 current_lma_offset_ field. Rename current_vma_offset_ to
8161 current_offset_. Add last_section_ field.
8162 (Memory_region::get_current_vma_address): Rename to
8163 get_current_address.
8164 (Memory_region::get_current_lma_address): Delete.
8165 (Memory_region::increment_vma_offset): Rename to
8166 increment_offset.
8167 (Memory_region::increment_lma_offset): Delete.
8168 (Memory_region::attributes_compatible): New method. Returns
8169 true if the provided section is compatible with the region.
8170 (Memory_region::get_last_section): New method. Returns the last
8171 section to use the region.
8172 (Memory_region::set_last_section): New method. Stores the last
8173 section to use the region.
8174 (Script_sections::block_in_region): New method. Returns true if
8175 a block of memory is contained within a region.
8176 (Script_sections::find_memory_region): New method. Locates a
8177 memory region to be used to set a VMA or LMA address.
8178 (Output_section_definition::set_section_addresses): Add code to
8179 check for addresses set by memory regions.
8180 (Output_segment::set_section_addresses): Remove memory region
8181 walking code.
8182 (Script_sections::create_segment): Add a warning if a header
8183 segment is created outside of any region.
8184 * script-sections.h (class Script_sections): Add prototypes for
8185 find_memory_region and block_in_region methods.
8186 * testsuite/memory_test.s: Use .long instead of .word.
8187 * testsuite/memory_test.t: Add some more output sections.
8188 * testsuite/memory_test.sh: Update expected output.
8189
a9bfd952
DK
81902010-10-02 Doug Kwan <dougkwan@google.com>
8191
8192 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
8193 defintion to symtab.h
8194 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
8195 declaration to defintion.
8196
bacff3ab
NC
81972010-10-01 Nick Clifton <nickc@redhat.com>
8198
8199 * expression.cc (eval): Replace dummy argument with NULL.
8200 (eval_maybe_dot): Check for a NULL result section pointer.
8201 (Symbol_expression::value): Likewise.
8202 (Dot_expression::value): Likewise.
8203 (BINARY_EXPRESSION): Likewise.
8204 (Max_expression::value): Likewise.
8205 (Min_expression::value): Likewise.
8206 (Absolute_expression::value): Likewise.
8207 (Addr_expression::value_from_output_section): Likewise.
8208 (Loaddddr_expression::value_from_output_section): Likewise.
8209 (Segment_start_expression::value): Likewise.
8210 * script-sections.cc
8211 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
8212 argument with NULL.
8213 (Sections_elememt_dot_assignment::set_section_addresses):
8214 Likewise.
8215 (Output_data_expression::do_write_to_buffer): Likewise.
8216 (Output_section_definition::finalize_symbols): Likewise.
8217 (Output_section_definition::set_section_addresses): Likewise.
8218
f81bc8b5
DK
82192010-09-30 Doug Kwan <dougkwan@google.com>
8220
8221 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
8222
c95e9f27
ST
82232010-09-28 Sriraman Tallam <tmsriram@google.com>
8224
8225 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 8226 function.
c95e9f27
ST
8227 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
8228 virtual function.
8229 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
8230 virtual function.
8231 * icf.cc (get_section_contents): Inline merge sections only when
8232 target allows it.
8233
3cac54d2
RW
82342010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8235
8236 * configure: Regenerate.
8237
2904037a
ILT
82382010-09-17 Ian Lance Taylor <iant@google.com>
8239
8240 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
8241 * testsuite/Makefile.am (memory_test.o): New target.
8242 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
8243 memory_test.t.
8244 * testsuite/Makefile.in: Rebuild.
2904037a 8245
bca7fb63
DK
82462010-09-17 Doug Kwan <dougkwan@google.com>
8247
8248 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
8249 defintion if relocation uses GOT entries of the symbol.
8250 * testsuite/icf_safe_test.sh: Fix test.
8251 * testsuite/icf_safe_so_test.sh: Fix test.
8252
4ef28648
CC
82532010-09-16 Cary Coutant <ccoutant@google.com>
8254
8255 * script_sections.cc (class Memory_region): Remove "NULL" from
8256 vector initializations.
8257
793990de
CC
82582010-09-15 Cary Coutant <ccoutant@google.com>
8259
8260 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
8261 Resolve forwarding symbols.
8262
81e015e2
DK
82632010-09-15 Doug Kwan <dougkwan@google.com>
8264
8265 * gold/testsuite/script_test_3.t: Add ARM special sections.
8266 * gold/testsuite/script_test_4.t: Same.
8267 * gold/testsuite/script_test_5.t: Same.
8268 * gold/testsuite/script_test_6.t: Same.
8269 * gold/testsuite/script_test_7.t: Same.
8270 * gold/testsuite/script_test_7.t: Same.
8271 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
8272
36171d64
CC
82732010-09-14 Cary Coutant <ccoutant@google.com>
8274
8275 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
8276 (Target_x86_64::Relocate::relocate_tls): Replace check for
8277 saw_tls_block_reloc_ with test for executable section.
8278
d89051bd
CC
82792010-09-12 Cary Coutant <ccoutant@google.com>
8280
8281 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
8282 position-independent executables to shared libraries need dynamic
8283 relocations.
8284 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
8285 position-independent executables.
8286 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
8287 * testsuite/Makefile.in: Regenerate.
8288
fca41f0f
NC
82892010-09-10 Nick Clifton <nickc@redhat.com>
8290
8291 PR gold/11997
8292 * testsuite/memory_test.t: Discard any sections that are not
8293 needed.
8294
6695e4b3
L
82952010-09-09 H.J. Lu <hongjiu.lu@intel.com>
8296
8297 PR gold/11996
8298 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
8299 "This::" to work around a bug in gcc 4.2.
8300
8301 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
8302
0f72bf6f
RÁE
83032010-09-09 Rafael Espindola <espindola@google.com>
8304
8305 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
8306 sections with different PF_X flags in the same segment.
8307 (Layout::find_first_load_seg): Search all segments to find the first
8308 one.
8309 * options.h (rosegment): New.
8310
83112010-09-08 Rafael Espindola <espindola@google.com>
a6577478 8312
05a79166 8313 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 8314
aa98ff75
DK
83152010-09-08 Doug Kwan <dougkwan@google.com>
8316
8317 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
8318 (Arm_relobj::do_relocate_sections): Add new parameter for output
8319 file to match the parent.
8320 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
8321 of local symbols instead of input values. Update code to track
8322 changes in gold::relocate_section.
8323 * object.cc (Sized_relobj::compute_final_local_value): New methods.
8324 (Sized_relobj::compute_final_local_value_internal): New methods.
8325 (Sized_relobj::do_finalize_local_symbols): Move code from loop
8326 body into private version of Sized_relobj::compute_final_local_value.
8327 Call the inline method.
8328 * object.h (Symbol_value::Symbol_value): Define destructor. Free
8329 merged symbol value if there is one.
8330 (Symbol_value::has_output_value): New method defintiion.
8331 (Sized_relobj::Compute_final_local_value_status): New enum type.
8332 (Sized_relobj::compute_final_local_value): New methods.
8333 (Sized_relobj::compute_final_local_value_internal): New methods.
8334 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
8335 and arm_cortex_a8.sh.
8336 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
8337 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
8338 New tests.
8339 * Makefile.in: Regenerate.
8340 * testsuite/arm_bl_out_of_range.s: Update test.
8341 * testsuite/thumb_bl_out_of_range.s: Ditto.
8342 * testsuite/thumb_blx_out_of_range.s: Ditto.
8343 * testsuite/arm_branch_out_of_range.sh: New file.
8344 * testsuite/arm_cortex_a8.sh: Ditto.
8345 * testsuite/arm_cortex_a8_b.s: Ditto.
8346 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
8347 * testsuite/arm_cortex_a8_b_local.s: Ditto.
8348 * testsuite/arm_cortex_a8_bl.s: Ditto.
8349 * testsuite/arm_cortex_a8_blx.s: Ditto.
8350 * testsuite/arm_cortex_a8_local.s: Ditto.
8351 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
8352 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
8353
05a79166
L
83542010-09-08 Rafael Espindola <espindola@google.com>
8355
8356 * Makefile.am (memory_test.stdout): Run readelf with -W.
8357 * Makefile.in: Regenerate.
8358 * testsuite/memory_test.sh: Make the regexps accept both 32 and
8359 64 bit output.
8360
33dbc701
RÁE
83612010-09-08 Rafael Espindola <espindola@google.com>
8362
8363 * script-sections.cc (Script_sections::add_memory_region): Convert
8364 field precision to int.
8365 * script.cc (script_set_section_region, script_set_section_region):
8366 Convert field precision to int.
8367
731ca54a
RÁE
83682010-09-08 Rafael Espindola <espindola@google.com>
8369
8370 * arm.cc (do_finalize_sections): Create the __exidx_start and
8371 __exdix_end symbols even when the section is missing.
8372
7f8cd844
NC
83732010-09-08 Nick Clifton <nickc@redhat.com>
8374
8375 * README: Remove claim that MEMORY is not supported.
8376 * expression.cc (script_exp_function_origin)
8377 (script_exp_function_length): Move from here to ...
8378 * script.cc: ... here.
8379 (script_set_section_region, script_add_memory)
8380 (script_parse_memory_attr, script_include_directive): New
8381 functions.
8382 * script-sections.cc
8383 (class Memory_region): New class.
8384 (class Output_section_definition): Add set_memory_region,
8385 set_section_vma, set_section_lma and get_section_name methods.
8386 (class Script_Sections): Add add_memory_region,
8387 find_memory_region, find_memory_region_origin,
8388 find_memory_region_length and set_memory_region methods.
8389 Have set_section_addresses method walk the list of set memory
8390 regions.
8391 Extend the print methos to display memory regions.
8392 * script-sections.h: Add prototypes for new methods.
8393 Add enum for MEMORY region attributes.
8394 * yyscript.y: Add support for parsing MEMORY regions.
8395 * script-c.h: Add prototypes for new functions.
8396 * testsuite/Makefile.am: Add test of MEMORY region functionality.
8397 * testsuite/Makefile.in: Regenerate.
8398 * testsuite/memory_test.sh: New script.
8399 * testsuite/memory_test.s: New assembler source file.
8400 * testsuite/memory_test.t: New linker script.
8401
a4649286
DK
84022010-08-27 Doug Kwan <dougkwan@google.com>
8403
8404 * gold/resolve.cc (Symbol_table::should_override): Let a weak
8405 reference override an existing dynamic weak reference.
8406 * testsuite/Makefile.am: Add new test dyn_weak_ref.
8407 * testsuite/Makefile.in: Regenerate.
8408 * testsuite/dyn_weak_ref.sh: New file.
8409 * testsuite/dyn_weak_ref_1.c: Ditto.
8410 * testsuite/dyn_weak_ref_2.c: Ditto.
8411
b56648ad
ILT
84122010-08-27 Ian Lance Taylor <iant@google.com>
8413
8414 * incremental.h (class Incremental_input_entry): Add virtual
8415 destructor.
8416
809313cb
ILT
84172010-08-27 Ian Lance Taylor <iant@google.com>
8418
8419 * testsuite/start_lib_test_3.c: Mark t3 as used.
8420
11e32464
NC
84212010-08-27 Nick Clifton <nickc@redhat.com>
8422
8423 * options.cc (version_script): Fix small typo in previous
8424 whitespace tidyup.
8425
ca09d69a
NC
84262010-08-25 Nick Clifton <nickc@redhat.com>
8427
8428 * archive.cc: Formatting fixes: Remove whitespace between
8429 typename and following asterisk. Remove whitespace between
8430 function name and opening parenthesis.
8431 * archive.h: Likewise.
8432 * arm.cc: Likewise.
8433 * attributes.cc: Likewise.
8434 * attributes.h: Likewise.
8435 * common.cc: Likewise.
8436 * copy-relocs.cc: Likewise.
8437 * dirsearch.h: Likewise.
8438 * dynobj.cc: Likewise.
8439 * ehframe.cc: Likewise.
8440 * ehframe.h: Likewise.
8441 * expression.cc: Likewise.
8442 * fileread.cc: Likewise.
8443 * fileread.h: Likewise.
8444 * gc.h: Likewise.
8445 * gold-threads.cc: Likewise.
8446 * gold.cc: Likewise.
8447 * i386.cc: Likewise.
8448 * icf.h: Likewise.
8449 * incremental-dump.cc: Likewise.
8450 * incremental.cc: Likewise.
8451 * layout.cc: Likewise.
8452 * layout.h: Likewise.
8453 * main.cc: Likewise.
8454 * merge.cc: Likewise.
8455 * merge.h: Likewise.
8456 * object.cc: Likewise.
8457 * object.h: Likewise.
8458 * options.cc: Likewise.
8459 * options.h: Likewise.
8460 * output.cc: Likewise.
8461 * output.h: Likewise.
8462 * plugin.cc: Likewise.
8463 * plugin.h: Likewise.
8464 * powerpc.cc: Likewise.
8465 * reloc.cc: Likewise.
8466 * script-c.h: Likewise.
8467 * script-sections.cc: Likewise.
8468 * script.cc: Likewise.
8469 * stringpool.cc: Likewise.
8470 * symtab.cc: Likewise.
8471 * symtab.h: Likewise.
8472 * target.cc: Likewise.
8473 * timer.cc: Likewise.
8474 * timer.h: Likewise.
8475 * version.cc: Likewise.
8476 * x86_64.cc: Likewise.
8477
b8fa8750
NC
84782010-08-24 Nick Clifton <nickc@redhat.com>
8479
8480 PR 11899
8481 * layout.cc (segment_precedes): Sort segments by their physical
8482 addresses, if they have been set.
8483
9919d93b
CC
84842010-08-23 Cary Coutant <ccoutant@google.com>
8485
8486 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
8487 symbols data.
8488 (Lib_group::include_member): Unlock object after deleting its
8489 symbols data.
8490 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
8491 the bug fixed here.
8492
97b4be1c
CC
84932010-08-19 Neil Vachharajani <nvachhar@google.com>
8494 Cary Coutant <ccoutant@google.com>
8495
8496 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
8497 constructor, and set_blocker.
8498 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
8499 readsyms_blocker_.
8500 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
8501 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
8502 * testsuite/Makefile.am (start_lib_test): New test case.
8503 * testsuite/Makefile.in: Regenerate.
8504 * testsuite/start_lib_test_main.c: New file.
8505 * testsuite/start_lib_test_1.c: New file.
8506 * testsuite/start_lib_test_2.c: New file.
8507 * testsuite/start_lib_test_3.c: New file.
8508
dd0b1884
ILT
85092010-08-19 Ian Lance Taylor <iant@google.com>
8510
8511 * Makefile.in: Rebuild with automake 1.11.1.
8512 * aclocal.m4: Likewise.
8513 * testsuite/Makefile.in: Likewise.
8514
7223e9ca
ILT
85152010-08-19 Ian Lance Taylor <iant@google.com>
8516
8517 PR 10893
8518 * i386.cc (class Output_data_plt_i386): Update declarations.
8519 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
8520 local_ifuncs_ fields.
8521 (Target_i386::do_plt_section_for_global): New function.
8522 (Target_i386::do_plt_section_for_local): New function.
8523 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
8524 parameter; change all callers. Initialize global_ifuncs_ and
8525 local_ifuncs_. If doing a static link define __rel_iplt_start and
8526 __rel_iplt_end.
8527 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
8528 (Output_data_plt_i386::add_local_ifunc_entry): New function.
8529 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
8530 symbols.
8531 (Target_i386::make_plt_section): New function, broken out of
8532 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
8533 (Target_i386::make_plt_entry): Call make_plt_section.
8534 (Target_i386::make_local_ifunc_plt_entry): New function.
8535 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
8536 (Target_i386::Scan::local): Handle IFUNC symbols. Add
8537 R_386_IRELATIVE to switch.
8538 (Target_i386::Scan::global): Likewise.
8539 (Target_i386::Relocate::relocate): Likewise.
8540 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
8541 switch.
8542 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
8543 (Target_x86_64::do_plt_section_for_global): New function.
8544 (Target_x86_64::do_plt_section_for_local): New function.
8545 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
8546 parameter; change all callers. If doing a static link define
8547 __rela_iplt_start and __rela_iplt_end.
8548 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
8549 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
8550 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
8551 to point to .plt.
8552 (Target_x86_64::make_local_ifunc_plt_entry): New function.
8553 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
8554 switch.
8555 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
8556 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
8557 R_X86_64_IRELATIVE to switch.
8558 (Target_x86_64::Scan::global): Likewise.
8559 (Target_x86_64::Relocate::relocate): Likewise.
8560 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
8561 switch.
8562 * target.h (class Target): Add plt_section_for_global and
8563 plt_section_for_local functions. Add do_plt_section_for_global
8564 and do_plt_section_for_local virtual functions.
8565 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
8566 clarifying comments.
8567 (Symbol::use_plt_offset): Handle IFUNC symbol.
8568 * object.cc (Sized_relobj::Sized_relobj): Initialize
8569 local_plt_offsets_.
8570 (Sized_relobj::local_has_plt_offset): New function.
8571 (Sized_relobj::local_plt_offset): New function.
8572 (Sized_relobj::set_local_plt_offset): New function.
8573 (Sized_relobj::do_count): Handle IFUNC symbol.
8574 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
8575 a bit away from input_shndx_ field. Add set_is_func_symbol and
8576 is_ifunc_symbol functions.
8577 (class Sized_relobj): Update declarations. Remove Tls_got_entry
8578 and Local_tls_got_offsets. Define Local_plt_offsets. Add
8579 local_plt_offsets_ field.
8580 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
8581 * output.h (class Output_section_data): Add non-const
8582 output_section function.
8583 (class Output_data_got): Update declarations.
8584 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
8585 Add use_plt_offset parameter to global and local constructors.
8586 Change all callers. Change local_sym_index_ field to 31 bits.
8587 Change GSYM_CODE and CONSTANT_CODE accordingly.
8588 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
8589 doing a static link don't set sh_link field.
8590 (Output_data_got::Got_entry::write): Use PLT offset if
8591 appropriate.
8592 (Output_data_got::add_global_plt): New function.
8593 (Output_data_got::add_local_plt): New function.
8594 * target-reloc.h (relocate_section): Handle IFUNC symbol.
8595 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
8596 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
8597 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
8598 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
8599 IFUNC conditional.
8600 * testsuite/ifunc-sel.h: New file.
8601 * testsuite/ifuncmain1.c: New file.
8602 * testsuite/ifuncmain1vis.c: New file.
8603 * testsuite/ifuncmod1.c: New file.
8604 * testsuite/ifuncdep2.c: New file.
8605 * testsuite/ifuncmain2.c: New file.
8606 * testsuite/ifuncmain3.c: New file.
8607 * testsuite/ifuncmod3.c: New file.
8608 * testsuite/ifuncmain4.c: New file.
8609 * testsuite/ifuncmain5.c: New file.
8610 * testsuite/ifuncmod5.c: New file.
8611 * testsuite/ifuncmain6pie.c: New file.
8612 * testsuite/ifuncmod6.c: New file.
8613 * testsuite/ifuncmain7.c: New file.
8614 * configure, testsuite/Makefile.in: Rebuild.
8615
56f75c03
ILT
86162010-08-18 Ian Lance Taylor <iant@google.com>
8617
8618 * incremental.cc
8619 (Output_section_incremental_inputs::write_input_files): Add cast
8620 to avoid signed/unsigned comparison warning.
8621 (Output_section_incremental_inputs::write_info_blocks): Likewise.
8622
55455f89
CC
86232010-08-12 Cary Coutant <ccoutant@google.com>
8624
8625 * common.cc (Sort_commons::operator()): Remove unnecessary code.
8626
e2054bcb
ILT
86272010-08-13 Ian Lance Taylor <iant@google.com>
8628
8629 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
8630
74f67560
DK
86312010-08-12 Cary Coutant <ccoutant@google.com>
8632 Doug Kwan <dougkwan@google.com>
8633
8634 * resolve.cc (Symbol_table::should_override): When a weak dynamic
8635 defintion overrides non-weak undef, remember that the original undef
8636 is not weak.
8637 * symtab.cc (Symbol_table::sized_write_global): For undef without
8638 an original weak binding, set binding to global in output.
8639 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
8640 * testsuite/Makefile.in: Regenerate.
8641 * testsuite/strong_ref_weak_def.sh: New file.
8642 * testsuite/strong_ref_weak_def_1.c: Ditto.
8643 * testsuite/strong_ref_weak_def_2.c: Ditto.
8644
d1238d12
CC
86452010-08-12 Cary Coutant <ccoutant@google.com>
8646
8647 * testsuite/incremental_test.sh: Rewrite.
8648 * testsuite/incremental_test_1.c: Rewrite.
8649 * testsuite/incremental_test_2.c: Rewrite.
8650
0e70b911
CC
86512010-08-12 Cary Coutant <ccoutant@google.com>
8652
8653 * arm.cc (Target_arm::got_size): Add const.
8654 (Target_arm::got_entry_count): New function.
8655 (Target_arm::plt_entry_count): New function.
8656 (Target_arm::first_plt_entry_offset): New function.
8657 (Target_arm::plt_entry_size): New function.
8658 (Output_data_plt_arm::entry_count): New function.
8659 (Output_data_plt_arm::first_plt_entry_offset): New function.
8660 (Output_data_plt_arm::get_plt_entry_size): New function.
8661 * i386.cc (Target_i386::got_size): Add const.
8662 (Target_i386::got_entry_count): New function.
8663 (Target_i386::plt_entry_count): New function.
8664 (Target_i386::first_plt_entry_offset): New function.
8665 (Target_i386::plt_entry_size): New function.
8666 (Output_data_plt_i386::entry_count): New function.
8667 (Output_data_plt_i386::first_plt_entry_offset): New function.
8668 (Output_data_plt_i386::get_plt_entry_size): New function.
8669 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
8670 find_incremental_inputs_sections. Dump incremental_got_plt section.
8671 * incremental.cc: Include target.h.
8672 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
8673 parameter. Adjust all callers. Find incremental_got_plt section.
8674 (Incremental_inputs::create_data_sections): Create incremental_got_plt
8675 section.
8676 (Output_section_incremental_inputs::set_final_data_size): Calculate
8677 size of incremental_got_plt section.
8678 (Output_section_incremental_inputs::do_write): Write the
8679 incremental_got_plt section.
8680 (Got_plt_view_info): New struct.
8681 (Local_got_offset_visitor): New class.
8682 (Global_got_offset_visitor): New class.
8683 (Global_symbol_visitor_got_plt): New class.
8684 (Output_section_incremental_inputs::write_got_plt): New function.
8685 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
8686 Add parameter. Adjust all callers.
8687 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8688 (Incremental_inputs::got_plt_section): New function.
8689 (Incremental_inputs::got_plt_section_): New data member.
8690 (Incremental_got_plt_reader): New class.
8691 * layout.cc (Layout::create_incremental_info_sections): Add the
8692 incremental_got_plt section.
8693 * object.h (Got_offset_list::get_list): New function.
8694 (Got offset_list::for_all_got_offsets): New function.
8695 (Sized_relobj::local_got_offset_list): New function.
8696 * powerpc.cc (Target_powerpc::got_size): Add const.
8697 (Target_powerpc::got_entry_count): New function.
8698 (Target_powerpc::plt_entry_count): New function.
8699 (Target_powerpc::first_plt_entry_offset): New function.
8700 (Target_powerpc::plt_entry_size): New function.
8701 (Output_data_plt_powerpc::entry_count): New function.
8702 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
8703 (Output_data_plt_powerpc::get_plt_entry_size): New function.
8704 * sparc.cc (Target_sparc::got_size): Add const.
8705 (Target_sparc::got_entry_count): New function.
8706 (Target_sparc::plt_entry_count): New function.
8707 (Target_sparc::first_plt_entry_offset): New function.
8708 (Target_sparc::plt_entry_size): New function.
8709 (Output_data_plt_sparc::entry_count): New function.
8710 (Output_data_plt_sparc::first_plt_entry_offset): New function.
8711 (Output_data_plt_sparc::get_plt_entry_size): New function.
8712 * symtab.h (Symbol::got_offset_list): New function.
8713 (Symbol_table::for_all_symbols): New function.
8714 * target.h (Sized_target::got_entry_count): New function.
8715 (Sized_target::plt_entry_count): New function.
8716 (Sized_target::plt_entry_size): New function.
8717 * x86_64.cc (Target_x86_64::got_size): Add const.
8718 (Target_x86_64::got_entry_count): New function.
8719 (Target_x86_64::plt_entry_count): New function.
8720 (Target_x86_64::first_plt_entry_offset): New function.
8721 (Target_x86_64::plt_entry_size): New function.
8722 (Output_data_plt_x86_64::entry_count): New function.
8723 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
8724 (Output_data_plt_x86_64::get_plt_entry_size): New function.
8725
09ec0418
CC
87262010-08-12 Cary Coutant <ccoutant@google.com>
8727
8728 * archive.cc: Include incremental.h.
8729 (Archive::Archive): Initialize incremental_info_.
8730 (Archive::include_member): Record archive members in incremental info.
8731 (Add_archive_symbols::run): Record begin and end of an archive in
8732 incremental info.
8733 (Lib_group::include_member): Record objects in incremental info.
8734 * archive.h (Incremental_archive_entry): Forward declaration.
8735 (Archive::set_incremental_info): New member function.
8736 (Archive::incremental_info): New member function.
8737 (Archive::Unused_symbol_iterator): New class.
8738 (Archive::unused_symbols_begin): New member function.
8739 (Archive::unused_symbols_end): New member function.
8740 (Archive::incremental_info_): New data member.
8741 * incremental-dump.cc (find_input_containing_global): New function.
8742 (dump_incremental_inputs): Dump new incremental info sections.
8743 * incremental.cc: Include symtab.h.
8744 (Output_section_incremental_inputs): New class.
8745 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
8746 new incremental info sections.
8747 (Sized_incremental_binary::do_check_inputs): Likewise.
8748 (Incremental_inputs::report_archive): Remove.
8749 (Incremental_inputs::report_archive_begin): New function.
8750 (Incremental_inputs::report_archive_end): New function.
8751 (Incremental_inputs::report_object): New function.
8752 (Incremental_inputs::finalize_inputs): Remove.
8753 (Incremental_inputs::report_input_section): New function.
8754 (Incremental_inputs::report_script): Rewrite.
8755 (Incremental_inputs::finalize): Do nothing but finalize string table.
8756 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8757 (Incremental_inputs::sized_create_inputs_section_data): Remove.
8758 (Incremental_inputs::create_data_sections): New function.
8759 (Incremental_inputs::relocs_entsize): New function.
8760 (Output_section_incremental_inputs::set_final_data_size): New function.
8761 (Output_section_incremental_inputs::do_write): New function.
8762 (Output_section_incremental_inputs::write_header): New function.
8763 (Output_section_incremental_inputs::write_input_files): New function.
8764 (Output_section_incremental_inputs::write_info_blocks): New function.
8765 (Output_section_incremental_inputs::write_symtab): New function.
8766 * incremental.h (Incremental_script_entry): Forward declaration.
8767 (Incremental_object_entry): Forward declaration.
8768 (Incremental_archive_entry): Forward declaration.
8769 (Incremental_inputs): Forward declaration.
8770 (Incremental_inputs_header_data): Remove.
8771 (Incremental_inputs_header): Remove.
8772 (Incremental_inputs_header_write): Remove.
8773 (Incremental_inputs_entry_data): Remove.
8774 (Incremental_inputs_entry): Remove.
8775 (Incremental_inputs_entry_write): Remove.
8776 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
8777 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
8778 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
8779 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
8780 Likewise.
8781 (Incremental_input_entry): New class.
8782 (Incremental_script_entry): New class.
8783 (Incremental_object_entry): New class.
8784 (Incremental_archive_entry): New class.
8785 (Incremental_inputs::Incremental_inputs): Initialize new data members.
8786 (Incremental_inputs::report_inputs): Remove.
8787 (Incremental_inputs::report_archive): Remove.
8788 (Incremental_inputs::report_archive_begin): New function.
8789 (Incremental_inputs::report_archive_end): New function.
8790 (Incremental_inputs::report_object): Change prototype.
8791 (Incremental_inputs::report_input_section): New function.
8792 (Incremental_inputs::report_script): Change prototype.
8793 (Incremental_inputs::get_reloc_count): New function.
8794 (Incremental_inputs::set_reloc_count): New function.
8795 (Incremental_inputs::create_data_sections): New function.
8796 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
8797 (Incremental_inputs::inputs_section): New function.
8798 (Incremental_inputs::symtab_section): New function.
8799 (Incremental_inputs::relocs_section): New function.
8800 (Incremental_inputs::get_stringpool): Add const.
8801 (Incremental_inputs::command_line): Add const.
8802 (Incremental_inputs::inputs): Remove.
8803 (Incremental_inputs::command_line_key): New function.
8804 (Incremental_inputs::input_file_count): New function.
8805 (Incremental_inputs::input_files): New function.
8806 (Incremental_inputs::relocs_entsize): New function.
8807 (Incremental_inputs::sized_create_inputs_section_data): Remove.
8808 (Incremental_inputs::finalize_inputs): Remove.
8809 (Incremental_inputs::Input_info): Remove.
8810 (Incremental_inputs::lock_): Remove.
8811 (Incremental_inputs::inputs_): Change type.
8812 (Incremental_inputs::inputs_map_): Remove.
8813 (Incremental_inputs::current_object_entry_): New data member.
8814 (Incremental_inputs::inputs_section_): New data member.
8815 (Incremental_inputs::symtab_section_): New data member.
8816 (Incremental_inputs::relocs_section_): New data member.
8817 (Incremental_inputs::reloc_count_): New data member.
8818 (Incremental_inputs_reader): New class.
8819 (Incremental_symtab_reader): New class.
8820 (Incremental_relocs_reader): New class.
8821 * layout.cc (Layout::finalize): Move finalization of incremental info
8822 and creation of incremental info sections to follow finalization of
8823 symbol table. Set offsets for postprocessing sections.
8824 (Layout::create_incremental_info_sections): Call
8825 Incremental_inputs::create_data_sections. Add incremental symtab
8826 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
8827 sections to layout after input sections.
8828 * layout.h (struct Timespec): Forward declaration.
8829 (Layout::incremental_inputs): Add const.
8830 (Layout::create_incremental_info_sections): Add parameter.
8831 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
8832 * object.cc: Include incremental.h.
8833 (Relobj::finalize_incremental_relocs): New function.
8834 (Sized_relobj::do_layout): Record input sections in incremental info.
8835 * object.h (Object::output_section): New function.
8836 (Object::output_section_offset): Moved from Relobj.
8837 (Object::get_incremental_reloc_base): New function.
8838 (Object::get_incremental_reloc_count): New function.
8839 (Object::do_output_section): New function.
8840 (Object::do_output_section_offset): Moved from Relobj.
8841 (Object::do_get_incremental_reloc_base): New function.
8842 (Object::do_get_incremental_reloc_count): New function.
8843 (Object::Object): Initialize new data members.
8844 (Relobj::output_section): Renamed do_output_section and moved to
8845 protected.
8846 (Relobj::output_section_offset): Moved to Object.
8847 (Relobj::do_get_incremental_reloc_base): New function.
8848 (Relobj::do_get_incremental_reloc_count): New function.
8849 (Relobj::allocate_incremental_reloc_counts): New function.
8850 (Relobj::count_incremental_reloc): New function.
8851 (Relobj::finalize_incremental_relocs): New function.
8852 (Relobj::next_incremental_reloc_index): New function.
8853 (Relobj::reloc_counts_): New data member.
8854 (Relobj::reloc_bases_): New data member.
8855 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
8856 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
8857 (Sized_relobj::incremental_relocs_scan): New function.
8858 (Sized_relobj::incremental_relocs_scan_reltype): New function.
8859 (Sized_relobj::incremental_relocs_write): New function.
8860 (Sized_relobj::incremental_relocs_write_reltype): New function.
8861 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
8862 incremental link.
8863 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
8864 archives and object files elsewhere.
8865 (Add_symbols::run): Report object files here.
8866 (Finish_group::run): Report end of archive at end of group.
8867 * reloc.cc: Include layout.h, incremental.h.
8868 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
8869 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
8870 (Sized_relobj::incremental_relocs_scan): New function.
8871 (Sized_relobj::incremental_relocs_scan_reltype): New function.
8872 (Sized_relobj::do_relocate_sections): Write incremental relocations.
8873 (Sized_relobj::incremental_relocs_write): New function.
8874 (Sized_relobj::incremental_relocs_write_reltype): New function.
8875 * script.cc (read_input_script): Rewrite test for incremental link.
8876 Change call to Incremental_inputs::report_script.
8877 * symtab.h (Symbol_table::first_global_index): New function.
8878 (Symbol_table::output_count): New function.
8879
ce0d1972
DK
88802010-08-12 Doug Kwan <dougkwan@google.com>
8881
8882 * arm.cc (Target_arm::merge_object_attributes): Check command line
8883 options --no-wchar-size-warning and --no-enum-size-warning.
8884 * options.h (General_options): Add ld-compatible options
8885 --no-enum-size-warning and --no-wchar-size-warning.
8886
6e5710ce
ILT
88872010-08-04 Ian Lance Taylor <iant@google.com>
8888
8889 * x86_64.cc (Target_x86_64::Scan::local): Use
8890 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
8891 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
8892 (Target_x86_64::Scan::global): Likewise.
8893 (Target_x86_64::Relocate::relocate): Likewise.
8894 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
8895 Likewise.
8896
fef830db
CC
88972010-08-03 Cary Coutant <ccoutant@google.com>
8898
8899 * merge.cc (Output_merge_string::do_add_input_section): Count strings
8900 to reserve space in merged_strings vector. Keep total input size
8901 for stats.
8902 (Output_merge_string::do_print_merge_stats): Print total input size.
8903 * merge.h (Output_merge_string): Add input_size_ field.
8904 * stringpool.cc (Stringpool_template::string_length): Move
8905 implementations out of Stringpool_template class and place in
8906 stringpool.h.
8907 * stringpool.h (string_length): Move out of Stringpool_template.
8908
1e3811b0
ILT
89092010-08-03 Ian Lance Taylor <iant@google.com>
8910
8911 PR 11712
8912 * layout.cc (relaxation_loop_body): If address of load segment is
8913 set, adjust address to include headers if possible.
8914
7af0c620
ILT
89152010-08-03 Ian Lance Taylor <iant@google.com>
8916
8917 * version.cc (version_string): Bump to 1.10.
8918
22f0da72
ILT
89192010-08-03 Ian Lance Taylor <iant@google.com>
8920
8921 PR 11805
8922 * layout.h (enum Output_section_order): Define.
8923 (class Layout): Update declarations.
8924 * layout.cc (Layout::get_output_section): Add order parameter.
8925 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
8926 is_first_non_relro parameters. Change all callers.
8927 (Layout::choose_output_section): Likewise.
8928 (Layout::add_output_section_data): Likewise.
8929 (Layout::make_output_section): Likewise. Set order.
8930 (Layout::default_section_order): New function.
8931 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
8932 * output.cc (Output_section::Output_section): Initialize order_.
8933 Don't initialize deleted fields.
8934 (Output_segment::Output_segment): Don't initialize deleted
8935 fields.
8936 (Output_segment::add_output_section_to_load): New function
8937 replacing add_output_section. Change all callers to call this or
8938 add_output_section_to_nonload.
8939 (Output_segment::add_output_section_to_nonload): New function.
8940 (Output_segment::remove_output_section): Rewrite.
8941 (Output_segment::add_initial_output_data): Likewise.
8942 (Output_segment::has_any_data_sections): Likewise.
8943 (Output_segment::is_first_section_relro): Likewise.
8944 (Output_segment::maximum_alignment): Likewise.
8945 (Output_segment::has_dynamic_reloc): New function replacing
8946 dynamic_reloc_count. Change all callers.
8947 (Output_segment::has_dynamic_reloc_list): New function replacing
8948 dynamic_reloc_count_list. Change all callers.
8949 (Output_segment::set_section_addresses): Rewrite.
8950 (Output_segment::set_offset): Rewrite.
8951 (Output_segment::find_first_and_last_list): Remove.
8952 (Output_segment::set_tls_offsets): Rewrite.
8953 (Output_segment::first_section_load_address): Likewise.
8954 (Output_segment::output_section_count): Likewise.
8955 (Output_segment::section_with_lowest_load_address): Likewise.
8956 (Output_segment::write_section_headers): Likewise.
8957 (Output_segment::print_sections_to_map): Likewise.
8958 * output.h (class Output_data): Remove dynamic_reloc_count_
8959 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
8960 (Output_data::add_dynamic_reloc): Rewrite.
8961 (Output_data::has_dynamic_reloc): New function.
8962 (Output_data::dynamic_reloc_count): Remove.
8963 (class Output_section): Add order_ field. Remvoe is_relro_local_,
8964 is_last_relro_, is_first_non_relro_, is_interp_,
8965 is_dynamic_linker_section_ fields. Add order and set_order
8966 functions. Remove is_relro_local, set_is_relro_local,
8967 is_last_relro, set_is_last_relro, is_first_non_relro,
8968 set_is_first_non_relro functions, is_interp, set_is_interp,
8969 is_dynamic_linker_section, and set_is_dynamic_linker_section
8970 functions.
8971 (class Output_segment): Change Output_data_list from std::list to
8972 std:;vector. Add output_lists_ field. Remove output_data_ and
8973 output_bss_ fields. Update declarations.
8974
3ff2ccb0
ILT
89752010-08-02 Ian Lance Taylor <iant@google.com>
8976
8977 * arm.cc (Target_arm::gc_process_relocs): Use typename.
8978 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
8979 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
8980
88a4108b
ILT
89812010-08-02 Ian Lance Taylor <iant@google.com>
8982
8983 PR 11855
8984 * script.cc (Script_options::Script_options): Initialize
8985 symbol_definitions_ and symbol_references_.
8986 (Script_options::add_symbol_assignment): Update
8987 symbol_definitions_ and symbol_references_.
8988 (Script_options::add_symbol_reference): New function.
8989 (script_symbol): New function.
8990 * script.h (class Script_options): Add symbol_definitions_ and
8991 symbol_references_ fields.
8992 (Script_options::referenced_const_iterator): New type.
8993 (Script_options::referenced_begin): New function.
8994 (Script_options::referenced_end): New function.
8995 (Script_options::is_referenced): New function.
8996 (Script_options::any_unreferenced): New function.
8997 * script-c.h (script_symbol): Declare.
8998 * yyscript.y (exp): Call script_symbol.
8999 * symtab.cc: Include "script.h".
9000 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
9001 Change all callers. Check symbols referenced by scripts.
9002 (Symbol_table::add_undefined_symbols_from_command_line): Add
9003 layout parameter. Change all callers.
9004 (Symbol_table::do_add_undefined_symbols_from_command_line):
9005 Likewise. Break out loop body. Check symbols referenced by
9006 scripts.
9007 (Symbol_table::add_undefined_symbol_from_command_line): New
9008 function broken out of
9009 do_add_undefined_symbols_from_command_line.
9010 * symtab.h (class Symbol_table): Update declarations.
9011 * archive.cc: Include "layout.h".
9012 (Archive::should_include_member): Add layout parameter. Change
9013 all callers. Check for symbol mentioned in expression.
9014 * archive.h (class Archive): Update declaration.
9015 * object.cc (Sized_relobj::do_should_include_member): Add layout
9016 parameter.
9017 * object.h (Object::should_include_member): Add layout parameter.
9018 Change all callers.
9019 (Object::do_should_include_member): Add layout parameter.
9020 (class Sized_relobj): Update declaration.
9021 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
9022 parameter.
9023 * dynobj.h (class Sized_dynobj): Update declaration.
9024 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
9025 layout parameter.
9026 * plugin.h (class Sized_pluginobj): Update declaration.
9027
5f1ab67a
ILT
90282010-08-02 Ian Lance Taylor <iant@google.com>
9029
9030 PR 11866
9031 * output.cc (Output_segment::set_offset): Search for the first and
9032 last sections rather than assuming that the list is in order.
9033 (Output_segment::find_first_and_last_list): New function.
9034 * output.h (class Output_segment): Update declarations.
9035 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
9036 (relro_strip_test_SOURCES): New variable.
9037 (relro_strip_test_DEPENDENCIES): New variable.
9038 (relro_strip_test_LDFLAGS): New variable.
9039 (relro_strip_test_LDADD): New variable.
9040 (relro_strip_test.so): New target.
9041
a8df5856
ILT
90422010-08-02 Ian Lance Taylor <iant@google.com>
9043
9044 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
9045 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
9046 (Target_i386::got_tlsdesc_section): New function.
9047 (Target_i386::got_section): Create space for GOT entries for
9048 TLSDESC relocations.
9049 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
9050 R_386_TLS_GOTDESC.
9051 (Target_i386::Scan::global): Likewise.
9052 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
9053 using TLSDESC GOT.
9054 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
9055 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
9056 (Target_x86_64::got_tlsdesc_section): New function.
9057 (Target_x86_64::got_section): Create space for GOT entries for
9058 TLSDESC relocations.
9059 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
9060 R_386_TLS_GOTDESC.
9061 (Target_x86_64::Scan::global): Likewise.
9062 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
9063 using TLSDESC GOT.
9064
0c10a0a6
ILT
90652010-08-02 Ian Lance Taylor <iant@google.com>
9066
9067 * testsuite/final_layout.sh: Use dc to convert from hex to
9068 decimal.
9069
41cbeecc
ST
90702010-07-29 Sriraman Tallam <tmsriram@google.com>
9071
9072 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
9073 paramter to the call to gold::gc_process_relocs.
9074 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
9075 paramter to the call to gold::gc_process_relocs.
9076 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
9077 parameter to the call to gold::gc_process_relocs.
9078 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
9079 template parameter to the call to gold::gc_process_relocs.
9080 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
9081 paramter to the call to gold::gc_process_relocs.
9082 * gc.h (get_embedded_addend_size): New function.
9083 (gc_process_relocs): Save the size of the reloc for use by ICF.
9084 * icf.cc (get_section_contents): Get the addend from the text section
9085 for SHT_REL relocation sections.
9086 * icf.h (Icf::Reloc_addend_size_info): New typedef.
9087 (Icf::Reloc_info): Add new member reloc_addend_size_info.
9088 * int_encoding.h (read_from_pointer): New overloaded function.
9089 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
9090 * testsuite/icf_sht_rel_addend_test.sh: New file.
9091 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
9092 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
9093
6ea55b82
RW
90942010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9095
9096 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
9097 * Makefile.in: Regenerate.
9098 * testsuite/Makefile.in: Regenerate.
9099
9691462b
ILT
91002010-07-27 Jeffrey Yasskin <jyasskin@google.com>
9101
9102 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
9103 * gold/testsuite/debug_msg.cc: Likewise.
9104 * gold/testsuite/odr_violation1.cc
9105 * gold/testsuite/odr_violation2.cc
9106
76897331
CC
91072010-07-21 Cary Coutant <ccoutant@google.com>
9108
9109 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
9110 string, and length fields.
9111 (Output_merge_string::Merged_strings_list): New type.
9112 (Output_merge_string::Merged_strings_lists): New typedef.
9113 (Output_merge_string): Replace merged_strings_ with
9114 merged_strings_lists_.
9115 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
9116 Merged_strings_list per input object and section. Don't store pointer
9117 to the string. Don't store length with each merged string entry.
9118 (Output_merge_string::finalize_merged_data): Loop over list of merged
9119 strings lists. Recompute length of each merged string.
9120
78384e8f
CC
91212010-07-15 Cary Coutant <ccoutant@google.com>
9122
9123 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
9124 here.
9125
783659f9
ILT
91262010-07-14 Ian Lance Taylor <iant@google.com>
9127
9128 * descriptors.cc (Descriptors::open): Report correct name in error
9129 message.
9130
131687b4
DK
91312010-07-13 Doug Kwan <dougkwan@google.com>
9132
9133 * arm.cc (Arm_input_section::Arm_input_section): For a
9134 SHT_ARM_EXIDX section, always keeps the input sections.
9135 (Arm_input_section::set_exidx_section_link): New method.
9136 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
9137 has_errors_ to false.
9138 (Arm_exidx_input_section::has_errors,
9139 Arm_exidx_input_section::set_has_errors): New methods.
9140 (Arm_exidx_input_section::has_errors_): New data member.
9141 (Arm_relobj::get_exidx_shndx_list): New method.
9142 (Arm_output_section::append_text_sections_to_list): Do not skip
9143 section without SHF_EXECINSTR.
9144 (Arm_output_section::fix_exidx_coverage): Skip input sections with
9145 errors.
2e702c99 9146 (Arm_relobj::make_exidx_input_section): Add new parameter for text
131687b4
DK
9147 section header. Make error messages more verbose. Check for
9148 a non-executable section linked to an EXIDX section.
9149 (Arm_relobj::do_read_symbols): Remove error checking, which has been
9150 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
9151 check that there is no deferred EXIDX section if we exit early.
9152 Instead of not making an EXIDX section in case of an error, make one
9153 and set the has_errors flag of it.
9154 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
9155 in a relocatable link.
9156 (Target_arm::do_relax): Look for the EXIDX output section instead of
9157 assuming that it is called .ARM.exidx.
2e702c99 9158 (Target_arm::fix_exidx_coverage): Add a new parameter for input
131687b4
DK
9159 section list. Do not check for SHF_EXECINSTR section flags but
9160 skip any input section with errors.
9161 * output.cc (Output_section::Output_section): Initialize
9162 always_keeps_input_sections_ to false.
9163 (Output_section::add_input_section): Check for
9164 always_keeps_input_sections_.
9165 * output.h (Output_section::always_keeps_input_sections,
9166 Output_section::set_always_keeps_input_sections): New methods.
9167 (Output_section::always_keeps_input_sections): New data member.
9168
69517287
RÁE
91692010-07-13 Rafael Espindola <espindola@google.com>
9170
9171 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
9172 * fileread.h (Input_file): Add try_extra_search_path and find_file.
9173
82742395
ILT
91742010-07-13 Philip Herron <herron.philip@googlemail.com>
9175 Ian Lance Taylor <iant@google.com>
9176
9177 * output.h (Output_section_lookup_maps::add_merge_section):
9178 Correct check of whether value was inserted.
9179 (Output_section_lookup_maps::add_merge_input_section): Likewise.
9180 (Output_section_lookup_maps::add_relaxed_input_section):
9181 Likewise.
9182 * arm.cc (Target_arm::got_section): Remove used local os.
9183 * i386.cc (Target_i386::got_section): Likewise.
9184 * x86_64.cc (Target_x86_64::got_section): Likewise.
9185 * sparc.cc (Target_sparc::got_section): Likewise.
9186 (Target_sparc::relocate): Remove unused local have_got_offset.
9187 * powerpc.cc (Target_powerpc::relocate): Likewise.
9188
f2d707b5
ILT
91892010-07-13 Ian Lance Taylor <iant@google.com>
9190
241531d6
ILT
9191 * compressed_output.cc (zlib_decompress): Fix signature in
9192 !HAVE_ZLIB_H case.
9193
f2d707b5
ILT
9194 * archive.cc (Archive::include_member): Unlock an external member
9195 of a thin archive. Don't bother to delete an object we know is
9196 NULL.
9197
a2e47362
CC
91982010-07-12 Cary Coutant <ccoutant@google.com>
9199
9200 * compressed_output.cc (zlib_decompress): New function.
9201 (get_uncompressed_size): New function.
9202 (decompress_input_section): New function.
9203 * compressed_output.h (get_uncompressed_size): New function.
9204 (decompress_input_section): New function.
9205 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
9206 Handle compressed debug sections.
9207 * layout.cc (is_compressed_debug_section): New function.
9208 (Layout::output_section_name): Map compressed section names to
9209 canonical names.
9210 * layout.h (is_compressed_debug_section): New function.
9211 (is_debug_info_section): Recognize compressed debug sections.
9212 * merge.cc: Include compressed_output.h.
9213 (Output_merge_data::do_add_input_section): Handle compressed
9214 debug sections.
9215 (Output_merge_string::do_add_input_section): Handle compressed
9216 debug sections.
9217 * object.cc: Include compressed_output.h.
9218 (Sized_relobj::Sized_relobj): Initialize new data members.
9219 (build_compressed_section_map): New function.
9220 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
9221 * object.h (Object::section_is_compressed): New method.
9222 (Object::do_section_is_compressed): New method.
9223 (Sized_relobj::Compressed_section_map): New type.
9224 (Sized_relobj::do_section_is_compressed): New method.
9225 (Sized_relobj::compressed_sections_): New data member.
9226 * output.cc (Output_section::add_input_section): Handle compressed
9227 debug sections.
9228 * reloc.cc: Include compressed_output.h.
9229 (Sized_relobj::write_sections): Handle compressed debug sections.
9230
ce279a62
CC
92312010-07-08 Cary Coutant <ccoutant@google.com>
9232
9233 * resolve.cc (Symbol_table::resolve): Remember whether undef was
9234 weak when resolving to a dynamic def.
9235 (Symbol_table::should_override): Add adjust_dyndef flag; set it
9236 for weak undef/dynamic def cases. Adjust callers.
9237 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
9238 undef_binding_weak_.
9239 (Symbol_table::sized_write_globals): Adjust symbol binding.
9240 (Symbol_table::sized_write_symbol): Add binding parameter.
9241 * symtab.h (Symbol::set_undef_binding): New method.
9242 (Symbol::is_undef_binding_weak): New method.
9243 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
9244 (Symbol_table::should_override): Add new parameter.
9245 (Symbol_table::sized_write_symbol): Add new parameter.
9246
9247 * testsuite/weak_undef_file1.cc: Add new test case.
9248 * testsuite/weak_undef_file2.cc: Fix header comment.
9249 * testsuite/weak_undef_test.cc: Add new test case.
9250
b2286c10
DK
92512010-06-29 Doug Kwan <dougkwan@google.com>
9252
9253 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
9254 Initialize USE_SYMBOL_.
9255 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
9256 definition.
9257 (Arm_reloc_property::uses_symbol_): New data member declaration.
9258 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
9259 uses symbol value and symbol is undefined but not weakly undefined.
9260
4802450a
RÁE
92612010-06-28 Rafael Espindola <espindola@google.com>
9262
9263 * plugin.cc (Plugin::load): Use dlerror.
9264
e5ca47ba
ILT
92652010-06-26 Jeffrey Yaskin <jyasskin@google.com>
9266
9267 * symtab.cc (detect_odr_violations): When reporting an ODR
9268 violation, report an object where the symbol is defined.
9269
8a75a161
DK
92702010-06-25 Doug Kwan <dougkwan@google.com>
9271
9272 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
9273 (Target_arm::section_may_have_icf_unsafe_pointers): New method
9274 definition.
9275 (Target_arm::Scan::local_reloc_may_be_function_pointer,
9276 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
9277 target hook to detect function points.
9278 (Target_arm::Scan::possible_function_pointer_reloc): New method.
9279 * icf.h (Icf::check_section_for_function_pointers): Change type of
9280 parameter SECTION_NAME to const reference to std::string. Use
9281 target hook to determine if section may have unsafe pointers.
9282 * target.h (Target::section_may_have_icf_unsafe_pointers): New
9283 method definition.
9284
42218b9f
RÁE
92852010-06-21 Rafael Espindola <espindola@google.com>
9286
9287 * fileread.cc (Input_file::find_fie): New
9288 (Input_file::open): Use Input_file::find_fie.
9289 * fileread.h (Input_file::find_fie): New
9290 * plugin.cc (set_extra_library_path): New.
9291 (Plugin::load): Add set_extra_library_path to the transfer vector.
9292 (Plugin_manager::set_extra_library_path): New.
9293 (Plugin_manager::add_input_file): Use the extra search path if set.
9294 (set_extra_library_path(): New.
9295 * plugin.h (Plugin_manager): Add set_extra_library_path and
9296 extra_search_path_.
9297
a0506cca
CC
92982010-06-19 Cary Coutant <ccoutant@google.com>
9299
9300 * layout.cc (gdb_sections): Add .debug_types.
9301 (lines_only_debug_sections): Likewise.
9302
6508b958
RÁE
93032010-06-18 Rafael Espindola <espindola@google.com>
9304
9305 * plugin.cc (add_input_file,add_input_library)
9306 (Plugin_manager::add_input_file): Make filename arguments const.
9307 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
9308 const.
9309
3e235302
DK
93102010-06-16 Doug Kwan <dougkwan@google.com>
9311
9312 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
9313 .ARM.attributes section if we have not merged any input
9314 attributes sections.
9315
106e8a6c
DK
93162010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9317
9318 * arm.cc: Allow combining objects with no EABI version
9319 information.
9320
91ff43fe
RÁE
93212010-06-15 Rafael Espindola <espindola@google.com>
9322
9323 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
9324
68ed838c
ILT
93252010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9326
9327 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
9328 (struct iovec): Correct !HAVE_READV definition.
9329
f3a2388f
CC
93302010-06-10 Cary Coutant <ccoutant@google.com>
9331
9332 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
9333 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
9334 reloc sections.
9335 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
9336
9337 PR 11683
9338 * symtab.h (Symbol::is_placeholder): New member function.
9339 * target-reloc.h (relocate_section): Check for placeholder symbols.
9340
9341 * testsuite/Makefile.am (plugin_test_8): New test.
9342 (plugin_test_9): New test.
9343 * testsuite/Makefile.in: Regenerate.
9344
e1df38aa
NC
93452010-06-09 Nick Clifton <nickc@redhat.com>
9346
9347 * yyscript.y (input_list_element): Allow strings prefixed with
9348 the '-' character. Treat these as libraries.
9349 * script.cc (script_add_library): New function. Adds a library
9350 specified by "-l<name>" found in an input script.
9351 * script-c.h: Add prototype for script_add_library.
9352
25bbe950
DK
93532010-06-07 Doug Kwan <dougkwan@google.com>
9354
9355 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
9356 Restrict stub-group size to be within long conditional branch
9357 range when working around cortex-A8 erratum.
9358
0f32ea4c
ILT
93592010-06-07 Damien Diederen <dd@crosstwine.com>
9360
9361 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
9362 #ifdef typo.
9363
8fe2a369
ST
93642010-06-03 Sriraman Tallam <tmsriram@google.com>
9365
9366 PR gold/11658
9367 * output.cc
9368 (Output_section::Input_section_sort_entry::compare_section_ordering):
9369 Change to return non-zero correctly.
9370 (Output_section::Input_section_sort_section_order_index_compare
9371 ::operator()): Change to fix ambiguity in comparisons.
9372
6e9ba2ca
ST
93732010-06-01 Sriraman Tallam <tmsriram@google.com>
9374
9375 * gold.h (is_wildcard_string): New function.
9376 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
9377 (Layout::layout_eh_frame): Ditto.
9378 (Layout::find_section_order_index): New method.
9379 (Layout::read_layout_from_file): New method.
9380 * layout.h (Layout::find_section_order_index): New method.
9381 (Layout::read_layout_from_file): New method.
9382 (Layout::input_section_position_): New private member.
9383 (Layout::input_section_glob_): New private member.
9384 * main.cc (main): Call read_layout_from_file here.
9385 * options.h (--section-ordering-file): New option.
9386 * output.cc (Output_section::input_section_order_specified_): New
9387 member.
9388 (Output_section::Output_section): Initialize new member.
9389 (Output_section::add_input_section): Add new parameter.
9390 Keep input sections when --section-ordering-file is used.
9391 (Output_section::set_final_data_size): Sort input sections when
9392 section ordering file is specified.
9393 (Output_section::Input_section_sort_entry): Add new parameter.
9394 Check sorting type.
9395 (Output_section::Input_section_sort_entry::compare_section_ordering):
9396 New method.
9397 (Output_section::Input_section_sort_compare::operator()): Change to
9398 consider section_order_index.
9399 (Output_section::Input_section_sort_init_fini_compare::operator()):
9400 Change to consider section_order_index.
9401 (Output_section::Input_section_sort_section_order_index_compare
9402 ::operator()): New method.
9403 (Output_section::sort_attached_input_sections): Change to sort
9404 according to section order when specified.
e1df38aa
NC
9405 (Output_section::add_input_section<32, true>): Add new parameter.
9406 (Output_section::add_input_section<64, true>): Add new parameter.
9407 (Output_section::add_input_section<32, false>): Add new parameter.
9408 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
9409 * output.h (Output_section::add_input_section): Add new parameter.
9410 (Output_section::input_section_order_specified): New
9411 method.
9412 (Output_section::set_input_section_order_specified): New method.
9413 (Input_section::Input_section): Initialize section_order_index_.
9414 (Input_section::section_order_index): New method.
9415 (Input_section::set_section_order_index): New method.
9416 (Input_section::section_order_index_): New member.
9417 (Input_section::Input_section_sort_section_order_index_compare): New
9418 struct.
9419 (Output_section::input_section_order_specified_): New member.
9420 * script-sections.cc (is_wildcard_string): Delete and move modified
9421 method to gold.h.
9422 (Output_section_element_input::Output_section_element_input): Modify
9423 call to is_wildcard_string.
9424 (Output_section_element_input::Input_section_pattern
9425 ::Input_section_pattern): Ditto.
9426 (Output_section_element_input::Output_section_element_input): Ditto.
9427 * testsuite/Makefile.am (final_layout): New test case.
9428 * testsuite/Makefile.in: Regenerate.
9429 * testsuite/final_layout.cc: New file.
9430 * testsuite/final_layout.sh: New file.
9431
3537c84b
RÁE
94322010-06-01 Rafael Espindola <espindola@google.com>
9433
9434 * plugin.cc (Plugin::load): Pass the output name to the plugin.
9435
105b6afd
RÁE
94362010-06-01 Rafael Espindola <espindola@google.com>
9437
9438 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
9439 visibility of symbols.
9440
29e11421
DK
94412010-05-27 Doug Kwan <dougkwan@google.com>
9442
9443 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
9444 from start of output section instead of address for a local symbol
9445 in a merged or relaxed section when doing a relocatable link.
9446
5e0f337e
RÁE
94472010-05-26 Rafael Espindola <espindola@google.com>
9448
703d02da 9449 PR 11604
5e0f337e
RÁE
9450 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
9451 adding sections the garbage collector removed.
9452 * gold/testsuite/Makefile.am: Add test.
9453 * gold/testsuite/Makefile.in: Regenerate.
9454 * gold/testsuite/plugin_test_7.sh: New.
9455 * gold/testsuite/plugin_test_7_1.c: New.
9456 * gold/testsuite/plugin_test_7_2.c: New.
9457
f4187277
RÁE
94582010-05-26 Rafael Espindola <espindola@google.com>
9459
9460 * script-sections.cc (Output_section_definition::set_section_addresses):
9461 Check for --section-start.
9462
5c388529
DK
94632010-05-26 Doug Kwan <dougkwan@google.com>
9464
9465 * arm.cc (Arm_scan_relocatable_relocs): New class.
9466 (Target_arm::relocate_special_relocatable): New method.
9467 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
9468 (Arm_relocate_functions::thumb_branch_common): Same.
9469 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
9470 instead of Default_scan_relocatable_relocs.
9471 * target-reloc.h (relocate_for_relocatable): Let target handle
9472 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
9473 * target.h (Sized_target::relocate_special_relocatable): New method.
9474
bca1c3ae
ILT
94752010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9476
9477 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
9478
0439c796
DK
94792010-05-23 Doug Kwan <dougkwan@google.com>
9480
9481 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
9482 instead of a cast.
9483 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
9484 with a direct branch, not a conditional branch, to a stub.
9485 * merge.cc (Output_merge_base::record_input_section): New method
9486 defintion.
9487 (Output_merge_data::do_add_input_section): Record input section if
9488 keeps-input-sections flag is set.
9489 (Output_merge_string::do_add_input_section): Ditto.
9490 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
9491 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
9492 INPUT_SECTIONS_.
9493 (Output_merge_base::keeps_input_sections,
9494 Output_merge_base::set_keeps_input_sections,
9495 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
9496 method definitions.
9497 (Output_merge_base::Input_sections): New type declaration.
9498 (Output_merge_base::input_sections_begin,
9499 Output_merge_base::input_sections_end,
9500 Output_merge_base::do_set_keeps_input_sections): New method definitions.
9501 (Output_merge_base::bool keeps_input_sections_,
9502 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
9503 Output_merge_base::input_sections_): New data members.
9504 (Output_merge_data::do_set_keeps_input_sections): New method
9505 defintion.
9506 (Output_merge_string::do_set_keeps_input_sections): Ditto.
9507 * output.cc (Output_section::Input_section::relobj): Move method
9508 defintion from class declaration to here and handle merge sections.
9509 (Output_section::Input_section::shndx): Ditto.
9510 (Output_section::Output_section): Remove initializations of removed
9511 data members and initialize new data member LOOKUP_MAPS_.
9512 (Output_section::add_input_section): Set keeps-input-sections flag
9513 for a newly created merge output section as appropriate. Adjust code
9514 to use Output_section_lookup_maps class.
9515 (Output_section::add_relaxed_input_section): Adjst code for lookup
9516 maps code refactoring.
2e702c99 9517 (Output_section::add_merge_input_section): Add a new parameter
0439c796
DK
9518 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
9519 class. If adding input section to a newly created merge output
9520 section fails, remove the new merge section.
9521 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 9522 Adjust code for use of the Output_section_lookup_maps class.
2e702c99 9523 (Output_section::find_merge_section): Ditto.
0439c796 9524 (Output_section::build_lookup_maps): New method defintion.
2e702c99 9525 (Output_section::find_relaxed_input_section): Adjust code to use
0439c796
DK
9526 Output_section_lookup_maps class.
9527 (Output_section::get_input_sections): Export merge sections. Adjust
9528 code to use Output_section_lookup_maps class.
9529 (Output_section:::add_script_input_section): Adjust code to use
9530 Output_section_lookup_maps class. Update lookup maps for merge
9531 sections also.
9532 (Output_section::discard_states): Use Output_section_lookup_maps.
9533 (Output_section::restore_states): Same.
9534 * output.h (Merge_section_properties): Move class defintion out of
9535 Output_section.
9536 (Output_section_lookup_maps): New class.
9537 (Output_section::Input_section::is_merge_section): New method
9538 defintion.
9539 (Output_section::Input_section::relobj): Move defintion out of class
9540 defintion. Declare method only.
9541 (Output_section::Input_section::shndx): Ditto.
9542 (Output_section::Input_section::output_merge_base): New method defintion.
2e702c99 9543 (Output_section::Input_section::u2_.pomb): New union field.
0439c796
DK
9544 (Output_section::Merge_section_by_properties_map,
9545 Output_section::Output_section_data_by_input_section_map,
9546 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
9547 Remove types.
2e702c99 9548 (Output_section::add_merge_input_section): Add new parameter
0439c796
DK
9549 KEEPS_INPUT_SECTIONS.
9550 (Output_section::build_lookup_maps): New method declaration.
9551 (Output_section::merge_section_map_,
9552 Output_section::merge_section_by_properties_map_,
9553 Output_section::relaxed_input_section_map_,
9554 Output_section::is_relaxed_input_section_map_valid_): Remove data
9555 members.
9556 (Output_section::lookup_maps_): New data member.
9557
76295588
L
95582010-05-21 Doug Kwan <dougkwan@google.com>
9559
9560 PR gold/11619
9561 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
9562 avoid a compilation error.
9563
d103a984
RÁE
95642010-05-19 Rafael Espindola <espindola@google.com>
9565
9566 * script-sections.cc (Output_section_definition::allocate_to_segment):
9567 Update the phdrs_list even when the output section is NULL.
9568 * testsuite/Makefile.am: Add test.
9569 * testsuite/Makefile.in: Regenerate.
9570 * testsuite/script_test_9.cc: New.
9571 * testsuite/script_test_9.sh: New.
9572 * testsuite/script_test_9.t: New.
9573
6625d24e
DK
95742010-05-19 Doug Kwan <dougkwan@google.com>
9575
9576 * arm.cc (Arm_input_section::original_size): New method.
9577 (Arm_input_section::do_addralign): Add a cast.
9578 (Arm_input_section::do_output_offset): Remove static cast.
9579 (Arm_input_section::original_addralign,
9580 Arm_input_section::original_size_): Change type to uint32_t.
9581 (Arm_input_section::init): Add safe casts for section alignment
9582 and size.
9583 (Arm_input_section::set_final_data_size): Do not set address and
9584 offset of stub table.
9585 (Arm_output_section::fix_exidx_coverage): Change use of of
9586 Output_section::Simple_input_section to that of
9587 Output_section::Input_section.
9588 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
9589 except for the first pass.
9590 * output.cc (Output_section::get_input_sections): Change type of
9591 input_sections to std::list<Input_section>.
9592 (Output_section::add_script_input_section): Rename from
9593 Output_section::add_simple_input_section. Change type of SIS
9594 parameter from Simple_input_section to Input_section.
9595 * output.h (Output_section::Simple_input_section): Remove class.
9596 (Output_section::Input_section): Change class visibility to public.
9597 (Output_section::Input_section::addralign): Use stored alignments
9598 for special input sections if set.
9599 (Output_section::Input_section::set_addralign): New method.
9600 (Output_section::get_input_sections): Change parameter type from
9601 list of Simple_input_section to list of Input_section.
9602 (Output_section::add_script_input_section): Rename from
9603 Output_section::add_simple_input_section. Change first parameter's
9604 type from Simple_input_section to Input_section and remove the
9605 second and third parameters.
9606 * script-sections.cc (Input_section::Input_section_list): Change
9607 type to list of Output_section::Input_section/
9608 (Input_section_info::Input_section_info): Change parameter type of
9609 INPUT_SECTION to Output_section::Input_section.
9610 (Input_section_info::input_section): Change return type.
9611 (Input_section_info::input_section_): Change type to
9612 Output_section::Input_section.
9613 (Output_section_element_input::set_section_addresses): Adjust code
9614 to use Output_section::Input_section instead of
9615 Output_section::Simple_input_section. Adjust code for renaming
9616 of Output_section::add_simple_input_section.
9617 (Orphan_output_section::set_section_addresses): Ditto.
9618
e1e82ea4
RW
96192010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9620
9621 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
9622 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
9623
91e75c8a
RÁE
96242010-05-18 Rafael Espindola <espindola@google.com>
9625
9626 * options.cc (General_options::finalize): Handle -nostdlib.
9627 * options.h (nostdlib): New option.
9628 * script.cc (script_add_search_dir): Handle -nostdlib.
9629
da59ad79
DK
96302010-05-12 Doug Kwan <dougkwan@google.com>
9631
9632 * arm.cc (Target_arm::do_finalize_sections): Create an empty
9633 attributes section only if there no attributes section after merging.
9634 (Target_arm::merge_object_attributes): Move value of
e1df38aa 9635 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
9636 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
9637 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
9638 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
9639 and arm_attr_merge_7.stdout.
9640 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
9641 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
9642 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
9643 arm_attr_merge_7b.o): New rules.
9644 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
9645 arm_attr_merge_7
9646 * testsuite/Makefile.in: Regenerate.
9647 * testsuite/arm_attr_merge.sh: New file.
9648 * testsuite/arm_attr_merge_[67][ab].s: Same.
9649
3e01a7fd
NC
96502010-05-05 Nick Clifton <nickc@redhat.com>
9651
9652 * po/es.po: Updated Spanish translation.
9653
7ad2014a
L
96542010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9655
9656 * Makefile.am (install-exec-local): Properly install gold as
9657 default cross linker.
9658 * Makefile.in: Regenerated.
9659
4fda8867
NC
96602010-04-27 H.J. Lu <hongjiu.lu@intel.com>
9661 Nick Clifton <nickc@redhat.com>
9662
9663 * configure.ac (install_as_default): Define and set to false
9664 unless --enable-gold or --enable-gold=both/gold has been
9665 specified.
9666 * configure: Regenerate.
9667
9668 * Makefile.am (install-exec-local): Install the executable as
9669 'ld.gold'. If install_as_default is true then also install it as
9670 'ld'.
9671 * Makefile.in: Regenerated.
9672
bd288ea2
ILT
96732010-04-24 Ian Lance Taylor <iant@google.com>
9674
9675 * layout.cc (Layout::layout_reloc): In relocatable link don't
9676 combine reloc sections for grouped sections.
9677
ef38fd8a
ST
96782010-04-23 Sriraman Tallam <tmsriram@google.com>
9679
9680 * gc.h (gc_process_relocs): Pass information on relocs pointing to
9681 sections that are not ordinary to icf.
9682 * icf.cc (get_section_contents): Handle relocation pointing to section
9683 with no object or shndx information.
9684 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
9685 * testsuite/Makefile.in: Regenerate.
9686 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
9687 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
9688
f6973bdc
ILT
96892010-04-22 Ian Lance Taylor <iant@google.com>
9690
9691 * expression.cc (Expression::Expression_eval_info): Add
9692 result_alignment_pointer field.
9693 (Expression::eval_with_dot): Add result_alignment_pointer
9694 parameter. Change all callers.
9695 (Expression::eval_maybe_dot): Likewise.
9696 (class Binary_expression): Add alignment_pointer parameter to
9697 left_value and right_value. Change all callers.
9698 (BINARY_EXPRESSION): Set result alignment.
9699 (class Trinary_expression): Add alignment_pointer parameter to
9700 arg2_value and arg3_value. Change all callers.
9701 (Trinary_cond::value): Set result alignment.
9702 (Max_expression::value, Min_expression::value): Likewise.
9703 (Align_expression::value): Likewise.
9704 * script-sections.cc (class Sections_element): Add dot_alignment
9705 parameter to set_section_addresses virtual function. Update
9706 instantiations.
9707 (class Output_section_element): Likewise.
9708 (Script_sections::create_segments): Add dot_alignment parameter.
9709 Change all callers.
9710 (Script_sections::create_segments_from_phdrs_clause): Likewise.
9711 (Script_sections::set_phdrs_clause_addresses): Likewise.
9712 * script-sections.h: Update declarations.
9713 * script.h: Update declarations.
9714 * output.h (Output_segment::set_minimum_p_align): Don't decrease
9715 min_p_align.
9716 * testsuite/script_test_3.t: Set large alignment.
9717 * testsuite/script_test_3.sh: Make sure that at least one LOAD
9718 segment has expected alignment.
9719
9c9c98a5
NC
97202010-04-22 Nick Clifton <nickc@redhat.com>
9721
9722 * po/gold.pot: Updated by the Translation project.
9723 * po/vi.po: Updated Vietnamese translation.
9724
2253bfba
L
97252010-04-22 H.J. Lu <hongjiu.lu@intel.com>
9726
9727 * testsuite/Makefile.am (check_PROGRAMS): Add
9728 icf_virtual_function_folding_test.
9729 * testsuite/Makefile.in: Regenerated.
9730
85fdf906
AH
97312010-04-15 Andrew Haley <aph@redhat.com>
9732
9733 * options.h (merge_exidx_entries): New option.
9734 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
9735 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
9736 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
9737 (Target_arm::merge_exidx_entries): New function.
9738 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
9739 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
9740 to Arm_exidx_fixup constructor.
9741 Add new arg, merge_exidx_entries.
9742 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
9743 Arm_output_section::fix_exidx_coverage.
9744
ce97fa81
ST
97452010-04-18 Sriraman Tallam <tmsriram@google.com>
9746
9747 * icf.cc (get_section_contents): Check for preemptible functions.
9748 Ignore addend when appropriate.
9749 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
9750 section folded.
9751 (add_from_relobj): Check for section folded.
9752 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
9753 * symtab.h (should_add_dynsym_entry): Add new parameter.
9754 * target-reloc.h (scan_relocs): Check for section folded.
9755 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
9756 Check reloc types for function pointers in shared objects.
9757 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
9758 case.
9759 (icf_preemptible_functions_test): New test case.
9760 (icf_string_merge_test): New test case.
9761 * testsuite.Makefile.in: Regenerate.
9762 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
9763 bar_glob. Refactor code.
9764 * testsuite/icf_preemptible_functions_test.cc: New file.
9765 * testsuite/icf_preemptible_functions_test.sh: New file.
9766 * testsuite/icf_string_merge_test.cc: New file.
9767 * testsuite/icf_string_merge_test.sh: New file.
9768 * testsuite/icf_virtual_function_folding_test.cc: New file.
9769 * testsuite/icf_virtual_function_folding_test.sh: New file.
9770
04ceb17c
DK
97712010-04-14 Doug Kwan <dougkwan@google.com>
9772
9773 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
9774 for local symbol recounting if we remove a section due to ICF.
9775 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
9776 there are no regular objects in input.
9777
153e7da4
DK
97782010-04-13 Doug Kwan <dougkwan@google.com>
9779
9780 * arm.cc (Arm_input_section::set_final_data_size): Compute
9781 accurate final data size instead of using current data size.
9782
4dbd9faf
DK
97832010-04-09 Doug Kwan <dougkwan@google.com>
9784
9785 * layout.cc (Layout::choose_output_section): Handle script section
9786 types.
9787 (Layout::make_output_section_for_script): Add section type parameter.
9788 Handle script section types.
9789 * layout.h (Layout::make_output_section_for_script): Add section
9790 type parameter.
9791 * output.cc (Output_section::Output_section): Initialize data member
9792 is_noload_.
9793 (Output_section::do_reset_address_and_file_offset): Do not set address
9794 to 0 if section is a NOLOAD section.
9795 * output.h (Output_section::is_noload): New method.
9796 (Output_section::set_is_noload): Ditto.
9797 (Output_section::is_noload_): New data member.
9798 * script-c.h (Script_section_type): New enum type.
9799 (struct Parser_output_section_header): Add new file section_type.
9800 * script-sections.cc (Sections_element::output_section_name): Add
9801 parameter for returning script section type.
9802 (Output_section_definition::output_section_name): Ditto.
9803 (Output_section_definition::section_type)P; New method.
9804 (Output_section_definiton::script_section_type_name): Ditto.
9805 (Output_section_definition::script_section_type_): New data member.
9806 (Output_section_definition::Output_section_definition): Initialize
9807 data member Output_section_definition::script_section_type_.
9808 (Output_section_definition::create_sections): Pass script section type
9809 to Layout::make_output_section_for_script.
9810 (Output_section_definition::output_section_name): Return script
9811 section type to caller.
9812 (Output_section_definition::set_section_address): Do not advance
9813 dot value and load address if section type is NOLOAD. Set address
9814 of NOLOAD sections regardless of section flags.
9815 (Output_section_definition::print): Print section type if it is
9816 not SCRIPT_SECTION_TYPE_NONE.
9817 (Output_section_definition::section_type): New method.
9818 (Output_section_definition::script_section_type_name): Ditto.
9819 (Script_sections::output_section_name): Add new parameter
9820 PSECTION_TYPE for returning script section type. Pass it to
9821 section elements. Handle discard sections.
9822 (Sort_output_sections::operator()): Handle NOLOAD sections.
9823 * script-sections.h (Script_sections::Section_type): New enum type.
2e702c99 9824 (Script_sections::output_section_name): Add a new parameter for
4dbd9faf
DK
9825 returning script section type.
9826 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
9827 INFO and NOLOAD.
9828 * yyscript.y (union): Add new field SECTION_TYPE.
9829 (COPY, DSECT, INFO, NOLOAD): New tokens.
9830 (opt_address_and_section_type): Change type to output_section_header.
9831 (section_type): New non-terminal
9832 (section_header): Handle section type.
2253bfba 9833 (opt_address_and_section_type): Return section type value.
4dbd9faf 9834
721ea635
L
98352010-04-09 H.J. Lu <hongjiu.lu@intel.com>
9836
9837 * testsuite/plugin_common_test_1.c (foo): Add prototype.
9838 * testsuite/plugin_common_test_2.c (foo): Likewise.
9839
6bf924b0
DK
98402010-04-08 Doug Kwan <dougkwan@google.com>
9841
9842 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
9843 Output_merge_data.
9844 * output.cc (Output_section::add_merge_input_section): Simplify
9845 code and return status of Output_merge_base::add_input_section.
e1df38aa 9846 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
9847 returns true.
9848
24af6f92
DK
98492010-04-07 Doug Kwan <dougkwan@google.com>
9850
9851 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
9852 if section is marked as containing instructions but has no mapping
9853 symbols.
9854 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
9855 correct section index.
9856 (Arm_relobj::find_linked_text_section): Ditto.
9857
00698fc5
CC
98582010-04-07 Cary Coutant <ccoutant@google.com>
9859
9860 * archive.cc (include_member): Destroy Read_symbols_data object before
9861 releasing file.
9862 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
9863 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
9864 (Read_symbols_data::~Read_symbols_data) New destructor.
9865 (Section_relocs::Section_relocs) New constructor.
9866 (Section_relocs::~Section_relocs) New destructor.
9867 (Read_relocs_data::Read_relocs_data) New constructor.
9868 (Read_relocs_data::~Read_relocs_data) New destructor.
9869 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
9870 pointers to NULL after deleting.
9871
7296d933
DK
98722010-04-07 Doug Kwan <dougkwan@google.com>
9873
9874 * arm.cc: Replace "endianity" with "endianness" in comments.
9875 (Arm_exidx_cantunwind): Ditto.
9876 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
9877 (Arm_relobj::merge_flags_and_attributes): New method.
9878 (Arm_relobj::merge_flags_and_attributes_): New data member.
9879 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
9880 (Arm_relobj::scan_sections_for_stubs): Ditto.
9881 (Arm_relobj::do_read_symbols): Check to see if we really want to
9882 merge processor-specific flags and attributes. Exit early if
9883 an object is empty except for section names and the undefined symbol.
9884 (Target_arm::do_finalize_sections): Move check for ELF format to
9885 Arm_relobj::do_read_symbols. Merge processor specific flags and
9886 attributes from a regular object only when we have determined that
9887 it is aapropriate. Do not create an .ARM.attributes section in
9888 output if there is no regular input object.
9889 (Target_arm::merge_processor_specific_flags): Check
9890 --warn-mismatch before printing any error.
9891 (Target_arm::merge_object_attributes): Ditto.
9892 * gold.cc (queue_middle_tasks): Handle the case in which there is
9893 no regular object in input.
9894 * options.cc (General_options::parse_EB): New method.
9895 (General_options::parse_EL): Same.
9896 (General_options::General_options): Initialize endianness_.
9897 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
9898 New options.
9899 (General_options::Endianness): New enum.
9900 (General_options::endianness): New method.
9901 (General_options::endianness_): New data member.
9902 * parameters.cc (Parameters::set_options): Check target endianness.
9903 (Parameters::set_target_once): Ditto.
9904 (Parameters::check_target_endianness): New method.
9905 (parameters_force_valid_target): If either -EL or -EB is specified,
9906 use it to define endianness of default target.
9907 * parameters.h (Parameters::check_target_endianness): New method
9908 declaration.
9909 * target.h (class Target): Change "endianity" to "endianness"
9910 in comments.
9911
efc8d4f2
RW
99122010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9913
9914 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
9915 * configure: Regenerate.
9916 * Makefile.in: Regenerate.
9917 * testsuite/Makefile.in: Regenerate.
9918
be234d88
CC
99192010-04-06 Cary Coutant <ccoutant@google.com>
9920
9921 gcc PR lto/42757
9922 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
9923 prevailing definitions of common symbols.
9924 * testsuite/plugin_test_6.sh: New test case.
9925 * testsuite/plugin_common_test_1.c: New test case.
9926 * testsuite/plugin_common_test_2.c: New test case.
9927 * testsuite/Makefile.am (plugin_test_6): New test case.
9928 * testsuite/Makefile.in: Regenerate.
9929
bd32c6bd
NC
99302010-04-06 Nick Clifton <nickc@redhat.com>
9931
9932 * po/vi.po: New Vietnamese translation.
9933
323c532f
DK
99342010-03-30 Doug Kwan <dougkwan@google.com>
9935
9936 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
9937
4fcd97eb
DK
99382010-03-25 Doug Kwan <dougkwan@google.com>
9939
9940 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
9941 to avoid a conversion warning on a 32-bit host.
9942
4ebf39db
ILT
99432010-03-24 Ian Lance Taylor <iant@google.com>
9944
9945 * testsuite/script_test_3.t: Add a TLS segment.
9946 * testsuite/Makefile.am (check_PROGRAMS): Add
9947 tls_phdrs_script_test.
9948 (tls_phdrs_script_test_SOURCES): Define.
9949 (tls_phdrs_script_test_DEPENDENCIES): Define.
9950 (tls_phdrs_script_test_LDFLAGS): Define.
9951 (tls_phdrs_script_test_LDADD): Define.
9952 * testsuite/Makefile.in: Rebuild.
9953
4a599bdd
CC
99542010-03-23 Cary Coutant <ccoutant@google.com>
9955
9956 * fileread.cc (find_or_make_view): Fix comment.
9957
6c93b22c
ILT
99582010-03-23 Ian Lance Taylor <iant@google.com>
9959
9960 * script-sections.cc (class Orphan_section_placement): Define
9961 PLACE_TLS and PLACE_TLS_BSS.
9962 (Orphan_section_placement::Orphan_section_placement): Initialize
9963 new places.
9964 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
9965 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
9966 (tls_script_test_SOURCES): Define.
9967 (tls_script_test_DEPENDENCIES): Define.
9968 (tls_script_test_LDFLAGS): Define.
9969 (tls_script_test_LDADD): Define.
9970 * testsuite/Makefile.in: Rebuild.
9971
a2c7281b
DK
99722010-03-22 Doug Kwan <dougkwan@google.com>
9973
9974 * arm.cc (Arm_relocate_functions::abs8,
9975 Arm_relocate_functions::abs16): Use correct check for overflow
9976 specified in the ARM ELF specs.
9977 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
9978 target of a BLX instruction specially.
9979 (Reloc_stub::stub_type_for_reloc): Ditto.
9980 (Relocate::relocate): Use symbolic names instead of numeric relocation
9981 codes to report error.
9982 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
9983 workaround.
9984 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
9985 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
9986 thumb2_blx_out_of_range.stdout
9987 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
9988 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
9989 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
9990 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
9991 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
9992 thumb2_blx_in_range, thumb2_blx_in_range.o,
9993 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
9994 thumb2_blx_out_of_range.o): New rules.
2e702c99 9995 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
a2c7281b
DK
9996 thumb2_blx_in_range and thumb2_blx_out_of_range.
9997 * testsuite/Makefile.in: Regenerate.
9998 * arm_branch_in_range.sh: Add tests for THUMB BLX.
9999 * testsuite/thumb_blx_in_range.s: New file.
10000 * testsuite/thumb_blx_out_of_range.s: New file.
10001
b0193076
RÁE
100022010-03-22 Rafael Espindola <espindola@google.com>
10003
10004 * archive.cc (Should_include): Move to archive.h.
10005 (should_include_member): Make it a member of Archive.
10006 (Lib_group): New.
10007 (Add_lib_group_symbols): New.
10008 * archive.h: Include options.h.
10009 (Archive_member): Moved from Archive.
10010 (Should_include): Moved from archive.cc.
10011 (Lib_group): New.
10012 (Add_lib_group_symbols): New.
10013 * dynobj.cc (do_should_include_member): New.
10014 * dynobj.h (do_should_include_member): New.
10015 * gold.cc (queue_initial_tasks): Update call to queue.
10016 * main.cc (main): Print lib group stats.
10017 * object.cc (do_should_include_member): New.
10018 * object.h: Include archive.h.
10019 (Object::should_include_member): New.
10020 (Object::do_should_include_member): New.
10021 (Sized_relobj::do_should_include_member): New.
10022 * options.cc (General_options::parse_start_lib): New.
10023 (General_options::parse_end_lib): New.
10024 (Input_arguments::add_file): Handle lib groups.
10025 (Input_arguments::start_group): Check we are not in a lib.
10026 (Input_arguments::start_lib): New.
10027 (Input_arguments::end_lib): New.
10028 * options.h (General_options): Add start_lib and end_lib.
10029 (Input_argument::lib_): New.
10030 (Input_argument::lib): New.
10031 (Input_argument::is_lib): New.
10032 (Input_file_lib): New.
10033 (Input_arguments::in_lib_): New.
10034 (Input_arguments::in_lib): New.
10035 (Input_arguments::start_lib): New.
10036 (Input_arguments::end_lib_): New.
10037 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
10038 in unused members as preempted.
10039 (Sized_pluginobj::do_should_include_member): New.
10040 * plugin.h (Sized_pluginobj::do_should_include_member): New.
10041 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
10042 return the blocker.
10043 (Read_symbols::do_whole_lib_group): New.
10044 (Read_symbols::do_lib_group): New.
10045 (Read_symbols::do_read_symbols): Handle lib groups.
10046 (Read_symbols::get_name): Handle lib groups.
10047 * readsyms.h (Read_symbols): Add an archive member pointer.
10048 (Read_symbols::do_whole_lib_group): New.
10049 (Read_symbols::do_lib_group): New.
10050 (Read_symbols::member_): New.
10051 * script.cc (read_input_script): Update call to queue_soon.
10052
d099120c
DK
100532010-03-19 Doug Kwan <dougkwan@google.com>
10054
10055 * arm.cc (Stub_table::Stub_table): Initialize new data members
10056 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
10057 (Stub_table::add_reloc_stub): Assign stub offset and update
10058 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
10059 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
10060 New data members.
2e702c99 10061 (Stub_table::update_data_size_and_addralign): Use
d099120c
DK
10062 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
10063 instead of going over all reloc stubs.
2e702c99 10064 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
d099120c
DK
10065 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
10066 Stringpool_template::offset_ to size of Stringpool_char.
2e702c99 10067 (Stringpool_template::new_key_offset): Remove code to initialize
d099120c
DK
10068 Stringpool_template::offset_.
10069 * stringpool.h (Stringpool_template::set_no_zero_null): Set
10070 Stringpool_template::offset_ to zero.
10071
1aa37384
DK
100722010-03-15 Doug Kwan <dougkwan@google.com>
10073
10074 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
10075 offset_.
10076 (Stringpool_template::new_key_offset): New method.
10077 (Stringpool_template::add_string): Assign offsets when adding new
10078 strings.
10079 (Stringpool_template::set_string_offsets): Do not set string offsets
10080 when not optimizing.
10081 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
10082 member size_.
2e702c99
RM
10083 (Chunked_vector::clear): Clear size_.
10084 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
10085 (Chunked_vector::size): Return size_.
10086 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 10087 (Chunked_vector::size_): New data member.
1aa37384
DK
10088 (Stringpool_template::set_no_zero_null): Assert string set is empty.
10089 (Stringpool_template::new_key_offset): New method declaration.
10090 (Stringpool_template::offset_): New data member.
10091
b672b057
RÁE
100922010-03-15 Rafael Espindola <espindola@google.com>
10093
10094 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
10095 Add_symbols' constructor.
10096 * readsyms.h (Add_symbols): Remove the input_group member.
10097
b6848d3c
ILT
100982010-03-10 Ian Lance Taylor <iant@google.com>
10099
10100 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
10101 target to ask whether a reference to a symbol requires a stack
10102 split.
10103 * target.h (Target::is_call_to_non_split): New function.
10104 (Target::do_is_call_to_non_split): Declare virtual function.
10105 * target.cc: Include "symtab.h".
10106 (Target::do_is_call_to_non_split): New function.
10107 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
10108
a2a5469e
CC
101092010-03-10 Cary Coutant <ccoutant@google.com>
10110
10111 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
10112 (File_read::open[1]): Remove initial mapping of whole_file_view_.
10113 (File_read::open[2]): Add whole_file_view_ to list of views.
10114 (File_read::make_view): Remove test of whole_file_view_.
10115 (File_read::find_or_make_view): Create whole_file_view_ if
10116 necessary.
10117 (File_read::clear_views): Replace bool parameter with enum;
10118 adjust all callers. Don't delete views with permanent data;
10119 do delete cached views and views from archives if
10120 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
10121 if clearing the corresponding view.
10122 * fileread.h (File_read::Clear_views_mode): New enum.
10123 (File_read::View::is_permanent_view): New method.
10124 (File_read::clear_views): Replace bool parameter
10125 with enum; adjust all callers.
10126 * options.h (General_options): Change keep_files_mapped option;
10127 add map_whole_files.
10128 * readsyms.cc (Add_symbols::run): Delete sd_ object before
10129 releasing the file.
10130 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
10131 the file.
10132
8861f32b
DM
101332010-03-10 David S. Miller <davem@davemloft.net>
10134
10135 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
10136
d62d0f5f
ST
101372010-03-09 Sriraman Tallam <tmsriram@google.com>
10138
10139 * icf.cc (get_section_contents): Add '@' marker after processing the
10140 merge reloc.
10141
9177756d
DK
101422010-03-08 Doug Kwan <dougkwan@google.com>
10143
10144 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
10145 due to a conversion warning.
10146 (Arm_relobj::update_output_local_symbol_count): Check for local
10147 symbol with unset output index.
10148
9e9e071b
ILT
101492010-03-05 Ian Lance Taylor <iant@google.com>
10150
10151 * options.h (class General_options): Add --spare-dynamic-tags.
10152 * output.cc (Output_data_dynamic::set_final_data_size): Implement
10153 --spare-dynamic-tags.
10154
a81ee015
ILT
101552010-03-05 Ian Lance Taylor <iant@google.com>
10156
10157 * incremental.cc: Include "libiberty.h".
10158
44ec90b9
RO
101592010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10160
10161 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
10162 function, is_info_ member.
10163 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
10164 (Versions::Versions): Update caller.
10165 (Versions::define_base_version): Likewise.
10166 (Versions::add_def): Likewise.
10167
0897ed3b
ST
101682010-03-03 Sriraman Tallam <tmsriram@google.com>
10169
10170 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
10171 (Scan::possible_function_pointer_reloc): New function.
10172 (Scan::local_reloc_may_be_function_pointer): Change to call
10173 possible_function_pointer_reloc.
10174 (Scan::global_reloc_may_be_function_pointer): Ditto.
10175 * icf.h (Icf::check_section_for_function_pointers): Change to reject
10176 relocations in ".data.rel.ro._ZTV" section.
10177 * testsuite/icf_safe_so_test.sh: Change to pass i386.
10178 * testsuite/icf_safe_so_test.cc: Ditto.
10179 * testsuite/icf_safe_test.cc: Ditto.
10180 * testsuite/icf_safe_test.sh: Ditto.
10181
d3bbad62
ILT
101822010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10183 Ian Lance Taylor <iant@google.com>
10184
10185 * target-reloc.h (relocate_section): Check the symbol table index
10186 for -1U before setting the local symbol index.
10187 (scan_relocatable_relocs): If copying the relocation, record that
10188 the local symbol is required.
10189 * object.h (Symbol_value::is_output_symtab_index_set): New
10190 function.
10191 (Symbol_value::may_be_discarded_from_output_symtab): New
10192 function.
10193 (Symbol_value::has_output_symtab_entry): New function.
10194 (Symbol_value::needs_output_symtab_entry): Remove.
10195 (Symbol_value::output_symtab_index): Make sure the symbol index is
10196 set.
10197 (Symbol_value::set_output_symtab_index): Make sure the symbol
10198 index is not set. Make sure the new index is valid.
10199 (Symbol_value::set_must_have_output_symtab_entry): New function.
10200 (Symbol_value::has_output_dynsym_entry): New function.
10201 (Symbol_value::set_output_dynsym_index): Make sure the new index
10202 is valid.
10203 (Sized_relobj::set_must_have_output_symtab_entry): New function.
10204 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
10205 local symbol if permitted.
10206 (Sized_relobj::do_finalize_local_symbols): Call
10207 is_output_symtab_index_set rather than needs_output_symtab_entry.
10208 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
10209 rather than needs_output_symtab_entry. Call
10210 has_output_dynsym_entry rather than needs_output_dynsym_entry.
10211 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
10212 is_output_symtab_index_set rather than needs_output_symtab_entry.
10213 * testsuite/discard_locals_relocatable_test.c: New file.
10214 * testsuite/discard_locals_test.sh: Test -r.
10215 * testsuite/Makefile.am (check_DATA): Add
10216 discard_locals_relocatable_test1.syms,
10217 discard_local_relocatable_test2.syms.
10218 (MOSTLYCLEANFILES): Likewise. Also add
10219 discard_locals_relocatable_test1.lout and
10220 discard_locals_relocatable_test2.out.
10221 (discard_locals_relocatable_test1.syms): New target.
10222 (discard_locals_relocatable_test.o): New target.
10223 (discard_locals_relocatable_test1.out): New target.
10224 (discard_locals_relocatable_test2.syms): New target.
10225 (discard_locals_relocatable_test2.out): New target.
10226 (various): Add missing ../ld-new dependencies.
10227 * testsuite/Makefile.in: Rebuild.
10228
7e8ccf26
NC
102292010-03-03 Nick Clifton <nickc@redhat.com>
10230
10231 * po/fi.po: New Finnish translation.
10232
2a0ff005
DK
102332010-03-01 Doug Kwan <dougkwan@google.com>
10234
10235 * layout.cc (Layout::Layout): Force section types of .init_array*,
10236 .preinit_array* and .fini_array* sections.
10237 * output.cc (Output_section::Input_section_sort_entry::has_priority):
10238 Fix check of return value of std::string::find.().
10239 (Output_section::Input_section_sort_compare::operator()): Remove
10240 comment about .init_array.
10241 (Output_section::Input_section_sort_init_fini_compare::operator()):
10242 New method.
10243 (Output_section::sort_attached_input_sections): Handle .init_array
10244 and .fini_array specially.
10245 * output.h (Output_section::Inut_section_sort_compare): Update
10246 comment.
10247 (Output_section::Input_section_sort_init_fini_compare): New struct.
10248
c3e4ae29
DK
102492010-02-26 Doug Kwan <dougkwan@google.com>
10250
10251 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
10252 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
10253 * testsuite/debug_msg.sh: Avoid matching source line number for
10254 use of global variable undef_int.
10255
2fd9ae7a
DK
102562010-02-26 Doug Kwan <dougkwan@google.com>
10257
10258 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
10259 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
10260 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
10261 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
10262 * options.cc (General_options::General_options): Initialize member
10263 fix_v4bx_.
10264 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
10265 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
10266 and rm_no_fix_v4bx.stdout
10267 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
10268 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
10269 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
10270 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
10271 and arm_no_fix_v4bx.
10272 * Makefile.in: Regenerate.
10273 * testsuite/arm_fix_v4bx.s: New file.
10274 * testsuite/arm_fix_v4bx.sh: Ditto.
10275
67ec7d0b
DK
102762010-02-24 Doug Kwan <dougkwan@google.com>
10277
10278 * arm.cc (Target_arm::got_section): Make the .got section the first
10279 non RELRO section in the data segment.
10280 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
10281 suffixes of section names.
10282
10165461
DK
102832010-02-24 Doug Kwan <dougkwan@google.com>
10284
10285 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
10286 flags and attributes merging if an input file is a binary file.
10287 * fileread.cc (Input_file::open): Record format of original file.
10288 * fileread.h (Input_file::Format): New enum type.
2e702c99 10289 (Input_file::Input_file): Initialize data member format_.
10165461
DK
10290 (Input_file::format): New method definition.
10291 (Input_file::format_):: New data member.
10292
4a54abbb
DK
102932010-02-24 Doug Kwan <dougkwan@google.com>
10294
10295 * arm.cc (Arm_output_data_got): New class.
10296 (ARM_TCB_SIZE): New constant
10297 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
10298 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
10299 If user uses a script with a SECTIONS clause, issue only a warning
10300 for a misplaced EXIDX input section. Otherwise, issue an error.
2e702c99 10301 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4a54abbb
DK
10302 garbage collection.
10303 (Target_arm::got_mode_index_entry): Handle static linking.
10304 (Target_arm::Scan::local): Ditto.
10305 (Target_arm::Scan::global): Ditto.
10306 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
10307 all incorrectly implemented relocations.
e1df38aa 10308 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
10309 Arm_output_section::fix_exidx_coverage.
10310 * layout.cc (Layout::section_name_mapping): Remove trailing dots
10311 from ".ARM.exidx." and ".ARM.extab.".
10312
ca419a6f
ILT
103132010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10314
10315 * arm.cc (Target_arm::do_finalize_sections): Create attribute
10316 section if it does not already exist.
10317 * attributes.cc (Attributes_section_data::Attributes_section_data):
10318 Don't crash if size is zero.
10319
135b9c78
ILT
103202010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10321 Ian Lance Taylor <iant@google.com>
10322
10323 * gold.cc (queue_middle_tasks): If no input files were opened,
10324 exit.
10325 * workqueue.h (Task_function::Task_function): Assert that there is
10326 a blocker.
10327
bb0bfe4f
DK
103282010-02-22 Doug Kwan <dougkwan@google.com>
10329
10330 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
10331 * icf.cc (get_section_contents): Cast snprintf arguments to long long
10332 types to avoid warnings due to different uint64_t implementations
10333 on different hosts.
10334
2a2b6d42
DK
103352010-02-21 Doug Kwan <dougkwan@google.com>
10336
10337 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
10338 handling of the maximum backward branch offset.
2e702c99 10339 (Arm_relocate_functions::thumb_branch_common): Ditto.
2a2b6d42
DK
10340 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
10341 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 10342 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
10343 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
10344 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
10345 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
10346 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
10347 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
10348 thumb_bl_out_of_range thumb_bl_out_of_range.o,
10349 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
10350 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
10351 thumb2_bl_out_of_range.o): New rules.
10352 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
10353 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
10354 thumb2_bl_out_of_range
10355 * testsuite/Makefile.in: Regenerate.
10356 * testsuite/arm_bl_in_range.s: New file.
10357 * testsuite/arm_bl_out_of_range.s: Ditto.
10358 * testsuite/arm_branch_in_range.sh: Ditto.
10359 * testsuite/arm_branch_range.t: Ditto.
10360 * testsuite/thumb2_branch_range.t: Ditto.
10361 * testsuite/thumb_bl_in_range.s: Ditto.
10362 * testsuite/thumb_bl_out_of_range.s: Ditto.
10363 * testsuite/thumb_branch_range.t: Ditto.
10364
b487ad64
ST
103652010-02-20 Sriraman Tallam <tmsriram@google.com>
10366
10367 * gc.h (gc_process_relocs): Change vectors to point to the new list.
10368 Add reloc offset information.
10369 * icf.cc (get_section_contents): Change iterators to point to the new
10370 vectors. Add reloc offset information to the contents.
10371 * icf.h (Icf::Sections_reachable_info): New typedef.
10372 (Icf::Sections_reachable_list): New typedef.
10373 (Icf::Offset_info): New typedef.
10374 (Icf::Reloc_info): New struct typedef.
10375 (Icf::Reloc_info_list): New typedef.
10376 (Icf::symbol_reloc_list): Delete method.
10377 (Icf::addend_reloc_list): Delete method.
10378 (Icf::section_reloc_list): Delete method.
10379 (Icf::reloc_info_list): New method.
10380 (Icf::reloc_info_list_): New member.
10381
f96accdf
DK
103822010-02-19 Doug Kwan <dougkwan@google.com>
10383
10384 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
10385 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
10386 * arm.cc (Arm_relocation_functions): New forward declaration.
10387 (Target_arm::Target_arm): Initialize new data members
10388 got_mod_index_offset_ and tls_base_symbol_defined_.
10389 (Target_arm::Relocate::relocate_tls): New method.
10390 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
10391 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
10392 New methods.
2e702c99 10393 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
f96accdf
DK
10394 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
10395 (Target_arm::got_mod_index_offset_,
10396 Target_arm::tls_base_symbol_defined_): New data members.
10397 (Target_arm::Scan::local, Target::Scan::global,
10398 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
10399 relocations.
10400
c8761b9a
DK
104012010-02-18 Doug Kwan <dougkwan@google.com>
10402
10403 * arm.cc (Arm_relobj::find_linked_text_section): New method.
10404 (Arm_relobj::make_exidx_input_section): Pass section index of linked
10405 text section as a parameter becuase some broken tools may not set
10406 the link in section header.
10407 (Target_arm::has_got_section): New method.
10408 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
10409 without any mapping symbol as data only. Remove warning.
10410 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
10411 link in its section header, try to discover the link by inspecting the
10412 REL31 relocation at the beginning of the section.
10413 (Target_arm::Scan::check_non_pic): Report name of offending relocation
10414 in error message.
10415 (Target_arm::Scan::global): Treat any reference to the symbol
10416 _GLOBAL_OFFSET_TABLE_ as a GOT access.
10417
21bb3914
ST
104182010-02-12 Sriraman Tallam <tmsriram@google.com>
10419
10420 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
10421 (Scan::global_reloc_may_be_function_pointer): New function.
10422 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10423 (Scan::global_reloc_may_be_function_pointer): New function.
10424 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
10425 (Scan::global_reloc_may_be_function_pointer): New function.
10426 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
10427 (Scan::global_reloc_may_be_function_pointer): New function.
10428 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
10429 (Scan::global_reloc_may_be_function_pointer): New function.
10430 (Scan::possible_function_pointer_reloc): New function.
10431 (Target_x86_64::can_check_for_function_pointers): New function.
10432 * gc.h (gc_process_relocs): Scan relocation types to determine if
10433 function pointers were taken for targets that support it.
10434 * icf.cc (Icf::find_identical_sections): Include functions for
10435 folding in safe ICF whose pointer is not taken.
10436 * icf.h (Secn_fptr_taken_set): New typedef.
10437 (fptr_section_id_): New member.
10438 (section_has_function_pointers): New function.
10439 (set_section_has_function_pointers): New function.
10440 (check_section_for_function_pointers): New function.
10441 * options.h: Fix comment for safe ICF option.
10442 * target.h (can_check_for_function_pointers): New function.
10443 * testsuite/Makefile.am: Add icf_safe_so_test test case.
10444 Modify icf_safe_test for X86-64.
10445 * testsuite/Makefile.in: Regenerate.
10446 * testsuite/icf_safe_so_test.cc: New file.
10447 * testsuite/icf_safe_so_test.sh: New file.
10448 * testsuite/icf_safe_test.cc (kept_func_3): New function.
10449 (main): Change to take pointer to function kept_func_3.
10450 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
10451 folding is done correctly for X86-64.
10452
0da6fa6c
DM
104532010-02-12 David S. Miller <davem@davemloft.net>
10454
10455 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
10456 is_symbolless parameter.
10457 (Output_reloc<SHT_REL>::is_symbolless): New.
10458 (Output_reloc<SHT_REL>::is_symbolless_): New.
10459 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
10460 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
10461 (Output_reloc<SHT_RELA>::is_symbolless): New.
10462 (Output_data_reloc::add_global): Handle is_symbolless.
10463 (Output_data_reloc::add_global_relative): Likewise.
10464 (Output_data_reloc::add_local): Likewise.
10465 (Output_data_reloc::add_local_relative): Likewise.
10466 (Output_data_reloc::add_symbolless_global_addend): New.
10467 (Output_data_reloc::add_symbolless_local_addend): New.
10468 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
10469 is_symbolless.
10470 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
10471 instead of ->is_relative_
10472 (Output_reloc::write): Likewise.
10473 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
10474 (Output_reloc::write_rel): Simplify.
10475
10476 * sparc.cc (Target_sparc::Scan::local): Use
10477 ->add_symbolless_local_addend as needed.
10478 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
10479 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
10480 based upon relocation offset.
10481
e4782e83
DK
104822010-02-11 Doug Kwan <dougkwan@google.com>
10483
10484 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
10485 (Target_arm::Scan::global): Ditto. Also remove a comment before the
10486 beginning of function.
10487 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
10488 and MOVT_ABS relocations. Those are non issued in scanning. Fix
10489 parameter is_32bit in calls to should_apply_static_reloc.
10490 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
10491 (check_DATA): Add arm_abs_global.stdout.
10492 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
10493 arm_abs_global.stdout): New rules.
10494 (MOSTLLYCLEANFILES): Add arm_abs_global
10495 * Makefile.in: Regenerate.
10496 * testsuite/arm_abs_global.s: New file.
10497 * testsuite/arm_abs_global.sh: Ditto.
10498 * testsuite/arm_abs_lib.s: Ditto.
10499
93ceb764
ILT
105002010-02-11 Ian Lance Taylor <iant@google.com>
10501
10502 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
10503 Read_relocs task.
10504 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
10505 Allocate_commons_task first.
10506 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
10507 task, rather than symtab_lock_.
10508 (Gc_process_relocs::~Gc_process_relocs): New function.
10509 (Gc_process_relocs::is_runnable): Check this_blocker_.
10510 (Gc_process_relocs::locks): Use next_blocker_ rather than
10511 blocker_.
10512 (Scan_relocs::~Scan_relocs): New function.
10513 (Scan_relocs::is_runnable): Check this_blocker_ rather than
10514 symtab_lock_.
10515 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
10516 next_blocker_.
10517 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
10518 fields. Add this_blocker_ and next_blocker_ fields. Adjust
10519 constructor accordingly.
10520 (class Gc_process_relocs): Likewise.
10521 (class Scan_relocs): Likewise.
10522 * common.h (class Allocate_commons_task): Remove symtab_lock_
10523 field, and corresponding constructor parameter.
10524 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
10525 symtab_lock_.
10526 (Allocate_commons_task::locks): Likewise.
10527
114dfbe1
ILT
105282010-02-11 Ian Lance Taylor <iant@google.com>
10529
10530 * gold-threads.h (class Once): Define.
10531 (class Initialize_lock): Rewrite as child of Once.
10532 * gold-threads.cc (class Once_initialize): Define.
10533 (once_pointer_control): New static variable.
10534 (once_pointer, once_arg): New static variables.
10535 (c_run_once): New static function.
10536 (Once::Once, Once::run_once, Once::internal_run): New functions.
10537 (class Initialize_lock_once): Remove.
10538 (initialize_lock_control): Remove.
10539 (initialize_lock_pointer): Remove.
10540 (initialize_lock_once): Remove.
10541 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
10542 (Initialize_lock::initialize): Rewrite.
10543 (Initialize_lock::do_run_once): New function.
10544 * archive.cc (Archive::interpret_header): Only clear name if it is
10545 not already empty.
10546 * fileread.cc: Include "gold-threads.h"
10547 (file_counts_lock): New static variable.
10548 (file_counts_initialize_lock): Likewise.
10549 (File_read::release): Only increment counts when using --stats.
10550 Use a lock around the increment.
10551 * parameters.cc (class Set_parameters_target_once): Define.
10552 (set_parameters_target_once): New static variable.
10553 (Parameters::Parameters): Move here from parameters.h.
10554 (Parameters::set_target): Rewrite.
10555 (Parameters::set_target_once): New function.
10556 (Parameters::clear_target): Move here and rewrite.
10557 * parameters.h (class Parameters): Update declarations. Add
10558 set_parameters_target_once_ field.
10559 (Parameters::Parameters): Move to parameters.cc.
10560 (Parameters::clear_target): Likewise.
10561 * readsyms.cc (Read_symbols::do_group): Create a Start_group
10562 task.
10563 (Start_group::~Start_group): New function.
10564 (Start_group::is_runnable): New function.
10565 (Start_group::locks, Start_group::run): New functions.
10566 (Finish_group::run): Change saw_undefined to size_t.
10567 * readsyms.h (class Start_group): Define.
10568 (class Finish_group): Change saw_undefined_ field to size_t.
10569 (Finish_group::Finish_group): Remove saw_undefined and
10570 this_blocker parameters. Change all callers.
10571 (Finish_group::set_saw_undefined): New function.
10572 (Finish_group::set_blocker): New function.
10573 * symtab.h (class Symbol_table): Change saw_undefined to return
10574 size_t. Change saw_undefined_ field to size_t.
10575 * target-select.cc (Set_target_once::do_run_once): New function.
10576 (Target_selector::Target_selector): Initialize set_target_once_
10577 field. Don't initialize lock_ and initialize_lock_ fields.
10578 (Target_selector::instantiate_target): Rewrite.
10579 (Target_selector::set_target): New function.
10580 * target-select.h (class Set_target_once): Define.
10581 (class Target_selector): Update declarations. Make
10582 Set_target_once a friend. Remove lock_ and initialize_lock_
10583 fields. Add set_target_once_ field.
10584
fa17a3f4
ILT
105852010-02-10 Ian Lance Taylor <iant@google.com>
10586
10587 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
10588 queueing any tasks.
10589 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
10590 (queue_middle_tasks): Add all blockers before queueing any tasks.
10591 (queue_final_tasks): Likewise.
10592 * token.h (Task_token::add_blockers): New function.
10593 * object.h (Input_objects::number_of_relobjs): New function.
10594
c7177d31
ILT
105952010-02-10 Ian Lance Taylor <iant@google.com>
10596
5de0e392
ILT
10597 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
10598 shared, not if not position independent.
10599 * x86_64.cc (Relocate::relocate_tls): Likewise.
10600 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
10601 (tls_pie_pic_test): New target.
10602 * testsuite/Makefile.in: Rebuild.
10603
c7177d31
ILT
10604 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
10605 (tls_test_main_pie.o, tls_test_pie.o): New targets.
10606 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
10607 * testsuite/Makefile.in: Rebuild.
10608
684b268a
DM
106092010-02-09 David S. Miller <davem@davemloft.net>
10610
10611 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
10612 R_SPARC_RELATIVE using ->add_local_relative().
10613 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
10614
612a8d3d
DM
10615 * output.h (Output_data_dynamic::add_section_size): New method
10616 that takes two Output_data objects.
10617 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
10618 entry param. Handle it in initializers.
10619 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
10620 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
10621 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
10622 arg.
10623 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
10624 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
10625 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
10626 for dynrel_includes_plt.
10627 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10628 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10629 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
10630 before .rela.plt
10631 (Target_sparc::do_finalize_sections): Update to pass true for
10632 dynrel_includes_plt.
10633 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
10634 output before .rela.plt
10635 (Target_powerpc::do_finalize_sections): Update to pass true for
10636 dynrel_includes_plt when 32-bit.
10637
cb1be87e
DK
106382010-02-08 Doug Kwan <dougkwan@google.com>
10639
10640 * arm.cc (Arm_relobj::simple_input_section_output_address): New
10641 method.
10642 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
10643 Arm_relobj::scan_section_for_cortex_a8_stubs,
10644 Arm_relobj::do_relocation_section): Instead of calling
10645 Output_section::output_address, use faster
10646 Arm_relobj::simple_input_section_output_address.
10647
705b5121
DM
106482010-02-08 David S. Miller <davem@davemloft.net>
10649
10650 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
10651 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
10652 relocation helper function.
10653
024c4466
DM
10654 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
10655 just like R_SPARC_GOT{10,13,22}.
10656 (Target_sparc::Scan::local): Likewise.
10657 (Target_sparc::Relocate:relocate): Likewise.
10658
9109c078
ILT
106592010-02-06 Ian Lance Taylor <iant@google.com>
10660
10661 * configure.ac: Rewrite targetobjs duplicate removal code to use
10662 only shell constructs.
10663 * configure: Rebuild.
10664
cf846138
DK
106652010-02-05 Doug Kwan <dougkwan@google.com>
10666
10667 PR 11247
10668 * arm.cc (Arm_relobj::section_is_scannable): New method.
10669 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
10670 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
10671
6cfaf60b
DK
106722010-02-04 Doug Kwan <dougkwan@google.com>
10673
10674 PR 11247
10675 * arm-reloc-property.cc (cstdio): Include.
10676 * configure.ac (targetobjs): Remove duplicates.
10677 * configure: Regenerate.
10678 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
10679 big and little endian version for a given address size.
10680
5c57f1be
DK
106812010-02-03 Doug Kwan <dougkwan@google.com>
10682
10683 * arm-reloc-property.cc
10684 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10685 definition.
10686 * arm-reloc-property.h
10687 (Arm_reloc_property_table::get_implemented_static_reloc_property):
10688 New method definition.
10689 (Arm_reloc_property_table::reloc_name_in_error_message): New method
10690 declaration.
10691 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
10692 overflow to N.
10693 (GOT_PREL): Change implemented to Y.
10694 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
10695 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
10696 (Arm_relocate_functions::movw_abs_nc): Remove method.
10697 (Arm_relocate_functions::movt_abs): Ditto.
10698 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
10699 (Arm_relocate_functions::thm_movt_abs): Ditto.
10700 (Arm_relocate_functions::movw_rel_nc): Ditto.
10701 (Arm_relocate_functions::movw_rel): Ditto.
10702 (Arm_relocate_functions::movt_rel): Ditto.
10703 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
10704 (Arm_relocate_functions:thm_movw_rel): Ditto.
10705 (Arm_relocate_functions:thm_movt_rel): Ditto.
10706 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
10707 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
10708 New method definitions.
10709 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
10710 (Arm_relocation_functions::arm_grp_ldr): Ditto.
10711 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
10712 (Arm_relocation_functions::arm_grp_ldc): Ditto.
10713 (Target_arm::Relocate::relocate): Check for non-static or
10714 unimplemented relocation code and exit early. Change calls to
10715 Target_arm::reloc_uses_thumb_bit and
10716 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
10717 instead. Refactor code to handle similar relocations to increase
10718 code sharing. Remove check for unsupported relocation code in switch
10719 statement.
10720 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
10721 relocation property table to find out size. Change error message to
10722 print out the name of a relocation code instead of the numeric value.
10723 (Target_arm::scan_reloc_for_stub): Use relocation property table
10724 instead of calling Target_arm::reloc_uses_thumb_bit().
10725
218c5831
DK
107262010-02-02 Doug Kwan <dougkwan@google.com>
10727
10728 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
10729 types of relaxed input section.
10730
0d31c79d
DK
107312010-02-02 Doug Kwan <dougkwan@google.com>
10732
10733 * Makefile.am (HFILES): Add arm-reloc-property.h.
10734 (DEFFILES): New.
2e702c99
RM
10735 (TARGETSOURCES): Add arm-reloc-property.cc
10736 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
0d31c79d
DK
10737 (libgold_a_SOURCES): $(DEFFILES)
10738 * Makefile.in: Regenerate.
10739 * arm-reloc-property.cc: New file.
10740 * arm-reloc-property.h: New file.
10741 * arm-reloc.def: New file.
10742 * arm.cc: Update comments.
10743 (arm-reloc-property.h): New included header.
10744 (arm_reloc_property_table): New global variable.
10745 (Target_arm::do_select_as_default_target): New method definition.
10746 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
10747 arm-reloc-property to targ_extra_obj.
10748 * parameters.cc (set_parameters_target): Call
10749 Target::select_as_default_target().
10750 * target.h (Target::select_as_default_target): New method definition.
10751 (Target::do_select_as_default_target): Same.
10752
546c7457
DK
107532010-02-01 Doug Kwan <dougkwan@google.com>
10754
10755 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
10756 first_output_text_section_.
10757 (Arm_exidx_fixup::first_output_text_section): New method definition.
10758 (Arm_exidx_fixup::first_output_text_section_): New data member.
10759 (Arm_exidx_fixup::process_exidx_section): Record the first text
10760 output section seen.
10761 (Arm_output_section::fix_exidx_coverage): Set correct linked section
10762 and entsize in output section header.
10763
11b861d5
DK
107642010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10765
10766 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
10767 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
10768 (Arm_relocate_functions::thm_alu11): New Method.
10769 (Arm_relocate_functions::thm_pc8): New Method.
10770 (Arm_relocate_functions::thm_pc12): New Method.
10771 (Target_arm::Scan::local): Handle the relocations.
10772 (Target_arm::Scan::global): Likewise.
10773 (Target_arm::Relocate::relocate): Likewise.
10774 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
10775
c9a2c125
DK
107762010-01-29 Doug Kwan <dougkwan@google.com>
10777
10778 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
10779 of relocation types as ld.
10780
1521477a
DK
107812010-01-29 Doug Kwan <dougkwan@google.com>
10782
10783 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
10784 to public.
10785 (Arm_relocate_functions::thumb_branch_common): Ditto.
10786 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
10787 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
10788 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
10789 Arm_relocate_functions::jump24): Remove.
10790 (Target_arm::Relocate::relocate): Adjust code to call
10791 Arm_relocation_functions::arm_branch_common and
10792 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 10793 wrappers. Merge switch-cases together to reduce source code size.
1521477a 10794
e7eca48c
DK
107952010-01-29 Doug Kwan <dougkwan@google.com>
10796
10797 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
10798 output_local_symbol_count_needs_update_.
10799 (Arm_relobj::output_local_symbol_count_needs_update,
10800 Arm_relobj::set_output_local_symbol_count_needs_update,
10801 Arm_relobj::update_output_local_symbol_count): New methods.
10802 (Arm_relobj::output_local_symbol_count_needs_update_): New data
10803 member.
10804 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
10805 of pointed function as in a R_ARM_PREL31 relocation.
10806 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
10807 for output local symbol count updating.
10808 (Target_arm::do_relax): Update output local symbol counts in objects
10809 if necessary.
10810 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
10811
02961d7e
ILT
108122010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10813
10814 * arm.cc: Added support for the ARM relocations:
10815 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
10816 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
10817 (Arm_relocate_functions::movw_rel_nc): Renamed (was
10818 movw_prel_nc).
10819 (Arm_relocate_functions::movw_rel): New method.
10820 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
10821 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
10822 thm_movw_prel_nc).
10823 (Arm_relocate_functions::thm_movw_rel): New method.
10824 (Arm_relocate_functions::thm_movt_rel): Renamed (was
10825 thm_movt_prel).
10826 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
10827 relocations.
10828 (Target_arm::Scan::global): Likewise.
10829 (Target_arm::Relocate::relocate): Likewise.
10830 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10831 Likewise.
10832
b10d2873
ILT
108332010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10834
10835 * arm.cc: Added support for ARM group relocations.
10836 (Target_arm::reloc_needs_sym_origin): New method.
10837 (Arm_relocate_functions::calc_grp_kn): New method.
10838 (Arm_relocate_functions::calc_grp_residual): New method.
10839 (Arm_relocate_functions::calc_grp_gn): New method.
10840 (Arm_relocate_functions::arm_grp_alu): New Method.
10841 (Arm_relocate_functions::arm_grp_ldr): New Method.
10842 (Arm_relocate_functions::arm_grp_ldrs): New Method.
10843 (Arm_relocate_functions::arm_grp_ldc): New Method.
10844 (Target_arm::Scan::local): Handle the ARM group relocations.
10845 (Target_arm::Scan::global): Likewise.
10846 (Target_arm::Relocate::relocate): Likewise.
10847 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
10848 Likewise.
10849
2b328d4e
DK
108502010-01-26 Doug Kwan <dougkwan@google.com>
10851
10852 * arm.cc (set): Include.
10853 (class Arm_exidx_fixup): Change type of last_input_section_ to const
10854 pointer type.
2e702c99 10855 (Arm_output_section::Text_section_list): New type.
2b328d4e
DK
10856 (Arm_output_section::append_text_sections_to_list): New method.
10857 (Arm_output_section::fix_exidx_coverage): Ditto.
10858 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2e702c99 10859 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2b328d4e
DK
10860 Relobj::set_section_offset() instead of
10861 Sized_relobj::invalidate_section_offset().
2e702c99 10862 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2b328d4e
DK
10863 parameter for section headers. Ignore relocation sections for
10864 unallocated sections and EXIDX sections.
10865 (Target_arm::fix_exidx_coverage): New method.
10866 (Target_arm::output_section_address_less_than): New type.
10867 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
10868 linked text section instead of the EXIDX section.
10869 (Arm_output_section::create_stub_group): Add an assertion to check
10870 that this is not an EXIDX output section.
10871 (Arm_output_section::append_text_sections_to_list): New method.
10872 (Arm_output_section::fix_exidx_coverage): Ditto.
10873 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2e702c99 10874 Arm_relobj::section_needs_reloc_stub_scanning.
2b328d4e
DK
10875 (Target_arm::do_relax): Fix EXIDX output section coverage in the
10876 first pass.
10877 (Target_arm::fix_exidx_coverage): New method.
10878 * object.h (Relobj::set_output_section): New method.
10879 (Sized_relobj::invalidate_section_offset): Remove method.
10880 (Sized_relobj::do_invalidate_section_offset): Remove method.
10881 (Sized_relobj::do_set_section_offset): Handle offset value -1.
10882
c7f3c371
DK
108832010-01-25 Doug Kwan <dougkwan@google.com>
10884
10885 * arm.cc (Arm_exidx_merged_section::do_output_offset):
10886 Fix warning due to signed and unsigned comparison on a 32-bit host.
10887
8923b24c
DK
108882010-01-22 Doug Kwan <dougkwan@google.com>
10889
10890 * arm.cc (Target_arm::do_relax): Record an output section for section
10891 offset adjustment it contains any stub table that has changed.
10892 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
10893 offsets in an output section if necessary.
10894 * output.cc (Output_section::Output_section): Initialize
10895 section_offsets_need_adjustments_.
10896 (Output_section::add_input_section_for_script): Renamed to
10897 Output_section::add_simple_input_section.
10898 (Output_section::save_states): Add a comment.
10899 (Output_section::discard_states): New method defintion.
10900 (Output_section::adjust_section_offsets): Same.
10901 * output.h (Output_section::add_input_section_for_script): Renamed to
10902 Output_section::add_simple_input_section.
10903 (Output_section::discard_states): New method declaration.
10904 (Output_section::adjust_section_offsets): Same.
10905 (Output_section::section_offsets_need_adjustment,
10906 Output_section::set_section_offsets_need_adjustment): New method
10907 definitions.
10908 (Output_section::section_offsets_need_adjustment_): New data member.
10909 * script-sections.cc
10910 (Output_section_element_input::set_section_address): Adjust code for
10911 renaming of Output_section::add_input_section_for_script.
10912 (Orphan_output_section::set_section_address): Same.
10913
9b2fd367
DK
109142010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10915
10916 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
10917 Fix_v4bx enum values .
10918 * gold/options.h (General_options): New option definitions.
10919 (General_options::fix_v4bx): New method.
10920 (General_options::Fix_v4bx): New enum.
10921 * gold/options.cc (General_options::parse_fix_v4bx): New method.
10922 (General_options::parse_fix_v4bx_interworking): New method.
10923
80d0d023
DK
109242010-01-22 Doug Kwan <dougkwan@google.com>
10925
10926 * arm.cc (Arm_exidx_fixup): New class.
10927
af2cdeae
DK
109282010-01-21 Doug Kwan <dougkwan@google.com>
10929
10930 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
10931 classes.
10932 (Arm_exidx_section_offset_map): New type.
10933
993d07c1
DK
109342010-01-21 Doug Kwan <dougkwan@google.com>
10935
10936 * arm.cc (Arm_exidx_input_section): New class.
10937 (Arm_relobj::exidx_input_section_by_link,
10938 Arm_relobj::exidx_input_section_by_shndx,
10939 Arm_relobj::make_exidx_input_section): New methods.
10940 (read_arm_attributes_section): Remove.
10941 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
10942 information about them.
10943 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
10944 to here.
10945
5ac169d4
DK
109462010-01-20 Doug Kwan <dougkwan@google.com>
10947
10948 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
10949 Input_section_specifier to Section_id.
10950 (Target_arm::new_arm_input_section: Adjust code for change of key
10951 type.
10952 (Target_arm::find_arm_input_section): Ditto.
10953 * gc.h (object.h): Include for Section_id nand Section_id_hash.
10954 (Section_id): Remove.
10955 (Garbage_collection::Section_id_hash): Remove.
10956 * icf.h (object.h): Include for Section_id nand Section_id_hash.
10957 (Section_id): Remove.
10958 (Icf::Section_id_hash): Remove.
10959 * object.h (Section_id, Const_section_id, Section_id_hash,
10960 Const_section_id_hash): New type definitions.
10961 * output.cc (Output_section::add_relaxed_input_section): Change to
10962 use Const_section_id instead of Input_section_specifier as key type.
10963 (Output_section::add_merge_input_section): Ditto.
10964 (Output_section::build_relaxation_map): Change to use Section_id
10965 instead of Input_section_specifier as key type.
2e702c99 10966 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5ac169d4
DK
10967 Ditto.
10968 (Output_section::convert_input_sections_to_relaxed_sections): Change
10969 to use Const_section_id instead of Input_section_specifier as key type.
2e702c99 10970 (Output_section::find_merge_section): Ditto.
5ac169d4
DK
10971 (Output_section::find_relaxed_input_section): Ditto.
10972 * output.h (Input_section_specifier): Remove class.
10973 (Output_section::Output_section_data_by_input_section_map): Change
10974 key type to Const_section_id.
10975 (Output_section::Output_relaxed_input_section_by_input_section_map):
10976 Ditto.
10977 (Output_section::Relaxation_map): Change key type to Section_id.
10978
a2162063
ILT
109792010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10980
10981 * gold/arm.cc: Added support for R_ARM_V4BX relocation
10982 (class Arm_v4bx_stub): New class.
10983 (DEF_STUBS): Updated definition to support v4_veneer_bx.
10984 (Stub_factory::make_arm_v4bx_stub): New method.
10985 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
10986 (Stub_table::empty): Handle v4bx stubs.
10987 (Stub_table::add_arm_v4bx_stub): New method.
10988 (Stub_table::find_arm_v4bx_stub): New method.
10989 (Arm_relocate_functions::v4bx): New method.
10990 (Target_arm::fix_v4bx): New method.
10991 (Target_arm::Target_arm): Handle R_ARM_V4BX.
10992 (Stub_table::relocate_stubs): Likewise.
10993 (Stub_table::do_write): Likewise.
10994 (Stub_table::update_data_size_and_addralign): Likewise.
10995 (Stub_table::finalize_stubs): Likewise.
10996 (Target_arm::Scan::local): Likewise.
10997 (Target_arm::Scan::global): Likewise.
10998 (Target_arm::do_finalize_sections): Likewise.
10999 (Target_arm::Relocate::relocate): Likewise.
11000 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11001 Likewise.
11002 (Target_arm::scan_reloc_for_stub): Likewise.
11003 (Target_arm::scan_reloc_section_for_stubs): Likewise.
11004
5696ab0b
ILT
110052010-01-19 Ian Lance Taylor <iant@google.com>
11006
11007 * output.cc (Output_section_headers::do_sized_write): Write large
11008 segment count to sh_info field.
11009 (Output_file_header::do_sized_write): For large segment count,
11010 write PN_XNUM to e_phnum field.
11011
800d0f56
ILT
110122010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11013
11014 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
11015 (Arm_relocate_functions::thm_jump8): New function.
11016 (Arm_relocate_functions::thm_jump11): New function.
11017 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
11018 R_ARM_THM_JUMP11.
11019 (Target_arm::Scan::global): Likewise.
11020 (Target_arm::Relocate::relocate): Likewise.
11021 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11022 Likewise.
11023
41263c05
DK
110242010-01-14 Doug Kwan <dougkwan@google.com>
11025
11026 * arm.cc (map, utility): Include headers.
11027 (Target_arm::apply_cortex_a8_workaround): New method.
11028 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
11029 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
11030 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
11031 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
11032 the --[no-]fix-cortex-a8 command line options.
11033 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
11034 (Target_arm::relocate_stub): Use addend in instruction template.
11035 * options.h (DEFINE_bool): Set the user-set flag.
11036 (General_options): Add --[no-]-fix-cortex options.
11037 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 11038 : Update fast look-up map after conversion.
41263c05 11039
459e9b03
ST
110402010-01-14 Sriraman Tallam <tmsriram@google.com>
11041
11042 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
11043 in the first pass of do_layout.
11044
b521dfe4
DK
110452010-01-13 Doug Kwan <dougkwan@google.com>
11046
11047 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
11048 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
11049 apparent compiler problem of not folding static constant integral
11050 data members of elfcpp::Elf_sizes<32>.
11051
44272192
DK
110522010-01-13 Doug Kwan <dougkwan@google.com>
11053
11054 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
11055 Arm_relobj::section_needs_cortex_a8_stub_scanning,
11056 Arm_relobj::scan_section_for_cortex_a8_erratum,
11057 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
11058 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
11059 sections to scan for relocation stubs into a new method
11060 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
11061 relocation and Cortex-A8 stub scanning.
11062 (Target_arm::do_relax): Force stubs to be after stubbed sections
11063 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 11064 the beginning of a new relaxation pass. Update a comment.
44272192
DK
11065 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
11066
44b71ece
ILT
110672010-01-12 Ian Lance Taylor <iant@google.com>
11068
11069 * target-reloc.h (visibility_error): New inline function.
11070 (relocate_section): Call visibility_error.
11071 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
11072 (MOSTLYCLEANFILES): Likewise.
11073 (protected_4_pic.o, protected_3.err): New targets.
11074 * testsuite/protected_4.cc: New file.
11075
a120bc7f
DK
110762010-01-12 Doug Kwan <dougkwan@google.com>
11077
11078 * arm.cc (Cortex_a8_reloc): New class.
11079 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
11080 and cortex_a8_relocs_info_.
11081 (Target_arm::fix_cortex_a8): New method definition.
11082 (Target_arm::Cortex_a8_relocs_info): New type.
11083 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
11084 New data member declarations.
11085 (Target_arm::scan_reloc_for_stub): Record information about
11086 relocations for THUMB branches that might be exempted from the
11087 Cortex-A8 workaround.
11088 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
11089 at the beginning of a relaxation pass.
11090
20138696
DK
110912010-01-12 Doug Kwan <dougkwan@google.com>
11092
11093 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
11094 (Arm_relobj::Mapping_symbol_position,
11095 Arm_reloj::Mapping_symbol_position_less,
11096 Arm_relobj::Mapping_symbols_info): New types.
11097 (Target_arm::is_mapping_symbol_name): New method definition.
11098 (Arm_relobj::do_count_local_symbols): Save information about mapping
11099 symbols.
11100
089d69dc
DK
111012010-01-11 Doug Kwan <dougkwan@google.com>
11102
11103 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
11104 Arm_relocate_functions::thumb32_branch_upper,
11105 Arm_relocate_functions::thumb32_branch_lower,
11106 Arm_relocate_functions::thumb32_cond_branch_offset,
11107 Arm_relocate_functions::thumb32_cond_branch_upper,
11108 Arm_relocate_functions::thumb32_cond_branch_lower,
11109 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
11110 branch offset encoding.
11111 (Arm_relocate_functions::thumb_branch_common): Use new branch
11112 offset encoding methods to avoid code duplication.
11113 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
11114 (Stub_addend_reader::operator()): Use new branch encoding method
11115 to avoid code duplication.
11116
99e5bff2
DK
111172010-01-11 Doug Kwan <dougkwan@google.com>
11118
11119 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
11120 (Target_arm::do_finalize_sections): Define special EXIDX section
11121 symbols only if referenced.
11122 * gc.h (Garbage_collection::add_reference): New method.
11123 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
11124 code duplication.
11125
98e090bd
ILT
111262010-01-11 Ian Lance Taylor <iant@google.com>
11127
d0a91bd8
ILT
11128 * script.cc (Version_script_info::build_expression_list_lookup):
11129 Change complaing about duplicate wildcard match from error to
11130 warning.
11131
98e090bd
ILT
11132 * script.cc (class Lazy_demangler): Recreate--revert part of patch
11133 of 2009-12-30.
11134 (Version_script_info::Version_script_info): Initialize globs_,
11135 default_version_, default_is_global_, and exact_. Don't
11136 initialize globals_ or locals_.
11137 (Version_script_info::build_lookup_tables): Build local symbols
11138 first.
11139 (Version_script_info::unquote): New function.
11140 (Version_script_info::add_exact_match): New function.
11141 (Version_script_info::build_expression_list_lookup): Remove lookup
11142 parameter. Add is_global parameter. Change all callers. Handle
11143 wildcard pattern specially. Unquote pattern. Call
11144 add_exact_match.
11145 (Version_script_info::get_name_to_match): New function.
11146 (Version_script_info::get_symbol_version): New function.
11147 (Version_script_info::get_symbol_version_helper): Remove.
11148 (Version_script_info::check_unmatched_names): Call unquote.
11149 * script.h (class Version_script_info): Change get_symbol_version
11150 to be non-inline and add is_global parameter; change all callers.
11151 Rewrite symbol_is_local. Update declarations. Define struct
11152 Version_tree_match, Exact, Globs. Don't define struct Lookup.
11153 Remove globals_ and locals_ members. Add exact_, globs_,
11154 default_version_, is_global_.
11155 (Version_script_info::Glob): Remove pattern, add expression and
11156 is_global. Update constructor. Change all callers.
11157 * dynobj.cc (Versions::finalize): Mark the version symbol as the
11158 default version.
11159 (Versions::symbol_section_contents): If a symbol is undefined, or
11160 defined in a dynamic object, set the version index to
11161 VER_NDX_LOCAL.
11162 * symtab.cc (Symbol_table::add_from_relobj): Don't call
11163 symbol_is_local.
11164 (Symbol_table::add_from_pluginobj): Likewise.
11165 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
11166
d56962d3
DK
111672010-01-11 Doug Kwan <dougkwan@google.com>
11168
11169 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
11170 (incremental_dump_LDADD): Add linking option for libintl.
11171 * Makefile.in: Regenerate.
11172
94e6ee91
L
111732010-01-11 H.J. Lu <hongjiu.lu@intel.com>
11174
11175 PR gold/11144
11176 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
11177 instead of -Ds.
11178 * testsuite/Makefile.in: Regenerated.
11179
e96c574b
DK
111802010-01-10 Doug Kwan <dougkwan@google.com>
11181
11182 * options.h (DEFINE_var): Use parentheses around argument varname__
11183 in macro body to avoid any unintended subsequent substitutions.
11184
7198066b
ILT
111852010-01-10 Ian Lance Taylor <iant@google.com>
11186
ba4d53bf
ILT
11187 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
11188 candidates before doing symbol resolution.
11189
7198066b
ILT
11190 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
11191 ODR candidates if only one is weak.
11192
a2beed37
ILT
111932010-01-08 Ian Lance Taylor <iant@google.com>
11194
11195 * script.cc (Version_script_info::build_expression_list_lookup):
11196 Don't warn about ambiguous version, just record the ambiguity.
11197 (Version_script_info::get_symbol_version_helper): Give error if
11198 version is ambiguous.
11199
2fb7225c
DK
112002010-01-08 Doug Kwan <dougkwan@google.com>
11201
11202 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
703d02da
AM
11203 prev_data_size_ and prev_addralign_. Remove initializer for
11204 deleted data member has_been_changed_.
11205 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
11206 to determine if the table is empty.
11207 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
11208 Remove.
11209 (Stub_table::add_reloc_stub): Define method in class definition
11210 instead of just declaring it there.
11211 (Stub_table::add_cortex_a8_stub): New method definition.
11212 (Stub_table::update_data_size_and_addralign): Ditto.
11213 (Stub_table::finalize_stubs): Ditto.
11214 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
11215 (Stub_table::do_addralign_): Return address alignment in the
11216 (Stub_table::do_reset_address_and_file_offset): Define method in
11217 class definition instead of declaring it there. Set current data
11218 size to be the data size of the previous pass.
11219 (Stub_table::set_final_data_size): Use current data size as the
11220 final data size.
11221 (Stub_table::relocate_stub): Change parameter type of stub from
11222 Reloc_stub pointer to Stub pointer.
11223 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
11224 (Stub_table::Cortex_a8_stub_list): New typedef.
11225 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
11226 Stub_table::prev_addralign_): New data member.
11227 (Arm_relobj::Arm_relobj): Initialize data member
11228 section_has_cortex_a8_workaround_.
11229 (Arm_relobj::section_has_cortex_a8_workaround,
11230 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
11231 definitions.
11232 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
11233 declarations.
11234 (Target_arm::relocate_stub): Change parameter type of stub from
11235 Reloc_stub pointer to Stub pointer.
11236 (Insn_template::size, Insn_template::alignment): Handle
11237 THUMB16_SPECIAL_TYPE.
11238 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
11239 Stub_table::update_data_size_and_addralign,
11240 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
11241 definitions.
11242 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
11243 (Stub_table::do_write): Ditto.
11244 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2fb7225c 11245
880cd20d
ILT
112462010-01-08 Ian Lance Taylor <iant@google.com>
11247
11248 PR 11108
11249 * symtab.h (class Symbol): Remove fields is_target_special_ and
11250 has_plt_offset_. Add field is_defined_in_discarded_section_.
11251 (Symbol::is_defined_in_discarded_section): New function.
11252 (Symbol::set_is_defined_in_discarded_section): New function.
11253 (Symbol::has_plt_offset): Rewrite.
11254 (Symbol::set_plt_offset): Verify that new offset is not -1U.
11255 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
11256 Don't initialize is_target_special_ or has_plt_offset_.
11257 Initialize is_defined_in_discarded_section_.
11258 (Symbol_table::add_from_relobj): If appropriate, set
11259 is_defined_in_discarded_section.
11260 * resolve.cc (Symbol::override_base_with_special): Don't test
11261 is_target_special_. Change has_plt_offset_ to has_plt_offset().
11262 * target-reloc.h (relocate_section): Do special handling for
11263 symbols defined in discarded sections for global symbols as well
11264 as local symbols.
11265
2703e3eb
ILT
112662010-01-08 Ian Lance Taylor <iant@google.com>
11267
11268 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
11269 the SHT_SYMTAB case.
11270
339d40a3
ILT
112712010-01-08 Ian Lance Taylor <iant@google.com>
11272
11273 * object.cc (Sized_relobj::do_layout): Don't get confused if
11274 layout_eh_frame returns NULL.
11275
abecea76
ILT
112762010-01-08 Ian Lance Taylor <iant@google.com>
11277
11278 PR 11084
11279 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
11280 dynamic symbol table, use the normal symbol table.
11281 (Sized_dynobj::do_read_symbols): Remove assertion about type of
11282 symbol table.
11283
6b7dd3f3
ILT
112842010-01-08 Ian Lance Taylor <iant@google.com>
11285
11286 PR 11072
11287 * layout.cc (Layout::include_section): Remove .gnu_debuglink
11288 sections.
11289
36c50e63
L
112902010-01-08 H.J. Lu <hongjiu.lu@intel.com>
11291
11292 * version.cc (print_version): Change to "Copyright 2010".
11293
e291e7b9
ILT
112942010-01-08 Ian Lance Taylor <iant@google.com>
11295
11296 PR 10287
11297 PR 11063
11298 * i386.cc (class Target_i386): Change return type of plt_section
11299 to be non-const.
11300 (class Output_data_plt_i386): Add tls_desc_rel_ field.
11301 (Output_data_plt_i386::Output_data_plt_i386): Initialize
11302 tls_desc_rel_ field.
11303 (Output_data_plt_i386::rel_tls_desc): New function.
11304 (Target_i386::rel_tls_desc_section): New function.
11305 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
11306 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
11307 R_386_TLS_DESC reloc in rel_tls_desc_section.
11308 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
11309 Define struct Tlsdesc_info.
11310 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
11311 (Target_x86_64::do_reloc_symbol_index): New function.
11312 (Target_x86_64::add_tlsdesc_info): New function.
11313 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
11314 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
11315 tlsdesc_rel_ field.
11316 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
11317 all callers.
11318 (Output_data_plt_x86_64::rela_tlsdesc): New function.
11319 (Target_x86_64::rela_tlsdesc_section): New function.
11320 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
11321 handling.
11322 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
11323 (Target_x86_64::do_reloc_addend): New function.
11324 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
11325 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
11326 declarations. Define TARGET_CODE. Add arg field to u1_ union.
11327 (Output_reloc::type): New function.
11328 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
11329 (Output_reloc::is_target_specific): New function.
11330 (Output_reloc::target_arg): New function.
11331 (class Output_reloc) [SHT_RELA]: Add four new constructors for
11332 absolute relocs and target specific relocs.
11333 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
11334 add_target_specific.
11335 (class Output_data_reloc) [SHT_RELA]: Likewise.
11336 * output.cc (Output_reloc::Output_reloc): Add four new versions
11337 for absolute relocs and target specific relocs.
11338 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
11339 (Output_reloc::get_symbol_index): Likewise.
11340 (Output_reloc::local_section_offset): Check that local_sym_index_
11341 is not TARGET_CODE or 0.
11342 (Output_reloc::symbol_value): Likewise.
11343 (Output_reloc::write) [SHT_RELA]: Call target for target specific
11344 reloc.
11345 * target.h (class Target): Add reloc_symbol_index and reloc_addend
11346 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
11347 functions.
11348 * layout.cc (add_target_dynamic_tags): Use output section for
11349 DT_PLTRELSZ and DT_JMPREL.
11350
3a44184e
ILT
113512010-01-07 Ian Lance Taylor <iant@google.com>
11352
11353 PR 11061
11354 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
11355 function.
11356 (class Output_data_reloc_generic): Define.
11357 (class Output_data_reloc_base): Change base class to
11358 Output_data_reloc_generic. Change add() method to call
11359 bump_relative_reloc_count for a relative reloc. Remove
11360 sort_relocs_ field.
11361 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
11362 to sort_relocs().
11363 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
11364 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
11365 appropriate.
11366 * layout.h (class Layout): Update declaration.
11367
ea715a34
ILT
113682010-01-07 Ian Lance Taylor <iant@google.com>
11369
11370 * output.h (class Output_data): Add const version of
11371 output_section and do_output_section.
11372 (class Output_section_data): Add const version of
11373 do_output_section.
11374 (class Output_section): Likewise.
11375 * layout.cc (Layout::add_target_dynamic_tags): New function.
11376 * layout.h (class Layout): Update declarations.
11377 * arm.cc (Target_arm::do_finalize_sections): Use
11378 add_target_dynamic_tags.
11379 * i386.cc (Target_i386::do_finalize_sections): Likewise.
11380 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
11381 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
11382 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
11383
659948a4
ILT
113842010-01-07 Ian Lance Taylor <iant@google.com>
11385
11386 PR 11042
11387 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
11388 object as needed.
11389
9d3b86f6
ILT
113902010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
11391 Ian Lance Taylor <iant@google.com>
11392
11393 PR 11019
11394 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
11395 Xindex::read_symtab_xindex.
11396
bb0d3eb0
DK
113972010-01-07 Doug Kwan <dougkwan@google.com>
11398
11399 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
11400 (Insn_template::thumb16_bcond_insn): New method declaration.
11401 (Insn_template): Fix spelling.
11402 (Stub::thumb16_special): New method declaration.
11403 (Stub::do_write): Define virtual method which was previously pure
11404 virtual.
11405 (Stub::do_thumb16_special): New method declaration.
11406 (Stub::do_fixed_endian_write): New template member.
11407 (Reloc_stub::do_write): Remove.
11408 (Reloc_stub::do_fixed_endian_write): Remove.
11409 (Cortex_a8_stub): New class definition.
11410 (Stub_factory::make_cortex_a8_stub): New method definition.
11411 (Stub_factory::Stub_factory): Add missing static storage class
11412 qualifier for elf32_arm_stub_a8_veneer_blx.
11413
ffeef7df
ILT
114142010-01-07 Ian Lance Taylor <iant@google.com>
11415
dc3f80fe
ILT
11416 PR 10980
11417 * options.h (class General_options): Add --warn-unresolved-symbols
11418 and --error-unresolved-symbols.
11419 * errors.cc (Errors::undefined_symbol): Implement
11420 --warn-unresolved-symbols.
11421
ffeef7df
ILT
11422 * options.h (class General_options): Add -z text and -z textoff.
11423 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
11424
f1ec9ded
ST
114252010-01-06 Sriraman Tallam <tmsriram@google.com>
11426
11427 * gc.h (Garbage_collection::Cident_section_map): New typedef.
11428 (Garbage_collection::cident_sections): New function.
11429 (Garbage_collection::add_cident_section): New function.
11430 (Garbage_collection::cident_sections_): New member.
11431 (gc_process_relocs): Add references to sections whose names are C
11432 identifiers.
11433 * gold.h (cident_section_start_prefix): New constant.
11434 (cident_section_stop_prefix): New constant.
11435 (is_cident): New function.
11436 * layout.cc (Layout::define_section_symbols): Replace string constants
11437 with the newly defined constants.
11438 * object.cc (Sized_relobj::do_layout): Track sections whose names are
11439 C identifiers.
11440 * testsuite/Makefile.am: Add gc_orphan_section_test.
11441 * testsuite/Makefile.in: Regenerate.
11442 * testsuite/gc_orphan_section_test.cc: New file.
11443 * testsuite/gc_orphan_section_test.sh: New file.
11444
6eda8c29
ILT
114452010-01-06 Ian Lance Taylor <iant@google.com>
11446
b9674e17
ILT
11447 PR 10980
11448 * options.h (class General_options): Add --warn-shared-textrel.
11449 * layout.cc (Layout::finish_dynamic_section): Implement
11450 --warn-shared-textrel.
11451
6eda8c29
ILT
11452 PR 10980
11453 * options.h (class General_options): Add --warn-multiple-gp.
11454
32dcd44e
ILT
114552010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11456
11457 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
11458 $(THREADSLIB) and $(LIBDL).
11459 * Makefile.in: Rebuild.
11460
a192ba05
ILT
114612010-01-06 Ian Lance Taylor <iant@google.com>
11462
11463 PR 10980
11464 * options.cc (General_options::parse_section_start): New function.
11465 (General_options::section_start): New function.
11466 (General_options::General_options): Initialize all members.
11467 * options.h: Include <map>
11468 (class General_options): Add --section-start. Add section_starts_
11469 member.
11470 * layout.cc (Layout::attach_allocated_section_to_segment): If
11471 --section-start was used, set the address of the segment. Remove
11472 local sort_sections.
11473 (Layout::relaxation_loop_body): If the address of the load segment
11474 has been set by --section-start, don't use it.
11475 * output.h (Output_segment::update_flags_for_output_section): New
11476 function.
11477 * output.cc (Output_segment::add_output_section): Call
11478 update_flags_for_output_section.
11479
dde3f402
ILT
114802010-01-05 Ian Lance Taylor <iant@google.com>
11481
62dfdd4d
ILT
11482 PR 10980
11483 * options.h (class General_options): Add --undefined-version.
11484 * script.cc (struct Version_expression): Add was_matched_by_symbol
11485 field.
11486 (Version_script_info::matched_symbol): New function.
11487 (Version_script_info::get_symbol_version_helper): Call
11488 matched_symbol.
11489 (Version_script_info::check_unmatched_names): New function.
11490 * script.h (class Version_script_info): Update declarations.
11491 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
11492
9c4ae156
ILT
11493 * options.h (class General_options): Use DEFINE_bool_alias for
11494 allow_multiple_definition.
11495 * resolve.cc (Symbol_table::should_override): Don't test
11496 allow_multiple_definition.
11497
dde3f402
ILT
11498 PR 10980
11499 * options.h (class General_options): Add --cref.
11500 * main.cc (main): Print cref table if --cref. Don't close mapfile
11501 until after printing cref table.
11502 * cref.cc: Include "symtab.h".
11503 (class Cref_inputs): Define Cref_table_compare and Cref_table.
11504 (Cref_table_compare::operator()): New function.
11505 (Cref_inputs::gather_cref): New function.
11506 (filecol): New static const.
11507 (Cref_inputs::print_cref): New function.
11508 (Cref::print_cref): New function.
11509 * cref.h: Include <cstdio>.
11510 (class Cref): Update declarations.
11511 * mapfile.h (Mapfile::file): New function.
11512 * object.h (class Object): Define Symbols. Declare virtual
11513 do_get_global_symbols.
11514 (Object::get_global_symbols): New function.
11515 * object.cc (Input_objects::add_object): Pass object to cref_ if
11516 --cref.
11517 (Input_objects::archive_start): Likewise.
11518 (Input_objects::archive_stop): Likewise.
11519 (Input_objects::print_cref): New function.
11520 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
11521 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
11522 --cref.
11523 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
11524 function.
11525 * plugin.h (class Sized_pluginobj): Update declarations.
11526
8781f709
ILT
115272010-01-05 Ian Lance Taylor <iant@google.com>
11528
11529 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
11530 to is_default_version. Rename insdef to insdefault.
11531 (Symbol_table::add_from_relobj): Rename def to is_default_version
11532 and local to is_forced_local.
11533 (Symbol_table::add_from_pluginobj): Likewise.
11534 (Symbol_table::add_from_dynobj): Likewise.
11535 (Symbol_table::define_special_symbol): Rename insdef to
11536 insdefault.
11537
fe35d28d
ILT
115382010-01-04 Ian Lance Taylor <iant@google.com>
11539
30bc8c46
ILT
11540 PR 10980
11541 * options.h (class General_options): Add
11542 --allow-multiple-definition and -z muldefs.
11543 * resolve.cc (Symbol_table::should_override): Don't warn about a
11544 multiple symbol definition if --allow-multiple-definition or -z
11545 muldefs.
11546
7eaea549
ILT
11547 PR 10980
11548 * options.h (class General_options): Add --add-needed and
11549 --copy-dt-needed-entries. Tweak --as-needed help entry.
11550 * object.cc (Input_objects::check_dynamic_dependencies): Give an
11551 error if --copy-dt-needed-entries aka --add-needed is used and
11552 would cause a change in behaviour.
11553
fe35d28d
ILT
11554 PR 10980
11555 * options.h (class General_options): Add -G as a short version of
11556 --shared. Add no-op options -assert, -g, and -i.
11557
55a2bb35
ST
115582010-01-04 Sriraman Tallam <tmsriram@google.com>
11559
11560 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
11561 check for .text or .gnu.linkonce.t sections.
11562 * icf.cc (Icf::find_identical_sections): Ditto.
11563 Change the detection for mangled function name within the section
11564 name.
11565 * icf.h (is_section_foldable_candidate): New function.
11566
719328e1
ILT
115672009-12-30 Ian Lance Taylor <iant@google.com>
11568
11569 PR 10980
11570 * options.h (class General_options): Permit two dashes with
11571 --retain-symbols-file.
11572
d7bb5745
ILT
115732009-12-30 Ian Lance Taylor <iant@google.com>
11574
403a15dd
ILT
11575 PR 10979
11576 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
11577 don't put the file header and segment headers in the text
11578 segment.
11579
eda294df
ILT
11580 PR 10979
11581 * common.cc (Sort_commons::operator()): Stabilize sort when both
11582 entries are NULL.
11583 (Symbol_table::do_allocate_commons_list): When allocating common
11584 symbols, skip a symbol which is no longer common.
11585 * symtab.h (Symbol::is_common): Test whether the symbol comes from
11586 an object before checking its type.
11587 * testsuite/common_test_2.c: New file.
11588 * testsuite/common_test_3.c: New file.
11589 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
11590 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
11591 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
11592 (common_test_2_pic.o, common_test_2.so): New targets.
11593 (common_test_3_pic.o, common_test_3.so): New targets.
11594 * testsuite/Makefile.in: Rebuild.
11595
d7bb5745
ILT
11596 PR 10979
11597 * script.cc (read_input_script): If we see a new SECTIONS clause,
11598 and we have added an input section, give an error.
11599 * layout.h (class Layout): Add have_added_input_section function.
11600 Add have_added_input_section_ field.
11601 * layout.cc (Layout::Layout): Initialize
11602 have_added_input_section_.
11603 (Layout::layout): Set have_added_input_section_.
11604 (Layout::layout_eh_frame): Likewise.
11605
fc59c572
ILT
116062009-12-30 Ian Lance Taylor <iant@google.com>
11607
11608 PR 10931
11609 * options.h (class General_options): Add --sort-common option.
11610 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
11611 * common.cc (Sort_common): Add sort_order parameter to
11612 constructor. Add sort_order_ field.
11613 (Sort_commons::operator): Check sort_order_.
11614 (Symbol_table::allocate_commons): Determine the sort order.
11615 (Symbol_table::do_allocate_commons): Add sort_order parameter.
11616 Change all callers.
11617 (Symbol_table::do_allocate_commons_list): Likewise.
11618
1c74fab0
ILT
116192009-12-30 Ian Lance Taylor <iant@google.com>
11620
11621 PR 10916
11622 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
11623 symbols from this object, don't change the visibility of an
11624 undefined symbol.
11625 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
11626
6affe781
ILT
116272009-12-30 Ian Lance Taylor <iant@google.com>
11628
11629 PR 10861
11630 * script.h (class Version_script_info): Define Language enum.
11631 Update declarations. Define Glob, Exact, and Lookup types. Add
11632 new fields globals_, locals_, and is_finalized_.
11633 * script.cc: Various formatting fixes.
11634 (class Parser_closure): Change language_stack_ from a vector of
11635 std::string to one of Version_script_info::Language. Adjust all
11636 uses accordingly.
11637 (class Lazy_demangler): Remove.
11638 (struct Version_expression): Change language from std::string to
11639 Version_script_info::Language.
11640 (Version_script_info::Version_script_info): New function.
11641 (Version_script_info::~Version_script_info): Don't call clear.
11642 (Version_script_info::finalize): New function.
11643 (Version_script_info::build_lookup_tables): New function.
11644 (Version_script_info::build_expression_list_lookup): New
11645 function.
11646 (Version_script_info::get_symbol_version_helper): Rewrite to use
11647 lookup tables.
11648 (Version_script_info::print_expression_list): Adjust to use
11649 Version_script_info::Language.
11650 (script_push_lex_into_version_mode): Check that the version script
11651 has not been finalized.
11652 (version_script_push_lang): Change language string to
11653 Version_script_info::Language.
11654 * options.cc (Command_line::version_script): New function.
11655 * options.h (class General_options): Add finalize_dynamic_list
11656 function. Change version_script from declaration to definition.
11657 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
11658 * testsuite/version_script.map: Remove duplicate def of foo.
11659 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
11660 version_script.map.
11661 * testsuite/Makefile.in: Rebuild.
11662
818bf354
ILT
116632009-12-30 Ian Lance Taylor <iant@google.com>
11664
11665 PR 10843
11666 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
11667 if the input symbol index is 0, make the output symbol index 0.
11668
ebcc8304
ILT
116692009-12-30 Ian Lance Taylor <iant@google.com>
11670
11671 PR 10670
11672 * options.h (class General_options): Add -x/--discard-all.
11673 * object.cc (Sized_relobj::do_count_local_symbols): Handle
11674 --discard-all. If the local symbol needs a dynamic entry, check
11675 that before handling --discard-locals.
11676
176fe33f
ILT
116772009-12-30 Ian Lance Taylor <iant@google.com>
11678
bb321bb1
ILT
11679 PR 10450
11680 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
11681 flags to PF_R.
11682 (Output_segment::add_output_section): Don't change the flags if
11683 the type is PT_TLS.
11684
176fe33f
ILT
11685 PR 10450
11686 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
11687 GNU hash table if they need a dynamic value. Otherwise, don't add
11688 them if they are defined in a dynamic object or are forced local.
11689
e8cd95c7
ILT
116902009-12-29 Ian Lance Taylor <iant@google.com>
11691
1b81fb71
ILT
11692 PR 10450
11693 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
11694 .gnu.hash table for a 32-bit target.
11695
8d6d383d
ILT
11696 PR 10450
11697 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
11698 regular and a dynamic object only needs a dynamic symbol table
11699 entry if it is externally visible.
11700
e785ec03
ILT
11701 PR 10450
11702 * i386.cc (class Target_i386): Initialize global_offset_table_ in
11703 constructor. Add global_offset_table_ field.
11704 (Target_i386::got_section): Set global_offset_table_.
11705 (Target_i386::do_finalize_sections): Set global_offset_table_
11706 size.
11707 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
11708 in constructor. Add global_offset_table_ field.
11709 (Target_x86_64::got_section): Set global_offset_table_.
11710 (Target_x86_64::do_finalize_sections): Set global_offset_table_
11711 size.
11712
1a2dff53
ILT
11713 * layout.cc (Layout::Layout): Initialize increase_relro_.
11714 (Layout::get_output_section): Add is_relro, is_last_relro, and
11715 is_first_non_relro parameters. Change all callers.
11716 (Layout::choose_output_section): Likewise.
11717 (Layout::add_output_section_data): Likewise.
11718 (Layout::make_output_section): Likewise.
11719 (Layout::set_segment_offsets): Clear increase_relro when using a
11720 linker script.
11721 * layout.h (class Layout): Add increase_relro method. Add
11722 increase_relro_ field. Update declarations.
11723 * output.cc (Output_section::Output_section): Initialize
11724 is_last_relro_ and is_first_non_relro_.
11725 (Output_segment::add_output_section): Group relro sections is
11726 do_sort is true. Handle is_last_relro and is_first_non_relro.
11727 (Output_segment::maximum_alignment): Remove relro handling.
11728 (Output_segment::set_section_addresses): Add increase_relro
11729 parameter. Change all callers. Add initial alignment to align
11730 relro sections on separate page. Remove old relro handling.
11731 (Output_segment::set_section_list_addresses): Remove in_relro
11732 parameter. Change all callers.
11733 (Output_segment::set_offset): Add increase parameter. Change all
11734 callers. Remove old relro handling.
11735 * output.h (class Output_section): Add new methods: is_last_relro,
11736 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
11737 Add is_last_relro_ and is_first_non_relro_ fields.
11738 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
11739 Create separate .got.plt section. Call increase_relro.
11740 * x86_64.cc (Target_x86_64::got_section): Likewise.
11741 * testsuite/relro_script_test.t: Add .got.plt.
11742
f0ba79e2
ILT
11743 PR 10450
11744 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
11745 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
11746 (Layout::finalize): Call set_dynamic_symbol_size.
11747 (Layout::set_dynamic_symbol_size): New function.
11748 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
11749 set_dynamic_symbol_size.
11750
e8cd95c7
ILT
11751 PR 10450
11752 * output.h (class Output_section): Add is_entsize_zero_ field.
11753 * output.cc (Output_section::Output_section): Initialize
11754 is_entsize_zero_.
11755 (Output_section::set_entsize): If two different entsizes are
11756 requested, force it to zero.
11757 (Output_section::add_input_section): Set flags for .debug_str
11758 before updating section flags. Set entsize.
11759 (Output_section::update_flags_for_input_section): Set SHF_MERGE
11760 and SHF_STRING if all input sections have those flags.
11761
3e1b9a8a
RÁE
117622009-12-29 Rafael Espindola <espindola@google.com>
11763
11764 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
11765 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
11766 reporting.
3e1b9a8a 11767
3dcad376
ST
117682009-12-29 Sriraman Tallam <tmsriram@google.com>
11769
11770 * options.cc (General_options::parse_version): Allow -v to exit
11771 without an error if there is nothing to link.
11772
084e2665
ILT
117732009-12-29 Ian Lance Taylor <iant@google.com>
11774
11775 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
11776 using a version of gcc before 4.1.
11777 * configure: Rebuild.
11778
250acde3
CD
117792009-12-28 Chris Demetriou <cgd@google.com>
11780
11781 * attributes.cc (Output_attributes_section_data::do_write): Use
11782 std::vector::front rather than std::vector::data.
11783
99fff23b
ILT
117842009-12-28 Ian Lance Taylor <iant@google.com>
11785
11786 * symtab.h (class Symbol_table): Add enum Defined.
11787 * resolve.cc (Symbol_table::should_override): Add defined
11788 parameter. Change all callers. Test whether object is NULL
11789 before calling a method on it.
11790 (Symbol_table::report_resolve_problem): Add defined parameter.
11791 Change all callers.
11792 (Symbol_table::should_override_with_special): Likewise.
11793 * symtab.cc (Symbol_table::define_in_output_data): Add defined
11794 parameter. Change all callers.
11795 (Symbol_table::do_define_in_output_data): Likewise.
11796 (Symbol_table::define_in_output_segment): Likewise.
11797 (Symbol_table::do_define_in_output_segment): Likewise.
11798 (Symbol_table::define_as_constant): Likewise.
11799 (Symbol_table::do_define_as_constant): Likewise.
11800 * script.h (class Symbol_assignment): Add is_defsym parameter to
11801 constructor; change all callers.
11802 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
11803 parameter. Change all callers. Add is_defsym_ field.
11804 (class Parser_closure): Add parsing_defsym parameter to
11805 constructor; change all callers. Add parsing_defsym accessor
11806 function. Add parsing_defsym_ field.
11807
556bd683
ILT
118082009-12-28 Ian Lance Taylor <iant@google.com>
11809
11810 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 11811 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 11812
1782c879
ILT
118132009-12-23 Ian Lance Taylor <iant@google.com>
11814
11815 * i386.cc (Target_i386::do_calls_non_split): Recognize
11816 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
11817 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
11818 -fsplit-stack prologue when using %r11.
1782c879 11819
329ca2b1
ST
118202009-12-21 Sriraman Tallam <tmsriram@google.com>
11821
11822 * options.cc (General_options::parse_version): Make -v continue and do
11823 the link like GNU ld does.
11824
d675ff46
RÁE
118252009-12-17 Rafael Avila de Espindola <espindola@google.com>
11826
11827 * Makefile.am (CCFILES): Add timer.cc.
11828 (HFILES): Add timer.h.
11829 * configure.ac: Check for sysconf and times.
11830 * main.cc: include timer.h.
11831 (main): Use Timer instead of get_run_time.
11832 * timer.cc: New.
11833 * timer.h: New.
11834 * workqueue.cc: include timer.h.
11835 (Workqueue::find_and_run_task):
11836 Report user, sys and wall time.
11837 * Makefile.in: Regenerate.
11838 * config.in: Regenerate.
11839 * configure: Regenerate.
11840
d6344fb5
DK
118412009-12-16 Doug Kwan <dougkwan@google.com>
11842
11843 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
11844 sections.
11845 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
11846 relaxed input sections.
11847 * output.cc (Output_section::find_relaxed_input_section): Change
11848 return type to Output_relaxed_input_section pointer. Adjust code
11849 for new type of relaxed_input_section_map_.
11850 * output.h (Output_section::find_relaxed_input_section): Change
11851 return type to Output_relaxed_input_section pointer.
11852 (Output_section::Output_relaxed_input_section_by_input_section_map):
11853 New type.
11854 (Output_section::relaxed_input_section_map_): Change type to
11855 Output_section::Output_relaxed_input_section_by_input_section_map.
11856 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
11857 input section.
11858
0e0d5469
ILT
118592009-12-15 Ian Lance Taylor <iant@google.com>
11860
11861 * layout.cc (Layout::create_shstrtab): Only write out after input
11862 sections if we are compressing debug sections.
11863
0649a889
ILT
118642009-12-15 Ian Lance Taylor <iant@google.com>
11865
11866 * archive.cc (Archive::add_symbols): Only look up a symbol without
11867 a version if there is, in fact, a version.
11868
2ea97941
ILT
118692009-12-14 Ian Lance Taylor <iant@google.com>
11870
11871 Revert -Wshadow changes, all changes from:
11872 2009-12-11 Doug Kwan <dougkwan@google.com>
11873 2009-12-11 Nick Clifton <nickc@redhat.com>
11874 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
11875
b0eec2cc
DK
118762009-12-11 Doug Kwan <dougkwan@google.com>
11877
11878 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
11879 due to -Wshadow.
11880 * attributes.cc (Object_attribute::size): Ditto.
11881 (Attributes_section_data::size): Ditto.
11882 (Attributes_section_data::Attributes_section_data): Ditto.
11883 (Output_attributes_section_data::do_write): Ditto.
11884 * attributes.h (Object_attribute::set_type): Ditto.
11885 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
11886
91d6fa6a
NC
118872009-12-11 Nick Clifton <nickc@redhat.com>
11888
11889 * archive.cc: Fix shadowed variable warnings.
11890 * arm.cc: Likewise.
11891 * compressed_output.cc: Likewise.
11892 * compressed_output.h: Likewise.
11893 * configure: Likewise.
11894 * dwarf_reader.cc: Likewise.
11895 * dynobj.cc: Likewise.
11896 * dynobj.h: Likewise.
11897 * ehframe.cc: Likewise.
11898 * ehframe.h: Likewise.
11899 * errors.cc: Likewise.
11900 * expression.cc: Likewise.
11901 * fileread.cc: Likewise.
11902 * fileread.h: Likewise.
11903 * freebsd.h: Likewise.
11904 * i386.cc: Likewise.
11905 * icf.cc: Likewise.
11906 * incremental.h: Likewise.
11907 * layout.cc: Likewise.
11908 * layout.h: Likewise.
11909 * mapfile.cc: Likewise.
11910 * merge.cc: Likewise.
11911 * merge.h: Likewise.
11912 * object.cc: Likewise.
11913 * object.h: Likewise.
11914 * options.h: Likewise.
11915 * output.cc: Likewise.
11916 * output.h: Likewise.
11917 * parameters.cc: Likewise.
11918 * plugin.cc: Likewise.
11919 * powerpc.cc: Likewise.
11920 * reduced_debug_output.cc: Likewise.
11921 * reduced_debug_output.h: Likewise.
11922 * reloc.cc: Likewise.
11923 * reloc.h: Likewise.
11924 * resolve.cc: Likewise.
11925 * script-sections.cc: Likewise.
11926 * script.cc: Likewise.
11927 * script.h: Likewise.
11928 * sparc.cc: Likewise.
11929 * symtab.cc: Likewise.
11930 * symtab.h: Likewise.
11931 * target-select.cc: Likewise.
11932 * target-select.h: Likewise.
11933 * token.h: Likewise.
11934 * workqueue.cc: Likewise.
11935 * workqueue.h: Likewise.
11936 * x86_64.cc: Likewise.
11937
a0351a69
DK
119382009-12-10 Doug Kwan <dougkwan@google.com>
11939
11940 * arm.cc (attributes.h): New include.
11941 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
11942 (Arm_relobj::~Arm_relobj): Delete object pointed by
11943 attributes_section_data_.
11944 (Arm_relobj::attributes_section_data): New method definition.
11945 (Arm_relobj::attributes_section_data_): New data member declaration.
11946 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
11947 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
11948 attributes_section_data_.
11949 (Arm_dynobj::attributes_section_data): New method definition.
11950 (Arm_dynobj::attributes_section_data_): New data member declaration.
11951 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
11952 initialization value of may_use_blx_ to false.
2e702c99 11953 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
a0351a69
DK
11954 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
11955 object attributes to compute results instead of hard-coding.
11956 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
11957 Target_arm::get_secondary_compatible_arch,
11958 Target_arm::set_secondary_compatible_arch
11959 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11960 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
11961 New method declarations.
11962 (Target_arm::get_aeabi_object_attribute): New method definition.
11963 (Target_arm::attributes_section_data_): New data member declaration.
11964 (read_arm_attributes_section): New template definition.
11965 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
11966 (Arm_dynobj::do_read_symbols): Ditto.
11967 (Target_arm::do_finalize_sections): Merge attributes sections from
11968 input. Check for BLX use after attributes section merging.
11969 Fix __exidx_start and __exidx_end visibility. Create an
11970 .ARM.attributes section if necessary.
11971 (Target_arm::get_secondary_compatible_arch,
11972 Target_arm::set_secondary_compatible_arch,
11973 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
11974 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 11975 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
11976 New method definitions.
11977
b59befec
ILT
119782009-12-09 Ian Lance Taylor <iant@google.com>
11979
11980 * plugin.cc (Plugin::load): Don't cast from void* to a function
11981 pointer.
11982
1276bc89
ILT
119832009-12-09 Ian Lance Taylor <iant@google.com>
11984
11985 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
11986 information fields.
11987
2f2de248
L
119882009-12-09 H.J. Lu <hongjiu.lu@intel.com>
11989
11990 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
11991 Replace two_file_shared_1.so with two_file_shared_2.so.
11992 * testsuite/Makefile.in: Regenerated.
11993
4f787271
DK
119942009-12-08 Doug Kwan <dougkwan@google.com>
11995
11996 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
11997 (HFILES): Add attributes.h and int_encoding.h.
11998 * Makefile.in: Regenerate.
11999 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
12000 function definitions to int_encoding.cc
12001 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
12002 prototypes to int_encoding.h
12003 * reduced_debug_output.cc (int_encoding.h): New include.
12004 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
12005 function definitions to int_encoding.cc
12006 (insert_into_vector, read_from_pointer): Move template definitions to
12007 int_encoding.h
12008 * attributes.cc: New file.
12009 * attributes.h: New file.
12010 * int_encoding.cc: New file.
12011 * int_encoding.h: New file.
12012
20b52f1a
RÁE
120132009-12-07 Rafael Avila de Espindola <espindola@google.com>
12014
12015 PR gold/11055
12016 * incremental-dump.cc (dump_incremental_inputs): New.
12017 (main): Use dump_incremental_inputs.
12018
53d7974c
L
120192009-12-07 H.J. Lu <hongjiu.lu@intel.com>
12020
12021 PR gold/10893
12022 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
12023 checking elfcpp::STT_FUNC.
12024 (Target_i386::Relocate::relocate): Likewise.
12025 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
12026
12027 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
12028 symbols from shared libraries into normal FUNC symbols.
12029
12030 * symtab.h (Symbol): Add is_func and use it.
12031
05a352e6
DK
120322009-12-05 Doug Kwan <dougkwan@google.com>
12033
12034 * arm.cc (Target_arm::arm_info): Initialize new fields
12035 attributes_section and attributes_vendor.
12036 * i386.cc (Target_i386::i386_info): Same.
12037 * object.cc (Sized_relobj::do_layout): Skip attribute section.
12038 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
12039 fields attributes_section and attributes_vendor.
53d7974c 12040 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
12041 * target.h (Target::attributes_section, Target::attributes_vendor,
12042 Target::is_attributes_section, Target::attribute_arg_type,
12043 Target::attributes_order): New method definitions.
12044 (Target::Target_info::attributes_section,
12045 Target::Target_info::attributes_vendor): New fields.
12046 (Target::do_attribute_arg_type, Target::do_attributes_order): New
12047 virtual method definitions.
12048 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
12049 attributes_section and attributes_vendor.
12050 * testsuite/testfile.cc (Target_test::test_target_info): Same.
12051
f4e5969c
DK
120522009-12-05 Doug Kwan <dougkwan@google.com>
12053
12054 * arm.cc: Update comments about interworking and stub generation.
12055 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
12056 considered as non-PIC.
12057 (Arm_relocate_functions::base_abs): Fix formatting.
12058 (Arm_relocate_functions::got_prel): Fix comment. Change interface
12059 of function to use GOT entry address instead of offset.
12060 (Target_arm::Scan::global): Issue an error if a symbol would need a
12061 PLT does not get one because it is untyped. Remove code to create
12062 dynamic symbols for relative branches.
12063 (Target_arm::Relocate::relocate: Use 0 instead of false since function
12064 takes unsigned integer instead of boolean.
12065
1abce4a6
L
120662009-12-05 H.J. Lu <hongjiu.lu@intel.com>
12067
12068 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
12069 (two_file_test_LDADD): Likewise.
12070 (common_test_1_LDADD): Likewise.
12071 (exception_test_LDADD) Likewise.
12072 (weak_test_LDADD): Likewise.
12073 (many_sections_test_LDADD): Likewise.
12074 (initpri1_LDADD): Likewise.
12075 (script_test_1_LDADD): Likewise.
12076 (script_test_2_LDADD): Likewise.
12077 (justsyms_LDADD): Likewise.
12078 (binary_test_LDADD): Likewise.
12079 (large_LDADD): Likewise.
12080 * testsuite/Makefile.in: Regenerated.
12081
adcf2816 120822009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 12083
adcf2816
L
12084 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
12085 (Symbol_table::override_with_special): Likewise.
12086 (Symbol_table::add_from_object): Likewise.
12087
28e67f5d
RÁE
120882009-12-04 Rafael Avila de Espindola <espindola@google.com>
12089
12090 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
12091 Don't set the data_offset twice.
12092
ae10a101
RÁE
120932009-12-04 Rafael Avila de Espindola <espindola@google.com>
12094
12095 * testsuite/Makefile.in: Regenerate.
12096
f59f41f3
DK
120972009-12-03 Doug Kwan <dougkwan@google.com>
12098
12099 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
12100 (Target_arm::do_finalize_sections): Add parameter for symbol table
12101 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
12102 * i386.cc (Target_i386::do_finalize_sections): Add an additional
12103 parameter for symbol table pointer.
12104 * layout.cc (Layout::finalize): Call Target::finalize_sections with
12105 an additional parameter for a pointer to symbol table.
12106 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
12107 parameter for a symbol table pointer.
12108 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
12109 * target.h (Target::finalize_sections, Target::do_finalize_sections):
12110 Ditto.
12111 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
12112 parameter for a symbol table pointer.
12113
ca55d848
RÁE
121142009-12-03 Rafael Avila de Espindola <espindola@google.com>
12115
12116 * incremental.cc (Incremental_inputs_header)
12117 (Incremental_inputs_header_write, Incremental_inputs_entry)
12118 (Incremental_inputs_entry_write): Move ...
12119 * incremental.h (Incremental_inputs_header)
12120 (Incremental_inputs_header_write, Incremental_inputs_entry)
12121 (Incremental_inputs_entry_write): here.
12122
3aec4f9c
RÁE
121232009-12-02 Rafael Avila de Espindola <espindola@google.com>
12124
12125 * incremental.cc (make_sized_incremental_binary): Set the target.
12126 Error if it is incompatible.
12127 * output.h (Output_file): Add filename method.
12128
9c0ae74d
RÁE
121292009-12-02 Rafael Avila de Espindola <espindola@google.com>
12130
12131 * incremental.cc (Incremental_inputs_entry): Remove unused argument
12132 from the get_* methods.
12133
a45500ae
RÁE
121342009-12-02 Rafael Avila de Espindola <espindola@google.com>
12135
12136 * incremental-dump.cc (main): Check that the offeset of a script is 0.
12137 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
12138 Write 0 for the data_offset of scripts.
12139
325e6408
RÁE
121402009-12-02 Rafael Avila de Espindola <espindola@google.com>
12141
12142 * testsuite/Makefile.am: Add the incremental_test.sh test.
12143 * testsuite/incremental_test.sh: New.
12144 * testsuite/incremental_test_1.c: New.
12145 * testsuite/incremental_test_2.c: New.
12146
954c3e2e
RÁE
121472009-12-01 Rafael Avila de Espindola <espindola@google.com>
12148
703d02da 12149 * incremental-dump.cc (main): Fix typos.
954c3e2e 12150
f8086623
RÁE
121512009-11-27 Rafael Avila de Espindola <espindola@google.com>
12152
12153 PR gold/11025
12154 * incremental-dump.cc (main): Use llu to print 64 bit values.
12155
3b0dd6ac
L
121562009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
12157 H.J. Lu <hongjiu.lu@intel.com>
12158
12159 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
12160 $(LIBDL).
12161 (incremental_dump_LDADD): Likewise.
12162 * Makefile.in: Regenerated.
12163
a6d1ef57 121642009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 12165
a6d1ef57
DK
12166 Revert:
12167
12168 2009-11-25 Doug Kwan <dougkwan@google.com>
12169
12170 * arm.cc (Target_arm::Target_arm): Move method definition
12171 outside of class definition. Add code to handle
12172 --target1-rel, --target1-abs and --target2= options.
12173 (Target_arm::get_reloc_reloc_type): Change method to be
12174 non-static and const.
12175 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
12176 New data member declaration.
12177 (Target_arm::Scan::local, Target_arm::Scan::global,
12178 Target_arm::Relocate::relocate,
12179 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
12180 Adjust call to Target_arm::get_real_reloc_type.
12181 (Target_arm::get_real_reloc_type): Use command line options
12182 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
12183 * options.h (--target1-rel, --target1-abs, --target2): New
12184 ARM-only options.
12185
50aeb7d4
DK
121862009-11-25 Doug Kwan <dougkwan@google.com>
12187
12188 * arm.cc (Target_arm::Target_arm): Move method definition outside of
12189 class definition. Add code to handle --target1-rel, --target1-abs
12190 and --target2= options.
12191 (Target_arm::get_reloc_reloc_type): Change method to be non-static
12192 and const.
12193 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
12194 member declaration.
12195 (Target_arm::Scan::local, Target_arm::Scan::global,
12196 Target_arm::Relocate::relocate,
12197 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
12198 call to Target_arm::get_real_reloc_type.
12199 (Target_arm::get_real_reloc_type): Use command line options to
12200 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
12201 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
12202 options.
12203
51938283
DK
122042009-11-25 Doug Kwan <dougkwan@google.com>
12205
12206 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
12207 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
12208 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
12209 formatting.
12210 (Arm_relocate_functions::thm_call): Replace body with a call to
12211 Arm_relocate_functions::thumb_branch_common.
12212 (Arm_relocate_functions::thm_jump24,
12213 Arm_relocate_functions::thm_xpc22): New method definitions.
12214 (Arm_relocate_functions::thumb_branch_common): New method definition.
12215 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
12216 operator.
12217 (Target_arm::Relocate::relocate): Adjust call to thm_call.
12218 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
12219
e2b8f3c4
RÁE
122202009-11-24 Rafael Avila de Espindola <espindola@google.com>
12221
12222 * Makefile.am: Build incremental-dump
12223 * Makefile.in: Regenerate.
12224 * incremental-dump.cc: New.
12225 * incremental.cc (Incremental_inputs_header_data,
12226 Incremental_inputs_entry_data): Move to incremental.h
12227 * incremental.h: (Incremental_inputs_header_data,
12228 Incremental_inputs_entry_data): Move from incremental.cc
12229
bcba9aec
RÁE
122302009-11-24 Rafael Avila de Espindola <espindola@google.com>
12231
12232 * incremental.cc (Incremental_inputs_header,
12233 Incremental_inputs_header_write, Incremental_inputs_entry,
12234 Incremental_inputs_entry_write): Add a typedef with the data type.
12235
7c3afe08
RÁE
122362009-11-24 Rafael Avila de Espindola <espindola@google.com>
12237
12238 * incremental.cc (Incremental_inputs_header,
12239 Incremental_inputs_header_write, Incremental_inputs_entry,
12240 Incremental_inputs_entry_write): Update comment about which
12241 type has the filed descriptions.
12242
d204b6e9
DK
122432009-11-15 Doug Kwan <dougkwan@google.com>
12244
12245 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
12246 (Arm_relocate_functions::arm_branch_common): Change method defintion
12247 in class definition to a method declaration and update list of formal
12248 parameters.
12249 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
12250 Arm_relocation_functions::jump24): Adjust call to
12251 Arm_relocate_functions::arm_branch_common. Update list of formal
12252 parameters.
12253 (Arm_relocate_functions::xpc25): New method definition.
12254 (Arm_relocate_functions::arm_branch_common): Move method defintion
12255 out from class definition. Use stubs for mode-switching and extending
12256 branch ranges.
12257 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
12258 specially. Change code to enable use of stubs in ARM branches.
12259
43d12afe
DK
122602009-11-10 Doug Kwan <dougkwan@google.com>
12261
12262 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
12263 in method declaration.
12264 (Target_arm::relocate_stub): New method declaration.
12265 (Target_arm::default_target): Change to return a pointer instead of
12266 a const reference.
12267 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
12268 Target_arm::default_target.
12269 (Arm_Relobj::do_relocate_sections): Remove options paramater in
12270 method definition.
12271 (Target_arm::relocate_section): Adjust view.
12272 (Target_arm::relocate_stub): New method definition.
12273
ac33a407
DK
122742009-11-10 Doug Kwan <dougkwan@google.com>
12275
12276 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
12277 a format warning.
12278 * incremental.cc (open_incremental_binary): Initialized local
12279 variables to avoid warnings.
12280 * object.cc (make_elf_object): Ditto.
12281 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
12282 a format warning.
e1df38aa 12283
88ee28e9
L
12284009-11-09 H.J. Lu <hongjiu.lu@intel.com>
12285
12286 PR gold/10930
12287 * testsuite/plugin_test.c: Include "config.h".
12288
2daedcd6
DK
122892009-11-09 Doug Kwan <dougkwan@google.com>
12290
12291 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
12292 (arm_symbol_value): Remove.
12293 (Arm_relocate_functions::arm_branch_common,
12294 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
12295 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
12296 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
12297 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
12298 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
12299 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
12300 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
12301 Arm_relocate_functions::thm_mobw_abs_nc,
12302 Arm_relocate_functions::thm_mov_abs,
12303 Arm_relocate_functions::movw_prel_nc,
12304 Arm_relocate_functions::thm_movt_abs,
12305 Arm_relocate_functions::movt_prel,
12306 Arm_relocate_functions::thm_movw_prel_nc,
12307 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
12308 (Target_arm::Relocate::relocate): Only decompose address into two
12309 parts if relocation type uses the thumb-bit and pass the actual
12310 bit instead of a flag indicating that the thumb-bit is used. Adjust
12311 calls to methods in Arm_relocate_functions for this change.
12312
1276bc89 123132009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
12314
12315 PR 10925
12316 * reloc.cc: Instantiate
12317 Sized_relobj::initialize_input_to_output_maps and
12318 Sized_relobj:free_input_to_output_maps.
12319
e53ad1b5
ILT
123202009-11-06 Ian Lance Taylor <iant@google.com>
12321
12322 PR 10876
12323 * defstd.cc (in_segment): Set only_if_ref true for "end".
12324
eb44217c
DK
123252009-11-06 Doug Kwan <dougkwan@google.com>
12326
12327 * arm.cc (class Reloc_stub): Correct a comment.
12328 (Target_arm::Target_arm): Initialize arm_input_section_map_.
12329 (Target_arm::scan_section_for_stubs): New method declaration.
12330 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
12331 Change methods from private to protected.
12332 (Target_arm::do_may_relax): New method definition.
12333 (Target_arm::do_relax, Target_arm::group_sections,
12334 Target_arm::scan_reloc_for_stub,
12335 Target_arm::scan_reloc_section_for_stubs): New method declarations.
12336 (Target_arm::arm_input_section_map_): New data member declaration.
12337 (Target_arm::scan_reloc_for_stub,
12338 Target_arm::scan_reloc_section_for_stubs,
12339 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
12340 Target_arm::do_relax): New method definitions.
12341
5d329b7d
ILT
123422009-11-06 Mikolaj Zalewski <mikolaj@google.com>
12343
12344 * configure.ac: Check for (struct stat)::st_mtim
12345 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
12346 * config.in: Regenerate.
12347 * configure: Regenerate.
12348
96a0d71b
ILT
123492009-11-05 Ian Lance Taylor <iant@google.com>
12350
12351 PR 10910
12352 * output.cc (Output_segment::add_output_section): Add missing
12353 return statement.
12354
594c8e5e
ILT
123552009-11-04 Ian Lance Taylor <iant@google.com>
12356
12357 PR 10880
12358 * object.h (class Object): Add is_needed and set_is_needed
12359 methods. Add is_needed_ field. Make bool fields into bitfields.
12360 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
12361 defined in a dynamic object and referenced by a regular object,
12362 set is_needed for the dynamic object.
12363 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
12364 if the file is marked with as_needed and it is not needed.
12365
22b127cc
ILT
123662009-11-04 Ian Lance Taylor <iant@google.com>
12367
12368 PR 10887
12369 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
12370 tags if data is discarded by linker script.
12371 * i386.cc (Target_i386::do_finalize_sections): Likewise.
12372 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
12373 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
12374 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
12375
f5c870d2
ILT
123762009-11-04 Ian Lance Taylor <iant@google.com>
12377
12378 * layout.cc (Layout::get_output_section): Add is_interp and
12379 is_dynamic_linker_section parameters. Change all callers.
12380 (Layout::choose_output_section): Likewise.
12381 (Layout::make_output_section): Likewise.
12382 (Layout::add_output_section_data): Add is_dynamic_linker_section
12383 parameter. Change all callers.
12384 * layout.h (class Layout): Update declarations.
12385 * output.h (class Output_section): Add is_interp, set_is_interp,
12386 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
12387 Add is_interp_, is_dynamic_linker_section_ fields. Change
12388 generate_code_fills_at_write_ to a bitfield.
12389 * output.cc (Output_section::Output_sections): Initialize new
12390 fields.
12391 (Output_segment::add_output_section): Add do_sort parameter.
12392 Change all callers.
12393
1ae4d23b
ILT
123942009-11-03 Ian Lance Taylor <iant@google.com>
12395
12396 PR 10860
12397 * options.h (class General_options): Add --warn-common.
12398 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
12399 merging two common symbols.
12400 (Symbol_table::should_override): Handle --warn-common when merging
12401 a common symbol with a defined symbol. Use report_resolve_problem
12402 for multiple definitions.
12403 (Symbol_table::report_resolve_problem): New function.
12404 * symtab.h (class Symbol_table): Declare report_resolve_problem.
12405
55da9579
DK
124062009-11-03 Doug Kwan <dougkwan@google.com>
12407
12408 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
12409 stub_factory_.
12410 (Target_arm::stub_factory): New method definition.
12411 (Target_arm::new_arm_input_section,
12412 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
12413 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 12414 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
12415 New type definitions.
12416 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
12417 member declarations.
12418 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
12419 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
12420 New method definitions.
12421
37a9ac43
ILT
124222009-11-03 Ian Lance Taylor <iant@google.com>
12423
12424 * options.h (class General_options): Add --warn_constructors.
12425
b3d6a3d4
ILT
124262009-11-03 Ian Lance Taylor <iant@google.com>
12427
12428 PR 10893
12429 * defstd.cc (in_section): Add entries for __rel_iplt_start,
12430 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
12431
934b01dd
ILT
124322009-11-03 Ian Lance Taylor <iant@google.com>
12433
12434 PR 10895
12435 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
12436 --msgid-bugs-address.
12437 (install-pdf): New target.
12438 (install-data_yes): Look up one directory to find mkinstalldirs.
12439
03c1939b
L
124402009-11-03 H.J. Lu <hongjiu.lu@intel.com>
12441
12442 * po/Make-in (.po.gmo): Don't generate .gmo files in source
12443 tree.
12444
ebd95253
DK
124452009-10-30 Doug Kwan <dougkwan@google.com>
12446
12447 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
12448
e9bbb538
DK
124492009-10-30 Doug Kwan <dougkwan@google.com>
12450
12451 * arm.cc (Stub_addend_reader): New struct template definition
12452 and partial specializations.
12453 (Stub_addend_reader::operator()): New method definition for a
12454 partially specialized template.
12455
d5b40221
DK
124562009-10-30 Doug Kwan <dougkwan@google.com>
12457
12458 * arm.cc (Arm_relobj::processor_specific_flags): New method
12459 definition.
12460 (Arm_relobj::do_read_symbols): New method declaration.
12461 (Arm_relobj::processor_specific_flags_): New data member declaration.
12462 (Arm_dynobj): New class definition.
12463 (Target_arm::do_finalize_sections): Add input_objects parameter.
12464 (Target_arm::do_adjust_elf_header): New method declaration.
12465 (Target_arm::are_eabi_versions_compatible,
12466 (Target_arm::merge_processor_specific_flags): New method declaration.
12467 (Target_arm::do_make_elf_object): New overloaded method definitions
12468 and declaration.
12469 (Arm_relobj::do_read_symbols): New method definition.
12470 (Arm_dynobj::do_read_symbols): Ditto.
12471 (Target_arm::do_finalize_sections): Add input_objects parameters.
12472 Merge processor-specific flags from all input objects.
12473 (Target_arm::are_eabi_versions_compatible,
12474 Target_arm::merge_processor_specific_flags,
12475 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
12476 New method definitions.
12477 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
12478 Input_objects pointer type parameter.
12479 * layout.cc (Layout::finalize): Pass input objects to target's.
12480 finalize_sections function.
12481 * output.cc (Output_file_header::do_sized_write): Set ELF file
12482 header's processor-specific flags.
12483 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
12484 Input_objects pointer type parameter.
12485 * sparc.cc (Target_sparc::do_finalize_sections): Same.
12486 * target.h (Input_objects): New forward class declaration.
12487 (Target::processor_specific_flags,
12488 Target::are_processor_specific_flags_sect): New method definitions.
12489 (Target::finalize_sections): Add input_objects parameter.
12490 (Target::Target): Initialize processor_specific_flags_ and
12491 are_processor_specific_flags_set_.
12492 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
12493 parameter.
12494 (Target::set_processor_specific_flags): New method definition.
12495 (Target::processor_specific_flags_,
12496 Target::are_processor_specific_flags_set_): New data member
12497 declarations.
12498 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
12499 Input_objects pointer type parameter.
12500
ebabffbd
DK
125012009-10-30 Doug Kwan <dougkwan@google.com>
12502
12503 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
12504
ad0f2072
ILT
125052009-10-28 Ian Lance Taylor <iant@google.com>
12506
12507 * object.h (class Relobj): Drop options parameter from
12508 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
12509 do_scan_relocs, do_relocate. Change all callers.
12510 (class Sized_relobj): Drop options parameters from
12511 do_gc_process_relocs, do_scan_relocs, do_relocate,
12512 do_relocate_sections, relocate_sections, emit_relocs_scan,
12513 emit_relocs_scan_reltype. Change all callers.
12514 (struct Relocate_info): Remove options field and all references to
12515 it.
12516 * reloc.h (class Read_relocs): Remove options constructor
12517 parameter and options_ field. Change all callers.
12518 (class Gc_process_relocs, class Scan_relocs): Likewise.
12519 (class Relocate_task): Likewise.
12520 * target-reloc.h (scan_relocs): Remove options parameter. Change
12521 all callers.
12522 (scan_relocatable_relocs): Likewise.
12523 * target.h (class Sized_target): Remove options parameter from
12524 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
12525 all callers.
12526 * gc.h (gc_process_relocs): Remove options parameter. Change all
12527 callers.
12528 * arm.cc: Update functions to remove options parameters.
12529 * i386.cc: Likewise.
12530 * powerpc.cc: Likewise.
12531 * sparc.cc: Likewise.
12532 * x86_64.cc: Likewise.
12533 * testsuite/testfile.cc: Likewise.
12534
8ffa3667
DK
125352009-10-28 Doug Kwan <dougkwan@google.com>
12536
12537 * arm.cc (Arm_relobj): New class definition.
e1df38aa 12538 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
12539 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
12540 New method definitions.
12541
40f36857
CC
125422009-10-28 Cary Coutant <ccoutant@google.com>
12543
12544 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
12545 (Plugin::cleanup_done_): New member.
12546 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
12547 (Plugin_manager::cleanup_done_): Remove.
12548 (Plugin_manager::add_input_file): Edit error message.
12549 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
12550 (Plugin_manager::cleanup): Remove use of cleanup_done_.
12551
2c849493
ILT
125522009-10-27 Mikolaj Zalewski <mikolajz@google.com>
12553
12554 * fileread.cc: (File_read::View::~View): Use the new
12555 data_ownership_ filed.
12556 (File_read::~File_read): Dispose the new whole_file_view_.
12557 (File_read::open): Mmap the whole file if needed.
12558 (File_read::open): Use whole_file_view_ instead of contents_.
12559 (File_read::find_view): Use whole_file_view_ if applicable.
12560 (File_read::do_read): Use whole_file_view_ instead of contents_.
12561 (File_read::make_view): Use whole_file_view_ instead of contents_,
12562 update File_read::View::View call.
12563 (File_read::find_or_make_view): Update File_read::View::View
12564 call.
12565 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
12566 remove contents_
12567 (File_read::View::Data_ownership): New enum.
12568 (File_read::View::View): Replace bool mapped_ with Data_ownership
12569 argument.
12570 (File_read::View::mapped_): Remove (replaced by data_ownership_).
12571 (File_read::View::data_ownership_): New field.
12572 (File_read::contents_): Remove (replaced by whole_file_view_).
12573 (File_read::whole_file_view_): New field.
12574 * options.h (class General_options): Add --keep-files-mapped.
12575
24998053
CC
125762009-10-27 Cary Coutant <ccoutant@google.com>
12577
12578 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
12579 * testsuite/Makefile.am (plugin_test_5): New test case.
12580 * testsuite/Makefile.in: Regenerate.
12581
72adc4fa
DK
125822009-10-25 Doug Kwan <dougkwan@google.com>
12583
12584 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
12585 from private to protected to allow access by child class.
12586 (Sized_relobj::do_relocate_sections): New method declaration.
12587 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 12588 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
12589 Sized_relobj::relocate_sections. Instantiate template explicitly
12590 for different target sizes and endianity.
12591
07f508a2
DK
125922009-10-24 Doug Kwan <dougkwan@google.com>
12593
12594 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
12595 (Arm_input_section::as_arm_input_section): New method.
12596 (Arm_output_section): New class definition.
12597 (Arm_output_section::create_stub_group,
12598 Arm_output_section::group_sections): New method definitions.
12599
10ad9fe5
DK
126002009-10-22 Doug Kwan <dougkwan@google.com>
12601
12602 * arm.cc (Arm_input_section): New class definition.
12603 (Arm_input_section::init, Arm_input_section:do_write,
12604 Arm_input_section::set_final_data_size,
12605 Arm_input_section::do_reset_address_and_file_offset): New method
12606 definitions.
12607
56ee5e00
DK
126082009-10-21 Doug Kwan <dougkwan@google.com>
12609
12610 * arm.cc (Stub_table, Arm_input_section): New forward class
12611 declarations.
12612 (Stub_table): New class defintion.
12613 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
12614 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
12615 New method definition.
12616
b569affa
DK
126172009-10-21 Doug Kwan <dougkwan@google.com>
12618
12619 * arm.cc: Update copyright comments.
12620 (Target_arm): New forward class template declaration.
12621 (Arm_address): New type.
12622 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
12623 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
12624 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
12625 constants.
12626 (Insn_template): Same.
12627 (DEF_STUBS): New macro.
12628 (Stub_type): New enum type.
12629 (Stub_template): New class definition.
12630 (Stub): Same.
12631 (Reloc_stub): Same.
12632 (Stub_factory): Same.
12633 (Target_arm::Target_arm): Initialize may_use_blx_ and
12634 should_force_pic_veneer_.
12635 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
12636 Target_arm::should_force_pic_veneer,
12637 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
12638 Target_arm::using_thumb_only, Target_arm:;default_target): New
12639 method defintions.
12640 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
12641 New data member declarations.
12642 (Insn_template::size, Insn_template::alignment): New method defintions.
12643 (Stub_template::Stub_template): New method definition.
12644 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
12645 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
12646 (Stub_factory::Stub_factory): New method definition.
12647 * gold.h (string_hash): New template.
12648 * output.h (Input_section_specifier::hash_value): Use
12649 gold::string_hash.
12650 (Input_section_specifier::string_hash): Remove.
12651 * stringpool.cc (Stringpool_template::string_hash): Use
12652 gold::string_hash.
12653
6c172549
DK
126542009-10-20 Doug Kwan <dougkwan@google.com>
12655
12656 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
12657 symbols of relaxed input sections.
12658 * output.h (Output_section::find_relaxed_input_section): Make
12659 method public.
12660
c5617f2f
DK
126612009-10-16 Doug Kwan <dougkwan@google.com>
12662
12663 * dynobj.cc (Versions::Versions): Initialize version_script_.
12664 Only insert base version symbol definition for a shared object
12665 if version script defines any version versions.
12666 (Versions::define_base_version): New method definition.
12667 (Versions::add_def): Check that base version is not needed.
12668 (Versions::add_need): Define base version lazily.
12669 * dynobj.h (Versions::define_base_version): New method declaration.
12670 (Versions::needs_base_version_): New data member declaration.
12671 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
12672 (check_DATA): Add no_version_test.stdout.
12673 (libno_version_test.so, no_version_test.o no_version_test.stdout):
12674 New make rules.
12675 * testsuite/Makefile.in: Regenerate.
12676 * testsuite/no_version_test.c: New file.
12677 * testsuite/no_version_test.sh: Ditto.
12678
3c12dcdb
DK
126792009-10-16 Doug Kwan <dougkwan@google.com>
12680
12681 * expression.cc (class Segment_start_expression): New class definition.
12682 (Segment_start_expression::value): New method definition.
12683 (script_exp_function_segment_start): Return a new
12684 Segment_start_expression.
12685 * gold/script-c.h (script_saw_segment_start_expression): New function
12686 prototype.
12687 * script-sections.cc (Script_sections::Script_sections): Initialize
12688 SAW_SEGMENT_START_EXPRESSION_ to false.
12689 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
12690 and -Tbbs options to specify section addresses if given in
12691 command line and no SEGMENT_START expression is seen in a script.
12692 * script-sections.h (Script_sections::saw_segment_start_expression,
12693 Script_sections::set_saw_segment_start_expression): New method
12694 definition.
12695 (Script_sections::saw_segment_start_expression_): New data member
12696 declaration.
12697 * script.cc (script_saw_segment_start_expression): New function.
12698 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
12699 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
12700 script_test_7.sh and script_test_8.sh.
12701 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
12702 script_test_8.stdout.
12703 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
12704 (script_test_6, script_test_6.stdout, script_test_7,
12705 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
12706 * Makefile.in: Regenerate.
12707 * testsuite/script_test_6.sh: New file.
12708 * testsuite/script_test_6.t: Same.
12709 * testsuite/script_test_7.sh: Same.
12710 * testsuite/script_test_7.t: Same.
12711 * testsuite/script_test_8.sh: Same.
12712
64b1ae37
DK
127132009-10-16 Doug Kwan <dougkwan@google.com>
12714
12715 * output.cc (Output_segment::set_section_list_address): Cast
12716 expressions to unsigned long long type to avoid format warnings.
12717
661be1e2
ILT
127182009-10-15 Ian Lance Taylor <iant@google.com>
12719
12edd763 12720 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 12721 dot assignment to script_sections_.
12edd763
ILT
12722 * script-sections.cc (Script_sections::add_dot_assignment):
12723 Initialize if necessary.
12724
68b6574b
ILT
12725 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
12726 program headers with no load segment if there is a linker script.
12727
661be1e2
ILT
12728 * layout.cc (Layout::set_segment_offsets): Align the file offset
12729 to the segment aligment for -N or -n with no load segment.
12730 * output.cc (Output_segment::add_output_section): Don't crash if
12731 the first section is a TLS section.
12732 (Output_segment::set_section_list_addresses): Print an error
12733 message if the address moves backward in a linker script.
12734 * script-sections.cc
12735 (Output_section_element_input::set_section_addresses): Don't
12736 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
12737 (Orphan_output_section::set_section_addresses): Likewise.
12738
f15f61a7
DK
127392009-10-15 Doug Kwan <dougkwan@google.com>
12740
12741 * layout.cc (Layout::finish_dynamic_section): Generate tags
12742 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
12743 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
12744 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
12745
82bb573a
ILT
127462009-10-14 Ian Lance Taylor <iant@google.com>
12747
12748 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
12749 fields.
12750 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
12751 data_shdr fields of relinfo.
12752 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
12753 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
12754 R_386_TLS_LDO_32, adjust based on section flags.
12755 (Target_i386::Relocate::fix_up_ldo): Remove.
12756
374ad285
ILT
127572009-10-13 Ian Lance Taylor <iant@google.com>
12758
12759 Add support for -pie.
12760 * options.h (class General_options): Add -pie and
12761 --pic-executable.
12762 (General_options::output_is_position_independent): Test -pie.
12763 (General_options::output_is_executable): Return true if not shared
12764 and not relocatable.
12765 (General_options::output_is_pie): Remove.
12766 * options.cc (General_options::finalize): Reject incompatible uses
12767 of -pie.
12768 * gold.cc (queue_middle_tasks): A -pie link is not static.
12769 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
12770 * symtab.cc (Symbol::final_value_is_known): Return false if
12771 output_is_position_independent.
12772 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
12773 output_is_position_independent.
12774 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
12775 output_is_position_independent.
12776 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
12777 output_is_position_independent.
12778 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
12779 two_file_pie_test.
12780 (basic_pie_test.o, basic_pie_test): New targets.
12781 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
12782 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
12783 (two_file_pie_test): New target.
12784 * testsuite/Makefile.in: Rebuild.
12785 * README: Remove note saying that -pie is not supported.
12786
c6585162
ILT
127872009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
12788
12789 * options.h (class General_options): Add -init and -fini.
12790 * layout.cc (Layout::finish_dynamic_section): Emit
12791 given init and fini functions.
12792
032ce4e9
ST
127932009-10-13 Sriraman Tallam <tmsriram@google.com>
12794
12795 * gc.h (gc_process_relocs): Check if icf is enabled using new
12796 function.
12797 * gold.cc (queue_initial_tasks): Likewise.
12798 (queue_middle_tasks): Likewise.
12799 * object.cc (do_layout): Likewise.
12800 * symtab.cc (is_section_folded): Likewise.
12801 * main.cc (main): Likewise.
12802 * reloc.cc (Read_relocs::run): Likewise.
12803 (Sized_relobj::do_scan_relocs): Likewise.
12804 * icf.cc (is_function_ctor_or_dtor): New function.
12805 (Icf::find_identical_sections): Check if function is ctor or dtor when
12806 safe icf is chosen.
12807 * options.h (General_options::icf): Change option to be an enum.
12808 (Icf_status): New enum.
12809 (icf_enabled): New method.
12810 (icf_safe_folding): New method.
12811 (set_icf_status): New method.
12812 (icf_status_): New variable.
12813 * (options.cc) (General_options::finalize): Set icf_status_.
12814 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
12815 icf_test and icf_keep_unique_test to use the --icf enum flag.
12816 * testsuite/icf_safe_test.sh: New file.
e1df38aa 12817 * testsuite/icf_safe_test.cc: New file.
032ce4e9 12818
f345227a
ST
128192009-10-12 Sriraman Tallam <tmsriram@google.com>
12820
12821 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
12822 includes to gc.h and icf.h.
12823 * arm.cc: Include gc.h.
12824 * gold.cc: Likewise.
12825 * i386.cc: Likewise.
12826 * powerpc.cc: Likewise.
12827 * sparc.cc: Likewise.
12828 * x86_64.cc: Likewise.
12829 * gc.h: Include icf.h.
12830
1c7814ed
ILT
128312009-10-11 Ian Lance Taylor <iant@google.com>
12832
12833 * plugin.cc: Include "gold.h" before other header files.
12834
ae3b5189
CD
128352009-10-10 Chris Demetriou <cgd@google.com>
12836
12837 * options.h (Input_file_argument::Input_file_type): New enum.
12838 (Input_file_argument::is_lib_): Replace with...
12839 (Input_file_argument::type_): New member.
12840 (Input_file_argument::Input_file_argument): Take Input_file_type
12841 'type' rather than boolean 'is_lib' as second argument.
12842 (Input_file_argument::is_lib): Use type_.
12843 (Input_file_argument::is_searched_file): New function.
12844 (Input_file_argument::may_need_search): Handle is_searched_file.
12845 * options.cc (General_options::parse_library): Support -l:filename.
12846 (General_options::parse_just_symbols): Update for Input_file_argument
12847 changes.
12848 (Command_line::process): Likewise.
12849 * archive.cc (Archive::get_file_and_offset): Likewise.
12850 * plugin.cc (Plugin_manager::release_input_file): Likewise.
12851 * script.cc (read_script_file, script_add_file): Likewise.
12852 * fileread.cc (Input_file::Input_file): Likewise.
12853 (Input_file::will_search_for): Handle is_searched_file.
12854 (Input_file::open): Likewise.
12855 * readsyms.cc (Read_symbols::get_name): Likewise.
12856 * testsuite/Makefile.am (searched_file_test): New test.
12857 * testsuite/Makefile.in: Regenerate.
12858 * testsuite/searched_file_test.cc: New file.
12859 * testsuite/searched_file_test_lib.cc: New file.
12860
f3048a1d
ILT
128612009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12862 Ian Lance Taylor <iant@google.com>
12863
12864 * descriptor.cc: Include <cstdio> and "binary-io.h".
12865 (Descriptors::open): Open the files in binary mode always.
12866 * script.cc (Lex::get_token): Treat \r as whitespace.
12867
d4780e57
ILT
128682009-10-09 Ian Lance Taylor <iant@google.com>
12869
12870 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
12871
d9a893b8
ILT
128722009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12873 Ian Lance Taylor <iant@google.com>
12874
12875 * configure.ac: Check for readv function also.
12876 * fileread.cc (readv): Define if not HAVE_READV.
12877 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
12878 does not exist.
12879 * config.in: Regenerate.
12880 * configure: Regenerate.
12881
c0a62865
DK
128822009-10-09 Doug Kwan <dougkwan@google.com>
12883
12884 * layout.cc (Layout::make_output_section): Call target hook to make
12885 ordinary output section.
12886 (Layout::finalize): Adjust parameter list of call the
12887 Target::may_relax().
12888 * layout.h (class Layout::section_list): New method.
12889 * merge.h (Output_merge_base::entsize): Change visibility to public.
12890 (Output_merge_base::is_string, Output_merge_base::do_is_string):
12891 New methods.
12892 (Output_merge_string::do_is_string): New method.
12893 * object.cc (Sized_relobj::do_setup): renamed from
12894 Sized_relobj::set_up.
12895 * object.h (Sized_relobj::adjust_shndx,
12896 Sized_relobj::initializ_input_to_output_maps,
12897 Sized_relobj::free_input_to_output_maps): Change visibilities to
12898 protected.
12899 (Sized_relobj::setup): Virtualize.
12900 (Sized_relobj::do_setup): New method declaration.
12901 (Sized_relobj::invalidate_section_offset,
12902 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
12903 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
12904 * options.cc (parse_int): New function.
12905 * options.h (parse_int): New declaration.
12906 (DEFINE_int): New macro.
12907 (stub_group_size): New option.
12908 * output.cc (Output_section::Output_section): Initialize memebers
12909 merge_section_map_, merge_section_by_properties_map_,
12910 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
12911 (Output_section::add_input_section): Handled deferred code-fill
12912 generation and remove an old comment.
12913 (Output_section::add_relaxed_input_section): New method definition.
12914 (Output_section::add_merge_input_section): Use merge section by
12915 properties map to speed to search. Update merge section maps
12916 as appropriate.
12917 (Output_section::build_relaxation_map): New method definition.
12918 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
12919 Same.
12920 (Output_section::relax_input_section): Renamed to
12921 Output_section::convert_input_sections_to_relaxed_sections and change
12922 interface to take a vector of pointers to relaxed sections.
12923 (Output_section::find_merge_section,
12924 Output_section::find_relaxed_input_section): New method definitions.
12925 (Output_section::is_input_address_mapped,
12926 Output_section::output_offset, Output_section::output_address):
12927 Use output section data maps to speed up searching.
12928 (Output_section::find_starting_output_address): Add comments.
12929 (Output_section::do_write,
12930 Output_section::write_to_postprocessing_buffer): Do code-fill
12931 generation as appropriate.
12932 (Output_section::get_input_sections): Invalidate relaxed input section
12933 map.
12934 (Output_section::restore_states): Adjust type of checkpoint .
12935 Invalidate relaxed input section map.
12936 * output.h (Output_merge_base): New class declaration.
12937 (Input_section_specifier): New class defintion.
12938 (class Output_relaxed_input_section) Change base class to
12939 Output_section_data_build.
12940 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
12941 base class initializer.
12942 (Output_section::add_relaxed_input_section): New method declaration.
12943 (Output_section::Input_section): Change visibility to protected.
2e702c99 12944 (Output_section::Input_section::relobj,
c0a62865
DK
12945 Output_section::Input_section::shndx): Handle relaxed input sections.
12946 Output_section::input_sections) Change visibility to protected. Also
12947 define overload to return a non-const pointer.
12948 (Output_section::Merge_section_properties): New class defintion.
12949 (Output_section::Merge_section_by_properties_map,
12950 Output_section::Output_section_data_by_input_section_map,
12951 Output_section::Relaxation_map): New types.
12952 (Output_section::relax_input_section): Rename method to
12953 Output_section::convert_input_sections_to_relaxed_sections and change
12954 interface to take a vector of relaxed section pointers.
12955 (Output_section::find_merge_section,
12956 Output_section::find_relaxed_input_section,
12957 Output_section::build_relaxation_map,
12958 Output_section::convert_input_sections_in_list_to_relaxed_sections):
12959 New method declarations.
12960 (Output_section::merge_section_map_
12961 Output_section::merge_section_by_properties_map_,
12962 Output_section::relaxed_input_section_map_,
12963 Output_section::is_relaxed_input_section_map_valid_,
12964 Output_section::generate_code_fills_at_write_): New data members.
12965 * script-sections.cc
12966 (Output_section_element_input::set_section_addresses): Call
12967 current_data_size and addralign methods of relaxed input sections.
12968 (Orphan_output_section::set_section_addresses): Call current_data_size
12969 and addralign methods of relaxed input sections.
12970 * symtab.cc (Symbol_table::compute_final_value): Extract template
12971 from the body of Symbol_table::sized_finalize_symbol.
12972 (Symbol_table::sized_finalized_symbol): Call
12973 Symbol_table::compute_final_value.
12974 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
12975 (Symbol_table::compute_final_value): New templated method declaration.
12976 * target.cc (Target::do_make_output_section): New method defintion.
12977 * target.h (Target::make_output_section): New method declaration.
12978 (Target::relax): Add more parameters for input objects, symbol table
12979 and layout. Adjust call to do_relax.
12980 (Target::do_make_output_section): New method declaration.
12981 (Target::do_relax): Add parameters for input objects, symbol table
12982 and layout.
12983
d446d6c4
ILT
129842009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12985
12986 * pread.c: Include stdio.h.
12987
bc06c745
ILT
129882009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12989
12990 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
12991 defined.
12992
75aea3d0
ILT
129932009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
12994
12995 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
12996 Change read_shndx type to unsigned int.
12997 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
12998 int.
12999 (Sized_dwarf_line_info::read_line_mappings): Likewise.
13000 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
13001 Change read_shndx type to unsigned int.
13002 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
13003 int.
13004 (Sized_dwarf_line_info::read_line_mappings): Likewise.
13005 * layout.cc (Layout::create_symtab_sections): Cast the result of
13006 local_symcount * symsize to off_t in the gold_assert.
13007
be8fcb75
ILT
130082009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13009
13010 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
13011 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
13012 R_ARM_BASE_ABS.
13013 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
13014 (Arm_relocate_functions::thm_abs5): New function.
13015 (Arm_relocate_functions::abs12): New function.
13016 (Arm_relocate_functions::abs16): New function.
13017 (Arm_relocate_functions::base_abs): New function.
13018 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
13019 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
13020 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
13021 R_ARM_BASE_ABS.
13022 (Scan::global): Likewise.
13023 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
13024 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
13025 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
13026 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
13027 R_ARM_BASE_ABS.
13028
c2a122b6
ILT
130292009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13030
13031 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
13032 (Arm_relocate_functions::movt_prel): New function.
13033 (Arm_relocate_functions::thm_movw_prel_nc): New function.
13034 (Arm_relocate_functions::thm_movt_prel): New function.
13035 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
13036 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
13037 (Scan::global, Relocate::relocate): Likewise.
13038 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13039
c4aa1e2d
ILT
130402009-10-09 Mikolaj Zalewski <mikolajz@google.com>
13041
13042 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
13043 Incremental_checker.
13044 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
13045 unsigned int.
13046 (class Incremental_inputs_header): New class.
13047 (Incremental_inputs_header_writer): Edit comment.
13048 (Incremental_inputs_entry): New class.
13049 (Incremental_inputs_entry_writer): Edit comment.
13050 (Sized_incremental_binary::do_find_incremental_inputs_section):
13051 Add *strtab_shndx parameter, fill it.
13052 (Sized_incremental_binary::do_check_inputs): New method.
13053 (Incremental_checker::can_incrementally_link_output_file): Use
13054 Sized_incremental_binary::check_inputs.
13055 (Incremental_inputs::report_command_line): Save command line in
13056 command_line_.
13057 * incremental.h:
13058 (Incremental_binary::find_incremental_inputs_section): New
13059 method.
13060 (Incremental_binary::do_find_incremental_inputs_section): Add
13061 strtab_shndx parameter.
13062 (Incremental_binary::do_check_inputs): New pure virtual method.
13063 (Sized_incremental_binary::do_check_inputs): Declare.
13064 (Incremental_checker::Incremental_checker): Add incremental_inputs
13065 parameter, use it to initialize incremental_inputs_.
13066 (Incremental_checker::incremental_inputs_): New field.
13067 (Incremental_checker::command_line): New method.
13068 (Incremental_checker::inputs): New method.
13069 (Incremental_checker::command_line_): New field.
13070
c549a694
ILT
130712009-10-09 Mikolaj Zalewski <mikolajz@google.com>
13072
13073 * incremental.cc: Include <cstdarg> and "target-select.h".
13074 (vexplain_no_incremental): New function.
13075 (explain_no_incremental): New function.
13076 (Incremental_binary::error): New method.
13077 (Sized_incremental_binary::do_find_incremental_inputs_section): New
13078 method.
13079 (make_sized_incremental_binary): New function.
13080 (open_incremental_binary): New function.
13081 (can_incrementally_link_file): Add checks if output is ELF and has
13082 inputs section.
13083 * incremental.h: Include "elfcpp_file.h" and "output.h".
13084 (Incremental_binary): New class.
13085 (Sized_incremental_binary): New class.
13086 (open_incremental_binary): Declare.
13087 * object.cc (is_elf_object): Use
13088 elfcpp::Elf_recognizer::is_elf_file.
13089 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
13090 * output.h (Output_file::filesize): New method.
13091
fd3c5f0b
ILT
130922009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13093
13094 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
13095 New function.
13096 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
13097 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
13098 function.
13099 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
13100 function.
13101 (Arm_relocate_functions::movw_abs_nc): New function.
13102 (Arm_relocate_functions::movt_abs): New function.
13103 (Arm_relocate_functions::thm_movw_abs_nc): New function.
13104 (Arm_relocate_functions::thm_movt_abs): New function.
13105 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
13106 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
13107 (Scan::global): Likewise.
13108 (Relocate::relocate): Likewise.
13109 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13110
7f5309a5
ILT
131112009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13112
13113 * arm.cc (Arm_relocate_functions::got_prel) New function.
13114 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
13115 (Relocate::relocate): Likewise.
13116 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
13117
364c7fa5
ILT
131182009-10-06 Ian Lance Taylor <iant@google.com>
13119
13120 * options.h (class General_options): Define
13121 split_stack_adjust_size parameter.
13122 * object.h (class Object): Add uses_split_stack_ and
13123 has_no_split_stack_ fields. Add uses_split_stack and
13124 has_no_split_stack accessor functions. Declare
13125 handle_split_stack_section.
13126 (class Reloc_symbol_changes): Define.
13127 (class Sized_relobj): Define Function_offsets. Declare
13128 split_stack_adjust, split_stack_adjust_reltype, and
13129 find_functions.
13130 * object.cc (Object::handle_split_stack_section): New function.
13131 (Sized_relobj::do_layout): Call handle_split_stack_section.
13132 * dynobj.cc (Sized_dynobj::do_layout): Call
13133 handle_split_stack_section.
13134 * reloc.cc (Sized_relobj::relocate_sections): Call
13135 split_stack_adjust for executable sections in split_stack
13136 objects. Pass reloc_map to relocate_section.
13137 (Sized_relobj::split_stack_adjust): New function.
13138 (Sized_relobj::split_stack_adjust_reltype): New function.
13139 (Sized_relobj::find_functions): New function.
13140 * target-reloc.h: Include "object.h".
13141 (relocate_section): Add reloc_symbol_changes parameter. Change
13142 all callers.
13143 * target.h (class Target): Add calls_non_split method. Declare
13144 do_calls_non_split virtual method. Declare match_view and
13145 set_view_to_nop.
13146 * target.cc: Include "elfcpp.h".
13147 (Target::do_calls_non_split): New function.
13148 (Target::match_view): New function.
13149 (Target::set_view_to_nop): New function.
13150 * gold.cc (queue_middle_tasks): Give an error if mixing
13151 split-stack and non-split-stack objects with -r.
13152 * i386.cc (Target_i386::relocate_section): Add
13153 reloc_symbol_changes parameter.
13154 (Target_i386::do_calls_non_split): New function.
13155 * x86_64.cc (Target_x86_64::relocate_section): Add
13156 reloc_symbol_changes parameter.
13157 (Target_x86_64::do_calls_non_split): New function.
13158 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
13159 parameter.
13160 * powerpc.cc (Target_powerpc::relocate_section): Add
13161 reloc_symbol_changes parameter.
13162 * sparc.cc (Target_sparc::relocate_section): Add
13163 reloc_symbol_changes parameter.
13164 * configure.ac: Call AM_CONDITIONAL for the default target.
13165 * configure: Rebuild.
13166 * testsuite/Makefile.am (TEST_AS): New variable.
13167 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
13168 (check_DATA): Add split_i386 and split_x86_64 files.
13169 (SPLIT_DEFSYMS): Define.
13170 (split_i386_[1234n].o): New targets.
13171 (split_i386_[124]): New targets.
13172 (split_i386_[1234r].stdout): New targets.
13173 (split_x86_64_[1234n].o): New targets.
13174 (split_x86_64_[124]): New targets.
13175 (split_x86_64_[1234r].stdout): New targets.
13176 (MOSTLYCLEANFILES): Add new executables.
13177 * testsuite/split_i386.sh: New file.
13178 * testsuite/split_x86_64.sh: New file.
13179 * testsuite/split_i386_1.s: New file.
13180 * testsuite/split_i386_2.s: New file.
13181 * testsuite/split_i386_3.s: New file.
13182 * testsuite/split_i386_4.s: New file.
13183 * testsuite/split_i386_n.s: New file.
13184 * testsuite/split_x86_64_1.s: New file.
13185 * testsuite/split_x86_64_2.s: New file.
13186 * testsuite/split_x86_64_3.s: New file.
13187 * testsuite/split_x86_64_4.s: New file.
13188 * testsuite/split_x86_64_n.s: New file.
13189 * testsuite/testfile.cc (Target_test): Update relocation_section
13190 function.
13191 * testsuite/Makefile.in: Rebuild.
13192
e8a9fcda
ILT
131932009-10-06 Ian Lance Taylor <iant@google.com>
13194
13195 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
13196 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
13197 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
13198 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
13199 the address on ldo_addrs_.
13200 (Target_i386::Relocate::fix_up_ldo): New function.
13201
e99daf92
ILT
132022009-10-06 Rafael Espindola <espindola@google.com>
13203
13204 * plugin.cc (add_input_library): New.
13205 (Plugin::load): Add add_input_library to tv.
13206 (Plugin_manager::add_input_file): Add the is_lib argument.
13207 (add_input_file): Update call to Plugin_manager::add_input_file.
13208 (add_input_library): New.
13209 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
13210
966d4097
DK
132112009-09-30 Doug Kwan <dougkwan@google.com>
13212
13213 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
13214 symbol and call Symbol::may_need_copy_reloc to determine if
13215 a copy reloc is needed.
13216 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
13217 nocopyreloc is given in command line.
13218 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
13219 given in command line.
13220 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
13221 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
13222 of the removed Target_i386::may_need_copy_reloc.
13223 * options.h (copyreloc): New option with default value false.
13224 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
13225 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
13226 instead of the removed Target_powerpc::may_need_copy_reloc.
13227 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
13228 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
13229 instead of the removed Target_sparc::may_need_copy_reloc.
13230 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
13231 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
13232 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
13233 instead of the removed Target_x86_64::may_need_copy_reloc.
13234
029ba973
ILT
132352009-09-30 Ian Lance Taylor <iant@google.com>
13236
13237 * object.h (class Object): Remove target_ field, and target,
13238 sized_target, and set_target methods.
13239 (Object::sized_target): Remove.
13240 (class Sized_relobj): Update declarations. Remove sized_target.
13241 * object.cc (Sized_relobj::setup): Remove target parameter.
13242 Change all callers.
13243 (Input_objects::add_object): Don't do anything with the target.
13244 (make_elf_sized_object): Add punconfigured parameter. Change all
13245 callers. Set or test parameter target.
13246 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
13247 Change all callers.
13248 * parameters.cc (Parameters::set_target): Change parameter type to
13249 be non-const.
13250 (Parameters::default_target): Remove.
13251 (set_parameters_target): Change parameter type to be non-const.
13252 (parameters_force_valid_target): New function.
13253 (parameters_clear_target): New function.
13254 * parameters.h (class Parameters): Update declarations. Remove
13255 default_target method. Add sized_target and clear_target
13256 methods. Change target_ to be non-const.
13257 (set_parameters_target): Update declaration.
13258 (parameters_force_valid_target): Declare.
13259 (parameters_clear_target): Declare.
13260 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
13261 as NULL if we aren't searching.
13262 (Add_symbols::run): Don't check for compatible target.
13263 * fileread.cc (Input_file::open_binary): Call
13264 parameters_force_valid_target.
13265 * gold.cc (queue_middle_tasks): Likewise.
13266 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
13267 set_target on object.
13268 * dynobj.h (class Sized_dynobj): Update declarations.
13269 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
13270 make_elf_object returns NULL.
13271 (Archive::include_member): Don't check whether object target is
13272 compatible.
13273 * output.cc (Output_section::add_input_section): Get target from
13274 parameters.
13275 (Output_section::relax_input_section): Likewise.
13276 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
13277 parameters.
13278 (Sized_relobj::do_scan_relocs): Likewise.
13279 (Sized_relobj::relocate_sections): Likewise.
13280 * resolve.cc (Symbol_table::resolve): Likewise.
13281 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
13282 parameter. Change all callers.
13283 (Symbol_table::add_from_object): Get target from parameters.
13284 (Symbol_table::add_from_relobj): Don't check object target.
13285 (Symbol_table::add_from_dynobj): Likewise.
13286 (Symbol_table::define_special_symbol): Get target from
13287 parameters.
13288 * symtab.h (class Symbol_table): Update declaration.
13289 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
13290 parameter. Change all callers. Clear parameter target.
13291 (Binary_test): Test target here.
13292 * testsuite/object_unittest.cc (gold_testsuite): Remove
13293 target_test_pointer parameter. Change all callers.
13294 (Object_test): Test target here.
13295
a6a22b83
ILT
132962009-09-26 Ian Lance Taylor <iant@google.com>
13297
13298 * testsuite/initpri1.c: Don't try to use constructor priorities if
13299 compiling with gcc before 4.3.
13300
6a8f49fe
ILT
133012009-09-22 Mikolaj Zalewski <mikolajz@google.com>
13302
13303 * testsuite/retain_symbols_file_test.sh (check_present): Change
13304 output file name to retain_symbols_file_test.stdout.
13305 (check_absent): Likewise.
13306
8c604651
CS
133072009-09-18 Craig Silverstein <csilvers@google.com>
13308
13309 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
13310 * options.cc: Include <cerrno> and <fstream>.
13311 (General_options::finalize): Parse -retain-symbols-file tag.
13312 * options.h: New flag.
13313 (General_options): New method should_retain_symbol, new
13314 variable symbols_to_retain.
13315 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
13316 should_retain_symbol map.
13317 * testsuite/Makefile.am (retain_symbols_file_test): New test.
13318 * testsuite/Makefile.in: Regenerate.
13319 * testsuite/retain_symbols_file_test.sh: New file.
13320
ca58b19f
NC
133212009-09-18 Nick Clifton <nickc@redhat.com>
13322
13323 * po/es.po: Updated Spanish translation.
13324
20e6d0d6
DK
133252009-09-17 Doug Kwan <dougkwan@google.com>
13326
13327 * debug.h (DEBUG_RELAXATION): New constant.
13328 (DEBUG_ALL): Add DEBUG_RELAXATION.
13329 (debug_string_to_enum): Add relaxation debug option.
13330 * layout.cc
13331 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
13332 Layout::Relaxation_debug_check::read_sections,
13333 Layout::Relaxation_debug_check::read_sections): New method definitions.
13334 (Layout::Layout): Initialize data members
13335 record_output_section_data_from_scrips_,
13336 script_output_section_data_list_ and relaxation_debug_check_.
13337 (Layout::save_segments, Layout::restore_segments,
13338 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13339 Layout::relaxation_loop_body): New method definitions.
13340 (Layout::finalize): Support relaxation. Move section layout code to
13341 Layout::relaxation_loop_body.
13342 (Layout::set_asection_address_from_script): Move code for orphan
13343 section placement out.
13344 (Layout::place_orphan_sections_in_script): New method definition.
13345 * layout.h (Output_segment_headers, Output_file_header):
13346 New forward class declarations.
13347 (Layout::~Layout): Define.
13348 (Layout::new_output_section_data_from_script): New method definition.
13349 (Layout::place_orphan_sections_in_script): New method declaration.
13350 (Layout::Segment_states): New type declaration.
13351 (Layout::save_segments, Layout::restore_segments,
13352 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
13353 Layout::relaxation_loop_body): New method declarations.
13354 (Layout::Output_section_data_list): New type declaration.
13355 (Layout::Relaxation_debug_check): New class definition.
13356 (Layout::record_output_section_data_from_script_,
13357 Layout::script_output_section_data_list_, Layout::segment_states_,
13358 Layout::relaxation_debug_check_): New data members.
13359 * output.cc: (Output_section_headers::do_size): New method definition.
13360 (Output_section_headers::Output_section_headers): Move size
13361 computation to Output_section_headers::do_size.
13362 (Output_segment_headers::do_size): New method definition.
e1df38aa 13363 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
13364 Output_file_header::do_size and call it.
13365 (Output_file_header::do_size): New method definition.
13366 (Output_data_group::Output_data_group): Adjust call to
13367 Output_section_data.
13368 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
13369 (Output_symtab_xindex::do_write): Add array bound check.
2e702c99 13370 (Output_section::Input_section::print_to_mapfile): Handle
20e6d0d6
DK
13371 RELAXED_INPUT_SECTION_CODE.
13372 (Output_section::Output_section): Initialize data member checkpoint_.
13373 (Output_section::~Output_section): Delete checkpoint object pointed
13374 by checkpoint_.
13375 (Output_section::add_input_section): Always add an Input_section if
13376 relaxing.
13377 (Output_section::add_merge_input_section): Add assert.
13378 (Output_section::relax_input_section): New method definition.
13379 (Output_section::set_final_data_size): Set load address to zero for
13380 an unallocated section.
13381 (Output_section::do_address_and_file_offset_have_reset_values):
13382 New method definition.
13383 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
13384 Handle relaxed input section.
13385 (Output_section::sort_attached_input_sections): Checkpoint input
13386 section list lazily.
13387 (Output_section::get_input_sections): Change type of input_sections to
13388 list of Simple_input_section pointers. Checkpoint input section list
13389 lazily. Also handle relaxed input sections.
13390 (Output_section::add_input_section_for_script): Take a reference to
13391 a Simple_input_section object instead of Relobj pointer and section
13392 index as parameter. Handle relaxed input sections.
13393 (Output_section::save_states, Output_section::restore_states): New
13394 method definitions.
13395 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
13396 (Output_data::is_data_size_fixed): New method definition.
13397 (Output_data::reset_addresss_and_file_offset): Do not reset data size
13398 if it is fixed.
13399 (Output_data::address_and_file_offset_have_reset_values): New method
13400 definition.
13401 (Output_data::do_address_and_file_offset_have_reset_values): New method
13402 definition.
13403 (Output_data::set_data_size): Check that data size is not fixed.
13404 (Output_data::fix_data_size): New method definition.
13405 (Output_data::is_data_size_fixed_): New data member.
13406 (Output_section_headers::set_final_data_size): New method definition.
13407 (Output_section_headers::do_size): New method declaration.
13408 (Output_segment_headers::set_final_data_size): New method definition.
13409 (Output_segment_headers::do_size): New method declaration.
13410 (Output_file_header::set_final_data_size)::New method definition.
13411 (Output_file_header::do_size)::New method declaration.
13412 (Output_section_data::Output_section_data): Add new parameter
13413 is_data_size_fixed and use it to fix data size.
13414 (Output_data_const::Output_data_const): Adjust call to base class
13415 constructor and fix data size.
13416 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
13417 base class constructor and fix data size.
13418 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
13419 base class constructor and fix data size.
13420 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
13421 class constructor and fix data size.
13422 (Output_data_group::set_final_data_size): New method definition.
13423 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
13424 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
13425 class constructor and fix data size.
13426 (Output_relaxed_input_section): New class definition.
13427 (Output_section::Simple_input_section): New class definition.
13428 (Output_section::get_input_sections): Adjust parameter list.
13429 (Output_section::add_input_section_for_script): Same.
13430 (Output_section::save_states, Output_section::restore_states,
13431 Output_section::do_address_and_file_offset_have_reset_values,
13432 (Output_section::Input_section::Input_section): Handle
13433 RELAXED_INPUT_SECTION_CODE. Add new overload for
13434 Output_relaxed_input_section.
13435 (Output_section::Input_section::is_input_section,
13436 Output_section::Input_section::set_output_section): Handle relaxed
13437 input section.
13438 (Output_section::Input_section::is_relaxed_input_section,
13439 Output_section::Input_section::output_section_data,
13440 Output_section::Input_section::relaxed_input_section): New method
13441 definitions.
13442 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
13443 value.
13444 (Output_section::Input_section::u1_): Update comments.
13445 (Output_section::Input_section::u2_): Add new union member poris.
13446 (Output_section::Checkpoint_output_section): New classs definition.
13447 (Output_section::relax_input_section): New method declaration.
13448 (Output_section::checkpoint_): New data member.
13449 (Output_segment): Update comments.
13450 (Output_segment::Output_segment): Un-privatize copy constructor.
13451 (Output_segment::operator=): Un-privatize.
13452 * script-sections.cc (Output_section_element::Input_section_list):
13453 Change element type to Output_section::Simple_input_section.
13454 (Output_section_element_dot_assignment::set_section_addresses):
13455 Register output section data for relaxation clean up.
13456 (Output_data_exression::Output_data_expression): Adjust call to base
13457 constructor to fix data size.
13458 (Output_section_element_data::set_section_addresses): Register
13459 Output_data_expression object for relaxation clean up.
13460 (struct Input_section_info): Replace Relobj pointer and section index
13461 pair with Output_section::Simple_input_section and Convert struct to a
13462 class.
13463 (Input_section_sorter::operator()): Adjust access to
e1df38aa 13464 Input_section_info data member to use accessors.
20e6d0d6
DK
13465 (Output_section_element_input::set_section_addresses): Use layout
13466 parameter. Adjust code to use Output_section::Simple_input_section
13467 and Input_secction_info classes. Register filler for relaxation
13468 clean up.
13469 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
13470 and section index pair with Output_section::Simple_input_section
13471 class. Adjust code accordingly.
13472 (Phdrs_element::release_segment): New method definition.
13473 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
13474 segment list.
13475 (Script_sections::release_segments): New method definition.
13476 * gold/script-sections.h (Script_sections::release_segments): New
13477 method declaration.
13478 * gold/target.h (Target::may_relax, Target::relax,
13479 Target::do_may_relax, Target::do_relax): New method definitions.
13480
5e445df6
ILT
134812009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
13482
13483 * arm.cc (has_signed_unsigned_overflow): New function.
13484 (Arm_relocate_functions::abs8): New function.
13485 (Target_arm::Scan::local): Handle R_ARM_ABS8.
13486 (Target_arm::Scan::global): Likewise.
13487 (Target_arm::relocate::relocate): Likewise.
13488 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
13489 Likewise.
13490
8c604651 134912009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
13492
13493 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
13494 * testsuite/Makefile.in: Regenerate.
13495
1e9cc1c2
NC
134962009-09-11 Nick Clifton <nickc@redhat.com>
13497
13498 * po/gold.pot: Updated by the Translation project.
13499
6a89f575
CC
135002009-09-08 Cary Coutant <ccoutant@google.com>
13501
13502 * output.cc (Output_file::open): Add execute permission to empty file.
13503 * testsuite/Makefile.am (permission_test): New test.
13504 * testsuite/Makefile.in: Regenerate.
13505
fdcac5af
ILT
135062009-09-02 Ian Lance Taylor <iant@google.com>
13507
13508 * output.cc (Output_file::resize): Call map_no_anonymous rather
13509 than map.
13510
44453f85
ILT
135112009-09-01 Mikolaj Zalewski <mikolajz@google.com>
13512
13513 * gold.cc: Include "incremental.h".
13514 (queue_initial_tasks): Call Incremental_checker methods.
13515 * incremental.cc: Include "output.h".
13516 (Incremental_checker::can_incrementally_link_output_file): New
13517 method.
13518 * incremental.h (Incremental_checker): New class.
13519
13520 * output.cc (Output_file::open_for_modification): New method.
13521 (Output_file::map_anonymous): Changed return type to bool. Record
13522 map in base_ field.
13523 (Output_file::map_no_anonymous): New method, broken out of map.
13524 (Output_file::map): Use map_no_anonymous and map_anonymous.
13525 * output.h (class Output_file): Update declarations.
13526
293c1386
CC
135272009-08-24 Cary Coutant <ccoutant@google.com>
13528
13529 * options.h (Command_line::Pre_options): New class.
13530 (Command_line::pre_options): New member.
13531 * options.cc (gold::options::ready_to_register): New variable.
13532 (One_option::register_option): Do nothing if not registering options.
13533 Assert if same short option registered twice.
13534 (General_options::General_options): Turn off option registration when
13535 done constructing.
13536 (Command_line::Pre_options::Pre_options): New constructor.
13537
f773f3d2
CC
135382009-08-24 Cary Coutant <ccoutant@google.com>
13539
06a73cfe
CC
13540 * options.h (General_options::no_keep_memory): Remove incorrect
13541 short option.
f773f3d2 13542
a15af8e2
RW
135432009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13544
13545 * Makefile.am (am__skiplex, am__skipyacc): New.
13546 * Makefile.in: Regenerate.
13547
c462b41b
RW
135482009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13549
14ec8efd
RW
13550 * Makefile.am (AM_CPPFLAGS): Renamed from ...
13551 (INCLUDES): ... this.
13552 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
13553 (AM_CPPFLAGS): Renamed from ...
13554 (INCLUDE): ... this.
13555 * Makefile.in, testsuite/Makefile.in: Regenerate.
13556
81ecdfbb
RW
13557 * Makefile.in: Regenerate.
13558 * aclocal.m4: Likewise.
13559 * config.in: Likewise.
13560 * configure: Likewise.
13561 * testsuite/Makefile.in: Likewise.
13562
c462b41b
RW
13563 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13564 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
13565 * Makefile.in: Regenerate.
13566 * testsuite/Makefile.in: Regenerate.
13567
2da73f13
CC
135682009-08-19 Cary Coutant <ccoutant@google.com>
13569
13570 * resolve.cc (Symbol_table::resolve): Don't complain about defined
13571 symbols in shared libraries overridden by hidden or internal symbols
13572 in the main program.
13573
2db70501
CD
135742009-08-19 Chris Demetriou <cgd@google.com>
13575
13576 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
13577 checking source file names in error messages.
13578
f733487b
DK
135792009-08-18 Doug Kwan <dougkwan@google.com>
13580
13581 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
13582 an elcpp::Ehdr as parameter. Adjust call to set_target.
13583 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
13584 an elfcpp::Ehdr as parameter.
13585 * object.cc (Object::set_target): Remove the version that looks up
13586 a target and sets it.
13587 (Sized_relobj::setup): Take a Target object instead of
13588 an elfcpp::Ehdr as parameter. Adjust call to set_target.
13589 (make_elf_sized_object): Find target and ask target to
13590 make an ELF object.
13591 * object.h: (Object::set_target): Remove the version that looks up
13592 a target and sets it.
13593 (Sized_relobj::setup): Take a Target object instead of
13594 an elfcpp:Ehdr as parameter.
13595 * target.cc: Include dynobj.h.
13596 (Target::do_make_elf_object_implementation): New.
2e702c99 13597 (Target::do_make_elf_object): New.
f733487b
DK
13598 * target.h (Target::make_elf_object): New template declaration.
13599 (Target::do_make_elf_object): New method declarations.
13600 (Target::do_make_elf_object_implementation): New template declaration.
13601
cc70f101
ILT
136022009-08-14 Ian Lance Taylor <iant@google.com>
13603
13604 * gold.h (FUNCTION_NAME): Define.
13605 (gold_unreachable): Use FUNCTION_NAME.
13606
ef5e0cb1
ST
136072009-08-12 Sriraman Tallam <tmsriram@google.com>
13608
13609 * icf.cc (Icf::find_identical_sections): Issue a warning when a
13610 symbol in the --keep-unique list is not found.
13611
48c187ce
ST
136122009-08-12 Sriraman Tallam <tmsriram@google.com>
13613
13614 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
13615 been maked as --keep-unique.
13616 (Icf::unfold_section): New function.
13617 * icf.h (Icf::unfold_section): New function.
13618 * options.h (General_options::keep_unique): New option.
13619 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
13620 * testsuite/Makefile.in: Regenerate.
13621 * testsuite/icf_keep_unique_test.sh: New file.
13622 * testsuite/icf_keep_unique_test.cc: New file.
13623
645afe0c
CC
136242009-08-12 Cary Coutant <ccoutant@google.com>
13625
13626 PR 10471
13627 * resolve.cc (Symbol_table::resolve): Check for references from
13628 dynamic objects to hidden and internal symbols.
13629 * testsuite/Makefile.am (hidden_test.sh): New test.
13630 * testsuite/Makefile.in: Regenerate.
13631 * testsuite/hidden_test.sh: New script.
13632 * testsuite/hidden_test_1.c: New test source.
13633 * testsuite/hidden_test_main.c: New test source.
13634
11af873f
DK
136352009-08-11 Doug Kwan <dougkwan@google.com>
13636
13637 * arm.cc: Update comments.
13638 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
13639 segment to locate the .ARM.exidx section if present.
13640
b9f7d72d
DK
136412009-08-09 Doug Kwan <dougkwan@google.com>
13642
13643 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
13644 patch.
13645
ddd3c53c
ST
136462009-08-07 Sriraman Tallam <tmsriram@google.com>
13647 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
13648 compiler warnings.
13649
27721062
ST
136502009-08-06 Sriraman Tallam <tmsriram@google.com>
13651
13652 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
13653 valid tls_segment only for non-debug-section relocations.
13654 * testsuite/Makefile.am: Add gc_tls_test.
13655 * testsuite/Makefile.in: Regenerate.
13656 * testsuite/gc_tls_test.cc: New file.
13657 * testsuite/gc_tls_test.sh: New file.
13658
ef15dade 136592009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 13660
ef15dade
ST
13661 * icf.cc: New file.
13662 * icf.h: New file.
13663 * Makefile.am (CCFILES): Add icf.cc.
13664 (HFILES): Add icf.h
13665 * Makefile.in: Regenerate.
13666 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
13667 * gc.h (gc_process_relocs): Populate lists used by icf to contain
13668 section, symbol and addend information for the relocs.
13669 * gold.cc (queue_middle_tasks): Call identical code folding.
13670 * gold.h: Add defines for multimap.
13671 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
13672 to the call of finalize_local_symbols.
13673 * main.cc (main): Create object of class Icf.
13674 * object.cc (Sized_relobj::do_layout): Allow this function to be
13675 called twice during icf.
13676 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
13677 to sections marked as identical by icf.
13678 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
13679 when available.
13680 (Sized_relobj::do_section_entsize): New function.
13681 * object.h (Object::section_entsize): New function.
13682 (Object::do_section_entsize): New pure virtual function.
13683 (Relobj::finalize_local_symbols): Add new parameter.
13684 (Relobj::do_section_entsize): New function.
13685 * options.h (General_options::icf): New option.
13686 (General_options::icf_iterations): New option.
13687 (General_options::print_icf_sections): New option.
13688 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
13689 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
13690 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
13691 icf.
13692 * symtab.cc (Symbol_table::is_section_folded): New function.
13693 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
13694 to sections marked as identical by icf.
13695 * symtab.h (Symbol_table::set_icf): New function.
13696 (Symbol_table::icf): New function.
13697 (Symbol_table::is_section_folded): New function.
13698 (Symbol_table::icf_): New data member.
13699 * target-reloc.h (relocate_section): Ignore sections folded by icf.
13700 * testsuite/Makefile.am: Add commands to build icf_test.
13701 * testsuite/Makefile.in: Regenerate.
13702 * testsuite/icf_test.sh: New file.
13703 * testsuite/icf_test.cc: New file.
13704
c3b65ac4
CD
137052009-07-24 Chris Demetriou <cgd@google.com>
13706
13707 * layout.cc (is_compressible_debug_section): Fix incorrect
13708 comment about compressed section names.
13709
1caf2c51
ILT
137102009-07-20 Ian Lance Taylor <ian@airs.com>
13711
13712 PR 10419
13713 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
13714
1ef4d87f
ILT
137152009-07-16 Ian Lance Taylor <iant@google.com>
13716
13717 PR 10400
13718 * layout.h: #include <map>.
13719 (class Kept_section): Change from struct to class. Add accessors
13720 and setters. Add section size to Comdat_group mapping. Change
13721 Comdat_group to std::map. Add is_comdat_ field. Add
13722 linkonce_size field in union.
13723 (class Layout): Update declaration of find_or_add_kept_section.
13724 Don't declare find_kept_object.
13725 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
13726 parameter. Add object, shndx, is_comdat, and is_group_name
13727 parameters. Change all callers. Adjust for new Kept_section.
13728 (Layout::find_kept_object): Remove.
13729 * object.cc (Sized_relobj::include_section_group): Update use of
13730 Kept_section. Rename secnum to shndx. Only record
13731 Kept_comdat_section if sections are the same size.
13732 (Sized_relobj::include_linkonce_section): Update use of
13733 Kept_section. Only record Kept_comdat_section if sections are the
13734 same size. Set size of linkonce section.
13735 (Sized_relobj::map_to_kept_section): Update call to
13736 get_kept_comdat_section.
13737 * object.h (class Sized_relobj): Rename fields in
13738 Kept_comdat_section to drop trailing underscores; change object
13739 field to Relobj*. Change Kept_comdat_section_table to store
13740 struct rather than pointer.
13741 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
13742 Add kept_object and kept_shndx parameters. Change all callers.
13743 (Sized_relobj::get_kept_comdat_section): Change return type to
13744 bool. Add kept_object and kept_shndx parameters. Change all
13745 callers.
13746 * plugin.cc (Pluginobj::include_comdat_group): Update call to
13747 Layout::find_or_add_kept_section.
13748
37c3b7b0
ILT
137492009-07-09 Ian Lance Taylor <iant@google.com>
13750
13751 * merge.cc (Object_merge_map::initialize_input_to_output_map):
13752 Reserve space in the hash table.
13753
98fa85cb
ILT
137542009-07-06 Mikolaj Zalewski <mikolajz@google.com>
13755
13756 * fileread.cc (File_read::get_mtime): New method.
13757 * fileread.h (Timespec): New structure.
13758 (File_read::get_mtime): New method.
13759 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
13760 Renamed from timestamp_nsec.
13761 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
13762 Elf_Xword.
e1df38aa 13763 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 13764 timestamp_nsec.
e1df38aa 13765 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
13766 (Incremental_inputs::report_obejct): Save mtime; style fix.
13767 (Incremental_inputs::report_script): Save mtime; style fix.
13768 (Incremental_inputs::finalize_inputs): Style fix.
13769 (Incremental_inputs::finalize): Style fix.
13770 (Incremental_inputs::create_input_section_data): Store inputs
13771 mtime.
13772 * incremental.h (Incremental_inputs::report_script): Add mtime
13773 argument.
13774 (Incremental_inputs::Input_info::Input_info): Intialize only one
13775 union member.
13776 (Incremental_inputs::Input_info::archive): Move to nameless
13777 union.
13778 (Incremental_inputs::Input_info::obejct): Move to nameless union.
13779 (Incremental_inputs::Input_info::script): Move to nameless union.
13780 (Incremental_inputs::mtime): New field.
13781 * script.cc (read_input_script): Pass file mtime to
13782 Incremental_input.
13783 * script.h (Script_info::inputs): Style fix.
13784
c9d70757
ILT
137852009-07-01 Ian Lance Taylor <ian@airs.com>
13786
13787 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
13788 instead of 32.
13789
9c547ec3
ILT
137902009-06-24 Ian Lance Taylor <iant@google.com>
13791
13792 PR 10156
13793 * layout.cc (Layout::choose_output_section): If we find an
13794 existing section, update the flags.
13795 (Layout::create_notes): New function, broken out of
13796 Layout::finalize.
13797 (Layout::finalize): Don't create note sections.
13798 (Layout::create_note): Don't crash if linker script discards
13799 section.
13800 (Layout::create_gold_note): Likewise.
13801 (Layout::create_build_id): Likewise. Don't set
13802 after_input_sections on the section.
13803 (Layout::create_executable_stack_info): Remove target parameter.
13804 Change caller.
13805 * layout.h (class Layout): Declare create_notes. Update
13806 declaration of create_executable_stack_info.
13807 * gold.cc (queue_middle_tasks): Call create_notes.
13808 * output.cc (Output_section::update_flags_for_input_section): Move
13809 here from output.h. If SHF_ALLOC flag is newly set, mark address
13810 invalid.
13811 * output.h (Output_data::mark_address_invalid): New function.
13812 (class Output_section): Only declare, not define,
13813 update_flags_for_input_section. Remove set_flags.
13814
55458500
ILT
138152009-06-24 Ian Lance Taylor <iant@google.com>
13816
13817 * script-sections.cc (Output_section_definition::
13818 set_section_addresses): Rename shadowing local load_address to
13819 laddr.
13820
1307d6cd
ILT
138212009-06-24 Ian Lance Taylor <iant@google.com>
13822
13823 PR 10244
13824 * reloc.cc (relocate_sections): Skip empty relocation sections.
13825
ec3f783e
ILT
138262009-06-23 Ian Lance Taylor <iant@google.com>
13827
13828 PR 10156
13829 * layout.cc (Layout::create_note): Use choose_output_section
13830 rather than make_output_section.
13831
459c9f1c
ILT
138322009-06-23 Ian Lance Taylor <iant@google.com>
13833
13834 PR 10237
13835 * options.cc (General_options::parse_V): Set printed_version_.
13836 (General_options::General_options): Initialize printed_version_.
13837 * options.h (class General_options): Add printed_version_ field.
13838 * gold.cc (queue_initial_tasks): If there are no input files,
13839 don't give a fatal error if we printed the version information.
13840 (queue_middle_tasks): If using -r with a shared object, give a
13841 fatal error rather than an ordinary error.
13842
1518dc8f
ILT
138432009-06-23 Ian Lance Taylor <iant@google.com>
13844
13845 PR 10219
13846 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
13847 (Layout::make_output_section): Set have_stabstr_section_ if we see
13848 a .stab*str section.
13849 (Layout::finalize): Call link_stabs_sections.
13850 (Layout::link_stabs_sections): New file.
13851 * layout.h (class Layout): Add have_stabstr_section_ field.
13852 Declare link_stabs_sections.
13853
3d857b98
DK
138542009-06-23 Doug Kwan <dougkwan@google.com>
13855
13856 * Makefile.am (libgold_a_LIBADD): New.
13857 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2e702c99 13858 * Makefile.in: Regenerate.
3d857b98
DK
13859 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
13860 * configure: Regenerate.
13861 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
13862 * fileread.cc: Include sys/state.h
13863 * gold.h: Declare memmem and strndup if found missing.
13864 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
13865
0639a6f6
ILT
138662009-06-23 Ian Lance Taylor <iant@google.com>
13867
13868 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
13869 * configure: Rebuild.
13870
8d63875c
ILT
138712009-06-23 Ian Lance Taylor <iant@google.com>
13872
13873 PR 10147
13874 * object.cc (Object::section_contents): Don't try to get a view if
13875 the section has length zero.
13876 (Object::handle_gnu_warning_section): If the section is empty, use
13877 the name of the section as the warning.
13878
f7c8a183
ILT
138792009-06-23 Ian Lance Taylor <iant@google.com>
13880
13881 PR 10133
13882 * stringpool.h (class Stringpool_template): Add optimize_ field.
13883 (Stringpool_template::set_optimize): New function.
13884 * stringpool.cc (Stringpool_template::Stringpool_template):
13885 Initialize optimize_ field.
13886 (Stringpool_template::set_string_offsets): Test local optimize
13887 fild rather than parameter.
13888 * layout.cc (Layout::Layout): Call set_optimize on the section
13889 name stringpool.
13890
e6a307ba
ILT
138912009-06-22 Ian Lance Taylor <iant@google.com>
13892
13893 PR 10030
13894 * yyscript.y: Parse TARGET.
13895 * script.cc (script_set_target): New function.
13896 * script-c.h (script_set_target): Declare.
13897 * options.cc (General_options::string_to_object_format): Rename
13898 from string_to_object_format in anonymous namespace. Change
13899 callers.
13900 * options.h (class General_options): Declare
13901 string_to_object_format.
13902
3ee173de
ILT
139032009-06-22 Ian Lance Taylor <iant@google.com>
13904
13905 * script-sections.cc (Script_sections::create_segments): Don't put
13906 program headers in a PT_LOAD segment if -n or -N.
13907
139082009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
13909
13910 PR 10141
13911 * options.h (class General_options): Add -z lazy and -z now. Sort
13912 -z options into alphabetical order.
13913 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
13914
cd6739a1 139152009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
13916
13917 * layout.cc (Layout::make_output_section): Call
13918 Target::new_output_section.
13919 (Layout::attach_allocated_section_to_segment): Put large section
13920 sections in a separate load segment with the large segment flag
13921 set.
13922 (Layout::segment_precedes): Sort large data segments after other
13923 load segments.
13924 (align_file_offset): New static function.
13925 (Layout::set_segment_offsets): Use align_file_offset.
13926 * output.h (class Output_section): Add is_small_section_ and
13927 is_large_section_ fields.
13928 (Output_section::is_small_section): New function.
13929 (Output_section::set_is_small_section): New function.
13930 (Output_section::is_large_section): New function.
13931 (Output_section::set_is_large_section): New function.
13932 (Output_section::is_large_data_section): New function.
13933 (class Output_segment): Add is_large_data_segment_ field.
13934 (Output_segment::is_large_data_segment): New function.
13935 (Output_segment::set_is_large_data_segment): New function.
13936 * output.cc (Output_section::Output_section): Initialize new
13937 fields.
13938 (Output_segment::Output_segment): Likewise.
13939 (Output_segment::add_output_section): Add assertion that large
13940 data sections always go in large data segments. Force small data
13941 sections to the end of the list of data sections. Force small BSS
13942 sections to the start of the list of BSS sections. For large BSS
13943 sections to the end of the list of BSS sections.
13944 * symtab.h (class Symbol): Declare is_common_shndx.
13945 (Symbol::is_defined): Check Symbol::is_common_shndx.
13946 (Symbol::is_common): Likewise.
13947 (class Symbol_table): Define enum Commons_section_type. Update
13948 declarations. Add small_commons_ and large_commons_ fields.
13949 * symtab.cc (Symbol::is_common_shndx): New function.
13950 (Symbol_table::Symbol_table): Initialize new fields.
13951 (Symbol_table::add_from_object): Put small and large common
13952 symbols in the right list.
13953 (Symbol_table::sized_finalized_symbol): Check
13954 Symbol::is_common_shndx.
13955 (Symbol_table::sized_write_globals): Likewise.
13956 * common.cc (Symbol_table::do_allocate_commons): Allocate new
13957 common symbol lists. Don't call do_allocate_commons_list if the
13958 list is empty.
13959 (Symbol_table::do_allocate_commons_list): Remove is_tls
13960 parameter. Add comons_section_type parameter. Change all
13961 callers. Handle small and large common symbols.
13962 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
13963 Symbol::is_common_shndx.
13964 * resolve.cc (symbol_to_bits): Likewise.
13965 * target.h (Target::small_common_shndx): New function.
13966 (Target::small_common_section_flags): New function.
13967 (Target::large_common_shndx): New function.
13968 (Target::large_common_section_flags): New function.
13969 (Target::new_output_section): New function.
13970 (Target::Target_info): Add small_common_shndx, large_common_shndx,
13971 small_common_section_flags, and large_common_section_flags
13972 fields.
13973 (Target::do_new_output_section): New virtual function.
13974 * arm.cc (Target_arm::arm_info): Initialize new fields.
13975 * i386.cc (Target_i386::i386_info): Likewise.
13976 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
13977 Likewise.
13978 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
13979 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
13980 (Target_x86_64::do_new_output_section): New function.
13981 * configure.ac: Define conditional MCMODEL_MEDIUM.
13982 * testsuite/Makefile.am (check_PROGRAMS): Add large.
13983 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
13984 (large_LDFLAGS): Define.
13985 * testsuite/large.c: New file.
13986 * testsuite/testfile.cc (Target_test::test_target_info):
13987 Initialize new fields.
13988 * configure, testsuite/Makefile.in: Rebuild.
13989
bb04269c
DK
139902009-06-05 Doug Kwan <dougkwan@google.com>
13991
13992 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 13993 * Makefile.in: Regenerate.
bb04269c
DK
13994 * i386.cc (class Target_i386): Define new virtual method to
13995 override do_is_local_label_name in parent.
13996 * object.cc (Sized_relobj::do_count_local_symbols): Discard
13997 local symbols if --discard-locals or -X is given.
13998 * options.h (class General_options): Declare new options
13999 '--discard-locals' and '-X' for discarding locals.
14000 * target.h (class Target): Define new methods is_local_label_name.
14001 Declare new virtual method do_is_local_label_name.
14002 * target.cc: New file.
14003 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
14004 (check_SCRIPTS): Add discard_locals_test.sh.
14005 (check_DATA): Add discard_local_tests.syms.
14006 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
14007 (discard_local_tests.syms, discard_locals_test.o): New make rules.
14008 * testsuite/Makefile.in: Regenerate.
14009 * testsuite/discard_locals_test.c: New file.
14010 * testsuite/discard_locals_test.sh: Same.
14011
805bb01c
DK
140122009-06-05 Doug Kwan <dougkwan@google.com>
14013
14014 * object.cc (Sized_relobj::Sized_relobj): Initialize
14015 discarded_eh_frame_shndx_ to -1U.
14016 (Sized_relobj::do_layout): Record index of a discard .eh_frame
14017 section.
14018 (Sized_relobj::do_count_local_symbols): Skip local symbols in
14019 a discarded .eh_frame section.
14020 (Sized_relobj::do_finalize_local_symbols): Ditto.
14021 * object.h (class Sized_relobj): Declare new member
14022 discarded_eh_frame_shndx_.
14023 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
14024 (local_labels_test.o, local_labels_test): New rules.
14025 * testsuite/Makefile.in: Regenerate.
14026
1dcd334d
DK
140272009-06-04 Doug Kwan <dougkwan@google.com>
14028
14029 * layout.cc (Layout::section_name_mapping): Add mapping for
14030 special ARM sections.
14031
96d49306
DK
140322009-06-03 Doug Kwan <dougkwan@google.com>
14033
14034 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
14035 (utils::has_overflow): Same.
14036
dff16297
ILT
140372009-06-03 Ian Lance Taylor <iant@google.com>
14038
14039 * layout.cc (Layout::section_name_mapping): New array, replacing
14040 Layout::linkonce_mapping.
14041 (Layout::section_name_mapping_count): New variable, replacing
14042 Layout::linkonce_mapping_count.
14043 (Layout::linkonce_output_name): Remove.
14044 (Layout::output_section_name): Rewrite.
14045 * layout.h (class Layout): Rename Linkonce_mapping to
14046 Section_name_mapping, linkonce_mapping to section_name_mapping,
14047 linkonce_mapping_count to section_name_mapping_count. Don't
14048 declare linkonce_output_name.
14049
c121c671
DK
140502009-06-03 Doug Kwan <dougkwan@google.com>
14051
14052 * gold/arm.cc (namespace utils): New.
14053 (Target_arm::reloc_is_non_pic): Define new method.
14054 (class Arm_relocate_functions): New.
14055 (Target_arm::Relocate::relocate): Handle relocation types used by
14056 Android.
14057
07800fab
ILT
140582009-06-03 Ian Lance Taylor <iant@google.com>
14059
14060 * arm.cc (Target_arm::scan::global): Use || instead of |.
14061
c121c671
DK
140622009-06-02 Doug Kwan <dougkwan@google.com>
14063
14064 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
14065 issued_non_pic_error_.
14066 (class Target_arm::Scan): Declare new method check_non_pic.
14067 Define new method symbol_needs_plt_entry.
14068 Declare new data member issued_non_pic_error_.
14069 (class Target_arm::Relocate): Declare new method
14070 should_apply_static_reloc.
14071 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
14072 (Target_arm::Scan::check_non_pic): Define new method.
14073 (Target_arm::Scan::local): Handle a small subset of reloc types used
14074 by Android.
14075 (Target_arm::Scan::local): Same.
14076 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
14077
b19b0c6d
ILT
140782009-05-31 Mikolaj Zalewski <mikolajz@google.com>
14079
14080 * incremental.cc (Incremental_inputs::report_command_line): Filter
14081 out --incremental-* options.
14082
94cdfcff
DK
140832009-05-29 Doug Kwan <dougkwan@google.com>
14084
14085 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
14086 template class.
14087 (class Target_arm): Update comment.
14088 (Target_arm::Target_arm): Initialize new data members GOT_,
14089 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
14090 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
14091 and Target_arm::rel_dyn_section.
14092 Declare new_enum Target_arm::Got_type.
14093 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
14094 and DYNBSS_.
14095 Update commments for member do_dynsym_value.
14096 (Target_arm::got_size, Target_arm::plt_section,
14097 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
14098 new methods inside class defintion.
14099 (Target_arm::got_section): Define new method.
14100 (Target_arm::rel_dyn_section): Same.
14101 (Output_data_plt_arm): New template class.
14102 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
14103 (Output_data_plt_arm:do_adjust_output_section): Define new method.
14104 (Output_data_plt_arm::add_entry): Same.
14105 (Output_data_plt_arm::first_plt_entry): Define new
14106 static data member for PLT instruction template.
14107 (Output_data_plt_arm::plt_entry): Same.
14108 (Output_data_plt_arm::do_write): Define new method.
14109 (Target_arm::make_plt_entry): Same.
14110 (Target_arm::do_finalize_sections): Same.
14111 (Target_arm::do_dynsym_value): Same.
14112
4a657b0d
DK
141132009-05-28 Doug Kwan <dougkwan@google.com>
14114
14115 * Makefile.am (TARGETSOURCES): Add arm.cc.
14116 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
14117 * Makefile.in: Regenerate.
14118 * arm.cc: New file.
14119 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
14120
e7ae8c36
DK
141212009-05-26 Doug Kwan <dougkwan@google.com>
14122
14123 * options.cc (General_options::parse_exclude_libs). Fix a comment.
14124 (General_options::check_excluded_libs): Strip off directories in
14125 archive name before matching like GNU ld does.
14126 * testsuite/Makefile.am (MOSTLYCLEANFILES,
14127 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
14128 (exclude_libs_test_LDFLAGS): Add linker option
14129 -Wl,--exclude-libs,libexclude_libs_test_3
14130 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
14131 an explicit archive without using -l.
14132 (alt/libexclude_libs_test_3.a): New make rule.
14133 * testsuite/Makefile.in: Regenerate.
14134 * testsuite/exclude_libs_test.c : Declare lib3_default().
14135 (main): Call it.
14136 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
14137 * exclude_libs_test_3.c: New file.
14138
f12e7348
NC
141392009-05-26 Nick Clifton <nickc@redhat.com>
14140
14141 * po/id.po: New Indonesian translation.
14142 * po/gold.pot: Updated template file.
14143
4daadc0d
ST
141442009-05-22 Sriraman Tallam <tmsriram@google.com>
14145
e1df38aa 14146 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
14147 gc_comdat_test files. Add -Wl,--gc-sections to build
14148 gc_comdat_test.
14149 * testsuite/Makefile.in: Regenerate.
14150 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
14151
531813ad
ST
141522009-05-21 Sriraman Tallam <tmsriram@google.com>
14153
14154 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
14155 kept comdat section was garbage collected.
14156 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
14157 * testsuite/Makefile.in: Regenerate.
14158 * testsuite/gc_comdat_test.sh: New file.
14159 * testsuite/gc_comdat_test_1.cc: New file.
14160 * testsuite/gc_comdat_test_2.cc: New file.
14161
65514900
CC
141622009-05-19 Doug Kwan <dougkwan@google.com>
14163
14164 * archive.cc (Archive::Archive): Move constructor from archive.h
14165 to here. Initialize no_export_.
14166 (Archive::get_elf_object_for_member): Set no_export flag of object.
14167 * archive.h (Archive::Archive): Move constructor body to
14168 archive.cc.
14169 (Archive::no_export): New method.
14170 (Archive::no_export_): New field.
14171 * object.h (Object::Object): Initialize no_export_ to false.
14172 (Object::no_export, Object::set_no_export): New methods.
14173 (Object::no_export_): New field.
14174 * options.cc (General_options::parse_exclude_libs): New method.
14175 (General_options::check_excluded_libs) Same.
14176 * options.h (exclude_libs): New option.
14177 (General_options::check_excluded_libs): New method declaration.
14178 (General_options::excluded_libs_): New field.
14179 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
14180 default or protected visibility if an object has no-export flag set.
14181 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
14182 (check_SCRIPTS): Add exclude_libs_test.sh.
14183 (check_DATA): Add exclude_libs_test.syms.
14184 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
14185 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
14186 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
14187 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
14188 (exclude_libs_test.syms, libexclude_libs_test_1.a,
14189 libexclude_libs_test_2.a): New rules.
14190 * testsuite/Makefile.in: Regenerate.
14191 * testsuite/exclude_libs_test.c: New file.
14192 * testsuite/exclude_libs_test.sh: Ditto.
14193 * testsuite/exclude_libs_test_1.c: Ditto.
14194 * testsuite/exclude_libs_test_2.c: Ditto.
14195
1b77ea50
ILT
141962009-05-15 Ian Lance Taylor <iant@google.com>
14197
14198 * configure.ac: Check for declarations for cases where libiberty.h
14199 checks HAVE_DECL_xxx.
14200 * configure, config.in: Rebuild.
14201
072fe7ce
ILT
142022009-05-15 Mikolaj Zalewski <mikolajz@google.com>
14203
14204 * gold.h (Incremental_argument_list): Remove (invalid) forward
14205 declaration.
14206 * incremental.cc (Incremental_inputs::report_achive): New method.
14207 (Incremental_inputs::report_object): New method.
14208 (Incremental_inputs::report_script): New method.
14209 (Incremental_inputs::finalize_inputs): New method.
14210 (Incremental_inputs::finalize): Call finalize_inputs().
14211 (Incremental_inputs::sized_create_incremental_inputs_section_data):
14212 Create inputs entries.
14213 * incremental.h (Incremental_input_type): New enum.
14214 (Incremental_inputs::Incremental_input): Initialize new fields.
14215 (Incremental_inputs::report_inputs): New method.
14216 (Incremental_inputs::report_achive): New method.
14217 (Incremental_inputs::report_object): New method.
14218 (Incremental_inputs::report_script): New method.
14219 (Incremental_inputs::finalize_inputs): New method.
14220 (Incremental_inputs::Input_info): New struct.
14221 (Incremental_inputs::Input_info_map): New typedef.
14222 (Incremental_inputs::lock_): New field.
14223 (Incremental_inputs::Inputs_): New field.
14224 (Incremental_inputs::Inputs_map): New field.
14225 * main.cc (main): Call Incremental_input::report_inputs.
14226 * options.h (Input_argument_list): Typedef moved from
14227 Input_arguments.
14228 (Input_file_group::Files): Remove, use ::Input_argument_list.
14229 (Input_file_group::Input_argument_list): Remove, use
14230 ::Input_argument_list.
14231 * plugin.cc (Plugin_manager::add_input_file): Add error in
14232 incremental build.
14233 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
14234 functions.
14235 * script.cc (read_input_script): Call
14236 Incremental_input::report_script.
14237 * script.h (Script_info): New class.
14238
b0481b0b
ILT
142392009-04-27 Ian Lance Taylor <iant@google.com>
14240
14241 * x86_64.cc (do_adjust_output_section): Set entsize to
14242 plt_entry_size.
14243
b22a5a41 142442009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
14245
14246 * output.cc (Output_file::close): After short writes, continue
14247 writing from the correct offset in the buffer being written.
14248
40fde488
CD
142492009-04-23 Chris Demetriou <cgd@google.com>
14250
14251 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
14252 * configure: Regenerate.
14253 * config.in: Regenerate.
14254 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
14255 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
14256
3ce2c28e
ILT
142572009-04-21 Mikolaj Zalewski <mikolajz@google.com>
14258
14259 * incremental.cc (Incremental_inputs_header_data): Renamed from
14260 Incremental_input_header_data.
14261 (Incremental_inputs_header_data::data_size): New field.
14262 (Incremental_inputs_header_data::put_input_file_count): Renamed
14263 from input_file_count.
14264 (Incremental_inputs_header_data::put_command_line_offset): Renamed
14265 from command_line_offset.
14266 (Incremental_inputs_header_data::put_reserved): Renamed from
14267 put_reserved.
14268 (Incremental_inputs_entry_data): Renamed from
14269 Incremental_input_entry_data.
14270 (Incremental_inputs_entry_data::data_size): New field.
14271 (Incremental_inputs::report_command_line): New method.
14272 (Incremental_inputs::finalize): New method.
14273 (Incremental_inputs::create_incremental_inputs_data): New method.
14274 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
14275 * incremental.h: New file.
14276 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
703d02da 14277 (Layout::finalize): Create incremental inputs section in
3ce2c28e 14278 incremental builds.
703d02da 14279 (Layout::create_incremental_info_sections): New method.
3ce2c28e 14280 * layout.h (Layout::incremental_inputs): New method.
703d02da
AM
14281 (Layout::create_incremental_info_sections): New method.
14282 (Layout::incremental_inputs_): New field.
3ce2c28e
ILT
14283 * main.cc (main): Notify Incremental_input of the command line.
14284
e55bde5e
ILT
142852009-04-01 Ian Lance Taylor <iant@google.com>
14286 Mikolaj Zalewski <mikolajz@google.com>
14287
14288 * gold.h (reserve_unordered_map): Define, three versions, one for
14289 each version of Unordered_map.
14290 * layout.cc (Layout::Layout): Remove options parameter. Add
14291 number_of_input_files parameter. Don't initialize options_.
14292 Initialize number_of_input_files_ and resized_signatures_. Move
14293 sections_are_attached_.
14294 (Layout::layout_group): Reserve space for group_signatures_.
14295 (Layout::find_or_add_kept_section): Change name parameter to be a
14296 reference. Resize signatures_ map when it gets large enough.
14297 (Layout::layout_eh_frame): Use parameters->options() instead of
14298 this->options_.
14299 (Layout::make_output_section): Likewise.
14300 (Layout::attach_allocated_section_to_segment): Likewise.
14301 (Layout::finalize, Layout::create_executable_stack): Likewise.
14302 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
14303 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
14304 * layout.h (class Layout): Update declarations. Remove options_
14305 field. Add number_of_input_files_ and resized_signatures_
14306 fields. Move sections_are_attached_ field.
14307 * main.cc (main): Pass number of input files to Layout
14308 constructor. Don't pass options.
14309
154b857c
ILT
143102009-03-30 Ian Lance Taylor <iant@google.com>
14311
14312 * ffsll.c (ffsll): Correct implementation.
14313
2f35ab9b
ILT
143142009-03-27 Ian Lance Taylor <iant@google.com>
14315
fd03461a
ILT
14316 * ffsll.c: New file.
14317 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
14318 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
14319 * ftruncate.c (ftruncate): Declare before definition.
14320 * mremap.c (mremap): Likewise.
14321 * pread.c (pread): Likewise.
14322 * configure, Makefile.in, config.in: Rebuild.
14323
2f35ab9b
ILT
14324 * mremap.c: New file.
14325 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
14326 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
14327 (mremap): Declare if HAVE_MREMAP is not defined.
14328 * configure, Makefile.in, config.in: Rebuild.
14329
33aea2fd
CC
143302009-03-27 Cary Coutant <ccoutant@google.com>
14331
14332 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
14333 position independent.
14334 * sparc.cc (Target_sparc::check_non_pic): Likewise.
14335 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
14336
6d479619
CC
143372009-03-24 Cary Coutant <ccoutant@google.com>
14338
14339 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
14340 an executable.
14341 (needs_dynamic_reloc): Likewise.
14342
afc06bb8
ILT
143432009-03-24 Ian Lance Taylor <iant@google.com>
14344
14345 * yyscript.y (file_cmd): Recognize EXTERN.
14346 (extern_name_list, extern_name_list_body): New nonterminals.
14347 * script.cc (script_add_extern): Define.
14348 * script-c.h (script_add_extern): Declare.
14349
f6060a4d
ILT
143502009-03-24 Rafael Avila de Espindola <espindola@google.com>
14351
14352 * object.cc (is_elf_object): Define.
14353 * object.h (is_elf_object): Declare.
14354 * archive.cc (Archive::get_elf_object_for_member): Call
14355 is_elf_object.
33aea2fd 14356 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 14357
26736d8e
ILT
143582009-03-24 Elliott Hughes <enh@google.com>
14359
14360 * output.cc (Output_file::map_anonymous): Define.
14361 (Output_file::map): Use map_anonymous. If the regular mmap fails,
14362 try an anonymous one. Report the size if the mmap fails.
14363 * output.h (class Output_file): Declare map_anonymous.
14364
22fd9730
ILT
143652009-03-24 Ian Lance Taylor <iant@google.com>
14366
14367 * target-select.cc (instantiate_target): Don't acquire the lock if
14368 the instantiated_target_ field has already been set.
14369
cb010894
ILT
143702009-03-23 Ian Lance Taylor <iant@google.com>
14371
7f055c20
ILT
14372 * gold-threads.h (class Initialize_lock): Define.
14373 * gold-threads.cc (class Initialize_lock_once): Define.
14374 (initialize_lock_control): New static variable.
14375 (initialize_lock_pointer): New static variable.
14376 (initialize_lock_once): New static function.
14377 (Initialize_lock::Initialize_lock): Define.
14378 (Initialize_lock::initialize): Define.
14379 * target-select.h: Include "gold-threads.h".
14380 (class Target_selector): Add lock_ and initialize_lock_ fields.
14381 Don't define instantiate_target, just declare it.
14382 * target-select.cc (Target_selector::Target_selector): Initialize
14383 new fields.
14384 (Target_selector::instantiate_target): Define.
14385 * descriptors.h: Include "gold-threads.h".
14386 (class Descriptors): Add initialize_lock_ field.
14387 * descriptors.cc (Descriptors::Descriptors): Initialize new
14388 field.
14389 (Descriptors::open): Use initialize_lock_ field
14390 * errors.h (class Errors): Add initialize_lock_ field.
14391 * errors.cc (Errors::Errors): Initialize new field.
14392 (Errors::initialize_lock): Use initialize_lock_ field.
14393 * powerpc.cc (class Target_selector_powerpc): Remove
14394 instantiated_target_ field. In do_recognize call
14395 instantiate_target rather than do_instantiate_target. In
14396 do_instantiate_target just allocate a new target.
14397 * sparc.cc (class Target_selector_sparc): Likewise.
14398
36959681
ILT
14399 * freebsd.h: New file.
14400 * i386.cc: Include "freebsd.h".
14401 (Target_i386): Derive from Target_freebsd rather than
14402 Sized_target.
14403 (Target_selector_i386): Derive from Target_selector_freebsd rather
14404 than Target_selector.
14405 * x86_64.cc: Include "freebsd.h".
14406 (Target_x86_64): Derive from Target_freebsd rather than
14407 Sized_target.
14408 (Target_selector_x86_64): Derive from Target_selector_freebsd
14409 rather than Target_selector.
14410 * target.h (class Target): Add adjust_elf_header and
14411 do_adjust_elf_header.
14412 * output.cc (Output_file_header:: do_sized_write): Call target
14413 adjust_elf_header routine.
14414 * configure.tgt: Set targ_osabi.
14415 * configure.ac: Define GOLD_DEFAULT_OSABI.
14416 * parameters.cc (Parameters::default_target): Pass
14417 GOLD_DEFAULT_OSABI to select_target.
14418 * target-select.h (class Target_selector): Make instantiate_target
14419 protected rather than private.
14420 * Makefile.am (HFILES): Add freebsd.h.
14421 * configure, Makefile.in, config.in: Rebuild.
14422
cb010894
ILT
14423 * merge.cc (do_add_input_section): Correct pend value. Change
14424 message about last entry not being null terminated from error to
14425 warning.
14426
0e879927
ILT
144272009-03-20 Mikolaj Zalewski <mikolajz@google.com>
14428
14429 * incremental.cc: New file.
14430 * Makefile.am (CCFILES): Add incremental.cc.
14431 * Makefile.in: Rebuild.
14432
41105937
PP
144332009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
14434
14435 * layout.cc (Layout::output_section_name): Preserve names
14436 of '.note.' sections.
e1df38aa 14437
60439920
ILT
144382009-03-19 Ian Lance Taylor <iant@google.com>
14439
14440 * descriptors.cc (Descriptors::open): Check that the options are
14441 valid before using them.
14442
0d371ad3
ILT
144432009-03-18 Ian Lance Taylor <iant@google.com>
14444
14445 * script-sections.h: Include <list>.
14446 (class Script_sections): Change Sections_elements from std::vector
14447 to std::list. Typedef public Elements_iterator. Add
14448 orphan_section_placement_, data_segment_align_start_, and
14449 saw_data_segment_align_ fields. Remove data_segment_align_index_
14450 field.
14451 * script-sections.cc (class Orphan_section_placement): New class.
14452 (class Sections_element): Add virtual functions is_relro and
14453 orphan_section_init. Remove virtual function place_orphan_here.
14454 (class Output_section_definition): Add is_relro and
14455 orphan_section_init. Remove place_orphan_here.
14456 (class Orphan_output_section): Likewise.
14457 (Script_sections::Script_sections): Update for field changes.
14458 (Script_sections::data_segment_align): Set saw_data_segment_align_
14459 and data_segment_align_start_, not data_segment_align_index.
14460 (Script_sections::data_segment_relro_end): Check
14461 saw_data_segment_align_. Use data_segment_align_start_ rather
14462 than data_segment_align_index_.
14463 (Script_sections::place_orphan): Rewrite to use
14464 Orphan_section_placement.
14465
9201d894
ILT
144662009-03-17 Ian Lance Taylor <iant@google.com>
14467
9c5b8369
ILT
14468 * archive.cc (Archive::add_symbols): Check for a version attached
14469 to the symbol name in the archive map.
14470 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
14471 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
14472 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
14473 (ver_test_11.a): New target.
14474 * testsuite/Makefile.in: Rebuild.
14475
9201d894
ILT
14476 * configure.ac: Check for chsize and posix_fallocate. Replace
14477 ftruncate.
14478 * ftruncate.c: New file, from gnulib.
14479 * output.cc (posix_fallocate): Define dummy version if not
14480 HAVE_POSIX_FALLOCATE.
14481 (Output_file::map): Call posix_fallocate rather than lseek and
14482 write.
14483 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
14484 * configure, Makefile.in, config.in: Rebuild.
14485
ef4ab7a8 144862009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 14487
ef4ab7a8
PP
14488 * layout.h (Layout::create_note): Add section_name parameter.
14489 * layout.cc (Layout::create_note): Likewise.
14490 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 14491
8c500701
ILT
144922009-03-17 Ian Lance Taylor <iant@google.com>
14493
e85b18e1
ILT
14494 * descriptors.cc: Include "options.h".
14495 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
14496 (Descriptors::open): Always use O_CLOEXEC when opening a new
14497 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
14498 then set FD_CLOEXEC.
14499
9efe6174
ILT
14500 * sparc.cc (class Target_sparc): Add has_got_section.
14501 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
14502 make sure we have a GOT section.
14503
14504 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
14505 (Target_sparc::Scan::local): Likewise.
14506 (Target_sparc::Scan::global): Likewise.
14507 (Target_sparc::Relocate::relocate): Likewise.
14508 (Target_sparc::Relocate::relocate_tls): Likewise.
14509
8c500701
ILT
14510 * symtab.cc (Symbol_table::define_default_version): New function,
14511 broken out of add_from_object.
14512 (Symbol_table::add_from_object): Call define_default_version.
14513 (Symbol_table::define_special_symbol): Add resolve_oldsym
14514 parameter. Change all callers. If the version for a symbol comes
14515 from a version script, resolve it with the symbol with the same
14516 name with no version. Also add the symbol without a version if
14517 appropriate.
14518 (do_define_in_output_data): If resolving with oldsym, don't delete
14519 sym.
14520 (do_define_in_output_segment): Likewise.
14521 (do_define_as_constant): Likewise.
14522 * symtab.h (class Symbol_table): Update declarations.
14523
f1ed28fb
ILT
145242009-03-13 Ian Lance Taylor <iant@google.com>
14525
15f8229b
ILT
14526 * readsyms.cc (Read_symbols::incompatible_warning): New function.
14527 (Read_symbols::requeue): New function.
14528 (Read_symbols::do_read_symbols): If make_elf_object fails because
14529 the target type is not configured, and the file was searched for,
14530 issue a warning and retry with the next directory.
14531 (Add_symbols::run): If the file has an incompatible format, and
14532 it was searched for, requeue the Read_symbols task. On error,
14533 release the object.
14534 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
14535 dirindex parameter to constructor. Change all callers. Declare
14536 incompatible_warning and requeue.
14537 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
14538 input_argument_ and input_group_ fields. Add them to
14539 constructor. Change all callers.
14540 (class Read_script): Add dirindex_ field. Add it to constructor.
14541 Change all callers.
14542 * archive.cc (Archive::setup): Remove input_objects parameter.
14543 Change all callers.
14544 (Archive::get_file_and_offset): Likewise.
14545 (Archive::read_all_symbols): Likewise.
14546 (Archive::read_symbols): Likewise.
14547 (Archive::get_elf_object_for_member): Remove input_objects
14548 parameter. Add punconfigured parameter. Change all callers.
14549 (Archive::add_symbols): Change return type to bool. Check return
14550 value of include_member.
14551 (Archive::include_all_members): Likewise.
14552 (Archive::include_member): Change return type to bool. Return
14553 false if first included object has incompatible target. Set
14554 included_member_ field.
14555 (Add_archive_symbols::run): If add_symbols returns false, requeue
14556 Read_symbols task.
14557 * archive.h (class Archive): Add included_member_ field.
14558 Initialize it in constructor. Add input_file and searched_for
14559 methods. Update declarations.
14560 (class Add_archive_symbols): Add dirpath_, dirindex_, and
14561 input_argument_ fields. Add them to constructor. Change all
14562 callers.
14563 * script.cc: Include "target-select.h".
14564 (class Parser_closure): Add skip_on_incompatible_target_ and
14565 found_incompatible_target_ fields. Add
14566 skip_on_incompatible_target parameter to constructor. Change all
14567 callers. Add methods skip_on_incompatible_target,
14568 clear_skip_on_incompatible_target, found_incompatible_target, and
14569 set_found_incompatible_target.
14570 (read_input_script): Add dirindex parameter. Change all callers.
14571 If parser finds an incompatible target, requeue Read_symbols
14572 task.
14573 (script_set_symbol): Clear skip_on_incompatible_target in
14574 closure.
14575 (script_add_assertion, script_parse_option): Likewise.
14576 (script_start_sections, script_add_phdr): Likewise.
14577 (script_check_output_format): New function.
14578 * script.h (read_input_script): Update declaration.
14579 * script-c.h (script_check_output_format): Declare.
14580 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
14581 (ignore_cmd): Remove OUTPUT_FORMAT.
14582 * fileread.cc (Input_file::Input_file): Add explicit this.
14583 (Input_file::will_search_for): New function.
14584 (Input_file::open): Add pindex parameter. Change all callers.
14585 * fileread.h (class Input_file): Add input_file_argument method.
14586 Declare will_search_for. Update declarations.
14587 * object.cc (make_elf_object): Add punconfigured parameter.
14588 Change all callers.
14589 * object.h (class Object): Make input_file public. Add
14590 searched_for method.
14591 (make_elf_object): Update declaration.
14592 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
14593 restart search.
14594 * dirsearch.h (class Dirsearch): Update declaration.
14595 * options.h (class General_options): Add --warn-search-mismatch.
14596 * parameters.cc (Parameters::is_compatible_target): New function.
14597 * parameters.h (class Parameters): Declare is_compatible_target.
14598 * workqueue.cc (Workqueue::add_blocker): New function.
14599 * workqueue.h (class Workqueue): Declare add_blocker.
14600
f1ed28fb
ILT
14601 * fileread.cc (Input_file::open): Remove options parameter.
14602 Change all callers.
14603 (Input_file::open_binary): Likewise.
14604 * script.cc (read_input_script): Likewise.
14605 * readsyms.h (class Read_symbols): Remove options_ field. Remove
14606 options parameter from constructor. Change all callers.
14607 (class Read_script): Likewise.
14608 * fileread.h (class Input_file): Update declarations.
14609 * script.h (read_input_script): Update declaration.
14610
34dd024a
NC
146112009-03-10 Nick Clifton <nickc@redhat.com>
14612
14613 * po/es.po: New Spanish translation.
14614
6d71b17c
CC
146152009-03-06 Cary Coutant <ccoutant@google.com>
14616
14617 * options.cc (parse_short_option): Keep dash_z from registering itself.
14618
031cdbed
ILT
146192009-03-03 Ian Lance Taylor <iant@google.com>
14620
14621 PR 9918
14622 * target-reloc.h (relocate_section): Pass output_section to
14623 relocate.
14624 * i386.cc (Target_i386::should_apply_static_reloc): Add
14625 output_section parameter. Change all callers.
14626 (Target_i386::Relocate::relocate): Add output_section parameter.
14627 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14628 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
14629 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
14630 * testsuite/two_file_shared.sh: New script.
14631 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
14632 (check_DATA): Add two_file_shared.dbg.
14633 (two_file_shared.dbg): New target.
14634 * testsuite/Makefile.in: Rebuild.
14635
15d5fa16
ILT
146362009-03-01 Ian Lance Taylor <iant@google.com>
14637
14638 * configure.ac: Check for byteswap.h.
14639 * configure: Rebuild.
14640 * config.in: Rebuild.
14641
8a4c0b0d
ILT
146422009-03-01 Mikolaj Zalewski <mikolajz@google.com>
14643
14644 * layout.cc (Layout::find_or_add_kept_section): New function.
14645 (Layout::add_comdat): Removed.
14646 * layout.h (struct Kept_section): Move out of class Layout.
14647 Remove trailing underscores from field names. Add group_sections
14648 field. Rename group_ field to is_group. Change all uses.
14649 (class Layout): Declare find_or_add_kept_section, not add_comdat.
14650 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
14651 comdat_groups_ field.
14652 (Sized_relobj::include_section_group): Use
14653 find_or_add_kept_section and Kept_section::group_sections.
14654 (Sized_relobj::include_linkonce_section): Likewise.
14655 * object.cc (class Sized_relobj): Don't define Comdat_group or
14656 Comdat_group_table. Remove find_comdat_group and
14657 add_comdat_group. Remove comdat_groups_ field.
14658 * plugin.cc (include_comdat_group): Use
14659 Layout::find_or_add_kept_section.
14660
b4ecf66b
ILT
146612009-02-28 Ian Lance Taylor <iant@google.com>
14662
14359ca0
ILT
14663 * README: --gc-sections and map files are now supported. Document
14664 some build requirements.
14665
b4ecf66b
ILT
14666 PR 6992
14667 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
14668 relocatable link set the value of the section symbol to zero.
14669 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
14670 relocatable link don't include the section address in the local
14671 symbol value.
14672
0602e05a
ILT
146732009-02-27 Ian Lance Taylor <iant@google.com>
14674
fd9d194f
ILT
14675 PR 6811
14676 * options.h (class Search_directory): Add is_system_directory.
14677 (class General_options): Declare is_in_system_directory.
14678 * options.cc (get_relative_sysroot): Make static.
14679 (get_default_sysroot): Make static.
14680 (General_optoins::is_in_system_directory): New function.
14681 * fileread.cc (Input_file::is_in_system_directory): New function.
14682 * fileread.h (class Input_file): Declare is_in_system_directory.
14683 * object.h (class Object): Add is_in_system_directory.
14684 (class Input_objects): Remove system_library_directory_ field.
14685 * object.cc (Input_objects::add_object): Don't set
14686 system_library_directory_.
14687 (input_objects::found_in_system_library_directory): Remove.
14688 * symtab.cc (Symbol_table::write_globals): Remove input_objects
14689 parameter. Change all callers.
14690 (Symbol_table::sized_write_globals): Likewise.
14691 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
14692 Call Object::is_in_system_directory.
14693 * symtab.h (class Symbol_table): Update declarations.
14694
61edd21f
ILT
14695 PR 5990
14696 * descriptors.h (Open_descriptor): Add is_on_stack field.
14697 * descriptors.cc (Descriptors::open): If the descriptor is on the
14698 top of the stack, remove it. Initialize is_on_stack field.
14699 (Descriptors::release): Only add pod to stack if it is not on the
14700 stack already.
14701 (Descriptors::close_some_descriptor): Clear stack_next and
14702 is_on_stack fields.
14703
e29e076a
ILT
14704 PR 7091
14705 * output.cc (Output_section::find_starting_output_address): Rename
14706 from starting_output_address; add PADDR parameter; change return
14707 type.
14708 * output.h (class Output_section): Declare
14709 find_starting_output_address instead of starting_output_address.
14710 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
14711 section symbol for which we can't find a merge section.
14712
0602e05a
ILT
14713 PR 9836
14714 * symtab.cc (Symbol_table::add_from_object): If the visibility is
14715 hidden or internal, force the symbol to be local.
14716 * resolve.cc (Symbol::override_visibility): Define.
14717 (Symbol::override_base): Use override_visibility.
14718 (Symbol_table::resolve): Likewise.
14719 (Symbol::override_base_with_special): Likewise.
14720 (Symbol_table::override_with_special): If the visibility is hidden
14721 or internal, force the symbol to be local.
14722 * symtab.h (class Symbol): Add set_visibility and
14723 override_visibility.
14724 * testsuite/ver_test_1.sh: New file.
14725 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
14726 (check_DATA): Add ver_test_1.syms.
14727 (ver_test_1.syms): New target.
14728 * testsuite/Makefile.in: Rebuild.
14729
401a9a73
CC
147302009-02-25 Cary Coutant <ccoutant@google.com>
14731
14732 * layout.cc (Layout::choose_output_section): Don't rename sections
14733 when using a linker script that has a SECTIONS clause.
14734 * Makefile.in: Regenerate.
14735
14736 * testsuite/Makefile.am (script_test_5.sh): New test case.
14737 * testsuite/Makefile.in: Regenerate.
14738 * testsuite/script_test_5.cc: New file.
14739 * testsuite/script_test_5.sh: New file.
14740 * testsuite/script_test_5.t: New file.
14741
f488e4b0
CC
147422009-02-13 Rafael Avila de Espindola <espindola@google.com>
14743
14744 * archive.cc (Archive::include_member): Update calls to add_symbols.
14745 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
14746 the Layout argument.
14747 * dynobj.h (do_add_symbols): Add the Layout argument.
14748 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
14749 Layout argument.
14750 * object.h (Object::add_symbols): Add the Layout argument.
14751 (Object::do_add_symbols): Add the Layout argument.
14752 (Sized_relobj::do_add_symbols): Add the Layout argument.
14753 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
14754 Unify the two versions.
14755 (Add_plugin_symbols): Remove.
14756 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
14757 (Sized_pluginobj::do_add_symbols): Unify the two versions.
14758 (Add_plugin_symbols): Remove.
14759 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
14760 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
14761 (Add_symbols::run): Make it work with Pulginobj.
14762
89dd1680
ILT
147632009-02-06 Ian Lance Taylor <iant@google.com>
14764
14765 * object.cc (Sized_relobj::do_layout): Make info message start
14766 with lower case letter.
14767
266d0a74
ILT
147682009-02-06 Mikolaj Zalewski <mikolajz@google.com>
14769
602b464e
ILT
14770 * binary.cc: Fix file comment.
14771
266d0a74
ILT
14772 * options.h (enum Incremental_disposition): Define.
14773 (class General_options): Add new options: --incremental,
14774 --incremental_changed, --incremental_unchanged,
14775 --incremental_unknown. Add incremental_disposition_ and
14776 implicit_incremental_ fields.
14777 (General_options::incremental_disposition): New function.
14778 (class Position_dependent_options): Add incremental_disposition
14779 option.
14780 (Position_dependent_options::copy_from_options): Set incremental
14781 dispositions.
14782 * options.cc (General_options::parse_incremental_changed): New
14783 function.
2e702c99
RM
14784 (General_options::parse_incremental_unchanged): New function.
14785 (General_options::parse_incremental_unknown): New function.
14786 (General_options::General_options): Initialize new fields
266d0a74 14787 incremental_disposition_ and implicit_incremental_.
2e702c99 14788 (General_options::finalize): Check for uasge of --incremental-*
266d0a74
ILT
14789 without --incremental.
14790
f073bbf7
CD
147912009-02-06 Chris Demetriou <cgd@google.com>
14792
14793 * gold.h (gold_undefined_symbol): Change to take only a Symbol
14794 pointer and to report location as the file name associated with
14795 the symbol.
14796 (gold_undefined_symbol_at_location): New function to replace the
14797 old gold_undefined_symbol functionality.
14798 * target-reloc.h (relocate_section): Update to use
14799 gold_undefined_symbol_at_location.
14800 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14801 Call gold_undefined_symbol function rather than gold_error.
14802 * errors.h (Errors::undefined_symbol): Take location as a
14803 string, rather than calculating it from a relocation.
14804 * errors.cc (Errors::fatal): Print "fatal error:" before the
14805 formatted message.
14806 (Errors::error, Errors::error_at_location): Print "error: "
14807 before the formatted message.
14808 (Errors::undefined_symbol): Take location as a string, rather
14809 than calculating it from a relocation.
14810 (gold_undefined_symbol_at_location): New function akin to
14811 old gold_undefined_symbol, calculates location from relocation.
14812 (gold_undefined_symbol): Change to take only a Symbol pointer
14813 and to report location as the file name associated with the symbol.
14814 * testsuite/debug_msg.sh: Update for changed error messages.
14815 * testsuite/undef_symbol.sh: Likewise.
14816
8e94a90c
ILT
148172009-02-04 Duncan Sands <baldrick@free.fr>
14818
14819 PR 9812
14820 * reduced_debug_output.h
14821 (Output_reduced_debug_abbrev_section::failed): Use format for
14822 gold_warning.
14823 (Output_reduced_debug_info_section::faild): Likewise.
14824
88a0e15b
ILT
148252009-01-31 Mikolaj Zalewski <mikolajz@google.com>
14826
14827 * script.cc (Lazy_demangler): New class.
2e702c99 14828 (Version_script_info::get_symbol_version_helper): Demangle a
88a0e15b
ILT
14829 symbol only once.
14830
5efc7cd2
CC
148312009-01-29 Cary Coutant <ccoutant@google.com>
14832
14833 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
14834 to __tls_get_addr.
14835 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
14836
e0ebcf42
ILT
148372009-01-28 Ian Lance Taylor <iant@google.com>
14838
5efc7cd2 14839 * version.cc (version_string): Bump to 1.9.
75fe7426 14840
e0ebcf42
ILT
14841 * gold.h: Include <cstring> and <stdint.h>.
14842 * version.cc: Include <cstdio>.
14843 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
14844 warning.
14845 * reduced_debug_output.cc (insert_into_vector): Rename from
14846 Insert_into_vector; change all callers. Use Swap_unaligned to
14847 avoid aliasing issue; remove union since it is unnecessary.
14848
8e2813be 148492009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
14850
14851 * Makefile.am (CCFILES): Add gc.cc.
14852 (HFILES): Add gc.h.
14853 * Makefile.in: Regenerate.
14854 * gold.cc (Gc_runner): New class.
14855 (queue_initial_tasks): Call garbage collection related tasks
14856 when corresponding options are invoked.
14857 (queue_middle_gc_tasks): New function.
14858 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
14859 processed early before laying out sections during garbage collection.
14860 * gold.h (queue_middle_gc_tasks): New function.
14861 (is_prefix_of): Move from "layout.cc".
14862 * i386.cc (Target_i386::gc_process_relocs): New function.
14863 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
14864 * main.cc (main): Create object of class "Garbage_collection".
14865 * object.cc (Relobj::copy_symbols_data): New function.
14866 (Relobj::is_section_name_included): New function.
e1df38aa
NC
14867 (Sized_relobj::do_layout): Allow this function to be called twice
14868 during garbage collection and defer layout of section during the
6d03d481
ST
14869 first call.
14870 * object.h (Relobj::get_symbols_data): New function.
14871 (Relobj::is_section_name_included): New function.
14872 (Relobj::copy_symbols_data): New function.
14873 (Relobj::set_symbols_data): New function.
14874 (Relobj::get_relocs_data): New function.
14875 (Relobj::set_relocs_data): New function.
14876 (Relobj::is_output_section_offset_invalid): New pure virtual function.
14877 (Relobj::gc_process_relocs): New function.
14878 (Relobj::do_gc_process_relocs): New pure virtual function.
14879 (Relobj::sd_): New data member.
14880 (Sized_relobj::is_output_section_offset_invalid): New function.
14881 (Sized_relobj::do_gc_process_relocs): New function.
14882 * options.h (General_options::gc_sections): Modify to not be a no-op.
14883 (General_options::print_gc_sections): New option.
14884 * plugin.cc (Plugin_finish::run): Remove function call to
14885 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
14886 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
14887 * reloc.cc (Read_relocs::run): Add task to process relocs and
14888 determine unreferenced sections when doing garbage collection.
14889 (Gc_process_relocs): New class.
14890 (Sized_relobj::do_gc_process_relocs): New function.
14891 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
14892 sections that are garbage collected.
14893 * reloc.h (Gc_process_relocs): New class.
14894 * sparc.cc (Target_sparc::gc_process_relocs): New function.
14895 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
14896 symbols whose corresponding sections are garbage collected.
14897 (Symbol_table::Symbol_table): Add new parameter for the garbage
14898 collection object.
14899 (Symbol_table::gc_mark_undef_symbols): New function.
14900 (Symbol_table::gc_mark_symbol_for_shlib): New function.
14901 (Symbol_table::gc_mark_dyn_syms): New function.
14902 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
14903 as garbage.
14904 (Symbol_table::add_from_object): Likewise.
14905 (Symbol_table::add_from_relobj): When building shared objects, do not
14906 treat externally visible symbols as garbage.
14907 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
14908 table information for static and relocatable links.
14909 * symtab.h (Symbol_table::set_gc): New function.
14910 (Symbol_table::gc): New function.
14911 (Symbol_table::gc_mark_undef_symbols): New function.
14912 (Symbol_table::gc_mark_symbol_for_shlib): New function.
14913 (Symbol_table::gc_mark_dyn_syms): New function.
14914 (Symbol_table::gc_): New data member.
e1df38aa 14915 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
14916 function.
14917 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
14918 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
14919
3b293544
CF
149202009-01-20 Chris Faylor <me.sourceware@sourceware.org>
14921
14922 * options.h (General_options::gc_sections): Define as a no-op for now.
14923 (General_options::no_keep_memory): Ditto.
14924 (General_options::Bshareable): Define.
14925 * options.cc (General_options::finalize): Honor -Bshareable.
14926
83d22aa8
AS
149272009-01-20 Andreas Schwab <schwab@suse.de>
14928
14929 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
14930 read the value in the contents, since we don't use it. Use the
14931 template endianness when writing.
14932 (Relocate::relocate): Use it for R_PPC_REL16_HA.
14933
cd536b21
AS
149342009-01-19 Andreas Schwab <schwab@suse.de>
14935
14936 * configure.tgt (powerpc64-*): Fix targ_obj.
14937
99e9a495
ILT
149382009-01-15 Ian Lance Taylor <iant@google.com>
14939
14940 * object.cc (Sized_relobj::write_local_symbols): Don't write out
14941 local symbols when stripping all symbols.
14942
bbbfea06
CC
149432009-01-14 Cary Coutant <ccoutant@google.com>
14944
99e9a495 14945 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 14946
0f7c0701
CC
149472009-01-14 Cary Coutant <ccoutant@google.com>
14948
14949 * archive.cc (Archive::get_elf_object_for_member): Remove call
14950 to File_read::claim_for_plugin.
14951 * descriptors.cc (Descriptors::open): Remove reference to
14952 is_claimed.
14953 (Descriptors::claim_for_plugin): Remove.
14954 * descriptors.h (Descriptors::claim_for_plugin): Remove.
14955 (Descriptors::is_claimed): Remove.
14956 (claim_descriptor_for_plugin): Remove.
14957 * fileread.cc (File_read::claim_for_plugin): Remove.
14958 * fileread.h (File_read::claim_for_plugin): Remove.
14959 (File_read::descriptor): Reopen descriptor if necessary.
14960 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
14961 (Plugin_manager::all_symbols_read): Add task parameter. Change
14962 all callers.
14963 (Plugin_manager::get_input_file): New function.
14964 (Plugin_manager::release_input_file): New function.
14965 (Pluginobj::Pluginobj): Add filesize parameter and initialize
14966 corresponding data member.
14967 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
14968 and pass to base constructor. Change all callers.
14969 (get_input_file, release_input_file): New functions.
14970 (make_sized_plugin_object): Add filesize parameter. Change all callers.
14971 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
14972 (Plugin_manager::all_symbols_read): Add task parameter.
14973 (Plugin_manager::get_input_file): New function.
14974 (Plugin_manager::release_input_file): New function.
14975 (Plugin_manager::task_): New data member.
14976 (Pluginobj::Pluginobj): Add filesize parameter.
14977 (Pluginobj::filename): New function.
14978 (Pluginobj::descriptor): New function.
14979 (Pluginobj::filesize): New function.
14980 (Pluginobj::filesize_): New data member.
14981 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
14982 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
14983 File_read::claim_for_plugin; use Object::unlock to unlock the file.
14984
14985 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
14986 with archive libraries.
14987 * testsuite/Makefile.in: Regenerate.
14988 * testsuite/plugin_test.c (struct sym_info): New type.
14989 (get_input_file, release_input_file): New static variables.
14990 (onload): Capture new transfer vector entries.
14991 (claim_file_hook): Stop reading at end of file according to filesize.
14992 Factor out parsing of readelf output into separate function.
14993 (all_symbols_read_hook): Exercise get_input_file and release_input_file
14994 APIs and get the source file name from the symbol table. Convert
14995 source file name to corresponding object file name. Print info
14996 message when adding new input files.
14997 (parse_readelf_line): New function.
14998 * testsuite/plugin_test_1.sh: Add checks for new info messages.
14999 * testsuite/plugin_test_2.sh: Likewise.
15000 * testsuite/plugin_test_3.sh: Likewise.
15001 * testsuite/plugin_test_4.sh: New test case.
15002
62a6d109
ILT
150032009-01-07 Ian Lance Taylor <iant@google.com>
15004
15005 * version.cc (version_string): Bump to 1.8.
15006
483620e8
CC
150072008-12-23 Cary Coutant <ccoutant@google.com>
15008
15009 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
15010 * plugin.cc (Plugin_manager::finish): Rename as
15011 layout_deferred_objects. Move cleanup to separate function.
15012 (Plugin_manager::cleanup): New function.
15013 (Plugin_finish::run): Call layout_deferred_objects and cleanup
15014 separately.
15015 * plugin.h (Plugin_manager::finish): Rename as
15016 layout_deferred_objects.
15017 (Plugin_manager::cleanup): New function.
15018 (Plugin_manager::cleanup_done): New field.
15019
d66a9eb3
CC
150202008-12-23 Cary Coutant <ccoutant@google.com>
15021
15022 * plugin.cc (is_visible_from_outside): New function.
15023 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
15024 so we don't return "IR only" status for exported symbols or -r links.
15025
15026 * testsuite/Makefile.am (plugin_test_3): New test case.
15027 * testsuite/Makefile.in: Regenerate.
15028 * testsuite/plugin_test_3.sh: New file.
15029
5995b570
CC
150302008-12-22 Cary Coutant <ccoutant@google.com>
15031
15032 * object.cc (Sized_relobj::layout_section): New function.
15033 (Sized_relobj::do_layout): Defer layout of input sections until after
15034 plugin has provided replacement files.
15035 (Sized_relobj::do_layout_deferred_sections): New function.
15036 * object.h (Relobj::set_section_offset): Remove virtual keyword.
15037 (Relobj::layout_deferred_sections): New function.
15038 (Relobj::do_layout_deferred_sections): New function.
15039 (Sized_relobj::do_layout_deferred_sections): New function.
15040 (Sized_relobj::layout_section): New function.
15041 (Sized_relobj::Deferred_layout): New structure.
15042 (Sized_relobj::deferred_layout_): New field.
15043 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
15044 Change all callers. Layout deferred sections.
15045 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
15046 references.
15047 (Plugin_hook::run): Move code from do_plugin_hook inline.
15048 (Plugin_hook::do_plugin_hook): Remove.
15049 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
15050 (Plugin_manager::finish): Renamed, was cleanup.
15051 (Plugin_manager::should_defer_layout): New function.
15052 (Plugin_manager::add_deferred_layout_object): New function.
15053 (Plugin_manager::Deferred_layout_list): New type.
15054 (Plugin_manager::deferred_layout_objects_): New field.
15055 (Plugin_hook::do_plugin_hook): Remove.
15056
ee769c88
ILT
150572008-12-17 Ian Lance Taylor <iant@google.com>
15058
15059 * options.h (class General_options): Add --no case for
15060 --export-dynamic.
15061
abc8dcba
CC
150622008-12-16 Cary Coutant <ccoutant@google.com>
15063
15064 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
15065 vector.
15066 (Plugin_manager::claim_file): Create plugin object even if
15067 plugin did not call the add_symbols callback.
15068 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
15069 asking for more symbols than were added.
15070 * testsuite/Makefile.am (plugin_test_1): Add test case with
15071 no global symbols.
15072 (empty.syms): New target.
15073 * testsuite/Makefile.in: Regenerate.
15074 * testsuite/plugin_test.c (claim_file_hook): Add new debug
15075 message. Don't call add_symbols if no globals.
15076 (all_symbols_read_hook): Don't provide replacement for empty
15077 claimed file.
15078
b0074644
ILT
150792008-12-12 Ian Lance Taylor <iant@google.com>
15080
68943102
ILT
15081 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
15082 r_type == 0 for a local symbol with r_sym == 0.
15083 (scan_relocatable_relocs): Pass r_sym to
15084 local_non_section_strategy.
15085 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
15086 r_sym parameter.
15087
b0074644
ILT
15088 * configure.ac: Update test for TLS descriptors: they are
15089 supported as of glibc 2.9.
15090 * configure: Rebuild.
15091
c2508178
ILT
150922008-12-11 Ian Lance Taylor <iant@google.com>
15093
15094 PR 7091
15095 * target-reloc.h (Default_scan_relocatable_relocs): For each
15096 function, map r_type == 0 to RELOC_DISCARD.
15097
2756a258
CC
150982008-12-10 Cary Coutant <ccoutant@google.com>
15099
15100 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
15101 object to override a kept COMDAT group from a plugin object.
15102
bb6f53d3
ILT
151032008-12-09 Ian Lance Taylor <iant@google.com>
15104
fbc558e1
ILT
15105 PR 7088
15106 * yyscript.y (file_cmd): Handle INPUT.
15107
bb6f53d3
ILT
15108 * testsuite/initpri1.c: Change all declarations to be full
15109 prototypes by adding void, to avoid compiler warnings.
15110
4674ecfc
CC
151112008-12-05 Rafael Avila de Espindola <espindola@google.com>
15112
15113 * options.cc (General_options::parse_plugin_opt): New.
15114 (General_options::add_plugin): The argument now is just the filename.
15115 (General_options::add_plugin_option): New.
15116 * options.h (plugin_opt): New.
15117 (add_plugin): Change argument name.
15118 (add_plugin_option): New.
15119 * plugin.cc (Plugin::load): Don't parse the plugin option.
15120 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
15121 (Plugin::add_option): New.
15122 (Plugin::args_): Change type.
15123 (Plugin::filename_): New.
15124 (Plugin_manager::add_plugin_option): New.
15125 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
15126 * testsuite/Makefile.in: Regenerate.
15127
fd06b4aa
CC
151282008-12-05 Cary Coutant <ccoutant@google.com>
15129
15130 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
15131 Handle --strip-lto-sections option.
15132 * options.h (strip_lto_sections): New option.
15133
6c52134c
CC
151342008-12-01 Cary Coutant <ccoutant@google.com>
15135
15136 * plugin.cc (ld_plugin_message): Change format parameter to const.
15137 Fix mismatch between new[] and delete.
15138
a45248e0
CC
151392008-11-14 Cary Coutant <ccoutant@google.com>
15140
15141 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
15142 instead of -1U.
15143
c82fbeee
CS
151442008-11-05 Craig Silverstein <csilvers@google.com>
15145
15146 * options.cc (General_options::parse_dynamic_list): New function.
15147 * options.h (General_options): New flags dynamic_list,
15148 dynamic_list_data, dynamic_list_cpp_new, and
15149 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
15150 (General_options::in_dynamic_list): New function.
15151 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
15152 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
15153 (Lex::can_continue_name): Likewise.
15154 (yylex): Likewise.
15155 (read_script_file): New parameter script_options.
15156 (read_dynamic_list): New function.
15157 (Script_options::define_dynamic_list): New function.
15158 (dynamic_list_keyword_parsecodes): New variable.
15159 (dynamic_list_keywords): New variable.
15160 * script.h (Script_options::define_dynamic_list): New function
15161 prototype.
15162 (read_dynamic_list): New function prototype.
15163 * symtab.cc (strprefix): New macro.
15164 (Symbol::should_add_dynsym_entry): Support dynamic_list,
15165 dynamic_list_data, dynamic_list_cpp_new, and
15166 dynamic_list_cpp_typeinfo.
15167 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
15168 (dynamic_list_expr): New rule.
15169 (dynamic_list_nodes): Likewise.
15170 (dynamic_list_node): Likewise.
15171 * testsuite/Makefile.am (dynamic_list): New test.
15172 * testsuite/Makefile.in: Regenerated.
15173 * testsuite/dynamic_list.t: New file.
15174 * testsuite/dynamic_list.sh: New file.
15175
e0bb29a5
CS
151762008-11-05 Craig Silverstein <csilvers@google.com>
15177
15178 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
15179 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
15180 (t11_last): Likewise.
15181 * testsuite/ver_test_6.c (main): Likewise.
15182
4e1e25e0
CC
151832008-10-07 Cary Coutant <ccoutant@google.com>
15184
15185 * options.c (General_options::finalize): Add check for -static and
15186 -shared.
15187 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
15188 is not empty.
15189
92f03fcb
CC
151902008-10-02 Cary Coutant <ccoutant@google.com>
15191
15192 * plugin.cc (make_sized_plugin_object): Fix conditional
15193 compilation to work when not all targets are enabled.
15194
fbd8a257
CC
151952008-09-29 Cary Coutant <ccoutant@google.com>
15196
15197 * archive.cc (Archive::get_file_and_offset): Use filename instead
15198 of name to get library path.
15199 (Archive::include_member): Unlock external member of a thin archive.
15200
15201 * testsuite/Makefile.am (TEST_AR): New variable.
15202 (thin_archive_test_1): New test.
15203 (thin_archive_test_2): New test.
81636b3f
CC
15204 * testsuite/Makefile.in: Regenerate.
15205 * testsuite/thin_archive_main.cc: New file.
15206 * testsuite/thin_archive_test_1.cc: New file.
15207 * testsuite/thin_archive_test_2.cc: New file.
15208 * testsuite/thin_archive_test_3.cc: New file.
15209 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 15210
eff45813
CC
152112008-09-29 Cary Coutant <ccoutant@google.com>
15212
15213 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
15214 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
15215 instead of -1U.
15216 (Sized_relobj::do_finalize_local_symbols): Likewise.
15217 (Sized_relobj::map_to_kept_section): Likewise.
15218 * object.h (Sized_relobj::invalid_address): New constant.
15219 (Sized_relobj::do_output_section_offset): Check for invalid_address
15220 and return -1ULL.
15221 * output.cc (Output_reloc::local_section_offset): Use constant
15222 invalid_address instead of -1U.
15223 (Output_reloc::get_address): Likewise.
15224 (Output_section::output_address): Change -1U to -1ULL.
15225 * output.h (Output_reloc::invalid_address): New constant.
15226 * reloc.cc (Sized_relobj::write_sections): Use constant
15227 invalid_address instead of -1U.
15228 (Sized_relobj::relocate_sections): Likewise.
15229 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
15230 values for merge sections.
15231 * target-reloc.h (relocate_for_relocatable): Use constant
15232 invalid_address instead of -1U.
15233
89fc3421
CC
152342008-09-19 Cary Coutant <ccoutant@google.com>
15235
15236 Add plugin functionality for link-time optimization (LTO).
15237 * configure.ac (plugins): Add --enable-plugins option.
15238 * configure: Regenerate.
15239 * config.in: Regenerate.
15240 * Makefile.am (LIBDL): New variable.
15241 (CCFILES): Add plugin.cc.
15242 (HFILES): Add plugin.h.
15243 (ldadd_var): Add LIBDL.
15244 * Makefile.in: Regenerate.
15245
15246 * archive.cc: Include "plugin.h".
15247 (Archive::setup): Don't preread archive symbols when using a plugin.
15248 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
15249 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
15250 files.
15251 (Archive::include_member): Add symbols from plugin objects.
15252 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
15253 * descriptors.cc (Descriptors::open): Check for file descriptors
15254 abandoned by plugins.
15255 (Descriptors::claim_for_plugin): New function.
15256 * descriptors.h (Descriptors::claim_for_plugin): New function.
15257 (Open_descriptor::is_claimed): New field.
15258 (claim_descriptor_for_plugin): New function.
15259 * fileread.cc (File_read::claim_for_plugin): New function.
15260 * fileread.h (File_read::claim_for_plugin): New function.
15261 (File_read::descriptor): New function.
15262 * gold.cc: Include "plugin.h".
15263 (queue_initial_tasks): Add task to call plugin hooks for generating
15264 new object files.
15265 * main.cc: Include "plugin.h".
15266 (main): Load plugin libraries.
15267 * object.h (Pluginobj): Declare.
15268 (Object::pluginobj): New function.
15269 (Object::do_pluginobj): New function.
15270 (Object::set_target): New function.
15271 * options.cc: Include "plugin.h".
15272 (General_options::parse_plugin): New function.
15273 (General_options::General_options): Initialize plugins_ field.
15274 (General_options::add_plugin): New function.
15275 * options.h (Plugin_manager): Declare.
15276 (General_options): Add --plugin option.
15277 (General_options::has_plugins): New function.
15278 (General_options::plugins): New function.
15279 (General_options::add_plugin): New function.
15280 (General_options::plugins_): New field.
15281 * plugin.cc: New file.
15282 * plugin.h: New file.
15283 * readsyms.cc: Include "plugin.h".
15284 (Read_symbols::do_read_symbols): Check for archive before checking
15285 for ELF file. Call plugin hooks to claim files.
15286 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
15287 from a real object file; force override when processing replacement
15288 files.
15289 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
15290 (Symbol::init_base_object): Likewise.
15291 (Symbol::init_base_output_data): Likewise.
15292 (Symbol::init_base_output_segment): Likewise.
15293 (Symbol::init_base_constant): Likewise.
15294 (Symbol::init_base_undefined): Likewise.
15295 (Symbol::output_section): Assert that object is not a plugin.
15296 (Symbol_table::add_from_pluginobj): New function.
15297 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
15298 undefined.
15299 (Symbol_table::sized_write_globals): Likewise.
15300 (Symbol_table::add_from_pluginobj): Instantiate template.
15301 * symtab.h (Sized_pluginobj): Declare.
15302 (Symbol::in_real_elf): New function.
15303 (Symbol::set_in_real_elf): New function.
15304 (Symbol::in_real_elf_): New field.
15305 (Symbol_table::add_from_pluginobj): New function.
15306
15307 * testsuite/Makefile.am (AM_CFLAGS): New variable.
15308 (LIBDL): New variable.
15309 (LDADD): Add LIBDL.
15310 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
15311 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
15312 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
15313 (MOSTLYCLEANFILES): Likewise.
15314 * testsuite/Makefile.in: Regenerate.
15315 * testsuite/plugin_test.c: New file.
15316 * testsuite/plugin_test_1.sh: New file.
15317 * testsuite/plugin_test_2.sh: New file.
15318
de31bda5
ILT
153192008-09-16 Ian Lance Taylor <iant@google.com>
15320
9c2d0ef9
ILT
15321 * target-reloc.h (relocate_section): Check whether a symbol is
15322 defined by the ABI before reporting an undefined symbol error.
15323 * target.h (Target::is_defined_by_abi): Make parameter const.
15324 (Target::do_is_defined_by_abi): Likewise.
15325 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
15326 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
15327 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
15328 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
15329 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
15330 * testsuite/Makefile.in: Rebuild.
15331
de31bda5
ILT
15332 * fileread.cc (make_view): Add casts to avoid warning.
15333
9fa33bee
AO
153342008-09-16 Alexandre Oliva <aoliva@redhat.com>
15335
15336 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
15337 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15338
183fd0e3
AO
153392008-09-16 Alexandre Oliva <aoliva@redhat.com>
15340
15341 * options.h (General_options::output_is_executable): New.
15342 (General_options::output_is_pie): New.
15343 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
15344 for shared libraries.
15345 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
15346
7be8330a
CD
153472008-09-11 Chris Demetriou <cgd@google.com>
15348
15349 * options.h (origin): New -z option.
15350 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
15351 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
15352 in DT_FLAGS_1.
15353
a9caad02
CC
153542008-09-05 Cary Coutant <ccoutant@google.com>
15355
15356 * fileread.cc (File_read::make_view): Add check for attempt to map
15357 beyond end of file.
15358
ae6dce4d
CC
153592008-09-05 Cary Coutant <ccoutant@google.com>
15360
15361 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
15362 explicit instantiations.
15363
d7ab2a47
KVH
153642008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
15365
15366 PR gold/6858
15367 * options.cc (General_options::finalize): Allow undefined symbols
15368 in shlibs if linking -shared.
15369
15370 PR gold/6859
15371 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
15372 symbols as not needing a dynsym entry.
15373
1e52a9c1
CS
153742008-08-20 Craig Silverstein <csilvers@google.com>
15375
15376 * fileread.cc (File_read::open): Do not lock the file unless it
15377 was successfully opened.
15378
d85c80a3
CC
153792008-08-14 Cary Coutant <ccoutant@google.com>
15380
15381 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
15382 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
15383 * testsuite/tls_test.cc (struct int128): 128-bit struct
15384 for testing TLS relocs with non-zero addend.
15385 (v12): New TLS variable.
15386 (t12): New test.
15387 (t_last): Add check for v12.
15388 * testsuite/tls_test.h (t12): New function.
15389 * testsuite/tls_test_main.cc (thread_routine): Call new test.
15390
2d924fd9
ILT
153912008-08-13 Ian Lance Taylor <iant@google.com>
15392
15393 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
15394 set tls_segment_ or relro_segment_.
15395 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
15396 when appropriate.
15397 * output.h (Output_section::clear_is_relro): New function.
15398 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
15399 sections specially even when output_data_ is empty.
15400 (Output_segment::maximum_alignment): When first section is relro,
15401 only force alignment for PT_LOAD segments.
15402 * script.cc (script_data_segment_align): New function.
15403 (script_data_segment_relro_end): New function.
15404 * script-c.h (script_data_segment_align): Declare.
15405 (script_data_segment_relro_end): Declare.
15406 * script-sections.h (class Script_sections): Declare
15407 data_segment_align and data_segment_relro_end. Add fields
15408 segment_align_index_ and saw_relro_end_.
15409 * script-sections.cc (class Sections_element): Add set_is_relro
15410 virtual function. Add new bool* parameter to place_orphan_here.
15411 Add get_output_section virtual function.
15412 (class Output_section_definition): Add set_is_relro. Add new
15413 bool* parameter to place_orphan_here. Add get_output_section.
15414 Add is_relro_ field.
15415 (Output_section_definition::Output_section_definition): Initialize
15416 evaluated_address_, evaluated_load_address, evaluated_addralign_,
15417 and is_relro_ fields.
15418 (Output_section_definition::place_orphan_here): Add is_relro
15419 parameter.
15420 (Output_section_definition::set_section_addresses): Set relro for
15421 output section.
15422 (Output_section_definition::alternate_constraint): Likewise.
15423 (class Orphan_output_section): Add new bool* parameter to
15424 place_orphan_here. Add get_output_section.
15425 (Orphan_output_section::place_orphan_here): Add is_relro
15426 parameter.
15427 (Script_sections::Script_sections): Initialize
15428 data_segment_align_index_ and saw_relro_end_.
15429 (Script_sections::data_segment_align): New function.
15430 (Script_sections::data_segment_relro_end): New function.
15431 (Script_sections::place_orphan): Set or clear is_relro.
15432 (Script_sections::set_section_addresses): Force alignment of first
15433 TLS section.
15434 * yyscript.y (exp): Call script_data_segment_align and
15435 script_data_segment_relro_end.
15436 * testsuite/relro_script_test.t: New file.
15437 * testsuite/relro_test.cc (using_script): Declare.
15438 (t1, t2): Test using_script.
15439 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
15440 (relro_script_test_SOURCES): Define.
15441 (relro_script_test_DEPENDENCIES): Define.
15442 (relro_script_test_LDFLAGS): Define.
15443 (relro_script_test_LDADD): Define.
15444 (relro_script_test.so): New target.
15445 * testsuite/Makefile.in: Rebuild.
15446
f827c9a9
CC
154472008-08-06 Cary Coutant <ccoutant@google.com>
15448
15449 * archive.cc (Archive::total_archives, Archive::total_members)
15450 (Archive::total_members_loaded): New variables.
15451 (Archive::setup): Add parameter. Add option to preread
15452 archive symbols.
15453 (Archive::read_armap): Add counter.
15454 (Archive::get_file_and_offset): New function.
15455 (Archive::get_elf_object_for_member): New function.
15456 (Archive::read_all_symbols): New function.
15457 (Archive::read_symbols): New function.
15458 (Archive::add_symbols): Add counters.
15459 (Archive::include_all_members): Use armap to find members if it's
15460 already built.
15461 (Archive::include_member): Skip reading symbols if already read.
15462 Factored code into Archive::get_file_and_offset and
15463 Archive::get_elf_object_for_member. Changed call to
15464 Mapfile::report_include_archive_member.
15465 (Archive::print_stats): New function.
15466 * archive.h: Declare Object and Read_symbols_data classes.
15467 (Archive::Archive): Add initializers for new members.
15468 (Archive::setup): Add parameter.
15469 (Archive::print_stats): New function.
15470 (Archive::total_archives, Archive::total_members)
15471 (Archive::total_members_loaded): New variables.
15472 (Archive::get_file_and_offset): New function.
15473 (Archive::get_elf_object_for_member): New function.
15474 (Archive::read_all_symbols): New function.
15475 (Archive::read_symbols): New function.
15476 (Archive::Archive_member): New class.
15477 (Archive::members_): New member.
15478 (Archive::num_members_): New member.
15479 * main.cc: Include archive.h.
15480 (main): Call Archive::print_stats.
15481 * mapfile.cc (Mapfile::report_include_archive_member): Delete
15482 archive parameter; member_name is now the fully-decorated name.
15483 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
15484 * options.h: (General_options): Add --preread-archive-symbols option.
15485 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
15486 Archive::setup.
15487
de4c45bd
ILT
154882008-08-04 Ian Lance Taylor <iant@google.com>
15489
15490 * symtab.h (Symbol::use_plt_offset): New function.
15491 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
15492 * powerpc.cc (Relocate::relocate): Likewise.
15493 * sparc.cc (Relocate::relocate): Likewise.
15494 * x86_64.cc (Relocate::relocate): Likewise.
15495 * testsuite/weak_plt.sh: New test.
15496 * testsuite/weak_plt_main.cc: New test.
15497 * testsuite/weak_plt_shared.cc: New test.
15498 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
15499 (check_PROGRAMS): Add weak_plt.
15500 (check_DATA): Add weak_plt_shared.so.
15501 (weak_plt_main_pic.o, weak_plt): New targets.
15502 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
15503 * testsuite/Makefile.in: Rebuild.
15504
15505 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
15506 gcctestdir/ld.
15507 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
15508 * testsuite/Makefile.in: Rebuild.
15509
323ee3f4
AM
155102008-08-04 Alan Modra <amodra@bigpond.net.au>
15511
15512 * Makefile.am (POTFILES.in): Set LC_ALL=C.
15513 * Makefile.in: Regenerate.
15514 * po/POTFILES.in: Regenerate.
15515
7c07ecec
ILT
155162008-07-29 Ian Lance Taylor <iant@google.com>
15517
15518 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
15519 symbols before other symbols.
15520 * testsuite/script_test_2.cc (test_addr): Declare.
15521 (test_addr_alias): Declare.
15522 (main): Check that test_addr and test_addr_alias have the right
cd536b21 15523 values.
7c07ecec
ILT
15524 * testsuite/script_test_2.t: Define test_addr_alias and
15525 test_addr.
15526
5778530e
ILT
155272008-07-24 Ian Lance Taylor <iant@google.com>
15528
2a00e4fb
ILT
15529 PR 5990
15530 * descriptors.cc: New file.
15531 * descriptors.h: New file.
15532 * gold-threads.h (class Hold_optional_lock): New class.
15533 * fileread.cc: Include "descriptors.h".
15534 (File_read::~File_read): Release descriptor rather than closing
15535 it.
15536 (File_read::open) [file]: Call open_descriptor rather than open.
15537 Set is_descriptor_opened_.
15538 (File_read::open) [memory]: Assert that descriptor is not open.
15539 (File_read::reopen_descriptor): New function.
15540 (File_read::release): Release descriptor.
15541 (File_read::do_read): Make non-const. Reopen descriptor.
15542 (File_read::read): Make non-const.
15543 (File_read::make_view): Reopen descriptor.
15544 (File_read::do_readv): Likewise.
15545 * fileread.h (class File_read): Add is_descriptor_opened_ field.
15546 Update declarations.
15547 * layout.cc: Include "descriptors.h".
15548 (Layout::create_build_id): Use open_descriptor rather than open.
15549 * output.cc: Include "descriptors.h".
15550 (Output_file::open): Use open_descriptor rather than open.
15551 * archive.cc (Archive::const_iterator): Change Archive to be
15552 non-const.
15553 (Archive::begin, Archive::end): Make non-const.
15554 (Archive::count_members): Likewise.
15555 * archive.h (class Archive): Update declarations.
15556 * object.h (Object::read): Make non-const.
15557 * Makefile.am (CCFILES): Add descriptors.cc.
15558 (HFILES): Add descriptors.h.
15559 * Makefile.in: Rebuild.
15560
801647d1
ILT
15561 PR 6716
15562 * gold.h: Always include <clocale>. Add Solaris workarounds
15563 following code in binutils/sysdep.h.
15564
5edd166e
ILT
15565 PR 6048
15566 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
15567 this->eh_frame_hdr_ is NULL before using it.
15568
c89ad728
ILT
15569 * dynobj.cc (Versions::Versions): Update comment.
15570
aa86f06b
ILT
15571 * dynobj.cc (Versions::Versions): If there is an soname, use it as
15572 the base version name.
15573
5778530e
ILT
15574 * stringpool.cc (Stringpool_template::add_with_length): Set key to
15575 array size plus one.
15576 (Stringpool_template::set_string_offsets): Subtract one from key
15577 before using it as an array index.
15578 (Stringpool_template::get_offset_with_length): Likewise.
15579 (Stringpool_template::write_to_buffer): Likewise.
15580 * stringpool.h (Stringpool_template::get_offset_from_key):
15581 Likewise.
15582
057ead22
ILT
155832008-07-23 Ian Lance Taylor <iant@google.com>
15584
7f649c59
ILT
15585 PR 6658
15586 * object.h (Merged_symbol_value::value): Do our best to handle a
15587 negative addend.
15588
057ead22
ILT
15589 PR 6647
15590 * script.cc (Version_script_info::get_versions): Don't add empty
15591 version tag to return value.
15592 (Version_script_info::get_symbol_version_helper): Change return
15593 type to bool. Add pversion parameter. Change all callers.
15594 (script_register_vers_node): Don't require a non-NULL tag.
15595 * script.h (class Version_script_info): Update declarations.
15596 (Version_script_info::get_symbol_version): Change return type to
15597 bool. Add version parameter. Change all callers.
15598 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
15599 handling. Handle an empty version from a version script.
15600 (Symbol_table::define_special_symbol): Likewise.
15601 * testsuite/ver_test_10.script: New file.
15602 * testsuite/ver_test_10.sh: New file.
15603 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
15604 (check_DATA): Add ver_test_10.syms.
15605 (ver_test_10.syms, ver_test_10.so): New target.
15606 * testsuite/Makefile.in: Rebuild.
15607
58e54ac2
CD
156082008-07-23 Simon Baldwin <simonb@google.com>
15609
15610 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
15611 to zero for undefined symbols from dynamic libraries.
15612
95d14cd3
ILT
156132008-07-23 Ian Lance Taylor <iant@google.com>
15614
15615 * symtab.cc (Symbol_table::resolve): Remove version parameter.
15616 Change all callers.
15617 * symtab.h (class Symbol_table): Update declaration.
15618 * testsuite/ver_test_9.cc: New file.
15619 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
15620 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
15621 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
15622 (ver_test_9.so, ver_test_9.o): New targets.
15623 * testsuite/Makefile.in: Rebuild.
15624
92de84a6
ILT
156252008-07-22 Ian Lance Taylor <iant@google.com>
15626
34810851
ILT
15627 * options.h (class General_options): Define --check-sections.
15628 * layout.cc (Layout::set_segment_offsets): Handle
15629 --check-sections.
15630
af6156ef
ILT
15631 * options.h (class General_options): Define -n/--nmagic and
15632 -N/--omagic.
15633 * options.cc (General_options::finalize): For -n/--nmagic or
15634 -N/--omagic, set -static.
15635 * layout.cc (Layout::attach_allocated_section_to_segment): If
15636 -N/--omagic, don't put read-only and read-write sections in
15637 different segments.
15638 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
15639 finding a read-only segment.
15640 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
15641 don't set the minimum segment alignment to the common page size,
15642 and don't set the file offset to the address modulo the page size.
15643 * script-sections.cc (Script_sections::create_segments): If
15644 -n/--omagic, don't put read-only and read-write sections in
15645 different segments.
15646
92de84a6
ILT
15647 * cref.cc: New file.
15648 * cref.h: New file.
15649 * options.h (class General_options): Add --print-symbol-counts.
15650 * main.cc (main): Issue defined symbol report if requested.
15651 * archive.cc (Archive::interpret_header): Make into a const member
15652 function.
15653 (Archive::add_symbols): Call Input_objects::archive_start and
15654 archive_stop.
15655 (Archive::const_iterator): Define new class.
15656 (Archive::begin, Archive::end): New functions.
15657 (Archive::include_all_members): Rewrite to use iterator.
15658 (Archive::count_members): New function.
15659 * archive.h (class Archive): Update declarations.
15660 (Archive::filename): New function.
15661 * object.cc: Include "cref.h".
15662 (Sized_relobj::Sized_relobj): Initialize defined_count_.
15663 (Sized_relobj::do_get_global_symbol_counts): New function.
15664 (Input_objects::add_object): Add object to cross-referencer.
15665 (Input_objects::archive_start): New function.
15666 (Input_objects::archive_stop): New function.
15667 (Input_objects::print_symbol_counts): New function.
15668 * object.h: Declare Cref and Archive.
15669 (Object::get_global_symbol_counts): New function.
15670 (Object::do_get_global_symbol_counts): New pure virtual function.
15671 (class Sized_relobj): Add defined_count_ field. Update
15672 declarations.
15673 (class Input_objects): Add cref_ field. Update constructor.
15674 Update declarations.
15675 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
15676 defined_count_.
15677 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
15678 symbol counts.
15679 (Sized_dynobj::do_get_global_symbol_counts): New function.
15680 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
15681 defined_count_. Update declarations. Define Symbols typedef.
15682 * symtab.cc (Symbol_table::add_from_relobj): Add defined
15683 parameter. Change all callers.
15684 (Symbol_table::add_from_dynobj): Add sympointers and defined
15685 parameters. Change all callers.
15686 * symtab.h (class Symbol_table): Update declarations.
15687 * Makefile.am (CCFILES): Add cref.cc.
15688 (HFILES): Add cref.h.
15689 * Makefile.in: Rebuild.
15690
3f7c5e1d
CD
156912008-07-22 Simon Baldwin <simonb@google.com>
15692
15693 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
15694 to zero when writing undefined symbols.
15695
e0b64032
ILT
156962008-07-22 Ian Lance Taylor <iant@google.com>
15697
15698 * output.cc (Output_section::add_input_section): Don't try to
15699 merge empty merge sections.
15700
096b02cf
CS
157012008-07-21 Craig Silverstein <csilvers@google.com>
15702
15703 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
15704 Include symbol version in error message.
cd536b21 15705
1d1f116d
CD
157062008-07-20 Chris Demetriou <cgd@google.com>
15707
cd536b21 15708 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
15709 (RANDOM_SEED_CFLAGS): New substituted variable.
15710 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
15711 * configure: Rebuild.
15712 * Makefile.in: Likewise.
15713 * testsuite/Makefile.in: Likewise.
15714
a18f591e
ILT
157152008-07-18 Ian Lance Taylor <iant@google.com>
15716
15717 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
15718 where we see NAME/NULL and NAME/VERSION as separate symbols.
15719 * testsuite/ver_test_main.cc (main): Call t4.
15720 (t4, t4_2a): Define.
15721 * testsuite/ver_test_2.cc (t4_2): Define.
15722 * testsuite/ver_test_2.script: Put t4_2a in VER2.
15723 * testsuite/ver_test_4.cc (t4_2a): Define.
15724 * testsuite/ver_test_4.script: Put t4_2a in VER2.
15725 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
15726
c6e3f6ed
ILT
157272008-07-17 Ian Lance Taylor <iant@google.com>
15728
15729 * dynobj.cc (Versions::add_def): If we give an error about a
15730 missing version, go ahead and create the version anyhow.
15731
ef9beddf
ILT
157322008-07-10 Ian Lance Taylor <iant@google.com>
15733
15734 Handle output sections with more than 0x7fffffff bytes.
15735 * object.h (class Relobj): Change map_to_output_ to
15736 output_sections_, and just keep a section pointer. Change all
15737 uses. Move comdat group support to Sized_relobj.
15738 (Relobj::is_section_specially_mapped): Remove.
15739 (Relobj::output_section): Remove poff parameter. Change all
15740 callers.
15741 (Relobj::output_section_offset): New function.
15742 (Relobj::set_section_offset): Rewrite.
15743 (Relobj::map_to_output): Remove.
15744 (Relobj::output_sections): New function.
15745 (Relobj::do_output_section_offset): New pure virtual function.
15746 (Relobj::do_set_section_offset): Likewise.
15747 (class Sized_relobj): Add section_offsets_ field. Add comdat
15748 group support from Relobj. Update declarations.
15749 (Sized_relobj::get_output_section_offset): New function.
15750 (Sized_relobj::do_output_section_offset): New function.
15751 (Sized_relobj::do_set_section_offset): New function.
15752 * object.cc (Relobj::output_section_address): Remove.
15753 (Sized_relobj::Sized_relobj): Initialize new fields.
15754 (Sized_relobj::include_section_group): Cast find_kept_object to
15755 Sized_relobj.
15756 (Sized_relobj::include_linkonce_section): Likewise.
15757 (Sized_relobj::do_layout): Use separate arrays for output section
15758 and output offset.
15759 (Sized_relobj::do_count_local_symbols): Change map_to_output to
15760 output_sections.
15761 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
15762 output_sections and section_offsets.
15763 (Sized_relobj::write_local_symbols): Likewise.
15764 (map_to_kept_section): Compute output address directly.
15765 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
15766 output_sections and section_offsets.
15767 (Sized_relobj::write_sections): Likewise.
15768 (Sized_relobj::relocate_sections): Likewise.
15769 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
15770 * output.h (class Output_reloc): Update declarations. Change
15771 u2_.relobj to Sized_relobj*.
15772 (class Output_data_reloc): Change add functions to use
15773 Sized_relobj*.
15774 * output.cc (Output_reloc::Output_reloc): Change relobj to
15775 Sized_relobj*.
15776 (Output_reloc::local_section_offset): Change return type to
15777 Elf_Addr. Use get_output_section_offset.
15778 (Output_reloc::get_address): Likewise.
15779 (Output_section::is_input_address_mapped): Don't call
15780 is_section_specially_mapped.
15781 (Output_section::output_offset): Likewise.
15782 (Output_section::output_address): Likewise.
15783 (Output_section::starting_output_address): Likewise.
15784 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
15785 parameter to Sized_relobj*.
15786 (Copy_relocs::need_copy_reloc): Likewise.
15787 (Copy_relocs::save): Likewise.
15788 * copy-relocs.h (class Copy_relocs): Update declarations.
15789 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
15790 Sized_relobj*. Change relobj_ field to Sized_relobj*.
15791 * target-reloc.h (relocate_for_relocatable): Change
15792 offset_in_output_section type to Elf_Addr. Change code that uses
15793 it as well.
15794 * layout.cc (Layout::layout): Always set *off.
15795 * mapfile.cc (Mapfile::print_input_section): Use
15796 output_section_offset.
15797 * i386.cc (Target_i386::copy_reloc): Change object parameter to
15798 Sized_relobj*.
15799 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
15800 * sparc.cc (Target_sparc::copy_reloc): Likewise.
15801 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
15802
5cb66f97
ILT
158032008-07-03 Ian Lance Taylor <iant@google.com>
15804
15805 * layout.cc (Layout::include_section): Do not discard unrecognized
15806 SHT_STRTAB sections.
15807
afe47622
CS
158082008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
15809
15810 * script.cc (Lex::can_continue_name): Make '?' allowable in
15811 version-script names.
15812 * testsuite/version_script.map: Change glob pattern to use '?'
15813
5adf9721
ILT
158142008-06-30 Manish Singh <yosh@gimp.org>
15815
15816 PR 6585
15817 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
15818 Correct typo.
15819
e6fde208
ILT
158202008-06-30 Ian Lance Taylor <iant@google.com>
15821
15822 PR 6660
15823 PR 6682
15824 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
15825 versions]: Don't try to read the value in the contents, since we
15826 don't use it. Use the template endianness when writing.
15827
3f2e6a2d
CC
158282008-06-25 Cary Coutant <ccoutant@google.com>
15829
15830 * fileread.cc (File_read::make_view): Assert on zero-length view.
15831 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
15832 symbol table when there are no symbols to read.
15833
c43d3a48
CS
158342008-06-23 Craig Silverstein <csilvers@google.com>
15835
15836 * version.cc (version_string): Bump to 1.7
15837
5f494ea0
CS
158382008-06-18 Craig Silverstein <csilvers@google.com>
15839
15840 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
15841 constant 0xFFFF to type Valtype.
15842 (Powerpc_relocate_functions::rel16_ha): Likewise.
15843
c42e122e
ILT
158442008-06-17 Ian Lance Taylor <iant@google.com>
15845
f34787f8
ILT
15846 * output.h (Output_section::Input_section): Initialize p2align_ to
15847 zero for Output_section_data constructors.
15848 (Output_section::Input_section::addralign): If not an input
15849 section, return the alignment of the Output_section_data.
15850 * testsuite/copy_test.cc: New file.
15851 * testsuite/copy_test_1.cc: New file.
15852 * testsuite/copy_test_2.cc: New file.
15853 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
15854 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
15855 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
15856 (copy_test_1_pic.o, copy_test_1.so): New targets.
15857 (copy_test_2_pic.o, copy_test_2.so): New targets.
15858 * testsuite/Makefile.in: Rebuild.
15859
c42e122e
ILT
15860 * script-sections.cc (Script_sections::place_orphan): Initialize
15861 local variable exact.
15862
ce3ac18a
DE
158632008-06-13 David Edelsohn <edelsohn@gnu.org>
15864
15865 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
15866
42cacb20
DE
158672008-06-12 David Edelsohn <edelsohn@gnu.org>
15868 David S. Miller <davem@davemloft.net>
15869
15870 * powerpc.cc: New file.
15871 * Makefile.am (TARGETSOURCES): Add powerpc.cc
15872 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
15873 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
15874 * Makefile.in: Rebuild.
15875
7b308235
ILT
158762008-06-09 Ian Lance Taylor <iant@google.com>
15877
15878 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
15879 <exception>.
15880 (throwing, orig_terminate): New static variables.
15881 (terminate_handler): New static function.
15882 (t2): Set terminate handler.
15883
f0b886e3
ILT
158842008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
15885
15886 PR 6584
cd536b21 15887 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
15888 alignment.
15889
3e90f135
CC
158902008-05-30 Cary Coutant <ccoutant@google.com>
15891
15892 * archive.cc (Archive::include_all_members) Correct to step
15893 over symbol table and extended name table in thin archives.
15894
e09ad04a
ILT
158952008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
15896
15897 PR 6407
15898 * target-reloc.h (relocate_for_relocatable): Fix new_offset
15899 calculation.
15900
62b01cb5
ILT
159012008-05-28 Caleb Howe <cshowe@google.com>
15902
15903 * reduced_debug_output.cc: New file.
15904 * reduced_debug_output.h: New file.
92de84a6 15905 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
15906 * options.cc (General_options::finalize): Add strip_debug_non_line
15907 to the strip heirarchy.
15908 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
15909 fields.
15910 * layout.cc: Include "reduced_debug_output.h".
15911 (Layout::Layout): Initialize new fields.
15912 (line_only_debug_sections): New static array.
15913 (is_lines_only_debug_sections): New static inline function.
15914 (Layout::include_section): Handle --strip-debug-non-line.
15915 (Layout::make_output_section): If --strip-debug-non-line, build
15916 new output sections for .debug_abbrev and .debug_info.
15917 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
15918 gold. Warn about possible overflow.
15919 (read_signed_LEB_128): Likewise.
15920 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
15921 (read_signed_LEB_128): Declare.
15922 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
15923 (HFILES): Add reduced_debug_output.h.
15924 * Makefile.in: Rebuild.
15925
7d9e3d98
ILT
159262008-05-21 Ian Lance Taylor <iant@google.com>
15927
15928 * mapfile.cc: New file.
15929 * mapfile.h: New file.
15930 * options.h (class General_options): Add -M/--print-map and -Map.
15931 * options.cc (General_options::finalize): Make -M equivalent to
15932 -Map -.
15933 * main.cc: Include <cstdio> and "mapfile.h".
15934 (main): Open mapfile if requested.
15935 * gold.cc (class Middle_runner): Add mapfile_ field. Update
15936 constructor. Change caller.
15937 (queue_initial_tasks): Add mapfile parameter. Change caller.
15938 (queue_middle_tasks): Likewise.
15939 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
15940 declarations.
15941 * archive.cc: Include "mapfile.h".
15942 (Archive::add_symbols): Add mapfile parameter. Change all
15943 callers. Pass mapfile, symbol, and reason to include_member.
15944 (Archive::include_all_members): Add mapfile parameter. Change all
15945 callers.
15946 (Archive::include_member): Add mapfile, sym, and why parameters.
15947 Change all callers. Report inclusion to map file.
15948 * archive.h: Include "fileread.h".
15949 (class Archive): Update declarations.
15950 (Archive::file): New const method.
15951 (class Add_archive_symbols): Add mapfile_ field. Update
15952 constructor. Change all callers.
15953 * readsyms.h (class Read_symbols): Likewise.
15954 (class Finish_group): Likewise.
15955 (class Read_script): Likewise.
15956 * common.cc: Include "mapfile.h".
15957 (Symbol_table::allocate_commons): Add mapfile parameter. Change
15958 all callers.
15959 (Symbol_table::do_allocate_commons): Likewise.
15960 (Symbol_table::do_allocate_commons_list): Likewise. Report common
15961 symbol allocation to mapfile.
15962 * common.h (class Allocate_commons_task): Add mapfile_ field.
15963 Update constructor. Change all callers.
15964 * symtab.h (class Symbol_table): Update declarations.
15965 * layout.cc: Include "mapfile.h".
15966 (Layout_task_runner::run): Print information to mapfile.
15967 (Layout::create_gold_note): Change Output_data_fixed_space to
15968 Output_data_zero_fill.
15969 (Layout::create_build_id): Likewise.
15970 (Layout::print_to_mapfile): New function.
15971 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
15972 constructor. Change caller.
15973 (class Layout): Declare print_to_mapfile.
15974 * output.cc (Output_section::Input_section::print_to_mapfile): New
15975 function.
15976 (Output_section::add_input_section): If producing a map, always
15977 add to input_sections_ list.
15978 (Output_section::do_print_to_mapfile): New function.
15979 (Output_segment::print_sections_to_mapfile): New function.
15980 (Output_segment::print_section_list_to_mapfile): New function.
15981 * output.h: Include "mapfile.h".
15982 (Output_data::print_to_mapfile): New function.
15983 (Output_data::do_print_to_mapfile): New virtual function.
15984 (Output_segment_headers::do_print_to_mapfile): New function.
15985 (Output_file_header::do_print_to_mapfile): New function.
15986 (Output_data_const::do_print_to_mapfile): New function.
15987 (class Output_data_const_buffer): Add map_name_ field. Update
15988 constructor. Change all callers. Add do_print_to_mapfile
15989 function.
15990 (class Output_data_fixed_space): Likewise.
15991 (class Output_data_space): Likewise.
15992 (class Output_data_zero_fill): New class.
15993 (Output_data_strtab::do_print_to_mapfile): New function.
15994 (Output_data_reloc_base::do_print_to_mapfile): New function.
15995 (Output_relocatable_relocs::do_print_to_mapfile): New function.
15996 (Output_data_group::do_print_to_mapfile): New function.
15997 (Output_data_got::do_print_to_mapfile): New function.
15998 (Output_data_dynamic::do_print_to_mapfile): New function.
15999 (Output_symtab_xindex::do_print_to_mapfile): New function.
16000 (class Output_section): Declare do_print_to_mapflie. Declare
16001 print_to_mapfile in Input_section.
16002 (class Output_segment): Declare new functions.
16003 * object.h (Sized_relobj::symbol_count): New function.
16004 * script-sections.cc
16005 (Output_section_element_dot_assignment::set_section_addresses):
16006 Change Output_data_fixed_space to Output_data_zero_fill.
16007 (Output_data_expression::do_print_to_mapfile): New function.
16008 * script.cc (read_input_script): Add mapfile parameter. Change
16009 all callers.
16010 * script.h (read_input_script): Update declaration.
16011 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
16012 (Eh_frame::do_print_to_mapfile): New function.
16013 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
16014 (Output_merge_string::do_print_to_mapfile): New function.
16015 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
16016 function.
16017 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
16018 function.
16019 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
16020 function.
16021 * Makefile.am (CCFILES): Add mapfile.cc.
16022 (HFILES): Add mapfile.h.
16023 * Makefile.in: Rebuild.
16024
9f1d377b
ILT
160252008-05-19 Ian Lance Taylor <iant@google.com>
16026
16027 * options.h (class General_options): Add -z relro.
16028 * layout.cc (Layout::Layout): Initialize relro_segment_.
16029 (Layout::add_output_section_data): Return the output section.
16030 (Layout::make_output_section): Rcognize relro sections and mark
16031 them appropriately.
16032 (Layout::attach_allocated_section_to_segment): Put relro sections
16033 in a PT_GNU_RELRO segment.
16034 (Layout::create_initial_dynamic_sections): Mark the .dynamic
16035 section as relro.
16036 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
16037 PT_TLS segments.
16038 (Layout::linkonce_mapping): Map d.rel.ro.local to
16039 .data.rel.ro.local.
16040 (Layout::output_section_name): Us .data.rel.ro.local for any
16041 section which begins with that.
16042 * layout.h (class Layout): Update add_output_section_data
16043 declaration. Add relro_segment_ field.
16044 * output.cc (Output_section::Output_section): Initialize is_relro_
16045 and is_relro_local_ fields.
16046 (Output_segment::add_output_section): Group relro sections.
16047 (Output_segment::is_first_section_relro): New function.
16048 (Output_segment::maximum_alignment): If there is a relro section,
16049 align the segment to the common page size.
16050 (Output_segment::set_section_addresses): Track whether we are
16051 looking at relro sections. If the last section is a relro
16052 section, align to the common page size.
16053 (Output_segment::set_section_list_addresses): Add in_relro
16054 parameter. Change all callers. Align to the page size when
16055 moving from relro to non-relro section.
16056 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
16057 segment.
16058 * output.h (class Output_section): Add is_relro_ and
16059 is_relro_local_ fields.
16060 (Output_section::is_relro): New function.
16061 (Output_section::set_is_relro): New function.
16062 (Output_section::is_relro_local): New function.
16063 (Output_section::set_is_relro_local): New function.
16064 (class Output_segment): Update declarations.
16065 * i386.cc (Target_i386::got_section): Mark .got section as relro.
16066 * sparc.cc (Target_sparc::got_section): Likewise.
16067 * x86_64.cc (Target_x86_64::got_section): Likewise.
16068 * testsuite/relro_test_main.cc: New file.
16069 * testsuite/relro_test.cc: New file.
16070 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
16071 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
16072 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
16073 (relro_test.so, relro_test_pic.o): New targets.
16074 * testsuite/Makefile.in: Rebuild.
16075
a984ee1d
ILT
160762008-05-16 Ian Lance Taylor <iant@google.com>
16077
01676dcd
ILT
16078 * output.cc (Output_segment::add_output_section): Remove front
16079 parameter.
16080 * output.h (class Output_segment): Remove
16081 add_initial_output_section and overloaded add_output_section.
16082 Update declaration of remaining add_output_section.
16083 * layout.cc (Layout::create_interp): Call add_output_section
16084 rather than add_initial_output_section.
16085 (Layout::finish_dynamic_section): Likewise.
16086
497897f9
ILT
16087 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
16088 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
16089 know the dynamic type.
16090 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
16091 field. Initialize it in constructor.
16092 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
16093 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
16094 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
16095 reloc.
16096
a984ee1d
ILT
16097 * output.cc (Output_reloc::get_address): Change return type to
16098 Elf_Addr.
16099 * output.h (class Output_reloc): Update get_address declaration.
16100 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
16101 for section addresses.
16102
55ba0940
ILT
161032008-05-09 Ian Lance Taylor <iant@google.com>
16104
16105 PR 6493
16106 * gold.cc (gold_nomem): Use return value of write.
16107
75517b77
ILT
161082008-05-08 Ian Lance Taylor <iant@google.com>
16109
16110 * symtab.c (Symbol::init_base_output_data): Add version
16111 parameter. Change all callers.
16112 (Symbol::init_base_output_segment): Likewise.
16113 (Symbol::init_base_constant): Likewise.
16114 (Symbol::init_base_undefined): Likewise.
16115 (Sized_symbol::init_output_data): Likewise.
16116 (Sized_symbol::init_output_segment): Likewise.
16117 (Sized_symbol::init_constant): Likewise.
16118 (Sized_symbol::init_undefined): Likewise.
16119 (Symbol_table::do_define_in_output_data): If the new symbol has a
16120 version, mark it as the default.
16121 (Symbol_table::do_define_in_output_segment): Likewise.
16122 (Symbol_table::do_define_as_constant): Likewise.
16123 * symtab.h (class Symbol): Update declarations.
16124 (class Sized_symbol): Likewise.
16125 * resolve.cc (Symbol::override_version): New function.
c42e122e 16126 (Symbol::override_base): Call override_version.
75517b77
ILT
16127 (Symbol::override_base_with_special): Likewise.
16128 * testsuite/ver_script_8.script: New file.
16129 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
16130 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
16131 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
16132 (ver_test_8_1.so, ver_test_8_2.so): New targets.
16133
f1f70eae
ILT
161342008-05-06 Ian Lance Taylor <iant@google.com>
16135
f3e9c5c5
ILT
16136 PR 6049
16137 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
16138 functions.
16139 (class General_options): Remove existing --undefined, and add
16140 --no-undefined instead. Add new --undefined as synonym for -u.
16141 * archive.cc (Archive::add_symbols): Check whether symbol was
16142 named with -u.
16143 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
16144 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
16145 all uses. Add IS_UNDEFINED. Update declarations to split
16146 different versions of init_base. Declare init_base_undefined.
16147 (Symbol::is_defined): Handle IS_UNDEFINED.
16148 (Symbol::is_undefined): Likewise.
16149 (Symbol::is_weak_undefined): Call is_undefined.
16150 (Symbol::is_absolute): Handle IS_CONSTANT.
16151 (class Sized_symbol): Update declarations to split different
16152 versions of init. Declare init_undefined.
16153 (class Symbol_table): Declare new functions.
16154 * symtab.cc (Symbol::init_base_object): Rename from init_base.
16155 Change all callers.
16156 (Symbol::init_base_output_data): Likewise.
16157 (Symbol::init_base_output_segment): Likewise.
16158 (Symbol::init_base_constant): Likewise.
16159 (Symbol::init_base_undefined): New function.
16160 (Sized_symbol::init_object): Rename from init. Change all
16161 callers.
16162 (Sized_symbol::init_output_data): Likewise.
16163 (Sized_symbol::init_output_segment): Likewise.
16164 (Sized_symbol::init_constant): Likewise.
16165 (Sized_symbol::init_undefined): New function.
16166 (Symbol_table::add_undefined_symbols_from_command_line): New
16167 function.
16168 (Symbol_table::do_add_undefined_symbols_from_command_line): New
16169 function.
16170 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
16171 (Symbol::output_section): Likewise.
16172 (Symbol::set_output_section): Likewise.
16173 (Symbol_table::sized_finalize_symbol): Likewise.
16174 (Symbol_table::sized_write_globals): Likewise.
16175 * resolve.cc (Symbol_table::should_override): Likewise.
16176 (Symbol::override_base_with_special): Likewise.
16177
8bdcdf2c
ILT
16178 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
16179 symbol, change it to have default visibility.
16180 * testsuite/protected_1.cc: New file.
16181 * testsuite/protected_2.cc: New file.
16182 * testsuite/protected_3.cc: New file.
16183 * testsuite/protected_main_1.cc: New file.
16184 * testsuite/protected_main_2.cc: New file.
16185 * testsuite/protected_main_3.cc: New file.
16186 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
16187 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
16188 (protected_1_LDFLAGS, protected_1_LDADD): Define.
16189 (protected_1.so): New target.
16190 (protected_1_pic.o, protected_2_pic.o): New targets.
16191 (protected_3_pic.o): New target.
16192 (check_PROGRAMS): Add protected_2.
16193 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
16194 (protected_2_LDFLAGS, protected_2_LDADD): Define.
16195 * testsuite/Makefile.in: Rebuild.
16196
2b706932
ILT
16197 * options.h (DEFINE_var): Add set_user_set_##varname__.
16198 (DEFINE_bool_alias): New macro.
16199 (class General_options): Define -Bstatic using DEFINE_bool_alias
16200 rather than DEFINE_special. Add --undefined as an alias for -z
16201 defs.
16202 * options.cc (General_options::parse_Bstatic): Remove.
16203
d82a5bcc
ILT
16204 * options.h (class General_options): Add --fatal-warnings.
16205 * main.cc (main): Implement --fatal-warnings.
16206 * errors.h (Errors::warning_count): New function.
16207
f1f70eae
ILT
16208 * options.h (class General_options): Add -Bsymbolic-functions.
16209 * symtab.h (Symbol::is_preemptible): Check for
16210 -Bsymbolic-functions.
16211
8825ac63
ILT
162122008-05-05 Ian Lance Taylor <iant@google.com>
16213
d98bc257
ILT
16214 * options.h (DEFINE_bool): For DASH_Z, create the negative option
16215 as noVARNAME rather than no-VARNAME.
16216 (class General_options): Add option -z combreloc.
16217 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
16218 get_address.
16219 (Output_reloc::sort_before) [SHT_REL]: New function.
16220 (Output_reloc::sort_before) [SHT_RELA]: New function.
16221 (class Output_data_reloc_base): Add sort_relocs_ field. Define
16222 Sort_relocs_comparison.
16223 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
16224 parameter. Change all callers.
16225 (Output_data_reloc::Output_data_reloc) [both versions]: Add
16226 sort_relocs parameter. Change all callers.
16227 * output.cc (Output_reloc::get_address): New function, broken out
16228 of write_rel.
16229 (Output_reloc::write_rel): Call it.
16230 (Output_reloc::compare): New function.
16231 (Output_data_reloc_base::do_write): Optionally sort relocs.
16232
60b2b4e7
ILT
16233 * configure.ac: If targ_extra_obj is set, link it in.
16234 * configure.tgt: Initialize all variables.
16235 (x86_64*): Set targ_extra_obj and targ_extra_size.
16236 * configure: Rebuild.
16237
8825ac63
ILT
16238 * object.cc (Sized_relobj::include_section_group): Adjust section
16239 indexes read from group data. Build vector to pass to
16240 layout_group.
16241 * layout.cc (Layout::layout_group): Add flags and shndxes
16242 parameters. Remove contents parameter. Change caller. Update
16243 explicit instantiations.
16244 * layout.h (class Layout): Update layout_group declaration.
16245 * output.cc (Output_data_group::Output_data_group): Add flags and
16246 input_shndxes parameters. Remove contents parameter. Change
16247 caller.
16248 (Output_data_group::do_write): Change input_sections_ to
16249 input_shndxes_.
16250 * output.h (class Output_data_group): Update constructor
16251 declaration. Rename input_sections_ to input_shndxes_.
16252 * testsuite/many_sections_test.cc: Add template.
16253
e94cf127
CC
162542008-04-30 Cary Coutant <ccoutant@google.com>
16255
4418b2d5
CC
16256 * target-reloc.h (relocate_section): Fix dead-pointer bug.
16257
e94cf127
CC
16258 * layout.cc (Layout::include_section): Refactored check for debug
16259 info section.
16260 (Layout::add_comdat): Add new parameters. Change type
16261 of signature parameter. Add object and shndx to signatures table.
16262 (Layout::find_kept_object): New function.
16263 * layout.h: Include <cstring>.
16264 (Layout::is_debug_info_section): New function.
16265 (Layout::add_comdat): Add new parameters.
16266 (Layout::find_kept_object): New function.
16267 (Layout::Kept_section): New struct.
16268 (Layout::Signatures): Change type of map range.
16269 * object.cc (Relobj::output_section_address): New function.
16270 (Sized_relobj::include_section_group): Add new parameters. Change
16271 calls to Layout::add_comdat. Change to build table of kept comdat
16272 groups and table mapping discarded sections to kept sections.
16273 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
16274 (Sized_relobj::do_layout): Change calls to include_section_group and
16275 include_linkonce_section.
16276 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
16277 value to zero when section is discarded.
16278 (Sized_relobj::map_to_kept_section): New function.
16279 * object.h (Relobj::output_section_address): New function.
16280 (Relobj::Comdat_group): New type.
16281 (Relobj::find_comdat_group): New function.
16282 (Relobj::Comdat_group_table): New type.
16283 (Relobj::Kept_comdat_section): New type.
16284 (Relobj::Kept_comdat_section_table): New type.
16285 (Relobj::add_comdat_group): New function.
16286 (Relobj::set_kept_comdat_section): New function.
16287 (Relobj::get_kept_comdat_section): New function.
16288 (Relobj::comdat_groups_): New field.
16289 (Relobj::kept_comdat_sections_): New field.
16290 (Symbol_value::input_value): Update comment.
16291 (Sized_relobj::map_to_kept_section) New function.
16292 (Sized_relobj::include_linkonce_section): Add new parameter.
16293 * target-reloc.h (Comdat_behavior): New type.
16294 (get_comdat_behavior): New function.
16295 (relocate_section): Add code to map a discarded section to the
16296 corresponding kept section when applying a relocation.
16297
e4e5049b
CS
162982008-04-30 Craig Silverstein <csilvers@google.com>
16299
16300 * dwarf_reader.cc (next_generation_count): New static var.
16301 (Addr2line_cache_entry): New struct.
16302 (addr2line_cache): New static var.
16303 (Dwarf_line_info::one_addr2line): Added caching.
16304 (Dwarf_line_info::clear_addr2line_cache): New function.
16305 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
16306 cache-size parameter.
16307 (Dwarf_line_info::one_addr2line_cache): New function.
16308 * symtab.cc (Symbol_table::detect_odr_violations): Pass
16309 new cache-size argument to one_addr2line(), and clear cache.
16310
d09e9154
CC
163112008-04-28 Cary Coutant <ccoutant@google.com>
16312
16313 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
16314 R_386_PC8 relocations.
16315
7ef73768
ILT
163162008-04-23 Ian Lance Taylor <iant@google.com>
16317
55438702
ILT
16318 * object.cc (Sized_relobj::include_section_group): Check for
16319 invalid section group.
16320
c165fb93
ILT
16321 * object.cc (make_elf_object): Correct test for 64-bit ELF file
16322 header size.
16323
7ef73768
ILT
16324 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
16325 than read for file header.
16326 * archive.cc (Archive::include_member): Likewise.
16327
6194aaab
L
163282008-04-23 Paolo Bonzini <bonzini@gnu.org>
16329
16330 * aclocal.m4: Regenerate.
16331 * configure: Regenerate.
16332
d491d34e
ILT
163332008-04-19 Ian Lance Taylor <iant@google.com>
16334
5ea2bac6
ILT
16335 * version.cc (version_string): Bump to 1.6.
16336
7bc3e21a
ILT
16337 * testsuite/Makefile.am (many_sections_r_test): New target.
16338 (many_sections_r_test_SOURCES): Remove.
16339 (many_sections_r_test_DEPENDENCIES): Remove.
16340 (many_sections_r_test_LDFLAGS): Remove.
16341 (many_sections_r_test_LDADD): Remove.
16342
7fcd3aa9
ILT
16343 * object.cc (Sized_relobj::do_add_symbols): Always pass
16344 local_symbol_count_ to add_from_relobj.
16345
4c94d6ae
ILT
16346 * testsuite/Makefile.am (many_sections_check.h): Only check one in
16347 every thousand variables.
16348 * testsuite/Makefile.in: Rebuild.
16349
d491d34e
ILT
16350 * object.cc (Xindex::initialize_symtab_xindex): New function.
16351 (Xindex::read_symtab_xindex): New function.
16352 (Xindex::sym_xindex_to_shndx): New function.
16353 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
16354 available.
16355 (Sized_relobj::do_initialize_xindex): New function.
16356 (Sized_relobj::do_read_symbols): Adjust section links.
16357 (Sized_relobj::symbol_section_and_value): Add is_ordinary
16358 parameter. Change all callers.
16359 (Sized_relobj::include_section_group): Adjust section links and
16360 symbol section indexes.
16361 (Sized_relobj::do_layout): Adjust section links.
16362 (Sized_relobj::do_count_local_symbols): Adjust section links and
16363 symbol section indexes.
16364 (Sized_relobj::do_finalize_local_symbols): Distinguish between
16365 ordinary and special symbols.
16366 (Sized_relobj::write_local_symbols): Add symtab_xindex and
16367 dynsym_xindex parameters. Change all callers. Adjust section
16368 links. Use SHN_XINDEX when needed.
16369 (Sized_relobj::get_symbol_location_info): Adjust section links.
16370 Don't get fooled by special symbols.
16371 * object.h (class Xindex): Define.
16372 (class Object): Add xindex_ parameter. Declare virtual functoin
16373 do_initialize_xindex.
16374 (Object::adjust_sym_shndx): New function.
16375 (Object::set_xindex): New protected function.
16376 (class Symbol_value): Add is_ordinary_shndx_ field.
16377 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
16378 (Symbol_value::value): Assert ordinary section.
16379 (Symbol_value::initialize_input_to_output_map): Likewise.
16380 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
16381 Change all callers.
16382 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
16383 all callers.
16384 (class Sized_relobj): Update declarations.
16385 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
16386 parameter. Change all callers.
16387 (Sized_relobj::adjust_shndx): New function.
16388 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
16389 field.
16390 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
16391 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
16392 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
16393 (Sized_dynobj::read_dynsym_section): Adjust section links.
16394 (Sized_dynobj::read_dynamic): Likewise.
16395 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
16396 section links.
16397 (Sized_dynobj::do_initialize_xindex): New function.
16398 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
16399 do_initialize_xindex.
16400 (Sized_dynobj::adjust_shndx): New function.
16401 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
16402 dynsym_xindex_ fields.
16403 (Layout::finalize): Add a call to set_section_indexes before
16404 creating the symtab sections.
16405 (Layout::set_section_indexes): Don't do anything if the section
16406 already has a section index.
16407 (Layout::create_symtab_sections): Add shnum parameter. Change
16408 caller. Create .symtab_shndx section if needed.
16409 (Layout::create_shdrs): Add shstrtab_section parameter. Change
16410 caller.
16411 (Layout::allocated_output_section_count): New function.
16412 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
16413 needed.
16414 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
16415 fields. Update declarations.
16416 (Layout::symtab_xindex): New function.
16417 (Layout::dynsym_xindex): New function.
16418 (class Write_symbols_task): Add layout_ field.
16419 (Write_symbols_task::Write_symbols_task): Add layout parameter.
16420 Change caller.
16421 * output.cc (Output_section_headers::Output_section_headers): Add
16422 shstrtab_section parameter. Change all callers.
16423 (Output_section_headers::do_sized_write): Store overflow values
16424 for section count and section string table section index in
16425 section header zero.
16426 (Output_file_header::do_sized_write): Check for overflow of
16427 section count and section string table section index.
16428 (Output_symtab_xindex::do_write): New function.
16429 (Output_symtab_xindex::endian_do_write): New function.
16430 * output.h (class Output_section_headers): Add shstrtab_section_.
16431 Update declarations.
16432 (class Output_symtab_xindex): Define.
16433 (Output_section::has_out_shndx): New function.
16434 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
16435 field.
16436 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
16437 Change all callers.
16438 (Sized_symbol::init): Likewise.
16439 (Symbol::output_section): Check for ordinary symbol.
16440 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
16441 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
16442 callers.
16443 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
16444 Change all callers. Simplify handling of symbols from sections
16445 not included in the link.
16446 (Symbol_table::add_from_dynobj): Handle ordinary symbol
16447 distinction.
16448 (Weak_alias_sorter::operator()): Assert that symbols are
16449 ordinary.
16450 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
16451 distinction.
16452 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
16453 parameters. Change all callers.
16454 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
16455 symbol distinction. Use SHN_XINDEX when needed.
16456 (Symbol_table::write_section_symbol): Add symtab_xindex
16457 parameter. Change all callers.
16458 (Symbol_table::sized_write_section_symbol): Likewise. Use
16459 SHN_XINDEX when needed.
16460 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
16461 declarations.
16462 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
16463 (Symbol::is_defined): Check is_ordinary.
16464 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
16465 (Symbol::is_absolute, Symbol::is_common): Likewise.
16466 (class Sized_symbol): Update declarations.
16467 (class Symbol_table): Update declarations.
16468 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
16469 parameters. Change all callers.
16470 (Sized_symbol::override): Likewise.
16471 (Symbol_table::override): Likewise.
16472 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
16473 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
16474 is_ordinary, and orig_st_shndx parameters. Change all callers.
16475 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
16476 to be in an ordinary section.
16477 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
16478 object and is_ordinary parameters. Change all callers.
16479 (Sized_dwarf_line_info::read_relocs): Add object parameter.
16480 Change all callers. Don't add undefined or non-ordinary symbols
16481 to reloc_map_.
16482 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
16483 Change all callers.
16484 * dwarf_reader.h (class Sized_dwarf_line_info): Update
16485 declarations.
16486 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
16487 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
16488 (Sized_relobj::relocate_sections): Likewise.
16489 * target-reloc.h (scan_relocs): Adjust section symbol index.
16490 (scan_relocatable_relocs): Likewise.
16491 * i386.cc (Scan::local): Check for ordinary symbols.
16492 * sparc.cc (Scan::local): Likewise.
16493 * x86_64.cc (Scan::local): Likewise.
16494 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
16495 to symbol_section_and_value.
16496 * testsuite/many_sections_test.cc: New file.
16497 * testsuite/Makefile.am (BUILT_SOURCES): Define.
16498 (check_PROGRAMS): Add many_sections_test.
16499 (many_sections_test_SOURCES): Define.
16500 (many_sections_test_DEPENDENCIES): Define.
16501 (many_sections_test_LDFLAGS): Define.
16502 (BUILT_SOURCES): Add many_sections_define.h.
16503 (many_sections_define.h): New target.
16504 (BUILT_SOURCES): Add many_sections_check.h.
16505 (many_sections_check.h): New target.
16506 (check_PROGRAMS): Add many_sections_r_test.
16507 (many_sections_r_test_SOURCES): Define.
16508 (many_sections_r_test_DEPENDENCIES): Define.
16509 (many_sections_r_test_LDFLAGS): Define.
16510 (many_sections_r_test_LDADD): Define.
16511 (many_sections_r_test.o): New target.
16512 * testsuite/Makefile.in: Rebuild.
16513
c5818ff1
CC
165142008-04-17 Cary Coutant <ccoutant@google.com>
16515
16516 * errors.cc (Errors::info): New function.
16517 (gold_info): New function.
16518 * errors.h (Errors::info): New function.
16519 * gold.h (gold_info): New function.
16520 * object.cc (Input_objects::add_object): Print trace output.
16521 * options.cc (options::parse_set): New function.
16522 (General_options::parse_wrap): Deleted.
16523 (General_options::General_options): Deleted initializer.
16524 * options.h (options::String_set): New typedef.
16525 (options::parse_set): New function.
16526 (DEFINE_set): New macro.
16527 (General_options::wrap): Changed to use DEFINE_set. Changed
16528 callers of any_wrap_symbols and is_wrap_symbol.
16529 (General_options::trace, General_options::trace_symbol):
16530 New options.
16531 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
16532 (General_options::wrap_symbols_): Deleted.
16533 * symtab.cc (Symbol_table::add_from_object): Print trace output.
16534
b5be4a7c
DM
165352008-04-17 David S. Miller <davem@davemloft.net>
16536
16537 * options.cc (General_options::parse_V): New function.
16538 * options.h: Add entries for -V and -Qy.
16539
155a0dd7
ILT
165402008-04-17 Ian Lance Taylor <iant@google.com>
16541
16542 * common.cc (Symbol_table::allocate_commons): Remove options
16543 parameter. Change caller.
16544 (Symbol_table::do_allocate_commons): Remove options parameter.
16545 Change caller. Just call do_allocate_commons_list twice.
16546 (Symbol_table::do_allocate_commons_list): New function, broken out
16547 of do_allocate_commons.
16548 * common.h (class Allocate_commons_task): Remove options_ field.
16549 Update constructor.
16550 * symtab.cc (Symbol_table::Symbol_table): Initialize
16551 tls_commons_.
16552 (Symbol_table::add_from_object): Put TLS common symbols on
16553 tls_commons_ list.
16554 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
16555 which are IN_OUTPUT_DATA.
16556 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
16557 allocate_commons and do_allocate_commons declarations. Declare
16558 do_allocate_commons_list.
16559 * gold.cc (queue_middle_tasks): Update creation of
16560 Allocate_commons_task to not pass options.
16561 * testsuite/Makefile.am (INCLUDES): Add -I.. .
16562 (TLS_TEST_C_FLAGS): New variable.
16563 (tls_test_c_pic.o): New target.
16564 (tls_test_shared.so): Link in tls_test_c_pic.o.
16565 (tls_test_c_pic_ie.o): New target.
16566 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
16567 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
16568 (tls_test_c.o): New target.
16569 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
16570 (tls_pic_test_LDADD): Likewise.
16571 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
16572 (tls_shared_gd_to_ie_test_LDADD): Likewise.
16573 (tls_test_c_gnu2.o): New target.
16574 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
16575 tls_test_c_gnu2.o.
16576 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
16577 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
16578 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
16579 * testsuite/tls_test.cc: Include "config.h".
16580 (t_last): Call t11_last.
16581 * testsuite/tls_test.h (t11, t11_last): Declare.
16582 * testsuite/tls_test_c.c: New file.
16583 * testsuite/tls_test_main.cc (thread_routine): Call t11.
16584 * configure.ac: Check for OpenMP support.
16585 * configure, config.in, Makefile.in: Rebuild.
16586 * testsuite/Makefile.in: Rebuild.
16587
edfbb029
CC
165882008-04-16 Cary Coutant <ccoutant@google.com>
16589
16590 * i386.cc (Target_i386::define_tls_base_symbol): New function.
16591 (Target_i386::tls_base_symbol_defined_): New field.
16592 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16593 (Target_i386::Scan::global): Likewise.
16594 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
16595 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
16596 (Target_x86_64::tls_base_symbol_defined_): New field.
16597 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
16598 (Target_x86_64::Scan::global): Likewise.
16599
f3c69fca
CC
166002008-04-16 Cary Coutant <ccoutant@google.com>
16601
16602 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
16603 (Symbol::needs_plt_entry): Allow weak undefined symbols.
16604 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
16605 building shared libraries.
16606 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
16607 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
16608 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
16609 * testsuite/Makefile.in: Rebuild.
16610 * testsuite/weak_undef.h: New file.
16611 * testsuite/weak_undef_file1.cc: Add extra test cases.
16612 * testsuite/weak_undef_file2.cc: Likewise.
16613 * testsuite/weak_undef_test.cc: Likewise.
16614
7c414435
DM
166152008-04-16 David S. Miller <davem@davemloft.net>
16616
32b769e1
DM
16617 * sparc.cc (Target_sparc::Scan): Change from struct to class.
16618 Add issued_non_pic_error_ field. Declare check_non_pic.
16619 (Target_sparc::Scan::check_non_pic): New function.
16620 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
16621 (Target_sparc::Scan::global): Likewise.
16622
11936fb1
DM
16623 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
16624 * configure: Rebuild.
16625
7c414435
DM
16626 * options.h (DEFINE_enable): New macro.
16627 (new_dtags): New enable option.
16628 (initfirst, interpose, loadfltr, nodefaultlib,
16629 nodelete, nodlopen, nodump): New -z options.
16630 * layout.cc (Layout:finish_dynamic_section): If new
16631 dtags enabled, emit DT_RUNPATH. Also, emit a
16632 DT_FLAGS_1 containing any specified -z flags.
16633
85c7bf8b
ILT
166342008-04-16 Ian Lance Taylor <iant@google.com>
16635
12c0daef
ILT
16636 * copy-relocs.cc: New file.
16637 * copy-relocs.h: New file.
16638 * reloc.cc: Remove Copy_relocs code.
16639 * reloc.h: Likewise.
16640 * reloc-types.h (struct Reloc_types) [both versions]: Add
16641 get_reloc_addend_noerror.
16642 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
16643 variants of add_global which take an addend which must be zero.
16644 * i386.cc: Include "copy-relocs.h".
16645 (class Target_i386): Change type of copy_relocs_ to variable,
16646 update initializer.
16647 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
16648 Change all callers.
16649 (Target_i386::do_finalize_sections): Change handling of
16650 copy_relocs_.
16651 * sparc.cc: Include "copy-relocs.h".
16652 (class Target_sparc): Change type of copy_relocs_ to variable,
16653 update initializer.
16654 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
16655 Change all callers.
16656 (Target_sparc::do_finalize_sections): Change handling of
16657 copy_relocs_.
16658 * x86_64.cc: Include "copy-relocs.h".
16659 (class Target_x86_64): Change type of copy_relocs_ to variable,
16660 update initializer.
16661 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
16662 class. Change all callers.
16663 (Target_x86_64::do_finalize_sections): Change handling of
16664 copy_relocs_.
16665 * Makefile.am (CCFILES): Add copy-relocs.cc.
16666 (HFILES): Add copy-relocs.h.
16667
4f4995b6
ILT
16668 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
16669
85c7bf8b
ILT
16670 * testsuite/script_test_4.sh: Permit leading zeroes.
16671
4f2a9edd
ILT
166722008-04-15 Ian Lance Taylor <iant@google.com>
16673
e6188289
ILT
16674 * script-sections.cc (Script_sections::create_segments): Use
16675 header_size_adjustment even when there is enough room for the
16676 headers.
16677 * testsuite/script_test_4.sh: New file.
16678 * testsuite/script_test_4.t: New file.
16679 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
16680 (check_DATA): Add script_test_4.stdout.
16681 (MOSTLYCLEANFILES): Likewise.
16682 (script_test_4): New target.
16683 (script_test_4.stdout): New target.
16684 * testsuite/Makefile.in: Rebuild.
16685
4f2a9edd
ILT
16686 * sparc.cc: Add definitions for Output_data_plt_sparc class
16687 constants.
16688
f5314dd5
DM
166892008-04-14 David S. Miller <davem@davemloft.net>
16690
16691 * sparc.cc: New file.
16692 * Makefile.am (TARGETSOURCES): Add sparc.cc
16693 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
16694 * configure.tgt: Document targ_extra_size and
16695 targ_extra_big_endian. Add entries for sparc-* and
16696 sparc64-*.
16697 * configure.ac: Handle targ_extra_size and
16698 targ_extra_big_endian.
16699 * Makefile.in: Rebuild.
16700 * configure: Likewise.
16701 * po/POTFILES.in: Likewise.
16702 * po/gold.pot: Likewise.
16703
154e0e9a
ILT
167042008-04-14 Ian Lance Taylor <iant@google.com>
16705
16706 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
16707 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
16708 in the name/type/flags to section mapping. Don't call
16709 allocate_output_section.
16710 (Layout::choose_output_section): Change parameter from adjust_name
16711 to is_input_section. Don't permit input sections after sections
16712 are attached to segments. Don't call allocate_output_section.
16713 (Layout::layout_eh_frame): Call update_flags_for_input_section,
16714 not write_enable_output_section.
16715 (Layout::make_output_section): Don't push to
16716 unattached_section_list_ nor call attach_to_segment. Call
16717 attach_section_to_segment if sections are attached.
16718 (Layout::attach_sections_to_segments): New function.
16719 (Layout::attach_section_to_segment): New function.
16720 (Layout::attach_allocated_section_to_segment): Rename from
16721 attach_to_segment. Remove flags parameter.
16722 (Layout::allocate_output_section): Remove function.
16723 (Layout::write_enable_output_section): Remove function.
16724 * layout.h (class Layout): Update for above changes. Add new
16725 field sections_are_attached_.
16726 * output.h (Output_section::update_flags_for_input_section): New
16727 function.
16728 * output.cc (Output_section::add_input_section): Call
16729 update_flags_for_input_section.
16730 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
16731
009a67a2
CC
167322008-04-11 Cary Coutant <ccoutant@google.com>
16733
16734 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
16735 thought unnecessary.
16736 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
16737
759b1a24
ILT
167382008-04-11 Ian Lance Taylor <iant@google.com>
16739
16740 * output.h (class Output_section_data): Remove inline definition
16741 of set_addralign.
16742 * output.cc (Output_section_data::set_addralign): New function.
16743
c2b45e22
CC
167442008-04-11 Cary Coutant <ccoutant@google.com>
16745
16746 Add support for TLS descriptors for i386 and x86_64.
16747 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
16748 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
16749 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
16750 GOT_TYPE_TLS_DESC.
16751 (Target_i386::got_mod_index_entry): Remove unnecessary code.
16752 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
16753 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
16754 relocations.
16755 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
16756 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
16757 Fix problem with initial-exec relocations.
16758 (Target_i386::Relocate::relocate_tls): Likewise.
16759 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
16760 relaxation.
16761 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
16762 support for section-plus-offset dynamic table entries.
16763 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
16764 (Output_data_dynamic::Dynamic_entry): Add support for
16765 section-plus-offset dynamic table entries.
16766 (Output_data_dynamic::Classification): Likewise.
16767 (Output_data_dynamic::classification_): Renamed offset_.
16768 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
16769 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
16770 (Target_x86_64::make_plt_section): New function.
16771 (Target_x86_64::reserve_tlsdesc_entries): New function.
16772 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
16773 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
16774 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
16775 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
16776 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
16777 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
16778 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
16779 add extra PLT entry for TLS descriptors.
16780 (Output_data_plt_x86_64::got_): New field.
16781 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
16782 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
16783 fields.
16784 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
16785 descriptors.
16786 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
16787 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
16788 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
16789 R_386_TLS_DESC_CALL relocations.
16790 (Target_x86_64::Scan::global): Likewise.
16791 (Target_x86_64::do_finalize_sections): Add dynamic table entries
16792 for TLS descriptors.
16793 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
16794 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
16795 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
16796 GD-to-IE relaxation.
16797 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
16798 and TLS_DESCRIPTORS.
16799 * Makefile.in: Rebuild.
16800 * configure: Rebuild.
16801 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
16802 (tls_test_shared2.so): New target.
16803 (tls_shared_gd_to_ie_test_SOURCES): New variable.
16804 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
16805 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
16806 (tls_shared_gd_to_ie_test_LDADD): New variable.
16807 (tls_shared_gnu2_gd_to_ie_test): New target.
16808 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
16809 New targets.
16810 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
16811 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
16812 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
16813 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
16814 (tls_shared_gnu2_test): New target.
16815 (tls_test_gnu2_shared.so): New target.
16816 (tls_shared_gnu2_test_SOURCES): New variable.
16817 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
16818 (tls_shared_gnu2_test_LDFLAGS): New variable.
16819 (tls_shared_gnu2_test_LDADD): New variable.
16820 * testsuite/Makefile.in: Rebuild.
16821 * testsuite/Makefile.
16822
83bfb6b7
ILT
168232008-04-11 Ian Lance Taylor <iant@google.com>
16824
16825 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
16826 justsyms.t.
16827 * testsuite/Makefile.in: Rebuild.
16828
16829 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
16830 long.
16831 * testsuite/script_test_2.cc (main): Adjust test.
16832
706e1f5e
ILT
168332008-04-11 David S. Miller <davem@davemloft.net>
16834 Ian Lance Taylor <iant@google.com>
16835
16836 * options.h (General_options): Add entries for '-Y' and
16837 '-relax'.
16838 * options.cc (General_options:finalize): If -Y was used, add those
16839 entries to the library path instead of the default "/lib" and
16840 "/usr/lib".
16841
7c98e6bb
DM
168422008-04-11 David S. Miller <davem@davemloft.net>
16843
16844 * testsuite/justsyms.t: Start at 0x100.
16845 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
16846 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
16847 long.
16848 * testsuite/script_test_2.cc: Adjust string and section length
16849 checks.
7c98e6bb 16850
99a37bfd
ILT
168512008-04-09 Ian Lance Taylor <iant@google.com>
16852
2cefc357
ILT
16853 PR gold/5996
16854 * script-sections.cc (Sections_element::allocate_to_segment): Add
16855 orphan parameter.
16856 (Output_section_definition::allocate_to_segment): Likewise.
16857 (Orphan_output_section::allocate_to_segment): Likewise.
16858 (Script_sections::attach_sections_using_phdrs_clause): Don't
16859 propagate non-PT_LOAD segments to orphan sections.
16860 * testsuite/Makefile.am (script_test_3.stdout): Generate using
16861 readelf rather than objdump.
16862 * testsuite/script_test_3.sh: Adjust accordingly. Test that
16863 .interp section and PT_INTERP segment are the same size.
16864 * testsuite/Makefile.in: Rebuild.
16865
99a37bfd
ILT
16866 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
16867 aliases for symbols defined in the same object.
16868 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
16869 (weak_alias_test_SOURCES): New variable.
16870 (weak_alias_test_DEPENDENCIES): New variable.
16871 (weak_alias_test_LDFLAGS): New variable.
16872 (weak_alias_test_LDADD): New variable.
16873 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
16874 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
16875 (weak_alias_test_3.o): New target.
16876 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
16877 * testsuite/weak_alias_test_main.cc: New file.
16878 * testsuite/weak_alias_test_1.cc: New file.
16879 * testsuite/weak_alias_test_2.cc: New file.
16880 * testsuite/weak_alias_test_3.cc: New file.
16881
780e49c5
ILT
168822008-04-08 Ian Lance Taylor <iant@google.com>
16883
cdb0b8f5
ILT
16884 * options.h (class General_options): Add --noinhibit-exec option.
16885 * main.cc (main): Check --noinhibit-exec.
16886
0864d551
ILT
16887 * options.h (class General_options): Define --wrap as a special
16888 option. Add wrap_symbols_ field.
16889 (General_options::any_wrap_symbols): New function.
16890 (General_options::is_wrap_symbol): New function.
16891 * options.cc (General_options::parse_wrap): New function.
16892 (General_options::General_options): Initialize wrap_symbols_.
16893 * symtab.cc (Symbol_table::wrap_symbol): New function.
16894 (Symbol_table::add_from_object): Handle --wrap.
16895 * symtab.h (class Symbol_table): Declare wrap_symbol.
16896 * target.h (Target::wrap_char): New function.
16897 (Target::Target_info): Add wrap_char field.
16898 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
16899 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
16900 * testsuite/testfile.cc (Target_test::test_target_info):
16901 Likewise.
16902
789aa6de
ILT
16903 * errors.cc (Errors::undefined_symbol): Mention symbol version if
16904 there is one.
16905
2c38906f
ILT
16906 * layout.h (class Layout): Add added_eh_frame_data_ field.
16907 * layout.cc (Layout::Layout): Initialize new field.
16908 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
16909 output section until we find a section we merged successfully.
16910 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
16911 that the size be non-zero.
16912
780e49c5
ILT
16913 * merge.cc (Object_merge_map::get_output_offset): Remove inline
16914 qualifier.
16915
7fcd0256
ILT
169162008-04-08 Craig Silverstein <csilvers@google.com>
16917
16918 * configure.ac: Export new conditional variable HAVE_ZLIB.
16919 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
16920 on HAVE_ZLIB.
16921 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
16922 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16923
6835af53
ILT
169242008-04-07 Ian Lance Taylor <iant@google.com>
16925
e24f324c
ILT
16926 * version.cc (version_string): Set to "1.5".
16927
a036edd8
ILT
16928 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
16929 Add issued_non_pic_error_ field. Declare check_non_pic.
16930 (Target_x86_64::Scan::check_non_pic): New function.
16931 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
16932 (Target_x86_64::Scan::global): Likewise.
16933
624f8810
ILT
16934 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
16935 addend parameter. Change caller. Handle merge sections.
16936 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
16937 Address to Addend. Don't add in the result of
16938 local_section_offset, pass down the addend and use the returned
16939 value.
16940 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
16941 Update declarations of local_section_offset and symbol_value.
16942 * testsuite/two_file_test_1.cc (t18): New function.
16943 * testsuite/two_file_test_2.cc (f18): New function.
16944 * testsuite/two_file_test_main.cc (main): Call t18.
16945 * testsuite/two_file_test.h (t18, f18): Declare.
16946
6835af53
ILT
16947 * configure.ac: Don't test for objdump, c++filt, or readelf.
16948 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
16949 conditionals.
16950 (TEST_READELF): New variable.
16951 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
16952 (check_PROGRAMS): Add two_file_strip_test.
16953 (two_file_strip_test): New target.
16954 (check_PROGRAMS): Add two_file_same_shared_strip_test.
16955 (two_file_same_shared_strip_test_SOURCES): New variable.
16956 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
16957 (two_file_same_shared_strip_test_LDFLAGS): New variable.
16958 (two_file_same_shared_strip_test_LDADD): New variable.
16959 (two_file_shared_strip.so): New target.
16960 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
16961 (ver_test_5.syms, ver_test_7.syms): Likewise.
16962 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
16963 (strip_test_3.stdout): Use TEST_OBJDUMP.
16964 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16965
86925eef
CC
169662008-04-04 Cary Coutant <ccoutant@google.com>
16967
16968 * symtab.h (Symbol::is_weak_undefined): New function.
16969 (Symbol::is_strong_undefined): New function.
16970 (Symbol::is_absolute): New function.
16971 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
16972 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
16973 absolute symbols.
16974 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
16975 (weak_undef_test): New target.
16976 * testsuite/Makefile.in: Rebuild.
16977 * testsuite/weak_undef_file1.cc: New file.
16978 * testsuite/weak_undef_file2.cc: New file.
16979 * testsuite/weak_undef_test.cc: New file.
16980
126f3ece
ILT
169812008-04-03 Craig Silverstein <csilvers@google.com>
16982
16983 * compressed_output.h (class Output_compressed_section): Use
16984 unsigned buffer.
16985 * compressed_output.cc (zlib_compress): Use unsigned buffers,
16986 add zlib header.
16987 (zlib_compressed_suffix): Removed.
16988 (Output_compressed_section::set_final_data_size): Use unsigned
16989 buffers.
16990 * testsuite/Makefile.am (flagstest_compress_debug_sections):
16991 Fix linker invocation.
16992 (flagstest_o_specialfile_and_compress_debug_sections):
16993 Likewise.
16994 * testsuite/Makefile.in: Regenerated.
16995
deae2a14
DM
169962008-04-02 David S. Miller <davem@davemloft.net>
16997
16998 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
16999 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
17000
70752818
ILT
170012008-04-02 Craig Silverstein <csilvers@google.com>
17002
17003 * TODO: New file.
17004
39d0cb0e
ILT
170052008-04-02 Ian Lance Taylor <iant@google.com>
17006
17007 * fileread.cc (File_read::find_view): Add byteshift and vshifted
17008 parameters. Update for new key type to views_. Change all
17009 callers.
17010 (File_read::read): Adjust for byteshift in returned view.
17011 (File_read::add_view): New function, broken out of
17012 find_and_make_view.
17013 (File_read::make_view): New function, broken out of
17014 find_and_make_view.
17015 (File_read::find_or_make_view): Add offset and aligned
17016 parameters. Rewrite accordingly. Change all callers.
17017 (File_read::get_view): Add offset and aligned parameters. Adjust
17018 for byteshift in return value.
17019 (File_read::get_lasting_view): Likewise.
17020 * fileread.h (class File_read): Update declarations.
17021 (class File_read::View): Add byteshift_ field. Add byteshift to
17022 constructor. Add byteshift method.
17023 * archive.h (Archive::clear_uncached_views): New function.
17024 (Archive::get_view): Add aligned parameter. Change all callers.
17025 * object.h (Object::get_view): Add aligned parameter. Change all
17026 callers.
17027 (Object::get_lasting_view): Likewise.
17028
17029 * fileread.cc (File_read::release): Don't call clear_views if
17030 there are multiple objects.
17031 * fileread.h (File_read::clear_uncached_views): New function.
17032 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
17033 on the archive.
17034
a1207466
CC
170352008-03-31 Cary Coutant <ccoutant@google.com>
17036
17037 Add thin archive support.
17038 * archive.cc (Archive::armagt): New const.
17039 (Archive::setup): Remove task parameter and calls to unlock.
17040 (Archive::unlock_nested_archives): New function.
17041 (Archive::read_header): Add nested_off parameter. Change
17042 all callers.
17043 (Archive::interpret_header): Likewise.
17044 (Archive::include_all_members): Change to handle thin
17045 archives.
17046 (Archive::include_member): Likewise.
17047 * archive.h (Archive::Archive): Add new parameters and
17048 initializers.
17049 (Archive::armagt): New const.
17050 (Archive::setup): Remove task parameter.
17051 (Archive::unlock_nested_archives): New function.
17052 (Archive::read_header): Add nested_off parameter.
17053 (Archive::interpret_header): Likewise.
17054 (Archive::Nested_archive_table): New typedef.
17055 (Archive::is_thin_archive_): New field.
17056 (Archive::nested_archives_): New field.
17057 (Archive::options_): New field.
17058 (Archive::dirpath_): New field.
17059 (Archive::task_): New field.
17060 * readsyms.cc (Read_symbols::do_read_symbols): Add check
17061 for thin archives. Pass additional parameters to
17062 Archive::Archive. Unlock the archive file after calling
17063 Archive::setup.
cd536b21 17064
479f6503
ILT
170652008-03-29 Ian Lance Taylor <iant@google.com>
17066
686c8caf
ILT
17067 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
17068 version symbol to be local.
17069 * testsuite/ver_test_4.sh: New file.
17070 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
17071 (check_DATA): Add ver_test_4.syms.
17072 (ver_test_4.syms): New target.
17073 * testsuite/Makefile.in: Rebuild.
17074
ab794b6b
ILT
17075 * output.cc
17076 (Output_section::Input_section_sort_entry::has_priority): New
17077 function.
17078 (Output_section::Input_section_sort_entry::match_file_name): New
17079 function.
17080 (Output_section::Input_section_sort_entry::match_section_name):
17081 Remove.
17082 (Output_section::Input_section_sort_entry::match_section_name_prefix):
17083 Remove.
17084 (Output_section::Input_section_sort_entry::match_section_file):
17085 Remove.
17086 (Output_section::Input_section_sort_compare::operator()): Rewrite
17087 using new Input_section_sort_entry functions. Sort crtbegin and
17088 crtend first. Sort sections with no priority before sections with
17089 a priority.
17090 * testsuite/initpri1.c (d3): Check j != 4.
17091 (cd5): New constructor/destructor function.
17092 (main): Check j != 2.
17093
479f6503
ILT
17094 * symtab.cc (Symbol_table::add_from_object): If we don't use the
17095 new symbol when resolving, don't call set_is_default.
17096 * testsuite/ver_test_7.cc: New file.
17097 * testsuite/ver_test_7.sh: New file.
17098 * testsuite/Makefile.am (ver_test_7.so): New target.
17099 (ver_test_7.o): New target.
17100 (check_SCRIPTS): Add ver_test_7.sh.
17101 (check_DATA): Add ver_test_7.syms.
17102 (ver_test_7.syms): New target.
17103
2fd32231
ILT
171042008-03-28 Ian Lance Taylor <iant@google.com>
17105
17106 * layout.cc (Layout::layout): If we see an input section with a
17107 name that needs sorting, set the must_sort flag for the output
17108 section.
17109 (Layout::make_output_section): If the name of the output section
17110 indicates that it might require sorting, set the may_sort flag.
17111 * output.h (Output_section::may_sort_attached_input_sections): New
17112 function.
17113 (Output_section::set_may_sort_attached_input_sections): New
17114 function.
17115 (Output_section::must_sort_attached_input_sections): New
17116 function.
17117 (Output_section::set_must_sort_attached_input_sections): New
17118 function.
17119 (class Output_section): Declare Input_section_sort_entry. Define
17120 Input_section_sort_compare. Declare
17121 sort_attached_input_sections. Add new fields:
17122 may_sort_attached_input_sections_,
17123 must_sort_attached_input_sections_,
17124 attached_input_sections_are_sorted_.
17125 * output.cc (Output_section::Output_section): Initialize new
17126 fields.
17127 (Output_section::add_input_section): Add an entry to
17128 input_sections_ if may_sort or must_sort are true.
17129 (Output_section::set_final_data_size): Call
17130 sort_attached_input_sections if necessary.
17131 (Output_section::Input_section_sort_entry): Define new class.
17132 (Output_section::Input_section_sort_compare::operator()): New
17133 function.
17134 (Output_section::sort_attached_input_sections): New function.
17135 * configure.ac: Check whether the compiler supports constructor
17136 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
17137 * testsuite/initpri1.c: New file.
17138 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
17139 CONSTRUCTOR_PRIORITY.
17140 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
17141 (initpri1_LDFLAGS): New variable.
17142 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
17143
18e6b24e
ILT
171442008-03-27 Ian Lance Taylor <iant@google.com>
17145
49bdd526
ILT
17146 * common.cc (Sort_commons::operator): Correct sorting algorithm.
17147 * testsuite/common_test_1.c: New file.
17148 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
17149 (common_test_1_SOURCES): New variable.
17150 (common_test_1_DEPENDENCIES): New variable.
17151 (common_test_1_LDFLAGS): New variable.
17152
18e6b24e
ILT
17153 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
17154 and commons_ correctly when NAME/VERSION does not override
17155 NAME/NULL.
17156 * testsuite/ver_test_6.c: New file.
17157 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
17158 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
17159 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
17160
04bf7072
ILT
171612008-03-26 Ian Lance Taylor <iant@google.com>
17162
5871526f
ILT
17163 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
17164 of an undefined symbol from a version script.
17165 * testsuite/Makefile.am (ver_test_5.so): New target.
17166 (ver_test_5.o): New target.
17167 (check_SCRIPTS): Add ver_test_5.sh.
17168 (check_DATA): Add ver_test_5.syms.
17169 (ver_test_5.syms): New target.
17170 * testsuite/ver_test_5.cc: New file.
17171 * testsuite/ver_test_5.script: New file.
17172 * testsuite/ver_test_5.sh: New file.
17173 * Makefile.in, testsuite/Makefile.in: Rebuild.
17174
04bf7072
ILT
17175 PR gold/5986
17176 Fix problems building gold with gcc 4.3.0.
17177 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
17178 (gold_error_at_location, gold_warning_at_location): Use it.
17179 * configure.ac: Check whether we can compile and use a template
17180 function with a printf attribute.
17181 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
17182 when jumping over bytes.
17183 * object.cc: Instantiate Object::read_section_data.
17184 * debug.h: Include <cstring>
17185 * dwarf_reader.cc: Include <algorithm>
17186 * main.cc: Include <cstring>.
17187 * options.cc: Include <cstring>.
17188 * output.cc: Include <cstring>.
17189 * script.cc: Include <cstring>.
17190 * script.h: Include <string>.
17191 * symtab.cc: Include <cstring> and <algorithm>.
17192 * target-select.cc: Include <cstring>.
17193 * version.cc: Include <string>.
17194 * testsuite/testmain.cc: Include <cstdlib>.
17195 * configure, config.in: Rebuild.
17196
874c5b28
ILT
171972008-03-25 Ian Lance Taylor <iant@google.com>
17198
819d6c3a
ILT
17199 * options.cc: Include "../bfd/bfdver.h".
17200 (options::help): Print bug reporting address.
17201
f4b2c6f5
ILT
17202 * version.cc (print_version): Adjust output for current value of
17203 BFD_VERSION_STRING.
17204
17205 * NEWS: New file.
17206
e96caa79
ILT
17207 * options.cc (options::help): Print list of supported targets.
17208 * target-select.h: Include <vector>.
17209 (class Target_selector): Make machine_, size_, and is_big_endian_
17210 fields const. Add bfd_name_ and instantiated_target_ fields.
17211 (Target_selector::Target_selector): Add bfd_name parameter.
17212 (Target_selector::recognize): Make non-virtual, call
17213 do_recognize.
17214 (Target_selector::recognize_by_name): Make non-virtual, call
17215 do_recognize_by_name.
17216 (Target_selector::supported_names): New function.
17217 (Target_selector::bfd_name): New function.
17218 (Target_selector::do_instantiate_target): New pure virtual
17219 function.
17220 (Target_selector::do_recognize): New virtual function.
17221 (Target_selector::do_recognize_by_name): New virtual function.
17222 (Target_selector::instantiate_target): New private function.
17223 (supported_target_names): Declare.
17224 * target-select.cc (Target_selector::Target_selector): Update for
17225 new parameter and fields.
17226 (select_target_by_name): Check that the name matches before
17227 calling recognize_by_name.
17228 (supported_target_names): New function.
17229 * i386.cc (class Target_selector_i386): Update Target_selector
17230 constructor call. Remove recognize and recognize_by_name. Add
17231 do_instantiate_target.
17232 * x86_64.cc (class Target_selector_x86_64): Likewise.
17233 * testsuite/testfile.cc (class Target_selector_test): Update for
17234 changes to Target_selector.
17235
874c5b28
ILT
17236 * README: Rewrite, with some notes on unsupported features.
17237
0a65a3a7
CC
172382008-03-24 Cary Coutant <ccoutant@google.com>
17239
17240 * i386.cc (Target_i386::Got_type): New enum declaration.
17241 (Target_i386::Scan::local): Updated callers of Output_data_got
17242 member functions.
17243 (Target_i386::Scan::global): Likewise.
17244 (Target_i386::Relocate::relocate): Likewise.
17245 (Target_i386::Relocate::relocate_tls): Likewise.
17246 * object.h (Got_offset_list): New class.
17247 (Sized_relobj::local_has_got_offset): Added got_type parameter.
17248 (Sized_relobj::local_got_offset): Likewise.
17249 (Sized_relobj::set_local_got_offset): Likewise.
17250 (Sized_relobj::local_has_tls_got_offset): Removed.
17251 (Sized_relobj::local_tls_got_offset): Removed.
17252 (Sized_relobj::set_local_tls_got_offset): Removed.
17253 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
17254 * output.cc (Output_data_got::add_global): Added got_type parameter.
17255 (Output_data_got::add_global_with_rel): Likewise.
17256 (Output_data_got::add_global_with_rela): Likewise.
17257 (Output_data_got::add_global_pair_with_rel): New function.
17258 (Output_data_got::add_global_pair_with_rela): New function.
17259 (Output_data_got::add_local): Added got_type parameter.
17260 (Output_data_got::add_local_with_rel): Likewise.
17261 (Output_data_got::add_local_with_rela): Likewise.
17262 (Output_data_got::add_local_pair_with_rel): New function.
17263 (Output_data_got::add_local_pair_with_rela): New function.
17264 (Output_data_got::add_global_tls): Removed.
17265 (Output_data_got::add_global_tls_with_rel): Removed.
17266 (Output_data_got::add_global_tls_with_rela): Removed.
17267 (Output_data_got::add_local_tls): Removed.
17268 (Output_data_got::add_local_tls_with_rel): Removed.
17269 (Output_data_got::add_local_tls_with_rela): Removed.
17270 * output.h (Output_data_got::add_global): Added got_type parameter.
17271 (Output_data_got::add_global_with_rel): Likewise.
17272 (Output_data_got::add_global_with_rela): Likewise.
17273 (Output_data_got::add_global_pair_with_rel): New function.
17274 (Output_data_got::add_global_pair_with_rela): New function.
17275 (Output_data_got::add_local): Added got_type parameter.
17276 (Output_data_got::add_local_with_rel): Likewise.
17277 (Output_data_got::add_local_with_rela): Likewise.
17278 (Output_data_got::add_local_pair_with_rel): New function.
17279 (Output_data_got::add_local_pair_with_rela): New function.
17280 (Output_data_got::add_global_tls): Removed.
17281 (Output_data_got::add_global_tls_with_rel): Removed.
17282 (Output_data_got::add_global_tls_with_rela): Removed.
17283 (Output_data_got::add_local_tls): Removed.
17284 (Output_data_got::add_local_tls_with_rel): Removed.
17285 (Output_data_got::add_local_tls_with_rela): Removed.
17286 * resolve.cc (Symbol::override_base_with_special): Removed
17287 reference to has_got_offset_ field.
17288 * symtab.cc (Symbol::init_fields): Replaced initialization
17289 of got_offset_ with got_offsets_. Removed initialization
17290 of has_got_offset_
53fcba31 17291 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
17292 (Symbol::got_offset): Likewise.
17293 (Symbol::set_got_offset): Likewise.
17294 (Symbol::has_tls_got_offset): Removed.
17295 (Symbol::tls_got_offset): Removed.
17296 (Symbol::set_tls_got_offset): Removed.
17297 (Symbol::got_offset_): Removed.
17298 (Symbol::tls_mod_got_offset_): Removed.
17299 (Symbol::tls_pair_got_offset_): Removed.
17300 (Symbol::got_offsets_): New field.
17301 (Symbol::has_got_offset): Removed.
17302 (Symbol::has_tls_mod_got_offset): Removed.
17303 (Symbol::has_tls_pair_got_offset): Removed.
17304 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
17305 (Target_x86_64::Scan::local): Updated callers of Output_data_got
17306 member functions.
17307 (Target_x86_64::Scan::global): Likewise.
17308 (Target_x86_64::Relocate::relocate): Likewise.
17309 (Target_x86_64::Relocate::relocate_tls): Likewise.
17310
bd52eafb
BE
173112008-03-25 Ben Elliston <bje@au.ibm.com>
17312
17313 * yyscript.y: Fix spelling error in comment.
17314
8b105e34
ILT
173152008-03-24 Ian Lance Taylor <iant@google.com>
17316
8ed814a9
ILT
17317 * options.h (class General_options): Define build_id option.
17318 * layout.h (class Layout): Declare write_build_id, create_note,
17319 create_build_id. Add build_id_note_ member.
17320 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
17321 "libiberty.h", "md5.h", "sha1.h".
17322 (Layout::Layout): Initialize eh_frame_data_,
17323 eh_frame_hdr_section_, and build_id_note_.
17324 (Layout::finalize): Call create_build_id.
17325 (Layout::create_note): New function, broken out of
17326 Layout::create_gold_note.
17327 (Layout::create_gold_note): Call create_note.
17328 (Layout::create_build_id): New function.
17329 (Layout::write_build_id): New function.
17330 (Close_task_runner::run): Call write_build_id.
17331
8b105e34
ILT
17332 * x86_64.cc: Correct license to GPLv3.
17333
086a1841
ILT
173342008-03-23 Ian Lance Taylor <iant@google.com>
17335
17336 * options.cc: Include "demangle.h".
17337 (parse_optional_string): New function.
17338 (parse_long_option): Handle takes_optional_argument.
17339 (parse_short_option): Update dash_z initializer. Handle
17340 takes_optional_argument.
17341 (General_options::General_options): Initialize do_demangle_.
17342 (General_options::finalize): Set do_demangle_. Handle demangling
17343 style.
17344 * options.h (parse_optional_string): Declare.
17345 (struct One_option): Add optional_arg field. Update constructor.
17346 Update call constructor calls. Add takes_optional_argument
17347 function.
17348 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
17349 (DEFINE_optional_string): Define.
17350 (General_options::demangle): Change from DEFINE_bool to
17351 DEFINE_optional_string.
17352 (General_options::no_demangle): New function.
17353 (General_options::do_demangle): New function.
17354 (General_options::set_do_demangle): New function.
17355 (General_options::execstack_status_): Move definition to end of
17356 class definition.
17357 (General_options::static_): Likewise.
17358 (General_options::do_demangle_): New field.
17359 * object.cc (big_endian>::get_symbol_location_info): Call
17360 Options::do_demangle, not Options::demangle.
17361 * symtab.cc (demangle): Likewise.
17362
cbb93e63
ILT
173632008-03-22 Ian Lance Taylor <iant@google.com>
17364
17365 * gold.h: Include <cstddef> and <sys/types.h>
17366 * options.h: Include <cstring>.
17367
ec531623
ILT
173682008-03-21 Ian Lance Taylor <iant@google.com>
17369
17370 * Added source code to GNU binutils.
752937aa 17371\f
b90efa5b 17372Copyright (C) 2008-2015 Free Software Foundation, Inc.
752937aa
NC
17373
17374Copying and distribution of this file, with or without modification,
17375are permitted in any medium without royalty provided the copyright
17376notice and this notice are preserved.
17377
17378Local Variables:
17379mode: change-log
17380left-margin: 8
17381fill-column: 74
17382version-control: never
17383End:
This page took 1.121585 seconds and 4 git commands to generate.