Handle MIPS Linux SIGTRAP siginfo.si_code values
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
13f42277
L
12016-02-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 * elf32-i386.c (elf_i386_allocate_dynrelocs): Set plt_got.offset
4 to (bfd_vma) -1 when setting needs_plt to 0.
5 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
6
6b3b0ab8
L
72016-02-23 H.J. Lu <hongjiu.lu@intel.com>
8
9 * elflink.c (bfd_elf_record_link_assignment): Check for shared
10 library, instead of PIC, and don't check PDE when making linker
11 assigned symbol dynamic.
12
17733f5b
FS
132016-02-23 Faraz Shahbazker <faraz.shahbazker@imgtec.com>
14
15 * bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Increment
16 ABIVERSION for non-executable stack.
17
47993b4a
RF
182016-02-23 Rich Felker <bugdal@aerifal.cx>
19
20 PR target/19516
21 * elf32-microblaze.c (microblaze_elf_finish_dynamic_symbol):
22 Always produce a RELATIVE reloc for a local symbol.
23
2d8dcb81
HPN
242016-02-23 Hans-Peter Nilsson <hp@axis.com>
25
26 Fix test-case ld-elf/pr19617b
27 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
28 discard unused non-function symbols when --dynamic-list-data.
29
1a6e6083
L
302016-02-22 H.J. Lu <hongjiu.lu@intel.com>
31
32 * elflink.c (_bfd_elf_link_renumber_dynsyms): Always create the
33 dynsym section, even if it is empty, with dynamic sections.
34
75c1920b
L
352016-02-22 H.J. Lu <hongjiu.lu@intel.com>
36
37 * syms.c: Remove BSF_COMMON from comments.
38 * bfd-in2.h: Regenerated.
39
9a228467
JW
402016-02-22 Jiong Wang <jiong.wang@arm.com>
41
42 * elfnn-aarch64. (aarch64_type_of_stub): Remove redundation calcuation
43 for destination. Remove useless function parameters.
44 (elfNN_aarch64_size_stubs): Update parameters for aarch64_type_of_stub.
45
73768414
NC
462016-02-19 Nick Clifton <nickc@redhat.com>
47
e517df3d
NC
48 PR ld/19629
49 * aoutx.h (aout_link_add_symbols): Check for out of range string
50 table offsets.
51
73768414
NC
52 PR ld/19628
53 * reloc.c (bfd_generic_get_relocated_section_contents): Stop
54 processing if we encounter a reloc without an associated symbol.
55
bf89386a
L
562016-02-18 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR ld/19617
59 * elflink.c (elf_link_add_object_symbols): Always create dynamic
60 sections for -E/--dynamic-list.
61
8f79b794
L
622016-02-17 H.J. Lu <hongjiu.lu@intel.com>
63
64 * elf64-x86-64.c (elf_backend_omit_section_dynsym): New. Defined
65 to bfd_true.
66
64bfc258
JM
672016-02-16 Joseph Myers <joseph@codesourcery.com>
68
69 * plugin.c (plugin_vec): Set match priority to 255.
70 * format.c (bfd_check_format_matches) [BFD_SUPPORTS_PLUGINS]: When
71 matching against the plugin vector, take priority from there not
72 from TEMP.
73
9fb71ee4
NC
742016-02-15 Nick Clifton <nickc@redhat.com>
75
76 * elf-bfd.h (struct bfd_elf_special_section): Use unsigned values
77 for length and type fields. Use a signed value for the
78 suffix_length field.
79
32875eb1
L
802016-02-10 H.J. Lu <hongjiu.lu@intel.com>
81
82 PR ld/19601
83 * elf32-i386.c (elf_i386_relocate_section): Mask off the least
84 significant bit in GOT offset for R_386_GOT32X.
85
83da6e74
NC
862016-02-10 Nick Clifton <nickc@redhat.com>
87
88 PR 19405
89 * elf32-nios2.c (nios2_elf32_install_imm16): Allow for signed
90 immediate values.
91 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Limit the
92 number of messages about FDE encoding preventing .eh_frame_hdr
93 generation.
94
027e9c75
NC
952016-02-09 Nick Clifton <nickc@redhat.com>
96
609332f1
NC
97 * oasys.c (oasys_archive_p): Fix indentation.
98 * elf32-nds32.c (nds32_elf_relax_section): Use an unsigned
99 constant for left shifting.
100
027e9c75
NC
101 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Add a more
102 helpful warning message to explain why certain AArch64 relocs
103 might overflow.
104
6f57d046
SM
1052016-02-05 Simon Marchi <simon.marchi@ericsson.com>
106
107 * pe-mips.c (coff_mips_reloc): Fix formatting.
108
bdbca4e6
CM
1092016-02-05 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
110
111 * cpu-arc.c: Change default archure from bfd_mach_arc_arcv2
112 to bfd_mach_arc_arc600.
113
4f038ee5
AM
1142016-02-04 Alan Modra <amodra@gmail.com>
115
116 * elf64-ppc.c (ppc64_elf_relocate_section): Adjust last patch
117 for big-endian.
118
4a539596
L
1192016-02-02 H.J. Lu <hongjiu.lu@intel.com>
120
121 PR ld/19542
122 * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
fb06f1c0 123 distances in the compressed_size field of the output section.
4a539596 124
85fabe71
AM
1252016-02-02 Alan Modra <amodra@gmail.com>
126
127 * elf64-ppc.c (ppc64_elf_relocate_section): Further restrict
128 ELFv2 entry optimization.
129
14f2c699
L
1302016-02-02 H.J. Lu <hongjiu.lu@intel.com>
131
132 PR binutils/19547
133 * elf.c (assign_section_numbers): Clear HAS_RELOC if there are
134 no relocations in relocatable files.
135
aef28989
L
1362016-02-01 H.J. Lu <hongjiu.lu@intel.com>
137
138 PR ld/19553
139 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
140 if a symbol from a library loaded via DT_NEEDED doesn't match
141 the symbol referenced by regular object.
142
655ed9ea
NS
1432016-02-01 Nathaniel Smith <njs@pobox.com>
144
145 * peicode.h (pe_ILF_build_a_bfd): Create an import symbol for both
146 CODE and DATA.
147
ec1f73bb
AM
1482016-02-01 Alan Modra <amodra@gmail.com>
149
150 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Don't abort on
151 an out of range reloc_index.
152 * elf32-i386.c (elf_i386_get_plt_sym_val): Likewise.
153
b6471e6e
KR
1542016-02-01 Kamil Rytarowski <n54@gmx.com>
155
156 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
157 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
158 * Makefile.in: Regenerated.
159
0bc7245a
JK
1602016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
161
162 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
163
6d4b2867
JDA
1642016-01-31 John David Anglin <danglin@gcc.gnu.org>
165
166 PR ld/19526
167 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
168 files.
169 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
170
d9e3b590
L
1712016-01-30 H.J. Lu <hongjiu.lu@intel.com>
172
173 PR ld/19539
174 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
175 against STT_GNU_IFUNC symbol only with dynamic symbols.
176 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
177
bf150a0b
L
1782016-01-28 H.J. Lu <hongjiu.lu@intel.com>
179
180 PR binutils/19523
181 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
182 decompress debug sections.
183
840855c5
MR
1842016-01-25 Maciej W. Rozycki <macro@imgtec.com>
185
186 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
187 `dynindx'.
188
cf466c2a
NC
1892016-01-25 Nick Clifton <nickc@redhat.com>
190
191 PR target/19435
192 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
193 dsym filename buffer.
194
eb6b0cf4
MR
1952016-01-24 Maciej W. Rozycki <macro@imgtec.com>
196
197 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
198
e67f83e5
MR
1992016-01-24 Maciej W. Rozycki <macro@imgtec.com>
200
201 * elfxx-mips.c (BZ16_REG): Correct calculation.
202
23a42089
NC
2032016-01-21 Nick Clifton <nickc@redhat.com>
204
205 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
206 changing the type of _loc to be bfd_byte *.
207 (elf_arc_finish_dynamic_symbol): Likewise.
208
aebf9be7
NC
2092016-01-21 Nick Clifton <nickc@redhat.com>
210
211 PR ld/19455
212 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
213 class of the linker stub bfd.
214 (elf32_arm_check_relocs): Skip check for pic format after
215 processing a vxWorks R_ARM_ABS12 reloc.
216 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
217 reporting a class mismatch.
218
2f340668
JW
2192016-01-21 Jiong Wang <jiong.wang@arm.com>
220
221 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
222 veneer for sym_sec != input_sec.
223 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
224 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
225 calculation destination.
226
aeb70569
AM
2272016-01-21 Alan Modra <amodra@gmail.com>
228
229 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
230 (swap_linux_prpsinfo64_out): New function.
231 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
232 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
233 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
234 (elfcore_write_linux_prpsinfo64): Likewise.
235 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
236 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
237 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
238
de64ce13
AM
2392016-01-21 Alan Modra <amodra@gmail.com>
240
241 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
242 * elf.c: Adjust #include.
243 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
244 * Makefile.am (SOURCE_HFILES): Update.
245 * Makefile.in: Regenerate.
246 * po/SRC-PORFILES.in: Regenerate.
247
c603b11b
AM
2482016-01-21 Alan Modra <amodra@gmail.com>
249
250 * configure.ac: Move corefile selection later in file. Move
251 tdefaults code immediately after other target vector code.
252 * configure: Regenerate.
253
91f68a68
MG
2542016-01-20 Mickael Guene <mickael.guene@st.com>
255
256 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
257 section using '.text.noread' pattern.
258
5b2c414d
JB
2592016-01-19 John Baldwin <jhb@FreeBSD.org>
260
261 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
262
34e967a5
MC
2632016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
264 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
265
266 * arc-plt.def: New file.
267 * arc-plt.h: Likewise.
268 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
269 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
270 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
271 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
272 (name_for_global_symbol): Added.
273 (ADD_RELA): Helper to create dynamic relocs.
274 (new_got_entry_to_list): Create a new got entry in linked list.
275 (symbol_has_entry_of_type): Search for specific type of entry in
276 list.
277 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
278 (is_reloc_for_TLS, arc_elf_set_private_flags)
279 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
280 (arc_elf_merge_private_bfd_data): New functions.
281 (debug_arc_reloc): Cleaned debug info printing.
282 (PDATA reloc): Changed not to perform address alignment.
283 (reverse_me): Added. Fix for ARC_32 relocs.
284 (arc_do_relocation): Return bfd_reloc_of when no relocation should
285 occur.
286 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
287 Changed function to access an array of list of GOT entries instead
288 of just an array of offsets.
289 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
290 (elf_arc_check_relocs): Likewise.
291 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
292 (elf_arc_finish_dynamic_sections): Likewise
293 (arc_create_dynamic_sections): Modified conditions to create
294 dynamic sections.
295 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
296 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
297 (relocate_plt_for_entry): Changed to support new way to define PLT
298 related code.
299 (add_symbol_to_plt): Likewise.
300 (arc_elf_link_hash_table_create): New function.
301
9ae678af
NC
3022016-01-18 Nick Clifton <nickc@redhat.com>
303
304 PR ld/19440
305 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
306 section number into internal section number.
307 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
308 * coffswap.h (coff_swap_sym_in): Likewise.
309 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
310 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
311 section number field is big enough to hold the external value.
312
5c14705f
AM
3132016-01-17 Alan Modra <amodra@gmail.com>
314
315 * configure: Regenerate.
316
ac06903d
YU
3172016-01-12 Yury Usishchev <y.usishchev@samsung.com>
318
319 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
320 when address in first unwind entry does not match start of
321 section.
322
109575d7
JW
3232016-01-08 Richard Sandiford <richard.sandiford@arm.com>
324 Jiong Wang <jiong.wang@arm.com>
325
326 PR ld/19368
327 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
328 reloc_class_ifunc.
329
b05a65d0
AB
3302016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
333 place 'R_' before the reloc name returned.
334 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
335 the relocation string.
336
a3dc0a7f
MR
3372016-01-04 Maciej W. Rozycki <macro@imgtec.com>
338
339 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
340 factored out from...
341 (_bfd_mips_elf_merge_private_bfd_data): ... here.
342
d537eeb5
MR
3432016-01-04 Maciej W. Rozycki <macro@imgtec.com>
344
345 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
346 attribute check after ELF file header flag check.
347
43d223b5
MR
3482016-01-04 Maciej W. Rozycki <macro@imgtec.com>
349
350 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
351 return status from `_bfd_elf_merge_object_attributes'.
352
b2e9744f
MR
3532016-01-04 Maciej W. Rozycki <macro@imgtec.com>
354
355 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
356 factored out from...
357 (_bfd_mips_elf_merge_private_bfd_data): ... here.
358
28d45e28
MR
3592016-01-04 Maciej W. Rozycki <macro@imgtec.com>
360
361 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
362 handling of input MIPS ABI flags together.
363
23ba6f18
MR
3642016-01-04 Maciej W. Rozycki <macro@imgtec.com>
365
366 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
367 attribute checks for null input.
368
cf8502c1
MR
3692016-01-04 Maciej W. Rozycki <macro@imgtec.com>
370
371 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
372 pointers to target data.
373
dcb1c796
MR
3742016-01-04 Maciej W. Rozycki <macro@imgtec.com>
375
376 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
377 an FP ABI warning.
378
6f2750fe
AM
3792016-01-01 Alan Modra <amodra@gmail.com>
380
381 Update year range in copyright notice of all files.
382
3499769a
AM
383For older changes see ChangeLog-2015 and doc/ChangeLog-0415
384\f
385Copyright (C) 2016 Free Software Foundation, Inc.
386
387Copying and distribution of this file, with or without modification,
388are permitted in any medium without royalty provided the copyright
389notice and this notice are preserved.
390
391Local Variables:
392mode: change-log
393left-margin: 8
394fill-column: 74
395version-control: never
396End:
This page took 0.053153 seconds and 4 git commands to generate.