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