Fix assorted ChangeLog errors
[external/binutils.git] / bfd / ChangeLog
1 2016-02-25  Jiong Wang  <jiong.wang@arm.com>
2
3         Backport from master
4         2016-01-21  Jiong Wang  <jiong.wang@arm.com>
5
6         * elfnn-aarch64.c (aarch64_type_of_stub): Allow insert long branch
7         veneer for sym_sec != input_sec.
8         (elfNN_aarch64_size_stub): Support STT_SECTION symbol.
9         (elfNN_aarch64_final_link_relocate): Take rela addend into account when
10         calculation destination.
11
12 2016-02-10  H.J. Lu  <hongjiu.lu@intel.com>
13
14         Backport from master
15         2016-02-10  H.J. Lu  <hongjiu.lu@intel.com>
16
17         PR ld/19601
18         * elf32-i386.c (elf_i386_relocate_section): Mask off the least
19         significant bit in GOT offset for R_386_GOT32X.
20
21 2016-02-02  H.J. Lu  <hongjiu.lu@intel.com>
22
23         Backport from master
24         2016-02-02  H.J. Lu  <hongjiu.lu@intel.com>
25
26         PR ld/19542
27         * elf64-x86-64.c (elf_x86_64_convert_load): Store the estimated
28         distances in the compressed_size field of the output section.
29
30 2016-02-01  John David Anglin  <danglin@gcc.gnu.org>
31
32         PR ld/19526
33         * elf32-hppa.c (elf32_hppa_final_link): Don't sort non-regular output
34         files.
35         * elf64-hppa.c (elf32_hppa_final_link): Likewise.  Remove retval.
36
37 2016-01-25  Tristan Gingold  <gingold@adacore.com>
38
39         * version.m4: Bump version to 2.26.0
40         * configure: Regenerate.
41
42 2016-01-25  Tristan Gingold  <gingold@adacore.com>
43
44         * version.m4: Bump version to 2.26
45         * configure: Regenerate.
46
47 2016-01-14  Alan Modra  <amodra@gmail.com>
48
49         PR ld/19421
50         PR ld/4317
51         * elflink.c (elf_link_input_bfd): Revert 2015-02-19 changes.
52         (elf_link_output_extsym): Likewise.
53
54 2016-01-11  Jiong Wang  <jiong.wang@arm.com>
55
56         Apply from master
57
58         2016-01-08  Richard Sandiford  <richard.sandiford@arm.com>
59                     Jiong Wang  <jiong.wang@arm.com>
60
61         PR ld/19368
62         * elf32-arm.c (elf32_arm_reloc_type_class): Map R_ARM_IRELATIVE to
63         reloc_class_ifunc.
64
65 2016-01-06  Maciej W. Rozycki  <macro@imgtec.com>
66
67         Apply from master.
68         2016-01-04  Maciej W. Rozycki  <macro@imgtec.com>
69         * elfxx-mips.c (mips_elf_merge_obj_attributes): Propagate the
70         return status from `_bfd_elf_merge_object_attributes'.
71
72 2015-12-11  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
73
74         Apply from master.
75         2015-11-19  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
76
77         PR ld/19263
78         * elf32-s390.c (elf_s390_gc_sweep_hook): Add null ptr check.
79         * elf64-s390.c (elf_s390_check_relocs): Port the GOTOFF handling
80         over from the 32 bit code.
81         (elf_s390_relocate_section): Likewise.
82
83 2015-12-10  Alan Modra  <amodra@gmail.com>
84
85         Apply from master.
86         2015-12-07  Alan Modra  <amodra@gmail.com>
87         * elf32-ppc.c (ppc_elf_check_relocs): Don't error on local ifunc
88         plt call.  Wrap long lines.
89         (ppc_elf_relocate_section): Wrap long lines.
90         * elf64-ppc.c (ppc64_elf_check_relocs): Don't error on local ifunc
91         plt calls.  Move __tls_get_addr checks later.  Don't create plt
92         for addr14/addr24 relocs.
93         (ppc64_elf_gc_sweep_hook): Adjust to suit check_relocs changes.
94         (ppc64_elf_relocate_section): Correct local ifunc handling for
95         PLT64, PLT32 and PLT16 relocs.
96
97         2015-12-07  Alan Modra  <amodra@gmail.com>
98         PR 19323
99         * elfcode.h (elf_object_p): Check for ridiculous e_shnum and
100         e_phnum values.
101
102         2015-12-07  Alan Modra  <amodra@gmail.com>
103         * reloc.c (BFD_RELOC_PPC64_ENTRY): New.
104         * elf64-ppc.c (reloc_howto_type ppc64_elf_howto_raw): Add
105         entry for R_PPC64_ENTRY.
106         (LD_R2_0R12, ADD_R2_R2_R12, LIS_R2, ADDIS_R2_R12): Define.
107         (ppc64_elf_reloc_type_lookup): Handle R_PPC64_ENTRY.
108         (ppc64_elf_relocate_section): Edit code at R_PPC64_ENTTY.  Use
109         new insn defines.
110         * libbfd.h: Regenerate.
111         * bfd-in2.h: Regenerate.
112
113         2015-12-02  Alan Modra  <amodra@gmail.com>
114         PR binutils/19315
115         * dwarf2.c (_bfd_elf_find_function): Return symbol matched.
116         (_bfd_dwarf2_find_nearest_line): Check symbol returned above
117         against dwarf range.
118         * elf-bfd.h (_bfd_elf_find_function): Update prototype.
119
120         2015-12-02  Alan Modra  <amodra@gmail.com>
121         * elf64-ppc.c (ppc64_elf_tls_optimize): Don't segfault on NULL
122         symbol section or output section.
123         (ppc64_elf_edit_toc): Similarly for ld -R objects.
124         (ppc64_elf_size_stubs): Likewise.
125
126         2015-11-20  Stefan Teleman  <stefan.teleman@oracle.com>
127         PR ld/19260
128         * cache.c (bfd_cache_max_open): Avoid using getrlimit on 32-bit
129         Solaris as the result is unreliable.
130
131         2015-11-18  Alan Modra  <amodra@gmail.com>
132         PR 19256
133         * archive.c (bfd_generic_openr_next_archived_file): Don't allow
134         backward file movement via "negative" sizes.
135         * coff-alpha.c (alpha_ecoff_openr_next_archived_file): Likewise.
136
137 2015-12-04  H.J. Lu  <hongjiu.lu@intel.com>
138
139         * elf32-i386.c (elf_i386_convert_load): Skip if addend isn't 0.
140         (elf_i386_relocate_section): Skip R_386_GOT32X optimization if
141         addend isn't 0.
142
143 2015-12-01  H.J. Lu  <hongjiu.lu@intel.com>
144
145         PR ld/19319
146         * elf32-i386.c (elf_i386_convert_load): Check h->def_regular
147         instead of bfd_link_hash_new.
148         * elf64-x86-64.c (elf_x86_64_convert_load): Likewise.  Skip
149         relocation overflow for bfd_link_hash_undefined and
150         bfd_link_hash_new if h->def_regular is set.
151
152 2015-11-13  Tristan Gingold  <gingold@adacore.com>
153
154         * version.m4: Bump version to 2.25.90
155         * configure: Regenerate.
156
157 2015-11-13  Tristan Gingold  <gingold@adacore.com>
158
159         * version.m4: Bump version to 2.26.51
160         * configure: Regenerate.
161
162 2015-11-11  Alan Modra  <amodra@gmail.com>
163             Peter Bergner <bergner@vnet.ibm.com>
164
165         * elf32-ppc.c (ppc_elf_howto_raw): Add R_PPC_REL16DX_HA.
166         (ppc_elf_reloc_type_lookup): Handle R_PPC_REL16DX_HA.
167         (ppc_elf_addr16_ha_reloc): Likewise.
168         (ppc_elf_check_relocs): Likewise.
169         (ppc_elf_relocate_section): Likewise.
170         (is_insn_dq_form): Handle lxv and stxv instructions.
171         * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_REL16DX_HA.
172         (ppc64_elf_reloc_type_lookup): Handle R_PPC64_REL16DX_HA.
173         (ppc64_elf_ha_reloc): Likewise.
174         (ppc64_elf_check_relocs): Likewise.
175         (ppc64_elf_relocate_section): Likewise.
176         * bfd-in2.h: Regenerate.
177         * libbfd.h: Likewise.
178         * reloc.c (BFD_RELOC_PPC_REL16DX_HA): New.
179
180 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
181
182         * elf32-i386.c (elf_i386_relocate_section): Handle VTINHERIT
183         and VTENTRY relocations when deleting relocations.
184         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
185
186 2015-11-10  H.J. Lu  <hongjiu.lu@intel.com>
187
188         * elf32-i386.c (elf_i386_relocate_section): Properly move
189         kept relocations when deleting relocations.
190         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
191
192 2015-11-09  H.J. Lu  <hongjiu.lu@intel.com>
193
194         * elf32-i386.c (elf_i386_relocate_section): Use read and write
195         pointers to reloc array, rather than memmove when deleting a
196         reloc.  Don't use RELOC_AGAINST_DISCARDED_SECTION.  Adjust
197         reloc counts at end of loop.
198         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
199
200 2015-11-10  Alan Modra  <amodra@gmail.com>
201
202         * elf64-ppc.c (ppc64_elf_relocate_section): Use read and write
203         pointers to reloc array, rather than memmove when deleting a
204         reloc.  Don't use RELOC_AGAINST_DISCARDED_SECTION.  Adjust
205         reloc counts at end of loop.
206         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
207
208 2015-11-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
209
210         * elf64-ppc.c (ppc64_elf_size_stubs, ppc64_elf_build_stubs): Fix left
211         shift of negative value.
212         * libbfd.c (safe_read_leb128): Likewise.
213         * dwarf2.c (place_sections): Likewise.
214         * bfd-in.h (align_power): Likewise.
215         * bfd-in2.h (align_power): Likewise.
216
217 2015-10-30  Nick Clifton  <nickc@redhat.com>
218
219         * po/zh_CN.po: Updated (simplified) Chinese translation.
220
221 2015-10-29  Catherine Moore  <clm@codesourcery.com>
222
223         * elfxx-mips.c (mips_elf_check_mips16_stubs): Set a stub's output
224         section to bfd_abs_section_ptr if the stub is discarded.
225
226 2015-10-29  Ed Schouten  <ed@nuxi.nl>
227
228         * config.bfd (targ_defvec): Add support for CloudABI on aarch64.
229         For this target we have to make sure we use ELFOSABI_CLOUDABI
230         instead of ELFOSABI_NONE.
231         * configure.ac (tb): Likewise.
232         * elfnn-aarch64.c: Likewise.
233         * targets.c (_bfd_target_vector): Likewise.
234         * configure: Regenerate.
235
236 2015-10-29  Pedro Alves  <palves@redhat.com>
237
238         * libhppa.h (bfd_hppa_insn2fmt): Add cast.
239
240 2015-10-28  H.J. Lu  <hongjiu.lu@intel.com>
241
242         * elf32-i386.c (elf_i386_relocate_section): Fix a typo in
243         comment.
244
245 2015-10-28  Nick Clifton  <nickc@redhat.com>
246
247         * elf32-arm.c (create_instruction_branch_absolute): Replace
248         pointer parameters with a simple integer parameter.
249         (stm32l4xx_create_replacing_stub_ldmia): Update calls to
250         create_instruction_branch_absolute.
251         (stm32l4xx_create_replacing_stub_ldmdb): Likewise.
252         (stm32l4xx_create_replacing_stub_vldm): Likewise.
253         (elf32_arm_write_section): Use pointer type for veneer addresses.
254
255 2015-10-28  Cupertino Miranda  <cmiranda@synopsys.com>
256
257         * reloc.c (BFD_RELOC_ARC_32_PCREL): New entry.
258         * elf32-arc.c (arc_elf_howto_ini): Update formula.
259         (get_middle_endian_relocation): New function.
260         (PDATA): Define.
261         * bfd-in2.h: Regenerate.
262         * libbfd.h: Likewise.
263
264 2015-10-28  Alan Modra  <amodra@gmail.com>
265
266         PR ld/19162
267         * elflink.c (_bfd_elf_gc_mark_reloc): Move code iterating over
268         linker input bfds..
269         * section.c (bfd_get_next_section_by_name): ..to here.  Add ibfd param.
270         (bfd_get_linker_section): Adjust bfd_get_next_section_by_name call.
271         * tekhex.c (first_phase): Likewise.
272         * elflink.c (bfd_elf_gc_sections): Likewise.
273         * bfd-in2.h: Regenerate.
274
275 2015-10-27  Laurent Alfonsi <laurent.alfonsi@st.com>
276             Christophe Monat <christophe.monat@st.com>
277
278         * bfd-in2.h: Regenerate.
279         * bfd-in.h (bfd_arm_stm32l4xx_fix): New enum. Specify how
280         STM32L4XX instruction scanning should be done.
281         (bfd_elf32_arm_set_stm32l4xx_fix)
282         (bfd_elf32_arm_stm32l4xx_erratum_scan)
283         (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Add prototypes.
284         (bfd_elf32_arm_set_target_relocs): Add stm32l4xx fix type argument
285         to prototype.
286         * elf32-arm.c (STM32L4XX_ERRATUM_VENEER_SECTION_NAME)
287         (STM32L4XX_ERRATUM_VENEER_ENTRY_NAME): Define macros.
288         (elf32_stm32l4xx_erratum_type): New enum.
289         (elf32_stm32l4xx_erratum_list): New struct. List of veneers or
290         jumps to veneers.
291         (_arm_elf_section_data): Add stm32l4xx_erratumcount,
292         stm32l4xx_erratumlist.
293         (elf32_arm_link_hash_table): Add stm32l4xx_erratum_glue_size,
294         stm32l4xx_fix and num_stm32l4xx_fixes fields.
295         (ctz): New function.
296         (popcount): New function.
297         (elf32_arm_link_hash_table_create): Initialize stm32l4xx_fix.
298         (put_thumb2_insn): New function.
299         (STM32L4XX_ERRATUM_LDM_VENEER_SIZE): Define. Size of a veneer for
300         LDM instructions.
301         (STM32L4XX_ERRATUM_VLDM_VENEER_SIZE): Define. Size of a veneer for
302         VLDM instructions.
303         (bfd_elf32_arm_allocate_interworking_sections): Initialise erratum
304         glue section.
305         (record_stm32l4xx_erratum_veneer) : New function. Create a single
306         veneer, and its associated symbols.
307         (bfd_elf32_arm_add_glue_sections_to_bfd): Add STM32L4XX erratum glue.
308         (bfd_elf32_arm_set_stm32l4xx_fix): New function. Set the type of
309         erratum workaround required.
310         (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): New function. Find
311         out where veneers and branches to veneers have been placed in
312         virtual memory after layout.
313         (is_thumb2_ldmia): New function.
314         (is_thumb2_ldmdb): Likewise.
315         (is_thumb2_vldm ): Likewise.
316         (stm32l4xx_need_create_replacing_stub): New function. Decide if a
317         veneer must be emitted.
318         (bfd_elf32_arm_stm32l4xx_erratum_scan): Scan the sections of an
319         input BFD for potential erratum-triggering insns. Record results.
320         (bfd_elf32_arm_set_target_relocs): Set stm32l4xx_fix field in
321         global hash table.
322         (elf32_arm_size_dynamic_sections): Collect glue information.
323         (create_instruction_branch_absolute): New function.
324         (create_instruction_ldmia): Likewise.
325         (create_instruction_ldmdb): Likewise.
326         (create_instruction_mov): Likewise.
327         (create_instruction_sub): Likewise.
328         (create_instruction_vldmia): Likewise.
329         (create_instruction_vldmdb): Likewise.
330         (create_instruction_udf_w): Likewise.
331         (create_instruction_udf): Likewise.
332         (push_thumb2_insn32): Likewise.
333         (push_thumb2_insn16): Likewise.
334         (stm32l4xx_fill_stub_udf): Likewise.
335         (stm32l4xx_create_replacing_stub_ldmia): New function. Expands the
336         replacing stub for ldmia instructions.
337         (stm32l4xx_create_replacing_stub_ldmdb): Likewise for ldmdb.
338         (stm32l4xx_create_replacing_stub_vldm): Likewise for vldm.
339         (stm32l4xx_create_replacing_stub): New function. Dispatches the
340         stub emission to the appropriate functions.
341         (elf32_arm_write_section): Output veneers, and branches to veneers.
342
343 2015-10-27  Sangamesh Mallayya  <nickc@redhat.com>sangamesh.swamy@in.ibm.com>
344
345         * configure.ac (powerpc64-*-aix[5-9].*): Match powerpc64 running
346         aix for core file support.
347         * configure: Regenerate.
348         * rs6000-core.c: Check for __ld_info64 if compiling 64-bit gdb.
349         Added BFD64 check if we are using old core file format for 32-bit gdb.
350         Set sizeof CORE_COMMONSZ appropriately in case of either new or
351         old core file format.
352         (read_hdr): Added BFD64 check for 64-bit support.
353         (rs6000coff_core_p): Likewise.
354         (rs6000coff_core_file_matches_executable_p): Likewise.
355         (rs6000coff_core_file_failing_command): Likewise.
356         (rs6000coff_core_file_failing_signal): Likewise.
357         Add support for debugging core files generated by binaries in
358         Large Memory model.
359         (rs6000coff_core_p): If Large Memory Model is used, then the .data
360         segment should start from BDATAORG which has been defined in the
361         system header files.
362
363 2015-10-26  H.J. Lu  <hongjiu.lu@intel.com>
364
365         PR ld/19175
366         * elf32-i386.c (elf_i386_convert_load): Check bfd_link_hash_new
367         instead of calling bfd_link_get_defined_symbol.
368         * elf64-x86-64.c (elf_x86_64_convert_load): Likewise.  Skip
369         relocation overflow for bfd_link_hash_new.
370         * linker.c (bfd_link_get_defined_symbol): Removed.
371         * bfd-in2.h: Regenerated.
372
373 2015-10-26  H.J. Lu  <hongjiu.lu@intel.com>
374
375         PR ld/19171
376         * elf32-i386.c (elf_i386_convert_load): Call
377         bfd_link_get_defined_symbol to check if a symbol is defined.
378         * elf64-x86-64.c (elf_x86_64_convert_load): Call
379         bfd_link_get_defined_symbol to get defined symbol section and
380         value.
381         * linker.c (bfd_link_get_defined_symbol): New function.
382         * bfd-in2.h: Regenerated.
383
384 2015-10-23  Alan Modra  <amodra@gmail.com>
385
386         PR ld/11133
387         PR ld/19161
388         PR ld/19167
389         * elflink.c (_bfd_elf_gc_mark_hook): Delete code handling __start_*
390         and __stop_* symbol refs.
391         (_bfd_elf_gc_mark_rsec): Add start_stop parameter.  Handle __start_*
392         and __stop_* symbol refs here..
393         (_bfd_elf_gc_mark_reloc): ..and here.
394         * elf-bfd.h (_bfd_elf_gc_mark_hook): Update prototype.
395         * elf-eh-frame.c (_bfd_elf_parse_eh_frame): Update
396         _bfd_elf_gc_mark_rsec call.
397
398 2015-10-23  Alan Modra  <amodra@gmail.com>
399
400         PR ld/11133
401         PR ld/19161
402         * elflink.c (elf_gc_sweep): Revert last patch.
403         (_bfd_elf_gc_mark_hook): Don't set SEC_KEEP here.
404
405 2015-10-22  H.J. Lu  <hongjiu.lu@intel.com>
406
407         PR ld/19161
408         * elflink.c (elf_gc_sweep): Always keep sections marked with
409         SEC_KEEP.
410
411 2015-10-22  Hans-Peter Nilsson  <hp@bitrange.com>
412
413         * mmo.c (struct mmo_data_struct): New members
414         symbol_consistency_override_calculated and ignore_symbol_consistency.
415         (mmo_section_has_contents, mmo_ignore_symbol_consistency): New
416         functions.
417         (mmo_create_symbol): Check with mmo_ignore_symbol_consistency if to
418         report an error for unexpected value of Main.
419         (mmo_write_symbols_and_terminator): Similar.
420
421 2015-10-22  H.J. Lu  <hongjiu.lu@intel.com>
422
423         * elf32-i386.c (elf_i386_convert_load): Use call_nop_byte and
424         check call_nop_as_suffix for 1-byte NOP padding to pad call.
425         * elf64-x86-64.c (elf_x86_64_convert_load): Likewise.
426
427 2015-10-22  H.J. Lu  <hongjiu.lu@intel.com>
428
429         * elf64-x86-64.c: Include opcode/i386.h.
430         (x86_64_elf_howto_table): Add R_X86_64_GOTPCRELX and
431         R_X86_64_REX_GOTPCRELX.
432         (R_X86_64_standard): Replace R_X86_64_PLT32_BND with
433         R_X86_64_REX_GOTPCRELX.
434         (x86_64_reloc_map): Add BFD_RELOC_X86_64_GOTPCRELX and
435         BFD_RELOC_X86_64_REX_GOTPCRELX.
436         (need_convert_mov_to_lea): Renamed to ...
437         (need_convert_load): This.
438         (elf_x86_64_check_relocs): Handle R_X86_64_GOTPCRELX and
439         R_X86_64_REX_GOTPCRELX.  Replace need_convert_mov_to_lea with
440         need_convert_load.
441         (elf_x86_64_gc_sweep_hook): Handle R_X86_64_GOTPCRELX and
442         R_X86_64_REX_GOTPCRELX.
443         (elf_x86_64_size_dynamic_sections): Likewise.
444         (elf_x86_64_relocate_section): Likewise.
445         (elf_x86_64_convert_mov_to_lea): Renamed to ...
446         (elf_x86_64_convert_load): This.  Replace need_convert_mov_to_lea
447         with need_convert_load.  Support R_X86_64_GOTPCRELX and
448         R_X86_64_REX_GOTPCRELX transformations.
449         * reloc.c (BFD_RELOC_X86_64_GOTPCRELX): New.
450         (BFD_RELOC_X86_64_REX_GOTPCRELX): Likewise.
451         * bfd-in2.h: Regenerated.
452         * libbfd.h: Likewise.
453
454 2015-10-22  H.J. Lu  <hongjiu.lu@intel.com>
455
456         * elf32-i386.c: Include opcode/i386.h.
457         (elf_howto_table): Add R_386_GOT32X.
458         (R_386_ext2): Replace R_386_IRELATIVE with R_386_GOT32X.
459         (elf_i386_reloc_type_lookup): Handle BFD_RELOC_386_GOT32X.
460         (need_convert_mov_to_lea): Renamed to ...
461         (need_convert_load): This.
462         (elf_i386_check_relocs): Handle R_386_GOT32X.  Replace
463         need_convert_mov_to_lea with need_convert_load.
464         (elf_i386_gc_sweep_hook): Handle R_386_GOT32X.
465         (elf_i386_size_dynamic_sections): Likewise.
466         (elf_i386_relocate_section): Likewise.
467         (elf_i386_convert_mov_to_lea): Renamed to ...
468         (elf_i386_convert_load): This.  Replace need_convert_mov_to_lea
469         with need_convert_load.  Support R_386_GOT32X transformations.
470         * reloc.c (BFD_RELOC_386_GOT32X): New.
471         * bfd-in2.h: Regenerated.
472         * libbfd.h: Likewise.
473
474 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
475
476         * elf32-s390.c (elf_s390_check_relocs): Set the non_got_ref marker
477         only when linking an executable.
478         (elf_s390_relocate_section): Redirect PC-relative relocs to a IPLT
479         slot.
480         * elf64-s390.c (elf_s390_check_relocs): Set the non_got_ref marker
481         only when linking an executable.
482         (elf_s390_relocate_section): Redirect PC-relative relocs to a IPLT
483         slot.
484
485 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
486
487         * elf32-s390.c (elf_s390_adjust_dynamic_symbol): Set the PLT
488         reference counters for local IFUNC calls.
489         * elf64-s390.c (elf_s390_adjust_dynamic_symbol): Likewise.
490
491 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
492
493         * elf32-s390.c (elf_s390_check_relocs): Fallthrough to the PLT
494         slot allocating code for GOTOFF relocs on ifunc symbols.
495         (elf_s390_gc_sweep_hook): Decrement plt refcount for GOTOFF relocs
496         on ifunc symbols.
497         (elf_s390_relocate_section): Redirect a GOTOFF reloc to an iplt
498         slot.
499
500 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
501
502         PR ld/18841
503         * elf32-s390.c (elf_s390_reloc_type_class): Return
504         reloc_class_ifunc for ifunc symbols.
505         * elf64-s390.c (elf_s390_reloc_type_class): Likewise.
506
507 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
508
509         * elf32-s390.c (elf_s390_finish_dynamic_symbol): Call
510         elf_s390_finish_ifunc_symbol only for actually defined symbols.
511         * elf64-s390.c (elf_s390_finish_dynamic_symbol): Likewise.
512
513 2015-10-22  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
514
515         * elf-s390-common.c (s390_elf_allocate_ifunc_dyn_relocs): Remove
516         `head' parameter.
517         * elf32-s390.c (allocate_dynrelocs): Don't use last parameter.
518         * elf64-s390.c (allocate_dynrelocs): Don't use last parameter.
519
520 2015-10-20  Hans-Peter Nilsson  <hp@bitrange.com>
521
522         * mmo.c (mmo_write_symbols_and_terminator): Correct printed value
523         of Main in error message.
524
525 2015-10-18  Doug Evans  <xdje42@gmail.com>
526
527         * targets.c (bfd_flavour_name): "MMO" is spelled "mmo".
528
529 2015-10-17  Alan Modra  <amodra@gmail.com>
530
531         * elf64-ppc.c (ppc64_elf_size_stubs): Correct __glink_PLTresolve
532         eh_frame FDE for ELFv1.
533
534 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
535
536         * elf32-i386.c (elf_i386_convert_mov_to_lea): Check if symbol
537         is defined.
538         * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
539
540 2015-10-16  H.J. Lu  <hongjiu.lu@intel.com>
541
542         * elf32-i386.c (elf_i386_convert_mov_to_lea): Don't check
543         def_regular.
544         * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
545
546 2015-10-15  H.J. Lu  <hongjiu.lu@intel.com>
547
548         * elflink.c (_bfd_elf_merge_symbol): Fix typos in comments
549
550 2015-10-15  Alan Modra  <amodra@gmail.com>
551
552         * elf32-v850.c (v850_elf_copy_private_bfd_data): Remove assertion
553         that input and output .note.renesas sections are same size.
554         Instead, only copy input to output if they are.
555
556 2015-10-15  Riku Voipio  <riku.voipio@iki.fi>
557
558         PR ld/19123
559         * elfcore.h (elf_core_file_p): Use the file_ptr type to hold the
560         offset for bfd_seek.
561         * elfcode.h (elf_object_p): Likewise.
562
563 2015-10-14  Rich Felker  <dalias@libc.org>
564
565         PR ld/19091
566         * elf32-sh.c (sh_elf_size_dynamic_sections): Always emit
567         DT_PLTGOT for FDPIC output.
568
569 2015-10-13  Alan Modra  <amodra@gmail.com>
570
571         * elf.c (_bfd_elf_map_sections_to_segments): Don't set
572         PT_GNU_RELRO p_flags.
573         (assign_file_positions_for_non_load_sections): Set PT_GNU_RELRO
574         flags to PF_R here.
575
576 2015-10-12  H.J. Lu  <hongjiu.lu@intel.com>
577
578         PR ld/19073
579         * elflink.c (_bfd_elf_add_default_symbol): Skip the unversioned
580         definition after the default version.
581
582 2015-10-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
583
584         PR ld/19083
585         * elf32-s390.c (elf_s390_gc_sweep_hook): Do not reduce got
586         refcount for relocs not really requiring a got slot.
587         * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
588
589 2015-10-11  John David Anglin  <danglin@gcc.gnu.org>
590
591         * elf-hppa.h (elf_hppa_action_discarded): Ignore relocations in
592         .data.rel.ro.local.
593
594 2015-10-07  Cupertino Miranda  <cmiranda@synopsys.com>
595
596         * archures.c: Remove support for older ARC. Added support for new
597         ARC cpus (ARC600, ARC601, ARC700, ARCV2).
598         * bfd-in2.h: Likewise.
599         * config.bfd: Likewise.
600         * cpu-arc.c: Likewise.
601         * elf32-arc.c: Totally changed file with a refactored
602         inplementation of the ARC port.
603         * libbfd.h: Added ARC specific relocation types.
604         * reloc.c: Likewise.
605
606 2015-10-06  H.J. Lu  <hongjiu.lu@intel.com>
607
608         * bfd.c (bfd_update_compression_header): Clear the ch_reserved
609         field in 64-bit output.
610         (bfd_convert_section_contents): Likewise.
611
612 2015-10-05  H.J. Lu  <hongjiu.lu@intel.com>
613
614         PR ld/18914
615         * elflink.c (elf_link_add_object_symbols): Don't re-export a
616         symbol if it isn't undefined.
617
618 2015-10-04  H.J. Lu  <hongjiu.lu@intel.com>
619
620         * config.bfd (targ_selvecs, targ64_selvecs): Add iamcu_elf32_vec,
621         i386_pei_vec and x86_64_pei_vec for Solaris2/x86.
622
623 2015-10-02  Renlin Li  <renlin.li@arm.com>
624
625         * elfnn-aarch64.c (aarch64_tls_transition_without_check):  Add
626         relax transitions for TLSDESC_ADD, TLSDESC_LDR, TLSDESC_OFF_G0_NC,
627         TLSDESC_OFF_G1.
628         (aarch64_tls_transition_without_check): Add relaxation support.
629         (aarch64_reloc_got_type): Add support.
630         (elfNN_aarch64_final_link_relocate): Likewise.
631         (elfNN_aarch64_tls_relax): Likewise.
632         (elfNN_aarch64_relocate_section): Likewise.
633         (elfNN_aarch64_gc_sweep_hook): Likewise.
634         (elfNN_aarch64_check_relocs): Likewise.
635         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
636         (_bfd_aarch64_elf_resolve_relocation): Likewise.
637
638 2015-10-02  Renlin Li  <renlin.li@arm.com>
639
640         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Check overflow for
641         BFD_RELOC_AARCH64_TLSDESC_OFF_G1.
642
643 2015-10-02  Renlin Li  <renlin.li@arm.com>
644
645         * elfnn-aarch64.c(IS_AARCH64_TLS_RELAX_RELOC):
646         Add relaxation support for TLSGD_MOVW_G0_NC and TLSGD_MOVW_G1.
647         (aarch64_tls_transition_without_check): Likewise
648         (elfNN_aarch64_tls_relax): Likwise.
649
650 2015-10-02  Renlin Li  <renlin.li@arm.com>
651
652         * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Create GOT section
653         for TLSLE_MOVW_TPREL_G(1, 1_NC, 2) relocation.
654
655 2015-10-02  Renlin Li  <renlin.li@arm.com>
656
657         * reloc.c: Make AARCH64_TLSIE_MOVW_GOTTPREL_G1 and
658         AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC defined in alphabetical order.
659         * libbfd.h: Regenerate.
660         * bfd-in2.h: Likewise.
661         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Make
662         TLSIE_MOVW_GOTTPREL_G1 check overflow.
663         (aarch64_reloc_got_type): Add support for TLSIE_MOVW_GOTTPREL_G1
664         and TLSIE_MOVW_GOTTPREL_G0_NC.
665         (elfNN_aarch64_final_link_relocate): Likewise.
666         (elfNN_aarch64_relocate_section): Likewise.
667         (elfNN_aarch64_gc_sweep_hook): Likewise.
668         (elfNN_aarch64_check_relocs): Likewise.
669         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
670         (_bfd_aarch64_elf_resolve_relocation): Likewise.
671
672 2015-10-02  Renlin Li  <renlin.li@arm.com>
673
674         * elfnn-aarch64.c (aarch64_reloc_got_type): Add
675         BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support.
676         (elfNN_aarch64_final_link_relocate): Likewise.
677         (elfNN_aarch64_relocate_section): Likewise.
678         (elfNN_aarch64_gc_sweep_hook): Likewise.
679         (elfNN_aarch64_check_relocs): Likewise.
680         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
681         (_bfd_aarch64_elf_resolve_relocation): Likewise.
682
683 2015-10-02  Renlin Li  <renlin.li@arm.com>
684
685         * reloc.c (BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC): New entry.
686         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
687         BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC.
688         * libbfd.h: Regenerate.
689         * bfd-in2.h: Likewise
690
691 2015-10-02  Renlin Li  <renlin.li@arm.com>
692
693         * elfnn-aarch64.c (aarch64_reloc_got_type): Add
694         BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support.
695         (elfNN_aarch64_final_link_relocate): Likewise.
696         (elfNN_aarch64_relocate_section): Likewise.
697         (elfNN_aarch64_gc_sweep_hook): Likewise.
698         (elfNN_aarch64_check_relocs): Likewise.
699         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
700         (_bfd_aarch64_elf_resolve_relocation): Likewise.
701
702 2015-10-02  Renlin Li  <renlin.li@arm.com>
703
704         * reloc.c (BFD_RELOC_AARCH64_TLSGD_MOVW_G1): New entry.
705         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
706         BFD_RELOC_AARCH64_TLSGD_MOVW_G1.
707         * bfd-in2.h: Regenerate.
708         * libbfd.h: Likewise.
709
710 2015-10-02  Renlin Li  <renlin.li@arm.com>
711
712         * elfnn-aarch64.c (aarch64_reloc_got_type): Add
713         BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC support.
714         (elfNN_aarch64_final_link_relocate): Likewise.
715         (elfNN_aarch64_gc_sweep_hook): Likewise.
716         (elfNN_aarch64_check_relocs): Likewise.
717         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
718         (_bfd_aarch64_elf_resolve_relocation): Likewise.
719
720 2015-10-02  Renlin Li  <renlin.li@arm.com>
721
722         * reloc.c (BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC): New.
723         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry
724         MOVW_GOTOFF_G0_NC.
725         * libbfd.h: Regnerate.
726         * bfd-in2.h: Regenerate.
727
728 2015-10-02  Renlin Li  <renlin.li@arm.com>
729
730         * elfnn-aarch64.c (aarch64_reloc_got_type): Add support
731         for BFD_RELOC_AARCH64_MOVW_GOTOFF_G1.
732         (elfNN_aarch64_gc_sweep_hook): Likewise.
733         (elfNN_aarch64_check_relocs): Likewise
734         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
735         (_bfd_aarch64_elf_resolve_relocation): Likewise
736         (elfNN_aarch64_final_link_relocate): Likewise
737
738 2015-010-02  Renlin Li  <renlin.li@arm.com>
739
740         * reloc.c (BFD_RELOC_AARCH64_MOVW_GOTOFF_G1): New.
741         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
742         MOVW_GOTOFF_G1.
743         * libbfd.h: Regenerate.
744         * bfd-in2.h: Regenerate.
745
746 2015-10-02  Renlin Li  <renlin.li@arm.com>
747
748         * elfnn-aarch64.c (aarch64_reloc_got_type): Add
749         BFD_RELOC_AARCH64_LD_64_GOTOFF_LO15 support.
750         (elfNN_aarch64_gc_sweep_hook): Likewise.
751         (elfNN_aarch64_check_relocs): Likewise
752         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
753         (_bfd_aarch64_elf_resolve_relocation): Likewise
754         (elfNN_aarch64_final_link_relocate): Calculate offset within GOT.
755
756 2015-10-02  Renlin Li  <renlin.li@arm.com>
757
758         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Change if to
759         switch statement.
760
761 2015-10-01  H.J. Lu  <hongjiu.lu@intel.com>
762
763         PR ld/19031
764         * elf64-x86-64.c (elf_x86_64_check_relocs): Set
765         pointer_equality_needed for R_X86_64_PC32 reloc in non-code
766         sections.
767
768 2015-10-01  Renlin Li  <renlin.li@arm.com>
769
770         * elfnn-aarch64.c (elfNN_aarch64_output_plt_map): Remove.
771         (elfNN_aarch64_output_arch_local_syms): Emit AARCH64_MAP_INSN once.
772
773 2015-10-01  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
774
775         * config.bfd (targ_selvecs): Remove sh_elf32_vec and
776         sh_elf32_le_vec from sh*-*-linux cases.
777
778 2015-10-01  Alan Modra  <amodra@gmail.com>
779
780         PR ld/19013
781         * elflink.c (_bfd_elf_merge_sections): Revert last change.
782
783 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
784
785         PR ld/19031
786         * elf32-i386.c (elf_i386_check_relocs): Set
787         pointer_equality_needed for R_386_PC32 reloc in non-code
788         sections.
789
790 2015-09-30  H.J. Lu  <hongjiu.lu@intel.com>
791
792         PR ld/19013
793         * elflink.c (_bfd_elf_merge_sections): Only merge input bfds
794         that have the compatible ELF machine code with the output bfd.
795
796 2015-09-30  Alan Modra  <amodra@gmail.com>
797
798         PR ld/19013
799         * elflink.c (_bfd_elf_merge_sections): Only merge input bfds that
800         will be handled by elf_link_input_bfd.  Rename abfd param to obfd.
801
802 2015-09-30  Rich Felker  <dalias@libc.org>
803
804         * config.bfd (targ_selvecs): Add fdpic and misc targets
805         for sh*-*-linux*.
806
807 2015-09-29  Andrew Stubbs  <ams@codesourcery.com>
808             H.J. Lu  <hongjiu.lu@intel.com>
809
810         PR binutils/19020
811         * bfd.c (bfd_convert_section_contents): Add ptr_size parameter.
812         * bfd-in2.h: Regenerated.
813
814 2015-08-11  Peter Zotov  <whitequark@whitequark.org>
815
816         PR ld/18759
817         * elf32-or1k.c (R_OR1K_32_PCREL): Set pcrel_offset to TRUE.
818         (R_OR1K_16_PCREL): Likewise.
819         (R_OR1K_8_PCREL): Likewise.
820
821 2015-09-23  Nick Clifton  <nickc@redhat.com>
822
823         * bout.c (b_out_slurp_reloc_table): Cast constant to unsigned in
824         order to avoid problems with left shifting negative values.
825         (abs32code): Likewise.
826         * mach-o.c (FILE_ALIGN): Likewise.
827         * coff-rs6000.c (xcoff_debug_sections): Delete unused static
828         array.
829         * elf32-visium.c (visium_reloc_map): Likewise.
830         * elf32-arm.c (elf32_arm_final_link_relocate): Remove useless
831         calls to abs function.
832         * elf32-frv.c (_frvfdpic_relax_tls_entries): Likewise.
833         * elf32-score.c (score_elf_final_link_relocate): Likewise.
834         * elf32-score7.c (score_elf_final_link_relocate): Likewise.
835         * elf32-i860.c (i860_howto_pc26_reloc): Use multiplication instead
836         of shifting to create a negative mask.
837         * elf32-msp430.c (elf_backend_special_sections): Define.
838         * elfxx-mips.c (got_ofst_reloc_p): Delete unused function.
839         (got_hi16_reloc_p): Delete unused function.
840         * ppcboot.c (ppcboot_bfd_print_private_bfd_data): Fix test of
841         partition name.
842
843 2015-09-23  Nick Clifton  <nickc@redhat.com>
844
845         PR binutils/15835
846         * elf-bfd.h (struct elf_section_list): New structure.
847         (struct elf_obj_tdata): Replace symtab_shndx_hdr with
848         symtab_shndx_list.  Delete symtab_shndx_section.
849         (elf_symtab_shndx): Replace macro with elf_symtab_shndx_list.
850         * elf.c (bfd_elf_get_syms): If symtab index sections are present,
851         scan them for the section that matches the provided symbol table.
852         (bfd_section_from_shdr): Record all SHT_SYMTAB_SHNDX sections.
853         (assign_section_numbers): Use the first symtab index table in the
854         list.
855         (_bfd_elf_compute_section_file_positions): Replace use of
856         symtab_shndx_hdr with use of symtab_shndx_list.
857         (find_section_in_list): New function.
858         (assign_file_postions_except_relocs): Use new function.
859         (_bfd_elf_copy_private_symbol_data): Likewise.
860         (swap_out_syms): Handle multiple symbol table index sections.
861         * elf32-m32c.c (m32c_elf_relax_section): Replace use of
862         symtab_shndx_hdr with use of symtab_shndx_list.
863         * elf32-rl78.c (rl78_elf_relax_section): Likewise.
864         * elf32-rx.c (rx_relax_section): Likewise.
865         * elf32-v850.c (v850_elf_relax_delete_bytes): Likewise.
866         * elflink.c (bfd_elf_final_link): Likewise.
867
868 2015-09-21  H.J. Lu  <hongjiu.lu@intel.com>
869
870         * bfd.c (bfd_update_compression_header): Use bfd_put_32 on
871         ch_type.
872         (bfd_check_compression_header): Use bfd_get_32 on ch_type.
873         (bfd_convert_section_contents): Use bfd_get_32 and bfd_put_32
874         on ch_type.
875
876 2015-09-20  Rich Felker  <dalias@libc.org>
877
878         * elflink.c (_bfd_elf_link_create_dynamic_sections): Don't create
879         .interp when info->nointerp.
880         (bfd_elf_size_dynamic_sections): Adjust assert.
881         * elf32-arm.c (elf32_arm_size_dynamic_sections): Don't size .interp
882         when info->nointerp.
883         * elf32-bfin.c (elf32_bfinfdpic_size_dynamic_sections): Likewise.
884         * elf32-cr16.c (_bfd_cr16_elf_size_dynamic_sections): Likewise.
885         * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise.
886         * elf32-frv.c (elf32_frvfdpic_size_dynamic_sections): Likewise.
887         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
888         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
889         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
890         * elf32-lm32.c (lm32_elf_size_dynamic_sections): Likewise.
891         * elf32-m32r.c (m32r_elf_size_dynamic_sections): Likewise.
892         * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
893         * elf32-metag.c (elf_metag_size_dynamic_sections): Likewise.
894         * elf32-nds32.c (nds32_elf_size_dynamic_sections): Likewise.
895         * elf32-nios2.c (nios2_elf32_size_dynamic_sections): Likewise.
896         * elf32-or1k.c (or1k_elf_size_dynamic_sections): Likewise.
897         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
898         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
899         * elf32-score.c (s3_bfd_score_elf_size_dynamic_sections): Likewise.
900         * elf32-score7.c (s7_bfd_score_elf_size_dynamic_sections): Likewise.
901         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
902         * elf32-tic6x.c (elf32_tic6x_size_dynamic_sections): Likewise.
903         * elf32-tilepro.c (tilepro_elf_size_dynamic_sections): Likewise.
904         * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
905         * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Likewise.
906         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
907         * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
908         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Likewise.
909         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
910         * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
911         * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Likewise.
912         * elfnn-aarch64.c (elfNN_aarch64_size_dynamic_sections): Likewise.
913         * elfnn-ia64.c (elfNN_ia64_size_dynamic_sections): Likewise.
914         * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Likewise.
915         * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise.
916         * elfxx-tilegx.c (tilegx_elf_size_dynamic_sections): Likewise.
917
918 2015-09-18  Doug Evans  <xdje42@gmail.com>
919
920         * targets.c (enum bfd_flavour): Add comment.
921         (bfd_flavour_name): New function.
922         * bfd-in2.h: Regenerate.
923
924 2015-09-18  Alan Modra  <amodra@gmail.com>
925
926         * elf64-ppc.h (struct ppc64_elf_params <tls_get_addr_opt>): Rename
927         from no_tls_get_addr_opt.
928         * elf64-ppc.c: Update for rename and inversion of tls_get_addr_opt.
929         (ppc64_elf_tls_setup): Set tls_get_addr_opt to 0 only when at
930         default of -1.
931
932 2015-09-17  Alan Modra  <amodra@gmail.com>
933
934         PR 18867
935         * elflink.c (elf_link_adjust_relocs): Correct start of insertion
936         sort main loop.
937
938 2015-09-16  Alan Modra  <amodra@gmail.com>
939
940         PR 18867
941         * elflink.c (elf_link_adjust_relocs): Modify insertion sort to
942         insert a run.  Return status in case of malloc failure.
943         Adjust callers.
944
945 2015-09-15  Max Filippov  <jcmvbkbc@gmail.com>
946
947         * elf32-xtensa.c (elf_xtensa_be_plt_entry)
948         (elf_xtensa_le_plt_entry): Emit 'entry' instruction only for
949         windowed ABI.
950         (elf_xtensa_create_plt_entry): Generate 'l32r' offsets and fix
951         up instructions according to ABI.
952
953 2015-09-14  Rich Felker  <dalias@libc.org>
954
955         * elf32-sh.c (sh_elf_relocate_section): Set EF_SH_PIC flag
956         instead of clearing it on cross-section relocations.
957         (sh_elf_merge_private_data): Clear EF_SH_PIC flag by default.
958
959 2015-09-12  Helge Deller  <deller@gmx.de>
960
961         PR ld/18514
962         * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Set .plt entry
963         size to 0.
964
965 2015-09-09  Jiong Wang  <jiong.wang@arm.com>
966
967         * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): Sort alphabetically.
968
969 2015-09-09  Jiong Wang  <jiong.wang@arm.com>
970
971         * elfnn-aarch64.c (aarch64_tls_transition_without_check): Support three
972         TLS local dynamic traditional relocations types.
973         (elfNN_aarch64_tls_relax): Support TLS local dynamic traditional to
974         local executable relaxation.
975
976 2015-09-03  H.J. Lu  <hongjiu.lu@intel.com>
977
978         * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Remove
979         convert_mov_to_lea.
980
981 2015-09-02  H.J. Lu  <hongjiu.lu@intel.com>
982
983         * elf32-i386.c (R_386_irelative): Renamed to ...
984         (R_386_ext2): This.
985         (R_386_vt_offset): Updated.
986         (elf_i386_rtype_to_howto): Likewise.
987         (elf_i386_relocate_section): Likewise.
988
989 2015-09-01  H.J. Lu  <hongjiu.lu@intel.com>
990
991         PR ld/18900
992         * elf32-i386.c (elf_i386_link_hash_entry): Add
993         func_pointer_refcount.
994         (elf_i386_link_hash_newfunc): Clear func_pointer_refcount.
995         (elf_i386_get_local_sym_hash): Likewise.
996         (elf_i386_copy_indirect_symbol): Also copy
997         func_pointer_refcount.
998         (elf_i386_check_relocs): Increment func_pointer_refcount.
999         (elf_i386_gc_sweep_hook): Decrement func_pointer_refcount.
1000         (elf_i386_allocate_dynrelocs): Don't create the PLT entry if
1001         there are only function pointer relocations which can be
1002         resolved at run-time.  Keep dynanamic relocations for run-time
1003         function pointer initialization.
1004         (elf_i386_relocate_section): Copy dynamic function pointer
1005         relocations.
1006         * elf64-x86-64.c (elf_x86_64_link_hash_entry): Add
1007         func_pointer_refcount.
1008         (elf_x86_64_link_hash_newfunc): Clear func_pointer_refcount.
1009         (elf_x86_64_get_local_sym_hash): Likewise.
1010         (elf_x86_64_copy_indirect_symbol): Also copy
1011         func_pointer_refcount.
1012         (elf_x86_64_check_relocs): Increment func_pointer_refcount.
1013         (elf_x86_64_gc_sweep_hook): Decrement func_pointer_refcount.
1014         (elf_x86_64_allocate_dynrelocs): Don't create the PLT entry if
1015         there are only function pointer relocations which can be
1016         resolved at run-time.  Keep dynanamic relocations for run-time
1017         function pointer initialization.
1018         (elf_x86_64_relocate_section): Copy dynamic function pointer
1019         relocations.
1020
1021 2015-09-01  Alan Modra  <amodra@gmail.com>
1022
1023         * elf64-ppc.c (ppc64_elf_maybe_function_sym): Adjust symbol value
1024         if .opd section has been edited.
1025
1026 2015-09-01  Alan Modra  <amodra@gmail.com>
1027
1028         PR 18878
1029         * elf64-ppc.c (ARRAY_SIZE): Define.  Use throughout.
1030         (enum ppc_stub_type): Add ppc_stub_save_res.
1031         (struct map_stub): Add "next" and "needs_save_res".
1032         (struct ppc_link_hash_entry): Add "save_res" flag.
1033         (struct ppc_link_hash_table): Add "group".
1034         (sfpr_define): Add stub_sec param.  Define symbol in stub_sec if
1035         stub_sec is non-null.  Set "save_res".
1036         (save_res_funcs): Make file scope, rename from funcs.  Adjust uses.
1037         (ppc64_elf_adjust_dynamic_symbol): Prohibit plt call to save_res syms.
1038         (ppc_build_one_stub): Handle ppc_stub_save_res.
1039         (ppc_size_one_stub): Set stub type to ppc_size_one_stub on finding
1040         stub for linker defined save_res sym.
1041         (group_sections): Init new fields of struct map_stub.
1042         (ppc64_elf_size_stubs): Reserve space for save/restore func copy.
1043         (ppc64_elf_build_stubs): Copy save/restore funcs to groups.  Emit
1044         alias syms too.
1045         (ppc64_elf_relocate_section): Set destination for ppc_stub_save_res.
1046
1047 2015-08-31  Alan Modra  <amodra@gmail.com>
1048
1049         * elf64-ppc.c (get_r2off): Return -1 on error.
1050         (ppc_build_one_stub): Adjust for get_r2off change.  Don't emit
1051         addi r2,r2,0 on r2off stubs when the low 16-bit delta is zero.
1052         (ppc_size_one_stub): Corresponding size changes for r2off stubs.
1053         Add condition in test for -R objects.
1054
1055 2015-08-31  Alan Modra  <amodra@gmail.com>
1056
1057         * section.c (section_id): Make file scope.
1058         (bfd_get_next_section_id): New function.
1059         * elf64-ppc.c (struct map_stub): Remove toc_off field.  Move decl.
1060         (struct ppc_stub_hash_entry): Delete stub_sec and id_sec.  Add
1061         group.  Update all uses.
1062         (struct ppc_link_hash_table): Delete top_id, top_index, and
1063         input_list.  Add sec_info_arr_size.  Rename stub_group to
1064         sec_info, and make group info indirect.  Update stub_group refs
1065         throughout file.
1066         (ppc_add_stub): Don't look for stub_sec on link_sec stub_group
1067         entry.
1068         (ppc_build_one_stub): Delete FIXME.
1069         (ppc64_elf_setup_section_lists): Size htab->sec_info for all
1070         sections, not just input sections.  Don't create htab->input_list.
1071         (ppc64_elf_next_input_section): Update to use sec_info union as
1072         list pointer.
1073         (PREV_SEC): Delete.
1074         (group_sections): Pass "info" param rather than "htab".  Iterate
1075         over output sections rather than input_list.  Use sec_info union
1076         as list pointers.  Alloc atruct map_stub, and return fail status.
1077         * bfd-in2.h: Regenerate.
1078
1079 2015-08-31  Alan Modra  <amodra@gmail.com>
1080
1081         * elflink.c (elf_sort_symbol): Use correctly sized type for
1082         calculating signed section->id difference.
1083         (elf_link_add_object_symbols): Likewise.
1084         * pef.c (bfd_pef_scan_start_address): Warning fix.
1085         * vms-alpha.c (vms_new_section_hook): Likewise.
1086
1087 2015-08-31  Alan Modra  <amodra@gmail.com>
1088
1089         * elf32-nds32.c (nds32_convert_32_to_16_alu1): Warning fix.
1090         (find_relocs_at_address_addr): Make "reloc_type" an enum.
1091         (nds32_elf_relax_delete_blanks): Warning fix.
1092         (nds32_elf_relax_loadstore): Correct loop bound.
1093
1094 2015-08-31  Alan Modra  <amodra@gmail.com>
1095
1096         * section.c (struct bfd_section): Make "id" and "index" unsigned.
1097         * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Adjust local var to suit.
1098         * elf.c (elf_map_symbols): Likewise.
1099         * elf64-ppc.c (sym_exists_at): Make "id" param unsigned.
1100         (struct ppc_link_hash_table): Make "top_id" and "top_index" unsigned.
1101         (ppc64_elf_setup_section_lists): Ditto for local vars.
1102         * elf32-arm.c: Similarly to elf64-ppc.c.
1103         * elf32-avr.c: Likewise.
1104         * elf32-hppa.c: Likewise.
1105         * elf32-m68hc1x.c: Likewise.
1106         * elf32-metag.c: Likewise.
1107         * elf32-nios2.c: Likewise.
1108         * elfnn-aarch64.c: Likewise.
1109         * simple.c (struct saved_offsets): Make "section_count" unsigned.
1110         * bfd-in2.h: Regenerate.
1111
1112 2015-08-27  Alan Modra  <amodra@gmail.com>
1113
1114         PR 18867
1115         * elf64-alpha.c (elf64_alpha_sort_relocs_p): New function.
1116         (elf_backend_sort_relocs_p): Define.
1117
1118 2015-08-26  Alan Modra  <amodra@gmail.com>
1119
1120         PR 18867
1121         * elflink.c (cmp_ext32l_r_offset, cmp_ext32b_r_offset): Delete.
1122         (cmp_ext64l_r_offset, cmp_ext64b_r_offset): Delete.
1123         (ext32l_r_offset, ext32b_r_offset, ext64l_r_offset, ext64b_r_offset):
1124         New functions.
1125         (elf_link_adjust_relocs): Use an insertion sort to sort relocs.
1126
1127 2015-08-26  Matthew Fortune  <matthew.fortune@imgtec.com>
1128
1129         PR ld/18401
1130         * elfxx-mips.c (bfd_mips_isa_ext_mach): New function: Converts an
1131         ISA value to a bfd machine number.
1132         (bfd_mips_isa_ext): Update the ISA level and revision if
1133         necessary.  Use mips_mach_extends_p to decide if the ISA extension
1134         needs to be set.
1135         (_bfd_mips_elf_merge_private_bfd_data): Allow the ISA extension to
1136         be inferred from the ABI setting.  Set the ISA level from the
1137         maximum of the incoming and outgoing ISA levels.
1138
1139 2015-08-25  Nick Clifton  <nickc@redhat.com>
1140
1141         PR binutils/18854
1142         * elf.c (bfd_section_from_shdr): Replace assertions with warnings
1143         about multiple symbol tables.
1144
1145 2015-08-25  Renlin Li  <renlin.li@arm.com>
1146
1147         * reloc.c (BFD_RELOC_AARCH64_LD64_GOTOFF_LO15): Use LP64 instead of
1148         ILP64.
1149         * bfd-in2.h: Regenerate.
1150
1151 2015-08-22  Alan Modra  <amodra@gmail.com>
1152
1153         * elf.c (_bfd_elf_slurp_version_tables): Always init vd_nodename.
1154         Don't copy fields not set by _bfd_elf_swap_verdef_in.
1155
1156 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
1157
1158         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize new relocation
1159         types, including BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12,
1160         BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC,
1161         BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12,
1162         BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC,
1163         BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12,
1164         BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC,
1165         BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12,
1166         BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC.
1167         (elfNN_aarch64_final_link_relocate): Likewise.
1168         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1169         (_bfd_aarch64_elf_resolve_relocation): Likewise.
1170
1171 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
1172
1173         * reloc.c (BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12,
1174         BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC,
1175         BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12,
1176         BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC,
1177         BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12,
1178         BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC.
1179         BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12,
1180         BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): New entries.
1181         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Likewise.
1182         * bfd-in2.h: Regenerate.
1183         * libbfd.h: Regenerate.
1184
1185 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
1186
1187         PR ld/18276
1188         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize new relocation
1189         types, including BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_HI12,
1190         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G0,
1191         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G0_NC,
1192         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G1,
1193         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G1_NC,
1194         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G2.
1195         (elfNN_aarch64_final_link_relocate): Likewise.
1196         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1197         (_bfd_aarch64_elf_resolve_relocation): Likewise.
1198
1199 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
1200
1201         * reloc.c (BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_HI12,
1202         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G0,
1203         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G0_NC,
1204         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G1,
1205         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G1_NC,
1206         BFD_RELOC_AARCH64_TLSLD_MOVW_DTPREL_G2): New entries.
1207         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Likewise.
1208         * bfd-in2.h: Regenerate.
1209         * libbfd.h: Regenerate.
1210
1211 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
1212
1213         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize
1214         BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
1215         (aarch64_reloc_got_type): Likewise.
1216         (elfNN_aarch64_final_link_relocate): Likewise.
1217         (elfNN_aarch64_relocate_section): Likewise.
1218         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1219         (_bfd_aarch64_elf_resolve_relocation): Likewise.
1220
1221 2015-08-19  Jiong Wang  <jiong.wang@arm.com>
1222
1223         * reloc.c (BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): New entry.
1224         * bfd-in2.h: Regenerate.
1225         * libbfd.h: Regenerate.
1226         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
1227         BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
1228
1229 2015-08-19  Alan Modra  <amodra@gmail.com>
1230
1231         * elf-s390-common.c: Simplify expressions using
1232         bfd_linke_executable, bfd_link_pie and bfd_link_pic.
1233         * elf32-arm.c: Likewise.
1234         * elf32-bfin.c: Likewise.
1235         * elf32-frv.c: Likewise.
1236         * elf32-m68k.c: Likewise.
1237         * elf32-nios2.c: Likewise.
1238         * elf32-ppc.c: Likewise.
1239         * elf32-s390.c: Likewise.
1240         * elf32-sh.c: Likewise.
1241         * elf64-alpha.c: Likewise.
1242         * elf64-ppc.c: Likewise.
1243         * elf64-s390.c: Likewise.
1244         * elflink.c: Likewise.
1245
1246 2015-08-18  Jiong Wang  <jiong.wang@arm.com>
1247
1248         * elfnn-aarch64.c (aarch64_reloc_got_type): Delete useless check.
1249         (elfNN_aarch64_relocate_section): Likewise.
1250         (elfNN_aarch64_gc_sweep_hook): Likewise.
1251         (elfNN_aarch64_check_relocs): Likewise.
1252
1253 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
1254
1255         PR ld/18841
1256         * elf-bfd.h (elf_link_hash_table): Add dynsym.
1257         * elf32-i386.c (elf_i386_reloc_type_class): Return
1258         reloc_class_ifunc for relocation against STT_GNU_IFUNC symbol.
1259         * elf64-x86-64.c (elf_x86_64_reloc_type_class): Likewise.
1260         * elflink.c (_bfd_elf_link_create_dynamic_sections): Set dynsym.
1261         (bfd_elf_size_dynsym_hash_dynstr): Use dynsym.
1262         (elf_final_link_info): Remove dynsym_sec.
1263         (elf_link_output_extsym): Replace dynsym_sec with dynsym.
1264         (bfd_elf_final_link): Remove reference to dynsym_sec.  Replace
1265         dynsym_sec with dynsym.
1266
1267 2015-08-18  H.J. Lu  <hongjiu.lu@intel.com>
1268
1269         * aoutx.h: Replace shared, executable, relocatable and pie
1270         fields with bfd_link_executable, bfd_link_dll,
1271         bfd_link_relocatable, bfd_link_pic and bfd_link_pie.
1272         * bout.c: Likewise.
1273         * coff-alpha.c: Likewise.
1274         * coff-arm.c: Likewise.
1275         * coff-i386.c: Likewise.
1276         * coff-i960.c: Likewise.
1277         * coff-m68k.c: Likewise.
1278         * coff-mcore.c: Likewise.
1279         * coff-mips.c: Likewise.
1280         * coff-ppc.c: Likewise.
1281         * coff-rs6000.c: Likewise.
1282         * coff-sh.c: Likewise.
1283         * coff-tic80.c: Likewise.
1284         * coff-x86_64.c: Likewise.
1285         * coff64-rs6000.c: Likewise.
1286         * coffgen.c: Likewise.
1287         * cofflink.c: Likewise.
1288         * ecoff.c: Likewise.
1289         * ecofflink.c: Likewise.
1290         * elf-bfd.h: Likewise.
1291         * elf-eh-frame.c: Likewise.
1292         * elf-ifunc.c: Likewise.
1293         * elf-m10200.c: Likewise.
1294         * elf-m10300.c: Likewise.
1295         * elf-s390-common.c: Likewise.
1296         * elf-vxworks.c: Likewise.
1297         * elf.c: Likewise.
1298         * elf32-arm.c: Likewise.
1299         * elf32-avr.c: Likewise.
1300         * elf32-bfin.c: Likewise.
1301         * elf32-cr16.c: Likewise.
1302         * elf32-cr16c.c: Likewise.
1303         * elf32-cris.c: Likewise.
1304         * elf32-crx.c: Likewise.
1305         * elf32-d10v.c: Likewise.
1306         * elf32-dlx.c: Likewise.
1307         * elf32-epiphany.c: Likewise.
1308         * elf32-fr30.c: Likewise.
1309         * elf32-frv.c: Likewise.
1310         * elf32-ft32.c: Likewise.
1311         * elf32-h8300.c: Likewise.
1312         * elf32-hppa.c: Likewise.
1313         * elf32-i370.c: Likewise.
1314         * elf32-i386.c: Likewise.
1315         * elf32-i860.c: Likewise.
1316         * elf32-ip2k.c: Likewise.
1317         * elf32-iq2000.c: Likewise.
1318         * elf32-lm32.c: Likewise.
1319         * elf32-m32c.c: Likewise.
1320         * elf32-m32r.c: Likewise.
1321         * elf32-m68hc11.c: Likewise.
1322         * elf32-m68hc1x.c: Likewise.
1323         * elf32-m68k.c: Likewise.
1324         * elf32-mcore.c: Likewise.
1325         * elf32-mep.c: Likewise.
1326         * elf32-metag.c: Likewise.
1327         * elf32-microblaze.c: Likewise.
1328         * elf32-moxie.c: Likewise.
1329         * elf32-msp430.c: Likewise.
1330         * elf32-mt.c: Likewise.
1331         * elf32-nds32.c: Likewise.
1332         * elf32-nios2.c: Likewise.
1333         * elf32-or1k.c: Likewise.
1334         * elf32-ppc.c: Likewise.
1335         * elf32-rl78.c: Likewise.
1336         * elf32-rx.c: Likewise.
1337         * elf32-s390.c: Likewise.
1338         * elf32-score.c: Likewise.
1339         * elf32-score7.c: Likewise.
1340         * elf32-sh-symbian.c: Likewise.
1341         * elf32-sh.c: Likewise.
1342         * elf32-sh64.c: Likewise.
1343         * elf32-spu.c: Likewise.
1344         * elf32-tic6x.c: Likewise.
1345         * elf32-tilepro.c: Likewise.
1346         * elf32-v850.c: Likewise.
1347         * elf32-vax.c: Likewise.
1348         * elf32-visium.c: Likewise.
1349         * elf32-xc16x.c: Likewise.
1350         * elf32-xstormy16.c: Likewise.
1351         * elf32-xtensa.c: Likewise.
1352         * elf64-alpha.c: Likewise.
1353         * elf64-hppa.c: Likewise.
1354         * elf64-ia64-vms.c: Likewise.
1355         * elf64-mmix.c: Likewise.
1356         * elf64-ppc.c: Likewise.
1357         * elf64-s390.c: Likewise.
1358         * elf64-sh64.c: Likewise.
1359         * elf64-x86-64.c: Likewise.
1360         * elflink.c: Likewise.
1361         * elfnn-aarch64.c: Likewise.
1362         * elfnn-ia64.c: Likewise.
1363         * elfxx-mips.c: Likewise.
1364         * elfxx-sparc.c: Likewise.
1365         * elfxx-tilegx.c: Likewise.
1366         * i386linux.c: Likewise.
1367         * linker.c: Likewise.
1368         * m68klinux.c: Likewise.
1369         * pdp11.c: Likewise.
1370         * pe-mips.c: Likewise.
1371         * peXXigen.c: Likewise.
1372         * reloc.c: Likewise.
1373         * reloc16.c: Likewise.
1374         * sparclinux.c: Likewise.
1375         * sunos.c: Likewise.
1376         * vms-alpha.c: Likewise.
1377         * xcofflink.c: Likewise.
1378
1379 2015-08-18  Alan Modra  <amodra@gmail.com>
1380
1381         PR 18667
1382         * Makefile.am: Use $(SED) in place of sed throughout.
1383         * Makefile.in: Regenerate.
1384
1385 2015-08-18  Alan Modra  <amodra@gmail.com>
1386
1387         * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't redefine .TOC.
1388         if already defined, and set linker_def.
1389         (ppc64_elf_set_toc): Use .TOC. value if defined other than by
1390         the backend.
1391
1392 2015-08-14  Alan Modra  <amodra@gmail.com>
1393
1394         PR ld/18759
1395         * elf32-or1k.c: Revert 2015-08-11 change.
1396
1397 2015-08-13  H.J. Lu  <hongjiu.lu@intel.com>
1398
1399         PR ld/18801
1400         * elf32-i386.c (elf_i386_size_dynamic_sections): Issue an error
1401         for read-only segment with dynamic IFUNC relocations.
1402         * elf64-x86-64.c (elf_x86_64_size_dynamic_sections): Likewise.
1403
1404 2015-08-12  Simon Dardis  <simon.dardis@imgtec.com>
1405
1406         * elfxx-mips.c (STUB_MOVE): Change to use 'or' only.
1407         (mips_o32_exec_plt0_entry, mips_n32_exec_plt0_entry,
1408         mips_n64_exec_plt0_entry, micromips_insn32_o32_exec_plt0_entry):
1409         Update to use 'or' instead of 'addu/daddu'.
1410         (_bfd_mips_elf_finish_dynamic_symbol): Update usage of STUB_MOVE.
1411         (move_insns_32): Reorder table.
1412
1413 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1414
1415         * elf32-i386.c (elf_i386_relocate_section): Properly skip IFUNC
1416         relocations in debug sections.
1417         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
1418
1419 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1420
1421         * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Improve warning
1422         message for R_AARCH64_LD64_GOTPAGE_LO15/R_AARCH64_LD32_GOTPAGE_LO14.
1423
1424 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1425
1426         * elfnn-aarch64.c (IS_AARCH64_TLS_RELAX_RELOC): New.
1427         (aarch64_can_relax_tls): Use the new IS_AARCH64_TLS_RELAX_RELOC.
1428
1429 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1430
1431         * elfnn-aarch64.c (aarch64_type_of_stub): New parameter "sym_sec".
1432         Loose the check for symbol from ABS section.
1433         (elfNN_aarch64_size_stubs): Pass sym_sec.
1434
1435 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1436
1437         PR ld/18668
1438         * elfnn-aarch64.c (aarch64_type_of_stub): Update destination for
1439         calls go through plt stub.
1440         (elfNN_aarch64_final_link_relocate): Adjust code logic for CALL26,
1441         JUMP26 relocation to support inserting veneer for call to plt stub.
1442
1443 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1444
1445         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize
1446         BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12.
1447         (aarch64_reloc_got_type): Likewise.
1448         (elfNN_aarch64_final_link_relocate): Likewise.
1449         (elfNN_aarch64_relocate_section): Likewise.
1450         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1451         (_bfd_aarch64_elf_resolve_relocation): Likewise.
1452
1453 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1454
1455         * reloc.c (BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12): New entry.
1456         * bfd-in2.h: Regenerate.
1457         * libbfd.h: Regenerate.
1458         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
1459         BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12.
1460
1461 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1462
1463         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize
1464         BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC.
1465         (aarch64_reloc_got_type): Likewise.
1466         (elfNN_aarch64_final_link_relocate): Likewise.
1467         (elfNN_aarch64_relocate_section): Likewise.
1468         (elfNN_aarch64_gc_sweep_hook): Likewise.
1469         (elfNN_aarch64_check_relocs): Likewise.
1470         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1471         (_bfd_aarch64_elf_resolve_relocation): Likewise.
1472
1473 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1474
1475         * reloc.c (BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC): New entry.
1476         * bfd-in2.h: Regenerate.
1477         * libbfd.h: Regenerate.
1478         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
1479         BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC.
1480
1481 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1482
1483         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize
1484         BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21.
1485         (aarch64_reloc_got_type): Likewise.
1486         (elfNN_aarch64_final_link_relocate): Likewise.
1487         (elfNN_aarch64_relocate_section): Likewise.
1488         (elfNN_aarch64_gc_sweep_hook): Likewise.
1489         (elfNN_aarch64_check_relocs): Likewise.
1490         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
1491         (_bfd_aarch64_elf_resolve_relocation): Likewise.
1492
1493 2015-08-11  Jiong Wang  <jiong.wang@arm.com>
1494
1495         * reloc.c (BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21): New entry.
1496         * bfd-in2.h: Regenerate.
1497         * libbfd.h: Regenerate.
1498         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
1499         BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21.
1500
1501 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1502
1503         PR ld/18808
1504         * elf32-i386.c (elf_i386_relocate_section): Skip IFUNC
1505         relocations in debug sections.
1506         * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
1507
1508 2015-08-11  Peter Zotov  <whitequark@whitequark.org>
1509
1510         PR ld/18759
1511         * elf32-or1k.c (R_OR1K_32_PCREL): Set pcrel_offset to TRUE.
1512         (R_OR1K_16_PCREL): Likewise.
1513         (R_OR1K_8_PCREL): Likewise.
1514
1515 2015-08-11  Nick Clifton  <nickc@redhat.com>
1516
1517         PR binutils/18747
1518         * coff-sh.c (_bfd_sh_align_load_span): Fix typo when setting
1519         opcode count.
1520
1521         PR binutils/18758
1522         * elf.c (_bfd_elf_setup_sections): Add checks for corrupt section
1523         group information.
1524         * peicode.h (pe_ILF_make_a_section): Ensure alignment of the
1525         used_by_bfd pointer.
1526         (pe_ILF_build_a_bfd): Ensure alignment of vars.data pointer.
1527
1528 2015-08-11  H.J. Lu  <hongjiu.lu@intel.com>
1529
1530         * elf.c (_bfd_elf_copy_private_bfd_data): Fix a typo.
1531
1532 2015-08-10  H.J. Lu  <hongjiu.lu@intel.com>
1533
1534         * elf-bfd.h (elf_symbol_version): New enum.
1535         (elf_link_hash_entry): Replace hidden with versioned.
1536         * elflink.c (_bfd_elf_merge_symbol): Don't look for symbol
1537         version if the symbol is unversioned.  Initialize versioned.
1538         (_bfd_elf_add_default_symbol): Don't look for symbol version
1539         if the symbol is unversioned or hidden.  Initialize versioned.
1540         (elf_collect_hash_codes): Don't look for symbol version if the
1541         symbol is unversioned.
1542         (elf_collect_gnu_hash_codes): Likewise.
1543         (bfd_elf_gc_mark_dynamic_ref_symbol): Likewise.
1544         (_bfd_elf_link_hash_copy_indirect): Check versioned instead of
1545         hidden.
1546         (elf_link_output_extsym): Likewise.
1547
1548 2015-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1549
1550         PR binutils/18785
1551         * elf.c (_bfd_elf_copy_private_bfd_data): When copying the
1552         sh_link and sh_info fields in stripped section headers, we also
1553         check if the sh_type, sh_flags, sh_addralign and sh_entsize
1554         fields of the output section match the output.  Since
1555         --only-keep-debug turns all non-debug sections into SHT_NOBITS
1556         sections, the output SHT_NOBITS type matches any input type.
1557
1558 2015-08-07  H.J. Lu  <hongjiu.lu@intel.com>
1559
1560         PR ld/18720
1561         * elflink.c (_bfd_elf_merge_symbol): Add a parameter to indicate
1562         if the new symbol matches the existing one.  The new hidden
1563         versioned symbol matches the existing symbol if they have the
1564         same symbol version. Update the existing symbol only if they
1565         match.
1566         (_bfd_elf_add_default_symbol): Update call to
1567         _bfd_elf_merge_symbol.
1568         (_bfd_elf_link_assign_sym_version): Don't set the hidden field
1569         here.
1570         (elf_link_add_object_symbols): Override a definition only if the
1571         new symbol matches the existing one.
1572         (_bfd_elf_link_hash_copy_indirect): Don't copy any references to
1573         the hidden versioned symbol.
1574         (elf_link_output_extsym): Bind a symbol locally when linking
1575         executable if it is locally defined, hidden versioned, not
1576         referenced by shared library and not exported.  Turn on
1577         VERSYM_HIDDEN only if the hidden versioned symbol is defined
1578         locally.
1579
1580 2015-08-05  Nick Clifton  <nickc@redhat.com>
1581
1582         * elf.c (_bfd_elf_copy_private_bfd_data): Copy the sh_link and
1583         sh_info fields of sections whose type has been changed to
1584         SHT_NOBITS.
1585
1586 2015-08-04  Yuriy M. Kaminskiy"  <yumkam@gmail.com>
1587             Tyler Hicks  <tyhicks@canonical.com>
1588
1589         PR binutils/18750
1590         * ihex.c (ihex_scan): Fixes incorrect escape sequence in error message
1591         and stack overflow when char is signed and \200-\376 was in place of hex
1592         digit; also fixes \377 was handled as EOF instead of "incorrect character".
1593         (ihex_read_section): Changed for consistency.
1594         (ihex_bad_byte): Prevent (now impossible to trigger) stack
1595         overflow and incorrect escape sequence handling.
1596         * srec.c (srec_bad_byte): Likewise.
1597
1598 2015-08-03  Hans-Peter Nilsson  <hp@axis.com>
1599
1600         * elf32-cris.c (cris_elf_relocate_section)
1601         (elf_cris_finish_dynamic_symbol, cris_elf_check_relocs)
1602         (elf_cris_discard_excess_dso_dynamics): Use SYMBOLIC_BIND, not
1603         just link_info->symbolic, to check if a symbol should be bound
1604         symbolically.
1605
1606 2015-07-30  H.J. Lu  <hongjiu.lu@intel.com>
1607
1608         PR ld/18735
1609         * elflink.c (_bfd_elf_add_default_symbol): Add the default
1610         symbol if not performing a relocatable link.
1611         (elf_link_add_object_symbols): Adjust the default symbol if
1612         not performing a relocatable link.
1613
1614 2015-07-29  H.J. Lu  <hongjiu.lu@intel.com>
1615
1616         * elflink.c (elf_link_add_object_symbols): Remove
1617         !info->relocatable check for info->executable.  Add
1618         !info->relocatable check for !info->executable.
1619         (elf_link_output_extsym): Remove
1620         !info->relocatable check for info->executable.
1621
1622 2015-07-29  Hans-Peter Nilsson  <hp@bitrange.com>
1623
1624         * mmo.c (mmo_write_symbols_and_terminator): Skip symbol-type
1625         assignment loop for bfd plugin objects.
1626
1627 2015-07-28  Alan Modra  <amodra@gmail.com>
1628
1629         * elf.c (_bfd_elf_map_sections_to_segments): Do not make a new
1630         segment for loaded sections after nonloaded sections if the
1631         sections are on the same page.
1632
1633 2015-07-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1634
1635         * configure.in: Add asprintf and vasprintf to AC_CHECK_DECLS.
1636         * config.in, configure: Regenerate.
1637
1638 2015-07-27  H.J. Lu  <hongjiu.lu@intel.com>
1639
1640         * configure: Regenerated.
1641
1642 2015-07-27  Nick Clifton  <nickc@redhat.com>
1643
1644         * elf32-msp430.c (uses_large_model): New function.
1645         (msp430_elf_eh_frame_address_size): New function.
1646         (elf_backend_eh_frame_address_size): Define.
1647
1648 2015-07-27  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1649
1650         PR ld/18705
1651         * elfnn-aarch64.c (elf_backend_extern_protected_data): Define.
1652
1653 2015-07-27  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1654
1655         PR ld/18705
1656         * elf32-arm.c (elf_backend_extern_protected_data): Define.
1657
1658 2015-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1659
1660         PR ld/18718
1661         * elflink.c (elf_link_output_extsym): Check symbol version
1662         section check only if not linking executable, the symbol is
1663         referenced by shared library or not locally defined.
1664
1665 2015-07-25  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1666
1667         * elf32-arm.c (elf32_arm_final_link_relocate): Use SYMBOLIC_BIND to
1668         check if a symbol should be bound symbolically.
1669         * elf32-hppa.c (elf32_hppa_check_relocs,
1670         elf32_hppa_adjust_dynamic_symbol, elf32_hppa_relocate_section,
1671         elf32_hppa_finish_dynamic_symbol): Likewise.
1672         * elf32-m68k.c (elf_m68k_check_relocs,
1673         elf_m68k_relocate_section): Likewise.
1674         * elf32-nios2.c (nios2_elf32_relocate_section,
1675         nios2_elf32_check_relocs, allocate_dynrelocs): Likewise.
1676         * elf32-tic6x.c (elf32_tic6x_finish_dynamic_symbol,
1677         elf32_tic6x_relocate_section): Likewise.
1678
1679 2015-07-24  Alan Modra  <amodra@gmail.com>
1680
1681         * elf.c (_bfd_elf_assign_file_positions_for_non_load): Use .rela
1682         prefix for reloc section corresponding to rela section associated
1683         with renamed debug section.
1684
1685 2015-07-24  Alan Modra  <amodra@gmail.com>
1686
1687         * section.c (bfd_get_section_by_name_if): Iterate over entire hash
1688         chain.
1689
1690 2015-07-23  Joseph Myers  <joseph@codesourcery.com>
1691
1692         * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections)
1693         <DT_MIPS_RLD_MAP_REL>: Add target address to host address
1694         difference, not to host pointer.
1695
1696 2015-07-22  Alan Modra  <amodra@gmail.com>
1697
1698         * elf64-ppc.c (opd_entry_value): Remove assertion.  Instead,
1699         return -1 if symbol referenced is not defined.  Tidy.
1700
1701 2015-07-20  Alan Modra  <amodra@gmail.com>
1702
1703         * po/SRC-POTFILES.in: Regenerate.
1704
1705 2015-07-17  Jiong Wang  <jiong.wang@arm.com>
1706
1707         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Sort alphabetically.
1708         (IS_AARCH64_TLSDESC_RELOC): Sort alphabetically.
1709
1710 2015-07-16  Jiong Wang  <jiong.wang@arm.com>
1711
1712         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC): Recognize
1713         BFD_RELOC_AARCH64_TLSLD_ADR_PREL21.
1714         (aarch64_reloc_got_type): Ditto.
1715         (elfNN_aarch64_final_link_relocate): Ditto.
1716         (elfNN_aarch64_relocate_section): Ditto.
1717         (elfNN_aarch64_gc_sweep_hook): Ditto.
1718         (elfNN_aarch64_check_relocs): Ditto.
1719         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Ditto.
1720         (_bfd_aarch64_elf_resolve_relocation): Ditto.
1721
1722 2015-07-16  Jiong Wang  <jiong.wang@arm.com>
1723
1724         * reloc.c (BFD_RELOC_AARCH64_TLSLD_ADR_PREL21): New entry.
1725         * bfd-in2.h: Regenerate.
1726         * libbfd.h: Regenerate.
1727         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
1728         BFD_RELOC_AARCH64_TLSLD_ADR_PREL21.
1729
1730 2015-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1731
1732         PR binutils/18656
1733         * bfd.c (bfd_convert_section_size): New function.
1734         (bfd_convert_section_contents): Likewise.
1735         * bfd-in2.h: Regenerated.
1736
1737 2015-07-09  Catherine Moore  <clm@codesourcery.com>
1738
1739         * elflink.c (bfd_elf_size_dynamic_sections): Call to
1740         _bfd_elf_maybe_strip_eh_frame_hdr should be before
1741         bed->elf_backend_size_dynamic_sections.
1742
1743 2015-07-08  Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1744
1745         * elf32-avr.c: Add 32 bit PC relative relocation for AVR target.
1746
1747 2015-07-05  Richard Sandiford  <richard.sandiford@arm.com>
1748
1749         * elf64-ppc.c (toc_adjusting_stub_needed): Use the symbol value
1750         plus addend rather than the original st_value when looking up
1751         entries in opd->adjust.
1752
1753 2015-07-03   Kai Tietz  <ktietz@redhat.com>
1754              Nick Clifton  <nickc@redhat.com>
1755
1756         PR ld/11539
1757         * coffcode.h (coff_bfd_gc_sections): Define default
1758         to bfd_coff_gc_sections function.
1759         (coff_gc_mark_hook_fn): New type.
1760         * coffgen.c (init_reloc_cookie): Copy and adjust coff
1761         related code about gc-sections from elflink.c to here.
1762         (fini_reloc_cookie): Likewise.
1763         (init_reloc_cookie_rels): Likewise.
1764         (fini_reloc_cookie_rels): Likewise.
1765         (init_reloc_cookie_for_section): Likewise.
1766         (fini_reloc_cookie_for_section): Likewise.
1767         (_bfd_coff_gc_mark_hook): Likewise.
1768         (_bfd_coff_gc_mark_rsec): Likewise.
1769         (_bfd_coff_gc_mark_reloc): Likewise.
1770         (_bfd_coff_gc_mark): Likewise.
1771         (_bfd_coff_gc_mark_extra_sections): Likewise.
1772         (coff_gc_sweep_symbol_info): Likewise.
1773         (coff_gc_sweep_symbol): Likewise.
1774         (gc_sweep_hook_fn): Likewise.
1775         (coff_gc_sweep): Likewise.
1776         (bfd_coff_gc_sections): Likewise.
1777         (_bfd_coff_gc_keep): Likewise.
1778         * libcoff-in.h (coff_reloc_cookie): New struct.
1779         (bfd_coff_gc_sections): New prototype.
1780         * libcoff.h: Regenerate.
1781
1782 2015-07-01  Sandra Loosemore  <sandra@codesourcery.com>
1783             Cesar Philippidis  <cesar@codesourcery.com>
1784
1785         * bfd-in2.h: Regenerated.
1786         * elf32-nios2.c (elf_nios2_howto_table_rel): Rename to...
1787         (elf_nios2_r1_howto_table_rel): This.
1788         (elf_nios2_r2_howto_table_rel): New.
1789         (BFD_IS_R2): New.
1790         (lookup_howto): Add ABFD parameter.  Adjust to look up in either
1791         the R1 or R2 relocation table, as determined by ABFD.
1792         (nios2_reloc_map): Add R2 relocations.
1793         (nios2_elf32_bfd_reloc_type_lookup): Do lookup using lookup_howto.
1794         Pass it the ABFD parameter.
1795         (nios2_elf32_bfd_reloc_name_lookup): Use ABFD to decide whether to
1796         return an R1 or R2 relocation.
1797         (nios2_elf32_info_to_howto): Do lookup using lookup_howto.
1798         Pass it the ABFD parameter.
1799         (nios2_elf32_do_call26_relocate): Check for alignment on a 4-byte
1800         boundary.
1801         (nios2_elf32_relocate_section): Adjust call to lookup_howto.
1802         * libbfd.h: Regenerated.
1803         * reloc.c (BFD_RELOC_NIOS2_R2_S12): New.
1804         (BFD_RELOC_NIOS2_R2_I10_1_PCREL): New.
1805         (BFD_RELOC_NIOS2_R2_T1I7_1_PCREL): New.
1806         (BFD_RELOC_NIOS2_R2_T1I7_2): New.
1807         (BFD_RELOC_NIOS2_R2_T2I4): New.
1808         (BFD_RELOC_NIOS2_R2_T2I4_1): New.
1809         (BFD_RELOC_NIOS2_R2_T2I4_2): New.
1810         (BFD_RELOC_NIOS2_R2_X1I7_2): New.
1811         (BFD_RELOC_NIOS2_R2_X2L5): New.
1812         (BFD_RELOC_NIOS2_R2_F1I5_2): New.
1813         (BFD_RELOC_NIOS2_R2_L5I4X1): New.
1814         (BFD_RELOC_NIOS2_R2_T1X1I6): New.
1815         (BFD_RELOC_NIOS2_R2_T1X1I6_2): New.
1816
1817 2015-07-01  Sandra Loosemore  <sandra@codesourcery.com>
1818             Cesar Philippidis  <cesar@codesourcery.com>
1819
1820         * archures.c (bfd_mach_nios2r1, bfd_mach_nios2r2): New.
1821         * bfd-in2.h: Regenerated.
1822         * cpu-nios2.c (nios2_compatible): New.
1823         (N): Use nios2_compatible instead of bfd_default_compatible.
1824         (NIOS2R1_NEXT, NIOS2R2_NEXT): Define.
1825         (arch_info_struct): New.
1826         (bfd_nios2_arch): Chain to NIOS2R1_NEXT.
1827         * elf32-nios2.c (is_nios2_elf): New.
1828         (nios2_elf32_merge_private_bfd_data): New.
1829         (nios2_elf32_object_p): New.
1830         (bfd_elf32_bfd_merge_private_bfd_data): Define.
1831         (elf_backend_object_p): Define.
1832
1833 2015-07-01  H.J. Lu  <hongjiu.lu@intel.com>
1834
1835         * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Refactor.
1836
1837 2015-06-30  Nick Clifton  <nickc@redhat.com>
1838
1839         PR binutils/18570
1840         * elf-attrs.c (obj_attr_size): Use an unsigned int type for the tag.
1841         (write_obj_attribute): Likewise.
1842         (elf_new_obj_attr): Likewise.
1843         (bfd_elf_get_obj_attr_int): Likewise.
1844         (bfd_elf_add_obj_attr_int): Likewise.
1845         (bfd_elf_add_obj_attr_string): Likewise.
1846         (bfd_elf_add_obj_attr_int_string): Likewise.
1847         (gnu_obj_attrs_arg_type): Likewise.
1848         (_bfd_elf_obj_attrs_arg_type): Likewise.
1849         (_bfd_elf_parse_attributes): Likewise.
1850         (_bfd_elf_merge_unknown_attribute_list): Likewise.
1851         * elf-bfd.h (struct obj_attribute_list): Likewise.
1852         Update prototypes.
1853
1854 2015-06-28  H.J. Lu  <hongjiu.lu@intel.com>
1855
1856         * bfd-in.h (compressed_debug_section_type): Remove
1857         COMPRESS_DEBUG_ZLIB.
1858         * bfd-in2.h : Regenerated.
1859
1860 2015-06-26  Matthew Fortune  <matthew.fortune@imgtec.com>
1861
1862         * elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Use executable
1863         instead of !shared to indicate an application vs shared library.
1864         (_bfd_mips_elf_size_dynamic_sections): Likewise.
1865         (_bfd_mips_elf_finish_dynamic_sections): Handle DT_MIPS_RLD_MAP_REL.
1866         (_bfd_mips_elf_get_target_dtag): Likewise.
1867
1868 2015-06-25  DJ Delorie  <dj@redhat.com>
1869
1870         * elf32-msp430.c (msp430_final_link_relocate): Fix comments.  Fix
1871         REL loads to match RELA stores.
1872
1873 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
1874
1875         * elf.c (_bfd_elf_compute_section_file_positions): Don't
1876         initialize sh_size for .shstrtab here.
1877
1878 2015-06-25  H.J. Lu  <hongjiu.lu@intel.com>
1879
1880         PR gas/18451
1881         * elf-bfd.h (elf_sym_strtab): New.
1882         (elf_link_hash_table): Add strtabcount, strtabsize and
1883         strtab.
1884         (_bfd_elf_stringtab_init): Removed.
1885         * elf.c (_bfd_elf_stringtab_init): Removed.
1886         (_bfd_elf_compute_section_file_positions): Replace
1887         bfd_strtab_hash/_bfd_elf_stringtab_init/_bfd_stringtab_free/
1888         _bfd_stringtab_size with
1889         elf_strtab_hash/_bfd_elf_strtab_init/_bfd_elf_strtab_free/
1890         _bfd_elf_strtab_size.  Use _bfd_elf_strtab_add,
1891         _bfd_elf_strtab_finalize and _bfd_elf_strtab_offset to get
1892         st_name.
1893         (swap_out_syms): Likewise.
1894         * elflink.c (elf_final_link_info): Replace bfd_strtab_hash
1895         with elf_strtab_hash.  Remove symbuf, symbuf_count,
1896         symbuf_size and shndxbuf_size.
1897         (elf_link_flush_output_syms): Removed.
1898         (elf_link_output_sym): Renamed to ...
1899         (elf_link_output_symstrtab): This.  Replace _bfd_stringtab_add
1900         with _bfd_elf_strtab_add.  Don't flush symbols to the file nor
1901         swap out symbols.
1902         (elf_link_swap_symbols_out): New.
1903         (elf_link_output_extsym): Replace elf_link_output_sym with
1904         elf_link_output_symstrtab.
1905         (elf_link_input_bfd): Likewise.
1906         (elf_final_link_free): Replace _bfd_stringtab_free with
1907         _bfd_elf_strtab_free.  Remove symbuf.
1908         (bfd_elf_final_link): Replace _bfd_elf_stringtab_init with
1909         _bfd_elf_strtab_init.  Don't set symbuf, symbuf_count,
1910         symbuf_size nor shndxbuf_size.  Initialize strtabsize and
1911         strtab.  Initialize symshndxbuf to -1 when number of sections
1912         >= 64K.  Replace elf_link_output_sym/elf_link_output_sym with
1913         elf_link_output_symstrtab/elf_link_output_symstrtab. Don't
1914         call elf_link_flush_output_syms.  Call _bfd_elf_strtab_finalize
1915         and elf_link_swap_symbols_out.  Replace _bfd_stringtab_size
1916         and _bfd_stringtab_emit with _bfd_elf_strtab_size and
1917         _bfd_elf_strtab_emit.
1918
1919 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
1920
1921         * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Silence older
1922         GCC warning.
1923
1924 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
1925
1926         * elf32-i386.c (elf_i386_allocate_dynrelocs): Always allocate
1927         space for the first .plt entry.
1928         (elf_i386_size_dynamic_sections): Always add DT_PLTGOT for .plt
1929         section.  Add DT_PLTRELSZ, DT_PLTREL and DT_JMPREL only if
1930         there are PLT relocations.
1931         * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Always
1932         allocate space for the first .plt entry.
1933         (elf_x86_64_size_dynamic_sections): Always add DT_PLTGOT for
1934         .plt section.  Add DT_PLTRELSZ, DT_PLTREL and DT_JMPREL only if
1935         there are PLT relocations.
1936
1937 2015-06-24  H.J. Lu  <hongjiu.lu@intel.com>
1938
1939         PR ld/18591
1940         * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Don't convert
1941         R_X86_64_GOTPCREL to R_X86_64_PC32 if it will cause relocation
1942         overflow.
1943
1944 2015-06-23  Jiong Wang  <jiong.wang@arm.com>
1945
1946         * elfnn-aarch64.c (aarch64_readonly_dynrelocs): New function.
1947         (elfNN_aarch64_size_dynamic_sections): Traverse hash table to check
1948         relocations against read-only sections.
1949
1950 2015-06-18  Nick Clifton  <nickc@redhat.com>
1951
1952         PR 18481
1953         * elf32-arm.c (R_ARM_TLS_LE32): Set the special function to NULL.
1954
1955 2015-06-15  Jon Turney  <jon.turney@dronecode.org.uk>
1956
1957         * bfd.c: Change struct bfd_build_id to use bfd_size_type.
1958         * bfd-in2.h : Regenerate.
1959
1960 2015-06-16  Alan Modra  <amodra@gmail.com>
1961
1962         * elf32-ppc.c (ppc_elf_relocate_section): Correct binary search of
1963         dynamic relocs.
1964
1965 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1966
1967         * elf-bfd.h : Remove struct elf_build_id.
1968         * bfd.c : Add struct bfd_build_id.
1969         * bfd-in2.h: Regenerate.
1970         * elf.c (elfobj_grok_gnu_build_id): Update to use bfd_build_id.
1971         * libpei.h: Add protoype and macros for
1972         bfd_XXi_slurp_codeview_record.
1973         * peXXigen.c (_bfd_XXi_slurp_codeview_record): Make public
1974         * peicode.h (pe_bfd_read_buildid): Add.
1975         (pe_bfd_object_p): Use pe_bfd_read_buildid().
1976
1977 2015-06-15  Renlin Li  <renlin.li@arm.com>
1978
1979         * reloc.c (BFD_RELOC_AARCH64_LD64_GOTOFF_LO15): New entry.
1980         * bfd-in2.h: Regenerate.
1981         * libbfd.h: Regenerate.
1982         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
1983         BFD_RELOC_AARCH64_LD64_GOTOFF_LO15.
1984
1985 2015-06-15  Alan Modra  <amodra@gmail.com>
1986
1987         * cofflink.c (_bfd_coff_generic_relocate_section): Revert
1988         2014-03-26 change.  Call _bfd_clear_contents for relocs against
1989         local and global symbols defined in discarded input sections.
1990
1991 2015-06-05  Nick Clifton  <nickc@redhat.com>
1992
1993         * elf32-msp430.c (rl78_sym_diff_handler): New function.
1994         (msp430_howto_table): Use the new function for the SYM_DIFF reloc.
1995         (msp430x_howto_table): Likewise.
1996
1997 2015-06-05  Alan Modra  <amodra@gmail.com>
1998
1999         * elf64-ppc.c (ppc_elf_relocate_section): Move dynamic text
2000         relocs with insns moved by --ppc476-workaround.  Correct
2001         output of REL16 relocs.
2002
2003 2015-06-01  Jiong Wang  <jiong.wang@arm.com>
2004
2005         * elfnn-aarch64.c (aarch64_reloc_got_type): Support
2006         BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14.
2007         (elfNN_aarch64_final_link_relocate): Ditto.
2008         (elfNN_aarch64_gc_swap_hook): Ditto.
2009         (elfNN_aarch64_check_relocs): Ditto.
2010         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Ditto.
2011
2012 2015-06-01  Jiong Wang  <jiong.wang@arm.com>
2013
2014         * reloc.c (BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14): New entry.
2015         * bfd-in2.h: Regenerate.
2016         * libbfd.h: Regenerate.
2017         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
2018         BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14.
2019
2020 2015-06-01  Jiong Wang  <jiong.wang@arm.com>
2021
2022         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Set overflow type to
2023         complain_overflow_unsigned for BFD_RELOC_AARCH64_TLSLE_ADD_LO12.
2024         * elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Don't use
2025         PGOFF for BFD_RELOC_AARCH64_TLSLE_ADD_LO12.
2026
2027 2015-06-01  Jiong Wang  <jiong.wang@arm.com>
2028
2029         * elfnn-aarch64.c (aarch64_reloc_got_type): Support
2030         BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15.
2031         (elfNN_aarch64_final_link_relocate): Ditto.
2032         (elfNN_aarch64_gc_swap_hook): Ditto.
2033         (elfNN_aarch64_check_relocs): Ditto.
2034         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Ditto.
2035
2036 2015-06-01  Jiong Wang  <jiong.wang@arm.com>
2037
2038         * reloc.c (BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15): New entry.
2039         * bfd-in2.h: Regenerate.
2040         * libbfd.h: Regenerate.
2041         * elfnn-aarch64.c (elfNN_aarch64_howto_table): New entry for
2042         BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15.
2043
2044 2015-05-28  Catherine Moore  <clm@codesourcery.com>
2045             Bernd Schmidt <bernds@codesourcery.com>
2046             Paul Brook <paul@codesourcery.com>
2047
2048         * bfd-in2.h: Regenerated.
2049         * elf-bfd.h (DWARF2_EH_HDR, COMPACT_EH_HDR): Define.
2050         (COMPACT_EH_CANT_UNWIND_OPCODE): Define.
2051         (dwarf_eh_frame_hdr_info): Move dwarf-specific fields from
2052         eh_frame_hdr_info.
2053         (compact_eh_frame_hdr_info): Declare.
2054         (eh_frame_hdr_info):  Redeclare with union for dwarf-specific
2055         fields and compact-eh fields.
2056         (elf_backend_data): Add cant_unwind_opcode and compact_eh_encoding.
2057         (bfd_elf_section_data): Add eh_frame_entry_field.
2058         (elf_section_eh_frame_entry): Define.
2059         (bfd_elf_parse_eh_frame_entries): Declare.
2060         (_bfd_elf_parse_eh_frame_entry): Declare.
2061         (_bfd_elf_end_eh_frame_parsing): Declare.
2062         (_bfd_elf_write_section_eh_frame_entry): Declare.
2063         (_bfd_elf_eh_frame_entry_present): Declare.
2064         (_bfd_elf_section_for_symbol): Declare.
2065         * elf-eh-frame.c (bfd_elf_discard_eh_frame_entry): New function.
2066         (bfd_elf_record_eh_frame_entry): New function.
2067         (_bfd_elf_parse_eh_frame_entry): New function.
2068         (_bfd_elf_parse_eh_frame): Update hdr_info field references.
2069         (cmp_eh_frame_hdr): New function.
2070         (add_eh_frame_hdr_terminator): New function.
2071         (_bfd_elf_end_eh_frame_parsing): New function.
2072         (find_merged_cie): Update hdr_info field references.
2073         (_bfd_elf_discard_section_eh_frame): Likewise.
2074         (_bfd_elf_discard_section_eh_frame_hdr): Add Compact EH support.
2075         (_bfd_elf_eh_frame_entry_present): New function.
2076         (_bfd_elf_maybe_strip_eh_frame_hdr): Add Compact EH support.
2077         (_bfd_elf_write_section_eh_frame_entry): New function.
2078         (_bfd_elf_write_section_eh_frame): Update hdr_info field references.
2079         (_bfd_elf_fixup_eh_frame_hdr): New function.
2080         (write_compact_eh_frame_hdr): New function.
2081         (write_dwarf_eh_frame_hdr): New function.
2082         (_bfd_elf_write_section_eh_frame_hdr): Add Compact EH support.
2083         * elflink.c (_bfd_elf_section_for_symbol): New function.
2084         (elf_section_ignore_discarded_relocs): Add Compact EH support.
2085         (elf_link_input_bfd): Likewise.
2086         (bfd_elf_final_link): Likewise.
2087         (_bfd_elf_gc_mark): Likewise.
2088         (bfd_elf_parse_eh_frame_entries): New function.
2089         (bfd_elf_gc_sections): Add Compact EH support.
2090         (bfd_elf_discard_info): Likewise.
2091         * elfxx-mips.c: Include dwarf2.h.
2092         (_bfd_mips_elf_compact_eh_encoding): New function.
2093         (_bfd_mips_elf_cant_unwind_opcode): New function.
2094         * elfxx-mips.h (_bfd_mips_elf_compact_eh_encoding): Declare.
2095         (_bfd_mips_elf_cant_unwind_opcode): Declare.
2096         (elf_backend_compact_eh_encoding): Define.
2097         (elf_backend_cant_unwind_opcode): Define.
2098         * elfxx-target.h (elf_backend_compact_eh_encoding): Provide default.
2099         (elf_backend_cant_unwind_opcode): Provide default.
2100         (elf_backend_data elfNN_bed): Add elf_backend_compact_eh_encoding and
2101         elf_backend_cant_unwind_opcode.
2102         * section.c (SEC_INFO_TYPE_EH_FRAME_ENTRY): Add definition.
2103
2104 2015-05-27  H.J. Lu  <hongjiu.lu@intel.com>
2105
2106         PR binutils/18458
2107         * elf32-i386.c (elf_i386_check_relocs): Create .plt.got section
2108         for now binding only if pointer equality isn't needed.
2109         (elf_i386_allocate_dynrelocs): Use .plt.got section for now
2110         binding only if pointer equality isn't needed.
2111         * elf64-x86-64.c (elf_x86_64_check_relocs): Create .plt.got
2112         section for now binding only if pointer equality isn't needed.
2113         (elf_x86_64_allocate_dynrelocs): Use .plt.got section for now
2114         binding only if pointer equality isn't needed.
2115
2116 2015-05-26  H.J. Lu  <hongjiu.lu@intel.com>
2117
2118         PR binutils/18437
2119         * elf32-i386.c (elf_i386_get_plt_sym_val): Skip extra relocations
2120         in .rel.plt/.rela.plt.
2121         * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
2122
2123 2015-05-19  Jiong Wang  <jiong.wang@arm.com>
2124
2125         * elfnn-aarch64.c (aarch64_tls_transition_without_check): Sort
2126         relocation case labels alphabetically.
2127         (elfNN_aarch64_final_link_relocate): Ditto.
2128         (elfNN_aarch64_tls_relax): Ditto.
2129         (elfNN_aarch64_relocate_section): Ditto.
2130         (elfNN_aarch64_gc_sweep_hook): Ditto.
2131         (elfNN_aarch64_check_relocs): Ditto.
2132         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Ditto.
2133         (_bfd_aarch64_elf_resolve_relocation): Ditto.
2134
2135 2015-05-18  Jiong Wang  <jiong.wang@arm.com>
2136
2137         * elfnn-aarch64.c (elfNN_aarch64_adjust_dynamic_symbol): Rewrite
2138         comments.
2139
2140 2015-05-16  H.J. Lu  <hongjiu.lu@intel.com>
2141
2142         * elf32-i386.c (elf_i386_check_relocs): Create .plt.got section
2143         for now binding.
2144         (elf_i386_allocate_dynrelocs): Use .plt.got section for now
2145         binding.
2146         * elf64-x86-64.c (elf_x86_64_check_relocs): Create .plt.got
2147         section for now binding.
2148         (elf_x86_64_allocate_dynrelocs): Use .plt.got section for now
2149         binding.
2150
2151 2015-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2152
2153         * bfd.c (bfd_update_compression_header): Also write the zlib
2154         header if the SHF_COMPRESSED bit cleared..
2155         (bfd_check_compression_header): Return the uncompressed size.
2156         * compress.c (decompress_contents): Don't skip the zlib header.
2157         (bfd_compress_section_contents): Properly handle ELFCOMPRESS_ZLIB,
2158         which doesn't have the zlib header.
2159         (bfd_init_section_decompress_status): Likewise.
2160         (bfd_get_full_section_contents): Updated.
2161         (bfd_is_section_compressed): Likewise.
2162         (bfd_is_section_compressed_with_header): Return the uncompressed
2163         size.
2164         * elf.c (_bfd_elf_make_section_from_shdr): Updated.
2165         * bfd-in2.h: Regenerated.
2166
2167 2015-05-14  Jiong Wang  <jiong.wang@arm.com>
2168
2169         * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Remove overflow
2170         check restrictions.
2171
2172 2015-05-14  Max Filippov  <jcmvbkbc@gmail.com>
2173
2174         * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Treat PLT reference
2175         as GOT reference when plt.refcount is not positive.
2176
2177 2015-05-12  H.J. Lu  <hongjiu.lu@intel.com>
2178
2179         * elf32-i386.c (elf_i386_allocate_dynrelocs): Allocate space
2180         for the first .plt entry only if needed.
2181         * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Likewise.
2182
2183 2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2184
2185         * Makefile.am (ALL_MACHINES): Add cpu-iamcu.lo.
2186         (ALL_MACHINES_CFILES): Likewise.
2187         * archures.c (bfd_mach_iamcu): New.
2188         (bfd_mach_i386_iamcu): Likewise.
2189         (bfd_mach_i386_iamcu_intel_syntax): Likewise.
2190         (bfd_iamcu_arch): Likewise.
2191         (bfd_archures_list): Add &bfd_iamcu_arch.
2192         * config.bfd (targ_selvecs): Add iamcu_elf32_vec to
2193         i386_elf32_vec.
2194         (targ_archs): Add bfd_iamcu_arch if needed.
2195         * configure.ac: Support iamcu_elf32_vec.
2196         * cpu-iamcu.c: New file.
2197         * elf32-i386.c (elf32_iamcu_elf_object_p): New function.
2198         Add support for iamcu_elf32_vec and elf32_iamcu_bed.
2199         * targets.c (iamcu_elf32_vec): New.
2200         (_bfd_target_vector): Add iamcu_elf32_vec.
2201         * Makefile.in: Regenerated.
2202         * bfd-in2.h: Likewise.
2203         * configure: Likewise.
2204
2205 2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2206
2207         * elfcode.h (elf_object_p): Replace EM_486 with EM_IAMCU.
2208
2209 2015-05-10  H.J. Lu  <hongjiu.lu@intel.com>
2210
2211         * elf32-i386.c (elf_i386_convert_mov_to_lea): Replace input_bfd
2212         and output_bfd with abfd.
2213         * elf64-x86-64.c (elf_x86_64_convert_mov_to_lea): Likewise.
2214
2215 2015-05-06  Toni Spets  <toni.spets@iki.fi>
2216
2217         PR ld/18372
2218         * peXXigen.c (rsrc_process_section): Skip discarded resource
2219         sections.
2220
2221 2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
2222
2223         * config.bfd: Support i[3-7]86-*-elf*.
2224
2225 2015-04-30  H.J. Lu  <hongjiu.lu@intel.com>
2226
2227         * elf32-i386.c (elf_backend_post_process_headers): Undef for
2228         Solaris 2.
2229
2230 2015-04-30  Nick Clifton  <nickc@redhat.com>
2231
2232         PR 18317
2233         * elf32-mep.c (MEPREL): Use bfd_elf_generic_reloc instead of
2234         mep_reloc.
2235         (mep_reloc): Delete unused function.
2236
2237 2015-04-29  Nick Clifton  <nickc@redhat.com>
2238
2239         PR 17099
2240         * coff-i386.c (coff_i386_rtype_to_howto): Allow absolute PCRLONG
2241         relocs.
2242
2243 2015-04-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2244
2245         * elf-s390-common.c (elf_s390_merge_obj_attributes): New function.
2246         * elf32-s390.c (elf32_s390_merge_private_bfd_data): Call
2247         elf_s390_merge_obj_attributes.
2248         * elf64-s390.c (elf64_s390_merge_private_bfd_data): New function.
2249
2250 2015-04-24  Jiong Wang  <jiong.wang@arm.com>
2251
2252         PR ld/18270
2253         * elfnn-aarch64.c (elfNN_aarch64_size_dynamic): Count local symbol for
2254         GOT_NORMAL for both sgot/srelgot section.
2255         (elfNN_aarch64_final_link_relocate): Relocate against GOT entry address
2256         and generate necessary runtime relocation for GOT entry.
2257
2258 2015-04-24  H.J. Lu  <hongjiu.lu@intel.com>
2259
2260         PR binutils/18209
2261         * archive.c (_bfd_get_elt_at_filepos): Copy is_linker_input.
2262
2263 2015-04-24  Jiong Wang  <jiong.wang@arm.com>
2264
2265         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Reject
2266         PC-relative relocation for external symbol.
2267
2268 2015-04-24  Nick Clifton  <nickc@redhat.com>
2269
2270         PR 18313
2271         * compress.c (decompress_contents): Zero initialse the z_stream
2272         structure.
2273
2274 2015-04-24  Nick Clifton  <nickc@redhat.com>
2275
2276         * elf.c (_bfd_elf_is_local_label_name): Extend test for assembler
2277         local labels to include local labels with a numeric suffix and
2278         fake symbols.
2279
2280 2015-04-24  H.J. Lu  <hongjiu.lu@intel.com>
2281
2282         PR binutils/18316
2283         * section.c (SEC_MEP_VLIW): New.
2284         * bfd-in2.h: Regenerated.
2285
2286 2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
2287
2288         PR ld/18277
2289         * compress.c (bfd_compress_section_contents): Remove the
2290         write_compress argument.
2291         (bfd_init_section_compress_status): Updated.
2292         (bfd_compress_section): Likewise.
2293         * elf.c (_bfd_elf_set_reloc_sh_name): New.
2294         (_bfd_elf_init_reloc_shdr): Add delay_st_name_p.  Set sh_name
2295         to (unsigned int) -1 if delay_st_name_p is TRUE.  Use
2296         _bfd_elf_set_reloc_sh_name.
2297         (elf_fake_sections): Don't rename DWARF debug section for
2298         linker output if it will be compressed.  Instead, set
2299         delay_st_name_p to TRUE and pass it to _bfd_elf_init_reloc_shdr.
2300         (assign_section_numbers): Call _bfd_elf_strtab_addref only if
2301         sh_name != (unsigned int) -1.  Don't finalize nor assign
2302         shstrtab section here.  Delay setting output section names to
2303         _bfd_elf_write_object_contents.
2304         (_bfd_elf_compute_section_file_positions): Update comments on
2305         sh_offset for shstrtab section.
2306         (assign_file_positions_for_non_load_sections): Set sh_offset to
2307         -1 for shstrtab section.
2308         (assign_file_positions_except_relocs): Likewise.
2309         (_bfd_elf_assign_file_positions_for_non_load): Set up sh_name
2310         when compressing DWARF debug sections.  Place shstrtab section
2311         after DWARF debug sections have been compressed.
2312         (_bfd_elf_write_object_contents): Setting sh_name for output
2313         sections.
2314
2315 2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
2316
2317         PR binutils/18209
2318         * bfd.c (bfd): Add is_linker_input.
2319         * elf.c (convert_debug_to_zdebug): New.
2320         (convert_zdebug_to_debug): Likewise.
2321         (_bfd_elf_make_section_from_shdr): Don't convert .debug_* to
2322         .zdebug_* here.  Use convert_zdebug_to_debug.  Set SEC_ELF_RENAME.
2323         (_bfd_elf_init_reloc_shdr): Pass a pointer to section name
2324         instead of a pointer to section.
2325         (elf_fake_sections): Rename the section name if SEC_ELF_RENAME
2326         is set.
2327         * section.c (SEC_ELF_RENAME): New.
2328         * bfd-in2.h: Regenerated.
2329
2330 2015-04-23  Alan Modra  <amodra@gmail.com>
2331
2332         * elf64-ppc.c (TOC_BASE_ALIGN): Define.
2333         (ppc64_elf_next_toc_section): Align multi-got toc base.
2334         (ppc64_elf_set_toc): Likewise initial toc base and .TOC. symbol.
2335
2336 2015-04-22  H.J. Lu  <hongjiu.lu@intel.com>
2337
2338         PR ld/18289
2339         * elf32-i386.c (elf_i386_link_hash_entry): Add gotoff_ref.
2340         (elf_i386_link_hash_newfunc): Initialize gotoff_ref to 0.
2341         (elf_i386_create_dynamic_sections): Always allow copy relocs for
2342         building executables.
2343         (elf_i386_copy_indirect_symbol): Also copy gotoff_ref.
2344         (elf_i386_check_relocs): Set gotoff_ref for R_386_GOTOFF.
2345         (elf_i386_adjust_dynamic_symbol): Also allocate copy relocs for
2346         PIE and R_386_GOTOFF.
2347         (elf_i386_relocate_section): Allow R_386_GOTOFF in executable.
2348
2349 2015-04-20  H.J. Lu  <hongjiu.lu@intel.com>
2350
2351         * elf.c (assign_section_numbers): Always set up sh_name.
2352
2353 2015-04-20  H.J. Lu  <hongjiu.lu@intel.com>
2354
2355         * elf.c (assign_file_positions_for_non_load_sections): Iterate
2356         sections by pointer.
2357         (_bfd_elf_assign_file_positions_for_non_load): Likewise.
2358
2359 2015-04-14  H.J. Lu  <hongjiu.lu@intel.com>
2360
2361         * bfd-in.h (compressed_debug_section_type): New.
2362         * compress.c (bfd_compress_section_contents): Add an argument
2363         for linker write compression and always generate .zdebug_*
2364         section when linking.
2365         (bfd_init_section_compress_status): Pass FALSE to
2366         bfd_compress_section_contents.
2367         (bfd_compress_section): New function.
2368         * elf.c (elf_fake_sections): For linking, set SEC_ELF_COMPRESS
2369         on DWARF debug sections if COMPRESS_DEBUG is set and rename
2370         section if COMPRESS_DEBUG_GABI_ZLIB isn't set.
2371         (assign_file_positions_for_non_load_sections): Set sh_offset
2372         to -1 if SEC_ELF_COMPRESS is set.
2373         (assign_file_positions_except_relocs): Likwise.
2374         (_bfd_elf_assign_file_positions_for_relocs): Renamed to ...
2375         (_bfd_elf_assign_file_positions_for_non_load): This.  Change
2376         return time to bfd_boolean.  Compress the section if
2377         SEC_ELF_COMPRESS is set.
2378         (_bfd_elf_write_object_contents): Updated.
2379         (_bfd_elf_set_section_contents): Write section contents to
2380         the buffer if SEC_ELF_COMPRESS is set.
2381         * merge.c: Include "elf-bfd.h".
2382         (sec_merge_emit): Add arguments for contents and offset.  Write
2383         to contents with offset if contents isn't NULL.
2384         (_bfd_write_merged_section): Write section contents to the
2385         buffer if SEC_ELF_COMPRESS is set.  Pass contents and
2386         output_offset to sec_merge_emit.
2387         * elflink.c (bfd_elf_final_link): Allocate the buffer for
2388         output section contents if SEC_ELF_COMPRESS is set.
2389         * section.c (SEC_ELF_COMPRESS): New.
2390         * bfd-in2.h: Regenerated.
2391
2392 2015-04-15  Alan Modra  <amodra@gmail.com>
2393
2394         * elf32-rl78.c (rl78_elf_relocate_section): Typo fix.
2395
2396 2015-04-14  Nick Clifton  <nickc@redhat.com>
2397
2398         * elf32-rl78.c (RL78_OP_REL): New macro.
2399         (rl78_elf_howto_table): Use it for complex relocs.
2400         (get_symbol_value): Handle the cases when the info or status
2401         arguments are NULL.
2402         (get_romstart): Cache the status returned by get_symbol_value.
2403         (get_ramstart): Likewise.
2404         (RL78_STACK_PUSH): Generate an error message if the stack
2405         overflows.
2406         (RL78_STACK_POP): Likewise for underflows.
2407         (rl78_compute_complex_reloc): New function.  Contains the basic
2408         processing code for all RL78 complex relocs.
2409         (rl78_special_reloc): New function.  Provides special reloc
2410         handling for complex relocs.
2411         (rl78_elf_relocate_section): Use rl78_compute_complex_reloc.
2412         (rl78_offset_for_reloc): Likewise.
2413
2414 2015-04-14  H.J. Lu  <hongjiu.lu@intel.com>
2415
2416         PR ld/pr17709
2417         * elflink.c (_bfd_elf_adjust_dynamic_copy): Check
2418         info->extern_protected_data when warning copy relocs against
2419         protected symbols.
2420         (_bfd_elf_symbol_refs_local_p): Check info->extern_protected_data
2421         when checking protected non-function symbols.
2422
2423 2015-04-13  John Baldwin  <jhb@FreeBSD.org>
2424
2425         * elf.c (elfcore_grok_note): Recognize NT_X86_XSTATE on
2426         FreeBSD.
2427         (elfcore_write_xstatereg): Use correct note name on FreeBSD.
2428
2429 2015-04-13  H.J. Lu  <hongjiu.lu@intel.com>
2430
2431         PR ld/18250
2432         * elflink.c (elf_link_is_defined_archive_symbol): Return FALSE
2433         if the object has been claimed by plugin.
2434
2435 2015-04-11  H.J. Lu  <hongjiu.lu@intel.com>
2436
2437         * elf32-i386.c (elf_i386_relocate_section): Replace SYMBOLIC_BIND
2438         with SYMBOL_REFERENCES_LOCAL when checking R_386_GOTOFF against
2439         protected data symbol when building shared library.
2440         * elf64-x86-64.c (elf_x86_64_relocate_section): Check
2441         R_X86_64_GOTOFF64 against undefined symbol and replace
2442         SYMBOLIC_BIND with SYMBOL_REFERENCES_LOCAL when checking
2443         R_X86_64_GOTOFF64 against protected data symbol when building
2444         shared library.
2445
2446 2015-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2447
2448         PR ld/pr17709
2449         * elf32-i386.c (elf_i386_relocate_section): Also check R_386_GOTOFF
2450         against protected data symbol when building shared library.
2451         * elf64-x86-64.c (elf_x86_64_relocate_section): Also check
2452         R_X86_64_GOTOFF64 against protected data symbol when building
2453         shared library.
2454
2455 2015-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2456
2457         PR ld/pr15228
2458         PR ld/pr17709
2459         * elf-bfd.h (elf_backend_data): Add extern_protected_data.
2460         * elf32-i386.c (elf_backend_extern_protected_data): New.
2461         Defined to 1.
2462         * elf64-x86-64.c (elf_backend_extern_protected_data): Likewise.
2463         * elflink.c (_bfd_elf_adjust_dynamic_copy): Don't error on
2464         copy relocs against protected symbols if extern_protected_data
2465         is true.
2466         (_bfd_elf_symbol_refs_local_p): Don't return true on protected
2467         non-function symbols if extern_protected_data is true.
2468         * elfxx-target.h (elf_backend_extern_protected_data): New.
2469         Default to 0.
2470         (elfNN_bed): Initialize extern_protected_data with
2471         elf_backend_extern_protected_data.
2472
2473 2015-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2474
2475         * compress.c (bfd_compress_section_contents): Replace bfd_malloc
2476         and free with bfd_alloc and bfd_release on compressed buffer.
2477         Release buffer if compressed section isn't smaller.
2478
2479 2015-04-10  Alan Modra  <amodra@gmail.com>
2480
2481         PR ld/18222
2482         * elflink.c (_bfd_elf_adjust_dynamic_copy): Don't report an error
2483         on adding a protected visibility variable to .dynbss.
2484
2485 2015-04-10  Alan Modra  <amodra@gmail.com>
2486
2487         Revert 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
2488         PR ld/pr15228
2489         PR ld/pr17709
2490         * elf-bfd.h (elf_backend_data): Delete extern_protected_data.
2491         * elf32-i386.c (elf_backend_extern_protected_data): Delete.
2492         * elf64-x86-64.c (elf_backend_extern_protected_data): Likewise.
2493         * elflink.c (_bfd_elf_adjust_dynamic_copy): Remove
2494         extern_protected_data test.
2495         (_bfd_elf_symbol_refs_local_p): Likewise.
2496         * elfxx-target.h (elf_backend_extern_protected_data): Delete.
2497         (elfNN_bed): Delete elf_backend_extern_protected_data init.
2498
2499 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2500
2501         * compress.c (bfd_compress_section_contents): Update comments.
2502         (bfd_init_section_decompress_status): Likewise.
2503         (bfd_init_section_compress_status): Likewise.
2504
2505 2015-04-09  H.J. Lu  <hongjiu.lu@intel.com>
2506
2507         * elfxx-target.h (TARGET_BIG_SYM): Add BFD_COMPRESS_GABI to
2508         object_flags.
2509         (TARGET_LITTLE_SYM): Likewise.
2510
2511 2015-04-09  Max Filippov  <jcmvbkbc@gmail.com>
2512
2513         * elf32-xtensa.c (splay-tree.h): include header.
2514         (text_action_struct): drop next pointer.
2515         (text_action_list_struct): drop head pointer, add count and
2516         tree fields.
2517         (find_fill_action): instead of linear search in text_action_list
2518         search in the tree.
2519         (text_action_compare, action_first, action_next): new functions.
2520         (text_action_add, text_action_add_literal): instead of linear
2521         search and insertion insert new node into the tree.
2522         (removed_by_actions): pass additional parameter: action_list,
2523         use it to traverse the tree.
2524         (offset_with_removed_text): pass additional action_list parameter
2525         to removed_by_actions.
2526         (map_action_fn_context): new typedef.
2527         (map_action_fn_context_struct): new structure.
2528         (map_action_fn): new function.
2529         (map_removal_by_action): use splay_tree_foreach to build map.
2530         (find_insn_action): replace linear search in text_action_list
2531         with series of splay_tree_lookups.
2532         (print_action, print_action_list_fn): new functions.
2533         (print_action_list): use splay_tree_foreach.
2534         (init_xtensa_relax_info): drop action_list.head initialization.
2535         Initialize the tree.
2536         (compute_text_actions): use non-zero action_list_count instead of
2537         non-NULL action list.
2538         (xlate_map_context): new typedef.
2539         (xlate_map_context_struct): new structure.
2540         (xlate_map_fn): new function.
2541         (build_xlate_map): use splay_tree_foreach to build map.
2542         (action_remove_bytes_fn): new function.
2543         (relax_section): use zero action_list_count instead of NULL
2544         action list. Use splay_tree_foreach to count final section size.
2545         Drop unused variable 'removed'.
2546
2547 2015-04-09  Max Filippov  <jcmvbkbc@gmail.com>
2548
2549         * elf32-xtensa.c (removed_literal_map_entry): new typedef.
2550         (removed_literal_map_entry_struct): new structure.
2551         (removed_literal_list_struct): add new fields: n_map and map.
2552         (map_removed_literal, removed_literal_compare): new functions.
2553         (find_removed_literal): build index array for literals ordered
2554         by VMA, use binary search to find removed literal.
2555
2556 2015-04-09  Max Filippov  <jcmvbkbc@gmail.com>
2557
2558         * elf32-xtensa.c (removal_by_action_entry_struct,
2559         removal_by_action_map_struct): new structures.
2560         (removal_by_action_entry, removal_by_action_map): new typedefs.
2561         (text_action_list_struct): add new field: map.
2562         (map_removal_by_action, removed_by_actions_map,
2563         offset_with_removed_text_map): new functions.
2564         (relax_section): replace offset_with_removed_text with
2565         offset_with_removed_text_map.
2566         (translate_reloc, relax_property_section, relax_section_symbols):
2567         replace removed_by_actions with removed_by_actions_map.
2568
2569 2015-04-09  Max Filippov  <jcmvbkbc@gmail.com>
2570
2571         * elf32-xtensa.c (reloc_range_list, reloc_range_list_entry,
2572         reloc_range): new typedef.
2573         (reloc_range_list_struct, reloc_range_list_entry_struct,
2574         reloc_range_struct): new structures.
2575         (reloc_range_compare, build_reloc_ranges,
2576         reloc_range_list_append, reloc_range_list_remove,
2577         reloc_range_list_update_range, free_reloc_range_list): new
2578         functions.
2579         (compute_text_actions): precompute relocation opcodes before the
2580         loop. Add relevant_relocs variable, initialize it before the
2581         loop, pass it to the check_section_ebb_pcrels_fit.
2582         (check_section_ebb_pcrels_fit): add new parameter:
2583         relevant_relocs. Update address range in the relevant_relocs if
2584         it's non-NULL and iterate only over relevant relocations.
2585
2586 2015-04-09  Nick Clifton  <nickc@redhat.com>
2587
2588         * elf32-rx.c (describe_flags): Report the settings of the string
2589         insn using bits.
2590         (rx_elf_merge_private_bfd_data): Handle merging of the string insn
2591         using bits.
2592
2593 2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
2594
2595         * compress.c (bfd_compress_section_contents): Work around a GCC
2596         uninitialized warning bug fixed in GCC 4.7.
2597
2598 2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
2599
2600         * archive.c (_bfd_get_elt_at_filepos): Also copy BFD_COMPRESS_GABI
2601         bit.
2602         * bfd.c (bfd::flags): Increase size to 18 bits.
2603         (BFD_COMPRESS_GABI): New.
2604         (BFD_FLAGS_SAVED): Add BFD_COMPRESS_GABI.
2605         (BFD_FLAGS_FOR_BFD_USE_MASK): Likewise.
2606         (bfd_update_compression_header): New fuction.
2607         (bfd_check_compression_header): Likewise.
2608         (bfd_get_compression_header_size): Likewise.
2609         (bfd_is_section_compressed_with_header): Likewise.
2610         * compress.c (MAX_COMPRESSION_HEADER_SIZE): New.
2611         (bfd_compress_section_contents): Return the uncompressed size if
2612         the full section contents is compressed successfully.  Support
2613         converting from/to .zdebug* sections.
2614         (bfd_get_full_section_contents): Call
2615         bfd_get_compression_header_size to get compression header size.
2616         (bfd_is_section_compressed): Renamed to ...
2617         (bfd_is_section_compressed_with_header): This.  Add a pointer
2618         argument to return compression header size.
2619         (bfd_is_section_compressed): Use it.
2620         (bfd_init_section_decompress_status): Call
2621         bfd_get_compression_header_size to get compression header size.
2622         Return FALSE if uncompressed section size is 0.
2623         * elf.c (_bfd_elf_make_section_from_shdr): Support converting
2624         from/to .zdebug* sections.
2625         * bfd-in2.h: Regenerated.
2626
2627 2015-04-07  Alan Modra  <amodra@gmail.com>
2628
2629         * elf.c (_bfd_elf_get_reloc_section): Allow for .got.plt being
2630         mapped to output .got section.
2631
2632 2015-04-07  Alan Modra  <amodra@gmail.com>
2633
2634         * elf32-ppc.c (struct ppc_elf_link_hash_entry): Add has_addr16_ha
2635         and has_addr16_lo.  Make has_sda_refs a bitfield.
2636         (ppc_elf_check_relocs): Set new flags.
2637         (ppc_elf_link_hash_table_create): Update default_params.
2638         (ppc_elf_adjust_dynamic_symbol): Clear protected_def in cases
2639         where we won't be making .dynbss entries or editing code.  Set
2640         params->pic_fixup when we'll edit code for protected var access.
2641         (allocate_dynrelocs): Allocate got entry for edited code and
2642         discard dyn_relocs.
2643         (struct ppc_elf_relax_info): Add picfixup_size.
2644         (ppc_elf_relax_section): Rename struct one_fixup to struct
2645         one_branch_fixup.  Rename fixups to branch_fixups.  Size space for
2646         pic fixups.
2647         (ppc_elf_relocate_section): Edit non-PIC accessing protected
2648         visibility variables to PIC.  Don't emit dyn_relocs for code
2649         we've edited.
2650         * elf32-ppc.h (struct ppc_elf_params): Add pic_fixup.
2651
2652 2015-04-07  Nick Clifton  <nickc@redhat.com>
2653
2654         * elf.c (_bfd_elf_is_local_label_name): Treat assembler generated
2655         local labels as local.
2656
2657 2015-04-06  H.J. Lu  <hongjiu.lu@intel.com>
2658
2659         * compress.c (get_uncompressed_size): Removed.
2660         (bfd_compress_section_contents): Use bfd_putb64 to write
2661         uncompressed section size.
2662         (bfd_init_section_decompress_status): Replace
2663         get_uncompressed_size with bfd_getb64.
2664
2665 2015-04-04  H.J. Lu  <hongjiu.lu@intel.com>
2666
2667         * elf.c (_bfd_elf_init_private_section_data): Also preserve the
2668         SHF_COMPRESSED bit if not decompress.
2669
2670 2015-04-04  H.J. Lu  <hongjiu.lu@intel.com>
2671
2672         * compress.c (get_uncompressed_size): New.  Extracted from ...
2673         (bfd_init_section_decompress_status): This.  Use it.
2674
2675 2015-04-02  Andrew Turner  <andrew@freebsd.org>
2676
2677         * config.bfd: Add aarch64-*-freebsd* target triple.
2678
2679 2015-04-02  H.J. Lu  <hongjiu.lu@intel.com>
2680
2681         * configure: Regenerated.
2682
2683 2015-04-01  Tejas Belagod  <tejas.belagod@arm.com>
2684             Marcus Shawcroft  <marcus.shawcroft@arm.com>
2685             Jiong Wang  <jiong.wang@arm.com>
2686
2687         * bfd-in.h (bfd_elf64_aarch64_set_options)
2688         (bfd_elf32_aarch64_set_options): Add parameter.
2689         * bfd-in2.h: Regenerated.
2690         * elfnn-aarch64.c (aarch64_erratum_843419_stub)
2691         (_bfd_aarch64_adrp_p, _bfd_aarch64_erratum_843419_sequence_p)
2692         (_bfd_aarch64_erratum_843419_stub_name)
2693         (_bfd_aarch64_erratum_843419_fixup)
2694         (_bfd_aarch64_erratum_843419_scan)
2695         (_bfd_aarch64_erratum_843419_branch_to_stub)
2696         (_bfd_aarch64_erratum_843419_p): Define.
2697         (enum elf_aarch64_stub_type): Define
2698         aarch64_stub_erratum_843419_veneer.
2699         (struct elf_aarch64_stub_hash_entry): Define adrp_offset.
2700         (struct elf_aarch64_link_hash_table): Define fix_erratum_843419
2701         and fix_erratum_843419_adr.
2702         (stub_hash_newfunc): Initialize adrp_offset;
2703         (_bfd_aarch64_add_stub_entry_after): Define.
2704         (aarch64_map_one_stub, aarch64_build_one_stub)
2705         (aarch64_size_one_stub): Handle
2706         aarch64_stub_erratum_843419_veneer.
2707         (_bfd_aarch64_resize_stubs): Round stub section size.
2708         (elfNN_aarch64_size_stubs): Add scan for 843419.
2709         (bfd_elfNN_aarch64_set_options): Add parameter. Initialize
2710         fix_erratum_843419 and fix_erratum_843419_adr.
2711         (struct erratum_835769_branch_to_stub_data): Add info.
2712         (elfNN_aarch64_write_section): Initialise info.  Handle 843419.
2713         (elfNN_aarch64_size_dynamic_sections): Handle 843419.
2714         * elfxx-aarch64.c (_bfd_aarch64_decode_adrp_imm)
2715         (_bfd_aarch64_sign_extend): Define.
2716         (reencode_adr_imm): Remove static. Rename to:
2717         (_bfd_aarch64_reencode_adr_imm): Define.
2718         (_bfd_aarch64_elf_put_addend): Call _bfd_aarch64_reencode_adr_imm.
2719         * elfxx-aarch64.h (AARCH64_ADR_OP, AARCH64_ADRP_OP)
2720         (AARCH64_ADRP_OP_MASK, _bfd_aarch64_sign_extend)
2721         (_bfd_aarch64_decode_adrp_imm, _bfd_aarch64_reencode_adr_imm):
2722         Define.
2723
2724 2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
2725
2726         * configure: Regenerated.
2727
2728 2015-03-31  Ed Schouten  <ed@nuxi.nl>
2729
2730         * config.bfd (targ_defvec): Set to x86_64_elf64_cloudabi_vec
2731         for x86_64-*-cloudabi*.
2732         * configure.ac: Handle x86_64_elf64_cloudabi_vec.
2733         * configure: Regenerated.
2734         * elf64-x86-64.c (TARGET_LITTLE_SYM): Support x86_64-*-cloudabi*.
2735         (TARGET_LITTLE_NAME): Likewise.
2736         (ELF_OSABI): Likewise.
2737         (elf64_bed): Likewise.
2738         * targets.c (x86_64_elf64_cloudabi_vec): New.
2739         (_bfd_target_vector): Add x86_64_elf64_cloudabi_vec.
2740
2741 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
2742
2743         * configure.ac: Revert the AM_ZLIB change.
2744         * Makefile.in: Regenerated.
2745         * aclocal.m4: Likewise.
2746         * configure: Likewise.
2747         * doc/Makefile.in: Likewise.
2748
2749 2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2750
2751         PR ld/18169
2752         * elf-bfd.h (elf_backend_data): Add get_reloc_section.
2753         (_bfd_elf_get_reloc_section): New.
2754         * elf.c (_bfd_elf_get_reloc_section): Likewise.
2755         (assign_section_numbers): Call get_reloc_section to look up the
2756         section the relocs apply.
2757         * elfxx-target.h (elf_backend_get_reloc_section): Likewise.
2758         (elfNN_bed): Initialize get_reloc_section with
2759         elf_backend_get_reloc_section.
2760
2761 2015-03-29  H.J. Lu  <hongjiu.lu@intel.com>
2762
2763         * Makefile.am (ZLIB): New.
2764         (ZLIBINC): Likewise.
2765         (AM_CFLAGS): Add $(ZLIBINC).
2766         (libbfd_la_LIBADD): Add $(ZLIB).
2767         * compress.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
2768         (decompress_contents): Don't check HAVE_ZLIB_H.
2769         (bfd_compress_section_contents): Likewise.
2770         (bfd_get_full_section_contents): Likewise.
2771         (bfd_init_section_decompress_status): Likewise.
2772         (bfd_init_section_compress_status): Likewise.
2773         * configure.ac (AM_ZLIB): Removed.
2774         (zlibdir): New.  AC_SUBST.
2775         (zlibinc): Likewise.
2776         Add --with-system-zlib.
2777         * Makefile.in: Regenerated.
2778         * acinclude.m4: Likewise.
2779         * config.in: Likewise.
2780         * configure: Likewise.
2781         * doc/Makefile.in: Likewise.
2782
2783 2015-03-27  Alan Modra  <amodra@gmail.com>
2784
2785         PR ld/15228
2786         PR ld/18167
2787         * elflink.c (elf_merge_st_other): Add "sec" parameter.  Don't set
2788         protected_def when symbol section is read-only.  Adjust all calls.
2789         * elf-bfd.h (struct elf_link_hash_entry): Update protected_def comment.
2790
2791 2015-03-26  Tejas Belagod  <tejas.belagod@arm.com>
2792
2793         * elfnn-aarch64.c (aarch64_build_one_stub): Replace the call to generic
2794         _bfd_final_link_relocate with aarch64_relocate.
2795
2796 2015-03-26  H.J. Lu  <hongjiu.lu@intel.com>
2797
2798         PR ld/18160
2799         * elflink.c (elf_gc_sweep): Skip if relocation is incompatible.
2800         (bfd_elf_gc_sections): Likewise.
2801
2802 2015-03-25  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2803
2804         * elfnn-aarch64.c (_bfd_aarch64_resize_stubs): Adjust stub section
2805         size for initial branch.
2806         (elfNN_aarch64_build_stubs): Write initial branch.
2807         _bfd_aarch64_decode_(elfNN_aarch64_output_arch_local_syms): Write
2808         mapping symbol on initial branch.
2809
2810 2015-03-25  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2811
2812         * elfnn-aarch64.c (_bfd_aarch64_erratum_835769_scan):
2813         Update erratum count.
2814
2815 2015-03-25  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
2816
2817         * elflink.c (_bfd_elf_gc_mark_extra_sections): Don't break on
2818         first matching debug section.
2819
2820 2015-03-24  H.J. Lu  <hongjiu.lu@intel.com>
2821
2822         PR gas/18087
2823         * compress.c (bfd_compress_section_contents): Don't write the
2824         zlib header and set contents as well as compress_status if
2825         compression didn't make the section smaller.
2826         (bfd_init_section_compress_status): Don't check compression
2827         size here.
2828
2829 2015-03-24  Nick Clifton  <nickc@redhat.com>
2830
2831         PR binutils/17512
2832         * coffgen.c (coff_get_normalized_symtab): Fix test for out of
2833         range auxillary sections.
2834
2835 2015-03-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2836
2837         * elfnn-aarch64.c (_bfd_aarch64_create_or_find_stub_sec): Factor
2838         code into:
2839         (_bfd_aarch64_get_stub_for_link_section): Define.
2840
2841 2015-03-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2842
2843         * elfnn-aarch64.c (_bfd_aarch64_create_or_find_stub_sec): Adjust
2844         update of section_group[].stub_sec.
2845
2846 2015-03-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2847
2848         * elfnn-aarch64.c (struct aarch64_erratum_835769_fix) Remove.
2849         (erratum_835769_scan) Drop fix_table_size_p and fixes_p arguments.
2850         Delete fixes, fix_table_size and associated code.  Call
2851         _bfd_aarch64_add_stub_entry_in_group. Rename to...
2852         (bfd_aarch64_erratum_835769_scan): Define.
2853         (elfNN_aarch64_size_stubs): Delete erratum_835769_fixes,
2854         erratum_835769_fix_table_size, i and associated code.  Relocate
2855         call to _bfd_aarch64_erratum_835769_scan.  Delete adhoc stub size
2856         correction.  Delete construction of stub entry from
2857         erratum_835769_fixes array.
2858
2859 2015-03-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2860
2861         * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Use
2862         _bfd_aarch64_add_stub_entry_in_group.
2863
2864 2015-03-24  Alan Modra  <amodra@gmail.com>
2865
2866         * elf64-ppc.c (ppc64_elf_relocate_section): Report overflow to
2867         stubs, even those for undefined weak symbols.  Otherwise, don't
2868         report relocation overflow on branches to undefined strong
2869         symbols.  Fix memory leak.
2870         * elf32-ppc.c (ppc_elf_relocate_section): Don't report relocation
2871         overflow on branches to undefined strong symbols.
2872
2873 2015-03-23  Keith Seitz  <keiths@redhat.com>
2874
2875         * elfnn-aarch64.c (_bfd_aarch64_create_or_find_stub_sec): Add
2876         missing ';'.
2877
2878 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2879
2880         * elfnn-aarch64.c (erratum_835769_scan): Factor stub name
2881         construction into...
2882         (_bfd_aarch64_erratum_835769_stub_name): Define.
2883
2884 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2885
2886         * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Factor out
2887         stub resize code into...
2888         (bfd_aarch64_resize_stubs): Define.
2889
2890 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2891
2892         * elfnn-aarch64.c (_bfd_aarch64_create_or_find_stub_sec): Factor stub
2893         creation code into...
2894         (bfd_aarch64_create_stub_section): Define.
2895
2896 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2897
2898         * elfnn-aarch64.c (_bfd_aarch64_create_or_find_stub_sec): Rename
2899         from elf_aarch64_create_or_find_stub_sec.
2900         (_bfd_aarch64_add_stub_entry_in_group): Rename from
2901         elfNN_aarch64_add_stub.  Call
2902         _bfd_aarch64_create_or_find_stub_sec.
2903         (elfNN_aarch64_size_stubs, elfNN_aarch64_size_stubs): Call
2904         _bfd_aarch64_add_stub_entry_in_group.
2905
2906 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2907
2908         * elfnn-aarch64.c (erratum_835769_scan) Add comment.  Reverse
2909         sense of boolean return.
2910         (elfNN_aarch64_size_stubs): Adjust for above.
2911
2912 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2913
2914         * elfnn-aarch64.c (elf_aarch64_create_or_find_stub_sec):
2915         Remove unused parameter.
2916         (elfNN_aarch64_size_stubs): Adjust for above.
2917
2918 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2919
2920         * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Remove bfd_indx.
2921
2922 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2923
2924         * elfnn-aarch64.c (aarch64_erratum_835769_fixes)
2925         (num_aarch64_erratum_835769_fixes): Remove.
2926         (elfNN_aarch64_size_stubs): Remove assignments to above.
2927
2928 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2929
2930         * elfnn-aarch64.c (aarch64_mem_op_p): Update comment. Rename rtn
2931         to rt2.
2932         (aarch64_erratum_seqeunce): Rename rtn to rt2.
2933
2934 2015-03-23  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2935
2936         * elfnn-aarch64.c (elfNN_aarch64_write_section): Adjust layout.
2937
2938 2015-03-19  Nick Clifton  <nickc@redhat.com>
2939
2940         * elf32-rl78.c (rl78_cpu_name): New function.  Prints the name of
2941         the RL78 core based upon the flags.
2942         (rl78_elf_merge_private_bfd_data): Handle merging of G13 and G14
2943         flags.
2944         (rl78_elf_print_private_bfd_data): Use rl78_cpu_name.
2945         (elf32_rl78_machine): Always return bfd_mach_rl78.
2946
2947 2015-03-19  Nick Clifton  <nickc@redhat.com>
2948
2949         PR 18078
2950         * compress.c (bfd_compress_section_contents): Do not define this
2951         function if it is not used.
2952
2953 2015-03-18  H.J. Lu  <hongjiu.lu@intel.com>
2954
2955         * compress.c (bfd_compress_section_contents): Make it static.
2956         * bfd-in2.h: Regenerated.
2957
2958 2015-03-18  Eric Youngdale  <eyoungdale@ptc.com>
2959
2960         PR ld/16598
2961         * peicode.h (pe_ILF_build_a_bfd): Add support for creating relocs
2962         suitable for the AMD64.
2963
2964 2015-03-18  Jon Turney  <jon.turney@dronecode.org.uk>
2965             Nick Clifton  <nickc@redhat.com>
2966
2967         PR binutils/18087
2968         * coffgen.c (make_a_section_from_file): Only prepend a z to a
2969         debug section's name if the section was actually compressed.
2970         * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
2971         * compress.c (bfd_init_section_compress_status): Do not compress
2972         the section if doing so would make it bigger.  In such cases leave
2973         the section alone and return COMPRESS_SECTION_NONE.
2974
2975 2015-03-17  Alan Modra  <amodra@gmail.com>
2976
2977         * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Return count of 0
2978         on nothing to do, before malloc of returned symbol array.
2979
2980 2015-03-16  Nick Clifton  <nickc@redhat.com>
2981
2982         * elf32-rx.c (elf32_rx_relax_delete_bytes): If the relocs are not
2983         stored in the elf_section_data structure then load them as
2984         necessary.
2985
2986 2015-03-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
2987
2988         * elf-s390-common.c (elf_s390_elf_sort_relocs_p): Don't sort
2989         relocs against code sections.
2990         * elf32-s390.c: Define elf_backend_sort_relocs_p.
2991         * elf64-s390.c: Likewise.
2992
2993 2015-03-11  Alan Modra  <amodra@gmail.com>
2994
2995         * elf32-ppc.c (ppc_elf_get_synthetic_symtab): Examine stubs in
2996         reverse order.  Account for larger size of __tls_get_addr_opt stub.
2997
2998 2015-03-10  Yuri Gribov  <y.gribov@samsung.arm>
2999
3000         PR ld/16572
3001         * elf32-arm.c (elf32_arm_final_link_relocate): Remove support for
3002         ELF_ARM_HASENTRY.
3003         (elf32_arm_print_private_bfd_data): Likewise.
3004
3005 2015-03-06  Nick Clifton  <nickc@redhat.com>
3006
3007         PR binutils/17765
3008         * elflink.c (put_value): Like previous delta, but for the 32-bit
3009         case.
3010
3011 2015-03-05  Nick Clifton  <nickc@redhat.com>
3012
3013         PR binutils/17765
3014         * elflink.c (put_value): Avoid using an undefined shift
3015         operation.
3016
3017 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
3018
3019         PR ld/pr15228
3020         PR ld/pr17709
3021         * elf-bfd.h (elf_backend_data): Add extern_protected_data.
3022         * elf32-i386.c (elf_backend_extern_protected_data): New.
3023         Defined to 1.
3024         * elf64-x86-64.c (elf_backend_extern_protected_data): Likewise.
3025         * elflink.c (_bfd_elf_adjust_dynamic_copy): Don't error on
3026         copy relocs against protected symbols if extern_protected_data
3027         is true.
3028         (_bfd_elf_symbol_refs_local_p): Don't return true on protected
3029         non-function symbols if extern_protected_data is true.
3030         * elfxx-target.h (elf_backend_extern_protected_data): New.
3031         Default to 0.
3032         (elfNN_bed): Initialize extern_protected_data with
3033         elf_backend_extern_protected_data.
3034
3035 2015-03-05  Nick Clifton  <nickc@redhat.com>
3036
3037         PR binutils/18025
3038         * coffgen.c (coff_find_nearest_line_with_names): If the dwarf2
3039         lookup fails, check for an address bias in the dwarf info, and if
3040         one exists, retry the lookup with the biased value.
3041         * dwarf2.c (_bfd_dwarf2_find_symbol_bias): New function.
3042         Determines if a bias exists bewteen the addresses of functions
3043         based on DWARF information vs symbol table information.
3044         * libbfd-in.h (_bfd_dwarf2_find_symbol_bias): Prototype.
3045         * libbfd.h: Regenerate.
3046
3047 2015-03-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3048
3049         * elfxx-aarch64.c (decode_add_imm, decode_movw_imm)
3050         (decode_tst_branch_ofs_14, decode_ld_lit_ofs_19)
3051         (decode_cond_branch_ofs_19, decode_branch_ofs_26): Remove.
3052
3053 2015-03-04  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3054
3055         * elfnn-aarch64.c (aarch64_build_one_stub): Call abort.
3056         (aarch64_size_one_stub): Likewise.
3057         (aarch64_map_one_stub): Likewise.
3058
3059 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3060
3061         * cpu-s390.c (N): New macro.
3062         (bfd_s390_31_arch): New.  Define only if default target word size
3063         is 64 bits.  Otherwise define...
3064         (bfd_390_64_arch): ...this.  Make static.
3065         (bfd_s390_arch): Define according to the default target word size.
3066         Let the 'next' field point to the alternate arch.
3067
3068 2015-03-04  Richard Sandiford  <richard.sandiford@arm.com>
3069
3070         PR gas/17843
3071         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Expect
3072         R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
3073         to be used with MOVK rather than MOVZ.
3074
3075 2015-03-03  DJ Delorie  <dj@redhat.com>
3076
3077         * elf32-rl78.c (rl78_elf_relax_section): Only relax ADDR16's if
3078         there's a symbol.
3079
3080 2015-02-28  Alan Modra  <amodra@gmail.com>
3081
3082         * elf32-ppc.c (ppc_elf_tls_setup): Set no_tls_get_addr_opt if
3083         not PLT_NEW.
3084
3085 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
3086
3087         * elf32-i386.c (need_convert_mov_to_lea): New.
3088         (elf_i386_check_relocs): Set need_convert_mov_to_lea if needed.
3089         (elf_i386_convert_mov_to_lea): Return TRUE if
3090         need_convert_mov_to_lea is unset.
3091         * elf64-x86-64.c (need_convert_mov_to_lea): New.
3092         (elf_x86_64_check_relocs): Set need_convert_mov_to_lea if needed.
3093         (elf_x86_64_convert_mov_to_lea): Return TRUE if
3094         need_convert_mov_to_lea is unset.
3095
3096 2015-02-27  Nick Clifton  <nickc@redhat.com>
3097
3098         PR binutils/17910
3099         * coffgen.c (_bfd_coff_internal_syment_name): Only check for
3100         string length overflow when the string table length is actually
3101         set.
3102
3103 2015-02-27  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3104
3105         * bfd-in2.h: Regenerate.
3106         * libbfd.h: Regenerate.
3107
3108 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3109
3110         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Fix
3111         TLSDESC_LD_PREL19 field width and masks.
3112         (aarch64_tls_transition_without_check)
3113         (aarch64_reloc_got_type, elfNN_aarch64_final_link_relocate)
3114         (elfNN_aarch64_tls_relax, elfNN_aarch64_relocate_section)
3115         (elfNN_aarch64_gc_sweep_hook, elfNN_aarch64_check_relocs): Handle
3116         BFD_RELOC_AARCH64_TLSDESC_LD_PREL19.
3117         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend)
3118         (_bfd_aarch64_elf_resolve_relocation): Likewise.
3119
3120 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3121
3122         * elfnn-aarch64.c (IS_AARCH64_TLSDESC_RELOC): Reorder R_TYPE
3123         tests.
3124         (aarch64_tls_transition_without_check)
3125         (aarch64_reloc_got_type, elfNN_aarch64_final_link_relocate)
3126         (elfNN_aarch64_tls_relax, elfNN_aarch64_relocate_section)
3127         (elfNN_aarch64_gc_sweep_hook, elfNN_aarch64_check_relocs): Handle
3128         BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
3129         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend)
3130         (_bfd_aarch64_elf_resolve_relocation): Likewise.
3131         * reloc.c (BFD_RELOC_AARCH64_TLSGD_ADR_PREL21): Define.
3132
3133 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3134
3135         * elfnn-aarch64.c (IS_AARCH64_TLS_RELOC)
3136         (elfNN_aarch64_howto_table, aarch64_tls_transition_without_check)
3137         (aarch64_reloc_got_type, elfNN_aarch64_final_link_relocate)
3138         (elfNN_aarch64_tls_relax, elfNN_aarch64_relocate_section)
3139         (elfNN_aarch64_gc_sweep_hook, elfNN_aarch64_check_relocs): Handle
3140         BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
3141         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend)
3142         (_bfd_aarch64_elf_resolve_relocation): Likewise.
3143         * reloc.c (BFD_RELOC_AARCH64_TLSGD_ADR_PREL21): Define.
3144
3145 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3146
3147         * elfnn-aarch64.c: (TLSIE_LD_GOTTREL_PREL19): Fix HOWTO bit field width.
3148         (aarch64_tls_transition_without_check, aarch64_reloc_got_type)
3149         (elfNN_aarch64_final_link_relocate, elfNN_aarch64_tls_relax)
3150         (elfNN_aarch64_relocate_section, elfNN_aarch64_gc_sweep_hook)
3151         (elfNN_aarch64_check_relocs): Handle
3152         BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
3153
3154         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend)
3155         (_bfd_aarch64_elf_resolve_relocation): Likewise.
3156
3157 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3158
3159         * elfnn-aarch64.c: (TLSDESC_CALL): Fix HOWTO bit field width.
3160
3161 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3162
3163         * elfnn-aarch64.c (TLSLE_MOVW_TPREL_G2)
3164         (TLSLE_MOVW_TPREL_G1, TLSLE_MOVW_TPREL_G1_NC)
3165         (TLSLE_MOVW_TPREL_G0, TLSLE_MOVW_TPREL_G0_NC): Fix bit field
3166         width.
3167
3168 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3169
3170         * elfnn-aarch64.c: (TLSIE_MOVW_GOTTPREL_G0_NC): Fix HOWTO bit
3171         field width.
3172
3173 2015-02-26  Nick Clifton  <nickc@redhat.com>
3174
3175         PR binutils/17512
3176         * coffcode.h (coff_compute_section_file_positions): Report
3177         negative page sizes.
3178         * elf.c (elf_fake_sections): Handle excessive alignmment powers.
3179         (assign_file_positions_for_non_load_sections): Replace assertion
3180         with an error message.
3181         (rewrite_elf_program_header): Handle excessive segment
3182         alignments.
3183         * mach-o.c (bfd_mach_o_read_section_32): Likewise.
3184         (bfd_mach_o_read_section_64): Likewise.
3185         * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Use %B to
3186         print a bfd name, not %A.
3187
3188 2015-02-26  Alan Modra  <amodra@gmail.com>
3189
3190         * elf64-ppc.c (plt_stub_size, build_plt_stub): Don't build
3191         thread-safe stubs for iplt.
3192         (build_tls_get_addr_stub): Restore r2 immediately after call.
3193
3194 2015-02-26  Terry Guo  <terry.guo@arm.com>
3195
3196         * elf32-arm.c (elf32_arm_merge_eabi_attributes): Update how we
3197         merge Tag_ABI_HardFP_use.
3198
3199 2015-02-26  Alan Modra  <amodra@gmail.com>
3200
3201         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Heed -z nocopyreloc.
3202         Use text relocs rather than giving an error on trying to use
3203         .dynbss for protected shared lib vars.
3204         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.
3205
3206 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
3207
3208         * elf32-avr.c (struct elf_avr_section_data): New structure.
3209         (struct avr_relax_info): New structure.
3210         (elf_avr_new_section_hook): New function.
3211         (struct elf_avr_section_data): Add relax_info.
3212         (get_avr_relax_info): New function.
3213         (init_avr_relax_info): New function.
3214         (elf32_avr_relax_delete_bytes): Find next property record before
3215         deleting bytes.  When deleting don't move bytes beyond the next
3216         property record.
3217         (avr_elf32_assign_records_to_section): New function.
3218         (avr_property_record_compare): New function.
3219         (avr_load_all_property_sections): New function.
3220         (elf32_avr_relax_section): Load property data.  After relaxing the
3221         section, move any .align directives that have enough deleted bytes
3222         before them.
3223         (bfd_elf32_new_section_hook): Define.
3224
3225 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
3226
3227         * elf32-avr.h (struct avr_property_header): New strucure.
3228         (avr_elf32_load_property_records): Declare.
3229         (avr_elf32_property_record_name): Declare.
3230         * elf32-avr.c: Add bfd_stdint.h include.
3231         (retrieve_local_syms): New function.
3232         (get_elf_r_symndx_section): New function.
3233         (get_elf_r_symndx_offset): New function.
3234         (internal_reloc_compare): New function.
3235         (struct avr_find_section_data): New structure.
3236         (avr_is_section_for_address): New function.
3237         (avr_find_section_for_address): New function.
3238         (avr_elf32_load_records_from_section): New function.
3239         (avr_elf32_load_property_records): New function.
3240         (avr_elf32_property_record_name): New function.
3241
3242 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
3243
3244         * elf32-avr.h (AVR_PROPERTY_RECORD_SECTION_NAME): Define.
3245         (AVR_PROPERTY_RECORDS_VERSION): Define.
3246         (AVR_PROPERTY_SECTION_HEADER_SIZE): Define.
3247         (struct avr_property_record): New structure.
3248
3249 2015-02-24  Nick Clifton  <nickc@redhat.com>
3250
3251         * elf32-v850.c (v850_set_note): New function.  Creates a Renesas
3252         style note entry.
3253         (v850_elf_make_note_section): New function.  Creates a note
3254         section.
3255         (v850_elf_create_sections): New function.  Create a note section
3256         if one is not already present.
3257         (v850_elf_set_note): New function.  Adds a note to a bfd.
3258         (v850_elf_copy_private_bfd_data): New function.  Copies V850
3259         notes.
3260         (v850_elf_merge_notes): New function.  Merges V850 notes.
3261         (print_v850_note): New function.  Displays a V850 note.
3262         (v850_elf_print_notes): New function. Displays all notes attached
3263         to a bfd.
3264         (v850_elf_merge_private_bfd_data): Call v850_elf_merge_notes.
3265         (v850_elf_print_private_bfd_data): Call v850_elf_print_notes.
3266         (v850_elf_fake_sections): Set the type of the V850 note section.
3267         * bfd-in.h (v850_elf_create_sections): Add prototype.
3268         (v850_elf_set_note): Add prototype.
3269         * bfd-in2.h: Regenerate.
3270
3271 2015-02-24  Nick Clifton  <nickc@redhat.com>
3272
3273         * configure.ac (AC_CHECK_HEADERS): Add wctype.h.
3274         * configure: Regenerate.
3275         * config.in: Regenerate.
3276         * peXXigen.c: Include wctype.h if HAVE_WCTYPE_H is defined.
3277         (u16_mbtowc): Use wint_t types if HAVE_WCTYPE_H is defined.
3278         (rsrc_cmp): Use towlower instead of wcsncasecmp if HAVE_WCTYPE_H
3279         is defined.
3280
3281 2015-02-24  Nick Clifton  <nickc@redhat.com>
3282
3283         * pdp11.c (set_section_contents): Pad the .text and .data sections
3284         to their aligned sizes.
3285
3286 2015-02-23  Yoshinori Sato <ysato@users.sourceforge.jp>
3287
3288         * config.bfd: Add h8300-*-linux.
3289         * configure.ac: Add h8300_elf32_linux_vec.
3290         * configure: Regenerate.
3291         * elf32-h8300.c: Likewise.
3292         * targets.c(_bfd_target_vector): Likewise.
3293
3294 2015-02-23  Nick Clifton  <nickc@redhat.com>
3295
3296         PR 17914
3297         * cpu-w65.c: Correct typos in license notice.
3298
3299         PR 17940
3300         * elf32-msp430.c (msp430_elf_relax_delete_bytes): Adjust debug
3301         symbols at end of sections.  Adjust function sizes.
3302
3303 2015-02-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3304
3305         * elf-bfd.h (elfcore_write_s390_vxrs_low): Add prototype.
3306         (elfcore_write_s390_vxrs_high): Likewise.
3307         * elf.c (elfcore_grok_s390_vxrs_low): New function.
3308         (elfcore_grok_s390_vxrs_high): New function.
3309         (elfcore_grok_note): Call them.
3310         (elfcore_write_s390_vxrs_low): New function.
3311         (elfcore_write_s390_vxrs_high): New function.
3312         (elfcore_write_register_note): Call them.
3313
3314 2015-02-19  Branko Drevensek  <branko.drevensek@gmail.com>
3315
3316         PR 17995
3317         * verilog.c (verilog_write_record): Correct buffer size.
3318
3319 2015-02-19  Alan Modra  <amodra@gmail.com>
3320
3321         * elflink.c (_bfd_elf_define_linkage_sym): Set 'bed' earlier.
3322
3323 2015-02-19  Alan Modra  <amodra@gmail.com>
3324
3325         PR ld/4317
3326         * elflink.c (elf_link_input_bfd): Drop undefined local syms.
3327         (elf_link_output_extsym): Drop local and global undefined syms.
3328         Tidy.  Expand comment.
3329
3330 2015-02-17  Alan Modra  <amodra@gmail.com>
3331
3332         PR ld/17975
3333         * elflink.c (struct elf_outext_info): Remove need_second_pass
3334         and second_pass.
3335         (elf_link_output_extsym): Delete code handling second forced
3336         local pass.  Move code emitting NULL STT_FILE symbol later, so
3337         that it can be omitted if forced local is stripped.  Don't
3338         emit the NULL STT_FILE if no file symbols have been output.
3339         (bfd_elf_final_link): Remove second forced local pass.
3340         * elf32-ppc.c (add_stub_sym): Set linker_def on linker syms.
3341         (ppc_elf_size_dynamic_sections): Likewise.
3342         * elf64-ppc.c (ppc_build_one_stub): Likewise.
3343         (build_global_entry_stubs): Likewise.
3344         (ppc64_elf_build_stubs): Likewise.
3345
3346 2015-02-16  H.J. Lu  <hongjiu.lu@intel.com>
3347
3348         PR ld/17975
3349         * elflink.c (elf_link_output_extsym): Only check filesym_count
3350         when outputting a NULL FILE symbol.  Set second_pass_sym to
3351         h->forced_local && !h->root.linker_def.
3352
3353 2015-02-15  H.J. Lu  <hongjiu.lu@intel.com>
3354
3355         * elf32-i386.c (elf_i386_always_size_sections): Set root.linker_def
3356         on _TLS_MODULE_BASE_.
3357         * elf64-x86-64.c (elf_x86_64_always_size_sections): Likewise.
3358
3359 2015-02-15  Alan Modra  <amodra@gmail.com>
3360
3361         * dwarf2.c (read_rangelist): Correct buffer overflow check
3362         Whitespace throughout file.
3363
3364 2015-02-14  Alan Modra  <amodra@gmail.com>
3365
3366         PR ld/17973
3367         * bfd.c (struct bfd): Add lto_output.
3368         * linker.c (_bfd_handle_already_linked): Explicitly test for
3369         objects added by the lto plugin.
3370         * opncls.c (_bfd_new_bfd_contained_in): Copy lto_output and
3371         no_export flags from archive.
3372         * archive.c (open_nested_file): New function, setting lto_output
3373         and no_export, extracted from..
3374         (find_nested_archive): ..here.  Flip params.  Rename from
3375         _bfd_find_nested_archive.
3376         (_bfd_get_elt_at_filepos): Correct var typo.  Use open_nested_file.
3377         (_bfd_look_for_bfd_in_cache): Copy no_export.
3378         * elflink.c (elf_link_add_object_symbols): Remove now unnecessary
3379         my_archive->no_export test.
3380         (elf_link_input_bfd): Drop existing lto_output STT_FILE syms.
3381         Don't use the file name when adding lto_output STT_FILE sym.
3382         * bfd-in2.h: Regenerate.
3383
3384 2015-02-13  Alan Modra  <amodra@gmail.com>
3385
3386         PR binutils/17512
3387         * elf64-ppc.c (opd_entry_value): Tighten offset check.  Remove
3388         now redundant assert.
3389
3390 2015-02-12  Nick Clifton  <nickc@redhat.com>
3391
3392         PR binutils/17512
3393         * dwarf.c (read_1_byte, read_1_signed_byte, read_2_bytes)
3394         (read_4_bytes, read_8_bytes, read_n_bytes, read_string)
3395         (read_indirect_string, read_alt_indirect_string)
3396         (read_alt_indirect_ref, read_address, read_abbrevs)
3397         (read_attribute_value, read_attribute, decode_line_info)
3398         (find_abstract_instance_name, read_rangelist)
3399         (scan_unit_for_symbols, parse_comp_unit)
3400         (_bfd_dwarf2_find_nearest_line): Harden DWARF reading code.  Pass
3401         end pointers to reading functions and check for offsets taking
3402         pointers out of range.  Replace calls to read_*_leb128 with calls
3403         to safe_read_leb128.
3404
3405         (* elf64-ppc.c (opd_entry_value): Add a check for an overlarge
3406         offset.
3407         * syms.c (_bfd_stab_section_find_nearest_line): Add checks for
3408         computed file_name address being before the start of the string
3409         table.
3410
3411 2015-02-11  H.J. Lu  <hongjiu.lu@intel.com>
3412
3413         PR ld/17878
3414         * bfd.c (bfd_plugin_format): New.
3415         (bfd): Add plugin_format and plugin_dummy_bfd.
3416         * plugin.c (try_load_plugin): Take a pointer to bfd_boolean
3417         argument to return TRUE if any plugin is found.  Set plugin_format.
3418         (has_plugin): New.
3419         (bfd_plugin_target_p): New.
3420         (bfd_plugin_specified_p): Likewise.
3421         (bfd_plugin_target_p): Likewise.
3422         (register_ld_plugin_object_p): Likewise.
3423         (bfd_plugin_set_plugin): Set has_plugin.
3424         (load_plugin): Cache try_load_plugin result.
3425         (bfd_plugin_object_p): Try ld_plugin_object_p first.  Check
3426         plugin_format.
3427         * plugin.h (bfd_plugin_target_p): New.
3428         (bfd_plugin_specified_p): Likewise.
3429         (register_ld_plugin_object_p): Likewise.
3430         * bfd-in2.h: Regenerated.
3431
3432 2015-02-11  Pedro Alves  <palves@redhat.com>
3433
3434         * libbfd-in.h [__cplusplus]: Open extern "C" scope.
3435         * libcoff-in.h [__cplusplus]: Open extern "C" scope.
3436         * libbfd.h: Regenerate.
3437         * libcoff.h: Regenerate.
3438
3439         * elf-bfd.h [__cplusplus]: Wrap in extern "C".
3440         * mach-o.h [__cplusplus]: Wrap in extern "C".
3441         * som.h [__cplusplus]: Wrap in extern "C".
3442
3443 2015-02-10  Nick Clifton  <nickc@redhat.com>
3444
3445         PR binutils/17512
3446         * coffcode.h (styp_to_sec_flags): Use an unsigned long type to
3447         hold the flag bits.
3448         * peXXigen.c (pe_print_reloc): Use unsigned types to hold the
3449         size and number of relocs.
3450         (pe_print_debugdata): Use a 32-bit aligned buffer to store the
3451         codeview record.
3452         * versados.c (process_otr): Check the esdid value before using it
3453         to access the EDATA.
3454
3455 2015-02-09  Ed Maste  <emaste@freebsd.org>
3456
3457         * elf32-i386.c (elf_i386_get_plt_sym_val): Avoid incrementing
3458         uninitialized and unused variable.
3459         * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
3460
3461 2015-02-09  Alan Modra  <amodra@gmail.com>
3462
3463         * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault on NULL
3464         tls_sec.
3465         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3466         * elflink.c (elf_link_output_extsym): Don't assert on NULL tls_sec.
3467
3468 2015-02-09  Alan Modra  <amodra@gmail.com>
3469
3470         * elflink.c: Whitespace, formatting fixes.
3471         (elf_link_input_bfd): Clarify comment.
3472         (elf_link_output_extsym): Exclude symbols in linker created
3473         sections when testing for plugin symbols.
3474
3475 2015-02-07  H.J. Lu  <hongjiu.lu@intel.com>
3476
3477         PR ld/17935
3478         * elf32-i386.c (elf_i386_readonly_dynrelocs): Also issue a
3479         warning for relocation in readonly section for -z text.
3480         (elf_i386_size_dynamic_sections): Likewise.
3481         * elf64-x86-64.c (elf_x86_64_readonly_dynrelocs): Likewise.
3482         (elf_x86_64_size_dynamic_sections): Likewise.
3483
3484 2015-02-06  H.J. Lu  <hongjiu.lu@intel.com>
3485
3486         PR ld/12365
3487         PR ld/14272
3488         * elflink.c (_bfd_elf_fix_symbol_flags): Revert the last change.
3489         (elf_link_input_bfd): Mark the plugin symbol undefined if it is
3490         referenced from a non-IR file.
3491
3492 2015-02-06  Nick Clifton  <nickc@redhat.com>
3493
3494         PR binutils/17512
3495         * peXXigen.c (rsrc_print_resource_entries): Add range check for
3496         addresses that wrap around the address space.
3497         (rsrc_parse_entry): Likewise.
3498
3499 2015-02-03  H.J. Lu  <hongjiu.lu@intel.com>
3500
3501         PR ld/12365
3502         PR ld/14272
3503         * elflink.c (_bfd_elf_fix_symbol_flags): Mark the plugin symbol
3504         undefined if it is referenced from a non-IR file.
3505
3506 2015-02-03  Nick Clifton  <nickc@redhat.com>
3507
3508         PR binutils/17512
3509         * ecoff.c: Use bfd_alloc2 to allocate space for structure arrays.
3510         (_bfd_ecoff_slurp_symbol_table): Check for a negative symbol
3511         index or an out of range fdr index.
3512         * elf-m10300.c (mn10300_info_to_howto): Fix typo in error message.
3513         * elf32-arc.c (arc_info_to_howto_rel): Likewise.
3514         * elf32-avr.c (avr_info_to_howto_rela): Likewise.
3515         * elf32-cr16.c (elf_cr16_info_to_howto): Likewise.
3516         * elf32-cr16c.c (elf_cr16c_info_to_howto_rel): Likewise.
3517         * elf32-cris.c (cris_info_to_howto_rela): Likewise.
3518         * elf32-crx.c (elf_crx_info_to_howto): Likewise.
3519         * elf32-d10v.c (d10v_info_to_howto_rel): Likewise.
3520         * elf32-d30v.c (d30v_info_to_howto_rel): Likewise.
3521         * elf32-epiphany.c (epiphany_info_to_howto_rela): Likewise.
3522         * elf32-fr30.c (fr30_info_to_howto_rela): Likewise.
3523         * elf32-frv.c (frv_info_to_howto_rela): Likewise.
3524         * elf32-i370.c (i370_elf_info_to_howto): Likewise.
3525         * elf32-i960.c (elf32_i960_info_to_howto_rel): Likewise.
3526         * elf32-ip2k.c (ip2k_info_to_howto_rela): Likewise.
3527         * elf32-iq2000.c (iq2000_info_to_howto_rela): Likewise.
3528         * elf32-lm32.c (lm32_info_to_howto_rela): Likewise.
3529         * elf32-m32c.c (m32c_info_to_howto_rela): Likewise.
3530         * elf32-m32r.c (m32r_info_to_howto_rel): Likewise.
3531         * elf32-m68hc11.c (m68hc11_info_to_howto_rel): Likewise.
3532         * elf32-m68hc12.c (m68hc11_info_to_howto_rel): Likewise.
3533         * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
3534         * elf32-mep.c (mep_info_to_howto_rela): Likewise.
3535         * elf32-metag.c (metag_info_to_howto_rela): Likewise.
3536         * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
3537         * elf32-moxie.c (moxie_info_to_howto_rela): Likewise.
3538         * elf32-msp430.c (msp430_info_to_howto_rela): Likewise.
3539         * elf32-mt.c (mt_info_to_howto_rela): Likewise.
3540         * elf32-nds32.c (nds32_info_to_howto_rel): Likewise.
3541         * elf32-or1k.c (or1k_info_to_howto_rela): Likewise.
3542         * elf32-pj.c (pj_elf_info_to_howto): Likewise.
3543         * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
3544         * elf32-rl78.c (rl78_info_to_howto_rela): Likewise.
3545         * elf32-rx.c (rx_info_to_howto_rela): Likewise.
3546         * elf32-sh.c (sh_elf_info_to_howto): Likewise.
3547         * elf32-spu.c (spu_elf_info_to_howto): Likewise.
3548         * elf32-v850.c (v850_elf_perform_relocation): Likewise.
3549         * elf32-vax.c (rtype_to_howto): Likewise.
3550         * elf32-visium.c (visium_info_to_howto_rela): Likewise.
3551         * elf32-xgate.c (xgate_info_to_howto_rel): Likewise.
3552         * elf32-xtensa.c (elf_xtensa_info_to_howto_rela): Likewise.
3553         * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
3554         * elf64-mmix.c (mmix_info_to_howto_rela): Likewise.
3555         * mach-o.c: Use bfd_alloc2 to allocate space for structure arrays.
3556         (bfd_mach_o_canonicalize_one_reloc): Fix check on out
3557         of range symbol indicies.
3558         (bfd_mach_o_canonicalize_relocs): Check for out of range alloc.
3559         (bfd_mach_o_canonicalize_dynamic_reloc): Likewise.
3560         (bfd_mach_o_build_dysymtab): Likewise.
3561         (bfd_mach_o_write_symtab_content): Set the string table size to
3562         zero upon error.
3563         (bfd_mach_o_read_symtab_symbols): Reset the nsyms value if the
3564         read fails.
3565         * peXXigen.c (pe_print_edata):  Check for numeric overflow in edt
3566         fields.
3567         * tekhex.c (first_phase): Check for src pointer reaching end of
3568         buffer.
3569
3570 2015-02-03  Will Newton  <will.newton@linaro.org>
3571
3572         * elfnn-aarch64.c (elfNN_aarch64_finish_dynamic_symbol):
3573         Set st_value to zero for undefined symbols if the reference
3574         is weak or pointer_equality_needed is FALSE.
3575
3576         * elf32-arm.c (elf32_arm_finish_dynamic_symbol): Improve
3577         comment discussing why we clear st_value for some symbols.
3578
3579 2015-02-02  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
3580
3581         * elf32-nds32.c (nds32_get_section_contents): Add one more argument.
3582         (nds32_elf_relocate_section): Do not relocate R_NDS32_LONGJUMP7.
3583
3584 2015-01-29  Alan Modra  <amodra@gmail.com>
3585
3586         * elf64-ppc.c (ppc64_elf_relocate_section): Correct GOT_TLSLD
3587         optimization.  Tidy mask for GOT_TLSGD optimization.
3588         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.  Correct
3589         location of nop zapping high insn too.
3590
3591 2015-01-28  Alan Modra  <amodra@gmail.com>
3592
3593         * elf64-ppc.h (struct ppc64_elf_params): Add "object_in_toc".
3594         * elf64-ppc.c (ppc64_elf_add_symbol_hook): Assume that global symbols
3595         in .toc indicate xlc compiled code that might require a rw .toc.
3596
3597 2015-01-28  James Bowman  <james.bowman@ftdichip.com>
3598
3599         * Makefile.am: Add FT32 files.
3600         * archures.c (enum bfd_architecture): Add bfd_arch_ft32.
3601         (bfd_mach_ft32): Define.
3602         (bfd_ft32_arch): Declare.
3603         (bfd_archures_list): Add bfd_ft32_arch.
3604         * config.bfd: Handle FT32.
3605         * configure.ac: Likewise.
3606         * cpu-ft32.c: New file.
3607         * elf32-ft32.c: New file.
3608         * reloc.c (BFD_RELOC_FT32_10, BFD_RELOC_FT32_20, BFD_RELOC_FT32_17,
3609         BFD_RELOC_FT32_18): Define.
3610         * targets.c (_bfd_target_vector): Add ft32_elf32_vec.
3611         * bfd-in2.h: Regenerate.
3612         * libbfd.h: Regenerate.
3613         * Makefile.in: Regenerate.
3614         * configure: Regenerate.
3615         * po/SRC-POTFILES.in: Regenerate.
3616
3617 2015-01-27  Nick Clifton  <nickc@redhat.com>
3618
3619         PR binutils/17512
3620         * pdp11.c (aout_get_external_symbols): Return false if there are
3621         no symbols.
3622
3623         * dwarf2.c (concat_filename): Check for an empty directory table.
3624         (scan_unit_for_symbols): Check for reading off the end of the
3625         unit.
3626         (parse_comp_unit): Check for a DW_AT_comp_dir attribute with a
3627         non-string form.
3628         * elf64-ppc.c (opd_entry_value): Fail if there are no relocs
3629         available.
3630
3631 2015-01-26  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
3632
3633         * elf32-nds32.c (nds32_elf_pick_relax): Fix again setting.
3634
3635 2015-01-22  DJ Delorie  <dj@redhat.com>
3636
3637         * elf32-m32c.c (m32c_apply_reloc_24): New.
3638         (m32c_elf_howto_table): Use it for R_M32C_24.
3639         (m32c_elf_relocate_section): Handle R_M32C_24 specially.
3640
3641 2015-01-22  Nick Clifton  <nickc@redhat.com>
3642
3643         PR binutils/17512
3644         * coffcode.h (handle_COMDAT): When searching for the section
3645         symbol, make sure that there is space left in the symbol table.
3646         * vms-alpha.c (_bfd_vms_slurp_ehdr): Add range checks.
3647
3648 2015-01-21  Nick Clifton  <nickc@redhat.com>
3649
3650         PR binutils/17512
3651         * coffcode.h (coff_set_arch_mach_hook): Check return value from
3652         bfd_malloc.
3653         (coff_slurp_line_table): Return FALSE if the line number
3654         information was corrupt.
3655         (coff_slurp_symbol_table): Return FALSE if the symbol information
3656         was corrupt.
3657         * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Always
3658         initialise the fields of the dyld_info structure.
3659         (bfd_mach_o_build_exec_seg_command): Replace assertion with an
3660         error message and a return value.
3661         (bfd_mach_o_layout_commands): Change the function to boolean.
3662         Return FALSE if the function fails.
3663         (bfd_mach_o_build_commands): Fail if bfd_mach_o_layout_commands
3664         fails.
3665         (bfd_mach_o_read_command): Fail if an unrecognised command is
3666         encountered.
3667         * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Set bfd_error if the
3668         read fails.
3669         (slurp_symtab): Check the return from bfd_malloc.
3670         (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if the copy
3671         encountered an error.
3672         (_bfd_XXi_final_link_postscript): Fail if a section could not be
3673         copied.
3674         * peicode.h (pe_bfd_object_p): Fail if the header could not be
3675         swapped in.
3676         * tekhex.c (first_phase): Fail if the section is too big.
3677         * versados.c (struct esdid): Add content_size field.
3678         (process_otr): Use and check the new field.
3679         (versados_get_section_contents): Check that the section exists and
3680         that the requested data is available.
3681
3682 2015-01-20  Chung-Lin Tang  <cltang@codesourcery.com>
3683
3684         * elf32-nios2.c (elf_backend_default_execstack): Define as 0.
3685
3686 2015-01-20  Alan Modra  <amodra@gmail.com>
3687
3688         PR ld/17615
3689         * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Don't drop
3690         ELF_COMMON_DEF syms.
3691
3692 2015-01-19  Alan Modra  <amodra@gmail.com>
3693
3694         PR ld/17615
3695         * elf-bfd.h (ELF_COMMON_DEF_P): Note that this might be true for
3696         linker script assignments too.
3697         * elflink.c (elf_gc_sweep_symbol): Don't drop ELF_COMMON_DEF syms.
3698         (bfd_elf_gc_mark_dynamic_ref_symbol): Similarly.
3699
3700 2015-01-19  Alan Modra  <amodra@gmail.com>
3701
3702         * elf32-bfin.c (bfin_bfd_reloc_type_lookup): Correct loop iteration
3703         to allow return of first howto.
3704         * elf32-fr30.c (fr30_reloc_type_lookup): Likewise.
3705         * elf32-m32c.c (m32c_reloc_type_lookup): Likewise.
3706         * elf32-moxie.c (moxie_reloc_type_lookup): Likewise.
3707         * elf32-or1k.c (or1k_reloc_type_lookup): Likewise.
3708         * elf32-rl78.c (rl78_reloc_type_lookup): Likewise.
3709         * elf32-rx.c (rx_reloc_type_lookup): Likewise.
3710         * elf32-tilepro.c (tilepro_reloc_type_lookup): Likewise.
3711         * elf32-xstormy16.c (xstormy16_reloc_type_lookup): Likewise.
3712         * elfxx-tilegx.c (tilegx_reloc_type_lookup): Likewise.
3713         * elf32-nios2.c (nios2_reloc_map): Add mapping for R_NIOS2_NONE.
3714         * elf32-spu.c (spu_elf_bfd_to_reloc_type): Allow return of R_SPU_NONE.
3715         (spu_elf_reloc_type_lookup): Adjust to suit.
3716
3717 2015-01-19  Alan Modra  <amodra@gmail.com>
3718
3719         * bfd-in.h (bfd_get_section_limit_octets): New define, extracted from..
3720         (bfd_get_section_limit): ..here.
3721         * reloc.c (bfd_perform_relocation): Correct bfd_reloc_outofrange check.
3722         (bfd_install_relocation, _bfd_final_link_relocate): Add same check here.
3723         * elf32-sh.c (sh_elf_reloc): Correct bfd_reloc_outofrange check.
3724         * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Remove duplicated
3725         bfd_reloc_outofrange check.
3726         * bfd-in2.h: Regenerate.
3727
3728         * cpu-ns32k.c (_bfd_do_ns32k_reloc_contents): Return bfd_reloc_ok
3729         on zero size relocs.
3730         * ecoff.c (ecoff_reloc_link_order): Likewise.
3731         * elf32-nds32.c (nds32_relocate_contents): Likewise.
3732         * elfxx-aarch64.c (_bfd_aarch64_elf_put_addend): Likewise.
3733
3734         * reloc.c (_bfd_relocate_contents): Don't bomb on zero size relocs.
3735         (_bfd_clear_contents): Likewise.
3736         * elfxx-mips.c (mips_elf_obtain_contents): Likewise.
3737         (mips_elf_perform_relocation): Likewise.
3738
3739         * aoutx.h (aout_link_reloc_link_order): Allow for NULL return
3740         from malloc on zero size alloc.
3741         * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
3742         * elflink.c (elf_reloc_link_order): Likewise.
3743         * linker.c (_bfd_generic_reloc_link_order): Likewise.
3744         * pdp11.c (aout_link_reloc_link_order): Likewise.
3745         * xcofflink.c (xcoff_reloc_link_order): Likewise.
3746
3747         * aoutx.h (howto_table_ext): Ensure NONE relocs have size 3,
3748         bitsize 0, and complain_overflow_dont.
3749         * coff-sparc.c (coff_sparc_howto_table): Likewise.
3750         * elf-hppa.h (elf_hppa_howto_table): Likewise.
3751         * elf-m10200.c (elf_mn10200_howto_table): Likewise.
3752         * elf-m10300.c (elf_mn10300_howto_table): Likewise.
3753         * elf32-arc.c (elf_arc_howto_table): Likewise.
3754         * elf32-arm.c (elf32_arm_howto_table_1): Likewise.
3755         * elf32-avr.c (elf_avr_howto_table): Likewise.
3756         * elf32-bfin.c (bfin_howto_table): Likewise.
3757         * elf32-cr16.c (cr16_elf_howto_table): Likewise.
3758         * elf32-cris.c (cris_elf_howto_table): Likewise.
3759         * elf32-crx.c (crx_elf_howto_table): Likewise.
3760         * elf32-d10v.c (elf_d10v_howto_table): Likewise.
3761         * elf32-d30v.c (elf_d30v_howto_table): Likewise.
3762         * elf32-dlx.c (dlx_elf_howto_table): Likewise.
3763         * elf32-epiphany.c (epiphany_elf_howto_table): Likewise.
3764         * elf32-fr30.c (fr30_elf_howto_table): Likewise.
3765         * elf32-frv.c (elf32_frv_howto_table): Likewise.
3766         * elf32-h8300.c (h8_elf_howto_table): Likewise.
3767         * elf32-i370.c (i370_elf_howto_raw): Likewise.
3768         * elf32-i386.c (elf_howto_table): Likewise.
3769         * elf32-i860.c (elf32_i860_howto_table): Likewise.
3770         * elf32-i960.c (elf32_i960_relocate): Likewise.
3771         * elf32-ip2k.c (ip2k_elf_howto_table): Likewise.
3772         * elf32-iq2000.c (iq2000_elf_howto_table): Likewise.
3773         * elf32-lm32.c (lm32_elf_howto_table): Likewise.
3774         * elf32-m32c.c (m32c_elf_howto_table): Likewise.
3775         * elf32-m32r.c (m32r_elf_howto_table): Likewise.
3776         * elf32-m68hc11.c (elf_m68hc11_howto_table): Likewise.
3777         * elf32-m68hc12.c (elf_m68hc11_howto_table): Likewise.
3778         * elf32-m68k.c (howto_table): Likewise.
3779         * elf32-mcore.c (mcore_elf_howto_raw): Likewise.
3780         * elf32-mep.c (mep_elf_howto_table): Likewise.
3781         * elf32-metag.c (elf_metag_howto_table): Likewise.
3782         * elf32-microblaze.c (microblaze_elf_howto_raw): Likewise.
3783         * elf32-mips.c (elf_mips_howto_table_rel): Likewise.
3784         * elf32-moxie.c (moxie_elf_howto_table): Likewise.
3785         * elf32-msp430.c (elf_msp430_howto_table): Likewise.
3786         * elf32-mt.c (mt_elf_howto_table): Likewise.
3787         * elf32-nds32.c (nds32_elf_howto_table): Likewise.
3788         * elf32-nios2.c (elf_nios2_howto_table_rel): Likewise.
3789         * elf32-or1k.c (or1k_elf_howto_table): Likewise.
3790         * elf32-pj.c (pj_elf_howto_table): Likewise.
3791         * elf32-ppc.c (ppc_elf_howto_raw): Likewise.
3792         * elf32-rl78.c (rl78_elf_howto_table): Likewise.
3793         * elf32-rx.c (rx_elf_howto_table): Likewise.
3794         * elf32-s390.c (elf_howto_table): Likewise.
3795         * elf32-score.c (elf32_score_howto_table): Likewise.
3796         * elf32-score7.c (elf32_score_howto_table): Likewise.
3797         * elf32-sh-relocs.h (R_SH_NONE): Likewise.
3798         * elf32-spu.c (elf_howto_table): Likewise.
3799         * elf32-tic6x.c (elf32_tic6x_howto_table): Likewise.
3800         * elf32-tilepro.c (tilepro_elf_howto_table): Likewise.
3801         * elf32-v850.c (v850_elf_howto_table): Likewise.
3802         * elf32-vax.c (howto_table): Likewise.
3803         * elf32-visium.c (visium_elf_howto_table): Likewise.
3804         * elf32-xc16x.c (xc16x_elf_howto_table): Likewise.
3805         * elf32-xgate.c (elf_xgate_howto_table): Likewise.
3806         * elf32-xstormy16.c (xstormy16_elf_howto_table): Likewise.
3807         * elf32-xtensa.c (elf_howto_table): Likewise.
3808         * elf64-alpha.c (elf64_alpha_howto_table): Likewise.
3809         * elf64-mips.c (mips_elf64_howto_table_rel): Likewise.
3810         * elf64-mmix.c (elf_mmix_howto_table): Likewise.
3811         * elf64-ppc.c (ppc64_elf_howto_raw): Likewise.
3812         * elf64-s390.c (elf_howto_table): Likewise.
3813         * elf64-sh64.c (sh_elf64_howto_table): Likewise.
3814         * elf64-x86-64.c (x86_64_elf_howto_table): Likewise.
3815         * elfn32-mips.c (elf_mips_howto_table_rel): Likewise.
3816         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Likewise.
3817         (elfNN_aarch64_howto_none): Likewise.
3818         * elfxx-ia64.c (ia64_howto_table): Likewise.
3819         * elfxx-sparc.c (_bfd_sparc_elf_howto_table): Likewise.
3820         * elfxx-tilegx.c (tilegx_elf_howto_table): Likewise.
3821         * nlm32-sparc.c (nlm32_sparc_howto_table): Likewise.
3822
3823 2015-01-15  H.J. Lu  <hongjiu.lu@intel.com>
3824
3825         PR ld/17847
3826         * elf64-x86-64.c (elf_x86_64_relocate_section): Don't complain
3827         about -fPIC if the symbol is undefined when building executable.
3828
3829 2015-01-15  Nick Clifton  <nickc@redhat.com>
3830
3831         PR binutils/17512
3832         * elf-m10300.c (mn10300_info_to_howto): Replace assertion with an
3833         error message.  Never return an invalid howto pointer.
3834         * elf32-cr16.c (cr16_info_to_howto): Likewise.
3835         * elf32-crx.c (elf_crx_info_to_howto): Likewise.
3836         * elf32-i370.c (i370_elf_info_to_howto): Likewise.
3837         * elf32-mcore.c (mcore_elf_info_to_howto): Likewise.
3838         * elf32-microblaze.c (microblaze_elf_info_to_howto): Likewise.
3839         * elf32-mips.c (mips_elf32_rtype_to_howto): Likewise.
3840         * elf32-pj.c (pj_elf_info_to_howto): Likewise.
3841         * elf32-ppc.c (ppc_elf_info_to_howto): Likewise.
3842         * elf32-spu.c (spu_elf_info_to_howto): Likewise.
3843         * elf32-v850.c (v850_elf_info_to_howto_rela): Likewise.
3844         * elf32-vax.c (rtype_to_howto): Likewise.
3845         * elf64-alpha.c (elf64_alpha_info_to_howto): Likewise.
3846         * elf64-mips.c (mips_elf64_rtype_to_howto): Likewise.
3847         * elfn32-mips.c (sh_elf_info_to_howto): Likewise.
3848         * elf32-sh.c (sh_elf_info_to_howto): Likewise.
3849         (sh_elf_reloc): Check that the reloc is in range.
3850         * reloc.c (bfd_perform_relocation): Check that the section is big
3851         enough for the entire reloc.
3852         (bfd_generic_get_relocated_section_contents): Report unexpected
3853         return values from perform_reloc.
3854
3855 2015-01-15  Nick Clifton  <nickc@redhat.com>
3856
3857         * elf32-msp430.c (msp430_elf_relax_section): Skip unhandled
3858         relocs.  Include PC-relative adjustment for R_MSP430X_ABS16
3859         relaxation.
3860
3861 2015-01-15  Alan Modra  <amodra@gmail.com>
3862
3863         * elflink.c (_bfd_elf_link_omit_section_dynsym): Return true for
3864         any output section matching a linker created dynobj section.
3865
3866 2015-01-15  Alan Modra  <amodra@gmail.com>
3867
3868         PR 17842
3869         * elflink.c (elf_link_output_sym): Assert elf_onesymtab set.
3870         (bfd_elf_final_link): Always create a symbol table when emit_relocs.
3871         Don't assign symtab file position unless symbols will be output.
3872         Merge blocks with condition in common.  Don't call
3873         elf_backend_output_arch_local_syms or elf_backend_output_arch_syms
3874         unless other symbols are output.  Move assignment of symtab_shndx
3875         file position.  Localize variable.
3876
3877 2015-01-14  Jiong Wang  <jiong.wang@arm.com>
3878
3879         * elf32-arm.c (elf32_arm_final_link_relocate): Reject R_ARM_32/_NOI when
3880         trying to defer them to runtime.
3881
3882 2015-01-13  Thomas Preud'homme <thomas.preudhomme@arm.com>
3883
3884         * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Use SYMBOLIC_BIND
3885         to check if a symbol should be bound symbolically.
3886
3887 2015-01-13  Jiong Wang  <jiong.wang@arm.com>
3888
3889         * elfnn-aarch64.c: (elfNN_aarch64_howto_table): Enable overflow check
3890         for TLSLE_MOVW_TPREL_G2.
3891
3892 2015-01-13  Jiong Wang  <jiong.wang@arm.com>
3893
3894         PR ld/17415
3895         * elfnn-aarch64.c (elfNN_aarch64_howto_table): Mark
3896         R_AARCH64_TLSLE_ADD_TPREL_HI12 as complain_overflow_unsigned.
3897         * elfxx-aarch64.c (_bfd_aarch64_elf_resolve_relocation): Correct the
3898         bit mask.
3899
3900 2015-01-12  Terry Guo  <terry.guo@arm.com>
3901
3902         * elflink.c (_bfd_elf_gc_mark_debug_special_section_group): New
3903         function.
3904         (_bfd_elf_gc_mark_extra_sections): Use it.
3905
3906 2015-01-11  H.J. Lu  <hongjiu.lu@intel.com>
3907
3908         PR ld/17827
3909         * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): For PIE,
3910         only discard space for pc-relative relocs symbols which turn
3911         out to need copy relocs.
3912
3913 2015-01-09  Nick Clifton  <nickc@redhat.com>
3914
3915         * tekhex.c (getvalue): Fix thinko in test for correct extraction
3916         of value.
3917         (getsym): Return false if there was not enough data to extract the
3918         symbol.
3919
3920 2015-01-09  Anthony Green  <green@moxielogic.com>
3921
3922         * elf32-moxie.c (ELF_MACHINE_ALT1): Define.
3923
3924 2015-01-08  Nick Clifton  <nickc@redhat.com>
3925
3926         * elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
3927         16-bit absolute BR instructions to 10-bit pc-relative JMP
3928         instructions.
3929
3930 2015-01-08  Nick Clifton  <nickc@redhat.com>
3931
3932         PR binutils/17512
3933         * coffcode.h (coff_slurp_symbol_table): Return false if we failed
3934         to load the line table.
3935         * elf.c (_bfd_elf_map_sections_to_segments): Enforce a minimum
3936         maxpagesize of 1.
3937         * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if
3938         the Data Directory Size is too large.
3939
3940 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3941
3942         PR binutils/17512
3943         * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocation.
3944         * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
3945
3946 2015-01-06  Nick Clifton  <nickc@redhat.com>
3947
3948         PR binutils/17512
3949         * mach-o.c (bfd_mach_o_read_symtab_strtab): Zero terminate the
3950         string table.
3951
3952         * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
3953         (bfd_perform_relocation): Include the size of the reloc in the
3954         test for an out of range relocation.
3955         (bfd_generic_get_relocated_section_contents): Remove reloc range
3956         test.
3957
3958         * coff-i860.c (CALC_ADDEND): Always set an addend value.
3959         * tekhex.c (getvalue): Add an end pointer parameter.  Use it to
3960         avoid reading off the end of the buffer.
3961         (getsym): Likewise.
3962         (first_phase): Likewise.
3963         (pass_over): Pass an end pointer to the invoked function.
3964
3965 2015-01-05  H.J. Lu  <hongjiu.lu@intel.com>
3966
3967         PR binutils/17512
3968         * elf32-i386.c (elf_i386_get_plt_sym_val): Return NULL on corrupt
3969         input.
3970         * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
3971
3972 2015-01-05  Nick Clifton  <nickc@redhat.com>
3973
3974         PR binutils/17512
3975         * archive.c (do_slurp_bsd_armap): Make sure that the parsed sized
3976         is at least big enough for the header to be read.
3977         * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocs.
3978         * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add range checks.
3979         (bfd_mach_o_read_command): Prevetn duplicate error messages about
3980         unrecognized commands.
3981         * syms.c (_bfd_stab_section_find_nearest_line): Add range checks
3982         when indexing into the string table.
3983
3984 2015-01-01  Alan Modra  <amodra@gmail.com>
3985
3986         Update year range in copyright notice of all files.
3987
3988 For older changes see ChangeLog-2014
3989 \f
3990 Copyright (C) 2015 Free Software Foundation, Inc.
3991
3992 Copying and distribution of this file, with or without modification,
3993 are permitted in any medium without royalty provided the copyright
3994 notice and this notice are preserved.
3995
3996 Local Variables:
3997 mode: change-log
3998 left-margin: 8
3999 fill-column: 74
4000 version-control: never
4001 End: