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