1 2016-02-01 Kamil Rytarowski <n54@gmx.com>
3 * Makefile.am (OPTIONAL_BACKENDS): Add netbsd-core.lo.
4 (OPTIONAL_BACKENDS_CFILES): Add netbsd-core.c.
5 * Makefile.in: Regenerated.
7 2016-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9 * elf64-s390.c (elf_s390_reloc_name_lookup): Fix indentation.
11 2016-01-31 John David Anglin <danglin@gcc.gnu.org>
14 * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
16 * elf64-hppa.c (elf32_hppa_final_link): Likewise. Remove retval.
18 2016-01-30 H.J. Lu <hongjiu.lu@intel.com>
21 * elf32-i386.c (elf_i386_reloc_type_class): Check relocation
22 against STT_GNU_IFUNC symbol only with dynamic symbols.
23 * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
25 2016-01-28 H.J. Lu <hongjiu.lu@intel.com>
28 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
29 decompress debug sections.
31 2016-01-25 Maciej W. Rozycki <macro@imgtec.com>
33 * elf32-arc.c (elf_arc_finish_dynamic_symbol): Rename `index' to
36 2016-01-25 Nick Clifton <nickc@redhat.com>
39 * mach-o.c (bfd_mach_o_close_and_cleanup): Suppress code to free
42 2016-01-24 Maciej W. Rozycki <macro@imgtec.com>
44 * elfxx-mips.c (BZ16_REG_FIELD): Simplify calculation.
46 2016-01-24 Maciej W. Rozycki <macro@imgtec.com>
48 * elfxx-mips.c (BZ16_REG): Correct calculation.
50 2016-01-21 Nick Clifton <nickc@redhat.com>
52 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
53 changing the type of _loc to be bfd_byte *.
54 (elf_arc_finish_dynamic_symbol): Likewise.
56 2016-01-21 Nick Clifton <nickc@redhat.com>
59 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
60 class of the linker stub bfd.
61 (elf32_arm_check_relocs): Skip check for pic format after
62 processing a vxWorks R_ARM_ABS12 reloc.
63 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
64 reporting a class mismatch.
66 2016-01-21 Jiong Wang <jiong.wang@arm.com>
68 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
69 veneer for sym_sec != input_sec.
70 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
71 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
72 calculation destination.
74 2016-01-21 Alan Modra <amodra@gmail.com>
76 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
77 (swap_linux_prpsinfo64_out): New function.
78 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
79 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
80 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
81 (elfcore_write_linux_prpsinfo64): Likewise.
82 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
83 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
84 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
86 2016-01-21 Alan Modra <amodra@gmail.com>
88 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
89 * elf.c: Adjust #include.
90 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
91 * Makefile.am (SOURCE_HFILES): Update.
92 * Makefile.in: Regenerate.
93 * po/SRC-PORFILES.in: Regenerate.
95 2016-01-21 Alan Modra <amodra@gmail.com>
97 * configure.ac: Move corefile selection later in file. Move
98 tdefaults code immediately after other target vector code.
99 * configure: Regenerate.
101 2016-01-20 Mickael Guene <mickael.guene@st.com>
103 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
104 section using '.text.noread' pattern.
106 2016-01-19 John Baldwin <jhb@FreeBSD.org>
108 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
110 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
111 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
113 * arc-plt.def: New file.
114 * arc-plt.h: Likewise.
115 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
116 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
117 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
118 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
119 (name_for_global_symbol): Added.
120 (ADD_RELA): Helper to create dynamic relocs.
121 (new_got_entry_to_list): Create a new got entry in linked list.
122 (symbol_has_entry_of_type): Search for specific type of entry in
124 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
125 (is_reloc_for_TLS, arc_elf_set_private_flags)
126 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
127 (arc_elf_merge_private_bfd_data): New functions.
128 (debug_arc_reloc): Cleaned debug info printing.
129 (PDATA reloc): Changed not to perform address alignment.
130 (reverse_me): Added. Fix for ARC_32 relocs.
131 (arc_do_relocation): Return bfd_reloc_of when no relocation should
133 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
134 Changed function to access an array of list of GOT entries instead
135 of just an array of offsets.
136 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
137 (elf_arc_check_relocs): Likewise.
138 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
139 (elf_arc_finish_dynamic_sections): Likewise
140 (arc_create_dynamic_sections): Modified conditions to create
142 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
143 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
144 (relocate_plt_for_entry): Changed to support new way to define PLT
146 (add_symbol_to_plt): Likewise.
147 (arc_elf_link_hash_table_create): New function.
149 2016-01-18 Nick Clifton <nickc@redhat.com>
152 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
153 section number into internal section number.
154 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
155 * coffswap.h (coff_swap_sym_in): Likewise.
156 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
157 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
158 section number field is big enough to hold the external value.
160 2016-01-17 Alan Modra <amodra@gmail.com>
162 * configure: Regenerate.
164 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
166 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
167 when address in first unwind entry does not match start of
170 2016-01-08 Richard Sandiford <richard.sandiford@arm.com>
171 Jiong Wang <jiong.wang@arm.com>
174 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
177 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
179 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
180 place 'R_' before the reloc name returned.
181 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
182 the relocation string.
184 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
186 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
188 (_bfd_mips_elf_merge_private_bfd_data): ... here.
190 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
192 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
193 attribute check after ELF file header flag check.
195 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
197 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
198 return status from `_bfd_elf_merge_object_attributes'.
200 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
202 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
204 (_bfd_mips_elf_merge_private_bfd_data): ... here.
206 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
208 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
209 handling of input MIPS ABI flags together.
211 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
213 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
214 attribute checks for null input.
216 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
218 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
219 pointers to target data.
221 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
223 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
226 2016-01-01 Alan Modra <amodra@gmail.com>
228 Update year range in copyright notice of all files.
230 For older changes see ChangeLog-2015 and doc/ChangeLog-0415
232 Copyright (C) 2016 Free Software Foundation, Inc.
234 Copying and distribution of this file, with or without modification,
235 are permitted in any medium without royalty provided the copyright
236 notice and this notice are preserved.
242 version-control: never