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