MIPS/BFD: Correct register index calculation in BZ16_REG
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2016-01-24 Maciej W. Rozycki <macro@imgtec.com>
2
3 * elfxx-mips.c (BZ16_REG): Correct calculation.
4
5 2016-01-21 Nick Clifton <nickc@redhat.com>
6
7 * elf32-arc.c (ADD_RELA): Fix compile time warning errors by
8 changing the type of _loc to be bfd_byte *.
9 (elf_arc_finish_dynamic_symbol): Likewise.
10
11 2016-01-21 Nick Clifton <nickc@redhat.com>
12
13 PR ld/19455
14 * elf32-arm.c (elf32_arm_create_dynamic_sections): Set the ELF
15 class of the linker stub bfd.
16 (elf32_arm_check_relocs): Skip check for pic format after
17 processing a vxWorks R_ARM_ABS12 reloc.
18 * elflink.c (bfd_elf_final_link): Check for ELFCLASSNONE when
19 reporting a class mismatch.
20
21 2016-01-21 Jiong Wang <jiong.wang@arm.com>
22
23 * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
24 veneer for sym_sec != input_sec.
25 (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
26 (elfNN_aarch64_final_link_relocate): Take rela addend into account when
27 calculation destination.
28
29 2016-01-21 Alan Modra <amodra@gmail.com>
30
31 * elf-linux-core.h (swap_linux_prpsinfo32_out): New function.
32 (swap_linux_prpsinfo64_out): New function.
33 (LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
34 (LINUX_PRPSINFO64_SWAP_FIELDS): Delete.
35 * elf.c (elfcore_write_linux_prpsinfo32): Adjust. Don't memset.
36 (elfcore_write_linux_prpsinfo64): Likewise.
37 * elf32-ppc.c (swap_ppc_linux_prpsinfo32_out): New function.
38 (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): Delete.
39 (elfcore_write_ppc_linux_prpsinfo32): Adjust. Don't memset.
40
41 2016-01-21 Alan Modra <amodra@gmail.com>
42
43 * elf-linux-core.h: Rename from elf-linux-psinfo.h.
44 * elf.c: Adjust #include.
45 * elf32-ppc.c: Don't #include elf-linux-psinfo.h
46 * Makefile.am (SOURCE_HFILES): Update.
47 * Makefile.in: Regenerate.
48 * po/SRC-PORFILES.in: Regenerate.
49
50 2016-01-21 Alan Modra <amodra@gmail.com>
51
52 * configure.ac: Move corefile selection later in file. Move
53 tdefaults code immediately after other target vector code.
54 * configure: Regenerate.
55
56 2016-01-20 Mickael Guene <mickael.guene@st.com>
57
58 * elf32-arm.c (elf32_arm_special_sections): Remove catch of noread
59 section using '.text.noread' pattern.
60
61 2016-01-19 John Baldwin <jhb@FreeBSD.org>
62
63 * elf.c (elfcore_grok_note): Recognize NT_FREEBSD_THRMISC notes.
64
65 2016-01-18 Miranda Cupertino <Cupertino.Miranda@synopsys.com>
66 Zissulescu Claudiu <Claudiu.Zissulescu@synopsys.com>
67
68 * arc-plt.def: New file.
69 * arc-plt.h: Likewise.
70 * elf32-arc.c (elf_arc_abs_plt0_entry, elf_arc_abs_pltn_entry,
71 elf_arcV2_abs_plt0_entry, elf_arcV2_abs_pltn_entry,
72 elf_arc_pic_plt0_entry, elf_arc_pic_pltn_entry,
73 elf_arcV2_pic_plt0_entry, elf_arcV2_pic_pltn_entry): Remove.
74 (name_for_global_symbol): Added.
75 (ADD_RELA): Helper to create dynamic relocs.
76 (new_got_entry_to_list): Create a new got entry in linked list.
77 (symbol_has_entry_of_type): Search for specific type of entry in
78 list.
79 (is_reloc_for_GOT): return FALSE for any TLS related relocs.
80 (is_reloc_for_TLS, arc_elf_set_private_flags)
81 (arc_elf_print_private_bfd_data, arc_elf_copy_private_bfd_data)
82 (arc_elf_merge_private_bfd_data): New functions.
83 (debug_arc_reloc): Cleaned debug info printing.
84 (PDATA reloc): Changed not to perform address alignment.
85 (reverse_me): Added. Fix for ARC_32 relocs.
86 (arc_do_relocation): Return bfd_reloc_of when no relocation should
87 occur.
88 (arc_get_local_got_ents): Renamed from arc_get_local_got_offsets.
89 Changed function to access an array of list of GOT entries instead
90 of just an array of offsets.
91 (elf_arc_relocate_section): Added support for PIC and TLS related relocations.
92 (elf_arc_check_relocs): Likewise.
93 (elf_arc_adjust_dynamic_symbol, elf_arc_finish_dynamic_symbol,
94 (elf_arc_finish_dynamic_sections): Likewise
95 (arc_create_dynamic_sections): Modified conditions to create
96 dynamic sections.
97 (ADD_SYMBOL_REF_SEC_AND_RELOC): New macro.
98 (plt_do_relocs_for_symbol, relocate_plt_for_symbol)
99 (relocate_plt_for_entry): Changed to support new way to define PLT
100 related code.
101 (add_symbol_to_plt): Likewise.
102 (arc_elf_link_hash_table_create): New function.
103
104 2016-01-18 Nick Clifton <nickc@redhat.com>
105
106 PR ld/19440
107 * coff-rs6000.c (_bfd_xcoff_swap_sym_in): Sign extend external
108 section number into internal section number.
109 * coff64-rs6000.c (_bfd_xcoff64_swap_sym_in): Likewise.
110 * coffswap.h (coff_swap_sym_in): Likewise.
111 * peXXigen.c (_bfd_XXi_swap_sym_in): Likewise.
112 * coffcode.h (_coff_bigobj_swap_sym_in): Make sure that internal
113 section number field is big enough to hold the external value.
114
115 2016-01-17 Alan Modra <amodra@gmail.com>
116
117 * configure: Regenerate.
118
119 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
120
121 * elf32-arm.c (elf32_arm_fix_exidx_coverage): Insert cantunwind
122 when address in first unwind entry does not match start of
123 section.
124
125 2016-01-08 Richard Sandiford <richard.sandiford@arm.com>
126 Jiong Wang <jiong.wang@arm.com>
127
128 PR ld/19368
129 * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
130 reloc_class_ifunc.
131
132 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * elf32-arc.c (reloc_type_to_name): Change ARC_RELOC_HOWTO to
135 place 'R_' before the reloc name returned.
136 (elf_arc_howto_table): Change ARC_RELOC_HOWTO to place 'R_' before
137 the relocation string.
138
139 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
140
141 * elfxx-mips.c (mips_elf_merge_obj_abiflags): New function,
142 factored out from...
143 (_bfd_mips_elf_merge_private_bfd_data): ... here.
144
145 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
146
147 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Move
148 attribute check after ELF file header flag check.
149
150 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
151
152 * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
153 return status from `_bfd_elf_merge_object_attributes'.
154
155 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
156
157 * elfxx-mips.c (mips_elf_merge_obj_e_flags): New function,
158 factored out from...
159 (_bfd_mips_elf_merge_private_bfd_data): ... here.
160
161 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
162
163 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Fold the
164 handling of input MIPS ABI flags together.
165
166 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
167
168 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Suppress
169 attribute checks for null input.
170
171 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
172
173 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Use local
174 pointers to target data.
175
176 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
177
178 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
179 an FP ABI warning.
180
181 2016-01-01 Alan Modra <amodra@gmail.com>
182
183 Update year range in copyright notice of all files.
184
185 For older changes see ChangeLog-2015 and doc/ChangeLog-0415
186 \f
187 Copyright (C) 2016 Free Software Foundation, Inc.
188
189 Copying and distribution of this file, with or without modification,
190 are permitted in any medium without royalty provided the copyright
191 notice and this notice are preserved.
192
193 Local Variables:
194 mode: change-log
195 left-margin: 8
196 fill-column: 74
197 version-control: never
198 End:
This page took 0.0378579999999999 seconds and 5 git commands to generate.