[AArch64, ILP32] 2/6 Parametrize elfnn-aarch64.c and add basic support in ld
[platform/upstream/binutils.git] / bfd / ChangeLog
1 2013-06-26  Yufeng Zhang  <yufeng.zhang@arm.com>
2
3         * Makefile.am (BFD64_BACKENDS): Add elf32-aarch64.lo.
4         (BUILD_CFILES): Add elf32-aarch64.c.
5         (elf32-aarch64.c): New rule for generating from elfnn-aarch64.c.
6         * Makefile.in: Re-generated.
7         * archures.c (bfd_mach_aarch64_ilp32): New define.
8         * bfd-in.h (bfd_elf32_aarch64_init_maps): New declaration.
9         (bfd_elf32_aarch64_set_options): Ditto.
10         (elf32_aarch64_setup_section_lists): Ditto.
11         (elf32_aarch64_next_input_section): Ditto.
12         (elf32_aarch64_size_stubs): Ditto.
13         (elf32_aarch64_build_stubs): Ditto.
14         * bfd-in2.h: Re-generated.
15         * config.bfd (aarch64-*-elf): Add bfd_elf32_littleaarch64_vec
16         and bfd_elf32_bigaarch64_vec.
17         (aarch64-*-linux*): Likewise.
18         (aarch64_be-*-elf): Likewise.
19         (aarch64_be-*-linux*): Likewise.
20         * configure.in (bfd_elf32_bigaarch64_vec)
21         (bfd_elf32_littleaarch64_vec): New.
22         * configure: Re-generated.
23         * cpu-aarch64.c (compatible): Don't allow mixing ilp32 objects with
24         lp64 ones.
25         (bfd_aarch64_arch_ilp32): New.
26         (bfd_aarch64_arch): Link to bfd_aarch64_arch_ilp32.
27         * elfnn-aarch64.c (ARCH_SIZE): New define.
28         (AARCH64_R, AARCH64_R_STR, LOG_FILE_ALIGN): New defines.
29         (GOT_ENTRY_SIZE): Re-define as (ARCH_SIZE / 8).
30         (elf64_aarch64_*): Rename to elfNN_aarch64_*.
31         (ELF64_R_*): Rename to ELFNN_R_*.
32         Plus other paramaterization.
33         * targets.c (bfd_elf32_bigaarch64_vec, bfd_elf32_littleaarch64_vec):
34         New declarations.
35         (_bfd_target_vector): Add bfd_elf32_bigaarch64_vec and
36         bfd_elf32_littleaarch64_vec.
37
38 2013-06-26  Yufeng Zhang  <yufeng.zhang@arm.com>
39
40         * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-aarch64.c.
41         (BUILD_CFILES): Add elf64-aarch64.c.
42         (elf64-aarch64.c): New rule for generating from elfnn-aarch64.c.
43         * Makefile.in: Re-generated.
44         * elf64-aarch64.c: Rename to ...
45         * elfnn-aarch64.c: ... this.
46
47 2013-06-25  Maciej W. Rozycki  <macro@codesourcery.com>
48             Paul Brook  <paul@codesourcery.com>
49
50         * elfxx-mips.h (_bfd_mips_elf_insn32): New prototype.
51         * elfxx-mips.c (mips_elf_link_hash_table): Add insn32 member.
52         (STUB_MOVE32_MICROMIPS, STUB_JALR32_MICROMIPS): New macros.
53         (MICROMIPS_INSN32_FUNCTION_STUB_NORMAL_SIZE): Likewise.
54         (MICROMIPS_INSN32_FUNCTION_STUB_BIG_SIZE): Likewise.
55         (micromips_insn32_o32_exec_plt0_entry): New variable.
56         (micromips_insn32_o32_exec_plt_entry): Likewise.
57         (_bfd_mips_elf_adjust_dynamic_symbol): Handle insn32 mode.
58         (mips_elf_estimate_stub_size): Likewise.
59         (_bfd_mips_elf_size_dynamic_sections): Likewise.
60         (_bfd_mips_elf_finish_dynamic_symbol): Likewise.
61         (mips_finish_exec_plt): Likewise.
62         (_bfd_mips_elf_relax_section): Likewise.
63         (_bfd_mips_elf_insn32): New function.
64         (_bfd_mips_elf_get_synthetic_symtab): Handle insn32 PLT.
65
66 2013-06-24  Maciej W. Rozycki  <macro@codesourcery.com>
67
68         * elfxx-mips.h (_bfd_mips_elf_get_synthetic_symtab): New
69         prototype.
70         * elf32-mips.c (elf_backend_plt_sym_val): Remove macro.
71         (bfd_elf32_get_synthetic_symtab): New macro.
72         * elfxx-mips.c (plt_entry): New structure.
73         (mips_elf_link_hash_entry): Add use_plt_entry member.
74         (mips_elf_link_hash_table): Rename plt_entry_size member to
75         plt_mips_entry_size.  Add plt_comp_entry_size, plt_mips_offset,
76         plt_comp_offset, plt_got_index entries and plt_header_is_comp
77         members.
78         (STUB_LW_MICROMIPS, STUB_MOVE_MICROMIPS): New macros.
79         (STUB_LUI_MICROMIPS, STUB_JALR_MICROMIPS): Likewise.
80         (STUB_ORI_MICROMIPS, STUB_LI16U_MICROMIPS): Likewise.
81         (STUB_LI16S_MICROMIPS): Likewise.
82         (MICROMIPS_FUNCTION_STUB_NORMAL_SIZE): Likewise.
83         (MICROMIPS_FUNCTION_STUB_BIG_SIZE): Likewise.
84         (micromips_o32_exec_plt0_entry): New variable.
85         (mips16_o32_exec_plt_entry): Likewise.
86         (micromips_o32_exec_plt_entry): Likewise.
87         (mips_elf_link_hash_newfunc): Initialize use_plt_entry.
88         (mips_elf_output_extsym): Update to use gotplt_union's plist
89         member rather than offset.
90         (mips_elf_gotplt_index): Likewise.  Remove the VxWorks
91         restriction.  Use MIPS_ELF_GOT_SIZE to calculate GOT address.
92         (mips_elf_count_got_symbols): Update to use gotplt_union's plist
93         member rather than offset.
94         (mips_elf_calculate_relocation): Handle MIPS16/microMIPS PLT
95         entries.
96         (_bfd_mips_elf_create_dynamic_sections): Don't set PLT sizes
97         here.
98         (mips_elf_make_plt_record): New function.
99         (_bfd_mips_elf_check_relocs): Update comment.  Record occurences
100         of JAL relocations that might need a PLT entry.
101         (_bfd_mips_elf_adjust_dynamic_symbol): Update to use
102         gotplt_union's plist member rather than offset.  Set individual
103         PLT entry sizes here.  Handle MIPS16/microMIPS PLT entries.
104         Don't set the symbol's value in the symbol table for PLT
105         references here.  Don't set the PLT or PLT GOT section sizes
106         here.
107         (mips_elf_estimate_stub_size): Handle microMIPS stubs.
108         (mips_elf_allocate_lazy_stub): Likewise.
109         (mips_elf_lay_out_lazy_stubs): Likewise.  Define a _MIPS_STUBS_
110         magic symbol.
111         (mips_elf_set_plt_sym_value): New function.
112         (_bfd_mips_elf_size_dynamic_sections): Set PLT header size and
113         PLT and PLT GOT section sizes here.  Set the symbol values in
114         the symbol table for PLT references here.  Handle microMIPS
115         annotation of the _PROCEDURE_LINKAGE_TABLE_ magic symbol.
116         (_bfd_mips_elf_finish_dynamic_symbol): Update to use
117         gotplt_union's plist member rather than offset.  Handle
118         MIPS16/microMIPS PLT entries.  Handle microMIPS stubs.
119         (_bfd_mips_vxworks_finish_dynamic_symbol): Update to use
120         gotplt_union's plist member rather than offset.  Use
121         MIPS_ELF_GOT_SIZE to calculate GOT address.
122         (mips_finish_exec_plt): Handle microMIPS PLT.  Return status.
123         (_bfd_mips_elf_finish_dynamic_sections): Handle result from
124         mips_finish_exec_plt.
125         (_bfd_mips_elf_link_hash_table_create): Update to use
126         gotplt_union's plist member rather than offset.
127         (_bfd_mips_elf_get_synthetic_symtab): New function.
128
129 2013-06-24  Wawa  <caojinyu@msn.com>
130
131         PR 15657
132         * hash.c (_bfd_stringtab_add): Copy the string if COPY is true.
133
134 2013-06-23  Richard Sandiford  <rdsandiford@googlemail.com>
135
136         * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Move MIPS ELF
137         files to...
138         (BFD64_BACKENDS, BFD64_BACKENDS_CFILES): ...here.
139         * Makefile.in: Regenerate.
140         * config.bfd: Enclose all MIPS ELF targets in #ifdef BFD64.
141         Set want64 to true for them at the end.
142         * targets.c (_bfd_target_vector): Protect MIPS ELF targets with
143         #ifdef BFD64.
144
145 2013-06-22  Sandra Loosemore  <sandra@codesourcery.com>
146
147         * elf32-nios2.c (nios2_elf32_finish_dynamic_sections): Don't
148         set sh_entsize for PLT section.
149
150 2013-06-20  Yufeng Zhang  <yufeng.zhang@arm.com>
151
152         * bfd-in.h (bfd_elf64_aarch64_set_options): Add 'extern'.
153         * bfd-in2.h: Re-generated.
154         * elf64-aarch64.c (RELOC_SECTION): Removed.
155         (SWAP_RELOC_IN, SWAP_RELOC_OUT): Ditto.
156         (AARCH64_ELF_OS_ABI_VERSION): Ditto.
157         (elf64_aarch64_link_hash_traverse): Ditto.
158         (elf64_aarch64_size_stubs): Change 'Aarch64' to 'AArch64' in the
159         comment.
160
161 2013-06-19  Will Newton  <will.newton@linaro.org>
162
163         * configure: Regenerated.
164         * configure.in: Remove aarch64 dependency on elf-ifunc.c.
165         * elf64-aarch64.c: Remove objalloc.h include.
166         (elf64_aarch64_howto_dynrelocs): Remove R_AARCH64_IRELATIVE howto.
167         (struct elf64_aarch64_link_hash_table): Remove ifunc related
168         members. (elf_aarch64_local_htab_hash): Remove function.
169         (elf_aarch64_local_htab_eq): Remove function.
170         (elf_aarch64_get_local_sym_hash): Remove function.
171         (elf64_aarch64_link_hash_table_create): Remove local hash
172         table initialization.
173         (elf64_aarch64_final_link_relocate): Remove sym argument and
174         handling of ifunc symbols.
175         (elf64_aarch64_relocate_section): Don't pass sym argument to
176         elf64_aarch64_final_link_relocate.
177         (elf64_aarch64_gc_sweep_hook): Remove handling of ifunc symbols.
178         (elf64_aarch64_adjust_dynamic_symbol): Likewise.
179         (elf64_aarch64_check_relocs): Likewise.
180         (elf64_aarch64_post_process_headers): Remove call to
181         _bfd_elf_set_osabi.
182         (elf64_aarch64_is_function_type): New function.
183         (elf64_aarch64_allocate_dynrelocs): Remove handling of ifunc
184         symbols. (elf_aarch64_allocate_local_dynrelocs): Remove function.
185         (elf64_aarch64_size_dynamic_sections): Remove call to
186         elf_aarch64_allocate_local_dynrelocs.
187         (elf64_aarch64_create_small_pltn_entry): Remove info argument.
188         Remove creation of R_AARCH64_IRELATIVE dynamic relocs.
189         (elf64_aarch64_finish_dynamic_symbol): Remove handling of ifunc
190         symbols. (elf_aarch64_finish_local_dynamic_symbol): Remove
191         function. (elf64_aarch64_finish_dynamic_sections): Remove call to
192         elf_aarch64_finish_local_dynamic_symbol.
193         (elf64_aarch64_add_symbol_hook): Remove function.
194
195 2013-06-14  Yufeng Zhang  <yufeng.zhang@arm.com>
196
197         * elf64-aarch64.c (elf64_aarch64_final_link_relocate): Call
198         aarch64_resolve_relocation and bfd_elf_aarch64_put_addend to
199         handle the relocations of R_AARCH64_JUMP26, R_AARCH64_CALL26,
200         R_AARCH64_LD64_GOT_LO12_NC, R_AARCH64_ADR_GOT_PAGE and
201         R_AARCH64_GOT_LD_PREL19.
202
203 2013-06-13  Terry Guo  <terry.guo@arm.com>
204
205         PR ld/15302
206         * elf32-arm.c (allocate_dynrelocs_for_symbol): Transform
207         ST_BRANCH_TO_ARM into ST_BRANCH_TO_THUMB if the target only
208         supports thumb instructions.
209
210 2013-06-11  DJ Delorie  <dj@redhat.com>
211
212         * elf32-rl78.c (rl78_elf_relocate_section): Fix OPsub math.
213
214 2013-06-11  Will Newton  <will.newton@linaro.org>
215
216         * elf64-aarch64.c (elf_aarch64_get_local_sym_hash): Use
217         ELF64_R_SYM instead of ELF32_R_SYM.
218
219 2013-06-11  Nick Clifton  <nickc@redhat.com>
220
221         * elf32-rl78.c (rl78_elf_finish_dynamic_sections): Onlly run
222         checks if the dynamic sections have been created and relaxation
223         has not been performed.
224
225 2013-06-07  Will Newton  <will.newton@linaro.org>
226
227         * configure: Regenerate.
228         * configure.in: Build elf-ifunc.o for AArch64.
229         * elf64-aarch64.c: Include objalloc.h.
230         (elf64_aarch64_howto_dynrelocs): Add R_AARCH64_IRELATIVE howto.
231         (struct elf64_aarch64_link_hash_table): Add members for handling
232         R_AARCH64_IRELATIVE relocations.
233         (elf_aarch64_local_htab_hash): New function.
234         (elf_aarch64_local_htab_eq): New function.
235         (elf_aarch64_get_local_sym_hash): New function.
236         (elf64_aarch64_link_hash_table_create): Initialize local STT_GNU_IFUNC
237         symbol hash.
238         (elf64_aarch64_hash_table_free): Free local STT_GNU_IFUNC symbol hash.
239         (elf64_aarch64_final_link_relocate): Add sym argument.  Add support
240         for handling STT_GNU_IFUNC symbols.
241         (elf64_aarch64_gc_sweep_hook): Add support for garbage collecting
242         references to STT_GNU_IFUNC symbols.
243         (elf64_aarch64_adjust_dynamic_symbol): Add support for handling
244         STT_GNU_IFUNC symbols.
245         (elf64_aarch64_check_relocs): Add support for handling STT_GNU_IFUNC
246         symbols.  Ensure we don't increase plt.refcount from -1 to 0.
247         (elf64_aarch64_post_process_headers): Call _bfd_elf_set_osabi.
248         (elf64_aarch64_is_function_type): Remove function.
249         (elf64_aarch64_allocate_dynrelocs): Call
250         _bfd_elf_allocate_ifunc_dyn_relocs for STT_GNU_IFUNC symbols.
251         (elf_aarch64_allocate_local_dynrelocs): New function.
252         (elf64_aarch64_size_dynamic_sections): Call
253         elf_aarch64_allocate_local_dynrelocs.  Initialize next_irelative_index.
254         (elf64_aarch64_create_small_pltn_entry): Add info argument.
255         Add support for creating .iplt entries for STT_GNU_IFUNC symbols.
256         (elf64_aarch64_finish_dynamic_symbol): Add support for handling
257         STT_GNU_IFUNC symbols and .iplt.
258         (elf_aarch64_finish_local_dynamic_symbol): New function.
259         (elf64_aarch64_finish_dynamic_sections): Call
260         elf_aarch64_finish_local_dynamic_symbol.
261         (elf64_aarch64_add_symbol_hook): New function.
262
263 2013-06-03  Alan Modra  <amodra@gmail.com>
264
265         * syms.c (_bfd_stab_section_find_nearest_line): Add last_str
266         var.  Use it with last_stab.
267
268 2013-05-30  Paul Brook  <paul@codesourcery.com>
269
270         * bfd-in2.h: Regenerate.
271         * elf32-mips.c (elf_mips_eh_howto): New.
272         (bfd_elf32_bfd_reloc_type_lookup ): Support BFD_RELOC_MIPS_EH.
273         (bfd_elf32_bfd_reloc_name_lookup): Likewise.
274         (mips_elf32_rtype_to_howto): Support R_MIPS_EH.
275         * elf64-mips.c (elf_mips_eh_howto): New.
276         (bfd_elf64_bfd_reloc_type_lookup): Support BFD_RELOC_MIPS_EH.
277         (bfd_elf64_bfd_reloc_name_lookup): Likewise.
278         (mips_elf64_rtype_to_howto): Support R_MIPS_EH.
279         * libbfd.h: Regenerate.
280         * reloc.c (BFD_RELOC_MIPS_EH): New.
281
282 2013-05-29  Nick Clifton  <nickc@redhat.com>
283
284         * dwarf2.c (struct dwarf2_debug): Add fields for handling
285         alternate debug info source.
286         (dwarf_debug_sections): Add entries for alternate .debug_str and
287         .debug_info sections.
288         (dwarf_debug_section_enum): Likewise.
289         (read_alt_indirect_string): New function.  Handles a
290         DW_FORM_GNU_strp_alt attribute.
291         (read_alt_indirect_ref): New function.  Handles a
292         DW_FORM_GNU_ref_alt attribute.
293         (read_attribute_value): Process DW_FORM_GNU_ref_alt and
294         DW_FORM_GNU_strp_alt.
295         (find_abstract_instance_name): Handle DW_FORM_GNU_ref_alt
296         attributes.
297         (_bfd_dwarf2_cleanup_debug_info): Free alternate debug info
298         sources.
299         * opncls.c (GNU_DEBUGALTLINK): Define.
300         (bfd_get_alt_debug_link_info): New function.
301         (separate_alt_debug_file_exists): New function.
302         (find_separate_debug_file): Add parameters for fetch and check
303         functions.
304         (bfd_follow_gnu_debugaltlink): New function.
305         * bfd-in2.h: Regenerate.
306
307 2013-05-28  Yufeng Zhang  <yufeng.zhang@arm.com>
308
309         * reloc.c (BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE): Rename to ...
310         (BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21): ... this.
311         (BFD_RELOC_AARCH64_TLSDESC_LD64_PREL19): Rename to ...
312         (BFD_RELOC_AARCH64_TLSDESC_LD_PREL19): ...  this.
313         * bfd-in2.h: Regenerate.
314         * libbfd.h: Regenerate.
315         * elf64-aarch64.c (IS_AARCH64_TLSDESC_RELOC): Update to use
316         the correct names.
317         (elf64_aarch64_tlsdesc_howto_table): Likewise.
318         (elf64_aarch64_reloc_map): Likewise.
319         (aarch64_resolve_relocation): Likewise.
320         (bfd_elf_aarch64_put_addend): Likewise.
321         (aarch64_tls_transition_without_check): Likewise.
322         (aarch64_reloc_got_type): Likewise.
323         (elf64_aarch64_final_link_relocate): Likewise.
324         (elf64_aarch64_tls_relax): Likewise.
325         (elf64_aarch64_relocate_section): Likewise.
326         (elf64_aarch64_gc_sweep_hook): Likewise.
327         (elf64_aarch64_check_relocs): Likewise.
328
329 2013-05-26  Mark Wielaard  <mjw@redhat.com>
330
331         * cache.c (BFD_CACHE_MAX_OPEN): Remove define.
332         (max_open_files): New static int initialized to zero.
333         (bfd_cache_max_open): New static function to set and return
334         max_open_files.
335         (bfd_cache_init): Use bfd_cache_max_open.
336         (bfd_open_file): Likewise.
337         * configure.in (AC_CHECK_HEADERS): Add sys/resource.h.
338         (AC_CHECK_FUNCS): Add getrlimit.
339         * configure: Regenerated.
340         * config.in: Likewise.
341         * sysdep.h: Check and include sys/resource.h for getrlimit.
342
343 2013-05-23  Alan Modra  <amodra@gmail.com>
344
345         * format.c (bfd_check_format_matches): Don't match a target in
346         targ_selvecs if some other target is a better match.  If
347         targets implement match priority, fall back to the first of
348         the best matches.
349
350 2013-05-22  Eric Herman  <eric@freesa.org>
351
352         PR binutils/15462
353         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Warning fix.
354
355 2013-05-22  Ralf Dreesen  <gamma@dreesen.net>
356
357         PR binutils/15474
358         * srec.c (srec_set_section_contents): Properly convert size
359         and offset to address when octets_per_byte is not unity.
360
361 2013-05-20  Maciej W. Rozycki  <macro@linux-mips.org>
362
363         * elf32-vax.c (elf_vax_instantiate_got_entries): Only set the
364         refcount member of the gotplt_union when resetting the reference
365         count.  Adjust comment.
366
367 2013-05-20  Will Newton  <will.newton@linaro.org>
368
369         * elf64-aarch64.c (elf64_aarch64_link_hash_entry): Remove
370         relocs_copied member.
371         (elf64_aarch64_link_hash_newfunc): Remove initialization of
372         relocs_copied member.
373         (elf64_aarch64_copy_indirect_symbol): Remove code to copy
374         relocs_copied member.
375
376 2013-05-19  Maciej W. Rozycki  <macro@linux-mips.org>
377
378         * elf32-vax.c (elf_vax_adjust_dynamic_symbol): Convert K&R
379         function definition.
380
381 2013-05-16  Cary Coutant  <ccoutant@google.com>
382
383         * ecoff.c (ecoff_link_check_archive_element): Add initializers for
384         external_ext_size and esize.
385
386 2013-05-16  Tristan Gingold  <gingold@adacore.com>
387
388         * coff-rs6000.c (_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_16.
389         * coff64-rs6000.c (xcoff64_reloc_type_lookup): Likewise.
390
391 2013-05-15  Andreas Schwab  <schwab@suse.de>
392
393         * elf64-aarch64.c (elf_backend_default_execstack): Define to 0.
394
395 2013-05-10  Joel Brobecker  <brobecker@adacore.com>
396
397         * coffcode.h (styp_to_sec_flags) [RS6000COFF_C]: Add handling
398         of STYP_EXCEPT, STYP_LOADER and STYP_TYPCHK sections.
399
400 2013-05-09  Joel Brobecker  <brobecker@adacore.com>
401
402         * bfd.c (_bfd_default_error_handler): Replace use of putc
403         by fputc.  Add comment explaining why.
404
405 2013-05-09  Alan Modra  <amodra@gmail.com>
406
407         * elflink.c (elf_link_add_object_symbols): Don't omit reading
408         of symbols when hashes already exist.
409
410 2013-05-07  Will Newton  <will.newton@linaro.org>
411
412         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Add a
413         plt_header_size argument for ports where it differs from
414         plt_entry_size.
415         * elf-bfd.h: Likewise.
416         * elf32-i386.c: Pass plt_header_size to
417         _bfd_elf_allocate_ifunc_dyn_relocs.
418         * elf64-x86-64.c: Likewise.
419
420 2013-05-07  Will Newton  <will.newton@linaro.org>
421
422         * elf-ifunc.c (_bfd_elf_create_ifunc_dyn_reloc): Remove unused
423         function.
424         * elf-bfd.h: Likewise.
425
426 2013-05-06  Paul Brook  <paul@codesourcery.com>
427
428         * elf64-mips.c (elf_mips_gnu_pcrel32): New.
429         (bfd_elf64_bfd_reloc_type_lookup, bfd_elf64_bfd_reloc_name_lookup,
430         mips_elf64_rtype_to_howto): Handle R_MIPS_PC32.
431         * elfn32-mips.c (elf_mips_gnu_pcrel32): New.
432         (bfd_elfn32_bfd_reloc_type_lookup, bfd_elfn32_bfd_reloc_name_lookup,
433         mips_elfn32_rtype_to_howto): Handle R_MIPS_PC32.
434
435 2013-05-06  Alan Modra  <amodra@gmail.com>
436
437         * elf64-ppc.c (opd_entry_value): Handle case where symbol
438         hashes are not available.
439
440 2013-05-06  Alan Modra  <amodra@gmail.com>
441
442         * elflink.c (elf_link_add_object_symbols): Don't save symbol
443         hashes around loading as-needed library.  Zero them on allocation,
444         and restore to initial all-zero state if library not needed.
445         Arrange to reuse hashes if we load library again later.
446
447 2013-05-04  Richard Sandiford  <rdsandiford@googlemail.com>
448
449         * elf32-mips.c (elf_mips_copy_howto, elf_mips_jump_slot_howto):
450         Use _bfd_mips_elf_generic_reloc instead of bfd_elf_generic_reloc.
451         * elfn32-mips.c: Likewise.
452         * elf64-mips.c: Likewise.
453
454 2013-05-02  Nick Clifton  <nickc@redhat.com>
455
456         * archures.c: Add some more MSP430 machine numbers.
457         * config.bfd (msp430): Define targ_selvecs.
458         * configure.in: Add bfd_elf32_msp430_ti_vec.
459         * cpu-msp430.c: Add some more MSP430 machine numbers.
460         * elf32-msp430.c Add support for MSP430X relocations.
461         Add support for TI compiler generated relocations.
462         Add support for sym_diff relocations.
463         Add support for relaxing out of range short branches into long
464         branches.
465         Add support for MSP430 attribute section.
466         * reloc.c: Add MSP430X relocations.
467         * targets.c: Add bfd_elf32_msp430_ti_vec.
468         * bfd-in2.h: Regenerate.
469         * configure: Regenerate.
470         * libbfd.h: Regenerate.
471
472 2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
473
474         * config.bfd: Replace alpha*-*-linuxecoff* pattern with
475         alpha*-*-linux*ecoff*.
476
477 2013-04-30  Olaf Flebbe  <o.flebbe@science-computing.de>
478
479         PR binutils/15417
480         * elflink.c (elf_link_add_object_symbols): Initialise 'idx' to
481         zero.
482
483 2013-04-30  Alan Modra  <amodra@gmail.com>
484
485         * elflink.c (bfd_elf_record_link_assignment): Dont make
486         STV_INTERNAL symbols STV_HIDDEN.
487
488 2013-04-29  Nick Clifton  <nickc@redhat.com>
489
490         * elflink.c (_bfd_elf_gc_mark_extra_sections): Remove mark from
491         fragmented .debug_line sections associated with unmarked code
492         sections.
493
494 2013-04-29  Will Newton  <will.newton@linaro.org>
495
496         * elf32-arm.c (elf32_arm_populate_plt_entry): Call
497         elf32_arm_add_dynreloc when emitting R_ARM_IRELATIVE relocs.
498
499 2013-04-29  Will Newton  <will.newton@linaro.org>
500
501         * elf64-aarch64.c (elf64_aarch64_check_relocs): Move relocation
502         error check up and add error message.
503
504 2013-04-26  Will Newton  <will.newton@linaro.org>
505
506         * elf64-aarch64.c (elf64_aarch64_check_relocs): Remove dead code.
507
508 2013-04-25  Alan Modra  <amodra@gmail.com>
509
510         * config.bfd: Add powerpc64le-linux.
511
512 2013-04-24  H.J. Lu  <hongjiu.lu@intel.com>
513
514         * config.bfd (targ_selvecs): Add bfd_elf32_x86_64_vec for
515         x86_64-*-elf*.
516
517 2013-04-24  Roland McGrath  <mcgrathr@google.com>
518
519         * elf32-arm.c (elf32_arm_allocate_plt_entry): If HTAB->nacl_p,
520         allocate space for PLT header even if IS_IPLT_ENTRY.
521         (arm_nacl_put_plt0): New function, broken out of ...
522         (elf32_arm_finish_dynamic_sections): ... here.  Call it.
523         If HTAB->nacl_p, set up the PLT header in .iplt too.
524         (elf32_arm_output_arch_local_syms): If HTAB->nacl_p, write
525         a mapping symbol for the start of .iplt too.
526
527 2013-04-19  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
528
529         * ecoff.c (_bfd_ecoff_sizeof_headers): Cast the return value of
530         BFD_ALIGN to int.
531         * elf32-tic6x.c (elf32_tic6x_size_dynamic_sections): Remove unused
532         variables.
533         * elf32-v850.c (v850_elf_relax_section): Redefine the type of 'i'
534         to bfd_vma.
535         * vms-alpha.c (evax_bfd_print_etir): Initialize sec_len.
536
537 2013-04-22  Alan Modra  <amodra@gmail.com>
538
539         PR ld/15382
540         * elf-bfd.h (RELOC_AGAINST_DISCARDED_SECTION): Don't multiply
541         sh_size or reloc_count adjustment by count.
542
543 2013-04-22  Alan Modra  <amodra@gmail.com>
544
545         * elf64-ppc.c (ppc64_elf_check_relocs): Don't call
546         create_linkage_sections here..
547         (ppc64_elf_init_stub_bfd): ..do so here.  Return status.
548         (create_linkage_sections): Move earlier in file.
549         (ppc64_elf_setup_section_lists): Remove now useless htab->brlt test.
550         * elf64-ppc.h (ppc64_elf_init_stub_bfd): Update proto.
551
552 2013-04-19  Nick Clifton  <nickc@redhat.com>
553
554         PR binutils/15356
555         * compress.c (decompress_contents): Always call inflateEnd, even
556         when another inflation operation fails.
557
558 2013-04-17  H.J. Lu  <hongjiu.lu@intel.com>
559
560         * elf-ifunc.c: Update copyright year.
561
562 2013-04-17 Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
563
564         * coffcode.h: Added a cast to void when a bfd_set_section_*()
565         macro's return value is ignored.
566         * elf32-hppa.c: Likewise.
567         * elf32-tic6x.c: Likewise.
568         * mach-o.c: Likewise.
569         * mmo.c: Likewise.
570         * opncls.c: Likewise.
571         * peicode.h: Likewise.
572         * elf32-m32r.c: Check return value of bfd_set_section_*().
573         * elfnn-ia64.c: Likewise.
574         * elfxx-mips.c: Likewise.
575         * vms-alpha.c: Likewise.
576
577 2013-04-15  H.J. Lu  <hongjiu.lu@intel.com>
578
579         PR ld/15371
580         * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Check
581         regular reference without non-GOT reference when building
582         shared library.
583
584 2013-04-15  Alan Modra  <amodra@gmail.com>
585
586         * archive.c (_bfd_archive_close_and_cleanup): Clear parent
587         cache slot for archives.
588
589 2013-04-14  Hans-Peter Nilsson  <hp@bitrange.com>
590
591         * mmo.c (mmo_write_chunk): Break out abfd->tdata.mmo_data to new
592         local variable mmop.
593
594 2013-04-09  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
595
596         PR ld/12494
597         * bfd/elf32-avr.c: Consider all sections to determine if linker
598         relaxation can safely delete a ret after a call/jmp
599
600 2013-04-09  Mingjie Xing  <mingjie.xing@gmail.com>
601
602         * bfd.c (typedef bfd, Error reporting, Miscellaneous): Add
603         INODEs.
604
605 2013-04-08  Tom Tromey  <tromey@redhat.com>
606
607         * som.c (bfd_section_from_som_symbol): No longer static.
608         * som.h (bfd_section_from_som_symbol): Declare.
609
610 2013-04-06  Alan Modra  <amodra@gmail.com>
611
612         * elf32-ppc.c (ppc_elf_check_relocs): Use SYMBOLIC_BIND.
613         * elf64-ppc.c (ppc64_elf_check_relocs, dec_dynrel_count): Likewise.
614
615 2013-04-05  Nick Clifton  <nickc@redhat.com>
616
617         * elflink.c (elf_link_add_object_symbols): Revert accidental commit.
618
619 2013-04-04  Alan Modra  <amodra@gmail.com>
620
621         * bfd.c (bfd_error_type, bfd_errmsgs): Add bfd_error_missing_dso.
622         * bfd-in2.h: Regenerate.
623         * elflink.c (elf_link_add_object_symbols): Use new error.
624
625 2013-04-03  Nick Clifton  <nickc@redhat.com>
626
627         * elf32-v850.c (v850_elf_is_target_special_symbol): New function.
628         (bfd_elf32_bfd_is_target_special_symbol): Define.
629
630 2013-04-03   Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
631
632         * elf64-aarch64.c (elf64_aarch64_gc_sweep_hook): Use
633         elf64_aarch64_locals to get local GOT reference counts.
634
635 2013-04-02  DJ Delorie  <dj@redhat.com>
636
637         * elf32-rl78.c (GET_RELOC): Assert that there are relocs to get.
638         (rl78_elf_relax_section): Only fetch the next reloc if there is
639         one expected.
640
641 2013-03-30  Alan Modra  <amodra@gmail.com>
642
643         PR ld/15323
644         * elf-m10300.c (mn10300_elf_check_relocs): Set non_ir_ref for
645         global symbols referenced by relocs.
646         * elf32-arm.c (elf32_arm_check_relocs): Likewise.
647         * elf32-bfin.c (bfin_check_relocs): Likewise.
648         * elf32-cr16.c (cr16_elf_check_relocs): Likewise.
649         * elf32-cris.c (cris_elf_check_relocs): Likewise.
650         * elf32-d10v.c (elf32_d10v_check_relocs): Likewise.
651         * elf32-dlx.c (elf32_dlx_check_relocs): Likewise.
652         * elf32-fr30.c (fr30_elf_check_relocs): Likewise.
653         * elf32-frv.c (elf32_frv_check_relocs): Likewise.
654         * elf32-hppa.c (elf32_hppa_check_relocs): Likewise.
655         * elf32-i370.c (i370_elf_check_relocs): Likewise.
656         * elf32-iq2000.c (iq2000_elf_check_relocs): Likewise.
657         * elf32-lm32.c (lm32_elf_check_relocs): Likewise.
658         * elf32-m32c.c (m32c_elf_check_relocs): Likewise.
659         * elf32-m32r.c (m32r_elf_check_relocs): Likewise.
660         * elf32-m68hc1x.c (elf32_m68hc11_check_relocs): Likewise.
661         * elf32-m68k.c (elf_m68k_check_relocs): Likewise.
662         * elf32-mcore.c (mcore_elf_check_relocs): Likewise.
663         * elf32-metag.c (elf_metag_check_relocs): Likewise.
664         * elf32-microblaze.c (microblaze_elf_check_relocs): Likewise.
665         * elf32-moxie.c (moxie_elf_check_relocs): Likewise.
666         * elf32-msp430.c (elf32_msp430_check_relocs): Likewise.
667         * elf32-mt.c (mt_elf_check_relocs): Likewise.
668         * elf32-nios2.c (nios2_elf32_check_relocs): Likewise.
669         * elf32-openrisc.c (openrisc_elf_check_relocs): Likewise.
670         * elf32-ppc.c (ppc_elf_check_relocs): Likewise.
671         * elf32-rl78.c (rl78_elf_check_relocs): Likewise.
672         * elf32-s390.c (elf_s390_check_relocs): Likewise.
673         * elf32-score.c (s3_bfd_score_elf_check_relocs): Likewise.
674         * elf32-score7.c (s7_bfd_score_elf_check_relocs): Likewise.
675         * elf32-sh.c (sh_elf_check_relocs): Likewise.
676         * elf32-tic6x.c (elf32_tic6x_check_relocs): Likewise.
677         * elf32-tilepro.c (tilepro_elf_check_relocs): Likewise.
678         * elf32-v850.c (v850_elf_check_relocs): Likewise.
679         * elf32-vax.c (elf_vax_check_relocs): Likewise.
680         * elf32-xstormy16.c (xstormy16_elf_check_relocs): Likewise.
681         * elf32-xtensa.c (elf_xtensa_check_relocs): Likewise.
682         * elf64-aarch64.c (elf64_aarch64_check_relocs): Likewise.
683         * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
684         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
685         * elf64-ia64-vms.c (elf64_ia64_check_relocs): Likewise.
686         * elf64-mmix.c (mmix_elf_check_relocs): Likewise.
687         * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
688         * elf64-s390.c (elf_s390_check_relocs): Likewise.
689         * elf64-sh64.c (sh_elf64_check_relocs): Likewise.
690         * elfnn-ia64.c (elfNN_ia64_check_relocs): Likewise.
691         * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Likewise.
692         * elfxx-tilegx.c (tilegx_elf_check_relocs): Likewise.
693         * elfxx-mips.c (_bfd_mips_elf_check_relocs): Likewise.  Don't
694         test indirect/warning links for NULL.
695
696 2013-03-29  H.J. Lu  <hongjiu.lu@intel.com>
697
698         PR ld/15323
699         * elf32-i386.c (elf_i386_check_relocs): Set non_ir_ref if a
700         symbol is referenced by a non-shared object.
701         * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
702
703 2013-03-28  Joe Seymour  <jseymour@codesourcery.com>
704
705         * elf32-sh.c (sh_elf_relocate_section): Suppress warnings for
706         R_SH_REL32 relocations against undefined weak symbols.
707
708 2013-03-28  Alan Modra  <amodra@gmail.com>
709
710         * elf64-ppc.c (struct ppc_dyn_relocs): New.
711         (ppc64_elf_check_relocs): Separate dynrel counts for local syms
712         into ifunc and non-ifunc.
713         (dec_dynrel_count): Pass in sym rather than sym_sec.  Handle
714         separate ifunc/non-ifunc dynrel counts.
715         (allocate_got): Always use reliplt for ifunc.
716         (allocate_dynrelocs): Likewise.
717         (ppc64_elf_size_dynamic_sections): Likewise.
718         (ppc64_elf_layout_multitoc): Likewise.
719         (ppc64_elf_relocate_section): Likewise.
720
721 2013-03-28  Alan Modra  <amodra@gmail.com>
722
723         * elf32-ppc.c (struct ppc_dyn_relocs): New.
724         (ppc_elf_check_relocs): Separate dynrel counts for local syms
725         into ifunc and non-ifunc.
726         (allocate_dynrelocs): Always put ifunc relocs into reliplt.
727         (ppc_elf_size_dynamic_sections): Likewise.
728         (ppc_elf_relocate_section): Likewise.
729
730 2013-03-28  Alan Modra  <amodra@gmail.com>
731
732         * elf-bfd.h (enum elf_reloc_type_class): Add reloc_class_ifunc.
733         (struct elf_backend_data <elf_backed_reloc_type_class>): Add
734         bfd_link_info* and asection* params.
735         (_bfd_elf_reloc_type_class): Likewise.
736         * elf.c (_bfd_elf_reloc_type_class): Likewise.
737         * elflink.c (elf_link_sort_cmp2): Sort first on reloc class.
738         (elf_link_sort_relocs): Update elf_backed_reloc_type_class call.
739         * elf32-ppc.c (ppc_elf_reloc_type_class): Return reloc_class_ifunc
740         for any reliplt reloc.  Don't return reloc_class_plt for
741         R_PPC_REL24 and R_PPC_ADDR24.
742         * elf64-ppc.c (allocate_got): Formatting.
743         (ppc64_elf_reloc_type_class): Return reloc_class_ifunc for any
744         reliplt reloc.
745         * elf-m10300.c, * elf32-arm.c, * elf32-bfin.c, * elf32-cr16.c,
746         * elf32-cris.c, * elf32-hppa.c, * elf32-i386.c, * elf32-lm32.c,
747         * elf32-m32r.c, * elf32-m68k.c, * elf32-metag.c, * elf32-nios2.c,
748         * elf32-s390.c, * elf32-sh.c, * elf32-sparc.c, * elf32-tilepro.c,
749         * elf32-vax.c, * elf32-xtensa.c, * elf64-aarch64.c, * elf64-alpha.c,
750         * elf64-hppa.c, * elf64-ia64-vms.c, * elf64-s390.c, * elf64-sparc.c,
751         * elf64-x86-64.c, * elfnn-ia64.c, * elfxx-tilegx.c, * elfxx-tilegx.h:
752         Add extra params to the various reloc_type_class functions.
753
754 2013-03-27  Alan Modra  <amodra@gmail.com>
755
756         * elf32-ppc.c (ppc_elf_check_relocs): Set PLT_IFUNC in local got
757         masks for all local ifunc syms.
758         (allocate_dynrelocs): Don't use htab->relgot for ifunc.
759         (ppc_elf_size_dynamic_sections): Likewise.
760         (ppc_elf_relocate_section): Likewise.
761
762 2013-03-27  Will Newton  <will.newton@linaro.org>
763
764         * elf32-arm.c (elf32_arm_final_link_relocate): Avoid emitting a
765         dynamic reloc for symbols with dynindx == -1.
766         (allocate_dynrelocs_for_symbol): Avoid allocating space for a
767         dynamic reloc for symbols with dynindx == -1.
768
769 2013-03-27  Will Newton  <will.newton@linaro.org>
770
771         * elf32-arm.c (elf32_arm_final_link_relocate): Avoid emitting a
772         dynamic reloc for non-default visibility undefined weaks.
773         (allocate_dynrelocs_for_symbol): Avoid allocating space for a
774         dynamic reloc for non-default visibility undefined weaks.
775
776 2013-03-26  Alan Modra  <amodra@gmail.com>
777
778         * elflink.c (_bfd_elf_add_default_symbol): Preserve section
779         over _bfd_elf_merge_symbol calls.
780
781 2013-03-26  Alan Modra  <amodra@gmail.com>
782
783         * elflink.c (elf_link_add_object_symbols): Add assertion for
784         common override alignment check code.  Formatting.
785
786 2013-03-25  Alan Modra  <amodra@gmail.com>
787
788         * elflink.c (_bfd_elf_merge_symbol): Set old_alignment for
789         usual common symbols as well as for dynamic.  Add poldbfd param.
790         Save old bfd.  Adjust callers.
791         (_bfd_elf_add_default_symbol): Add poldbfd param.  Pass "section"
792         and "value" by value, not pointer.  Adjust caller.
793         (elf_link_add_object_symbols): Combine undef_bfd and old_bfd vars.
794         Delete code to set same.  Use old_bfd and old_alignment from
795         _bfd_elf_merge_symbol instead.  Add default symbol before
796         alignment and size checks.  Wrap overlong lines.
797
798 2013-03-25  Alan Modra  <amodra@gmail.com>
799
800         * elflink.c (_bfd_elf_add_default_symbol): Delete "override" param.
801         (elf_link_add_object_symbols): Don't call _bfd_elf_add_default_symbol
802         when override is true.
803
804 2013-03-25  Alan Modra  <amodra@gmail.com>
805
806         * elflink.c (_bfd_elf_merge_symbol): Use local var holding value
807         of *sym_hash.
808
809 2013-03-25  Alan Modra  <amodra@gmail.com>
810
811         * elflink.c (_bfd_elf_merge_symbol): Don't discard TLS symbols here.
812         Wrap long lines.
813         (elf_link_add_object_symbols): Discard TLS symbols for --just-syms
814         early in symbol loop.
815
816 2013-03-25  Alan Modra  <amodra@gmail.com>
817
818         * elf-bfd.h (struct elf_backend_data <merge_symbol>): Update proto.
819         (_bfd_elf_init_reloc_shdr): Delete.
820         * elf.c (_bfd_elf_init_reloc_shdr): Make static.
821         * elf64-x86-64.c (elf_x86_64_merge_symbol): Trim parameters to
822         just what is needed.
823         * elflink.c (_bfd_elf_merge_symbol): Update bed->merge_symbol call.
824
825 2013-03-23  Alan Modra  <amodra@gmail.com>
826
827         * elf-bfd.h (_bfd_elf_merge_symbol): Delete declaration.
828         * elflink.c (_bfd_elf_merge_symbol): Make static.
829         * elf32-sh-symbian.c (sh_symbian_relocate_section): Don't call
830         _bfd_elf_merge_symbol, call _bfd_generic_link_add_one_symbol.
831
832 2013-03-23  Alan Modra  <amodra@gmail.com>
833
834         PR ld/15270
835         * elflink.c (elf_link_add_object_symbols): Don't set def_regular
836         or ref_regular for BFD_PLUGIN owned syms, or have them affect
837         def_dynamic/ref_dynamic.
838         (_bfd_elf_fix_symbol_flags): Don't set def_regular for BFD_PLUGIN
839         owned syms.
840
841 2013-03-22  David S. Miller  <davem@davemloft.net>
842
843         * elfxx-sparc.c (_bfd_sparc_elf_merge_private_bfd_data): Set type of
844         hwcaps attribute.
845
846 2013-03-22  Achille Fouilleul  <achille.fouilleul+binutils@gadz.org>
847
848         PR ld/14902
849         * elf32-h8300.c (elf32_h8_relax_delete_bytes): Fix off by one
850         errors adjusting relocs and symbols.
851
852 2013-03-21  Michael Schewe  <michael.schewe@gmx.net>
853
854         * elf32-h8300 (h8_relax_section): Add new relaxation of mov
855         @(disp:32,ERx) to mov @(disp:16,ERx).
856         (R_H8_DISP32A16): New reloc.
857         Comments added and corrected.
858         * reloc.c (BFD_RELOC_H8_DISP32A16): New reloc.
859         * bfd-in2.h: Regenerate.
860         * libbfd.h: Regenerate.
861
862 2013-03-21  Kai Tietz  <ktietz@redhat.com>
863
864         * coffgen.c (coff_real_object_p): Make global.
865         * peicode.h (coff_real_object_p): Add prototype.
866         (FILHDR): Defined for COFF_IMAGE_WITH_PE as
867         external_PEI_IMAGE_hdr structure.
868         (coff_swap_filehdr_in): Handle variable header-size.
869         * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Just handle amount
870         of directory-entiries as specified in pe-header.
871
872 2013-03-21  Nick Clifton  <nickc@redhat.com>
873
874         PR sim/15286
875         * elf32-arm.c (bfd_arm_get_mach_from_attributes): Identify XScale,
876         iWMMXt and iWMMXt2 processors from attributes.
877
878 2013-03-20  Alan Modra  <amodra@gmail.com>
879
880         * elflink.c (_bfd_elf_make_dynamic_reloc_section): Override
881         sh_type according to is_rela.
882
883 2013-03-18  Alan Modra  <amodra@gmail.com>
884
885         PR ld/12549
886         * elflink.c (elf_link_add_object_symbols): Exclude weak refs when
887         considering whether an --as-needed library is needed.
888
889 2013-03-14  Tom Tromey  <tromey@redhat.com>
890
891         * opncls.c (bfd_get_debug_link_info): Rename from
892         get_debug_link_info.  Export.  Update comment.
893         (find_separate_debug_file): Update.
894         * bfd-in2.h: Rebuild.
895
896 2013-03-08  Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
897
898         * elf64-aarch64.c (elf_backend_can_gc_sections): Enable gc-section
899         support.
900         (elf64_aarch64_gc_sweep_hook): Handle GOT, TLS and PLT related
901         relocs.
902
903 2013-03-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
904
905         * elf-bfd.h (elfcore_write_s390_tdb): Add prototype.
906         * elf.c (elfcore_write_s390_tdb): New function.
907         (elfcore_write_register_note): Call it.
908         (elfcore_grok_s390_tdb): New function.
909         (elfcore_grok_note): Call it.
910
911 2013-03-08  Maciej W. Rozycki  <macro@codesourcery.com>
912
913         * elfxx-mips.c (mips_elf_allocate_lazy_stub): Correct data type.
914
915 2013-03-05  Corinna Vinschen  <vinschen@redhat.com>
916
917         * config.bfd: Add x86_64-*-cygwin to list of supported targets.
918
919 2013-03-04  Alan Modra  <amodra@gmail.com>
920
921         * elf32-ppc.c (ppc_elf_relocate_section <R_PPC_PLTREL24>): Adjust
922         non-zero addends when relocatable, rather than addends >= 32768.
923         Always zero "addend" before applying relocation.
924
925 2013-03-04  Nick Clifton  <nickc@redhat.com>
926
927         * archive64.c (bfd_elf64_archive_write_armap): Fix calculation of
928         file pointer offsets for thin archives.
929
930 2013-02-28  Nathan Sidwell  <nathan@codesourcery.com>
931
932         * elf32-arm.c (elf32_arm_size_dynamic_sections): Don't call
933         elf32_arm_allocate_dynrelocs for source reloc for non-dynamic link.
934
935 2013-02-27  DJ Delorie  <dj@redhat.com>
936
937         * reloc.c (BFD_RELOC_RL78_CODE): Add.
938         * libbfd.h: Regenerate.
939         * bfd-in2.h: Regenerate.
940         * elf32-rl78.c (rl78_elf_relocate_section): Handle weak code
941         references in compuated relocs.
942
943 2013-02-26  Anthony Green  <green@moxielogic.com>
944
945         * config.bfd: Extend moxie-rtems target triplet name support.
946
947 2013-02-21  H.J. Lu  <hongjiu.lu@intel.com>
948
949         PR ld/15167
950         * elf64-ia64-vms.c (elf64_vms_link_add_object_symbols): Set
951         unique_global only for definition.
952         * elflink.c (_bfd_elf_merge_symbol): Don't set unique_global
953         here.
954         (elf_link_add_object_symbols): Set unique_global only
955         for definition.
956
957 2013-02-21  Alan Modra  <amodra@gmail.com>
958
959         * elf-bfd.h (struct elf_build_id): Extracted from..
960         (struct elf_build_id_info): ..here.  Delete.
961         (struct output_elf_obj_tdata): New, extracted from..
962         (struct elf_obj_tdata): ..here.  Reorganize for better packing.
963         Add "o" field.
964         (elf_program_header_size): Reference tdata->o.
965         (elf_seg_map, elf_next_file_pos, elf_eh_frame_hdr, elf_linker,
966         elf_stack_flags, elf_shstrtab, elf_strtab_sec, elf_shstrtab_sec,
967         elf_section_syms, elf_num_section_syms, elf_flags_init): Likewise.
968         * elf.c (bfd_elf_allocate_object): Allocate output_elf_obj_tdata
969         when opening bfd in any mode that might write.
970         (_bfd_elf_write_object_contents): Use build_id field in
971         output_elf_obj_tdata.
972         (_bfd_elf_close_and_cleanup): Tweak elf_shstrtab test.
973         (elfobj_grok_gnu_build_id): Adjust for elf_tdata changes.
974
975 2013-02-21  Alan Modra  <amodra@gmail.com>
976
977         * elf-bfd.h (struct core_elf_obj_tdata): New.
978         (struct elf_obj_tdata): Delete core_signal, core_pid, core_lwpid,
979         core_program, and core_command.  Add "core".
980         * elf.c (bfd_elf_mkcorefile): Allocate "core" struct.
981         Update all refs to tdata core fields.
982         * elf32-am33lin.c, * elf32-arm.c, * elf32-cris.c, * elf32-frv.c,
983         * elf32-hppa.c, * elf32-i386.c, * elf32-m68k.c, * elf32-mips.c,
984         * elf32-nios2.c, * elf32-ppc.c, * elf32-s390.c, * elf32-score.c,
985         * elf32-score7.c, * elf32-sh.c, * elf32-sparc.c, * elf32-tilegx.c,
986         * elf32-tilepro.c, * elf32-xtensa.c, * elf64-aarch64.c,
987         * elf64-hppa.c, * elf64-mips.c, * elf64-ppc.c, * elf64-tilegx.c,
988         * elf64-x86-64.c, * elfcore.h, * elfn32-mips.c: Update all refs
989         to tdata core fields.
990
991 2013-02-21  Alan Modra  <amodra@gmail.com>
992
993         * elf-bfd.h (struct elf_obj_tdata): Rename segment_map to seg_map.
994         Delete num_locals and num_globals.
995         (elf_num_locals, elf_num_globals): Don't define.
996         (elf_seg_map, elf_next_file_pos, elf_eh_frame_hdr, elf_linker,
997         elf_stack_flags, elf_strtab_sec, elf_shstrtab_sec): Define.
998         * bfd.c, * elf-eh-frame.c, * elf-nacl.c, * elf-vxworks.c, * elf.c,
999         * elf32-arm.c, * elf32-lm32.c, * elf32-ppc.c, * elf32-rx.c,
1000         * elf32-spu.c, * elf64-hppa.c, * elfcode.h, * elflink.c,
1001         * elfnn-ia64.c, * elfxx-mips.c: Use newly defined elf_obj_tdata
1002         accessor macros.
1003         * elf.c (elf_map_symbols): Add pnum_locals param.  Return
1004         number of locals syms via new param.
1005         (swap_out_syms): Adjust to suit elf_map_symbols change.
1006
1007 2013-02-19  Maciej W. Rozycki  <macro@codesourcery.com>
1008
1009         * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Also clear
1010         STO_MICROMIPS annotation.
1011
1012 2013-02-19  Alan Modra  <amodra@gmail.com>
1013
1014         * configure.in: Bump version to 2.23.52.
1015         * elf-bfd.h (struct elf_build_id_info): New.
1016         (struct elf_obj_tdata): Delete after_write_object_contents,
1017         after_write_object_contents_info and build_id_size.  Make build_id
1018         a pointer to struct elf_build_id_info.
1019         * elf.c (_bfd_elf_write_object_contents): Style.  Update
1020         after_write_ibject_contents invocation.
1021         (elfobj_grok_gnu_build_id): Update for new build_id struct.  Don't
1022         allow zero size notes.
1023         * configure: Regenerate.
1024
1025 2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
1026
1027         * elf64-mips.c (micromips_elf64_howto_table_rel): Add
1028         R_MICROMIPS_SCN_DISP and R_MICROMIPS_JALR.
1029         (micromips_elf64_howto_table_rela): Likewise.
1030         (micromips_reloc_map): Add BFD_RELOC_MICROMIPS_JALR.
1031         * elfn32-mips.c (elf_micromips_howto_table_rel): Add
1032         R_MICROMIPS_SCN_DISP and R_MICROMIPS_JALR.
1033         (elf_micromips_howto_table_rela): Likewise.
1034         (micromips_reloc_map): Add BFD_RELOC_MICROMIPS_JALR.
1035
1036 2013-02-18  Paul Brook  <paul@codesourcery.com>
1037
1038         * elfxx-mips.c (MICROMIPS_P): New macro.
1039         (_bfd_mips_elf_symbol_processing): Use it.
1040
1041 2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
1042
1043         * elfxx-mips.c (_bfd_mips_elf_create_dynamic_sections): Clarify
1044         comment on _PROCEDURE_LINKAGE_TABLE_ creation.
1045
1046 2013-02-18  Alan Modra  <amodra@gmail.com>
1047
1048         PR ld/12549
1049         * elf-bfd.h (_bfd_elf_strtab_clear_refs): Delete.
1050         (_bfd_elf_strtab_clear_all_refs): Declare.
1051         (_bfd_elf_strtab_resize): Declare.
1052         * elf-strtab.c (_bfd_elf_strtab_clear_refs): Delete.
1053         (_bfd_elf_strtab_clear_all_refs): New function.
1054         (_bfd_elf_strtab_resize): Likewise.
1055         * elflink.c (elf_link_add_object_symbols): Use _bfd_elf_strtab_resize.
1056
1057 2013-02-18  Alan Modra  <amodra@gmail.com>
1058
1059         * elf-bfd.h (struct elf_obj_tdata): Move find_line_info, local_stubs,
1060         local_call_stubs, elf_data_symbol, elf_text_symbol, elf_data_section,
1061         and elf_text_section to..
1062         * elfxx-mips.c (struct mips_elf_obj_tdata): ..here.  Update all refs.
1063         * elf64-alpha.c (struct mips_elf_find_line): Rename to..
1064         (struct alpha_elf_find_line): ..this.
1065         (struct alpha_elf_obj_tdata): Add find_line_info, update refs.
1066
1067 2013-02-16  H.J. Lu  <hongjiu.lu@intel.com>
1068
1069         PR ld/15146
1070         * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED
1071         for references from the dummy bfd.
1072
1073 2013-02-16  H.J. Lu  <hongjiu.lu@intel.com>
1074
1075         PR ld/15149
1076         * elflink.c (elf_link_add_object_symbols): Also track weak
1077         references.
1078
1079 2013-02-15  H.J. Lu  <hongjiu.lu@intel.com>
1080
1081         PR binutils/15151
1082         * archive.c (_bfd_find_nested_archive): Don't allow a nested
1083         archive pointing to itself.
1084         (_bfd_get_elt_at_filepos): Revert the last 2 changes.
1085
1086 2013-02-15  Nick Clifton  <nickc@redhat.com>
1087
1088         PR binutils/15140
1089         * archive.c (_bfd_get_elt_at_filepos): Prevent an infinite loop
1090         accessing a corrupt nested archive.
1091
1092 2013-02-13  Richard Sandiford  <rdsandiford@googlemail.com>
1093
1094         * elfxx-mips.c (mips_got_page_ref): New structure.
1095         (mips_got_page_entry): Use a section rather than a (bfd, symndx)
1096         pair to represent the anchor point.
1097         (mips_got_info): Add a got_page_refs field.
1098         (mips_elf_link_hash_table): Add a sym_cache field.
1099         (mips_got_page_ref_hash, mips_got_page_ref_eq): New functions.
1100         (mips_got_page_entry_hash, mips_got_page_entry_eq): Update for
1101         new anchor representation.
1102         (mips_elf_create_got_info): Create got_page_refs rather than
1103         got_page_entries.
1104         (mips_elf_record_got_page_ref): New function.
1105         (mips_elf_pages_for_range): Move further down file.
1106         (mips_elf_record_got_page_entry): Likewise.  Take a got as argument.
1107         Use a section rather than a (bfd, symndx) pair to represent the
1108         anchor point.
1109         (mips_elf_resolve_got_page_ref): New function.
1110         (mips_elf_resolve_final_got_entries): Use it to populate
1111         got_page_entries.
1112         (_bfd_mips_elf_check_relocs): Call mips_elf_record_got_page_ref
1113         rather than mips_elf_record_got_page_entry.  Only nullify h
1114         afterwards.
1115         (mips_elf_lay_out_got): Call mips_elf_resolve_final_got_entries
1116         earlier.
1117
1118 2013-02-12  Richard Sandiford  <rdsandiford@googlemail.com>
1119
1120         * elfxx-mips.c (mips_elf_lay_out_got): Count VxWorks GOT relocs
1121         in g->relocs.
1122
1123 2013-02-12  Alan Modra  <amodra@gmail.com>
1124
1125         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Provide
1126         suitable definition when using generic linker hash table.
1127
1128 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1129
1130         * elfxx-mips.c (mips_elf_count_got_entries): Delete.
1131         (mips_elf_check_recreate_got, mips_elf_recreate_got): Take a
1132         mips_elf_traverse_got_arg.  Count GOT entries.
1133         (mips_elf_resolve_final_got_entries): Take the bfd_link_info
1134         as argument.  Update after above changes.
1135         (mips_elf_merge_got, mips_elf_lay_out_got): Don't call
1136         mips_elf_count_got_entries.  Update the calls to
1137         mips_elf_resolve_final_got_entries.
1138
1139 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1140
1141         * elfxx-mips.c (mips_got_tls_type): New enum.
1142         (mips_got_entry): Add tls_initialized.
1143         (mips_elf_got_entry_hash, mips_elf_got_entry_eq, mips_tls_got_relocs)
1144         (mips_elf_count_got_entry, mips_elf_initialize_tls_index): Remove
1145         GOT_TLS_TYPE masks.
1146         (mips_elf_reloc_tls_type, mips_tls_got_entries)
1147         (mips_elf_record_global_got_symbol, mips_elf_initialize_tls_index)
1148         (_bfd_mips_elf_finish_dynamic_symbol): Use GOT_TLS_NONE rather
1149         than GOT_NORMAL.
1150         (mips_elf_initialize_tls_slots): Replace got_offset and tls_type_p
1151         arguments with a GOT entry.  Remove GOT_TLS_TYPE masks.  Use
1152         tls_initialized rather than GOT_TLS_DONE.
1153         (mips_tls_got_index): Delete.
1154         (mips_elf_local_got_index, mips_elf_global_got_index): Use
1155         mips_elf_initialize_tls_slots rather than mips_tls_got_index.
1156         (mips_elf_record_got_entry): Initialize tls_initialized.
1157
1158 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1159
1160         * elfxx-mips.c (mips_got_entry): Remove tls_ldm_offset.
1161         (mips_elf_link_hash_entry): Remove tls_ie_type, tls_gd_type,
1162         tls_ie_got_offset and tls_gd_got_offset.
1163         (mips_elf_link_hash_newfunc): Remove initialization.
1164         (mips_elf_create_got_info): Likewise.
1165         (mips_elf_count_local_got_entries, mips_elf_count_global_tls_entries)
1166         (mips_tls_single_got_index): Delete.
1167         (mips_elf_local_got_index): Always use the GOT entry to track
1168         GOT indices.
1169         (mips_elf_global_got_index): Likewise.
1170         (mips_elf_create_local_got_entry): Assert that TLS entries have
1171         already been allocated.
1172         (mips_elf_record_global_got_symbol): Don't initialize
1173         tls_ie_type or tls_gd_type.
1174         (mips_elf_count_got_symbols): Only count reloc-only GOT entries here.
1175         (mips_elf_initialize_tls_index): Allocate a GOT index for every TLS
1176         entry.
1177         (mips_elf_lay_out_got): Use mips_elf_count_got_entries to count
1178         the GOT entries.
1179         (_bfd_mips_elf_finish_dynamic_symbol): Assert that TLS GOT offsets
1180         have been allocated.
1181         (_bfd_mips_elf_copy_indirect_symbol): Remove handling of
1182         tls_ie_type and tls_gd_type.
1183
1184 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1185
1186         * elfxx-mips.c (mips_elf_create_local_got_entry): Tidy.  Avoid
1187         aliasing violation.  Check for htab allocation failures.
1188
1189 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1190
1191         * elfxx-mips.c (mips_elf_primary_global_got_index): New function,
1192         split out from...
1193         (mips_elf_global_got_index): ...here.  Reorder arguments so that
1194         the output bfd and info come first.
1195         (mips_elf_calculate_relocation): Update the call to
1196         mips_elf_global_got_index accordingly.
1197         (_bfd_mips_elf_finish_dynamic_symbol): Use
1198         mips_elf_primary_global_got_index rather than
1199         mips_elf_global_got_index.
1200         (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise.
1201
1202 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1203
1204         * elfxx-mips.c (mips_got_entry): Update comments.
1205         (mips_elf_multi_got_entry_eq): Rename to...
1206         (mips_elf_got_entry_eq): ...this, deleting the old definition.
1207         (mips_elf_create_got_info): Remove master_got_p argument.
1208         Always use mips_elf_got_entry_eq.
1209         (mips_elf_bfd_got, mips_elf_multi_got, mips_elf_create_got_section):
1210         Update calls accordingly.
1211
1212 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1213
1214         * elfxx-mips.c (mips_got_info): Remove bfd2got.
1215         (mips_elf_bfd2got_hash): Delete.
1216         (mips_elf_got_per_bfd_arg): Remove bfd2got.
1217         (mips_elf_replace_bfd_got, mips_elf_count_got_entries): New functions.
1218         (mips_elf_global_got_index, mips_elf_create_local_got_entry): Use
1219         g->next to test for the multigot case.  Use mips_elf_bfd_got rather
1220         than mips_elf_got_for_ibfd.
1221         (mips_elf_bfd2got_entry_hash, mips_elf_bfd2got_entry_eq)
1222         (mips_elf_got_for_ibfd, mips_elf_get_got_for_bfd): Delete.
1223         (mips_elf_make_got_per_bfd): Replace with...
1224         (mips_elf_add_got_entry): ...this new function.
1225         (mips_elf_make_got_pages_per_bfd): Replace with...
1226         (mips_elf_add_got_page_entry): ...this new function.
1227         (mips_elf_merge_got_with): Replace bfd2got argument with separate
1228         bfd and GOT arguments.  Use mips_elf_add_got_entry and
1229         mips_elf_add_got_page_entry instead of mips_elf_make_got_per_bfd
1230         and mips_elf_make_got_pages_per_bfd.  Use mips_elf_replace_bfd_got
1231         to set the BFD's GOT and free the old table.
1232         (mips_elf_merge_got): Replace bfd2got argument with separate
1233         bfd and GOT arguments.  Apply mips_elf_resolve_final_got_entries.
1234         Use mips_elf_count_got_entries to count the number of entries in
1235         each GOT.  Update the calls to mips_elf_merge_got_with.
1236         (mips_elf_adjust_gp): Use g->next to test for the multigot case.
1237         Use mips_elf_bfd_got rather than mips_elf_got_for_ibfd.
1238         (mips_elf_multi_got): Don't create the bfd2got hash table.
1239         Replace hash table traversal with a walk over the input bfds,
1240         updating the call to mips_elf_merge_got.  Use mips_elf_replace_bfd_got
1241         to set the output bfd's GOT.
1242         (mips_elf_lay_out_got): Rename "sub" to "ibfd".  Record that all
1243         bfds use the master GOT in the single-GOT case.
1244         (_bfd_mips_elf_finish_dynamic_sections): Use mips_elf_bfd_got
1245         rather than mips_elf_got_for_ibfd.
1246
1247 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1248
1249         * elfxx-mips.c (mips_elf_obj_tdata): Add a got field.
1250         (mips_elf_bfd_got, mips_elf_record_got_entry): New functions.
1251         (mips_elf_record_global_got_symbol): Update the hash entry before
1252         adding the mips_got_entry.  Use mips_elf_record_got_entry to do
1253         the latter.
1254         (mips_elf_record_local_got_symbol): Use mips_elf_record_got_entry.
1255         (mips_elf_record_got_page_entry): Record the entry in both the
1256         master and bfd GOTs.
1257
1258 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1259
1260         * elfxx-mips.c (mips_elf_recreate_got): Don't change the entry;
1261         create another one if necessary.
1262         (mips_elf_set_gotidx): New function.
1263         (mips_elf_set_global_gotidx): Use it.
1264         (mips_elf_initialize_tls_index): Likewise.  Take a
1265         mips_elf_traverse_got_arg as argument.
1266         (mips_elf_lay_out_got): Update use of mips_elf_initialize_tls_index.
1267         (mips_elf_multi_got): Likewise.  Cope with error returns from
1268         mips_elf_set_global_gotidx.
1269
1270 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1271
1272         * elfxx-mips.c (mips_got_info): Add relocs field.
1273         (mips_elf_set_global_got_offset_arg, mips_elf_count_tls_arg): Replace
1274         with...
1275         (mips_elf_traverse_got_arg): ...this new structure.
1276         (mips_elf_count_local_tls_relocs): Delete.
1277         (mips_elf_count_global_tls_relocs): Likewise.
1278         (mips_elf_count_got_entry): New function.
1279         (mips_elf_count_local_got_entries): Likewise.
1280         (mips_elf_count_global_tls_entries): Take a mips_elf_traverse_got_arg
1281         rather than a mips_elf_count_tls_arg.  Count both relocs and entries.
1282         (mips_elf_record_local_got_symbol): Don't count got entries here.
1283         (mips_elf_make_got_per_bfd): Use mips_elf_count_got_entry.
1284         (mips_elf_set_global_got_offset): Split into...
1285         (mips_elf_set_global_got_area, mips_elf_set_global_gotidx): ...these
1286         new functions.  Take a mips_elf_traverse_got_arg rather than a
1287         mips_elf_set_global_got_offset_arg.  Don't count TLS relocs here.
1288         Use g->relocs to record the number of relocs needed for global GOT
1289         entries.
1290         (mips_elf_multi_got): Use mips_elf_traverse_got_arg rather than
1291         mips_elf_set_global_got_offset_arg.  Use the relocs field to count
1292         relocations.  Update for above function split.
1293         (mips_elf_lay_out_got): Use mips_elf_count_local_got_entries
1294         to count both the number of GOT entries and the number of TLS
1295         relocs required by local entries.  Likewise
1296         mips_elf_count_global_tls_entries and global entries.
1297         Remove uses of mips_elf_count_local_tls_relocs and
1298         mips_elf_count_global_tls_relocs.
1299
1300 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1301
1302         * elfxx-mips.c (mips_got_entry): Update comment above tls_type entry
1303         to say that each structure represents only one type of TLS reference.
1304         (GOT_TLS_TYPE): New define.
1305         (mips_elf_link_hash_entry): Temporarily split tls_type and
1306         tls_got_offset into two variables each.
1307         (mips_elf_link_hash_newfunc): Update accordingly.
1308         (mips_elf_got_entry_eq, mips_elf_got_entry_hash)
1309         (mips_elf_multi_got_entry_eq): Require the tls_type to be the same.
1310         (mips_elf_reloc_tls_type, mips_tls_got_entries): New functions.
1311         (mips_tls_got_relocs): Use a switch statement.
1312         (mips_elf_count_global_tls_entries): Handle the new hash entry fields.
1313         (mips_elf_initialize_tls_slots): Use a switch statement.  Avoid
1314         local "offset" variable.
1315         (mips_tls_got_index): Remove r_type argument and assert.  Remove
1316         code that handled entries with two TLS types; always use the
1317         original got_index instead.
1318         (mips_tls_single_got_index): New function.
1319         (mips_elf_local_got_index): Use entry->tls_type to check for
1320         TLS entries.  Use mips_tls_single_got_index.  Update call to
1321         mips_tls_got_index.
1322         (mips_elf_global_got_index): Use mips_elf_reloc_tls_type.
1323         Use p->tls_type to check for TLS entries.  Update call to
1324         mips_tls_got_index.  Use mips_tls_single_got_index.
1325         (mips_elf_create_local_got_entry): Use mips_elf_reloc_tls_type.
1326         Use entry.tls_type to check for TLS entries.
1327         (mips_elf_record_global_got_symbol): Replace tls_flag argument
1328         with r_type argument.  Use mips_elf_reloc_tls_type.
1329         Set up the new hash entry fields.
1330         (mips_elf_record_local_got_symbol): Replace tls_flag argument
1331         with r_type argument.  Use mips_elf_reloc_tls_type and
1332         mips_tls_got_entries.  Remove code that handled entries
1333         with multiple TLS types.
1334         (mips_elf_make_got_per_bfd): Use mips_tls_got_entries.
1335         (mips_elf_initialize_tls_index): Handle new hash entry fields.
1336         Use equality rather than masks when checking for specific TLS types.
1337         Use mips_tls_got_entries.  Remove code that handled entries
1338         with multiple TLS types.
1339         (mips_elf_calculate_relocation): Use TLS_RELOC_P instead of
1340         testing the hash table entry.
1341         (_bfd_mips_elf_check_relocs): Update calls to
1342         mips_elf_record_global_got_symbol and mips_elf_record_local_got_symbol.
1343         (_bfd_mips_elf_finish_dynamic_symbol): Don't check h->type.
1344         (_bfd_mips_elf_copy_indirect_symbol): Handle new hash entry fields.
1345
1346 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1347
1348         * elfxx-mips.c (mips_elf_multi_got_entry_hash): Rename to...
1349         (mips_elf_got_entry_hash): ...this, deleting the old version.
1350         (mips_elf_create_got_info): Use mips_elf_got_entry_hash for
1351         both types of GOT.
1352
1353 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1354
1355         * elfxx-mips.c (mips_elf_create_got_info): New function.
1356         (mips_elf_get_got_for_bfd, mips_elf_multi_got): Use it.
1357         (mips_elf_create_got_section): Likewise.
1358
1359 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1360
1361         * elfxx-mips.c (mips_elf_record_local_got_symbol): Always set
1362         gotidx to -1.
1363
1364 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1365
1366         * elfxx-mips.c (mips_elf_multi_got): Simplify size calculation.
1367
1368 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1369
1370         * elfxx-mips.c (mips_got_info): Move global_gotsym to...
1371         (mips_elf_link_hash_table): ...here.  Update rest of file accordingly.
1372
1373 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1374
1375         * elfxx-mips.c (mips_elf_count_global_tls_entries)
1376         (mips_elf_count_global_tls_relocs): Don't count indirect or
1377         warning symbols.
1378         (mips_elf_multi_got, mips_elf_lay_out_got): Assert that the right
1379         number of TLS entries were allocated.
1380
1381 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1382
1383         * elfxx-mips.c (mips_elf_sort_hash_table_f): Remove asserts.
1384
1385 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1386
1387         * elfxx-mips.c (mips_elf_merge_got_with): Only use arg->global_count
1388         if there are TLS relocations.
1389
1390 2013-02-11  Richard Sandiford  <rdsandiford@googlemail.com>
1391
1392         * elfxx-mips.c (mips_elf_recreate_got): Remove free.
1393         (mips_elf_resolve_final_got_entries): Remove bogus comment.
1394
1395 2013-02-11  Alan Modra  <amodra@gmail.com>
1396
1397         * elfcode.h (elf_checksum_contents): Free contents.
1398         * elf-bfd.h (_bfd_elf_link_hash_table_free): Declare.
1399         * elflink.c (_bfd_elf_link_hash_table_free): New function.
1400         (elf_final_link_free): New function, extracted from..
1401         (bfd_elf_final_link): ..here.  Always call
1402         _bfd_elf_write_section_eh_frame_hdr.
1403         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Default to
1404         _bfd_elf_link_hash_table_free.
1405         * libbfd-in.h (_bfd_merge_sections_free): Declare.
1406         * libbfd.h: Regenerate.
1407         * merge.c (_bfd_merge_sections_free): New function.
1408         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame_hdr): Free
1409         hdr_info->array.
1410         * elf-m10300.c (elf32_mn10300_link_hash_table_free): Call
1411         _bfd_elf_link_hash_table_free.
1412         * elf32-arm.c (elf32_arm_link_hash_table_free): Likewise.
1413         * elf32-avr.c (elf32_avr_link_hash_table_free): Likewise.
1414         * elf32-hppa.c (elf32_hppa_link_hash_table_free): Likewise.
1415         * elf32-i386.c (elf_i386_link_hash_table_free): Likewise.
1416         * elf32-m68hc1x.c (m68hc11_elf_hash_table_free): Likewise.
1417         * elf32-m68k.c (elf_m68k_link_hash_table_free): Likewise.
1418         * elf32-metag.c (elf_metag_link_hash_table_free): Likewise.
1419         * elf32-xgate.c (xgate_elf_bfd_link_hash_table_free): Likewise.
1420         * elf64-aarch64.c (elf64_aarch64_link_hash_table_free): Likewise.
1421         * elf64-ia64-vms.c (elf64_ia64_hash_table_free): Likewise.
1422         * elf64-ppc.c (ppc64_elf_link_hash_table_free): Likewise.
1423         * elf64-x86-64.c (elf_x86_64_link_hash_table_free): Likewise.
1424         * elfnn-ia64.c (elfNN_ia64_hash_table_free): Likewise.
1425         * elf32-cr16.c (elf32_cr16_link_hash_table_free): Delete.
1426         (bfd_elf32_bfd_link_hash_table_free): Don't define.
1427         * elf32-tic6x.c (elf32_tic6x_link_hash_table_free): Delete.
1428         (bfd_elf32_bfd_link_hash_table_free): Dont' define.
1429
1430 2013-02-10  Alan Modra  <amodra@gmail.com>
1431
1432         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_zmalloc.
1433         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
1434         * m68klinux.c (linux_link_hash_table_create): Likewise.
1435         * sparclinux.c (linux_link_hash_table_create): Likewise.
1436         * sunos.c (sunos_link_hash_table_create): Likewise.
1437         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
1438         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
1439         * elf32-arm.c (elf32_arm_link_hash_table_create): Likewise.
1440         * elf32-avr.c (elf32_avr_link_hash_table_create): Likewise.
1441         * elf32-cr16.c (elf32_cr16_link_hash_table_create): Likewise.
1442         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
1443         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
1444         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
1445         * elf32-lm32.c (lm32_elf_link_hash_table_create): Likewise.
1446         * elf32-m32r.c (m32r_elf_link_hash_table_create): Likewise.
1447         * elf32-m68hc1x.c (m68hc11_elf_hash_table_create): Likewise.
1448         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
1449         * elf32-metag.c (elf_metag_link_hash_table_create): Likewise.
1450         * elf32-nios2.c (nios2_elf32_link_hash_table_create): Likewise.
1451         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
1452         * elf32-score.c (elf32_score_link_hash_table_create): Likewise.
1453         * elf32-spu.c (spu_elf_link_hash_table_create): Likewise.
1454         * elf32-tic6x.c (elf32_tic6x_link_hash_table_create): Likewise.
1455         * elf32-vax.c (elf_vax_link_hash_table_create): Likewise.
1456         * elf32-xgate.c (xgate_elf_bfd_link_hash_table_create): Likewise.
1457         * elf32-xtensa.c (elf_xtensa_link_hash_table_create): Likewise.
1458         * elf64-aarch64.c (elf64_aarch64_link_hash_table_create): Likewise.
1459         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
1460         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
1461         * elf64-x86-64.c (elf_x86_64_link_hash_table_create): Likewise.
1462         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
1463         * elflink.c (_bfd_elf_link_hash_table_create): Likewise.
1464         (_bfd_elf_link_hash_table_init): Assume zero fill table on entry.
1465
1466 2013-02-10  Alan Modra  <amodra@gmail.com>
1467
1468         * i386linux.c (linux_link_hash_table_create): Allocate table
1469         with bfd_zmalloc, not bfd_alloc.
1470         * pdp11.c (link_hash_table_create): Allocate table with
1471         bfd_malloc, not bfd_alloc.
1472         * elf32-bfin.c (bfinfdpic_elf_link_hash_table_create): Allocate table
1473         with bfd_zmalloc, not bfd_zalloc.
1474         (bfin_link_hash_table_create): Likewise.
1475         * elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
1476         * elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
1477
1478 2013-02-10  Alan Modra  <amodra@gmail.com>
1479
1480         PR ld/15113
1481         * elf32-sh.c (sh_elf_link_hash_table_create): Use bfd_zmalloc.
1482
1483 2013-02-08  Markos Chandras  <markos.chandras@imgtec.com>
1484
1485         * elf32-metag.c: Use bfd_get_linker_section to get SEC_LINKER_CREATED
1486         sections.
1487         (elf_metag_adjust_dynamic_symbol): Don't error on zero size dynbss
1488         symbol.
1489
1490 2013-02-08  Yufeng Zhang  <yufeng.zhang@arm.com>
1491
1492         * elf64-aarch64.c (elf64_aarch64_grok_prstatus): Change 'size' from
1493         288 to 272.
1494
1495 2013-02-08  Alan Modra  <amodra@gmail.com>
1496
1497         PR binutils/15106
1498         * elf-bfd.h (struct elf_obj_tdata): Add elf_find_function_cache.
1499         * elf.c (elf_find_function): Revert last change.  Use new
1500         tdata field rather than static vars for cache.
1501
1502 2013-02-07  H.J. Lu  <hongjiu.lu@intel.com>
1503
1504         PR ld/15107
1505         * elflink.c (elf_link_output_extsym): Set STB_GNU_UNIQUE only if
1506         symbol is defined in regular object.
1507
1508 2013-02-07  Roberto Agostino Vitillo  <ra.vitillo@gmail.com>
1509
1510         PR binutils/15106
1511         * elf.c (elf_find_function): Don't cache if symbols change.
1512
1513 2013-02-07  Alan Modra  <amodra@gmail.com>
1514
1515         PR binutils/14873
1516         * elf-attrs.c (_bfd_elf_copy_obj_attributes): Don't attempt to
1517         copy attributes from or to non-ELF.
1518
1519 2013-02-06  H.J. Lu  <hongjiu.lu@intel.com>
1520
1521         * elf32-i386.c (elf_i386_allocate_dynrelocs): Don't clear pc_count
1522         for non-zero TLS symbol.
1523         (elf_i386_relocate_section): Don't resolve size relocation against
1524         non-zero TLS symbol.
1525         * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Don't clear
1526         pc_count for non-zero TLS symbol.
1527         (elf_x86_64_relocate_section): Don't resolve size relocation
1528         against non-zero TLS symbol.
1529
1530 2013-02-06  Sandra Loosemore  <sandra@codesourcery.com>
1531             Andrew Jenner <andrew@codesourcery.com>
1532
1533         Based on patches from Altera Corporation.
1534
1535         * Makefile.am (ALL_MACHINES): Add cpu-nios2.lo.
1536         (ALL_MACHINES_CFILES): Add cpu-nios2.c.
1537         (BFD_BACKENDS): Add elf32-nios2.lo.
1538         (BFD32_BACKENDS_CFILES): Add elf32-nios2.c.
1539         * Makefile.in: Regenerated.
1540         * configure.in: Add entries for bfd_elf32_bignios2_vec and
1541         bfd_elf32_littlenios2_vec.
1542         * configure: Regenerated.
1543         * config.bfd: Add cases for nios2.
1544         * archures.c (enum bfd_architecture): Add bfd_arch_nios2.
1545         (bfd_mach_nios2): Define.
1546         (bfd_nios2_arch): Declare.
1547         (bfd_archures_list): Add bfd_nios2_arch.
1548         * targets.c (bfd_elf32_bignios2_vec): Declare.
1549         (bfd_elf32_littlenios2_vec): Declare.
1550         (_bfd_target_vector): Add entries for bfd_elf32_bignios2_vec and
1551         bfd_elf32_littlenios2_vec.
1552         * elf-bfd.h (enum elf_target_id): Add NIOS2_ELF_DATA.
1553         * reloc.c (enum bfd_reloc_code_real): Add Nios II relocations.
1554         * bfd-in2.h: Regenerated.
1555         * libbfd.h: Regenerated.
1556         * cpu-nios2.c: New file.
1557         * elf32-nios2.c: New file.
1558
1559 2013-02-06  Alan Modra  <amodra@gmail.com>
1560
1561         * elf32-arm.c (elf32_arm_final_link_relocate): Only test for
1562         stubs in stub_bfd.
1563
1564 2013-02-06  Alan Modra  <amodra@gmail.com>
1565
1566         * Makefile.am (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
1567         * Makefile.in: Regenerate.
1568
1569 2013-02-04  Sergio Durigan Junior  <sergiodj@redhat.com>
1570             Pedro Alves  <palves@redhat.com>
1571
1572         * Makefile.in (SOURCE_HFILES): Add `elf-linux-psinfo.h'.
1573         * elf-bfd.h (elf_internal_linux_prpsinfo): New structure
1574         declaration.
1575         (elfcore_write_linux_prpsinfo32, elfcore_write_linux_prpsinfo64)
1576         (elfcore_write_ppc32_linux_prpsinfo32): New declarations.
1577         * elf-linux-psinfo.h: New file.
1578         * elf.c: Include elf-linux-psinfo.h.
1579         (elfcore_write_linux_prpsinfo32, elfcore_write_linux_prpsinfo64):
1580         New functions.
1581         * elf32-ppc.c: Include `elf-linux-psinfo.h'.
1582         (elf_external_ppc_linux_prpsinfo32): New structure declaration.
1583         (PPC_LINUX_PRPSINFO32_SWAP_FIELDS): New macro.
1584         (elfcore_write_ppc_linux_prpsinfo32): New function.
1585
1586 2013-02-04  Tristan Gingold  <gingold@adacore.com>
1587
1588         * mach-o.c (bfd_mach_o_scan_start_address): Do not fail if no
1589         start address.
1590
1591 2013-02-04  Alan Modra  <amodra@gmail.com>
1592
1593         * Makefile.am (BFD64_BACKENDS): Remove elf-nacl.lo.
1594         (BFD64_BACKENDS_CFILES): Remove elf-nacl.c.
1595         * Makefile.in: Regenerate.
1596         * po/SRC-POTFILES.in: Regenerate.
1597
1598 2013-02-04  Alan Modra  <amodra@gmail.com>
1599
1600         * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Delete.
1601         * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Delete.
1602
1603 2013-02-01  Alan Modra  <amodra@gmail.com>
1604
1605         * elf64-ppc.c (dec_dynrel_count): Don't error when elf_gc_sweep_symbol
1606         clears def_regular.
1607
1608 2013-01-31  Tristan Gingold  <gingold@adacore.com>
1609
1610         * mach-o.c (bfd_mach_o_scan): Call bfd_mach_o_flatten_sections
1611         earlier.  Fix status checking of bfd_mach_o_scan_start_address.
1612         (bfd_mach_o_scan_start_address): Handle LC_MAIN.
1613
1614 2013-01-31  Alan Modra  <amodra@gmail.com>
1615             David S. Miller  <davem@davemloft.net>
1616
1617         PR ld/15056
1618         * elfxx-sparc.c (_bfd_sparc_elf_gc_mark_hook): Handle implicit
1619         references to __tls_get_addr.
1620         * elf32-tilpro.c (tilepro_elf_gc_mark_hook): Likewise.  Correct
1621         vtinherit and vtentry reloc handling too.
1622         * elfxx-tilegx.c (tilegx_elf_gc_mark_hook): As for tilepro.
1623
1624 2013-01-31  Alan Modra  <amodra@gmail.com>
1625
1626         * elf64-ppc.c (ppc_stub_name): Trim off trailing "+0".
1627
1628 2013-01-31  Alan Modra  <amodra@gmail.com>
1629
1630         * elf64-ppc.c (build_plt_stub): Correct plt stub branch to glink.
1631
1632 2013-01-28  Alan Modra  <amodra@gmail.com>
1633
1634         * elf64-ppc.c: Use %T to print symbols names and remove redundant
1635         "relocation" in error messages throughout file.
1636         (ppc64_elf_relocate_section): Remove sibling call error message,
1637         replace with "call lacks nop".  Specially report errors for
1638         branches to function entry points via OPD lookup and branches
1639         to stubs.  Remove NULL symbol handling now done by %T.
1640
1641 2013-01-28  Alan Modra  <amodra@gmail.com>
1642
1643         * archive.c (bfd_generic_archive_p): Return target and keep
1644         ardata on partial matches.
1645         * format.c (bfd_check_format_matches): Adjust for above
1646         change.  Remove bfd_error_file_ambiguously_recognized dead
1647         code.
1648
1649 2013-01-26  Alan Modra  <amodra@gmail.com>
1650
1651         * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,
1652         bfd_preserve_finish): Move to..
1653         * format.c: ..here, splitting out..
1654         (bfd_reinit): ..this.  New function.
1655         (bfd_check_format_matches): Use bfd_preserve_save/restore to
1656         keep bfd state for a match.
1657         * elfcode.h (elf_object_p): Don't use bfd_preserve_save/restore.
1658         * elfcore.h (elf_core_file_p): Likewise.
1659         * mach-o.c (bfd_mach_o_header_p): Likewise.
1660         * pef.c (bfd_pef_object_p, bfd_pef_xlib_object_p): Likewise.
1661         * xsym.c (bfd_sym_object_p): Likewise.
1662         * mmo.c (mmo_scan): Clear abfd->symcount.
1663         * opncls.c (_bfd_new_bfd): Use a smaller section hash table.
1664         * section.c (bfd_section_list_clear): Clear section_htab.count.
1665         * bfd-in2.h: Regenerate.
1666
1667 2013-01-25  Michael Schewe  <michael.schewe@gmx.net>
1668
1669         * elf32-h8300.c (elf32_h8_relax_section): When checking for a
1670         second reloc, make sure that the reloc potentially exists first.
1671
1672 2013-01-24  Nick Clifton  <nickc@redhat.com>
1673
1674         * archures.c: Add bfd_mach_v850e3v5.
1675         * bfd-in2.h: Regenerate.
1676         * cpu-v850.c: Add entries for v850e2v5 and v850e3v5.
1677         * cpu-v850_rh850.c: Likewise.
1678         * elf32-v850.c: Add support for v850e3v5 architecture.
1679
1680 2013-01-23  Markos Chandras  <markos.chandras@imgtec.com>
1681
1682         * elf32-metag.c: Error on HIADDR16/LOADDR16 in shared link.
1683
1684 2013-01-23  Leif Ekblad  <leif@rdos.net>
1685
1686         * config.bfd (x86_64-*-rdos*): Remove targ_selvecs.
1687
1688 2013-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1689
1690         * elf32-i386.c (elf_i386_allocate_dynrelocs): Clear pc_count for
1691         non-zero TLS symbol.
1692         (elf_i386_relocate_section): Resolve size relocation against
1693         non-zero TLS symbol.
1694         * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): Clear pc_count
1695         for non-zero TLS symbol.
1696         (elf_x86_64_relocate_section): Resolve size relocation against
1697         non-zero TLS symbol.
1698
1699 2013-01-18  Mike Frysinger  <vapier@gentoo.org>
1700
1701         * elflink.c (bfd_elf_size_dynamic_sections): Only add DT_RPATH
1702         when new_dtags is false.  Only add DT_RUNPATH when new_dtags is
1703         true.
1704
1705 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
1706
1707         * elf32-i386.c (elf_i386_check_relocs): Count size relocation as
1708         PC-relative relocation.
1709         * elf64-x86-64.c (elf_x86_64_check_relocs): Count size relocation
1710         as PC-relative relocation.
1711
1712 2013-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1713
1714         * elf32-i386.c (elf_i386_check_relocs): Update R_386_SIZE32
1715         check.
1716         (elf_i386_relocate_section): Don't check TLS for R_386_SIZE32.
1717
1718         * elf64-x86-64.c (elf_x86_64_check_relocs): Update R_X86_64_SIZE32
1719         and R_X86_64_SIZE64 check.
1720         (elf_x86_64_relocate_section): Don't check TLS for R_X86_64_SIZE32
1721         nor R_X86_64_SIZE64.
1722
1723 2013-01-16  H.J. Lu  <hongjiu.lu@intel.com>
1724
1725         * bfd-in2.h: Regenerated.
1726         * libbfd.h: Likewise.
1727
1728         * elf32-i386.c (elf_howto_table): Fill R_386_SIZE32 entry.
1729         (elf_i386_reloc_type_lookup): Support BFD_RELOC_SIZE32.
1730         (elf_i386_check_relocs): Handle R_386_SIZE32.
1731         (elf_i386_gc_sweep_hook): Likewise.
1732         (elf_i386_relocate_section): Likewise.
1733
1734         * elf64-x86-64.c (x86_64_elf_howto_table): Fill R_X86_64_SIZE32
1735         and R_X86_64_SIZE64 entries.
1736         (x86_64_reloc_map): Add BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64,
1737         (elf_x86_64_rtype_to_howto): Handle R_X86_64_SIZE32 for x32.
1738         (elf_x86_64_reloc_name_lookup): Likewise.
1739         (elf_x86_64_check_relocs): Handle R_X86_64_SIZE32 and
1740         R_X86_64_SIZE64.
1741         (elf_x86_64_gc_sweep_hook): Likewise.
1742         (elf_x86_64_relocate_section): Likewise.
1743
1744         * reloc.c (bfd_reloc_code_type): Add BFD_RELOC_SIZE32 and
1745         BFD_RELOC_SIZE64.
1746
1747 2013-01-15  H.J. Lu  <hongjiu.lu@intel.com>
1748
1749         * elf64-x86-64.c (R_X86_64_standard): Replace R_X86_64_IRELATIVE
1750         with R_X86_64_RELATIVE64.
1751
1752 2013-01-15  Nick Clifton  <nickc@redhat.com>
1753
1754         * elf32-msp430.c: Fix spelling typo.
1755
1756 2013-01-15  Alan Modra  <amodra@gmail.com>
1757
1758         * elf64-ppc.c (ppc64_elf_size_stubs): Default shared libs to
1759         plt-thread-safe.
1760
1761 2013-01-14  Alan Modra  <amodra@gmail.com>
1762
1763         PR binutils/14813
1764         * bfdio.c (struct bfd_iovec <bclose>): Revert 2012-11-06.
1765         (memory_bclose): Likewise.  Return 0 on success.
1766         * cache.c (cache_bclose): Likewise.
1767         * opncls.c (opncls_bclose, bfd_close): Likewise.
1768         * vms-lib.c (vms_lib_bclose): Likewise.
1769         * libbfd.h: Regenerate.
1770
1771 2013-01-13  Alan Modra  <amodra@gmail.com>
1772
1773         * elf-bfd.h (struct elf_link_hash_entry): Delete dynamic_weak.
1774         Add ref_dynamic_nonweak.
1775         * elflink.c (_bfd_elf_mark_dynamic_def_weak): Delete.
1776         (_bfd_elf_merge_symbol): Don't call above function.  Move
1777         setting of ref_dynamic_nonweak and dynamic_def earlier.  Don't
1778         clear dynamic_def.
1779         (elf_link_add_object_symbols): Delete redundant "override" test.
1780         Don't set dynamic_def here.
1781         (elf_link_output_extsym): Update.
1782
1783 2013-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1784
1785         * elf32-i386.c (elf_i386_check_relocs): Set bfd errror for
1786         normal and TLS symbol access.
1787         * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1788
1789 2013-01-12  Alan Modra  <amodra@gmail.com>
1790
1791         * elf-bfd.h (_bfd_elf_strtab_refcount): Declare.
1792         * elf-strtab.c (_bfd_elf_strtab_refcount): New function.
1793         * elflink.c (elf_add_dt_needed_tag): Use _bfd_elf_strtab_refcount.
1794
1795 2013-01-12  Alan Modra  <amodra@gmail.com>
1796
1797         PR ld/12549
1798         * elf-bfd.h (_bfd_elf_strtab_clear_refs): Declare.
1799         (_bfd_elf_strtab_clear_all_refs): Define.
1800         * elf-strtab.c (_bfd_elf_strtab_clear_refs): New function.
1801         (_bfd_elf_strtab_clear_all_refs): Delete.
1802         * elflink.c (elf_link_add_object_symbols): Clear out added
1803         strtab refs.  Correct handling of warning common symbols.
1804
1805 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1806
1807         * aout0.c: Remove trailing white spaces.
1808         * archive.c: Likewise.
1809         * archures.c: Likewise.
1810         * bfd-in.h: Likewise.
1811         * bfd-in2.h: Likewise.
1812         * coff-alpha.c: Likewise.
1813         * coff-i860.c: Likewise.
1814         * coff-mips.c: Likewise.
1815         * coff-ppc.c: Likewise.
1816         * coff-tic80.c: Likewise.
1817         * coff-x86_64.c: Likewise.
1818         * coff-z80.c: Likewise.
1819         * coffcode.h: Likewise.
1820         * coffgen.c: Likewise.
1821         * cofflink.c: Likewise.
1822         * compress.c: Likewise.
1823         * corefile.c: Likewise.
1824         * cpu-arm.c: Likewise.
1825         * cpu-avr.c: Likewise.
1826         * cpu-bfin.c: Likewise.
1827         * cpu-cr16.c: Likewise.
1828         * cpu-cr16c.c: Likewise.
1829         * cpu-crx.c: Likewise.
1830         * cpu-h8300.c: Likewise.
1831         * cpu-i386.c: Likewise.
1832         * cpu-lm32.c: Likewise.
1833         * cpu-m68k.c: Likewise.
1834         * cpu-moxie.c: Likewise.
1835         * cpu-msp430.c: Likewise.
1836         * cpu-sh.c: Likewise.
1837         * cpu-xc16x.c: Likewise.
1838         * dwarf2.c: Likewise.
1839         * ecofflink.c: Likewise.
1840         * ecoffswap.h: Likewise.
1841         * elf-ifunc.c: Likewise.
1842         * elf-m10300.c: Likewise.
1843         * elf-vxworks.c: Likewise.
1844         * elf32-avr.c: Likewise.
1845         * elf32-avr.h: Likewise.
1846         * elf32-cr16.c: Likewise.
1847         * elf32-cr16c.c: Likewise.
1848         * elf32-cris.c: Likewise.
1849         * elf32-crx.c: Likewise.
1850         * elf32-frv.c: Likewise.
1851         * elf32-hppa.c: Likewise.
1852         * elf32-i860.c: Likewise.
1853         * elf32-ip2k.c: Likewise.
1854         * elf32-iq2000.c: Likewise.
1855         * elf32-m32c.c: Likewise.
1856         * elf32-m68hc1x.c: Likewise.
1857         * elf32-msp430.c: Likewise.
1858         * elf32-mt.c: Likewise.
1859         * elf32-ppc.c: Likewise.
1860         * elf32-rl78.c: Likewise.
1861         * elf32-s390.c: Likewise.
1862         * elf32-score.h: Likewise.
1863         * elf32-sh-symbian.c: Likewise.
1864         * elf32-sh.c: Likewise.
1865         * elf32-spu.c: Likewise.
1866         * elf32-tic6x.c: Likewise.
1867         * elf32-v850.c: Likewise.
1868         * elf32-xc16x.c: Likewise.
1869         * elf32-xtensa.c: Likewise.
1870         * elf64-alpha.c: Likewise.
1871         * elf64-hppa.c: Likewise.
1872         * elf64-ppc.c: Likewise.
1873         * elf64-s390.c: Likewise.
1874         * elfcore.h: Likewise.
1875         * elflink.c: Likewise.
1876         * elfxx-mips.c: Likewise.
1877         * elfxx-sparc.c: Likewise.
1878         * elfxx-tilegx.c: Likewise.
1879         * ieee.c: Likewise.
1880         * libcoff.h: Likewise.
1881         * libpei.h: Likewise.
1882         * libxcoff.h: Likewise.
1883         * linker.c: Likewise.
1884         * mach-o-i386.c: Likewise.
1885         * mach-o-target.c: Likewise.
1886         * mach-o.c: Likewise.
1887         * mach-o.h: Likewise.
1888         * mmo.c: Likewise.
1889         * opncls.c: Likewise.
1890         * pdp11.c: Likewise.
1891         * pe-x86_64.c: Likewise.
1892         * peXXigen.c: Likewise.
1893         * pef-traceback.h: Likewise.
1894         * pei-x86_64.c: Likewise.
1895         * peicode.h: Likewise.
1896         * plugin.c: Likewise.
1897         * reloc.c: Likewise.
1898         * riscix.c: Likewise.
1899         * section.c: Likewise.
1900         * som.c: Likewise.
1901         * syms.c: Likewise.
1902         * tekhex.c: Likewise.
1903         * ticoff.h: Likewise.
1904         * vaxbsd.c: Likewise.
1905         * xcofflink.c: Likewise.
1906         * xtensa-isa.c: Likewise.
1907
1908 2013-01-10  Will Newton <will.newton@imgtec.com>
1909
1910         * Makefile.am: Add Meta.
1911         * Makefile.in: Regenerate.
1912         * archures.c (bfd_mach_metag): New.
1913         * bfd-in2.h: Regenerate.
1914         * config.bfd: Add Meta.
1915         * configure: Regenerate.
1916         * configure.in: Add Meta.
1917         * cpu-metag.c: New file.
1918         * elf-bfd.h: Add Meta.
1919         * elf32-metag.c: New file.
1920         * elf32-metag.h: New file.
1921         * libbfd.h: Regenerate.
1922         * reloc.c: Add Meta relocations.
1923         * targets.c: Add Meta.
1924
1925 2013-01-08  Yufeng Zhang  <yufeng.zhang@arm.com>
1926
1927         * elf-bfd.h (elfcore_write_aarch_tls): Add prototype.
1928         (elfcore_write_aarch_hw_break): Likewise.
1929         (elfcore_write_aarch_hw_watch): Likewise.
1930         * elf.c (elfcore_grok_aarch_tls): New function.
1931         (elfcore_grok_aarch_hw_break): Likewise.
1932         (elfcore_grok_aarch_hw_watch): Likewise.
1933         (elfcore_grok_note): Call the new functions to handle the
1934         corresponding notes.
1935         (elfcore_write_aarch_tls): New function.
1936         (elfcore_write_aarch_hw_break): Likewise.
1937         (elfcore_write_aarch_hw_watch): Likewise.
1938         (elfcore_write_register_note): Call the new functions to handle the
1939         corresponding pseudo sections.
1940
1941 2013-01-07  Tom Tromey  <tromey@redhat.com>
1942
1943         * section.c (_bfd_std_section): Rename from std_section.
1944         (bfd_com_section_ptr, bfd_und_section_ptr, bfd_abs_section_ptr)
1945         (STD_SECTION): Update.
1946         * bfd-in2.h: Rebuild.
1947
1948 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
1949
1950         * archures.c (bfd_mach_mips5900): Define.
1951         * bfd-in2.h: Regenerate.
1952         * config.bfd: Add mips64-ps2-elf and mips-ps2-elf targets.
1953         * cpu-mips.c: Add support for MIPS r5900.
1954         * elfxx-mips.c: Add support for MIPS r5900 (extension of r4000).
1955
1956 2013-01-03  Nickolai Zeldovich  <nickolai@csail.mit.edu>
1957             Nick Clifton  <nickc@redhat.com>
1958
1959         * elflink.c (get_value): Prevent the use of an undefined shift
1960         operation.  Add sanity checks.
1961
1962 2013-01-02  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
1963
1964         * config.bfd (cr16*-*-uclinux*): New target support.
1965
1966
1967 For older changes see ChangeLog-2012
1968 \f
1969 Copyright (C) 2013 Free Software Foundation, Inc.
1970
1971 Copying and distribution of this file, with or without modification,
1972 are permitted in any medium without royalty provided the copyright
1973 notice and this notice are preserved.
1974
1975 Local Variables:
1976 mode: change-log
1977 left-margin: 8
1978 fill-column: 74
1979 version-control: never
1980 End: