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