PR ld/4267
[external/binutils.git] / bfd / ChangeLog
1 2007-03-29  Alan Modra  <amodra@bigpond.net.au>
2
3         PR ld/4267
4         * elflink.c (evaluate_complex_relocation_symbols): Use bfd_vma
5         for rel->r_info values.
6         (bfd_elf_perform_complex_relocation): Likewise.
7         * elf32-ppc.c (allocate_dynrelocs): Set plt.offset to -1 for
8         unused entries.  Don't clear plt.plist in loop.
9
10 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
11
12         * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Remove append_rela.
13         * elfxx-sparc.c (sparc_elf_append_rela_64, sparc_elf_append_rela_32):
14         Merge into...
15         (sparc_elf_append_rela): ...this new function.
16         (SPARC_ELF_APPEND_RELA): Delete.
17         (_bfd_sparc_elf_link_hash_table_create): Don't initialize
18         the deleted append_rela field.
19         (_bfd_sparc_elf_relocate_section): Use sparc_elf_append_rela
20         instead of SPARC_ELF_APPEND_RELA.
21         (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.  Use the
22         elf_size_info structure to find the size of a RELA entry and
23         the associated swap-out function.
24         (sparc64_finish_dyn, sparc64_finish_dyn): Merge into...
25         (sparc_finish_dyn): ...this new function.
26         (_bfd_sparc_elf_finish_dynamic_sections): Update calls accordingly.
27
28 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
29             Phil Edwards  <phil@codesourcery.com>
30
31         * doc/bfd.texinfo: Put the contents after the title page rather
32         than at the end of the document.
33
34 2007-03-27  Andreas Schwab  <schwab@suse.de>
35
36         * elfxx-ia64.c (elf_backend_default_execstack): Define to 0.
37
38 2007-03-26  H.J. Lu  <hongjiu.lu@intel.com>
39
40         * configure: Regenerated.
41
42 2007-03-26  Alan Modra  <amodra@bigpond.net.au>
43
44         * elf32-spu.c (struct stubarr): Add stub_hash_table and err fields.
45         (allocate_spuear_stubs): New function.
46         (spu_elf_size_stubs): Call allocate_spuear_stubs.
47
48 2007-03-26  Alan Modra  <amodra@bigpond.net.au>
49
50         * aout-adobe.c (aout_32_bfd_reloc_name_lookup): Define.
51         * aout-arm.c (MY_bfd_reloc_name_lookup): Define.
52         (MY (bfd_reloc_name_lookup)): New function.
53         * aout-ns32k.c (MY (bfd_reloc_name_lookup)): New function.
54         * aout-target.h (NAME (aout, reloc_name_lookup)): Declare.
55         (MY_bfd_reloc_name_lookup): Define.
56         * aout-tic30.c (tic30_aout_reloc_name_lookup): New function.
57         (MY_bfd_reloc_name_lookup): Define.
58         * aoutx.h (NAME (aout, reloc_type_lookup)): Don't declare.
59         (NAME (aout, reloc_name_lookup)): New function.
60         * bout.c (b_out_bfd_reloc_name_lookup): New function.
61         * coff-alpha.c (alpha_bfd_reloc_name_lookup): New function.
62         (_bfd_ecoff_bfd_reloc_name_lookup): Define.
63         * coff-arm.c (coff_arm_reloc_name_lookup): New function.
64         (coff_bfd_reloc_name_lookup): Define.
65         * coff-i386.c (coff_bfd_reloc_name_lookup): Define.
66         (coff_i386_reloc_name_lookup): New function.
67         * coff-i860.c (coff_i860_reloc_name_lookup): New function.
68         (coff_bfd_reloc_name_lookup): Define.
69         * coff-i960.c (coff_i960_reloc_name_lookup): New function.
70         (coff_bfd_reloc_name_lookup): Define.
71         * coff-m68k.c (m68k_reloc_name_lookup): New function.
72         (coff_bfd_reloc_name_lookup): Define.
73         * coff-maxq.c (maxq_reloc_name_lookup): New function.
74         (coff_bfd_reloc_name_lookup): Define.
75         * coff-mcore.c (mcore_coff_reloc_name_lookup): New function.
76         (coff_bfd_reloc_name_lookup): Define.
77         * coff-mips.c (mips_bfd_reloc_name_lookup): New function.
78         (_bfd_ecoff_bfd_reloc_name_lookup): Define.
79         * coff-ppc.c (ppc_coff_reloc_name_lookup): New function.
80         (coff_bfd_reloc_name_lookup): Define.
81         * coff-rs6000.c (coff_bfd_reloc_name_lookup): Define.
82         (_bfd_xcoff_reloc_name_lookup): New function.
83         (rs6000coff_vec, pmac_xcoff_vec): Init new field.
84         * coff-sh.c (coff_bfd_reloc_name_lookup): Define.
85         (sh_coff_reloc_name_lookup): New function.
86         * coff-sparc.c (coff_sparc_reloc_name_lookup): New function.
87         (coff_bfd_reloc_name_lookup): Define.
88         * coff-tic30.c (coff_bfd_reloc_name_lookup): Define.
89         (tic30_coff_reloc_name_lookup): New function.
90         * coff-tic4x.c (coff_bfd_reloc_name_lookup): Define.
91         (tic4x_coff_reloc_name_lookup): New function.
92         * coff-tic54x.c (coff_bfd_reloc_name_lookup): Define.
93         (tic54x_coff_reloc_name_lookup): New function.
94         * coff-x86_64.c (coff_bfd_reloc_name_lookup): Define.
95         (coff_amd64_reloc_name_lookup): New function.
96         * coff-z80.c (coff_z80_reloc_name_lookup): New function.
97         (coff_bfd_reloc_name_lookup): Define.
98         * coff-z8k.c (coff_z8k_reloc_name_lookup): New function.
99         (coff_bfd_reloc_name_lookup): Define.
100         * coff64-rs6000.c (coff_bfd_reloc_name_lookup): Define.
101         (xcoff64_reloc_name_lookup): New function.
102         (rs6000coff64_vec, aix5coff64_vec): Init new field.
103         * coffcode.h (coff_bfd_reloc_name_lookup): Define.
104         * elf-hppa.h (elf_hppa_reloc_name_lookup): New function.
105         * elf-m10200.c (bfd_elf32_bfd_reloc_name_lookup): New function.
106         * elf-m10300.c (bfd_elf32_bfd_reloc_name_lookup): New function.
107         * elf32-arc.c (bfd_elf32_bfd_reloc_name_lookup): New function.
108         * elf32-arm.c (elf32_arm_reloc_name_lookup): New function.
109         (bfd_elf32_bfd_reloc_name_lookup): Define.
110         * elf32-avr.c (bfd_elf32_bfd_reloc_name_lookup): New function.
111         * elf32-bfin.c (bfin_bfd_reloc_name_lookup): New function.
112         (bfd_elf32_bfd_reloc_name_lookup): Define.
113         * elf32-cr16c.c (elf_cr16c_reloc_name_lookup): New function.
114         (bfd_elf32_bfd_reloc_name_lookup): Define.
115         * elf32-cris.c (cris_reloc_name_lookup): New function.
116         (bfd_elf32_bfd_reloc_name_lookup): Define.
117         * elf32-crx.c (elf_crx_reloc_name_lookup): New function.
118         (bfd_elf32_bfd_reloc_name_lookup): Define.
119         * elf32-d10v.c (bfd_elf32_bfd_reloc_name_lookup): New function.
120         * elf32-d30v.c (bfd_elf32_bfd_reloc_name_lookup): New function.
121         * elf32-dlx.c (elf32_dlx_reloc_name_lookup): New function.
122         (bfd_elf32_bfd_reloc_name_lookup): Define.
123         * elf32-fr30.c (fr30_reloc_name_lookup): New function.
124         (bfd_elf32_bfd_reloc_name_lookup): Define.
125         * elf32-frv.c (frv_reloc_name_lookup): New function.
126         (bfd_elf32_bfd_reloc_name_lookup): Define.
127         * elf32-gen.c (bfd_elf32_bfd_reloc_name_lookup): Define.
128         * elf32-h8300.c (elf32_h8_reloc_name_lookup): New function.
129         (bfd_elf32_bfd_reloc_name_lookup): Define.
130         * elf32-hppa.c (bfd_elf32_bfd_reloc_name_lookup): Define.
131         * elf32-i370.c (i370_elf_reloc_name_lookup): New function.
132         (bfd_elf32_bfd_reloc_name_lookup): Define.
133         * elf32-i386.c (elf_i386_reloc_name_lookup): New function.
134         (bfd_elf32_bfd_reloc_name_lookup): Define.
135         * elf32-i860.c (elf32_i860_reloc_name_lookup): New function.
136         (bfd_elf32_bfd_reloc_name_lookup): Define.
137         * elf32-i960.c (elf32_i960_reloc_name_lookup): New function.
138         (bfd_elf32_bfd_reloc_name_lookup): Define.
139         * elf32-ip2k.c (ip2k_reloc_name_lookup): New function.
140         (bfd_elf32_bfd_reloc_name_lookup): Define.
141         * elf32-iq2000.c (iq2000_reloc_name_lookup): New function.
142         (bfd_elf32_bfd_reloc_name_lookup): Define.
143         * elf32-m32c.c (m32c_reloc_name_lookup): New function.
144         (bfd_elf32_bfd_reloc_name_lookup): Define.
145         * elf32-m32r.c (bfd_elf32_bfd_reloc_name_lookup): New function.
146         * elf32-m68hc11.c (bfd_elf32_bfd_reloc_name_lookup): New function.
147         * elf32-m68hc12.c (bfd_elf32_bfd_reloc_name_lookup): New function.
148         * elf32-m68k.c (reloc_name_lookup): New function.
149         (bfd_elf32_bfd_reloc_name_lookup): Define.
150         * elf32-m88k.c (bfd_elf32_bfd_reloc_name_lookup): Define.
151         * elf32-mcore.c (mcore_elf_reloc_name_lookup): New function.
152         (bfd_elf32_bfd_reloc_name_lookup): Define.
153         * elf32-mep.c (mep_reloc_name_lookup): New function.
154         (bfd_elf32_bfd_reloc_name_lookup): Define.
155         * elf32-mips.c (bfd_elf32_bfd_reloc_name_lookup): New function.
156         (mips_vxworks_bfd_reloc_name_lookup): Likewise.
157         (bfd_elf32_bfd_reloc_name_lookup): Define.
158         * elf32-msp430.c (bfd_elf32_bfd_reloc_name_lookup): New function.
159         * elf32-mt.c (mt_reloc_name_lookup): New function.
160         (bfd_elf32_bfd_reloc_name_lookup): Define.
161         * elf32-openrisc.c (openrisc_reloc_name_lookup): New function.
162         (bfd_elf32_bfd_reloc_name_lookup): Define.
163         * elf32-or32.c (bfd_elf32_bfd_reloc_name_lookup): New function.
164         * elf32-pj.c (pj_elf_reloc_name_lookup): New function.
165         (bfd_elf32_bfd_reloc_name_lookup): Define.
166         * elf32-ppc.c (ppc_elf_reloc_name_lookup): New function.
167         (bfd_elf32_bfd_reloc_name_lookup): Define.
168         * elf32-s390.c (elf_s390_reloc_name_lookup): New function.
169         (bfd_elf32_bfd_reloc_name_lookup): Define.
170         * elf32-score.c (elf32_score_reloc_name_lookup): New function.
171         (bfd_elf32_bfd_reloc_name_lookup): Define.
172         * elf32-sh.c (sh_elf_reloc_name_lookup): New function.
173         (bfd_elf32_bfd_reloc_name_lookup): Define.
174         * elf32-sparc.c (bfd_elf32_bfd_reloc_name_lookup): Define.
175         * elf32-spu.c (spu_elf_reloc_name_lookup): New function.
176         (bfd_elf32_bfd_reloc_name_lookup): Define.
177         * elf32-v850.c (v850_elf_reloc_name_lookup): New function.
178         (bfd_elf32_bfd_reloc_name_lookup): Define.
179         * elf32-vax.c (reloc_name_lookup): New function.
180         (bfd_elf32_bfd_reloc_name_lookup): Define.
181         * elf32-xc16x.c (xc16x_reloc_name_lookup): New function.
182         (bfd_elf32_bfd_reloc_name_lookup): Define.
183         * elf32-xstormy16.c (xstormy16_reloc_name_lookup): New function.
184         (bfd_elf32_bfd_reloc_name_lookup): Define.
185         * elf32-xtensa.c (elf_xtensa_reloc_name_lookup): New function.
186         (bfd_elf32_bfd_reloc_name_lookup): Define.
187         * elf64-alpha.c (elf64_alpha_bfd_reloc_name_lookup): New function.
188         (bfd_elf64_bfd_reloc_name_lookup): Define.
189         * elf64-gen.c (bfd_elf64_bfd_reloc_name_lookup): Define.
190         * elf64-hppa.c (bfd_elf64_bfd_reloc_name_lookup): Define.
191         * elf64-mips.c (bfd_elf64_bfd_reloc_name_lookup): New function.
192         * elf64-mmix.c (bfd_elf64_bfd_reloc_name_lookup): New function.
193         * elf64-ppc.c (ppc64_elf_reloc_name_lookup): New function.
194         (bfd_elf64_bfd_reloc_name_lookup): Define.
195         * elf64-s390.c (elf_s390_reloc_name_lookup): New function.
196         (bfd_elf64_bfd_reloc_name_lookup): Define.
197         * elf64-sh64.c (sh_elf64_reloc_name_lookup): New function.
198         (bfd_elf64_bfd_reloc_name_lookup): Define.
199         * elf64-sparc.c (bfd_elf64_bfd_reloc_name_lookup): Define.
200         * elf64-x86-64.c (elf64_x86_64_reloc_name_lookup): New function.
201         (bfd_elf64_bfd_reloc_name_lookup): Define.
202         * elfn32-mips.c (bfd_elf32_bfd_reloc_name_lookup): New function.
203         * elfxx-ia64.c (elfNN_ia64_reloc_name_lookup): New function.
204         (bfd_elfNN_bfd_reloc_name_lookup): Define.
205         * elfxx-sparc.c (_bfd_sparc_elf_reloc_name_lookup): New function.
206         * elfxx-sparc.h (_bfd_sparc_elf_reloc_name_lookup): Declare.
207         * i386msdos.c (msdos_bfd_reloc_name_lookup): Define.
208         * i386os9k.c (aout_32_bfd_reloc_name_lookup): Define.
209         * ieee.c (ieee_bfd_reloc_name_lookup): Define.
210         * libaout.h (NAME (aout, reloc_name_lookup)): Declare.
211         * libbfd-in.h (_bfd_norelocs_bfd_reloc_name_lookup): Declare.
212         * mipsbsd.c (MY_bfd_reloc_name_lookup): Define.
213         (MY(reloc_type_lookup)): Rename from MY(reloc_howto_type_lookup).
214         (MY(reloc_name_lookup)): New function.
215         * nlm-target.h (nlm_bfd_reloc_name_lookup): Define.
216         * oasys.c (oasys_bfd_reloc_name_lookup): Define.
217         * pdp11.c (NAME (aout, reloc_name_lookup)): New function.
218         * pe-mips.c (coff_mips_reloc_name_lookup): New function.
219         (coff_bfd_reloc_name_lookup): Define.
220         * reloc.c (bfd_reloc_name_lookup): New function.
221         * riscix.c (riscix_reloc_name_lookup): New function.
222         (MY_bfd_reloc_name_lookup): Define.
223         * som.c (som_bfd_reloc_name_lookup): New function.
224         * targets.c (struct bfd_target): Add reloc_name_lookup.
225         (BFD_JUMP_TABLE_RELOCS): Add NAME##_bfd_reloc_name_lookup.
226         * versados.c (versados_bfd_reloc_name_lookup): Define.
227         * vms.c (vms_bfd_reloc_name_lookup): New function.
228         * bfd-in2.h: Regenerate.
229         * libbfd.h: Regenerate.
230
231 2007-03-26  Thiemo Seufer  <ths@mips.com>
232
233         PR ld/4208
234         * elfxx-mips.c (mips_elf_next_relocation): Don't signal an error if no
235         matching relocation is found.
236         (_bfd_mips_elf_relocate_section): Only warn about missing relocations.
237
238 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
239
240         * configure: Regenerated.
241
242 2007-03-23  Joseph Myers  <joseph@codesourcery.com>
243
244         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
245         * configure: Regenerate.
246
247 2007-03-23  Alan Modra  <amodra@bigpond.net.au>
248
249         * elf32-spu.c (spu_stub_name): Don't put input section in stub name.
250         Remove input_sec param.  Adjust all calls.
251         (write_one_stub): Adjust stub symbol.
252         (needs_ovl_stub): New function, extracted from..
253         (spu_elf_size_stubs): ..here.
254         (spu_elf_relocate_section): Use needs_ovl_stub.
255
256 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
257
258         * Makefile.am (bfdver.h): Only set VERSION_PACKAGE in bfdver.texi
259         if nonempty.
260         * configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix.
261         * Makefile.in, configure, doc/Makefile.in: Regenerate.
262
263 2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
264
265         PR ld/4210
266         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the virtual
267         address and virtual size of the last section for the image
268         size.
269
270 2007-03-22  H.J. Lu  <hongjiu.lu@intel.com>
271
272         PR ld/4007
273         * elf.c (assign_file_positions_for_load_sections): Check if
274         all sections are in the segment.
275
276 2007-03-20  H.J. Lu  <hongjiu.lu@intel.com>
277
278         PR ld/4208
279         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Report missing
280         matching LO16 relocation for HI16 relocation.
281
282 2007-03-20  Paul Brook  <paul@codesourcery.com>
283
284         * bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
285         * bfd-in2.h: Regenerate.
286         * elf32-arm.c (elf32_arm_link_hash_table): Add pic_veneer.
287         (record_arm_to_thumb_glue): Use globals->pic_veneer.
288         (elf32_arm_create_thumb_stub): Ditto.
289         (bfd_elf32_arm_set_target_relocs): Set globals->pic_veneer.
290
291 2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
292
293         * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add "bfd *"
294         argument and extra last argument.
295         * bfd-in2.h: Regenerate.
296         * elf32-arm.c (elf32_arm_obj_tdata): Add no_enum_size_warning
297         member.
298         (bfd_elf32_arm_set_target_relocs): Add "bfd *" argument and
299         extra last argument.  Set no_enum_size_warning appropriately.
300         (elf32_arm_merge_eabi_attributes): Improve enum sizes
301         diagnostic, suppressing it when no_enum_size_warning dictates.
302
303 2007-03-20  Nick Clifton  <nickc@redhat.com>
304
305         PR binutils/3535
306         * elf.c (copy_private_bfd_data): Widen the scope of Solaris
307         specific conditions that need the program headers to be
308         rewritten.
309
310 2007-03-19  H.J. Lu  <hongjiu.lu@intel.com>
311
312         * peXXigen.c (_bfd_XXi_swap_aouthdr_in): Store Magic,
313         MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
314         SizeOfInitializedData, SizeOfUninitializedData,
315         AddressOfEntryPoint, BaseOfCode and BaseOfData in internal
316         extra PE a.out header.
317         (IMAGE_NT_OPTIONAL_HDR_MAGIC): Defined as 0x10b if not defined.
318         (IMAGE_NT_OPTIONAL_HDR64_MAGIC): Defined as 0x20b if not
319         defined.
320         (IMAGE_NT_OPTIONAL_HDRROM_MAGIC): Defined as 0x107 if not
321         defined.
322         (_bfd_XX_print_private_bfd_data_common): Also print Magic,
323         MajorLinkerVersion, MinorLinkerVersion, SizeOfCode,
324         SizeOfInitializedData, SizeOfUninitializedData,
325         AddressOfEntryPoint, BaseOfCode and BaseOfData from internal
326         extra PE a.out header.
327
328 2007-03-18  H.J. Lu  <hongjiu.lu@intel.com>
329
330         * targets.c (_bfd_target_vector): Add bfd_efi_app_x86_64_vec
331         only if BFD64 is defined.
332
333 2007-03-17  Alan Modra  <amodra@bigpond.net.au>
334
335         * elf32-spu.c (spu_elf_size_stubs): Always use an overlay stub
336         on setjmp calls.
337
338 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
339
340         * doc/Makefile.in: Regenerated.
341
342 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
343
344         * Makefile.am (bfdver.h): Substitute report_bugs_to.  Also
345         create doc/bfdver.texi.
346         * Makefile.in: Regenerated.
347
348         * configure.in (--with-bugurl): New option.
349         * configure: Regenerated.
350
351         * version.h (REPORT_BUGS_TO): New.
352
353 2007-03-13  H.J. Lu  <hongjiu.lu@intel.com>
354
355         PR binutils/3826
356         * elf-bfd.h (elf_backend_data): Add elf_osabi.
357         (_bfd_elf_set_osabi): New.
358
359         * elf.c (_bfd_elf_set_osabi): New.
360
361         * elf32-hppa.c (elf32_hppa_post_process_headers): Removed.
362         (elf_backend_post_process_headers): Defined with
363         _bfd_elf_set_osabi.
364         (ELF_OSABI): Properly defined for each target.
365
366         * elf32-i370.c (i370_elf_post_process_headers): Removed.
367         (ELF_OSABI): Defined.
368         (elf_backend_post_process_headers): Defined with
369         _bfd_elf_set_osabi.
370
371         * elf32-i386.c (ELF_OSABI): Defined to ELFOSABI_FREEBSD for
372         freebsd.
373         (elf_i386_post_process_headers): Set EI_OSABI with elf_osabi.
374
375         * elf32-msp430.c (elf32_msp430_post_process_headers): Removed.
376         (ELF_OSABI): Defined.
377         (elf_backend_post_process_headers): Defined with
378         _bfd_elf_set_osabi.
379
380         * elf64-alpha.c (ELF_OSABI): Defined to ELFOSABI_FREEBSD for
381         freebsd.
382         (elf64_alpha_fbsd_post_process_headers): Set EI_OSABI with
383         elf_osabi.
384
385         * elf64-hppa.c (elf64_hppa_post_process_headers): Set EI_OSABI
386         with elf_osabi.
387         (ELF_OSABI): Properly defined for each target.
388         (elf_backend_post_process_headers): Defined with
389         _bfd_elf_set_osabi for Linux.
390
391         * elf64-sparc.c (elf64_sparc_fbsd_post_process_headers): Removed.
392         (ELF_OSABI): Defined to ELFOSABI_FREEBSD for freebsd.
393         (elf_backend_post_process_headers): Defined with
394         _bfd_elf_set_osabi.
395
396         * elf64-x86-64.c (elf64_x86_64_fbsd_post_process_headers): Removed.
397         (ELF_OSABI): Defined to ELFOSABI_FREEBSD for freebsd.
398         (elf_backend_post_process_headers): Defined with
399         _bfd_elf_set_osabi.
400
401         * elfcode.h (elf_object_p): Match the ELFOSABI_NONE ELF target
402         with any ELF target of the compatible machine for which we do not
403         have a specific backend.
404
405         * elfxx-ia64.c (elfNN_hpux_post_process_headers): Set EI_OSABI
406         with elf_osabi.
407
408         * elfxx-target.h (ELF_OSABI): Default to ELFOSABI_NONE.
409         (elfNN_bed): Initialize elf_osabi with ELF_OSABI.
410
411 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
412
413         * elf32-v850.c (v850_elf_link_output_symbol_hook): Clean out
414         V850_OTHER_* bits.
415
416 2007-03-08  Alan Modra  <amodra@bigpond.net.au>
417
418         * Makefile.am (BFD64_BACKENDS): Add efi-app-x86_64.lo.
419         (BFD64_BACKENDS_CFILES): Add efi-app-x86_64.c.
420         Run "make dep-am".
421         * Makefile.in: Regenerate.
422         * po/SRC-POTFILES.in: Regenerate.
423
424 2007-03-07  H.J. Lu  <hongjiu.lu@intel.com>
425
426         * config.bfd (x86_64-*-freebsd*): Add bfd_efi_app_x86_64_vec.
427         (x86_64-*-kfreebsd*-gnu): Likewise.
428         (x86_64-*-netbsd*): Likewise.
429         (x86_64-*-openbsd*): Likewise.
430         (x86_64-*-linux-*): Likewise.
431
432         * configure.in: Support bfd_efi_app_x86_64_vec.
433         * configure: Regenerated.
434
435         * efi-app-x86_64.c: New file.
436
437         * targets.c (bfd_efi_app_x86_64_vec): New.
438         (_bfd_target_vector): Add bfd_efi_app_x86_64_vec.
439
440 2007-03-07  Kai Tietz   <kai.tietz@onevision.com>
441
442         * reloc.c (bfd_generic_get_relocated_section_contents): Remove
443         const for type reloc_howto_type.
444
445 2007-03-07  Alan Modra  <amodra@bigpond.net.au>
446
447         PR 3958
448         * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): No error on relocatable link.
449         (elf_discarded_section): Move..
450         * bfd-in.h: ..to here.
451         * bfd-in2.h: Regenerate.
452         * elflink.c (elf_link_input_bfd): Don't zap relocs against symbols
453         from discarded sections before relocate_section has done its job.
454         * reloc.c (bfd_generic_get_relocated_section_contents): Handle
455         relocs against symbols from discarded sections.
456         * elf-hppa.h (elf_hppa_howto_table): Set size.  Set dst_mask on
457         SECREL32.
458         (elf_hppa_relocate_section): Handle relocatable link after setting
459         sec, sym, h etc. for final link.  Squash error messages for
460         relocatable link.  Clear section contents for relocs against
461         symbols in discarded sections, and zero reloc.  Remove existing
462         zero r_symndx code.
463         * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
464         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
465         * elf32-arm.c (elf32_arm_relocate_section): Likewise.
466         * elf32-avr.c (elf32_avr_relocate_section): Likewise.
467         * elf32-bfin.c (bfinfdpic_relocate_section): Likewise.
468         (bfin_relocate_section): Likewise.
469         * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
470         * elf32-cris.c (cris_elf_relocate_section): Likewise.
471         * elf32-crx.c (elf32_crx_relocate_section): Likewise.
472         * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
473         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
474         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
475         * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
476         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
477         * elf32-i370.c (i370_elf_relocate_section): Likewise.
478         * elf32-i386.c (elf_i386_relocate_section): Likewise.
479         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
480         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
481         * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
482         * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
483         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
484         * elf32-m68hc1x.c (elf32_m68hc11_check_relocs): Likewise.
485         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
486         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
487         * elf32-mep.c (mep_elf_relocate_section): Likewise.
488         * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
489         * elf32-mt.c (mt_elf_relocate_section): Likewise.
490         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
491         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
492         * elf32-s390.c (elf_s390_relocate_section): Likewise.
493         * elf32-score.c (_bfd_score_elf_relocate_section): Likewise.
494         * elf32-sh.c (sh_elf_relocate_section): Likewise.
495         * elf32-spu.c (spu_elf_relocate_section): Likewise.
496         * elf32-v850.c (v850_elf_relocate_section): Likewise.
497         * elf32-vax.c (elf_vax_relocate_section): Likewise.
498         * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
499         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
500         * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
501         * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
502         (elf64_alpha_relocate_section): Likewise.
503         * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
504         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
505         * elf64-s390.c (elf_s390_relocate_section): Likewise.
506         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
507         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
508         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
509         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
510         * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
511
512         * elf32-arm.c (elf32_arm_relocate_section): Always adjust section
513         symbols for relocatable link.  Don't use always-zero st_value.
514         (elf_backend_rela_normal): Don't define.
515         * elf32-bfin.c (bfinfdpic_relocate_section): Use
516         RELOC_FOR_GLOBAL_SYMBOL.
517         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
518         * elf32-d10v.c (elf32_d10v_relocate_section): Combine SEC_MERGE
519         section symbol adjustments with same for relocatable link.
520         * elf32-i386.c (elf_i386_relocate_section): Likewise.
521         * elf32-m68hc1x.c (m68hc11_get_relocation_value): Move..
522         (elf32_m68hc11_check_relocs): ..to here.
523         * elf32-score.c (score_elf_final_link_relocate): Remove zero
524         r_symndx code.
525         * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
526
527 2007-03-07  Alan Modra  <amodra@bigpond.net.au>
528
529         PR 4144
530         * elf.c (assign_file_positions_for_load_sections): Don't
531         adjust p_memsz for !SEC_LOAD section vma modulo page size.
532         Instead, use the same lma based adjustment for SEC_LOAD
533         sections.
534
535 2007-03-01  Bob Wilson  <bob.wilson@acm.org>
536
537         * elf32-xtensa.c (analyze_relocations): Zero src_count if not relaxing.
538         (find_relaxable_sections): Do not increment src_count for unknown
539         opcodes.  Decode only once instead of calling is_l32r_relocation.
540         (compute_text_actions): Remove unused no_insn_move flag.  Assert that
541         src_next matches src_count in relax_info.
542
543 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
544
545         * Makefile.am (bfdver.h): Use "." not " " between version number
546         and date.
547         * Makefile.in: Regenerate.
548         * configure.in (PKGVERSION): Default to "(GNU Binutils) ".
549         * configure: Regenerate.
550
551 2007-02-28  Nathan Sidwell  <nathan@codesourcery.com>
552
553         * config.bfd (sh-*-uclinux, sh[12]-*-uclinux): New stanza.
554
555 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
556
557         * elf32-spu.h (struct _ovl_stream): Make "start" and "end" const.
558         * elf32-spu.c (ovl_mgr_pread): Add const to casts.
559
560 2007-02-23  Carlos O'Donell  <carlos@codesourcery.com>
561
562         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Assume 32-bit
563         DWARF even with 64-bit addresses.
564         (_bfd_dwarf2_find_nearest_line): Likewise.
565
566 2007-02-23  Nick Clifton  <nickc@redhat.com>
567
568         PR binutils/3535
569         * elf.c (copy_private_bfd_data): Always rewrite the program
570         headers when a Solaris interpreter segment is involved.
571
572 2007-02-22  Paul Brook  <paul@codesourcery.com>
573
574         * elflink.c (gc_mark_hook_fn): Remove.
575         (_bfd_elf_gc_mark): Rename gc_mark_hook_fn to elf_gc_mark_hook_fn.
576         (bfd_elf_gc_sections): Ditto.  Call gc_mark_extra_sections.
577         * elf-bfd.h (elf_gc_mark_hook_fn): Define.
578         (elf_backend_data): Add gc_mark_extra_sections.
579         * elfxx-target.h (elf_backend_gc_mark_extra_sections): Provide default
580         definition.
581         (elfNN_bed): Add elf_backend_gc_mark_extra_sections.
582         * elf32-arm.c (elf32_arm_gc_mark_extra_sections): New function.
583         (elf_backend_gc_mark_extra_sections): Define.
584
585 2007-02-21  Nick Clifton  <nickc@redhat.com>
586
587         * elf.c (_bfd_elf_map_sections_to_segments): If the
588         override_segment_assignment callback is defined then call it.
589
590 2007-02-21  Alan Modra  <amodra@bigpond.net.au>
591
592         * elf32-spu.c (spu_elf_size_stubs): Correct order of warning args.
593
594 2007-02-19  Thiemo Seufer  <ths@mips.com>
595
596         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Remove
597         translation marker from untranslatable strings.
598
599 2007-02-19  Alan Modra  <amodra@bigpond.net.au>
600
601         * elf-bfd.h (struct elf_backend_data): Add default_execstack.
602         * elflink.c (bfd_elf_size_dynamic_sections): Heed default_execstack.
603         * elfxx-target.h (elf_backend_default_execstack): Define to 1.
604         (elfNN_bed): Init new field.
605         * elf64-ppc.c (elf_backend_default_execstack): Define to 0.
606
607 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
608             Nathan Sidwell  <nathan@codesourcery.com>
609             Vladimir Prus  <vladimir@codesourcery.com
610             Joseph Myers  <joseph@codesourcery.com>
611
612         * configure.in (--with-pkgversion): New option.
613         * configure: Regenerate.
614         * Makefile.am (bfdver.h): Substitute for @bfd_version_package@.
615         * Makefile.in: Regenerate.
616         * version.h (BFD_VERSION_STRING): Define using
617         @bfd_version_package@.
618
619 2007-02-16  Carlos O'Donell  <carlos@codesourcery.com>
620
621         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data):
622         Print EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT
623         and EF_MIPS_UCODE.
624
625 2007-02-15  Alan Modra  <amodra@bigpond.net.au>
626
627         * libbfd-in.h (_bfd_norelocs_get_reloc_upper_bound): Don't define,
628         declare.
629         (_bfd_norelocs_canonicalize_reloc): Likewise.
630         * libbfd.h: Regenerate.
631         * libbfd.c (_bfd_norelocs_get_reloc_upper_bound): New function.
632         (_bfd_norelocs_canonicalize_reloc): Likewise.
633         * binary.c (binary_bfd_reloc_type_lookup): Don't define.
634         (binary_get_reloc_upper_bound, binary_canonicalize_reloc): Likewise.
635         (binary_vec): Use _bfd_norelocs in BFD_JUMP_TABLE_RELOCS.
636         * ihex.c: Similarly.
637         * mach-o-target.c: Similarly.
638         * mach-o.c: Similarly.
639         * mmo.c: Similarly.
640         * pef.c: Similarly.
641         * ppcboot.c: Similarly.
642         * srec.c: Similarly.
643         * xsym.c: Similarly.
644
645 2007-02-14  H.J. Lu  <hongjiu.lu@intel.com>
646
647         PR ld/3953
648         * elflink.c (_bfd_elf_add_default_symbol): Check warning symbol
649         when adding default symbol.
650
651 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
652
653         * elf64-ppc.c (create_linkage_sections): Use section ".branch_lt"
654         for branch lookup table.
655
656 2007-02-12  Alan Modra  <amodra@bigpond.net.au>
657
658         * elf64-ppc.c (create_linkage_sections): Don't create
659         .rela.rodata.brlt for --emit-relocs.
660         (ppc_build_one_stub): Create relocs for brlt --emit-relocs here.
661         (ppc_size_one_stub): Count them.  Simplify test of stub type
662         when counting stub relocs.  Set SEC_RELOC too.
663         (ppc64_elf_size_stubs): Clear reloc_count and SEC_RELOC.
664         (ppc64_elf_finish_dynamic_sections): Output brlt relocs.
665
666 2007-02-12  Alan Modra  <amodra@bigpond.net.au>
667
668         * elflink.c (evaluate_complex_relocation_symbols): Ignore relocs
669         with a zero symbol index.
670
671 2007-02-12  Alan Modra  <amodra@bigpond.net.au>
672
673         * elflink.c (bfd_elf_discard_info): Tidy setting of "eh".
674
675 2007-02-05  Dave Brolley  <brolley@redhat.com>
676             Stan Cox  <scox@redhat.com>
677
678         PR ld/3972
679         * elflink.c (elf_link_input_bfd): Always setup finfo->internal_syms.
680
681 2007-02-05  Dave Brolley  <brolley@redhat.com>
682             Richard Sandiford  <rsandifo@redhat.com>
683             Stan Cox  <scox@redhat.com>
684             Nick Clifton  <nickc@redhat.com>
685             DJ Delorie  <dj@redhat.com>
686             Frank Ch. Eigler  <fche@redhat.com>
687             Ben Elliston  <bje@redhat.com>
688             Richard Henderson  <rth@redhat.com>
689
690         * Makefile.am (ALL_MACHINES): Add cpu-mep.lo.
691         (ALL_MACHINES_CFILES): Add CPU_MEP.c.
692         (BFD32_BACKENDS): Add elf32-mep.lo.
693         (BFD32_BACKENDS_CFILES): Add elf32-mep.c.
694         (cpu-mep.lo,elf32-mep.lo): New targets.
695         * archures.c (bfd_arch_mep): New enumerator.
696         (bfd_mach_mep, bfd_mach_mep_h1): New macros.
697         (bfd_mep_arch): New external variable.
698         (bfd_archures_list): Add bfd_mep_arch.
699         * config.bfd: Support mep-*-elf.
700         * configure.in: Support bfd_elf32_mep_vec and bfd_elf32_mep_little_vec.
701         * reloc.c (BFD_RELOC_MEP_*): New relocation numbers.
702         * targets.c (bfd_elf32_mep_vec,bfd_elf32_mep_little_vec): New extern
703         declarations.
704         (_bfd_target_vector): Add bfd_elf32_mep_vec and
705         bfd_elf32_mep_little_vec.
706         * mep-relocs.pl: New file.
707         * cpu-mep.c: New file.
708         * elf32-mep.c: New file.
709         * bfd-in2.h: Regenerate.
710         * po/POTFILES.in: Regenerate.
711         * libbfd.h: Regenerate.
712         * Makefile.in: Regenerate.
713         * configure: Regenerate.
714
715 2007-02-05  Dave Brolley  <brolley@redhat.com>
716
717         * elflink.c (evaluate_complex_relocation_symbols): Check for
718         STT_SRELC for global symbols.
719         (perform_complex_relocations): Renamed to
720         perform_complex_relocation and now examines only one relocation.
721         (elf_link_input_bfd): Don't call perform_complex_relocations.
722         * elf-bfd.h (bfd_elf_perform_complex_relocation_: New prototype.
723         * elf32-mep.c (mep_elf_howto_table): Add R_RELC.
724         (OD,OS,OU): #undefs corrected to N, S and U repectively.
725         (mep_reloc_type_lookup): Handle BFD_RELOC_RELC.
726         (complex_reloc_installation_howto): Removed.
727         (mep_info_to_howto_rela): Remove special case for r_type==0xff.
728         (mep_elf_relocate_section): Call bfd_elf_perform_complex_relocation.
729
730 2007-02-05  Dave Brolley  <brolley@redhat.com>
731             Richard Sandiford  <rsandifo@redhat.com>
732             DJ Delorie  <dj@redhat.com>
733             Graydon Hoare  <graydon@redhat.com>
734             Nick Clifton  <nickc@cambridge.redhat.com>
735             Jeff Holcomb  <jeffh@redhat.com>
736             Frank Ch. Eigler  <fche@redhat.com>
737
738         * elf-bfd.h (bfd_elf_perform_complex_relocations): New prototype.
739         * elf.c (swap_out_syms): Handle BSF_RELC and BSF_SRELC.
740         * elfcode.h (elf_slurp_symbol_table): Handle STT_RELC and STT_SRELC.
741         * elflink.c (set_symbolValue): New static function.
742         (resolve_symbol): Likewise.
743         (resolve_section): Likewise.
744         (undefined_reference): Likewise.
745         (eval_symbol): Likewise.
746         (evaluate_complex_relocation_symbols): Likewise.
747         (put_value): Likewise.
748         (get_value): Likewise.
749         (decode_complex_addend):
750         (bfd_elf_perform_complex_relocation): New function.
751         (elf_link_input_bfd): Call evaluate_complex_relocation_symbols.
752         * reloc.c (BFD_RELOC_RELC): New relocation number.
753         * syms.c (BSF_RELC,BSF_SRELC): New macros.
754
755 2007-02-05  Bob Wilson  <bob.wilson@acm.org>
756
757         * elf32-xtensa.c (elf_xtensa_make_sym_local): Delete.
758         (elf_xtensa_hide_symbol, elf_backend_hide_symbol): Delete.
759         (elf_xtensa_fix_refcounts, elf_xtensa_allocate_plt_size)
760         (elf_xtensa_allocate_got_size): Replace these with...
761         (elf_xtensa_allocate_dynrelocs): ...this new function.
762         (elf_xtensa_size_dynamic_sections): Use it.
763
764 2007-02-05  Bob Wilson  <bob.wilson@acm.org>
765
766         * elf32-xtensa.c (elf_howto_table) <R_XTENSA_GLOB_DAT>
767         <R_XTENSA_JMP_SLOT, R_XTENSA_RELATIVE, R_XTENSA_PLT, R_XTENSA_DIFF32>:
768         Set src_mask to zero.
769         <R_XTENSA_DIFF8, R_XTENSA_DIFF16>: Likewise.  Also fix dst_mask.
770         <R_XTENSA_ASM_EXPAND>: Set pcrel_offset to TRUE.
771
772 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
773
774         * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Renamed to...
775         (elf_xtensa_dynamic_symbol_p): ...this.
776
777 2007-02-02  Bob Wilson  <bob.wilson@acm.org>
778
779         * elf32-xtensa.c (plt_reloc_count): Move into link hash table.
780         (struct elf_xtensa_link_hash_table): New.
781         (elf_xtensa_hash_table): New.
782         (elf_xtensa_link_hash_table_create): New.
783         (elf_xtensa_check_relocs): Update plt_reloc_count references.
784         Update arguments to add_extra_plt_sections.
785         (elf_xtensa_create_dynamic_sections): Record new sections in the hash
786         table.  Update for plt_reloc_count and add_extra_plt_sections.
787         (add_extra_plt_sections, elf_xtensa_create_plt_entry): Replace dynobj
788         argument with link info.  Update calls to elf_xtensa_get_plt_section
789         and elf_xtensa_get_gotplt_section.
790         (elf_xtensa_allocate_local_got_size, elf_xtensa_size_dynamic_sections)
791         (elf_xtensa_relocate_section, elf_xtensa_finish_dynamic_sections)
792         (elf_xtensa_discard_info_for_section, shrink_dynamic_reloc_sections)
793         (relax_property_section): Get sections from the hash table and update
794         function calls.
795         (elf_xtensa_get_plt_section, elf_xtensa_get_gotplt_section): Replace
796         dynobj argument with link info.  Get sections for first plt chunk from
797         the hash table.
798         (bfd_elf32_bfd_link_hash_table_create): Define.
799
800 2007-02-02  Jakub Jelinek  <jakub@redhat.com>
801
802         * elf-bfd.h (struct elf_obj_tdata): Change symbuf type to void *.
803         * elf.c (struct elf_symbuf_symbol, struct elf_symbuf_head): New types.
804         (struct elf_symbol): Change first member into union.
805         (elf_sort_elf_symbol): Compare pointers to internal syms rather than
806         internal syms.  Only compare st_shndx fields.
807         (elf_create_symbuf): New function.
808         (bfd_elf_match_symbols_in_sections): Use it.  If symbufs are available
809         for bfds, use a binary search, otherwise don't qsort symbols
810         unnecessarily only to select which symbols are for the particular
811         shndx.
812
813 2007-02-01  Nick Clifton  <nickc@redhat.com>
814
815         PR ld/3852
816         * elf.c (_bfd_elf_link_hash_table_init): Initialize all the fields
817         in the elf_link_hash_table structure.
818
819 2007-02-01  Alan Modra  <amodra@bigpond.net.au>
820
821         * elf-bfd.h (struct elf_backend_data): Add elf_backend_write_core_note.
822         * elfxx-target.h (elf_backend_write_core_note): Define and use.
823         * elf.c (elfcore_write_prpsinfo): Call the above.  Add support for
824         32-bit core note on 64-bit target.
825         (elfcore_write_prstatus): Likewise.
826         (elfcore_write_lwpstatus): Make note_name const.
827         (elfcore_write_prfpreg): Likewise.
828         (elfcore_write_pstatus): Add support for 32-bit core note on 64-bit
829         target.
830         * elf32-ppc.c (ppc_elf_write_core_note): New function.
831         (elf_backend_write_core_note): Define.
832         * elf64-ppc.c (ppc64_elf_write_core_note): New function.
833         (elf_backend_write_core_note): Define.
834
835 2007-01-31  H.J. Lu  <hongjiu.lu@intel.com>
836
837         * elf32-cris.c (INCLUDED_TARGET_FILE): Removed.
838         (elf32_bed): Defined for elf32-us-cris.
839
840         * elf64-sh64.c (elf64_bed): Defined for Linux.
841         (INCLUDED_TARGET_FILE): Removed.
842
843         * elfxx-target.h (elfNN_bed): Always define. Don't check
844         INCLUDED_TARGET_FILE.
845
846 2007-01-31  DJ Delorie  <dj@redhat.com>
847
848         * elf-m10300.c (mn10300_elf_relocate_section): Clarify the warning
849         message for dangerous relocs, special case the common user error.
850
851 2007-01-30  H.J. Lu  <hongjiu.lu@intel.com>
852
853         * elf.c (copy_elf_program_header): Start from the first section
854         in a segment and stop when all sections in a segment are
855         accounted for.
856
857 2007-01-29  Julian Brown  <julian@codesourcery.com>
858
859         * bfd-in2.h: Regenerate.
860         * bfd-in.h (bfd_arm_vfp11_fix): New enum. Specify how VFP11
861         instruction scanning should be done.
862         (bfd_elf32_arm_init_maps, bfd_elf32_arm_vfp11_erratum_scan)
863         (bfd_elf32_arm_vfp11_fix_veneer_locations): Add prototypes.
864         (bfd_elf32_arm_set_target_relocs): Add vfp11 fix type argument to
865         prototype.
866         * elf-bfd.h (elf_backend_write_section): Add struct bfd_link_info
867         argument.
868         * elf32-arm.c (VFP11_ERRATUM_VENEER_SECTION_NAME)
869         (VFP11_ERRATUM_VENEER_ENTRY_NAME): Define macros.
870         (elf32_vfp11_erratum_type): New enum.
871         (elf32_vfp11_erratum_list): New struct. List of veneers or jumps to
872         veneers.
873         (_arm_elf_section_data): Add mapsize, erratumcount, erratumlist.
874         (elf32_arm_link_hash_table): Add vfp11_erratum_glue_size,
875         vfp11_fix and num_vfp11_fixes fields.
876         (elf32_arm_link_hash_table_create): Initialise vfp11_fix,
877         vfp11_erratum_glue_size, num_vfp11_fixes fields.
878         (VFP11_ERRATUM_VENEER_SIZE): Define. Size of an (ARM) veneer.
879         (bfd_elf32_arm_allocate_interworking_sections): Initialise erratum
880         glue section.
881         (elf32_arm_section_map_add): Add an code/data mapping symbol entry
882         to a section's map.
883         (record_vfp11_erratum_veneer): Create a single veneer, and its
884         associated symbols.
885         (bfd_elf32_arm_add_glue_sections_to_bfd): Add vfp11 erratum glue.
886         (bfd_elf32_arm_init_maps): Initialise mapping symbol table for input
887         BFDs.
888         (bfd_elf32_arm_set_vfp11_fix): Set the type of erratum workaround
889         required.
890         (bfd_arm_vfp11_pipe): Define VFP11 instruction pipes.
891         (bfd_arm_vfp11_regno): Recode a register number from a VFP11 insn.
892         (bfd_arm_vfp11_write_mask): Update write mask according to coded
893         register number.
894         (bfd_arm_vfp11_antidependency): New function.
895         (bfd_arm_vfp11_insn_decode): Decode a VFP11 insn.
896         (elf32_arm_compare_mapping): Declare.
897         (bfd_elf32_arm_vfp11_erratum_scan): Scan the sections of an input
898         BFD for potential erratum-triggering insns. Record results.
899         (bfd_elf32_arm_vfp11_fix_veneer_locations): Find out where veneers
900         and branches to veneers have been placed in virtual memory after
901         layout.
902         (bfd_elf32_arm_set_target_relocs): Set vfp11_fix field in global
903         hash table.
904         (elf32_arm_output_symbol_hook): Remove.
905         (elf32_arm_write_section): Output veneers, and branches to veneers.
906         Use maps from input sections, not output sections, for code
907         byte-swapping.
908         * elf32-ppc.c (ppc_elf_write_section): Add dummy link_info argument.
909         * elf32-score.c (_bfd_score_elf_write_section): Likewise.
910         * elfxx-mips.c (_bfd_mips_elf_write_section): Likewise.
911         * elfxx-mips.h (_bfd_mips_elf_write_section): Likewise.
912
913 2007-01-27  H.J. Lu  <hongjiu.lu@intel.com>
914
915         * elf64-hppa.c (elf64_bed): Defined for HPUX and Linux.
916         (INCLUDED_TARGET_FILE): Removed.
917
918 2007-01-27  Mike Frysinger  <vapier@gentoo.org>
919
920         * elf32-hppa.c (elf32_bed): Define for hpux, linux and netbsd.
921         (INCLUDED_TARGET_FILE): Remove.
922
923 2007-01-25  DJ Delorie  <dj@redhat.com>
924
925         * elf32-m32c.c (m32c_elf_howto_table): Don't complain about
926         R_M32C_16 or R_M32C_24 relocs.
927
928 2007-01-25  Nick Clifton  <nickc@redhat.com>
929
930         PR binutils/3874
931         * elf32-avr.c (avr_link_hash_table): Check to make sure that the
932         hash table was created by elf32_avr_link_hash_table_create before
933         using it.
934         (elf32_avr_link_hash_newfunc): New function.  Just pass the call
935         through to _bfd_elf_link_hash_newfunc.
936         (elf32_avr_link_hash_table_create): Use
937         elf32_avr_link_hash_newfunc instead of
938         _bfd_elf_link_hash_newfunc.
939         (elf32_avr_relocate_section): Check for the hash table pointer
940         being NULL.
941         (elf32_avr_relax_section, avr_build_one_stub,
942         elf32_avr_setup_params, get_local_syms, elf32_avr_size_stubs,
943         elf32_avr_build_stubs): Likewise.
944
945 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
946
947         PR ld/3831
948         * elf-bfd.h (bfd_elf_link_mark_dynamic_symbol): Add an
949         argument, Elf_Internal_Sym *.
950
951         * elflink.c (bfd_elf_link_mark_dynamic_symbol): Mark a data
952         symbol dynamic if info->dynamic_data is TRUE.
953         (bfd_elf_record_link_assignment): Updated call to
954         bfd_elf_record_link_assignment.
955         (_bfd_elf_merge_symbol): Likewise.  Always call
956         bfd_elf_link_mark_dynamic_symbol.
957
958 2007-01-12  H.J. Lu  <hongjiu.lu@intel.com>
959
960         * Makefile.am (BFD_LIBS): Removed.
961         * Makefile.in: Regenerated.
962
963 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
964
965         PR binutils/3631
966         * Makefile.am (OFILES): Add @bfd64_libs@.
967         (libbfd_la_SOURCES): Remove $(BFD64_LIBS_CFILES).
968         * Makefile.in: Regenerated.
969
970         * configure.in (bfd_libs): Replaced by ...
971         (bfd64_libs): This.
972         * configure: Regenerated.
973
974 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
975
976         * elf.c (assign_file_positions_for_load_sections): We can
977         require fewer phdrs than expected.
978
979 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
980
981         * archures.c (bfd_mach_cpu32_fido): Rename to bfd_mach_fido.
982         * bfd-in2.h: Regenerate.
983         * cpu-m68k.c (arch_info_struct): Use bfd_mach_fido instead of
984         bfd_mach_cpu32_fido.
985         (m68k_arch_features): Use fido_a instead of cpu32.
986         (bfd_m68k_compatible): Reject the combination of Fido and
987         ColdFire.  Accept the combination of CPU32 and Fido with a
988         warning.
989         * elf32-m68k.c (elf32_m68k_object_p,
990         elf32_m68k_merge_private_bfd_data,
991         elf32_m68k_print_private_bfd_data): Treat Fido as an
992         architecture by itself.
993
994 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
995
996         * config.bfd: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
997
998 2007-01-05  Jakub Jelinek  <jakub@redhat.com>
999
1000         * texhex.c (first_phase): Don't fall through into the default
1001         case.
1002         (pass_over): Replace abort () calls with return FALSE.  Fix
1003         buffer overflow.
1004
1005 2007-01-04  Jie Zhang  <jie.zhang@analog.com>
1006
1007         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't set
1008         SEC_EXCLUDE on zero size .eh_frame.
1009
1010 For older changes see ChangeLog-2006
1011 \f
1012 Local Variables:
1013 mode: change-log
1014 left-margin: 8
1015 fill-column: 74
1016 version-control: never
1017 End: