1 2016-11-22 Ambrogino Modigliani <ambrogino.modigliani@gmail.com>
3 * configure: Regenerate.
5 2016-11-21 Cary Coutant <ccoutant@gmail.com>
8 * gold.cc (queue_middle_tasks): Force valid target earlier.
10 2016-11-21 Igor Kudrin <ikudrin@accesssoftek.com>
12 * layout.cc: Include windows.h and rpcdce.h (for MinGW32).
13 (Layout::create_build_id): Generate uuid using UuidCreate().
15 2016-11-04 Loïc Yhuel <loic.yhuel@softathome.com>
17 * configure.ac: add missing '$'.
18 * configure: Regenerate.
20 2016-10-21 Gergely Nagy <ngg@tresorit.com>
23 * icf.cc (match_sections): Add new parameter section_addraligns.
24 Check section alignment and keep the section with the strictest
26 (find_identical_sections): New local variable section_addraligns.
27 Store each section's alignment.
28 * testsuite/pr17704a_test.s: New file.
29 * testsuite/Makefile.am (pr17704a_test): New test.
30 * testsuite/Makefile.in: Regenerate.
32 2016-10-06 Alan Modra <amodra@gmail.com>
34 * powerpc.cc (Target_powerpc::Relocate::relocate): Add fall
36 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
38 2016-10-06 Alan Modra <amodra@gmail.com>
40 * aarch64.cc: Spell fall through comments as "// Fall through.".
43 * powerpc.cc: Likewise.
46 * x86_64.cc: Likewise.
47 * powerpc.cc (Target_powerpc::Relocate::relocate): Add missing
48 fall through comments.
49 * sparc.cc: (Target_sparc::Scan::global): Likewise.
50 (Target_sparc::Relocate::relocate): Likewise.
51 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
52 * resolve.cc (symbol_to_bits): Add missing break.
54 2016-09-26 Cary Coutant <ccoutant@gmail.com>
57 * symtab.cc (Symbol_table::define_default_version): Check that
58 unversioned symbol is defined.
60 2016-09-26 Vlad Zakharov <vzakhar@synopsys.com>
62 * Makefile.in: Regenerate.
63 * configure: Likewise.
64 * testsuite/Makefile.in: Likewise.
66 2016-09-26 Alan Modra <amodra@gmail.com>
68 * aarch64.cc (Target_aarch64::is_erratum_835769_sequence): Avoid
70 * output.cc (Output_segment::set_section_addresses): Likewise.
71 * testsuite/Makefile.in: Regenerate.
73 2016-09-02 Doug Kwan <dougkwan@google.com>
75 * arm.cc (Target_arm::Target_arm): Move method definition outside of
76 class definition. Add code to handle --target1-rel, --target1-abs
77 and --target2= options.
78 (Target_arm::get_reloc_reloc_type): Change method to be non-static
80 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
82 (Target_arm::Scan::local, Target_arm::Scan::global,
83 Target_arm::Relocate::relocate,
84 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
85 call to Target_arm::get_real_reloc_type.
86 (Target_arm::get_real_reloc_type): Use command line options to
87 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
88 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
91 2016-08-31 Alan Modra <amodra@gmail.com>
93 * powerpc.cc (class Stub_control): Delete stub14_group_size_
94 and has14_. Add group_size_.
95 (Stub_control::can_add_to_stub_group): Adjust to suit. Print
96 debug info when switching to adding sections before stubs.
98 2016-08-31 Alan Modra <amodra@gmail.com>
100 * debug.h (DEBUG_TARGET): New.
101 (DEBUG_ALL): Add DEBUG_TARGET.
102 (gold_debug): Delete FORMAT param.
103 * powerpc.cc (Stub_control::can_add_to_stub_group): Print debug ourput.
105 2016-08-30 Alan Modra <amodra@gmail.com>
108 * powerpc.cc (class Stub_control): Add has14_. Comment owner_.
109 (Stub_control::can_add_to_stub_group): Correct grouping of
110 sections containing 14-bit external branches. When returning
111 false, set state_ to reflect the fact that we have one section
112 for the next group. Rewrite most of function for clarity.
113 Add and expand comments.
114 (Target_powerpc::do_relax): Print stub group size retry in hex.
116 2016-08-26 Han Shen <shenhan@google.com>
118 PR gold/20529 - relaxing loop never ends.
120 * powerpc.cc (Stub_table::min_size_threshold_): New member to
122 (Stub_table::set_min_size_threshold): New member function.
123 (Stub_table::set_address_and_size): Add code to only allow size
125 (Target_powerpc::do_relax): Add code to record last size.
127 2016-08-23 Roland McGrath <roland@hack.frob.com>
129 * options.h (General_options): Grok -z stack-size.
130 * output.h (Output_segment::set_size): New method.
131 * layout.cc (Layout::create_executable_stack_info): Renamed to ...
132 (Layout::create_stack_segment): ... this. Always create the
133 segment if -z stack-size was used.
134 (Layout::set_segment_offsets): Don't call ->set_offset on the
135 PT_GNU_STACK segment.
137 2016-08-15 Bharathi Seshadri <bseshadr@cisco.com>
139 * options.h (General_options): Add --be8 option.
140 * arm.cc (Arm_relobj::do_relocate_sections): Add code to swap for be8.
141 (Output_data_plt_arm_standard::do_fill_first_plt_entry): Likewise.
142 (Output_data_plt_arm_short::do_fill_plt_entry): Likewise.
143 (Output_data_plt_arm_long::do_fill_plt_entry): Likewise.
144 (Target_arm::do_adjust_elf_header): Do EF_ARM_BE8 adjustment.
146 2016-08-17 Cary Coutant <ccoutant@gmail.com>
148 * i386.cc (Target_i386): Reset skip_call_tls_get_addr_ after printing
150 * testsuite/Makefile.am (pr20216a): Add missing dependencies.
151 (pr20308a): Add -Bgcctestdir/ to compile rules.
152 * testsuite/Makefile.in: Regenerate.
154 2016-08-12 Roland McGrath <roland@hack.frob.com>
157 * script-sections.cc (Script_sections::release_segments):
158 Reset this->segments_created_.
160 2016-08-12 Roland McGrath <roland@hack.frob.com>
162 * yyscript.y (HIDDEN): New %token.
163 (assignment): Handle HIDDEN(string = expr) syntax.
164 * script.cc (script_keyword_parsecodes): Add HIDDEN.
166 2016-08-10 Cary Coutant <ccoutant@gmail.com>
169 * x86_64.cc (Target_x86_64::Relocate::relocate): Add check for
170 R_X86_64_GOTPCREL. Reset skip_call_tls_get_addr_ after printing
172 * testsuite/Makefile.am (pr20216_gd.o): Add -Bgcctestdir/.
173 (pr20216_ld.o): Likewise.
174 * testsuite/Makefile.in: Regenerate.
176 2016-08-10 James Clarke <jrtc27@jrtc27.com>
179 * symtab.cc (Symbol_table::add_from_relobj): Handle NULL symbols,
180 which will be present for STT_SPARC_REGISTER.
181 (Symbol_table::add_from_pluginobj): Likewise.
182 (Symbol_table::add_from_dynobj): Likewise.
183 (Symbol_table::add_from_incrobj): Removed dead code.
185 2016-08-10 James Clarke <jrtc27@jrtc27.com>
188 * sparc.cc (Target_sparc::Relocate::relocate): R_SPARC_GOTDATA_OP_LOX10
189 should fall back on R_SPARC_GOT10, not R_SPARC_GOT13.
191 2016-08-10 James Clarke <jrtc27@jrtc27.com>
194 * sparc.cc (Target_sparc::Scan::check_non_pic): Allow R_SPARC_32 on
197 2016-06-29 Cary Coutant <ccoutant@gmail.com>
200 * testsuite/dynamic_list.sh: Remove check for _ZdlPv.
202 2016-06-29 Cary Coutant <ccoutant@gmail.com>
204 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add eh_test_2.
205 * testsuite/Makefile.in: Regenerate.
207 2016-06-30 Alan Modra <amodra@gmail.com>
209 * testsuite/Makefile.am (memory_test, memory_test_2): Pass
210 -Wl,-z to gcc, not plain -z.
211 * testsuite/Makefile.in: Regenerate.
213 2016-06-29 H.J. Lu <hongjiu.lu@intel.com>
216 * i386.cc (Target_i386::Relocate::relocate): Allow
217 R_386_GOT32X relocation against ___tls_get_addr.
218 (Target_i386::Relocate::tls_gd_to_ie): Support indirect
219 call to __tls_get_addr.
220 (Target_i386::Relocate::tls_gd_to_le): Likewise.
221 (Target_i386::Relocate::tls_ld_to_le): Likewise.
222 * testsuite/Makefile.am (check_PROGRAMS): Add pr20308a_test,
223 pr20308b_test, pr20308c_test, pr20308d_test, pr20308e_test.
224 (pr20308a_test_SOURCES): New.
225 (pr20308a_test_DEPENDENCIES): Likewise.
226 (pr20308a_test_CFLAGS): Likewise.
227 (pr20308a_test_LDFLAGS): Likewise.
228 (pr20308a_test_LDADD): Likewise.
229 (pr20308b_test_SOURCES): Likewise.
230 (pr20308b_test_DEPENDENCIES): Likewise.
231 (pr20308b_test_CFLAGS): Likewise.
232 (pr20308b_test_LDFLAGS): Likewise.
233 (pr20308b_test_LDADD): Likewise.
234 (pr20308c_test_SOURCES): Likewise.
235 (pr20308c_test_DEPENDENCIES): Likewise.
236 (pr20308c_test_CFLAGS): Likewise.
237 (pr20308c_test_LDFLAGS): Likewise.
238 (pr20308c_test_LDADD): Likewise.
239 (pr20308d_test_SOURCES): Likewise.
240 (pr20308d_test_DEPENDENCIES): Likewise.
241 (pr20308d_test_CFLAGS): Likewise.
242 (pr20308d_test_LDFLAGS): Likewise.
243 (pr20308d_test_LDADD): Likewise.
244 (pr20308e_test_SOURCES): Likewise.
245 (pr20308e_test_DEPENDENCIES): Likewise.
246 (pr20308e_test_CFLAGS): Likewise.
247 (pr20308e_test_LDFLAGS): Likewise.
248 (pr20308e_test_LDADD): Likewise.
249 (pr20308a.so): Likewise.
250 (pr20308b.so): Likewise.
251 (pr20308_gd.o): Likewise.
252 (pr20308_ld.o): Likewise.
253 (MOSTLYCLEANFILES): Add pr20308a.so pr20308b.so.
254 * testsuite/Makefile.in: Regenerated.
255 * testsuite/pr20308_def.c: New file.
256 * testsuite/pr20308_gd.S: Likewise.
257 * testsuite/pr20308_ld.S: Likewise.
258 * testsuite/pr20308_main.c: Likewise.
260 2016-06-29 H.J. Lu <hongjiu.lu@intel.com>
263 * configure.ac (DEFAULT_TARGET_X86_64_OR_X32): New
265 * configure: Regenerated.
266 * x86_64.cc (Target_x86_64<size>::Relocate::relocate): Allow
267 R_X86_64_GOTPCRELX relocation against __tls_get_addr.
268 (Target_x86_64<size>::Relocate::tls_gd_to_ie): Support indirect
269 call to __tls_get_addr.
270 (Target_x86_64<size>::Relocate::tls_gd_to_le): Likewise.
271 (Target_x86_64<size>::Relocate::tls_ld_to_le): Likewise.
272 * testsuite/Makefile.am (check_PROGRAMS): Add pr20216a_test,
273 pr20216b_test, pr20216c_test, pr20216d_test, pr20216e_test.
274 (pr20216a_test_SOURCES): New.
275 (pr20216a_test_DEPENDENCIES): Likewise.
276 (pr20216a_test_CFLAGS): Likewise.
277 (pr20216a_test_LDFLAGS): Likewise.
278 (pr20216a_test_LDADD): Likewise.
279 (pr20216b_test_SOURCES): Likewise.
280 (pr20216b_test_DEPENDENCIES): Likewise.
281 (pr20216b_test_CFLAGS): Likewise.
282 (pr20216b_test_LDFLAGS): Likewise.
283 (pr20216b_test_LDADD): Likewise.
284 (pr20216c_test_SOURCES): Likewise.
285 (pr20216c_test_DEPENDENCIES): Likewise.
286 (pr20216c_test_CFLAGS): Likewise.
287 (pr20216c_test_LDFLAGS): Likewise.
288 (pr20216c_test_LDADD): Likewise.
289 (pr20216d_test_SOURCES): Likewise.
290 (pr20216d_test_DEPENDENCIES): Likewise.
291 (pr20216d_test_CFLAGS): Likewise.
292 (pr20216d_test_LDFLAGS): Likewise.
293 (pr20216d_test_LDADD): Likewise.
294 (pr20216e_test_SOURCES): Likewise.
295 (pr20216e_test_DEPENDENCIES): Likewise.
296 (pr20216e_test_CFLAGS): Likewise.
297 (pr20216e_test_LDFLAGS): Likewise.
298 (pr20216e_test_LDADD): Likewise.
299 (pr20216a.so): Likewise.
300 (pr20216b.so): Likewise.
301 (pr20216_gd.o): Likewise.
302 (pr20216_ld.o): Likewise.
303 (MOSTLYCLEANFILES): Add pr20216a.so pr20216b.so.
304 * testsuite/Makefile.in: Regenerated.
305 * testsuite/pr20216_def.c: New file.
306 * testsuite/pr20216_gd.S: Likewise.
307 * testsuite/pr20216_ld.S: Likewise.
308 * testsuite/pr20216_main.c: Likewise.
310 2016-06-29 Alan Modra <amodra@gmail.com>
312 * script_test_12.t: Delete .plt, specify 64k page size.
313 * script_test_12i.t: Likewise.
315 2016-06-29 Alan Modra <amodra@gmail.com>
317 * testsuite/plugin_layout_with_alignment.c: Explicitly align all
320 2016-06-29 Alan Modra <amodra@gmail.com>
322 * testsuite/Makefile.am (copy_test_protected): Disable for powerpc.
323 * testsuite/Makefile.in: Regenerate.
325 2016-06-28 Igor Kudrin <ikudrin@accesssoftek.com>
327 * aarch64-reloc.def (NONE): New relocation.
328 * aarch64.cc (Target_aarch64::Scan::local): Handle R_AARCH64_NONE.
329 (Target_aarch64::Scan::global): Likewise.
330 * testsuite/Makefile.am (aarch64_reloc_none): New test.
331 * testsuite/Makefile.in: Regenerate.
332 * testsuite/aarch64_reloc_none.s: New test source file.
333 * testsuite/aarch64_reloc_none.sh: New test script.
335 2016-06-28 Sriraman Tallam <tmsriram@google.com>
337 * x86_64.cc (Lazy_view): New class.
338 (can_convert_mov_to_lea): Templatize function. Make the function
339 check for appropriate relocation types and use the view parameter
340 to get section contents.
341 (can_convert_callq_to_direct): New function.
342 (Target_x86_64<size>::Scan::global): Refactor.
343 (Target_x86_64<size>::Relocate::relocate): Refactor. Change any indirect
344 call via GOT that can be converted.
345 * testsuite/Makefile.am (x86_64_indirect_call_to_direct.sh): New test.
346 * testsuite/Makefile.in: Regenerate.
347 * testsuite/x86_64_indirect_call_to_direct1.s: New file.
348 * testsuite/x86_64_indirect_jump_to_direct1.s: New file.
350 2016-06-28 Igor Kudrin <ikudrin@accesssoftek.com>
352 * aarch64.cc (Target_aarch64::Scan::local): Move the call to got_section
353 from the top level to the places of its use.
355 2016-06-28 Igor Kudrin <ikudrin@accesssoftek.com>
358 * script-c.h (Sort_wildcard): Add SORT_WILDCARD_BY_INIT_PRIORITY.
359 * script-sections.cc (Input_section_sorter::get_init_priority): New method.
360 (Input_section_sorter::operator()): Handle SORT_WILDCARD_BY_INIT_PRIORITY.
361 (Output_section_element_input::print): Likewise.
362 * script.cc (script_keyword_parsecodes): Add entry SORT_BY_INIT_PRIORITY.
363 * yyscript.y (SORT_BY_INIT_PRIORITY): New token.
364 (wildcard_section): Handle SORT_BY_INIT_PRIORITY.
366 * testsuite/Makefile.am (script_test_14): New test.
367 * testsuite/Makefile.in: Regenerate.
368 * testsuite/script_test_14.s: New test source file.
369 * testsuite/script_test_14.sh: New test script.
370 * testsuite/script_test_14.t: New test linker script.
372 2016-06-28 James Clarke <jrtc27@jrtc27.com>
374 * sparc.cc (Target_sparc::Scan::local): Don't convert R_SPARC_32
375 to R_SPARC_RELATIVE if class is ELFCLASS64.
376 (Target_sparc::Scan::global): Likewise.
378 2016-06-23 Cary Coutant <ccoutant@gmail.com>
379 Igor Kudrin <ikudrin@accesssoftek.com>
383 (Output_section_element_input::set_section_addresses): Keep bin_count
384 separate from input_pattern_count.
385 * testsuite/script_test_12.t: Add another section .x4.
386 * testsuite/script_test_12i.t: Likewise.
387 * testsuite/script_test_12a.c: Likewise.
388 * testsuite/script_test_12b.c: Likewise.
390 2016-06-23 Igor Kudrin <ikudrin@accesssoftek.com>
392 * gold-threads.cc (impl_threads::Lock_impl_threads): Fix typos.
394 2016-06-22 H.J. Lu <hongjiu.lu@intel.com>
397 * NEWS: Mention --enable-relro.
398 * configure.ac: Add --enable-relro.
399 (DEFAULT_LD_Z_RELRO): New. Set by --enable-relro and default
401 * config.in: Regenerated.
402 * configure: Likewise.
403 * options.h (General_options::relro): Default to
406 2016-06-20 Cary Coutant <ccoutant@gmail.com>
408 * NEWS: Add new features in 1.12.
409 * version.cc (version_string): Bump to 1.12.
411 2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
414 * i386.cc (Target_i386::first_plt_entry_offset): Return 0 if
416 (Target_i386::plt_entry_size): Likewise.
417 (Target_x86_64<size>::first_plt_entry_offset): Likewise.
418 (Target_x86_64<size>::plt_entry_size): Likewise.
420 2016-06-20 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
422 * mips.cc (Target_mips::Target_mips): Initialize rld_map_.
423 (Target_mips::rld_map_): New data member.
424 (Target_mips::do_finalize_sections): Add support for
425 DT_MIPS_RLD_MAP and DT_MIPS_RLD_MAP_REL dynamic tags,
426 .rld_map section, and __RLD_MAP symbol.
427 (Target_mips::do_dynamic_tag_custom_value): Add support for
428 DT_MIPS_RLD_MAP_REL dynamic tag.
429 * output.cc (Output_data_dynamic::get_entry_offset): New method
431 * output.h (Output_data_dynamic::get_entry_offset): New method
434 2016-06-20 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
436 * mips.cc (Mips_relocate_functions::relpc16): Add unaligned check.
438 2016-06-20 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
440 * mips.cc (relocation_needs_la25_stub): Add support for relocs:
441 R_MIPS_PC21_S2 and R_MIPS_PC26_S2.
442 (hi16_reloc): Add support for R_MIPS_PCHI16 relocation.
443 (is_matching_lo16_reloc): Likewise.
444 (lo16_reloc): Add support for R_MIPS_PCLO16 relocation.
445 (Mips_output_data_plt::plt_entry_r6): New static data member for
447 (Target_mips::is_output_r6): New method.
448 (Target_mips::Mips_mach): Add new enum constants.
449 (Mips_relocate_functions::Status): Likewise.
450 (Mips_relocate_functions::pchi16_relocs): New static data member.
451 (Mips_relocate_functions::relpc21): New method.
452 (Mips_relocate_functions::relpc26): Likewise.
453 (Mips_relocate_functions::relpc18): Likewise.
454 (Mips_relocate_functions::relpc19): Likewise.
455 (Mips_relocate_functions::relpchi16): Likewise.
456 (Mips_relocate_functions::do_relpchi16): Likewise.
457 (Mips_relocate_functions::relpclo16): Likewise.
458 (Mips_output_data_plt::do_write): Add support for Mips r6 plt
460 (Target_mips::mips_32bit_flags): Add E_MIPS_ARCH_32R6 support.
461 (Target_mips::elf_mips_mach): Add E_MIPS_ARCH_32R6 and
462 E_MIPS_ARCH_64R6 support.
463 (Target_mips::update_abiflags_isa): Likewise.
464 (mips_get_size_for_reloc): Add support for relocs: R_MIPS_PCHI16,
465 R_MIPS_PCLO16, R_MIPS_PC21_S2, R_MIPS_PC26_S2, R_MIPS_PC18_S3 and
467 (Target_mips::Scan::local): Add support for relocs: R_MIPS_PCHI16
469 (Target_mips::Scan::global): Add support for relocs:
470 R_MIPS_PC21_S2 and R_MIPS_PC26_S2.
471 (Target_mips::Relocate::relocate): Call functions for resolving
472 Mips32r6 and Mips64r6 relocations, and print error message for
473 STATUS_PCREL_UNALIGNED.
474 (Target_mips::Scan::get_reference_flags): Add support for relocs:
475 R_MIPS_PCHI16, R_MIPS_PCLO16, R_MIPS_PC21_S2, R_MIPS_PC26_S2,
476 R_MIPS_PC18_S3 and R_MIPS_PC19_S2.
477 (Target_mips::elf_mips_mach_name): Add E_MIPS_ARCH_32R6 and
478 E_MIPS_ARCH_64R6 support.
480 2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
483 * testsuite/script_test_2.t: Add .got.plt after .got.
485 2016-06-10 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
487 * mips.cc (struct Mips_abiflags): New struct.
488 (Mips_relobj::Mips_relobj): Initialize attributes_section_data_
490 (Mips_relobj::~Mips_relobj): Delete object pointed by
491 attributes_section_data_.
492 (Mips_relobj::abiflags): New method.
493 (Mips_relobj::attributes_section_data): Likewise.
494 (Mips_relobj::attributes_section_data_): New data member.
495 (Mips_relobj::abiflags_): Likewise.
496 (class Mips_output_section_abiflags): New class.
497 (Target_mips::Target_mips): Initialize attributes_section_data_,
498 abiflags_ and has_abiflags_section_.
499 (Target_mips::do_should_include_section): Don't emit input
500 .MIPS.abiflags sections to output .MIPS.abiflags.
501 (Target_mips::Mips_mach): Add new enum constants.
502 (Target_mips::mips_isa_ext_mach): New method.
503 (Target_mips::mips_isa_ext): Likewise.
504 (Target_mips::update_abiflags_isa): Likewise.
505 (Target_mips::infer_abiflags): Likewise.
506 (Target_mips::create_abiflags): Likewise.
507 (Target_mips::fp_abi_string): Likewise.
508 (Target_mips::select_fp_abi): Likewise.
509 (Target_mips::merge_obj_attributes): Likewise.
510 (Target_mips::merge_obj_abiflags): Likewise.
511 (Target_mips::level_rev): Likewise.
512 (Target_mips::merge_obj_e_flags): Rename from
513 merge_processor_specific_flags. Remove dyn_obj argument,
514 call update_abiflags_isa when needed, compare NaN encodings and
516 (Target_mips::add_machine_extensions): Add two machine extensions
518 (Target_mips::attributes_section_data_): New data member.
519 (Target_mips::abiflags_): Likewise.
520 (Target_mips::has_abiflags_section_): Likewise.
521 (Mips_relobj::do_read_symbols): Read .gnu.attributes and
522 .MIPS.abiflags sections if they exists.
523 (Target_mips::elf_mips_mach): Add E_MIPS_MACH_5900 and
524 E_MIPS_MACH_OCTEON3 support.
525 (Target_mips::do_adjust_elf_header): Setup EI_ABIVERSION flag.
526 (Target_mips::do_finalize_sections): Merge .gnu.attributes and
527 .MIPS.abiflags sections from input. Create these sections if
529 (Target_mips::elf_mips_mach_name): Add E_MIPS_MACH_5900 and
530 E_MIPS_MACH_OCTEON3 support, and change strings for
531 E_MIPS_MACH_LS2E, E_MIPS_MACH_LS2F and E_MIPS_MACH_LS3A just
534 2016-06-10 Vladimir Radosavljevic <Vladimir.Radosavljevic@imgtec.com>
536 * mips.cc (Mips_relobj::Mips_relobj): Initialize
537 has_reginfo_section_.
538 (Mips_relobj::has_reginfo_section_): New data member.
539 (Mips_relobj::has_reginfo_section): New method.
540 (class Mips_output_section_reginfo): Change base class to
541 Output_section_data, and set masks of the output .reginfo section
543 (Mips_output_section_reginfo::as_mips_output_section_reginfo):
545 (Mips_output_section_reginfo::set_masks): Likewise.
546 (Mips_output_section_reginfo::set_final_data_size): Likewise.
547 (Mips_output_section_reginfo::do_print_to_mapfile): New method.
548 (Target_mips::do_make_output_section): Remove.
549 (Mips_relobj::do_read_symbols): Set has_reginfo_section_ to true
550 if the object contains a .reginfo section.
551 (Target_mips::do_finalize_sections): Create a .reginfo output
554 2016-06-09 Artemiy Volkov <artemiyv@acm.org>
556 * mips.cc (Mips_output_data_got::do_write): Add missing template
559 2016-05-30 Marcin Kościelnicki <koriakin@0x04.net>
562 * s390.cc (Target_s390::ss_code_st_r14): Removed.
563 (Target_s390::ss_code_l_r14): Removed.
564 (Target_s390::ss_code_ear): Removed.
565 (Target_s390::ss_code_c): Removed.
566 (Target_s390::ss_match_st_r14): New function.
567 (Target_s390::ss_match_l_r14): New function.
568 (Target_s390::ss_match_mcount): Call ss_match_{l,st}_r14 instead
569 of matching code directly.
570 (Target_s390::ss_match_ear): New function.
571 (Target_s390::ss_match_c): New function.
572 (Target_s390::do_calls_non_split): Call ss_match_{ear,c} instead
573 of matching code directly.
575 2016-05-19 Cary Coutant <ccoutant@gmail.com>
578 * copy-relocs.cc (Copy_relocs::make_copy_reloc): Add object
579 parameter; check for protected symbol.
580 * copy-relocs.h (Copy_relocs::make_copy_reloc): Add object parameter.
581 * mips.cc (Mips_copy_relocs): Adjust call to make_copy_reloc.
582 * symtab.cc (Symbol::init_fields): Initialize is_protected_.
583 (Symbol_table::add_from_dynobj): Mark protected symbols.
584 * symtab.h (Symbol::is_protected): New method.
585 (Symbol::set_is_protected): New method.
586 (Symbol::is_protected_): New data member.
588 * testsuite/Makefile.am (copy_test_protected): New test.
589 * testsuite/Makefile.in: Regenerate.
590 * testsuite/copy_test.cc (main): Add legal reference to protected
592 * testsuite/copy_test_v1.cc (main): Likewise.
593 * testsuite/copy_test_2.cc (ip): Add protected symbol.
594 * testsuite/copy_test_protected.cc: New test source file.
595 * testsuite/copy_test_protected.sh: New test script.
597 2016-05-19 Vladimir Radosavljevic <vladimir.radosavljevic@imgtec.com>
599 * mips.cc (Mips_got_entry::Mips_got_entry): Remove object argument
600 for global got symbols, and set addend to 0.
601 (Mips_got_entry::hash): Change hash algorithm.
602 (Mips_got_entry::equals): Refactor.
603 (Mips_got_entry::object): Return input object for local got symbols
605 (Mips_got_entry::addend): Change return of the relocation addend.
606 (Mips_got_entry::addend_): Move from union d.
607 (Mips_got_entry::object_): Move into union d.
608 (class Mips_symbol_hash): New class.
609 (Mips_got_info::Global_got_entry_set): New type.
610 (Mips_got_info::global_got_symbols): Change return type to
611 Global_got_entry_set.
612 (Mips_got_info::global_got_symbols_): Change type to
613 Global_got_entry_set.
614 (Mips_symbol::hash): New method.
615 (Mips_output_data_la25_stub::symbols_): Change type to std::vector.
616 (Mips_output_data_mips_stubs::Mips_stubs_entry_set): New type.
617 (Mips_output_data_mips_stubs::symbols_): Change type to
618 Mips_stubs_entry_set.
619 (Mips_got_info::record_global_got_symbol): Don't pass object
620 argument when creating global got symbol.
621 (Mips_got_info::record_got_entry): Remove find before inserting
623 (Mips_got_info::add_reloc_only_entries): Change type of iterator
624 to Global_got_entry_set.
625 (Mips_got_info::count_got_symbols): Likewise.
626 (Mips_output_data_la25_stub::create_la25_stub): Use push_back
627 for adding entries to symbols_.
628 (Mips_output_data_la25_stub::do_write): Change type of iterator
630 (Mips_output_data_mips_stubs::set_lazy_stub_offsets): Change type
631 of iterator to Mips_stubs_entry_set.
632 (Mips_output_data_mips_stubs::set_needs_dynsym_value): Likewise.
633 (Mips_output_data_mips_stubs::do_write): Likewise.
635 2016-05-06 Han Shen <shenhan@google.com>
639 * aarch64-reloc.def: New relocation type.
640 * aarch64.cc (AArch64_relocate_functions::Page): Changed to public.
641 (Target_aarch64::Scan::local): Add R_AARCH64_LD64_GOTPAGE_LO15.
642 (Target_aarch64::Scan::global): Add R_AARCH64_LD64_GOTPAGE_LO15.
643 (Target_aarch64::Relocate::relocate): Implement R_AARCH64_LD64_GOTPAGE_LO15.
645 2016-04-28 Nick Clifton <nickc@redhat.com>
647 * po/zh_CN.po: Updated Chinese (simplified) translation.
649 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
651 * Makefile.in: Regenerated with automake 1.11.6.
652 * aclocal.m4: Likewise.
653 * testsuite/Makefile.in: Likewise.
655 2016-03-30 Cary Coutant <ccoutant@gmail.com>
658 * symtab.cc (Symbol_table::define_default_version): Check for case
659 where symbols are both in different shared objects.
661 2016-03-27 Cary Coutant <ccoutant@gmail.com>
664 * i386.cc (Target_i386): Add check for fully-resolved symbol for
667 2016-03-22 Nick Clifton <nickc@redhat.com>
669 * configure: Regenerate.
671 2016-03-21 Cary Coutant <ccoutant@gmail.com>
674 * errors.cc (Errors::undefined_symbol): Add info message when
675 symbol should have been provided by a plugin.
676 * target-reloc.h (issue_undefined_symbol_error): Check for
677 placeholder symbols defined in discarded sections.
678 * testsuite/Makefile.am (plugin_test_9b): New test case.
679 * testsuite/Makefile.in: Regenerate.
680 * testsuite/plugin_test_9b_elf.cc: New test source file.
681 * testsuite/plugin_test_9b_ir.cc: New test source file.
683 2016-03-20 Cary Coutant <ccoutant@gmail.com>
686 * ehframe.cc (Eh_frame::read_fde): Check for dropped functions.
687 * testsuite/Makefile.am (eh_test_2): New test.
688 * testsuite/Makefile.in: Regenerate.
689 * testsuite/eh_test_2.sh: New test script.
690 * testsuite/eh_test_a.cc (bar): Make it comdat.
691 * testsuite/eh_test_b.cc (bar): Add a duplicate copy.
693 2016-03-18 Vladimir Radosavljevic <vladimir.radosavljevic@imgtec.com>
695 * mips.cc (Mips_relobj::is_n64_): Remove.
696 (Target_mips::ei_class_): Likewise.
697 (Mips_relobj::is_newabi): Call methods.
698 (Mips_relobj::is_n64): Change checking for N64 ABI.
699 (Target_mips::is_output_n64): Likewise.
700 (Target_mips::merge_processor_specific_flags): Remove ei_class
701 argument, and remove comparing ei_class.
702 (Target_mips::do_adjust_elf_header): Remove setting EI_CLASS field
704 (Target_mips::do_finalize_sections): Don't pass ei_class argument
705 to merge_processor_specific_flags.
706 (Target_mips::elf_mips_abi_name): Remove ei_class argument, and
707 change checking for N64 ABI.
709 2016-03-17 Vladimir Radosavljevic <vladimir.radosavljevic@imgtec.com>
711 * mips.cc (enum Special_relocation_symbol): New enum type.
712 (is_readonly_section): New function.
713 (eh_reloc): Likewise.
714 (Mips_got_entry::is_section_symbol_): New member.
715 (Mips_got_entry::is_section_symbol): New method.
716 (Mips_got_info::record_local_got_symbol): Add is_section_symbol
718 (Mips_relobj::mips_elf_options_section_name): New method.
719 (Mips_output_data_got::record_local_got_symbol): Add
720 is_section_symbol argument, and pass it to
721 Mips_got_info::record_local_got_symbol.
722 (Mips_output_data_got::got_offset): Add addend argument, and pass
723 it to Relobj::local_got_offset.
724 (struct Mips_output_reloc_writer): New type.
725 (class Mips_output_data_reloc): New class.
726 (Mips_output_data_plt::Reloc_section): Change type to
727 Mips_output_data_reloc.
728 (Target_mips::Reloc_section): Likewise.
729 (Mips_reloc_types::get_r_addend): Remove unsigned from return type.
730 (Mips_classify_reloc::get_r_type2): New method.
731 (Mips_classify_reloc::get_r_type3): Likewise.
732 (Mips_classify_reloc::get_r_ssym): Likewise.
733 (Target_mips::Reloca_section): Remove.
734 (Relocate::should_apply_static_reloc): Rename from
735 should_apply_r_mips_32_reloc.
736 (Target_mips::copy_reloc): Replace Reltype parameter with r_type
738 (Mips_relocate_functions::Valtype): New type.
739 (Mips_relocate_functions::Valtype64): New type.
740 (Mips_relocate_functions::check_overflow): New method.
741 (Mips_relocate_functions::mips_reloc_unshuffle): Move to public
743 (Mips_relocate_functions::mips_reloc_shuffle): Likewise.
744 (Mips_relocate_functions::rel16): Add support for resolving
745 relocations for Mips64.
746 (Mips_relocate_functions::rel32): Likewise.
747 (Mips_relocate_functions::reljalr): Likewise.
748 (Mips_relocate_functions::relpc32): Likewise.
749 (Mips_relocate_functions::rel26): Likewise.
750 (Mips_relocate_functions::relpc16): Likewise.
751 (Mips_relocate_functions::relmicromips_pc7_s1): Likewise.
752 (Mips_relocate_functions::relmicromips_pc10_s1): Likewise.
753 (Mips_relocate_functions::relmicromips_pc16_s1): Likewise.
754 (Mips_relocate_functions::do_relhi16): Likewise.
755 (Mips_relocate_functions::do_relgot16_local): Likewise.
756 (Mips_relocate_functions::rello16): Likewise.
757 (Mips_relocate_functions::relgot): Likewise.
758 (Mips_relocate_functions::relgotpage): Likewise.
759 (Mips_relocate_functions::relgotofst): Likewise.
760 (Mips_relocate_functions::relgot_hi16): Likewise.
761 (Mips_relocate_functions::relgot_lo16): Likewise.
762 (Mips_relocate_functions::relgprel): Likewise.
763 (Mips_relocate_functions::relgprel32): Likewise.
764 (Mips_relocate_functions::tlsrelhi16): Likewise.
765 (Mips_relocate_functions::tlsrello16): Likewise.
766 (Mips_relocate_functions::tlsrel32): Likewise.
767 (Mips_relocate_functions::relsub): Likewise.
768 (Mips_relocate_functions::releh): New method.
769 (Mips_relocate_functions::rel64): Likewise.
770 (Mips_got_info::record_local_got_symbol): Add is_section_symbol and
771 pass it to Mips_got_entry.
772 (Mips_got_info::add_local_entries): Pass addend argument
773 to code functions, and for STT_SECTION symbols call
774 add_symbolless_local_addend.
775 (Mips_got_info::add_tls_entries): Pass addend argument to code
777 (Mips_relobj::do_read_symbols): Read gp value that was used to
779 (Mips_output_data_plt::plt_entry): Remove opcode from l[wd]
780 instruction. Opcode for instruction will be selected later.
781 (Target_mips::gc_process_relocs): Add case for SHT_RELA.
782 (Target_mips::scan_relocatable_relocs): Likewise.
783 (Target_mips::emit_relocs_scan): Likewise.
784 (Target_mips::relocate_relocs): Likewise.
785 (Target_mips::do_finalize_sections): Skip objects for merging
786 processor specific flags in which all input sections will be
788 (mips_get_size_for_reloc): Add case for R_MIPS_EH.
789 (Target_mips::Scan::get_reference_flags): Likewise.
790 (Target_mips::relocate_special_relocatable): Call rel26 method with
791 calculate_only and calculated_value arguments.
792 (Target_mips::Scan::local): Add case for R_MIPS_EH. Don't create a
793 dynamic relocation against a readonly sections, and pass
794 is_section_symbol to Mips_got_info::record_local_got_symbol.
795 (Target_mips::Scan::global): Add case for R_MIPS_EH. Don't create a
796 dynamic relocation against a readonly sections, and pass r_type
797 and r_offset to Target_mips::copy_reloc.
798 (Target_mips::Relocate::relocate): Add support for resolving
799 relocations for Mips64.
800 (Target_mips::mips_info): Add case for Mips64 default dynamic
802 (Target_selector_mips): Correct emulation names.
804 2016-03-17 Vladimir Radosavljevic <vladimir.radosavljevic@imgtec.com>
806 * mips.cc (class Mips_output_data_la25_stub): Add
807 do_print_to_mapfile function.
809 2016-03-17 Vladimir Radosavljevic <vladimir.radosavljevic@imgtec.com>
811 * mips.cc (Mips_classify_reloc::put_r_info): Call 32bit version of
814 2016-03-09 H.J. Lu <hongjiu.lu@intel.com>
816 * testsuite/plugin_layout_with_alignment.cc: Renamed to ..
817 * testsuite/plugin_layout_with_alignment.c: This.
818 * testsuite/Makefile.am (plugin_layout_with_alignment.o): Updated.
819 (plugin_layout_with_alignment): Likewise.
820 * testsuite/Makefile.in: Regenerated.
822 2016-03-08 Cary Coutant <ccoutant@gmail.com>
825 * testsuite/Makefile.am (retain_symbols_file_test): Remove check
827 * testsuite/Makefile.in: Regenerate.
828 * testsuite/dynamic_list.sh: Likewise.
829 * testsuite/retain_symbols_file_test.sh: Likewise.
831 2016-03-08 Cary Coutant <ccoutant@gmail.com>
834 * arm.cc (Reloc_stub::Key::name): Add unused attribute.
835 * dirsearch.cc (Dir_caches::~Dir_caches): Likewise.
837 2016-03-08 Cary Coutant <ccoutant@gmail.com>
838 Vladimir Radosavljevic <vladimir.radosavljevic@imgtec.com>
840 * output.cc (Output_reloc_writer): New type.
841 (Output_data_reloc_base::do_write): Move implementation to template
842 in output.h and replace with invocation of template.
843 * output.h (Output_file): Move to top of file.
844 (Output_reloc::get_symbol_index): Move to public interface.
845 (Output_reloc::get_address): Likewise.
846 (Output_data_reloc_base::do_write_generic): New function template.
848 2016-03-04 Cary Coutant <ccoutant@gmail.com>
852 * symtab.cc: Instantiate Sized_symbol::init_constant and
853 Sized_symbol::init_undefined.
855 2016-03-03 Cary Coutant <ccoutant@gmail.com>
858 * layout.h (Layout::add_target_specific_dynamic_tag): New function.
859 * layout.cc (Layout::add_target_specific_dynamic_tag): New function.
860 * mips.cc (Target_mips::make_symbol): Adjust function signature.
861 * sparc.cc (Target_sparc::Target_sparc): Initialize register_syms_.
862 (Target_sparc::do_is_defined_by_abi): Remove test for
864 (Target_sparc::Register_symbol): New struct type.
865 (Target_sparc::register_syms_): New data member.
866 (Target_sparc<64, true>::sparc_info): Set has_make_symbol to true.
867 (Target_sparc::make_symbol): New function.
868 (Target_sparc::do_finalize_sections): Add register symbols and new
869 dynamic table entries.
870 * symtab.h (Sized_symbol::init_undefined): Add value parameter.
871 (Symbol_table::add_target_global_symbol): New function.
872 (Symbol_table::target_symbols_): New data member.
873 * symtab.cc (Sized_symbol::init_undefined): Add value parameter.
874 (Symbol_table::Symbol_table): Initialize target_symbols_.
875 (Symbol_table::add_from_object): Pass additional parameters to
877 (Symbol_table::define_special_symbol): Likewise.
878 (Symbol_table::add_undefined_symbol_from_command_line): Pass 0 for
879 undefined symbol value.
880 (Symbol_table::set_dynsym_indexes): Process target-specific symbols.
881 (Symbol_table::sized_finalize): Likewise.
882 (Symbol_table::sized_write_globals): Likewise.
883 * target.h (Sized_target::make_symbol): Add name, st_type, object,
884 st_shndx, and value parameters.
886 2016-03-03 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
888 * plugin.cc (do_should_include_member): Ignore LDPK_UNDEF and
889 LDPK_WEAKUNDEF symbols.
891 2016-03-03 Than McIntosh <thanm@google.com>
893 * plugin.cc (Plugin::load): Include hooks for get_input_section_size
894 and get_input_section_alignment in transfer vector.
895 (get_input_section_alignment): New function.
896 (get_input_section_size): New function.
897 * testsuite/Makefile.am: Add plugin_layout_with_alignment.sh test.
898 * testsuite/Makefile.in: [Regenerate.]
899 * testsuite/plugin_section_alignment.cc: New test file.
900 * testsuite/plugin_layout_with_alignment.cc: New test file.
901 * testsuite/plugin_layout_with_alignment.sh: New test file.
903 2016-03-03 Evgenii Stepanov <eugenis@google.com>
905 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
907 * plugin.cc (get_symbols_v3): New function.
908 (Plugin::load): Add LDPT_GET_SYMBOLS_V3.
909 (Pluginobj::get_symbol_resolution_info): Return LDPS_NO_SYMS when using
912 2016-02-26 Egor Kochetov <egor.kochetov@intel.com>
913 Cary Coutant <ccoutant@gmail.com>
916 * ehframe.h (Cie::fde_encoding): New method.
917 * ehframe.cc (Eh_frame::read_fde): Discard FDEs for zero-length
920 2016-02-15 H.J. Lu <hongjiu.lu@intel.com>
922 * testsuite/Makefile.am (x86_64_mov_to_lea5.o): Pass
923 -mrelax-relocations=yes to $(TEST_AS).
924 (x86_64_mov_to_lea6.o): Likewise.
925 (x86_64_overflow_pc32.o): Remove duplicated target.
926 * testsuite/Makefile.in: Regenerated.
928 2016-02-15 Marcin Kościelnicki <koriakin@0x04.net>
930 * s390.cc (Target_s390::match_view_u): New helper method.
931 (Target_s390::do_is_call_to_non_split): New method.
932 (Target_s390::ss_code_st_r14): New const.
933 (Target_s390::ss_code_l_r14): New const.
934 (Target_s390::ss_code_bras_8): New const.
935 (Target_s390::ss_code_l_basr): New const.
936 (Target_s390::ss_code_a_basr): New const.
937 (Target_s390::ss_code_ear): New const.
938 (Target_s390::ss_code_c): New const.
939 (Target_s390::ss_code_larl): New const.
940 (Target_s390::ss_code_brasl): New const.
941 (Target_s390::ss_code_jg): New const.
942 (Target_s390::ss_code_jgl): New const.
943 (Target_s390::ss_match_mcount): New helper method.
944 (Target_s390::ss_match_l): New helper method.
945 (Target_s390::ss_match_ahi): New helper method.
946 (Target_s390::ss_match_alfi): New helper method.
947 (Target_s390::ss_match_cr): New helper method.
948 (Target_s390::do_calls_non_split): New method.
949 * testsuite/Makefile.am: Added new tests.
950 * testsuite/Makefile.in: Regenerate.
951 * testsuite/split_s390.sh: New test.
952 * testsuite/split_s390_1_a1.s: New test.
953 * testsuite/split_s390_1_a2.s: New test.
954 * testsuite/split_s390_1_n1.s: New test.
955 * testsuite/split_s390_1_n2.s: New test.
956 * testsuite/split_s390_1_z1.s: New test.
957 * testsuite/split_s390_1_z2.s: New test.
958 * testsuite/split_s390_1_z3.s: New test.
959 * testsuite/split_s390_1_z4.s: New test.
960 * testsuite/split_s390_2_ns.s: New test.
961 * testsuite/split_s390_2_s.s: New test.
962 * testsuite/split_s390x_1_a1.s: New test.
963 * testsuite/split_s390x_1_a2.s: New test.
964 * testsuite/split_s390x_1_n1.s: New test.
965 * testsuite/split_s390x_1_n2.s: New test.
966 * testsuite/split_s390x_1_z1.s: New test.
967 * testsuite/split_s390x_1_z2.s: New test.
968 * testsuite/split_s390x_1_z3.s: New test.
969 * testsuite/split_s390x_1_z4.s: New test.
970 * testsuite/split_s390x_2_ns.s: New test.
971 * testsuite/split_s390x_2_s.s: New test.
973 2016-02-11 Rahul Chaudhry <rahulchaudhry@google.com>
975 * aarch64.cc (Target_aarch64::scan_erratum_843419_span): Remove
976 info message for every erratum 843419 found and fixed.
978 2016-02-07 Cary Coutant <ccoutant@gmail.com>
981 * x86_64.cc (Target_x86_64::Relocate::relocate): Add additional
982 information to relocation overflow errors.
984 2016-02-06 Cary Coutant <ccoutant@gmail.com>
987 * x86_64.cc (X86_64_relocate_functions::pcrela32_check): Fix x32
988 overflow checking when symbol value + addend < 0.
990 2016-02-06 Cary Coutant <ccoutant@gmail.com>
993 * reloc.h (Limits): New class.
994 (Bits::has_overflow32): Use min/max values from Limits.
995 (Bits::has_unsigned_overflow32): Likewise.
996 (Bits::has_signed_unsigned_overflow32): Likewise.
997 (Bits::has_overflow): Likewise.
998 (Bits::has_unsigned_overflow): Likewise.
999 (Bits::has_signed_unsigned_overflow64): Likewise.
1001 2016-02-06 Cary Coutant <ccoutant@gmail.com>
1004 * reloc.h (Relocate_functions::Overflow_check): Add comments.
1005 * x86_64.cc (X86_64_relocate_functions): New class.
1006 (Target_x86_64::Relocate::relocate): Use the new class.
1007 * testsuite/Makefile.am (x86_64_overflow_pc32): Add -Tdata option.
1008 (x32_overflow_pc32): New test case.
1009 * testsuite/Makefile.in: Regenerate.
1010 * testsuite/x32_overflow_pc32.sh: New script.
1011 * testsuite/x86_64_overflow_pc32.s: Remove .space directive.
1013 2016-02-06 Cary Coutant <ccoutant@gmail.com>
1016 * reloc.h (Bits::has_unsigned_overflow32): Fix static_cast.
1017 (Bits::has_unsigned_overflow): Remove unnecessary static_cast.
1019 2016-02-06 Cary Coutant <ccoutant@gmail.com>
1022 * reloc.h (Bits::has_unsigned_overflow32): Fix unsigned/signed
1024 (Bits::has_unsigned_overflow): Likewise.
1026 2016-02-06 Marcin Kościelnicki <koriakin@0x04.net>
1028 * i386.cc (Target_i386::is_call_to_non_split): Add view and view_size
1030 * reloc.cc (Sized_relobj_file::split_stack_adjust_reltype): Pass view
1031 and view_size to is_call_to_non_split.
1032 * target.cc (Target::is_call_to_non_split): Add view and view_size
1034 * target.h (class Target): Likewise.
1036 2016-02-05 Sriraman Tallam <tmsriram@google.com>
1038 * icf.cc (get_rel_addend): New function.
1039 (get_section_contents): Move merge section addend computation to a
1040 new function. Ignore negative values for SHT_REL and SHT_RELA addends.
1041 Fix bug to not read past the length of the section.
1043 2016-02-05 Cary Coutant <ccoutant@gmail.com>
1044 Andrew Senkevich <andrew.senkevich@intel.com>
1047 * x86_64.cc (Target_x86_64::Relocate::relocate): Add overflow
1048 checking for R_X86_64_32, R_X86_64_32S, R_X86_64_PC32, and
1050 * testsuite/Makefile.am (x86_64_overflow_pc32): New test.
1051 * testsuite/x86_64_overflow_pc32.sh: New test script.
1052 * testsuite/x86_64_overflow_pc32.s: New source file.
1054 2016-02-05 Cary Coutant <ccoutant@gmail.com>
1057 * reloc.h (Relocate_functions::Address): New typedef.
1058 (Relocate_functions::Addendtype): New typedef.
1059 (Relocate_functions::Overflow_check): New enum type.
1060 (Relocate_functions::Reloc_status): New enum type.
1061 (Relocate_functions::check_overflow): New function template.
1062 (Relocate_functions::rel): Add check parameter; check for overflow.
1063 (Relocate_functions::rel_unaligned): Likewise.
1064 (Relocate_functions::rela): Likewise.
1065 (Relocate_functions::pcrel): Likewise.
1066 (Relocate_functions::pcrel_unaligned): Likewise.
1067 (Relocate_functions::pcrela): Likewise.
1068 (Relocate_functions::rel8): Adjust parameter types.
1069 (Relocate_functions::rela8): Likewise.
1070 (Relocate_functions::pcrel8): Likewise.
1071 (Relocate_functions::pcrela8): Likewise.
1072 (Relocate_functions::rel16): Likewise.
1073 (Relocate_functions::rela168): Likewise.
1074 (Relocate_functions::pcrel16): Likewise.
1075 (Relocate_functions::pcrela16): Likewise.
1076 (Relocate_functions::rel32): Likewise.
1077 (Relocate_functions::rel32_unaligned): Likewise.
1078 (Relocate_functions::rela32): Likewise.
1079 (Relocate_functions::pcrel32): Likewise.
1080 (Relocate_functions::pcrel32_unaligned): Likewise.
1081 (Relocate_functions::pcrela32): Likewise.
1082 (Relocate_functions::rel8_check): New function.
1083 (Relocate_functions::rela8_check): New function.
1084 (Relocate_functions::pcrel8_check): New function.
1085 (Relocate_functions::pcrela8_check): New function.
1086 (Relocate_functions::rel16_check): New function.
1087 (Relocate_functions::rela168_check): New function.
1088 (Relocate_functions::pcrel16_check): New function.
1089 (Relocate_functions::pcrela16_check): New function.
1090 (Relocate_functions::rel32_check): New function.
1091 (Relocate_functions::rel32_unaligned_check): New function.
1092 (Relocate_functions::rela32_check): New function.
1093 (Relocate_functions::pcrel32_check): New function.
1094 (Relocate_functions::pcrel32_unaligned_check): New function.
1095 (Relocate_functions::pcrela32_check): New function.
1096 (Bits::has_unsigned_overflow32): New function.
1097 (Bits::has_unsigned_overflow): New function.
1098 * testsuite/Makefile.am (overflow_unittest): New test.
1099 * testsuite/Makefile.in: Regenerate.
1100 * testsuite/overflow_unittest.cc: New source file.
1102 2016-02-04 Alan Modra <amodra@gmail.com>
1104 * powerpc.cc (relocate): Adjust last patch for big-endian.
1106 2016-02-02 Alan Modra <amodra@gmail.com>
1108 * powerpc.cc (relocate): Further restrict ELFv2 entry optimization.
1110 2016-01-15 Han Shen <shenhan@google.com>
1112 PR gold/19472 - need pc-relative stubs.
1114 * aarch64.cc (Reloc_stub::stub_type_for_reloc): Return PC-relative
1115 stub type for DSOs and pie executables.
1117 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1119 * i386.cc (Target_i386::Classify_reloc::get_r_addend): Remove
1122 2016-01-12 Cary Coutant <ccoutant@gmail.com>
1124 * arm.cc (Target_arm::Classify_reloc::get_r_addend): New method.
1125 * i386.cc (Target_i386::Classify_reloc::get_r_addend): New method.
1126 * mips.cc (Target_arm::Mips_classify_reloc::get_r_addend): (Both
1127 specializations) New method.
1129 2016-01-11 Cary Coutant <ccoutant@gmail.com>
1132 * aarch64.cc (Target_aarch64::relocate_tls): Don't insist that
1133 we have a TLS segment for GD-to-IE optimization.
1134 * i386.cc (Target_i386::tls_gd_to_ie): Remove tls_segment parameter.
1136 (Target_i386::tls_desc_gd_to_ie): Likewise.
1137 (Target_i386::relocate_tls): Don't insist that we have a TLS segment
1138 for TLSDESC GD-to-IE optimizations.
1139 * x86_64.cc (Target_x86_64::tls_gd_to_ie): Remove tls_segment parameter.
1141 (Target_x86_64::tls_desc_gd_to_ie): Likewise.
1142 (Target_x86_64::relocate_tls): Don't insist that we have a TLS segment
1143 for TLSDESC GD-to-IE optimizations.
1145 2016-01-11 Cary Coutant <ccoutant@gmail.com>
1147 Refactor gold to enable support for MIPS-64 relocation format.
1149 * gc.h (get_embedded_addend_size): Remove sh_type parameter.
1150 (gc_process_relocs): Remove sh_type template parameter.
1151 Use Classify_reloc to access r_sym, r_type, and r_addend fields.
1152 * object.h (Sized_relobj_file::split_stack_adjust): Add target
1154 (Sized_relobj_file::split_stack_adjust_reltype): Likewise.
1155 * reloc-types.h (Reloc_types::copy_reloc_addend): (SHT_REL and SHT_RELA
1156 specializations) Remove.
1157 * reloc.cc (Emit_relocs_strategy): Rename and move to target-reloc.h.
1158 (Sized_relobj_file::emit_relocs_scan): Call Target::emit_relocs_scan().
1159 (Sized_relobj_file::emit_relocs_scan_reltype): Remove.
1160 (Sized_relobj_file::split_stack_adjust): Add target parameter.
1162 (Sized_relobj_file::split_stack_adjust_reltype): Likewise. Call
1163 Target::get_r_sym() to get r_sym field from relocations.
1164 (Track_relocs::next_symndx): Call Target::get_r_sym().
1165 * target-reloc.h (scan_relocs): Remove sh_type template parameter;
1166 add Classify_reloc template parameter. Use for accessing r_sym and
1168 (relocate_section): Likewise.
1169 (Default_classify_reloc): New class (renamed and moved from reloc.cc).
1170 (Default_scan_relocatable_relocs): Remove sh_type template parameter.
1171 (Default_scan_relocatable_relocs::Reltype): New typedef.
1172 (Default_scan_relocatable_relocs::reloc_size): New const.
1173 (Default_scan_relocatable_relocs::sh_type): New const.
1174 (Default_scan_relocatable_relocs::get_r_sym): New method.
1175 (Default_scan_relocatable_relocs::get_r_type): New method.
1176 (Default_emit_relocs_strategy): New class.
1177 (scan_relocatable_relocs): Replace sh_type template parameter with
1178 Scan_relocatable_relocs class. Use it to access r_sym and r_type
1180 (relocate_relocs): Replace sh_type template parameter with
1181 Classify_reloc class. Use it to access r_sym and r_type fields.
1182 * target.h (Target::is_call_to_non_split): Replace r_type parameter
1183 with pointer to relocation. Adjust all callers.
1184 (Target::do_is_call_to_non_split): Likewise.
1185 (Target::emit_relocs_scan): New virtual method.
1186 (Sized_target::get_r_sym): New virtual method.
1187 * target.cc (Target::do_is_call_to_non_split): Replace r_type parameter
1188 with pointer to relocation.
1190 * aarch64.cc (Target_aarch64::emit_relocs_scan): New method.
1191 (Target_aarch64::Relocatable_size_for_reloc): Remove.
1192 (Target_aarch64::gc_process_relocs): Use Default_classify_reloc.
1193 (Target_aarch64::scan_relocs): Likewise.
1194 (Target_aarch64::relocate_section): Likewise.
1195 (Target_aarch64::Relocatable_size_for_reloc::get_size_for_reloc):
1197 (Target_aarch64::scan_relocatable_relocs): Use Default_classify_reloc.
1198 (Target_aarch64::relocate_relocs): Use Default_classify_reloc.
1199 * arm.cc (Target_arm::Arm_scan_relocatable_relocs): Remove sh_type
1201 (Target_arm::emit_relocs_scan): New method.
1202 (Target_arm::Relocatable_size_for_reloc): Replace with...
1203 (Target_arm::Classify_reloc): ...this.
1204 (Target_arm::gc_process_relocs): Use Classify_reloc.
1205 (Target_arm::scan_relocs): Likewise.
1206 (Target_arm::relocate_section): Likewise.
1207 (Target_arm::scan_relocatable_relocs): Likewise.
1208 (Target_arm::relocate_relocs): Likewise.
1209 * i386.cc (Target_i386::emit_relocs_scan): New method.
1210 (Target_i386::Relocatable_size_for_reloc): Replace with...
1211 (Target_i386::Classify_reloc): ...this.
1212 (Target_i386::gc_process_relocs): Use Classify_reloc.
1213 (Target_i386::scan_relocs): Likewise.
1214 (Target_i386::relocate_section): Likewise.
1215 (Target_i386::scan_relocatable_relocs): Likewise.
1216 (Target_i386::relocate_relocs): Likewise.
1217 * mips.cc (Mips_scan_relocatable_relocs): Remove sh_type template
1219 (Mips_reloc_types): New class template.
1220 (Mips_classify_reloc): New class template.
1221 (Target_mips::Reltype): New typedef.
1222 (Target_mips::Relatype): New typedef.
1223 (Target_mips::emit_relocs_scan): New method.
1224 (Target_mips::get_r_sym): New method.
1225 (Target_mips::Relocatable_size_for_reloc): Replace with
1226 Mips_classify_reloc.
1227 (Target_mips::copy_reloc): Use Mips_classify_reloc.
1228 (Target_mips::gc_process_relocs): Likewise.
1229 (Target_mips::scan_relocs): Likewise.
1230 (Target_mips::relocate_section): Likewise.
1231 (Target_mips::scan_relocatable_relocs): Likewise.
1232 (Target_mips::relocate_relocs): Likewise.
1233 (mips_get_size_for_reloc): New function, factored out from
1234 Relocatable_size_for_reloc::get_size_for_reloc.
1235 (Target_mips::Scan::local): Use Mips_classify_reloc.
1236 (Target_mips::Scan::global): Likewise.
1237 (Target_mips::Relocate::relocate): Likewise.
1238 * powerpc.cc (Target_powerpc::emit_relocs_scan): New method.
1239 (Target_powerpc::Relocatable_size_for_reloc): Remove.
1240 (Target_powerpc::gc_process_relocs): Use Default_classify_reloc.
1241 (Target_powerpc::scan_relocs): Likewise.
1242 (Target_powerpc::relocate_section): Likewise.
1243 (Powerpc_scan_relocatable_reloc): Convert to class template.
1244 (Powerpc_scan_relocatable_reloc::Reltype): New typedef.
1245 (Powerpc_scan_relocatable_reloc::reloc_size): New const.
1246 (Powerpc_scan_relocatable_reloc::sh_type): New const.
1247 (Powerpc_scan_relocatable_reloc::get_r_sym): New method.
1248 (Powerpc_scan_relocatable_reloc::get_r_type): New method.
1249 (Target_powerpc::scan_relocatable_relocs): Use
1250 Powerpc_scan_relocatable_reloc.
1251 (Target_powerpc::relocate_relocs): Use Default_classify_reloc.
1252 * s390.cc (Target_s390::emit_relocs_scan): New method.
1253 (Target_s390::Relocatable_size_for_reloc): Remove.
1254 (Target_s390::gc_process_relocs): Use Default_classify_reloc.
1255 (Target_s390::scan_relocs): Likewise.
1256 (Target_s390::relocate_section): Likewise.
1257 (Target_s390::Relocatable_size_for_reloc::get_size_for_reloc):
1259 (Target_s390::scan_relocatable_relocs): Use Default_classify_reloc.
1260 (Target_s390::relocate_relocs): Use Default_classify_reloc.
1261 * sparc.cc (Target_sparc::emit_relocs_scan): New method.
1262 (Target_sparc::Relocatable_size_for_reloc): Remove.
1263 (Target_sparc::gc_process_relocs): Use Default_classify_reloc.
1264 (Target_sparc::scan_relocs): Likewise.
1265 (Target_sparc::relocate_section): Likewise.
1266 (Target_sparc::Relocatable_size_for_reloc::get_size_for_reloc):
1268 (Target_sparc::scan_relocatable_relocs): Use Default_classify_reloc.
1269 (Target_sparc::relocate_relocs): Use Default_classify_reloc.
1270 * tilegx.cc (Target_tilegx::emit_relocs_scan): New method.
1271 (Target_tilegx::Relocatable_size_for_reloc): Remove.
1272 (Target_tilegx::gc_process_relocs): Use Default_classify_reloc.
1273 (Target_tilegx::scan_relocs): Likewise.
1274 (Target_tilegx::relocate_section): Likewise.
1275 (Target_tilegx::Relocatable_size_for_reloc::get_size_for_reloc):
1277 (Target_tilegx::scan_relocatable_relocs): Use Default_classify_reloc.
1278 (Target_tilegx::relocate_relocs): Use Default_classify_reloc.
1279 * x86_64.cc (Target_x86_64::emit_relocs_scan): New method.
1280 (Target_x86_64::Relocatable_size_for_reloc): Remove.
1281 (Target_x86_64::gc_process_relocs): Use Default_classify_reloc.
1282 (Target_x86_64::scan_relocs): Likewise.
1283 (Target_x86_64::relocate_section): Likewise.
1284 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
1286 (Target_x86_64::scan_relocatable_relocs): Use Default_classify_reloc.
1287 (Target_x86_64::relocate_relocs): Use Default_classify_reloc.
1289 * testsuite/testfile.cc (Target_test::emit_relocs_scan): New method.
1291 2016-01-01 Alan Modra <amodra@gmail.com>
1293 Update year range in copyright notice of all files.
1295 For older changes see ChangeLog-0815
1297 Copyright (C) 2016 Free Software Foundation, Inc.
1299 Copying and distribution of this file, with or without modification,
1300 are permitted in any medium without royalty provided the copyright
1301 notice and this notice are preserved.
1307 version-control: never