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