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