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