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