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