Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
75c1920b
L
12016-02-22 H.J. Lu <hongjiu.lu@intel.com>
2
3 * syms.c: Remove BSF_COMMON from comments.
4 * bfd-in2.h: Regenerated.
5
9a228467
JW
62016-02-22 Jiong Wang <jiong.wang@arm.com>
7
8 * elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
9 for destination. Remove useless function parameters.
10 (elfNN_aarch64_size_stubs): Update parameters for aarch64_type_of_stub.
11
73768414
NC
122016-02-19 Nick Clifton <nickc@redhat.com>
13
e517df3d
NC
14 PR ld/19629
15 * aoutx.h (aout_link_add_symbols): Check for out of range string
16 table offsets.
17
73768414
NC
18 PR ld/19628
19 * reloc.c (bfd_generic_get_relocated_section_contents): Stop
20 processing if we encounter a reloc without an associated symbol.
21
bf89386a
L
222016-02-18 H.J. Lu <hongjiu.lu@intel.com>
23
24 PR ld/19617
25 * elflink.c (elf_link_add_object_symbols): Always create dynamic
26 sections for -E/--dynamic-list.
27
8f79b794
L
282016-02-17 H.J. Lu <hongjiu.lu@intel.com>
29
30 * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined
31 to bfd_true.
32
64bfc258
JM
332016-02-16 Joseph Myers <joseph@codesourcery.com>
34
35 * plugin.c (plugin_vec): Set match priority to 255.
36 * format.c (bfd_check_format_matches) [BFD_SUPPORTS_PLUGINS]: When
37 matching against the plugin vector, take priority from there not
38 from TEMP.
39
9fb71ee4
NC
402016-02-15 Nick Clifton <nickc@redhat.com>
41
42 * elf-bfd.h (struct bfd_elf_special_section): Use unsigned values
43 for length and type fields. Use a signed value for the
44 suffix_length field.
45
32875eb1
L
462016-02-10 H.J. Lu <hongjiu.lu@intel.com>
47
48 PR ld/19601
49 * elf32-i386.c (elf_i386_relocate_section): Mask off the least
50 significant bit in GOT offset for R_386_GOT32X.
51
83da6e74
NC
522016-02-10 Nick Clifton <nickc@redhat.com>
53
54 PR 19405
55 * elf32-nios2.c (nios2_elf32_install_imm16): Allow for signed
56 immediate values.
57 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Limit the
58 number of messages about FDE encoding preventing .eh_frame_hdr
59 generation.
60
027e9c75
NC
612016-02-09 Nick Clifton <nickc@redhat.com>
62
609332f1
NC
63 * oasys.c (oasys_archive_p): Fix indentation.
64 * elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
65 constant for left shifting.
66
027e9c75
NC
67 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
68 helpful warning message to explain why certain AArch64 relocs
69 might overflow.
70
6f57d046
SM
712016-02-05 Simon Marchi <simon.marchi@ericsson.com>
72
73 * pe-mips.c (coff_mips_reloc): Fix formatting.
74
bdbca4e6
CM
752016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
76
77 * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2
78 to bfd_mach_arc_arc600.
79
4f038ee5
AM
802016-02-04 Alan Modra <amodra@gmail.com>
81
82 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch
83 for big-endian.
84
4a539596
L
852016-02-02 H.J. Lu <hongjiu.lu@intel.com>
86
87 PR ld/19542
88 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
fb06f1c0 89 distances in the compressed_size field of the output section.
4a539596 90
85fabe71
AM
912016-02-02 Alan Modra <amodra@gmail.com>
92
93 * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
94 ELFv2 entry optimization.
95
14f2c699
L
962016-02-02 H.J. Lu <hongjiu.lu@intel.com>
97
98 PR binutils/19547
99 * elf.c (assign_section_numbers): Clear HAS_RELOC if there are
100 no relocations in relocatable files.
101
aef28989
L
1022016-02-01 H.J. Lu <hongjiu.lu@intel.com>
103
104 PR ld/19553
105 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
106 if a symbol from a library loaded via DT_NEEDED doesn't match
107 the symbol referenced by regular object.
108
655ed9ea
NS
1092016-02-01 Nathaniel Smith <njs@pobox.com>
110
111 * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
112 CODE and DATA.
113
ec1f73bb
AM
1142016-02-01 Alan Modra <amodra@gmail.com>
115
116 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on
117 an out of range reloc_index.
118 * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise.
119
b6471e6e
KR
1202016-02-01 Kamil Rytarowski <n54@gmx.com>
121
122 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
123 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
124 * Makefile.in: Regenerated.
125
0bc7245a
JK
1262016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
127
128 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
129
6d4b2867
JDA
1302016-01-31 John David Anglin <danglin@gcc.gnu.org>
131
132 PR ld/19526
133 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
134 files.
135 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
136
d9e3b590
L
1372016-01-30 H.J. Lu <hongjiu.lu@intel.com>
138
139 PR ld/19539
140 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
141 against STT_GNU_IFUNC symbol only with dynamic symbols.
142 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
143
bf150a0b
L
1442016-01-28 H.J. Lu <hongjiu.lu@intel.com>
145
146 PR binutils/19523
147 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
148 decompress debug sections.
149
840855c5
MR
1502016-01-25 Maciej W. Rozycki <macro@imgtec.com>
151
152 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
153 `dynindx'.
154
cf466c2a
NC
1552016-01-25 Nick Clifton <nickc@redhat.com>
156
157 PR target/19435
158 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
159 dsym filename buffer.
160
eb6b0cf4
MR
1612016-01-24 Maciej W. Rozycki <macro@imgtec.com>
162
163 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
164
e67f83e5
MR
1652016-01-24 Maciej W. Rozycki <macro@imgtec.com>
166
167 * elfxx-mips.c (BZ16_REG): Correct calculation.
168
23a42089
NC
1692016-01-21 Nick Clifton <nickc@redhat.com>
170
171 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
172 changing the type of _loc to be bfd_byte *.
173 (elf_arc_finish_dynamic_symbol): Likewise.
174
aebf9be7
NC
1752016-01-21 Nick Clifton <nickc@redhat.com>
176
177 PR ld/19455
178 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
179 class of the linker stub bfd.
180 (elf32_arm_check_relocs): Skip check for pic format after
181 processing a vxWorks R_ARM_ABS12 reloc.
182 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
183 reporting a class mismatch.
184
2f340668
JW
1852016-01-21 Jiong Wang <jiong.wang@arm.com>
186
187 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
188 veneer for sym_sec != input_sec.
189 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
190 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
191 calculation destination.
192
aeb70569
AM
1932016-01-21 Alan Modra <amodra@gmail.com>
194
195 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
196 (swap_linux_prpsinfo64_out): New function.
197 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
198 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
199 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
200 (elfcore_write_linux_prpsinfo64): Likewise.
201 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
202 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
203 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
204
de64ce13
AM
2052016-01-21 Alan Modra <amodra@gmail.com>
206
207 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
208 * elf.c: Adjust #include.
209 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
210 * Makefile.am (SOURCE_HFILES): Update.
211 * Makefile.in: Regenerate.
212 * po/SRC-PORFILES.in: Regenerate.
213
c603b11b
AM
2142016-01-21 Alan Modra <amodra@gmail.com>
215
216 * configure.ac: Move corefile selection later in file. Move
217 tdefaults code immediately after other target vector code.
218 * configure: Regenerate.
219
91f68a68
MG
2202016-01-20 Mickael Guene <mickael.guene@st.com>
221
222 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
223 section using '.text.noread' pattern.
224
5b2c414d
JB
2252016-01-19 John Baldwin <jhb@FreeBSD.org>
226
227 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
228
34e967a5
MC
2292016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
230 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
231
232 * arc-plt.def: New file.
233 * arc-plt.h: Likewise.
234 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
235 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
236 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
237 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
238 (name_for_global_symbol): Added.
239 (ADD_RELA): Helper to create dynamic relocs.
240 (new_got_entry_to_list): Create a new got entry in linked list.
241 (symbol_has_entry_of_type): Search for specific type of entry in
242 list.
243 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
244 (is_reloc_for_TLS, arc_elf_set_private_flags)
245 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
246 (arc_elf_merge_private_bfd_data): New functions.
247 (debug_arc_reloc): Cleaned debug info printing.
248 (PDATA reloc): Changed not to perform address alignment.
249 (reverse_me): Added. Fix for ARC_32 relocs.
250 (arc_do_relocation): Return bfd_reloc_of when no relocation should
251 occur.
252 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
253 Changed function to access an array of list of GOT entries instead
254 of just an array of offsets.
255 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
256 (elf_arc_check_relocs): Likewise.
257 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
258 (elf_arc_finish_dynamic_sections): Likewise
259 (arc_create_dynamic_sections): Modified conditions to create
260 dynamic sections.
261 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
262 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
263 (relocate_plt_for_entry): Changed to support new way to define PLT
264 related code.
265 (add_symbol_to_plt): Likewise.
266 (arc_elf_link_hash_table_create): New function.
267
9ae678af
NC
2682016-01-18 Nick Clifton <nickc@redhat.com>
269
270 PR ld/19440
271 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
272 section number into internal section number.
273 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
274 * coffswap.h (coff_swap_sym_in): Likewise.
275 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
276 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
277 section number field is big enough to hold the external value.
278
5c14705f
AM
2792016-01-17 Alan Modra <amodra@gmail.com>
280
281 * configure: Regenerate.
282
ac06903d
YU
2832016-01-12 Yury Usishchev <y.usishchev@samsung.com>
284
285 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
286 when address in first unwind entry does not match start of
287 section.
288
109575d7
JW
2892016-01-08 Richard Sandiford <richard.sandiford@arm.com>
290 Jiong Wang <jiong.wang@arm.com>
291
292 PR ld/19368
293 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
294 reloc_class_ifunc.
295
b05a65d0
AB
2962016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
299 place 'R_' before the reloc name returned.
300 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
301 the relocation string.
302
a3dc0a7f
MR
3032016-01-04 Maciej W. Rozycki <macro@imgtec.com>
304
305 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
306 factored out from...
307 (_bfd_mips_elf_merge_private_bfd_data): ... here.
308
d537eeb5
MR
3092016-01-04 Maciej W. Rozycki <macro@imgtec.com>
310
311 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
312 attribute check after ELF file header flag check.
313
43d223b5
MR
3142016-01-04 Maciej W. Rozycki <macro@imgtec.com>
315
316 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
317 return status from `_bfd_elf_merge_object_attributes'.
318
b2e9744f
MR
3192016-01-04 Maciej W. Rozycki <macro@imgtec.com>
320
321 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
322 factored out from...
323 (_bfd_mips_elf_merge_private_bfd_data): ... here.
324
28d45e28
MR
3252016-01-04 Maciej W. Rozycki <macro@imgtec.com>
326
327 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
328 handling of input MIPS ABI flags together.
329
23ba6f18
MR
3302016-01-04 Maciej W. Rozycki <macro@imgtec.com>
331
332 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
333 attribute checks for null input.
334
cf8502c1
MR
3352016-01-04 Maciej W. Rozycki <macro@imgtec.com>
336
337 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
338 pointers to target data.
339
dcb1c796
MR
3402016-01-04 Maciej W. Rozycki <macro@imgtec.com>
341
342 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
343 an FP ABI warning.
344
6f2750fe
AM
3452016-01-01 Alan Modra <amodra@gmail.com>
346
347 Update year range in copyright notice of all files.
348
3499769a
AM
349For older changes see ChangeLog-2015 and doc/ChangeLog-0415
350\f
351Copyright (C) 2016 Free Software Foundation, Inc.
352
353Copying and distribution of this file, with or without modification,
354are permitted in any medium without royalty provided the copyright
355notice and this notice are preserved.
356
357Local Variables:
358mode: change-log
359left-margin: 8
360fill-column: 74
361version-control: never
362End:
This page took 0.045394 seconds and 4 git commands to generate.