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