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