21545593c747ed800c8307ce0a3d9227b19bfd5b
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2018-03-28 Maciej W. Rozycki <macro@mips.com>
2
3 * elf-hppa.h (elf_hppa_info_to_howto_rel): Remove
4 ATTRIBUTE_UNUSED from `abfd'.
5
6 2018-03-28 Maciej W. Rozycki <macro@mips.com>
7
8 * elf-hppa.h (elf_hppa_info_to_howto_rel): Correct
9 `_bfd_error_handler' call formatting.
10
11 2018-03-28 Maciej W. Rozycki <macro@mips.com>
12
13 * elf32-mips.c (mips_info_to_howto_rel): Call
14 `mips_elf32_rtype_to_howto' directly rather than via
15 `->elf_backend_mips_rtype_to_howto'.
16
17 2018-03-28 Renlin Li <renlin.li@arm.com>
18
19 PR ld/22970
20 * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Add cases for
21 BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12,
22 BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC,
23 BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12,
24 BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC,
25 BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12,
26 BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC,
27 BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12,
28 BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC.
29 (elfNN_aarch64_final_link_relocate): Support new relocations.
30 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Support new
31 relocations.
32 (_bfd_aarch64_elf_resolve_relocation): Support new relocations.
33
34 2018-03-28 Renlin Li <renlin.li@arm.com>
35
36 PR ld/22970
37 * reloc.c: Add BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12
38 BFD_RELOC_AARCH64_TLSLE_LDST_TPREL_LO12_NC,
39 BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12,
40 BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC,
41 BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12,
42 BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC,
43 BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12,
44 BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC,
45 BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12,
46 BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC.
47 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Add table entry for
48 TLSLE_LDST16_TPREL_LO12,
49 TLSLE_LDST16_TPREL_LO12_NC,
50 TLSLE_LDST32_TPREL_LO12,
51 TLSLE_LDST32_TPREL_LO12_NC,
52 TLSLE_LDST64_TPREL_LO12,
53 TLSLE_LDST64_TPREL_LO12_NC,
54 TLSLE_LDST8_TPREL_LO12,
55 TLSLE_LDST8_TPREL_LO12_NC.
56 * bfd-in2.h: Regenerated.
57 * libbfd.h: Regenerated.
58
59 2018-03-28 Eric Botcazou <ebotcazou@adacore.com>
60
61 PR ld/22972
62 * elfxx-sparc.c (struct _bfd_sparc_elf_link_hash_entry): Add new flag
63 has_old_style_got_reloc.
64 (_bfd_sparc_elf_check_relocs) <GOT relocations>: Set it for old-style
65 relocations. Fix a couple of long lines.
66 (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: Do not generate
67 a R_SPARC_NONE for the GOT slot if the symbol is also subject to old-style
68 GOT relocations.
69
70 2018-03-25 H.J. Lu <hongjiu.lu@intel.com>
71
72 PR ld/23000
73 * elf64-x86-64.c (elf_x86_64_finish_dynamic_sections): Add
74 ENDBR64 to the TLSDESC PLT entry.
75
76 2018-03-21 Alan Modra <amodra@gmail.com>
77
78 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Trim uninteresting
79 symbols. Use size_t counts. Delete redundant opd test.
80
81 2018-03-21 Alan Modra <amodra@gmail.com>
82
83 * elf32-ppc.c (ppc_elf_tls_optimize): Delete locsyms.
84
85 2018-03-21 Alan Modra <amodra@gmail.com>
86
87 * elf32-ppc.c (struct ppc_elf_link_hash_entry): Make tls_mask
88 field unsigned.
89 (update_local_sym_info): Likewise for local_got_tls_masks.
90 (ppc_elf_tls_optimize): Likewise for lgot_masks.
91
92 2018-03-21 Alan Modra <amodra@gmail.com>
93
94 * elf64-ppc.c (ppc_size_one_stub): Fix comment typo.
95 (ppc64_elf_layout_multitoc): Allocate relocs for tprel as we
96 do in size_dynamic_sections.
97
98 2018-03-21 Alan Modra <amodra@gmail.com>
99
100 * elf64-ppc.c (ppc64_elf_relocate_section): Don't access rel[1]
101 without first checking array bounds.
102 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
103
104 2018-03-20 H.J. Lu <hongjiu.lu@intel.com>
105
106 PR ld/22983
107 * elflink.c (bfd_elf_link_mark_dynamic_symbol): Set
108 non_ir_ref_dynamic if a symbol is made dynamic by --dynamic-list.
109
110 2018-03-19 Nick Clifton <nickc@redhat.com>
111
112 * po/es.po: Updated Spanish translation.
113
114 2018-03-15 Max Filippov <jcmvbkbc@gmail.com>
115
116 * elf32-xtensa.c (xlate_map_entry): Change types of address
117 fields from 'unsigned' to 'bfd_vma'.
118 (xlate_offset_with_removed_text): Use struct xlate_map_entry as
119 the key argument to bsearch. Allow offsets past the end of a
120 section, use the last map entry for translation of such offsets.
121
122 2018-03-15 Kuan-Lin Chen <kuanlinchentw@gmail.com>
123
124 * elf32-nds32.c (nds32_elf_ex9_build_hash_table): Removed.
125 Not support the target feature.
126 (nds32_elf_ex9_itb_base): Likewise.
127 (nds32_elf_ex9_import_table): Likewise.
128 (nds32_elf_ex9_finish): Likewise.
129 (nds32_elf_ex9_reloc_jmp): Likewise.
130 (nds32_elf_get_insn_with_reg): Likewise.
131 (nds32_get_local_syms): Likewise.
132 (nds32_elf_ex9_replace_instruction): Likewise.
133 (nds32_elf_ifc_calc): Likewise.
134 (nds32_elf_ifc_finish): Likewise.
135 (nds32_elf_ifc_replace): Likewise.
136 (nds32_elf_ifc_reloc): Likewise.
137
138 2018-03-14 Alan Modra <amodra@gmail.com>
139
140 * elf64-ppc.c (sfpr_define): Adjust for stub_sec size having
141 sfpr size added before defining alias symbols.
142 (ppc64_elf_build_stubs): Add stub section padding before
143 copying sfpr contents and defining save/restore alias symbols.
144
145 2018-03-14 H.J. Lu <hongjiu.lu@intel.com>
146
147 PR ld/20882
148 * elflink.c (elf_gc_mark_debug_section): Also check the local
149 debug definition section.
150
151 2018-03-13 Nick Clifton <nickc@redhat.com>
152
153 PR 22113
154 * pei-x86_64.c (pex64_get_unwind_info): Change to a boolean
155 function. Add an end address parameter. Check access of the data
156 pointer to make sure that they do not extend beyond the end
157 address. Return FALSE if any check fails. Add the end address
158 pointer to the ui structure.
159 (pex64_xdata_print_uwd_codes): Check accesses of the raw unwind
160 codes to make sure that they do not extend beyond the end address
161 pointer. Print an error message and return immediately if any
162 check fails.
163
164 2018-03-09 Nick Clifton <nickc@redhat.com>
165
166 * elf64-s390.c (elf_s390_relocate_section): Move check for
167 relocations against non-allocated sections to before the code that
168 handles ifunc relocations.
169 * elf32-s390.c (elf_s390_relocate_section): Likewise.
170 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Treat
171 relocs against IFUNC symbols in non-allocated sections as relocs
172 against FUNC symbols.
173 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
174
175 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
176
177 PR ld/22929
178 * elf32-i386.c (elf_i386_relocate_section): Treat relocation
179 against IFUNC symbol in SHT_NOTE section without SHF_ALLOC as
180 relocation against FUNC symbol.
181 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
182
183 2018-03-07 Renlin Li <renlin.li@arm.com>
184
185 PR ld/20402
186 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Check absolute
187 symbol, and don't emit relocation in specific case.
188
189 2018-03-07 Alan Modra <amodra@gmail.com>
190
191 * elf64-mips.c (mips_elf64_rtype_to_howto): Return NULL on error.
192 (mips_elf64_slurp_one_reloc_table): Pass on error.
193
194 2018-03-03 James Cowgill <james.cowgill@mips.com>
195 Maciej W. Rozycki <macro@mips.com>
196
197 PR ld/21900
198 * elfxx-mips.c (mips_elf_calculate_relocation): Only return
199 after calling `undefined_symbol' hook if this is an error
200 condition. Assume the value of 0 for the symbol requested
201 otherwise.
202
203 2018-03-02 Jim Wilson <jimw@sifive.com>
204
205 PR 22903
206 * elfnn-aarch64.c (_bfd_aarch64_resize_stubs): Add 8 bytes for branch
207 and nop instead of 4.
208 (elfNN_arch64_build_stubs): Add nop after branch. Increase size by
209 8 instead of 4.
210
211 2018-03-01 Jim Wilson <jimw@sifive.com>
212
213 PR 22756
214 * elfnn-riscv.c (riscv_relax_delete_bytes): When adjust st_size, use
215 else if instead of if.
216
217 2018-03-01 Alan Modra <amodra@gmail.com>
218
219 * elf32-ft32.c (ft32_info_to_howto_rela): Correct range test.
220
221 2018-02-28 Alan Modra <amodra@gmail.com>
222
223 PR 22887
224 * aoutx.h (swap_std_reloc_in): Correct r_index bound check.
225
226 2018-02-28 Nick Clifton <nickc@redhat.com>
227
228 PR 22895
229 PR 22893
230 * dwarf2.c (read_n_bytes): Replace size parameter with dwarf_block
231 pointer. Drop unused abfd parameter. Check the size of the block
232 before initialising the data field. Return the end pointer if the
233 size is invalid.
234 (read_attribute_value): Adjust invocations of read_n_bytes.
235
236 PR 22894
237 * dwarf1.c (parse_die): Check the length of form blocks before
238 advancing the data pointer.
239
240 2018-02-28 Alan Modra <amodra@gmail.com>
241
242 PR 22887
243 * aoutx.h (translate_symbol_table): Print an error message and set
244 bfd_error on finding an invalid name string offset.
245
246 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
247
248 * config.in: Regenerated.
249 * configure: Likewise.
250 * configure.ac: Add --enable-separate-code.
251 (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED. Default
252 to 1 for Linux/x86 targets,
253 * elf64-x86-64.c (ELF_MAXPAGESIZE): Set to 0x1000 if
254 DEFAULT_LD_Z_SEPARATE_CODE is 1.
255
256 2018-02-27 Nick Clifton <nickc@redhat.com>
257
258 * aout-cris.c (swap_ext_reloc_out): Standadize error/warning
259 message.
260 * elf-hppa.h (elf_hppa_info_to_howto_rel): Likewise.
261 * elf32-i386.c (elf_i386_reloc_type_lookup): Likewise.
262 * elf32-xtensa.c (elf_xtensa_reloc_type_lookup): Likewise.
263 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Likewise.
264 * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
265 * elf64-sh64.c (sh_elf64_info_to_howto): Likewise.
266 * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
267 * elfxx-sparc.c (_bfd_sparc_elf_reloc_type_lookup): Likewise.
268 * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
269
270 PR 22875
271 * elf-bfd.h (struct elf_backend_data): Change the return type of
272 the elf_info_to_howto and elf_info_to_howto_rel function pointers
273 to bfd_boolean.
274 * elfcode.h (elf_slurp_reloc_table_from_section): Check the return
275 value from the info_to_howto function and fail if that function
276 failed.
277 * elf32-h8300.c (elf32_h8_relocate_section): Check return value
278 from the info_to_howto function.
279 (elf32_h8_relax_section): Likewise.
280 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
281 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
282 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
283 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
284 * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
285 * elf64-ia64-vms.c (elf64_ia64_relocate_section): Likewise.
286 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
287 * elf64-x86-64.c (elf_x86_64_tls_transition): Likewise.
288 * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
289 * elfnn-riscv.c (riscv_elf_check_relocs): Likewise.
290 (riscv_elf_relocate_section): Likewise.
291 * elf-hppa.h (elf_hppa_info_to_howto): Change return type to
292 bfd_boolean. Issue an error message, set an error value and
293 return FALSE if the reloc is not recognized.
294 (elf_hppa_info_to_howto_rel): Likewise.
295 * elf-m10200.c (mn10200_info_to_howto): Likewise.
296 * elf-m10300.c (mn10300_info_to_howto): Likewise.
297 * elf.c (_bfd_elf_no_info_to_howto): Likewise.
298 * elf32-arc.c (arc_info_to_howto_rel): Likewise.
299 * elf32-arm.c (elf32_arm_info_to_howto): Likewise.
300 * elf32-avr.c (avr_info_to_howto_rela): Likewise.
301 * elf32-bfin.c (bfin_info_to_howto): Likewise.
302 * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
303 * elf32-cr16c.c (elf_cr16c_info_to_howto): Likewise.
304 * elf32-cris.c (elf_cr16c_info_to_howto_rel)
305 (cris_info_to_howto_rela): Likewise.
306 * elf32-crx.c (elf_crx_info_to_howto): Likewise.
307 * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
308 * elf32-d30v.c (d30v_info_to_howto_rel, d30v_info_to_howto_rela):
309 Likewise.
310 * elf32-dlx.c (dlx_rtype_to_howto, elf32_dlx_info_to_howto)
311 (elf32_dlx_info_to_howto_rel): Likewise.
312 * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
313 * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
314 * elf32-frv.c (frv_info_to_howto_rela)
315 (frvfdpic_info_to_howto_rel): Likewise.
316 * elf32-ft32.c (ft32_info_to_howto_rela): Likewise.
317 * elf32-gen.c (elf_generic_info_to_howto)
318 (elf_generic_info_to_howto_rel): Likewise.
319 * elf32-h8300.c (elf32_h8_info_to_howto)
320 (elf32_h8_info_to_howto_rel): Likewise.
321 * elf32-i370.c (i370_elf_info_to_howto): Likewise.
322 * elf32-i386.c (elf_i386_reloc_type_lookup)
323 (elf_i386_rtype_to_howto, elf_i386_info_to_howto_rel): Likewise.
324 * elf32-i860.c (lookup_howto, elf32_i860_info_to_howto_rela):
325 Likewise.
326 * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
327 * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
328 * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
329 * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
330 * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
331 * elf32-m32r.c (m32r_info_to_howto_rel, m32r_info_to_howto):
332 Likewise.
333 * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
334 * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
335 * elf32-m68k.c (rtype_to_howto): Likewise.
336 * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
337 * elf32-mep.c (mep_info_to_howto_rela): Likewise.
338 * elf32-metag.c (metag_info_to_howto_rela): Likewise.
339 * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
340 * elf32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
341 Likewise.
342 * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
343 * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
344 * elf32-mt.c (mt_info_to_howto_rela): Likewise.
345 * elf32-nds32.c (nds32_info_to_howto_rel, nds32_info_to_howto):
346 Likewise.
347 * elf32-nios2.c (nios2_elf32_info_to_howto): Likewise.
348 * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
349 * elf32-pj.c (pj_elf_info_to_howto): Likewise.
350 * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
351 * elf32-pru.c (pru_elf32_info_to_howto): Likewise.
352 * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
353 * elf32-rx.c (rx_info_to_howto_rela): Likewise.
354 * elf32-s390.c (elf_s390_info_to_howto): Likewise.
355 * elf32-score.c (s3_bfd_score_info_to_howto)
356 (_bfd_score_info_to_howto): Likewise.
357 * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
358 * elf32-sh.c (sh_elf_info_to_howto): Likewise.
359 * elf32-spu.c (spu_elf_info_to_howto): Likewise.
360 * elf32-tic6x.c (elf32_tic6x_info_to_howto)
361 (elf32_tic6x_info_to_howto_rel): Likewise.
362 * elf32-tilepro.c (tilepro_info_to_howto_rela): Likewise.
363 * elf32-v850.c (v850_elf_info_to_howto_rel)
364 (v850_elf_info_to_howto_rela, v800_elf_info_to_howto): Likewise.
365 * elf32-vax.c (rtype_to_howto): Likewise.
366 * elf32-visium.c (visium_info_to_howto_rela): Likewise.
367 * elf32-wasm32.c (elf32_wasm32_rtype_to_howto)
368 (elf32_wasm32_info_to_howto_rela): Likewise.
369 * elf32-xc16x.c (elf32_xc16x_info_to_howto): Likewise.
370 * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
371 * elf32-xstormy16.c (xstormy16_info_to_howto_rela): Likewise.
372 * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
373 * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
374 * elf64-gen.c (elf_generic_info_to_howto)
375 (elf_generic_info_to_howto_rel): Likewise.
376 * elf64-ia64-vms.c (elf64_ia64_info_to_howto): Likewise.
377 * elf64-mips.c (mips_elf64_info_to_howto_rela): Likewise.
378 * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
379 * elf64-ppc.c (ppc64_elf_info_to_howto): Likewise.
380 * elf64-s390.c (elf_s390_reloc_type_lookup): Likewise.
381 * elf64-sh64.c (elf_s390_info_to_howto, sh_elf64_info_to_howto):
382 Likewise.
383 * elf64-x86-64.c (elf_x86_64_info_to_howto): Likewise.
384 * elfn32-mips.c (mips_info_to_howto_rel, mips_info_to_howto_rela):
385 Likewise.
386 * elfnn-aarch64.c (elfNN_aarch64_info_to_howto): Likewise.
387 * elfnn-ia64.c (elfNN_ia64_info_to_howto): Likewise.
388 * elfnn-riscv.c (riscv_info_to_howto_rela): Likewise.
389 * elfxx-ia64.c (ia64_elf_reloc_type_lookup): Likewise.
390 * elfxx-sparc.c (_bfd_sparc_elf_info_to_howto): Likewise.
391 * elfxx-tilegx.c (tilegx_info_to_howto_rela): Likewise.
392 * elf32-score.h (s7_bfd_score_info_to_howto): Update prototype.
393 * elfxx-sparc.h (_bfd_sparc_elf_info_to_howto): Update prototype.
394 * elfxx-tilegx.h (tilegx_info_to_howto_rela): Update prototype.
395 * elfxx-target.h (elf_info_to_howto, elf_info_to_howto_rel):
396 Default to NULL.
397
398 2018-02-26 Jim Wilson <jimw@sifive.com>
399 Stephan Schreiber <info@fs-driver.org>
400
401 PR 15904
402 * elfnn-ia64.c (elfNN_ia64_relax_section): After ia64_elf_relax_brl
403 call, set changed_contents and changed_relocs. Likewise after
404 successful ia64_elf_relax_br call.
405
406 2018-02-26 Alan Modra <amodra@gmail.com>
407
408 * elf.c (assign_file_positions_except_relocs): Don't segfault
409 when actual number of phdrs is less than allocated. Delete
410 outdated comment. Formatting.
411
412 2018-02-26 Alan Modra <amodra@gmail.com>
413
414 * elf-m10300.c, * elf-s390-common.c, * elf32-arc.c, * elf32-cris.c,
415 * elf32-dlx.c, * elf32-frv.c, * elf32-i370.c, * elf32-lm32.c,
416 * elf32-m32r.c, * elf32-m68hc1x.c, * elf32-m68k.c,
417 * elf32-microblaze.c, * elf32-msp430.c, * elf32-nds32.c,
418 * elf32-nios2.c, * elf32-or1k.c, * elf32-rl78.c, * elf32-rx.c,
419 * elf32-score.c, * elf32-score7.c, * elf32-sh-symbian.c,
420 * elf32-sh.c, * elf32-spu.c, * elf32-v850.c, * elf32-xtensa.c,
421 * elf64-alpha.c, * elf64-ia64-vms.c, * elf64-mmix.c,
422 * elf64-sh64.c, * elf64-sparc.c, * elfnn-ia64.c, * elfxx-tilegx.c,
423 * mmo.c, * osf-core.c, * srec.c, * vms-alpha.c: Standardize
424 error/warning messages.
425
426 2018-02-26 Alan Modra <amodra@gmail.com>
427
428 * archive.c, * bfd.c, * linker.c, * reloc.c, * stabs.c,
429 * syms.c: Standardize error/warning messages.
430
431 2018-02-26 Alan Modra <amodra@gmail.com>
432
433 * aout-adobe.c, * aout-cris.c, * i386linux.c, * m68klinux.c,
434 * sparclinux.c, * coff-alpha.c, * coff-arm.c, * coff-mcore.c,
435 * coffcode.h, * coffgen.c, * cofflink.c, * ecoff.c, * pe-mips.c,
436 * peXXigen.c, * peicode.h: Standardize error/warning messages.
437
438 2018-02-26 Alan Modra <amodra@gmail.com>
439
440 * elf32-arm.c, * elfnn-aarch64.c: Standardize error/warning messages.
441
442 2018-02-26 Alan Modra <amodra@gmail.com>
443
444 * elfxx-mips.c: Standardize error/warning messages.
445
446 2018-02-26 Alan Modra <amodra@gmail.com>
447
448 * dwarf2.c, * elf-attrs.c, * elf-eh-frame.c, * elf.c, * elf32-gen.c,
449 * elflink.c: Standardize error/warning messages. Replace use of
450 linker callback einfo with _bfd_error_handler when possible.
451
452 2018-02-26 Alan Modra <amodra@gmail.com>
453
454 * aoutx.h, * coff-alpha.c, * coff-i860.c, * coff-m68k.c,
455 * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c, * coff-sh.c,
456 * coff-tic4x.c, * coff-tic54x.c, * coff-tic80.c, * coff-w65.c,
457 * elf-bfd.h, * elf-m10300.c, * elf.c, * elf32-avr.c, * elf32-bfin.c,
458 * elf32-cr16.c, * elf32-cr16c.c, * elf32-cris.c, * elf32-crx.c,
459 * elf32-d10v.c, * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
460 * elf32-fr30.c, * elf32-frv.c, * elf32-i370.c, * elf32-i386.c,
461 * elf32-i960.c, * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c,
462 * elf32-m32c.c, * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
463 * elf32-m68k.c, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c,
464 * elf32-microblaze.c, * elf32-mips.c, * elf32-moxie.c,
465 * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c, * elf32-or1k.c,
466 * elf32-pj.c, * elf32-ppc.c, * elf32-rl78.c, * elf32-rx.c,
467 * elf32-s390.c, * elf32-sh.c, * elf32-spu.c, * elf32-tic6x.c,
468 * elf32-v850.c, * elf32-vax.c, * elf32-visium.c, * elf32-wasm32.c,
469 * elf32-xgate.c, * elf32-xtensa.c, * elf64-alpha.c,
470 * elf64-ia64-vms.c, * elf64-mips.c, * elf64-mmix.c,
471 * elf64-ppc.c, * elf64-s390.c, * elf64-sparc.c, * elf64-x86-64.c,
472 * elfn32-mips.c, * elfnn-aarch64.c, * elfnn-ia64.c,
473 * elfnn-riscv.c, * elfxx-mips.c, * elfxx-riscv.c, * elfxx-riscv.h,
474 * elfxx-sparc.c, * elfxx-sparc.h, * reloc.c: Standardize
475 unrecognized/unsupported reloc message.
476
477 2018-02-26 Alan Modra <amodra@gmail.com>
478
479 * elf32-ppc.c: Standardize error/warning messages. Use
480 _bfd_error_handler rather than einfo when einfo features not used.
481 * elf64-ppc.c: Likewise.
482
483 2018-02-23 Alan Modra <amodra@gmail.com>
484
485 PR 22881
486 * elf.c (assign_file_positions_for_non_load_sections): Remove RELRO
487 segment if no matching LOAD segment.
488
489 2018-02-23 Kuan-Lin Chen <kuanlinchentw@gmail.com>
490
491 * elf32-nds32.h: Define mask for ict_model.
492
493 2018-02-20 Jason Duerstock <jason.duerstock@gmail.com>
494
495 * elfnn-ia64.c (elf_backend_can_gc_sections): Enable.
496
497 2018-02-19 Maciej W. Rozycki <macro@mips.com>
498
499 Revert
500 2018-01-12 Vlad Ivanov <vlad@ivanov.email>
501
502 * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
503 .reginfo section has wrong size.
504
505 2018-02-19 Maciej W. Rozycki <macro@mips.com>
506
507 * elfxx-mips.c (_bfd_mips_elf_always_size_sections): Set
508 SEC_FIXED_SIZE and SEC_HAS_CONTENTS flags for `.reginfo' and
509 `.MIPS.abiflags' sections.
510 (_bfd_mips_elf_final_link): Avoid reading beyond `.reginfo'
511 section's end.
512
513 2018-02-19 Maciej W. Rozycki <macro@mips.com>
514
515 * section.c (SEC_FIXED_SIZE): New macro.
516 * bfd-in2.h: Regenerate.
517
518 2018-02-19 Maciej W. Rozycki <macro@mips.com>
519
520 * section.c (SEC_HAS_GOT_REF): Remove macro.
521 * bfd-in2.h: Regenerate.
522
523 2018-02-19 Alan Modra <amodra@gmail.com>
524
525 * elf-attrs.c (_bfd_elf_parse_attributes): Correct _bfd_error_handler
526 arguments.
527 * elfxx-mips.c (_bfd_mips_elf_final_link): Likewise.
528 * elfnn-riscv.c (_bfd_riscv_relax_align): Likewise.
529 (_bfd_riscv_relax_pc): Likewise and fix typos.
530 * libbfd-in.h (_bfd_error_handler): Add attribute printf.
531 * libbfd.h: Regenerate.
532
533 2018-02-19 Alan Modra <amodra@gmail.com>
534
535 * dwarf2.c (read_section): Don't use 'll' format modifier.
536 (find_abstract_instance): Likewise.
537 * elfcore.h (elf_core_file_p): Likewise.
538
539 2018-02-19 Alan Modra <amodra@gmail.com>
540
541 * bfd-in.h: Include inttypes.h or if not available define
542 PRId64, PRIu64 and PRIx64.
543 * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Remove support for L
544 modifier to print bfd_vma.
545 * coff-arm.c, * coff-mcore.c, * coff-ppc.c, * coff-rs6000.c,
546 * coff-sh.c, * coff-tic80.c, * coffcode.h, * coffgen.c, * cofflink.c,
547 * compress.c, * dwarf2.c, * elf-m10300.c, * elf.c, * elf32-arc.c,
548 * elf32-arm.c, * elf32-bfin.c, * elf32-cris.c, * elf32-hppa.c,
549 * elf32-i386.c, * elf32-ip2k.c, * elf32-lm32.c, * elf32-m32r.c,
550 * elf32-m68k.c, * elf32-metag.c, * elf32-nds32.c, * elf32-nios2.c,
551 * elf32-ppc.c, * elf32-rx.c, * elf32-s390.c, * elf32-score.c,
552 * elf32-score7.c, * elf32-sh.c, * elf32-sh64.c, * elf32-spu.c,
553 * elf32-tic6x.c, * elf32-tilepro.c, * elf32-v850.c, * elf32-vax.c,
554 * elf32-xtensa.c, * elf64-alpha.c, * elf64-hppa.c, * elf64-ia64-vms.c,
555 * elf64-mmix.c, * elf64-s390.c, * elf64-sh64.c, * elf64-x86-64.c,
556 * elfcode.h, * elfcore.h, * elflink.c, * elfnn-aarch64.c,
557 * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-mips.c, * elfxx-sparc.c,
558 * elfxx-tilegx.c, * ieee.c, * ihex.c, * mach-o.c, * merge.c, * mmo.c,
559 * peXXigen.c, * xcofflink.c: Replace use of Lx modifier with PRIx64,
560 and cast input to uint64_t, and similarly for Ld and Lu.
561 * bfd-in2.h: Regenerate.
562
563 2018-02-19 Alan Modra <amodra@gmail.com>
564
565 * elf32-arm.c, * elf32-hppa.c, * elf32-lm32.c, * elf32-m32r.c,
566 * elf32-metag.c, * elf32-nds32.c, * elf32-or1k.c, * elf32-ppc.c,
567 * elf32-s390.c, * elf32-sh.c, * elf32-tic6x.c, * elf32-tilepro.c,
568 * elf64-ppc.c, * elf64-s390.c, * elflink.c, * elfnn-aarch64.c,
569 * elfnn-riscv.c, * elfxx-sparc.c, * elfxx-tilegx.c, * elfxx-x86.c,
570 * reloc.c: Replace use of %R and %T in format strings passed to
571 einfo and friends by %pR and %pT.
572
573 2018-02-19 Alan Modra <amodra@gmail.com>
574
575 * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Handle %pA and %pB in place
576 of %A and %B.
577 * aout-adobe.c: Update all messages using %A and %B.
578 * aout-cris.c: Likewise.
579 * aoutx.h: Likewise.
580 * archive.c: Likewise.
581 * binary.c: Likewise.
582 * cache.c: Likewise.
583 * coff-alpha.c: Likewise.
584 * coff-arm.c: Likewise.
585 * coff-i860.c: Likewise.
586 * coff-mcore.c: Likewise.
587 * coff-ppc.c: Likewise.
588 * coff-rs6000.c: Likewise.
589 * coff-sh.c: Likewise.
590 * coff-tic4x.c: Likewise.
591 * coff-tic54x.c: Likewise.
592 * coff-tic80.c: Likewise.
593 * coff64-rs6000.c: Likewise.
594 * coffcode.h: Likewise.
595 * coffgen.c: Likewise.
596 * cofflink.c: Likewise.
597 * coffswap.h: Likewise.
598 * compress.c: Likewise.
599 * cpu-arm.c: Likewise.
600 * ecoff.c: Likewise.
601 * elf-attrs.c: Likewise.
602 * elf-eh-frame.c: Likewise.
603 * elf-ifunc.c: Likewise.
604 * elf-m10300.c: Likewise.
605 * elf-properties.c: Likewise.
606 * elf-s390-common.c: Likewise.
607 * elf.c: Likewise.
608 * elf32-arc.c: Likewise.
609 * elf32-arm.c: Likewise.
610 * elf32-avr.c: Likewise.
611 * elf32-bfin.c: Likewise.
612 * elf32-cr16.c: Likewise.
613 * elf32-cr16c.c: Likewise.
614 * elf32-cris.c: Likewise.
615 * elf32-crx.c: Likewise.
616 * elf32-d10v.c: Likewise.
617 * elf32-d30v.c: Likewise.
618 * elf32-epiphany.c: Likewise.
619 * elf32-fr30.c: Likewise.
620 * elf32-frv.c: Likewise.
621 * elf32-gen.c: Likewise.
622 * elf32-hppa.c: Likewise.
623 * elf32-i370.c: Likewise.
624 * elf32-i386.c: Likewise.
625 * elf32-i960.c: Likewise.
626 * elf32-ip2k.c: Likewise.
627 * elf32-iq2000.c: Likewise.
628 * elf32-lm32.c: Likewise.
629 * elf32-m32c.c: Likewise.
630 * elf32-m32r.c: Likewise.
631 * elf32-m68hc11.c: Likewise.
632 * elf32-m68hc12.c: Likewise.
633 * elf32-m68hc1x.c: Likewise.
634 * elf32-m68k.c: Likewise.
635 * elf32-mcore.c: Likewise.
636 * elf32-mep.c: Likewise.
637 * elf32-metag.c: Likewise.
638 * elf32-microblaze.c: Likewise.
639 * elf32-moxie.c: Likewise.
640 * elf32-msp430.c: Likewise.
641 * elf32-mt.c: Likewise.
642 * elf32-nds32.c: Likewise.
643 * elf32-nios2.c: Likewise.
644 * elf32-or1k.c: Likewise.
645 * elf32-pj.c: Likewise.
646 * elf32-ppc.c: Likewise.
647 * elf32-rl78.c: Likewise.
648 * elf32-rx.c: Likewise.
649 * elf32-s390.c: Likewise.
650 * elf32-score.c: Likewise.
651 * elf32-score7.c: Likewise.
652 * elf32-sh-symbian.c: Likewise.
653 * elf32-sh.c: Likewise.
654 * elf32-sh64.c: Likewise.
655 * elf32-sparc.c: Likewise.
656 * elf32-spu.c: Likewise.
657 * elf32-tic6x.c: Likewise.
658 * elf32-tilepro.c: Likewise.
659 * elf32-v850.c: Likewise.
660 * elf32-vax.c: Likewise.
661 * elf32-visium.c: Likewise.
662 * elf32-wasm32.c: Likewise.
663 * elf32-xgate.c: Likewise.
664 * elf32-xtensa.c: Likewise.
665 * elf64-alpha.c: Likewise.
666 * elf64-gen.c: Likewise.
667 * elf64-hppa.c: Likewise.
668 * elf64-ia64-vms.c: Likewise.
669 * elf64-mmix.c: Likewise.
670 * elf64-ppc.c: Likewise.
671 * elf64-s390.c: Likewise.
672 * elf64-sh64.c: Likewise.
673 * elf64-sparc.c: Likewise.
674 * elf64-x86-64.c: Likewise.
675 * elfcode.h: Likewise.
676 * elfcore.h: Likewise.
677 * elflink.c: Likewise.
678 * elfnn-aarch64.c: Likewise.
679 * elfnn-ia64.c: Likewise.
680 * elfnn-riscv.c: Likewise.
681 * elfxx-mips.c: Likewise.
682 * elfxx-sparc.c: Likewise.
683 * elfxx-tilegx.c: Likewise.
684 * elfxx-x86.c: Likewise.
685 * hpux-core.c: Likewise.
686 * ieee.c: Likewise.
687 * ihex.c: Likewise.
688 * libbfd.c: Likewise.
689 * linker.c: Likewise.
690 * mach-o.c: Likewise.
691 * merge.c: Likewise.
692 * mmo.c: Likewise.
693 * oasys.c: Likewise.
694 * pdp11.c: Likewise.
695 * pe-mips.c: Likewise.
696 * peXXigen.c: Likewise.
697 * peicode.h: Likewise.
698 * reloc.c: Likewise.
699 * rs6000-core.c: Likewise.
700 * srec.c: Likewise.
701 * stabs.c: Likewise.
702 * vms-alpha.c: Likewise.
703 * xcofflink.c: Likewise.
704
705 2018-02-19 Alan Modra <amodra@gmail.com>
706
707 PR 22845
708 * elf.c (IS_TBSS): Define.
709 (_bfd_elf_map_sections_to_segments): Use IS_TBSS.
710 (assign_file_positions_for_non_load_sections): Revert last change.
711 Properly calculate load segment limits to compare against relro limits.
712
713 2018-02-17 Alan Modra <amodra@gmail.com>
714
715 PR 22845
716 * elf.c (assign_file_positions_for_non_load_sections): Ignore
717 degenerate zero size PT_LOAD segments when finding one overlapping
718 the PT_GNU_RELRO segment.
719
720 2018-02-16 Alan Modra <amodra@gmail.com>
721
722 * libbfd.c (_bfd_bool_bfd_false_error): Rename from bfd_false.
723 (_bfd_bool_bfd_true): Rename from bfd_true.
724 (_bfd_ptr_bfd_null_error): Rename from bfd_nullvoidptr.
725 (_bfd_int_bfd_0): Rename from bfd_0.
726 (_bfd_uint_bfd_0): Rename from bfd_0u.
727 (_bfd_long_bfd_0): Rename from bfd_0l.
728 (_bfd_long_bfd_n1_error): Rename from _bfd_n1.
729 (_bfd_void_bfd): Rename from bfd_void.
730 (_bfd_bool_bfd_false, _bfd_bool_bfd_asymbol_false),
731 (_bfd_bool_bfd_link_false_error),
732 (_bfd_bool_bfd_link_true, _bfd_bool_bfd_bfd_true),
733 (_bfd_bool_bfd_uint_true, _bfd_bool_bfd_ptr_true),
734 (_bfd_bool_bfd_asection_bfd_asection_true),
735 (_bfd_bool_bfd_asymbol_bfd_asymbol_true),
736 (_bfd_void_bfd_link, _bfd_void_bfd_asection): New functions.
737 * archive.c (_bfd_noarchive_get_elt_at_index),
738 (_bfd_noarchive_openr_next_archived_file),
739 (_bfd_noarchive_construct_extended_name_table),
740 (_bfd_noarchive_write_ar_hdr, _bfd_noarchive_truncate_arname),
741 (_bfd_noarchive_write_armap): New functions.
742 * archures.c (_bfd_nowrite_set_arch_mach): New function.
743 * coff-alpha.c (alpha_ecoff_swap_coff_aux_in),
744 (alpha_ecoff_swap_coff_sym_in, alpha_ecoff_swap_coff_lineno_in),
745 (alpha_ecoff_swap_coff_aux_out, alpha_ecoff_swap_coff_sym_out),
746 (alpha_ecoff_swap_coff_lineno_out),
747 (alpha_ecoff_swap_coff_reloc_out): New functions.
748 * coff-mips.c (mips_ecoff_swap_coff_aux_in),
749 (mips_ecoff_swap_coff_sym_in, mips_ecoff_swap_coff_lineno_in),
750 (mips_ecoff_swap_coff_aux_out, mips_ecoff_swap_coff_sym_out),
751 (mips_ecoff_swap_coff_lineno_out),
752 (mips_ecoff_swap_coff_reloc_out): New functions.
753 * coffcode.h (coff_set_alignment_hook): Replace define with
754 new function.
755 (symname_in_debug_hook): Likewise.
756 * ecoff.c (_bfd_ecoff_set_alignment_hook): New function.
757 * elfxx-target.h (elf_backend_allow_non_load_phdr): Default to 0.
758 * elf.c (assign_file_positions_except_relocs): Test
759 elf_backend_allow_non_load_phdr for NULL.
760 * elflink.c (_bfd_elf_omit_section_dynsym_default): Rename from
761 _bfd_elf_link_omit_section_dynsym. Update uses.
762 (_bfd_elf_omit_section_dynsym_all): New function.
763 * elf-bfd.h (_bfd_elf_link_omit_section_dynsym): Delete.
764 (_bfd_elf_omit_section_dynsym_default): Declare.
765 (_bfd_elf_omit_section_dynsym_all): Declare.
766 * linker.c (_bfd_nolink_sizeof_headers, _bfd_nolink_bfd_relax_section),
767 (_bfd_nolink_bfd_get_relocated_section_contents),
768 (_bfd_nolink_bfd_lookup_section_flags),
769 (_bfd_nolink_bfd_is_group_section, _bfd_nolink_bfd_discard_group),
770 (_bfd_nolink_bfd_link_hash_table_create),
771 (_bfd_nolink_bfd_link_just_syms),
772 (_bfd_nolink_bfd_copy_link_hash_symbol_type),
773 (_bfd_nolink_bfd_link_split_section),
774 (_bfd_nolink_section_already_linked),
775 (_bfd_nolink_bfd_define_common_symbol),
776 (_bfd_nolink_bfd_define_start_stop): New functions.
777 * reloc.c (_bfd_norelocs_bfd_reloc_type_lookup),
778 (_bfd_norelocs_bfd_reloc_name_lookup),
779 (_bfd_nodynamic_canonicalize_dynamic_reloc): New functions.
780 * section.c (_bfd_nowrite_set_section_contents): New function.
781 * syms.c (_bfd_nosymbols_canonicalize_symtab),
782 (_bfd_nosymbols_print_symbol, _bfd_nosymbols_get_symbol_info),
783 (_bfd_nosymbols_get_symbol_version_string),
784 (_bfd_nosymbols_bfd_is_local_label_name),
785 (_bfd_nosymbols_get_lineno, _bfd_nosymbols_find_nearest_line),
786 (_bfd_nosymbols_find_line, _bfd_nosymbols_find_inliner_info),
787 (_bfd_nosymbols_bfd_make_debug_symbol),
788 ( _bfd_nosymbols_read_minisymbols),
789 ( _bfd_nosymbols_minisymbol_to_symbol),
790 (_bfd_nodynamic_get_synthetic_symtab): New functions.
791 * libbfd-in.h: Declare new functions. Update existing defines,
792 removing casts.
793 * aix386-core.c: Update to use new hooks. Formatting.
794 * aout-adobe.c: Likewise.
795 * aout-arm.c: Likewise.
796 * aout-target.h: Likewise.
797 * aout-tic30.c: Likewise.
798 * aoutf1.h: Likewise.
799 * binary.c: Likewise.
800 * bout.c: Likewise.
801 * cisco-core.c: Likewise.
802 * coff-alpha.c: Likewise.
803 * coff-i386.c: Likewise.
804 * coff-i860.c: Likewise.
805 * coff-i960.c: Likewise.
806 * coff-ia64.c: Likewise.
807 * coff-mips.c: Likewise.
808 * coff-ppc.c: Likewise.
809 * coff-rs6000.c: Likewise.
810 * coff-sh.c: Likewise.
811 * coff-tic30.c: Likewise.
812 * coff-tic54x.c: Likewise.
813 * coff-x86_64.c: Likewise.
814 * coff64-rs6000.c: Likewise.
815 * coffcode.h: Likewise.
816 * elf-m10300.c: Likewise.
817 * elf32-cr16.c: Likewise.
818 * elf32-lm32.c: Likewise.
819 * elf32-m32r.c: Likewise.
820 * elf32-metag.c: Likewise.
821 * elf32-score.c: Likewise.
822 * elf32-score7.c: Likewise.
823 * elf32-tilepro.c: Likewise.
824 * elf32-xstormy16.c: Likewise.
825 * elf32-xtensa.c: Likewise.
826 * elf64-alpha.c: Likewise.
827 * elf64-hppa.c: Likewise.
828 * elf64-ia64-vms.c: Likewise.
829 * elf64-mmix.c: Likewise.
830 * elf64-sh64.c: Likewise.
831 * elfnn-ia64.c: Likewise.
832 * elfxx-sparc.c: Likewise.
833 * elfxx-target.h: Likewise.
834 * elfxx-tilegx.c: Likewise.
835 * elfxx-x86.h: Likewise.
836 * hp300hpux.c: Likewise.
837 * hppabsd-core.c: Likewise.
838 * hpux-core.c: Likewise.
839 * i386msdos.c: Likewise.
840 * i386os9k.c: Likewise.
841 * ieee.c: Likewise.
842 * ihex.c: Likewise.
843 * irix-core.c: Likewise.
844 * libaout.h: Likewise.
845 * libecoff.h: Likewise.
846 * mach-o-target.c: Likewise.
847 * mach-o.c: Likewise.
848 * mipsbsd.c: Likewise.
849 * mmo.c: Likewise.
850 * netbsd-core.c: Likewise.
851 * nlm-target.h: Likewise.
852 * oasys.c: Likewise.
853 * osf-core.c: Likewise.
854 * pdp11.c: Likewise.
855 * pe-mips.c: Likewise.
856 * pe-x86_64.c: Likewise.
857 * pef.c: Likewise.
858 * plugin.c: Likewise.
859 * ppcboot.c: Likewise.
860 * ptrace-core.c: Likewise.
861 * sco5-core.c: Likewise.
862 * som.c: Likewise.
863 * sparclynx.c: Likewise.
864 * srec.c: Likewise.
865 * tekhex.c: Likewise.
866 * trad-core.c: Likewise.
867 * verilog.c: Likewise.
868 * versados.c: Likewise.
869 * vms-alpha.c: Likewise.
870 * vms-lib.c: Likewise.
871 * wasm-module.c: Likewise.
872 * xsym.c: Likewise.
873 * libbfd.h: Regenerate.
874
875 2018-02-15 Jim Wilson <jimw@sifive.com>
876
877 * elfnn-riscv.c (_bfd_riscv_relax_section): Ifdef out check to ignore
878 symbols whose section address is zero.
879
880 * elfnn-riscv.c (riscv_elf_relocate_section): Use bfd_reloc_dangerous
881 when pcrel_lo reloc has an addend. Use reloc_dangerous callback for
882 bfd_reloc_dangerous. Use einfo instead of warning callback for errors.
883 Add %X%P to error messages.
884
885 2018-02-15 Eric Botcazou <ebotcazou@adacore.com>
886
887 PR ld/22832
888 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
889 Pass FALSE instead of TRUE as 'create' argument to bfd_link_hash_lookup
890 and assert that the result of the call is not NULL.
891
892 2018-02-14 Nick Clifton <nickc@redhat.com>
893
894 PR 22823
895 Revert previous delta. Add extra casts to avoid compile time
896 warnings instead.
897 * libbfd-in.h (_bfd_generic_bfd_copy_private_bfd_data): Add extra
898 cast to avoid warning from gcc v8 compiler.
899 (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
900 (_bfd_generic_bfd_set_private_flags): Likewise.
901 (_bfd_generic_bfd_copy_private_section_data): Likewise.
902 (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
903 (_bfd_generic_bfd_copy_private_header_data): Likewise.
904 (_bfd_generic_bfd_print_private_bfd_data): Likewise.
905 (_bfd_noarchive_construct_extended_name_table): Likewise.
906 (_bfd_noarchive_truncate_arname): Likewise.
907 (_bfd_noarchive_write_ar_hdr): Likewise.
908 (_bfd_noarchive_get_elt_at_index): Likewise.
909 (_bfd_nosymbols_canonicalize_symtab): Likewise.
910 (_bfd_nosymbols_print_symbol): Likewise.
911 (_bfd_nosymbols_get_symbol_info): Likewise.
912 (_bfd_nosymbols_get_symbol_version_string): Likewise.
913 (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
914 (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
915 (_bfd_nosymbols_get_lineno): Likewise.
916 (_bfd_nosymbols_find_nearest_line): Likewise.
917 (_bfd_nosymbols_find_line): Likewise.
918 (_bfd_nosymbols_find_inliner_info): Likewise.
919 (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
920 (_bfd_nosymbols_read_minisymbols): Likewise.
921 (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
922 (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
923 (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
924 (_bfd_nowrite_set_arch_mach): Likewise.
925 (_bfd_nowrite_set_section_contents): Likewise.
926 (_bfd_nolink_sizeof_headers): Likewise.
927 (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
928 (_bfd_nolink_bfd_relax_section): Likewise.
929 (_bfd_nolink_bfd_gc_sections): Likewise.
930 (_bfd_nolink_bfd_lookup_section_flags): Likewise.
931 (_bfd_nolink_bfd_merge_sections): Likewise.
932 (_bfd_nolink_bfd_is_group_section): Likewise.
933 (_bfd_nolink_bfd_discard_group): Likewise.
934 (_bfd_nolink_bfd_link_hash_table_create): Likewise.
935 (_bfd_nolink_bfd_link_add_symbols): Likewise.
936 (_bfd_nolink_bfd_link_just_syms): Likewise.
937 (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
938 (_bfd_nolink_bfd_final_link): Likewise.
939 (_bfd_nolink_bfd_link_split_section): Likewise.
940 (_bfd_nolink_section_already_linked): Likewise.
941 (_bfd_nolink_bfd_define_common_symbol): Likewise.
942 (_bfd_nolink_bfd_define_start_stop): Likewise.
943 (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
944 (_bfd_nodynamic_get_synthetic_symtab): Likewise.
945 (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
946 (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
947 * libbfd.c (bfd_false_any): Delete.
948 (bfd_true_any, bfd_nullvoidptr_any, bfd_0_any): Delete.
949 (bfd_0u_any, bfd_0l_any, _bfd_n1_any, bfd_void_any): Delete.
950 * libbfd.h (extern): Regenerate
951 * aout-target.h (MY_bfd_is_target_special_symbol): Add extra
952 cast to avoid warning from gcc v8 compiler.
953 * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
954 * binary.c (binary_get_symbol_info): Likewise.
955 * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
956 * coff-mips.c (mips_ecoff_backend_data): Likewise.
957 * coffcode.h (coff_set_alignment_hook): Likewise.
958 (symname_in_debug_hook): Likewise.
959 (bfd_coff_backend_data bigobj_swap_table): Likewise.
960 * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
961 * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
962 * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
963 * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
964 * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
965 * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
966 * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
967 * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
968 * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
969 * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
970 * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
971 * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
972 * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
973 * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
974 * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
975 * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
976 (bfd_elfNN_bfd_make_debug_symbol): Likewise.
977 (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
978 (bfd_elfNN_bfd_set_private_flags): Likewise.
979 (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
980 (elf_backend_init_index_section): Likewise.
981 (elf_backend_allow_non_load_phdr): Likewise.
982 * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
983 * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
984 * ieee.c (ieee_construct_extended_name_table): Likewise.
985 (ieee_write_armap): Likewise.
986 (ieee_write_ar_hdr): Likewise.
987 (ieee_bfd_is_target_special_symbol): Likewise.
988 * ihex.c (ihex_canonicalize_symtab): Likewise.
989 (ihex_bfd_is_target_special_symbol): Likewise.
990 * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
991 * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
992 (_bfd_ecoff_set_alignment_hook): Likewise.
993 * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
994 * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
995 * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
996 * oasys.c (oasys_construct_extended_name_table): Likewise.
997 (oasys_write_armap): Likewise.
998 (oasys_write_ar_hdr): Likewise.
999 (oasys_bfd_is_target_special_symbol): Likewise.
1000 * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
1001 * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
1002 * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
1003 * som.c (som_bfd_is_target_special_symbol): Likewise.
1004 * srec.c (srec_bfd_is_target_special_symbol): Likewise.
1005 * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
1006 * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
1007 * versados.c (versados_bfd_is_target_special_symbol): Likewise.
1008 (versados_bfd_reloc_name_lookup): Likewise.
1009 * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
1010 (vms_bfd_define_start_stop): Likewise.
1011 (alpha_vms_bfd_is_target_special_symbol): Likewise.
1012 * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
1013 * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
1014
1015 2018-02-14 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 PR ld/22842
1018 * elf32-i386.c (elf_i386_check_relocs): Pass FALSE for non
1019 PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
1020 * elf64-x86-64.c (elf_x86_64_check_relocs): Create PLT for
1021 R_X86_64_PC32 reloc against dynamic function in data section.
1022 Pass TRUE for PC-relative PLT to NEED_DYNAMIC_RELOCATION_P.
1023 (elf_x86_64_relocate_section): Use PLT for R_X86_64_PC32 reloc
1024 against dynamic function in data section.
1025 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Use PLT in PIE as
1026 function address only if pcrel_plt is true.
1027 (_bfd_x86_elf_link_hash_table_create): Set pcrel_plt.
1028 * elfxx-x86.h (NEED_DYNAMIC_RELOCATION_P): Add PCREL_PLT for
1029 PC-relative PLT. If PLT is PC-relative, don't generate dynamic
1030 PC-relative relocation against a function definition in data
1031 secton in PIE. Remove the obsolete comments.
1032 (elf_x86_link_hash_table): Add pcrel_plt.
1033
1034 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
1035
1036 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Check bfd_link_dll,
1037 instead of bfd_link_pic, for building shared library.
1038
1039 2018-02-13 H.J. Lu <hongjiu.lu@intel.com>
1040
1041 PR gas/22791
1042 * elf64-x86-64.c (is_32bit_relative_branch): Removed.
1043 (elf_x86_64_relocate_section): Check PIC relocations in PIE.
1044 Remove is_32bit_relative_branch usage. Disallow PC32 reloc
1045 against protected function in shared object.
1046
1047 2018-02-13 Sergei Trofimovich <slyfox@inbox.ru>
1048
1049 PR 22828
1050 * po/ru.po: Fix typo in Russian translation.
1051
1052 2018-02-13 Maciej W. Rozycki <macro@mips.com>
1053
1054 * wasm-module.c (wasm_scan_name_function_section): Rename
1055 `index' local variable to `idx'.
1056
1057 2018-02-13 Nick Clifton <nickc@redhat.com>
1058
1059 PR 22823
1060 Fix compile time warnings generated by gcc version 8.
1061 * libbfd-in.h: Remove extraneous text from prototypes.
1062 Add prototypes for bfd_false_any, bfd_true_any,
1063 bfd_nullvoidptr_any, bfd_0_any, bfd_0u_any, bfd_0l_any,
1064 bfd_n1_any, bfd_void_any.
1065 (_bfd_generic_bfd_copy_private_bfd_data): Use vararg based dummy
1066 function.
1067 (_bfd_generic_bfd_merge_private_bfd_data): Likewise.
1068 (_bfd_generic_bfd_set_private_flags): Likewise.
1069 (_bfd_generic_bfd_copy_private_section_data): Likewise.
1070 (_bfd_generic_bfd_copy_private_symbol_data): Likewise.
1071 (_bfd_generic_bfd_copy_private_header_data): Likewise.
1072 (_bfd_generic_bfd_print_private_bfd_data): Likewise.
1073 (_bfd_noarchive_construct_extended_name_table): Likewise.
1074 (_bfd_noarchive_truncate_arname): Likewise.
1075 (_bfd_noarchive_write_ar_hdr): Likewise.
1076 (_bfd_noarchive_get_elt_at_index): Likewise.
1077 (_bfd_nosymbols_canonicalize_symtab): Likewise.
1078 (_bfd_nosymbols_print_symbol): Likewise.
1079 (_bfd_nosymbols_get_symbol_info): Likewise.
1080 (_bfd_nosymbols_get_symbol_version_string): Likewise.
1081 (_bfd_nosymbols_bfd_is_local_label_name): Likewise.
1082 (_bfd_nosymbols_bfd_is_target_special_symbol): Likewise.
1083 (_bfd_nosymbols_get_lineno): Likewise.
1084 (_bfd_nosymbols_find_nearest_line): Likewise.
1085 (_bfd_nosymbols_find_line): Likewise.
1086 (_bfd_nosymbols_find_inliner_info): Likewise.
1087 (_bfd_nosymbols_bfd_make_debug_symbol): Likewise.
1088 (_bfd_nosymbols_read_minisymbols): Likewise.
1089 (_bfd_nosymbols_minisymbol_to_symbol): Likewise.
1090 (_bfd_norelocs_bfd_reloc_type_lookup): Likewise.
1091 (_bfd_norelocs_bfd_reloc_name_lookup): Likewise.
1092 (_bfd_nowrite_set_arch_mach): Likewise.
1093 (_bfd_nowrite_set_section_contents): Likewise.
1094 (_bfd_nolink_sizeof_headers): Likewise.
1095 (_bfd_nolink_bfd_get_relocated_section_contents): Likewise.
1096 (_bfd_nolink_bfd_relax_section): Likewise.
1097 (_bfd_nolink_bfd_gc_sections): Likewise.
1098 (_bfd_nolink_bfd_lookup_section_flags): Likewise.
1099 (_bfd_nolink_bfd_merge_sections): Likewise.
1100 (_bfd_nolink_bfd_is_group_section): Likewise.
1101 (_bfd_nolink_bfd_discard_group): Likewise.
1102 (_bfd_nolink_bfd_link_hash_table_create): Likewise.
1103 (_bfd_nolink_bfd_link_add_symbols): Likewise.
1104 (_bfd_nolink_bfd_link_just_syms): Likewise.
1105 (_bfd_nolink_bfd_copy_link_hash_symbol_type): Likewise.
1106 (_bfd_nolink_bfd_final_link): Likewise.
1107 (_bfd_nolink_bfd_link_split_section): Likewise.
1108 (_bfd_nolink_section_already_linked): Likewise.
1109 (_bfd_nolink_bfd_define_common_symbol): Likewise.
1110 (_bfd_nolink_bfd_define_start_stop): Likewise.
1111 (_bfd_nodynamic_canonicalize_dynamic_symtab): Likewise.
1112 (_bfd_nodynamic_get_synthetic_symtab): Likewise.
1113 (_bfd_nodynamic_get_dynamic_reloc_upper_bound _bfd_): Likewise.
1114 (_bfd_nodynamic_canonicalize_dynamic_reloc): Likewise.
1115 * libbfd.c (bfd_false_any): New function. Like bfd_false but
1116 accepts one or more arguments.
1117 (bfd_true_any): Likewise.
1118 (bfd_nullvoidptr_any): Likewise.
1119 (bfd_0_any): Likewise.
1120 (bfd_0u_any): Likewise.
1121 (bfd_0l_any): Likewise.
1122 (_bfd_n1_any): Likewise.
1123 (bfd_void_any): Likewise.
1124 * libbfd.h (extern): Regenerate
1125 * aout-target.h (MY_bfd_is_target_special_symbol): Use vararg
1126 based dummy function.
1127 * aout-tic30.c (tic30_aout_set_arch_mach): Likewise.
1128 * binary.c (binary_get_symbol_info): Likewise.
1129 * coff-alpha.c (alpha_ecoff_backend_data): Likewise.
1130 * coff-mips.c (mips_ecoff_backend_data): Likewise.
1131 * coffcode.h (coff_set_alignment_hook): Likewise.
1132 (symname_in_debug_hook): Likewise.
1133 (bfd_coff_backend_data bigobj_swap_table): Likewise.
1134 * elf-m10300.c (elf_backend_omit_section_dynsym): Likewise.
1135 * elf32-cr16.c (elf_backend_omit_section_dynsym): Likewise.
1136 * elf32-lm32.c (elf_backend_omit_section_dynsym): Likewise.
1137 * elf32-m32r.c (elf_backend_omit_section_dynsym): Likewise.
1138 * elf32-metag.c (elf_backend_omit_section_dynsym): Likewise.
1139 * elf32-score.c (elf_backend_omit_section_dynsym): Likewise.
1140 * elf32-score7.c (elf_backend_omit_section_dynsym): Likewise.
1141 * elf32-xstormy16.c (elf_backend_omit_section_dynsym): Likewise.
1142 * elf32-xtensa.c (elf_backend_omit_section_dynsym): Likewise.
1143 * elf64-alpha.c (elf_backend_omit_section_dynsym): Likewise.
1144 * elf64-hppa.c (elf_backend_omit_section_dynsym): Likewise.
1145 * elf64-ia64-vms.c (elf_backend_omit_section_dynsym): Likewise.
1146 * elf64-mmix.c (elf_backend_omit_section_dynsym): Likewise.
1147 * elf64-sh64.c (elf_backend_omit_section_dynsym): Likewise.
1148 * elfnn-ia64.c (elf_backend_omit_section_dynsym): Likewise.
1149 * elfxx-target.h (bfd_elfNN_bfd_debug_info_accumulate): Likewise.
1150 (bfd_elfNN_bfd_make_debug_symbol): Likewise.
1151 (bfd_elfNN_bfd_merge_private_bfd_data): Likewise.
1152 (bfd_elfNN_bfd_set_private_flags): Likewise.
1153 (bfd_elfNN_bfd_is_target_special_symbol): Likewise.
1154 (elf_backend_init_index_section): Likewise.
1155 (elf_backend_allow_non_load_phdr): Likewise.
1156 * elfxx-x86.h (elf_backend_omit_section_dynsym): Likewise.
1157 * i386msdos.c (msdos_bfd_is_target_special_symbol): Likewise.
1158 * ieee.c (ieee_construct_extended_name_table): Likewise.
1159 (ieee_write_armap): Likewise.
1160 (ieee_write_ar_hdr): Likewise.
1161 (ieee_bfd_is_target_special_symbol): Likewise.
1162 * ihex.c (ihex_canonicalize_symtab): Likewise.
1163 (ihex_bfd_is_target_special_symbol): Likewise.
1164 * libaout.h (aout_32_bfd_is_target_special_symbol): Likewise.
1165 * libecoff.h (_bfd_ecoff_bfd_is_target_special_symbol): Likewise.
1166 (_bfd_ecoff_set_alignment_hook): Likewise.
1167 * mach-o-target.c (bfd_mach_o_bfd_is_target_special_symbol): Likewise.
1168 * mmo.c (mmo_bfd_is_target_special_symbol): Likewise.
1169 * nlm-target.h (nlm_bfd_is_target_special_symbol): Likewise.
1170 * oasys.c (oasys_construct_extended_name_table): Likewise.
1171 (oasys_write_armap): Likewise.
1172 (oasys_write_ar_hdr): Likewise.
1173 (oasys_bfd_is_target_special_symbol): Likewise.
1174 * pef.c (bfd_pef_bfd_is_target_special_symbol): Likewise.
1175 * plugin.c (bfd_plugin_bfd_is_target_special_symbol): Likewise.
1176 * ppcboot.c (ppcboot_bfd_is_target_special_symbol): Likewise.
1177 * som.c (som_bfd_is_target_special_symbol): Likewise.
1178 * srec.c (srec_bfd_is_target_special_symbol): Likewise.
1179 * tekhex.c (tekhex_bfd_is_target_special_symbol): Likewise.
1180 * verilog.c (verilog_bfd_is_target_special_symbol): Likewise.
1181 * versados.c (versados_bfd_is_target_special_symbol): Likewise.
1182 (versados_bfd_reloc_name_lookup): Likewise.
1183 * vms-alpha.c (vms_bfd_is_target_special_symbol): Likewise.
1184 (vms_bfd_define_start_stop): Likewise.
1185 (alpha_vms_bfd_is_target_special_symbol): Likewise.
1186 * wasm-module.c (wasm_bfd_is_target_special_symbol): Likewise.
1187 * xsym.c (bfd_sym_bfd_is_target_special_symbol): Likewise.
1188 * elf32-arc.c (get_replace_function): Assign replacement function
1189 to func pointer.
1190 * elf32-i370.c (i370_noop): Update prototype.
1191
1192 2018-02-13 Alan Modra <amodra@gmail.com>
1193
1194 PR 22836
1195 * elf.c (_bfd_elf_fixup_group_sections): Account for removed
1196 relocation sections. If size reduces to just the flag word,
1197 remove that too and mark with SEC_EXCLUDE.
1198 * elflink.c (bfd_elf_final_link): Strip empty group sections.
1199
1200 2018-02-13 Alan Modra <amodra@gmail.com>
1201
1202 PR 22829
1203 * elf.c (assign_file_positions_for_non_load_sections): Rewrite
1204 PT_GNU_RELRO setup.
1205
1206 2018-02-12 Zebediah Figura <z.figura12@gmail.com>
1207
1208 * i386msdos.c (msdos_mkobject); New function.
1209 (msdos_object_p): New function.
1210 (i386_msdos_vec): Use msdos_object_p as the check_format
1211 function.
1212 * peicode.h: Rename external_PEI_DOS_hdr, DOSMAGIC, and
1213 NT_SIGNATURE to external_DOS_hdr, IMAGE_DOS_SIGNATURE, and
1214 IMAGE_NT_SIGNATURE.
1215 * peXXigen.c: Likewise.
1216 * coff-ia64.c: Likewise.
1217
1218 2018-02-12 Nick Clifton <nickc@redhat.com>
1219
1220 * elf32-nds32.c (nds32_elf_relax_longjump3): Remove redundant
1221 assignment.
1222 * elf32-arc.c (elf_arc_relocate_section): Likewise.
1223
1224 2018-02-09 Eric Botcazou <ebotcazou@adacore.com>
1225
1226 * elfxx-sparc.c (UNDEFINED_WEAK_RESOLVED_TO_ZERO): Reorder conditions.
1227 (sparc_elf_append_rela): Assert that there is enough room in section.
1228 (_bfd_sparc_elf_copy_indirect_symbol): Fix formatting.
1229 (_bfd_sparc_elf_adjust_dynamic_symbol): Minor tweak.
1230 (allocate_dynrelocs): Remove outdated comments and reorder conditions.
1231 For a symbol subject to a GOT relocation, reserve a slot in the
1232 relocation section if the symbol isn't dynamic and we are in PIC mode.
1233 (_bfd_sparc_elf_relocate_section) <R_SPARC_GOTDATA_OP>: If relocation
1234 is relaxed and a slot was reserved, generate a R_SPARC_NONE relocation.
1235 <R_SPARC_GOTDATA_OP_HIX22>: Adjust comments.
1236 <R_SPARC_PC10>: Reorder conditions. Remove always-false assertion.
1237 (_bfd_sparc_elf_finish_dynamic_symbol): Rename local_undefweak into
1238 resolved_to_zero. Do not generate a dynamic GOT relocation for an
1239 undefined weak symbol with non-default visibility. Remove superfluous
1240 'else' and fix formatting.
1241
1242 2018-02-09 H.J. Lu <hongjiu.lu@intel.com>
1243
1244 * elf32-i386.c (elf_i386_get_synthetic_symtab): Also handle
1245 is_solaris.
1246 (i386_elf32_sol2_vec): Don't declare.
1247 (elf_i386_link_setup_gnu_properties): Also handle is_solaris.
1248 Don't set need_global_offset_table.
1249 (elf_i386_solaris_arch_bed): New.
1250 (elf_backend_arch_data): Set to elf_i386_solaris_arch_bed for
1251 Solaris.
1252 * elf64-x86-64.c (elf_x86_64_get_synthetic_symtab): Check
1253 target_os != is_nacl instead of target_os == is_normal.
1254 (x86_64_elf64_sol2_vec): Don't declare.
1255 (elf_x86_64_link_setup_gnu_properties): Check target_os !=
1256 is_nacl instead of target_os == is_normal. Don't set
1257 need_global_offset_table.
1258 (elf_x86_64_solaris_arch_bed): New.
1259 (elf_backend_arch_data): Set to elf_x86_64_solaris_arch_bed for
1260 Solaris.
1261 * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep
1262 _GLOBAL_OFFSET_TABLE_ for Solaris.
1263 (_bfd_x86_elf_link_setup_gnu_properties): Don't copy
1264 need_global_offset_table.
1265 * elfxx-x86.h (elf_x86_target_os): Add is_solaris.
1266 (elf_x86_link_hash_table): Remove need_global_offset_table.
1267 (elf_x86_init_table): Likewise.
1268
1269 2018-02-08 H.J. Lu <hongjiu.lu@intel.com>
1270
1271 * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
1272 Remove prototype.
1273 (i386_elf32_sol2_vec): Declared.
1274 (elf_i386_link_setup_gnu_properties): Set
1275 need_global_offset_table with info->output_bfd->xvec.
1276 * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
1277 Remove prototype.
1278 (x86_64_elf64_sol2_vec): Declared.
1279 (elf_x86_64_link_setup_gnu_properties): Set
1280 need_global_offset_table with info->output_bfd->xvec.
1281
1282 2018-02-08 H.J. Lu <hongjiu.lu@intel.com>
1283
1284 * elf32-i386.c (elf32_i386_copy_solaris_special_section_fields):
1285 New prototype.
1286 (elf_i386_link_setup_gnu_properties): Set need_global_offset_table
1287 for Solaris.
1288 * elf64-x86-64.c (elf64_x86_64_copy_solaris_special_section_fields):
1289 New prototype.
1290 (elf_x86_64_link_setup_gnu_properties): Set
1291 need_global_offset_table for Solaris.
1292 * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Keep the
1293 unused _GLOBAL_OFFSET_TABLE_ for Solaris.
1294 (_bfd_x86_elf_link_setup_gnu_properties): Copy
1295 need_global_offset_table.
1296 * elfxx-x86.h (elf_x86_link_hash_table): Add
1297 need_global_offset_table.
1298 (elf_x86_init_table): Likewise.
1299
1300 2018-02-08 Jim Wilson <jimw@sifive.com>
1301
1302 * elfnn-riscv.c (riscv_elf_relocate_section): Add comment for previous
1303 change.
1304
1305 2018-02-08 Nick Clifton <nickc@redhat.com>
1306
1307 PR 22788
1308 * elf.c (elf_parse_notes): Reject notes with excessuively large
1309 alignments.
1310
1311 2018-02-07 Alan Modra <amodra@gmail.com>
1312
1313 Revert 2018-01-17 Alan Modra <amodra@gmail.com>
1314 * elf32-ppc.c: Remove speculation barrier support.
1315 * elf32-ppc.h: Likewise.
1316 * elf64-ppc.c: Likewise.
1317 * elf64-ppc.h: Likewise.
1318
1319 2018-02-06 Jim Wilson <jimw@sifive.com>
1320
1321 * elfnn-riscv.c (riscv_elf_relocate_section): Return TRUE if used
1322 callback to report an error.
1323
1324 2018-02-06 Eric Botcazou <ebotcazou@adacore.com>
1325
1326 PR ld/22263
1327 * elfxx-sparc.c (sparc_elf_tls_transition): Turn call to bfd_link_pic
1328 into call to !bfd_link_executable and tidy up.
1329 (_bfd_sparc_elf_check_relocs): Fix formatting and tidy up.
1330 <R_SPARC_TLS_LE_HIX22>: Turn call to bfd_link_pic into call to
1331 !bfd_link_executable.
1332 <R_SPARC_TLS_IE_HI22>: Likewise.
1333 <GOT relocations>: Remove useless code, tidy and merge related blocks.
1334 <R_SPARC_TLS_GD_CALL>: Turn call to bfd_link_pic into call to
1335 !bfd_link_executable.
1336 <R_SPARC_WPLT30>: Tidy up.
1337 (_bfd_sparc_elf_gc_mark_hook): Turn call to bfd_link_pic into call to
1338 !bfd_link_executable.
1339 (allocate_dynrelocs): Likewise.
1340 (_bfd_sparc_elf_relocate_section): Fix formatting and tidy up.
1341 <R_SPARC_TLS_GD_HI22>: Merge into...
1342 <R_SPARC_TLS_GD_LO10>: ...this. Adjust 4th argument in call to
1343 sparc_elf_tls_transition and remove redundant code.
1344 <R_SPARC_TLS_LDM_HI22>: Turn call to bfd_link_pic into call to
1345 !bfd_link_executable.
1346 <R_SPARC_TLS_LDO_HIX22>: Likewise.
1347 <R_SPARC_TLS_LE_HIX22>: Likewise. Tidy up.
1348 <R_SPARC_TLS_LDM_CALL>: Likewise.
1349 <R_SPARC_TLS_GD_CALL>: Likewise. Tidy up.
1350 <R_SPARC_TLS_GD_ADD>: Likewise.
1351 <R_SPARC_TLS_LDM_ADD>: Likewise.
1352 <R_SPARC_TLS_LDO_ADD>: Likewise.
1353 <R_SPARC_TLS_IE_LD>: Likewise.
1354
1355 2018-02-06 Miloš Stojanović <milos.stojanovic@rt-rk.com>
1356
1357 PR 22789
1358 * elfxx-mips.c (_bfd_mips_elf_find_nearest_line): If the dwarf
1359 functions failed to find the function name, try the generic elf
1360 find function instead.
1361
1362 2018-02-06 Sergio Durigan Junior <sergiodj@redhat.com>
1363
1364 * coff-rs6000.c (xcoff_write_archive_contents_old): Use
1365 'memcpy' instead of 'strncpy' when writing the magic number.
1366
1367 2018-02-06 Nick Clifton <nickc@redhat.com>
1368
1369 PR 22794
1370 * opncls.c (bfd_get_debug_link_info_1): Check the size of the
1371 section before attempting to read it in.
1372 (bfd_get_alt_debug_link_info): Likewise.
1373
1374 2018-02-06 Paul Carroll <pcarroll@codesourcery.com>
1375
1376 * bfd/dwarf2.c (find_abstract_name): Modified to return file and
1377 line information in addition to name, if they can be found.
1378
1379 2018-02-05 Renlin Li <renlin.li@arm.com>
1380
1381 PR ld/22764
1382 * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Relax the
1383 R_AARCH64_ABS32 and R_AARCH64_ABS16 for absolute symbol. Apply the
1384 check for writeable section as well.
1385
1386 2018-02-05 H.J. Lu <hongjiu.lu@intel.com>
1387
1388 PR ld/22782
1389 * elf32-i386.c (elf_i386_check_relocs): Set got_referenced if
1390 _GLOBAL_OFFSET_TABLE_ is referenced or GOT is needed to resolve
1391 undefined weak symbol to 0.
1392 * elf64-x86-64.c (elf_x86_64_check_relocs): Set got_referenced
1393 if _GLOBAL_OFFSET_TABLE_ is referenced.
1394 * elfxx-x86.c (_bfd_x86_elf_size_dynamic_sections): Check
1395 got_referenced instead of ref_regular_nonweak. Remove the
1396 unused _GLOBAL_OFFSET_TABLE_ from symbol table.
1397 * elfxx-x86.h (elf_x86_link_hash_table): Add got_referenced.
1398
1399 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1400
1401 * elfnn-riscv.c (_bfd_riscv_relax_pc): Use `memset' to
1402 initialize `hi_reloc'.
1403
1404 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1405
1406 * elfxx-mips.c (_bfd_mips_elf_section_processing): For
1407 SHT_MIPS_REGINFO sections don't assert the correct size and
1408 report an error instead.
1409
1410 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1411
1412 * elf.c (_bfd_elf_write_object_contents): Propagate a failure
1413 status from `->elf_backend_section_processing'.
1414
1415 2018-02-02 Jim Wilson <jimw@sifive.com>
1416
1417 PR ld/22756
1418 * elfnn-riscv.c (riscv_relax_delete_bytes): New parameter link_info.
1419 If link_info->wrap_hash, check for a duplicate symbol and ignore.
1420 (_bfd_riscv_relax_call, bfd_riscv_relax_lui, _bfd_riscv_relax_tls_le):
1421 Pass new argument to riscv_relax_delete_bytes.
1422 (_bfd_riscv_relax_align, _bfd_riscv_relax_delete): Likewise. Remove
1423 ATTRIBUTE_UNUSED from link_info parameter.
1424
1425 2018-02-02 Alan Modra <amodra@gmail.com>
1426
1427 * elf64-ppc.c (ppc64_elf_relocate_section): Don't relocate nops
1428 emitted for toc sequence optimization. Set and use "howto" later.
1429
1430 2018-02-01 Simon Marchi <simon.marchi@ericsson.com>
1431
1432 * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Avoid pointer
1433 arithmetic on NULL pointer.
1434 * elflink.c (_bfd_elf_archive_symbol_lookup,
1435 elf_link_add_archive_symbols): Likewise.
1436
1437 2018-01-31 Michael Matz <matz@suse.de>
1438
1439 * elflink.c (bfd_elf_define_start_stop): Fix check of
1440 def_dynamic.
1441
1442 2018-01-31 H.J. Lu <hongjiu.lu@intel.com>
1443
1444 PR ld/21964
1445 * elflink.c (bfd_elf_define_start_stop): Check if __start and
1446 __stop symbols are referenced by shared objects.
1447
1448 2018-01-30 Alan Modra <amodra@gmail.com>
1449
1450 PR 22758
1451 * elf.c (_bfd_elf_map_sections_to_segments): Don't start a new
1452 segment when demand paged with lma on the same page. Test this
1453 before load/non-load, executable/non-executable,
1454 writable/non-writable tests and simplify. Delete bogus relro
1455 condition in writable/non-writable test. Delete outdated
1456 comment. Formatting.
1457
1458 2018-01-30 Alan Modra <amodra@gmail.com>
1459
1460 * elflink.c (bfd_elf_define_start_stop): Make __start and __stop
1461 symbols dynamic.
1462
1463 2018-01-29 Alan Modra <amodra@gmail.com>
1464
1465 PR 22741
1466 * coffgen.c (coff_pointerize_aux): Ensure auxent tagndx is in
1467 range before converting to a symbol table pointer.
1468
1469 2018-01-27 Nick Clifton <nickc@redhat.com>
1470
1471 * po/ru.po: Updated Russian translation.
1472
1473 2018-01-26 Alan Modra <amodra@gmail.com>
1474
1475 * elflink.c (bfd_elf_define_start_stop): Override symbols when
1476 they are defined dynamically.
1477
1478 2018-01-26 Alan Modra <amodra@gmail.com>
1479
1480 * elf64-ppc.c (ppc64_elf_size_stubs): Iterate sizing when
1481 .branch_lt changes size.
1482
1483 2018-01-25 Alan Modra <amodra@gmail.com>
1484
1485 PR 22746
1486 * elfcode.h (elf_object_p): Avoid integer overflow.
1487
1488 2018-01-25 Eric Botcazou <ebotcazou@adacore.com>
1489
1490 PR ld/22727
1491 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs) <R_SPARC_TLS_GD_CALL>:
1492 Do a mere lookup of the __tls_get_addr symbol instead of adding it.
1493
1494 Revert
1495 2017-10-19 H.J. Lu <hongjiu.lu@intel.com>
1496
1497 PR ld/22263
1498 * elfxx-sparc.c (sparc_elf_tls_transition): Replace
1499 bfd_link_pic with !bfd_link_executable, !bfd_link_pic with
1500 bfd_link_executable for TLS check.
1501 (_bfd_sparc_elf_check_relocs): Likewise.
1502 (allocate_dynrelocs): Likewise.
1503 (_bfd_sparc_elf_relocate_section): Likewise.
1504
1505 2018-01-24 Renlin Li <renlin.li@arm.com>
1506
1507 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Add support for
1508 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
1509 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
1510 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
1511 BFD_RELOC_AARCH64_MOVW_PREL_G3.
1512 * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1513 (_bfd_aarch64_elf_resolve_relocation): Likewise.
1514
1515 2018-01-24 Renlin Li <renlin.li@arm.com>
1516
1517 * reloc.c: Add BFD_RELOC_AARCH64_MOVW_PREL_G0,
1518 BFD_RELOC_AARCH64_MOVW_PREL_G0_NC, BFD_RELOC_AARCH64_MOVW_PREL_G1,
1519 BFD_RELOC_AARCH64_MOVW_PREL_G1_NC, BFD_RELOC_AARCH64_MOVW_PREL_G2,
1520 BFD_RELOC_AARCH64_MOVW_PREL_G2_NC, BFD_RELOC_AARCH64_MOVW_PREL_G3.
1521 * elfnn-aarch64.c (elfNN_aarch64_howto_table): Add entries for
1522 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
1523 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
1524 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
1525 BFD_RELOC_AARCH64_MOVW_PREL_G3.
1526 * bfd-in2.h: Regenerate.
1527 * libbfd.h: Regenerate.
1528
1529 2018-01-23 Maciej W. Rozycki <macro@mips.com>
1530
1531 * elfxx-mips.c (_bfd_mips_elf_final_link): Update a stale
1532 `mips_elf32_section_processing' comment reference.
1533
1534 2018-01-20 H.J. Lu <hongjiu.lu@intel.com>
1535
1536 PR ld/22721
1537 * elfxx-x86.c (_bfd_x86_elf_link_check_relocs): Check the
1538 versioned __tls_get_addr symbol.
1539
1540 2018-01-19 Nick Clifton <nickc@redhat.com>
1541
1542 * po/fr.po: Updated French translation.
1543
1544 2018-01-18 Alan Modra <amodra@gmail.com>
1545
1546 * elf32-ppc.c (ppc_elf_create_glink): Correct alignment of .glink.
1547 * elf64-ppc.c (ppc64_elf_size_stubs): Handle negative plt_stub_align.
1548 (ppc64_elf_build_stubs): Likewise.
1549
1550 2018-01-17 Nick Clifton <nickc@redhat.com>
1551
1552 * po/ru.po: Updated Russian translation.
1553 * po/uk/po: Updated Ukranian translation.
1554
1555 2018-01-17 Alan Modra <amodra@gmail.com>
1556
1557 * elf64-ppc.c (ppc64_elf_build_stubs): Silence gcc warning.
1558
1559 2018-01-17 Alan Modra <amodra@gmail.com>
1560
1561 * elf32-ppc.c (GLINK_ENTRY_SIZE): Handle speculation barrier.
1562 (CRSETEQ, BEQCTRM): Define.
1563 (is_nonpic_glink_stub): Don't check bctr.
1564 (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
1565 (ppc_elf_relax_section): Size speculation barrier.
1566 (output_bctr): New function.
1567 (write_glink_stub): Use output_bctr.
1568 (ppc_elf_relocate_section): Use output_bctr for long branch stub.
1569 (ppc_elf_finish_dynamic_symbol): Likewise.
1570 (ppc_elf_finish_dynamic_sections): Use output_bctr.
1571 * elf32-ppc.h (struct ppc_elf_params): Add speculate_indirect_jumps.
1572 * elf64-ppc.c (CRSETEQ, BEQCTRM, BEQCTRLM): Define.
1573 (GLINK_PLTRESOLVE_SIZE): Size speculation barrier.
1574 (size_global_entry_stubs): Handle speculation barrier sizing.
1575 (plt_stub_size): Likewise.
1576 (output_bctr): New function.
1577 (build_plt_stub, build_tls_get_addr_stub): Output speculation
1578 barrier.
1579 (ppc_build_one_stub): Likewise for ppc_stub_plt_branch.
1580 (ppc_size_one_stub): Size speculation barrier in ppc_stub_plt_branch.
1581 (build_global_entry_stubs): Output speculation barrier.
1582 (ppc64_elf_build_stubs): Likewise in __glink_PLTresolve stub.
1583 * elf64-ppc.h (struct ppc64_elf_params): Add speculate_indirect_jumps.
1584
1585 2018-01-17 Alan Modra <amodra@gmail.com>
1586
1587 * elf32-ppc.c (GLINK_ENTRY_SIZE): Add parameters, handle
1588 __tls_get_addr_opt, and alignment sizing.
1589 (TLS_GET_ADDR_GLINK_SIZE): Delete.
1590 (is_nonpic_glink_stub): Don't use GLINK_ENTRY_SIZE.
1591 (ppc_elf_get_synthetic_symtab): Recognize stubs spaced at 4, 6,
1592 or 8 insns.
1593 (ppc_elf_link_hash_table_create): Init new ppc_elf_params field.
1594 (allocate_dynrelocs): Use new GLINK_ENTRY_SIZE.
1595 (ppc_elf_size_dynamic_sections): Likewise. Size branch table
1596 by PLT reloc count.
1597 (write_glink_stub): Handle __tls_get_addr_opt stub.
1598 Pad out to size given by GLINK_ENTRY_SIZE.
1599 (ppc_elf_relocate_section): Adjust write_glink_stub call.
1600 (ppc_elf_finish_dynamic_symbol): Likewise.
1601 (ppc_elf_finish_dynamic_sections): Write PLTresolve without using
1602 insn array since so many need rewriting.
1603 * elf32-ppc.h (struct ppc_elf_params): Add plt_stub_align.
1604 * elf64-ppc.c (GLINK_PLTRESOLVE_SIZE): Rename from
1605 GLINK_CALL_STUB_SIZE. Add htab param and evaluate to size without
1606 nops. Adjust all uses.
1607 (ppc64_elf_get_synthetic_symtab): Don't use GLINK_CALL_STUB_SIZE
1608 in glink_vma calculation.
1609 (struct ppc_link_hash_table): Add global_entry section pointer.
1610 (create_linkage_sections): Create separate section for global
1611 entry stubs.
1612 (PPC_LO, PPC_HI, PPC_HA): Move earlier.
1613 (size_global_entry_stubs): Handle sizing for aligned stubs.
1614 (ppc64_elf_size_dynamic_sections): Handle global_entry alloc,
1615 and don't stash end of glink branch table in rawsize.
1616 (ppc_build_one_stub): Rewrite stub size calculations.
1617 (build_global_entry_stubs): Use new section.
1618 (ppc64_elf_build_stubs): Don't pad __glink_PLTresolve with nops.
1619 Build lazy link stubs out to end of section. Build global entry
1620 stubs in new section.
1621
1622 2018-01-15 Nick Clifton <nickc@redhat.com>
1623
1624 * po/uk.po: Updated Ukranian translation.
1625
1626 2018-01-13 Nick Clifton <nickc@redhat.com>
1627
1628 * po/bfd.pot: Regenerated.
1629
1630 2018-01-13 Nick Clifton <nickc@redhat.com>
1631
1632 * version.m4: Bump version to 2.30.51
1633 * configure: Regenerate.
1634
1635 2018-01-13 Nick Clifton <nickc@redhat.com>
1636
1637 2.30 branch created.
1638
1639 2018-01-12 Jens Widell <jl@opera.com>
1640
1641 * elf.c (setup_group): Optimize search for group by remembering
1642 last found group and restarting search at that index.
1643 * elf-bfd.h (struct elf_obj_tdata): Add group_search_offset field.
1644
1645 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
1646
1647 * aoutx.h (aout_link_check_ar_symbols): Remove default and handle
1648 bfd_link_common_skip_none in switch.
1649
1650 2018-01-12 Alan Modra <amodra@gmail.com>
1651
1652 PR ld/22649
1653 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore dynamic
1654 references on forced local symbols.
1655
1656 2018-01-12 Vlad Ivanov <vlad@ivanov.email>
1657
1658 * elfxx-mips.c (_bfd_mips_elf_final_link): Notify user when
1659 .reginfo section has wrong size.
1660
1661 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
1662
1663 PR ld/22393
1664 * elf.c (_bfd_elf_map_sections_to_segments): When generating
1665 separate code and read-only data LOAD segments, create a new
1666 LOAD segment if the previous section contains text and the
1667 current section doesn't or vice versa. Don't put a writable
1668 section in a read-only segment if there is a RELRO segment.
1669
1670 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
1671
1672 PR ld/22649
1673 * elflink.c (bfd_elf_gc_mark_dynamic_ref_symbol): Ignore dynamic
1674 references on forced local symbols.
1675
1676 2018-01-11 H.J. Lu <hongjiu.lu@intel.com>
1677
1678 PR ld/22677
1679 * elflink.c (bfd_elf_gc_sections): Keep all PREINIT_ARRAY,
1680 INIT_ARRAY as well as FINI_ARRAY sections for ld -r --gc-section.
1681
1682 2018-01-09 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1683
1684 PR 22662
1685 * elf32-nds32.c (nds32_elf_relax_loadstore): Fix a typographical error.
1686
1687 2018-01-03 John Baldwin <jhb@FreeBSD.org>
1688
1689 * elf.c (elfcore_grok_freebsd_note): Handle
1690 NT_FREEBSD_PROCSTAT_PROC, NT_FREEBSD_PROCSTAT_FILES, and
1691 NT_FREEBSD_PROCSTAT_VMMAP.
1692
1693 2018-01-03 Alan Modra <amodra@gmail.com>
1694
1695 Update year range in copyright notice of all files.
1696
1697 For older changes see ChangeLog-2017
1698 \f
1699 Copyright (C) 2018 Free Software Foundation, Inc.
1700
1701 Copying and distribution of this file, with or without modification,
1702 are permitted in any medium without royalty provided the copyright
1703 notice and this notice are preserved.
1704
1705 Local Variables:
1706 mode: change-log
1707 left-margin: 8
1708 fill-column: 74
1709 version-control: never
1710 End:
This page took 0.081065 seconds and 3 git commands to generate.