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