* xtensa-modules.c: Update tables with Xtensa MMU features.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
074f5109
BW
12005-07-07 Bob Wilson <bob.wilson@acm.org>
2
3 * xtensa-modules.c: Update tables with Xtensa MMU features.
4
0fd3a477
JW
52005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6
7 * elf32-xtensa.c (vsprint_msg): Add format attribute. Fix
8 format bugs.
9 * vms.h (_bfd_vms_debug): Add format attribute.
10 (_bfd_vms_debug, _bfd_hexdump): Fix typos.
11
9968d831
L
122005-07-07 H.J. Lu <hongjiu.lu@intel.com>
13
14 PR 975
15 * elflink.c (_bfd_elf_symbol_refs_local_p): Only undefined
16 symbol with default visibility is local.
17
3b1fcf96
BE
182005-07-07 Ben Elliston <bje@gnu.org>
19
20 * config.bfd: Mark m68*-*-rtemscoff as obsolete.
21
5cf2e3f0
L
222005-07-06 H.J. Lu <hongjiu.lu@intel.com>
23
24 * dwarf2.c (varinfo): Add addr.
25 (lookup_symbol_in_variable_table): Also check addr.
26 (scan_unit_for_symbols): Set addr for variable.
27 (comp_unit_find_line): Updated.
28
0adc9281
NC
292005-07-06 Nick Clifton <nickc@redhat.com>
30
31 * coff-alpha.c (alpha_adjust_reloc_in): Issue an informative error
32 message if an unknown reloc is encountered.
33 (alpha_relocate_section): Likewise.
34
35 * ecoff.c (_bfd_ecoff_write_object_contents): Cope with a reloc
36 with a missing howto field.
37
cfbe541f
AM
382005-07-06 Alan Modra <amodra@bigpond.net.au>
39
40 * po/SRC-POTFILES.in: Add cpu-ms1.c, elf32-ms1.c, elf-vxworks.c,
41 elfxx-sparc.c.
42
d5e3d971
PB
432005-07-05 Paul Brook <paul@codesourcery.com>
44
45 * elf32-ppc.c (ppc_elf_vxworks_special_sections): Remove.
46 (ppc_elf_vxworks_get_sec_type_attr): New function.
47 (elf_backend_special_sections): Remove vxwords definition.
48 (elf_backend_get_sec_type_attr): Define for vxworks.
49
3ec2b351
NC
502005-07-05 Nick Clifton <nickc@redhat.com>
51
52 * elf64-ppc.c (ppc64_elf_info_to_howto): Fix typo.
53
d5e3d971 542005-07-05 Paul Brook <paul@codesourcery.com>
9d8504b1
PB
55
56 * config.bfd: Add separate case for ppc-vxworks.
57 * configure: Regenerate.
58 * configure.in: Include elf-vxworks.lo on ppc targets.
59 * elf-vxworks.c (elf_vxworks_final_write_processing): Handle
60 .rela.plt.unloaded.
61 * elf32-ppc.c: Add VxWorks target vec. Include elf-vxworks.h.
62 (PLT_ENTRY_SIZE, PLT_INITIAL_ENTRY_SIZE, PLT_SLOT_SIZE): Remove.
63 (VXWORKS_PLT_ENTRY_SIZE, ppc_elf_vxworks_plt_entry,
64 ppc_elf_vxworks_pic_plt_entry, VXWORKS_PLT_INITIAL_ENTRY_SIZE,
65 ppc_elf_vxworks_plt0_entry, ppc_elf_vxworks_pic_plt0_entry,
66 VXWORKS_PLT_NON_JMP_SLOT_RELOCS, VXWORKS_PLTRESOLVE_RELOCS,
67 VXWORKS_PLTRESOLVE_RELOCS_SHLIB): New.
68 (ppc_elf_link_hash_table): Add srelplt2, sgotplt, hgot, hplt,
69 is_vxworks, plt_entry_size, plt_slot_size, plt_initial_entry_size.
70 (ppc_elf_link_hash_table_create): Initialize hadtab plt fields.
71 (ppc_elf_create_got): Create .got.plt for VxWorks.
72 (ppc_elf_create_dynamic_sections): Create unloaded plt relocation
73 section for VxWorks.
74 (ppc_elf_select_plt_layout): Handle VxWorks plt format.
75 (allocate_got): VxWorks does not need a got header.
76 (allocate_dynrelocs): Handle VxWorks plt format.
77 (ppc_elf_size_dynamic_sections): Save _G_O_T_ and _P_L_T_ symbols for
78 VxWorks. Handle VxWorks plt/got.
79 (ppc_elf_finish_dynamic_sections): Fill in VxWorks plt.
80 (ppc_elf_vxworks_special_sections): New.
81 (ppc_elf_vxworks_link_hash_table_create,
82 ppc_elf_vxworks_add_symbol_hook,
83 elf_i386_vxworks_link_output_symbol_hook,
84 ppc_elf_vxworks_final_write_processing): New functions.
85 * targets.c (bfd_elf32_powerpc_vxworks_vec): Declare.
86 (_bfd_target_vector): Use it.
87
c6c60d09
JJ
882005-07-05 Jakub Jelinek <jakub@redhat.com>
89
9e492e05
JJ
90 * libbfd-in.h (struct artdata): Add extended_names_size field.
91 * libbfd.h: Rebuilt.
92 * coff-rs600.c (_bfd_xcoff_archive_p): Don't clear fields in freshly
93 allocated object by bfd_zalloc.
94 * coff64-rs6000.c (xcoff64_archive_p): Likewise.
95 * ecoff.c (_bfd_ecoff_archive_p): Likewise.
96 * archive.c (_bfd_generic_mkarchive, bfd_generic_archive_p): Likewise.
97 (get_extended_arelt_filename): Fail if index is bigger or equal to
98 extended_names_size.
99 (_bfd_generic_read_ar_hdr_mag): Don't set bfd_error_malformed_archive,
100 get_extended_arelt_filename already did that.
101 (_bfd_slurp_extended_name_table): Initialize extended_names_size field.
102 Allocate one extra byte and clear it, in case extended names table
103 is not terminated.
104
d0fb9a8d
JJ
105 * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2, bfd_alloc2,
106 bfd_zalloc2): New prototypes.
107 * bfd-in.h (HALF_BFD_SIZE_TYPE): Define.
108 * libbfd.c (bfd_malloc2, bfd_realloc2, bfd_zmalloc2): New functions.
109 * opncls.c (bfd_alloc2, bfd_zalloc2): New functions.
110 * elf.c (bfd_elf_get_elf_syms, setup_group, assign_section_numbers,
111 elf_map_symbols, map_sections_to_segments,
112 assign_file_positions_for_segments, copy_private_bfd_data,
113 swap_out_syms, _bfd_elf_slurp_version_tables): Use bfd_*alloc2
114 where appropriate.
115 * bfd-in2.h: Rebuilt.
116 * libbfd.h: Rebuilt.
117
118 * elf.c (_bfd_elf_print_private_bfd_data): Don't crash on bogus
119 verdef or verneed section.
120 (_bfd_elf_slurp_version_tables): Handle corrupt verdef and/or
121 verneed sections gracefully.
122 * elfxx-sparc.c (_bfd_sparc_elf_info_to_howto_ptr): Don't crash on
123 bogus relocation values.
124 * elf64-ppc.c (ppc64_elf_info_to_howto): Likewise.
125 * elf64-s390.c (elf_s390_info_to_howto): Likewise.
126 * elf32-s390.c (elf_s390_info_to_howto): Likewise.
127 * elf64-x86-64.c (elf64_x86_64_info_to_howto): Likewise.
128 * elfxx-ia64.c (lookup_howto): Likewise.
129
c6c60d09
JJ
130 * elf.c (bfd_elf_get_str_section): Allocate an extra byte after
131 the end of strtab and clear it.
132 (elf_read): Remove.
133
dcd4b381
NC
1342005-07-05 Nick Clifton <nickc@redhat.com>
135
136 * po/vi.po: New Vietnamese translation.
137 * configure.in (ALL_LINGUAS): Add vi.
138 * configure: Regenerate.
139
8532796c
NC
1402005-07-05 Peter S. Mazinger <ps.m@gmx.net>
141
142 * elf32-arm.c (elf32_arm_size_dynamic_sections): Fix a typo and
143 touchup logic like i386/ppc.
144
b35d266b
AM
1452005-07-05 Alan Modra <amodra@bigpond.net.au>
146
147 * elf.c (special_sections): Move const qualifier.
148 (special_sections_b..special_sections_t): Likewise.
149 * elf32-arm.c (elf32_arm_symbian_get_sec_type_attr): Remove duplicate
150 const.
151 (elf32_arm_symbian_special_sections): Move const qualifier.
152 * elf32-m32r.c: Similarly.
153 * elf32-m68hc11.c: Similarly.
154 * elf32-m68hc12.c: Similarly.
155 * elf32-mcore.c: Similarly.
156 * elf32-ppc.c: Similarly.
157 * elf32-sh64.c: Similarly.
158 * elf32-v850.c: Similarly.
159 * elf32-xtensa.c: Similarly.
160 * elf64-alpha.c: Similarly.
161 * elf64-hppa.c: Similarly.
162 * elf64-ppc.c: Similarly.
163 * elf64-sh64.c: Similarly.
164 * elfxx-ia64.c: Similarly.
165 * elfxx-mips.c: Similarly.
166
80447b21
NC
1672005-07-04 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
168
169 * elf32-m32r.c (m32r_elf_size_dynamic_sections): Use
170 info->executable instead of !info->shared where appropriate.
171
540b09cb
AM
1722005-07-04 Alan Modra <amodra@bigpond.net.au>
173
174 PR 1042
175 * elf.c (assign_file_positions_for_segments): Remove excluded
176 sections from the segment map.
177
551b43fd
AM
1782005-07-04 Alan Modra <amodra@bigpond.net.au>
179
180 PR 1004
181 * elf-bfd.h (struct elf_backend_data): Add get_sec_type_attr. Delete
182 special_sections.
183 (_bfd_elf_get_special_section): Declare.
184 (bfd_elf_special_section): Update prototype.
185 * elf.c (special_sections): Remove unused outer entries.
186 (get_special_section): Delete.
187 (_bfd_elf_get_special_section): New function.
188 (_bfd_elf_get_sec_type_attr): Replace "name" arg with "sec". Update
189 special_sections indexing.
190 (_bfd_elf_new_section_hook): Call backend get_sec_type_attr.
191 * elf32-arm.c (symbian_special_sections_d): Delete.
192 (symbian_special_sections_g, symbian_special_sections_h): Delete.
193 (symbian_special_sections_i, symbian_special_sections_f): Delete.
194 (symbian_special_sections_p): Delete.
195 (elf32_arm_symbian_special_sections): Merge above to here.
196 (elf32_arm_symbian_get_sec_type_attr): New function.
197 (elf_backend_special_sections): Don't define.
198 (elf_backend_get_sec_type_attr): Define.
199 * elf32-m32r.c: Similarly to elf32-arm.c.
200 * elf32-m68hc11.c: Likewise.
201 * elf32-m68hc12.c: Likewise.
202 * elf32-mcore.c: Likewise.
203 * elf32-sh64.c: Likewise.
204 * elf32-v850.c: Likewise.
205 * elf32-xtensa.c: Likewise.
206 * elf64-alpha.c: Likewise.
207 * elf64-hppa.c: Likewise.
208 * elf64-ppc.c: Likewise.
209 * elf64-sh64.c: Likewise.
210 * elfxx-ia64.c: Likewise.
211 * elfxx-mips.c: Likewise.
212 * elf32-ppc.c: Likewise.
213 (bfd_elf_special_section ppc_alt_plt): New. Use it if .plt loadable.
214 * elfxx-mips.h (_bfd_mips_elf_get_sec_type_attr): Declare.
215 (_bfd_mips_elf_special_sections, elf_backend_special_sections): Delete.
216 (elf_backend_get_sec_type_attr): Define.
217 * elfxx-target.h (elf_backend_get_sec_type_attr): Define.
218 (elf_backend_special_sections): Don't define.
219 (elfNN_bed): Update.
220
47b0e7ad
NC
2212005-07-01 Nick Clifton <nickc@redhat.com>
222
223 * cpu-d10v.c: Update to ISO C90 style function declarations and
224 fix formatting.
225 * cpu-d30v.c: Likewsie.
226 * cpu-i370.c: Likewsie.
227 * cpu-xstormy16.c: Likewsie.
228 * elf32-arc.c: Likewsie.
229 * elf32-d10v.c: Likewsie.
230 * elf32-d30v.c: Likewsie.
231 * elf32-dlx.c: Likewsie.
232 * elf32-i370.c: Likewsie.
233 * elf32-i960.c: Likewsie.
234 * elf32-ip2k.c: Likewsie.
235 * elf32-m32r.c: Likewsie.
236 * elf32-mcore.c: Likewsie.
237 * elf32-openrisc.c: Likewsie.
238 * elf32-or32.c: Likewsie.
239 * elf32-pj.c: Likewsie.
240 * elf32-v850.c: Likewsie.
241 * elf32-xstormy16.c: Likewsie.
242
85d162e6
AM
2432005-07-01 Alan Modra <amodra@bigpond.net.au>
244
245 * elf64-alpha.c (elf64_alpha_create_got_section): Always create
246 a new .got section.
247 (elf64_alpha_create_dynamic_sections): Always make new sections
248 by using bfd_make_section_anyway_with_flags. Check that .got not
249 already created.
250 (elf64_alpha_check_relocs): Delete "got_created". Use tdata->gotobj
251 instead.
252
b116d4a7
AM
2532005-06-30 Alan Modra <amodra@bigpond.net.au>
254
255 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Ignore dynamic
256 _SDA_BASE_ and _SDA2_BASE_ symbols.
257 * elflink.c (_bfd_elf_provide_symbol): Correct comment. Define
258 sym if not def_regular.
259 (_bfd_elf_provide_section_bound_symbols): Similarly.
260
7f41b278
BE
2612005-06-30 Ben Elliston <bje@gnu.org>
262
263 * config.bfd: Mark as obsolete:
264 m68*-apollo-*
265 m68*-apple-aux*
266 m68*-bull-sysv*
267
39c2f51b
AM
2682005-06-29 Alan Modra <amodra@bigpond.net.au>
269
270 * elflink.c (_bfd_elf_gc_mark): Mark sections referenced by
271 .eh_frame specially..
272 (bfd_elf_gc_sections): ..rather than totally ignoring .eh_frame.
273 Don't recheck sections we have already marked.
274 (elf_gc_sweep): Keep non-code sections referenced from .eh_frame.
275 * section.c (struct bfd_section): Add gc_mark_from_eh.
276 (STD_SECTION): Adjust.
277 * ecoff.c (bfd_debug_section): Adjust.
278 * bfd-in2.h: Regenerate.
279
e8aaee2a
AM
2802005-06-29 Alan Modra <amodra@bigpond.net.au>
281
282 * elflink.c (elf_gc_sweep): Do not refcount on sections that have
283 not been processed by check_relocs.
284
3b2175db
PB
2852005-06-29 Paul Brook <paul@codesourcery.com>
286
287 * bfd-in.h (_bfd_elf_provide_symbol): Update prototype.
288 * bfd-in2.h: Regenerate.
289 * elf32-ppc.c (ppc_elf_set_sdata_syms): Make sdata symbols section
290 relative.
291 * elflink.c (bfd_elf_set_symbol): Add section argument.
292 (_bfd_elf_provide_symbol): Ditto.
293 (_bfd_elf_provide_section_bound_symbols): Pass NULL section argument.
294
a63e02c7
DA
2952005-06-27 Carlos O'Donell <carlos@systemhalted.org>
296
297 * bfd/elf32-hppa.c (struct elf32_hppa_stub_hash_entry):
298 Use bh_root, and hh.
299 (struct elf32_hppa_link_hash_entry): Use eh, and hsh_cache.
300 (struct elf32_hppa_dyn_reloc_entry): Use hdh_next.
301 (struct elf32_hppa_link_hash_table): Use etab and bstab.
302 (stub_hash_newfunc): Use hh.
303 (hppa_link_hash_newfunc): Use hsh_cache.
304 (elf32_hppa_link_hash_table_create): Use etab, and bstab.
305 (elf32_hppa_link_hash_table_free): Use bstab.
306 (hppa_stub_name): Use eh.
307 (hppa_get_stub_entry): Use hh, hsh_entry, and hsh_cache.
308 (hppa_add_stub): Use bstab.
309 (hppa_type_of_stub): Use eh.
310 (hppa_build_one_stub): Use hh and bh_root.
311 (elf32_hppa_copy_indirect_symbol): Use hdh_next.
312 (elf32_hppa_check_relocs): Use eh, etab, and hdh_next.
313 (elf32_hppa_gc_sweep_hook): Use hdh_next.
314 (elf32_hppa_adjust_dynamic_symbol): Use hdh_next, and etab.
315 (allocate_plt_static): Use etab.
316 (allocate_dynrelocs): Use etab, and hdh_next.
317 (readonly_dynrelocs): Use hdh_next.
318 (elf32_hppa_size_dynamic_sections): Use etab, and hdh_next.
319 (get_local_syms): Use eh, bstab, and hh.
320 (elf32_hppa_size_stubs): Use eh, bstab, and hh.
321 (elf32_hppa_set_gp): Use etab.
322 (elf32_hppa_build_stubs): Use bstab.
323 (final_link_relocate): Use eh, bh_root.
324 (elf32_hppa_relocate_section): Use elf, etab.
325 (elf32_hppa_finish_dynamic_sections): Use etab.
326
5f1cb353
L
3272005-06-27 H.J. Lu <hongjiu.lu@intel.com>
328
329 * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): Remove
330 the extra `;'.
331
875c0872
DA
3322005-06-21 Carlos O'Donell <carlos@systemhalted.org>
333
334 * bfd/elf32-hppa.c (hppa_elf_hash_entry): Define.
335 (hppa_stub_hash_entry): Define.
336 (stub_hash_newfunc): Rename variables.
337 (hppa_link_hash_newfunc): Likewise.
338 (elf32_hppa_link_hash_table_free): Likewise.
339 (hppa_stub_name): Likewise.
340 (hppa_get_stub_entry): Likewise.
341 (hppa_add_stub): Likewise.
342 (hppa_type_of_stub): Likewise.
343 (hppa_build_one_stub): Likewise.
344 (hppa_size_one_stub): Likewise.
345 (elf32_hppa_create_dynamic_sections): Likewise.
346 (elf32_hppa_copy_indirect_symbol): Likewise.
347 (elf32_hppa_check_relocs): Likewise.
348 (elf32_hppa_gc_mark_hook): Likewise.
349 (elf32_hppa_gc_sweep_hook): Likewise.
350 (elf32_hppa_grok_psinfo): Likewise.
351 (elf32_hppa_hide_symbol): Likewise.
352 (elf32_hppa_adjust_dynamic_symbol): Likewise.
353 (allocate_dynrelocs): Likewise.
354 (clobber_millicode_symbols): Likewise.
355 (readonly_dynrelocs): Likewise.
356 (elf32_hppa_size_dynamic_sections): Likewise.
357 (get_local_syms): Likewise.
358 (elf32_hppa_size_stubs): Likewise.
359 (hppa_record_segment_addr): Likewise.
360 (final_link_relocate): Likewise.
361 (elf32_hppa_relocate_section): Likewise.
362 (elf32_hppa_finish_dynamic_symbol): Likewise.
363
973a3492
L
3642005-06-20 H.J. Lu <hongjiu.lu@intel.com>
365
366 PR 1025
367 * elf-m10300.c (mn10300_elf_check_relocs): Handle indirect
368 symbol.
369 * elf32-arm.c (elf32_arm_check_relocs): Likewise.
370 * elf32-avr.c (elf32_avr_check_relocs): Likewise.
371 * elf32-cris.c (cris_elf_check_relocs): Likewise.
372 * elf32-d10v.c (elf32_d10v_check_relocs): Likewise.
373 * elf32-dlx.c (elf32_dlx_check_relocs): Likewise.
374 * elf32-fr30.c (fr30_elf_check_relocs): Likewise.
375 * elf32-frv.c (elf32_frv_check_relocs): Likewise.
376 * elf32-i370.c (i370_elf_check_relocs): Likewise.
377 * elf32-iq2000.c (iq2000_elf_check_relocs): Likewise.
378 * elf32-m32r.c (m32r_elf_check_relocs): Likewise.
379 * elf32-m68hc1x.c (elf32_m68hc11_check_relocs): Likewise.
380 * elf32-m68k.c (elf_m68k_check_relocs): Likewise.
381 * elf32-mcore.c (mcore_elf_check_relocs): Likewise.
382 * elf32-ms1.c (ms1_elf_check_relocs): Likewise.
383 * elf32-msp430.c (elf32_msp430_check_relocs): Likewise.
384 * elf32-openrisc.c (openrisc_elf_check_relocs): Likewise.
385 * elf32-ppc.c (ppc_elf_check_relocs): Likewise.
386 * elf32-s390.c (elf_s390_check_relocs): Likewise.
387 * elf32-sh.c (sh_elf_check_relocs): Likewise.
388 * elf32-v850.c (v850_elf_check_relocs): Likewise.
389 * elf32-vax.c (elf_vax_check_relocs): Likewise.
390 * elf64-mmix.c (mmix_elf_check_relocs): Likewise.
391 * elf64-ppc.c (ppc64_elf_check_relocs): Likewise.
392 * elf64-s390.c (elf_s390_check_relocs): Likewise.
393 * elf64-sh64.c (sh_elf64_check_relocs): Likewise.
394 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Likewise.
395 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Likewise.
396
71cb9464
L
3972005-06-20 H.J. Lu <hongjiu.lu@intel.com>
398
f7c5057a
L
399 PR 1022
400 * elf32-hppa.c (elf32_hppa_check_relocs): Handle indirect
401 symbol.
402
4032005-06-20 H.J. Lu <hongjiu.lu@intel.com>
404
405 PR 1025
71cb9464
L
406 * elf32-i386.c (elf_i386_check_relocs): Handle indirect symbol.
407 * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise.
408
73d147dc
L
4092005-06-18 H.J. Lu <hongjiu.lu@intel.com>
410
411 * reloc.c: Add BFD_RELOC_X86_64_GOTOFF64 and
412 BFD_RELOC_X86_64_GOTPC32.
413 * bfd-in2.h: Regenerated.
414
a50b2160
JJ
4152005-06-17 Jakub Jelinek <jakub@redhat.com>
416
aa2ca951
JJ
417 * elf.c (bfd_section_from_shdr): Kill bogus warning.
418
a50b2160
JJ
419 * elf.c (bfd_section_from_shdr): Fail if sh_entsize is bogus for
420 symbol, relocation, group or versym sections.
421
422 * coffcode.h (coff_slurp_reloc_table): Don't crash if native_relocs
423 is NULL.
424 * peXXigen.c (pe_print_idata): Don't crash if dll_name or start_address
425 doesn't point into the section.
426
d6ab8113
JB
4272005-06-17 Jan Beulich <jbeulich@novell.com>
428
429 * bfd-in2.h (elf_x86_64_reloc_type): Add BFD_RELOC_X86_64_GOTOFF64
430 and BFD_RELOC_X86_64_GOTPC32.
431 * libbfd.h (bfd_reloc_code_real_names): Likewise.
432 * elf64-x86-64.c (x86_64_elf_howto_table): Add entries for
433 R_X86_64_PC64, R_X86_64_GOTOFF64, and R_X86_64_GOTPC32.
434 (x86_64_reloc_map): Add entries for R_X86_64_PC64, R_X86_64_GOTOFF64,
435 and R_X86_64_GOTPC32.
436 (elf64_x86_64_info_to_howto): Adjust bounding relocation type.
437 (elf64_x86_64_check_relocs): Also handle R_X86_64_PC64,
438 R_X86_64_GOTOFF64, and R_X86_64_GOTPC32.
439 (elf64_x86_64_relocate_section): Likewise.
440 (elf64_x86_64_gc_sweep_hook): Also handle R_X86_64_PC64.
441
b820f1e4
MK
4422005-06-15 Mark Kettenis <kettenis@gnu.org>
443
444 * archive.c: Include "libiberty.h".
445
46767561
NC
4462005-06-15 Nick Clifton <nickc@redhat.com>
447
448 * elf32-v850.c (ELF_MACHINE_ALT2): Define so that binaries
449 produced by the GreenHills toolchain can be assimilated.
450
580a09db
DA
4512005-06-14 Steve Ellcey <sje@cup.hp.com>
452
453 * som.c (som_find_inliner_info): New.
454
91134c82
L
4552005-06-14 H.J. Lu <hongjiu.lu@intel.com>
456
457 * elflink.c (_bfd_elf_merge_symbol): Fix a typo in comment.
458
933d961a
JJ
4592005-06-14 Jakub Jelinek <jakub@redhat.com>
460
461 * elf.c (bfd_section_from_shdr): Fail if name is NULL.
462 Prevent endless recursion on broken objects.
463
464 * archive.c (do_slurp_coff_armap): Check for overflows.
465
9a44bbd9
DJ
4662005-06-10 Daniel Jacobowitz <dan@codesourcery.com>
467
468 * elfcode.h (elf_write_relocs): Do nothing if there are no
469 relocations.
470
75758e9d
AM
4712005-06-10 Alan Modra <amodra@bigpond.net.au>
472
473 * dwarf2.c (decode_line_info): Revert last change. Instead set
474 initial low_pc to -1 to avoid need to test whether loc_pc has
475 been set.
476
2ae0844c
CF
4772005-06-09 Christopher Faylor <cgf@timesys.com>
478
479 * coffcode.h (sec_to_styp_flags): Set appropriate section flags when
480 either SEC_ALLOC OR SEC_LOAD.
481
3b137b9a
CF
4822005-06-09 Christopher Faylor <cgf@timesys.com>
483
484 * coffcode.h (sec_to_styp_flags): Remove read/write flags from noload
485 section header. Do not add STYP_NOLOAD since it does not appear to be
486 a valid PE flag.
487
6bd00c5d
L
4882005-06-09 H.J. Lu <hongjiu.lu@intel.com>
489
490 PR 1000
491 * dwarf2.c (lookup_address_in_line_info_table): Restore code
492 handling NULL function info, removed with 2005-04-03 change.
493
a366f4ff
MM
4942005-06-08 Mark Mitchell <mark@codesourcery.com>
495
496 * opncls.c (bfd_fopen): Mark returned BFD as cacheable if FD == -1.
497
0e58fcf3
AM
4982005-06-09 Alan Modra <amodra@bigpond.net.au>
499
500 * elflink.c (elf_mark_used_section): Delete.
501 (bfd_elf_gc_sections): Call bfd_generic_gc_sections.
502 * reloc.c (bfd_mark_used_section): New function.
503 (bfd_generic_gc_sections): Call bfd_mark_used_section.
504
92a7c1b8
AM
5052005-06-08 Alan Modra <amodra@bigpond.net.au>
506
507 * opncls.c (bfd_fopen): Don't set bfd_error unconditionally.
d83747fa 508 (bfd_fdopenr): Same.
92a7c1b8 509
dfab97d6
MM
5102005-06-07 Mark Mitchell <mark@codesourcery.com>
511
512 * opncls.c (bfd_fdopenr): Add missing break statements.
513
2d0123b7
MM
5142005-06-07 Mark Mitchell <mark@codesourcery.com>
515
516 * opncls.c (bfd_fopen): New API.
517 (bfd_openr): Use it.
518 (bfd_fdopenr): Likewise.
519 * bfd-in2.h: Regenerated.
520
de33e640
AH
5212005-06-07 Aldy Hernandez <aldyh@redhat.com>
522 Michael Snyder <msnyder@redhat.com>
523 Stan Cox <scox@redhat.com>
524
525 * Makefile.am (ALL_MACHINES): Add ms1 support.
526 (ALL_MACHINES_CFILES): Same.
527 (BFD32_BACKENDS): Same.
528 (BFD32_BACKENDS_CFILES): Same.
529
530 * Makefile.in: Regenerate.
531
532 * archures.c (bfd_architecture): Add ms1 entries.
533 Externalize bfd_ms1_arch.
534 (bfd_archures_list): Add bfd_ms1_arch.
535
536 * bfd-in2.h: Regenerate.
537
538 * cpu-ms1.c: New file.
539
540 * elf32-ms1.c: New file.
541
542 * targets.c: Define extern of bfd_elf32_ms1_vec.
543 Add bfd_elf32_ms1_vec to _bfd_target_vector.
544
545 * configure.in: Add bfd_elf32_ms1_vec case.
546
547 * configure: Regenerate.
548
549 * config.bfd: Add ms1-*-elf to table.
550
55cf6793
ZW
5512005-06-07 Zack Weinberg <zack@codesourcery.com>
552
553 * coff-i386.c: Change md_apply_fix3 to md_apply_fix in comment.
554
4575b1b5
AM
5552005-06-07 Alan Modra <amodra@bigpond.net.au>
556
557 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Init _bfd_find_line.
558 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
559
5420f73d
L
5602005-06-06 H.J. Lu <hongjiu.lu@intel.com>
561
562 PR 990
563 * bfd.c (bfd_find_line): New.
564
565 * dwarf2.c (comp_unit): Add variable_table.
566 (funcinfo): Add file, line, and sec.
567 (varinfo): New.
568 (lookup_symbol_in_function_table): New.
569 (lookup_symbol_in_variable_table): New.
570 (scan_unit_for_functions): Renamed to ...
571 (scan_unit_for_symbols): This. Handle DW_TAG_entry_point and
572 DW_TAG_variable.
573 (comp_unit_find_nearest_line): Updated.
574 (comp_unit_find_line): New.
575 (_bfd_dwarf2_find_line): New.
576
577 * elf-bfd.h (_bfd_elf_find_line): New.
578 (_bfd_generic_find_line): New. Defined.
579
580 * elf.c (_bfd_elf_find_line): New.
581
582 * libbfd-in.h (_bfd_dwarf2_find_line): New.
583 (_bfd_generic_find_line): New.
584
585 * bfd-in2.h: Regenerated.
586 * libbfd.h: Likewise.
587
588 * libbfd.c (_bfd_generic_find_line): New.
589
590 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Initialize _bfd_find_line
591 with _bfd_generic_find_line.
592 (bfd_target): Add _bfd_find_line.
593
b42f9a05
L
5942005-06-06 H.J. Lu <hongjiu.lu@intel.com>
595
596 * dwarf2.c (decode_line_info): Properly set low_pc.
597
b4f4e59f
AM
5982005-06-06 Alan Modra <amodra@bigpond.net.au>
599
600 * elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd
601 case, include addend when indexing .opd section map.
602 (ppc64_elf_edit_opd): Add no_opd_opt param. Do nothing besides
603 clear opd_adjust array if no_opd_opt set. Tidy code.
46de2a7c
AM
604 Ignore zero size .opd. Check bfd_alloc return value.
605 (ppc_stub_name): Return immediately on bfd_malloc fail.
b4f4e59f
AM
606 * elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
607
2ae727ad
L
6082005-06-04 H.J. Lu <hongjiu.lu@intel.com>
609
610 * dwarf2.c (comp_unit): Fix a typo in comment.
611
ce71b576
NC
6122005-06-03 Jan-Benedict Glaw <jbglaw@lug-owl.de>
613
614 * elf32-vax.c (rtype_to_howto): Remove PARAMS.
615 (reloc_type_lookup): Dito.
616 (elf_vax_discard_copies): Dito.
617 (elf_vax_instantiate_got_entries): Dito.
618 (elf_vax_link_hash_traverse): Dito.
619 (elf_vax_link_hash_newfunc): Dito.
620 (elf_vax_link_hash_table_create): Dito.
621 (elf32_vax_set_private_flags): Dito.
622 (elf32_vax_merge_private_bfd_data): Dito.
623 (elf32_vax_print_private_bfd_data): Dito.
624 (elf_vax_check_relocs): Dito.
625 (elf_vax_gc_mark_hook): Dito.
626 (elf_vax_gc_sweep_hook): Dito.
627 (elf_vax_size_dynamic_sections): Dito.
628 (elf_vax_discard_copies): Dito.
629 (elf_vax_instantiate_got_entries): Dito.
630 (elf_vax_relocate_section): Dito.
631 (elf_vax_finish_dynamic_symbol): Dito.
632 (elf_vax_finish_dynamic_sections): Dito.
633 (elf_vax_hash_table): Break-up of line isn't needed.
634 (elf_vax_check_relocs): Remove leading whitespace
635 (elf_vax_relocate_section): Remove redundant whitespace
636 (elf_vax_link_hash_newfunc): Don't cast NULL.
637 (elf_vax_link_hash_table_create): Dito.
638 * cpu-vax.c (bfd_vax_arch) Remove a trailing space.
639
9635fe29
AM
6402005-06-03 Alan Modra <amodra@bigpond.net.au>
641
e1fffbe6
AM
642 PR 568
643 * configure.in: Bump version
644 * configure: Regenerate.
645 * elflink.c (elf_link_input_bfd): Use einfo linker callback to print
646 discarded section sym refs and kill linker output.
647 * simple.c (simple_dummy_einfo): New function.
648 (bfd_simple_get_relocated_section_contents): Init callbacks.einfo.
649
9635fe29
AM
650 * elf32-i386.c (elf_i386_relocate_section): Handle zero symndx
651 for all reloc types.
652
e87d886e
AM
6532005-06-02 Alan Modra <amodra@bigpond.net.au>
654
655 * elf64-ppc.c (add_symbol_adjust): Set sym visibility to most
656 restrictive of func code and func descr for undefined syms as well
657 as defined.
658
b2b09913
JB
6592005-05-31 Jim Blandy <jimb@redhat.com>
660
661 * Makefile.am: Regenerate dependencies with 'make dep-am'.
662 * Makefile.in: Regenerate.
663
8288a39e
RH
6642005-05-31 Richard Henderson <rth@redhat.com>
665
666 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_JSRDIRECT): New.
667 (ALPHA_ELF_LINK_HASH_TLS_IE): Renumber to 0x80.
668 (ALPHA_ELF_LINK_HASH_LU_PLT): Rename from ALPHA_ELF_LINK_HASH_LU_FUNC.
669 (elf64_alpha_want_plt): Update to match.
670 (elf64_alpha_check_relocs): Collect JSRDIRECT in gotent_flags.
671 (elf64_alpha_relax_with_lituse): Likewise. Handle JSRDIRECT.
672
f1c71a59
ZW
6732005-05-31 Zack Weinberg <zack@codesourcery.com>
674
675 * elf32-arm.c (elf32_arm_reloc_type_lookup)
676 (elf32_arm_nabi_grok_prstatus, elf32_arm_nabi_grok_psinfo):
677 Use ISO C90 function declaration style.
678
653bb2de
JW
6792005-05-31 James E Wilson <wilson@specifixinc.com>
680
681 * elfcode.h (NAME(bfd_elf,bfd_from_remote_memory)): Check for program
682 header PF_R flag on PT_LOAD segments.
683
f915360b
RH
6842005-05-30 Richard Henderson <rth@redhat.com>
685
686 * elf64-alpha.c (elf64_alpha_relocate_section): Use dtp_base for
687 the zero index relocs produced by elf64_alpha_relax_tls_get_addr.
688
6ec7057a
RH
6892005-05-29 Richard Henderson <rth@redhat.com>
690
691 * configure.in (--enable-secureplt): New.
692 * elf64-alpha.c (INSN_LDA, INSN_LDAH, INSN_LDQ, INSN_BR): New.
693 (INSN_SUBQ, INSN_S4SUBQ, INSN_JMP): New.
694 (INSN_A, INSN_AB, INSN_ABC, INSN_ABO, INSN_AD): New.
695 (elf64_alpha_use_secureplt): New.
696 (OLD_PLT_HEADER_SIZE, OLD_PLT_ENTRY_SIZE): New.
697 (NEW_PLT_HEADER_SIZE, NEW_PLT_ENTRY_SIZE): New.
698 (PLT_HEADER_SIZE, PLT_ENTRY_SIZE): Conditionalize on secureplt.
699 (ALPHA_ELF_LINK_HASH_PLT_LOC): Remove.
700 (struct alpha_elf_link_hash_entry): Add plt_offset.
701 (PLT_HEADER_WORD1, PLT_HEADER_WORD2, PLT_HEADER_WORD3): Remove.
702 (PLT_HEADER_WORD4, PLT_ENTRY_WORD1, PLT_ENTRY_WORD2): Remove.
703 (PLT_ENTRY_WORD3): Remove.
704 (elf64_alpha_create_dynamic_sections): If secureplt, set SEC_READONLY
705 on .plt and create .got.plt.
706 (elf64_alpha_output_extsym): Remove .plt frobbing for symbol values.
707 (get_got_entry): Initialize plt_offset.
708 (elf64_alpha_want_plt): New.
709 (elf64_alpha_check_relocs): Use it.
710 (elf64_alpha_adjust_dynamic_symbol): Likewise. Don't allocate
711 plt entries here.
712 (elf64_alpha_calc_got_offsets_for_symbol): Don't report internal
713 error as user error.
714 (elf64_alpha_size_plt_section_1): Allocate one plt entry per
715 got subsection.
716 (elf64_alpha_size_plt_section): Size .got.plt section.
717 (elf64_alpha_size_rela_got_1): Don't allocate relocations if
718 plt entries used.
719 (elf64_alpha_size_dynamic_sections): Call elf64_alpha_size_plt_section.
720 Add PLTRO DYNAMIC entry.
721 (elf64_alpha_finish_dynamic_symbol): Generate secureplt format.
722 (elf64_alpha_finish_dynamic_sections): Likewise.
723
3133ddbf
DJ
7242005-05-28 David Daney <ddaney@avtrex.com>
725
726 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Move
727 calculation of DT_RELSZ to occur after all dynamic relocations
728 are created.
729
36527912
AJ
7302005-05-28 Eli Zaretskii <eliz@gnu.org>
731
732 * configure.in: Add snprintf and vsnprintf to AC_CHECK_DECLS.
733 * config.in, configure: Regenerate.
734
1bc8074d 7352005-05-26 Mark Kettenis <kettenis@gnu.org>
6ec7057a 736 Maciej W. Rozycki <macro@linux-mips.org>
1bc8074d
MR
737
738 * elfxx-mips.c (_bfd_mips_elf_section_processing): Warn and
739 stop processing of options if one of invalid size is
740 encountered.
741 (_bfd_mips_elf_section_from_shdr): Likewise.
742 (_bfd_mips_elf_fake_sections): Reset the type of empty special
743 sections.
744
75fed80d
RH
7452005-05-26 Richard Henderson <rth@redhat.com>
746
36527912 747 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Remove
75fed80d
RH
748 plt_old_section, plt_old_value.
749 (elf64_alpha_adjust_dynamic_symbol): Don't set it.
750 (elf64_alpha_size_plt_section_1): Don't use it.
751
24639c7d
JJ
7522005-05-26 Jakub Jelinek <jakub@redhat.com>
753
754 * elfcode.h (elf_object_p): Fail if e_shoff != 0, e_shnum == 0 and
755 first shdr has sh_size == 0. Fail if e_shnum is large to cause
756 arithmetic overflow when allocating the i_shdr array.
757 Sanity check sh_link and sh_info fields. Fix e_shstrndx sanity check.
758
a7519a3c
RH
7592005-05-25 Richard Henderson <rth@redhat.com>
760
761 * elf64-alpha.c: Update all function definitions to ISO C. Remove
762 all function prototypes; rearrange functions into def-use order.
763
308da68f
RH
7642005-05-25 Richard Henderson <rth@redhat.com>
765
766 * elf64-alpha.c (elf64_alpha_merge_gots): Fix gotent iteration
767 in the presence of deleting elements.
768 (elf64_alpha_size_got_sections): Zero dead got section size.
769
4ab527b0
FF
7702005-05-23 Fred Fish <fnf@specifixinc.com>
771
772 * dwarf2.c (struct dwarf2_debug): Add inliner_chain member.
773 (struct funcinfo): Add caller_func, caller_file, caller_line.
774 tag, and nesting_level members.
775 (lookup_address_in_function_table): Change first passed parameter
776 from "struct funcinfo *" to "struct comp_unit *".
777 (lookup_address_in_function_table): Dereference unit to find function
778 table.
779 (lookup_address_in_function_table): Traverse the function list to
780 create a chain of inlined functions back to the first non inlined
781 function.
782 (scan_unit_for_functions): Remember tag and nesting level. Handle
783 DW_AT_call_file and DW_AT_call_line.
784 (comp_unit_find_nearest_line): Adjust lookup_address_in_function_table
785 call to pass unit pointer instead of function table pointer. For
786 inlined functions, save pointer to the inliner chain.
787 (_bfd_dwarf2_find_nearest_line): Initialize inliner_chain to NULL.
788 (_bfd_dwarf2_find_inliner_info): New function that returns information
789 from the inliner chain after a call to bfd_find_nearest_line.
790
791 * bfd.c (bfd_find_inliner_info): Define using BFD_SEND.
792 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Add entry for
793 NAME##_find_inliner_info.
794 (bfd_target): Add _bfd_find_inliner_info.
795 * bfd-in2.h: Regenerate.
796
797 * libbfd-in.h (_bfd_nosymbols_find_inliner_info): Define as
798 macro that always returns bfd_false.
799 (_bfd_dwarf2_find_inliner_info): Declare.
800 * libbfd.h: Regenerate.
36527912 801
4ab527b0
FF
802 * elf32-arm.c (elf32_arm_find_inliner_info): New function
803 that calls _bfd_dwarf2_find_inliner_info.
804 (bfd_elf32_find_inliner_info): Define to elf32_arm_find_inliner_info.
805
806 * elfxx-mips.c (_bfd_mips_elf_find_inliner_info): New function
807 that calls _bfd_dwarf2_find_inliner_info.
808 * elfxx-mips.h (_bfd_mips_elf_find_inliner_info): Declare.
809 * elfn32-mips.c (bfd_elf32_find_inliner_info): Define to
810 _bfd_mips_elf_find_inliner_info.
811 * elf64-mips.c (bfd_elf64_find_inliner_info): Ditto.
812 * elf32-mips.c (bfd_elf32_find_inliner_info): Ditto.
813
814 * elf.c (_bfd_elf_find_inliner_info): New function that calls
815 _bfd_dwarf2_find_inliner_info.
816 * elf-bfd.h (_bfd_elf_find_inliner_info): Declare.
817 * elfxx-target.h (bfd_elfNN_find_inliner_info): Define to
818 _bfd_elf_find_inliner_info.
819
820 * coffgen.c (coff_find_inliner_info): New function that
821 calls _bfd_dwarf2_find_inliner_info.
822 * libcoff-in.h (coff_find_inliner_info): Declare.
823 * libcoff.h: Regenerate.
824 * coff-rs6000.c (rs6000coff_vec): Add coff_find_inliner_info.
825 (pmac_xcoff_vec) Ditto.
826 * coff64-rs6000.c (rs6000coff64_vec): Ditto.
827 (aix5coff64_vec): Ditto.
36527912 828
4ab527b0
FF
829 * aout-target.h (MY_find_inliner_info): Define as
830 _bfd_nosymbols_find_inliner_info.
831 * aout-tic30.c (MY_find_inliner_info): Ditto.
832 * binary.c (binary_find_inliner_info): Ditto.
833 * i386msdos.c (msdos_find_inliner_info): Ditto.
834 * ihex.c (ihex_find_inliner_info): Ditto.
835 * libaout.h (aout_32_find_inliner_info): Ditto.
836 * libecoff.h (_bfd_ecoff_find_inliner_info): Ditto.
837 * mach-o.c (bfd_mach_o_find_inliner_info): Ditto.
838 * mmo.c (mmo_find_inliner_info): Ditto.
839 * nlm-target.h (nlm_find_inliner_info): Ditto.
840 * pef.c (bfd_pef_find_inliner_info): Ditto.
841 * ppcboot.c (ppcboot_find_inliner_info): Ditto.
842 * srec.c (srec_find_inliner_info): Ditto.
843 * tekhex.c (tekhex_find_inliner_info): Ditto.
844 * versados.c (versados_find_inliner_info): Ditto.
845 * xsym.c (bfd_sym_find_inliner_info): Ditto.
846
847 * ieee.c (ieee_find_inliner_info): New function that always
848 returns FALSE.
849 * oasys.c (oasys_find_inliner_info): Ditto.
850 * vms.c (vms_find_inliner_info): Ditto.
851
9edfd1af
AM
8522005-05-24 Alan Modra <amodra@bigpond.net.au>
853
854 * elf32-ppc.c (ppc_elf_check_relocs): For old gcc -fPIC code
855 force old plt layout.
856
3241278a
RH
8572005-05-22 Richard Henderson <rth@redhat.com>
858
859 * elf64-alpha.c (elf64_alpha_relax_section): Ignore non-allocated
860 sections.
861 (elf64_alpha_check_relocs): Likewise.
862 (elf64_alpha_relocate_section): Don't emit dynamic relocations to
863 non-allocated sections.
864
d6ad34f6
RH
8652005-05-22 Richard Henderson <rth@redhat.com>
866
36527912 867 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Relax jsr to
d6ad34f6
RH
868 undefweak to use zero register. Call elf64_alpha_relax_got_load
869 if not all uses removed.
870 (elf64_alpha_relax_got_load): Relax undefweak to lda zero.
871 (elf64_alpha_relax_section): Handle undefweak symbols.
872 (elf64_alpha_calc_dynrel_sizes): Don't add relocs for undefweak.
873 (elf64_alpha_size_rela_got_1): Likewise.
874 (elf64_alpha_relocate_section): Likewise.
875
487c4353
RH
8762005-05-22 Richard Henderson <rth@redhat.com>
877
878 * elf64-alpha.c (elf64_alpha_relax_section): Only operate
879 on SEC_CODE sections.
880
a96afa0f
DA
8812005-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
882
883 * som.c (try_prev_fixup): Changed type of subspace_reloc_sizep to
884 unsigned int *.
885 (som_write_space_strings): Change type of tmp_space and p to char *.
886 (som_write_symbol_strings): Likewise. Also change type of comp to
887 char *comp[4].
888 (som_begin_writing): Change type of strings_size to unsigned int.
889 (som_finish_writing): Likewise.
890 (som_slurp_reloc_table): Change type of external_relocs to unsigned
891 char *.
892 * som.h (struct som_section_data_struct): Change type of reloc_stream
893 field to unsigned char *.
894
643796e3
DJ
8952005-05-20 Daniel Jacobowitz <dan@codesourcery.com>
896
897 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't eliminate
898 copy relocations for VxWorks.
899
4dc4a9a5
DJ
9002005-05-20 Daniel Jacobowitz <dan@codesourcery.com>
901
902 * bfd/elf32-ppc.c (struct ppc_elf_link_hash_entry): Add new field
903 has_sda_refs.
904 (ppc_elf_copy_indirect_symbol): Copy has_sda_refs.
905 (ppc_elf_check_relocs): Set has_sda_refs.
906 (ppc_elf_adjust_dynamic_symbol): Check has_sda_refs before eliminating
907 copy relocations. Use has_sda_refs to place variables in .sbss.
908 (ppc_elf_finish_dynamic_symbol): Use has_sda_refs to place variables in
909 .sbss.
910
dd1a320b
BW
9112005-05-20 Bob Wilson <bob.wilson@acm.org>
912
913 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Make sure that
914 xtensa_default_isa is initialized.
915
28e99bb6
AM
9162005-05-20 Alan Modra <amodra@bigpond.net.au>
917
918 * elf32-ppc.c (allocate_dynrelocs): Correct plt offset assigned
919 for second and subsequent list entries. Only allocate multiple
920 glink stubs when shared or pie.
921 (ppc_elf_finish_dynamic_symbol): Break out early when only one
922 glink stub is needed.
923
e3e71e27
ZW
9242005-05-19 Zack Weinberg <zack@codesourcery.com>
925
926 * Makefile.am: Have 'all' depend on 'info'.
927 * Makefile.in: Regenerate.
928
a6aa5195
AM
9292005-05-19 Alan Modra <amodra@bigpond.net.au>
930
931 * elf-bfd.h (struct elf_link_hash_table): Delete init_refcount and
932 init_offset. Add init_got_refcount, init_plt_refcount,
933 init_got_offset and init_plt_offset.
934 * elf.c (_bfd_elf_link_hash_newfunc): Adjust for above change.
935 (_bfd_elf_link_hash_hide_symbol): Likewise.
936 (_bfd_elf_link_hash_table_init): Likewise.
937 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
938 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
939 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Likewise.
940 (bfd_elf_size_dynamic_sections): Likewise.
941 * elf32-ppc.c (GLINK_PLTRESOLVE): Now 16 insns.
942 (LWZU_0_X_12, LWZ_0_4_30, LWZ_0_X_12, LWZ_11_X_11, LWZ_11_X_30,
943 LWZ_12_4_12, LWZ_12_8_30, LWZ_12_X_12, SUB_11_11_30): Delete.
944 (ADDIS_12_12, BCL_20_31, LWZU_0_12, LWZ_0_12, LWZ_11_11, LWZ_11_30,
945 LWZ_12_12, MFLR_0, MFLR_12, MTLR_0, SUB_11_11_12): Define.
946 (struct plt_entry): New.
947 (ppc_elf_link_hash_table_create): Set new init_plt fields.
948 (ppc_elf_copy_indirect_symbol): Handle merge of plt plist. Don't
949 use _bfd_elf_link_hash_copy_indirect.
950 (update_plt_info, find_plt_ent): New functions.
951 (ppc_elf_check_relocs): Handle R_PPC_PLTREL24 with non-zero addend
952 and adjust for use of plt list rather than refcount.
953 (ppc_elf_gc_sweep_hook): Likewise.
954 (ppc_elf_tls_optimize): Likewise.
955 (ppc_elf_adjust_dynamic_symbol): Likewise.
956 (allocate_dynrelocs): Likewise.
957 (ppc_elf_relax_section): Likewise.
958 (ppc_elf_relocate_section): Likewise. Adjust R_PPC_PLTREL24 addends
959 when performing a relocatable link.
960 (ppc_elf_finish_dynamic_symbol): Likewise. Write .glink stubs here..
961 (ppc_elf_finish_dynamic_sections): ..rather than here. Use new
962 pic resolver stub.
963
a49e53ed
AM
9642005-05-19 Alan Modra <amodra@bigpond.net.au>
965
966 * elf.c (assign_file_positions_for_segments): Use maximum of
967 maxpagesize and section alignment when adjusting initial
968 segment offset and section offsets.
969
cb1afa5c
ZW
9702005-05-18 Zack Weinberg <zack@codesourcery.com>
971
972 * elf32-arm.c: Make all #ifndef OLD_ARM_ABI blocks
973 unconditional.
974
13792e9d
L
9752005-05-18 H.J. Lu <hongjiu.lu@intel.com>
976
977 * elf.c (group_signature): Undo the last change. Check if the
978 symbol table section is correct.
979
c19d1205
ZW
9802005-05-17 Zack Weinberg <zack@codesourcery.com>
981
982 * elf32-arm.c: Wherever possible, use official reloc names
983 from AAELF.
984 (elf32_arm_howto_table, elf32_arm_tls_gd32_howto)
985 (elf32_arm_tls_ldo32_howto, elf32_arm_tls_ldm32_howto)
986 (elf32_arm_tls_le32_howto, elf32_arm_tls_ie32_howto)
987 (elf32_arm_vtinherit_howto, elf32_arm_vtentry_howto)
988 (elf32_arm_pc11_howto, elf32_arm_thm_pc9_howto, elf32_arm_got_prel)
989 (elf32_arm_r_howto): Replace with elf32_arm_howto_table_1,
990 elf32_arm_howto_table_2, and elf32_arm_howto_table_3.
991 Add many new relocations from AAELF.
992 (elf32_arm_howto_from_type): Update to match.
993 (elf32_arm_reloc_map): Add entries for R_ARM_THM_JUMP24,
994 R_ARM_THM_JUMP11, R_ARM_THM_JUMP19, R_ARM_THM_JUMP8,
995 R_ARM_THM_JUMP6, R_ARM_GNU_VTINHERIT, and R_ARM_GNU_VTENTRY.
996 (elf32_arm_reloc_type_lookup): Use elf32_arm_howto_from_type.
997 (elf32_arm_final_link_relocate): Add support for
998 R_ARM_THM_JUMP24, R_ARM_THM_JUMP19, R_ARM_THM_JUMP6. Remove
999 case entries redundant with default.
1000
1001 * reloc.c: Reorganize ARM relocations. Add Thumb
1002 assembler-internal relocations BFD_RELOC_ARM_T32_OFFSET_U8,
1003 BFD_RELOC_ARM_T32_OFFSET_IMM, BFD_RELOC_ARM_T32_IMMEDIATE.
1004 Add visible relocations BFD_RELOC_THUMB_PCREL_BRANCH7,
1005 BFD_RELOC_THUMB_BRANCH20, BFD_RELOC_THUMB_BRANCH25.
1006 Delete unused relocations BFD_RELOC_ARM_GOT12, BFD_RELOC_ARM_COPY.
1007 * bfd-in2.h, libbfd.h: Regenerate.
1008
26ae6d5e
DJ
10092005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
1010
1011 * elf.c (_bfd_elf_write_object_contents): Check for non-NULL
1012 elf_shstrtab.
1013 * format.c (bfd_check_format_matches): Set output_has_begun
1014 for both_direction.
1015 * section.c (bfd_set_section_contents): Use bfd_write_p. Remove
1016 special case for both_direction.
1017
5982e3c7
NC
10182005-05-17 Nick Clifton <nickc@redhat.com>
1019
1020 * elf.c (group_signature): Check for a group section which is
1021 actually a (corrupt) symbol table section in disguise and prevent
1022 an infinite loop from occurring.
1023
fc3ab699
L
10242005-05-17 H.J. Lu <hongjiu.lu@intel.com>
1025
1026 * elfxx-ia64.c (elfNN_ia64_relax_brl): Undo the change made on
1027 2005-02-16.
1028
5e27d427
L
10292005-05-17 H.J. Lu <hongjiu.lu@intel.com>
1030
1031 * elfxx-ia64.c (elfNN_ia64_relax_br): Keep the original
1032 predicate on slot 0 only if slot 0 isn't br.
1033
75ff4589
L
10342005-05-17 H.J. Lu <hongjiu.lu@intel.com>
1035
1036 PR 797
1037 * elf32-i386.c (elf_i386_size_dynamic_sections): Also remove
1038 empty sdynbss section.
1039 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections): Likewise.
1040
8e0ed13f
NC
10412005-05-17 Tavis Ormandy <taviso@gentoo.org>
1042
1043 * elf.c (bfd_section_from_shdr): Add sanity check when parsing
1044 dynamic sections.
1045
7e8aeb9a
AM
10462005-05-17 Alan Modra <amodra@bigpond.net.au>
1047
1048 * elf32-ppc.c (LIS_11. LIS_12): Define.
1049 (LWZU_0_X_12, LWZ_0_X_12, LWZ_12_4_12, LWZ_12_X_12): Define.
1050 (ppc_elf_finish_dynamic_sections): Provide non-pic plt call stub
1051 for --data-plt when building non-pie executables.
1052
641bd093
NC
10532005-05-17 Nick Clifton <nickc@redhat.com>
1054
10dbd1f3
NC
1055 * elf32-arm.c (elf32_arm_final_link_relocate): Gracefully handle
1056 the situation where a symbols's section is not known but a section
1057 relative R_ARM_RELATIVE reloc has to be generated for the Symbian
1058 OS.
1059
641bd093
NC
1060 * elf32-v850.c (v850_elf_relocate_section): Move code to test for
1061 the presence of a symbol table to just before the symbol table is
1062 actually used.
1063
83b6bd86
L
10642005-05-16 H.J. Lu <hongjiu.lu@intel.com>
1065
1066 PR 834
1067 * elfxx-ia64.c (elfNN_ia64_relax_br): New.
1068 (elfNN_ia64_relax_section): Use it.
1069
06084812
MK
10702005-05-14 Mark Kettenis <kettenis@gnu.org>
1071
1072 * elflink.c (bfd_elf_size_dynamic_sections): Use lbasename instead
1073 of basename.
1074
1fe44d79
AM
10752005-05-14 Alan Modra <amodra@bigpond.net.au>
1076
1077 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set DT_PPC_GOT,
1078 not DT_PPC_GLINK.
1079 (ppc_elf_finish_dynamic_sections): Likewise.
1080
2db3311b
FF
10812005-05-13 Fred Fish <fnf@specifixinc.com>
1082
1083 * libbfd-in.h: Fix a comment typo, 'neaderst' -> 'nearest'
1084 * libbfd.h: Rebuilt.
1085
7db48a12
BW
10862005-05-13 Bob Wilson <bob.wilson@acm.org>
1087
1088 * elf32-xtensa.c (xtensa_get_property_section_name): Add missing
1089 periods in linkonce_kind values.
1090
8fe76924
L
10912005-05-12 H.J. Lu <hongjiu.lu@intel.com>
1092
1093 * elf32-i386.c (elf_i386_relocate_section): Allow R_386_GOTOFF
1094 against protected function when building executable.
1095
86b9da88
AM
10962005-05-12 Alan Modra <amodra@bigpond.net.au>
1097
1098 * elf32-ppc.c (LWZU_0_X_11): Delete.
1099 (B, LWZ_11_X_11, LWZ_11_X_30, MTCTR_11): Define.
1100 (ppc_elf_select_plt_layout): Set .got flags too. Formatting.
1101 (ppc_elf_size_dynamic_sections): Allocate space for .glink branch
1102 table.
1103 (ppc_elf_finish_dynamic_symbol): Point .plt entries into the branch
1104 table.
1105 (ppc_elf_finish_dynamic_sections): Adjust DT_PPC_GLINK value.
1106 Generate .glink branch table and updated stubs.
1107
d7128ce4
AM
11082005-05-11 Alan Modra <amodra@bigpond.net.au>
1109
1110 * reloc.c (BFD_RELOC_HI16_PCREL): Define.
1111 (BFD_RELOC_HI16_S_PCREL, BFD_RELOC_LO16_PCREL): Define.
1112 * elf32-ppc.c (GLINK_PLTRESOLVE, GLINK_ENTRY_SIZE): Define.
1113 (CROR_151515, CROR_313131): Delete.
1114 (ADDIS_11_11, ADDI_11_11, SUB_11_11_30, ADD_0_11_11, ADD_11_0_11,
1115 LWZ_0_4_30, MTCTR_0, LWZ_12_8_30, BCTR, ADDIS_11_30,
1116 LWZU_0_X_11): Define.
1117 (ppc_elf_howto_raw): Add R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI
1118 and R_PPC_REL16_HA entries.
1119 (ppc_elf_reloc_type_lookup): Convert new bfd reloc types.
1120 (ppc_elf_addr16_ha_reloc): Also handle R_PPC_REL16_HA.
1121 (struct ppc_elf_link_hash_table): Add glink, glink_pltresolve,
1122 new_plt, and old_plt.
1123 (ppc_elf_create_dynamic_sections): Create .glink section.
1124 (ppc_elf_check_relocs): Set new_plt and old_plt.
1125 (ppc_elf_select_plt_layout): New function.
1126 (ppc_elf_tls_setup): Set plt output section elf type and flags.
1127 (allocate_got): Handle differences between old and new got layout.
1128 (allocate_dynrelocs): Likewise for plt.
1129 (ppc_elf_size_dynamic_sections): Likewise. Allocate memory for
1130 .glink. Don't allocate memory for old bss .plt. Emit DT_PPC_GLINK.
1131 (ppc_elf_relax_section): Rename ppc_info to htab. Handle .glink
1132 destination of R_PPC_PLTREL24 relocs.
1133 (ppc_elf_relocate_section): Handle new relocs and changed destination
1134 of R_PPC_PLTREL24.
1135 (ppc_elf_finish_dynamic_symbol): Init new style plt and handle
1136 differences in layout.
1137 (ppc_elf_finish_dynamic_sections): Set DT_PPC_GLINK value. Don't
1138 put a blrl in new got. Write glink contents.
1139 * elf32-ppc.h (ppc_elf_select_plt_layout): Declare.
1140 * libbfd.h: Regenerate.
1141 * bfd-in2.h: Regenerate.
1142
4c9b0de6
AS
11432005-05-11 Andreas Schwab <schwab@suse.de>
1144
1145 * elf32-i386.c (elf_i386_finish_dynamic_sections): Fix signedness
1146 warning.
1147
3d2b39cf
L
11482005-05-10 H.J. Lu <hongjiu.lu@intel.com>
1149
1150 * elf.c (_bfd_elf_make_section_from_shdr): Only check debug
1151 section if SEC_ALLOC isn't set.
1152
2ba49b59
KC
11532005-05-09 Kelley Cook <kcook@gcc.gnu.org>
1154
1155 * configure.in: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF.
1156 * acinclude.m4: Don't sinclude accross.m4.
1157 * config.in, configure, Makefile.in, doc/Makefile.in: Regenerate.
1158
433817dd
AM
11592005-05-09 Alan Modra <amodra@bigpond.net.au>
1160
1161 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add has_dotsym.
1162 (ppc64_elf_add_symbol_hook): Set has_dotsym.
1163 (ppc64_elf_check_directives): Only process syms when has_dotsym.
1164 (func_desc_adjust): Hide fake function descriptors when function
1165 code entry is defined.
1166 (adjust_opd_syms): Adjust for deleted_section becoming union field.
1167
0560d0f7
AM
11682005-05-09 Alan Modra <amodra@bigpond.net.au>
1169
1170 * elfcode.h (elf_object_p): Add more sanity checks on elf header.
1171
74cc7600
DK
11722005-05-08 Dave Korn <dave.korn@artimi.com>
1173
1174 * coff-tic80.c: Undefine _CONST after system headers to prevent
1175 clash with tic80-specific definition in include/coff/tic80.h
1176
cfca085c
L
11772005-05-08 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 PR 939
1180 * elflink.c (elf_link_output_extsym): Use output_bfd if
1181 h->root.u.def.section is bfd_abs_section_ptr when reporting
1182 error.
1183
7f4d3958
L
11842005-05-07 H.J. Lu <hongjiu.lu@intel.com>
1185
1186 * elf-bfd.h (elf_backend_data): Update special_sections to
1187 array of pointer to bfd_elf_special_section.
1188 * elf.c (special_sections): Likewise.
1189 * elf32-arm.c (elf32_arm_symbian_special_sections): Likewise.
1190 * elf32-m32r.c (m32r_elf_special_sections): Likewise.
1191 * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
1192 * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
1193 * elf32-mcore.c (mcore_elf_special_sections): Likewise.
1194 * elf32-ppc.c (ppc_elf_special_sections): Likewise.
1195 * elf32-sh64.c (sh64_elf_special_sections): Likewise.
1196 * elf32-v850.c (v850_elf_special_sections): Likewise.
1197 * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
1198 * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
1199 * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
1200 * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
1201 * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
1202 * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
1203 * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
1204 * elfxx-mips.h (_bfd_mips_elf_special_sections): Likewise.
1205
1206 * elf.c (get_special_section): Updated.
1207
3b36f7e6
AM
12082005-05-07 Alan Modra <amodra@bigpond.net.au>
1209
1210 * elf-bfd.h (struct elf_backend_data): Remove got_symbol_offset.
1211 * elfxx-target.h (elf_backend_got_symbol_offset): Delete.
1212 * elflink.c (_bfd_elf_create_got_section): Use zero in place of
1213 got_symbol_offset.
1214 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Likewise.
1215 * elf32-frv.c (_frv_create_got_section): Likewise.
1216 * elf32-i370.c (i370_elf_finish_dynamic_sections): Delete ppc code.
1217 (elf_backend_got_symbol_offset): Don't define.
1218 * elf64-ppc.c (elf_backend_got_symbol_offset): Don't define.
1219 * elf32-ppc.c (struct ppc_elf_link_hash_table): Add got_header_size
1220 and got_gap.
1221 (ppc_elf_create_got): Tidy.
1222 (ppc_elf_create_dynamic_sections): Don't set SEC_IN_MEMORY for .plt.
1223 (ppc_elf_check_relocs): Reduce string comparisons by using elf.hgot.
1224 (ppc_elf_gc_sweep_hook): Likewise.
1225 (ppc_elf_relocate_section): Likewise.
1226 (ppc_elf_finish_dynamic_symbol): Likewise.
1227 (allocate_got): New function.
1228 (allocate_dynrelocs): Use allocate_got.
1229 (ppc_elf_size_dynamic_sections): Likewise. Delay tlsld_got allocation
1230 so that local got can refcount it. Set got_header_size.
1231 (ppc_elf_relocate_section): Use value of elf.hgot rather than hard-
1232 coded 4.
1233 (ppc_elf_finish_dynamic_sections): Likewise.
1234 (elf_backend_got_symbol_offset): Don't define.
1235 (elf_backend_got_header_size): Ditto.
1236
2e0fbf77
JW
12372005-05-05 Steve Ellcey <sje@cup.hp.com>
1238
1239 * configure.in (ACX_HEADER_STRING): New.
1240 * configure: Regenerate.
1241 * config.in: Regenerate.
1242 * sysdep.h (STRING_WITH_STRINGS): Use.
1243
6f140a15
L
12442005-05-05 H.J. Lu <hongjiu.lu@intel.com>
1245
1246 * elf.c (_bfd_elf_close_and_cleanup): Only call
1247 _bfd_dwarf2_cleanup_debug_info on bfd_object.
1248
01d9ad14
L
12492005-05-05 H.J. Lu <hongjiu.lu@intel.com>
1250
1251 * elflink.c (_bfd_elf_provide_section_bound_symbols): Use
1252 "__bss_start" instead of "_edata" as fallback.
1253
b36b76cb
L
12542005-05-05 H.J. Lu <hongjiu.lu@intel.com>
1255
1256 * bfd-in2.h: Regenerated.
1257
eac338cf
PB
12582005-05-05 Paul Brook <paul@codesourcery.com>
1259
1260 * config.bfd: Use bfd_elf32_i386_vxworks_vec for i?86-*-vxworks.
1261 * configure.in: Add bfd_elf32_i386_vxworks_vec. i386 targets need
1262 elf-vxworks.lo.
1263 * configure: Regenerate.
1264 * Makefile.am (BFD32_BACKENDS): Add elf-vxworks.lo.
1265 (BFD32_BACKENDS_CFILES): Add elf-vxworks.c.
1266 (elf32-i386.lo): Depend on elf-vxworks.h.
1267 (elf-vxworks.lo): New rule.
1268 * Makefile.in: Regenerate.
1269 * elf-bfd.h (elf_backend_data): Update type of
1270 elf_backend_emit_relocs.
1271 (_bfd_elf_link_output_relocs): Update prototype.
1272 * elflink.c (_bfd_elf_link_output_relocs): Always use
1273 bed->elf_backend_emit_relocs when outputting relocations.
1274 * elfxx-target.h (elf_backend_emit_relocs): Default to
1275 _bfd_elf_link_output_relocs.
1276 * targets.c (bfd_elf32_i386_vxworks_vec): Declare.
1277 (_bfd_target_vector): Add bfd_elf32_i386_vxworks_vec.
1278 * elf32-i386.c: Add elf32-i386-vxworks target BFD.
1279 (elf_i386_plt0_entry): Remove padding.
1280 (elf_i386_pic_plt0_entry): Ditto.
1281 (PLTRESOLVE_RELOCS_SHLIB, PLTRESOLVE_RELOCS): Define.
1282 (PLT_NON_JUMP_SLOT_RELOCS): Define.
1283 (elf_i386_link_hash_table): Add srelplt2, hgot, hplt, is_vxworks and
1284 plt0_pad_byte fields.
1285 (elf_i386_link_hash_table_create): Zero them.
1286 (elf_i386_create_dynamic_sections): Create static relocation section.
1287 (allocate_dynrelocs): Allocate space for static PLT relocations.
1288 (elf_i386_size_dynamic_sections): Save shortcuts to PLT and GOT
1289 symbols. Give PLT symbols function type. Don't strip PLT sections
d7128ce4 1290 if we have exported symbols from them.
eac338cf
PB
1291 (elf_i386_finish_dynamic_symbol): Fill in VxWorks PLT static
1292 relocation section. Don't mark _GLOBAL_OFFSET_TABLE_ as absolute on
1293 VxWorks.
1294 (elf_i386_finish_dynamic_sections): Allow different pad bytes.
1295 Add relocation for GOT location. Fill in PLT static relocations.
1296 (elf_i386_vxworks_link_hash_table_create): New function.
1297 (elf_i386_vxworks_link_output_symbol_hook): New function.
1298 * elf-vxworks.h: New file.
1299
3496cb2a
L
13002005-05-05 H.J. Lu <hongjiu.lu@intel.com>
1301
1302 * section.c (bfd_make_section_anyway_with_flags): New.
1303 (bfd_make_section_anyway): Call bfd_make_section_anyway_with_flags,
1304 (bfd_make_section_with_flags): New.
1305 (bfd_make_section): Call bfd_make_section_with_flags.
1306
1307 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Call
1308 bfd_make_section_with_flags/bfd_make_section_anyway_with_flags
1309 instead of bfd_make_section/bfd_make_section and don't call
1310 bfd_set_section_flags.
1311 (mn10300_elf_check_relocs): Likewise.
1312 (_bfd_mn10300_elf_create_dynamic_sections): Likewise.
1313 * elf32-arm.c (create_got_section): Likewise.
1314 (bfd_elf32_arm_add_glue_sections_to_bfd): Likewise.
1315 (elf32_arm_check_relocs): Likewise.
1316 * elf32-cris.c (cris_elf_check_relocs): Likewise.
1317 * elf32-frv.c (elf32_frv_add_symbol_hook): Likewise.
1318 (_frv_create_got_section): Likewise.
1319 (elf32_frvfdpic_create_dynamic_sections): Likewise.
1320 * elf32-hppa.c (elf32_hppa_create_dynamic_sections): Likewise.
1321 (elf32_hppa_check_relocs): Likewise.
1322 * elf32-i370.c (i370_elf_create_dynamic_sections): Likewise.
1323 (i370_elf_check_relocs): Likewise.
1324 * elf32-i386.c (create_got_section): Likewise.
1325 (elf_i386_check_relocs): Likewise.
1326 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
1327 (create_got_section): Likewise.
1328 (m32r_elf_create_dynamic_sections): Likewise.
1329 (m32r_elf_check_relocs): Likewise.
1330 * elf32-m68k.c (elf_m68k_check_relocs): Likewise.
1331 * elf32-ppc.c (ppc_elf_create_got): Likewise.
1332 (ppc_elf_create_dynamic_sections): Likewise.
1333 (ppc_elf_add_symbol_hook): Likewise.
1334 (ppc_elf_check_relocs): Likewise.
1335 * elf32-s390.c (create_got_section): Likewise.
1336 (elf_s390_check_relocs): Likewise.
1337 * elf32-sh.c (create_got_section): Likewise.
1338 (sh_elf_create_dynamic_sections): Likewise.
1339 (sh_elf_check_relocs): Likewise.
1340 * elf32-vax.c (elf_vax_check_relocs): Likewise.
1341 * elf32-xstormy16.c (xstormy16_elf_check_relocs): Likewise.
1342 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Likewise.
1343 (add_extra_plt_sections): Likewise.
1344 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Likewise.
1345 (elf64_alpha_create_got_section): Likewise.
1346 (elf64_alpha_create_dynamic_sections): Likewise.
1347 (elf64_alpha_check_relocs): Likewise.
1348 * elf64-hppa.c (get_reloc_section): Likewise.
1349 (get_opd): Likewise.
1350 (get_plt): Likewise.
1351 (get_dlt): Likewise.
1352 (get_stub): Likewise.
1353 (elf64_hppa_create_dynamic_sectionso): Likewise.
1354 * elf64-mmix.c (mmix_elf_check_common_relocs): Likewise.
1355 * elf64-ppc.c (create_linkage_sections): Likewise.
1356 (ppc64_elf_check_relocs): Likewise.
1357 * elf64-s390.c (create_got_section): Likewise.
1358 (elf_s390_check_relocs): Likewise.
1359 * elf64-sh64.c (sh_elf64_check_relocs): Likewise.
1360 (sh64_elf64_create_dynamic_sections): Likewise.
1361 * elf64-x86-64.c (create_got_section): Likewise.
1362 (elf64_x86_64_check_relocs): Likewise.
1363 * elflink.c (_bfd_elf_create_got_section): Likewise.
1364 (_bfd_elf_link_create_dynamic_sections): Likewise.
1365 (elf_link_add_object_symbols): Likewise.
1366 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Likewise.
1367 (elfNN_ia64_create_dynamic_sections): Likewise.
1368 (get_fptr): Likewise.
1369 (get_pltoff): Likewise.
1370 (get_reloc_section): Likewise.
1371 (elfNN_ia64_object_p): Likewise.
1372 * elfxx-mips.c (mips_elf_rel_dyn_section): Likewise.
1373 (mips_elf_create_compact_rel_section): Likewise.
1374 (mips_elf_create_got_section): Likewise.
1375 (_bfd_mips_elf_create_dynamic_sections): Likewise.
1376 * elfxx-sparc.c (create_got_section): Likewise.
1377 (_bfd_sparc_elf_check_relocs): Likewise.
1378
1379 * elf.c (_bfd_elf_new_section_hook): Call _bfd_elf_get_sec_type_attr
1380 on linker created sections.
1381
59fef9e7
L
13822005-05-05 H.J. Lu <hongjiu.lu@intel.com>
1383
1384 PR 882
1385 * elflink.c (_bfd_elf_link_assign_sym_version): Allow version
1386 script on executable.
1387
35330cce
NC
13882005-05-05 John Levon <levon@movementarian.org>
1389
1390 * dwarf2.c (read_abbrevs): If bfd_realloc fails, free currently
1391 allocated memory before returning.
1392 (decode_line_info): Likewise.
1393 (_bfd_dwarf2_cleanup_debug_info): New function: Frees memory
1394 allocated by functions in this file.
1395 * elf-bfd.h (_bfd_dwarf2_cleanup_debug_info): Prototype.
6f140a15 1396 * elf.c (_bfd_elf_close_and_cleanup): Call
35330cce
NC
1397 _bfd_dwarf2_cleanup_debug_info.
1398
4a2a2686
HPN
13992005-05-05 Hans-Peter Nilsson <hp@axis.com>
1400
1401 * Makefile.am (INCLUDES): Don't -D_GNU_SOURCE here.
1402 * configure.in: Call AC_GNU_SOURCE here, after AC_PROG_CC.
1403 * configure, config.in, Makefile.in: Regenerate.
1404 * sysdep.h (stpcpy): Revert last change.
1405
0baace35
HPN
14062005-05-05 Hans-Peter Nilsson <hp@axis.com>
1407
1408 * sysdep.h (stpcpy): Wrap declaration in parentheses.
1409
5a260b66
L
14102005-05-04 H.J. Lu <hongjiu.lu@intel.com>
1411
1412 * elfxx-ia64.c (ARCH_SIZE): New.
1413 (LOG_SECTION_ALIGN): Likewise.
1414 (elfNN_ia64_create_dynamic_sections): Use LOG_SECTION_ALIGN to
1415 align relocation sections.
1416 (get_fptr): Likewise.
1417 (get_reloc_section): Likewise.
1418 (elfNN_ia64_tprel_base): Likewise.
1419 (elfNN_ia64_check_relocs): Support 32bit relocations.
1420 (allocate_global_fptr_got): Likewise.
1421 (allocate_dynrel_entries): Likewise.
1422 (set_got_entry): Likewise.
1423 (set_pltoff_entry): Likewise.
1424 (elfNN_ia64_relocate_section): Likewise.
1425
14262005-05-04 H.J. Lu <hongjiu.lu@intel.com>
1427
1428 * configure.in: Add AC_CHECK_DECLS(stpcpy).
1429 * configure: Regenerate.
1430 * config.in: Likewise.
1431
1432 * sysdep.h (stpcpy): New.
1433
3e110533
NC
14342005-05-04 Nick Clifton <nickc@redhat.com>
1435
1436 * Update the address and phone number of the FSF organization in
1437 the GPL notices in the following files:
1438 aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c,
1439 aout-cris.c, aout-ns32k.c, aout-sparcle.c, aout-target.h,
1440 aout-tic30.c, aout0.c, aout32.c, aout64.c, aoutf1.h, aoutx.h,
1441 archive.c, archive64.c, archures.c, armnetbsd.c, bfd-in.h,
1442 bfd-in2.h, bfd.c, bfdio.c, bfdwin.c, binary.c, bout.c, cache.c,
1443 cf-i386lynx.c, cf-m68klynx.c, cf-sparclynx.c, cisco-core.c,
1444 coff-a29k.c, coff-alpha.c, coff-apollo.c, coff-arm.c, coff-aux.c,
1445 coff-go32.c, coff-h8300.c, coff-h8500.c, coff-i386.c, coff-i860.c,
1446 coff-i960.c, coff-ia64.c, coff-m68k.c, coff-m88k.c, coff-maxq.c,
1447 coff-mcore.c, coff-mips.c, coff-or32.c, coff-pmac.c, coff-ppc.c,
1448 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c,
1449 coff-svm68k.c, coff-tic30.c, coff-tic4x.c, coff-tic54x.c,
1450 coff-tic80.c, coff-u68k.c, coff-w65.c, coff-we32k.c, coff-z8k.c,
1451 coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c, coffswap.h,
1452 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c,
1453 cpu-avr.c, cpu-cr16c.c, cpu-cris.c, cpu-crx.c, cpu-d10v.c,
1454 cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c, cpu-h8300.c,
1455 cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c, cpu-i860.c,
1456 cpu-i960.c, cpu-ia64-opc.c, cpu-ia64.c, cpu-ip2k.c, cpu-iq2000.c,
1457 cpu-m10200.c, cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c,
1458 cpu-m68hc12.c, cpu-m68k.c, cpu-m88k.c, cpu-maxq.c, cpu-mcore.c,
1459 cpu-mips.c, cpu-mmix.c, cpu-msp430.c, cpu-ns32k.c, cpu-openrisc.c,
1460 cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c, cpu-rs6000.c,
1461 cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c, cpu-tic4x.c,
1462 cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c, cpu-w65.c,
1463 cpu-we32k.c, cpu-xstormy16.c, cpu-xtensa.c, cpu-z8k.c, demo64.c,
1464 dwarf1.c, dwarf2.c, ecoff.c, ecofflink.c, ecoffswap.h,
1465 efi-app-ia32.c, efi-app-ia64.c, elf-bfd.h, elf-eh-frame.c,
1466 elf-hppa.h, elf-m10200.c, elf-m10300.c, elf-strtab.c, elf.c,
1467 elf32-am33lin.c, elf32-arc.c, elf32-arm.c, elf32-avr.c,
1468 elf32-cr16c.c, elf32-cris.c, elf32-crx.c, elf32-d10v.c,
1469 elf32-d30v.c, elf32-dlx.c, elf32-fr30.c, elf32-frv.c, elf32-gen.c,
1470 elf32-h8300.c, elf32-hppa.c, elf32-hppa.h, elf32-i370.c,
1471 elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
1472 elf32-iq2000.c, elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c,
1473 elf32-m68hc1x.c, elf32-m68hc1x.h, elf32-m68k.c, elf32-m88k.c,
1474 elf32-mcore.c, elf32-mips.c, elf32-msp430.c, elf32-openrisc.c,
1475 elf32-or32.c, elf32-pj.c, elf32-ppc.c, elf32-ppc.h, elf32-s390.c,
1476 elf32-sh-symbian.c, elf32-sh.c, elf32-sh64-com.c, elf32-sh64.c,
1477 elf32-sh64.h, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
1478 elf32-xstormy16.c, elf32-xtensa.c, elf32.c, elf64-alpha.c,
1479 elf64-gen.c, elf64-hppa.c, elf64-hppa.h, elf64-mips.c,
1480 elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
1481 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elf64.c, elfcode.h,
1482 elfcore.h, elflink.c, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c,
1483 elfxx-mips.h, elfxx-sparc.c, elfxx-sparc.h, elfxx-target.h,
1484 epoc-pe-arm.c, epoc-pei-arm.c, format.c, freebsd.h, gen-aout.c,
1485 genlink.h, hash.c, host-aout.c, hp300bsd.c, hp300hpux.c,
1486 hppabsd-core.c, hpux-core.c, i386aout.c, i386bsd.c, i386dynix.c,
1487 i386freebsd.c, i386linux.c, i386lynx.c, i386mach3.c, i386msdos.c,
1488 i386netbsd.c, i386os9k.c, ieee.c, ihex.c, init.c, irix-core.c,
1489 libaout.h, libbfd-in.h, libbfd.c, libbfd.h, libcoff-in.h,
1490 libcoff.h, libecoff.h, libhppa.h, libieee.h, libnlm.h, liboasys.h,
1491 libpei.h, libxcoff.h, linker.c, lynx-core.c, m68k4knetbsd.c,
1492 m68klinux.c, m68klynx.c, m68knetbsd.c, m88kmach3.c, m88kopenbsd.c,
1493 mach-o-target.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c, mmo.c,
1494 netbsd-core.c, netbsd.h, newsos3.c, nlm-target.h, nlm.c,
1495 nlm32-alpha.c, nlm32-i386.c, nlm32-ppc.c, nlm32-sparc.c, nlm32.c,
1496 nlm64.c, nlmcode.h, nlmswap.h, ns32k.h, ns32knetbsd.c, oasys.c,
1497 opncls.c, osf-core.c, pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c,
1498 pe-mcore.c, pe-mips.c, pe-ppc.c, pe-sh.c, peXXigen.c,
1499 pef-traceback.h, pef.c, pef.h, pei-arm.c, pei-i386.c, pei-mcore.c,
1500 pei-mips.c, pei-ppc.c, pei-sh.c, peicode.h, ppcboot.c,
1501 ptrace-core.c, reloc.c, reloc16.c, riscix.c, rs6000-core.c,
1502 sco5-core.c, section.c, simple.c, som.c, som.h, sparclinux.c,
1503 sparclynx.c, sparcnetbsd.c, srec.c, stab-syms.c, stabs.c, sunos.c,
1504 syms.c, sysdep.h, targets.c, tekhex.c, ticoff.h, trad-core.c,
1505 vax1knetbsd.c, vaxbsd.c, vaxnetbsd.c, versados.c, vms-gsd.c,
1506 vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h, xcoff-target.h,
1507 xcofflink.c, xsym.c, xsym.h, xtensa-isa.c, xtensa-modules.c,
11d02c41 1508 hosts/alphavms.h
3e110533 1509
f652615e
L
15102005-05-04 H.J. Lu <hongjiu.lu@intel.com>
1511
1512 * bfd-in.h (_bfd_elf_provide_section_bound_symbols): New.
1513 * bfd-in2.h: Regenerated.
1514
1515 * elflink.c (bfd_elf_set_symbol): New.
1516 (_bfd_elf_provide_symbol): Call it.
1517 (_bfd_elf_provide_section_bound_symbols): New.
1518
c5e2cead
L
15192005-05-04 H.J. Lu <hongjiu.lu@intel.com>
1520
1521 * elflink.c (_bfd_elf_merge_symbol): Only skip weak definitions
1522 at the end, if a strong definition has already been seen.
1523
8423293d
AM
15242005-05-04 Alan Modra <amodra@bigpond.net.au>
1525
1526 * section.c (struct bfd_section): Replace link_order_head and
1527 link_order_tail with map_head and map_tail union.
1528 (STD_SECTION): Update.
1529 (_bfd_strip_section_from_output): Delete.
1530 * aoutx.h: Update throughout for above changes.
1531 * coff-ppc.c: Likewise.
1532 * cofflink.c: Likewise.
1533 * ecoff.c: Likewise.
1534 * elf-eh-frame.c: Likewise.
1535 * elf-m10300.c: Likewise.
1536 * elf.c: Likewise.
1537 * elf32-arm.c: Likewise.
1538 * elf32-cris.c: Likewise.
1539 * elf32-hppa.c: Likewise.
1540 * elf32-i386.c: Likewise.
1541 * elf32-m32r.c: Likewise.
1542 * elf32-m68hc1x.c: Likewise.
1543 * elf32-m68k.c: Likewise.
1544 * elf32-ppc.c: Likewise.
1545 * elf32-s390.c: Likewise.
1546 * elf32-sh.c: Likewise.
1547 * elf32-vax.c: Likewise.
1548 * elf32-xtensa.c: Likewise.
1549 * elf64-alpha.c: Likewise.
1550 * elf64-hppa.c: Likewise.
1551 * elf64-ppc.c: Likewise.
1552 * elf64-s390.c: Likewise.
1553 * elf64-sh64.c: Likewise.
1554 * elf64-x86-64.c: Likewise.
1555 * elflink.c: Likewise.
1556 * elfxx-ia64.c: Likewise.
1557 * elfxx-mips.c: Likewise.
1558 * elfxx-sparc.c: Likewise.
1559 * linker.c: Likewise.
1560 * merge.c: Likewise.
1561 * pdp11.c: Likewise.
1562 * xcofflink.c: Likewise.
1563 * elflink.c (bfd_boolean bfd_elf_size_dynsym_hash_dynstr): Split
1564 out from bfd_elf_size_dynamic_sections.
1565 * bfd-in.h (bfd_boolean bfd_elf_size_dynsym_hash_dynstr): Declare.
1566 * bfd-in2.h: Regenerate.
1567
04dd1667
AM
15682005-05-04 Alan Modra <amodra@bigpond.net.au>
1569
1570 * section.c (bfd_section_list_remove): Don't clear s->next.
1571 (bfd_section_list_append): Always init s->prev.
1572 (bfd_section_list_prepend): Define.
1573 (bfd_section_list_insert_after): Minor optimization.
1574 (bfd_section_removed_from_list): Rewrite.
1575 * elf.c (assign_section_numbers): Simplify list traversal now that
1576 bfd_section_list_remove doesn't destroy removed section next ptr.
1577 * sunos.c (sunos_add_dynamic_symbols): Likewise.
1578 * elfxx-ia64.c (elfNN_ia64_object_p): Use bfd_section_list_prepend.
1579 * xcofflink.c (_bfd_xcoff_bfd_final_link): Simplify list traversal.
1580 * bfd-in2.h: Regenerate.
1581
5daa8fe7
L
15822005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1583
1584 * bfd.c (bfd): Remove section_tail and add section_last.
1585 (bfd_preserve): Likewise.
1586 (bfd_preserve_save): Likewise.
1587 (bfd_preserve_restore): Likewise.
1588 * opncls.c (_bfd_new_bfd): Likewise.
1589
1590 * coffcode.h (coff_compute_section_file_positions): Updated.
1591 (coff_compute_section_file_positions): Likewise.
1592 * elf.c (assign_section_numbers): Likewise.
1593 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
1594 * elf64-mmix.c (mmix_elf_final_link): Likewise.
1595 * elfxx-ia64.c (elfNN_ia64_object_p): Likewise.
1596 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
1597 * sunos.c (sunos_add_dynamic_symbols): Likewise.
1598 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
1599
1600 * ecoff.c (bfd_debug_section): Initialize prev.
1601
1602 * section.c (bfd_section): Add prev.
1603 (bfd_section_list_remove): Updated.
1604 (bfd_section_list_append): New.
1605 (bfd_section_list_insert_after): New.
1606 (bfd_section_list_insert_before): New.
1607 (bfd_section_list_insert): Removed.
1608 (bfd_section_removed_from_list): Updated.
1609 (STD_SECTION): Initialize prev.
1610 (bfd_section_init): Updated.
1611 (bfd_section_list_clear): Updated.
1612
1613 * bfd-in2.h: Regenerated.
1614
a31501e9
L
16152005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1616
1617 * elf.c (_bfd_elf_new_section_hook): Don't call
1618 _bfd_elf_get_sec_type_attr on sections from input files.
1619
d05da6a8
L
16202005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1621
1622 * merge.c (sec_merge_init): Call bfd_hash_table_init_n with
1623 hash table size 16699 instead of bfd_hash_table_init.
1624
a67b080b
PB
16252005-05-01 Paul Brook <paul@codesourcery.com>
1626
1627 * elflink.c (_bfd_elf_merge_symbol): Skip weak definitions if a strong
1628 definition has already been seen.
1629
c6596c5e
PB
16302005-05-01 Paul Brook <paul@codesourcery.com>
1631
1632 * elf32-arm.c (bfd_elf32_arm_process_before_allocation): Treat
1633 R_ARM_PLT32 the same as R_ARM_PC24.
1634 (arm_add_to_rel): Ditto.
1635
9a813b7a
DJ
16362005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
1637
1638 * config.bfd: Add h8300*-*-rtemscoff.
1639 Switch h8300*-*-rtems* to elf.
1640
aa7eb06d
DJ
16412005-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1642
1643 * aclocal.m4, Makefile.in: Regnerated.
1644
fa0d1cab
PB
16452005-04-28 Paul Brook <paul@codesourcery.com>
1646
1647 Merge changes only applied to Makefile.in.
1648 * Makefile.am (BFD32_BACKENDS): Add elfxx-sparc.lo
1649 (BFD32_BACKENDS_CFILES): Add elfxx-sparc.c
1650 (elfxx-sparc.lo): New rule.
1651 (elf32-sparc.lo): Add elfxx-sparc.h dependency.
1652 (elf64-sparc.lo): Likewise.
1653
0291d291
NC
16542005-04-28 Julian Brown <julian@codesourcery.com>
1655
1656 * elflink.c (_bfd_elf_provide_symbol): Provide symbol for weak
1657 import.
1658
26c61ae5
L
16592005-04-27 H.J. Lu <hongjiu.lu@intel.com>
1660
1661 * elf-bfd.h (bfd_elf_sym_name): Also take "asection *".
1662
1663 * elf.c (bfd_elf_sym_name): Updated.
1664 (group_signature): Likewise.
1665 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1666 * elf64-ppc.c (ppc64_elf_edit_opd): Likewise.
1667 (ppc64_elf_edit_toc): Likewise.
1668 (ppc64_elf_relocate_section): Likewise.
1669 * elfcode.h (elf_slurp_symbol_table): Likewise.
1670 * elflink.c (elf_link_input_bfd): Likewise.
1671
1672 * elfxx-ia64.c (elfNN_ia64_relocate_section): Call
1673 bfd_elf_sym_name to get local symbol name when reporting errors.
1674
8c19749a
NC
16752005-04-27 Nick Clifton <nickc@redhat.com>
1676
1677 * elflink.c (elf_link_input_bfd): Handle the case where a badly
1678 formatted input file results in a reloc which has no associated
1679 global symbol.
1680
8e5b6e16
JG
16812005-04-26 Jerome Guitton <guitton@gnat.com>
1682
1683 * bfd.m4 (BFD_NEED_DECLARATION): Restore.
1684
e459dc7b
DM
16852005-04-25 David S. Miller <davem@davemloft.net>
1686
1687 * elfxx-sparc.c (sparc_elf_append_rela_64): Add BFD64 protection.
1688 (sparc_elf_r_info_64, _bfd_sparc_elf_finish_dynamic_symbol,
1689 sparc64_finish_dyn, _bfd_sparc_elf_finish_dynamic_sections):
1690 Likewise.
1691
6d633fd2
L
16922005-04-25 H.J. Lu <hongjiu.lu@intel.com>
1693
1694 PR 858
1695 * elflink.c (elf_link_input_bfd): Make non-debugging reference
1696 to discarded section an error.
1697
d34a2b1d
JG
16982005-04-21 Jerome Guitton <guitton@gnat.com>
1699
1700 * configure.in: Replace BFD_NEED_DECLARATION checks by the
1701 corresponding AC_CHECK_DECLS.
1702 * sysdep.h: Replace NEED_DECLARATION_* checks by the corresponding
1703 HAVE_DECL_*.
1704 * bfd.m4 (BFD_NEED_DECLARATION): Remove, obsolete.
1705 * configure: Regenerate.
1706 * config.in: Ditto.
1707
ff01938b
AS
17082005-04-21 Andreas Schwab <schwab@suse.de>
1709
c2e70a82
AS
1710 * elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove
1711 unsigned from type of dynamic_interpreter.
1712 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create): Remove
1713 casts again.
1714
ff01938b
AS
1715 * elf.c (assign_section_numbers): Fix comment.
1716
0858d3ec
JG
17172005-04-21 Jerome Guitton <guitton@gnat.com>
1718
1719 * som.c (som_bfd_print_private_bfd_data): Add explicit cast to long
1720 for struct som_exec_auxhdr fields.
1721
7920ce38
NC
17222005-04-21 Nick Clifton <nickc@redhat.com>
1723
1724 * aout-adobe.c: Convert to ISO C and fix formatting.
1725 * aout-arm.c: Convert to ISO C and fix formatting.
1726 * aout-cris.c: Convert to ISO C and fix formatting.
1727 * aout-ns32k.c: Convert to ISO C and fix formatting.
1728 * aout-tic30.c: Convert to ISO C and fix formatting.
1729 * coffcode.h: Convert to ISO C and fix formatting.
1730 * coffswap.h: Convert to ISO C and fix formatting.
1731 * i386aout.c: Convert to ISO C and fix formatting.
1732 * libaout.h: Convert to ISO C and fix formatting.
1733 * libcoff-in.h: Convert to ISO C and fix formatting.
1734 * libcoff.h: Convert to ISO C and fix formatting.
1735 * libecoff.h: Convert to ISO C and fix formatting.
1736 * libnlm.h: Convert to ISO C and fix formatting.
1737 * libpei.h: Convert to ISO C and fix formatting.
1738 * libxcoff.h: Convert to ISO C and fix formatting.
1739 * nlm-target.h: Convert to ISO C and fix formatting.
1740 * nlm.c: Convert to ISO C and fix formatting.
1741 * nlm32-alpha.c: Convert to ISO C and fix formatting.
1742 * nlm32-i386.c: Convert to ISO C and fix formatting.
1743 * nlm32-ppc.c: Convert to ISO C and fix formatting.
1744 * nlm32-sparc.c: Convert to ISO C and fix formatting.
1745 * nlmcode.h: Convert to ISO C and fix formatting.
1746 * nlmswap.h: Convert to ISO C and fix formatting.
1747 * pe-mips.c: Convert to ISO C and fix formatting.
1748 * peXXigen.c: Convert to ISO C and fix formatting.
1749 * peicode.h: Convert to ISO C and fix formatting.
1750 * vms-gsd.c: Convert to ISO C and fix formatting.
1751 * vms-hdr.c: Convert to ISO C and fix formatting.
1752 * vms-misc.c: Convert to ISO C and fix formatting.
1753 * vms-tir.c: Convert to ISO C and fix formatting.
1754 * vms.c: Convert to ISO C and fix formatting.
1755 * vms.h: Convert to ISO C and fix formatting.
1756
1757 * coffgen.c (coff_print_symbol): Restore correct formatting of
1758 output.
1759
e8be8da4
DM
17602005-04-20 David S. Miller <davem@davemloft.net>
1761
1762 * elfxx-sparc.c (sparc_elf_r_symndx_64): Fix compiler warning.
1763 (_bfd_sparc_elf_link_hash_table_create): Likewise.
1764 (allocate_dynrelocs): Likewise.
1765
ec7b76fe
JG
17662005-04-20 Jerome Guitton <guitton@gnat.com>
1767
1768 * configure.in: Fix the check for basename declaration. Add check
1769 for declarations of ftello, ftello64, fseeko, fseeko64.
1770 * configure: Regenerate.
1771 * config.in: Ditto.
1772 * sysdep.h: If needed, declare ftello, ftello64, fseeko, fseeko64.
1773
22b75d0a
DM
17742005-04-19 David S. Miller <davem@davemloft.net>
1775
1776 * elfxx-sparc.c: New file.
1777 * elfxx-sparc.h: New file.
1778 * Makefile.in (BFD32_BACKENDS): Add elfxx-sparc.lo
1779 (BFD32_BACKENDS_CFILES): Add elfxx-sparc.c
1780 (elfxx-sparc.lo): New rule.
1781 (elf32-sparc.lo): Add elfxx-sparc.h dependency.
1782 (elf64-sparc.lo): Likewise.
1783 * configure.in (bfd_elf32_sparc_vec): Add elfxx-sparc.lo
1784 (bfd_elf64_sparc_vec): Likewise.
1785 * configure: Regenerate.
1786 * elf32-sparc.c: Remove common code now in elfxx-sparc.c
1787 * elf64-sparc.c: Likewise, also use elf64_sparc_*() naming
1788 which is more consistent with elf32-sparc.c
1789
a008ac03
DJ
17902005-04-19 Daniel Jacobowitz <dan@codesourcery.com>
1791
1792 * elfxx-mips.c (struct mips_elf_link_hash_entry): Update comment.
1793 (mips_elf_create_local_got_entry): Check h->root.forced_local.
1794
c87b5a93
AM
17952005-04-19 Alan Modra <amodra@bigpond.net.au>
1796
1797 * elf32-ppc.c (ppc_elf_check_relocs): Don't bother with
1798 dynamic relocs in non-SEC_ALLOC sections.
1799 (ppc_elf_gc_sweep_hook): Likewise.
1800 (ppc_elf_relax_section): Likewise.
1801 (ppc_elf_relocate_section): Likewise.
1802
7cefacd3
NC
18032005-04-18 Nick Clifton <nickc@redhat.com>
1804
1805 * aix5ppc-core.c (xcoff64_core_p): Fix compile time warning
1806 assigning a value to return_value.
1807
278d8f37
L
18082005-04-17 H.J. Lu <hongjiu.lu@intel.com>
1809
1810 PR 855
1811 * elf.c (_bfd_elf_copy_private_section_data): Don't copy linker
1812 created group data.
1813
20dbb49d
L
18142005-04-17 H.J. Lu <hongjiu.lu@intel.com>
1815
1816 PR 855
1817 * elf.c (setup_group): Properly handle zero group count.
1818
6a808a40
MK
18192005-04-17 Mark Kettenis <kettenis@gnu.org>
1820
1821 * som.c (hppa_som_reloc, som_mkobject, som_is_space)
1822 (som_is_subspace, compare_subspaces, som_compute_checksum)
1823 (som_build_and_write_symbol_table, som_slurp_symbol_table): New
1824 protoypes.
1825 (hppa_som_reloc, compare_syms, compare_subspaces)
1826 (som_print_symbol, som_get_section_contents)
1827 (som_set_section_contents): Remove space after 'void *'.
1828 (som_bfd_print_private_bfd_data): Use %lx to print longs.
1829 (som_bfd_merge_private_bfd_data)
1830 (som_bfd_copy_private_header_data, som_bfd_set_private_flags): New
1831 defines.
1832
33bfe774
JB
18332004-04-15 Julian Brown <julian@codesourcery.com>
1834
1835 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
1836 * bfd-in2.h: Regenerate.
1837 * elf32-arm.c (elf32_arm_link_hash_table): New field, 'use_blx'.
1838 (elf32_arm_link_hash_table_create): Initialise fix_v4bx, use_blx.
1839 (bfd_elf32_arm_set_target_relocs): Handle use_blx.
1840 (elf32_arm_final_link_relocate): Use Thumb BLX for R_ARM_THM_PC22
1841 relocations if requested to.
1842 (allocate_dynrelocs): Don't count size of omitted Thumb stubs based on
1843 use_blx rather than symbian_p.
1844 (elf32_arm_finish_dynamic_symbol): Don't output Thumb PLT stubs if
1845 use_blx is in effect.
1846 (elf32_arm_symbian_link_hash_table_create): Enable use_blx by default
1847 for SymbianOS.
1848
745c12f8
NC
18492005-04-15 Nick Clifton <nickc@redhat.com>
1850
1851 * coffgen.c (coff_print_symbol): Use fprintf_vma to print vma
1852 values.
1853
2e8b3a61
AM
18542005-04-15 Alan Modra <amodra@bigpond.net.au>
1855
1856 PR ld/815
1857 * elflink.c (elf_smash_syms): Clear undef.next if it's not being
1858 used as a list pointer.
1859
9e9b66a9
AM
18602005-04-14 Alan Modra <amodra@bigpond.net.au>
1861
1862 * Makefile.am (NO_WERROR): Define.
1863 * warning.m4: New file
1864 * acinclude.m4: Include warning.m4.
1865 * configure.in: Invoke AM_BINUTILS_WARNINGS.
1866 * Makefile.in: Regenerate.
1867 * configure: Regenerate.
1868
8699aa54
AM
18692005-04-14 Alan Modra <amodra@bigpond.net.au>
1870
92ceba1e
AM
1871 * merge.c (sec_merge_emit): Tidy. Check for bfd_zmalloc errors.
1872 Write trailing padding.
1873
8699aa54
AM
1874 * merge.c (merge_strings): Round up section size for alignment.
1875
40937810
JJ
18762005-04-14 David S. Miller <davem@davemloft.net>
1877
1878 Add TLS support for 64-bit Sparc ELF.
1879 * elf64-sparc.c (sparc64_elf_dyn_relocs,
1880 sparc64_elf_link_hash_entry, sparc64_elf_obj_tdata): New structs.
1881 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLD_GD, GOT_TLD_IE,
1882 sparc64_elf_hash_entry, sparc64_elf_tdata,
1883 sparc64_elf_local_got_tls_type): New defines.
1884 (sparc64_elf_mkobject): New function.
1885 (sparc64_elf_link_hash_table): Add members for dynamic linker
1886 sections PLT, RELPLT, DYNBSS, and RELBSS. Add tls_ldm_got
1887 uion to track TLS GOT references. Add sym_sec to cache
1888 mappings from local sym to section.
1889 (link_hash_newfunc): New function.
1890 (sparc64_elf_bfd_link_hash_table_create): Rename to
1891 sparc64_elf_link_hash_table_create for consistency.
1892 Pass link_hash_newfunc to _bfd_elf_link_hash_table_init.
1893 (sparc64_elf_create_dynamic_sections): Initialize new section
1894 members of sparc64_elf_link_hash_table. Only init srelbss
1895 if not-shared.
1896 (sparc64_elf_copy_indirect_symbol, sparc64_elf_tls_transition):
1897 New functions.
1898 (SPARC_NOP): Define.
1899 (sparc64_elf_build_plt, sparc64_elf_plt_entry_offset,
1900 sparc64_elf_plt_ptr_offset): Delete.
1901 (sparc64_plt_entry_build): New function to build PLT entries
1902 gradually instread of all at once at the end of linking.
1903 (sparc64_elf_check_relocs): Delete dynobj, sgot, and srelgot
1904 local vars. Get them from sparc64_elf_hash_table instead.
1905 Check early on if r_symndx is in bounds. Handle TLS transitions.
1906 Account for TLS GOT references and DF_STATIC_TLS, as needed.
1907 For TLS relocs, record the tls_type in either
1908 sparc64_elf_local_got_tls_type or sparc64_elf_hash_entry as
1909 appropriate. For R_SPARC_TLS_{GD,LDM}_CALL, emit a reference
1910 to the __tls_get_addr symbol. For PLT relocs, track references
1911 via h->plt.refcount. When R_SPARC_{PC10,PC22,PC_HH22,PC_HM10,
1912 PC_LM22} and h not-NULL, set h->non_got_ref. For global data
1913 symbol references, count the number of relocations needed for
1914 that symbol. For default switch case, don't error, this lets
1915 the TLS relocs not explicitly handled by this function get
1916 accepted.
1917 (sparc64_elf_gc_mark_hook, sparc64_gc_sweep_hook): New functions.
1918 (sparc64_elf_adjust_dynamic_symbol): Remove dynobj local var, get
1919 it from sparc64_elf_hash_table. Store the real PLT offset
1920 in h->plt.offset, and build PLT entries one at a time. Also
1921 get .dynbss section pointer from htab.
1922 (allocate_dynrelocs, readonly_dynrelocs,
1923 sparc64_omit_section_dynsym): New functions.
1924 (sparc64_elf_omit_section_dynsym): Use these new functions as
1925 helpers.
1926 (dtpoff_base, tpoff): New functions.
1927 (sparc64_elf_relocate_section): Kill dynobj, sgot, and splt
1928 locals, get them from sparc64_elf_hash_table. Handle TLS
1929 relocations and refcounting in main relocation loop.
1930 (sparc64_elf_finish_dynamic_symbol): Use
1931 sparc64_elf_link_hash_table. Build PLT entries as we see
1932 them. Handle TLS GOT relocations.
1933 (sparc64_elf_finish_dynamic_sections): Get sgot and dynobj
1934 from sparc64_elf_hash_table. Initialize only PLT header
1935 not all entries since we not build PLT entries one by one.
1936 (elf_backend_copy_indirect_symbol, bfd_elf64_mkobject,
1937 elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook,
1938 elf_backend_can_gc_sections, elf_backend_can_refcount): Define.
1939
e75a280b
L
19402005-04-13 Daniel Jacobowitz <dan@codesourcery.com>
1941
1942 * elflink.c (elf_link_input_bfd): Update check for removed
1943 sections.
1944
ceae3e33
AM
19452005-04-12 Alan Modra <amodra@bigpond.net.au>
1946
1947 * Makefile.am: Run "make dep-am".
1948 * Makefile.in: Regenerate.
1949 * aclocal.m4: Regenerate.
1950 * libcoff.h: Regenerate.
1951
ab82c5b9
L
19522005-04-11 H.J. Lu <hongjiu.lu@intel.com>
1953
1954 * linker.c (_bfd_generic_link_output_symbols): Also check if
1955 the output section of an input section has been removed from
1956 the output file.
1957
1958 * section.c (bfd_section_list_remove): Clear the next field
1959 of the removed section.
1960 (bfd_section_removed_from_list): New.
1961 * bfd-in2.h: Regenerated.
1962
bd695bcc
JJ
19632005-04-11 David S. Miller <davem@davemloft.net>
1964
1965 * elf32-sparc.c (elf32_sparc_relocate_section,
1966 R_SPARC_TLS_LDO_{HIX22,LOX10}): When not shared, transition to
1967 R_SPARC_TLS_LE_{HIX22,LOX10}.
1968 (elf32_sparc_relocate_section, R_SPARC_TLS_{LDO,LE}_HIX22): Only
1969 xor relocation with 0xffffffff if R_SPARC_TLS_LE_HIX22.
1970 (elf32_sparc_relocate_section, R_SPARC_TLS_{LDO,LE}_LOX10): Only
1971 or 0x1c00 into relocation if R_SPARC_TLS_LE_HIX22.
1972
b5b2699c
L
19732005-04-11 H.J. Lu <hongjiu.lu@intel.com>
1974
1975 * coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.
1976
116c20d2 19772005-04-11 Nick Clifton <nickc@redhat.com>
d7128ce4 1978
116c20d2
NC
1979 * aout-target.h: Convert to ISO C.
1980 * aoutf1.h: Convert to ISO C.
1981 * aoutx.h: Convert to ISO C.
1982 * bout.c: Convert to ISO C.
1983 * dwarf1.c: Convert to ISO C.
1984 * ecoffswap.h: Convert to ISO C.
1985 * freebsd.h: Convert to ISO C.
1986 * genlink.h: Convert to ISO C.
1987 * ieee.c: Convert to ISO C.
1988 * ihex.c: Convert to ISO C.
1989 * libcoff-in.h: Convert to ISO C.
1990 * mach-o.c: Convert to ISO C.
1991 * mach-o.h: Convert to ISO C.
1992 * netbsd.h: Convert to ISO C.
1993 * ns32k.h: Convert to ISO C.
1994 * ns32knetbsd.c: Convert to ISO C.
1995 * oasys.c: Convert to ISO C.
1996 * pdp11.c: Convert to ISO C.
1997 * pef-traceback.h: Convert to ISO C.
1998 * pef.c: Convert to ISO C.
1999 * pef.h: Convert to ISO C.
2000 * riscix.c: Convert to ISO C.
2001 * som.c: Convert to ISO C.
2002 * som.h: Convert to ISO C.
2003 * srec.c: Convert to ISO C.
2004 * stabs.c: Convert to ISO C.
2005 * sunos.c: Convert to ISO C.
2006 * tekhex.c: Convert to ISO C.
2007 * versados.c: Convert to ISO C.
2008 * version.h: Convert to ISO C.
2009 * xcoff-target.h: Convert to ISO C.
2010 * xcofflink.c: Convert to ISO C.
2011 * xsym.c: Convert to ISO C.
2012 * xsym.h: Convert to ISO C.
2013
8f6277f5
PB
20142005-04-08 Paul Brook <paul@codesourcery.com>
2015
2016 * elf32-arm.c (ARM2THUMB_GLUE_SIZE): Rename...
2017 (ARM2THUMB_STATIC_GLUE_SIZE): ... to this.
2018 (ARM2THUMB_PIC_GLUE_SIZE): Define.
2019 (a2t1p_ldr_insn, a2t2p_add_pc_insn, a2t3p_bx_r12_insn): Add.
2020 (elf32_arm_to_thumb_stub): Create PIC stubs.
2021 (record_arm_to_thumb_glue): Use different stub size for relocatable
2022 images.
2023
8c1d1bb8
AM
20242005-04-05 Alan Modra <amodra@bigpond.net.au>
2025
2026 * elf64-ppc.c (dec_dynrel_count): New function split out from
2027 ppc64_elf_edit_toc, with additional code from ppc64_elf_edit_opd.
2028 (ppc64_elf_edit_toc, ppc64_elf_edit_opd): Use it.
2029 (ppc64_elf_tls_optimize): Likewise.
2030
8c101720
NC
20312005-04-05 Mark Kettenis <kettenis@gnu.org>
2032
2033 * netbsd-core.c (SPARC_WCOOKIE_OFFSET): Renamed from
2034 CORE_WCOOKIE_OFFSET.
2035 (SPARC64_WCOOKIE_OFFSET): New.
2036 (netbsd_core_file_p): Provide .wcookie section for OpenBSD/sparc64.
2037
429cc0ae
NC
20382005-04-05 Nick Clifton <nickc@redhat.com>
2039
2040 * po/rw.po: New translation: Kinyarwanda
2041 * configure.in (ALL_LINGUAS): Add rw
2042 * configure: Regenerate.
2043
cc2e31b9
RS
20442005-04-05 Richard Sandiford <rsandifo@redhat.com>
2045
2046 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME_P): New macro.
2047 (_bfd_mips_elf_section_from_shdr): Use it to check for recognized
2048 SHT_MIPS_OPTIONS names. Allow all sections with unrecognised
2049 section flags.
2050 (_bfd_mips_elf_fake_sections): Use MIPS_ELF_OPTIONS_SECTION_NAME_P
2051 to check for SHT_MIPS_OPTIONS sections.
2052 (_bfd_mips_elf_set_section_contents): Likewise.
2053
8236346f
EC
20542005-04-04 Eric Christopher <echristo@redhat.com>
2055
2056 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents):
2057 Clean up gp handling code.
2058
7e4111ad
L
20592005-04-04 H.J. Lu <hongjiu.lu@intel.com>
2060
2061 * elf.c (bfd_elf_set_group_contents): Ignore linker created
d7128ce4 2062 group section.
da9f89d4
L
2063 (assign_section_numbers): Accept link_info. Check SHT_GROUP
2064 sections for relocatable files only. Remove the linker created
2065 group sections.
2066 (_bfd_elf_compute_section_file_positions): Pass link_info to
2067 assign_section_numbers.
2068
2069 * elfxx-ia64.c (elfNN_ia64_object_p): New.
2070 (elf_backend_object_p): Defined.
7e4111ad 2071
96982dc9
L
20722005-04-04 H.J. Lu <hongjiu.lu@intel.com>
2073
2074 * elf-bfd.h (elf_section_data): Use (sec) instead of sec.
2075
a13afe8e
FF
20762005-04-03 Fred Fish <fnf@specifixinc.com>
2077
2078 * dwarf2.c (struct dwarf2_debug): Add dwarf_ranges_buffer and
2079 dwarf_ranges_size members.
2080 (struct comp_unit): Add base_address member.
2081 (struct funcinfo): Replace low/high members with an arange.
2082 (arange_add): Replace incoming "unit" parameter with "abfd" and
2083 "first_arange" pointers. Reorganize/rewrite function body.
2084 (decode_line_info): Change arange_add call to pass bfd and arange
2085 pointers.
2086 (lookup_address_in_line_info_table): Use arange list instead of
2087 individual low/high members. Walk function's arange list to find
2088 lowest PC in list, to test for overlapping functions.
2089 (read_debug_ranges): New function, reads the debug_ranges section.
2090 (lookup_address_in_function_table): Use arange list instead of
2091 individual low/high members. Rewrite to find smallest range that
2092 matches.
2093 (read_rangelist): Read a given rangelist from debug_ranges.
2094 (scan_unit_for_functions): Use arange list instead of individual
2095 low/high members. Handle a DW_AT_ranges attribute.
2096 (parse_comp_unit): Use arange list instead of individual low/high
2097 members. Save comp unit base address. Handle a DW_AT_ranges
2098 attribute.
2099
2796fd96
L
21002005-04-01 H.J. Lu <hongjiu.lu@intel.com>
2101
2102 * elf.c (assign_section_numbers): Really use the kept section.
2103
01b3c8ab
L
21042005-03-31 H.J. Lu <hongjiu.lu@intel.com>
2105
2106 * elf-bfd.h (_bfd_elf_check_kept_section): New.
2107
2108 * elf.c (assign_section_numbers): When sh_link points to a
2109 discarded section, call _bfd_elf_check_kept_section to see if
2110 the kept section can be used. Otherwise reject sh_link
2111 pointing to discarded section.
2112
2113 * elflink.c (_bfd_elf_check_kept_section): New.
2114 (elf_link_input_bfd): Use it.
2115
35090471
AM
21162005-04-01 Alan Modra <amodra@bigpond.net.au>
2117
2118 * elf64-ppc.c (ppc64_elf_edit_toc): Account for dynamic relocs
2119 that we no longer need.
2120
7356fed5
AM
21212005-04-01 Alan Modra <amodra@bigpond.net.au>
2122
2123 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Return -1 on errors
2124 rather than 0.
77623a34 2125 (ppc64_elf_check_relocs): Remove unnecessary SEC_ALLOC check.
7356fed5 2126
28b13744
L
21272005-03-31 H.J. Lu <hongjiu.lu@intel.com>
2128
2129 * elf.c (assign_section_numbers): Fix a typo.
2130
c93625e2
L
21312005-03-31 H.J. Lu <hongjiu.lu@intel.com>
2132
2133 * elflink.c (elf_link_input_bfd): Remove the extra `\n' in
2134 error message.
2135 (_bfd_elf_section_already_linked): Likewise.
2136
fddc4048
JG
21372005-03-31 Jerome Guitton <guitton@gnat.com>
2138
2139 * config.in: Regenerate.
2140
2e9ebff5
JG
21412005-03-31 Jerome Guitton <guitton@gnat.com>
2142
c93625e2
L
2143 * config.in (HAVE_DECL_BASENAME): New configure macro.
2144 * configure.in: Check for basename.
2145 * configure: Regenerate.
2e9ebff5 2146
05ea83ed
JB
21472005-03-30 Julian Brown <julian@codesourcery.com>
2148
2149 * bfd-in.h (bfd_is_arm_mapping_symbol_name): Rename from
2150 bfd_elf32_is_arm_mapping_symbol_name.
2151 * bfd-in2.h: Regenerate.
2152 * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Rename from
2153 bfd_elf32_is_arm_mapping_symbol_name.
2154 * elf32-arm.c (elf32_arm_is_target_special_symbol): Rename
2155 bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
2156 (arm_elf_find_function): Likewise.
2157 (elf32_arm_output_symbol_hook): Likewise.
2158
9d2da7ca
JB
21592005-03-30 Julian Brown <julian@codesourcery.com>
2160
2161 * bfd-in.h (bfd_elf32_is_arm_mapping_symbol_name): Add prototype.
2162 * bfd-in2.h: Regenerate.
2163 * elf32-arm.c (elf32_arm_is_target_special_symbol): Rename call to
2164 bfd_elf32_is_arm_mapping_symbol_name.
2165 (elf32_arm_output_symbol_hook): Likewise.
2166 (arm_elf_find_function): Likewise, and include STT_NOTYPE in test for
2167 mapping symbols.
2168 (is_arm_mapping_symbol_name): Function moved from here...
2169 * cpu-arm.c (bfd_elf32_is_arm_mapping_symbol_name): ...to here, renamed
2170 and made global.
2171
efa9bda4
AL
21722005-03-29 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2173
2174 * configure.in: Check for ffs decl and alphabetize.
2175 * config.in: Regenerate.
2176 * configure: Regenerate.
d7128ce4 2177 * sysdep.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
efa9bda4 2178
09a9d560
FF
21792005-03-29 Fred Fish <fnf@specifixinc.com>
2180
2181 * dwarf2.c (struct comp_unit): Fix typo.
2182 (scan_unit_for_functions): Remove unused local variable "name"
2183 and dead code that set it.
2184
ba93b8ac
DJ
21852005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
2186 Phil Blundell <philb@gnu.org>
2187
2188 * bfd-in2.h, libbfd.h: Regenerated.
2189 * reloc.c: Add ARM TLS relocations.
2190 * elf32-arm.c (elf32_arm_howto_table): Add dynamic TLS
2191 relocations.
2192 (elf32_arm_tls_gd32_howto, elf32_arm_tls_ldo32_howto)
2193 (elf32_arm_tls_ldm32_howto, elf32_arm_tls_le32_howto)
2194 (elf32_arm_tls_ie32_howto): New.
2195 (elf32_arm_howto_from_type): Support TLS relocations.
2196 (elf32_arm_reloc_map): Likewise.
2197 (elf32_arm_reloc_type_lookup): Likewise.
2198 (TCB_SIZE): Define.
2199 (struct elf32_arm_obj_tdata): New.
2200 (elf32_arm_tdata, elf32_arm_local_got_tls_type): Define.
2201 (elf32_arm_mkobject): New function.
2202 (struct elf32_arm_relocs_copied): Add pc_count.
2203 (elf32_arm_hash_entry, GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD)
2204 (GOT_TLS_IE): Define.
2205 (struct elf32_arm_link_hash_table): Add tls_ldm_got.
2206 (elf32_arm_link_hash_newfunc): Initialize tls_type.
2207 (elf32_arm_copy_indirect_symbol): Copy pc_count and tls_type.
2208 (elf32_arm_link_hash_table_create): Initialize tls_ldm_got.
2209 (dtpoff_base, tpoff): New functions.
2210 (elf32_arm_final_link_relocate): Handle TLS relocations.
2211 (IS_ARM_TLS_RELOC): Define.
2212 (elf32_arm_relocate_section): Warn about TLS mismatches.
2213 (elf32_arm_gc_sweep_hook): Handle TLS relocations and pc_count.
2214 (elf32_arm_check_relocs): Detect invalid symbol indexes. Handle
2215 TLS relocations and pc_count.
2216 (elf32_arm_adjust_dynamic_symbol): Check non_got_ref.
2217 (allocate_dynrelocs): Handle TLS. Bind REL32 relocs to local
2218 calls.
2219 (elf32_arm_size_dynamic_sections): Handle TLS.
2220 (elf32_arm_finish_dynamic_symbol): Likewise.
2221 (bfd_elf32_mkobject): Define.
2222
71a976dd
DJ
22232005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
2224
2225 * elf32-arm.c (elf32_arm_check_relocs): Increment count for all
2226 relocation types. Don't count relocations which will use a PLT.
2227
7e7353ed
JB
22282005-03-29 Joel Brobecker <brobecker@gnat.com>
2229
2230 * elf.c (elfcore_grok_nto_status): Print tid as long.
2231 (elfcore_grok_nto_regs): Likewise.
2232
166856d7
JB
22332005-03-29 Joel Brobecker <brobecker@gnat.com>
2234
40937810 2235 * irix-core.c: Remove some unnecessary prototypes.
166856d7 2236
40f85900
JB
22372005-03-28 Joel Brobecker <brobecker@adacore.com>
2238
2239 * irix-core.c: Convert to ISO C.
2240
aa2e06ba
JB
22412005-03-28 Joel Brobecker <brobecker@adacore.com>
2242
2243 * irix-core.c (do_sections): Replace + by | in expression.
2244 (irix_core_core_file_matches_executable_p): Add ATTRIBUTE_UNUSED
2245 to unused parameters to avoid a compiler warning.
2246
832bc186
MK
22472005-03-28 Mark Kettenis <kettenis@gnu.org>
2248
2249 * netbsd-core.c: Convert to ISO C. Fix formatting.
2250
82f0cfbd
EC
22512005-03-24 Eric Christopher <echristo@redhat.com>
2252
2253 * elfxx-mips.c: Revert previous patch.
2254
d7b9976f
NC
22552005-03-24 Nick Clifton <nickc@redhat.com>
2256
2257 * targets.c (_bfd_target_vector): Only include the
2258 bfd_elf32_ia64_hpux_big_vec vector when building a 64-bit BFD with
2259 all targets enabled.
2260
074d327a
NC
22612005-03-24 James E Wilson <wilson@specifixinc.com>
2262
2263 * Makefile.am (BFD32_BACKENDS): Delete elf32-ia64.lo.
2264 (BFD64_BACKENDS): Add elf32-ia64.lo.
2265 * Makefile.in: Regenerate.
2266
cc27e1dc
EC
22672005-03-23 Eric Christopher <echristo@redhat.com>
2268
2269 * elfxx-mips.c (MIPS_ELF_READONLY_SECTION): New.
2270 (mips_elf_calculate_relocation): Use. Define DF_TEXTREL
2271 after emitting relocation.
2272 (_bfd_mips_elf_adjust_dynamic_symbol): Ditto.
2273 (_bfd_mips_elf_check_relocs): Remove code to set DF_TEXTREL
2274 and readonly_reloc.
2275
ed84e695
NC
22762005-03-23 Mike Frysinger <vapier@gentoo.org>
2277 Nick Clifton <nickc@redhat.com>
2278
2279 * config.bfd: Accept any C library to accompany a GNU Linux
2280 implementation, not just the GNU C library.
2281 * configure.in: Likewise.
2282 * configure: Regenerate.
2283
81e1b023
L
22842005-03-22 H.J. Lu <hongjiu.lu@intel.com>
2285
2286 * bfd-in.h (_bfd_elf_provide_symbol): New.
2287 * bfd-in2.h: Regenerated.
2288
2289 * elf32-ppc.c (set_linker_sym): Moved to elflink.c.
2290 (ppc_elf_set_sdata_syms): Call _bfd_elf_provide_symbol instead
2291 of set_linker_sym.
2292
2293 * elflink.c (_bfd_elf_provide_symbol): New. Moved and renamed
2294 from elf32-ppc.c.
2295
672c2d7e
HPN
22962005-03-22 Hans-Peter Nilsson <hp@axis.com>
2297
2298 * hash.c (strtab_hash_newfunc): Fix typo in allocated size.
2299
1fbc7e7a
BW
23002005-03-22 Bob Wilson <bob.wilson@acm.org>
2301
2302 * xtensa-isa.c (xtensa_opcode_lookup, xtensa_state_lookup,
2303 xtensa_sysreg_lookup_name, xtensa_interface_lookup,
2304 xtensa_funcUnit_lookup): Skip bsearch call if count is zero.
2305 (xtensa_opcode_decode): Rearrange code.
2306
c8e7bf0d
NC
23072005-03-22 Nick Clifton <nickc@redhat.com>
2308
2309 * binary.c: Convert to ISO C90 formatting.
2310 * coff-arm.c: Convert to ISO C90 formatting.
2311 * coffgen.c: Convert to ISO C90 formatting.
2312 * elf32-gen.c: Convert to ISO C90 formatting.
2313 * elf64-gen.c: Convert to ISO C90 formatting.
2314 * hash.c: Convert to ISO C90 formatting.
2315 * ieee.c: Convert to ISO C90 formatting.
2316
28a094c2
DJ
23172005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
2318
2319 * elf32-arm.c (elf32_arm_final_link_relocate): Don't fail for
2320 unresolved symbols in R_ARM_NONE relocations.
2321
0945cdfd
DJ
23222005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
2323
2324 * elf32-arm.c (elf32_arm_final_link_relocate): Add
2325 UNRESOLVED_RELOC_P argument. Set it appropriately.
2326 (elf32_arm_relocate_section): Update call to
2327 elf32_arm_final_link_relocate. Don't clobber RELOCATION; use
2328 unresolved_reloc instead.
2329
11d2f718
AM
23302005-03-23 Alan Modra <amodra@bigpond.net.au>
2331
2332 * elflink.c (elf_link_add_object_symbols): Set SEC_EXCLUDE on
2333 .gnu.warning.* sections.
2334
76750a2f
AM
23352005-03-22 Alan Modra <amodra@bigpond.net.au>
2336
2337 * elf32-ppc.c (elf_linker_section_pointers_t): Remove
2338 written_address_p.
2339 (ppc_elf_create_linker_section): Don't try to reuse existing section.
2340 (elf_create_pointer_linker_section): Delete info parm. Don't make
2341 h dynamic. Don't set written_address_p.
2342 (ppc_elf_check_relocs): Adjust ppc_elf_create_linker_section calls.
2343 (bfd_put_ptr): Delete.
2344 (elf_finish_pointer_linker_section): Remove output_bfd and info parms.
2345 Always write section contents. Assert global sym is def_regular.
2346 Use offset bottom bit as a written flag.
2347 (ppc_elf_relocate_section): Adjust elf_finish_pointer_linker_section
2348 calls.
2349
f85f57ad
AM
23502005-03-22 Alan Modra <amodra@bigpond.net.au>
2351
2352 * elf32-ppc.c (ppc_elf_set_sdata_syms): New function, extracted from..
2353 (ppc_elf_set_sdata_syms): ..here. Expand comment. Set .sbss start
2354 and end syms.
2355
2dc773a0
NC
23562005-03-21 Nick Clifton <nickc@redhat.com>
2357
2358 * coff-arm.c (coff_link_hash_entry): Only define for non WINCE
2359 targets.
2360 (t2a1_bx_pc_insn): Likewise.
2361 (t2a2_noop_insn): Likewise.
2362 (t2a3_b_insn): Likewise.
2363 (t2a1_push_insn): Likewise.
2364 (t2a2_ldr_insn): Likewise.
2365 (t2a3_mov_insn): Likewise.
2366 (t2a4_bx_insn): Likewise.
2367 (t2a5_pop_insn): Likewise.
2368 (t2a6_bx_insn): Likewise.
2369 (coff_arm_relocate_section): Only declare the high_address
2370 variable for non WINCE targets.
2371
644285ef
AM
23722005-03-22 Alan Modra <amodra@bigpond.net.au>
2373
2374 * elf32-ppc.c (ppc_elf_add_symbol_hook): Make htab->sbss
2375 SEC_LINKER_CREATED. Attach to dynobj.
2376 (ppc_elf_size_dynamic_sections): Strip htab->sbss if zero size.
2377
c9a2f333
AM
23782005-03-21 Alan Modra <amodra@bigpond.net.au>
2379
2380 * elf32-ppc.c (struct elf_linker_section): Remove sym_hash and
2381 sym_offset. Add name, bss_name, sym_name, sym_val.
2382 (struct ppc_elf_link_hash_table): Remove sdata and sdata2 pointers.
2383 Add sdata array of elf_linker_section_t.
2384 (ppc_elf_link_hash_table_create): Set name, sym_name, and bss_name.
2385 (enum elf_linker_section_enum): Delete.
2386 (ppc_elf_create_linker_section): Rewrite. Don't create syms here.
2387 (ppc_elf_check_relocs): Delay ppc_elf_create_linker_section until
2388 the special sections are needed. Adjust htab->sdata refs.
2389 Ensure dynobj is set in sreloc code.
2390 (ppc_elf_size_dynamic_sections): Strip sdata sections.
2391 (ppc_elf_set_sdata_syms): New function.
2392 (elf_finish_pointer_linker_section): Use 0x8000 for sym_offset.
2393 (ppc_elf_relocate_section): Adjust references to htab->sdata. Use
2394 sym_val instead of sym_hash.
2395 * elf32-ppc.h (ppc_elf_set_sdata_syms): Declare.
2396
8853c3d3
AM
23972005-03-21 Alan Modra <amodra@bigpond.net.au>
2398
2399 * elf32-ppc.c (is_ppc_elf_target): Move to linker part of file.
2400 (ppc_elf_merge_private_bfd_data): Likewise.
2401
2bb04cf2
AM
24022005-03-21 Alan Modra <amodra@bigpond.net.au>
2403
2404 * elf32-ppc.c (struct elf_linker_section): Remove rel_section.
2405 (ppc_elf_create_linker_section): Don't create rel_section.
2406 (elf_create_pointer_linker_section): Don't size relocs.
2407 (elf_finish_pointer_linker_section): Remove relative_reloc parm.
2408 Don't generate relocs.
2409 (ppc_elf_relocate_section): Adjust calls to
2410 elf_finish_pointer_linker_section.
2411
d2663f46
AM
24122005-03-21 Alan Modra <amodra@bigpond.net.au>
2413
2414 * elf32-ppc.c (is_ppc_elf_target): New function.
2415 (ppc_elf_merge_private_bfd_data): Use it rather than just testing
2416 for bfd_target_elf_flavour. Do this test before endian check.
2417 (ppc_elf_add_symbol_hook): Use is_pcc_elf_target.
2418 (ppc_elf_size_dynamic_sections): Likewise.
2419
6dc132d9
L
24202005-03-20 H.J. Lu <hongjiu.lu@intel.com>
2421
2422 * elf-bfd.h (elf_backend_data): Add int to
2423 elf_backend_section_from_shdr.
2424 (bfd_elf_section_data): Update comment for this_idx.
2425 (_bfd_elf_make_section_from_shdr): Add int.
2426 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
2427
2428 * elf.c (_bfd_elf_make_section_from_shdr): Take section index
2429 and use it to set this_idx in bfd_elf_section_data.
2430 (bfd_section_from_shdr): Pass shindex to
2431 _bfd_elf_make_section_from_shdr.
2432 (_bfd_elf_section_from_bfd_section): Use this_idx in
2433 bfd_elf_section_data to find section index.
2434
2435 * elf32-arm.c (elf32_arm_section_from_shdr): Take section
2436 index and pass it to _bfd_elf_make_section_from_shdr.
2437 * elf32-i370.c(i370_elf_section_from_shdr): Likewise.
2438 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
2439 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
2440 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
2441 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
2442 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
2443 * elf64-x86-64.c (elf64_x86_64_section_from_shdr): Likewise.
2444 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
2445 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
2446
cabd4ccc
DS
24472005-03-19 Danny Smith <dannysmith@users.sourceforge.net>
2448 Ross Ridge <rridge@csclub.uwaterloo.ca>
2449
2450 * peicode.h (pe_ILF_build_a_bfd): Strip only one prefix
2451 character in IMPORT_NAME_UNDECORATE and IMPORT_NAME_NOPREFIX
2452 cases. Add comment.
2453
7451fd89
L
24542005-03-18 H.J. Lu <hongjiu.lu@intel.com>
2455
2456 * elflink.c (elf_mark_used_section): Remove check for special
2457 sections.
2458
b4677f03
AS
24592005-03-18 Andreas Schwab <schwab@suse.de>
2460
2461 * elfxx-ia64.c (elfNN_ia64_install_value): Change type of insn
2462 from bfd_vma to ia64_insn, remove broken cast.
2463
238d258f
NC
24642005-03-18 C Jaiprakash <cjaiprakash@noida.hcltech.com>
2465
8853c3d3 2466 * elf32-m68k.c (elf_cfv4e_plt0_entry): plt entry for coldfire v4e.
238d258f
NC
2467 (elf_m68k_adjust_dynamic_symbol,elf_m68k_finish_dynamic_symbol,
2468 elf_m68k_finish_dynamic_sections): Use it.
2469
b294bdf8
MM
24702005-03-17 Paul Brook <paul@codesourcery.com>
2471 Dan Jacobowitz <dan@codesourcery.com>
2472 Mark Mitchell <mark@codesourcery.com>
2473
2474 * elf32-arm.c (elf32_arm_modify_segment_map): New function.
2475 (elf32_arm_additional_program_headers): Likewise.
2476 (elf_backend_modify_segment_map): Define.
2477 (elf_backend_additional_program_headers): Likewise.
2478 (elf32_arm_symbian_modify_segment_map): Use
2479 elf32_arm_modify_segment_map.
2480
257a4820
L
24812005-03-18 H.J. Lu <hongjiu.lu@intel.com>
2482
2483 * elflink.c (elf_mark_used_section): Check bfd_is_const_section
2484 for special sections.
2485
554220db
AM
24862005-03-18 Alan Modra <amodra@bigpond.net.au>
2487
2488 * elf-bfd.h (_bfd_elf_link_renumber_dynsyms): Delete.
2489 * elflink.c (_bfd_elf_link_renumber_dynsyms): Make static, add
2490 section_sym_count param, and return number of section symbols.
2491 (bfd_elf_size_dynamic_sections): Clear section symbol area of
2492 .dynsym contents. Don't bother calling swap_symbol_out on the
2493 first all-zero dynsym.
2494 (elf_mark_used_section): Formatting. Avoid twiddling flags in
2495 special sections like bfd_abs_section.
2496 (bfd_elf_gc_sections): Spelling fix.
2497
36868d45
NC
24982005-03-16 Fred Fish <fnf@specifixinc.com>
2499
2500 PR binutils/790
2501 * dwarf2.c (read_indirect_string): Fix apparent typo, check
2502 dwarf_str_buffer allocation, not dwarf_abbrev_buffer.
2503
57316bff
L
25042005-03-16 H.J. Lu <hongjiu.lu@intel.com>
2505
2506 * elflink.c (elf_mark_used_section): New.
2507 (bfd_elf_gc_sections): Call elf_gc_mark_section for
2508 non-relocatable link if we don't do GC.
2509
1ad12f97
NC
25102005-03-16 Nick Clifton <nickc@redhat.com>
2511 Ben Elliston <bje@au.ibm.com>
2512
569acd2c 2513 * configure.in (werror): New switch: Add -Werror to the
1ad12f97 2514 compiler command line. Enabled by default. Disable via
569acd2c 2515 --disable-werror.
1ad12f97
NC
2516 * configure: Regenerate.
2517
3b5d3310
NC
25182005-03-16 Nick Clifton <nickc@redhat.com>
2519
2520 * ecoff.c: Convert to ISO C90 formatting.
2521
25dbc73a
AM
25222005-03-16 Alan Modra <amodra@bigpond.net.au>
2523
2524 * elf32-ppc.c: Divide file into general and linker specific
2525 functions. Sort linker functions into roughly the order in which
2526 they are called by the ELF linker code.
2527
cb2d1ef2
AM
25282005-03-16 Alan Modra <amodra@bigpond.net.au>
2529
2530 * elf32-ppc.c (ppc_elf_create_linker_section): Set SEC_LINKER_CREATED
2531 on section. Correct comment, and add FIXME.
2532 (ppc_elf_additional_program_headers): Don't bump header count for
2533 interp. Test SEC_ALLOC, not SEC_LOAD, and don't test size.
2534 (ppc_elf_size_dynamic_sections): Don't strip sdata and sdata2, but
2535 do allocate memory if they need it.
2536
34723071
NC
25372005-03-15 Mikkel Krautz <krautz@gmail.com>
2538
2539 * config.bfd (x86_64-elf): Add target.
2540
729ae8d2
AM
25412005-03-15 Alan Modra <amodra@bigpond.net.au>
2542
2543 * po/es.po: Commit new Spanish translation.
2544
f0581930
L
25452005-03-14 H.J. Lu <hongjiu.lu@intel.com>
2546
2547 * elfxx-ia64.c (elfNN_ia64_relocate_section): Set symbo name
2548 for global symbol when reporting overflow.
2549
390c0e42
JJ
25502005-03-11 Jakub Jelinek <jakub@redhat.com>
2551
2552 * libbfd-in.h (_bfd_ar_spacepad): New prototype.
2553 * libbfd.h: Rebuilt.
2554 * archive.c (_bfd_ar_spacepad): New function.
2555 (_bfd_construct_extended_name_table, _bfd_write_archive_contents,
2556 bsd_write_armap, _bfd_archive_bsd_update_armap_timestamp,
2557 coff_write_armap): Use it.
2558 (bfd_ar_hdr_from_filesystem): Likewise. Fix HP-UX large
2559 uid/gid support.
2560 * archive64.c (bfd_elf64_archive_write_armap): Use _bfd_ar_spacepad.
2561
a2633f4e
MK
25622005-03-10 Mark Kettenis <kettenis@gnu.org>
2563
2564 * archive.c (_bfd_look_for_bfd_in_cache): Move declaration of
2565 has_table to the start of the function.
2566
109f7096
BE
25672005-03-10 Ben Elliston <bje@au.ibm.com>
2568
2569 * archive.c: Include hashtab.h.
2570 (struct ar_cache): Rename `arelt' to `arbfd' and remove `next'.
2571 (_bfd_look_for_bfd_in_cache): Reimplement using htab_find.
2572 (hash_file_ptr): New function.
2573 (eq_file_ptr): Likewise.
2574 (_bfd_add_bfd_to_archive_cache): Reimplement using a hash table.
2575 * libbfd-in.h: Include hashtab.h.
2576 (struct artdata): Change `cache' member type to htab_t.
2577 * libbfd.h: Rebuild.
2578
664fe1be
DJ
25792005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
2580
2581 * configure.in: Bump version to 2.16.90.
2582 * configure: Regenerated.
2583
0709bb22
JJ
25842005-03-07 Jakub Jelinek <jakub@redhat.com>
2585
2586 * opncls.c (opncls_bread, opncls_bclose): Fix if pread resp.
2587 close is a function like macro in system headers.
2588
b18e2ae5
AM
25892005-03-07 Alan Modra <amodra@bigpond.net.au>
2590
2591 PR ld/778
2592 * elf32-hppa.c (elf32_hppa_create_dynamic_sections): Reinstate
2593 _GLOBAL_OFFSET_TABLE_ as a normal dynamic symbol.
2594
1f170678
AM
25952005-03-06 Alan Modra <amodra@bigpond.net.au>
2596
2597 * elf.c (elfcore_grok_win32pstatus): Warning fixes.
2598
06647dfd
AM
25992005-03-05 Alan Modra <amodra@bigpond.net.au>
2600
2601 * po/bfd.pot: Regenerate.
2602
93f3fa99
AM
26032005-03-05 Alan Modra <amodra@bigpond.net.au>
2604
2605 * elf64-ppc.c (update_plt_info): Don't mark new ABI call syms
2606 with is_func.
2607 (func_desc_adjust): Force dot-syms local in executables as well
2608 as shared libs.
2609
bbe506e8
TS
26102005-03-04 David Daney <ddaney@avtrex.com>
2611
2612 * elfxx-mips.c (mips_elf_calculate_relocation): Handle special
2613 '__gnu_local_gp' symbol used by gas -mno-shared.
2614
d27f5fa1
L
26152005-03-03 H.J. Lu <hongjiu.lu@intel.com>
2616
2617 * elf-bfd.h (elf_backend_data): Add "const char *" to
2618 elf_backend_section_from_phdr.
2619
2620 * elf.c (bfd_section_from_phdr): Pass "proc" to the
2621 elf_backend_section_from_phdr hook.
2622
0f20cc35
DJ
26232005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2624 Joseph Myers <joseph@codesourcery.com>
2625
2626 * elfxx-mips.c (struct mips_got_entry): Add tls_type.
2627 (struct mips_got_info): Add tls_gotno, tls_assigned_gotno,
2628 and tls_ldm_offset.
2629 (struct mips_elf_got_per_bfd_arg): Add global_count.
2630 (struct mips_elf_count_tls_arg): New.
2631 (struct mips_elf_hash_sort_data): Update comment for min_got_dynindx.
2632 (struct mips_elf_link_hash_entry): Add tls_type and tls_got_offset.
2633 (GOT_NORMAL, GOT_TLS_GD, GOT_TLS_LDM, GOT_TLS_IE)
2634 (GOT_TLS_OFFSET_DONE, GOT_TLS_DONE): Define.
2635 (TLS_RELOC_P): Define.
2636 (TP_OFFSET, DTP_OFFSET): Define.
2637 (dtprel_base, tprel_base): New functions.
2638 (mips_elf_link_hash_newfunc): Initialize tls_type.
2639 (mips_elf_got_entry_hash, mips_elf_got_entry_eq)
2640 (mips_elf_multi_got_entry_hash, mips_elf_multi_got_entry_eq): Handle
2641 TLS entries.
2642 (mips_tls_got_relocs, mips_elf_count_local_tls_relocs)
2643 (mips_elf_count_global_tls_entries, mips_elf_count_global_tls_relocs)
2644 (mips_elf_output_dynamic_relocation, mips_elf_initialize_tls_slots)
2645 (mips_tls_got_index): New functions.
2646 (mips_elf_local_got_index): Add new R_SYMNDX, H, and R_TYPE
2647 arguments. Pass them to mips_elf_create_local_got_entry. Use
2648 mips_tls_got_index.
2649 (mips_elf_global_got_index): Add new R_TYPE and INFO arguments.
2650 Handle TLS entries.
2651 (mips_elf_got_page, mips_elf_got16_entry): Update calls to
2652 mips_elf_create_local_got_entry.
2653 (mips_elf_create_local_got_entry): Add new R_SYMNDX, H, and R_TYPE
2654 arguments. Handle TLS entries.
2655 (mips_elf_sort_hash_table_f): Add non-TLS assertions.
2656 (mips_elf_record_local_got_symbol): Add new TLS_FLAG argument. Handle
2657 TLS entries.
2658 (mips_elf_record_global_got_symbol): Likewise.
2659 (mips_elf_make_got_per_bfd): Initialize new mips_got_info members.
2660 Count TLS entries.
2661 (mips_elf_merge_gots): Handle TLS entries when merging.
2662 (mips_elf_initialize_tls_index): New function.
2663 (mips_elf_set_global_got_offset): Handle TLS entries.
2664 (mips_elf_adjust_gp): Handle TLS.
2665 (mips_elf_multi_got): Remove redundant call to
2666 mips_elf_resolve_final_got_entries. Initialize global_count.
2667 Correct a comment. Initialize new TLS members of mips_got_info.
2668 Assign TLS GOT indexes for new GOTs.
2669 (mips_elf_create_got_section): Initialize new TLS members of
2670 mips_got_info.
2671 (mips_elf_calculate_relocation): Handle TLS relocs.
2672 (_bfd_mips_elf_check_relocs): Likewise. Update calls to changed
2673 functions.
2674 (_bfd_mips_elf_always_size_sections): Handle TLS.
2675 (_bfd_mips_elf_size_dynamic_sections): Likewise.
2676 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Update calls to
2677 changed functions.
2678 (_bfd_mips_elf_copy_indirect_symbol): Copy tls_type.
2679 (_bfd_mips_elf_hide_symbol): Handle TLS.
2680 * elfn32-mips.c (elf_mips_howto_table_rel, elf_mips_howto_table_rela)
2681 (mips_reloc_map): Add TLS relocs.
2682 * elf32-mips.c (elf_mips_howto_table_rel, mips_reloc_map): Likewise.
2683 * elf64-mips.c (mips_elf64_howto_table_rel)
2684 (mips_elf64_howto_table_rela, mips_reloc_map): Likewise.
2685 * reloc.c: Define new MIPS TLS relocations.
2686 * libbfd.h, bfd-in2.h: Regenerated.
2687
bb14f524
JB
26882005-03-02 Jan Beulich <jbeulich@novell.com>
2689
2690 * Makefile.am: Add dependency of cache.o on libiberty.h.
2691 * cache.c: Include libiberty.h.
2692 (bfd_open_file): Use unlink_if_ordinary instead of unlink.
2693
8c1acd09
ZW
26942005-03-01 Zack Weinberg <zack@codesourcery.com>
2695
2696 * elf.c (bfd_section_from_shdr <default case>): Call
2697 elf_backend_section_from_shdr hook unconditionally, and return
2698 what it returns.
2699 (bfd_section_from_phdr): Similarly, for elf_backend_section_from_phdr.
2700 * elfxx-target.h (elf_backend_section_from_shdr)
2701 (elf_backend_section_from_phdr): Default to
2702 _bfd_elf_make_section_from_shdr and _bfd_elf_make_section_from_phdr
2703 respectively.
2704
70bfecec
AM
27052005-03-01 Alan Modra <amodra@bigpond.net.au>
2706
a67a7b8b
AM
2707 * targets.h: Typo fix.
2708 * bfd-in2.h: Regenerate.
2709
70bfecec
AM
2710 * bout.c (b_out_write_object_contents): Don't use sizeof on host
2711 structs to size on-disk structures.
2712 (b_out_set_section_contents): Size the external struct, not the
2713 internal one for on-disk size.
2714 (b_out_sizeof_headers): Likewise.
2715
ceb1f1ef
AM
27162005-03-01 Alan Modra <amodra@bigpond.net.au>
2717
2718 * elf64-ppc.c (ppc64_elf_size_stubs): Override defined dot-sym
2719 entry points with the func descriptor as well as undefweak.
2720
f67e617a
NC
27212005-02-28 Ross Ridge <rridge@csclub.uwaterloo.ca>
2722
2723 * peicode.h (pe_ILF_build_a_bfd): Do not assume that an @ will be
2724 present when IMPORT_NAME_UNDOECRATE is used.
2725
af44c138
L
27262005-02-28 H.J. Lu <hongjiu.lu@intel.com>
2727
2728 PR 757
2729 * elf-bfd.h (_bfd_elf_merge_symbol): Add a pointer to unsigned
2730 int.
2731
2732 * elf32-sh-symbian.c (sh_symbian_relocate_section): Pass NULL
2733 to _bfd_elf_merge_symbol.
2734
2735 * elflink.c (_bfd_elf_merge_symbol): Use the pointer to
2736 unsigned int to return the alignment of the old common symbol
2737 in the dynamic object.
2738 (_bfd_elf_add_default_symbol): Pass NULL to
2739 _bfd_elf_merge_symbol.
2740 (elf_link_add_object_symbols): Pass &old_alignment to
2741 _bfd_elf_merge_symbol. Get the alignment of the new common
2742 symbol in the dynamic object.
2743
10adf131
BE
27442005-02-24 Ben Elliston <bje@au.ibm.com>
2745
2746 * coffcode.h (coff_sym_filepos): Remove GNU960 conditional code.
2747 * format.c (bfd_check_format_matches): Likewise.
2748 * archive.c (BFD_GNU960_ARMAG): Likewise.
2749 (bfd_generic_archive_p): Likewise.
2750 (_bfd_write_archive_contents): Likewise.
2751
60b779bf
L
27522005-02-24 H.J. Lu <hongjiu.lu@intel.com>
2753
2754 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.95.
2755 * configure: Regenerate.
2756
1f02cbd9
JB
27572005-02-24 Julian Brown <julian@sirius.codesourcery.com>
2758
2759 * elflink.c (elf_link_add_object_symbols): Force symbols in discarded
2760 COMDAT group sections to have default visibility.
2761
f60ca5e3
AM
27622005-02-24 Alan Modra <amodra@bigpond.net.au>
2763
2764 * coffcode.h (coff_print_aux): Warning fix.
2765 * elf-m10300.c (mn10300_elf_relax_section): Use section->id
2766 instead of section pointer to identify.
2767 * coff-h8300.c (h8300_reloc16_extra_cases): Likewise. Allocate
2768 the correct size buffer for local sym mangling too.
2769 (h8300_bfd_link_add_symbols): Likewise.
2770 * elf32-sh-symbian.c (sh_symbian_process_embedded_commands): Fix
2771 warning.
2772 * elf32-sh64.c (shmedia_prepare_reloc): Use %B and %p in error message
2773 * elf32-xtensa.c (literal_value_hash): Warning fix.
2774 * versados.c (process_otr): Warning fix.
2775 (versados_canonicalize_reloc): Likewise.
2776 * vms-gsd.c (_bfd_vms_slurp_gsd): Warning fix.
2777 * vms.c (fill_section_ptr): Warning fix.
2778
9a5d8e72
L
27792005-02-23 H.J. Lu <hongjiu.lu@intel.com>
2780
2781 * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Defined.
2782 * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Likewise.
2783
4b6c0f2f
NC
27842005-02-23 Nick Clifton <nickc@redhat.com>
2785
abc0f8d0
NC
2786 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Initialise
2787 the relvaddr field of the Elf32_crinfo structure.
2788
9b69b847
NC
2789 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Initialise
2790 variables that are passed by reference to
2791 m68hc11_get_relocation_value in case that function does not
2792 initialise them.
2793
90e868ac
NC
2794 * elf32-cr16c.c (cr16c_elf_final_link_relocate): Remove duplicated
2795 return statements and replace with a single return at the end of
2796 the function. This helps pacify the flow analysis code in gcc 4.0.
2797
4b6c0f2f
NC
2798 * elf.c (_bfd_elf_compute_section_file_positions): Initialise
2799 strtab to avoid compile time warning.
2800
c3e8c140
BE
28012005-02-23 Ben Elliston <bje@au.ibm.com>
2802
2803 * opncls.c (bfd_zalloc): Document this function.
2804
ebe372c1
L
28052005-02-21 H.J. Lu <hongjiu.lu@intel.com>
2806
2807 * coffcode.h (sec_to_styp_flags): Replaced SEC_CLINK with
2808 SEC_TIC54X_CLINK. Replace SEC_BLOCK with SEC_TIC54X_BLOCK.
2809 Replace SEC_SHARED with SEC_COFF_SHARED.
2810 (styp_to_sec_flags): Likewise.
2811
2812 * elfxx-target.h (TARGET_BIG_SYM): Remove SEC_ARCH_BIT_0.
2813 (TARGET_LITTLE_SYM): Likewise.
2814
2815 * section.c (SEC_ARCH_BIT_0): Removed.
2816 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Defined with
2817 SEC_LINK_DUPLICATES_ONE_ONLY and SEC_LINK_DUPLICATES_SAME_SIZE.
2818 (SEC_SHARED): Renamed to ...
2819 (SEC_COFF_SHARED): This.
2820 (SEC_BLOCK): Renamed to ...
2821 (SEC_TIC54X_BLOCK): This.
2822 (SEC_CLINK): Renamed to ...
2823 (SEC_TIC54X_CLINK): This.
2824 (SEC_XXX): Rearranged. Move SEC_COFF_SHARED_LIBRARY,
2825 SEC_COFF_SHARED, SEC_TIC54X_BLOCK and SEC_TIC54X_CLINK to the
2826 end.
2827 * bfd-in2.h: Regenerated.
2828
26bf4e33
FF
28292005-02-21 Fred Fish <fnf@specifixinc.com>
2830
2831 * dwarf2.c (find_abstract_instance_name): Call recursively
2832 to handle a DW_AT_specification.
2833
e6daada3
TS
28342005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2835
2836 * elfxx-mips.c (ecoff_swap_rpdr_out, mips_elf_output_extsym,
2837 mips_elf_create_dynamic_relocation,
2838 _bfd_mips_elf_size_dynamic_sections, _bfd_mips_elf_final_link):
2839 Remove #if 0'd code.
2840
d25604af
AM
28412005-02-21 Alan Modra <amodra@bigpond.net.au>
2842
2843 * Makefile.am: Run "make dep-am"
2844 * Makefile.in: Regenerate.
2845
fedf8d51
AM
28462005-02-21 Alan Modra <amodra@bigpond.net.au>
2847
2848 * coffgen.c (bfd_coff_get_comdat_section): Check that
2849 coff_section_data isn't NULL.
2850
f075ee0c
AM
28512005-02-21 Alan Modra <amodra@bigpond.net.au>
2852
2853 * bfd-in.h (bfd_elf_bfd_from_remote_memory): Warning fix.
2854 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Likewise.
2855 * coff-rs6000.c (xcoff_write_armap_big): Warning fixes. Remove
2856 useless assignments.
2857 (xcoff_write_archive_contents_big): Likewise.
2858 (_bfd_xcoff_put_ldsymbol_name): Likewise.
2859 * coff64-rs6000.c (_bfd_xcoff64_put_ldsymbol_name): Likewise.
2860 * coffgen.c (coff_write_symbols): Make "written" a bfd_vma.
2861 * cofflink.c (process_embedded_commands): Warning fixes.
2862 * cpu-arm.c: Delete unnecessary prototypes. Convert to C90.
2863 Warning fixes.
2864 * dwarf2.c: Warning fixes.
2865 * elf-bfd.h: Likewise.
2866 * elf-eh-frame.c: Likewise.
2867 * elf-strtab.c: Likewise.
2868 * elf.c: Likewise.
2869 * elf32-m68k.c: Likewise.
2870 * elf32-ppc.c: Likewise.
2871 * elf32-sh-symbian.c: Likewise.
2872 * elf32-sh.c: Delete unnecessary prototypes. Warning fixes.
2873 * elf64-sh64.c: Likewise.
2874 * peicode.h: Likewise.
2875 * elf64-mmix.c: Warning fixes.
2876 * elfcode.h: Likewise.
2877 * elfxx-mips.c: Likewise.
2878 * libbfd-in.h: Likewise.
2879 * libbfd.c: Likewise.
2880 * mach-o.c: Likewise.
2881 * merge.c: Likewise.
2882 * mmo.c: Likewise.
2883 * opncls.c: Likewise.
2884 * pef.c: Likewise.
2885 * srec.c: Likewise.
2886 * vms-hdr.c: Likewise.
2887 * vms-tir.c: Likewise.
2888 * xtensa-isa.c: Likewise.
2889 * xtensa-modules.c: Likewise.
2890 * xsym.c: Likewise.
2891 (pstrcmp): Use correct choice of string lengths. Fix return value.
2892 (bfd_sym_module_name): Correct string length.
2893 * bfd-in2.h: Regenerate.
2894 * libbfd.h: Regenerate.
2895
68320ddb
AO
28962005-02-17 Alexandre Oliva <aoliva@redhat.com>
2897
2898 * elf32-frv.c (elf32_frv_relocate_section): Remove warning from
fedf8d51 2899 uninitialized check_segment[1] in TLSMOFF case.
68320ddb
AO
2900 Reported by Alan Modra.
2901 (elf32_frv_relocate_section): Improve errors and warnings.
2902
1808e341
AM
29032005-02-17 Alan Modra <amodra@bigpond.net.au>
2904
2905 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Fix warning.
2906
5ff625e9
AM
29072005-02-16 Alan Modra <amodra@bigpond.net.au>
2908
2909 * coff-arm.c (coff_arm_is_local_label_name): Warning fix.
2910 * elf32-frv.c (frvfdpic_relocs_info_hash): Likewise.
2911 * pef.c (bfd_pef_scan): Don't ignore return value of
2912 bfd_pef_scan_start_address.
7e3102a7
AM
2913 * mach-o.c (bfd_mach_o_scan): Don't ignore return value of
2914 bfd_mach_o_scan_start_address.
2915 * elfxx-ia64.c (elfNN_ia64_relax_brl): Rewrite for 32-bit bfd_vma.
2916 * elfxx-mips.c: Remove unnecessary prototypes.
2917 (sort_dynamic_relocs_64): Abort if not BFD64.
5ff625e9 2918
92b7a70f
AM
29192005-02-16 Alan Modra <amodra@bigpond.net.au>
2920
2921 * elf64-ppc.c (ppc64_elf_edit_toc): Skip toc if size is zero.
2922 Skip toc reloc adjust if reloc_count is zero.
2923
d6f16593 29242005-02-15 Nigel Stephens <nigel@mips.com>
fedf8d51 2925 Maciej W. Rozycki <macro@mips.com>
d6f16593
MR
2926
2927 * elf32-mips.c (elf_mips16_howto_table_rel): New array for MIPS16
2928 reloc howtos. Add R_MIPS16_HI16 and R_MIPS16_LO16 relocs and
2929 R_MIPS16_GOT16 and R_MIPS16_CALL16 placeholders.
2930 (elf_mips16_jump_howto): Move into elf_mips16_howto_table_rel.
2931 (elf_mips16_gprel_howto): Likewise. Redefine src_mask and
2932 dst_mask.
2933 (mips16_gprel_reloc): Remove bit shuffling; call
2934 _bfd_mips16_elf_reloc_unshuffle(), _bfd_mips_elf_gprel16_with_gp()
2935 and _bfd_mips16_elf_reloc_shuffle() instead.
2936 (mips16_reloc_map): New reloc map for MIPS16 relocs.
2937 (bfd_elf32_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
2938 relocs.
2939 (mips_elf32_rtype_to_howto): Fetch MIPS16 howtos from
2940 elf_mips16_howto_table_rel.
2941 * elf64-mips.c (mips16_elf64_howto_table_rel): New array for
2942 MIPS16 REL reloc howtos. Add R_MIPS16_HI16 and R_MIPS16_LO16
2943 relocs and R_MIPS16_GOT16 and R_MIPS16_CALL16 placeholders.
2944 (elf_mips16_jump_howto): Move into mips16_elf64_howto_table_rel.
2945 (elf_mips16_gprel_howto): Likewise. Redefine src_mask and
2946 dst_mask.
2947 (mips16_elf64_howto_table_rela): New array for MIPS16 RELA
2948 reloc howtos. Add R_MIPS16_26, R_MIPS16_GPREL, R_MIPS16_HI16 and
2949 R_MIPS16_LO16 relocs and R_MIPS16_GOT16 and R_MIPS16_CALL16
2950 placeholders.
2951 (mips16_gprel_reloc): Remove bit shuffling; call
2952 _bfd_mips16_elf_reloc_unshuffle(), _bfd_mips_elf_gprel16_with_gp()
2953 and _bfd_mips16_elf_reloc_shuffle() instead.
2954 (mips16_reloc_map): New reloc map for MIPS16 relocs.
2955 (bfd_elf64_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
2956 relocs.
2957 (mips_elf64_rtype_to_howto): Fetch MIPS16 howtos from
2958 mips16_elf64_howto_table_rela or mips16_elf64_howto_table_rel.
2959 * elfn32-mips.c (elf_mips16_howto_table_rel): New array for MIPS16
2960 REL reloc howtos. Add R_MIPS16_HI16 and R_MIPS16_LO16 relocs and
2961 R_MIPS16_GOT16 and R_MIPS16_CALL16 placeholders.
2962 (elf_mips16_jump_howto): Move into elf_mips16_howto_table_rel.
2963 (elf_mips16_gprel_howto): Likewise. Redefine src_mask and
2964 dst_mask.
2965 (mips16_gprel_reloc): Remove bit shuffling; call
2966 _bfd_mips16_elf_reloc_unshuffle(), _bfd_mips_elf_gprel16_with_gp()
2967 and _bfd_mips16_elf_reloc_shuffle() instead.
2968 (mips16_reloc_map): New reloc map for MIPS16 relocs.
2969 (bfd_elf32_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
2970 relocs.
2971 (mips_elf_n32_rtype_to_howto): Fetch MIPS16 howtos from
2972 elf_mips16_howto_table_rela or elf_mips16_howto_table_rel.
2973 * elfxx-mips.c (_bfd_mips16_elf_reloc_unshuffle): New function to
2974 handle bit shuffling for MIPS16 relocs.
2975 (_bfd_mips16_elf_reloc_shuffle): Likewise.
2976 (_bfd_mips_elf_lo16_reloc): Use _bfd_mips16_elf_reloc_unshuffle()
2977 and _bfd_mips16_elf_reloc_shuffle().
2978 (_bfd_mips_elf_generic_reloc): Likewise.
2979 (mips_elf_calculate_relocation): Likewise. Handle R_MIPS16_HI16
2980 and R_MIPS16_LO16.
2981 (mips_elf_obtain_contents): Remove bit shuffling.
2982 (mips_elf_perform_relocation): Likewise; call
2983 _bfd_mips16_elf_reloc_unshuffle() and _bfd_mips16_elf_reloc_shuffle()
2984 instead.
2985 (_bfd_mips_elf_relocate_section): Likewise. Handle R_MIPS16_HI16
2986 and R_MIPS16_LO16.
2987 * elfxx-mips.h (_bfd_mips16_elf_reloc_unshuffle): Declare.
2988 (_bfd_mips16_elf_reloc_shuffle): Likewise.
2989 * reloc.c (BFD_RELOC_MIPS16_HI16): New reloc.
2990 (BFD_RELOC_MIPS16_HI16_S): Likewise.
2991 (BFD_RELOC_MIPS16_LO16): Likewise.
2992 * bfd-in2.h: Regenerate.
2993 * libbfd.h: Regenerate.
2994
0ca3e455
JB
29952005-02-15 Jan Beulich <jbeulich@novell.com>
2996
2997 * elfxx-ia64.c (ia64_howto_table): Correct strings for
2998 R_IA64_DTPMOD64[LM]SB.
2999
c5509b92
L
30002005-02-14 H.J. Lu <hongjiu.lu@intel.com>
3001
3002 * elfxx-ia64.c (elfNN_ia64_relax_section): Allow relax
3003 backward branch in the same section.
3004 (elfNN_ia64_relocate_section): Inform users that the input
3005 section is too big to relax br instruction when overflow
3006 happens to R_IA64_PCREL21B, R_IA64_PCREL21BI, R_IA64_PCREL21M
3007 and R_IA64_PCREL21F.
3008
5cba516c
NC
30092005-02-14 Orjan Friberg <orjanf@axis.com>
3010
3011 * elfcore.h (elf_core_file_p): Move the call to
3012 elf_backend_object_p to allow the correct machine to be set before
3013 processing the program headers.
3014
b59a68e1
NC
30152005-02-14 Nick Clifton <nickc@redhat.com>
3016
3017 PR binutils/716
3018 * peicode.h (pe_bfd_copy_private_bfd_data): Copy the large address
3019 aware flag from the input bfd to the output bfd.
3020
254f0426
MR
30212005-02-11 Maciej W. Rozycki <macro@mips.com>
3022
3023 * elf32-mips.c (_bfd_mips_elf32_gprel16_reloc): Reject
3024 R_MIPS_LITERAL relocations for external symbols.
3025 * elf64-mips.c (mips_elf64_literal_reloc): Likewise.
3026 * elfn32-mips.c (mips_elf_literal_reloc): Likewise.
3027
e91cdea7
L
30282005-02-11 H.J. Lu <hongjiu.lu@intel.com>
3029
3030 * bfd-in2.h: Rebuilt.
3031
67687978
PB
30322005-02-11 Paul Brook <paul@codesourcery.com>
3033
3034 * elf-bfd.h (struct elf_link_hash_table): Add
3035 is_relocatable_executable.
3036 * elf.c (_bfd_elf_link_hash_table_init): Initialize it.
3037 * elflink.c (bfd_elf_link_record_dynamic_symbol): Create local dynamic
3038 symbols in relocatable executables.
3039 (bfd_elf_record_link_assignment): Create dynamic section symbols in
3040 relocatable executables.
3041 (_bfd_elf_link_renumber_dynsyms): Ditto.
3042 (bfd_elf_final_link): Ditto.
3043 * elf32-arm.c (elf32_arm_final_link_relocate): Copy absolute
3044 relocations into relocatable executables.
3045 (elf32_arm_check_relocs): Crate dynamic sections for relocatable
3046 executables. Also copy absolute relocations.
3047 (elf32_arm_adjust_dynamic_symbol): Don't create copy relocations
3048 in relocatable executables.
3049 (allocate_dynrelocs): Copy relocations for relocatable executables.
3050 Output dynamic symbols for symbols defined in linker scripts.
3051
ca724bf2
NC
30522005-02-11 Nick Clifton <nickc@redhat.com>
3053
4b74b983
NC
3054 * libbfd.c (read_signed_leb128): Use an unsigned type for 'shift'
3055 to avoid a compile time warning.
3056
ca724bf2
NC
3057 * coff-alpha.c (alpha_adjust_reloc_in): Remove redundant test from
3058 BFD_ASSERT.
3059
3e25964f
NC
3060 * coff-tic4x.c (coff_rtype_to_howto): Move definition before
3061 inclusion of coffcode.h so that it is actually picked up.
3062
cb7a88a4
NC
3063 * coffcode.h (coff_std_swap_table): Add an unused attribute in
3064 case it is not used.
3065
596c83ec
NC
3066 * elf32-ip2k.c (ip2k_call_opcode, IS_CALL_OPCODE): Remove unused
3067 structure and macro.
3068
6c408f53
NC
3069 * elf32-iq2000.c (iq2000_reloc_map): Remove unused structure and
3070 array.
3071
d5b2f13b
NC
3072 * elf32-m32r.c (m32r_reloc_map_old): Use #ifdef USE_M32R_OLD_RELOC
3073 to protect the declaration of this array.
3074
169a6afd
NC
3075 * xsym.c (bfd_sym_parse_contained_variables_table_entry_v32):
3076 Avoid call to memcpy with a size of 0.
3077
2917689a
AM
30782005-02-12 Alan Modra <amodra@bigpond.net.au>
3079
3080 * elf64-ppc.c (toc_adjusting_stub_needed): Return true for
3081 old-style branches to undefined dot-symbols which will be
3082 satisfied by a plt call.
3083
40d16e0b
AM
30842005-02-11 Alan Modra <amodra@bigpond.net.au>
3085
3086 * elf64-ppc.c (move_plt_plist): New function, extracted from..
3087 (ppc64_elf_copy_indirect_symbol): ..here.
3088 (func_desc_adjust): Use move_plt_plist.
3089
e37c699c
PB
30902005-02-10 Paul Brook <paul@codesourcery.com>
3091
3092 * elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9.
3093
6fa3860b
PB
30942005-02-10 Paul Brook <paul@codesourcery.com>
3095
3096 * elflink.c (bfd_elf_record_link_assignment): Make hidden and internal
3097 symbols local.
3098 (elf_link_renumber_hash_table_dynsyms): Ignore local symbols.
3099 (elf_link_renumber_local_hash_table_dynsyms): New function.
3100 (_bfd_elf_link_renumber_dynsyms): Number local dynamic symbols.
3101
d457dcf6
JJ
31022005-02-10 Jakub Jelinek <jakub@redhat.com>
3103
3104 * bfd-in.h (BFD_LINKER_CREATED): Define.
3105 * bfd-in2.h: Rebuilt.
3106 * elflink.c (bfd_elf_size_dynamic_sections): Disregard
3107 BFD_LINKER_CREATED bfds when determining input bfds without
3108 .note.GNU-stack section.
3109
7f05722e
MR
31102005-02-10 Maciej W. Rozycki <macro@mips.com>
3111
3112 * elf64-mips.c (mips16_gprel_reloc): Update a comment.
3113 * elfn32-mips.c (mips16_gprel_reloc): Keep R_MIPS16_GPREL
3114 relocations against external symbols unchanged.
3115
ccf5f610
PB
31162005-02-08 Paul Brook <paul@codesourcery.com>
3117
3118 * elflink.c (elf_link_input_bfd): Ignore symbols from null input
3119 sections.
3120
370a0e1b
HPN
31212005-02-08 Hans-Peter Nilsson <hp@axis.com>
3122
3123 * elflink.c (elf_link_add_object_symbols): Don't add "warning: "
3124 prefix here.
3125
99277196
MR
31262005-02-07 Maciej W. Rozycki <macro@mips.com>
3127
3128 * elf64-mips.c: Fix formatting throughout.
3129
6422fbef
MR
31302005-02-07 Maciej W. Rozycki <macro@mips.com>
3131
3132 * elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
3133
303e4c21
AO
31342005-02-07 Alexandre Oliva <aoliva@redhat.com>
3135
3136 * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for
3137 *ABS*/*UND* sections.
3138 (elf32_frv_relocate_section): Move zero-addend-required error...
3139 (_frv_emit_got_relocs_plt_entries): ... here. Report error for
3140 missing needed TLS section.
3141
c3864421
HPN
31422005-02-07 Hans-Peter Nilsson <hp@axis.com>
3143
3144 * aoutx.h (NAME(aout,find_nearest_line)): Correct case for N_SO
3145 being the last symbol.
9f400ee9
HPN
3146 (aout_link_add_symbols): Just return TRUE if a warning
3147 symbol was last.
c3864421 3148
765f2ef6
MR
31492005-02-07 Maciej W. Rozycki <macro@mips.com>
3150
3151 * elf32-mips.c (mips_elf_gprel32_reloc): Reject
3152 R_MIPS_GPREL32 relocations against external symbols.
3153 * elf64-mips.c (mips_elf64_gprel32_reloc): Replace an incorrect
3154 comment.
3155
1b3a8575
AM
31562005-02-07 Alan Modra <amodra@bigpond.net.au>
3157
3158 * elf-bfd.h (elf_string_from_elf_strtab): Delete macro.
3159 * elf.c (bfd_elf_string_from_elf_section): Expand occurrence of
3160 elf_string_from_elf_strtab.
3161 (_bfd_elf_setup_group_pointers, bfd_section_from_shdr): Likewise.
3162 (bfd_section_from_shdr): For SHT_SYMTAB, load SHT_SYMTAB_SHNDX too
3163 if it exists. Don't do the reverse for SHT_SYMTAB_SHNDX. For
3164 SHT_STRTAB, check whether the strtab is for symtab or dynsymtab by
3165 looking at cached symtab info first, before iterating over headers.
3166 For SHT_REL and SHT_RELA, load dynsymtab if needed.
3167 * elfcode.h (elf_object_p): Don't load section header stringtab
3168 specially.
3169
90f487df
L
31702005-02-06 H.J. Lu <hongjiu.lu@intel.com>
3171
3172 * elf32-i386.c (elf_i386_relocate_section): Disallow R_386_GOTOFF
3173 against protected function when building shared library.
3174
3175 PR 584
3176 * elf64-x86-64.c (is_32bit_relative_branch): New.
3177 (elf64_x86_64_relocate_section): Alllow R_X86_64_PC32 on a
3178 protected function symbol when building shared library for
3179 32bit relative branch instruction.
3180
c4f68ce3
AM
31812005-02-06 Alan Modra <amodra@bigpond.net.au>
3182
3183 * elf64-ppc.c (add_symbol_adjust): Don't create fake descriptor
3184 syms when doing a relocatable link.
3185 (ppc64_elf_gc_mark_hook): Check that syms are defined before looking
3186 at u.def.section.
3187 (ppc64_elf_tls_setup): Likewise.
3188 (ppc64_elf_edit_opd): Don't use an undefined func desc sym.
3189
908b32fc
AM
31902005-02-04 Alan Modra <amodra@bigpond.net.au>
3191
3192 * elf64-ppc.c (struct ppc_link_hash_entry): Add "fake".
3193 (link_hash_newfunc): Clear all locals using memset.
3194 (make_fdh): Remove flags param. Always create fake func desc
3195 weak. Link the descriptor with the code entry sym.
3196 (ppc64_elf_archive_symbol_lookup): Don't return fake syms.
3197 (add_symbol_adjust): Adjust make_fdh call.
3198 (func_desc_adjust): Likewise. Twiddle any pre-existing fake
3199 descriptor to strong undefined if code entry is strong.
3200
4ea42fb7
AM
32012005-02-04 Alan Modra <amodra@bigpond.net.au>
3202
3203 * elflink.c (bfd_elf_record_link_assignment): Do "provide" symbol
3204 lookup here. Set to new before calling bfd_link_repair_undef_list.
3205 (elf_smash_syms): Check that u.undef.weak isn't the not_needed bfd.
3206
10d86c8a
AM
32072005-02-03 Alan Modra <amodra@bigpond.net.au>
3208
3209 * linker.c (_bfd_link_hash_newfunc): Set all local fields.
3210
11f25ea6
AM
32112005-02-03 Alan Modra <amodra@bigpond.net.au>
3212
3213 * linker.c (_bfd_generic_link_add_one_symbol): Set u.undef.weak.
3214 * elflink.c (elf_smash_syms): Restore symbols that were undefweak
3215 before the as-needed lib was loaded. Abort on unexpected refs.
3216
4f40114d
AM
32172005-02-02 Alan Modra <amodra@bigpond.net.au>
3218
ec13b3bb
AM
3219 * elflink.c (elf_smash_syms): Expand comments.
3220 (elf_link_add_object_symbols): Only call elf_smash_syms for
3221 as-needed dynamic objects.
3222
4f40114d
AM
3223 * elfxx-ia64.c (elfNN_ia64_new_elf_hash_entry): Don't clear
3224 everything, just the field specific to ia64.
336549c1 3225 * elf64-hppa.c (elf64_hppa_new_dyn_hash_entry): Likewise.
4f40114d 3226
bb700d78
AM
32272005-02-01 Alan Modra <amodra@bigpond.net.au>
3228
3229 * elf64-ppc.c (func_desc_adjust): Move code creating func desc sym to..
3230 (make_fdh): ..here. New function. Don't set BSF_OBJECT for
3231 undefined syms.
3232 (struct add_symbol_adjust_data): New.
3233 (add_symbol_adjust): Make an undefweak func desc for old ABI
3234 objects to link with --as-needed shared libs. Return fail status.
3235 Don't adjust old ABI func entry sym to weak if func desc syms
3236 isn't defined.
3237 (ppc64_elf_check_directives): Adjust call to add_symbol_adjust,
3238 and return status.
3239
1ffd1c2f
HPN
32402005-02-01 Hans-Peter Nilsson <hp@axis.com>
3241
3242 * cpu-cris.c (get_compatible): Rearrange disabled code and comment
3243 for clarity.
3244
77cfaee6
AM
32452005-02-01 Alan Modra <amodra@bigpond.net.au>
3246
3247 * elf64-ppc.c (ppc64_elf_check_directives): Move undefs list fixup..
3248 * linker.c (bfd_link_repair_undef_list): ..to new function, but don't
3249 remove anything but new and undefweak.
3250 * elflink.c (_bfd_elf_link_create_dynamic_sections): Override any
3251 existing _DYNAMIC.
3252 (_bfd_elf_create_dynamic_sections): Formatting.
3253 (bfd_elf_record_link_assignment): Call bfd_link_repair_undef_list.
3254 (_bfd_elf_merge_symbol): Don't handle as-needed syms here.
3255 (struct elf_smash_data): New.
3256 (elf_smash_syms): New function.
3257 (elf_link_add_object_symbols): Call elf_smash_syms. Don't add
3258 unneeded dynamic objects to loaded list.
3259 (elf_link_output_extsym): Don't handle as-needed here. Strip
3260 bfd_link_hash_new symbols.
3261 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
3262 delref when dynindx is already -1.
3263 * elf64-alpha.c (elf64_alpha_output_extsym): Strip bfd_link_hash_new
3264 symbols.
3265 * elfxx-mips.c (mips_elf_output_extsym): Likewise.
3266
b15c48d1
BE
32672005-02-01 Ben Elliston <bje@au.ibm.com>
3268
3269 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Redefine.
3270
0983f4eb 32712005-02-01 Ben Elliston <bje@au.ibm.com>
0e71e495
BE
3272
3273 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
3274 bfd-in.h, bfdio.c, coff-alpha.c, coff-arm.c, coff-h8300.c,
3275 coff-i860.c, coff-mcore.c, coff-or32.c, coff-ppc.c, coff-sh.c,
3276 coff-sparc.c, coffcode.h, coffgen.c, cofflink.c, cpu-cris.c,
3277 cpu-h8500.c, cpu-ns32k.c, ecoff.c, ecofflink.c, elf.c,
3278 elf32-dlx.c, elf32-fr30.c, elf32-frv.c, elf32-hppa.c,
3279 elf32-i860.c, elf32-ip2k.c, elf32-m32r.c, elf32-sh.c,
3280 elf32-v850.c, elf64-mips.c, elf64-sparc.c, elflink.c,
3281 i386aout.c, i386msdos.c, i386os9k.c, ieee.c, mach-o.c,
3282 nlm32-sparc.c, oasys.c, opncls.c, pdp11.c, pe-mips.c, peXXigen.c,
3283 pef.c, peicode.h, reloc.c, riscix.c, section.c, simple.c, som.c,
11d02c41 3284 sparclynx.c, targets.c, vms-misc.c, vms-tir.c, xsym.c,
0e71e495
BE
3285 hosts/delta68.h, hosts/vaxbsd.h: Remove #if 0'd code
3286 throughout. Similarly, collapse #if 1'd code.
3287
32882005-02-01 Ben Elliston <bje@au.ibm.com>
3289
0983f4eb
BE
3290 * elf-bfd.h (bfd_elf_discard_group): Remove.
3291 * elf.c (bfd_elf_discard_group): Likewise.
3292 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Remove macro.
3293
8c946ed5
RS
32942005-01-31 Richard Sandiford <rsandifo@redhat.com>
3295
3296 * elf-bfd.h (elf_backend_data): Add elf_backend_eh_frame_address_size.
3297 (_bfd_elf_eh_frame_address_size): Declare.
3298 * elfxx-target.h (elf_backend_eh_frame_address_size): Define a default.
3299 (elfNN_bed): Initialize elf_backend_eh_frame_address_size.
3300 * elfxx-mips.h (_bfd_mips_elf_eh_frame_address_size): Declare.
3301 (elf_backend_eh_frame_address_size): Define.
3302 * elfxx-mips.c (_bfd_mips_elf_eh_frame_address_size): New function.
3303 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Get the address
3304 size from the new backend hook.
3305 (_bfd_elf_write_section_eh_frame): Likewise.
3306 (_bfd_elf_eh_frame_address_size): New function.
3307
c46f8c51
AC
33082005-01-31 Andrew Cagney <cagney@gnu.org>
3309
3310 * configure: Regenerate to track ../gettext.m4.
3311
5cd3778d
MM
33122005-01-31 Mark Mitchell <mark@codesourcery.com>
3313
3314 * elf32-arm.c (elf32_arm_symbian_special_sections): Do not set
3315 SHF_WRITE for .init_array, .fini_array, and .preinit_array.
ec13b3bb 3316
d6486796
NC
33172005-01-31 Nick Clifton <nickc@redhat.com>
3318
3319 * confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos,
3320 sparc-lynxos, vax-vms) be obsolete.
3321
b1342370
DJ
33222005-01-28 Daniel Jacobowitz <dan@codesourcery.com>
3323
3324 * elf-bfd.h (struct elf_backend_data): Add minpagesize.
3325 * elf32-arm.c (ELF_MINPAGESIZE): Define.
3326 * elf32-ppc.c (ELF_MINPAGESIZE): Define.
3327 * elfcode.h (elf_object_p): Use minpagesize instead of
3328 maxpagesize.
3329 * elfxx-target.h (ELF_MINPAGESIZE): Default to ELF_MAXPAGESIZE.
3330 (elfNN_bed): Include ELF_MINPAGESIZE.
3331
319850b4
JB
33322005-01-28 Julian Brown <julian@codesourcery.com>
3333
3334 * bin-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
3335 * bin-in2.h (bfd_elf32_arm_set_target_relocs): Update prototype.
3336 * elf32-arm.c (elf32_arm_link_hash_table): Add fix_v4bx flag.
3337 (bfd_elf32_arm_set_target_relocs): Add formal parameter fix_v4bx for
ec13b3bb 3338 passing flag value from ld. Set flag value in global hash table entry.
319850b4 3339 (elf32_arm_final_link_relocate): Add code to implement R_ARM_V4BX
ec13b3bb 3340 relocation.
319850b4 3341
a53bf506
AC
33422005-01-27 Andrew Cagney <cagney@gnu.org>
3343
3344 * configure: Regenerate to track ../gettext.m4 change.
3345
dc4c9c19
MM
33462005-01-25 Mark Mitchell <mark@codesourcery.com>
3347
3348 * elf32-arm.c (elf_backend_default_use_rela_p): Define to zero for
ec13b3bb 3349 SymbianOS.
dc4c9c19 3350
90219bd0
AO
33512005-01-25 Alexandre Oliva <aoliva@redhat.com>
3352
3353 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
3354 * elf32-frv.c (elf32_frv_relocate_section): Force local binding
3355 for TLSMOFF.
3356 * reloc.c: Add R_FRV_TLSMOFF.
3357 * elf32-frv.c (elf32_frv_howto_table): Likewise.
3358 (frv_reloc_map, frv_reloc_type_lookup): Map it.
3359 (elf32_frv_relocate_section): Handle it.
3360 (elf32_frv_check_relocs): Likewise.
3361 * libbfd.h, bfd-in2.h: Rebuilt.
3362 2004-11-26 Alexandre Oliva <aoliva@redhat.com>
3363 * elf32-frv.c (_frvfdpic_emit_got_relocs_plt_entries): Don't crash
3364 when given an undefweak TLS symbol. Fix constant TLS PLT entries
3365 such that they return the constant in gr9.
3366 (_frvfdpic_relax_tls_entries): Don't crash for undefweak TLS
3367 symbols.
3368 (_frvfdpic_size_got_plt): Set _cooked_size of dynamic sections.
3369 too, such that they shrink on relaxation.
3370 (elf32_frvfdpic_finish_dynamic_sections): Check __ROFIXUP_END__ as
3371 marking the position right past the _GLOBAL_OFFSET_TABLE_ value.
3372 (_frvfdpic_assign_plt_entries): Shrink constant TLS PLT entries
3373 if we can guarantee the use of 16-bit constants.
3374 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
3375 Introduce TLS support for FR-V FDPIC.
3376 * reloc.c: Add TLS relocations.
3377 * elf32-frv.c (elf32_frv_howto_table): Add TLS relocations.
3378 (elf32_frv_rel_tlsdesc_value_howto): New.
3379 (elf32_frv_rel_tlsoff_howto): New.
3380 (frv_reloc_map): Add new mappings.
3381 (struct frvfdpic_elf_link_hash_table): Add pointer to summary
3382 reloc information.
3383 (frvfdpic_dynamic_got_plt_info): New.
3384 (frvfdpic_plt_tls_ret_offset): New.
3385 (ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE): Move earlier.
3386 (struct _frvfdpic_dynamic_got_info): Likewise. Add TLS members.
3387 (struct _frvfdpic_dynamic_got_plt_info): Likewise.
3388 (FRVFDPIC_SYM_LOCAL): Regard symbols defined in the absolute
3389 section as local.
3390 (struct frvfdpic_relocs_info): Add TLS fields.
3391 (frvfdpic_relocs_info_hash): Warning clean up.
3392 (frvfdpic_relocs_info_find): Initialize tlsplt_entry.
3393 (frvfdpic_pic_merge_early_relocs_info): Merge TLS fields.
3394 (FRVFDPIC_TLS_BIAS): Define.
3395 (tls_biased_base): New.
3396 (_frvfdpic_emit_got_relocs_plt_entries): Deal with TLS
3397 relocations.
3398 (frv_reloc_type_lookup): Likewise.
3399 (frvfdpic_info_to_howto_rel): Likewise.
3400 (elf32_frv_relocate_section): Likewise.
3401 (_frv_create_got_section): Create the PLT section here.
3402 (elf32_frvfdpic_create_dynamic_sections): Not here.
3403 (_frvfdpic_count_nontls_entries): Move out of...
3404 (_frvfdpic_count_got_plt_entries): ... here.
3405 (_frvfdpic_count_tls_entries): Likewise. Add TLS support.
3406 (_frvfdpic_count_relocs_fixups): Likewise. Add relaxation
3407 support.
3408 (_frvfdpic_relax_tls_entries): New.
3409 (_frvfdpic_compute_got_alloc_data): Add TLS support.
3410 (_frvfdpic_get_tlsdesc_entry): New.
3411 (_frvfdpic_assign_got_entries): Add TLS support.
3412 (_frvfdpic_assign_plt_entries): Likewise.
3413 (_frvfdpic_reset_got_plt_entries): New.
3414 (_frvfdpic_size_got_plt): Move out of...
3415 (elf32_frvfdpic_size_dynamic_sections): ... here.
3416 (_frvfdpic_relax_got_plt_entries): New.
3417 (elf32_frvfdpic_relax_section): New.
3418 (elf32_frvfdpic_finish_dynamic_sections): Add TLS sanity check.
3419 (elf32_frv_check_relocs): Add TLS support.
3420 (bfd_elf32_bfd_relax_section): Define for FDPIC.
3421 * libbfd.h, bfd-in2.h: Rebuilt.
3422
8615f3f2
AM
34232005-01-25 Alan Modra <amodra@bigpond.net.au>
3424
3425 * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound): Only include
3426 loadable reloc sections.
3427 (_bfd_elf_canonicalize_dynamic_reloc): Likewise.
3428 (_bfd_elf_get_synthetic_symtab): Return 0 if no dynamic syms.
3429
7e9f0867
AM
34302005-01-25 Alan Modra <amodra@bigpond.net.au>
3431
3432 * elflink.c (elf_link_add_object_symbols): Don't create link dynamic
3433 sections immediately when linking shared libs. Instead, wait until
3434 we know a lib is needed.
3435 (_bfd_elf_link_create_dynstrtab): Extract from..
3436 (_bfd_elf_link_create_dynamic_sections_): ..here.
3437 (elf_add_dt_needed_tag): Call _bfd_elf_link_create_dynstrtab and
3438 _bfd_elf_link_create_dynamic_sections. Add abfd param. Allow
3439 for non-existent .dynamic.
3440 (elf_link_output_extsym): Don't complain about undefined symbols
3441 in as-needed dynamic libs that aren't actually linked.
3442
45181ed1
AC
34432005-01-24 Andrew Cagney <cagney@gnu.org>
3444
3445 * configure: Regenerate, ../gettext.m4 was updated.
3446
753e3eb6
BE
34472005-01-21 Ben Elliston <bje@au.ibm.com>
3448
3449 * aout-encap.c: Remove unused file.
3450
1c16dfa5
L
34512005-01-19 H.J. Lu <hongjiu.lu@intel.com>
3452
3453 PR 679
3454 * elflink.c (_bfd_elf_dynamic_symbol_p): Only protected
3455 non-function symbols are local.
3456 (_bfd_elf_symbol_refs_local_p): Likewise.
3457
1449d79b
AM
34582005-01-18 Alan Modra <amodra@bigpond.net.au>
3459
3460 * bfd.c (bfd_link_just_syms): Add abfd param.
3461 * bfd-in2.h: Regenerate.
3462
dcf507a6
RS
34632005-01-17 Richard Sandiford <rsandifo@redhat.com>
3464
3465 * elf-eh-frame.c (skip_cfa_op, skip_non_nops): New functions.
3466 (_bfd_elf_discard_section_eh_frame): Use them to interpret the CFA
3467 instructions. If the amount of padding is known, reduce the size
3468 of the CIE or FDE by that amount.
3469
2c42be65
RS
34702005-01-17 Richard Sandiford <rsandifo@redhat.com>
3471
3472 * elf-bfd.h (struct cie): Use bfd_vmas for code_align, ra_column and
3473 augmentation_size. Use bfd_signed_vmas for data_align.
3474 * elf-eh-frame.c (read_uleb128, read_sleb128): Delete in favor of...
3475 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new
3476 functions. Don't read past the end of the enclosing CIE or FDE.
3477 (skip_bytes): New utility function.
3478 (_bfd_elf_discard_section_eh_frame): Use new functions, adding more
3479 sanity checking.
3480 (_bfd_elf_write_section_eh_frame): Use new functions.
3481
acfe5567
RS
34822005-01-17 Richard Sandiford <rsandifo@redhat.com>
3483
3484 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use an
3485 assert-style REQUIRE() macro to handle sanity checks.
3486
c0c28ab8
L
34872005-01-17 H.J. Lu <hongjiu.lu@intel.com>
3488
3489 * dwarf2.c (dwarf2_debug): Move info_ptr_unit to ...
3490 (comp_unit): Here.
3491 (read_unsigned_leb128): Removed.
3492 (read_signed_leb128): Removed.
3493 (find_abstract_instance_name): Updated.
3494 (parse_comp_unit): Accept info_ptr_unit.
3495 (_bfd_dwarf2_find_nearest_line): Set info_ptr_unit for each
3496 comp unit and pass it to parse_comp_unit.
3497
3498 * elf-eh-frame.c (read_unsigned_leb128): Moved to ...
3499 (read_signed_leb128): Moved to ...
3500 * libbfd.c: Here.
3501
3502 * libbfd-in.h (read_unsigned_leb128): New prototype.
3503 (read_signed_leb128): Likewise.
3504 * libbfd.h: Regenerated.
3505
e38bc3b5
NC
35062005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
3507 Nick Clifton <nickc@redhat.com>
3508
3509 * cpu-sh.c (bfd_to_arch_table): Change arch_sh1_up to arch_sh_up,
3510 arch__sh4_nofp_up to arch_sh4_nofpu_up and arch_sh4a_nofp_up to
3511 arch_sh4a_nofpu_up in order to match the external names and make the
3512 testsuite's job easier.
3513 * archuires.c: Rename bfd_mach_sh2a_fake? to more meaningful
3514 names.
3515 * bfd-in2.h: Regenerate.
3516
8fb84ecc
AC
35172005-01-15 Andrew Cagney <cagney@gnu.org>
3518
3519 * bfd.m4: New file.
3520 * acinclude.m4: Move BFD_NEED_DECLARATION,
3521 BFD_HAVE_SYS_PROCFS_TYPE and BFD_HAVE_SYS_PROCFS_TYPE_MEMBER to
3522 the new file bfd.m4. Include ../bfd/bfd.m4.
3523 * configure: Re-generate.
8615f3f2 3524
b4a38de6
AM
35252005-01-12 Alan Modra <amodra@bigpond.net.au>
3526
3527 * elf32-ppc.c (ppc_elf_howto_raw): Delete RELAX32* entries.
3528 (ppc_elf_relax_section): Use PLT variants of RELAX32 relocs for
3529 reaching PLT.
3530 (ppc_elf_relocate_section): Handle R_PPC_RELAX32_PLT and
3531 R_PPC_RELAX32PC_PLT.
3532
3eb128b2
AM
35332005-01-11 Alan Modra <amodra@bigpond.net.au>
3534
3535 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Follow indirect and warning
3536 symbols.
3537 * elf32-arm.c (elf32_arm_gc_sweep_hook): Likewise.
3538 * elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
3539 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
3540 * elf32-i386.c (elf_i386_gc_sweep_hook): Likewise.
3541 * elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
3542 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
3543 * elf32-ppc.c (ppc_elf_gc_sweep_hook): Likewise.
3544 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
3545 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
3546 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise.
3547 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
3548 * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
3549 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
3550 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
3551
264a1fe0
AM
35522005-01-11 Alan Modra <amodra@bigpond.net.au>
3553
3554 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Correct
3555 .dynsbss flags.
3556
5c4504f7
NC
35572005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
3558
3559 * archures.c: Define bfd_mach_maxq10 and bfd_mach_maxq20.
3560 * bfd-in2.h: Regenerate.
3561 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Add code
3562 to support these new machine values.
3563 * cpu-maxq.c (bfd_maxq10_arch): New architecture definition for
3564 the maxq10.
3565 (bfd_maxq_arch): Update values for the maxq20.
3566
669460c7
EB
35672005-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
3568
3569 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): When linking a
3570 non-shared object, do not reserve space in .plt and .rela.plt for
3571 regular symbols neither defined nor referenced in shared objects.
3572
a51a7930
EB
35732005-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
3574
01aac484
EB
3575 * elf32-sparc.c (elf32_sparc_link_hash_table_create): Use bfd_zmalloc
3576 to zero the structure.
3577 (create_got_section): Use BFD_ASSERT instead of abort.
a51a7930
EB
3578 * elf64-sparc.c (struct sparc64_elf_link_hash_table): New 'sgot' and
3579 'srelgot' fields.
3580 (create_got_section): New function.
3581 (sparc64_elf_create_dynamic_sections): Likewise.
3582 (sparc64_elf_check_relocs): Invoke create_got_section instead of
3583 _bfd_elf_create_got_section. Use the sgot and srelgot shortcuts.
3584 (sparc64_elf_size_dynamic_sections): Use the srelgot shortcut.
3585 (sparc64_elf_relocate_section): Use the sgot and srelgot shortcuts.
3586 (sparc64_elf_finish_dynamic_symbol): Likewise.
3587 (sparc64_elf_finish_dynamic_sections): Use the sgot shortcut.
3588 (elf_backend_create_dynamic_sections): Define to
3589 sparc64_elf_create_dynamic_sections.
3590
151e5294
EB
35912005-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
3592
3593 * elf32-sparc.c (elf32_sparc_omit_section_dynsym): New function.
3594 (elf_backend_omit_section_dynsym): Define to it.
3595 * elf64-sparc.c (sparc64_elf_omit_section_dynsym): New function.
3596 (elf_backend_omit_section_dynsym): Define to it.
3597
6f79b219
JJ
35982005-01-07 Jakub Jelinek <jakub@redhat.com>
3599
3600 * bfd/elf.c (INCLUDE_SECTION_IN_SEGMENT): Don't put empty sections into
3601 PT_DYNAMIC segment, unless .dynamic.
3602
4e7fd91e
PB
36032005-01-06 Paul Brook <paul@codesourcery.com>
3604
3605 * config.bfd: Add entry for arm-*-vxworks and arm-*-windiss.
3606 * configure.in: Add bfd_elf32_{big,little}arm_vxworks_vec.
3607 * configure: Regenerate.
3608 * elf32-arm.c: Add VxWorks target bfd.
3609 (USE_REL): Remove.
3610 (elf32_arm_link_hash_table): Add use_rel.
3611 (elf32_arm_link_hash_table_create, elf32_arm_final_link_relocate,
3612 elf32_arm_relocate_section): Replace USE_REL with runtime check.
3613 Correct offset calculation for RELA case.
3614 (elf_backend_may_use_rel_p, elf_backend_may_use_rela_p,
3615 elf_backend_default_use_rela_p, elf_backend_rela_normal): Define.
3616 (elf32_arm_vxworks_link_hash_table_create): New function.
3617 * targets.c (bfd_elf32_bigarm_vxworks_vec): Add declaration.
3618 (bfd_elf32_littlearm_vxworks_vec): Ditto.
3619 (_bfd_target_vector): Add bfd_elf32_{big,little}arm_vxworks_vec.
3620
4c52953f
AM
36212005-01-06 Alan Modra <amodra@bigpond.net.au>
3622
3623 * elf64-ppc.c (struct ppc_link_hash_table): Add no_multi_toc and
3624 multi_toc_needed.
3625 (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Define.
3626 (ppc64_elf_check_relocs): Update references to has_gp_reloc.
3627 (ppc64_elf_setup_section_lists): Add no_multi_toc parm, set htab bit.
3628 (ppc64_elf_next_toc_section): Heed no_multi_toc.
3629 (ppc64_elf_reinit_toc): Set multi_toc_needed.
3630 (toc_adjusting_stub_needed): Rewrite.
3631 (ppc64_elf_next_input_section): Use multi_toc_needed to shortcut
3632 toc tests. Adjust for toc_adjusting_stub_needed changes.
3633 (ppc64_elf_size_stubs): Update references to has_gp_reloc.
3634 * elf64-ppc.h (ppc64_elf_setup_section_lists): Update prototype.
3635 * section.c: Expand comment on backend bits.
3636 * bfd-in2.h: Regenerate.
3637 * libbfd.h: Regenerate.
3638
f03d65b4
AM
36392005-01-06 Alan Modra <amodra@bigpond.net.au>
3640
3641 * elf64-ppc.c (ppc64_elf_size_stubs): When determining need for
3642 toc adjusting stub, do not test source section flags.
3643
8af139b3
EB
36442005-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3645
3646 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
3647 from STABS debugging sections again.
3648
06f22d7e
FF
36492005-01-05 Fred Fish <fnf@specifixinc.com>
3650
3651 * dwarf2.c (struct dwarf2_debug): Add info_ptr_unit member.
3652 (find_abstract_instance_name): New function.
3653 (scan_unit_for_functions): Handle DW_TAG_inlined_subroutine.
3654 (scan_unit_for_functions): Handle DW_AT_abstract_origin.
3655 (_bfd_dwarf2_find_nearest_line): Initialize info_ptr_unit.
3656
83a358aa
PB
36572004-12-31 Paul Brook <paul@copdesourcery.com>
3658
3659 * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.
3660
b996922c
AM
36612004-12-31 Alan Modra <amodra@bigpond.net.au>
3662
3663 * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):
3664 Commit missing changes from 2004-12-22.
3665 * bfd-in2.h: Regenerate.
3666
17a83432
TL
36672004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
3668
3669 * elf32-crx.c (elf32_crx_relax_section): Support 'bcop' relaxation.
3670
d69f560c
KW
36712004-12-21 Kris Warkentin <kewarken@qnx.com>
3672
3673 * elf.c (elfcore_grok_nto_gregs): Change name to elfcore_grok_nto_regs.
3674 Add 'base' argument for constructing register sections. Reformat.
3675 (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both
3676 gp and fp regs. Reformat.
4c52953f 3677
750bce0e
NC
36782004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
3679
3680 * reloc.c: Add new relocs R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW.
3681 * bfd-in2.h: Regenerate.
3682 * elf32-avr.c (elf_avr_nowto_table): Add the new relocs.
3683 (avr_reloc_map): Likewise.
3684 (avr_final_link_relocate): Likewise.
3685
a5db907e
AM
36862004-12-22 Alan Modra <amodra@bigpond.net.au>
3687
3688 * elflink.c (_bfd_elf_merge_symbol): Treat old definitions from
3689 as-needed dynamic libs as undefined.
3690 (elf_link_add_object_symbols): Remove DYN_AS_NEEDED from as-needed
3691 libs when finding they are needed.
3692
8860955f
AM
36932004-12-20 Alan Modra <amodra@bigpond.net.au>
3694
3695 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add opd_relocs.
3696 (opd_entry_value): Use opd_relocs if available.
3697 (ppc64_elf_relocate_section): Don't set reloc_done. Instead
3698 copy .opd relocations to opd_relocs.
3699 (ppc64_elf_edit_toc): Set rel_hdr.sh_size after editing relocs.
3700
1e50d24d
RS
37012004-12-16 Richard Sandiford <rsandifo@redhat.com>
3702
3703 * reloc.c (BFD_RELOC_V850_LO16_SPLIT_OFFSET): New bfd_reloc_code_type.
3704 * elf32-v850.c (v850_elf_howto_table): Add entry for
3705 R_V850_LO16_SPLIT_OFFSET.
3706 (v850_elf_reloc_map): Map it to BFD_RELOC_V850_LO16_SPLIT_OFFSET.
3707 (v850_elf_perform_lo16_relocation): New function, extracted from...
3708 (v850_elf_perform_relocation): ...here. Use it to handle
3709 R_V850_LO16_SPLIT_OFFSET.
3710 (v850_elf_check_relocs, v850_elf_final_link_relocate): Handle
3711 R_V850_LO16_SPLIT_OFFSET.
3712 * libbfd.h, bfd-in2.h: Regenerate.
3713
2fbd2a87
NC
37142004-12-14 P.J. Darcy <darcypj@us.ibm.com>
3715
3716 * config.bfd: Add s390x-ibm-tpf support.
3717
06302770
TL
37182004-12-14 Tomer Levi <Tomer.Levi@nsc.com>
3719
8860955f 3720 * elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *'
06302770
TL
3721 to prototype, to make hash info available.
3722 Prevent wrapped symbols from being adjusted twice.
3723
c314987d
RS
37242004-12-14 Richard Sandiford <rsandifo@redhat.com>
3725
3726 * elfxx-mips.c (mips_elf_calculate_relocation): Don't report an
3727 overflow for calls to undefined weak symbols.
3728
5c799c07
AM
37292004-12-11 Alan Modra <amodra@bigpond.net.au>
3730
3731 * elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that
3732 canonical sections syms have a name.
3733
645ea6a9
AM
37342004-12-11 Alan Modra <amodra@bigpond.net.au>
3735
3736 * elf64-ppc.c (opd_entry_value): Don't use cached relocs if they
3737 have been adjusted for output.
3738 (ppc64_elf_relocate_section): Mark sections with reloc_done.
3739
0e2cfdce
AM
37402004-12-10 Alan Modra <amodra@bigpond.net.au>
3741
be8dd2ca
AM
3742 * elf.c (bfd_elf_sym_name): Rename from bfd_elf_local_sym_name and
3743 add symtab_hdr param.
0e2cfdce
AM
3744 (group_signature): Update calls.
3745 * elf-bfd.h (bfd_elf_sym_name): Update.
3746 * elf32-ppc.c (ppc_elf_relocate_section): Update.
8860955f
AM
3747 * elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc): Update.
3748 (ppc64_elf_relocate_section): Update.
0e2cfdce
AM
3749 * elflink.c (elf_link_input_bfd): Update.
3750
138f35cc
JJ
37512004-12-10 Jakub Jelinek <jakub@redhat.com>
3752
3753 * elf.c (bfd_elf_local_sym_name): Avoid crashes with invalid
3754 st_shndx on STT_SECTION sections.
3755
f9cfae62
DJ
37562004-12-09 Daniel Jacobowitz <dan@codesourcery.com>
3757
3758 * elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalize
3759 ELF section symbols.
3760
0d2e43ed
ILT
37612004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
3762
1367d393
ILT
3763 * elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR,
3764 return a real value, unless it is a PLT symbol.
3765 (mips_elf_perform_relocation): On the RM9000, turn a jal into a
3766 bal if possible.
3767
74f79d8d
ILT
3768 * elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
3769 R_MIPS_JALR entry to 0.
3770
0d2e43ed
ILT
3771 * archures.c: Define bfd_mach_mips9000.
3772 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_9000.
3773 (mips_set_isa_flags): Handle bfd_mach_mips9000.
3774 * cpu-mips.c (I_mips9000): Define.
3775 (arch_info_struct): Add case for bfd_mach_mips9000.
3776 * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mips9000.
3777 * bfd-in2.h: Regenerate.
3778
728b2f21
ILT
37792004-12-08 Ian Lance Taylor <ian@wasabisystems.com>
3780
3781 * elfxx-mips.c (mips_elf_calculate_relocation): Test for R_MIPS_26
3782 overflow.
3783
45ab555d
BE
37842004-12-07 Ben Elliston <bje@gnu.org>
3785
3786 * netbsd-core.c (netbsd_core_file_p): Make `i' unsigned.
3787
1511ddaf
DJ
37882004-12-06 Daniel Jacobowitz <dan@debian.org>
3789
3790 Suggested by Fergal Daly <fergal@esatclear.ie>:
3791 * simple.c (simple_dummy_multiple_definition): New function.
3792 (bfd_simple_get_relocated_section_contents): Use it.
3793
37942004-12-03 Jan Beulich <jbeulich@novell.com>
57426232
JB
3795
3796 * elf.c (elf_find_function): Don't use the last file symbol ever,
3797 seen, but the last one seen prior to the symbol being reported.
3798 Don't report a filename at all for global symbols when that might
3799 be ambiguous/wrong.
3800
94a3258f
PB
38012004-12-01 Paul Brook <paul@codesourcery.com>
3802
3803 * elf32-arm.c (elf32_arm_copy_private_bfd_data): Set EI_OSABI.
3804 (elf32_arm_post_process_headers): Set EI_OSABI depending on ABI
3805 version.
3806
529fcb95
PB
38072004-12-01 Paul Brook <paul@codesourcery.com>
3808
3809 * elflink.c (elf_link_add_object_symbols): Make symbols from discarded
3810 sections undefined.
3811
dea514f5
PB
38122004-11-30 Paul Brook <paul@codesourcery.com>
3813
3814 * elf32-arm.c (struct elf32_arm_link_hash_table): Remove
3815 no_pipeline_knowledge
3816 (elf32_arm_link_hash_table_create): Ditto.
3817 (bfd_elf32_arm_process_before_allocation): Ditto.
3818 (elf32_arm_final_link_relocate): Ditto. Remove oabi relocation
3819 handling.
3820 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
3821 prototype.
3822 * bfd-in2.h: Regenerate.
3823
edfc032f
AM
38242004-11-30 Randolph Chung <tausq@debian.org>
3825
3826 * elf32-hppa.c (elf32_hppa_grok_prstatus): New function.
3827 (elf32_hppa_grok_psinfo): New function.
3828 (elf_backend_grok_prstatus): Define.
3829 (elf_backend_grok_psinfo): Define.
3830
0be9069d
L
38312004-11-24 H.J. Lu <hongjiu.lu@intel.com>
3832
3833 PR 574:
3834 * elfcode.h (elf_slurp_symbol_table): Handle STT_TLS.
3835
47cc2cf5
PB
38362004-11-24 Paul Brook <paul@codesourcery.com>
3837
3838 * elf.c (assign_section_numbers): Number SHT_GROUP sections first.
3839
0beaef2b
PB
38402004-11-24 Paul Brook <paul@codesourcery.com>
3841
3842 * elf32-arm.c (elf32_arm_swap_symbol_in): New function.
3843 (elf32_arm_swap_symbol_out): New function.
3844 (elf32_arm_size_info): Add.
3845 (elf_backend_size_info): Define.
3846
3dd2fcf0
DA
38472004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3848
3849 * hpux-core.c (hpux_core_core_file_p): Use offsetof macro in calls to
3850 make_bfd_asection.
3851
de52dba4
AM
38522004-11-19 Alan Modra <amodra@bigpond.net.au>
3853
3854 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Warning fix.
3855 * elf32-iq2000.c (iq2000_reloc_type_lookup): C90 function decl.
3856 * nlmcode.h (nlm_write_object_contents): Warning fix.
3857
288f74fa
BW
38582004-11-18 Bob Wilson <bob.wilson@acm.org>
3859
3860 * elf32-xtensa.c (ebb_propose_action): Fix argument order.
3861
b7693d02
DJ
38622004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
3863
3864 * elf32-arm.c (PLT_THUMB_STUB_SIZE): Define.
3865 (elf32_arm_plt_thumb_stub): New.
3866 (struct elf32_arm_link_hash_entry): Add plt_thumb_refcount
3867 and plt_got_offset.
3868 (elf32_arm_link_hash_traverse): Fix typo.
3869 (elf32_arm_link_hash_table): Add obfd.
3870 (elf32_arm_link_hash_newfunc): Initialize new fields.
3871 (elf32_arm_copy_indirect_symbol): Copy plt_thumb_refcount.
3872 (elf32_arm_link_hash_table_create): Initialize obfd.
3873 (record_arm_to_thumb_glue): Mark the glue as a local ARM function.
3874 (record_thumb_to_arm_glue): Mark the glue as a local Thumb function.
3875 (bfd_elf32_arm_get_bfd_for_interworking): Verify that the
3876 interworking BFD is not dynamic.
3877 (bfd_elf32_arm_process_before_allocation): Handle R_ARM_PLT32. Do
3878 not emit glue for PLT references.
3879 (elf32_arm_final_link_relocate): Handle Thumb functions. Do not
3880 emit glue for PLT references. Support the Thumb PLT prefix.
3881 (elf32_arm_gc_sweep_hook): Handle R_ARM_THM_PC22 and
3882 plt_thumb_refcount.
3883 (elf32_arm_check_relocs): Likewise.
3884 (elf32_arm_adjust_dynamic_symbol): Handle Thumb functions and
3885 plt_thumb_refcount.
3886 (allocate_dynrelocs): Handle Thumb PLT references.
3887 (elf32_arm_finish_dynamic_symbol): Likewise.
3888 (elf32_arm_symbol_processing): New function.
3889 (elf_backend_symbol_processing): Define.
3890
353057a5
RS
38912004-11-16 Richard Sandiford <rsandifo@redhat.com>
3892
3893 * elf-bfd.h (eh_cie_fde): Add new fields: add_augmentation_size and
3894 add_fde_encoding. Remove need_relative.
3895 * elf-eh-frame.c (extra_augmentation_string_bytes)
3896 (extra_augmentation_data_bytes, size_of_output_cie_fde): New functions.
3897 (_bfd_elf_discard_section_eh_frame): Consider changing the FDE encoding
3898 in cases where the CIE has no existing 'R' augmentation. Use
3899 size_of_output_cie_fde when assigning offsets. Use the final offset
3900 as the new section size.
3901 (_bfd_elf_eh_frame_section_offset): Remove need_relative handling.
3902 Account for any extra augmentation bytes in the returned offset.
3903 (_bfd_elf_write_section_eh_frame): Rework so that the entries are
3904 moved before being modified. Pad growing entries with DW_CFA_nops.
3905 Add 'z' and 'R' augmentations as directed by add_augmentation_size
3906 and add_fde_encoding.
3907
b32d3aa2
MM
39082004-11-15 Mark Mitchell <mark@codesourcery.com>
3909
3910 * elf32-arm.c (elf32_arm_relocate_section): Use
3911 arm_real_reloc_type.
3912
5d41f0b6
RS
39132004-11-16 Richard Sandiford <rsandifo@redhat.com>
3914
3915 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Return early
3916 for discard relocations; don't add an R_MIPS_NONE to the main body
3917 of .rel.dyn.
3918
fc0e6df6
PB
39192004-11-04 Paul Brook <paul@codesourcery.com>
3920
3921 * elf-bfd.h (_bfd_elf_slurp_version_tables): Update prototype.
3922 * elf.c (_bfd_elf_print_private_bfd_data): Pass extra argument.
3923 (_bfd_elf_slurp_version_tables): Add extra argument. Create extra
3924 default version definition for unversioned symbols.
3925 * elfcode.h (elf_slurp_symbol_table): Pass extra argument.
3926 * elflink.c (elf_link_add_object_symbols): Pass extra argument to
3927 _bfd_elf_slurp_version_tables. Set default version for unversioned
3928 imported symbols.
3929
b23e50e2
PB
39302004-11-15 Paul Brook <paul@codesourcery.com>
3931
3932 * elflink.c (elf_link_add_object_symbols): Don't assume version
3933 indices are consecutive.
3934
f4a6705c
RS
39352004-11-14 Richard Sandiford <rsandifo@redhat.com>
3936
3937 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Deal with
3938 composite relocations against the personality data.
3939
ee06dc07
PB
39402004-11-13 Paul Brook <paul@codesourcery.com>
3941
3942 * bfd/elf32-arm.c (elf32_arm_final_link_relocate): Resolve
3943 R_ARM_PREL31 relocations to PLT entries.
3944 (elf32_arm_relocate_section, elf32_arm_gc_sweep_hook): Ditto.
3945 (elf32_arm_check_relocs): Ditto.
3946
a1ace8d8
BW
39472004-11-12 Bob Wilson <bob.wilson@acm.org>
3948
3949 * xtensa-isa.c (xtensa_interface_class_id): New.
3950
e4115460
BW
39512004-11-11 Bob Wilson <bob.wilson@acm.org>
3952
3953 * elf32-xtensa.c (property_table_compare): Remove assertion about
3954 entries with the same address and non-zero size.
3955 (xtensa_read_table_entries): Report such entries as errors.
3956
6366ff1e
MM
39572004-11-11 Mark Mitchell <mark@codesourcery.com>
3958
3959 * elf32-arm.c (elf32_arm_final_link_relocate): Correct logic for
3960 R_ARM_RELATIVE on Symbian OS.
3961
b34af79c
MM
39622004-11-09 Mark Mitchell <mark@codesourcery.com>
3963
e6dc21b6
MM
3964 * som.c (som_bfd_print_private_bfd_data): New function.
3965 (som_object_setup): Save the auxiliary header. Don't assume that
3966 zero is an invalid entry point for a shared library.
3967 (som_object_p): Allocate the auxiliary header on the heap.
3968
b34af79c
MM
3969 * elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&R
3970 declaration.
3971 (elf32_arm_symbian_modify_segment_map): Likewise.
3972
08d1f311
DJ
39732004-11-09 Daniel Jacobowitz <dan@debian.org>
3974
3975 From David Poole <daveml@mbuf.com>:
3976 * elf32-arm.c (elf32_arm_readonly_dynrelocs): New function.
3977 (elf32_arm_size_dynamic_sections): Call it.
3978
0306b3bf
AM
39792004-11-09 Alan Modra <amodra@bigpond.net.au>
3980
3981 * Makefile.am (SOURCE_HFILES): Remove elf32-arm.h.
3982 (ALL_MACHINES_CFILES): Fix typo.
3983 * Makefile.in: Regenerate.
3984 * po/SRC-POTFILES.in: Regenerate.
3985
a16385dc
MM
39862004-11-08 Mark Mitchell <mark@codesourcery.com>
3987
3988 * elf32-arm.c (elf32_arm_final_link_relocate): When generating an
3989 R_ARM_RELATIVE relocation for Symbian OS, mention the section
3990 symbol in the relocation.
3991
0306b3bf
AM
39922004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
3993 Vineet Sharma <vineets@noida.hcltech.com>
7499d566
NC
3994
3995 * coff-maxq.c: New File.
0306b3bf
AM
3996 * cpu-maxq.c: New File.
3997 * coffcode.h: Likewise.
3998 * config.bfd: Likewise.
3999 * configure.in (maxqcoff_vec): New target vector.
7499d566
NC
4000 * Makefile.am: Add support for maxq target.
4001 * configure.in: Likewise.
0306b3bf
AM
4002 * archures.c:. Likewise.
4003 * targets.c: Likewise.
4004 * bfd_in2.h : Regenerated.
7499d566
NC
4005 * Makefile.in: Regenerated.
4006 * configure: Regenerated.
4007 * doc/Makefile.in: Regenerated.
4008
977cdf5a
NC
40092004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4010
4011 * coff-i386.c (coff_i386_reloc): Fix weak symbols.
4012 * cofflink.c (_bfd_coff_link_input_bfd): Don't process
4013 C_NT_WEAK aux entries.
4014 (_bfd_coff_generic_relocate_section): Handle undefined
4015 aliases.
4016
9dfe8738
AS
40172004-11-07 Andreas Schwab <schwab@suse.de>
4018
4019 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Use
4020 SYMBOL_CALLS_LOCAL and check for undefweak symbols with
4021 non-default visibility.
4022
c3c76620
MM
40232004-11-01 Mark Mitchell <mark@codesourcery.com>
4024
4025 * elf32-arm.c (elf32_arm_symbian_begin_write_processing): Clear
0306b3bf 4026 D_PAGED.
c3c76620
MM
4027 (elf32_arm_symbian_modify_segment_map): Don't
4028 reset includes_filehdr and includes_phdrs here.
4029
7f266840
DJ
40302004-11-04 Daniel Jacobowitz <dan@debian.org>
4031
4032 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace
4033 elfarm-nabi with elf32-arm. Remove elfarm-oabi.
4034 (elf32-arm.lo): Replace elfarm-nabi.lo rule. Remove elf32-arm.h
4035 dependency.
4036 * config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list
4037 to a new removed list. Remove normal configuration stanzas.
4038 * configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec)
4039 (bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace
4040 elfarm-nabi.lo with elf32-arm.lo.
4041 (bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove.
4042 * elf32-arm.c: Renamed from elfarm-nabi.c. Inline elf32-arm.h.
4043 * elf32-arm.h: Remove.
4044 * elfarm-oabi.c: Remove.
4045 * targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec
4046 and bfd_elf32_littlearm_oabi_vec.
4047 * aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated.
4048
bac23f82
HPN
40492004-11-04 Hans-Peter Nilsson <hp@axis.com>
4050
4051 * config.bfd: Support crisv32-*-* like cris-*-*.
4052 * archures.c (bfd_mach_cris_v0_v10, bfd_mach_cris_v32)
4053 (bfd_mach_cris_v10_v32): New macros.
4054 * cpu-cris.c: Tweak formatting.
4055 (get_compatible): New function.
4056 (N): New macro.
4057 (bfd_cris_arch_compat_v10_v32, bfd_cris_arch_v32): New
4058 bfd_arch_info_type:s.
4059 (bfd_cris_arch): Use bfd_mach_cris_v0_v10 for member mach,
4060 get_compatible for member compatible and link bfd_cris_arch_v32 as
4061 next.
4062 * elf32-cris.c (cris_elf_pcrel_reloc)
4063 (cris_elf_set_mach_from_flags): New functions.
4064 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL>
4065 <R_CRIS_32_PCREL>: Use cris_elf_pcrel_reloc.
4066 (cris_elf_grok_prstatus, cris_elf_grok_psinfo): Give correct
4067 numbers for bfd_mach_cris_v32.
4068 (PLT_ENTRY_SIZE_V32): New macro.
4069 (elf_cris_plt0_entry): Drop last comma in initializer.
4070 (elf_cris_plt0_entry_v32, elf_cris_plt_entry_v32)
4071 (elf_cris_pic_plt0_entry_v32, elf_cris_pic_plt_entry_v32): New
4072 PLT initializers.
4073 (cris_elf_relocate_section): Change all "%B(%A)" messages to
4074 "%B, section %A".
4075 (elf_cris_finish_dynamic_symbol): Do V32-specific PLT entries.
4076 (elf_cris_finish_dynamic_sections): Similar.
4077 (elf_cris_adjust_dynamic_symbol): Similar.
4078 (cris_elf_check_relocs): Change all "%B(%A)" messages to "%B,
4079 section %A".
4080 <switch with PIC relocs>: Emit error and return FALSE for
4081 bfd_mach_cris_v10_v32.
4082 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
4083 Emit warning when generating textrel reloc.
4084 (cris_elf_object_p): Call cris_elf_set_mach_from_flags.
4085 (cris_elf_final_write_processing): Set flags according to mach.
4086 (cris_elf_print_private_bfd_data): Display
4087 EF_CRIS_VARIANT_COMMON_V10_V32 and EF_CRIS_VARIANT_V32.
4088 (cris_elf_merge_private_bfd_data): Drop variables old_flags,
4089 new_flags. Don't call cris_elf_final_write_processing. Don't
4090 look at the actual elf header flags at all; use
4091 bfd_get_symbol_leading_char to check ibfd, obfd. Trap difference
4092 in bfd_get_mach for ibfd and obfd and handle merging of compatible
4093 objects.
4094 (bfd_elf32_bfd_copy_private_bfd_data): Define.
4095 * reloc.c (BFD_RELOC_CRIS_SIGNED_8, BFD_RELOC_CRIS_UNSIGNED_8)
4096 (BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_UNSIGNED_16)
4097 (BFD_RELOC_CRIS_LAPCQ_OFFSET): New relocs.
4098 * bfd-in2.h, libbfd.h: Regenerate.
4099
c5614fa4
AM
41002004-11-04 Alan Modra <amodra@bigpond.net.au>
4101
4102 * elf64-ppc.h (ppc64_elf_edit_toc): Declare.
4103 * elf64-ppc.c (struct ppc_link_hash_entry <adjust_done>): Update
4104 comment.
4105 (struct adjust_toc_info): New.
4106 (adjust_toc_syms, ppc64_elf_edit_toc): New functions.
4107
0ebdbb83
BW
41082004-11-03 Bob Wilson <bob.wilson@acm.org>
4109
4110 * elf.c (assign_file_positions_for_segments): Set next_file_pos even
4111 if there are no segments.
4112
675b2ace
DJ
41132004-11-02 Daniel Jacobowitz <dan@debian.org>
4114
4115 * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
4116
58852c27
NC
41172004-11-02 Nick Clifton <nickc@redhat.com>
4118
4119 * elf32-iq2000.c: Convert to ISO C90 formatting.
4120
e6857c0c
HPN
41212004-11-02 Hans-Peter Nilsson <hp@axis.com>
4122
20288ed6 4123 * elflink.c (_bfd_elf_create_got_section): Hide _GLOBAL_OFFSET_TABLE_.
e6857c0c 4124
bf718458
L
41252004-10-28 H.J. Lu <hongjiu.lu@intel.com>
4126
4127 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle weak
4128 undefined symbols for R_IA64_SECREL32MSB, R_IA64_SECREL32LSB,
4129 R_IA64_SECREL64MSB and R_IA64_SECREL64LSB.
4130
044ad7e3
KK
41312004-10-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4132
4133 * elf32-sh.c (tpoff): Take alignment into account.
4134
d5cb4bb8
NC
41352004-10-28 Nick Clifton <nickc@redhat.com>
4136
4137 * elf32-iq2000.c (iq2000_elf_relocate_section): Do nothing when
0d48eab6 4138 performing a relocatable link.
d5cb4bb8
NC
4139 (iq2000_elf_object_p): Do not set elf_bad_symtab. This is only
4140 for MIPS ports under Irix.
4141
5b5bb741
PB
41422004-10-27 Richard Earnshaw <rearnsha@arm.com>
4143
4144 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Handle
4145 R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24.
4146 (elf32_arm_final_link_relocate): Ditto.
4147 (arm_add_to_rel, elf32_arm_relocate_section): Ditto.
4148 (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto
4149 (elf32_arm_adjust_dynamic_symbol): Ditto.
4150 * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_CALL and
4151 R_ARM_JUMP32. Move R_ARM_R{REL32,ABS32,PC24,BASE}...
4152 (elf32_arm_r_howto): ... To here.
4153 (elf32_arm_howto_from_type): Use elf32_arm_r_howto.
4154
97ecf322
L
41552004-10-26 H.J. Lu <hongjiu.lu@intel.com>
4156
4157 PR 475
4158 * elfxx-ia64.c (elfNN_ia64_relocate_section): Correct
4159 R_IA64_SECREL32MSB, R_IA64_SECREL32LSB, R_IA64_SECREL64MSB
4160 and R_IA64_SECREL64LSB.
4161
3e3b46e5
PB
41622004-10-26 Paul Brook <paul@codesourcery.com>
4163
4164 * elflink.c (elf_finalize_dynstr): Skip shared aux structure.
4165 (bfd_elf_size_dynamic_sections): Create default version definition.
4166 (elf_link_output_extsym): Adjust for default symbol version.
4167
aa69fe43
HPN
41682004-10-24 Hans-Peter Nilsson <hp@bitrange.com>
4169
278b4623
HPN
4170 * mmo.c: Adjust to ISO C.
4171
aa69fe43
HPN
4172 * mmo.c (mmo_write_section_description): New function broken out
4173 of mmo_internal_write_section.
4174 (mmo_internal_write_section): For each of .text and .data, call
4175 mmo_write_section_description before outputting contents if it has
4176 nontrivially deducible vma or contents.
4177 (mmo_has_leading_or_trailing_zero_tetra_p): New function.
4178 (mmo_canonicalize_symtab): Adjust absolute symbols to .data
4179 symbols if found within the .data address range.
4180
ed040321
DJ
41812004-10-24 Daniel Jacobowitz <dan@debian.org>
4182
4183 * opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.
4184
830866af
HPN
41852004-10-24 Hans-Peter Nilsson <hp@bitrange.com>
4186
4187 * mmo.c (File Layout): Correct place of misplaced blurb about
4188 special data.
4189
5f417ca3
MK
41902004-10-22 Mark Kettenis <kettenis@gnu.org>
4191
4192 * config.bfd: Add mips64*-*-openbsd.
4193
823fc61f
BW
41942004-10-21 Bob Wilson <bob.wilson@acm.org>
4195
4196 * elf32-xtensa.c (ebb_propose_action): Put declarations before
4197 statements.
4198
8697aafb
L
41992004-10-21 H.J. Lu <hongjiu.lu@intel.com>
4200
4201 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.94.
4202 * configure: Regenerate.
4203
dfeffb9f
L
42042004-10-21 H.J. Lu <hongjiu.lu@intel.com>
4205
4206 PR 463
4207 * aoutx.h (aout_link_input_section_std): Pass proper hash entry
4208 to linker reloc_overflow callback.
4209 (aout_link_input_section_ext): Likewise.
4210 (aout_link_reloc_link_order): Likewise.
4211 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
4212 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
4213 Likewise.
4214 (alpha_relocate_section): Likewise.
4215 * coff-arm.c (coff_arm_relocate_section): Likewise.
4216 * coff-h8300.c (h8300_reloc16_extra_cases): Likewise.
4217 * coff-h8500.c (extra_case): Likewise.
4218 * coff-i960.c (coff_i960_relocate_section): Likewise.
4219 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
4220 * coff-mips.c (mips_relocate_section): Likewise.
4221 * coff-or32.c (coff_or32_relocate_section): Likewise.
4222 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
4223 * coff-rs6000.c (xcoff_ppc_relocate_section): Likewise.
4224 * coff-sh.c (sh_relocate_section): Likewise.
4225 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
4226 * coff-w65.c (w65_reloc16_extra_cases): Likewise.
4227 * coff-z8k.c (extra_case): Likewise.
4228 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
4229 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
4230 (_bfd_coff_generic_relocate_section): Likewise.
4231 * ecoff.c (ecoff_reloc_link_order): Likewise.
4232 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
4233 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
4234 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
4235 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
4236 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
4237 * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
4238 * elf32-cris.c (cris_elf_relocate_section): Likewise.
4239 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
4240 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
4241 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
4242 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
4243 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
4244 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
4245 * elf32-i370.c (i370_elf_relocate_section): Likewise.
4246 * elf32-i386.c (elf_i386_relocate_section): Likewise.
4247 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
4248 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
4249 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
4250 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
4251 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
4252 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
4253 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4254 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
4255 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
4256 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
4257 * elf32-s390.c (elf_s390_relocate_section): Likewise.
4258 * elf32-sh.c (sh_elf_relocate_section): Likewise.
4259 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
4260 * elf32-v850.c (v850_elf_relocate_section): Likewise.
4261 * elf32-vax.c (elf_vax_relocate_section): Likewise.
4262 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
4263 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
4264 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
4265 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
4266 * elf64-s390.c (elf_s390_relocate_section): Likewise.
4267 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4268 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4269 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
4270 * elflink.c (elf_reloc_link_order): Likewise.
4271 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
4272 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
4273 (_bfd_elf_mips_get_relocated_section_contents): Likewise.
4274 * linker.c (_bfd_generic_reloc_link_order): Likewise.
4275 * pdp11.c (pdp11_aout_link_input_section): Likewise.
4276 (aout_link_reloc_link_order): Likewise.
4277 * reloc.c (bfd_generic_get_relocated_section_contents):
4278 Likewise.
4279 * xcofflink.c (xcoff_reloc_link_order): Likewise.
4280 * simple.c (simple_dummy_reloc_overflow): Updated.
4281
1715e0e3
AS
42822004-10-20 Andreas Schwab <schwab@suse.de>
4283
4284 * elf32-m68k.c (elf_m68k_plt_sym_val): New function.
4285 (elf_backend_plt_sym_val): Define.
4286
db3d41a8
DS
42872004-10-19 Danny Smith <dannysmith@users.sourceforege.net>
4288
4289 * config.bfd: Set targ_underscore=yes for PE COFF targets
4290
4b85d634
AM
42912004-10-19 Alan Modra <amodra@bigpond.net.au>
4292
4293 * elf64-ppc.c (opd_entry_value): Handle --just-symbols objects.
4294 (ppc64_elf_edit_opd): Likewise.
4295
6df4d94c
MM
42962004-10-18 Mark Mitchell <mark@codesourcery.com>
4297
4298 * elfarm-nabi.c (ELF_DYNAMIC_SEC_FLAGS): Add comment.
4299 * elflink.c (_bfd_elf_create_dynamic_sections): For a loaded PLT,
4300 set SEC_ALLOC and SEC_LOAD.
4301
00d962d1
NC
43022004-10-18 Nick Clifton <nickc@redhat.com>
4303
4304 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Compute
4305 'name' for relocs against both local and global symbols.
4306
b58f81ae
DJ
43072004-10-16 Daniel Jacobowitz <dan@debian.org>
4308
4309 * bfd-in2.h: Regenerate.
4310 * bfd.c (struct bfd): Add no_export.
4311 * elflink.c (elf_link_add_object_symbols): Handle no_export.
4312
7d3f158f
AM
43132004-10-15 Alan Modra <amodra@bigpond.net.au>
4314
4315 * config.bfd: Whitespace cleanup.
4316 * Makefile.am: Run "make dep-am"
4317 * Makefile.in: Regenerate.
4318
6d2cd210
JJ
43192004-10-15 Jakub Jelinek <jakub@redhat.com>
4320
4321 * elflink.c (struct already_linked_section): Removed.
4322 (try_match_symbols_in_sections, already_linked): Removed.
4323 (_bfd_elf_section_already_linked): Skip ^\.gnu\.linkonce\.[^.]*\.
4324 prefix of section names when finding already_linked_table
4325 chain. Compare section names. Instead of calling already_linked,
4326 do it inline and only for sections in the same already_linked_list.
4327
92e4ec35
AM
43282004-10-15 Alan Modra <amodra@bigpond.net.au>
4329
4330 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Add "info"
4331 parameter. If called after _bfd_elf_write_section_eh_frame,
4332 don't allow a -2 return unless need_* bit is already set, and
4333 handle offsets adjusted for output_offset.
4334 * elf-bfd.h (_bfd_elf_eh_frame_section_offset): Update prototype.
4335 * elf.c (_bfd_elf_section_offset): Update call.
4336
7bf6dede
L
43372004-10-13 H.J. Lu <hongjiu.lu@intel.com>
4338
4339 PR 440
4340 * coffcode.h (coff_compute_section_file_positions): Cast to
4341 bfd_vma when computing page alignment.
4342
c0042f5d
MM
43432004-10-13 Mark Mitchell <mark@codesourcery.com>
4344
4345 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
4346 offsets, not VMAs, for DT_VERSYM, DT_VERDEF, DT_VERNEED.
4347
2a1b9a48
MM
43482004-10-12 Mark Mitchell <mark@codesourcery.com>
4349
4350 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Make .rel.plt
4351 relocations use a virtual address, not a section offset.
4352
b08b5071
BW
43532004-10-12 Bob Wilson <bob.wilson@acm.org>
4354
4355 * elf32-xtensa.c (elf_xtensa_get_private_bfd_flags): Delete.
4356 (narrow_instruction, widen_instruction): Remove unnecessary calls to
4357 xtensa_format_encode.
4358 (ebb_propose_action): Inline call to ebb_add_proposed_action.
4359 (ebb_add_proposed_action): Delete.
4360
7fa3d080
BW
43612004-10-12 Bob Wilson <bob.wilson@acm.org>
4362
4363 * elf32-xtensa.c: Use ISO C90 formatting.
4364
3656d5e3
PB
43652004-10-12 Paul Brook <paul@codesourcery.com>
4366
4367 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Rephrase error
4368 message.
4369
8cb51566
PB
43702004-10-12 Paul Brook <paul@codesourcery.com>
4371
4372 * elf32-arm.h: Support EABI version 4 objects.
4373
1abc8597
AM
43742004-10-12 Alan Modra <amodra@bigpond.net.au>
4375
4376 PR 325
4377 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Place last in chain.
4378 Don't mark as default.
4379 (bfd_x86_64_arch): Don't mark as default.
4380
9e66c942
AM
43812004-10-12 Alan Modra <amodra@bigpond.net.au>
4382
4383 * elflink.c (enum action_discarded): New.
4384 (elf_section_complain_discarded): Delete.
4385 (elf_action_discarded): New function subsuming the above and also
4386 controlling reloc behaviour.
1abc8597 4387 (elf_link_input_bfd): Use it.
9e66c942 4388
7f1204bb
JJ
43892004-10-11 Jakub Jelinek <jakub@redhat.com>
4390
4391 * elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST.
4392 (special_sections): Add .gnu.liblist and .gnu.conflict.
4393 (assign_section_numbers): Handle SHT_GNU_LIBLIST.
4394
87e5235d
AM
43952004-10-11 Alan Modra <amodra@bigpond.net.au>
4396
4397 PR 233
4398 * elflink.c (elf_link_input_bfd): Try harder to support
4399 relocations against symbols in removed linkonce sections.
4400
2ad770c3
AM
44012004-10-11 Alan Modra <amodra@bigpond.net.au>
4402
029446c4
AM
4403 * elflink.c (elf_link_input_bfd): Revert PR 354 change.
4404
2ad770c3
AM
4405 PR 354
4406 * elflink.c (elf_link_input_bfd): Check that relocs in SEC_ALLOC
4407 sections do not reference symbols in non-SEC_ALLOC sections.
4408
1da212d6
AM
44092004-10-11 Alan Modra <amodra@bigpond.net.au>
4410
4411 PR 437
4412 * elflink.c (elf_link_sort_relocs): Don't bomb on unusual sections.
4413 (_bfd_elf_link_omit_section_dynsym): Formatting.
4414
f12123c0
AM
44152004-10-10 Alan Modra <amodra@bigpond.net.au>
4416
4417 * libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.
4418 * libbfd.h: Regnerate.
4419 * elf32-cris.c: Add missing semicolon to BFD_ASSERTs.
4420 * elf32-frv.c: Likewise.
4421 * elf32-m32r.c: Likewise.
4422 * elf32-ppc.c: Likewise.
4423 * elf64-hppa.c: Likewise.
4424 * elfxx-ia64.c: Likewise.
4425 * opncls.c: Likewise.
4426
fda3ecf2
AM
44272004-10-10 Alan Modra <amodra@bigpond.net.au>
4428
3472e2e9
AM
4429 * elf-bfd.h (struct eh_frame_hdr_info): Add offsets_adjusted.
4430 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust
4431 offsets stored in struct eh_cie_fde entries before doing other
4432 work.
4433
fda3ecf2
AM
4434 * elf-bfd.h (struct eh_cie_fde): Add cie_inf, remove sec.
4435 (struct eh_frame_hdr_info): Add last_cie_inf, remove last_cie_offset.
4436 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete code
4437 setting offsets for removed CIEs. Don't set "sec", instead set
4438 cie_inf for FDEs. Keep a pointer to last struct eh_cie_fde for a
4439 CIE in hdr_info. Only set make_relative and make_lsda_relative
4440 for CIEs. Use pointers rather than array indices.
4441 (_bfd_elf_eh_frame_section_offset): Test/set make_relative,
4442 make_lsda_relative, need_* on cie_inf for FDEs.
4443 (_bfd_elf_write_section_eh_frame): Adjust offset and new_offset for
4444 section output_offset. Delete cie_offset, instead use cie_inf
4445 pointer to CIE entry. Use need_relative and need_lsda_relative on
4446 CIE entry for FDEs. Use pointers rather than array indices.
4447
7db6994f
AM
44482004-10-09 Alan Modra <amodra@bigpond.net.au>
4449
4450 * coff-rs6000.c (rs6000coff_vec): Add initializer for
4451 bfd_is_target_special_symbol.
4452 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
4453 * som.c (som_bfd_is_target_special_symbol): Define.
4454
3c9458e9
NC
44552004-10-08 Nick Clifton <nickc@redhat.com>
4456
4457 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.93.
4458 * configure: Regenerate.
4459 * bfd-in2.h: Regenerate.
4460 * syms.c (bfd_is_target_special_symbol): New interface function.
4461 Returns true when a symbol should be considered to be special.
7db6994f 4462 * targets.c (bfd_target): Include bfd_is_target_special_symbol in
3c9458e9
NC
4463 the symbol jump table.
4464 * elf32-arm.h (elf32_arm_is_target_special_symbol): New function.
4465 Return true iff the symbol is a mapping symbol.
4466 (bfd_elf32_bfd_is_target_special_symbol): Define.
4467 * elfxx-target.h: Provide a default definition for
4468 bfd_is_target_special_symbol.
4469 * aout-target.h: Likewise.
4470 * aout-tic30.c: Likewise.
873d03ee 4471 * binary.c: Likewise.
3c9458e9
NC
4472 * coffcode.h: Likewise.
4473 * i386msdos.c: Likewise.
4474 * ieee.c: Likewise.
873d03ee 4475 * ihex.c: Likewise.
3c9458e9
NC
4476 * libaout.h: Likewise.
4477 * libbfd-in.h: Likewise
4478 * libecoff.h: Likewise.
4479 * mach-o.c: Likewise.
4480 * mmo.c: Likewise.
4481 * nlm-target.h: Likewise.
4482 * oasys.c: Likewise.
4483 * pef.c: Likewise.
4484 * ppcboot.c: Likewise.
4485 * srec.c: Likewise.
4486 * tekhex.c: Likewise.
4487 * versados.c: Likewise.
4488 * vms.c: Likewise.
4489 * xcoff-target.h: Likewise.
4490 * xsym.c: Likewise.
4491 * libbfd.h: Regenerate.
4492
d2b2c203
DJ
44932004-10-08 Daniel Jacobowitz <dan@debian.org>
4494
4495 * config.bfd: Include 64-bit support for i[3-7]86-*-solaris2*.
4496 * elf64-x86-64.c (elf64_x86_64_section_from_shdr): New function.
4497 (elf_backend_section_from_shdr): Define.
4498
864274b0
AM
44992004-10-08 Alan Modra <amodra@bigpond.net.au>
4500
4501 * syms.c (bfd_is_local_label): Return false for file symbols.
4502
43cd72b9 45032004-10-07 Bob Wilson <bob.wilson@acm.org>
85a5ac80 4504 David Heine <dlheine@tensilica.com>
43cd72b9
BW
4505
4506 * elf32-xtensa.c (elf32xtensa_size_opt): New global variable.
4507 (xtensa_default_isa): Global variable moved here from xtensa-isa.c.
4508 (elf32xtensa_no_literal_movement): New global variable.
4509 (elf_howto_table): Add entries for new relocations.
4510 (elf_xtensa_reloc_type_lookup): Handle new relocations.
4511 (property_table_compare): When addresses are equal, compare sizes and
4512 various property flags.
4513 (property_table_matches): New.
4514 (xtensa_read_table_entries): Extend to read new property tables. Add
4515 output_addr parameter to indicate that output addresses should be used.
4516 Use bfd_get_section_limit.
4517 (elf_xtensa_find_property_entry): New.
4518 (elf_xtensa_in_literal_pool): Use elf_xtensa_find_property_entry.
4519 (elf_xtensa_check_relocs): Handle new relocations.
4520 (elf_xtensa_do_reloc): Use bfd_get_section_limit. Handle new
4521 relocations. Use new xtensa-isa.h functions.
4522 (build_encoding_error_message): Remove encode_result parameter. Add
4523 new target_address parameter used to detect alignment errors.
4524 (elf_xtensa_relocate_section): Use bfd_get_section_limit. Clean up
4525 error handling. Use new is_operand_relocation function.
4526 (elf_xtensa_combine_prop_entries, elf_xtensa_merge_private_bfd_data):
4527 Use underbar macro for error messages. Formatting.
4528 (get_const16_opcode): New.
4529 (get_l32r_opcode): Add a separate flag for initialization.
4530 (get_relocation_opnd): Operand number is no longer explicit in the
4531 relocation. Change to decode the opcode and analyze its operands.
4532 (get_relocation_slot): New.
4533 (get_relocation_opcode): Add bfd parameter. Use bfd_get_section_limit.
4534 Use new xtensa-isa.h functions to handle multislot instructions.
4535 (is_l32r_relocation): Add bfd parameter. Use is_operand_relocation.
4536 (get_asm_simplify_size, is_alt_relocation, is_operand_relocation,
4537 insn_decode_len, insn_decode_opcode, check_branch_target_aligned,
4538 check_loop_aligned, check_branch_target_aligned_address, narrowable,
4539 widenable, narrow_instruction, widen_instruction, op_single_fmt_table,
4540 get_single_format, init_op_single_format_table): New.
4541 (elf_xtensa_do_asm_simplify): Add error_message parameter and use it
4542 instead of calling _bfd_error_handler. Use new xtensa-isa.h functions.
4543 (contract_asm_expansion): Add error_message parameter and pass it to
4544 elf_xtensa_do_asm_simplify. Replace use of R_XTENSA_OP0 relocation
4545 with R_XTENSA_SLOT0_OP.
4546 (get_expanded_call_opcode): Extend to handle either L32R or CONST16
4547 instructions. Use new xtensa-isa.h functions.
4548 (r_reloc struct): Add new virtual_offset field.
4549 (r_reloc_init): Add contents and content_length parameters. Set
4550 virtual_offset field to zero. Add contents to target_offset field for
4551 partial_inplace relocations.
4552 (r_reloc_is_defined): Check for null.
4553 (print_r_reloc): New debug function.
4554 (source_reloc struct): Replace xtensa_operand field with pair of the
4555 opcode and the operand position. Add is_abs_literal field.
4556 (init_source_reloc): Specify operand by opcode/position pair. Set
4557 is_abs_literal field.
4558 (source_reloc_compare): When target_offsets are equal, compare other
4559 fields to make sorting predictable.
4560 (literal_value struct): Add is_abs_literal field.
4561 (value_map_hash_table struct): Add has_last_loc and last_loc fields.
4562 (init_literal_value): New.
4563 (is_same_value): Replace with ...
4564 (literal_value_equal): ... this function. Add comparisons of
4565 virtual_offset and is_abs_literal fields.
4566 (value_map_hash_table_init): Use bfd_zmalloc. Check for allocation
4567 failure. Initialize has_last_loc field.
4568 (value_map_hash_table_delete): New.
4569 (hash_literal_value): Rename to ...
4570 (literal_value_hash): ... this. Include is_abs_literal flag and
4571 virtual_offset field in the hash value.
4572 (get_cached_value): Rename to ...
4573 (value_map_get_cached_value): ... this. Update calls to
4574 literal_value_hash and literal_value_equal.
4575 (add_value_map): Check for allocation failure. Update calls to
4576 value_map_get_cached_value and literal_value_hash.
4577 (text_action, text_action_list, text_action_t): New types.
4578 (find_fill_action, compute_removed_action_diff, adjust_fill_action,
4579 text_action_add, text_action_add_literal, offset_with_removed_text,
4580 offset_with_removed_text_before_fill, find_insn_action,
4581 print_action_list, print_removed_literals): New.
4582 (offset_with_removed_literals): Delete.
4583 (xtensa_relax_info struct): Add is_relaxable_asm_section, action_list,
4584 fix_array, fix_array_count, allocated_relocs, relocs_count, and
4585 allocated_relocs_count fields.
4586 (init_xtensa_relax_info): Initialize new fields.
4587 (reloc_bfd_fix struct): Add new translated field.
4588 (reloc_bfd_fix_init): Add translated parameter and use it to set the
4589 translated field.
4590 (fix_compare, cache_fix_array): New.
4591 (get_bfd_fix): Remove fix_list parameter and get all relax_info for the
4592 section via get_xtensa_relax_info. Use cache_fix_array to set up
4593 sorted fix_array and use bsearch instead of linear search.
4594 (section_cache_t): New struct.
4595 (init_section_cache, section_cache_section, clear_section_cache): New.
4596 (ebb_t, ebb_target_enum, proposed_action, ebb_constraint): New types.
4597 (init_ebb_constraint, free_ebb_constraint, init_ebb, extend_ebb_bounds,
4598 extend_ebb_bounds_forward, extend_ebb_bounds_backward,
4599 insn_block_decodable_len, ebb_propose_action, ebb_add_proposed_action):
4600 New.
4601 (retrieve_contents): Use bfd_get_section_limit.
4602 (elf_xtensa_relax_section): Add relocations_analyzed flag. Update call
4603 to compute_removed_literals. Free value_map_hash_table when no longer
4604 needed.
4605 (analyze_relocations): Check is_relaxable_asm_section flag. Call
4606 compute_text_actions for all sections.
4607 (find_relaxable_sections): Mark sections as relaxable if they contain
4608 ASM_EXPAND relocations that can be optimized. Adjust r_reloc_init
4609 call. Increment relax_info src_count field only for appropriate
4610 relocation types. Remove is_literal_section check.
4611 (collect_source_relocs): Use bfd_get_section_limit. Adjust calls to
4612 r_reloc_init and find_associated_l32r_irel. Check
4613 is_relaxable_asm_section flag. Handle L32R instructions with absolute
4614 literals. Pass is_abs_literal flag to init_source_reloc.
4615 (is_resolvable_asm_expansion): Use bfd_get_section_limit. Check for
4616 CONST16 instructions. Adjust calls to r_reloc_init and
fda3ecf2 4617 pcrel_reloc_fits. Handle weak symbols conservatively.
43cd72b9
BW
4618 (find_associated_l32r_irel): Add bfd parameter and pass it to
4619 is_l32r_relocation.
4620 (compute_text_actions, compute_ebb_proposed_actions,
4621 compute_ebb_actions, check_section_ebb_pcrels_fit,
4622 check_section_ebb_reduces, text_action_add_proposed,
4623 compute_fill_extra_space): New.
4624 (remove_literals): Replace with ...
4625 (compute_removed_literals): ... this function. Call
4626 init_section_cache. Use bfd_get_section_limit. Sort internal_relocs.
4627 Call xtensa_read_table_entries to get the property table. Skip
4628 relocations other than R_XTENSA_32 and R_XTENSA_PLT. Use new
4629 is_removable_literal, remove_dead_literal, and
fda3ecf2 4630 identify_literal_placement functions.
43cd72b9
BW
4631 (get_irel_at_offset): Rewrite to use bsearch on sorted relocations
4632 instead of linear search.
4633 (is_removable_literal, remove_dead_literal,
4634 identify_literal_placement): New.
4635 (relocations_reach): Update check for literal not referenced by any
4636 PC-relative relocations. Adjust call to pcrel_reloc_fits.
4637 (coalesce_shared_literal, move_shared_literal): New.
4638 (relax_section): Use bfd_get_section_limit. Call
4639 translate_section_fixes. Update calls to r_reloc_init and
4640 offset_with_removed_text. Check new is_relaxable_asm_section flag.
4641 Add call to pin_internal_relocs. Add special handling for
4642 R_XTENSA_ASM_SIMPLIFY and R_XTENSA_DIFF* relocs. Use virtual_offset
4643 info to calculate new addend_displacement variable. Replace code for
4644 deleting literals with more general code to perform the actions
4645 determined by the action_list for the section.
4646 (translate_section_fixes, translate_reloc_bfd_fix): New.
4647 (translate_reloc): Check new is_relaxable_asm_section flag. Call
4648 find_removed_literal only if is_operand_relocation. Update call to
4649 offset_with_removed_text. Use new target_offset and removed_bytes
4650 variables.
4651 (move_literal): New.
4652 (relax_property_section): Use bfd_get_section_limit. Set new
4653 is_full_prop_section flag and handle new property tables. Update calls
4654 to r_reloc_init and offset_with_removed_text. Check
4655 is_relaxable_asm_section flag. Handle expansion of zero-sized
4656 unreachable entries, with use of offset_with_removed_text_before_fill.
4657 For relocatable links, combine entries only for literal tables.
4658 (relax_section_symbols): Check is_relaxable_asm_section flag. Update
4659 calls to offset_with_removed_text. Translate st_size field for
4660 function symbols.
4661 (do_fix_for_relocatable_link): Change to return bfd_boolean to indicate
4662 failure. Add contents parameter. Update call to get_bfd_fix. Update
4663 call to r_reloc_init. Call _bfd_error_handler and return FALSE for
4664 R_XTENSA_ASM_EXPAND relocs.
4665 (do_fix_for_final_link): Add input_bfd and contents parameters. Update
4666 call to get_bfd_fix. Include offset from contents for partial_inplace
4667 relocations.
4668 (is_reloc_sym_weak): New.
4669 (pcrel_reloc_fits): Use new xtensa-isa.h functions.
4670 (prop_sec_len): New.
4671 (xtensa_is_property_section): Handle new property sections.
4672 (is_literal_section): Delete.
4673 (internal_reloc_compare): When r_offset matches, compare r_info and
4674 r_addend to make sorting predictable.
4675 (internal_reloc_matches): New.
4676 (xtensa_get_property_section_name): Handle new property sections.
4677 (xtensa_get_property_predef_flags): New.
4678 (xtensa_callback_required_dependence): Use bfd_get_section_limit.
4679 Update calls to xtensa_isa_init, is_l32r_relocation, and r_reloc_init.
4680 * xtensa-isa.c (xtensa_default_isa): Moved to elf32-xtensa.c.
4681 (xtisa_errno, xtisa_error_msg): New variables.
4682 (xtensa_isa_errno, xtensa_isa_error_msg): New.
4683 (xtensa_insnbuf_alloc): Add error handling.
4684 (xtensa_insnbuf_to_chars): Add num_chars parameter. Update to
4685 use xtensa_format_decode. Add error handling.
4686 (xtensa_insnbuf_from_chars): Add num_chars parameter. Decode the
4687 instruction length to find the number of bytes to copy.
4688 (xtensa_isa_init): Add error handling. Replace calls to
4689 xtensa_load_isa and xtensa_extend_isa with code to initialize lookup
4690 tables in the xtensa_modules structure.
4691 (xtensa_check_isa_config, xtensa_add_isa, xtensa_load_isa,
4692 xtensa_extend_isa): Delete.
4693 (xtensa_isa_free): Change to only free lookup tables.
4694 (opname_lookup_compare): Replace with ...
4695 (xtensa_isa_name_compare): ... this function. Use strcasecmp.
4696 (xtensa_insn_maxlength): Rename to ...
4697 (xtensa_isa_maxlength): ... this.
4698 (xtensa_insn_length): Delete.
4699 (xtensa_insn_length_from_first_byte): Replace with ...
4700 (xtensa_isa_length_from_chars): ... this function.
4701 (xtensa_num_opcodes): Rename to ...
4702 (xtensa_isa_num_opcodes): ... this.
4703 (xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
4704 xtensa_isa_num_regfiles, xtensa_isa_num_stages,
4705 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
4706 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
4707 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
4708 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
4709 xtensa_format_get_slot, xtensa_format_set_slot): New functions.
4710 (xtensa_opcode_lookup): Add error handling.
4711 (xtensa_decode_insn): Replace with ...
4712 (xtensa_opcode_decode): ... this function, with new format and
4713 slot parameters. Add error handling.
4714 (xtensa_encode_insn): Replace with ...
4715 (xtensa_opcode_encode): ... this function, which does the encoding via
4716 one of the entries in the "encode_fns" array. Add error handling.
4717 (xtensa_opcode_name): Add error handling.
4718 (xtensa_opcode_is_branch, xtensa_opcode_is_jump, xtensa_opcode_is_loop,
4719 xtensa_opcode_is_call): New.
4720 (xtensa_num_operands): Replace with ...
4721 (xtensa_opcode_num_operands): ... this function. Add error handling.
4722 (xtensa_opcode_num_stateOperands,
4723 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
4724 xtensa_opcode_funcUnit_use, xtensa_operand_name,
4725 xtensa_operand_is_visible): New.
4726 (xtensa_get_operand, xtensa_operand_kind): Delete.
4727 (xtensa_operand_inout): Add error handling and special-case for
4728 "sout" operands.
4729 (xtensa_operand_get_field, xtensa_operand_set_field): Rewritten to
4730 operate on one slot of an instruction. Added error handling.
4731 (xtensa_operand_encode): Handle default operands with no encoding
4732 functions. Check for success by comparing against decoded value.
4733 Add error handling.
4734 (xtensa_operand_decode): Handle default operands. Return decoded value
4735 through argument pointer. Add error handling.
4736 (xtensa_operand_is_register, xtensa_operand_regfile,
4737 xtensa_operand_num_regs, xtensa_operand_is_known_reg): New.
4738 (xtensa_operand_isPCRelative): Rename to ...
4739 (xtensa_operand_is_PCrelative): ... this. Add error handling.
4740 (xtensa_operand_do_reloc, xtensa_operand_undo_reloc): Return value
4741 through argument pointer. Add error handling.
4742 (xtensa_stateOperand_state, xtensa_stateOperand_inout,
4743 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
4744 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
4745 xtensa_regfile_shortname, xtensa_regfile_view_parent,
4746 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
4747 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
4748 xtensa_state_is_exported, xtensa_sysreg_lookup,
4749 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
4750 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
4751 xtensa_interface_num_bits, xtensa_interface_inout,
4752 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
4753 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New.
4754 * xtensa-modules.c: Rewrite to use new data structures.
4755 * reloc.c (BFD_RELOC_XTENSA_DIFF8, BFD_RELOC_XTENSA_DIFF16,
4756 BFD_RELOC_XTENSA_DIFF32, BFD_RELOC_XTENSA_SLOT0_OP,
4757 BFD_RELOC_XTENSA_SLOT1_OP, BFD_RELOC_XTENSA_SLOT2_OP,
4758 BFD_RELOC_XTENSA_SLOT3_OP, BFD_RELOC_XTENSA_SLOT4_OP,
4759 BFD_RELOC_XTENSA_SLOT5_OP, BFD_RELOC_XTENSA_SLOT6_OP,
4760 BFD_RELOC_XTENSA_SLOT7_OP, BFD_RELOC_XTENSA_SLOT8_OP,
4761 BFD_RELOC_XTENSA_SLOT9_OP, BFD_RELOC_XTENSA_SLOT10_OP,
4762 BFD_RELOC_XTENSA_SLOT11_OP, BFD_RELOC_XTENSA_SLOT12_OP,
4763 BFD_RELOC_XTENSA_SLOT13_OP, BFD_RELOC_XTENSA_SLOT14_OP,
4764 BFD_RELOC_XTENSA_SLOT0_ALT, BFD_RELOC_XTENSA_SLOT1_ALT,
4765 BFD_RELOC_XTENSA_SLOT2_ALT, BFD_RELOC_XTENSA_SLOT3_ALT,
4766 BFD_RELOC_XTENSA_SLOT4_ALT, BFD_RELOC_XTENSA_SLOT5_ALT,
4767 BFD_RELOC_XTENSA_SLOT6_ALT, BFD_RELOC_XTENSA_SLOT7_ALT,
4768 BFD_RELOC_XTENSA_SLOT8_ALT, BFD_RELOC_XTENSA_SLOT9_ALT,
4769 BFD_RELOC_XTENSA_SLOT10_ALT, BFD_RELOC_XTENSA_SLOT11_ALT,
4770 BFD_RELOC_XTENSA_SLOT12_ALT, BFD_RELOC_XTENSA_SLOT13_ALT,
4771 BFD_RELOC_XTENSA_SLOT14_ALT): Add new relocations.
4772 * Makefile.am (xtensa-isa.lo, xtensa-modules.lo): Update dependencies.
4773 * Makefile.in: Regenerate.
4774 * bfd-in2.h: Likewise.
4775 * libbfd.h: Likewise.
4776
99022dfb
RS
47772004-10-07 Richard Sandiford <rsandifo@redhat.com>
4778
4779 * elf64-mips.c (mips_elf64_write_rel): Use STN_UNDEF for relocs
4780 against the absolute section.
4781 (mips_elf64_write_rela): Likewise.
4782
b67ae299
NC
47832004-10-07 Jan Beulich <jbeulich@novell.com>
4784
4785 * elf.c (elf_find_function): Don't generally check for matching
4786 section, just for non-file symbols. Remove redunant comparison
4787 for the latter.
4788 * elf32-arm.h (arm_elf_find_function): Likewise.
4789
8fdd7217
NC
47902004-10-07 Jeff Baker <jbaker@qnx.com>
4791
4792 * elflink.c (_bfd_elf_add_dynamic_entry): Add code to warn if
4793 adding a DT_TEXTREL to a shared object and --warn-shared-textrel
4794 was specified.
4795
073a2dc3
RM
47962004-10-04 Roland McGrath <roland@redhat.com>
4797
4798 * hash.c (bfd_hash_set_default_size): Use const for table.
4799 Use size_t instead of int for variable compared to sizeof results.
4800
7785be14
AM
48012004-10-05 Alan Modra <amodra@bigpond.net.au>
4802
4803 PR 425
4804 * syms.c (_bfd_stab_section_find_nearest_line): Ignore R_*_NONE relocs.
4805
40a18ebd
NC
48062004-10-01 Paul Brook <paul@codesourcery.com>
4807
4808 * elf32-arm.h (elf32_arm_fake_sections,
4809 is_arm_elf_unwind_section_name, elf32_arm_section_from_shdr): New
4810 functions.
4811 (elf_backend_fake_sections, elf_backend_section_from_shdr): Define.
4812
8935b81f
AM
48132004-10-01 Alan Modra <amodra@bigpond.net.au>
4814
4815 * elf-bfd.h (struct eh_cie_fde): Add need_relative and
4816 need_lsda_relative.
4817 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Set
4818 need_relative or need_lsda_relative if we are processing an
4819 offset for a reloc on a FDE initial loc or LSDA field
4820 respectively.
4821 (_bfd_elf_write_section_eh_frame): Test need_relative and
4822 need_lsda_relative in place of corresponding make_* field
4823 when deciding to use pc-relative encodings.
4824
eeac373a
PB
48252004-09-30 Paul Brook <paul@codesourcery.com>
4826
4827 * elf32-arm.h (bfd_elf32_arm_set_target_relocs): Handle "abs"
4828 target2 relocation type.
4829
7479dfd4
L
48302004-09-30 H.J. Lu <hongjiu.lu@intel.com>
4831
4832 PR 414
4833 * elflink.c (_bfd_elf_merge_symbol): Check TLS symbol.
4834
0dd132b6
NC
48352004-09-30 Paul Brook <paul@codesourcery.com>
4836
4837 * reloc.c: Add BFD_RELOC_ARM_SMI.
4838 * bfd-in2.h: Regenerate.
4839 * libbfd.h: Ditto.
4840
1ba54ee0
AM
48412004-09-24 Alan Modra <amodra@bigpond.net.au>
4842
4843 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add output section
4844 vma and output offset to address.
4845 * simple.c (simple_save_output_info): Only set output section
4846 and offset for debug sections, or those not already set up by
4847 the linker.
4848 (bfd_simple_get_relocated_section_contents): Update comment.
4849
5efb6261
AM
48502004-09-24 Alan Modra <amodra@bigpond.net.au>
4851
4852 * elf.c (IS_LOADED): Delete.
4853 (assign_file_positions_for_segments): Just test SEC_LOAD instead.
4854 Restore SEC_HAS_CONTENTS test to the one place it was used prior
4855 to 2004-09-22.
4856
fca870e4
AM
48572004-09-23 Alan Modra <amodra@bigpond.net.au>
4858
4859 PR gas/396
4860 * elf32-sparc.c (elf32_sparc_final_write_processing): Handle
4861 bfd_mach_sparc_sparclet and bfd_mach_sparc_sparclite. Remove
4862 redundant assignment of EM_SPARC.
4863
c86696a3
BF
48642004-09-22 Brian Ford <ford@vss.fsi.com>
4865
4866 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
4867 alignment for .rdata sections so sse[2] code works with gcc >= 3.3.3
4868 constants.
4869 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
4870
73adb214
AM
48712004-09-22 Alan Modra <amodra@bigpond.net.au>
4872
4873 * elf32-ppc.c (ppc_elf_modify_segment_map): Delete.
4874 (elf_backend_modify_segment_map): Don't define.
4875
b301b248
AM
48762004-09-22 Alan Modra <amodra@bigpond.net.au>
4877
4878 * elf.c (IS_LOADED): Define.
4879 (assign_file_positions_for_segments): Don't round up file offset of
4880 PT_LOAD segments containing no SEC_LOAD sections, instead round down.
4881 Delete code handling link script adjustment of lma. Do the adjust
4882 in later code handling similar ajustments. Remove dead code error
4883 check. Warn if section lma would require a negative offset
4884 adjustment. Tweak lma adjustment to use p_filesz rather than p_memsz.
4885 Use p_vaddr + p_memsz inside section loop in place of voff. Don't
4886 update voff in section loop. Change voff in segment loop to be an
4887 adjustment on top of "off". Set sec->filepos and update "off" later.
4888 Test for loadable sections consistently using IS_LOADED. Similarly,
073a2dc3 4889 test for alloc-only sections other than .tbss consistently.
b301b248
AM
4890 Don't bother checking SEC_ALLOC in PT_LOAD segments. Remove FIXME.
4891 Tidy PT_NOTE handling. Use %B and %A in error messages.
4892 (assign_file_positions_except_relocs): Use %B in error message.
4893
3f85e526
L
48942004-09-17 H.J. Lu <hongjiu.lu@intel.com>
4895
4896 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
4897 (CONFIG_STATUS_DEPENDENCIES): New.
4898 (Makefile): Removed.
4899 (config.status): Likewise.
4900 * Makefile.in: Regenerated.
4901
eb043451
PB
49022004-09-17 Paul Brook <paul@codesourcery.com>
4903
4904 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add prototype.
4905 (bfd_elf32_arm_process_before_allocation): Update prototype.
4906 * bfd-in2.h: Regenerate.
4907 * bfd/elf32-arm.h (elf32_arm_link_hash_table): Add target2_reloc.
4908 (elf32_arm_link_hash_table_create): Set it.
4909 (bfd_elf32_arm_process_before_allocation): Remove target1_is_rel.
4910 (bfd_elf32_arm_set_target_relocs): New function.
4911 (arm_real_reloc_type): New function.
4912 (elf32_arm_final_link_relocate): Use it. Handle R_ARM_PREL31 and
4913 R_ARM_GOT_PREL. Remove R_ARM_TARGET1.
4914 (elf32_arm_gc_sweep_hook): Ditto.
4915 (elf32_arm_check_relocs): Ditto.
4916 (elf32_arm_relocate_section): Handle R_ARM_GOT_PREL.
4917 * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_PREL31 and
4918 R_ARM_GOT_TARGET2.
4919 (elf32_arm_got_prel): New variable.
4920 (elf32_arm_howto_from_type): New function.
4921 (elf32_arm_info_to_howto): Use it.
4922 (elf32_arm_reloc_map): Add BFD_RELOC_ARM_PREL31 and
4923 BFD_RELOC_ARM_TARGET2.
4924 * libbfd.h: Regenerate.
4925 * reloc.c: Add BFD_RELOC_ARM_TARGET2 and BFD_RELOC_ARM_PREL31.
4926
f6e332e6
AM
49272004-09-17 Alan Modra <amodra@bigpond.net.au>
4928
4929 * ecoff.c: Update u.undef.next refs.
4930 * elf64-ppc.c: Likewise.
4931 * elflink.c: Likewise.
4932 * linker.c: Likewise.
4933 * xcofflink.c: Likewise.
4934
4935 * elf-bfd.h (struct elf_link_hash_entry): Rearrange. Add FIXME to
4936 dynamic_def. Combine weakdef and elf_hash_value. Move vtable
4937 fields to indirect struct.
4938 * elf-m10300.c: Update u.weakdef refs.
4939 * elf32-arm.h: Likewise.
4940 * elf32-cris.c: Likewise.
4941 * elf32-frv.c: Likewise.
4942 * elf32-hppa.c: Likewise.
4943 * elf32-i370.c: Likewise.
4944 * elf32-i386.c: Likewise.
4945 * elf32-m32r.c: Likewise.
4946 * elf32-m68k.c: Likewise.
4947 * elf32-ppc.c: Likewise.
4948 * elf32-s390.c: Likewise.
4949 * elf32-sh.c: Likewise.
4950 * elf32-sparc.c: Likewise.
4951 * elf32-vax.c: Likewise.
4952 * elf32-xtensa.c: Likewise.
4953 * elf64-alpha.c: Likewise.
4954 * elf64-hppa.c: Likewise.
4955 * elf64-ppc.c: Likewise.
4956 * elf64-s390.c: Likewise.
4957 * elf64-sh64.c: Likewise.
4958 * elf64-sparc.c: Likewise.
4959 * elf64-x86-64.c: Likewise.
4960 * elfxx-ia64.c: Likewise.
4961 * elfxx-mips.c: Likewise.
4962 * elflink.c: Likewise. Also u.elf_hash_value.
4963 (elf_gc_propagate_vtable_entries_used): Update for h->vtable
4964 indirection.
4965 (elf_gc_smash_unused_vtentry_relocs): Likewise.
4966 (bfd_elf_gc_record_vtinherit): Alloc vtable.
4967 (bfd_elf_gc_record_vtentry): Likewise.
4968 * elf.c (_bfd_elf_link_hash_newfunc): Use memset.
4969
90c0a373
AM
49702004-09-17 Alan Modra <amodra@bigpond.net.au>
4971
4972 * Makefile.am: Run "make dep-am".
4973 * Makefile.in: Regenerate.
4974 * bfd-in2.h: Regenerate.
4975 * po/SRC-POTFILES.in: Regenerate.
4976 * po/bfd.pot: Regenerate.
4977
f5385ebf
AM
49782004-09-16 Alan Modra <amodra@bigpond.net.au>
4979
4980 * elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags
4981 with bitfields. Make "type" and "other" bitfields too.
4982 (ELF_LINK_HASH_REF_REGULAR, ELF_LINK_HASH_DEF_REGULAR,
4983 ELF_LINK_HASH_REF_DYNAMIC, ELF_LINK_HASH_DEF_DYNAMIC,
4984 ELF_LINK_HASH_REF_REGULAR_NONWEAK, ELF_LINK_HASH_DYNAMIC_ADJUSTED,
4985 ELF_LINK_HASH_NEEDS_COPY, ELF_LINK_HASH_NEEDS_PLT, ELF_LINK_NON_ELF,
4986 ELF_LINK_HIDDEN, ELF_LINK_FORCED_LOCAL, ELF_LINK_HASH_MARK,
4987 ELF_LINK_NON_GOT_REF, ELF_LINK_DYNAMIC_DEF, ELF_LINK_DYNAMIC_WEAK,
4988 ELF_LINK_POINTER_EQUALITY_NEEDED): Delete.
4989 (ELF_COMMON_DEF_P, WILL_CALL_FINISH_DYNAMIC_SYMBOL): Update.
4990 * elf-hppa.h: Update all uses of elf_link_hash_flags.
4991 * elf-m10300.c: Likewise.
4992 * elf.c: Likewise.
4993 * elf32-arm.h: Likewise.
4994 * elf32-cris.c: Likewise.
4995 * elf32-frv.c: Likewise.
4996 * elf32-hppa.c: Likewise.
4997 * elf32-i370.c: Likewise.
4998 * elf32-i386.c: Likewise.
4999 * elf32-m32r.c: Likewise.
5000 * elf32-m68k.c: Likewise.
5001 * elf32-ppc.c: Likewise.
5002 * elf32-s390.c: Likewise.
5003 * elf32-sh-symbian.c: Likewise.
5004 * elf32-sh.c: Likewise.
5005 * elf32-sh64.c: Likewise.
5006 * elf32-sparc.c: Likewise.
5007 * elf32-vax.c: Likewise.
5008 * elf32-xtensa.c: Likewise.
5009 * elf64-alpha.c: Likewise.
5010 * elf64-hppa.c: Likewise.
5011 * elf64-ppc.c: Likewise.
5012 * elf64-s390.c: Likewise.
5013 * elf64-sh64.c: Likewise.
5014 * elf64-sparc.c: Likewise.
5015 * elf64-x86-64.c: Likewise.
5016 * elflink.c: Likewise.
5017 * elfxx-ia64.c: Likewise.
5018 * elfxx-mips.c: Likewise.
5019 * configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
5020 * configure: Regenerate.
5021 * aclocal.m4: Regenerate.
5022
b6ee372a
AM
50232004-09-16 Alan Modra <amodra@bigpond.net.au>
5024
5025 * elf32-arm.h (elf32_arm_gc_sweep_hook): Add #ifndef OLD_ARM_ABI
5026 around uses of R_ARM_TARGET1.
5027 (elf32_arm_check_relocs): Likewise.
5028
9c504268
PB
50292004-09-13 Paul Brook <paul@codesourcery.com>
5030
5031 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
5032 prototype.
5033 * bfd-in2.h: Regenerate.
5034 * libbfd.h: Regenerate.
5035 * elf32-arm.h (elf32_arm_link_hash_table): Add target1_is_rel.
5036 (elf32_arm_link_hash_table_create): Set target1_is_rel.
5037 (bfd_elf32_arm_process_before_allocation): Ditto.
5038 (elf32_arm_final_link_relocate): Handle R_ARM_TARGET1.
5039 (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto.
5040 * elfarm-nabi.c (elf32_arm_howto_table): Rename RELABS to TARGET1.
5041 * reloc.c: Ditto.
5042
94ea025a
JB
50432004-09-10 Joel Brobecker <brobecker@gnat.com>
5044
5045 * hpux-core.c (thread_section_p): New function.
5046 (hpux_core_core_file_p): Fix computation of offset in call
5047 to bfd_seek. Create a ".reg" section from an arbitrary
5048 ".reg/<id>" section if none was created after having read
5049 all sections.
5050
24443139
AS
50512004-09-11 Andreas Schwab <schwab@suse.de>
5052
5053 * acinclude.m4: Fix spelling of ACX_NONCANONICAL_*.
5054 * aclocal.m4: Rebuild.
5055 * configure: Rebuild.
5056
f4eae89c
JB
50572004-09-10 Joel Brobecker <brobecker@gnat.com>
5058
5059 * section.c (bfd_sections_find_if): Fix parameter name in
5060 comment to match code.
5061
e0638f70
AM
50622004-09-10 Alan Modra <amodra@bigpond.net.au>
5063
5064 * elf.c (assign_file_positions_except_relocs): Assign relocs
5065 stored in a bfd section.
5066
5e0f5ae3
HPN
50672004-09-08 Hans-Peter Nilsson <hp@axis.com>
5068
5069 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Reset
5070 h->gotplt_refcount to 0, not -1.
5071
ada1953e
HPN
50722004-09-07 Hans-Peter Nilsson <hp@axis.com>
5073
5074 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
5075 case R_CRIS_32_GOTPLT>: For internal error message, handle NULL
5076 symname.
5077 (cris_elf_check_relocs) <case R_CRIS_32_PLT_PCREL>: Don't try to
5078 handle symbol visibility here.
5079
ee75fd95
AM
50802004-09-07 Alan Modra <amodra@bigpond.net.au>
5081
5082 * elf64-ppc.c (struct ppc_link_hash_table): Add stub_globals.
5083 (is_ppc64_elf_target): Rename from is_ppc64_target. Update all
5084 callers.
5085 (ppc_stub_name): Remove trailing "+0" on stub name.
5086 (create_linkage_sections): Create relocations for
5087 branch lookup table when --emit-relocs as well as when --shared.
5088 (ppc_build_one_stub): Emit relocs for long branch stubs. Adjust
5089 relbrlt test. For --emit-stub-syms, always output a sym even when
5090 one already exists on a plt call stub. Put stub type in the stub
5091 symbol name.
5092 (ppc_size_one_stub): Size long branch stub relocs. Adjust relbrlt
5093 test.
5094 (ppc64_elf_size_stubs): Count global sym stubs added. Zero
5095 reloc_count in stub sections. Adjust relbrlt test.
5096 (ppc64_elf_build_stubs): Adjust relbrlt test. Tweak stats output.
5097 * elflink.c (bfd_elf_size_dynamic_sections): Fix comment typo.
5098 (elf_link_input_bfd): Ignore symbol index zero relocs when checking
5099 for relocs against discarded symbols. Fix comments.
5100
229fcec5
MM
51012004-09-06 Mark Mitchell <mark@codesourcery.com>
5102
5103 * elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.
5104 * elf.c (_bfd_elf_make_dynamic_segment): New function, split out
5105 from ...
5106 (map_sections_to_segments): ... here. Use it. Assign a file
5107 position to the .dynamic section if it is not loadable, but part
5108 of the PT_DYNAMIC segment.
5109 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
5110 offsets, not VMAs, for the BPABI. Do not fill in the header in
5111 the .got.plt section for the BPABI.
5112 * elfarm-nabi.c (elf32_arm_symbian_modify_segment_map): Add a
5113 PT_DYNAMIC segment.
5114 (elf_backend_want_got_plt): Define to zero for Symbian OS.
073a2dc3 5115
9a0789ec
NC
51162004-09-06 Nick Clifton <nickc@redhat.com>
5117
5118 * elflink.c (elf_link_add_object_symbols): Set the error code to
5119 bfd_error_wrong_format when the input format does not match the
5120 output format.
5121
7b53ace3
AM
51222004-09-06 Alan Modra <amodra@bigpond.net.au>
5123
5124 * elf64-ppc.c (is_ppc64_target): New function, extracted from..
5125 (ppc64_elf_check_directives): ..here.
5126 (ppc64_elf_size_dynamic_sections): Use it here to check bfd type
5127 before accessing ppc64_elf_tdata.
5128 (ppc64_elf_finish_dynamic_sections): And here too.
5129
3e540f25
AM
51302004-09-04 Alan Modra <amodra@bigpond.net.au>
5131
5132 * bfd.c (_bfd_default_error_handler): Correct loop exit.
5133
e5a52504
MM
51342004-09-03 Mark Mitchell <mark@codesourcery.com>
5135
5136 * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors.
5137 * configure.in (bfd_elf32_bigarm_symbian_vec): Add it.
5138 (bfd_elf32_littlearm_symbian_vec): Likewise.
5139 * configure: Regenerated.
5140 * elf-bfd.h (elf_backend_data): Add dynamic_sec_flags.
5141 * elf32-arm.h (PLT_HEADER_SIZE): Do not define.
5142 (PLT_ENTRY_SIZE): Likewise.
5143 (bfd_vma_elf32_arm_symbian_plt_entry): New
5144 variable.
5145 (elf32_arm_link_hash_table): Add plt_header_size, plt_entry_size,
5146 and symbian_p.
5147 (create_got_section): Don't create sections when generating BPABI
5148 objects.
5149 (elf32_arm_create_dynamic_sections): Tidy.
5150 (elf32_arm_link_hash_table_create): Set plt_header_size,
5151 plt_entry_size, and symbian_p.
5152 (elf32_arm_check_relocs): Do not mark .rel.dyn as loadable when
5153 generating BPABI objects.
5154 (allocate_dynrelocs): Use htab->plt_header_size, not
5155 PLT_HEADER_SIZE. Do not add to .got.plt when
5156 generating BPABI objects.
5157 (elf32_arm_finish_dynamic_symbol): Generate Symbian OS PLTs.
5158 * elfarm-nabi.c: Add SymbianOS target vectors.
5159 * elflink.c (_bfd_elf_create_got_section): Use dynamic_sec_flags.
5160 (_bfd_elf_link_create_dynamic_sections): Likewise.
5161 * elfxx-target.h (ELF_DYNAMIC_SEC_FLAGS): New macro.
5162 (elfNN_bed): Use it.
5163 * targets.c (bfd_elf32_bigarm_symbian_vec): New variable.
5164 (bfd_elf32_littlearm_symbian_vec): Likewise.
5165 (_bfd_target_vector): Add them.
5166
6e3b6835
NC
51672004-09-03 Nick Clifton <nickc@redhat.com>
5168
5169 PR 360
5170 * coffcode.h (handle_COMDAT): Replace abort with an warning
5171 message and allow the scan to continue.
5172
595da8c5
AM
51732004-09-02 Alan Modra <amodra@bigpond.net.au>
5174
5175 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Use static_syms passed
5176 in when reading relocs, not our sorted syms. Remove unnecessary
5177 var.
5178
6723a9f4
EB
51792004-08-31 Eric Botcazou <ebotcazou@libertysurf.fr>
5180
5181 * elf.c (special_sections): Add .gnu.linkonce.b modelled on .bss.
5182
5464f5a1
NN
51832004-08-30 Nathanael Nerode <neroden@gcc.gnu.org>
5184
5185 * acinclude.m4: Require AC_CANONICAL_TARGET, not AC_CANONICAL_SYSTEM.
5186 Include ../config/acx.m4 and use ACX_NONCANONICAL_* where appropriate;
5187 replace uses of *_alias with *_noncanonical.
5188 * aclocal.m4: Rebuild with aclocal 1.4p6.
5189 * Makefile.in: Rebuild with automake 1.4p6.
5190 * doc/Makefile.in: Rebuild with automake 1.4p6.
5191 * configure.in: Autoupdate with autoupdate 2.59.
5192 * config.in: Regenerate with autoheader 2.59.
5193 * configure: Regnerate with autoconf 2.59.
5194
a7535cf3
AM
51952004-08-28 Alan Modra <amodra@bigpond.net.au>
5196
5197 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Copy input
5198 symbol pointer arrays before modifying.
5199
c9727e01
AM
52002004-08-28 Alan Modra <amodra@bigpond.net.au>
5201
b91e2ae2 5202 * bfd.c (bfd_get_synthetic_symtab): Pass counts and both symbol tables.
c9727e01
AM
5203 * elf-bfd.h (_bfd_elf_get_synthetic_symtab): Adjust.
5204 * elf.c (_bfd_elf_get_synthetic_symtab): Adjust.
5205 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Adjust.
b91e2ae2
AM
5206 * targets.c (struct bfd_target <_bfd_get_synthetic_symtab>): Adjust.
5207 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't read symbols.
5208 Use both symbol tables on non-relocatable objects. Use a common
5209 error exit. Fix "mid" warning.
c9727e01
AM
5210 * libbfd.h: Regenerate.
5211 * bfd-in2.h: Regenerate.
5212
699733f6
AM
52132004-08-28 Alan Modra <amodra@bigpond.net.au>
5214
5215 * elf64-ppc.c (ppc64_elf_branch_reloc): Check .opd is in a regular
5216 object file.
5217 (struct sfpr_def_parms): Save some space.
5218 (sfpr_define): Here too.
5219
5220 * elf64-ppc.c (compare_symbols): Put section syms first.
5221 (sym_exists_at): New function.
5222 (ppc64_elf_get_synthetic_symtab): Use relocs to find code entry
5223 points only for relocatable files. Use .opd section contents
5224 otherwise. Generally clean up the code.
5225
deb0e272
AM
52262004-08-27 Alan Modra <amodra@bigpond.net.au>
5227
5228 * elf64-ppc.c (STD_R0_0R1, STD_R0_0R12, LD_R0_0R1, LD_R0_0R12,
5229 LI_R12_0, STVX_VR0_R12_R0, LVX_VR0_R12_R0, MTLR_R0, SFPR_MAX): Define.
5230 (struct sfpr_def_parms): New.
5231 (sfpr_define): New function.
5232 (savegpr0, savegpr0_tail, restgpr0, restgpr0_tail): New functions.
5233 (savegpr1, savegpr1_tail, restgpr1, restgpr1_tail): New functions.
5234 (savefpr, savefpr0_tail, restfpr, restfpr0_tail): New functions.
5235 (savefpr1_tail, restfpr1_tail): New functions.
5236 (savevr, savevr_tail, restvr, restvr_tail): New functions.
5237 (MIN_SAVE_FPR, MAX_SAVE_FPR): Don't define.
5238 (ppc64_elf_func_desc_adjust): Use sfpr_define in place of existing
5239 code. Define all ABI mandated _save and _rest functions.
5240
85a84e7a
PB
52412004-08-26 Paul Brook <paul@codesourcery.com>
5242
deb0e272 5243 * elf32-arm.h (INTERWORK_FLAG): Return true for EABIv3 objects.
85a84e7a 5244
688c58f3
AM
52452004-08-26 Alan Modra <amodra@bigpond.net.au>
5246
5247 * elf32-m32r.c (m32r_elf_relocate_section): Don't compare with
5248 TRUE or FALSE.
5249
3e95eabc
AM
52502004-08-26 Alan Modra <amodra@bigpond.net.au>
5251
5252 * elf32-i386.c (elf_i386_relocate_section): Tweak last change so
5253 that pcrel correction is applied for R_386_PC32.
5254
f855931b
AM
52552004-08-25 Alan Modra <amodra@bigpond.net.au>
5256
5257 * elf32-i386.c (elf_i386_relocate_section): Zero section contents
5258 for R_386_32 and R_386_PC32 relocs against symbols defined in
5259 discarded sections.
5260
b18c562e
NC
52612004-08-25 Dmitry Diky <diwil@spec.ru>
5262
5263 * reloc.c (BFD_RELOC_MSP430_2X_PCREL,BFD_RELOC_MSP430_RL_PCREL):
5264 Add new relocations.
5265 * bfd-in2.h: Regenerate.
f855931b 5266 * libbfd.h: Regenerate.
b18c562e
NC
5267 * elf32-msp430.c: Clean-up code.
5268 (elf_msp430_howto_table): Add new relocation entries.
5269 (bfd_elf32_bfd_reloc_type_lookup): New relocation handlers.
5270 (msp430_elf_relax_section): New function.
5271 (msp430_elf_relax_delete_bytes): New function.
5272 (msp430_elf_symbol_address_p): New function.
5273
af705ba8
NC
52742004-08-24 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5275
5276 * elf32-m32r.c (m32r_elf_relocate_section): Handle
5277 R_M32R_SDA16_RELA in the same way as R_M32R_SDA16.
5278
ea5158d8
DJ
52792004-08-20 Daniel Jacobowitz <dan@debian.org>
5280
5281 * elflink.c (_bfd_elf_section_already_linked): Handle
5282 SEC_LINK_DUPLICATES_SAME_CONTENTS.
5283
49d934f1
MM
52842004-08-19 Mark Mitchell <mark@codesourcery.com>
5285
5286 * config.bfd (arm*-*-symbianelf*): New target.
5287 (arm*-*-eabi*): Likewise.
5288
039b3fef
AM
52892004-08-19 Alan Modra <amodra@bigpond.net.au>
5290
5291 * elf64-ppc.c (ppc_get_stub_entry): Change third param to a
5292 "struct ppc_link_hash_entry *".
5293 (ppc64_elf_relocate_section): Ditto for type of h. Introduce h_elf
5294 to satisfy RELOC_FOR_GLOBAL_SYMBOL.
5295
3f764659
JJ
52962004-08-19 Jakub Jelinek <jakub@redhat.com>
5297
5298 * elf64-ppc.c (ppc64_elf_edit_opd): Support 16 byte long .opd
5299 entries (where fd_aux overlaps next entry's fd_func).
5300 Add non_overlapping argument, use it.
5301 (ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, adjust_opd_syms,
5302 ppc64_elf_size_stubs, ppc64_elf_relocate_section,
5303 ppc64_elf_output_symbol_hook): Use address / 8 instead of address / 24
5304 as indexes into opd_sym_map/opd_adjust array.
5305 * elf64-ppc.h (ppc64_elf_edit_opd): Adjust prototype.
5306
c09bdfe5
AM
53072004-08-18 Alan Modra <amodra@bigpond.net.au>
5308
5309 * elf64-ppc.c (func_desc_adjust): Give undefined dot-symbols a value
5310 if we can look up their function descriptor in a regular file.
5311
271d0fc3
NC
53122004-08-18 Nick Clifton <nickc@redhat.com>
5313
5314 PR 324
5315 * cofflink.c (coff_link_add_symbols): Check that the comdat
5316 pointer in the coff_section_data structure has been initialised
5317 before using it.
5318
a010d60f
AM
53192004-08-18 Alan Modra <amodra@bigpond.net.au>
5320
5321 PR 338
5322 * elflink.c (bfd_elf_record_link_assignment): Add comment about
5323 changing bfd_link_hash_undefined to bfd_link_hash_new.
5324
90e3cdf2
JJ
53252004-08-17 Jakub Jelinek <jakub@redhat.com>
5326
5327 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Only define
5328 if not yet defined.
5329 * elf64-ppc.c (bfd_elf64_get_synthetic_symtab): Define.
5330 (synthetic_opd, synthetic_relocatable): New variables.
5331 (compare_symbols, compare_relocs): New helper routines.
5332 (ppc64_elf_get_synthetic_symtab): New function.
5333 * bfd.c (bfd_get_synthetic_symtab): Rename dynsyms argument
5334 to relsyms.
5335 * bfd-in2.h: Regenerated.
5336 * elf.c (_bfd_elf_get_synthetic_symtab): Rename dynsyms argument
5337 to relsyms. Return 0 if abfd is relocatable.
5338
7c2c8505
AM
53392004-08-17 Alan Modra <amodra@bigpond.net.au>
5340
5341 * elflink.h (elf_gc_sweep): Keep non-alloc, non-load sections.
5342
0367ecfb
NC
53432004-08-17 Nick Clifton <nickc@redhat.com>
5344
5345 * (is_arm_mapping_symbol_name): New function - return true
5346 when a symbol name matches the requirements for an ARM mapping
5347 symbol name.
5348 (arm_elf_find_function): New function based on
5349 elf_find_function in elf.c but skipping ARM mapping symbols
5350 and including thumb function symbols.
5351 (elf32_arm_find_nearest_line): Use arm_elf_find_function.
5352 (elf32_arm_output_symbol_hook): Use is_arm_mapping_symbol_name.
5353
2441e016
AM
53542004-08-17 Alan Modra <amodra@bigpond.net.au>
5355
5356 * elf64-ppc.c (ppc64_elf_branch_reloc): New function.
5357 (ppc64_elf_howto_raw): Use ppc64_elf_branch_reloc.
5358 (ppc64_elf_brtaken_reloc): Here too.
5359
35b0ce59
AM
53602004-08-17 Alan Modra <amodra@bigpond.net.au>
5361
5362 * elf64-ppc.c (add_symbol_adjust): Correct mismatched function
5363 symbol visibility.
5364 (ppc64_elf_check_directives): Check that we have the right hash
5365 table before proceeding.
5366
81688140
AM
53672004-08-17 Alan Modra <amodra@bigpond.net.au>
5368
5369 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add "deleted_section".
5370 (adjust_opd_syms): Attach opd syms for deleted entries to one of
5371 the sections that will be discarded.
5372
327c1315
AM
53732004-08-16 Alan Modra <amodra@bigpond.net.au>
5374
5375 * elflink.c (elf_section_complain_discarded): Ignore .fixup.
5376
45fc9e4a
AM
53772004-08-16 Alan Modra <amodra@bigpond.net.au>
5378
5379 * bfd.c (_bfd_default_error_handler): Account for doubled '%' in
5380 free space available.
5381
9dadfa79
AM
53822004-08-16 Alan Modra <amodra@bigpond.net.au>
5383
5384 * pdp11.c (struct pdp11_aout_reloc_external): Delete. Replace
f89c4dec 5385 occurrences with bfd_byte * thoughout file.
9dadfa79
AM
5386
5387 * coff-rs6000.c (do_shared_object_padding): Warning fix.
5388 (xcoff_write_armap_big): Likewise.
5389 (xcoff_write_archive_contents_old): Likewise.
5390 (xcoff_write_archive_contents_big): Likewise.
5391
5392 * elf64-mmix.c (mmix_elf_get_section_contents): Delete declaration.
5393
57e8b36a
NC
53942004-08-13 Nick Clifton <nickc@redhat.com>
5395
5396 * elf32-arm.h: Convert to ISO C90.
5397
a005f94e
AM
53982004-08-13 Alan Modra <amodra@bigpond.net.au>
5399
5400 PR 293
5401 * elf32-hppa.c (elf32_hppa_hide_symbol): Use init_refcount to
5402 zero the plt field.
5403
d003868e
AM
54042004-08-13 Alan Modra <amodra@bigpond.net.au>
5405
5406 * bfd.c (_bfd_default_error_handler): Handle %A and %B.
5407 (bfd_archive_filename, bfd_get_section_ident): Delete.
5408 * ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
5409 bfd_archive_filename.
5410 * elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
5411 to warn about symbols in discarded sections. Use _bfd_error_handler.
5412 * aout-adobe.c (aout_adobe_callback): See below.
5413 * aout-cris.c (swap_ext_reloc_in): ..
5414 * coff-arm.c (find_thumb_glue, find_arm_glue,
5415 coff_arm_relocate_section, bfd_arm_process_before_allocation,
5416 coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
5417 coff_arm_copy_private_bfd_data): ..
5418 * coff-i860.c (i860_reloc_processing): ..
5419 * coff-mcore.c (mcore_coff_unsupported_reloc,
5420 coff_mcore_relocate_section): ..
5421 * coff-ppc.c (coff_ppc_relocate_section): ..
5422 * coff-rs6000.c (xcoff_create_csect_from_smclas
5423 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
5424 sh_swap_insns, sh_relocate_section): ..
5425 * coff-tic54x.c (tic54x_reloc_processing): ..
5426 * coff-tic80.c (coff_tic80_relocate_section): ..
5427 * coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
5428 * coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
5429 coff_slurp_symbol_table, coff_classify_symbol,
5430 coff_slurp_reloc_table): ..
5431 * coffgen.c (_bfd_coff_read_string_table): ..
5432 * cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
5433 _bfd_coff_generic_relocate_section): ..
5434 * cpu-arm.c (bfd_arm_merge_machines): ..
5435 * cpu-sh.c (sh_merge_bfd_arch): ..
5436 * elf-hppa.h (elf_hppa_relocate_section): ..
5437 * elf.c (bfd_elf_string_from_elf_section, setup_group,
5438 _bfd_elf_setup_group_pointers, bfd_section_from_shdr,
5439 assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
5440 copy_private_bfd_data, _bfd_elf_validate_reloc): ..
5441 * elf32-arm.h (find_thumb_glue, find_arm_glue,
5442 bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
5443 elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
5444 elf32_arm_relocate_section, elf32_arm_set_private_flags,
5445 elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
5446 * elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
5447 cris_elf_merge_private_bfd_data
5448 * elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
5449 * elf32-gen.c (elf32_generic_link_add_symbols): ..
5450 * elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
5451 elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
5452 elf32_hppa_relocate_section): ..
5453 * elf32-i370.c (i370_elf_merge_private_bfd_data,
5454 i370_elf_check_relocs, i370_elf_relocate_section): ..
5455 * elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
5456 elf_i386_relocate_section): ..
5457 * elf32-m32r.c (m32r_elf_relocate_section,
5458 m32r_elf_merge_private_bfd_data): ..
5459 * elf32-m68hc1x.c (m68hc12_add_stub,
5460 _bfd_m68hc11_elf_merge_private_bfd_data): ..
5461 * elf32-m68k.c (elf_m68k_relocate_section): ..
5462 * elf32-mcore.c (mcore_elf_unsupported_reloc,
5463 mcore_elf_relocate_section): ..
5464 * elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
5465 ppc_elf_check_relocs, ppc_elf_relocate_section,
5466 ppc_elf_begin_write_processing): ..
5467 * elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
5468 elf_s390_relocate_section): ..
5469 * elf32-sh-symbian.c (sh_symbian_import_as,
5470 sh_symbian_process_embedded_commands,
5471 sh_symbian_relocate_section): ..
5472 * elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
5473 sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
5474 sh_elf_merge_private_data): ..
5475 * elf32-sparc.c (elf32_sparc_check_relocs,
5476 elf32_sparc_relocate_section,
5477 elf32_sparc_merge_private_bfd_data): ..
5478 * elf32-v850.c (v850_elf_check_relocs,
5479 v850_elf_merge_private_bfd_data): ..
5480 * elf32-xtensa.c (elf_xtensa_check_relocs,
5481 elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
5482 * elf64-alpha.c (elf64_alpha_relax_with_lituse,
5483 elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
5484 elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
5485 * elf64-gen.c (elf64_generic_link_add_symbols): ..
5486 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
5487 ppc64_elf_check_relocs, ppc64_elf_edit_opd,
5488 ppc64_elf_relocate_section): ..
5489 * elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
5490 elf_s390_relocate_section): ..
5491 * elf64-sh64.c (sh_elf64_relocate_section): ..
5492 * elf64-sparc.c (sparc64_elf_check_relocs,
5493 sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
5494 sparc64_elf_merge_private_bfd_data): ..
5495 * elf64-x86-64.c (elf64_x86_64_check_relocs,
5496 elf64_x86_64_relocate_section): ..
5497 * elflink.c (_bfd_elf_add_default_symbol,
5498 _bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
5499 _bfd_elf_link_output_relocs, elf_link_add_object_symbols,
5500 bfd_elf_size_dynamic_sections, elf_link_output_extsym,
5501 elf_get_linked_section_vma, elf_fixup_link_order,
5502 bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
5503 bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
5504 * elfxx-ia64.c (elfNN_ia64_relax_section,
5505 elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
5506 * elfxx-mips.c (mips_elf_perform_relocation,
5507 _bfd_mips_elf_check_relocs,
5508 _bfd_mips_elf_merge_private_bfd_data): ..
5509 * ieee.c (ieee_slurp_external_symbols): ..
5510 * ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
5511 * libbfd.c (_bfd_generic_verify_endian_match): ..
5512 * linker.c (_bfd_generic_link_add_one_symbol,
5513 _bfd_generic_section_already_linked): ..
5514 * pdp11.c (translate_to_native_sym_flags): ..
5515 * pe-mips.c (coff_pe_mips_relocate_section): ..
5516 * peicode.h (pe_ILF_build_a_bfd): ..
5517 * srec.c (srec_bad_byte): ..
5518 * stabs.c (_bfd_link_section_stabs): ..
5519 * xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
5520 Replace all uses of bfd_archive_filename and bfd_get_section_ident
5521 with corresponding %B and %A in _bfd_error_handler format string.
5522 Replace occurrences of "fprintf (stderr," with _bfd_error_handler
5523 calls to use %A and %B. Fix "against symbol .. from section" and
5524 similar error messages. Combine multiple _bfd_error_handler calls
5525 where they were separated due to bfd_archive_filename deficiencies.
5526 * bfd-in2.h: Regenerate.
5527
6ba842b6
L
55282004-08-12 H.J. Lu <hongjiu.lu@intel.com>
5529
5530 * elf32-i386.c (elf_i386_relocate_section): Report unrecognized
5531 relocation.
5532
99877b66
AM
55332004-08-10 Alan Modra <amodra@bigpond.net.au>
5534
5535 * elf64-ppc.c (struct ppc_link_hash_entry): Add was_undefined.
5536 (struct ppc_link_hash_table): Remove no_multi_toc, multi_toc_needed.
5537 Make emit_stub_syms, stub_error and has_14bit_branch bit-fields.
5538 Add twiddled_syms.
5539 (link_hash_newfunc): Init was_undefined.
5540 (add_symbol_adjust): Don't set undefined dot symbols to defweak;
5541 Use undefweak instead.
5542 (ppc64_elf_check_directives): Fix undefs chain.
5543 (ppc64_elf_next_toc_section): Remove no_multi_toc and multi_toc_needed
5544 references.
5545 (ppc64_elf_size_stubs): Adjust for add_symbol_adjust change.
5546 (undo_symbol_twiddle, ppc64_elf_restore_symbols): New functions.
5547 * elf64-ppc.h (ppc64_elf_restore_symbols): Declare.
5548
ba3bee0b
JJ
55492004-08-09 Jakub Jelinek <jakub@redhat.com>
5550
5551 * elf64-x86-64.c (elf64_x86_64_relocate_section): For -fno-pic
5552 error, test input_section flags rather than sec.
5553
8387904d
AM
55542004-08-09 Alan Modra <amodra@bigpond.net.au>
5555
5556 * elf-bfd.h (struct elf_backend_data): Add
5557 elf_backend_archive_symbol_lookup.
5558 (_bfd_elf_archive_symbol_lookup): Declare.
5559 * elflink.c (_bfd_elf_archive_symbol_lookup): New function..
5560 (elf_link_add_archive_symbols): ..extracted from here. Call the
5561 backend version.
5562 * elfxx-target.h (elf_backend_archive_symbol_lookup): Provide default.
5563 (elfNN_bed): Init new field.
5564 * elf64-ppc.c (elf_backend_check_directives): Define.
5565 (elf_backend_archive_symbol_lookup): Define.
5566 (struct ppc_link_hash_table): Add tls_get_add_fd. Make tls_get_add
5567 a ppc_link_hash_entry pointer.
5568 (get_fdh): Move.
5569 (ppc64_elf_archive_symbol_lookup, opd_entry_value): New functions.
5570 (add_symbol_adjust, ppc64_elf_check_directives): New functions.
5571 (ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, func_desc_adjust,
5572 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_tls_setup,
5573 ppc64_elf_tls_optimize, allocate_dynrelocs, ppc_type_of_stub,
5574 ppc_build_one_stub, ppc64_elf_size_stubs, ppc64_elf_relocate_section,
5575 ppc64_elf_finish_dynamic_symbol): Handle branch relocs to function
5576 descriptor symbols.
5577
b25116a9
AM
55782004-08-09 Alan Modra <amodra@bigpond.net.au>
5579
8843416a
AM
5580 * elf64-ppc.c (struct ppc_link_hash_entry): Expand adjust_done comment.
5581 (ppc64_elf_add_symbol_hook): Test for NULL section.
5582 (get_sym_h): Formatting.
5583 (ppc64_elf_size_stubs): Include reloc addend in value stored as
5584 stub target_value.
5585
b25116a9
AM
5586 * elf64-ppc.c (ppc64_elf_relocate_section): Combine handling of
5587 long branch stubs with code handling plt and r2off branch stubs.
5588
ccfa59ea
AM
55892004-08-09 Alan Modra <amodra@bigpond.net.au>
5590
5591 * elf-bfd.h (_bfd_elf_gc_mark): Declare.
5592 * elflink.c (elf_link_input_bfd): Formatting.
5593 (_bfd_elf_gc_mark): Rename from elf_gc_mark and make global. Adjust
5594 all callers.
5595 * elf64-ppc.c (struct ppc_link_hash_entry): Remove is_entry.
5596 (link_hash_newfunc): Don't set it.
5597 (ppc64_elf_copy_indirect_symbol): Nor copy it.
5598 (ppc64_elf_mark_entry_syms): Delete.
5599 (ppc64_elf_gc_mark_hook): Mark entry syms here. Also mark opd
5600 sections. Use get_opd_info.
5601 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Delete.
5602
4025353c
AM
56032004-08-09 Alan Modra <amodra@bigpond.net.au>
5604
4f800a42
AM
5605 * elf64-ppc.c (adjust_opd_syms): Fix merge error.
5606
06da1e8e
AM
5607 * elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
5608 (func_desc_adjust): Don't set have_undefweak.
5609 (ppc64_elf_func_desc_adjust): Don't add an extr nop to sfpr.
5610 (ppc64_elf_relocate_section): NOP out calls to undefweak functions.
5611
34814b9f
AM
5612 * elf64-ppc.c (struct ppc_link_hash_entry): Make "oh" a
5613 "struct ppc_link_hash_entry *". Adjust all references.
5614 (ppc64_elf_hide_symbol): Correct a comment.
5615
4025353c
AM
5616 * elf64-ppc.c (get_opd_info): New function.
5617 (adjust_opd_syms): Use get_opd_info. Define removed symbols as zero.
5618 (ppc64_elf_edit_opd): Use get_opd_info. Check that sym has a dot
5619 before calling get_fdh. Test fdh rather than h before dereferencing
5620 fdh. Mark removed symbols in opd_adjust.
5621 (ppc64_elf_tls_optimize): Don't bother with opd adjustment here.
5622 (ppc64_elf_relocate_section): Use get_opd_info, and handle removed
5623 opd symbols.
5624 (ppc64_elf_output_symbol_hook): Likewise.
5625
db6579d4
PB
56262004-08-06 Paul Brook <paul@codesourcery.com>
5627
5628 * elfarm-nabi.c (elf32_arm_howto_table): Add new EABI relocations.
5629 (elf32_arm_reloc_map): Add BFD_RELOC_ARM_RELABS32,
5630 BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32.
5631 * reloc.c: Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32
5632 and BFD_RELOC_ARM_SBREL32.
5633 * bfd-in2.h, bbfd.h: Regenerate.
5634
a4d0f181
TS
56352004-08-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5636
5637 * elfxx-mips.c (mips_elf_calculate_relocation): Test only for
5638 the dynamic link symbol actually in use.
5639
83774818
SC
56402004-08-01 Stephane Carrez <stcarrez@nerim.fr>
5641
5642 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new
5643
a4d0f181 56442004-07-31 Joel Brobecker <brobecker@gnat.com>
00b4930b
TS
5645 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5646
5647 * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Handle
5648 SHN_MIPS_TEXT and SHN_MIPS_DATA.
5649
185d09ad
L
56502004-07-30 H.J. Lu <hongjiu.lu@intel.com>
5651 Nick Clifton <nickc@redhat.com>
5652
5653 PR 290
5654 * bfd.c (_bfd_default_error_handler): Make it global.
5655
5656 * elf-bfd.h (elf_backend_data): Add link_order_error_handler.
5657
5658 * elf.c (assign_section_numbers): Cope gracefully with sections
5659 which have SHF_LINK_ORDER set but no sh_link set up.
5660 * elflink.c (elf_get_linked_section_vma): Likewise.
5661
5662 * elfxx-ia64.c (elf_backend_link_order_error_handler): New. Set
5663 it to NULL.
5664
5665 * elfxx-target.h (elf_backend_link_order_error_handler): New.
5666 Set it to _bfd_default_error_handler.
5667 (elfNN_bed): Add elf_backend_link_order_error_handler.
5668
5669 * libbfd-in.h (_bfd_default_error_handler): New.
5670
5671 * libbfd.h: Regenerated.
5672
7946e94a
JJ
56732004-07-30 Jakub Jelinek <jakub@redhat.com>
5674
5675 * archures.c (bfd_mach_sparc_64bit_p): Define.
5676 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Use it.
5677 * bfd-in2.h: Rebuilt.
5678
1d70c7fb
AO
56792004-07-29 Alexandre Oliva <aoliva@redhat.com>
5680
5681 Introduce SH2a support.
5682 2004-02-18 Corinna Vinschen <vinschen@redhat.com>
5683 * archures.c (bfd_mach_sh2a_nofpu): New.
5684 * bfd-in2.h: Rebuilt.
5685 * cpu-sh.c (SH2A_NOFPU_NEXT): New.
5686 (arch_info_struct): Add sh2a_nofpu.
5687 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu.
5688 2003-12-29 DJ Delorie <dj@redhat.com>
5689 * reloc.c: Add relocs for sh2a.
5690 * bfd-in2.h: Regenerate.
5691 * libbfd.hh: Regenerate.
5692 2003-12-01 Michael Snyder <msnyder@redhat.com>
5693 * archures.c (bfd_mach_sh2a): New.
5694 * bfd-in2.h: Rebuilt.
5695 * cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums.
5696 (SH2A_NEXT): New.
5697 (arch_info_struct): Add sh2a.
5698 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a.
5699
404ed0cf
DA
57002004-07-28 Nick Clifton <nickc@redhat.com>
5701 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5702
5703 PR 273
5704 * som.c (setup_sections): Improve estimation of space sizes in
5705 relocatable objects.
5706
225247f0
JT
57072004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
5708 * config.bfd (hppa*-*-netbsd*): Set targ_defvec to
5709 bfd_elf32_hppa_nbsd_vec. Add bfd_elf32_hppa_linux_vec
5710 to targ_selvecs.
5711 * configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
5712 * configure: Regenerate.
5713 * elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
5714 case that accepts OSABI=NetBSD and OSABI=SysV.
5715 (elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
5716 the base of .got or .data (if .got does not exist).
5717 (elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
5718 set OSABI=NetBSD.
5719 (TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
5720 (TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
5721 * targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
5722 (_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.
5723
3d7f7666
L
57242004-07-27 H.J. Lu <hongjiu.lu@intel.com>
5725
5726 PR 161/251
5727 * elf-bfd.h (bfd_elf_section_data): Add sec_group.
5728 (elf_sec_group): Defined.
5729 (bfd_elf_match_symbols_in_sections): New prototype.
5730 (_bfd_elf_setup_group_pointers): Likewise.
5731
5732 * elf.c (bfd_elf_discard_group): Abort.
5733 (bfd_elf_set_group_contents): Also include relocation sections.
5734 Remove zero-fill for ld -r.
5735 (_bfd_elf_setup_group_pointers): New function.
5736 (elf_sort_elf_symbol): Likewise.
5737 (elf_sym_name_compare): Likewise.
5738 (bfd_elf_match_symbols_in_sections): Likewise.
5739
5740 * elfcode.h (elf_object_p): Call _bfd_elf_setup_group_pointers.
5741
5742 * elflink.c (match_group_member): New.
5743 (elf_link_input_bfd): Check group member for discarded section.
5744 (try_match_symbols_in_sections): New function.
5745 (already_linked): Likewise.
5746 (_bfd_elf_section_already_linked): Support mixing comdat group
5747 and linkonce section.
5748
5749 * libbfd-in.h (bfd_section_already_linked_table_traverse): New.
5750 * linker.c (bfd_section_already_linked_table_traverse): New.
5751
5752 * libbfd.h: Regenerated.
5753
670ec21d
NC
57542004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
5755
5756 * reloc.c: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
5757 BFD_RELOC_CRX_SWITCH32.
5758 * bfd-in2.h: Regenerate.
6cd7f07e 5759 * libbfd.h: Regenerate.
670ec21d
NC
5760 * elf32-crx.c: Support relocation/relaxation of
5761 BFD_RELOC_CRX_SWITCH* types.
5762
2c66dc6c
AM
57632004-07-27 Alan Modra <amodra@bigpond.net.au>
5764
5765 * elf64-ppc.c: Correct "Linker stubs" comment.
5766
38ce5b11
L
57672004-07-26 H.J. Lu <hongjiu.lu@intel.com>
5768
5769 * elf-bfd.h (bfd_elf_section_data): Add a pointer for the
5770 linked-to section.
5771 (elf_linked_to_section): New.
5772
5773 * elf.c (assign_section_numbers): Set up sh_link for
5774 SHF_LINK_ORDER.
5775
5776 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set sh_info
5777 to sh_link for SHT_IA_64_UNWIND sections.
5778
65da361f
L
57792004-07-22 H.J. Lu <hongjiu.lu@intel.com>
5780
5781 * elflink.c (elf_fixup_link_order): Add _() to error message.
5782
08ccf96b
L
57832004-07-22 H.J. Lu <hongjiu.lu@intel.com>
5784
5785 * elflink.c (elf_fixup_link_order): Issue a warning and flag
5786 an error if failed.
5787
082b7297
L
57882004-07-21 H.J. Lu <hongjiu.lu@intel.com>
5789
5790 * aout-adobe.c (aout_32_section_already_linked): Defined.
5791 * aout-target.h (MY_section_already_linked): Likewise.
5792 * aout-tic30.c (MY_section_already_linked): Likewise.
5793 * binary.c (binary_section_already_linked): Likewise.
5794 * bout.c (b_out_section_already_linked): Likewise.
5795 * coff-alpha.c (_bfd_ecoff_section_already_linked): Likewise.
5796 * coff-mips.c (_bfd_ecoff_section_already_linked): Likewise.
5797 * coffcode.h (coff_section_already_linked): Likewise.
5798 * i386msdos.c (msdos_section_already_linked): Likewise.
5799 * i386os9k.c (os9k_section_already_linked): Likewise.
5800 * ieee.c (ieee_section_already_linked): Likewise.
5801 * ihex.c (ihex_section_already_linked): Likewise.
5802 * mach-o.c (bfd_mach_o_section_already_linked): Likewise.
5803 * mmo.c (mmo_section_already_linked): Likewise.
5804 * nlm-target.h (nlm_section_already_linked): Likewise.
5805 * oasys.c (oasys_section_already_linked): Likewise.
5806 * pef.c (bfd_pef_section_already_linked): Likewise.
5807 * ppcboot.c (ppcboot_section_already_linked): Likewise.
5808 * som.c (som_bfd_discard_group): Likewise.
5809 * srec.c (srec_section_already_linked): Likewise.
5810 * tekhex.c (tekhex_section_already_linked): Likewise.
5811 * versados.c (versados_section_already_linked): Likewise.
5812 * vms.c (vms_section_already_linked): Likewise.
5813 * coff-target.h (_bfd_xcoff_section_already_linked): Likewise.
5814 * xsym.c (bfd_sym_section_already_linked): Likewise.
5815
5816 * bfd-in.h (bfd_section_already_linked_table_init): New.
5817 (bfd_section_already_linked_table_free): Likewise.
5818
5819 * coff-rs6000.c (rs6000coff_vec): Add
5820 _bfd_generic_section_already_linked.
5821 (pmac_xcoff_vec): Likewise.
5822 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
5823 (aix5coff64_vec): Likewise.
5824
5825 * elf-bfd.h (_bfd_elf_section_already_linked): New prototype.
5826 * elflink.c (_bfd_elf_section_already_linked): New function.
5827
5828 * elfxx-target.h (bfd_elfNN_section_already_linked): Defined.
5829
5830 * libbfd-in.h (_bfd_nolink_section_already_linked): Defined.
5831 (_bfd_generic_section_already_linked): New.
5832 (bfd_section_already_linked_hash_entry): Likewise.
5833 (bfd_section_already_linked): Likewise.
5834 (bfd_section_already_linked_table_lookup): Likewise.
5835 (bfd_section_already_linked_table_insert): Likewise.
5836
5837 * linker.c (bfd_section_already_linked): New.
5838 (_bfd_section_already_linked_table): Likewise.
5839 (bfd_section_already_linked_table_lookup): Likewise.
5840 (bfd_section_already_linked_table_insert): Likewise.
5841 (already_linked_newfunc): Likewise.
5842 (bfd_section_already_linked_table_init): Likewise.
5843 (bfd_section_already_linked_table_free): Likewise.
5844 (_bfd_generic_section_already_linked): Likewise.
5845
5846 * section.c (bfd_section): Remove comdat.
5847 (bfd_comdat_info): Moved to ...
5848 * bfd-in.h (coff_comdat_info): Here.
5849 (bfd_coff_get_comdat_section): New.
5850 * coffgen.c (bfd_coff_get_comdat_section): Likewise.
5851 * libcoff-in.h (coff_section_tdata): Add comdat.
5852 * coffcode.h (handle_COMDAT): Updated.
5853 * cofflink.c (coff_link_add_symbols): Likewise.
5854 * ecoff.c (bfd_debug_section): Likewise.
5855
5856 * targets.c (bfd_target): Add _section_already_linked.
5857 (BFD_JUMP_TABLE_LINK): Updated.
5858
5859 * bfd-in2.h: Regenerated.
5860 * libbfd.h: Likewise.
5861 * libcoff.h: Likewise.
5862
0b52efa6
PB
58632003-07-21 Paul Brook <paul@codesourcery.com>
5864
5865 * elflink.c (elf_get_linked_section_vma, compare_link_order,
5866 elf_fixup_link_order): New functions.
5867 (bfd_elf_final_link): Call elf_fixup_link_order.
5868
7e2294f9
AO
58692004-07-21 Alexandre Oliva <aoliva@redhat.com>
5870
5871 * elf-bfd.h (ELF_COMMON_DEF_P): New.
5872 * elflink.c (_bfd_elf_symbol_refs_local_p): Use it to handle
5873 common definitions.
5874 * elf-m10300.c: Use SYMBOL_REFERENCES_LOCAL instead of
5875 _bfd_elf_symbol_refs_local_p.
5876 * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove hack for common
5877 symbols.
5878
e56f61be
L
58792004-07-19 H.J. Lu <hongjiu.lu@intel.com>
5880
5881 * bfd-in.h (dynamic_lib_link_class): Add DYN_NO_ADD_NEEDED and
5882 DYN_NO_NEEDED.
5883 (bfd_elf_get_dyn_lib_class): New prototype.
5884 * elf.c (bfd_elf_get_dyn_lib_class): New function.
5885
5886 * elflink.c (elf_link_add_object_symbols): Check DYN_AS_NEEDED,
5887 DYN_DT_NEEDED and DYN_NO_NEEDED bits to see if a DT_NEEDED
5888 entry is needed. Issue an error if a DT_NEEDED entry is needed
5889 for a file marked DYN_NO_NEEDED.
5890 (elf_link_check_versioned_symbol): Check the DYN_DT_NEEDED bit
5891 for DT_NEEDED tags.
5892
5893 * bfd-in2.h: Regenerated.
5894
27b56da8
DA
58952004-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5896
5897 * elflink.c (elf_section_complain_discarded): Don't complain in
5898 .PARISC.unwind.
5899
bbb268c3
JW
59002004-07-10 James E Wilson <wilson@specifixinc.com>
5901
5902 * elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
5903 (elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise.
5904 (elfNN_ia64_relax_section, elfNN_ia64_relocate_section,
5905 elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections):
5906 Fix callers.
5907 (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64. Change
5908 bfd_put_64 to bfd_putl64.
5909 (elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.
2c66dc6c 5910
e525914f
L
59112004-07-09 H.J. Lu <hongjiu.lu@intel.com>
5912
5913 PR 240
5914 * elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in
5915 .init/.fini sections when trying to relax it.
5916
b1a6d0b1
NC
59172004-07-09 Jie Zhang <zhangjie@magima.com.cn>
5918
5919 * elf.c (assign_file_positions_for_segments): Make sure the
5920 .dynamic section is the first section in the PT_DYNAMIC segment.
5921
1a320fbb
NC
59222004-07-09 Nick Clifton <nickc@redhat.com>
5923
5924 * config.bfd: Change sh-sybmian-elf to sh-*-symbianelf.
5925 * elf32-sh-symbian.c: Rename the sh_find_elf_flags and
5926 sh_elf_get_flags_from_mach functions so that they do not conflict
5927 when this target is built with other sh-elf targets.
5928 * elf32-sh.c (sh_elf_get_flags_from_mach): Remove bogus
5929 suppression of this function.
5930 (sh_elf_find_flags): Likewise.
5931
1fe1f39c
NC
59322004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
5933
5934 * Makefile.am (ALL_MACHINES): Add cpu-crx.lo.
5935 (ALL_MACHINES_CFILES): Add cpu-crx.c.
5936 (BFD32_BACKENDS): Add elf32-crx.lo.
5937 (BFD32_BACKENDS_CFILES): Add elf32-crx.c.
5938 (cpu-crx.lo): New target.
5939 (elf32-crx.lo): New target.
5940 * Makefile.in: Regenerate.
5941 * archures.c (bfd_architecture): Add bfd_{arch,mach}_crx.
5942 (bfd_archures_list): Add bfd_crx_arch.
5943 * bfd-in2.h: Regenerate.
5944 * config.bfd: Handle crx-*-elf*, crx*.
5945 * configure.in: Handle bfd_elf32_crx_vec.
5946 * configure: Regenerate.
5947 * cpu-crx.c: New file.
5948 * elf32-crx.c: Likewise.
5949 * libbfd.h: Regenerate.
5950 * reloc.c: Add BFD_RELOC_CRX_REL4, BFD_RELOC_CRX_REL8,
5951 BFD_RELOC_CRX_REL8_CMP, BFD_RELOC_CRX_REL16, BFD_RELOC_CRX_REL24,
5952 BFD_RELOC_CRX_REL32, BFD_RELOC_CRX_REGREL12, BFD_RELOC_CRX_REGREL22,
5953 BFD_RELOC_CRX_REGREL28, BFD_RELOC_CRX_REGREL32, BFD_RELOC_CRX_ABS16,
5954 BFD_RELOC_CRX_ABS32, BFD_RELOC_CRX_NUM8, BFD_RELOC_CRX_NUM16,
5955 BFD_RELOC_CRX_NUM32, BFD_RELOC_CRX_IMM16 and BFD_RELOC_CRX_IMM32
5956 * targets.c (bfd_elf32_crx_vec): Declare.
5957 (bfd_target_vector): Add bfd_elf32_crx_vec.
5958
85fbca6a
NC
59592004-07-06 Nick Clifton <nickc@redhat.com>
5960
5961 * config.bfd: Add sh-symbian-elf target.
5962 * configure.in: Add bfd_elf32_shl_symbian_vec.
5963 * configure: Regenerate.
5964 * elf-bfd.h (struct elf_backend_data): Add new field
5965 'check_directives'.
1fe1f39c 5966 * elflink.c (elf_link_add_object_symbols): Invoke the
85fbca6a 5967 check_directives function, if defined.
1fe1f39c 5968 * elfxx-target.h: Provide a default, NULL definition for
85fbca6a 5969 check_directives.
1fe1f39c
NC
5970 * targets.c: Add bfd_elf32_shl_symbian_vec.
5971 * elf32-sh.c (sh_elf_swap_insns): Protect against unnecessary
85fbca6a 5972 definition.
1fe1f39c 5973 (elf32_shlin_grok_prstatus, elf32_shlib_grok_psinfo,
85fbca6a 5974 * sh_elf_get_flags_from_mach, sh_elf_find_flags): Likewise.
1fe1f39c 5975 (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Only define if they have
85fbca6a 5976 not already been defined.
1fe1f39c
NC
5977 * elf32-sh64.c: Use SH_TARGET_ALREADY_DEFINED.
5978 * sh-symbian.c: New file. Provide functions to support the
85fbca6a
NC
5979 * sh-symbian-elf target.
5980 * Makefile.am: Add elf32-sh-symbian.c
5981 * Makefile.in: Regenerate.
1fe1f39c 5982
871ec896
JR
59832004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
5984
1fe1f39c
NC
5985 * elf32-sh.c: Include ../opcodes/sh-opc.h.
5986 * Makefile.am: Ran make dep-am.
5987 * Makefile.in: Ran make dep-in.
871ec896 5988
c87db184
CF
59892004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
5990
5991 * cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak
5992 externals properly.
5993
06f2f6af
MS
59942004-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
5995
5996 * config.bfd: Add want64 to configuration target s390-*-linux*.
5997
b602c853
L
59982004-07-01 H.J. Lu <hongjiu.lu@intel.com>
5999
6000 * bfd.c (bfd_get_section_ident): New.
6001
6002 * elflink.c (elf_link_read_relocs_from_section): Call
6003 bfd_get_section_ident to identify the section when reporting
6004 error.
6005 (_bfd_elf_link_output_relocs): Likewise.
6006 (elf_link_output_extsym): Likewise.
6007 (elf_link_input_bfd): Likewise.
6008 (bfd_elf_gc_record_vtinherit): Likewise.
6009
6010 * bfd-in2.h: Regenerated.
6011
7a2a6943
NC
60122004-07-01 Jie Zhang <zhangjie@magima.com.cn>
6013 Nick Clifton <nickc@redhat.com>
6014
6015 PR 204
6016 * elfxx-mips.c (_bfd_mips_elf_final_link): Pass the correct number
6017 of section symbols to mips_elf_sort_hash_table ().
6018
cdd3575c
AM
60192004-07-01 Alan Modra <amodra@bigpond.net.au>
6020
6021 * elflink.c (elf_section_ignore_discarded_relocs): Revert last
6022 change. Comment.
6023 (elf_section_complain_discarded): New function. Handle
6024 .gcc_except_table too.
6025 (elf_link_input_bfd): Rewrite handling of relocs against symbols
6026 in discarded sections.
6027 * elf-bfd.h (elf_discarded_section): Protect macro arg.
6028
21a8f7fa
JW
60292004-06-30 James E Wilson <wilson@specifixinc.com>
6030
6031 * elfxx-ia64.c (elfNN_ia64_check_relocs): New local pltoff. Initialize
6032 to NULL. Call get_pltoff if NULL and NEED_PLTOFF is true.
6033
2de26f35
L
60342004-06-30 H.J. Lu <hongjiu.lu@intel.com>
6035
6036 PR 233
6037 * elflink.c (elf_link_input_bfd): Issue an error for non-debug
6038 local references to discarded sections and report their
6039 locations.
6040
72d7a15c
AM
60412004-06-30 Alan Modra <amodra@bigpond.net.au>
6042
6043 * elflink.c (elf_section_ignore_discarded_relocs): Don't test
6044 sec_info_type, test section name instead.
6045
e7f0a167
L
60462004-06-29 H.J. Lu <hongjiu.lu@intel.com>
6047
6048 PR 240
6049 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't relax branch
6050 in .init/.fini sections.
6051
bff5f93a
BW
60522004-06-29 Bob Wilson <bob.wilson@acm.org>
6053
6054 * elf32-xtensa.c (elf_xtensa_relocate_section): Use
6055 bfd_get_section_limit.
6056
b54d4b07
BW
60572004-06-29 Bob Wilson <bob.wilson@acm.org>
6058
6059 * elf32-xtensa.c (elf_xtensa_combine_prop_entries): Don't change the
6060 output section size.
6061
e87a64e1
AM
60622004-06-29 Alan Modra <amodra@bigpond.net.au>
6063
1a23a9e6
AM
6064 * elf64-mmix.c (mmix_set_relaxable_size): Save original size in
6065 rawsize.
6066 (mmix_elf_perform_relocation): Adjust for above change.
6067 (mmix_elf_relocate_section): Likewise.
6068 (mmix_elf_relax_section): Likewise. Use output_section->rawsize.
6069 (mmix_elf_get_section_contents): Delete.
6070 (bfd_elf64_get_section_contents): Delete.
6071 (mmix_elf_relocate_section): Zero stub area.
6072 * linker.c (default_indirect_link_order): Alloc max of section size
6073 and rawsize.
6074 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
6075 * section.c (bfd_malloc_and_get_section): Likewise.
6076 (struct bfd_section): Update rawsize comment.
6077 * bfd-in2.h: Regenerate.
6078
e87a64e1
AM
6079 * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
6080
07515404
AM
60812004-06-29 Alan Modra <amodra@bigpond.net.au>
6082
6083 * bfd-in.h (bfd_get_section_limit): Define.
1fe1f39c 6084 * reloc.c (bfd_perform_relocation, bfd_install_relocation)
07515404
AM
6085 (_bfd_final_link_relocate): Use bfd_get_section_limit.
6086 * aout-tic30.c (tic30_aout_final_link_relocate): Likewise.
6087 * coff-arm.c (coff_arm_relocate_section): Likewise.
6088 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): Likewise.
6089 * cpu-ns32k.c (do_ns32k_reloc): Likewise.
6090 (bfd_ns32k_final_link_relocate): Likewise.
6091 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): Likwise.
6092 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): Likewise.
1fe1f39c 6093 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc)
07515404 6094 (i860_howto_highadj_reloc, i860_howto_splitn_reloc): Likewise.
1fe1f39c 6095 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc)
07515404
AM
6096 (m32r_elf_generic_reloc, m32r_elf_relocate_section): Likewise.
6097 * elf32-m68hc1x.c (m68hc11_elf_special_reloc): Likewise.
6098 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
6099 * elf32-or32.c (or32_elf_consth_reloc): Likewise.
6100 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Likewise.
6101 * elf32-s390.c (s390_elf_ldisp_reloc): Likewise.
6102 * elf32-sh.c (sh_elf_reloc_loop): Likewise.
6103 * elf32-sparc.c (sparc_elf_wdisp16_reloc): Likewise.
6104 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc): Likwise.
6105 * elf32-v850.c (v850_elf_reloc): Likewise.
6106 * elf32-xstormy16.c (xstormy16_elf_24_reloc): Likewise.
6107 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Likewise.
6108 * elf64-alpha.c (elf64_alpha_reloc_gpdisp): Likewise.
6109 * elf64-mips.c (mips_elf64_gprel32_reloc)
6110 (mips16_gprel_reloc): Likewise.
6111 * elf64-mmix.c (mmix_elf_reloc): Likewise.
6112 * elf64-s390.c (s390_elf_ldisp_reloc): Likewise.
6113 * elf64-sparc.c (init_insn_reloc): Likewise.
6114 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
1fe1f39c
NC
6115 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp)
6116 (_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc)
07515404
AM
6117 (_bfd_mips_elf_generic_reloc): Likewise.
6118 * bfd-in2.h: Regenerate.
6119
3722b82f
AM
61202004-06-28 Alan Modra <amodra@bigpond.net.au>
6121
6122 * bfd-in.h (struct stab_info): Move from stabs.c.
6123 * stabs.c (struct stab_link_includes_table): Delete.
6124 (stab_link_includes_lookup): Delete.
6125 (_bfd_write_section_stabs, _bfd_write_stab_strings): Remove one
6126 level of indirection from sinfo parm.
6127 (_bfd_link_section_stabs): Likewise. Set SEC_LINKER_CREATED on
6128 stabstr section. Adjust hash table accesses.
6129 * coff-ppc.c (ppc_bfd_coff_final_link): Do include rawsize in contents
6130 alloc. Adjust stab_info test.
6131 * cofflink.c (_bfd_coff_link_hash_table_init): Clear stab_info.
6132 (_bfd_coff_final_link): Adjust stab_info test.
6133 (_bfd_coff_link_input_bfd): Ignore SEC_LINKER_CREATED sections.
6134 * elf-bfd.h (struct elf_link_hash_table): Include struct stab_info
6135 in place.
6136 * libcoff-in.h (struct coff_link_hash_table): Likewise.
6137 * elf.c (_bfd_elf_link_hash_table_init): Clear stab_info.
6138 * elflink.c (bfd_elf_final_link): Don't attempt to link linker created
6139 stabstr section. Adjust stab_info test.
6140 * libbfd-in.h (_bfd_link_section_stabs, _bfd_write_section_stabs)
6141 (_bfd_write_stab_strings): Adjust prototypes.
6142 * libbfd.h: Regenerate.
6143 * libcoff.h: Regenerate.
6144 * bfd-in2.h: Regenerate.
6145
727e493d
MK
61462004-06-27 Mark Kettenis <kettenis@gnu.org>
6147
6148 From Miod Vallat <miod@online.fr>:
6149 * aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
6150
146ccdbb
AO
61512004-06-26 Alexandre Oliva <aoliva@redhat.com>
6152
6153 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): Delete.
6154 (struct elf32_mn10300_link_hash_entry): Remove
6155 pcrel_relocs_copied.
6156 (mn10300_elf_check_relocs): Only reserve dynamic relocations for
6157 R_MN10300_32. Don't adjust pcrel_relocs_copied.
6158 (mn10300_elf_final_link_relocate): Fail for direct, pc-relative
6159 and gotoff relocations if the symbol doesn't bind locally. Use
6160 _bfd_elf_symbol_refs_local_p to test. Don't create dynamic
6161 relocation for PCREL32.
6162 (mn10300_elf_relocate_section): Use _bfd_elf_symbol_refs_local_p
6163 to test whether a symbol binds locally.
6164 (elf32_mn10300_link_hash_newfunc): Don't initialize
6165 pcrel_relocs_copied.
6166 (_bfd_mn10300_elf_discard_copies): Delete.
6167 (_bfd_mn10300_elf_size_dynamic_sections): Don't call it.
6168
a5fd0812
MK
61692004-06-26 Mark Kettenis <kettenis@gnu.org>
6170
6171 * config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.
6172
22bfad37
JB
61732004-06-25 Joel Brobecker <brobecker@gnat.com>
6174
6175 * som.c (som_set_reloc_info): Correct small typo.
6176
097f809a
NC
61772004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6178
6179 * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
6180 (m32r_elf_relocate_section): Changed for R_M32R_GOTOFF.
6181 (m32r_elf_gcsweep_hook): Likewise.
6182 (m32r_elf_check_relocs): Likewise.
6183 (m32r_elf_howto_table): Added R_M32R_GOTOFF_HI_ULO,
6184 R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
6185 * reloc.c: Added BFD_RELOC_M32R_GOTOFF_HI_ULO,
6186 BFD_RELOC_M32R_GOTOFF_HI_SLO and BFD_RELOC_M32R_GOTOFF_LO.
f9f2cf5d
NC
6187 * bfd-in2.h: Regenerated.
6188 * libbfd.h: Regenerated.
097f809a 6189
6610a52d
L
61902004-06-24 H.J. Lu <hongjiu.lu@intel.com>
6191
6192 * elf64-x86-64.c (elf64_x86_64_check_relocs): Warn overflow
6193 relocation symbol.
6194 (elf64_x86_64_relocate_section): Issue an error for
6195 R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations
6196 against global symbols when building shared library.
6197
eea6121a
AM
61982004-06-24 Alan Modra <amodra@bigpond.net.au>
6199
6200 * section.c (struct sec): Rename "_cooked_size" to "size".
6201 Rename "_raw_size" to "rawsize".
6202 (STD_SECTION): Adjust comments.
6203 (bfd_set_section_size, bfd_get_section_contents): Use size.
6204 (bfd_malloc_and_get_section): New function.
6205 * bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
6206 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
6207 Correctly free reloc and contents memory.
6208 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
6209 and fake CIE now that we can shink section size to zero.
6210 (_bfd_elf_write_section_eh_frame): Likewise..
6211 * elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
6212 * elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
6213 _bfd_stab_section_offset. Use _bfd_elf_section_offset.
6214 * stabs.c (_bfd_stab_section_offset_): Remove unused args and
6215 unneeded indirection.
6216 * elf.c (_bfd_elf_section_offset): .. and update call.
6217 * libbfd-in.h (_bfd_stab_section_offset): Update prototype.
6218 * libbfd.h: Regenerate.
6219 * bfd-in2.h: Regenerate.
6220
6221 Replace occurrences of "_raw_size" and "_cooked_size" in most places
6222 with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
6223 sections. Use "rawsize", if non-zero, for bfd_get_section_contents
6224 calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
6225 Similarly use "rawsize", if non-zero, in reloc functions to validate
6226 reloc addresses. Use new bfd_malloc_and_get_section in most places
6227 where bfd_get_section_contents was called. Expand all occurrences of
6228 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
6229 grok_prstatus and similar functions to "size".
6230 * aix386-core.c (aix386_core_file_p): ..
6231 * aix5ppc-core.c (xcoff64_core_p): ..
6232 * aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
6233 aout_adobe_set_section_contents): ..
6234 * aout-target.h (callback): ..
6235 * aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
6236 MY_bfd_final_link): ..
6237 * aoutf1.h (sunos4_core_file_p): ..
6238 * aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
6239 adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
6240 final_link, aout_link_input_section): ..
6241 * binary.c (binary_object_p, binary_canonicalize_symtab,
6242 binary_set_section_contents): ..
6243 * bout.c (b_out_callback, b_out_write_object_contents,
6244 b_out_set_section_contents, b_out_bfd_relax_section,
6245 b_out_bfd_get_relocated_section_contents): ..
6246 * cisco-core.c (cisco_core_file_validate): ..
6247 * coff-alpha.c (alpha_ecoff_object_p,
6248 alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
6249 * coff-arm.c (coff_arm_relocate_section,
6250 bfd_arm_allocate_interworking_sections): ..
6251 * coff-h8300.c (h8300_reloc16_extra_cases,
6252 h8300_bfd_link_add_symbols): ..
6253 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
6254 * coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
6255 ppc_bfd_coff_final_link): ..
6256 * coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
6257 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
6258 sh_align_loads, sh_coff_get_relocated_section_contents): ..
6259 * coff64-rs6000.c (xcoff64_write_object_contents,
6260 xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
6261 * coffcode.h (coff_compute_section_file_positions,
6262 coff_write_object_contents): ..
6263 * coffgen.c (make_a_section_from_file, coff_write_symbols,
6264 coff_section_symbol, build_debug_section): ..
6265 * cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
6266 process_embedded_commands, _bfd_coff_link_input_bfd,
6267 _bfd_coff_write_global_sym): ..
6268 * cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
6269 * cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
6270 * dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
6271 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
6272 _bfd_dwarf2_find_nearest_line): ..
6273 * ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
6274 ecoff_compute_section_file_positions,
6275 _bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
6276 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
6277 _bfd_elf_discard_section_eh_frame_hdr,
6278 _bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
6279 _bfd_elf_write_section_eh_frame,
6280 _bfd_elf_write_section_eh_frame_hdr): ..
6281 * elf-hppa.h (elf_hppa_sort_unwind): ..
6282 * elf-m10200.c (mn10200_elf_relax_section,
6283 mn10200_elf_relax_delete_bytes,
6284 mn10200_elf_get_relocated_section_contents): ..
6285 * elf-m10300.c (_bfd_mn10300_elf_create_got_section,
6286 mn10300_elf_check_relocs, mn10300_elf_relax_section,
6287 mn10300_elf_relax_delete_bytes,
6288 mn10300_elf_get_relocated_section_contents,
6289 _bfd_mn10300_elf_adjust_dynamic_symbol,
6290 _bfd_mn10300_elf_discard_copies,
6291 _bfd_mn10300_elf_size_dynamic_sections,
6292 _bfd_mn10300_elf_finish_dynamic_sections): ..
6293 * elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
6294 _bfd_elf_make_section_from_phdr, elf_fake_sections,
6295 bfd_elf_set_group_contents, map_sections_to_segments,
6296 elf_sort_sections, assign_file_positions_for_segments,
6297 SECTION_SIZE, copy_private_bfd_data,
6298 _bfd_elf_get_dynamic_reloc_upper_bound,
6299 _bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
6300 _bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
6301 elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
6302 elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
6303 _bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
6304 * elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
6305 bfd_elf32_arm_process_before_allocation,
6306 elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
6307 elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
6308 elf32_arm_write_section): ..
6309 * elf32-cris.c (cris_elf_grok_prstatus,
6310 elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
6311 elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
6312 cris_elf_check_relocs, elf_cris_size_dynamic_sections,
6313 elf_cris_discard_excess_dso_dynamics,
6314 elf_cris_discard_excess_program_dynamics): ..
6315 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
6316 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
6317 * elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
6318 _frv_create_got_section, _frvfdpic_assign_plt_entries,
6319 elf32_frvfdpic_size_dynamic_sections,
6320 elf32_frvfdpic_modify_segment_map,
6321 elf32_frvfdpic_finish_dynamic_sections): ..
6322 * elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
6323 elf32_h8_get_relocated_section_contents): ..
6324 * elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
6325 elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
6326 allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
6327 elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
6328 elf32_hppa_finish_dynamic_sections): ..
6329 * elf32-i370.c (i370_elf_adjust_dynamic_symbol,
6330 i370_elf_size_dynamic_sections, i370_elf_check_relocs,
6331 i370_elf_finish_dynamic_sections): ..
6332 * elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
6333 allocate_dynrelocs, elf_i386_size_dynamic_sections,
6334 elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
6335 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
6336 i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
6337 * elf32-ip2k.c (ip2k_is_switch_table_128,
6338 ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
6339 ip2k_relax_switch_table_256, ip2k_elf_relax_section,
6340 adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
6341 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
6342 m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
6343 allocate_dynrelocs, m32r_elf_size_dynamic_sections,
6344 m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
6345 m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
6346 m32r_elf_get_relocated_section_contents): ..
6347 * elf32-m68hc11.c (m68hc11_elf_build_one_stub,
6348 m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
6349 m68hc11_elf_relax_delete_bytes): ..
6350 * elf32-m68hc12.c (m68hc12_elf_build_one_stub,
6351 m68hc12_elf_size_one_stub): ..
6352 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
6353 elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
6354 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
6355 elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
6356 elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
6357 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
6358 elf32_mips_grok_prstatus): ..
6359 * elf32-or32.c (or32_elf_consth_reloc): ..
6360 * elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
6361 elf_create_pointer_linker_section, ppc_elf_create_linker_section,
6362 ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
6363 allocate_dynrelocs, ppc_elf_size_dynamic_sections,
6364 ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
6365 ppc_elf_final_write_processing): ..
6366 * elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
6367 allocate_dynrelocs, elf_s390_size_dynamic_sections,
6368 elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
6369 * elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
6370 sh_elf_relax_delete_bytes, sh_elf_align_loads,
6371 sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
6372 sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
6373 sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
6374 * elf32-sh64-com.c (sh64_address_in_cranges,
6375 sh64_get_contents_type): ..
6376 * elf32-sh64.c (sh64_find_section_for_address,
6377 sh64_elf_final_write_processing): ..
6378 * elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
6379 sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
6380 allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
6381 elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
6382 * elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
6383 * elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
6384 elf_vax_size_dynamic_sections, elf_vax_discard_copies,
6385 elf_vax_instantiate_got_entries, elf_vax_relocate_section,
6386 elf_vax_finish_dynamic_sections): ..
6387 * elf32-xstormy16.c (xstormy16_elf_24_reloc,
6388 xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
6389 xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
6390 xstormy16_elf_finish_dynamic_sections): ..
6391 * elf32-xtensa.c (xtensa_read_table_entries,
6392 elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
6393 elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
6394 bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
6395 elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
6396 elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
6397 get_relocation_opcode, retrieve_contents, find_relaxable_sections,
6398 collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
6399 relax_section, shrink_dynamic_reloc_sections, relax_property_section,
6400 xtensa_callback_required_dependence): ..
6401 * elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
6402 elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
6403 elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
6404 elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
6405 elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
6406 elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
6407 elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
6408 elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
6409 * elf64-hppa.c (allocate_dynrel_entries,
6410 elf64_hppa_size_dynamic_sections,
6411 elf64_hppa_finish_dynamic_sections): ..
6412 * elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
6413 mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
6414 elf64_mips_grok_prstatus): ..
6415 * elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
6416 mmix_elf_relocate_section, mmix_elf_final_link,
6417 mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
6418 mmix_elf_relax_section, mmix_elf_get_section_contents): ..
6419 * elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
6420 ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
6421 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
6422 allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
6423 ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
6424 toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
6425 ppc64_elf_build_stubs, ppc64_elf_relocate_section,
6426 ppc64_elf_finish_dynamic_sections): ..
6427 * elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
6428 allocate_dynrelocs, elf_s390_size_dynamic_sections,
6429 elf_s390_finish_dynamic_sections): ..
6430 * elf64-sh64.c (sh_elf64_get_relocated_section_contents,
6431 sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
6432 sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
6433 sh64_elf64_finish_dynamic_sections): ..
6434 * elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
6435 sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
6436 sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
6437 sparc64_elf_finish_dynamic_symbol,
6438 sparc64_elf_finish_dynamic_sections): ..
6439 * elf64-x86-64.c (elf64_x86_64_grok_prstatus,
6440 elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
6441 elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
6442 elf64_x86_64_finish_dynamic_sections): ..
6443 * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
6444 * elfcode.h (elf_slurp_reloc_table): ..
6445 * elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
6446 elf_finalize_dynstr, elf_link_add_object_symbols,
6447 bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
6448 elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
6449 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
6450 elf32_mips_grok_prstatus): ..
6451 * elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
6452 elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
6453 elfNN_ia64_choose_gp, elfNN_ia64_final_link,
6454 elfNN_ia64_finish_dynamic_sections): ..
6455 * elfxx-mips.c (mips_elf_create_procedure_table,
6456 mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
6457 _bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
6458 mips_elf_global_got_index, mips_elf_multi_got,
6459 mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
6460 mips_elf_allocate_dynamic_relocations,
6461 mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
6462 _bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
6463 _bfd_mips_elf_always_size_sections,
6464 _bfd_mips_elf_size_dynamic_sections,
6465 _bfd_mips_elf_finish_dynamic_symbol,
6466 _bfd_mips_elf_finish_dynamic_sections,
6467 _bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
6468 _bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
6469 _bfd_elf_mips_get_relocated_section_contents,
6470 _bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
6471 * hp300hpux.c (callback): ..
6472 * hppabsd-core.c (make_bfd_asection): ..
6473 * hpux-core.c (make_bfd_asection): ..
6474 * i386linux.c (linux_link_create_dynamic_sections,
6475 bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
6476 * i386msdos.c (msdos_write_object_contents): ..
6477 * i386os9k.c (os9k_callback, os9k_write_object_contents,
6478 os9k_set_section_contents): ..
6479 * ieee.c (parse_expression, ieee_slurp_external_symbols,
6480 ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
6481 ieee_write_section_part, do_with_relocs, do_as_repeat,
6482 do_without_relocs, ieee_write_debug_part, init_for_output,
6483 ieee_set_section_contents): ..
6484 * ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
6485 * irix-core.c (do_sections, make_bfd_asection): ..
6486 * libaout.h (aout_section_merge_with_text_p): ..
6487 * libbfd.c (_bfd_generic_get_section_contents,
6488 _bfd_generic_get_section_contents_in_window): ..
6489 * linker.c (default_indirect_link_order): ..
6490 * lynx-core.c (make_bfd_asection): ..
6491 * m68klinux.c (linux_link_create_dynamic_sections,
6492 bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
6493 * mach-o.c (bfd_mach_o_make_bfd_section,
6494 bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
6495 bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
6496 bfd_mach_o_scan_read_segment): ..
6497 * merge.c (_bfd_add_merge_section, record_section, merge_strings,
6498 _bfd_merge_sections): ..
6499 * mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
6500 mmo_map_set_sizes, mmo_canonicalize_symtab,
6501 mmo_internal_write_section, mmo_write_object_contents): ..
6502 * netbsd-core.c (netbsd_core_file_p): ..
6503 * nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
6504 nlm_alpha_set_public_section): ..
6505 * nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
6506 * nlm32-sparc.c (nlm_sparc_write_import): ..
6507 * nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
6508 nlm_compute_section_file_positions): ..
6509 * oasys.c (oasys_object_p, oasys_slurp_section_data,
6510 oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
6511 * opncls.c (get_debug_link_info): ..
6512 * osf-core.c (make_bfd_asection): ..
6513 * pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
6514 adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
6515 final_link, aout_link_input_section): ..
6516 * peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
6517 pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
6518 * pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
6519 bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
6520 * ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
6521 * ptrace-core.c (ptrace_unix_core_file_p): ..
6522 * reloc.c (bfd_perform_relocation, bfd_install_relocation,
6523 _bfd_final_link_relocate, bfd_generic_relax_section,
6524 bfd_generic_get_relocated_section_contents): ..
6525 * reloc16.c (bfd_coff_reloc16_relax_section,
6526 bfd_coff_reloc16_get_relocated_section_c): ..
6527 * riscix.c (riscix_some_aout_object_p): ..
6528 * rs6000-core.c (read_hdr, make_bfd_asection): ..
6529 * sco5-core.c (make_bfd_asection): ..
6530 * simple.c (bfd_simple_get_relocated_section_contents): ..
6531 * som.c (som_object_setup, setup_sections, som_prep_headers,
6532 som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
6533 som_set_reloc_info, som_get_section_contents,
6534 som_bfd_link_split_section): ..
6535 * sparclinux.c (linux_link_create_dynamic_sections,
6536 bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
6537 * srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
6538 * stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
6539 _bfd_write_stab_strings, _bfd_stab_section_offset): ..
6540 * sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
6541 bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
6542 sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
6543 sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
6544 sunos_finish_dynamic_link): ..
6545 * syms.c (_bfd_stab_section_find_nearest_line): ..
6546 * tekhex.c (first_phase, tekhex_set_section_contents,
6547 tekhex_write_object_contents): ..
6548 * trad-core.c (trad_unix_core_file_p): ..
6549 * versados.c (process_esd, process_otr, process_otr): ..
6550 * vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
6551 * vms-misc.c (add_new_contents): ..
6552 * vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
6553 * vms.c (vms_set_section_contents): ..
6554 * xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
6555 xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
6556 _bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
6557 * xsym.c (bfd_sym_scan): .. See above.
6558
bf8b15af
L
65592004-06-21 H.J. Lu <hongjiu.lu@intel.com>
6560
6561 * elfxx-ia64.c (elfNN_ia64_relax_section): Add addend when
6562 calling _bfd_merged_section_offset only for section symbols.
6563
d1c6de6f
AM
65642004-06-22 Alan Modra <amodra@bigpond.net.au>
6565
6566 * elf32-ppc.c (ppc_elf_relax_section): Implement reference code
6567 for handling SEC_MERGE symbols in relax_section.
6568
aa02cc63
AO
65692004-06-21 Alexandre Oliva <aoliva@redhat.com>
6570
6571 2003-05-15 Richard Sandiford <rsandifo@redhat.com>
6572 * cpu-h8300.c (compatible): Allow h8300s and h8300sx code to be
6573 linked together. Mark the result as h8300sx code.
6574
aee6f5b4
AO
65752004-06-21 Alexandre Oliva <aoliva@redhat.com>
6576
6577 * elf-bfd.h (struct elf_backend_data): Added
6578 elf_backend_omit_section_dynsym.
6579 (_bfd_elf_link_omit_section_dynsym): Declare.
6580 * elf32-frv.c (_frvfdpic_link_omit_section_dynsym): New.
6581 (elf_backend_omit_section_dynsym): Use it for frvfdpic.
6582 * elflink.c (_bfd_elf_link_omit_section_dynsym): Split out of...
6583 (_bfd_elf_link_renumber_dynsyms): ... this function.
6584 * elfxx-target.h (elf_backend_omit_section_dynsym): Default to
6585 _bfd_elf_link_omit_section_dynsym).
6586 (elfNN_bed): Added elf_backend_omit_section_dynsym.
6587
05576f10
NC
65882004-06-21 Nick Clifton <nickc@redhat.com>
6589
6590 * coffcode.h (styp_to_sec_flags): Ignore IMAGE_SCN_MEM_NOT_PAGED
6591 flags.
6592
02d5a37b
JG
65932004-06-17 Jerome Guitton <guitton@gnat.com>
6594
6595 * bfd-in.h (bfd_cache_close_all): New function declaration.
6596 * bfd-in2.h: Regenerate.
6597 * cache.c (bfd_cache_close_all): New function definition.
6598
d2bef492
MK
65992004-06-16 Mark Kettenis <kettenis@gnu.org>
6600
6601 * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
6602 4.10 and beyond.
6603 * configure: Regenerate.
6604
8528d62e
DJ
66052004-06-16 Daniel Jacobowitz <dan@debian.org>
6606
6607 * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in
6608 the pre-existing section.
6609
911d08a7
AM
66102004-06-15 Alan Modra <amodra@bigpond.net.au>
6611
6612 * section.c (struct sec): Remove usused flags. Reorganize a little.
6613 (bfd_get_section_size_before_reloc): Delete.
6614 (bfd_get_section_size_after_reloc): Delete.
6615 (STD_SECTION): Update.
6616 (bfd_get_section_size_now): Delete.
6617 (bfd_set_section_contents): Don't referece reloc_done.
6618 (bfd_get_section_contents): Remove reloc_done comment.
6619 * bout.c (b_out_bfd_get_relocated_section_contents): Don't set
6620 reloc_done.
6621 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Likewise.
6622 * ecoff.c (bfd_debug_section): Update initializer.
6623 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Ditto.
6624 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
6625 * bfd-in.h (bfd_section_size): Expand.
6626 (bfd_get_section_size): New macro.
6627 * bfd-in2.h: Regenerate.
6628 * coff64-rs6000.c (xcoff64_write_object_contents): Replace
6629 bfd_get_section_size_before_reloc with bfd_get_section_size.
6630 * coffcode.h (coff_write_object_contents): Likewise.
6631 * coffgen.c (build_debug_section): Likewise.
6632 * dwarf1.c (parse_line_table): Likewise.
6633 (_bfd_dwarf1_find_nearest_line): Likewise.
6634 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
6635 * i386msdos.c (msdos_write_object_contents): Likewise.
6636 * pdp11.c (squirt_out_relocs): Likewise.
6637 * elf32-sh64.c (sh64_find_section_for_address): Remove comment.
6638 * elf64-mmix.c (mmix_elf_final_link): Update comment.
6639
092dcd75
CD
66402004-06-14 Chris Demetriou <cgd@broadcom.com>
6641
6642 * elf32-mips.c (elf_mips_gnu_pcrel32): Add (undoing 2004-04-24
6643 removal) with updated comment.
6644 (bfd_elf32_bfd_reloc_type_lookup): Add back case for
6645 BFD_RELOC_32_PCREL.
6646 (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32.
6647 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
6648
3ffa5234
AM
66492004-06-12 Alan Modra <amodra@bigpond.net.au>
6650
6651 * elf64-x86-64.c (elf64_x86_64_relocate_section): Ignore reloc
6652 overflow on branches to undefweaks.
6653
e9edc808
MR
66542004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6655
6656 * coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
6657 as ecoff_section_data() does not return a valid lvalue.
6658
a873f25a
AO
66592004-06-09 Alexandre Oliva <aoliva@redhat.com>
6660
a9b881be
AO
6661 * elflink.c (elf_sort_symbol): Compare section id, not pointers.
6662 (elf_link_add_object_symbols): Likewise.
6663
a873f25a
AO
6664 * elf-m10300.c (_bfd_mn10300_elf_reloc_type_class): New.
6665 (elf_backend_reloc_type_class): New.
6666
eef0f186
MK
66672004-06-08 Mark Kettenis <kettenis@gnu.org>
6668
6669 * configure.in (hppa*-*-netbsd*, hppa*-*-openbsd): Set COREFILE to
6670 netbsd-core.lo.
6671 * configure: Regenerate.
6672
822392ce
DJ
66732004-06-07 Daniel Jacobowitz <dan@debian.org>
6674
6675 From: Albert Chin-A-Young <china@thewrittenword.com>
6676 * bfd/elf-bfd.h (struct eh_cie_fde): Convert unsigned char bitfields
6677 to unsigned int.
6678
9f2e92c5
L
66792004-05-29 H.J. Lu <hongjiu.lu@intel.com>
6680
6681 * elfxx-ia64.c (elfNN_ia64_relax_section): Undo the last
6682 change.
6683
dd90f1b2
DD
66842004-05-28 DJ Delorie <dj@redhat.com>
6685
6686 * elf-m10300.c (mn10300_elf_relax_section): Preserve reloc addend
6687 for linking, but otherwise adjust reloc for merged sections.
6688
5dd23ec1
L
66892004-05-28 H.J. Lu <hongjiu.lu@intel.com>
6690
6691 * elfxx-ia64.c (elfNN_ia64_relax_section): Properly call
6692 _bfd_merged_section_offset for local symbols.
6693
f6f9408f
JR
66942004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
6695
6696 * Makefile.am: Regenerate dependencies.
6697 * Makefile.in: Regenerate.
6698 * archures.c: Add bfd_mach_sh3_nommu .
6699 * bfd-in2.h: Regenerate.
6700 * cpu-sh.c: Add sh3-nommu architecture.
6701 (bfd_to_arch_table): Create new table.
6702 (sh_get_arch_from_bfd_mach): Create new function.
6703 (sh_get_arch_up_from_bfd_mach): Create new function.
6704 (sh_merge_bfd_arch): Create new function.
6705 * elf32-sh.c (sh_ef_bfd_table): Add table.
6706 (sh_elf_check_relocs): Replace switch statement with
6707 use of sh_ef_bfd_table .
6708 (sh_elf_get_flags_from_mach): Add new function.
6709 (sh_find_elf_flags): Likewise.
6710 (sh_elf_copy_private_data): Replace most of non-elf contents
6711 with a call to sh_merge_bfd_arch() .
6712
d866f350
MC
67132004-05-27 Michael Chastain <mec.gnu@mindspring.com>
6714
6715 * Makefile.am (bfdver.h): Use explicit filename, not $< .
6716 * Makefile.in: Regenerate.
6717
1055df0f
AO
67182004-05-27 Alexandre Oliva <aoliva@redhat.com>
6719
6720 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Avoid
6721 custom calling conventions for dynamic symbols.
6722 (mn10300_elf_relax_section): Avoid relaxing a function as a local
6723 symbol if it's an alias to a global one.
6724
b3096250
L
67252004-05-26 H.J. Lu <hongjiu.lu@intel.com>
6726
6727 * elf.c (_bfd_elf_make_section_from_shdr): Undo the last
6728 change.
6729
9bb351fd
AO
67302004-05-27 Alexandre Oliva <aoliva@redhat.com>
6731
6732 * elf-m10300.c (mn10300_elf_relax_section): Don't test isym within
6733 loop over hashes.
6734
e49f5022
AM
67352004-05-26 Alan Modra <amodra@bigpond.net.au>
6736
6737 * elf.c (_bfd_elf_make_section_from_shdr): Don't set SEC_EXCLUDE
6738 for SHT_GROUP sections.
6739
57ceae94
AM
67402004-05-25 Alan Modra <amodra@bigpond.net.au>
6741
6742 * elflink.c (elf_link_add_object_symbols): Don't set up merge
6743 section data here..
6744 * elf.c (_bfd_elf_merge_sections): .. Do it here instead.
6745 * merge.c: Formatting. Remove unnecessary casts. Expand
6746 bfd_get_section_alignment macro.
6747 (struct sec_merge_sec_info): Rename "first" to "first_str". Update
6748 use throughout file.
6749 (_bfd_add_merge_section): Rename from _bfd_merge_section. Update
6750 comment. Abort on dynamic or non-SEC_MERGE input. Don't test
6751 section name to determine sinfo group, instead test output section
6752 and alignment.
6753 (_bfd_merge_sections): Add struct bfd_link_info param. Call
6754 _bfd_strip_section_from_output rather than just twiddling flags.
6755 * libbfd-in.h (_bfd_add_merge_section): Rename, update comment.
6756 (_bfd_merge_sections): Update prototype.
6757 * libbfd.h: Regenerate.
6758
c6f8758f 67592004-05-24 Mark Kettenis <kettenis@gnu.org>
d34436e8
MK
6760
6761 * netbsd-core.c: Correctly indent section that sets architecture
6762 from machine ID.
6763
c6f8758f
NC
6764 From Miod Vallat <miod@online.fr>:
6765 * m88kopenbsd.c: New file.
6766 * targets.c (m88k_openbsd_vec): New.
6767 * config.bfd: Add m88k-*-openbsd*.
6768 * configure.in (m88k-*-openbsd*): Set COREFILE to netbsd-core.lo.
6769 (m88kopenbsd_vec): New.
6770 * configure: Regenerate.
6771 * Makefile.am (BFD32_BACKENDS): Add m88kopenbsd.lo.
6772 (BFD32_BACKENDS_CFILES): Add m88kopenbsd.c.
6773 Run "make dep-am".
6774 * Makefile.in: Regenerate.
6775 * po/SRC-POTFILES.in: Regenerate.
6776
7d7e6bc4
NC
67772004-05-24 Nick Clifton <nickc@redhat.com>
6778
6779 * hash.c: Remove bogus node "Changing the default Hash Table Size"
6780 introduced by hash table size patch.
6781
bc286f95
BE
67822004-05-22 Ben Elliston <bje@au.ibm.com>
6783
6784 * configure.in (is_release): Remove.
6785 (bfd_version_date, bfd_version, bfd_version_string): Likewise.
6786 (AC_OUTPUT): Don't output bfdver.h from version.h.
6787 * configure: Regenerate.
6788 * Makefile.am (RELEASE): New variable.
6789 (bfdver.h): New target.
6790 * Makefile.in: Regenerate.
6791 * doc/Makefile.in: Likewise.
6792
8b89a4eb
BE
67932004-05-22 Ben Elliston <bje@au.ibm.com>
6794
6795 * Makefile.am (config.status): Don't depend on version.h.
6796 * Makefile.in: Regenerate.
6797
753731ee
AM
67982004-05-22 Alan Modra <amodra@bigpond.net.au>
6799
6800 * merge.c (_bfd_merged_section_offset): Remove "addend" param.
6801 * libbfd-in.h (_bfd_merged_section_offset): Adjust prototype.
6802 * libbfd.h: Regenerate.
6803 * elf.c (_bfd_elf_rela_local_sym): Adjust call.
6804 (_bfd_elf_rel_local_sym): Likewise.
6805 * elflink.c (_bfd_elf_link_sec_merge_syms): Likewise.
6806 (elf_link_input_bfd): Likewise.
6807 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
6808 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
6809 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
6810 (elfNN_ia64_relocate_section): Likewise.
6811
2d643429
NC
68122004-05-21 Andy Chittenden <achittenden@bluearc.com>
6813
6814 * hash.c (bfd_default_hash_table_size): New variable.
6815 (bfd_hash_table_init): Use new variable instead of DEFAULT_SIZE.
6816 (bfd_hash_set_default_size): New function. Set the default size
6817 to a selected prime number close to the argument. Document new
6818 function.
6819 * bfd-in.h: Add prototype for bfd_hash_set_default_size.
6820 * bfd-in2.h: Regenerate.
6821 * Makefile.am (hash.lo): Add dependency upon libiberty.h.
6822 * Makefile.in: Regenerate.
6823
8377c19c
MK
68242004-05-21 Mark Kettenis <kettenis@gnu.org>
6825
6826 * libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
6827 * netbsd-core.c (netbsd_core_file_p): Set architecture for alpha,
6828 arm, m68k, m88k and hppa core files.
6829
69fd4758
NC
68302004-05-21 Nick Clifton <nickc@redhat.com>
6831
6832 * bfdio.c (bfd_bread): Do not use iovec if it is NULL.
6833 (bfd_bwrite): Likewise.
6834 (bfd_tell): Likewise.
6835 (bfd_flush): Likewise.
6836 (bfd_stat): Likewise.
6837 (bfd_seek): Likewise.
6838 (bfd_get_mtime): Likewise.
6839 (bfd_get_size): Likewise.
6840
cd917290
BE
68412004-05-19 Ben Elliston <bje@au.ibm.com>
6842
6843 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
6844
1b09e940
NC
68452004-05-19 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6846
6847 * archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives.
6848 (bfd_generic_openr_next_archived_file): Likewise.
6849
096c35a7
BW
68502004-05-17 Bob Wilson <bob.wilson@acm.org>
6851
6852 * elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
6853 section names by inserting a new substring after .gnu.linkonce, except
6854 for .gnu.linkonce.t.* where the "t." is replaced.
6855
eea6121a 68562004-05-17 Adam Nemet <anemet@lnxw.com>
b2d65c0b
NC
6857
6858 * config.bfd (sparc-*-lynxos* case): Add to obsolete list.
6859 (m68-*-lynxos* case): Likewise.
6860 (powerpc-*-lyxnos* case): New case.
6861 (i[3-7]86-*-lynxos* case): Update to LynxOS 4.0 ELF.
6862
80fccad2
BW
68632004-05-17 David Heine <dlheine@tensilica.com>
6864
6865 * aout-target.h (MY_bfd_copy_private_header_data): Define.
6866 * aout-tic30.c (MY_bfd_copy_private_header_data): Define.
6867 * bfd.c (bfd_copy_private_header_data): Define.
6868 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add entries for new
6869 interface.
6870 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
6871 * coffcode.h (coff_bfd_copy_private_header_data): Define.
6872 * elf-bfd.h (_bfd_elf_copy_private_header_data): Declare.
6873 * elf.c (_bfd_elf_copy_private_section_data): Remove code to set up
6874 segments by calling copy_private_bfd_data.
6875 (_bfd_elf_copy_private_header_data): Define.
6876 * elfxx-target.h (bfd_elfNN_bfd_copy_private_header_data): Define.
6877 * libbfd-in.h (_bfd_generic_bfd_copy_private_header_data): Define.
6878 * libecoff.h (_bfd_ecoff_bfd_copy_private_header_data): Define.
6879 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Define.
6880 * mmo.c (mmo_bfd_copy_private_header_data): Define.
6881 * ppcboot.c (ppcboot_bfd_copy_private_header_data): Define.
6882 * som.c (som_bfd_copy_private_header_data): Define.
6883 * targets.c (BFD_JUMP_TABLE_COPY): Add _bfd_copy_private_header_data.
6884 * vms.c (vms_bfd_copy_private_header_data): Define.
6885 * bfd-in2.h: Regenerate.
6886 * libbfd.h: Regenerate.
6887
c5ae1840
TS
68882004-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6889
6890 * elfxx-mips.c (MINUS_TWO): Define.
6891 (mips_elf_higher, mips_elf_highest,
6892 mips_elf_create_dynamic_relocation): Use MINUS_ONE and MINUS_TWO for
6893 some bfd_vma values.
6894 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Code cleanup.
6895
a99cf92b
DA
68962004-05-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6897
6898 * som.c (log2): Rename to exact_log2. Adjust all callers.
6899
0da76f83
NC
69002004-05-13 Paul Brook <paul@codesourcery.com>
6901
c273895f 6902 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle
336b9722
NC
6903 dwarf3 format CIE entries. Remove comment about the size of the
6904 ra_column field. It is now correctly deduced.
0da76f83 6905
4b363073
NC
69062004-05-13 Joel Sherrill <joel@oarcorp.com>
6907
6908 * config.bfd (or32-*-rtems*): Switch to elf.
6909
9598fbe5
NC
69102004-05-13 Nick Clifton <nickc@redhat.com>
6911
6912 * po/fr.po: Updated French translation.
6913
8c37241b
JJ
69142004-05-11 Jakub Jelinek <jakub@redhat.com>
6915
0306b3bf 6916 * elflink.c (bfd_elf_final_link): Don't output STT_SECTION symbol
8c37241b
JJ
6917 into .dynsym if elf_section_data (sec)->dynindx <= 0.
6918 Adjust counting of last_local.
6919 (_bfd_elf_link_renumber_dynsyms): Don't assign dynindx to sections
6920 other than SHT_PROGBITS/SHT_NOBITS and neither for .got/.got.plt/.plt
6921 created by the linker nor !SHF_ALLOC.
6922
6923 * elf32-i386.c (elf_i386_finish_dynamic_sections): Point
6924 DT_PLTGOT to the start of the .got.plt section instead of the
6925 .got output section. Set sh_entsize for .got section in addition
6926 to .got.plt.
6927 (elf_i386_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
6928 is at sgot->output_section->vma.
6929 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Point
6930 DT_PLTGOT to the start of the .got.plt section instead of the
6931 .got output section.
6932 (elf64_x86_64_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
6933 is at sgot->output_section->vma. Set sh_entsize for .got section
6934 in addition to .got.plt.
6935 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_RELRO.
6936 (bfd_section_from_phdr): Likewise.
6937 (map_sections_to_segments): Likewise.
6938 (assign_file_positions_for_segments): Likewise.
6939 (get_program_header_size): Likewise.
6940 * elflink.c (bfd_elf_size_dynamic_sections): Set
6941 elf_tdata (output_bfd)->relro from info->relro.
6942 * elf-bfd.h (struct elf_obj_tdata): Add relro field.
6943
3f980e41
AO
69442004-05-08 Alexandre Oliva <aoliva@redhat.com>
6945
6946 * elf32-frv.c (_frvfdpic_add_dyn_reloc): Don't warn when we get
6947 a zero symndx for which we hadn't accounted a dynamic relocation.
6948 (_frvfdpic_add_rofixup): Likewise.
6949
d70270c5 69502004-05-07 Brian Ford <ford@vss.fsi.com>
eea6121a 6951 DJ Delorie <dj@redhat.com>
d70270c5
BF
6952
6953 * coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:
6954 Propagate IMAGE_FILE_LARGE_ADDRESS_AWARE.
6955 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Recognize
6956 IMAGE_FILE_LARGE_ADDRESS_AWARE. Use PE defines.
6957
7e9f3bd6
AO
69582004-05-07 Alexandre Oliva <aoliva@redhat.com>
6959
6960 * elf32-frv.c (elf32_frvfdpic_modify_segment_map): Return
6961 immediately if there's no link info.
6962 (elf32_frvfdpic_copy_private_bfd_data): New.
6963 (bfd_elf32_bfd_copy_private_bfd_data): Use it for frvfdpic.
6964
eb61d2d6
ZW
69652004-05-06 Zack Weinberg <zack@codesourcery.com>
6966
6967 * dwarf2.c (add_line_info): Also set info->filename to NULL if
6968 filename argument is null; do not call strlen on a null pointer.
6969
ecb2d096
DJ
69702004-05-06 Daniel Jacobowitz <drow@mvista.com>
6971
6972 * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32
6973 special case.
6974
43850d5b
AO
69752004-05-05 Alexandre Oliva <aoliva@redhat.com>
6976
6977 * configure.in (bfd_elf32_frvfdpic_vec): New.
6978 * configure: Rebuilt.
6979 * targets.c (bfd_elf32_frvfdpic_vec): New.
6980 * config.bfd: Enable it on frv-*-elf and frv-*-*linux*, as default
6981 on the latter.
6982 * elf32-frv.c: Prefix all identifiers added for FDPIC support with
6983 frvfdpic instead of frv. Rearrange elf-target macros such that
6984 the FDPIC-specific ones are only defined for this new target
6985 vector.
6986 (bfd_elf32_frvfdpic_vec): Declare.
6987 (IS_FDPIC): New.
6988 (elf32_frv_relocate_section): Use it to enable segment checking
6989 and to control rofixup emission. Add output section vma to
6990 applied relocation in non-LOAD non-ALLOC sections. Use
6991 _bfd_error_handler for errors.
6992 (_frv_create_got_section): Create .rel.got and .rofixup only in
6993 FDPIC. Create non-dynamic _gp at .got+2048 in non-FDPIC, like the
6994 linker script.
6995 (elf32_frvfdpic_size_dynamic_sections): Assume FDPIC.
6996 (elf32_frvfdpic_modify_segment_map): Likewise.
6997 (elf32_frv_finish_dynamic_sections): New, do-nothing.
6998 (elf32_frvfdpic_finish_dynamic_sections): Assume FDPIC. Improve
6999 error message if we miscompute the rofixup size.
7000 (frvfdpic_elf_use_relative_eh_frame): Assume FDPIC.
7001 (frvfdpic_elf_encode_eh_address): Likewise.
7002 (elf32_frv_check_relocs): Reject FDPIC-only relocs in non-FDPIC.
7003 Record relocs only in FDPIC. Make sure _gp is defined for GPREL
7004 relocs. Reject unknown relocation types.
7005 (elf32_frv_object_p): Make sure target vector matches FDPIC bits.
7006 (frv_elf_merge_private_bfd_data): Likewise.
7007 (ELF_MAXPAGESIZE): Revert to 0x1000 for elf32-frv; keep it as
7008 0x4000 for newly-added elf32-frvfdpic.
7009
06fc8a8c
NC
70102004-05-05 Nick Clifton <nickc@redhat.com>
7011
7012 PR/136
7013 * cache.c (bfd_cache_lookup_worker): Call abort() rather than
7014 returning NULL as most users of this function do not check its
7015 return value.
33216455
NC
7016 * hppabsd-core.c (hppabsd_core_core_file_p): Do not check result
7017 of bfd_cache_lookup().
7018 * sco5-core.c (sco5_core_file_p): Likewise.
7019 * trad-core.c (trad_unix_core_file_p): Likewise.
06fc8a8c
NC
7020
70212004-05-05 Nick Clifton <nickc@redhat.com>
7022
7023 * cache.c (bfd_cache_lookup): Improve formatting.
7024 * archive.c: Fix formatting.
7025
6b6e92f4
NC
70262004-05-05 Peter Barada <peter@the-baradas.com>
7027
7028 * bfd_archures.c(bfd_architecture): Add 521x,5249,547x,548x.
7029 * cpu-m68k.c(bfd_m68k_arch): Likewise.
7030 * bfd-in2.h(bfd_architecture): Regenerate.
7031
6a8d1586
AM
70322004-05-03 Alan Modra <amodra@bigpond.net.au>
7033
7034 * elf.c (_bfd_elf_rela_local_sym): Set kept_section for excluded
7035 SEC_MERGE sections.
7036 * elflink.c (elf_link_input_bfd): Adjust output reloc index for
7037 those against discarded link-once and SEC_MERGE section symbols.
7038
fafe6678
L
70392004-05-02 H.J. Lu <hongjiu.lu@intel.com>
7040
7041 * section.c (bfd_get_section_by_name_if): New.
7042 * bfd-in2.h: Regenerated.
7043
ad7b9a36
AM
70442004-05-02 Alan Modra <amodra@bigpond.net.au>
7045
7046 * som.c (som_bfd_is_group_section): Define.
7047
73499ab8
AM
70482004-05-01 Alan Modra <amodra@bigpond.net.au>
7049
7050 * section.c (bfd_make_section_anyway): Copy the whole
7051 bfd_hash_entry, not just "next" from existing entry.
7052
45c5e9ed
L
70532004-04-30 H.J. Lu <hongjiu.lu@intel.com>
7054
7055 * elf.c (bfd_section_from_shdr): Maintain the section order in
7056 a section group.
7057 (special_sections): Add ".note.GNU-stack".
7058 (elf_fake_sections): Handle section group for relocatable
7059 link..
7060
bc87dd2e
L
70612004-04-30 H.J. Lu <hongjiu.lu@intel.com>
7062
7063 * section.c (bfd_sections_find_if): New.
7064 * bfd-in2.h: Regenerated.
7065
72adc230
AM
70662004-04-30 Alan Modra <amodra@bigpond.net.au>
7067
7068 * section.c (bfd_make_section_anyway): Add all sections to hash tab.
7069
7070 * elf-bfd.h (bfd_elf_is_group_section): Declare.
7071 * elf.c (bfd_elf_is_group_section): New function.
7072 * elfxx-target.h (bfd_elfNN_bfd_is_group_section
7073 * section.c (bfd_generic_is_group_section): New function.
7074 * targets.c (struct bfd_target): Add _bfd_is_group_section field.
7075 (BFD_JUMP_TABLE_LINK): Adjust.
7076 * aout-adobe.c (aout_32_bfd_is_group_section): Define.
7077 * aout-target.h (MY_bfd_is_group_section): Define.
7078 * aout-tic30.c (MY_bfd_is_group_section): Define.
7079 * bfd.c (bfd_is_group_section): Define.
7080 * binary.c (binary_bfd_is_group_section): Define.
7081 * bout.c (b_out_bfd_is_group_section): Define.
7082 * coff-alpha.c (_bfd_ecoff_bfd_is_group_section): Define.
7083 * coff-mips.c (_bfd_ecoff_bfd_is_group_section): Define.
7084 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Adjust.
7085 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Adjust.
7086 * coffcode.h (coff_bfd_is_group_section): Define.
7087 * i386msdos.c (msdos_bfd_is_group_section): Define.
7088 * i386os9k.c (os9k_bfd_is_group_section): Define.
7089 * ieee.c (ieee_bfd_is_group_section): Define.
7090 * ihex.c (ihex_bfd_is_group_section): Define.
7091 * libbfd-in.h (_bfd_nolink_bfd_is_group_section): Define.
7092 * mach-o.c (bfd_mach_o_bfd_is_group_section): Define.
7093 * mmo.c (mmo_bfd_is_group_section): Define.
7094 * nlm-target.h (nlm_bfd_is_group_section): Define.
7095 * oasys.c (oasys_bfd_is_group_section): Define.
7096 * pef.c (bfd_pef_bfd_is_group_section): Define.
7097 * ppcboot.c (ppcboot_bfd_is_group_section): Define.
7098 * srec.c (srec_bfd_is_group_section): Define.
7099 * tekhex.c (tekhex_bfd_is_group_section): Define.
7100 * versados.c (versados_bfd_is_group_section): Define.
7101 * vms.c (vms_bfd_is_group_section): Define.
7102 * xsym.c (bfd_sym_bfd_is_group_section): Define.
7103 * bfd-in2.h: Regenerate.
7104 * libbfd.h: Regenerate.
7105
20f0a1ad
AM
71062004-04-30 Alan Modra <amodra@bigpond.net.au>
7107
7108 * elflink.c (elf_gc_mark): Follow indirect and warning syms.
7109
f7458fc9 71102004-04-30 Hans-Peter Nilsson <hp@axis.com>
7dfb3b6b
HPN
7111
7112 * configure.in: Update version to 2.15.91.
7113 * configure: Regenerate.
7114
8a7140c3
NC
71152004-04-29 Brian Ford <ford@vss.fsi.com>
7116
7117 * bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack.
7118 * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.
7119 [!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them.
7120 (coff_compute_section_file_positions) [RS6000COFF_C]: Likewise.
7121 [COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and
7122 .gnu.linkonce.wi. sections.
7123 * pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define.
7124 (COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and
7125 .gnu.linkonce.wi..
7126 * pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise.
7127 (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
7128
3e722fb5
CD
71292004-04-28 Chris Demetriou <cgd@broadcom.com>
7130
7131 * reloc.c: Remove BFD_RELOC_PCREL_HI16_S and BFD_RELOC_PCREL_LO16.
7132 * bfd-in2.h: Regenerate.
7133 * libbfd.h: Likewise.
7134
351e2b5a
DA
71352004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7136
7137 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
7138 dup_common fields.
7139 (setup_sections): Use som_subspace_dictionary_record struct instead
7140 subspace_dictionary_record. Set SEC_LINK_ONCE if subspace is
7141 is_comdat, is_common or dup_common.
7142 (som_prep_headers): Use som_subspace_dictionary_record struct. Set
7143 is_comdat, is_common and dup_common in section subspace_dict from
7144 copy_data.
7145 (som_begin_writing): Use som_subspace_dictionary_record struct.
7146 (som_finish_writing): Likewise.
7147 (som_bfd_derive_misc_symbol_info): Add support to set is_comdat,
7148 is_common and dup_common flags in info for symbol. Add comment
7149 regarding linker support for these fields. Slightly reorganize
7150 function.
7151 (som_build_and_write_symbol_table): Set is_comdat, is_common and
7152 dup_common fields in symbol table from symbol info.
7153 (bfd_som_set_subsection_attributes): Add comdat, common and dup_common
7154 arguments. Set corresponding fields in copy_data. Change all callers.
7155 (som_bfd_ar_write_symbol_stuff): Set dup_common flag in library
7156 symbol table.
7157 (som_vec): Add SEC_LINK_ONCE to applicable section flags.
7158 * som.h (som_subspace_dictionary_record): Define.
7159 (som_copyable_section_data_struct): Add is_comdat, is_common and
7160 dup_common fields.
7161 (som_section_data_struct): Use som_subspace_dictionary_record struct
7162 instead of subspace_dictionary_record.
7163 (bfd_boolean bfd_som_set_subsection_attributes): Adjust prototype.
7164
3ba3bc8c
BW
71652004-04-27 Bob Wilson <bob.wilson@acm.org>
7166
7167 * elf32-xtensa.c (xtensa_read_table_entries): Use section _cooked_size
7168 if set. Check reloc_done flag before applying relocations. Use
7169 output addresses, both when applying relocations and when comparing
7170 against the specified section.
7171 (elf_xtensa_relocate_section): Use output address to check if dynamic
7172 reloc is in a literal pool. Set section's reloc_done flag.
7173
beb8df56
L
71742004-04-27 H.J. Lu <hongjiu.lu@intel.com>
7175
7176 * elf32-sh64.c (elf_backend_section_flags): New. Defined.
7177 (sh64_elf_set_mach_from_flags): Remove the kludge for .cranges
7178 section.
7179 (sh64_elf_section_flags): New. Set SEC_DEBUGGING for .cranges
7180 section.
7181
1829f4b2
AM
71822004-04-27 Alan Modra <amodra@bigpond.net.au>
7183
7184 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Don't assign
7185 structure field removed in 2004-04-24 patch.
7186 * elf64-sparc.c (sparc64_elf_plt_sym_val): Warning fix.
7187
7188 * elf-bfd.h (struct elf_backend_data <elf_backend_section_flags>):
7189 Constify hdr arg.
7190 * elf32-arm.h (elf32_arm_section_flags): Likewise.
7191 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
7192 * elfxx-ia64.c (elfNN_ia64_section_flags): Likewise.
7193 * elf.c (_bfd_elf_make_section_from_shdr): Set the bfd_section
7194 field before calling elf_backend_section_flags.
7195
4030e8f6
CD
71962004-04-24 Chris Demetriou <cgd@broadcom.com>
7197
7198 * elf32-mips.c (elf_mips_gnu_rel_hi16, elf_mips_gnu_rel_lo16)
7199 (elf_mips_gnu_pcrel64, elf_mips_gnu_pcrel32): Remove.
7200 (bfd_elf32_bfd_reloc_type_lookup): Remove cases for
7201 BFD_RELOC_PCREL_HI16_S, BFD_RELOC_PCREL_LO16, BFD_RELOC_64_PCREL,
7202 and BFD_RELOC_32_PCREL.
7203 (mips_elf32_rtype_to_howto): Remove cases for R_MIPS_GNU_REL_HI16,
7204 R_MIPS_GNU_REL_LO16, R_MIPS_PC64, R_MIPS_PC32.
7205 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
7206 (_bfd_mips_elf_lo16_reloc): Remove handling for R_MIPS_GNU_REL_HI16.
7207 (mips_elf_next_relocation): Move comment about matching HI/LO
7208 relocations to...
7209 (_bfd_mips_elf_relocate_section): Here. Remove handling for
7210 R_MIPS_GNU_REL_HI16.
7211
3e27568f
CD
72122004-04-23 Chris Demetriou <cgd@broadcom.com>
7213
7214 * coff-mips.c (mips_relhi_reloc, mips_rello_reloc)
7215 (mips_switch_reloc, mips_read_relocs, mips_relax_section)
7216 (mips_relax_pcrel16, PCREL16_EXPANSION_ADJUSTMENT): Remove.
7217 (mips_relocate_hi): Remove now-unused 'adjust' and 'pcrel' arguments,
7218 and update comments to reflect current usage.
7219 (mips_howto_table): Remove entries for MIPS_R_RELHI, MIPS_R_RELLO,
7220 and MIPS_R_SWITCH, as well as several empty entries. Update comment
7221 for MIPS_R_PCREL16.
7222 (mips_ecoff_swap_reloc_in, mips_ecoff_swap_reloc_out)
7223 (mips_adjust_reloc_out, mips_bfd_reloc_type_lookup): Remove support
7224 for MIPS_R_SWITCH, MIPS_R_RELLO, and MIPS_R_RELHI relocations.
7225 (mips_adjust_reloc_in): Likewise, adjust maximum accepted relocation
7226 type number to be MIPS_R_PCREL16.
7227 (mips_relocate_section): Remove support for link-time relaxation
7228 of branches used by embedded-PIC. Remove support for MIPS_R_SWITCH,
7229 MIPS_R_RELLO, and MIPS_R_RELHI relocations.
7230 (_bfd_ecoff_bfd_relax_section): Redefine to bfd_generic_relax_section.
7231 * ecoff.c (ecoff_indirect_link_order): Remove support for link-time
7232 relaxation of branches used by embedded-PIC.
7233 * ecofflink.c (bfd_ecoff_debug_accumulate): Likewise.
7234 * libecoff.h (struct ecoff_section_tdata): Remove embedded-PIC
7235 related members, update comment.
7236 * pe-mips.c: Remove disabled (commented-out and #if 0'd)
7237 code related to embedded-PIC.
7238 * elfxx-mips.c (_bfd_mips_elf_read_ecoff_info): Remove
7239 initialization of now-removed 'adjust' member of
7240 'struct ecoff_debug_info'.
7241
b32de0bc 72422004-04-23 Chris Demetriou <cgd@broadcom.com>
8472310d
CD
7243
7244 * elfxx-mips.c (mips_elf_get_global_gotsym_index): Remove.
7245
955af222
PB
72462004-04-21 Philip Blundell <pb@nexus.co.uk>
7247
7248 * elf32-arm.h (elf32_arm_check_relocs): Don't output REL32
7249 relocs for locally defined symbols during -shared final link.
7250 (elf32_arm_final_link_relocate): Likewise.
7251
47a9f7b3
JJ
72522004-04-22 Jakub Jelinek <jakub@redhat.com>
7253
7254 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Copy also
7255 ELF_LINK_POINTER_EQUALITY_NEEDED.
7256 (elf64_x86_64_check_relocs): Set ELF_LINK_POINTER_EQUALITY_NEEDED
7257 if r_type is not R_X86_64_PC32.
7258 (elf64_x86_64_finish_dynamic_symbol): If
7259 ELF_LINK_POINTER_EQUALITY_NEEDED is not set, clear st_value of
7260 SHN_UNDEF symbols.
7261
1f1799d5
KK
72622004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
7263
7264 * elf32-sh.c (sh_elf_plt_sym_val): New function.
7265 (elf_backend_plt_sym_val): Define.
7266
0fdea5ce
AC
72672004-04-22 Andrew Cagney <cagney@redhat.com>
7268
7269 * opncls.c (bfd_alloc): Fix type of "wanted" in doco.
7270
5198ba8b
DA
72712004-04-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7272
eb61d2d6 7273 * hpux-core.c (hpux_core_core_file_p): Add cast in call to
5198ba8b
DA
7274 make_bfd_asection.
7275 * som.c (som_set_section_contents): Constantify second argument.
7276 (hppa_som_gen_reloc_type): Abort for unsupported selectors.
7277 (som_object_setup): Rework to avoid warning.
7278 (setup_sections, som_write_fixups, bfd_section_from_som_symbol):
7279 Likewise.
7280
fe2e161a
AC
72812004-04-22 Andrew Cagney <cagney@redhat.com>
7282
7283 * cache.c (bfd_cache_close): Check for a previously closed file.
7284
4c45e5c9
JJ
72852004-04-22 Jakub Jelinek <jakub@redhat.com>
7286
7287 * bfd.c (bfd_get_synthetic_symtab): Define.
7288 * targets.c (BFD_JUMP_TABLE_DYNAMIC): Add
7289 NAME##_get_synthetic_symtab.
7290 (struct bfd_target): Add _bfd_get_synthetic_symtab.
7291 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Define.
7292 * elf-bfd.h (struct elf_backend_data): Add plt_sym_val and
7293 relplt_name fields.
7294 (_bfd_elf_get_synthetic_symtab): New prototype.
7295 * elfcode.h (elf_get_synthetic_symtab): Define.
7296 * elf.c (_bfd_elf_get_synthetic_symtab): New function.
7297 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Define.
7298 (elf_backend_plt_sym_val, elf_backend_relplt_name): Define.
7299 (elfNN_bed): Add elf_backend_plt_sym_val and elf_backend_relplt_name.
7300 * bfd-in2.h: Rebuilt.
7301 * libbfd.h: Rebuilt.
7302 * elf32-i386.c (elf_i386_plt_sym_val): New function.
7303 (elf_backend_plt_sym_val): Define.
7304 * elf64-x86-64.c (elf64_x86_64_plt_sym_val): New function.
7305 (elf_backend_plt_sym_val): Define.
7306 * elf32-s390.c (elf_s390_plt_sym_val): New function.
7307 (elf_backend_plt_sym_val): Define.
7308 * elf64-s390.c (elf_s390_plt_sym_val): New function.
7309 (elf_backend_plt_sym_val): Define.
7310 * elf32-sparc (elf32_sparc_plt_sym_val): New function.
7311 (elf_backend_plt_sym_val): Define.
7312 * elf64-sparc.c (sparc64_elf_plt_sym_val): New function.
7313 (elf_backend_plt_sym_val): Define.
7314 * elf32-ppc.c (ppc_elf_plt_sym_val): New function.
7315 (elf_backend_plt_sym_val): Define.
7316 * aout-target.h (MY_get_synthetic_symtab): Define.
7317 * aout-tic30.c (MY_get_synthetic_symtab): Define.
7318 * coff-rs6000.c (rs6000coff_vec): Add
7319 _bfd_nodynamic_get_synthetic_symtab.
7320 (pmac_xcoff_vec): Likewise.
7321 * coff64-rs6000.c (rs6000coff64_vec): Add
7322 _bfd_nodynamic_get_synthetic_symtab.
7323 (aix5coff64_vec): Likewise.
7324 * sunos.c (MY_get_synthetic_symtab): Define.
7325 * vms.c (vms_get_synthetic_symtab): Define.
7326
d2f7ecac
NC
73272004-04-22 Nick Clifton <nickc@redhat.com>
7328
7329 * bfd.c (bfd_archive_filename): Return NULL on NULL input.
7330
fd99574b
NC
73312004-04-22 Peter Barada <peter@the-baradas.com>
7332
7333 * archures.c: Add bfd_mach_mcfv4e to bfd_architecture.
7334 * bfd2-in.h: Regenerate.
7335 * cpu-m68k.c: Add 'm68k:mcfv4e' to arch_info_struct[].
7336
23867d67
CD
73372004-04-21 Chris Demetriou <cgd@broadcom.com>
7338
7339 * coff-mips.c (bfd_mips_ecoff_create_embedded_relocs): Remove.
7340 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Remove.
7341 * bfd-in.h (bfd_mips_ecoff_create_embedded_relocs)
7342 (bfd_mips_elf32_create_embedded_relocs): Remove prototypes
7343 * bfd-in2.h: Regenerate.
7344
2c8c90bc
BW
73452004-04-21 Bob Wilson <bob.wilson@acm.org>
7346
7347 * elf32-xtensa.c (is_same_value): Add final_static_link argument and
7348 require relocations against a weak symbol to reference the same
7349 symbol hash entry if not a final, static link.
7350 (get_cached_value, add_value_map): Add final_static_link argument.
7351 (remove_literals): Pass final_static_link argument as needed.
7352
40838a72
AC
73532004-04-21 Andrew Cagney <cagney@redhat.com>
7354
7355 * opncls.c (_bfd_new_bfd_contained_in): Copy "iovec".
7356 (struct opncls, opncls_btell, opncls_bseek, opncls_bread)
7357 (opncls_bwrite, opncls_bclose, opncls_bflush)
7358 (opncls_bstat, opncls_iovec, bfd_openr_iovec): Implement a
7359 bfd iovec that uses function callbacks.
7360 (bfd_close): Use the iovec's bclose.
7361 * cache.c (cache_btell, cache_bseek, cache_bread, cache_bwrite)
7362 (cache_bclose, cache_bflush, cache_bstat)
7363 (cache_iovec): New functions and global variable, implement a
7364 cache "iovec", where applicable set bfd_error.
7365 (bfd_cache_init, bfd_cache_close): Set/test the bfd's iovec.
7366 * bfdio.c (struct bfd_iovec): Define.
7367 (real_read): Delete function.
7368 (bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
7369 (bfd_seek, bfd_get_mtime, bfd_get_size): Use the bfd's "iovec",
7370 assume that bread and bwrite set bfd_error.
7371 * bfd.c (struct bfd): Add "iovec", update comments.
7372 * bfd-in2.h, libbfd.h: Re-generate.
7373
7f919c84
AC
73742004-04-21 Andrew Cagney <cagney@redhat.com>
7375
7376 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
7377
715df9b8
EB
73782004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
7379
7380 * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
7381 (bfd_elf_gc_sections): Fail if a shared object is being created.
7382 Do not fail if dynamic sections have been created. Instead call
7383 elf_gc_mark_dynamic_ref_symbol to mark sections that contain
7384 dynamically referenced symbols. Do not mark the whole graph
7385 rooted at .eh_frame, only the section proper.
7386
6482c264
NC
73872004-04-20 DJ Delorie <dj@redhat.com>
7388
7389 * reloc.c: Add BFD_RELOC_32_SECREL.
7390 * bfd-in2.h: Regenerate.
7391 * libbfd.h: Likewise.
7392 * coff-i386.c (howto_table) [COFF_WITH_PE]: Add R_SECREL32.
7393 (coff_i386_rtype_to_howto) [COFF_WITH_PE]: Handle it.
7394 (coff_i386_reloc_type_lookup) [COFF_WITH_PE]: Likewise.
7395
4dc570c2
JJ
73962004-04-19 Jakub Jelinek <jakub@redhat.com>
7397
7398 * elf32-sparc.c (elf32_sparc_relocate_section): Handle
7399 relocs against hidden/protected undefweak symbols properly.
7400 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7401
0b60d5d3
MK
74022004-04-18 Mark Kettenis <kettenis@gnu.org>
7403
7404 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
7405 * netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
7406 core files.
7407
d48bdb99
AM
74082004-04-17 Brian Ford <ford@vss.fsi.com>
7409
7410 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
7411 filepos for the SizeOfHeaders field.
7412 (_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
7413 overflow.
7414 (_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.
7415
57a1784e
AM
74162004-04-16 Alan Modra <amodra@bigpond.net.au>
7417
7418 * simple.c (bfd_simple_get_relocated_section_contents): Don't
7419 change reloc_done. Set and restore _cooked_size.
7420 (RETURN): Delete.
7421
d1ad3f6f
MK
74222004-04-15 Mark Kettenis <kettenis@gnu.org>
7423
7424 * netbsd-core.c (netbsd_core_file_p): Set architecture for VAX
7425 core files.
7426
3d1bca9d
NC
74272004-04-15 Nick Clifton <nickc@redhat.com>
7428
7429 * bfd.c (bfd_archive_filename): Catch NULL bfd pointers.
7430
019b892f
AM
74312004-04-15 Alan Modra <amodra@bigpond.net.au>
7432
7433 * elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
7434
15b43f48
AM
74352004-04-15 H.J. Lu <hongjiu.lu@intel.com>
7436
7437 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
7438 when it is a definition.
7439
6de00a78
AM
74402004-04-14 Alan Modra <amodra@bigpond.net.au>
7441
7442 * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
7443 when statically linking PIC code.
7444 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
7445
279500de
TS
74462004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7447
7448 * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
7449 * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
7450 targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
7451 * configure: Regenerate.
7452
ccf2f652
RS
74532004-04-08 Richard Sandiford <rsandifo@redhat.com>
7454
7455 * elflink.c: Include libiberty.h.
7456 * Makefile.am (elflink.lo): Depend on libiberty.h.
7457 * Makefile.in: Regenerate.
7458
ca07892d
DJ
74592004-04-06 Daniel Jacobowitz <drow@mvista.com>
7460
7461 * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
7462 ".MIPS.stubs".
7463
a5a58ba4
L
74642004-04-05 H.J. Lu <hongjiu.lu@intel.com>
7465
7466 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
7467 reserve the memory for dynamic linker
7468
24d18d30
MK
74692004-04-05 Mark Kettenis <kettenis@gnu.org>
7470
7471 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
7472 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
7473
a4d7b4b5
L
74742004-04-02 H.J. Lu <hongjiu.lu@intel.com>
7475
7476 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
7477 RELOC_FOR_GLOBAL_SYMBOL.
7478 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
7479
1f433d93
L
74802004-04-02 H.J. Lu <hongjiu.lu@intel.com>
7481
7482 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
7483 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
7484
e489d0ae
PB
74852004-04-01 Paul Brook <paul@codesourcery.com>
7486
7487 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
7488 * elf32-arm.h (struct elf32_elf_section_map): New.
7489 (struct _arm_elf_section_data): New.
7490 (elf32_arm_section_data): Define.
7491 (struct elf32_arm_link_hash_table): Add byteswap_code.
7492 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
7493 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
7494 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
7495 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
7496 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
7497 (bfd_elf32_new_section_hook, elf_backend_write_section,
7498 elf_backend_link_output_symbol_hook): Define.
7499
66a695f0
NC
75002004-04-01 Andy Chittenden <achittenden@bluearc.com>
7501
7502 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
7503 that keeps the characters in a B_INCL..B_EINCL range.
7504 (_bfd_link_section_stabs): When computing the sum of the
7505 characters in a B_INCL..B_EINCL range also keep a copy of those
7506 characters. Use this information to distinguish between
7507 include sections that have the same sum and the same length
7508 but which are nevertheless unique.
7509
8375c36b
PB
75102004-03-31 Paul Brook <paul@codesourcery.com>
7511
7512 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
7513 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
7514
a56b48eb
NC
75152004-03-31 Andy Chittenden <achittenden@bluearc.com>
7516
7517 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
7518 to 'sum_chars' and add field 'num_chars'.
7519 (_bfd_link_section_stabs): When computing the sum of the
7520 characters in a B_INCL..B_EINCL range also keep a count of the
7521 number of characters. Use this information to help distinguish
7522 between include sections when have the same sum but which
7523 nevertheless are still unique.
7524
1fbc7e7a 75252004-03-31 Mattias Engdegård <mattias@virtutech.se>
3d456464
NC
7526
7527 * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs.
7528
0949843d 75292004-03-30 Galit Heller <Galit.Heller@nsc.com>
eb61d2d6 7530 Tomer Levi <Tomer.Levi@nsc.com>
0949843d
NC
7531
7532 * Makefile.am (ALL_MACHINES): Add cpu-cr16c.lo.
7533 (ALL_MACHINES_CFILES): Add cpu-cr16c.c.
7534 (BFD32_BACKENDS): Add elf32-cr16c.lo.
7535 (BFD32_BACKENDS_CFILES): Add elf32-cr16c.c.
7536 (cpu-cr16c.lo): New target.
7537 (elf32-cr16c.lo): Likewise.
7538 * Makefile.in: Regenerate.
7539 * archures.c (bfd_architecture): Add bfd_{arch,mach}_cr16c.
7540 (bfd_archures_list): Add bfd_cr16c_arch.
7541 * config.bfd: Handle cr16c-*-elf*.
7542 * configure.in: Handle bfd_elf32_cr16c_vec.
7543 * configure: Regenerate.
7544 * reloc.c: Add BFD_RELOC_16C_NUM08, BFD_RELOC_16C_NUM08_C,
7545 BFD_RELOC_16C_NUM16, BFD_RELOC_16C_NUM16_C,
7546 BFD_RELOC_16C_NUM32, BFD_RELOC_16C_NUM32_C,
7547 BFD_RELOC_16C_DISP04, BFD_RELOC_16C_DISP04_C,
7548 BFD_RELOC_16C_DISP08, BFD_RELOC_16C_DISP08_C,
7549 BFD_RELOC_16C_DISP16, BFD_RELOC_16C_DISP16_C,
7550 BFD_RELOC_16C_DISP24, BFD_RELOC_16C_DISP24_C,
7551 BFD_RELOC_16C_DISP24a, BFD_RELOC_16C_DISP24a_C,
7552 BFD_RELOC_16C_REG04, BFD_RELOC_16C_REG04_C,
7553 BFD_RELOC_16C_REG04a, BFD_RELOC_16C_REG04a_C,
7554 BFD_RELOC_16C_REG14, BFD_RELOC_16C_REG14_C,
7555 BFD_RELOC_16C_REG16, BFD_RELOC_16C_REG16_C,
7556 BFD_RELOC_16C_REG20, BFD_RELOC_16C_REG20_C,
7557 BFD_RELOC_16C_ABS20, BFD_RELOC_16C_ABS20_C,
7558 BFD_RELOC_16C_ABS24, BFD_RELOC_16C_ABS24_C,
7559 BFD_RELOC_16C_IMM04, BFD_RELOC_16C_IMM04_C,
7560 BFD_RELOC_16C_IMM16, BFD_RELOC_16C_IMM16_C,
7561 BFD_RELOC_16C_IMM20, BFD_RELOC_16C_IMM20_C,
7562 BFD_RELOC_16C_IMM24, BFD_RELOC_16C_IMM24_C,
7563 BFD_RELOC_16C_IMM32, BFD_RELOC_16C_IMM32_C.
7564 * targets.c (bfd_elf32_cr16c_vec): Declare.
7565 (bfd_target_vector): Add bfd_elf32_cr16c_vec.
7566 * cpu-cr16c.c: New file.
7567 * elf32-cr16c.c: Likewise.
7568 * libbfd.h: Regenerate.
7569 * bfd-in2.h: Likewise.
7570
baaff79e
JJ
75712004-03-30 Jakub Jelinek <jakub@redhat.com>
7572
7573 * elf.c (map_sections_to_segments): Fix handling of .tbss.
7574
c152c796
AM
75752004-03-27 Alan Modra <amodra@bigpond.net.au>
7576
7577 * Makefile.am: Remove all mention of elflink.h.
7578 * Makefile.in: Regenerate.
7579 * bfd-in.h (bfd_elf_discard_info): Declare.
7580 (bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
7581 * bfd-in2.h: Regenerate.
7582 * elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
7583 bfd_elf32_link_record_dynamic_symbol,
7584 bfd_elf64_link_record_dynamic_symbol,
7585 _bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
7586 bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
7587 _bfd_elf32_link_record_local_dynamic_symbol,
7588 _bfd_elf64_link_record_local_dynamic_symbol,
7589 _bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
7590 _bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
7591 _bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
7592 _bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
7593 _bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
7594 _bfd_elf32_reloc_symbol_deleted_p,
7595 _bfd_elf64_reloc_symbol_deleted_p): Delete.
7596 (bfd_elf_link_record_dynamic_symbol,
7597 bfd_elf_link_record_local_dynamic_symbol,
7598 bfd_elf_final_link, bfd_elf_gc_sections,
7599 bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
7600 bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
7601 bfd_elf_reloc_symbol_deleted_p): Declare.
7602 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
7603 * elf32-arm.h: Update for changed function names. Remove local
7604 WILL_CALL_FINISH_DYNAMIC_SECTION define.
7605 * elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
7606 * elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
7607 * elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
7608 * elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
7609 * elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
7610 * elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
7611 * elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
7612 * elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
7613 * elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
7614 (bfd_elfNN_print_symbol): Define.
7615 * elfcode.h: Don't include elflink.h.
7616 (elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
7617 elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
7618 elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
7619 elf_gc_record_vtinherit, elf_gc_record_vtentry,
7620 elf_link_record_local_dynamic_symbol): Don't define.
7621 * elflink.c: Update for changed function names. Move elflink.h
7622 code here.
7623 * elflink.h: Delete file.
7624 * po/SRC-POTFILES.in: Regenerate.
7625 * po/bfd.pot: Regenerate.
7626
6a9cae7f
AM
76272004-03-27 Alan Modra <amodra@bigpond.net.au>
7628
7629 * elf64-mmix.c (mmix_elf_relocate_section): Restore code setting
7630 "name" for global syms accidentally removed in 2004-03-20 change.
7631
140f6c8e
AM
76322004-03-27 Alan Modra <amodra@bigpond.net.au>
7633
7634 * elf-bfd.h (struct elf_reloc_cookie): Add r_sym_shift field.
7635 * elflink.h: Replace all occurrences of sizeof (Elf_External_*)
7636 where Elf_External_* is different for 64 and 32 bit, with
7637 corresponding elf_size_info field.
7638 (struct elf_final_link_info): Use "bfd_byte *" instead
7639 of "Elf_External_Sym *" for external_syms and symbuf.
7640 (elf_link_adjust_relocs): Set up r_type_mask and r_sym_shift local
7641 vars and use instead of ELF_R_INFO and ELF_R_TYPE macros.
7642 (struct elf_link_sort_rela): Add "sym_mask" alias for "offset".
7643 (elf_link_sort_cmp1): Use sym_mask field instead of ELF_R_SYM.
7644 (elf_link_sort_cmp2): Adjust.
7645 (elf_link_sort_relocs): Set up r_sym_mask local var instead of
7646 using ELF_R_SYM macro. Set u.sym_mask.
7647 (elf_bfd_final_link): Call _bfd_elf_stringtab_init instead of macro
7648 version, elf_stringtab_init. Ditto for bfd_section_from_elf_index
7649 vs. section_from_elf_index. Adjust Elf_External_Sym pointer
7650 arithmetic. Pass bed to elf_link_flush_output_syms. Adjust
7651 Elf_External_Dyn pointer arithmentic. Use bed swap_dyn_in and
7652 swap_syn_out functions. Rearrange dyn swap in/out switch.
7653 (elf_link_output_sym): Adjust Elf_External_Sym pointer arithmentic.
7654 Pass bed to elf_link_flush_output_syms. Use bed swap_symbol_out.
7655 (elf_link_flush_output_syms): Add elf_backend_data arg.
7656 (elf_link_check_versioned_symbol): Likewise.
7657 (elf_link_output_extsym): Pass bed to elf_link_check_versioned_symbol.
7658 Adjust Elf_External_Sym pointer arithmetic. Use bed swap_symbol_out.
7659 (elf_link_input_bfd): Use bfd_section_from_elf_index. Set up
7660 r_type_mask and r_sym_shift local vars and use instead of ELF_R_SYM,
7661 ELF_R_TYPE and ELF_R_INFO macros.
7662 (elf_reloc_link_order): Select ELF32_R_INFO or ELF64_R_INFO invocation
7663 based on size rather than using ELF_R_INFO.
7664 (elf_gc_mark): Set up r_sym_shift local var and use instead of
7665 ELF_R_SYM macro.
7666 (struct alloc_got_off_arg): New.
7667 (elf_gc_common_finalize_got_offsets): Use elf_size_info instead of
7668 ARCH_SIZE. Pass get entry size down to elf_gc_allocate_got_offsets.
7669 (elf_gc_allocate_got_offsets): Adjust.
7670 (elf_reloc_symbol_deleted_p): Usee cookie.r_sym_shift instead of
7671 ELF_R_SYM. Use bfd_section_from_elf_index.
7672 (elf_bfd_discard_info): Set cookie.r_sym_shift.
7673 * elfcode.h (elf_stringtab_init, section_from_elf_index): Delete.
7674 (elf_slurp_symbol_table): Use bfd_section_from_elf_index.
7675
14bde378
SS
76762004-03-26 Stan Shebs <shebs@apple.com>
7677
7678 Remove MPW support, no longer used.
7679 * config.bfd (powerpc-*-mpw*): Remove configuration.
7680 * mpw-config.in, mpw-make.sed: Remove files.
7681 * ecoffswap.h [MPW_C]: Remove MPW-C-friendly version of code.
7682
555cd476
AM
76832004-03-26 Alan Modra <amodra@bigpond.net.au>
7684
7685 * elf64-ppc.c (elf_backend_add_symbol_hook): Define.
7686 (ppc64_elf_add_symbol_hook): New function.
7687 * elf-bfd.h (struct elf_backend_data <elf_add_symbol_hook>): Remove
7688 const from Elf_Internal_Sym param.
7689 * elflink.c (elf_link_add_object_symbols): Adjust.
7690 * elf-hppa.h (elf_hppa_add_symbol_hook): Adjust.
7691 * elf32-frv.c (elf32_frv_add_symbol_hook): Adjust.
7692 * elf32-i370.c (elf_backend_add_symbol_hook): Adjust.
7693 * elf32-m32r.c (m32r_elf_add_symbol_hook): Adjust.
7694 * elf32-m68hc1x.c (elf32_m68hc11_add_symbol_hook): Adjust.
7695 * elf32-m68hc1x.h (elf32_m68hc11_add_symbol_hook): Adjust.
7696 * elf32-ppc.c (ppc_elf_add_symbol_hook): Adjust.
7697 * elf32-sh64.c (sh64_elf_add_symbol_hook): Adjust.
7698 * elf32-v850.c (v850_elf_add_symbol_hook): Adjust.
7699 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Adjust.
7700 * elf64-mmix.c (mmix_elf_add_symbol_hook): Adjust.
7701 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Adjust.
7702 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Adjust.
7703 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Adjust.
7704 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Adjust.
7705 * elfxx-mips.h (_bfd_mips_elf_add_symbol_hook): Adjust.
7706
4ad4eba5
AM
77072004-03-26 Alan Modra <amodra@bigpond.net.au>
7708
7709 * elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.
7710 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): Delete.
7711 (_bfd_elf_sort_symbol, _bfd_elf_add_dt_needed_tag): Delete.
7712 (_bfd_elf_finalize_dynstr, bfd_elf32_bfd_link_add_symbols): Delete.
7713 (bfd_elf64_bfd_link_add_symbols): Delete.
7714 (bfd_elf_link_add_symbols): Declare.
7715 * elfcode.h (elf_bfd_link_add_symbols): Delete.
7716 * elflink.c: Include safe-ctype.h.
7717 (elf_add_dt_needed_tag): Rename from _bfd_elf_add_dt_needed_tag,
7718 make static.
7719 (elf_sort_symbol): Rename from _bfd_elf_sort_symbol, make static.
7720 (elf_finalize_dynstr): Rename from _bfd_elf_finalize_dynstr, make
7721 static.
7722 (elf_link_add_archive_symbols): Rename from
7723 _bfd_elf_link_add_archive_symbols, make static.
7724 (elf_link_add_object_symbols): New function. Corresponding
7725 elflink.h function converted to use elf_size_info.
7726 (bfd_elf_link_add_symbols): Likewise.
7727 (bfd_elf_size_dynamic_sections): Adjust.
7728 * elflink.h (elf_bfd_link_add_symbols): Delete.
7729 (elf_link_add_object_symbols): Delete.
7730 * elf32-gen.c (elf32_generic_link_add_symbols): Call
7731 bfd_elf_link_add_symbols.
7732 * elf64-gen.c (elf64_generic_link_add_symbols): Likewise.
7733
5a580b3a
AM
77342004-03-25 Alan Modra <amodra@bigpond.net.au>
7735
7736 * elflink.h (elf_link_add_object_symbols): Add DT_NEEDED for as-needed
7737 and chained shared libs only if dynsym. Clear dynsym on forced-local.
c152c796 7738
5a580b3a
AM
7739 * elf-bfd.h (_bfd_elf_add_dynamic_entry): Declare.
7740 (bfd_elf32_add_dynamic_entry, bfd_elf64_add_dynamic_entry): Delete.
7741 (_bfd_elf_add_dt_needed_tag): Declare.
7742 (_bfd_elf_sort_symbol): Declare.
7743 (_bfd_elf_finalize_dynstr): Declare.
7744 (RELOC_FOR_GLOBAL_SYM): Formatting.
7745 * elfcode.h (elf_add_dynamic_entry): Delete.
7746 * elflink.c (_bfd_elf_add_dynamic_entry): New function. Corresponding
7747 elflink.h function converted to use elf_size_info.
7748 (_bfd_elf_add_dt_needed_tag): Likewise.
7749 (_bfd_elf_sort_symbol): Likewise.
7750 (_bfd_elf_finalize_dynstr): Likewise.
7751 (compute_bucket_count): Likewise.
7752 (bfd_elf_size_dynamic_sections): Likewise. Check result of
7753 _bfd_elf_strtab_add before calling _bfd_elf_strtab_addref.
7754 (elf_adjust_dynstr_offsets, elf_collect_hash_codes): Moved from..
7755 * elflink.h: ..here.
7756 (sort_symbol, add_dt_needed_tag): Delete.
7757 (elf_add_dynamic_entry, elf_finalize_dynstr): Delete.
7758 (compute_bucket_count, NAME(bfd_elf,size_dynamic_sections)): Delete.
7759 Update all users.
7760 * elf32-arm.h (add_dynamic_entry): Update. Remove casts.
7761 * elf32-cris.c (add_dynamic_entry): Likewise.
7762 * elf32-hppa.c (add_dynamic_entry): Likewise.
7763 * elf32-i370.c (add_dynamic_entry): Likewise.
7764 * elf32-i386.c (add_dynamic_entry): Likewise.
7765 * elf32-m32r.c (add_dynamic_entry): Likewise.
7766 * elf32-m68k.c (add_dynamic_entry): Likewise.
7767 * elf32-ppc.c (add_dynamic_entry): Likewise.
7768 * elf32-s390.c (add_dynamic_entry): Likewise.
7769 * elf32-sh.c (add_dynamic_entry): Likewise.
7770 * elf32-sparc.c (add_dynamic_entry): Likewise.
7771 * elf32-vax.c (add_dynamic_entry): Likewise.
7772 * elf32-xtensa.c (add_dynamic_entry): Likewise.
7773 * elf64-alpha.c (add_dynamic_entry): Likewise.
7774 * elf64-hppa.c (add_dynamic_entry): Likewise.
7775 * elf64-ppc.c (add_dynamic_entry): Likewise.
7776 * elf64-s390.c (add_dynamic_entry): Likewise.
7777 * elf64-sparc.c (add_dynamic_entry): Likewise.
7778 * elf64-x86-64.c (add_dynamic_entry): Likewise.
7779 * elfxx-ia64.c (add_dynamic_entry): Likewise.
7780 * elfxx-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
7781 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
7782 * elf32-frv.c (elf32_frv_size_dynamic_sections): Likewise.
7783 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
7784
d507cf36
PB
77852004-03-23 Paul Brook <paul@codesourcery.com>
7786
7787 * elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.
7788
88d65ad6
BW
77892004-03-22 Bob Wilson <bob.wilson@acm.org>
7790
7791 * elf32-xtensa.c (elf_xtensa_check_relocs): Remove code to read
7792 literal tables and check for relocs outside of literal pools.
7793 (elf_xtensa_make_sym_local): Don't clear ELF_LINK_NON_GOT_REF flag.
7794 (elf_xtensa_fix_refcounts): Don't check ELF_LINK_NON_GOT_REF or
7795 set DF_TEXTREL.
7796 (elf_xtensa_size_dynamic_sections): Don't add DT_TEXTREL entry.
7797 (elf_xtensa_relocate_section): Read literal tables and check for
7798 dynamic relocations in read-only sections and not in literal pools.
c152c796 7799
b9cf773d
AM
78002004-03-23 Alan Modra <amodra@bigpond.net.au>
7801
7802 PR 51.
7803 * linker.c (bfd_wrapped_link_hash_lookup): Handle info->wrap_char.
7804
e4a2175c
HPN
78052004-03-22 Hans-Peter Nilsson <hp@axis.com>
7806
7807 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
7808 R_CRIS_16_GOTPLT>: Also error if there's no PLT for a symbol
7809 not defined by the executable, or defined in a DSO.
7810 <eliding run-time relocation of .got>: Initialize GOT entry for a
7811 function symbol or ELF_LINK_HASH_NEEDS_PLT statically in an
7812 executable.
7813 (cris_elf_gc_sweep_hook): Improve fallthrough marking.
7814 (elf_cris_try_fold_plt_to_got): Improve head comment. Do not fold
7815 a PLT reloc to GOT for an executable.
7816 (elf_cris_adjust_dynamic_symbol): Only fold a .got.plt entry with
b9cf773d 7817 .got for a DSO and explain why.
e4a2175c
HPN
7818 (elf_cris_discard_excess_program_dynamics): Also lose GOT-relocs
7819 and unreferenced symbols for which a PLT is defined. Adjust
7820 dynamic-symbol pruning correspondingly, to make sure we don't lose
7821 a dynamic symbol also defined by a DSO.
7822
b2a8e766
AM
78232004-03-22 Alan Modra <amodra@bigpond.net.au>
7824
7825 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_section
7826 and rel args. Group input and output args. Wrap to 80 columns.
7827 * elf-m10200.c, elf-m10300.c, elf32-arm.h, elf32-avr.c,
7828 elf32-cris.c, elf32-d10v.c, elf32-fr30.c, elf32-h8300.c,
7829 elf32-hppa.c, elf32-i386.c, elf32-i860.c, elf32-ip2k.c,
7830 elf32-iq2000.c, elf32-m68hc1x.c, elf32-m68k.c, elf32-mcore.c,
7831 elf32-msp430.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
7832 elf32-sparc.c, elf32-v850.c, elf32-vax.c, elf32-xstormy16.c,
7833 elf32-xtensa.c, elf64-alpha.c, elf64-mmix.c, elf64-ppc.c,
7834 elf64-s390.c, elf64-sparc.c, elf64-x86-64.c, elfxx-ia64.c: Update
7835 RELOC_FOR_GLOBAL_SYMBOL invocation.
7836
59c2e50f
L
78372004-03-20 H.J. Lu <hongjiu.lu@intel.com>
7838
7839 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Report error if
7840 unresolved symbols in objects aren't allowed.
7841
7842 * elf-hppa.h (elf_hppa_relocate_section): Properly handle
7843 unresolved symbols.
7844 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
7845 (elf_hppa_unmark_useless_dynamic_symbols):
7846 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
7847 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
7848 (elf32_hppa_relocate_section): Likewise.
7849 * elf32-i370.c (i370_elf_relocate_section): Likewise.
7850 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
7851 * elf32-sh.c (sh_elf_relocate_section): Likewise.
7852 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
7853 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
7854
7855 * elf-m10200.c (mn10200_elf_relocate_section): Use
7856 RELOC_FOR_GLOBAL_SYMBOL.
7857 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
7858 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
7859 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
7860 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
7861 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
7862 * elf32-m68hc1x.c (m68hc11_get_relocation_value): Likewise.
7863 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
7864 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
7865 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
7866 * elf32-v850.c (v850_elf_relocate_section): Likewise.
7867 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
7868 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
7869
9992270f
DA
78702004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7871
36751eee
DA
7872 * elf32-hppa.c (elf32_hppa_check_relocs): Handle R_PARISC_PCREL32.
7873 (final_link_relocate): Likewise.
9992270f
DA
7874 * elf-hppa.h (elf_hppa_reloc_final_type): Handle selectors for
7875 R_PARISC_PCREL32 and R_PARISC_PCREL64 relocations.
7876
05864e2a
AM
78772004-03-19 Alan Modra <amodra@bigpond.net.au>
7878
7879 * Makefile.am: Run "make dep-am".
7880 * Makefile.in: Regenerate.
7881 * aclocal.m4: Regenerate.
7882 * config.in: Regenerate.
7883 * po/bfd.pot: Regenerate.
7884
f218a464 78852004-03-19 Alan Modra <amodra@bigpond.net.au>
0f8a2703
AM
7886 H.J. Lu <hongjiu.lu@intel.com>
7887
7888 * elflink.c (_bfd_elf_merge_symbol): Revert last change. Move
7889 type and size change code to where it was previously. Remove
7890 dt_needed param. Treat old weak syms as strong if new sym is
7891 from a shared lib, even when old sym is from another shared
7892 lib. Remove unnecessary tests of oldweak and newweak. Correct
7893 comments.
7894 (_bfd_elf_add_default_symbol): Remove dt_needed param. Update
7895 _bfd_elf_merge_symbol calls.
7896 * elflink.h (elf_link_add_object_symbols): Update calls. Remove
7897 dt_needed local var. Update comments.
7898 * elf-bfd.h (_bfd_elf_merge_symbol): Update prototype.
7899 (_bfd_elf_add_default_symbol): Likewise.
f218a464
AM
7900
7901 * elflink.c (_bfd_elf_merge_symbol): Reinstate code to handle
7902 strong syms in one shared object overriding weak syms in another.
7903
79349b09
AM
79042004-03-18 Alan Modra <amodra@bigpond.net.au>
7905
4a43e768
AM
7906 * elf-bfd.h (struct elf_obj_tdata): Delete dt_soname field. Add
7907 dyn_lib_class field. Rearrange for better packing.
7908 (elf_dt_soname): Delete.
7909 (elf_dyn_lib_class): Define.
7910 * elf.c (bfd_elf_set_dt_needed_name): Update comment.
7911 (bfd_elf_set_dt_needed_soname): Delete.
7912 (bfd_elf_set_dyn_lib_class): New function.
7913 * elflink.h (add_dt_needed_tag): New function. Split out from..
7914 (elf_link_add_object_symbols): ..here. Rename "name" to "soname".
7915 Use elf_dyn_lib_class to set dt_needed and add_needed. Move fallback
7916 initialization of soname.
7917 (elf_link_check_versioned_symbol): Test elf_dyn_lib_class instead of
7918 elf_dt_soname.
7919 * bfd-in.h (enum dynamic_lib_link_class): New.
7920 (bfd_elf_set_dt_needed_soname): Delete.
7921 (bfd_elf_set_dyn_lib_class): Declare.
7922 * bfd-in2.h: Regenerate.
7923
79349b09
AM
7924 * elflink.c (_bfd_elf_merge_symbol): Rewrite weak symbol handling.
7925 (_bfd_elf_add_default_symbol): Remove indirect BFD_ASSERTs.
7926 * elflink.h (elf_link_add_object_symbols): Don't clear dt_needed in
7927 symbol loop. Instead use add_needed to flag tag as written.
7928
d13d89fa
NS
79292004-03-17 Nathan Sidwell <nathan@codesourcery.com>
7930
7931 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
7932 logic for null_input_bfd detection.
7933
9183ed4b
AM
79342004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7935
7936 * config.bfd: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
7937
021d7868
MK
79382004-03-16 Mark Kettenis <kettenis@gnu.org>
7939
7940 * netbsd-core.c (netbsd_core_file_p) [CORE_FPU_OFFSET]: Remove
7941 code.
7942
51992aec
AM
79432004-03-16 Alan Modra <amodra@bigpond.net.au>
7944
7945 * elflink.c (elf_link_read_relocs_from_section): Don't use
7946 NUM_SHDR_ENTRIES in end of reloc calc. Move NULL shdr check..
7947 (_bfd_elf_link_read_relocs): ..to here.
7948 * elf32-ppc.c (ppc_elf_relax_section): Formatting.
7949
ccba357f
AM
79502004-03-16 Alan Modra <amodra@bigpond.net.au>
7951
7952 * configure.in (HOST_64BIT_TYPE, HOST_U_64BIT_TYPE): Don't override
7953 values selected in configure.host. Require both to be defined
7954 before setting BFD_HOST_64_BIT_DEFINED. Protect assignment to
7955 corresponding BFD_HOST vars with quotes.
7956 <${host64}-${target64}-${want64} in *true*>: Don't exempt gcc;
7957 Always require BFD_HOST_64_BIT_DEFINED.
7958 <file_ptr type>: Find off_t size before emitting message. Combine
7959 off_t and ftello64 conditional.
7960 * configure: Regenerate.
7961
41978308
AM
79622004-03-16 Alan Modra <amodra@bigpond.net.au>
7963
7964 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Fix pointer
7965 aliasing warning. Remove trailing whitespace throughout file.
7966
d63b5ed9
DA
79672004-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7968
7969 * elf-hppa.h (elf_hppa_relocate_section): Pass input_bfd instead of
7970 input_section in calls to get_dyn_name.
7971 * elf64-hppa.c (get_dyn_name): Change type of first argument to "bfd *". Use section id of first section in input BFD to build dynamic name for
7972 local symbols.
7973 (elf64_hppa_check_relocs): Pass abfd in call to get_dyn_name.
7974
8ce8c090
AM
79752004-03-15 Alan Modra <amodra@bigpond.net.au>
7976
7977 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
7978 (BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Don't define here.
7979 (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
7980 (bfd_getb_signed_64, bfd_getl_signed_64): Return bfd_int64_t.
7981 (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
7982 * configure.in (HOST_U_64BIT_TYPE): Set when sizeof long is 8.
7983 (BFD_HOST_64_BIT_DEFINED, BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Set
7984 when using long.
7985 * libbfd.c (EIGHT_GAZILLION, COERCE64): Use bfd_int64_t.
7986 (bfd_getb64): Return bfd_uint64_t. Enable when BFD_HOST_64_BIT.
7987 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
7988 (bfd_putb64): Accept bfd_uint64_t. Enable when BFD_HOST_64_BIT.
7989 (bfd_putl64, bfd_put_bits, bfd_get_bits): Likewise.
7990 * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
7991 (read_8_bytes, read_indirect_string, read_address): Likewise.
7992 (read_abbrevs, parse_comp_unit): Likewise.
7993 * targets.c (struct bfd_target): Likewise.
7994 * aix386-core.c (NO_GET64, NO_PUT64, NO_GETS64): Define and use.
7995 * hppabsd-core.c: Likewise. Formatting.
7996 * hpux-core.c: Likewise.
7997 * irix-core.c: Likewise.
7998 * netbsd-core.c: Likewise.
7999 * osf-core.c: Likewise.
8000 * ptrace-core.c: Likewise.
8001 * sco5-core.c: Likewise.
8002 * trad-core.c: Likewise.
8003 * configure: Regenerate.
8004 * bfd-in2.h: Regenerate.
8005
edeb6e24
AM
80062004-03-15 Alan Modra <amodra@bigpond.net.au>
8007
8008 * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
8009 (bfd_getb32, bfd_getl32, bfd_getb16, bfd_getl16): Likewise.
8010 (bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
8011 (bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
8012 (bfd_getb_signed_16, bfd_getl_signed_16): Likewise.
8013 (bfd_putb64, bfd_putl64, bfd_putb32, bfd_putl32): Likewise.
8014 (bfd_putb16, bfd_putl16, bfd_get_bits, bfd_put_bits): Likewise.
8015 * libbfd.c: Likewise in function definitions.
8016 (bfd_put_8): Mask with 0xff rather than casting to char.
8017 (bfd_putb16, bfd_putl16, bfd_putb32, bfd_putl32): Likewise.
8018 (bfd_putb64, bfd_putl64, bfd_put_bits): Likewise.
8019 (H_PUT_64, H_PUT_32, H_PUT_16, H_PUT_8): Remove casts, simplify.
8020 (H_PUT_S64, H_PUT_S32, H_PUT_S16, H_PUT_S8): Likewise.
8021 (H_GET_64, H_GET_32, H_GET_16, H_GET_8): Likewise.
8022 (H_GET_S64, H_GET_S32, H_GET_S16, H_GET_S8): Likewise.
8023 * libaout.h (H_PUT_64 H_PUT_32, H_PUT_16): Remove casts, simplify.
8024 (H_PUT_S64, H_PUT_S32, H_PUT_S16): Likewise.
8025 (H_GET_64, H_GET_32, H_GET_16): Likewise.
8026 (H_GET_S64, H_GET_S32, H_GET_S16): Likewise.
8027 * archive.c (do_slurp_coff_armap): Update swap prototype.
8028 * coff-tic54x.c (tic54x_getl32): Replace bfd_byte* with void*.
8029 (tic54x_getl_signed_32): Likewise.
8030 (tic54x_putl32): Likewise. Mask with 0xff rather than casting to char.
8031 * mach-o.c (bfd_mach_o_read_header): Update get32 prototype.
8032 * pdp11.c (bfd_getp32): Make static, replace bfd_byte* with void*.
8033 (bfd_getp_signed_32, bfd_putp32): Likewise.
8034 * targets.c (struct bfd_target): Use void* in place of bfd_byte* for
8035 bfd_getx64, bfd_getx_signed_64, bfd_putx64, bfd_getx32,
8036 bfd_getx_signed_32, bfd_putx32, bfd_getx16, bfd_getx_signed_16,
8037 bfd_putx16, bfd_h_getx64, bfd_h_getx_signed_64, bfd_h_putx64,
8038 bfd_h_getx32, bfd_h_getx_signed_32, bfd_h_putx32, bfd_h_getx16,
8039 bfd_h_getx_signed_16, bfd_h_putx16.
8040 * aix386-core.c (NO_GET, NO_GETS, NO_PUT): Update prototypes.
8041 * hppabsd-core.c: Similarly. Rename NO_SIGNED_GET to NO_GETS.
8042 * hpux-core.c: Likewise.
8043 * irix-core.c: Likewise.
8044 * netbsd-core.c: Likewise.
8045 * osf-core.c: Likewise.
8046 * ptrace-core.c: Likewise.
8047 * sco5-core.c: Likewise.
8048 * trad-core.c: Likewise.
8049 * bfd-in2.h: Regenerate.
8050
c1b954e2
AM
80512004-03-15 Matt Thomas <matt@3am-software.com>
8052
8053 * config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
8054 selected.
8055
85cfd8d3
MK
80562004-03-13 Mark Kettenis <kettenis@gnu.org>
8057
8058 * config.bfd: Add x86_64-*-openbsd*.
8059 * configure.in (x86_64-*-openbsd*): Set COREFILE to
8060 netbsd-core.lo.
8061 * configure: Regenerate.
8062
d1f161ea
NC
80632004-03-12 Nick Clifton <nickc@redhat.com>
8064 Dave Murphy <wintermute2k4@ntlworld.com>
c1b954e2 8065
d1f161ea
NC
8066 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Skip most checks
8067 if the input bfd does not contain any code.
8068
8b6f2683
JW
80692004-03-09 Steve Ellcey <sje@cup.hp.com>
8070
8071 * elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
8072
79cda7cf
FF
80732004-03-05 Fred Fish <fnf@redhat.com>
8074
8075 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
8076 mips16 symbols to be even rather than testing first for even/odd.
8077 (_bfd_mips_elf_link_output_symbol_hook): Ditto.
8078
e5caec89
NS
80792004-03-05 Nathan Sidwell <nathan@codesourcery.com>
8080
8081 * elf.c (map_sections_to_segments): Ignore .tbss sections for
8082 layout purposes.
8083
02bb6eae
AO
80842004-03-03 Alexandre Oliva <aoliva@redhat.com>
8085
8086 * elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
8087 undefined symbols as hash_new.
8088
ae51a426
JR
80892003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
8090
8091 * archures.c: Add bfd_mach_sh4_nommu_nofpu.
8092 * cpu-sh.c: Ditto.
8093 * elf32-sh.c: Ditto.
8094 * bfd-in2.h: Regenerate.
8095
3b712a1a
AO
80962004-03-02 Alexandre Oliva <aoliva@redhat.com>
8097
8098 * elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
8099 dynrelocs.
8100 (_frv_count_got_plt_entries): Initialize them.
8101 (frv_pic_relocs_info_find): Add insert argument. Adjust all
8102 callers.
8103 (frv_pic_relocs_info_for_global): Likewise.
8104 (frv_pic_relocs_info_for_local): Likewise.
8105 (frv_pic_merge_early_relocs_info): New.
8106 (_frv_resolve_final_relocs_info): Use it in case one entry maps to
8107 another.
8108 (_frv_add_dyn_reloc): Add entry argument. Adjust all callers.
8109 Check that we don't exceed the allocated count for entry.
8110 (_frv_add_rofixup): Likewise.
8111 (_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
8112 (elf32_frv_finish_dynamic_sections): Improve error message in case
8113 we emit too few rofixup entries.
8114
676a64f4
RS
81152004-03-01 Richard Sandiford <rsandifo@redhat.com>
8116
8117 * archures.c (bfd_mach_fr450): New.
8118 * bfd-in2.h: Regenerate.
8119 * cpu-frv.c (arch_info_450): New bfd_arch_info_type.
8120 (arch_info_500): Link to it.
8121 * elf32-frv.c (elf32_frv_machine, frv_elf_merge_private_bfd_data)
8122 (frv_elf_print_private_bfd_data): Handle fr405 and fr450 header flags.
8123 (frv_elf_arch_extension_p): New function.
8124 (frv_elf_merge_private_bfd_data): Use it.
8125
0ad989f9
L
81262004-02-28 H.J. Lu <hongjiu.lu@intel.com>
8127
8128 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype.
8129
8130 * elflink.h (is_global_data_symbol_definition): Moved to
8131 elflink.c.
8132 (elf_link_is_defined_archive_symbol): Likewise.
8133 (elf_link_add_archive_symbols): Likewise. Renamed to
8134 _bfd_elf_link_add_archive_symbols.
8135
8136 * elflink.c (elf_link_is_defined_archive_symbol): Get the size
8137 of ELF symbol table entry from backend.
8138 (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols
8139 instead of elf_link_add_object_symbols.
8140
ec3391e7
AO
81412004-02-27 Alexandre Oliva <aoliva@redhat.com>
8142
8143 * elf-bfd.h (struct elf_backend_data): Added
8144 elf_backend_can_make_relative_eh_frame,
8145 elf_backend_can_make_lsda_relative_eh_frame and
8146 elf_backend_encode_eh_address.
8147 (_bfd_elf_encode_eh_address): Declare.
8148 (_bfd_elf_can_make_relative): Declare.
8149 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new
8150 hooks to decide whether to attempt to make_relative and
8151 make_lsda_relative.
8152 (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address.
8153 (_bfd_elf_can_make_relative): New.
8154 (_bfd_elf_encode_eh_address): New.
8155 * elf32-frv.c (frv_elf_use_relative_eh_frame): New.
8156 (frv_elf_encode_eh_address): New.
8157 (elf_backend_can_make_relative_eh_frame): Define.
8158 (elf_backend_can_make_lsda_relative_eh_frame): Define.
8159 (elf_backend_encode_eh_address): Define.
8160 * elfxx-target.h
8161 (elf_backend_can_make_relative_eh_frame): Define.
8162 (elf_backend_can_make_lsda_relative_eh_frame): Define.
8163 (elf_backend_encode_eh_address): Define.
8164 (elfNN_bed): Add them.
8165
e6deed0a
AO
81662004-02-27 Alexandre Oliva <aoliva@redhat.com>
8167
8168 * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
8169 complain_on_overflow to signed.
8170
b60d7a1a
L
81712004-02-27 H.J. Lu <hongjiu.lu@intel.com>
8172
8173 * elflink.h (sort_symbol): New.
8174 (elf_link_add_object_symbols): Use a sorted symbol array for
8175 weakdef.
8176
1c3ff0f2
MS
81772004-02-27 Jakub Jelinek <jakub@redhat.com>
8178
8179 * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
8180 for pc relative relocs.
8181 (elf_s390_relocate_section): Likewise.
8182 * elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
8183 for pc relative relocs.
8184 (elf_s390_relocate_section): Likewise.
8185
de9811af
L
81862004-02-26 H.J. Lu <hongjiu.lu@intel.com>
8187
8188 * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
8189 count_dyn_reloc.
8190
ac33696c
L
81912004-02-25 H.J. Lu <hongjiu.lu@intel.com>
8192
8193 * elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
8194 field to track if a relocation is against readonly section.
8195 (count_dyn_reloc): Take a new argument for rent->reltext.
8196 (elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
8197 (get_reloc_section): Don't set ia64_info->reltext here.
8198 (allocate_dynrel_entries): Set ia64_info->reltext here.
8199
072c8903
AO
82002004-02-24 Alexandre Oliva <aoliva@redhat.com>
8201
8202 * elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
8203 (_frv_emit_got_relocs_plt_entries): Decay relocation to protected
8204 function's descriptor to symbol+offset, and map local undefweak
8205 symbol to NULL function descriptor.
8206 (elf32_frv_relocate_section): Likewise.
8207
aca305d9
NC
82082004-02-23 Mark Kettenis <kettenis@gnu.org>
8209
8210 * libaout.h (enum machine_type): Add M_SPARC64_NETBSD and
8211 M_X86_64_NETBSD.
8212 * netbsd-core.c (M_SPARC64_OPENBSD): Define.
8213 (netbsd_core_file_p): Set architecture from machine ID for
8214 selected machines.
8215
646411fb
JJ
82162004-02-23 Jakub Jelinek <jakub@redhat.com>
8217
8218 * elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
8219 DF_BIND_NOW is set in info->flags, create DT_BIND_NOW dynamic entry.
8220
1de1a317
L
82212004-02-21 H.J. Lu <hongjiu.lu@intel.com>
8222
8223 * elflink.c (_bfd_elf_merge_symbol): Properly handle undefined
8224 symbols with non-default visibility.
8225
3c9d0484
DS
82262004-02-21 Danny Smith <daanysmith@users.sourceforge.net>
8227
8228 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
8229 IMAGE_SCN_MEM_WRITE on known sections only.
8230
a876ecf9
JJ
82312004-02-20 Jakub Jelinek <jakub@redhat.com>
8232
8233 * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
8234 symbols used in PIE relocs.
8235
a8a6d7ce
JJ
82362004-02-19 Jakub Jelinek <jakub@redhat.com>
8237
8238 * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
8239 .plt sh_entsize.
8240
d080fcd2
DJ
82412004-02-18 Daniel Jacobowitz <drow@mvista.com>
8242
8243 * configure.in: Update version to 2.15.90.
8244 * configure: Regenerate.
8245
d25aed71 82462004-02-17 Daniel Jacobowitz <drow@mvista.com>
c1b954e2 8247 Richard Sandiford <rsandifo@redhat.com>
d25aed71
RS
8248
8249 * elfxx-mips.c (mips_elf_calculate_relocation): Use
8250 _bfd_elf_symbol_refs_local_p to decide whether to decay
8251 a GOT_PAGE/GOT_OFST pair to GOT_DISP/addend.
8252 (_bfd_mips_elf_check_relocs): Add a global GOT entry for GOT_PAGE
8253 relocs if the symbol wasn't defined by a regular object file.
8254 Don't check the symbol's dynindx.
8255
d7ce59e3
AC
82562004-02-16 Andrew Cagney <cagney@redhat.com>
8257
8258 * bfd-in.h (file_ptr, ufile_ptr): Configure type using
8259 @bfd_file_ptr@.
8260 * bfd-in2.h: Re-generate.
8261
ca0b7686
AC
82622004-02-14 Andrew Cagney <cagney@redhat.com>
8263
8264 * configure.host (HDEFINES): When hppa*-*-hpux*, define
8265 _LARGEFILE64_SOURCE.
8266
340b6d91
AC
82672004-02-13 Andrew Cagney <cagney@redhat.com>
8268
8269 * elf.c (vma_page_aligned_bias): New function.
8270 (assign_file_positions_except_relocs)
8271 (assign_file_positions_for_segments): Replace broken modulo
8272 arithmetic with call to vma_page_aligned_bias.
8273
1012372a
AC
82742004-02-11 Andrew Cagney <cagney@redhat.com>
8275
7c192733
AC
8276 * bfd-in.h: Update copyright.
8277 (bfd_tell): Change return type to file_ptr.
8278 * bfd-in2.h: Re-generate.
8279 * cache.c: Update copyright.
8280 (bfd_cache_lookup_worker): Use real_fseek, do not cast offset
8281 parameter.
8282 (close_one): Use real_ftell.
8283 * bfdio.c: Update copyright.
8284 (real_ftell, real_fseek): New functions.
8285 (bfd_tell): Use real_fseek and real_ftell, change return type to
8286 file_ptr.
8287 (bfd_seek): Use real_ftell and real_fseek, change type of
8288 file_position to a file_ptr.
8289 * libbfd-in.h: Update copyright.
8290 (real_ftell, real_fseek): Declare.
8291 * libbfd.h: Re-generate.
8292
1012372a
AC
8293 * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
8294 fseeko and fseeko64. Determine bfd_file_ptr.
8295 * configure: Re-generate.
c1ea0c09 8296 * config.in: Re-generate.
c1b954e2 8297
3255318a
NC
82982004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
8299
8300 * coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
8301 * elf32-h8300.c: Likewise.
8302
0d5f9994
NC
83032004-02-09 Christian Vogel <vogelchr@vogel.cx>
8304 Nick Clifton <nickc@redhat.com>
8305
8306 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Catch
8307 GOT entries with no associated GOT subsection.
8308
174fd7f9
RS
83092004-02-09 Richard Sandiford <rsandifo@redhat.com>
8310
8311 * bfd-elf.h (elf_backend_name_local_section_symbols): New hook.
8312 * elf.c (swap_out_syms): Use it to decide whether local section
8313 symbols should be named.
8314 * elfxx-target.h (elf_backend_name_local_section_symbols): New macro.
8315 * elfxx-mips.h (_bfd_mips_elf_name_local_section_symbols): Declare.
8316 (elf_backend_name_local_section_symbols): Define.
8317 * elfxx-mips.c (_bfd_mips_elf_name_local_section_symbols): New.
8318
03609792
L
83192004-01-30 H.J. Lu <hongjiu.lu@intel.com>
8320
8321 * elfxx-ia64.c (elfNN_ia64_relax_brl): New function.
8322 (elfNN_ia64_relax_section): Optimize brl to br during the relax
8323 finalize pass.
8324
ea01195e
AO
83252004-01-30 Alexandre Oliva <aoliva@redhat.com>
8326
8327 * elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
8328 to bfd_link_hash_entry passed by reference to
8329 _bfd_generic_link_add_one_symbol.
8330
838e70c5
L
83312004-01-25 H.J. Lu <hongjiu.lu@intel.com>
8332
8333 * elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm
8334 relocations against dynamic symbols.
8335
4f199be3
DJ
83362004-01-23 Daniel Jacobowitz <drow@mvista.com>
8337
8338 * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13
8339 change.
8340
28d39d1a
NC
83412004-01-21 Tom Rix <tcrix@worldnet.att.net>
8342
8343 * reloc.c: New 5 bit reloc, BFD_RELOC_M68HC12_5B, for m68hc12 movb/movw.
8344 * bfd-in2.h, libbfd.h: Rebuilt.
8345
66bed356
DS
83462004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
8347
8348 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't remove
8349 IMAGE_SCN_MEM_WRITE flag from .text section if WP_TEXT
8350 flag has been cleared.
8351
7e89635a
KH
83522004-01-19 Kazu Hirata <kazu@cs.umass.edu>
8353
8354 * coff-h8300.c: Add and adjust comments about relaxation.
8355 * elf32-h8300.c: Likewise.
8356
e804e836
KH
83572004-01-16 Kazu Hirata <kazu@cs.umass.edu>
8358
8359 * coff-h8300.c: Fix comment typos.
8360 * elf32-h8300.c: Likewise.
8361
630a7b0a
KH
83622004-01-16 Kazu Hirata <kazu@cs.umass.edu>
8363
8364 * coff-h8300.c: Add comments about relaxation.
8365 * elf32-h8300.c: Likewise.
8366
f8b73030
MR
83672004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8368
8369 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
8370 throughout.
8371 * aclocal.m4: Regenerate.
8372 * configure: Regenerate.
8373
32159579
ILT
83742004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
8375
8376 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
8377 mips_elf64_rtype_to_howto instead of using howto_table.
8378
c84cd8ee
DJ
83792004-01-13 Daniel Jacobowitz <drow@mvista.com>
8380
8381 * elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
8382 the .plt section.
8383 (elf32_arm_check_relocs): Don't increment the PLT refcount for
8384 relocs which would not use the PLT.
8385
680a3378
AM
83862004-01-13 Alan Modra <amodra@bigpond.net.au>
8387
8388 * elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs.
8389 (ppc64_elf_gc_sweep_hook): Likewise.
8390 (ppc64_elf_size_dynamic_sections): Test for .plt directly.
8391
faca21e5
NC
83922004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
8393
8394 Adds linker relaxation support for bit manipulation insns like
680a3378 8395 band, bclr, biand, bild, bior, bist, bixor, bld, bnot, bor, bset,
faca21e5 8396 bst, btst, bxor.
680a3378 8397 * elf32-h8300.c: Opcode for bit manipulation insn is checked in
faca21e5 8398 elf32_h8_relax_section function while relxation for aa:16 and aa:32.
680a3378 8399 * coff-h8300.c: Opcode for bit manipulation insn is checked in
faca21e5
NC
8400 h8300_reloc16_extra_cases function while relxation for aa:16 and aa:32.
8401
818a27ac
AM
84022004-01-12 Alan Modra <amodra@bigpond.net.au>
8403
8404 * dwarf2.c: Convert to C90, remove unneeded casts and prototypes.
8405
96ef1419
KH
84062004-01-11 Kazu Hirata <kazu@cs.umass.edu>
8407
8408 * elf32-h8300.c: Fix formatting.
8409
babfd660
KH
84102004-01-11 Kazu Hirata <kazu@cs.umass.edu>
8411
8412 * elf32-cris.c (cris_elf_gc_sweep_hook): Return early if no
8413 dynamic object is present. Declare r_symndx and h in an inner
8414 scope.
8415 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
8416
7359ea65
DJ
84172004-01-09 Daniel Jacobowitz <drow@mvista.com>
8418
8419 * elf32-arm.h (struct elf32_arm_relocs_copied): Remove pc_count.
8420 (elf32_arm_copy_indirect_symbol): Don't copy pc_count.
8421 (elf32_arm_final_link_relocate): Handle PLT32 and PC24 relocs
8422 identically. Do not emit PC24 relocations for shared libraries.
8423 (elf32_arm_gc_sweep_hook): Handle PLT32 and PC24 relocs
8424 identically. Don't adjust pc_count.
8425 (elf32_arm_check_relocs): Handle PLT32 and PC24 relocs identically.
8426 Set ELF_LINK_HASH_NEEDS_PLT for both. Don't adjust pc_count; don't
8427 adjust count for branch relocations.
8428 (allocate_dynrelocs): Correct typo in call to
8429 WILL_CALL_FINISH_DYNAMIC_SYMBOL. Never allocate space for
8430 PC24 or PLT32 relocs when linking.
8431
44e88952
NC
84322004-01-09 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
8433
8434 * coff-arm.c (aoutarm_std_reloc_howto): [ARM_WINCE] Synchronize ARM_26D
8435 relocation howto with ARM_26 one for consistency.
8436 (coff_arm_relocate_section): Set partial_inplace for ARM_26 relocations
8437 that will be converted to ARM_26D ones, since we always want 'done'
8438 relocations to be reflected in section's data.
8439 (coff_arm_relocate_section): [ARM_WINCE] Quick fix for BL instruction
8440 offset.
8441 (_bfd_final_link_relocate): Do not modify "inplace" data, if not
8442 requested.
8443
1e7fef1d
NC
84442004-01-08 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
8445
8446 * coff-arm.c (coff_arm_relocate_section): Do not alter relocs that
8447 are not partial_inplace during a relocatable link.
8448
4f075348
KH
84492004-01-08 Kazu Hirata <kazu@cs.umass.edu>
8450
babfd660 8451 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return early
4f075348
KH
8452 if no dynamic object is present. Declare r_symndx and h in an
8453 inner scope.
8454
de0d9f33
L
84552004-01-07 H.J. Lu <hongjiu.lu@intel.com>
8456
8457 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't install
8458 trampoline if it is known out of range.
8459
51532845
AO
84602004-01-06 Alexandre Oliva <aoliva@redhat.com>
8461
8462 2003-12-17 Alexandre Oliva <aoliva@redhat.com>
8463 * elf32-frv.c (_frv_osec_readonly_p): New.
8464 (_frv_emit_got_relocs_plt_entries): Don't emit rofixup for
8465 undefweak symbol.
8466 (_frv_count_got_plt_entries): Adjust expected count accordingly.
8467 (elf32_frv_relocate_section): Likewise. Error out if attempting
8468 to emit rofixups or dynamic relocs in read-only segments. Use
8469 _bfd_elf_section_offset to adjust r_offsets in rofixups and
8470 dynamic relocations.
8471 2003-12-12 Alexandre Oliva <aoliva@redhat.com>
8472 * elf32-frv.c (elf32_frv_relocate_section): Compute dynamic
8473 relocations or fixups involving merged sections correctly. Avoid
8474 crash when undefined symbol is referenced by R_FRV_32 or
8475 R_FRV_FUNCDESC_VALUE.
8476 2003-12-02 Alexandre Oliva <aoliva@redhat.com>
8477 * elf32-frv.c (elf32_frv_relocate_section): Add output_offset of
8478 input section holding local symbol to addend of R_FRV_32 or
8479 R_FRV_FUNCDESC_VALUE dynamic relocation.
8480 2003-11-27 Alexandre Oliva <aoliva@redhat.com>
8481 * elf32-frv.c (elf32_frv_modify_segment_map): Add link info arg.
8482 (elf32_frv_always_size_sections): Don't store pointer to
8483 __stacksize symbol in sec_info.
8484 (elf32_frv_modify_segment_map): Look it up here.
8485 2003-11-26 Alexandre Oliva <aoliva@redhat.com>
8486 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Emit the address
8487 of the lazy PLT entry, not only its offset, as the low word of a
8488 function descriptor.
8489 2003-11-10 Alexandre Oliva <aoliva@redhat.com>
8490 * elf32-frv.c (elf32_frv_always_size_sections): Define __stacksize
8491 if a hash table entry already exists but is not a definition.
8492 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
8493 * elf32-frv.c (frv_elf_link_hash_table_create): Use bfd_zalloc.
8494 (_frv_add_rofixup): Don't inline.
8495 (_frv_emit_got_relocs_plt_entries): Use NULL as funcdesc address
8496 for undefweak symbols.
8497 (elf32_frv_relocate_section): Avoid crash while computing
8498 relocation when linking with shared library. Only emit rofixups
8499 and dynamic relocations for alloc&load sections. Mark binaries
8500 with inter-segment relocations for relocation as a unit.
8501 (_frv_create_got_section): Rename .rofixup.got to .rofixup.
8502 (DEFAULT_STACK_SIZE): New.
8503 (_frv_count_got_plt_entries): Fix thinko in deciding whether to
8504 emit rofixups or dynamic relocs when linking dynamic non-PIE
8505 executables.
8506 (elf32_frv_size_dynamic_sections): Generate rofixup on PIEs and
8507 shared libs too. Reserve the last entry for the GOT pointer.
8508 (elf32_frv_finish_dynamic_sections): Emit it.
8509 (elf32_frv_always_size_sections): New.
8510 (elf32_frv_modify_segment_map): New.
8511 (elf32_frv_check_relocs): Reserve relocs32 space only in ALLOC
8512 sections.
8513 (frv_elf_merge_private_bfd_data): Clear PIC bit if FDPIC is set.
8514 (frv_elf_print_private_bfd_data): Handle FDPIC and LIBPIC.
8515 (elf_backend_always_size_sections): New.
8516 (elf_backend_modify_segment_map): New.
8517 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
8518 * config.bfd: Added frv-*-*linux*.
8519 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Use idx 0 for
8520 ABS section, instead of crashing.
8521 (elf32_frv_relocate_section): Don't crash before warning about
8522 different segments in non-PIC relocation.
8523 2003-10-17 Alexandre Oliva <aoliva@redhat.com>
8524 * elf32-frv.c (elf32_frv_relocate_section): Don't warn on LABEL24
8525 relocs to undefweak symbols.
8526 (elf32_frv_relocate_section): Ditto for undefined symbols.
8527 2003-10-06 Alexandre Oliva <aoliva@redhat.com>
8528 * elf32-frv.c (elf32_frv_create_dynamic_sections): Make sure
8529 gotfixup section was created.
8530 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
8531 * elf32-frv.c (elf32_frv_howto_table): Change GOT12,
8532 FUNCDESC_GOT12, GOTOFF12 and FUNCDESC_GOTOFF12 to
8533 complain_overflow_signed.
8534 * elf32-frv.c (_frv_add_rofixup): Do not error out if contents
8535 have not been allocated.
8536 (_frv_emit_got_relocs_plt_entries): Return non-void. Assert
8537 privfd only if dynamic sections were created.
8538 (elf32_frv_relocate_section): Compute gprel_segment, and use it
8539 for GPREL relocs. When linking relocatable FDPIC executables,
8540 emit warnings for relocations that would be illegal on PIE or
8541 shared libraries. Emit rofixup for R_FRV_32 only if input object
8542 is not FDPIC.
8543 (_frv_create_got_section): Define _gp symbol in the rofixup
8544 section.
8545 (elf32_frv_finish_dynamic_sections): If rofixups needed but
8546 dynamic sections missing, error out requesting -melf32frvfd.
8547 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
8548 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Rearrange
8549 computation of addends from section and global or local symbol
8550 value. Change return type to bfd_boolean, and return a failure if
8551 a dynamic FUNCDESC or FUNCDESC_VALUE relocation that requires a
8552 nonzero addend is required.
8553 (elf32_frv_relocate_section): Likewise. Print error for
8554 unsupported nonzero addends.
8555 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
8556 * elf32-frv.c (FRV_SYM_LOCAL): In the absence of dynamic sections,
8557 force everything local.
8558 (_frv_emit_got_relocs_plt_entries): Cope with NULL sec.
8559 * elf32-frv.c (struct frv_elf_link_hash_table): Added sgotfixup.
8560 (frv_gotfixup_section): New.
8561 (FRV_SYM_LOCAL): Accept undefweak and local common symbols.
8562 (struct frv_pic_relocs_info): Split relocs into relocs32, relocsfd
8563 and relocsfdv.
8564 (_frv_add_rofixup): New.
8565 (_frv_emit_got_relocs_plt_entries): Generate fixups for non-PIE
8566 fdpic executables. Use FRV_SYM_LOCAL more widely to simplify and
8567 improve some ugly conditions.
8568 (elf32_frv_relocate_section): Likewise. Reject inter-segment
8569 relocations in fdpic.
8570 (_frv_create_got_section): Create .rofixup.got section.
8571 (struct _frv_dynamic_got_info): Added fixups.
8572 (_frv_count_got_plt_entries): Account in-GOT relocations into
8573 relocs32, relocsfd and relocsfdv. Account them into relocs or
8574 fixups, as appropriate.
8575 (elf32_frv_size_dynamic_sections): Size rofixup section. Simplify
8576 sizing of gotrel.
8577 (elf32_frv_finish_dynamic_sections): Verify that the right number
8578 of relocations and fixups was generated.
8579 (elf32_frv_check_relocs): Compute relocs32, relocsfd and
8580 relocsfdv.
8581 * elf32-frv.c (FRV_SYM_LOCAL): New macro, used instead of
8582 SYMBOL_CALLS_LOCAL and SYMBOL_REFERENCES_LOCAL.
8583 (FRV_FUNCDESC_LOCAL): New macro, used to decide whether a function
8584 descriptor of a (formerly-)global symbol is local.
8585 (struct frv_pic_relocs_info): Adjust comments.
8586 (_frv_emit_got_relocs_plt_entries): Adjust.
8587 (elf32_frv_relocate_section): Likewise.
8588 (_frv_count_got_plt_entries): Likewise.
8589 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Don't add global
8590 symbol's value to addend in the common preamble. Decay dynamic
8591 symbols to section+offset if they bind or call locally, for GOT
8592 and FUNCDESC_VALUE, respectively.
8593 (elf32_frv_relocate_section): Likewise.
8594 (elf32_frv_check_relocs): Don't register as dynamic symbols of
8595 internal or hidden visibility.
8596 2003-09-17 Alexandre Oliva <aoliva@redhat.com>
8597 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Get addend as
8598 argument, so as to not call _bfd_elf_rel_local_sym to compute it.
8599 (elf32_frv_relocate_section): Pass relocation addend in. Use
8600 original relocation addend to look up the got relocs/plt entries
8601 table. Do not call _bfd_elf_rel_local_sym. Don't error out when
8602 processing relocations that reference .scommon symbols.
8603 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
8604 Introduce support for dynamic linking.
8605 * elf32-frv.c (R_FRV_FUNCDESC_VALUE): Mark it as 64 bits.
8606 (elf32_frv_rel_32_howto, elf32_frv_rel_funcdesc_howto,
8607 elf32_frv_rel_funcdesc_value_howto): New REL descriptors.
8608 (frv_reloc_type_lookup): Return REL howtos for executables and
8609 dynamic libraries.
8610 (frv_info_to_howto_rel): New.
8611 (struct frv_elf_link_hash_table): New.
8612 (frv_hash_table, frv_got_section, frv_gotrel_section,
8613 frv_plt_section, frv_pltrel_section, frv_relocs_info,
8614 frv_got_initial_offset, frv_plt_initial_offset): New macros.
8615 (frv_elf_link_hash_table_create): New.
8616 (struct frv_pic_relocs_info): New.
8617 (frv_pic_relocs_info_hash, frv_pic_relocs_info_eq): New.
8618 (frv_pic_relocs_info_find): New.
8619 (frv_pic_relocs_info_for_global, frv_pic_relocs_info_for_local):
8620 New.
8621 (FRV_LZPLT_BLOCK_SIZE, FRV_LZPLT_RESOLVE_LOC): New.
8622 (_frv_add_dyn_reloc, _frv_osec_to_segment): New.
8623 (_frv_emit_got_relocs_plt_entries): New.
8624 (elf32_frv_relocate_section): Add support for dynamic linking.
8625 Handle new relocations.
8626 (_frv_create_got_section): New.
8627 (elf32_frv_create_dynamic_sections): New.
8628 (ELF_DYNAMIC_INTERPRETER): New.
8629 (struct _frv_dynamic_got_info): New.
8630 (_frv_count_got_plt_entries): New.
8631 (struct _frv_dynamic_got_plt_info): New.
8632 (_frv_compute_got_alloc_data): New.
8633 (_frv_get_got_entry, _frv_get_fd_entry): New.
8634 (_frv_assign_got_entries, _frv_assign_plt_entries): New.
8635 (_frv_resolve_final_relocs_info): New.
8636 (elf32_frv_size_dynamic_sections): New.
8637 (elf32_frv_finish_dynamic_sections): New.
8638 (elf32_frv_adjust_dynamic_symbol): New.
8639 (elf32_frv_finish_dynamic_symbol): New.
8640 (elf32_frv_check_relocs): Handle new relocs. Explain how the
8641 whole thing works.
8642 (elf_info_to_howto_rel): Define.
8643 (bfd_elf32_bfd_link_hash_table_create): Define.
8644 (elf_backend_create_dynamic_sections): Define.
8645 (elf_backend_adjust_dynamic_symbol): Define.
8646 (elf_backend_size_dynamic_sections): Define.
8647 (elf_backend_finish_dynamic_symbol): Define.
8648 (elf_backend_finish_dynamic_sections): Define.
8649 (elf_backend_want_got_sym): Define.
8650 (elf_backend_got_header_size): Define.
8651 (elf_backend_want_got_plt): Define.
8652 (elf_backend_plt_readonly): Define.
8653 (elf_backend_want_plt_sym): Define.
8654 (elf_backend_plt_header_size): Define.
8655 (elf_backend_may_use_rel_p): Define.
8656 (elf_backend_may_use_rela_p): Define.
8657 (elf_backend_default_use_rela_p): Define.
8658 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
8659 * elf32-frv.c (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
8660 R_FRV_FUNCDESC_GOTOFFHI, R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12,
8661 R_FRV_GOTOFFHI, R_FRV_GOTOFFLO): New.
8662 (frv_reloc_map): Map the corresponding BFD relocs to them.
8663 (frv_reloc_type_lookup): ... and back to BFD relocs.
8664 * reloc.c: New relocs.
8665 * bfd-in2.h, libbfd.h: Rebuilt.
8666 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
8667 * elf32-frv.c (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
8668 R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
8669 R_FRV_FUNCDESC_GOTLO): New.
8670 (frv_reloc_map): Map the corresponding BFD relocs to them.
8671 (frv_reloc_type_lookup): ... and back to BFD relocs.
8672 * reloc.c: New relocs.
8673 * bfd-in2.h, libbfd.h: Rebuilt.
8674
4301eeb1
MR
86752004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8676
8677 * elf32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
8678 targets to support pages of up to 64kB.
8679 (elf32_bed): Redefine to get a separate backend data structure for
8680 traditional targets.
8681 * elf64-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
8682 targets to support pages of up to 64kB.
8683 (elf64_bed): Redefine to get a separate backend data structure for
8684 traditional targets.
8685 * elfn32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
8686 targets to support pages of up to 64kB.
8687 (elf32_bed): Redefine to get a separate backend data structure for
8688 traditional targets.
8689
0647ed71
MK
86902004-01-04 Mark Kettenis <kettenis@gnu.org>
8691
8692 * elf32-sparc.c (elf32_sparc_grok_psinfo): New function.
8693
61adc1a4
NC
86942004-01-02 Mark Kettenis <kettenis@gnu.org>
8695
8696 * elf32-i386.c (elf_i386_grok_prstatus): Add support for FreeBSD.
8697 (elf_i386_grok_psinfo): Likewise.
8698
b50c15dc
NC
86992004-01-02 Bernardo Innocenti <bernie@develer.com>
8700
8701 * config.bfd: Add m68k-uClinux target.
8702
2627de83
AM
87032004-01-01 Grant Edwards <grante@visi.com>
8704
8705 * elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.
8706 * elf32-h8300.c (elf32_h8_gc_mark_hook): New function.
8707 (elf32_h8_gc_sweep_hook): New function.
8708 (elf_backend_gc_mark_hook): Define.
8709 (elf_backend_gc_sweep_hook): Define.
8710 (elf_backend_can_gc_sections): Define.
8711
c9e214e5 8712For older changes see ChangeLog-0203
56882138
AM
8713\f
8714Local Variables:
8715mode: change-log
8716left-margin: 8
8717fill-column: 74
8718version-control: never
8719End:
This page took 0.84251 seconds and 4 git commands to generate.