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