]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
[ARC] Allow non-instruction relocations within .text sections
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
72f3b6aa
CZ
12016-03-08 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
2 Andrew Burgess <andrew.burgess@embecosm.com>
3
4 * elf32-arc.c (arc_bfd_get_32): Becomes an alias for bfd_get_32.
5 (arc_bfd_put_32): Becomes an alias for bfd_put_32.
6 (arc_elf_howto_init): Added assert to validate relocations.
7 (get_middle_endian_relocation): Delete.
8 (middle_endian_convert): New function.
9 (ME): Redefine, now does nothing.
10 (IS_ME): New define.
11 (arc_do_relocation): Extend the attached 'ARC_RELOC_HOWTO'
12 definition to call middle_endian_convert. Add a new local
13 variable and make use of this throughout. Added call to
14 arc_bfd_get_8 and arc_bfd_put_8 for 8 bit relocations.
15
4fc87424
NC
162016-03-07 Nick Clifton <nickc@redhat.com>
17
18 PR binutils/19775
19 * archive.c (bfd_generic_openr_next_archived_file): Allow zero
20 length elements in the archive.
21
18f822a0
JW
222016-03-07 Jiong Wang <jiong.wang@arm.com>
23
24 * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Always create .got
25 section if the symbol "_GLOBAL_OFFSET_TABLE_" is referenced.
26
07492f66
L
272016-03-04 H.J. Lu <hongjiu.lu@intel.com>
28
29 PR ld/19579
30 * elflink.c (_bfd_elf_merge_symbol): Treat common symbol in
31 executable as definition if the new definition comes from a
32 shared library.
33
70a5df4f
AM
342016-03-02 Alan Modra <amodra@gmail.com>
35
36 * Makefile.in: Regenerate.
37 * po/SRC-POTFILES.in: Regenerate.
38
841fdfcd
CZ
392016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
40
41 * elf32-arc.c (elf_arc_relocate_section): Added rules to fix the
42 relocation addend when sections get merged.
43
7e458899
CZ
442016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
45
46 * elf32-arc.c (arc_elf_final_write_processing): Add condition to
47 the flag change.
48 (elf_arc_relocate_section): Fixes and conditions to support PIE.
49 Assert for code sections dynamic relocs.
50
c5e3a364
RL
512016-02-26 Renlin Li <renlin.li@arm.com>
52
53 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Fix signed overflow
54 check for MOVW_SABS_G0, MOVW_SABS_G1, MOVW_SABS_G2.
55
bae420ef
L
562016-02-26 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR ld/19609
59 * elf32-i386.c (elf_i386_convert_load): Convert to R_386_32 for
60 load with locally bound symbols if PIC is false or there is no
61 base register. Optimize branch to 0 if PIC is false.
62 (elf_i386_relocate_section): Don't generate dynamic relocations
63 against undefined weak symbols if PIC is false.
64 * elf64-x86-64.c (elf_x86_64_convert_load): Disable optimization
65 if we can't estimate relocation overflow with --no-relax.
66 Convert to R_X86_64_32S/R_X86_64_32 for load with locally bound
67 symbols if PIC is false. Optimize branch to 0 if PIC is false.
68 (elf_x86_64_relocate_section): Don't generate dynamic relocations
69 against undefined weak symbols if PIC is false.
70
11e5f1ec
L
712016-02-26 H.J. Lu <hongjiu.lu@intel.com>
72
73 PR ld/19645
74 * bfd.c (bfd): Change flags to 20 bits.
75 (BFD_CONVERT_ELF_COMMON): New.
76 (BFD_USE_ELF_STT_COMMON): Likewise.
77 (BFD_FLAGS_SAVED): Add BFD_CONVERT_ELF_COMMON and
78 BFD_USE_ELF_STT_COMMON.
79 (BFD_FLAGS_FOR_BFD_USE_MASK): Likewise.
80 * configure.ac: Remove --enable-elf-stt-common.
81 * elf.c (swap_out_syms): Choose STT_COMMON or STT_OBJECT for
82 common symbol depending on BFD_CONVERT_ELF_COMMON and
83 BFD_USE_ELF_STT_COMMON.
84 * elfcode.h (elf_slurp_symbol_table): Set BSF_ELF_COMMON for
85 STT_COMMON.
86 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Also check
87 STT_COMMON.
88 (elf_link_convert_common_type): New function.
89 (elf_link_output_extsym): Choose STT_COMMON or STT_OBJECT for
90 common symbol depending on BFD_CONVERT_ELF_COMMON and
91 BFD_USE_ELF_STT_COMMON. Set sym.st_info after sym.st_shndx.
92 * elfxx-target.h (TARGET_BIG_SYM): Add BFD_CONVERT_ELF_COMMON
93 and BFD_USE_ELF_STT_COMMON to object_flags.
94 (TARGET_LITTLE_SYM): Likewise.
95 * syms.c (BSF_KEEP_G): Renamed to ...
96 (BSF_ELF_COMMON): This.
97 * bfd-in2.h: Regenerated.
98 * config.in: Likewise.
99 * configure: Likewise.
100
aec6b87e
L
1012016-02-26 H.J. Lu <hongjiu.lu@intel.com>
102
103 PR ld/19636
104 PR ld/19704
105 PR ld/19719
106 * elf32-i386.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
107 (elf_i386_link_hash_entry): Add has_got_reloc and
108 has_non_got_reloc.
109 (elf_i386_link_hash_table): Add interp.
110 (elf_i386_link_hash_newfunc): Initialize has_got_reloc and
111 has_non_got_reloc.
112 (elf_i386_copy_indirect_symbol): Copy has_got_reloc and
113 has_non_got_reloc.
114 (elf_i386_check_relocs): Set has_got_reloc and has_non_got_reloc.
115 (elf_i386_fixup_symbol): New function.
116 (elf_i386_pie_finish_undefweak_symbol): Likewise.
117 (elf_i386_allocate_dynrelocs): Don't allocate space for dynamic
118 relocations and discard relocations against resolved undefined
119 weak symbols in executable. Don't make resolved undefined weak
120 symbols in executable dynamic. Keep dynamic non-GOT/non-PLT
121 relocation against undefined weak symbols in PIE.
122 (elf_i386_size_dynamic_sections): Set interp to .interp section.
123 (elf_i386_relocate_section): Don't generate dynamic relocations
124 against resolved undefined weak symbols in PIE, except for
125 R_386_PC32.
126 (elf_i386_finish_dynamic_symbol): Keep PLT/GOT entries without
127 dynamic PLT/GOT relocations for resolved undefined weak symbols.
128 Don't generate dynamic relocation against resolved undefined weak
129 symbol in executable.
130 (elf_i386_finish_dynamic_sections): Call
131 elf_i386_pie_finish_undefweak_symbol on all symbols in PIE.
132 (elf_backend_fixup_symbol): New.
133 * elf64-x86-64.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): New.
134 (elf_x86_64_link_hash_entry): Add has_got_reloc and
135 has_non_got_reloc.
136 (elf_x86_64_link_hash_table): Add interp.
137 (elf_x86_64_link_hash_newfunc): Initialize has_got_reloc and
138 has_non_got_reloc.
139 (elf_x86_64_copy_indirect_symbol): Copy has_got_reloc and
140 has_non_got_reloc.
141 (elf_x86_64_check_relocs): Set has_got_reloc and
142 has_non_got_reloc.
143 (elf_x86_64_fixup_symbol): New function.
144 (elf_x86_64_pie_finish_undefweak_symbol): Likewise.
145 (elf_x86_64_allocate_dynrelocs): Don't allocate space for dynamic
146 relocations and discard relocations against resolved undefined
147 weak symbols in executable. Don't make resolved undefined weak
148 symbols in executable dynamic.
149 (elf_x86_64_size_dynamic_sections): Set interp to .interp section.
150 (elf_x86_64_relocate_section): Check relocation overflow for
151 dynamic relocations against unresolved weak undefined symbols.
152 Don't generate dynamic relocations against resolved weak
153 undefined symbols in PIE.
154 (elf_x86_64_finish_dynamic_symbol): Keep PLT/GOT entries without
155 dynamic PLT/GOT relocations for resolved undefined weak symbols.
156 Don't generate dynamic relocation against resolved undefined weak
157 symbol in executable.
158 (elf_x86_64_finish_dynamic_sections): Call
159 elf_x86_64_pie_finish_undefweak_symbol on all symbols in PIE.
160 (elf_backend_fixup_symbol): New.
161
b32547cd
AM
1622016-02-26 Alan Modra <amodra@gmail.com>
163
164 * elf64-ppc.c (create_linkage_sections): Create sfpr when
165 save_restore_funcs, rest of sections when not relocatable.
166 (ppc64_elf_init_stub_bfd): Always call create_linkage_sections.
167 (sfpr_define): Define all symbols on emitted code.
168 (ppc64_elf_func_desc_adjust): Adjust for sfpr now being created
169 when relocatable. Move sfpr_define loop earlier.
170
ef77d6af
L
1712016-02-24 H.J. Lu <hongjiu.lu@intel.com>
172
173 * elf64-x86-64.c (elf_x86_64_need_pic): New function.
174 (elf_x86_64_relocate_section): Use it. Replace
175 x86_64_elf_howto_table[r_type] with howto.
176
0f550b3d
L
1772016-02-24 H.J. Lu <hongjiu.lu@intel.com>
178
179 PR ld/19698
180 * elflink.c (bfd_elf_record_link_assignment): Set versioned if
181 symbol version is unknown.
182
13f42277
L
1832016-02-24 H.J. Lu <hongjiu.lu@intel.com>
184
185 * elf32-i386.c (elf_i386_allocate_dynrelocs): Set plt_got.offset
186 to (bfd_vma) -1 when setting needs_plt to 0.
187 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
188
6b3b0ab8
L
1892016-02-23 H.J. Lu <hongjiu.lu@intel.com>
190
191 * elflink.c (bfd_elf_record_link_assignment): Check for shared
192 library, instead of PIC, and don't check PDE when making linker
193 assigned symbol dynamic.
194
17733f5b
FS
1952016-02-23 Faraz Shahbazker <faraz.shahbazker@imgtec.com>
196
197 * bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Increment
198 ABIVERSION for non-executable stack.
199
47993b4a
RF
2002016-02-23 Rich Felker <bugdal@aerifal.cx>
201
202 PR target/19516
203 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol):
204 Always produce a RELATIVE reloc for a local symbol.
205
2d8dcb81
HPN
2062016-02-23 Hans-Peter Nilsson <hp@axis.com>
207
208 Fix test-case ld-elf/pr19617b
209 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
210 discard unused non-function symbols when --dynamic-list-data.
211
1a6e6083
L
2122016-02-22 H.J. Lu <hongjiu.lu@intel.com>
213
214 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always create the
215 dynsym section, even if it is empty, with dynamic sections.
216
75c1920b
L
2172016-02-22 H.J. Lu <hongjiu.lu@intel.com>
218
219 * syms.c: Remove BSF_COMMON from comments.
220 * bfd-in2.h: Regenerated.
221
9a228467
JW
2222016-02-22 Jiong Wang <jiong.wang@arm.com>
223
224 * elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
225 for destination. Remove useless function parameters.
226 (elfNN_aarch64_size_stubs): Update parameters for aarch64_type_of_stub.
227
73768414
NC
2282016-02-19 Nick Clifton <nickc@redhat.com>
229
e517df3d
NC
230 PR ld/19629
231 * aoutx.h (aout_link_add_symbols): Check for out of range string
232 table offsets.
233
73768414
NC
234 PR ld/19628
235 * reloc.c (bfd_generic_get_relocated_section_contents): Stop
236 processing if we encounter a reloc without an associated symbol.
237
bf89386a
L
2382016-02-18 H.J. Lu <hongjiu.lu@intel.com>
239
240 PR ld/19617
241 * elflink.c (elf_link_add_object_symbols): Always create dynamic
242 sections for -E/--dynamic-list.
243
8f79b794
L
2442016-02-17 H.J. Lu <hongjiu.lu@intel.com>
245
246 * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined
247 to bfd_true.
248
64bfc258
JM
2492016-02-16 Joseph Myers <joseph@codesourcery.com>
250
251 * plugin.c (plugin_vec): Set match priority to 255.
252 * format.c (bfd_check_format_matches) [BFD_SUPPORTS_PLUGINS]: When
253 matching against the plugin vector, take priority from there not
254 from TEMP.
255
9fb71ee4
NC
2562016-02-15 Nick Clifton <nickc@redhat.com>
257
258 * elf-bfd.h (struct bfd_elf_special_section): Use unsigned values
259 for length and type fields. Use a signed value for the
260 suffix_length field.
261
32875eb1
L
2622016-02-10 H.J. Lu <hongjiu.lu@intel.com>
263
264 PR ld/19601
265 * elf32-i386.c (elf_i386_relocate_section): Mask off the least
266 significant bit in GOT offset for R_386_GOT32X.
267
83da6e74
NC
2682016-02-10 Nick Clifton <nickc@redhat.com>
269
270 PR 19405
271 * elf32-nios2.c (nios2_elf32_install_imm16): Allow for signed
272 immediate values.
273 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Limit the
274 number of messages about FDE encoding preventing .eh_frame_hdr
275 generation.
276
027e9c75
NC
2772016-02-09 Nick Clifton <nickc@redhat.com>
278
609332f1
NC
279 * oasys.c (oasys_archive_p): Fix indentation.
280 * elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
281 constant for left shifting.
282
027e9c75
NC
283 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
284 helpful warning message to explain why certain AArch64 relocs
285 might overflow.
286
6f57d046
SM
2872016-02-05 Simon Marchi <simon.marchi@ericsson.com>
288
289 * pe-mips.c (coff_mips_reloc): Fix formatting.
290
bdbca4e6
CM
2912016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
292
293 * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2
294 to bfd_mach_arc_arc600.
295
4f038ee5
AM
2962016-02-04 Alan Modra <amodra@gmail.com>
297
298 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch
299 for big-endian.
300
4a539596
L
3012016-02-02 H.J. Lu <hongjiu.lu@intel.com>
302
303 PR ld/19542
304 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
fb06f1c0 305 distances in the compressed_size field of the output section.
4a539596 306
85fabe71
AM
3072016-02-02 Alan Modra <amodra@gmail.com>
308
309 * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
310 ELFv2 entry optimization.
311
14f2c699
L
3122016-02-02 H.J. Lu <hongjiu.lu@intel.com>
313
314 PR binutils/19547
315 * elf.c (assign_section_numbers): Clear HAS_RELOC if there are
316 no relocations in relocatable files.
317
aef28989
L
3182016-02-01 H.J. Lu <hongjiu.lu@intel.com>
319
320 PR ld/19553
321 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
322 if a symbol from a library loaded via DT_NEEDED doesn't match
323 the symbol referenced by regular object.
324
655ed9ea
NS
3252016-02-01 Nathaniel Smith <njs@pobox.com>
326
327 * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
328 CODE and DATA.
329
ec1f73bb
AM
3302016-02-01 Alan Modra <amodra@gmail.com>
331
332 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on
333 an out of range reloc_index.
334 * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise.
335
b6471e6e
KR
3362016-02-01 Kamil Rytarowski <n54@gmx.com>
337
338 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
339 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
340 * Makefile.in: Regenerated.
341
0bc7245a
JK
3422016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
343
344 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
345
6d4b2867
JDA
3462016-01-31 John David Anglin <danglin@gcc.gnu.org>
347
348 PR ld/19526
349 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
350 files.
351 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
352
d9e3b590
L
3532016-01-30 H.J. Lu <hongjiu.lu@intel.com>
354
355 PR ld/19539
356 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
357 against STT_GNU_IFUNC symbol only with dynamic symbols.
358 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
359
bf150a0b
L
3602016-01-28 H.J. Lu <hongjiu.lu@intel.com>
361
362 PR binutils/19523
363 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
364 decompress debug sections.
365
840855c5
MR
3662016-01-25 Maciej W. Rozycki <macro@imgtec.com>
367
368 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
369 `dynindx'.
370
cf466c2a
NC
3712016-01-25 Nick Clifton <nickc@redhat.com>
372
373 PR target/19435
374 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
375 dsym filename buffer.
376
eb6b0cf4
MR
3772016-01-24 Maciej W. Rozycki <macro@imgtec.com>
378
379 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
380
e67f83e5
MR
3812016-01-24 Maciej W. Rozycki <macro@imgtec.com>
382
383 * elfxx-mips.c (BZ16_REG): Correct calculation.
384
23a42089
NC
3852016-01-21 Nick Clifton <nickc@redhat.com>
386
387 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
388 changing the type of _loc to be bfd_byte *.
389 (elf_arc_finish_dynamic_symbol): Likewise.
390
aebf9be7
NC
3912016-01-21 Nick Clifton <nickc@redhat.com>
392
393 PR ld/19455
394 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
395 class of the linker stub bfd.
396 (elf32_arm_check_relocs): Skip check for pic format after
397 processing a vxWorks R_ARM_ABS12 reloc.
398 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
399 reporting a class mismatch.
400
2f340668
JW
4012016-01-21 Jiong Wang <jiong.wang@arm.com>
402
403 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
404 veneer for sym_sec != input_sec.
405 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
406 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
407 calculation destination.
408
aeb70569
AM
4092016-01-21 Alan Modra <amodra@gmail.com>
410
411 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
412 (swap_linux_prpsinfo64_out): New function.
413 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
414 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
415 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
416 (elfcore_write_linux_prpsinfo64): Likewise.
417 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
418 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
419 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
420
de64ce13
AM
4212016-01-21 Alan Modra <amodra@gmail.com>
422
423 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
424 * elf.c: Adjust #include.
425 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
426 * Makefile.am (SOURCE_HFILES): Update.
427 * Makefile.in: Regenerate.
428 * po/SRC-PORFILES.in: Regenerate.
429
c603b11b
AM
4302016-01-21 Alan Modra <amodra@gmail.com>
431
432 * configure.ac: Move corefile selection later in file. Move
433 tdefaults code immediately after other target vector code.
434 * configure: Regenerate.
435
91f68a68
MG
4362016-01-20 Mickael Guene <mickael.guene@st.com>
437
438 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
439 section using '.text.noread' pattern.
440
5b2c414d
JB
4412016-01-19 John Baldwin <jhb@FreeBSD.org>
442
443 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
444
34e967a5
MC
4452016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
446 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
447
448 * arc-plt.def: New file.
449 * arc-plt.h: Likewise.
450 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
451 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
452 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
453 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
454 (name_for_global_symbol): Added.
455 (ADD_RELA): Helper to create dynamic relocs.
456 (new_got_entry_to_list): Create a new got entry in linked list.
457 (symbol_has_entry_of_type): Search for specific type of entry in
458 list.
459 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
460 (is_reloc_for_TLS, arc_elf_set_private_flags)
461 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
462 (arc_elf_merge_private_bfd_data): New functions.
463 (debug_arc_reloc): Cleaned debug info printing.
464 (PDATA reloc): Changed not to perform address alignment.
465 (reverse_me): Added. Fix for ARC_32 relocs.
466 (arc_do_relocation): Return bfd_reloc_of when no relocation should
467 occur.
468 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
469 Changed function to access an array of list of GOT entries instead
470 of just an array of offsets.
471 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
472 (elf_arc_check_relocs): Likewise.
473 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
474 (elf_arc_finish_dynamic_sections): Likewise
475 (arc_create_dynamic_sections): Modified conditions to create
476 dynamic sections.
477 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
478 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
479 (relocate_plt_for_entry): Changed to support new way to define PLT
480 related code.
481 (add_symbol_to_plt): Likewise.
482 (arc_elf_link_hash_table_create): New function.
483
9ae678af
NC
4842016-01-18 Nick Clifton <nickc@redhat.com>
485
486 PR ld/19440
487 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
488 section number into internal section number.
489 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
490 * coffswap.h (coff_swap_sym_in): Likewise.
491 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
492 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
493 section number field is big enough to hold the external value.
494
5c14705f
AM
4952016-01-17 Alan Modra <amodra@gmail.com>
496
497 * configure: Regenerate.
498
ac06903d
YU
4992016-01-12 Yury Usishchev <y.usishchev@samsung.com>
500
501 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
502 when address in first unwind entry does not match start of
503 section.
504
109575d7
JW
5052016-01-08 Richard Sandiford <richard.sandiford@arm.com>
506 Jiong Wang <jiong.wang@arm.com>
507
508 PR ld/19368
509 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
510 reloc_class_ifunc.
511
b05a65d0
AB
5122016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
513
514 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
515 place 'R_' before the reloc name returned.
516 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
517 the relocation string.
518
a3dc0a7f
MR
5192016-01-04 Maciej W. Rozycki <macro@imgtec.com>
520
521 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
522 factored out from...
523 (_bfd_mips_elf_merge_private_bfd_data): ... here.
524
d537eeb5
MR
5252016-01-04 Maciej W. Rozycki <macro@imgtec.com>
526
527 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
528 attribute check after ELF file header flag check.
529
43d223b5
MR
5302016-01-04 Maciej W. Rozycki <macro@imgtec.com>
531
532 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
533 return status from `_bfd_elf_merge_object_attributes'.
534
b2e9744f
MR
5352016-01-04 Maciej W. Rozycki <macro@imgtec.com>
536
537 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
538 factored out from...
539 (_bfd_mips_elf_merge_private_bfd_data): ... here.
540
28d45e28
MR
5412016-01-04 Maciej W. Rozycki <macro@imgtec.com>
542
543 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
544 handling of input MIPS ABI flags together.
545
23ba6f18
MR
5462016-01-04 Maciej W. Rozycki <macro@imgtec.com>
547
548 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
549 attribute checks for null input.
550
cf8502c1
MR
5512016-01-04 Maciej W. Rozycki <macro@imgtec.com>
552
553 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
554 pointers to target data.
555
dcb1c796
MR
5562016-01-04 Maciej W. Rozycki <macro@imgtec.com>
557
558 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
559 an FP ABI warning.
560
6f2750fe
AM
5612016-01-01 Alan Modra <amodra@gmail.com>
562
563 Update year range in copyright notice of all files.
564
3499769a
AM
565For older changes see ChangeLog-2015 and doc/ChangeLog-0415
566\f
567Copyright (C) 2016 Free Software Foundation, Inc.
568
569Copying and distribution of this file, with or without modification,
570are permitted in any medium without royalty provided the copyright
571notice and this notice are preserved.
572
573Local Variables:
574mode: change-log
575left-margin: 8
576fill-column: 74
577version-control: never
578End: