]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - bfd/ChangeLog
739393d1e9cb4329a608772f396b0ff648b77582
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
1 2016-01-20 Mickael Guene <mickael.guene@st.com>
2
3 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
4 section using '.text.noread' pattern.
5
6 2016-01-19 John Baldwin <jhb@FreeBSD.org>
7
8 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
9
10 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
11 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
12
13 * arc-plt.def: New file.
14 * arc-plt.h: Likewise.
15 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
16 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
17 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
18 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
19 (name_for_global_symbol): Added.
20 (ADD_RELA): Helper to create dynamic relocs.
21 (new_got_entry_to_list): Create a new got entry in linked list.
22 (symbol_has_entry_of_type): Search for specific type of entry in
23 list.
24 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
25 (is_reloc_for_TLS, arc_elf_set_private_flags)
26 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
27 (arc_elf_merge_private_bfd_data): New functions.
28 (debug_arc_reloc): Cleaned debug info printing.
29 (PDATA reloc): Changed not to perform address alignment.
30 (reverse_me): Added. Fix for ARC_32 relocs.
31 (arc_do_relocation): Return bfd_reloc_of when no relocation should
32 occur.
33 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
34 Changed function to access an array of list of GOT entries instead
35 of just an array of offsets.
36 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
37 (elf_arc_check_relocs): Likewise.
38 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
39 (elf_arc_finish_dynamic_sections): Likewise
40 (arc_create_dynamic_sections): Modified conditions to create
41 dynamic sections.
42 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
43 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
44 (relocate_plt_for_entry): Changed to support new way to define PLT
45 related code.
46 (add_symbol_to_plt): Likewise.
47 (arc_elf_link_hash_table_create): New function.
48
49 2016-01-18 Nick Clifton <nickc@redhat.com>
50
51 PR ld/19440
52 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
53 section number into internal section number.
54 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
55 * coffswap.h (coff_swap_sym_in): Likewise.
56 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
57 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
58 section number field is big enough to hold the external value.
59
60 2016-01-17 Alan Modra <amodra@gmail.com>
61
62 * configure: Regenerate.
63
64 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
65
66 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
67 when address in first unwind entry does not match start of
68 section.
69
70 2016-01-08 Richard Sandiford <richard.sandiford@arm.com>
71 Jiong Wang <jiong.wang@arm.com>
72
73 PR ld/19368
74 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
75 reloc_class_ifunc.
76
77 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
80 place 'R_' before the reloc name returned.
81 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
82 the relocation string.
83
84 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
85
86 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
87 factored out from...
88 (_bfd_mips_elf_merge_private_bfd_data): ... here.
89
90 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
91
92 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
93 attribute check after ELF file header flag check.
94
95 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
96
97 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
98 return status from `_bfd_elf_merge_object_attributes'.
99
100 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
101
102 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
103 factored out from...
104 (_bfd_mips_elf_merge_private_bfd_data): ... here.
105
106 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
107
108 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
109 handling of input MIPS ABI flags together.
110
111 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
112
113 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
114 attribute checks for null input.
115
116 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
117
118 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
119 pointers to target data.
120
121 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
122
123 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
124 an FP ABI warning.
125
126 2016-01-01 Alan Modra <amodra@gmail.com>
127
128 Update year range in copyright notice of all files.
129
130 For older changes see ChangeLog-2015 and doc/ChangeLog-0415
131 \f
132 Copyright (C) 2016 Free Software Foundation, Inc.
133
134 Copying and distribution of this file, with or without modification,
135 are permitted in any medium without royalty provided the copyright
136 notice and this notice are preserved.
137
138 Local Variables:
139 mode: change-log
140 left-margin: 8
141 fill-column: 74
142 version-control: never
143 End: