include/elf/
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2004-12-16 Richard Sandiford <rsandifo@redhat.com>
2
3 * reloc.c (BFD_RELOC_V850_LO16_SPLIT_OFFSET): New bfd_reloc_code_type.
4 * elf32-v850.c (v850_elf_howto_table): Add entry for
5 R_V850_LO16_SPLIT_OFFSET.
6 (v850_elf_reloc_map): Map it to BFD_RELOC_V850_LO16_SPLIT_OFFSET.
7 (v850_elf_perform_lo16_relocation): New function, extracted from...
8 (v850_elf_perform_relocation): ...here. Use it to handle
9 R_V850_LO16_SPLIT_OFFSET.
10 (v850_elf_check_relocs, v850_elf_final_link_relocate): Handle
11 R_V850_LO16_SPLIT_OFFSET.
12 * libbfd.h, bfd-in2.h: Regenerate.
13
14 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
15
16 * config.bfd: Add s390x-ibm-tpf support.
17
18 2004-12-14 Tomer Levi <Tomer.Levi@nsc.com>
19
20 * elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *'
21 to prototype, to make hash info available.
22 Prevent wrapped symbols from being adjusted twice.
23
24 2004-12-14 Richard Sandiford <rsandifo@redhat.com>
25
26 * elfxx-mips.c (mips_elf_calculate_relocation): Don't report an
27 overflow for calls to undefined weak symbols.
28
29 2004-12-11 Alan Modra <amodra@bigpond.net.au>
30
31 * elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that
32 canonical sections syms have a name.
33
34 2004-12-11 Alan Modra <amodra@bigpond.net.au>
35
36 * elf64-ppc.c (opd_entry_value): Don't use cached relocs if they
37 have been adjusted for output.
38 (ppc64_elf_relocate_section): Mark sections with reloc_done.
39
40 2004-12-10 Alan Modra <amodra@bigpond.net.au>
41
42 * elf.c (bfd_elf_sym_name): Rename from bfd_elf_local_sym_name and
43 add symtab_hdr param.
44 (group_signature): Update calls.
45 * elf-bfd.h (bfd_elf_sym_name): Update.
46 * elf32-ppc.c (ppc_elf_relocate_section): Update.
47 * elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc)
48 (ppc64_elf_relocate_section): Update
49 * elflink.c (elf_link_input_bfd): Update.
50
51 2004-12-10 Jakub Jelinek <jakub@redhat.com>
52
53 * elf.c (bfd_elf_local_sym_name): Avoid crashes with invalid
54 st_shndx on STT_SECTION sections.
55
56 2004-12-09 Daniel Jacobowitz <dan@codesourcery.com>
57
58 * elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalize
59 ELF section symbols.
60
61 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
62
63 * elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR,
64 return a real value, unless it is a PLT symbol.
65 (mips_elf_perform_relocation): On the RM9000, turn a jal into a
66 bal if possible.
67
68 * elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
69 R_MIPS_JALR entry to 0.
70
71 * archures.c: Define bfd_mach_mips9000.
72 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_9000.
73 (mips_set_isa_flags): Handle bfd_mach_mips9000.
74 * cpu-mips.c (I_mips9000): Define.
75 (arch_info_struct): Add case for bfd_mach_mips9000.
76 * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mips9000.
77 * bfd-in2.h: Regenerate.
78
79 2004-12-08 Ian Lance Taylor <ian@wasabisystems.com>
80
81 * elfxx-mips.c (mips_elf_calculate_relocation): Test for R_MIPS_26
82 overflow.
83
84 2004-12-07 Ben Elliston <bje@gnu.org>
85
86 * netbsd-core.c (netbsd_core_file_p): Make `i' unsigned.
87
88 2004-12-06 Daniel Jacobowitz <dan@debian.org>
89
90 Suggested by Fergal Daly <fergal@esatclear.ie>:
91 * simple.c (simple_dummy_multiple_definition): New function.
92 (bfd_simple_get_relocated_section_contents): Use it.
93
94 2004-12-03 Jan Beulich <jbeulich@novell.com>
95
96 * elf.c (elf_find_function): Don't use the last file symbol ever,
97 seen, but the last one seen prior to the symbol being reported.
98 Don't report a filename at all for global symbols when that might
99 be ambiguous/wrong.
100
101 2004-12-01 Paul Brook <paul@codesourcery.com>
102
103 * elf32-arm.c (elf32_arm_copy_private_bfd_data): Set EI_OSABI.
104 (elf32_arm_post_process_headers): Set EI_OSABI depending on ABI
105 version.
106
107 2004-12-01 Paul Brook <paul@codesourcery.com>
108
109 * elflink.c (elf_link_add_object_symbols): Make symbols from discarded
110 sections undefined.
111
112 2004-11-30 Paul Brook <paul@codesourcery.com>
113
114 * elf32-arm.c (struct elf32_arm_link_hash_table): Remove
115 no_pipeline_knowledge
116 (elf32_arm_link_hash_table_create): Ditto.
117 (bfd_elf32_arm_process_before_allocation): Ditto.
118 (elf32_arm_final_link_relocate): Ditto. Remove oabi relocation
119 handling.
120 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
121 prototype.
122 * bfd-in2.h: Regenerate.
123
124 2004-11-30 Randolph Chung <tausq@debian.org>
125
126 * elf32-hppa.c (elf32_hppa_grok_prstatus): New function.
127 (elf32_hppa_grok_psinfo): New function.
128 (elf_backend_grok_prstatus): Define.
129 (elf_backend_grok_psinfo): Define.
130
131 2004-11-24 H.J. Lu <hongjiu.lu@intel.com>
132
133 PR 574:
134 * elfcode.h (elf_slurp_symbol_table): Handle STT_TLS.
135
136 2004-11-24 Paul Brook <paul@codesourcery.com>
137
138 * elf.c (assign_section_numbers): Number SHT_GROUP sections first.
139
140 2004-11-24 Paul Brook <paul@codesourcery.com>
141
142 * elf32-arm.c (elf32_arm_swap_symbol_in): New function.
143 (elf32_arm_swap_symbol_out): New function.
144 (elf32_arm_size_info): Add.
145 (elf_backend_size_info): Define.
146
147 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
148
149 * hpux-core.c (hpux_core_core_file_p): Use offsetof macro in calls to
150 make_bfd_asection.
151
152 2004-11-19 Alan Modra <amodra@bigpond.net.au>
153
154 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Warning fix.
155 * elf32-iq2000.c (iq2000_reloc_type_lookup): C90 function decl.
156 * nlmcode.h (nlm_write_object_contents): Warning fix.
157
158 2004-11-18 Bob Wilson <bob.wilson@acm.org>
159
160 * elf32-xtensa.c (ebb_propose_action): Fix argument order.
161
162 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
163
164 * elf32-arm.c (PLT_THUMB_STUB_SIZE): Define.
165 (elf32_arm_plt_thumb_stub): New.
166 (struct elf32_arm_link_hash_entry): Add plt_thumb_refcount
167 and plt_got_offset.
168 (elf32_arm_link_hash_traverse): Fix typo.
169 (elf32_arm_link_hash_table): Add obfd.
170 (elf32_arm_link_hash_newfunc): Initialize new fields.
171 (elf32_arm_copy_indirect_symbol): Copy plt_thumb_refcount.
172 (elf32_arm_link_hash_table_create): Initialize obfd.
173 (record_arm_to_thumb_glue): Mark the glue as a local ARM function.
174 (record_thumb_to_arm_glue): Mark the glue as a local Thumb function.
175 (bfd_elf32_arm_get_bfd_for_interworking): Verify that the
176 interworking BFD is not dynamic.
177 (bfd_elf32_arm_process_before_allocation): Handle R_ARM_PLT32. Do
178 not emit glue for PLT references.
179 (elf32_arm_final_link_relocate): Handle Thumb functions. Do not
180 emit glue for PLT references. Support the Thumb PLT prefix.
181 (elf32_arm_gc_sweep_hook): Handle R_ARM_THM_PC22 and
182 plt_thumb_refcount.
183 (elf32_arm_check_relocs): Likewise.
184 (elf32_arm_adjust_dynamic_symbol): Handle Thumb functions and
185 plt_thumb_refcount.
186 (allocate_dynrelocs): Handle Thumb PLT references.
187 (elf32_arm_finish_dynamic_symbol): Likewise.
188 (elf32_arm_symbol_processing): New function.
189 (elf_backend_symbol_processing): Define.
190
191 2004-11-16 Richard Sandiford <rsandifo@redhat.com>
192
193 * elf-bfd.h (eh_cie_fde): Add new fields: add_augmentation_size and
194 add_fde_encoding. Remove need_relative.
195 * elf-eh-frame.c (extra_augmentation_string_bytes)
196 (extra_augmentation_data_bytes, size_of_output_cie_fde): New functions.
197 (_bfd_elf_discard_section_eh_frame): Consider changing the FDE encoding
198 in cases where the CIE has no existing 'R' augmentation. Use
199 size_of_output_cie_fde when assigning offsets. Use the final offset
200 as the new section size.
201 (_bfd_elf_eh_frame_section_offset): Remove need_relative handling.
202 Account for any extra augmentation bytes in the returned offset.
203 (_bfd_elf_write_section_eh_frame): Rework so that the entries are
204 moved before being modified. Pad growing entries with DW_CFA_nops.
205 Add 'z' and 'R' augmentations as directed by add_augmentation_size
206 and add_fde_encoding.
207
208 2004-11-15 Mark Mitchell <mark@codesourcery.com>
209
210 * elf32-arm.c (elf32_arm_relocate_section): Use
211 arm_real_reloc_type.
212
213 2004-11-16 Richard Sandiford <rsandifo@redhat.com>
214
215 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Return early
216 for discard relocations; don't add an R_MIPS_NONE to the main body
217 of .rel.dyn.
218
219 2004-11-04 Paul Brook <paul@codesourcery.com>
220
221 * elf-bfd.h (_bfd_elf_slurp_version_tables): Update prototype.
222 * elf.c (_bfd_elf_print_private_bfd_data): Pass extra argument.
223 (_bfd_elf_slurp_version_tables): Add extra argument. Create extra
224 default version definition for unversioned symbols.
225 * elfcode.h (elf_slurp_symbol_table): Pass extra argument.
226 * elflink.c (elf_link_add_object_symbols): Pass extra argument to
227 _bfd_elf_slurp_version_tables. Set default version for unversioned
228 imported symbols.
229
230 2004-11-15 Paul Brook <paul@codesourcery.com>
231
232 * elflink.c (elf_link_add_object_symbols): Don't assume version
233 indices are consecutive.
234
235 2004-11-14 Richard Sandiford <rsandifo@redhat.com>
236
237 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Deal with
238 composite relocations against the personality data.
239
240 2004-11-13 Paul Brook <paul@codesourcery.com>
241
242 * bfd/elf32-arm.c (elf32_arm_final_link_relocate): Resolve
243 R_ARM_PREL31 relocations to PLT entries.
244 (elf32_arm_relocate_section, elf32_arm_gc_sweep_hook): Ditto.
245 (elf32_arm_check_relocs): Ditto.
246
247 2004-11-12 Bob Wilson <bob.wilson@acm.org>
248
249 * xtensa-isa.c (xtensa_interface_class_id): New.
250
251 2004-11-11 Bob Wilson <bob.wilson@acm.org>
252
253 * elf32-xtensa.c (property_table_compare): Remove assertion about
254 entries with the same address and non-zero size.
255 (xtensa_read_table_entries): Report such entries as errors.
256
257 2004-11-11 Mark Mitchell <mark@codesourcery.com>
258
259 * elf32-arm.c (elf32_arm_final_link_relocate): Correct logic for
260 R_ARM_RELATIVE on Symbian OS.
261
262 2004-11-09 Mark Mitchell <mark@codesourcery.com>
263
264 * som.c (som_bfd_print_private_bfd_data): New function.
265 (som_object_setup): Save the auxiliary header. Don't assume that
266 zero is an invalid entry point for a shared library.
267 (som_object_p): Allocate the auxiliary header on the heap.
268
269 * elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&R
270 declaration.
271 (elf32_arm_symbian_modify_segment_map): Likewise.
272
273 2004-11-09 Daniel Jacobowitz <dan@debian.org>
274
275 From David Poole <daveml@mbuf.com>:
276 * elf32-arm.c (elf32_arm_readonly_dynrelocs): New function.
277 (elf32_arm_size_dynamic_sections): Call it.
278
279 2004-11-09 Alan Modra <amodra@bigpond.net.au>
280
281 * Makefile.am (SOURCE_HFILES): Remove elf32-arm.h.
282 (ALL_MACHINES_CFILES): Fix typo.
283 * Makefile.in: Regenerate.
284 * po/SRC-POTFILES.in: Regenerate.
285
286 2004-11-08 Mark Mitchell <mark@codesourcery.com>
287
288 * elf32-arm.c (elf32_arm_final_link_relocate): When generating an
289 R_ARM_RELATIVE relocation for Symbian OS, mention the section
290 symbol in the relocation.
291
292 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
293 Vineet Sharma <vineets@noida.hcltech.com>
294
295 * coff-maxq.c: New File.
296 * cpu-maxq.c: New File.
297 * coffcode.h: Likewise.
298 * config.bfd: Likewise.
299 * configure.in (maxqcoff_vec): New target vector.
300 * Makefile.am: Add support for maxq target.
301 * configure.in: Likewise.
302 * archures.c:. Likewise.
303 * targets.c: Likewise.
304 * bfd_in2.h : Regenerated.
305 * Makefile.in: Regenerated.
306 * configure: Regenerated.
307 * doc/Makefile.in: Regenerated.
308
309 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
310
311 * coff-i386.c (coff_i386_reloc): Fix weak symbols.
312 * cofflink.c (_bfd_coff_link_input_bfd): Don't process
313 C_NT_WEAK aux entries.
314 (_bfd_coff_generic_relocate_section): Handle undefined
315 aliases.
316
317 2004-11-07 Andreas Schwab <schwab@suse.de>
318
319 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Use
320 SYMBOL_CALLS_LOCAL and check for undefweak symbols with
321 non-default visibility.
322
323 2004-11-01 Mark Mitchell <mark@codesourcery.com>
324
325 * elf32-arm.c (elf32_arm_symbian_begin_write_processing): Clear
326 D_PAGED.
327 (elf32_arm_symbian_modify_segment_map): Don't
328 reset includes_filehdr and includes_phdrs here.
329
330 2004-11-04 Daniel Jacobowitz <dan@debian.org>
331
332 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace
333 elfarm-nabi with elf32-arm. Remove elfarm-oabi.
334 (elf32-arm.lo): Replace elfarm-nabi.lo rule. Remove elf32-arm.h
335 dependency.
336 * config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list
337 to a new removed list. Remove normal configuration stanzas.
338 * configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec)
339 (bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace
340 elfarm-nabi.lo with elf32-arm.lo.
341 (bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove.
342 * elf32-arm.c: Renamed from elfarm-nabi.c. Inline elf32-arm.h.
343 * elf32-arm.h: Remove.
344 * elfarm-oabi.c: Remove.
345 * targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec
346 and bfd_elf32_littlearm_oabi_vec.
347 * aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated.
348
349 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
350
351 * config.bfd: Support crisv32-*-* like cris-*-*.
352 * archures.c (bfd_mach_cris_v0_v10, bfd_mach_cris_v32)
353 (bfd_mach_cris_v10_v32): New macros.
354 * cpu-cris.c: Tweak formatting.
355 (get_compatible): New function.
356 (N): New macro.
357 (bfd_cris_arch_compat_v10_v32, bfd_cris_arch_v32): New
358 bfd_arch_info_type:s.
359 (bfd_cris_arch): Use bfd_mach_cris_v0_v10 for member mach,
360 get_compatible for member compatible and link bfd_cris_arch_v32 as
361 next.
362 * elf32-cris.c (cris_elf_pcrel_reloc)
363 (cris_elf_set_mach_from_flags): New functions.
364 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL>
365 <R_CRIS_32_PCREL>: Use cris_elf_pcrel_reloc.
366 (cris_elf_grok_prstatus, cris_elf_grok_psinfo): Give correct
367 numbers for bfd_mach_cris_v32.
368 (PLT_ENTRY_SIZE_V32): New macro.
369 (elf_cris_plt0_entry): Drop last comma in initializer.
370 (elf_cris_plt0_entry_v32, elf_cris_plt_entry_v32)
371 (elf_cris_pic_plt0_entry_v32, elf_cris_pic_plt_entry_v32): New
372 PLT initializers.
373 (cris_elf_relocate_section): Change all "%B(%A)" messages to
374 "%B, section %A".
375 (elf_cris_finish_dynamic_symbol): Do V32-specific PLT entries.
376 (elf_cris_finish_dynamic_sections): Similar.
377 (elf_cris_adjust_dynamic_symbol): Similar.
378 (cris_elf_check_relocs): Change all "%B(%A)" messages to "%B,
379 section %A".
380 <switch with PIC relocs>: Emit error and return FALSE for
381 bfd_mach_cris_v10_v32.
382 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
383 Emit warning when generating textrel reloc.
384 (cris_elf_object_p): Call cris_elf_set_mach_from_flags.
385 (cris_elf_final_write_processing): Set flags according to mach.
386 (cris_elf_print_private_bfd_data): Display
387 EF_CRIS_VARIANT_COMMON_V10_V32 and EF_CRIS_VARIANT_V32.
388 (cris_elf_merge_private_bfd_data): Drop variables old_flags,
389 new_flags. Don't call cris_elf_final_write_processing. Don't
390 look at the actual elf header flags at all; use
391 bfd_get_symbol_leading_char to check ibfd, obfd. Trap difference
392 in bfd_get_mach for ibfd and obfd and handle merging of compatible
393 objects.
394 (bfd_elf32_bfd_copy_private_bfd_data): Define.
395 * reloc.c (BFD_RELOC_CRIS_SIGNED_8, BFD_RELOC_CRIS_UNSIGNED_8)
396 (BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_UNSIGNED_16)
397 (BFD_RELOC_CRIS_LAPCQ_OFFSET): New relocs.
398 * bfd-in2.h, libbfd.h: Regenerate.
399
400 2004-11-04 Alan Modra <amodra@bigpond.net.au>
401
402 * elf64-ppc.h (ppc64_elf_edit_toc): Declare.
403 * elf64-ppc.c (struct ppc_link_hash_entry <adjust_done>): Update
404 comment.
405 (struct adjust_toc_info): New.
406 (adjust_toc_syms, ppc64_elf_edit_toc): New functions.
407
408 2004-11-03 Bob Wilson <bob.wilson@acm.org>
409
410 * elf.c (assign_file_positions_for_segments): Set next_file_pos even
411 if there are no segments.
412
413 2004-11-02 Daniel Jacobowitz <dan@debian.org>
414
415 * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
416
417 2004-11-02 Nick Clifton <nickc@redhat.com>
418
419 * elf32-iq2000.c: Convert to ISO C90 formatting.
420
421 2004-11-02 Hans-Peter Nilsson <hp@axis.com>
422
423 * elflink.c (_bfd_elf_create_got_section): Hide _GLOBAL_OFFSET_TABLE_.
424
425 2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
426
427 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle weak
428 undefined symbols for R_IA64_SECREL32MSB, R_IA64_SECREL32LSB,
429 R_IA64_SECREL64MSB and R_IA64_SECREL64LSB.
430
431 2004-10-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
432
433 * elf32-sh.c (tpoff): Take alignment into account.
434
435 2004-10-28 Nick Clifton <nickc@redhat.com>
436
437 * elf32-iq2000.c (iq2000_elf_relocate_section): Do nothing when
438 performing a relocatable link.
439 (iq2000_elf_object_p): Do not set elf_bad_symtab. This is only
440 for MIPS ports under Irix.
441
442 2004-10-27 Richard Earnshaw <rearnsha@arm.com>
443
444 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Handle
445 R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24.
446 (elf32_arm_final_link_relocate): Ditto.
447 (arm_add_to_rel, elf32_arm_relocate_section): Ditto.
448 (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto
449 (elf32_arm_adjust_dynamic_symbol): Ditto.
450 * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_CALL and
451 R_ARM_JUMP32. Move R_ARM_R{REL32,ABS32,PC24,BASE}...
452 (elf32_arm_r_howto): ... To here.
453 (elf32_arm_howto_from_type): Use elf32_arm_r_howto.
454
455 2004-10-26 H.J. Lu <hongjiu.lu@intel.com>
456
457 PR 475
458 * elfxx-ia64.c (elfNN_ia64_relocate_section): Correct
459 R_IA64_SECREL32MSB, R_IA64_SECREL32LSB, R_IA64_SECREL64MSB
460 and R_IA64_SECREL64LSB.
461
462 2004-10-26 Paul Brook <paul@codesourcery.com>
463
464 * elflink.c (elf_finalize_dynstr): Skip shared aux structure.
465 (bfd_elf_size_dynamic_sections): Create default version definition.
466 (elf_link_output_extsym): Adjust for default symbol version.
467
468 2004-10-24 Hans-Peter Nilsson <hp@bitrange.com>
469
470 * mmo.c: Adjust to ISO C.
471
472 * mmo.c (mmo_write_section_description): New function broken out
473 of mmo_internal_write_section.
474 (mmo_internal_write_section): For each of .text and .data, call
475 mmo_write_section_description before outputting contents if it has
476 nontrivially deducible vma or contents.
477 (mmo_has_leading_or_trailing_zero_tetra_p): New function.
478 (mmo_canonicalize_symtab): Adjust absolute symbols to .data
479 symbols if found within the .data address range.
480
481 2004-10-24 Daniel Jacobowitz <dan@debian.org>
482
483 * opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.
484
485 2004-10-24 Hans-Peter Nilsson <hp@bitrange.com>
486
487 * mmo.c (File Layout): Correct place of misplaced blurb about
488 special data.
489
490 2004-10-22 Mark Kettenis <kettenis@gnu.org>
491
492 * config.bfd: Add mips64*-*-openbsd.
493
494 2004-10-21 Bob Wilson <bob.wilson@acm.org>
495
496 * elf32-xtensa.c (ebb_propose_action): Put declarations before
497 statements.
498
499 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
500
501 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.94.
502 * configure: Regenerate.
503
504 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
505
506 PR 463
507 * aoutx.h (aout_link_input_section_std): Pass proper hash entry
508 to linker reloc_overflow callback.
509 (aout_link_input_section_ext): Likewise.
510 (aout_link_reloc_link_order): Likewise.
511 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
512 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
513 Likewise.
514 (alpha_relocate_section): Likewise.
515 * coff-arm.c (coff_arm_relocate_section): Likewise.
516 * coff-h8300.c (h8300_reloc16_extra_cases): Likewise.
517 * coff-h8500.c (extra_case): Likewise.
518 * coff-i960.c (coff_i960_relocate_section): Likewise.
519 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
520 * coff-mips.c (mips_relocate_section): Likewise.
521 * coff-or32.c (coff_or32_relocate_section): Likewise.
522 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
523 * coff-rs6000.c (xcoff_ppc_relocate_section): Likewise.
524 * coff-sh.c (sh_relocate_section): Likewise.
525 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
526 * coff-w65.c (w65_reloc16_extra_cases): Likewise.
527 * coff-z8k.c (extra_case): Likewise.
528 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
529 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
530 (_bfd_coff_generic_relocate_section): Likewise.
531 * ecoff.c (ecoff_reloc_link_order): Likewise.
532 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
533 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
534 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
535 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
536 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
537 * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
538 * elf32-cris.c (cris_elf_relocate_section): Likewise.
539 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
540 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
541 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
542 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
543 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
544 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
545 * elf32-i370.c (i370_elf_relocate_section): Likewise.
546 * elf32-i386.c (elf_i386_relocate_section): Likewise.
547 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
548 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
549 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
550 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
551 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
552 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
553 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
554 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
555 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
556 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
557 * elf32-s390.c (elf_s390_relocate_section): Likewise.
558 * elf32-sh.c (sh_elf_relocate_section): Likewise.
559 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
560 * elf32-v850.c (v850_elf_relocate_section): Likewise.
561 * elf32-vax.c (elf_vax_relocate_section): Likewise.
562 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
563 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
564 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
565 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
566 * elf64-s390.c (elf_s390_relocate_section): Likewise.
567 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
568 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
569 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
570 * elflink.c (elf_reloc_link_order): Likewise.
571 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
572 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
573 (_bfd_elf_mips_get_relocated_section_contents): Likewise.
574 * linker.c (_bfd_generic_reloc_link_order): Likewise.
575 * pdp11.c (pdp11_aout_link_input_section): Likewise.
576 (aout_link_reloc_link_order): Likewise.
577 * reloc.c (bfd_generic_get_relocated_section_contents):
578 Likewise.
579 * xcofflink.c (xcoff_reloc_link_order): Likewise.
580 * simple.c (simple_dummy_reloc_overflow): Updated.
581
582 2004-10-20 Andreas Schwab <schwab@suse.de>
583
584 * elf32-m68k.c (elf_m68k_plt_sym_val): New function.
585 (elf_backend_plt_sym_val): Define.
586
587 2004-10-19 Danny Smith <dannysmith@users.sourceforege.net>
588
589 * config.bfd: Set targ_underscore=yes for PE COFF targets
590
591 2004-10-19 Alan Modra <amodra@bigpond.net.au>
592
593 * elf64-ppc.c (opd_entry_value): Handle --just-symbols objects.
594 (ppc64_elf_edit_opd): Likewise.
595
596 2004-10-18 Mark Mitchell <mark@codesourcery.com>
597
598 * elfarm-nabi.c (ELF_DYNAMIC_SEC_FLAGS): Add comment.
599 * elflink.c (_bfd_elf_create_dynamic_sections): For a loaded PLT,
600 set SEC_ALLOC and SEC_LOAD.
601
602 2004-10-18 Nick Clifton <nickc@redhat.com>
603
604 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Compute
605 'name' for relocs against both local and global symbols.
606
607 2004-10-16 Daniel Jacobowitz <dan@debian.org>
608
609 * bfd-in2.h: Regenerate.
610 * bfd.c (struct bfd): Add no_export.
611 * elflink.c (elf_link_add_object_symbols): Handle no_export.
612
613 2004-10-15 Alan Modra <amodra@bigpond.net.au>
614
615 * config.bfd: Whitespace cleanup.
616 * Makefile.am: Run "make dep-am"
617 * Makefile.in: Regenerate.
618
619 2004-10-15 Jakub Jelinek <jakub@redhat.com>
620
621 * elflink.c (struct already_linked_section): Removed.
622 (try_match_symbols_in_sections, already_linked): Removed.
623 (_bfd_elf_section_already_linked): Skip ^\.gnu\.linkonce\.[^.]*\.
624 prefix of section names when finding already_linked_table
625 chain. Compare section names. Instead of calling already_linked,
626 do it inline and only for sections in the same already_linked_list.
627
628 2004-10-15 Alan Modra <amodra@bigpond.net.au>
629
630 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Add "info"
631 parameter. If called after _bfd_elf_write_section_eh_frame,
632 don't allow a -2 return unless need_* bit is already set, and
633 handle offsets adjusted for output_offset.
634 * elf-bfd.h (_bfd_elf_eh_frame_section_offset): Update prototype.
635 * elf.c (_bfd_elf_section_offset): Update call.
636
637 2004-10-13 H.J. Lu <hongjiu.lu@intel.com>
638
639 PR 440
640 * coffcode.h (coff_compute_section_file_positions): Cast to
641 bfd_vma when computing page alignment.
642
643 2004-10-13 Mark Mitchell <mark@codesourcery.com>
644
645 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
646 offsets, not VMAs, for DT_VERSYM, DT_VERDEF, DT_VERNEED.
647
648 2004-10-12 Mark Mitchell <mark@codesourcery.com>
649
650 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Make .rel.plt
651 relocations use a virtual address, not a section offset.
652
653 2004-10-12 Bob Wilson <bob.wilson@acm.org>
654
655 * elf32-xtensa.c (elf_xtensa_get_private_bfd_flags): Delete.
656 (narrow_instruction, widen_instruction): Remove unnecessary calls to
657 xtensa_format_encode.
658 (ebb_propose_action): Inline call to ebb_add_proposed_action.
659 (ebb_add_proposed_action): Delete.
660
661 2004-10-12 Bob Wilson <bob.wilson@acm.org>
662
663 * elf32-xtensa.c: Use ISO C90 formatting.
664
665 2004-10-12 Paul Brook <paul@codesourcery.com>
666
667 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Rephrase error
668 message.
669
670 2004-10-12 Paul Brook <paul@codesourcery.com>
671
672 * elf32-arm.h: Support EABI version 4 objects.
673
674 2004-10-12 Alan Modra <amodra@bigpond.net.au>
675
676 PR 325
677 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Place last in chain.
678 Don't mark as default.
679 (bfd_x86_64_arch): Don't mark as default.
680
681 2004-10-12 Alan Modra <amodra@bigpond.net.au>
682
683 * elflink.c (enum action_discarded): New.
684 (elf_section_complain_discarded): Delete.
685 (elf_action_discarded): New function subsuming the above and also
686 controlling reloc behaviour.
687 (elf_link_input_bfd): Use it.
688
689 2004-10-11 Jakub Jelinek <jakub@redhat.com>
690
691 * elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST.
692 (special_sections): Add .gnu.liblist and .gnu.conflict.
693 (assign_section_numbers): Handle SHT_GNU_LIBLIST.
694
695 2004-10-11 Alan Modra <amodra@bigpond.net.au>
696
697 PR 233
698 * elflink.c (elf_link_input_bfd): Try harder to support
699 relocations against symbols in removed linkonce sections.
700
701 2004-10-11 Alan Modra <amodra@bigpond.net.au>
702
703 * elflink.c (elf_link_input_bfd): Revert PR 354 change.
704
705 PR 354
706 * elflink.c (elf_link_input_bfd): Check that relocs in SEC_ALLOC
707 sections do not reference symbols in non-SEC_ALLOC sections.
708
709 2004-10-11 Alan Modra <amodra@bigpond.net.au>
710
711 PR 437
712 * elflink.c (elf_link_sort_relocs): Don't bomb on unusual sections.
713 (_bfd_elf_link_omit_section_dynsym): Formatting.
714
715 2004-10-10 Alan Modra <amodra@bigpond.net.au>
716
717 * libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.
718 * libbfd.h: Regnerate.
719 * elf32-cris.c: Add missing semicolon to BFD_ASSERTs.
720 * elf32-frv.c: Likewise.
721 * elf32-m32r.c: Likewise.
722 * elf32-ppc.c: Likewise.
723 * elf64-hppa.c: Likewise.
724 * elfxx-ia64.c: Likewise.
725 * opncls.c: Likewise.
726
727 2004-10-10 Alan Modra <amodra@bigpond.net.au>
728
729 * elf-bfd.h (struct eh_frame_hdr_info): Add offsets_adjusted.
730 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust
731 offsets stored in struct eh_cie_fde entries before doing other
732 work.
733
734 * elf-bfd.h (struct eh_cie_fde): Add cie_inf, remove sec.
735 (struct eh_frame_hdr_info): Add last_cie_inf, remove last_cie_offset.
736 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete code
737 setting offsets for removed CIEs. Don't set "sec", instead set
738 cie_inf for FDEs. Keep a pointer to last struct eh_cie_fde for a
739 CIE in hdr_info. Only set make_relative and make_lsda_relative
740 for CIEs. Use pointers rather than array indices.
741 (_bfd_elf_eh_frame_section_offset): Test/set make_relative,
742 make_lsda_relative, need_* on cie_inf for FDEs.
743 (_bfd_elf_write_section_eh_frame): Adjust offset and new_offset for
744 section output_offset. Delete cie_offset, instead use cie_inf
745 pointer to CIE entry. Use need_relative and need_lsda_relative on
746 CIE entry for FDEs. Use pointers rather than array indices.
747
748 2004-10-09 Alan Modra <amodra@bigpond.net.au>
749
750 * coff-rs6000.c (rs6000coff_vec): Add initializer for
751 bfd_is_target_special_symbol.
752 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
753 * som.c (som_bfd_is_target_special_symbol): Define.
754
755 2004-10-08 Nick Clifton <nickc@redhat.com>
756
757 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.93.
758 * configure: Regenerate.
759 * bfd-in2.h: Regenerate.
760 * syms.c (bfd_is_target_special_symbol): New interface function.
761 Returns true when a symbol should be considered to be special.
762 * targets.c (bfd_target): Include bfd_is_target_special_symbol in
763 the symbol jump table.
764 * elf32-arm.h (elf32_arm_is_target_special_symbol): New function.
765 Return true iff the symbol is a mapping symbol.
766 (bfd_elf32_bfd_is_target_special_symbol): Define.
767 * elfxx-target.h: Provide a default definition for
768 bfd_is_target_special_symbol.
769 * aout-target.h: Likewise.
770 * aout-tic30.c: Likewise.
771 * binary.c: Likewise.
772 * coffcode.h: Likewise.
773 * i386msdos.c: Likewise.
774 * ieee.c: Likewise.
775 * ihex.c: Likewise.
776 * libaout.h: Likewise.
777 * libbfd-in.h: Likewise
778 * libecoff.h: Likewise.
779 * mach-o.c: Likewise.
780 * mmo.c: Likewise.
781 * nlm-target.h: Likewise.
782 * oasys.c: Likewise.
783 * pef.c: Likewise.
784 * ppcboot.c: Likewise.
785 * srec.c: Likewise.
786 * tekhex.c: Likewise.
787 * versados.c: Likewise.
788 * vms.c: Likewise.
789 * xcoff-target.h: Likewise.
790 * xsym.c: Likewise.
791 * libbfd.h: Regenerate.
792
793 2004-10-08 Daniel Jacobowitz <dan@debian.org>
794
795 * config.bfd: Include 64-bit support for i[3-7]86-*-solaris2*.
796 * elf64-x86-64.c (elf64_x86_64_section_from_shdr): New function.
797 (elf_backend_section_from_shdr): Define.
798
799 2004-10-08 Alan Modra <amodra@bigpond.net.au>
800
801 * syms.c (bfd_is_local_label): Return false for file symbols.
802
803 2004-10-07 Bob Wilson <bob.wilson@acm.org>
804 David Heine <dlheine@tensilica.com>
805
806 * elf32-xtensa.c (elf32xtensa_size_opt): New global variable.
807 (xtensa_default_isa): Global variable moved here from xtensa-isa.c.
808 (elf32xtensa_no_literal_movement): New global variable.
809 (elf_howto_table): Add entries for new relocations.
810 (elf_xtensa_reloc_type_lookup): Handle new relocations.
811 (property_table_compare): When addresses are equal, compare sizes and
812 various property flags.
813 (property_table_matches): New.
814 (xtensa_read_table_entries): Extend to read new property tables. Add
815 output_addr parameter to indicate that output addresses should be used.
816 Use bfd_get_section_limit.
817 (elf_xtensa_find_property_entry): New.
818 (elf_xtensa_in_literal_pool): Use elf_xtensa_find_property_entry.
819 (elf_xtensa_check_relocs): Handle new relocations.
820 (elf_xtensa_do_reloc): Use bfd_get_section_limit. Handle new
821 relocations. Use new xtensa-isa.h functions.
822 (build_encoding_error_message): Remove encode_result parameter. Add
823 new target_address parameter used to detect alignment errors.
824 (elf_xtensa_relocate_section): Use bfd_get_section_limit. Clean up
825 error handling. Use new is_operand_relocation function.
826 (elf_xtensa_combine_prop_entries, elf_xtensa_merge_private_bfd_data):
827 Use underbar macro for error messages. Formatting.
828 (get_const16_opcode): New.
829 (get_l32r_opcode): Add a separate flag for initialization.
830 (get_relocation_opnd): Operand number is no longer explicit in the
831 relocation. Change to decode the opcode and analyze its operands.
832 (get_relocation_slot): New.
833 (get_relocation_opcode): Add bfd parameter. Use bfd_get_section_limit.
834 Use new xtensa-isa.h functions to handle multislot instructions.
835 (is_l32r_relocation): Add bfd parameter. Use is_operand_relocation.
836 (get_asm_simplify_size, is_alt_relocation, is_operand_relocation,
837 insn_decode_len, insn_decode_opcode, check_branch_target_aligned,
838 check_loop_aligned, check_branch_target_aligned_address, narrowable,
839 widenable, narrow_instruction, widen_instruction, op_single_fmt_table,
840 get_single_format, init_op_single_format_table): New.
841 (elf_xtensa_do_asm_simplify): Add error_message parameter and use it
842 instead of calling _bfd_error_handler. Use new xtensa-isa.h functions.
843 (contract_asm_expansion): Add error_message parameter and pass it to
844 elf_xtensa_do_asm_simplify. Replace use of R_XTENSA_OP0 relocation
845 with R_XTENSA_SLOT0_OP.
846 (get_expanded_call_opcode): Extend to handle either L32R or CONST16
847 instructions. Use new xtensa-isa.h functions.
848 (r_reloc struct): Add new virtual_offset field.
849 (r_reloc_init): Add contents and content_length parameters. Set
850 virtual_offset field to zero. Add contents to target_offset field for
851 partial_inplace relocations.
852 (r_reloc_is_defined): Check for null.
853 (print_r_reloc): New debug function.
854 (source_reloc struct): Replace xtensa_operand field with pair of the
855 opcode and the operand position. Add is_abs_literal field.
856 (init_source_reloc): Specify operand by opcode/position pair. Set
857 is_abs_literal field.
858 (source_reloc_compare): When target_offsets are equal, compare other
859 fields to make sorting predictable.
860 (literal_value struct): Add is_abs_literal field.
861 (value_map_hash_table struct): Add has_last_loc and last_loc fields.
862 (init_literal_value): New.
863 (is_same_value): Replace with ...
864 (literal_value_equal): ... this function. Add comparisons of
865 virtual_offset and is_abs_literal fields.
866 (value_map_hash_table_init): Use bfd_zmalloc. Check for allocation
867 failure. Initialize has_last_loc field.
868 (value_map_hash_table_delete): New.
869 (hash_literal_value): Rename to ...
870 (literal_value_hash): ... this. Include is_abs_literal flag and
871 virtual_offset field in the hash value.
872 (get_cached_value): Rename to ...
873 (value_map_get_cached_value): ... this. Update calls to
874 literal_value_hash and literal_value_equal.
875 (add_value_map): Check for allocation failure. Update calls to
876 value_map_get_cached_value and literal_value_hash.
877 (text_action, text_action_list, text_action_t): New types.
878 (find_fill_action, compute_removed_action_diff, adjust_fill_action,
879 text_action_add, text_action_add_literal, offset_with_removed_text,
880 offset_with_removed_text_before_fill, find_insn_action,
881 print_action_list, print_removed_literals): New.
882 (offset_with_removed_literals): Delete.
883 (xtensa_relax_info struct): Add is_relaxable_asm_section, action_list,
884 fix_array, fix_array_count, allocated_relocs, relocs_count, and
885 allocated_relocs_count fields.
886 (init_xtensa_relax_info): Initialize new fields.
887 (reloc_bfd_fix struct): Add new translated field.
888 (reloc_bfd_fix_init): Add translated parameter and use it to set the
889 translated field.
890 (fix_compare, cache_fix_array): New.
891 (get_bfd_fix): Remove fix_list parameter and get all relax_info for the
892 section via get_xtensa_relax_info. Use cache_fix_array to set up
893 sorted fix_array and use bsearch instead of linear search.
894 (section_cache_t): New struct.
895 (init_section_cache, section_cache_section, clear_section_cache): New.
896 (ebb_t, ebb_target_enum, proposed_action, ebb_constraint): New types.
897 (init_ebb_constraint, free_ebb_constraint, init_ebb, extend_ebb_bounds,
898 extend_ebb_bounds_forward, extend_ebb_bounds_backward,
899 insn_block_decodable_len, ebb_propose_action, ebb_add_proposed_action):
900 New.
901 (retrieve_contents): Use bfd_get_section_limit.
902 (elf_xtensa_relax_section): Add relocations_analyzed flag. Update call
903 to compute_removed_literals. Free value_map_hash_table when no longer
904 needed.
905 (analyze_relocations): Check is_relaxable_asm_section flag. Call
906 compute_text_actions for all sections.
907 (find_relaxable_sections): Mark sections as relaxable if they contain
908 ASM_EXPAND relocations that can be optimized. Adjust r_reloc_init
909 call. Increment relax_info src_count field only for appropriate
910 relocation types. Remove is_literal_section check.
911 (collect_source_relocs): Use bfd_get_section_limit. Adjust calls to
912 r_reloc_init and find_associated_l32r_irel. Check
913 is_relaxable_asm_section flag. Handle L32R instructions with absolute
914 literals. Pass is_abs_literal flag to init_source_reloc.
915 (is_resolvable_asm_expansion): Use bfd_get_section_limit. Check for
916 CONST16 instructions. Adjust calls to r_reloc_init and
917 pcrel_reloc_fits. Handle weak symbols conservatively.
918 (find_associated_l32r_irel): Add bfd parameter and pass it to
919 is_l32r_relocation.
920 (compute_text_actions, compute_ebb_proposed_actions,
921 compute_ebb_actions, check_section_ebb_pcrels_fit,
922 check_section_ebb_reduces, text_action_add_proposed,
923 compute_fill_extra_space): New.
924 (remove_literals): Replace with ...
925 (compute_removed_literals): ... this function. Call
926 init_section_cache. Use bfd_get_section_limit. Sort internal_relocs.
927 Call xtensa_read_table_entries to get the property table. Skip
928 relocations other than R_XTENSA_32 and R_XTENSA_PLT. Use new
929 is_removable_literal, remove_dead_literal, and
930 identify_literal_placement functions.
931 (get_irel_at_offset): Rewrite to use bsearch on sorted relocations
932 instead of linear search.
933 (is_removable_literal, remove_dead_literal,
934 identify_literal_placement): New.
935 (relocations_reach): Update check for literal not referenced by any
936 PC-relative relocations. Adjust call to pcrel_reloc_fits.
937 (coalesce_shared_literal, move_shared_literal): New.
938 (relax_section): Use bfd_get_section_limit. Call
939 translate_section_fixes. Update calls to r_reloc_init and
940 offset_with_removed_text. Check new is_relaxable_asm_section flag.
941 Add call to pin_internal_relocs. Add special handling for
942 R_XTENSA_ASM_SIMPLIFY and R_XTENSA_DIFF* relocs. Use virtual_offset
943 info to calculate new addend_displacement variable. Replace code for
944 deleting literals with more general code to perform the actions
945 determined by the action_list for the section.
946 (translate_section_fixes, translate_reloc_bfd_fix): New.
947 (translate_reloc): Check new is_relaxable_asm_section flag. Call
948 find_removed_literal only if is_operand_relocation. Update call to
949 offset_with_removed_text. Use new target_offset and removed_bytes
950 variables.
951 (move_literal): New.
952 (relax_property_section): Use bfd_get_section_limit. Set new
953 is_full_prop_section flag and handle new property tables. Update calls
954 to r_reloc_init and offset_with_removed_text. Check
955 is_relaxable_asm_section flag. Handle expansion of zero-sized
956 unreachable entries, with use of offset_with_removed_text_before_fill.
957 For relocatable links, combine entries only for literal tables.
958 (relax_section_symbols): Check is_relaxable_asm_section flag. Update
959 calls to offset_with_removed_text. Translate st_size field for
960 function symbols.
961 (do_fix_for_relocatable_link): Change to return bfd_boolean to indicate
962 failure. Add contents parameter. Update call to get_bfd_fix. Update
963 call to r_reloc_init. Call _bfd_error_handler and return FALSE for
964 R_XTENSA_ASM_EXPAND relocs.
965 (do_fix_for_final_link): Add input_bfd and contents parameters. Update
966 call to get_bfd_fix. Include offset from contents for partial_inplace
967 relocations.
968 (is_reloc_sym_weak): New.
969 (pcrel_reloc_fits): Use new xtensa-isa.h functions.
970 (prop_sec_len): New.
971 (xtensa_is_property_section): Handle new property sections.
972 (is_literal_section): Delete.
973 (internal_reloc_compare): When r_offset matches, compare r_info and
974 r_addend to make sorting predictable.
975 (internal_reloc_matches): New.
976 (xtensa_get_property_section_name): Handle new property sections.
977 (xtensa_get_property_predef_flags): New.
978 (xtensa_callback_required_dependence): Use bfd_get_section_limit.
979 Update calls to xtensa_isa_init, is_l32r_relocation, and r_reloc_init.
980 * xtensa-isa.c (xtensa_default_isa): Moved to elf32-xtensa.c.
981 (xtisa_errno, xtisa_error_msg): New variables.
982 (xtensa_isa_errno, xtensa_isa_error_msg): New.
983 (xtensa_insnbuf_alloc): Add error handling.
984 (xtensa_insnbuf_to_chars): Add num_chars parameter. Update to
985 use xtensa_format_decode. Add error handling.
986 (xtensa_insnbuf_from_chars): Add num_chars parameter. Decode the
987 instruction length to find the number of bytes to copy.
988 (xtensa_isa_init): Add error handling. Replace calls to
989 xtensa_load_isa and xtensa_extend_isa with code to initialize lookup
990 tables in the xtensa_modules structure.
991 (xtensa_check_isa_config, xtensa_add_isa, xtensa_load_isa,
992 xtensa_extend_isa): Delete.
993 (xtensa_isa_free): Change to only free lookup tables.
994 (opname_lookup_compare): Replace with ...
995 (xtensa_isa_name_compare): ... this function. Use strcasecmp.
996 (xtensa_insn_maxlength): Rename to ...
997 (xtensa_isa_maxlength): ... this.
998 (xtensa_insn_length): Delete.
999 (xtensa_insn_length_from_first_byte): Replace with ...
1000 (xtensa_isa_length_from_chars): ... this function.
1001 (xtensa_num_opcodes): Rename to ...
1002 (xtensa_isa_num_opcodes): ... this.
1003 (xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
1004 xtensa_isa_num_regfiles, xtensa_isa_num_stages,
1005 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
1006 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
1007 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
1008 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
1009 xtensa_format_get_slot, xtensa_format_set_slot): New functions.
1010 (xtensa_opcode_lookup): Add error handling.
1011 (xtensa_decode_insn): Replace with ...
1012 (xtensa_opcode_decode): ... this function, with new format and
1013 slot parameters. Add error handling.
1014 (xtensa_encode_insn): Replace with ...
1015 (xtensa_opcode_encode): ... this function, which does the encoding via
1016 one of the entries in the "encode_fns" array. Add error handling.
1017 (xtensa_opcode_name): Add error handling.
1018 (xtensa_opcode_is_branch, xtensa_opcode_is_jump, xtensa_opcode_is_loop,
1019 xtensa_opcode_is_call): New.
1020 (xtensa_num_operands): Replace with ...
1021 (xtensa_opcode_num_operands): ... this function. Add error handling.
1022 (xtensa_opcode_num_stateOperands,
1023 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
1024 xtensa_opcode_funcUnit_use, xtensa_operand_name,
1025 xtensa_operand_is_visible): New.
1026 (xtensa_get_operand, xtensa_operand_kind): Delete.
1027 (xtensa_operand_inout): Add error handling and special-case for
1028 "sout" operands.
1029 (xtensa_operand_get_field, xtensa_operand_set_field): Rewritten to
1030 operate on one slot of an instruction. Added error handling.
1031 (xtensa_operand_encode): Handle default operands with no encoding
1032 functions. Check for success by comparing against decoded value.
1033 Add error handling.
1034 (xtensa_operand_decode): Handle default operands. Return decoded value
1035 through argument pointer. Add error handling.
1036 (xtensa_operand_is_register, xtensa_operand_regfile,
1037 xtensa_operand_num_regs, xtensa_operand_is_known_reg): New.
1038 (xtensa_operand_isPCRelative): Rename to ...
1039 (xtensa_operand_is_PCrelative): ... this. Add error handling.
1040 (xtensa_operand_do_reloc, xtensa_operand_undo_reloc): Return value
1041 through argument pointer. Add error handling.
1042 (xtensa_stateOperand_state, xtensa_stateOperand_inout,
1043 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
1044 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
1045 xtensa_regfile_shortname, xtensa_regfile_view_parent,
1046 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
1047 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
1048 xtensa_state_is_exported, xtensa_sysreg_lookup,
1049 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
1050 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
1051 xtensa_interface_num_bits, xtensa_interface_inout,
1052 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
1053 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New.
1054 * xtensa-modules.c: Rewrite to use new data structures.
1055 * reloc.c (BFD_RELOC_XTENSA_DIFF8, BFD_RELOC_XTENSA_DIFF16,
1056 BFD_RELOC_XTENSA_DIFF32, BFD_RELOC_XTENSA_SLOT0_OP,
1057 BFD_RELOC_XTENSA_SLOT1_OP, BFD_RELOC_XTENSA_SLOT2_OP,
1058 BFD_RELOC_XTENSA_SLOT3_OP, BFD_RELOC_XTENSA_SLOT4_OP,
1059 BFD_RELOC_XTENSA_SLOT5_OP, BFD_RELOC_XTENSA_SLOT6_OP,
1060 BFD_RELOC_XTENSA_SLOT7_OP, BFD_RELOC_XTENSA_SLOT8_OP,
1061 BFD_RELOC_XTENSA_SLOT9_OP, BFD_RELOC_XTENSA_SLOT10_OP,
1062 BFD_RELOC_XTENSA_SLOT11_OP, BFD_RELOC_XTENSA_SLOT12_OP,
1063 BFD_RELOC_XTENSA_SLOT13_OP, BFD_RELOC_XTENSA_SLOT14_OP,
1064 BFD_RELOC_XTENSA_SLOT0_ALT, BFD_RELOC_XTENSA_SLOT1_ALT,
1065 BFD_RELOC_XTENSA_SLOT2_ALT, BFD_RELOC_XTENSA_SLOT3_ALT,
1066 BFD_RELOC_XTENSA_SLOT4_ALT, BFD_RELOC_XTENSA_SLOT5_ALT,
1067 BFD_RELOC_XTENSA_SLOT6_ALT, BFD_RELOC_XTENSA_SLOT7_ALT,
1068 BFD_RELOC_XTENSA_SLOT8_ALT, BFD_RELOC_XTENSA_SLOT9_ALT,
1069 BFD_RELOC_XTENSA_SLOT10_ALT, BFD_RELOC_XTENSA_SLOT11_ALT,
1070 BFD_RELOC_XTENSA_SLOT12_ALT, BFD_RELOC_XTENSA_SLOT13_ALT,
1071 BFD_RELOC_XTENSA_SLOT14_ALT): Add new relocations.
1072 * Makefile.am (xtensa-isa.lo, xtensa-modules.lo): Update dependencies.
1073 * Makefile.in: Regenerate.
1074 * bfd-in2.h: Likewise.
1075 * libbfd.h: Likewise.
1076
1077 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
1078
1079 * elf64-mips.c (mips_elf64_write_rel): Use STN_UNDEF for relocs
1080 against the absolute section.
1081 (mips_elf64_write_rela): Likewise.
1082
1083 2004-10-07 Jan Beulich <jbeulich@novell.com>
1084
1085 * elf.c (elf_find_function): Don't generally check for matching
1086 section, just for non-file symbols. Remove redunant comparison
1087 for the latter.
1088 * elf32-arm.h (arm_elf_find_function): Likewise.
1089
1090 2004-10-07 Jeff Baker <jbaker@qnx.com>
1091
1092 * elflink.c (_bfd_elf_add_dynamic_entry): Add code to warn if
1093 adding a DT_TEXTREL to a shared object and --warn-shared-textrel
1094 was specified.
1095
1096 2004-10-04 Roland McGrath <roland@redhat.com>
1097
1098 * hash.c (bfd_hash_set_default_size): Use const for table.
1099 Use size_t instead of int for variable compared to sizeof results.
1100
1101 2004-10-05 Alan Modra <amodra@bigpond.net.au>
1102
1103 PR 425
1104 * syms.c (_bfd_stab_section_find_nearest_line): Ignore R_*_NONE relocs.
1105
1106 2004-10-01 Paul Brook <paul@codesourcery.com>
1107
1108 * elf32-arm.h (elf32_arm_fake_sections,
1109 is_arm_elf_unwind_section_name, elf32_arm_section_from_shdr): New
1110 functions.
1111 (elf_backend_fake_sections, elf_backend_section_from_shdr): Define.
1112
1113 2004-10-01 Alan Modra <amodra@bigpond.net.au>
1114
1115 * elf-bfd.h (struct eh_cie_fde): Add need_relative and
1116 need_lsda_relative.
1117 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Set
1118 need_relative or need_lsda_relative if we are processing an
1119 offset for a reloc on a FDE initial loc or LSDA field
1120 respectively.
1121 (_bfd_elf_write_section_eh_frame): Test need_relative and
1122 need_lsda_relative in place of corresponding make_* field
1123 when deciding to use pc-relative encodings.
1124
1125 2004-09-30 Paul Brook <paul@codesourcery.com>
1126
1127 * elf32-arm.h (bfd_elf32_arm_set_target_relocs): Handle "abs"
1128 target2 relocation type.
1129
1130 2004-09-30 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 PR 414
1133 * elflink.c (_bfd_elf_merge_symbol): Check TLS symbol.
1134
1135 2004-09-30 Paul Brook <paul@codesourcery.com>
1136
1137 * reloc.c: Add BFD_RELOC_ARM_SMI.
1138 * bfd-in2.h: Regenerate.
1139 * libbfd.h: Ditto.
1140
1141 2004-09-24 Alan Modra <amodra@bigpond.net.au>
1142
1143 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add output section
1144 vma and output offset to address.
1145 * simple.c (simple_save_output_info): Only set output section
1146 and offset for debug sections, or those not already set up by
1147 the linker.
1148 (bfd_simple_get_relocated_section_contents): Update comment.
1149
1150 2004-09-24 Alan Modra <amodra@bigpond.net.au>
1151
1152 * elf.c (IS_LOADED): Delete.
1153 (assign_file_positions_for_segments): Just test SEC_LOAD instead.
1154 Restore SEC_HAS_CONTENTS test to the one place it was used prior
1155 to 2004-09-22.
1156
1157 2004-09-23 Alan Modra <amodra@bigpond.net.au>
1158
1159 PR gas/396
1160 * elf32-sparc.c (elf32_sparc_final_write_processing): Handle
1161 bfd_mach_sparc_sparclet and bfd_mach_sparc_sparclite. Remove
1162 redundant assignment of EM_SPARC.
1163
1164 2004-09-22 Brian Ford <ford@vss.fsi.com>
1165
1166 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
1167 alignment for .rdata sections so sse[2] code works with gcc >= 3.3.3
1168 constants.
1169 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1170
1171 2004-09-22 Alan Modra <amodra@bigpond.net.au>
1172
1173 * elf32-ppc.c (ppc_elf_modify_segment_map): Delete.
1174 (elf_backend_modify_segment_map): Don't define.
1175
1176 2004-09-22 Alan Modra <amodra@bigpond.net.au>
1177
1178 * elf.c (IS_LOADED): Define.
1179 (assign_file_positions_for_segments): Don't round up file offset of
1180 PT_LOAD segments containing no SEC_LOAD sections, instead round down.
1181 Delete code handling link script adjustment of lma. Do the adjust
1182 in later code handling similar ajustments. Remove dead code error
1183 check. Warn if section lma would require a negative offset
1184 adjustment. Tweak lma adjustment to use p_filesz rather than p_memsz.
1185 Use p_vaddr + p_memsz inside section loop in place of voff. Don't
1186 update voff in section loop. Change voff in segment loop to be an
1187 adjustment on top of "off". Set sec->filepos and update "off" later.
1188 Test for loadable sections consistently using IS_LOADED. Similarly,
1189 test for alloc-only sections other than .tbss consistently.
1190 Don't bother checking SEC_ALLOC in PT_LOAD segments. Remove FIXME.
1191 Tidy PT_NOTE handling. Use %B and %A in error messages.
1192 (assign_file_positions_except_relocs): Use %B in error message.
1193
1194 2004-09-17 H.J. Lu <hongjiu.lu@intel.com>
1195
1196 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
1197 (CONFIG_STATUS_DEPENDENCIES): New.
1198 (Makefile): Removed.
1199 (config.status): Likewise.
1200 * Makefile.in: Regenerated.
1201
1202 2004-09-17 Paul Brook <paul@codesourcery.com>
1203
1204 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add prototype.
1205 (bfd_elf32_arm_process_before_allocation): Update prototype.
1206 * bfd-in2.h: Regenerate.
1207 * bfd/elf32-arm.h (elf32_arm_link_hash_table): Add target2_reloc.
1208 (elf32_arm_link_hash_table_create): Set it.
1209 (bfd_elf32_arm_process_before_allocation): Remove target1_is_rel.
1210 (bfd_elf32_arm_set_target_relocs): New function.
1211 (arm_real_reloc_type): New function.
1212 (elf32_arm_final_link_relocate): Use it. Handle R_ARM_PREL31 and
1213 R_ARM_GOT_PREL. Remove R_ARM_TARGET1.
1214 (elf32_arm_gc_sweep_hook): Ditto.
1215 (elf32_arm_check_relocs): Ditto.
1216 (elf32_arm_relocate_section): Handle R_ARM_GOT_PREL.
1217 * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_PREL31 and
1218 R_ARM_GOT_TARGET2.
1219 (elf32_arm_got_prel): New variable.
1220 (elf32_arm_howto_from_type): New function.
1221 (elf32_arm_info_to_howto): Use it.
1222 (elf32_arm_reloc_map): Add BFD_RELOC_ARM_PREL31 and
1223 BFD_RELOC_ARM_TARGET2.
1224 * libbfd.h: Regenerate.
1225 * reloc.c: Add BFD_RELOC_ARM_TARGET2 and BFD_RELOC_ARM_PREL31.
1226
1227 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1228
1229 * ecoff.c: Update u.undef.next refs.
1230 * elf64-ppc.c: Likewise.
1231 * elflink.c: Likewise.
1232 * linker.c: Likewise.
1233 * xcofflink.c: Likewise.
1234
1235 * elf-bfd.h (struct elf_link_hash_entry): Rearrange. Add FIXME to
1236 dynamic_def. Combine weakdef and elf_hash_value. Move vtable
1237 fields to indirect struct.
1238 * elf-m10300.c: Update u.weakdef refs.
1239 * elf32-arm.h: Likewise.
1240 * elf32-cris.c: Likewise.
1241 * elf32-frv.c: Likewise.
1242 * elf32-hppa.c: Likewise.
1243 * elf32-i370.c: Likewise.
1244 * elf32-i386.c: Likewise.
1245 * elf32-m32r.c: Likewise.
1246 * elf32-m68k.c: Likewise.
1247 * elf32-ppc.c: Likewise.
1248 * elf32-s390.c: Likewise.
1249 * elf32-sh.c: Likewise.
1250 * elf32-sparc.c: Likewise.
1251 * elf32-vax.c: Likewise.
1252 * elf32-xtensa.c: Likewise.
1253 * elf64-alpha.c: Likewise.
1254 * elf64-hppa.c: Likewise.
1255 * elf64-ppc.c: Likewise.
1256 * elf64-s390.c: Likewise.
1257 * elf64-sh64.c: Likewise.
1258 * elf64-sparc.c: Likewise.
1259 * elf64-x86-64.c: Likewise.
1260 * elfxx-ia64.c: Likewise.
1261 * elfxx-mips.c: Likewise.
1262 * elflink.c: Likewise. Also u.elf_hash_value.
1263 (elf_gc_propagate_vtable_entries_used): Update for h->vtable
1264 indirection.
1265 (elf_gc_smash_unused_vtentry_relocs): Likewise.
1266 (bfd_elf_gc_record_vtinherit): Alloc vtable.
1267 (bfd_elf_gc_record_vtentry): Likewise.
1268 * elf.c (_bfd_elf_link_hash_newfunc): Use memset.
1269
1270 2004-09-17 Alan Modra <amodra@bigpond.net.au>
1271
1272 * Makefile.am: Run "make dep-am".
1273 * Makefile.in: Regenerate.
1274 * bfd-in2.h: Regenerate.
1275 * po/SRC-POTFILES.in: Regenerate.
1276 * po/bfd.pot: Regenerate.
1277
1278 2004-09-16 Alan Modra <amodra@bigpond.net.au>
1279
1280 * elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags
1281 with bitfields. Make "type" and "other" bitfields too.
1282 (ELF_LINK_HASH_REF_REGULAR, ELF_LINK_HASH_DEF_REGULAR,
1283 ELF_LINK_HASH_REF_DYNAMIC, ELF_LINK_HASH_DEF_DYNAMIC,
1284 ELF_LINK_HASH_REF_REGULAR_NONWEAK, ELF_LINK_HASH_DYNAMIC_ADJUSTED,
1285 ELF_LINK_HASH_NEEDS_COPY, ELF_LINK_HASH_NEEDS_PLT, ELF_LINK_NON_ELF,
1286 ELF_LINK_HIDDEN, ELF_LINK_FORCED_LOCAL, ELF_LINK_HASH_MARK,
1287 ELF_LINK_NON_GOT_REF, ELF_LINK_DYNAMIC_DEF, ELF_LINK_DYNAMIC_WEAK,
1288 ELF_LINK_POINTER_EQUALITY_NEEDED): Delete.
1289 (ELF_COMMON_DEF_P, WILL_CALL_FINISH_DYNAMIC_SYMBOL): Update.
1290 * elf-hppa.h: Update all uses of elf_link_hash_flags.
1291 * elf-m10300.c: Likewise.
1292 * elf.c: Likewise.
1293 * elf32-arm.h: Likewise.
1294 * elf32-cris.c: Likewise.
1295 * elf32-frv.c: Likewise.
1296 * elf32-hppa.c: Likewise.
1297 * elf32-i370.c: Likewise.
1298 * elf32-i386.c: Likewise.
1299 * elf32-m32r.c: Likewise.
1300 * elf32-m68k.c: Likewise.
1301 * elf32-ppc.c: Likewise.
1302 * elf32-s390.c: Likewise.
1303 * elf32-sh-symbian.c: Likewise.
1304 * elf32-sh.c: Likewise.
1305 * elf32-sh64.c: Likewise.
1306 * elf32-sparc.c: Likewise.
1307 * elf32-vax.c: Likewise.
1308 * elf32-xtensa.c: Likewise.
1309 * elf64-alpha.c: Likewise.
1310 * elf64-hppa.c: Likewise.
1311 * elf64-ppc.c: Likewise.
1312 * elf64-s390.c: Likewise.
1313 * elf64-sh64.c: Likewise.
1314 * elf64-sparc.c: Likewise.
1315 * elf64-x86-64.c: Likewise.
1316 * elflink.c: Likewise.
1317 * elfxx-ia64.c: Likewise.
1318 * elfxx-mips.c: Likewise.
1319 * configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
1320 * configure: Regenerate.
1321 * aclocal.m4: Regenerate.
1322
1323 2004-09-16 Alan Modra <amodra@bigpond.net.au>
1324
1325 * elf32-arm.h (elf32_arm_gc_sweep_hook): Add #ifndef OLD_ARM_ABI
1326 around uses of R_ARM_TARGET1.
1327 (elf32_arm_check_relocs): Likewise.
1328
1329 2004-09-13 Paul Brook <paul@codesourcery.com>
1330
1331 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
1332 prototype.
1333 * bfd-in2.h: Regenerate.
1334 * libbfd.h: Regenerate.
1335 * elf32-arm.h (elf32_arm_link_hash_table): Add target1_is_rel.
1336 (elf32_arm_link_hash_table_create): Set target1_is_rel.
1337 (bfd_elf32_arm_process_before_allocation): Ditto.
1338 (elf32_arm_final_link_relocate): Handle R_ARM_TARGET1.
1339 (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto.
1340 * elfarm-nabi.c (elf32_arm_howto_table): Rename RELABS to TARGET1.
1341 * reloc.c: Ditto.
1342
1343 2004-09-10 Joel Brobecker <brobecker@gnat.com>
1344
1345 * hpux-core.c (thread_section_p): New function.
1346 (hpux_core_core_file_p): Fix computation of offset in call
1347 to bfd_seek. Create a ".reg" section from an arbitrary
1348 ".reg/<id>" section if none was created after having read
1349 all sections.
1350
1351 2004-09-11 Andreas Schwab <schwab@suse.de>
1352
1353 * acinclude.m4: Fix spelling of ACX_NONCANONICAL_*.
1354 * aclocal.m4: Rebuild.
1355 * configure: Rebuild.
1356
1357 2004-09-10 Joel Brobecker <brobecker@gnat.com>
1358
1359 * section.c (bfd_sections_find_if): Fix parameter name in
1360 comment to match code.
1361
1362 2004-09-10 Alan Modra <amodra@bigpond.net.au>
1363
1364 * elf.c (assign_file_positions_except_relocs): Assign relocs
1365 stored in a bfd section.
1366
1367 2004-09-08 Hans-Peter Nilsson <hp@axis.com>
1368
1369 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Reset
1370 h->gotplt_refcount to 0, not -1.
1371
1372 2004-09-07 Hans-Peter Nilsson <hp@axis.com>
1373
1374 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
1375 case R_CRIS_32_GOTPLT>: For internal error message, handle NULL
1376 symname.
1377 (cris_elf_check_relocs) <case R_CRIS_32_PLT_PCREL>: Don't try to
1378 handle symbol visibility here.
1379
1380 2004-09-07 Alan Modra <amodra@bigpond.net.au>
1381
1382 * elf64-ppc.c (struct ppc_link_hash_table): Add stub_globals.
1383 (is_ppc64_elf_target): Rename from is_ppc64_target. Update all
1384 callers.
1385 (ppc_stub_name): Remove trailing "+0" on stub name.
1386 (create_linkage_sections): Create relocations for
1387 branch lookup table when --emit-relocs as well as when --shared.
1388 (ppc_build_one_stub): Emit relocs for long branch stubs. Adjust
1389 relbrlt test. For --emit-stub-syms, always output a sym even when
1390 one already exists on a plt call stub. Put stub type in the stub
1391 symbol name.
1392 (ppc_size_one_stub): Size long branch stub relocs. Adjust relbrlt
1393 test.
1394 (ppc64_elf_size_stubs): Count global sym stubs added. Zero
1395 reloc_count in stub sections. Adjust relbrlt test.
1396 (ppc64_elf_build_stubs): Adjust relbrlt test. Tweak stats output.
1397 * elflink.c (bfd_elf_size_dynamic_sections): Fix comment typo.
1398 (elf_link_input_bfd): Ignore symbol index zero relocs when checking
1399 for relocs against discarded symbols. Fix comments.
1400
1401 2004-09-06 Mark Mitchell <mark@codesourcery.com>
1402
1403 * elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.
1404 * elf.c (_bfd_elf_make_dynamic_segment): New function, split out
1405 from ...
1406 (map_sections_to_segments): ... here. Use it. Assign a file
1407 position to the .dynamic section if it is not loadable, but part
1408 of the PT_DYNAMIC segment.
1409 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
1410 offsets, not VMAs, for the BPABI. Do not fill in the header in
1411 the .got.plt section for the BPABI.
1412 * elfarm-nabi.c (elf32_arm_symbian_modify_segment_map): Add a
1413 PT_DYNAMIC segment.
1414 (elf_backend_want_got_plt): Define to zero for Symbian OS.
1415
1416 2004-09-06 Nick Clifton <nickc@redhat.com>
1417
1418 * elflink.c (elf_link_add_object_symbols): Set the error code to
1419 bfd_error_wrong_format when the input format does not match the
1420 output format.
1421
1422 2004-09-06 Alan Modra <amodra@bigpond.net.au>
1423
1424 * elf64-ppc.c (is_ppc64_target): New function, extracted from..
1425 (ppc64_elf_check_directives): ..here.
1426 (ppc64_elf_size_dynamic_sections): Use it here to check bfd type
1427 before accessing ppc64_elf_tdata.
1428 (ppc64_elf_finish_dynamic_sections): And here too.
1429
1430 2004-09-04 Alan Modra <amodra@bigpond.net.au>
1431
1432 * bfd.c (_bfd_default_error_handler): Correct loop exit.
1433
1434 2004-09-03 Mark Mitchell <mark@codesourcery.com>
1435
1436 * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors.
1437 * configure.in (bfd_elf32_bigarm_symbian_vec): Add it.
1438 (bfd_elf32_littlearm_symbian_vec): Likewise.
1439 * configure: Regenerated.
1440 * elf-bfd.h (elf_backend_data): Add dynamic_sec_flags.
1441 * elf32-arm.h (PLT_HEADER_SIZE): Do not define.
1442 (PLT_ENTRY_SIZE): Likewise.
1443 (bfd_vma_elf32_arm_symbian_plt_entry): New
1444 variable.
1445 (elf32_arm_link_hash_table): Add plt_header_size, plt_entry_size,
1446 and symbian_p.
1447 (create_got_section): Don't create sections when generating BPABI
1448 objects.
1449 (elf32_arm_create_dynamic_sections): Tidy.
1450 (elf32_arm_link_hash_table_create): Set plt_header_size,
1451 plt_entry_size, and symbian_p.
1452 (elf32_arm_check_relocs): Do not mark .rel.dyn as loadable when
1453 generating BPABI objects.
1454 (allocate_dynrelocs): Use htab->plt_header_size, not
1455 PLT_HEADER_SIZE. Do not add to .got.plt when
1456 generating BPABI objects.
1457 (elf32_arm_finish_dynamic_symbol): Generate Symbian OS PLTs.
1458 * elfarm-nabi.c: Add SymbianOS target vectors.
1459 * elflink.c (_bfd_elf_create_got_section): Use dynamic_sec_flags.
1460 (_bfd_elf_link_create_dynamic_sections): Likewise.
1461 * elfxx-target.h (ELF_DYNAMIC_SEC_FLAGS): New macro.
1462 (elfNN_bed): Use it.
1463 * targets.c (bfd_elf32_bigarm_symbian_vec): New variable.
1464 (bfd_elf32_littlearm_symbian_vec): Likewise.
1465 (_bfd_target_vector): Add them.
1466
1467 2004-09-03 Nick Clifton <nickc@redhat.com>
1468
1469 PR 360
1470 * coffcode.h (handle_COMDAT): Replace abort with an warning
1471 message and allow the scan to continue.
1472
1473 2004-09-02 Alan Modra <amodra@bigpond.net.au>
1474
1475 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Use static_syms passed
1476 in when reading relocs, not our sorted syms. Remove unnecessary
1477 var.
1478
1479 2004-08-31 Eric Botcazou <ebotcazou@libertysurf.fr>
1480
1481 * elf.c (special_sections): Add .gnu.linkonce.b modelled on .bss.
1482
1483 2004-08-30 Nathanael Nerode <neroden@gcc.gnu.org>
1484
1485 * acinclude.m4: Require AC_CANONICAL_TARGET, not AC_CANONICAL_SYSTEM.
1486 Include ../config/acx.m4 and use ACX_NONCANONICAL_* where appropriate;
1487 replace uses of *_alias with *_noncanonical.
1488 * aclocal.m4: Rebuild with aclocal 1.4p6.
1489 * Makefile.in: Rebuild with automake 1.4p6.
1490 * doc/Makefile.in: Rebuild with automake 1.4p6.
1491 * configure.in: Autoupdate with autoupdate 2.59.
1492 * config.in: Regenerate with autoheader 2.59.
1493 * configure: Regnerate with autoconf 2.59.
1494
1495 2004-08-28 Alan Modra <amodra@bigpond.net.au>
1496
1497 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Copy input
1498 symbol pointer arrays before modifying.
1499
1500 2004-08-28 Alan Modra <amodra@bigpond.net.au>
1501
1502 * bfd.c (bfd_get_synthetic_symtab): Pass counts and both symbol tables.
1503 * elf-bfd.h (_bfd_elf_get_synthetic_symtab): Adjust.
1504 * elf.c (_bfd_elf_get_synthetic_symtab): Adjust.
1505 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Adjust.
1506 * targets.c (struct bfd_target <_bfd_get_synthetic_symtab>): Adjust.
1507 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't read symbols.
1508 Use both symbol tables on non-relocatable objects. Use a common
1509 error exit. Fix "mid" warning.
1510 * libbfd.h: Regenerate.
1511 * bfd-in2.h: Regenerate.
1512
1513 2004-08-28 Alan Modra <amodra@bigpond.net.au>
1514
1515 * elf64-ppc.c (ppc64_elf_branch_reloc): Check .opd is in a regular
1516 object file.
1517 (struct sfpr_def_parms): Save some space.
1518 (sfpr_define): Here too.
1519
1520 * elf64-ppc.c (compare_symbols): Put section syms first.
1521 (sym_exists_at): New function.
1522 (ppc64_elf_get_synthetic_symtab): Use relocs to find code entry
1523 points only for relocatable files. Use .opd section contents
1524 otherwise. Generally clean up the code.
1525
1526 2004-08-27 Alan Modra <amodra@bigpond.net.au>
1527
1528 * elf64-ppc.c (STD_R0_0R1, STD_R0_0R12, LD_R0_0R1, LD_R0_0R12,
1529 LI_R12_0, STVX_VR0_R12_R0, LVX_VR0_R12_R0, MTLR_R0, SFPR_MAX): Define.
1530 (struct sfpr_def_parms): New.
1531 (sfpr_define): New function.
1532 (savegpr0, savegpr0_tail, restgpr0, restgpr0_tail): New functions.
1533 (savegpr1, savegpr1_tail, restgpr1, restgpr1_tail): New functions.
1534 (savefpr, savefpr0_tail, restfpr, restfpr0_tail): New functions.
1535 (savefpr1_tail, restfpr1_tail): New functions.
1536 (savevr, savevr_tail, restvr, restvr_tail): New functions.
1537 (MIN_SAVE_FPR, MAX_SAVE_FPR): Don't define.
1538 (ppc64_elf_func_desc_adjust): Use sfpr_define in place of existing
1539 code. Define all ABI mandated _save and _rest functions.
1540
1541 2004-08-26 Paul Brook <paul@codesourcery.com>
1542
1543 * elf32-arm.h (INTERWORK_FLAG): Return true for EABIv3 objects.
1544
1545 2004-08-26 Alan Modra <amodra@bigpond.net.au>
1546
1547 * elf32-m32r.c (m32r_elf_relocate_section): Don't compare with
1548 TRUE or FALSE.
1549
1550 2004-08-26 Alan Modra <amodra@bigpond.net.au>
1551
1552 * elf32-i386.c (elf_i386_relocate_section): Tweak last change so
1553 that pcrel correction is applied for R_386_PC32.
1554
1555 2004-08-25 Alan Modra <amodra@bigpond.net.au>
1556
1557 * elf32-i386.c (elf_i386_relocate_section): Zero section contents
1558 for R_386_32 and R_386_PC32 relocs against symbols defined in
1559 discarded sections.
1560
1561 2004-08-25 Dmitry Diky <diwil@spec.ru>
1562
1563 * reloc.c (BFD_RELOC_MSP430_2X_PCREL,BFD_RELOC_MSP430_RL_PCREL):
1564 Add new relocations.
1565 * bfd-in2.h: Regenerate.
1566 * libbfd.h: Regenerate.
1567 * elf32-msp430.c: Clean-up code.
1568 (elf_msp430_howto_table): Add new relocation entries.
1569 (bfd_elf32_bfd_reloc_type_lookup): New relocation handlers.
1570 (msp430_elf_relax_section): New function.
1571 (msp430_elf_relax_delete_bytes): New function.
1572 (msp430_elf_symbol_address_p): New function.
1573
1574 2004-08-24 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1575
1576 * elf32-m32r.c (m32r_elf_relocate_section): Handle
1577 R_M32R_SDA16_RELA in the same way as R_M32R_SDA16.
1578
1579 2004-08-20 Daniel Jacobowitz <dan@debian.org>
1580
1581 * elflink.c (_bfd_elf_section_already_linked): Handle
1582 SEC_LINK_DUPLICATES_SAME_CONTENTS.
1583
1584 2004-08-19 Mark Mitchell <mark@codesourcery.com>
1585
1586 * config.bfd (arm*-*-symbianelf*): New target.
1587 (arm*-*-eabi*): Likewise.
1588
1589 2004-08-19 Alan Modra <amodra@bigpond.net.au>
1590
1591 * elf64-ppc.c (ppc_get_stub_entry): Change third param to a
1592 "struct ppc_link_hash_entry *".
1593 (ppc64_elf_relocate_section): Ditto for type of h. Introduce h_elf
1594 to satisfy RELOC_FOR_GLOBAL_SYMBOL.
1595
1596 2004-08-19 Jakub Jelinek <jakub@redhat.com>
1597
1598 * elf64-ppc.c (ppc64_elf_edit_opd): Support 16 byte long .opd
1599 entries (where fd_aux overlaps next entry's fd_func).
1600 Add non_overlapping argument, use it.
1601 (ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, adjust_opd_syms,
1602 ppc64_elf_size_stubs, ppc64_elf_relocate_section,
1603 ppc64_elf_output_symbol_hook): Use address / 8 instead of address / 24
1604 as indexes into opd_sym_map/opd_adjust array.
1605 * elf64-ppc.h (ppc64_elf_edit_opd): Adjust prototype.
1606
1607 2004-08-18 Alan Modra <amodra@bigpond.net.au>
1608
1609 * elf64-ppc.c (func_desc_adjust): Give undefined dot-symbols a value
1610 if we can look up their function descriptor in a regular file.
1611
1612 2004-08-18 Nick Clifton <nickc@redhat.com>
1613
1614 PR 324
1615 * cofflink.c (coff_link_add_symbols): Check that the comdat
1616 pointer in the coff_section_data structure has been initialised
1617 before using it.
1618
1619 2004-08-18 Alan Modra <amodra@bigpond.net.au>
1620
1621 PR 338
1622 * elflink.c (bfd_elf_record_link_assignment): Add comment about
1623 changing bfd_link_hash_undefined to bfd_link_hash_new.
1624
1625 2004-08-17 Jakub Jelinek <jakub@redhat.com>
1626
1627 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Only define
1628 if not yet defined.
1629 * elf64-ppc.c (bfd_elf64_get_synthetic_symtab): Define.
1630 (synthetic_opd, synthetic_relocatable): New variables.
1631 (compare_symbols, compare_relocs): New helper routines.
1632 (ppc64_elf_get_synthetic_symtab): New function.
1633 * bfd.c (bfd_get_synthetic_symtab): Rename dynsyms argument
1634 to relsyms.
1635 * bfd-in2.h: Regenerated.
1636 * elf.c (_bfd_elf_get_synthetic_symtab): Rename dynsyms argument
1637 to relsyms. Return 0 if abfd is relocatable.
1638
1639 2004-08-17 Alan Modra <amodra@bigpond.net.au>
1640
1641 * elflink.h (elf_gc_sweep): Keep non-alloc, non-load sections.
1642
1643 2004-08-17 Nick Clifton <nickc@redhat.com>
1644
1645 * (is_arm_mapping_symbol_name): New function - return true
1646 when a symbol name matches the requirements for an ARM mapping
1647 symbol name.
1648 (arm_elf_find_function): New function based on
1649 elf_find_function in elf.c but skipping ARM mapping symbols
1650 and including thumb function symbols.
1651 (elf32_arm_find_nearest_line): Use arm_elf_find_function.
1652 (elf32_arm_output_symbol_hook): Use is_arm_mapping_symbol_name.
1653
1654 2004-08-17 Alan Modra <amodra@bigpond.net.au>
1655
1656 * elf64-ppc.c (ppc64_elf_branch_reloc): New function.
1657 (ppc64_elf_howto_raw): Use ppc64_elf_branch_reloc.
1658 (ppc64_elf_brtaken_reloc): Here too.
1659
1660 2004-08-17 Alan Modra <amodra@bigpond.net.au>
1661
1662 * elf64-ppc.c (add_symbol_adjust): Correct mismatched function
1663 symbol visibility.
1664 (ppc64_elf_check_directives): Check that we have the right hash
1665 table before proceeding.
1666
1667 2004-08-17 Alan Modra <amodra@bigpond.net.au>
1668
1669 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add "deleted_section".
1670 (adjust_opd_syms): Attach opd syms for deleted entries to one of
1671 the sections that will be discarded.
1672
1673 2004-08-16 Alan Modra <amodra@bigpond.net.au>
1674
1675 * elflink.c (elf_section_complain_discarded): Ignore .fixup.
1676
1677 2004-08-16 Alan Modra <amodra@bigpond.net.au>
1678
1679 * bfd.c (_bfd_default_error_handler): Account for doubled '%' in
1680 free space available.
1681
1682 2004-08-16 Alan Modra <amodra@bigpond.net.au>
1683
1684 * pdp11.c (struct pdp11_aout_reloc_external): Delete. Replace
1685 occurrences with bfd_byte * thoughout file.
1686
1687 * coff-rs6000.c (do_shared_object_padding): Warning fix.
1688 (xcoff_write_armap_big): Likewise.
1689 (xcoff_write_archive_contents_old): Likewise.
1690 (xcoff_write_archive_contents_big): Likewise.
1691
1692 * elf64-mmix.c (mmix_elf_get_section_contents): Delete declaration.
1693
1694 2004-08-13 Nick Clifton <nickc@redhat.com>
1695
1696 * elf32-arm.h: Convert to ISO C90.
1697
1698 2004-08-13 Alan Modra <amodra@bigpond.net.au>
1699
1700 PR 293
1701 * elf32-hppa.c (elf32_hppa_hide_symbol): Use init_refcount to
1702 zero the plt field.
1703
1704 2004-08-13 Alan Modra <amodra@bigpond.net.au>
1705
1706 * bfd.c (_bfd_default_error_handler): Handle %A and %B.
1707 (bfd_archive_filename, bfd_get_section_ident): Delete.
1708 * ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
1709 bfd_archive_filename.
1710 * elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
1711 to warn about symbols in discarded sections. Use _bfd_error_handler.
1712 * aout-adobe.c (aout_adobe_callback): See below.
1713 * aout-cris.c (swap_ext_reloc_in): ..
1714 * coff-arm.c (find_thumb_glue, find_arm_glue,
1715 coff_arm_relocate_section, bfd_arm_process_before_allocation,
1716 coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
1717 coff_arm_copy_private_bfd_data): ..
1718 * coff-i860.c (i860_reloc_processing): ..
1719 * coff-mcore.c (mcore_coff_unsupported_reloc,
1720 coff_mcore_relocate_section): ..
1721 * coff-ppc.c (coff_ppc_relocate_section): ..
1722 * coff-rs6000.c (xcoff_create_csect_from_smclas
1723 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
1724 sh_swap_insns, sh_relocate_section): ..
1725 * coff-tic54x.c (tic54x_reloc_processing): ..
1726 * coff-tic80.c (coff_tic80_relocate_section): ..
1727 * coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
1728 * coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
1729 coff_slurp_symbol_table, coff_classify_symbol,
1730 coff_slurp_reloc_table): ..
1731 * coffgen.c (_bfd_coff_read_string_table): ..
1732 * cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
1733 _bfd_coff_generic_relocate_section): ..
1734 * cpu-arm.c (bfd_arm_merge_machines): ..
1735 * cpu-sh.c (sh_merge_bfd_arch): ..
1736 * elf-hppa.h (elf_hppa_relocate_section): ..
1737 * elf.c (bfd_elf_string_from_elf_section, setup_group,
1738 _bfd_elf_setup_group_pointers, bfd_section_from_shdr,
1739 assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
1740 copy_private_bfd_data, _bfd_elf_validate_reloc): ..
1741 * elf32-arm.h (find_thumb_glue, find_arm_glue,
1742 bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
1743 elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
1744 elf32_arm_relocate_section, elf32_arm_set_private_flags,
1745 elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
1746 * elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
1747 cris_elf_merge_private_bfd_data
1748 * elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
1749 * elf32-gen.c (elf32_generic_link_add_symbols): ..
1750 * elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
1751 elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
1752 elf32_hppa_relocate_section): ..
1753 * elf32-i370.c (i370_elf_merge_private_bfd_data,
1754 i370_elf_check_relocs, i370_elf_relocate_section): ..
1755 * elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
1756 elf_i386_relocate_section): ..
1757 * elf32-m32r.c (m32r_elf_relocate_section,
1758 m32r_elf_merge_private_bfd_data): ..
1759 * elf32-m68hc1x.c (m68hc12_add_stub,
1760 _bfd_m68hc11_elf_merge_private_bfd_data): ..
1761 * elf32-m68k.c (elf_m68k_relocate_section): ..
1762 * elf32-mcore.c (mcore_elf_unsupported_reloc,
1763 mcore_elf_relocate_section): ..
1764 * elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
1765 ppc_elf_check_relocs, ppc_elf_relocate_section,
1766 ppc_elf_begin_write_processing): ..
1767 * elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
1768 elf_s390_relocate_section): ..
1769 * elf32-sh-symbian.c (sh_symbian_import_as,
1770 sh_symbian_process_embedded_commands,
1771 sh_symbian_relocate_section): ..
1772 * elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
1773 sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
1774 sh_elf_merge_private_data): ..
1775 * elf32-sparc.c (elf32_sparc_check_relocs,
1776 elf32_sparc_relocate_section,
1777 elf32_sparc_merge_private_bfd_data): ..
1778 * elf32-v850.c (v850_elf_check_relocs,
1779 v850_elf_merge_private_bfd_data): ..
1780 * elf32-xtensa.c (elf_xtensa_check_relocs,
1781 elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
1782 * elf64-alpha.c (elf64_alpha_relax_with_lituse,
1783 elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
1784 elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
1785 * elf64-gen.c (elf64_generic_link_add_symbols): ..
1786 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
1787 ppc64_elf_check_relocs, ppc64_elf_edit_opd,
1788 ppc64_elf_relocate_section): ..
1789 * elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
1790 elf_s390_relocate_section): ..
1791 * elf64-sh64.c (sh_elf64_relocate_section): ..
1792 * elf64-sparc.c (sparc64_elf_check_relocs,
1793 sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
1794 sparc64_elf_merge_private_bfd_data): ..
1795 * elf64-x86-64.c (elf64_x86_64_check_relocs,
1796 elf64_x86_64_relocate_section): ..
1797 * elflink.c (_bfd_elf_add_default_symbol,
1798 _bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
1799 _bfd_elf_link_output_relocs, elf_link_add_object_symbols,
1800 bfd_elf_size_dynamic_sections, elf_link_output_extsym,
1801 elf_get_linked_section_vma, elf_fixup_link_order,
1802 bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
1803 bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
1804 * elfxx-ia64.c (elfNN_ia64_relax_section,
1805 elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
1806 * elfxx-mips.c (mips_elf_perform_relocation,
1807 _bfd_mips_elf_check_relocs,
1808 _bfd_mips_elf_merge_private_bfd_data): ..
1809 * ieee.c (ieee_slurp_external_symbols): ..
1810 * ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
1811 * libbfd.c (_bfd_generic_verify_endian_match): ..
1812 * linker.c (_bfd_generic_link_add_one_symbol,
1813 _bfd_generic_section_already_linked): ..
1814 * pdp11.c (translate_to_native_sym_flags): ..
1815 * pe-mips.c (coff_pe_mips_relocate_section): ..
1816 * peicode.h (pe_ILF_build_a_bfd): ..
1817 * srec.c (srec_bad_byte): ..
1818 * stabs.c (_bfd_link_section_stabs): ..
1819 * xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
1820 Replace all uses of bfd_archive_filename and bfd_get_section_ident
1821 with corresponding %B and %A in _bfd_error_handler format string.
1822 Replace occurrences of "fprintf (stderr," with _bfd_error_handler
1823 calls to use %A and %B. Fix "against symbol .. from section" and
1824 similar error messages. Combine multiple _bfd_error_handler calls
1825 where they were separated due to bfd_archive_filename deficiencies.
1826 * bfd-in2.h: Regenerate.
1827
1828 2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
1829
1830 * elf32-i386.c (elf_i386_relocate_section): Report unrecognized
1831 relocation.
1832
1833 2004-08-10 Alan Modra <amodra@bigpond.net.au>
1834
1835 * elf64-ppc.c (struct ppc_link_hash_entry): Add was_undefined.
1836 (struct ppc_link_hash_table): Remove no_multi_toc, multi_toc_needed.
1837 Make emit_stub_syms, stub_error and has_14bit_branch bit-fields.
1838 Add twiddled_syms.
1839 (link_hash_newfunc): Init was_undefined.
1840 (add_symbol_adjust): Don't set undefined dot symbols to defweak;
1841 Use undefweak instead.
1842 (ppc64_elf_check_directives): Fix undefs chain.
1843 (ppc64_elf_next_toc_section): Remove no_multi_toc and multi_toc_needed
1844 references.
1845 (ppc64_elf_size_stubs): Adjust for add_symbol_adjust change.
1846 (undo_symbol_twiddle, ppc64_elf_restore_symbols): New functions.
1847 * elf64-ppc.h (ppc64_elf_restore_symbols): Declare.
1848
1849 2004-08-09 Jakub Jelinek <jakub@redhat.com>
1850
1851 * elf64-x86-64.c (elf64_x86_64_relocate_section): For -fno-pic
1852 error, test input_section flags rather than sec.
1853
1854 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1855
1856 * elf-bfd.h (struct elf_backend_data): Add
1857 elf_backend_archive_symbol_lookup.
1858 (_bfd_elf_archive_symbol_lookup): Declare.
1859 * elflink.c (_bfd_elf_archive_symbol_lookup): New function..
1860 (elf_link_add_archive_symbols): ..extracted from here. Call the
1861 backend version.
1862 * elfxx-target.h (elf_backend_archive_symbol_lookup): Provide default.
1863 (elfNN_bed): Init new field.
1864 * elf64-ppc.c (elf_backend_check_directives): Define.
1865 (elf_backend_archive_symbol_lookup): Define.
1866 (struct ppc_link_hash_table): Add tls_get_add_fd. Make tls_get_add
1867 a ppc_link_hash_entry pointer.
1868 (get_fdh): Move.
1869 (ppc64_elf_archive_symbol_lookup, opd_entry_value): New functions.
1870 (add_symbol_adjust, ppc64_elf_check_directives): New functions.
1871 (ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, func_desc_adjust,
1872 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_tls_setup,
1873 ppc64_elf_tls_optimize, allocate_dynrelocs, ppc_type_of_stub,
1874 ppc_build_one_stub, ppc64_elf_size_stubs, ppc64_elf_relocate_section,
1875 ppc64_elf_finish_dynamic_symbol): Handle branch relocs to function
1876 descriptor symbols.
1877
1878 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1879
1880 * elf64-ppc.c (struct ppc_link_hash_entry): Expand adjust_done comment.
1881 (ppc64_elf_add_symbol_hook): Test for NULL section.
1882 (get_sym_h): Formatting.
1883 (ppc64_elf_size_stubs): Include reloc addend in value stored as
1884 stub target_value.
1885
1886 * elf64-ppc.c (ppc64_elf_relocate_section): Combine handling of
1887 long branch stubs with code handling plt and r2off branch stubs.
1888
1889 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1890
1891 * elf-bfd.h (_bfd_elf_gc_mark): Declare.
1892 * elflink.c (elf_link_input_bfd): Formatting.
1893 (_bfd_elf_gc_mark): Rename from elf_gc_mark and make global. Adjust
1894 all callers.
1895 * elf64-ppc.c (struct ppc_link_hash_entry): Remove is_entry.
1896 (link_hash_newfunc): Don't set it.
1897 (ppc64_elf_copy_indirect_symbol): Nor copy it.
1898 (ppc64_elf_mark_entry_syms): Delete.
1899 (ppc64_elf_gc_mark_hook): Mark entry syms here. Also mark opd
1900 sections. Use get_opd_info.
1901 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Delete.
1902
1903 2004-08-09 Alan Modra <amodra@bigpond.net.au>
1904
1905 * elf64-ppc.c (adjust_opd_syms): Fix merge error.
1906
1907 * elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
1908 (func_desc_adjust): Don't set have_undefweak.
1909 (ppc64_elf_func_desc_adjust): Don't add an extr nop to sfpr.
1910 (ppc64_elf_relocate_section): NOP out calls to undefweak functions.
1911
1912 * elf64-ppc.c (struct ppc_link_hash_entry): Make "oh" a
1913 "struct ppc_link_hash_entry *". Adjust all references.
1914 (ppc64_elf_hide_symbol): Correct a comment.
1915
1916 * elf64-ppc.c (get_opd_info): New function.
1917 (adjust_opd_syms): Use get_opd_info. Define removed symbols as zero.
1918 (ppc64_elf_edit_opd): Use get_opd_info. Check that sym has a dot
1919 before calling get_fdh. Test fdh rather than h before dereferencing
1920 fdh. Mark removed symbols in opd_adjust.
1921 (ppc64_elf_tls_optimize): Don't bother with opd adjustment here.
1922 (ppc64_elf_relocate_section): Use get_opd_info, and handle removed
1923 opd symbols.
1924 (ppc64_elf_output_symbol_hook): Likewise.
1925
1926 2004-08-06 Paul Brook <paul@codesourcery.com>
1927
1928 * elfarm-nabi.c (elf32_arm_howto_table): Add new EABI relocations.
1929 (elf32_arm_reloc_map): Add BFD_RELOC_ARM_RELABS32,
1930 BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32.
1931 * reloc.c: Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32
1932 and BFD_RELOC_ARM_SBREL32.
1933 * bfd-in2.h, bbfd.h: Regenerate.
1934
1935 2004-08-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1936
1937 * elfxx-mips.c (mips_elf_calculate_relocation): Test only for
1938 the dynamic link symbol actually in use.
1939
1940 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
1941
1942 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new
1943
1944 2004-07-31 Joel Brobecker <brobecker@gnat.com>
1945 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1946
1947 * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Handle
1948 SHN_MIPS_TEXT and SHN_MIPS_DATA.
1949
1950 2004-07-30 H.J. Lu <hongjiu.lu@intel.com>
1951 Nick Clifton <nickc@redhat.com>
1952
1953 PR 290
1954 * bfd.c (_bfd_default_error_handler): Make it global.
1955
1956 * elf-bfd.h (elf_backend_data): Add link_order_error_handler.
1957
1958 * elf.c (assign_section_numbers): Cope gracefully with sections
1959 which have SHF_LINK_ORDER set but no sh_link set up.
1960 * elflink.c (elf_get_linked_section_vma): Likewise.
1961
1962 * elfxx-ia64.c (elf_backend_link_order_error_handler): New. Set
1963 it to NULL.
1964
1965 * elfxx-target.h (elf_backend_link_order_error_handler): New.
1966 Set it to _bfd_default_error_handler.
1967 (elfNN_bed): Add elf_backend_link_order_error_handler.
1968
1969 * libbfd-in.h (_bfd_default_error_handler): New.
1970
1971 * libbfd.h: Regenerated.
1972
1973 2004-07-30 Jakub Jelinek <jakub@redhat.com>
1974
1975 * archures.c (bfd_mach_sparc_64bit_p): Define.
1976 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Use it.
1977 * bfd-in2.h: Rebuilt.
1978
1979 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
1980
1981 Introduce SH2a support.
1982 2004-02-18 Corinna Vinschen <vinschen@redhat.com>
1983 * archures.c (bfd_mach_sh2a_nofpu): New.
1984 * bfd-in2.h: Rebuilt.
1985 * cpu-sh.c (SH2A_NOFPU_NEXT): New.
1986 (arch_info_struct): Add sh2a_nofpu.
1987 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu.
1988 2003-12-29 DJ Delorie <dj@redhat.com>
1989 * reloc.c: Add relocs for sh2a.
1990 * bfd-in2.h: Regenerate.
1991 * libbfd.hh: Regenerate.
1992 2003-12-01 Michael Snyder <msnyder@redhat.com>
1993 * archures.c (bfd_mach_sh2a): New.
1994 * bfd-in2.h: Rebuilt.
1995 * cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums.
1996 (SH2A_NEXT): New.
1997 (arch_info_struct): Add sh2a.
1998 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a.
1999
2000 2004-07-28 Nick Clifton <nickc@redhat.com>
2001 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2002
2003 PR 273
2004 * som.c (setup_sections): Improve estimation of space sizes in
2005 relocatable objects.
2006
2007 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
2008 * config.bfd (hppa*-*-netbsd*): Set targ_defvec to
2009 bfd_elf32_hppa_nbsd_vec. Add bfd_elf32_hppa_linux_vec
2010 to targ_selvecs.
2011 * configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
2012 * configure: Regenerate.
2013 * elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
2014 case that accepts OSABI=NetBSD and OSABI=SysV.
2015 (elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
2016 the base of .got or .data (if .got does not exist).
2017 (elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
2018 set OSABI=NetBSD.
2019 (TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
2020 (TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
2021 * targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
2022 (_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.
2023
2024 2004-07-27 H.J. Lu <hongjiu.lu@intel.com>
2025
2026 PR 161/251
2027 * elf-bfd.h (bfd_elf_section_data): Add sec_group.
2028 (elf_sec_group): Defined.
2029 (bfd_elf_match_symbols_in_sections): New prototype.
2030 (_bfd_elf_setup_group_pointers): Likewise.
2031
2032 * elf.c (bfd_elf_discard_group): Abort.
2033 (bfd_elf_set_group_contents): Also include relocation sections.
2034 Remove zero-fill for ld -r.
2035 (_bfd_elf_setup_group_pointers): New function.
2036 (elf_sort_elf_symbol): Likewise.
2037 (elf_sym_name_compare): Likewise.
2038 (bfd_elf_match_symbols_in_sections): Likewise.
2039
2040 * elfcode.h (elf_object_p): Call _bfd_elf_setup_group_pointers.
2041
2042 * elflink.c (match_group_member): New.
2043 (elf_link_input_bfd): Check group member for discarded section.
2044 (try_match_symbols_in_sections): New function.
2045 (already_linked): Likewise.
2046 (_bfd_elf_section_already_linked): Support mixing comdat group
2047 and linkonce section.
2048
2049 * libbfd-in.h (bfd_section_already_linked_table_traverse): New.
2050 * linker.c (bfd_section_already_linked_table_traverse): New.
2051
2052 * libbfd.h: Regenerated.
2053
2054 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
2055
2056 * reloc.c: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
2057 BFD_RELOC_CRX_SWITCH32.
2058 * bfd-in2.h: Regenerate.
2059 * libbfd.h: Regenerate.
2060 * elf32-crx.c: Support relocation/relaxation of
2061 BFD_RELOC_CRX_SWITCH* types.
2062
2063 2004-07-27 Alan Modra <amodra@bigpond.net.au>
2064
2065 * elf64-ppc.c: Correct "Linker stubs" comment.
2066
2067 2004-07-26 H.J. Lu <hongjiu.lu@intel.com>
2068
2069 * elf-bfd.h (bfd_elf_section_data): Add a pointer for the
2070 linked-to section.
2071 (elf_linked_to_section): New.
2072
2073 * elf.c (assign_section_numbers): Set up sh_link for
2074 SHF_LINK_ORDER.
2075
2076 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set sh_info
2077 to sh_link for SHT_IA_64_UNWIND sections.
2078
2079 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
2080
2081 * elflink.c (elf_fixup_link_order): Add _() to error message.
2082
2083 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
2084
2085 * elflink.c (elf_fixup_link_order): Issue a warning and flag
2086 an error if failed.
2087
2088 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
2089
2090 * aout-adobe.c (aout_32_section_already_linked): Defined.
2091 * aout-target.h (MY_section_already_linked): Likewise.
2092 * aout-tic30.c (MY_section_already_linked): Likewise.
2093 * binary.c (binary_section_already_linked): Likewise.
2094 * bout.c (b_out_section_already_linked): Likewise.
2095 * coff-alpha.c (_bfd_ecoff_section_already_linked): Likewise.
2096 * coff-mips.c (_bfd_ecoff_section_already_linked): Likewise.
2097 * coffcode.h (coff_section_already_linked): Likewise.
2098 * i386msdos.c (msdos_section_already_linked): Likewise.
2099 * i386os9k.c (os9k_section_already_linked): Likewise.
2100 * ieee.c (ieee_section_already_linked): Likewise.
2101 * ihex.c (ihex_section_already_linked): Likewise.
2102 * mach-o.c (bfd_mach_o_section_already_linked): Likewise.
2103 * mmo.c (mmo_section_already_linked): Likewise.
2104 * nlm-target.h (nlm_section_already_linked): Likewise.
2105 * oasys.c (oasys_section_already_linked): Likewise.
2106 * pef.c (bfd_pef_section_already_linked): Likewise.
2107 * ppcboot.c (ppcboot_section_already_linked): Likewise.
2108 * som.c (som_bfd_discard_group): Likewise.
2109 * srec.c (srec_section_already_linked): Likewise.
2110 * tekhex.c (tekhex_section_already_linked): Likewise.
2111 * versados.c (versados_section_already_linked): Likewise.
2112 * vms.c (vms_section_already_linked): Likewise.
2113 * coff-target.h (_bfd_xcoff_section_already_linked): Likewise.
2114 * xsym.c (bfd_sym_section_already_linked): Likewise.
2115
2116 * bfd-in.h (bfd_section_already_linked_table_init): New.
2117 (bfd_section_already_linked_table_free): Likewise.
2118
2119 * coff-rs6000.c (rs6000coff_vec): Add
2120 _bfd_generic_section_already_linked.
2121 (pmac_xcoff_vec): Likewise.
2122 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2123 (aix5coff64_vec): Likewise.
2124
2125 * elf-bfd.h (_bfd_elf_section_already_linked): New prototype.
2126 * elflink.c (_bfd_elf_section_already_linked): New function.
2127
2128 * elfxx-target.h (bfd_elfNN_section_already_linked): Defined.
2129
2130 * libbfd-in.h (_bfd_nolink_section_already_linked): Defined.
2131 (_bfd_generic_section_already_linked): New.
2132 (bfd_section_already_linked_hash_entry): Likewise.
2133 (bfd_section_already_linked): Likewise.
2134 (bfd_section_already_linked_table_lookup): Likewise.
2135 (bfd_section_already_linked_table_insert): Likewise.
2136
2137 * linker.c (bfd_section_already_linked): New.
2138 (_bfd_section_already_linked_table): Likewise.
2139 (bfd_section_already_linked_table_lookup): Likewise.
2140 (bfd_section_already_linked_table_insert): Likewise.
2141 (already_linked_newfunc): Likewise.
2142 (bfd_section_already_linked_table_init): Likewise.
2143 (bfd_section_already_linked_table_free): Likewise.
2144 (_bfd_generic_section_already_linked): Likewise.
2145
2146 * section.c (bfd_section): Remove comdat.
2147 (bfd_comdat_info): Moved to ...
2148 * bfd-in.h (coff_comdat_info): Here.
2149 (bfd_coff_get_comdat_section): New.
2150 * coffgen.c (bfd_coff_get_comdat_section): Likewise.
2151 * libcoff-in.h (coff_section_tdata): Add comdat.
2152 * coffcode.h (handle_COMDAT): Updated.
2153 * cofflink.c (coff_link_add_symbols): Likewise.
2154 * ecoff.c (bfd_debug_section): Likewise.
2155
2156 * targets.c (bfd_target): Add _section_already_linked.
2157 (BFD_JUMP_TABLE_LINK): Updated.
2158
2159 * bfd-in2.h: Regenerated.
2160 * libbfd.h: Likewise.
2161 * libcoff.h: Likewise.
2162
2163 2003-07-21 Paul Brook <paul@codesourcery.com>
2164
2165 * elflink.c (elf_get_linked_section_vma, compare_link_order,
2166 elf_fixup_link_order): New functions.
2167 (bfd_elf_final_link): Call elf_fixup_link_order.
2168
2169 2004-07-21 Alexandre Oliva <aoliva@redhat.com>
2170
2171 * elf-bfd.h (ELF_COMMON_DEF_P): New.
2172 * elflink.c (_bfd_elf_symbol_refs_local_p): Use it to handle
2173 common definitions.
2174 * elf-m10300.c: Use SYMBOL_REFERENCES_LOCAL instead of
2175 _bfd_elf_symbol_refs_local_p.
2176 * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove hack for common
2177 symbols.
2178
2179 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
2180
2181 * bfd-in.h (dynamic_lib_link_class): Add DYN_NO_ADD_NEEDED and
2182 DYN_NO_NEEDED.
2183 (bfd_elf_get_dyn_lib_class): New prototype.
2184 * elf.c (bfd_elf_get_dyn_lib_class): New function.
2185
2186 * elflink.c (elf_link_add_object_symbols): Check DYN_AS_NEEDED,
2187 DYN_DT_NEEDED and DYN_NO_NEEDED bits to see if a DT_NEEDED
2188 entry is needed. Issue an error if a DT_NEEDED entry is needed
2189 for a file marked DYN_NO_NEEDED.
2190 (elf_link_check_versioned_symbol): Check the DYN_DT_NEEDED bit
2191 for DT_NEEDED tags.
2192
2193 * bfd-in2.h: Regenerated.
2194
2195 2004-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2196
2197 * elflink.c (elf_section_complain_discarded): Don't complain in
2198 .PARISC.unwind.
2199
2200 2004-07-10 James E Wilson <wilson@specifixinc.com>
2201
2202 * elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
2203 (elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise.
2204 (elfNN_ia64_relax_section, elfNN_ia64_relocate_section,
2205 elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections):
2206 Fix callers.
2207 (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64. Change
2208 bfd_put_64 to bfd_putl64.
2209 (elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.
2210
2211 2004-07-09 H.J. Lu <hongjiu.lu@intel.com>
2212
2213 PR 240
2214 * elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in
2215 .init/.fini sections when trying to relax it.
2216
2217 2004-07-09 Jie Zhang <zhangjie@magima.com.cn>
2218
2219 * elf.c (assign_file_positions_for_segments): Make sure the
2220 .dynamic section is the first section in the PT_DYNAMIC segment.
2221
2222 2004-07-09 Nick Clifton <nickc@redhat.com>
2223
2224 * config.bfd: Change sh-sybmian-elf to sh-*-symbianelf.
2225 * elf32-sh-symbian.c: Rename the sh_find_elf_flags and
2226 sh_elf_get_flags_from_mach functions so that they do not conflict
2227 when this target is built with other sh-elf targets.
2228 * elf32-sh.c (sh_elf_get_flags_from_mach): Remove bogus
2229 suppression of this function.
2230 (sh_elf_find_flags): Likewise.
2231
2232 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
2233
2234 * Makefile.am (ALL_MACHINES): Add cpu-crx.lo.
2235 (ALL_MACHINES_CFILES): Add cpu-crx.c.
2236 (BFD32_BACKENDS): Add elf32-crx.lo.
2237 (BFD32_BACKENDS_CFILES): Add elf32-crx.c.
2238 (cpu-crx.lo): New target.
2239 (elf32-crx.lo): New target.
2240 * Makefile.in: Regenerate.
2241 * archures.c (bfd_architecture): Add bfd_{arch,mach}_crx.
2242 (bfd_archures_list): Add bfd_crx_arch.
2243 * bfd-in2.h: Regenerate.
2244 * config.bfd: Handle crx-*-elf*, crx*.
2245 * configure.in: Handle bfd_elf32_crx_vec.
2246 * configure: Regenerate.
2247 * cpu-crx.c: New file.
2248 * elf32-crx.c: Likewise.
2249 * libbfd.h: Regenerate.
2250 * reloc.c: Add BFD_RELOC_CRX_REL4, BFD_RELOC_CRX_REL8,
2251 BFD_RELOC_CRX_REL8_CMP, BFD_RELOC_CRX_REL16, BFD_RELOC_CRX_REL24,
2252 BFD_RELOC_CRX_REL32, BFD_RELOC_CRX_REGREL12, BFD_RELOC_CRX_REGREL22,
2253 BFD_RELOC_CRX_REGREL28, BFD_RELOC_CRX_REGREL32, BFD_RELOC_CRX_ABS16,
2254 BFD_RELOC_CRX_ABS32, BFD_RELOC_CRX_NUM8, BFD_RELOC_CRX_NUM16,
2255 BFD_RELOC_CRX_NUM32, BFD_RELOC_CRX_IMM16 and BFD_RELOC_CRX_IMM32
2256 * targets.c (bfd_elf32_crx_vec): Declare.
2257 (bfd_target_vector): Add bfd_elf32_crx_vec.
2258
2259 2004-07-06 Nick Clifton <nickc@redhat.com>
2260
2261 * config.bfd: Add sh-symbian-elf target.
2262 * configure.in: Add bfd_elf32_shl_symbian_vec.
2263 * configure: Regenerate.
2264 * elf-bfd.h (struct elf_backend_data): Add new field
2265 'check_directives'.
2266 * elflink.c (elf_link_add_object_symbols): Invoke the
2267 check_directives function, if defined.
2268 * elfxx-target.h: Provide a default, NULL definition for
2269 check_directives.
2270 * targets.c: Add bfd_elf32_shl_symbian_vec.
2271 * elf32-sh.c (sh_elf_swap_insns): Protect against unnecessary
2272 definition.
2273 (elf32_shlin_grok_prstatus, elf32_shlib_grok_psinfo,
2274 * sh_elf_get_flags_from_mach, sh_elf_find_flags): Likewise.
2275 (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Only define if they have
2276 not already been defined.
2277 * elf32-sh64.c: Use SH_TARGET_ALREADY_DEFINED.
2278 * sh-symbian.c: New file. Provide functions to support the
2279 * sh-symbian-elf target.
2280 * Makefile.am: Add elf32-sh-symbian.c
2281 * Makefile.in: Regenerate.
2282
2283 2004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
2284
2285 * elf32-sh.c: Include ../opcodes/sh-opc.h.
2286 * Makefile.am: Ran make dep-am.
2287 * Makefile.in: Ran make dep-in.
2288
2289 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2290
2291 * cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak
2292 externals properly.
2293
2294 2004-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
2295
2296 * config.bfd: Add want64 to configuration target s390-*-linux*.
2297
2298 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
2299
2300 * bfd.c (bfd_get_section_ident): New.
2301
2302 * elflink.c (elf_link_read_relocs_from_section): Call
2303 bfd_get_section_ident to identify the section when reporting
2304 error.
2305 (_bfd_elf_link_output_relocs): Likewise.
2306 (elf_link_output_extsym): Likewise.
2307 (elf_link_input_bfd): Likewise.
2308 (bfd_elf_gc_record_vtinherit): Likewise.
2309
2310 * bfd-in2.h: Regenerated.
2311
2312 2004-07-01 Jie Zhang <zhangjie@magima.com.cn>
2313 Nick Clifton <nickc@redhat.com>
2314
2315 PR 204
2316 * elfxx-mips.c (_bfd_mips_elf_final_link): Pass the correct number
2317 of section symbols to mips_elf_sort_hash_table ().
2318
2319 2004-07-01 Alan Modra <amodra@bigpond.net.au>
2320
2321 * elflink.c (elf_section_ignore_discarded_relocs): Revert last
2322 change. Comment.
2323 (elf_section_complain_discarded): New function. Handle
2324 .gcc_except_table too.
2325 (elf_link_input_bfd): Rewrite handling of relocs against symbols
2326 in discarded sections.
2327 * elf-bfd.h (elf_discarded_section): Protect macro arg.
2328
2329 2004-06-30 James E Wilson <wilson@specifixinc.com>
2330
2331 * elfxx-ia64.c (elfNN_ia64_check_relocs): New local pltoff. Initialize
2332 to NULL. Call get_pltoff if NULL and NEED_PLTOFF is true.
2333
2334 2004-06-30 H.J. Lu <hongjiu.lu@intel.com>
2335
2336 PR 233
2337 * elflink.c (elf_link_input_bfd): Issue an error for non-debug
2338 local references to discarded sections and report their
2339 locations.
2340
2341 2004-06-30 Alan Modra <amodra@bigpond.net.au>
2342
2343 * elflink.c (elf_section_ignore_discarded_relocs): Don't test
2344 sec_info_type, test section name instead.
2345
2346 2004-06-29 H.J. Lu <hongjiu.lu@intel.com>
2347
2348 PR 240
2349 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't relax branch
2350 in .init/.fini sections.
2351
2352 2004-06-29 Bob Wilson <bob.wilson@acm.org>
2353
2354 * elf32-xtensa.c (elf_xtensa_relocate_section): Use
2355 bfd_get_section_limit.
2356
2357 2004-06-29 Bob Wilson <bob.wilson@acm.org>
2358
2359 * elf32-xtensa.c (elf_xtensa_combine_prop_entries): Don't change the
2360 output section size.
2361
2362 2004-06-29 Alan Modra <amodra@bigpond.net.au>
2363
2364 * elf64-mmix.c (mmix_set_relaxable_size): Save original size in
2365 rawsize.
2366 (mmix_elf_perform_relocation): Adjust for above change.
2367 (mmix_elf_relocate_section): Likewise.
2368 (mmix_elf_relax_section): Likewise. Use output_section->rawsize.
2369 (mmix_elf_get_section_contents): Delete.
2370 (bfd_elf64_get_section_contents): Delete.
2371 (mmix_elf_relocate_section): Zero stub area.
2372 * linker.c (default_indirect_link_order): Alloc max of section size
2373 and rawsize.
2374 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
2375 * section.c (bfd_malloc_and_get_section): Likewise.
2376 (struct bfd_section): Update rawsize comment.
2377 * bfd-in2.h: Regenerate.
2378
2379 * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
2380
2381 2004-06-29 Alan Modra <amodra@bigpond.net.au>
2382
2383 * bfd-in.h (bfd_get_section_limit): Define.
2384 * reloc.c (bfd_perform_relocation, bfd_install_relocation)
2385 (_bfd_final_link_relocate): Use bfd_get_section_limit.
2386 * aout-tic30.c (tic30_aout_final_link_relocate): Likewise.
2387 * coff-arm.c (coff_arm_relocate_section): Likewise.
2388 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): Likewise.
2389 * cpu-ns32k.c (do_ns32k_reloc): Likewise.
2390 (bfd_ns32k_final_link_relocate): Likewise.
2391 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): Likwise.
2392 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): Likewise.
2393 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc)
2394 (i860_howto_highadj_reloc, i860_howto_splitn_reloc): Likewise.
2395 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc)
2396 (m32r_elf_generic_reloc, m32r_elf_relocate_section): Likewise.
2397 * elf32-m68hc1x.c (m68hc11_elf_special_reloc): Likewise.
2398 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
2399 * elf32-or32.c (or32_elf_consth_reloc): Likewise.
2400 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Likewise.
2401 * elf32-s390.c (s390_elf_ldisp_reloc): Likewise.
2402 * elf32-sh.c (sh_elf_reloc_loop): Likewise.
2403 * elf32-sparc.c (sparc_elf_wdisp16_reloc): Likewise.
2404 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc): Likwise.
2405 * elf32-v850.c (v850_elf_reloc): Likewise.
2406 * elf32-xstormy16.c (xstormy16_elf_24_reloc): Likewise.
2407 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Likewise.
2408 * elf64-alpha.c (elf64_alpha_reloc_gpdisp): Likewise.
2409 * elf64-mips.c (mips_elf64_gprel32_reloc)
2410 (mips16_gprel_reloc): Likewise.
2411 * elf64-mmix.c (mmix_elf_reloc): Likewise.
2412 * elf64-s390.c (s390_elf_ldisp_reloc): Likewise.
2413 * elf64-sparc.c (init_insn_reloc): Likewise.
2414 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
2415 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp)
2416 (_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc)
2417 (_bfd_mips_elf_generic_reloc): Likewise.
2418 * bfd-in2.h: Regenerate.
2419
2420 2004-06-28 Alan Modra <amodra@bigpond.net.au>
2421
2422 * bfd-in.h (struct stab_info): Move from stabs.c.
2423 * stabs.c (struct stab_link_includes_table): Delete.
2424 (stab_link_includes_lookup): Delete.
2425 (_bfd_write_section_stabs, _bfd_write_stab_strings): Remove one
2426 level of indirection from sinfo parm.
2427 (_bfd_link_section_stabs): Likewise. Set SEC_LINKER_CREATED on
2428 stabstr section. Adjust hash table accesses.
2429 * coff-ppc.c (ppc_bfd_coff_final_link): Do include rawsize in contents
2430 alloc. Adjust stab_info test.
2431 * cofflink.c (_bfd_coff_link_hash_table_init): Clear stab_info.
2432 (_bfd_coff_final_link): Adjust stab_info test.
2433 (_bfd_coff_link_input_bfd): Ignore SEC_LINKER_CREATED sections.
2434 * elf-bfd.h (struct elf_link_hash_table): Include struct stab_info
2435 in place.
2436 * libcoff-in.h (struct coff_link_hash_table): Likewise.
2437 * elf.c (_bfd_elf_link_hash_table_init): Clear stab_info.
2438 * elflink.c (bfd_elf_final_link): Don't attempt to link linker created
2439 stabstr section. Adjust stab_info test.
2440 * libbfd-in.h (_bfd_link_section_stabs, _bfd_write_section_stabs)
2441 (_bfd_write_stab_strings): Adjust prototypes.
2442 * libbfd.h: Regenerate.
2443 * libcoff.h: Regenerate.
2444 * bfd-in2.h: Regenerate.
2445
2446 2004-06-27 Mark Kettenis <kettenis@gnu.org>
2447
2448 From Miod Vallat <miod@online.fr>:
2449 * aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
2450
2451 2004-06-26 Alexandre Oliva <aoliva@redhat.com>
2452
2453 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): Delete.
2454 (struct elf32_mn10300_link_hash_entry): Remove
2455 pcrel_relocs_copied.
2456 (mn10300_elf_check_relocs): Only reserve dynamic relocations for
2457 R_MN10300_32. Don't adjust pcrel_relocs_copied.
2458 (mn10300_elf_final_link_relocate): Fail for direct, pc-relative
2459 and gotoff relocations if the symbol doesn't bind locally. Use
2460 _bfd_elf_symbol_refs_local_p to test. Don't create dynamic
2461 relocation for PCREL32.
2462 (mn10300_elf_relocate_section): Use _bfd_elf_symbol_refs_local_p
2463 to test whether a symbol binds locally.
2464 (elf32_mn10300_link_hash_newfunc): Don't initialize
2465 pcrel_relocs_copied.
2466 (_bfd_mn10300_elf_discard_copies): Delete.
2467 (_bfd_mn10300_elf_size_dynamic_sections): Don't call it.
2468
2469 2004-06-26 Mark Kettenis <kettenis@gnu.org>
2470
2471 * config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.
2472
2473 2004-06-25 Joel Brobecker <brobecker@gnat.com>
2474
2475 * som.c (som_set_reloc_info): Correct small typo.
2476
2477 2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2478
2479 * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
2480 (m32r_elf_relocate_section): Changed for R_M32R_GOTOFF.
2481 (m32r_elf_gcsweep_hook): Likewise.
2482 (m32r_elf_check_relocs): Likewise.
2483 (m32r_elf_howto_table): Added R_M32R_GOTOFF_HI_ULO,
2484 R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
2485 * reloc.c: Added BFD_RELOC_M32R_GOTOFF_HI_ULO,
2486 BFD_RELOC_M32R_GOTOFF_HI_SLO and BFD_RELOC_M32R_GOTOFF_LO.
2487 * bfd-in2.h: Regenerated.
2488 * libbfd.h: Regenerated.
2489
2490 2004-06-24 H.J. Lu <hongjiu.lu@intel.com>
2491
2492 * elf64-x86-64.c (elf64_x86_64_check_relocs): Warn overflow
2493 relocation symbol.
2494 (elf64_x86_64_relocate_section): Issue an error for
2495 R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations
2496 against global symbols when building shared library.
2497
2498 2004-06-24 Alan Modra <amodra@bigpond.net.au>
2499
2500 * section.c (struct sec): Rename "_cooked_size" to "size".
2501 Rename "_raw_size" to "rawsize".
2502 (STD_SECTION): Adjust comments.
2503 (bfd_set_section_size, bfd_get_section_contents): Use size.
2504 (bfd_malloc_and_get_section): New function.
2505 * bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
2506 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
2507 Correctly free reloc and contents memory.
2508 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
2509 and fake CIE now that we can shink section size to zero.
2510 (_bfd_elf_write_section_eh_frame): Likewise..
2511 * elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
2512 * elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
2513 _bfd_stab_section_offset. Use _bfd_elf_section_offset.
2514 * stabs.c (_bfd_stab_section_offset_): Remove unused args and
2515 unneeded indirection.
2516 * elf.c (_bfd_elf_section_offset): .. and update call.
2517 * libbfd-in.h (_bfd_stab_section_offset): Update prototype.
2518 * libbfd.h: Regenerate.
2519 * bfd-in2.h: Regenerate.
2520
2521 Replace occurrences of "_raw_size" and "_cooked_size" in most places
2522 with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
2523 sections. Use "rawsize", if non-zero, for bfd_get_section_contents
2524 calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
2525 Similarly use "rawsize", if non-zero, in reloc functions to validate
2526 reloc addresses. Use new bfd_malloc_and_get_section in most places
2527 where bfd_get_section_contents was called. Expand all occurrences of
2528 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
2529 grok_prstatus and similar functions to "size".
2530 * aix386-core.c (aix386_core_file_p): ..
2531 * aix5ppc-core.c (xcoff64_core_p): ..
2532 * aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
2533 aout_adobe_set_section_contents): ..
2534 * aout-target.h (callback): ..
2535 * aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
2536 MY_bfd_final_link): ..
2537 * aoutf1.h (sunos4_core_file_p): ..
2538 * aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
2539 adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
2540 final_link, aout_link_input_section): ..
2541 * binary.c (binary_object_p, binary_canonicalize_symtab,
2542 binary_set_section_contents): ..
2543 * bout.c (b_out_callback, b_out_write_object_contents,
2544 b_out_set_section_contents, b_out_bfd_relax_section,
2545 b_out_bfd_get_relocated_section_contents): ..
2546 * cisco-core.c (cisco_core_file_validate): ..
2547 * coff-alpha.c (alpha_ecoff_object_p,
2548 alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
2549 * coff-arm.c (coff_arm_relocate_section,
2550 bfd_arm_allocate_interworking_sections): ..
2551 * coff-h8300.c (h8300_reloc16_extra_cases,
2552 h8300_bfd_link_add_symbols): ..
2553 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
2554 * coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
2555 ppc_bfd_coff_final_link): ..
2556 * coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
2557 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
2558 sh_align_loads, sh_coff_get_relocated_section_contents): ..
2559 * coff64-rs6000.c (xcoff64_write_object_contents,
2560 xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
2561 * coffcode.h (coff_compute_section_file_positions,
2562 coff_write_object_contents): ..
2563 * coffgen.c (make_a_section_from_file, coff_write_symbols,
2564 coff_section_symbol, build_debug_section): ..
2565 * cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
2566 process_embedded_commands, _bfd_coff_link_input_bfd,
2567 _bfd_coff_write_global_sym): ..
2568 * cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
2569 * cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
2570 * dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
2571 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
2572 _bfd_dwarf2_find_nearest_line): ..
2573 * ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
2574 ecoff_compute_section_file_positions,
2575 _bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
2576 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
2577 _bfd_elf_discard_section_eh_frame_hdr,
2578 _bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
2579 _bfd_elf_write_section_eh_frame,
2580 _bfd_elf_write_section_eh_frame_hdr): ..
2581 * elf-hppa.h (elf_hppa_sort_unwind): ..
2582 * elf-m10200.c (mn10200_elf_relax_section,
2583 mn10200_elf_relax_delete_bytes,
2584 mn10200_elf_get_relocated_section_contents): ..
2585 * elf-m10300.c (_bfd_mn10300_elf_create_got_section,
2586 mn10300_elf_check_relocs, mn10300_elf_relax_section,
2587 mn10300_elf_relax_delete_bytes,
2588 mn10300_elf_get_relocated_section_contents,
2589 _bfd_mn10300_elf_adjust_dynamic_symbol,
2590 _bfd_mn10300_elf_discard_copies,
2591 _bfd_mn10300_elf_size_dynamic_sections,
2592 _bfd_mn10300_elf_finish_dynamic_sections): ..
2593 * elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
2594 _bfd_elf_make_section_from_phdr, elf_fake_sections,
2595 bfd_elf_set_group_contents, map_sections_to_segments,
2596 elf_sort_sections, assign_file_positions_for_segments,
2597 SECTION_SIZE, copy_private_bfd_data,
2598 _bfd_elf_get_dynamic_reloc_upper_bound,
2599 _bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
2600 _bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
2601 elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
2602 elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
2603 _bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
2604 * elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
2605 bfd_elf32_arm_process_before_allocation,
2606 elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
2607 elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
2608 elf32_arm_write_section): ..
2609 * elf32-cris.c (cris_elf_grok_prstatus,
2610 elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
2611 elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
2612 cris_elf_check_relocs, elf_cris_size_dynamic_sections,
2613 elf_cris_discard_excess_dso_dynamics,
2614 elf_cris_discard_excess_program_dynamics): ..
2615 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
2616 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
2617 * elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
2618 _frv_create_got_section, _frvfdpic_assign_plt_entries,
2619 elf32_frvfdpic_size_dynamic_sections,
2620 elf32_frvfdpic_modify_segment_map,
2621 elf32_frvfdpic_finish_dynamic_sections): ..
2622 * elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
2623 elf32_h8_get_relocated_section_contents): ..
2624 * elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
2625 elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
2626 allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
2627 elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
2628 elf32_hppa_finish_dynamic_sections): ..
2629 * elf32-i370.c (i370_elf_adjust_dynamic_symbol,
2630 i370_elf_size_dynamic_sections, i370_elf_check_relocs,
2631 i370_elf_finish_dynamic_sections): ..
2632 * elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
2633 allocate_dynrelocs, elf_i386_size_dynamic_sections,
2634 elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
2635 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
2636 i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
2637 * elf32-ip2k.c (ip2k_is_switch_table_128,
2638 ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
2639 ip2k_relax_switch_table_256, ip2k_elf_relax_section,
2640 adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
2641 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
2642 m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
2643 allocate_dynrelocs, m32r_elf_size_dynamic_sections,
2644 m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
2645 m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
2646 m32r_elf_get_relocated_section_contents): ..
2647 * elf32-m68hc11.c (m68hc11_elf_build_one_stub,
2648 m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
2649 m68hc11_elf_relax_delete_bytes): ..
2650 * elf32-m68hc12.c (m68hc12_elf_build_one_stub,
2651 m68hc12_elf_size_one_stub): ..
2652 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
2653 elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
2654 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
2655 elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
2656 elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
2657 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
2658 elf32_mips_grok_prstatus): ..
2659 * elf32-or32.c (or32_elf_consth_reloc): ..
2660 * elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
2661 elf_create_pointer_linker_section, ppc_elf_create_linker_section,
2662 ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
2663 allocate_dynrelocs, ppc_elf_size_dynamic_sections,
2664 ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
2665 ppc_elf_final_write_processing): ..
2666 * elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
2667 allocate_dynrelocs, elf_s390_size_dynamic_sections,
2668 elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
2669 * elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
2670 sh_elf_relax_delete_bytes, sh_elf_align_loads,
2671 sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
2672 sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
2673 sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
2674 * elf32-sh64-com.c (sh64_address_in_cranges,
2675 sh64_get_contents_type): ..
2676 * elf32-sh64.c (sh64_find_section_for_address,
2677 sh64_elf_final_write_processing): ..
2678 * elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
2679 sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
2680 allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
2681 elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
2682 * elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
2683 * elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
2684 elf_vax_size_dynamic_sections, elf_vax_discard_copies,
2685 elf_vax_instantiate_got_entries, elf_vax_relocate_section,
2686 elf_vax_finish_dynamic_sections): ..
2687 * elf32-xstormy16.c (xstormy16_elf_24_reloc,
2688 xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
2689 xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
2690 xstormy16_elf_finish_dynamic_sections): ..
2691 * elf32-xtensa.c (xtensa_read_table_entries,
2692 elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
2693 elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
2694 bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
2695 elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
2696 elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
2697 get_relocation_opcode, retrieve_contents, find_relaxable_sections,
2698 collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
2699 relax_section, shrink_dynamic_reloc_sections, relax_property_section,
2700 xtensa_callback_required_dependence): ..
2701 * elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
2702 elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
2703 elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
2704 elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
2705 elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
2706 elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
2707 elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
2708 elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
2709 * elf64-hppa.c (allocate_dynrel_entries,
2710 elf64_hppa_size_dynamic_sections,
2711 elf64_hppa_finish_dynamic_sections): ..
2712 * elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
2713 mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
2714 elf64_mips_grok_prstatus): ..
2715 * elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
2716 mmix_elf_relocate_section, mmix_elf_final_link,
2717 mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
2718 mmix_elf_relax_section, mmix_elf_get_section_contents): ..
2719 * elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
2720 ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
2721 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
2722 allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
2723 ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
2724 toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
2725 ppc64_elf_build_stubs, ppc64_elf_relocate_section,
2726 ppc64_elf_finish_dynamic_sections): ..
2727 * elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
2728 allocate_dynrelocs, elf_s390_size_dynamic_sections,
2729 elf_s390_finish_dynamic_sections): ..
2730 * elf64-sh64.c (sh_elf64_get_relocated_section_contents,
2731 sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
2732 sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
2733 sh64_elf64_finish_dynamic_sections): ..
2734 * elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
2735 sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
2736 sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
2737 sparc64_elf_finish_dynamic_symbol,
2738 sparc64_elf_finish_dynamic_sections): ..
2739 * elf64-x86-64.c (elf64_x86_64_grok_prstatus,
2740 elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
2741 elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
2742 elf64_x86_64_finish_dynamic_sections): ..
2743 * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
2744 * elfcode.h (elf_slurp_reloc_table): ..
2745 * elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
2746 elf_finalize_dynstr, elf_link_add_object_symbols,
2747 bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
2748 elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
2749 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
2750 elf32_mips_grok_prstatus): ..
2751 * elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
2752 elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
2753 elfNN_ia64_choose_gp, elfNN_ia64_final_link,
2754 elfNN_ia64_finish_dynamic_sections): ..
2755 * elfxx-mips.c (mips_elf_create_procedure_table,
2756 mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
2757 _bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
2758 mips_elf_global_got_index, mips_elf_multi_got,
2759 mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
2760 mips_elf_allocate_dynamic_relocations,
2761 mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
2762 _bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
2763 _bfd_mips_elf_always_size_sections,
2764 _bfd_mips_elf_size_dynamic_sections,
2765 _bfd_mips_elf_finish_dynamic_symbol,
2766 _bfd_mips_elf_finish_dynamic_sections,
2767 _bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
2768 _bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
2769 _bfd_elf_mips_get_relocated_section_contents,
2770 _bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
2771 * hp300hpux.c (callback): ..
2772 * hppabsd-core.c (make_bfd_asection): ..
2773 * hpux-core.c (make_bfd_asection): ..
2774 * i386linux.c (linux_link_create_dynamic_sections,
2775 bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
2776 * i386msdos.c (msdos_write_object_contents): ..
2777 * i386os9k.c (os9k_callback, os9k_write_object_contents,
2778 os9k_set_section_contents): ..
2779 * ieee.c (parse_expression, ieee_slurp_external_symbols,
2780 ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
2781 ieee_write_section_part, do_with_relocs, do_as_repeat,
2782 do_without_relocs, ieee_write_debug_part, init_for_output,
2783 ieee_set_section_contents): ..
2784 * ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
2785 * irix-core.c (do_sections, make_bfd_asection): ..
2786 * libaout.h (aout_section_merge_with_text_p): ..
2787 * libbfd.c (_bfd_generic_get_section_contents,
2788 _bfd_generic_get_section_contents_in_window): ..
2789 * linker.c (default_indirect_link_order): ..
2790 * lynx-core.c (make_bfd_asection): ..
2791 * m68klinux.c (linux_link_create_dynamic_sections,
2792 bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
2793 * mach-o.c (bfd_mach_o_make_bfd_section,
2794 bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
2795 bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
2796 bfd_mach_o_scan_read_segment): ..
2797 * merge.c (_bfd_add_merge_section, record_section, merge_strings,
2798 _bfd_merge_sections): ..
2799 * mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
2800 mmo_map_set_sizes, mmo_canonicalize_symtab,
2801 mmo_internal_write_section, mmo_write_object_contents): ..
2802 * netbsd-core.c (netbsd_core_file_p): ..
2803 * nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
2804 nlm_alpha_set_public_section): ..
2805 * nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
2806 * nlm32-sparc.c (nlm_sparc_write_import): ..
2807 * nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
2808 nlm_compute_section_file_positions): ..
2809 * oasys.c (oasys_object_p, oasys_slurp_section_data,
2810 oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
2811 * opncls.c (get_debug_link_info): ..
2812 * osf-core.c (make_bfd_asection): ..
2813 * pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
2814 adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
2815 final_link, aout_link_input_section): ..
2816 * peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
2817 pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
2818 * pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
2819 bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
2820 * ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
2821 * ptrace-core.c (ptrace_unix_core_file_p): ..
2822 * reloc.c (bfd_perform_relocation, bfd_install_relocation,
2823 _bfd_final_link_relocate, bfd_generic_relax_section,
2824 bfd_generic_get_relocated_section_contents): ..
2825 * reloc16.c (bfd_coff_reloc16_relax_section,
2826 bfd_coff_reloc16_get_relocated_section_c): ..
2827 * riscix.c (riscix_some_aout_object_p): ..
2828 * rs6000-core.c (read_hdr, make_bfd_asection): ..
2829 * sco5-core.c (make_bfd_asection): ..
2830 * simple.c (bfd_simple_get_relocated_section_contents): ..
2831 * som.c (som_object_setup, setup_sections, som_prep_headers,
2832 som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
2833 som_set_reloc_info, som_get_section_contents,
2834 som_bfd_link_split_section): ..
2835 * sparclinux.c (linux_link_create_dynamic_sections,
2836 bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
2837 * srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
2838 * stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
2839 _bfd_write_stab_strings, _bfd_stab_section_offset): ..
2840 * sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
2841 bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
2842 sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
2843 sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
2844 sunos_finish_dynamic_link): ..
2845 * syms.c (_bfd_stab_section_find_nearest_line): ..
2846 * tekhex.c (first_phase, tekhex_set_section_contents,
2847 tekhex_write_object_contents): ..
2848 * trad-core.c (trad_unix_core_file_p): ..
2849 * versados.c (process_esd, process_otr, process_otr): ..
2850 * vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
2851 * vms-misc.c (add_new_contents): ..
2852 * vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
2853 * vms.c (vms_set_section_contents): ..
2854 * xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
2855 xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
2856 _bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
2857 * xsym.c (bfd_sym_scan): .. See above.
2858
2859 2004-06-21 H.J. Lu <hongjiu.lu@intel.com>
2860
2861 * elfxx-ia64.c (elfNN_ia64_relax_section): Add addend when
2862 calling _bfd_merged_section_offset only for section symbols.
2863
2864 2004-06-22 Alan Modra <amodra@bigpond.net.au>
2865
2866 * elf32-ppc.c (ppc_elf_relax_section): Implement reference code
2867 for handling SEC_MERGE symbols in relax_section.
2868
2869 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
2870
2871 2003-05-15 Richard Sandiford <rsandifo@redhat.com>
2872 * cpu-h8300.c (compatible): Allow h8300s and h8300sx code to be
2873 linked together. Mark the result as h8300sx code.
2874
2875 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
2876
2877 * elf-bfd.h (struct elf_backend_data): Added
2878 elf_backend_omit_section_dynsym.
2879 (_bfd_elf_link_omit_section_dynsym): Declare.
2880 * elf32-frv.c (_frvfdpic_link_omit_section_dynsym): New.
2881 (elf_backend_omit_section_dynsym): Use it for frvfdpic.
2882 * elflink.c (_bfd_elf_link_omit_section_dynsym): Split out of...
2883 (_bfd_elf_link_renumber_dynsyms): ... this function.
2884 * elfxx-target.h (elf_backend_omit_section_dynsym): Default to
2885 _bfd_elf_link_omit_section_dynsym).
2886 (elfNN_bed): Added elf_backend_omit_section_dynsym.
2887
2888 2004-06-21 Nick Clifton <nickc@redhat.com>
2889
2890 * coffcode.h (styp_to_sec_flags): Ignore IMAGE_SCN_MEM_NOT_PAGED
2891 flags.
2892
2893 2004-06-17 Jerome Guitton <guitton@gnat.com>
2894
2895 * bfd-in.h (bfd_cache_close_all): New function declaration.
2896 * bfd-in2.h: Regenerate.
2897 * cache.c (bfd_cache_close_all): New function definition.
2898
2899 2004-06-16 Mark Kettenis <kettenis@gnu.org>
2900
2901 * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
2902 4.10 and beyond.
2903 * configure: Regenerate.
2904
2905 2004-06-16 Daniel Jacobowitz <dan@debian.org>
2906
2907 * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in
2908 the pre-existing section.
2909
2910 2004-06-15 Alan Modra <amodra@bigpond.net.au>
2911
2912 * section.c (struct sec): Remove usused flags. Reorganize a little.
2913 (bfd_get_section_size_before_reloc): Delete.
2914 (bfd_get_section_size_after_reloc): Delete.
2915 (STD_SECTION): Update.
2916 (bfd_get_section_size_now): Delete.
2917 (bfd_set_section_contents): Don't referece reloc_done.
2918 (bfd_get_section_contents): Remove reloc_done comment.
2919 * bout.c (b_out_bfd_get_relocated_section_contents): Don't set
2920 reloc_done.
2921 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Likewise.
2922 * ecoff.c (bfd_debug_section): Update initializer.
2923 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Ditto.
2924 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
2925 * bfd-in.h (bfd_section_size): Expand.
2926 (bfd_get_section_size): New macro.
2927 * bfd-in2.h: Regenerate.
2928 * coff64-rs6000.c (xcoff64_write_object_contents): Replace
2929 bfd_get_section_size_before_reloc with bfd_get_section_size.
2930 * coffcode.h (coff_write_object_contents): Likewise.
2931 * coffgen.c (build_debug_section): Likewise.
2932 * dwarf1.c (parse_line_table): Likewise.
2933 (_bfd_dwarf1_find_nearest_line): Likewise.
2934 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
2935 * i386msdos.c (msdos_write_object_contents): Likewise.
2936 * pdp11.c (squirt_out_relocs): Likewise.
2937 * elf32-sh64.c (sh64_find_section_for_address): Remove comment.
2938 * elf64-mmix.c (mmix_elf_final_link): Update comment.
2939
2940 2004-06-14 Chris Demetriou <cgd@broadcom.com>
2941
2942 * elf32-mips.c (elf_mips_gnu_pcrel32): Add (undoing 2004-04-24
2943 removal) with updated comment.
2944 (bfd_elf32_bfd_reloc_type_lookup): Add back case for
2945 BFD_RELOC_32_PCREL.
2946 (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32.
2947 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
2948
2949 2004-06-12 Alan Modra <amodra@bigpond.net.au>
2950
2951 * elf64-x86-64.c (elf64_x86_64_relocate_section): Ignore reloc
2952 overflow on branches to undefweaks.
2953
2954 2004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
2955
2956 * coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
2957 as ecoff_section_data() does not return a valid lvalue.
2958
2959 2004-06-09 Alexandre Oliva <aoliva@redhat.com>
2960
2961 * elflink.c (elf_sort_symbol): Compare section id, not pointers.
2962 (elf_link_add_object_symbols): Likewise.
2963
2964 * elf-m10300.c (_bfd_mn10300_elf_reloc_type_class): New.
2965 (elf_backend_reloc_type_class): New.
2966
2967 2004-06-08 Mark Kettenis <kettenis@gnu.org>
2968
2969 * configure.in (hppa*-*-netbsd*, hppa*-*-openbsd): Set COREFILE to
2970 netbsd-core.lo.
2971 * configure: Regenerate.
2972
2973 2004-06-07 Daniel Jacobowitz <dan@debian.org>
2974
2975 From: Albert Chin-A-Young <china@thewrittenword.com>
2976 * bfd/elf-bfd.h (struct eh_cie_fde): Convert unsigned char bitfields
2977 to unsigned int.
2978
2979 2004-05-29 H.J. Lu <hongjiu.lu@intel.com>
2980
2981 * elfxx-ia64.c (elfNN_ia64_relax_section): Undo the last
2982 change.
2983
2984 2004-05-28 DJ Delorie <dj@redhat.com>
2985
2986 * elf-m10300.c (mn10300_elf_relax_section): Preserve reloc addend
2987 for linking, but otherwise adjust reloc for merged sections.
2988
2989 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
2990
2991 * elfxx-ia64.c (elfNN_ia64_relax_section): Properly call
2992 _bfd_merged_section_offset for local symbols.
2993
2994 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
2995
2996 * Makefile.am: Regenerate dependencies.
2997 * Makefile.in: Regenerate.
2998 * archures.c: Add bfd_mach_sh3_nommu .
2999 * bfd-in2.h: Regenerate.
3000 * cpu-sh.c: Add sh3-nommu architecture.
3001 (bfd_to_arch_table): Create new table.
3002 (sh_get_arch_from_bfd_mach): Create new function.
3003 (sh_get_arch_up_from_bfd_mach): Create new function.
3004 (sh_merge_bfd_arch): Create new function.
3005 * elf32-sh.c (sh_ef_bfd_table): Add table.
3006 (sh_elf_check_relocs): Replace switch statement with
3007 use of sh_ef_bfd_table .
3008 (sh_elf_get_flags_from_mach): Add new function.
3009 (sh_find_elf_flags): Likewise.
3010 (sh_elf_copy_private_data): Replace most of non-elf contents
3011 with a call to sh_merge_bfd_arch() .
3012
3013 2004-05-27 Michael Chastain <mec.gnu@mindspring.com>
3014
3015 * Makefile.am (bfdver.h): Use explicit filename, not $< .
3016 * Makefile.in: Regenerate.
3017
3018 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
3019
3020 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Avoid
3021 custom calling conventions for dynamic symbols.
3022 (mn10300_elf_relax_section): Avoid relaxing a function as a local
3023 symbol if it's an alias to a global one.
3024
3025 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
3026
3027 * elf.c (_bfd_elf_make_section_from_shdr): Undo the last
3028 change.
3029
3030 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
3031
3032 * elf-m10300.c (mn10300_elf_relax_section): Don't test isym within
3033 loop over hashes.
3034
3035 2004-05-26 Alan Modra <amodra@bigpond.net.au>
3036
3037 * elf.c (_bfd_elf_make_section_from_shdr): Don't set SEC_EXCLUDE
3038 for SHT_GROUP sections.
3039
3040 2004-05-25 Alan Modra <amodra@bigpond.net.au>
3041
3042 * elflink.c (elf_link_add_object_symbols): Don't set up merge
3043 section data here..
3044 * elf.c (_bfd_elf_merge_sections): .. Do it here instead.
3045 * merge.c: Formatting. Remove unnecessary casts. Expand
3046 bfd_get_section_alignment macro.
3047 (struct sec_merge_sec_info): Rename "first" to "first_str". Update
3048 use throughout file.
3049 (_bfd_add_merge_section): Rename from _bfd_merge_section. Update
3050 comment. Abort on dynamic or non-SEC_MERGE input. Don't test
3051 section name to determine sinfo group, instead test output section
3052 and alignment.
3053 (_bfd_merge_sections): Add struct bfd_link_info param. Call
3054 _bfd_strip_section_from_output rather than just twiddling flags.
3055 * libbfd-in.h (_bfd_add_merge_section): Rename, update comment.
3056 (_bfd_merge_sections): Update prototype.
3057 * libbfd.h: Regenerate.
3058
3059 2004-05-24 Mark Kettenis <kettenis@gnu.org>
3060
3061 * netbsd-core.c: Correctly indent section that sets architecture
3062 from machine ID.
3063
3064 From Miod Vallat <miod@online.fr>:
3065 * m88kopenbsd.c: New file.
3066 * targets.c (m88k_openbsd_vec): New.
3067 * config.bfd: Add m88k-*-openbsd*.
3068 * configure.in (m88k-*-openbsd*): Set COREFILE to netbsd-core.lo.
3069 (m88kopenbsd_vec): New.
3070 * configure: Regenerate.
3071 * Makefile.am (BFD32_BACKENDS): Add m88kopenbsd.lo.
3072 (BFD32_BACKENDS_CFILES): Add m88kopenbsd.c.
3073 Run "make dep-am".
3074 * Makefile.in: Regenerate.
3075 * po/SRC-POTFILES.in: Regenerate.
3076
3077 2004-05-24 Nick Clifton <nickc@redhat.com>
3078
3079 * hash.c: Remove bogus node "Changing the default Hash Table Size"
3080 introduced by hash table size patch.
3081
3082 2004-05-22 Ben Elliston <bje@au.ibm.com>
3083
3084 * configure.in (is_release): Remove.
3085 (bfd_version_date, bfd_version, bfd_version_string): Likewise.
3086 (AC_OUTPUT): Don't output bfdver.h from version.h.
3087 * configure: Regenerate.
3088 * Makefile.am (RELEASE): New variable.
3089 (bfdver.h): New target.
3090 * Makefile.in: Regenerate.
3091 * doc/Makefile.in: Likewise.
3092
3093 2004-05-22 Ben Elliston <bje@au.ibm.com>
3094
3095 * Makefile.am (config.status): Don't depend on version.h.
3096 * Makefile.in: Regenerate.
3097
3098 2004-05-22 Alan Modra <amodra@bigpond.net.au>
3099
3100 * merge.c (_bfd_merged_section_offset): Remove "addend" param.
3101 * libbfd-in.h (_bfd_merged_section_offset): Adjust prototype.
3102 * libbfd.h: Regenerate.
3103 * elf.c (_bfd_elf_rela_local_sym): Adjust call.
3104 (_bfd_elf_rel_local_sym): Likewise.
3105 * elflink.c (_bfd_elf_link_sec_merge_syms): Likewise.
3106 (elf_link_input_bfd): Likewise.
3107 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
3108 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3109 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
3110 (elfNN_ia64_relocate_section): Likewise.
3111
3112 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
3113
3114 * hash.c (bfd_default_hash_table_size): New variable.
3115 (bfd_hash_table_init): Use new variable instead of DEFAULT_SIZE.
3116 (bfd_hash_set_default_size): New function. Set the default size
3117 to a selected prime number close to the argument. Document new
3118 function.
3119 * bfd-in.h: Add prototype for bfd_hash_set_default_size.
3120 * bfd-in2.h: Regenerate.
3121 * Makefile.am (hash.lo): Add dependency upon libiberty.h.
3122 * Makefile.in: Regenerate.
3123
3124 2004-05-21 Mark Kettenis <kettenis@gnu.org>
3125
3126 * libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
3127 * netbsd-core.c (netbsd_core_file_p): Set architecture for alpha,
3128 arm, m68k, m88k and hppa core files.
3129
3130 2004-05-21 Nick Clifton <nickc@redhat.com>
3131
3132 * bfdio.c (bfd_bread): Do not use iovec if it is NULL.
3133 (bfd_bwrite): Likewise.
3134 (bfd_tell): Likewise.
3135 (bfd_flush): Likewise.
3136 (bfd_stat): Likewise.
3137 (bfd_seek): Likewise.
3138 (bfd_get_mtime): Likewise.
3139 (bfd_get_size): Likewise.
3140
3141 2004-05-19 Ben Elliston <bje@au.ibm.com>
3142
3143 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
3144
3145 2004-05-19 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3146
3147 * archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives.
3148 (bfd_generic_openr_next_archived_file): Likewise.
3149
3150 2004-05-17 Bob Wilson <bob.wilson@acm.org>
3151
3152 * elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
3153 section names by inserting a new substring after .gnu.linkonce, except
3154 for .gnu.linkonce.t.* where the "t." is replaced.
3155
3156 2004-05-17 Adam Nemet <anemet@lnxw.com>
3157
3158 * config.bfd (sparc-*-lynxos* case): Add to obsolete list.
3159 (m68-*-lynxos* case): Likewise.
3160 (powerpc-*-lyxnos* case): New case.
3161 (i[3-7]86-*-lynxos* case): Update to LynxOS 4.0 ELF.
3162
3163 2004-05-17 David Heine <dlheine@tensilica.com>
3164
3165 * aout-target.h (MY_bfd_copy_private_header_data): Define.
3166 * aout-tic30.c (MY_bfd_copy_private_header_data): Define.
3167 * bfd.c (bfd_copy_private_header_data): Define.
3168 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add entries for new
3169 interface.
3170 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
3171 * coffcode.h (coff_bfd_copy_private_header_data): Define.
3172 * elf-bfd.h (_bfd_elf_copy_private_header_data): Declare.
3173 * elf.c (_bfd_elf_copy_private_section_data): Remove code to set up
3174 segments by calling copy_private_bfd_data.
3175 (_bfd_elf_copy_private_header_data): Define.
3176 * elfxx-target.h (bfd_elfNN_bfd_copy_private_header_data): Define.
3177 * libbfd-in.h (_bfd_generic_bfd_copy_private_header_data): Define.
3178 * libecoff.h (_bfd_ecoff_bfd_copy_private_header_data): Define.
3179 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Define.
3180 * mmo.c (mmo_bfd_copy_private_header_data): Define.
3181 * ppcboot.c (ppcboot_bfd_copy_private_header_data): Define.
3182 * som.c (som_bfd_copy_private_header_data): Define.
3183 * targets.c (BFD_JUMP_TABLE_COPY): Add _bfd_copy_private_header_data.
3184 * vms.c (vms_bfd_copy_private_header_data): Define.
3185 * bfd-in2.h: Regenerate.
3186 * libbfd.h: Regenerate.
3187
3188 2004-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3189
3190 * elfxx-mips.c (MINUS_TWO): Define.
3191 (mips_elf_higher, mips_elf_highest,
3192 mips_elf_create_dynamic_relocation): Use MINUS_ONE and MINUS_TWO for
3193 some bfd_vma values.
3194 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Code cleanup.
3195
3196 2004-05-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3197
3198 * som.c (log2): Rename to exact_log2. Adjust all callers.
3199
3200 2004-05-13 Paul Brook <paul@codesourcery.com>
3201
3202 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle
3203 dwarf3 format CIE entries. Remove comment about the size of the
3204 ra_column field. It is now correctly deduced.
3205
3206 2004-05-13 Joel Sherrill <joel@oarcorp.com>
3207
3208 * config.bfd (or32-*-rtems*): Switch to elf.
3209
3210 2004-05-13 Nick Clifton <nickc@redhat.com>
3211
3212 * po/fr.po: Updated French translation.
3213
3214 2004-05-11 Jakub Jelinek <jakub@redhat.com>
3215
3216 * elflink.c (bfd_elf_final_link): Don't output STT_SECTION symbol
3217 into .dynsym if elf_section_data (sec)->dynindx <= 0.
3218 Adjust counting of last_local.
3219 (_bfd_elf_link_renumber_dynsyms): Don't assign dynindx to sections
3220 other than SHT_PROGBITS/SHT_NOBITS and neither for .got/.got.plt/.plt
3221 created by the linker nor !SHF_ALLOC.
3222
3223 * elf32-i386.c (elf_i386_finish_dynamic_sections): Point
3224 DT_PLTGOT to the start of the .got.plt section instead of the
3225 .got output section. Set sh_entsize for .got section in addition
3226 to .got.plt.
3227 (elf_i386_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
3228 is at sgot->output_section->vma.
3229 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Point
3230 DT_PLTGOT to the start of the .got.plt section instead of the
3231 .got output section.
3232 (elf64_x86_64_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
3233 is at sgot->output_section->vma. Set sh_entsize for .got section
3234 in addition to .got.plt.
3235 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_RELRO.
3236 (bfd_section_from_phdr): Likewise.
3237 (map_sections_to_segments): Likewise.
3238 (assign_file_positions_for_segments): Likewise.
3239 (get_program_header_size): Likewise.
3240 * elflink.c (bfd_elf_size_dynamic_sections): Set
3241 elf_tdata (output_bfd)->relro from info->relro.
3242 * elf-bfd.h (struct elf_obj_tdata): Add relro field.
3243
3244 2004-05-08 Alexandre Oliva <aoliva@redhat.com>
3245
3246 * elf32-frv.c (_frvfdpic_add_dyn_reloc): Don't warn when we get
3247 a zero symndx for which we hadn't accounted a dynamic relocation.
3248 (_frvfdpic_add_rofixup): Likewise.
3249
3250 2004-05-07 Brian Ford <ford@vss.fsi.com>
3251 DJ Delorie <dj@redhat.com>
3252
3253 * coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:
3254 Propagate IMAGE_FILE_LARGE_ADDRESS_AWARE.
3255 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Recognize
3256 IMAGE_FILE_LARGE_ADDRESS_AWARE. Use PE defines.
3257
3258 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
3259
3260 * elf32-frv.c (elf32_frvfdpic_modify_segment_map): Return
3261 immediately if there's no link info.
3262 (elf32_frvfdpic_copy_private_bfd_data): New.
3263 (bfd_elf32_bfd_copy_private_bfd_data): Use it for frvfdpic.
3264
3265 2004-05-06 Zack Weinberg <zack@codesourcery.com>
3266
3267 * dwarf2.c (add_line_info): Also set info->filename to NULL if
3268 filename argument is null; do not call strlen on a null pointer.
3269
3270 2004-05-06 Daniel Jacobowitz <drow@mvista.com>
3271
3272 * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32
3273 special case.
3274
3275 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
3276
3277 * configure.in (bfd_elf32_frvfdpic_vec): New.
3278 * configure: Rebuilt.
3279 * targets.c (bfd_elf32_frvfdpic_vec): New.
3280 * config.bfd: Enable it on frv-*-elf and frv-*-*linux*, as default
3281 on the latter.
3282 * elf32-frv.c: Prefix all identifiers added for FDPIC support with
3283 frvfdpic instead of frv. Rearrange elf-target macros such that
3284 the FDPIC-specific ones are only defined for this new target
3285 vector.
3286 (bfd_elf32_frvfdpic_vec): Declare.
3287 (IS_FDPIC): New.
3288 (elf32_frv_relocate_section): Use it to enable segment checking
3289 and to control rofixup emission. Add output section vma to
3290 applied relocation in non-LOAD non-ALLOC sections. Use
3291 _bfd_error_handler for errors.
3292 (_frv_create_got_section): Create .rel.got and .rofixup only in
3293 FDPIC. Create non-dynamic _gp at .got+2048 in non-FDPIC, like the
3294 linker script.
3295 (elf32_frvfdpic_size_dynamic_sections): Assume FDPIC.
3296 (elf32_frvfdpic_modify_segment_map): Likewise.
3297 (elf32_frv_finish_dynamic_sections): New, do-nothing.
3298 (elf32_frvfdpic_finish_dynamic_sections): Assume FDPIC. Improve
3299 error message if we miscompute the rofixup size.
3300 (frvfdpic_elf_use_relative_eh_frame): Assume FDPIC.
3301 (frvfdpic_elf_encode_eh_address): Likewise.
3302 (elf32_frv_check_relocs): Reject FDPIC-only relocs in non-FDPIC.
3303 Record relocs only in FDPIC. Make sure _gp is defined for GPREL
3304 relocs. Reject unknown relocation types.
3305 (elf32_frv_object_p): Make sure target vector matches FDPIC bits.
3306 (frv_elf_merge_private_bfd_data): Likewise.
3307 (ELF_MAXPAGESIZE): Revert to 0x1000 for elf32-frv; keep it as
3308 0x4000 for newly-added elf32-frvfdpic.
3309
3310 2004-05-05 Nick Clifton <nickc@redhat.com>
3311
3312 PR/136
3313 * cache.c (bfd_cache_lookup_worker): Call abort() rather than
3314 returning NULL as most users of this function do not check its
3315 return value.
3316 * hppabsd-core.c (hppabsd_core_core_file_p): Do not check result
3317 of bfd_cache_lookup().
3318 * sco5-core.c (sco5_core_file_p): Likewise.
3319 * trad-core.c (trad_unix_core_file_p): Likewise.
3320
3321 2004-05-05 Nick Clifton <nickc@redhat.com>
3322
3323 * cache.c (bfd_cache_lookup): Improve formatting.
3324 * archive.c: Fix formatting.
3325
3326 2004-05-05 Peter Barada <peter@the-baradas.com>
3327
3328 * bfd_archures.c(bfd_architecture): Add 521x,5249,547x,548x.
3329 * cpu-m68k.c(bfd_m68k_arch): Likewise.
3330 * bfd-in2.h(bfd_architecture): Regenerate.
3331
3332 2004-05-03 Alan Modra <amodra@bigpond.net.au>
3333
3334 * elf.c (_bfd_elf_rela_local_sym): Set kept_section for excluded
3335 SEC_MERGE sections.
3336 * elflink.c (elf_link_input_bfd): Adjust output reloc index for
3337 those against discarded link-once and SEC_MERGE section symbols.
3338
3339 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
3340
3341 * section.c (bfd_get_section_by_name_if): New.
3342 * bfd-in2.h: Regenerated.
3343
3344 2004-05-02 Alan Modra <amodra@bigpond.net.au>
3345
3346 * som.c (som_bfd_is_group_section): Define.
3347
3348 2004-05-01 Alan Modra <amodra@bigpond.net.au>
3349
3350 * section.c (bfd_make_section_anyway): Copy the whole
3351 bfd_hash_entry, not just "next" from existing entry.
3352
3353 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
3354
3355 * elf.c (bfd_section_from_shdr): Maintain the section order in
3356 a section group.
3357 (special_sections): Add ".note.GNU-stack".
3358 (elf_fake_sections): Handle section group for relocatable
3359 link..
3360
3361 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
3362
3363 * section.c (bfd_sections_find_if): New.
3364 * bfd-in2.h: Regenerated.
3365
3366 2004-04-30 Alan Modra <amodra@bigpond.net.au>
3367
3368 * section.c (bfd_make_section_anyway): Add all sections to hash tab.
3369
3370 * elf-bfd.h (bfd_elf_is_group_section): Declare.
3371 * elf.c (bfd_elf_is_group_section): New function.
3372 * elfxx-target.h (bfd_elfNN_bfd_is_group_section
3373 * section.c (bfd_generic_is_group_section): New function.
3374 * targets.c (struct bfd_target): Add _bfd_is_group_section field.
3375 (BFD_JUMP_TABLE_LINK): Adjust.
3376 * aout-adobe.c (aout_32_bfd_is_group_section): Define.
3377 * aout-target.h (MY_bfd_is_group_section): Define.
3378 * aout-tic30.c (MY_bfd_is_group_section): Define.
3379 * bfd.c (bfd_is_group_section): Define.
3380 * binary.c (binary_bfd_is_group_section): Define.
3381 * bout.c (b_out_bfd_is_group_section): Define.
3382 * coff-alpha.c (_bfd_ecoff_bfd_is_group_section): Define.
3383 * coff-mips.c (_bfd_ecoff_bfd_is_group_section): Define.
3384 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Adjust.
3385 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Adjust.
3386 * coffcode.h (coff_bfd_is_group_section): Define.
3387 * i386msdos.c (msdos_bfd_is_group_section): Define.
3388 * i386os9k.c (os9k_bfd_is_group_section): Define.
3389 * ieee.c (ieee_bfd_is_group_section): Define.
3390 * ihex.c (ihex_bfd_is_group_section): Define.
3391 * libbfd-in.h (_bfd_nolink_bfd_is_group_section): Define.
3392 * mach-o.c (bfd_mach_o_bfd_is_group_section): Define.
3393 * mmo.c (mmo_bfd_is_group_section): Define.
3394 * nlm-target.h (nlm_bfd_is_group_section): Define.
3395 * oasys.c (oasys_bfd_is_group_section): Define.
3396 * pef.c (bfd_pef_bfd_is_group_section): Define.
3397 * ppcboot.c (ppcboot_bfd_is_group_section): Define.
3398 * srec.c (srec_bfd_is_group_section): Define.
3399 * tekhex.c (tekhex_bfd_is_group_section): Define.
3400 * versados.c (versados_bfd_is_group_section): Define.
3401 * vms.c (vms_bfd_is_group_section): Define.
3402 * xsym.c (bfd_sym_bfd_is_group_section): Define.
3403 * bfd-in2.h: Regenerate.
3404 * libbfd.h: Regenerate.
3405
3406 2004-04-30 Alan Modra <amodra@bigpond.net.au>
3407
3408 * elflink.c (elf_gc_mark): Follow indirect and warning syms.
3409
3410 2004-04-30 Hans-Peter Nilsson <hp@axis.com>
3411
3412 * configure.in: Update version to 2.15.91.
3413 * configure: Regenerate.
3414
3415 2004-04-29 Brian Ford <ford@vss.fsi.com>
3416
3417 * bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack.
3418 * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.
3419 [!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them.
3420 (coff_compute_section_file_positions) [RS6000COFF_C]: Likewise.
3421 [COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and
3422 .gnu.linkonce.wi. sections.
3423 * pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define.
3424 (COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and
3425 .gnu.linkonce.wi..
3426 * pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise.
3427 (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
3428
3429 2004-04-28 Chris Demetriou <cgd@broadcom.com>
3430
3431 * reloc.c: Remove BFD_RELOC_PCREL_HI16_S and BFD_RELOC_PCREL_LO16.
3432 * bfd-in2.h: Regenerate.
3433 * libbfd.h: Likewise.
3434
3435 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3436
3437 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
3438 dup_common fields.
3439 (setup_sections): Use som_subspace_dictionary_record struct instead
3440 subspace_dictionary_record. Set SEC_LINK_ONCE if subspace is
3441 is_comdat, is_common or dup_common.
3442 (som_prep_headers): Use som_subspace_dictionary_record struct. Set
3443 is_comdat, is_common and dup_common in section subspace_dict from
3444 copy_data.
3445 (som_begin_writing): Use som_subspace_dictionary_record struct.
3446 (som_finish_writing): Likewise.
3447 (som_bfd_derive_misc_symbol_info): Add support to set is_comdat,
3448 is_common and dup_common flags in info for symbol. Add comment
3449 regarding linker support for these fields. Slightly reorganize
3450 function.
3451 (som_build_and_write_symbol_table): Set is_comdat, is_common and
3452 dup_common fields in symbol table from symbol info.
3453 (bfd_som_set_subsection_attributes): Add comdat, common and dup_common
3454 arguments. Set corresponding fields in copy_data. Change all callers.
3455 (som_bfd_ar_write_symbol_stuff): Set dup_common flag in library
3456 symbol table.
3457 (som_vec): Add SEC_LINK_ONCE to applicable section flags.
3458 * som.h (som_subspace_dictionary_record): Define.
3459 (som_copyable_section_data_struct): Add is_comdat, is_common and
3460 dup_common fields.
3461 (som_section_data_struct): Use som_subspace_dictionary_record struct
3462 instead of subspace_dictionary_record.
3463 (bfd_boolean bfd_som_set_subsection_attributes): Adjust prototype.
3464
3465 2004-04-27 Bob Wilson <bob.wilson@acm.org>
3466
3467 * elf32-xtensa.c (xtensa_read_table_entries): Use section _cooked_size
3468 if set. Check reloc_done flag before applying relocations. Use
3469 output addresses, both when applying relocations and when comparing
3470 against the specified section.
3471 (elf_xtensa_relocate_section): Use output address to check if dynamic
3472 reloc is in a literal pool. Set section's reloc_done flag.
3473
3474 2004-04-27 H.J. Lu <hongjiu.lu@intel.com>
3475
3476 * elf32-sh64.c (elf_backend_section_flags): New. Defined.
3477 (sh64_elf_set_mach_from_flags): Remove the kludge for .cranges
3478 section.
3479 (sh64_elf_section_flags): New. Set SEC_DEBUGGING for .cranges
3480 section.
3481
3482 2004-04-27 Alan Modra <amodra@bigpond.net.au>
3483
3484 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Don't assign
3485 structure field removed in 2004-04-24 patch.
3486 * elf64-sparc.c (sparc64_elf_plt_sym_val): Warning fix.
3487
3488 * elf-bfd.h (struct elf_backend_data <elf_backend_section_flags>):
3489 Constify hdr arg.
3490 * elf32-arm.h (elf32_arm_section_flags): Likewise.
3491 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
3492 * elfxx-ia64.c (elfNN_ia64_section_flags): Likewise.
3493 * elf.c (_bfd_elf_make_section_from_shdr): Set the bfd_section
3494 field before calling elf_backend_section_flags.
3495
3496 2004-04-24 Chris Demetriou <cgd@broadcom.com>
3497
3498 * elf32-mips.c (elf_mips_gnu_rel_hi16, elf_mips_gnu_rel_lo16)
3499 (elf_mips_gnu_pcrel64, elf_mips_gnu_pcrel32): Remove.
3500 (bfd_elf32_bfd_reloc_type_lookup): Remove cases for
3501 BFD_RELOC_PCREL_HI16_S, BFD_RELOC_PCREL_LO16, BFD_RELOC_64_PCREL,
3502 and BFD_RELOC_32_PCREL.
3503 (mips_elf32_rtype_to_howto): Remove cases for R_MIPS_GNU_REL_HI16,
3504 R_MIPS_GNU_REL_LO16, R_MIPS_PC64, R_MIPS_PC32.
3505 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
3506 (_bfd_mips_elf_lo16_reloc): Remove handling for R_MIPS_GNU_REL_HI16.
3507 (mips_elf_next_relocation): Move comment about matching HI/LO
3508 relocations to...
3509 (_bfd_mips_elf_relocate_section): Here. Remove handling for
3510 R_MIPS_GNU_REL_HI16.
3511
3512 2004-04-23 Chris Demetriou <cgd@broadcom.com>
3513
3514 * coff-mips.c (mips_relhi_reloc, mips_rello_reloc)
3515 (mips_switch_reloc, mips_read_relocs, mips_relax_section)
3516 (mips_relax_pcrel16, PCREL16_EXPANSION_ADJUSTMENT): Remove.
3517 (mips_relocate_hi): Remove now-unused 'adjust' and 'pcrel' arguments,
3518 and update comments to reflect current usage.
3519 (mips_howto_table): Remove entries for MIPS_R_RELHI, MIPS_R_RELLO,
3520 and MIPS_R_SWITCH, as well as several empty entries. Update comment
3521 for MIPS_R_PCREL16.
3522 (mips_ecoff_swap_reloc_in, mips_ecoff_swap_reloc_out)
3523 (mips_adjust_reloc_out, mips_bfd_reloc_type_lookup): Remove support
3524 for MIPS_R_SWITCH, MIPS_R_RELLO, and MIPS_R_RELHI relocations.
3525 (mips_adjust_reloc_in): Likewise, adjust maximum accepted relocation
3526 type number to be MIPS_R_PCREL16.
3527 (mips_relocate_section): Remove support for link-time relaxation
3528 of branches used by embedded-PIC. Remove support for MIPS_R_SWITCH,
3529 MIPS_R_RELLO, and MIPS_R_RELHI relocations.
3530 (_bfd_ecoff_bfd_relax_section): Redefine to bfd_generic_relax_section.
3531 * ecoff.c (ecoff_indirect_link_order): Remove support for link-time
3532 relaxation of branches used by embedded-PIC.
3533 * ecofflink.c (bfd_ecoff_debug_accumulate): Likewise.
3534 * libecoff.h (struct ecoff_section_tdata): Remove embedded-PIC
3535 related members, update comment.
3536 * pe-mips.c: Remove disabled (commented-out and #if 0'd)
3537 code related to embedded-PIC.
3538 * elfxx-mips.c (_bfd_mips_elf_read_ecoff_info): Remove
3539 initialization of now-removed 'adjust' member of
3540 'struct ecoff_debug_info'.
3541
3542 2004-04-23 Chris Demetriou <cgd@broadcom.com>
3543
3544 * elfxx-mips.c (mips_elf_get_global_gotsym_index): Remove.
3545
3546 2004-04-21 Philip Blundell <pb@nexus.co.uk>
3547
3548 * elf32-arm.h (elf32_arm_check_relocs): Don't output REL32
3549 relocs for locally defined symbols during -shared final link.
3550 (elf32_arm_final_link_relocate): Likewise.
3551
3552 2004-04-22 Jakub Jelinek <jakub@redhat.com>
3553
3554 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Copy also
3555 ELF_LINK_POINTER_EQUALITY_NEEDED.
3556 (elf64_x86_64_check_relocs): Set ELF_LINK_POINTER_EQUALITY_NEEDED
3557 if r_type is not R_X86_64_PC32.
3558 (elf64_x86_64_finish_dynamic_symbol): If
3559 ELF_LINK_POINTER_EQUALITY_NEEDED is not set, clear st_value of
3560 SHN_UNDEF symbols.
3561
3562 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3563
3564 * elf32-sh.c (sh_elf_plt_sym_val): New function.
3565 (elf_backend_plt_sym_val): Define.
3566
3567 2004-04-22 Andrew Cagney <cagney@redhat.com>
3568
3569 * opncls.c (bfd_alloc): Fix type of "wanted" in doco.
3570
3571 2004-04-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3572
3573 * hpux-core.c (hpux_core_core_file_p): Add cast in call to
3574 make_bfd_asection.
3575 * som.c (som_set_section_contents): Constantify second argument.
3576 (hppa_som_gen_reloc_type): Abort for unsupported selectors.
3577 (som_object_setup): Rework to avoid warning.
3578 (setup_sections, som_write_fixups, bfd_section_from_som_symbol):
3579 Likewise.
3580
3581 2004-04-22 Andrew Cagney <cagney@redhat.com>
3582
3583 * cache.c (bfd_cache_close): Check for a previously closed file.
3584
3585 2004-04-22 Jakub Jelinek <jakub@redhat.com>
3586
3587 * bfd.c (bfd_get_synthetic_symtab): Define.
3588 * targets.c (BFD_JUMP_TABLE_DYNAMIC): Add
3589 NAME##_get_synthetic_symtab.
3590 (struct bfd_target): Add _bfd_get_synthetic_symtab.
3591 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Define.
3592 * elf-bfd.h (struct elf_backend_data): Add plt_sym_val and
3593 relplt_name fields.
3594 (_bfd_elf_get_synthetic_symtab): New prototype.
3595 * elfcode.h (elf_get_synthetic_symtab): Define.
3596 * elf.c (_bfd_elf_get_synthetic_symtab): New function.
3597 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Define.
3598 (elf_backend_plt_sym_val, elf_backend_relplt_name): Define.
3599 (elfNN_bed): Add elf_backend_plt_sym_val and elf_backend_relplt_name.
3600 * bfd-in2.h: Rebuilt.
3601 * libbfd.h: Rebuilt.
3602 * elf32-i386.c (elf_i386_plt_sym_val): New function.
3603 (elf_backend_plt_sym_val): Define.
3604 * elf64-x86-64.c (elf64_x86_64_plt_sym_val): New function.
3605 (elf_backend_plt_sym_val): Define.
3606 * elf32-s390.c (elf_s390_plt_sym_val): New function.
3607 (elf_backend_plt_sym_val): Define.
3608 * elf64-s390.c (elf_s390_plt_sym_val): New function.
3609 (elf_backend_plt_sym_val): Define.
3610 * elf32-sparc (elf32_sparc_plt_sym_val): New function.
3611 (elf_backend_plt_sym_val): Define.
3612 * elf64-sparc.c (sparc64_elf_plt_sym_val): New function.
3613 (elf_backend_plt_sym_val): Define.
3614 * elf32-ppc.c (ppc_elf_plt_sym_val): New function.
3615 (elf_backend_plt_sym_val): Define.
3616 * aout-target.h (MY_get_synthetic_symtab): Define.
3617 * aout-tic30.c (MY_get_synthetic_symtab): Define.
3618 * coff-rs6000.c (rs6000coff_vec): Add
3619 _bfd_nodynamic_get_synthetic_symtab.
3620 (pmac_xcoff_vec): Likewise.
3621 * coff64-rs6000.c (rs6000coff64_vec): Add
3622 _bfd_nodynamic_get_synthetic_symtab.
3623 (aix5coff64_vec): Likewise.
3624 * sunos.c (MY_get_synthetic_symtab): Define.
3625 * vms.c (vms_get_synthetic_symtab): Define.
3626
3627 2004-04-22 Nick Clifton <nickc@redhat.com>
3628
3629 * bfd.c (bfd_archive_filename): Return NULL on NULL input.
3630
3631 2004-04-22 Peter Barada <peter@the-baradas.com>
3632
3633 * archures.c: Add bfd_mach_mcfv4e to bfd_architecture.
3634 * bfd2-in.h: Regenerate.
3635 * cpu-m68k.c: Add 'm68k:mcfv4e' to arch_info_struct[].
3636
3637 2004-04-21 Chris Demetriou <cgd@broadcom.com>
3638
3639 * coff-mips.c (bfd_mips_ecoff_create_embedded_relocs): Remove.
3640 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Remove.
3641 * bfd-in.h (bfd_mips_ecoff_create_embedded_relocs)
3642 (bfd_mips_elf32_create_embedded_relocs): Remove prototypes
3643 * bfd-in2.h: Regenerate.
3644
3645 2004-04-21 Bob Wilson <bob.wilson@acm.org>
3646
3647 * elf32-xtensa.c (is_same_value): Add final_static_link argument and
3648 require relocations against a weak symbol to reference the same
3649 symbol hash entry if not a final, static link.
3650 (get_cached_value, add_value_map): Add final_static_link argument.
3651 (remove_literals): Pass final_static_link argument as needed.
3652
3653 2004-04-21 Andrew Cagney <cagney@redhat.com>
3654
3655 * opncls.c (_bfd_new_bfd_contained_in): Copy "iovec".
3656 (struct opncls, opncls_btell, opncls_bseek, opncls_bread)
3657 (opncls_bwrite, opncls_bclose, opncls_bflush)
3658 (opncls_bstat, opncls_iovec, bfd_openr_iovec): Implement a
3659 bfd iovec that uses function callbacks.
3660 (bfd_close): Use the iovec's bclose.
3661 * cache.c (cache_btell, cache_bseek, cache_bread, cache_bwrite)
3662 (cache_bclose, cache_bflush, cache_bstat)
3663 (cache_iovec): New functions and global variable, implement a
3664 cache "iovec", where applicable set bfd_error.
3665 (bfd_cache_init, bfd_cache_close): Set/test the bfd's iovec.
3666 * bfdio.c (struct bfd_iovec): Define.
3667 (real_read): Delete function.
3668 (bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
3669 (bfd_seek, bfd_get_mtime, bfd_get_size): Use the bfd's "iovec",
3670 assume that bread and bwrite set bfd_error.
3671 * bfd.c (struct bfd): Add "iovec", update comments.
3672 * bfd-in2.h, libbfd.h: Re-generate.
3673
3674 2004-04-21 Andrew Cagney <cagney@redhat.com>
3675
3676 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
3677
3678 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
3679
3680 * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
3681 (bfd_elf_gc_sections): Fail if a shared object is being created.
3682 Do not fail if dynamic sections have been created. Instead call
3683 elf_gc_mark_dynamic_ref_symbol to mark sections that contain
3684 dynamically referenced symbols. Do not mark the whole graph
3685 rooted at .eh_frame, only the section proper.
3686
3687 2004-04-20 DJ Delorie <dj@redhat.com>
3688
3689 * reloc.c: Add BFD_RELOC_32_SECREL.
3690 * bfd-in2.h: Regenerate.
3691 * libbfd.h: Likewise.
3692 * coff-i386.c (howto_table) [COFF_WITH_PE]: Add R_SECREL32.
3693 (coff_i386_rtype_to_howto) [COFF_WITH_PE]: Handle it.
3694 (coff_i386_reloc_type_lookup) [COFF_WITH_PE]: Likewise.
3695
3696 2004-04-19 Jakub Jelinek <jakub@redhat.com>
3697
3698 * elf32-sparc.c (elf32_sparc_relocate_section): Handle
3699 relocs against hidden/protected undefweak symbols properly.
3700 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3701
3702 2004-04-18 Mark Kettenis <kettenis@gnu.org>
3703
3704 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
3705 * netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
3706 core files.
3707
3708 2004-04-17 Brian Ford <ford@vss.fsi.com>
3709
3710 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
3711 filepos for the SizeOfHeaders field.
3712 (_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
3713 overflow.
3714 (_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.
3715
3716 2004-04-16 Alan Modra <amodra@bigpond.net.au>
3717
3718 * simple.c (bfd_simple_get_relocated_section_contents): Don't
3719 change reloc_done. Set and restore _cooked_size.
3720 (RETURN): Delete.
3721
3722 2004-04-15 Mark Kettenis <kettenis@gnu.org>
3723
3724 * netbsd-core.c (netbsd_core_file_p): Set architecture for VAX
3725 core files.
3726
3727 2004-04-15 Nick Clifton <nickc@redhat.com>
3728
3729 * bfd.c (bfd_archive_filename): Catch NULL bfd pointers.
3730
3731 2004-04-15 Alan Modra <amodra@bigpond.net.au>
3732
3733 * elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
3734
3735 2004-04-15 H.J. Lu <hongjiu.lu@intel.com>
3736
3737 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
3738 when it is a definition.
3739
3740 2004-04-14 Alan Modra <amodra@bigpond.net.au>
3741
3742 * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
3743 when statically linking PIC code.
3744 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3745
3746 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3747
3748 * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
3749 * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
3750 targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
3751 * configure: Regenerate.
3752
3753 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
3754
3755 * elflink.c: Include libiberty.h.
3756 * Makefile.am (elflink.lo): Depend on libiberty.h.
3757 * Makefile.in: Regenerate.
3758
3759 2004-04-06 Daniel Jacobowitz <drow@mvista.com>
3760
3761 * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
3762 ".MIPS.stubs".
3763
3764 2004-04-05 H.J. Lu <hongjiu.lu@intel.com>
3765
3766 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
3767 reserve the memory for dynamic linker
3768
3769 2004-04-05 Mark Kettenis <kettenis@gnu.org>
3770
3771 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
3772 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
3773
3774 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
3775
3776 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
3777 RELOC_FOR_GLOBAL_SYMBOL.
3778 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
3779
3780 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
3781
3782 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
3783 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
3784
3785 2004-04-01 Paul Brook <paul@codesourcery.com>
3786
3787 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
3788 * elf32-arm.h (struct elf32_elf_section_map): New.
3789 (struct _arm_elf_section_data): New.
3790 (elf32_arm_section_data): Define.
3791 (struct elf32_arm_link_hash_table): Add byteswap_code.
3792 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
3793 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
3794 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
3795 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
3796 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
3797 (bfd_elf32_new_section_hook, elf_backend_write_section,
3798 elf_backend_link_output_symbol_hook): Define.
3799
3800 2004-04-01 Andy Chittenden <achittenden@bluearc.com>
3801
3802 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
3803 that keeps the characters in a B_INCL..B_EINCL range.
3804 (_bfd_link_section_stabs): When computing the sum of the
3805 characters in a B_INCL..B_EINCL range also keep a copy of those
3806 characters. Use this information to distinguish between
3807 include sections that have the same sum and the same length
3808 but which are nevertheless unique.
3809
3810 2004-03-31 Paul Brook <paul@codesourcery.com>
3811
3812 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
3813 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
3814
3815 2004-03-31 Andy Chittenden <achittenden@bluearc.com>
3816
3817 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
3818 to 'sum_chars' and add field 'num_chars'.
3819 (_bfd_link_section_stabs): When computing the sum of the
3820 characters in a B_INCL..B_EINCL range also keep a count of the
3821 number of characters. Use this information to help distinguish
3822 between include sections when have the same sum but which
3823 nevertheless are still unique.
3824
3825 2004-03-31 Mattias Engdegård <mattias@virtutech.se>
3826
3827 * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs.
3828
3829 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
3830 Tomer Levi <Tomer.Levi@nsc.com>
3831
3832 * Makefile.am (ALL_MACHINES): Add cpu-cr16c.lo.
3833 (ALL_MACHINES_CFILES): Add cpu-cr16c.c.
3834 (BFD32_BACKENDS): Add elf32-cr16c.lo.
3835 (BFD32_BACKENDS_CFILES): Add elf32-cr16c.c.
3836 (cpu-cr16c.lo): New target.
3837 (elf32-cr16c.lo): Likewise.
3838 * Makefile.in: Regenerate.
3839 * archures.c (bfd_architecture): Add bfd_{arch,mach}_cr16c.
3840 (bfd_archures_list): Add bfd_cr16c_arch.
3841 * config.bfd: Handle cr16c-*-elf*.
3842 * configure.in: Handle bfd_elf32_cr16c_vec.
3843 * configure: Regenerate.
3844 * reloc.c: Add BFD_RELOC_16C_NUM08, BFD_RELOC_16C_NUM08_C,
3845 BFD_RELOC_16C_NUM16, BFD_RELOC_16C_NUM16_C,
3846 BFD_RELOC_16C_NUM32, BFD_RELOC_16C_NUM32_C,
3847 BFD_RELOC_16C_DISP04, BFD_RELOC_16C_DISP04_C,
3848 BFD_RELOC_16C_DISP08, BFD_RELOC_16C_DISP08_C,
3849 BFD_RELOC_16C_DISP16, BFD_RELOC_16C_DISP16_C,
3850 BFD_RELOC_16C_DISP24, BFD_RELOC_16C_DISP24_C,
3851 BFD_RELOC_16C_DISP24a, BFD_RELOC_16C_DISP24a_C,
3852 BFD_RELOC_16C_REG04, BFD_RELOC_16C_REG04_C,
3853 BFD_RELOC_16C_REG04a, BFD_RELOC_16C_REG04a_C,
3854 BFD_RELOC_16C_REG14, BFD_RELOC_16C_REG14_C,
3855 BFD_RELOC_16C_REG16, BFD_RELOC_16C_REG16_C,
3856 BFD_RELOC_16C_REG20, BFD_RELOC_16C_REG20_C,
3857 BFD_RELOC_16C_ABS20, BFD_RELOC_16C_ABS20_C,
3858 BFD_RELOC_16C_ABS24, BFD_RELOC_16C_ABS24_C,
3859 BFD_RELOC_16C_IMM04, BFD_RELOC_16C_IMM04_C,
3860 BFD_RELOC_16C_IMM16, BFD_RELOC_16C_IMM16_C,
3861 BFD_RELOC_16C_IMM20, BFD_RELOC_16C_IMM20_C,
3862 BFD_RELOC_16C_IMM24, BFD_RELOC_16C_IMM24_C,
3863 BFD_RELOC_16C_IMM32, BFD_RELOC_16C_IMM32_C.
3864 * targets.c (bfd_elf32_cr16c_vec): Declare.
3865 (bfd_target_vector): Add bfd_elf32_cr16c_vec.
3866 * cpu-cr16c.c: New file.
3867 * elf32-cr16c.c: Likewise.
3868 * libbfd.h: Regenerate.
3869 * bfd-in2.h: Likewise.
3870
3871 2004-03-30 Jakub Jelinek <jakub@redhat.com>
3872
3873 * elf.c (map_sections_to_segments): Fix handling of .tbss.
3874
3875 2004-03-27 Alan Modra <amodra@bigpond.net.au>
3876
3877 * Makefile.am: Remove all mention of elflink.h.
3878 * Makefile.in: Regenerate.
3879 * bfd-in.h (bfd_elf_discard_info): Declare.
3880 (bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
3881 * bfd-in2.h: Regenerate.
3882 * elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
3883 bfd_elf32_link_record_dynamic_symbol,
3884 bfd_elf64_link_record_dynamic_symbol,
3885 _bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
3886 bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
3887 _bfd_elf32_link_record_local_dynamic_symbol,
3888 _bfd_elf64_link_record_local_dynamic_symbol,
3889 _bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
3890 _bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
3891 _bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
3892 _bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
3893 _bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
3894 _bfd_elf32_reloc_symbol_deleted_p,
3895 _bfd_elf64_reloc_symbol_deleted_p): Delete.
3896 (bfd_elf_link_record_dynamic_symbol,
3897 bfd_elf_link_record_local_dynamic_symbol,
3898 bfd_elf_final_link, bfd_elf_gc_sections,
3899 bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
3900 bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
3901 bfd_elf_reloc_symbol_deleted_p): Declare.
3902 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3903 * elf32-arm.h: Update for changed function names. Remove local
3904 WILL_CALL_FINISH_DYNAMIC_SECTION define.
3905 * elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
3906 * elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
3907 * elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
3908 * elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
3909 * elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
3910 * elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
3911 * elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
3912 * elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
3913 * elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
3914 (bfd_elfNN_print_symbol): Define.
3915 * elfcode.h: Don't include elflink.h.
3916 (elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
3917 elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
3918 elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
3919 elf_gc_record_vtinherit, elf_gc_record_vtentry,
3920 elf_link_record_local_dynamic_symbol): Don't define.
3921 * elflink.c: Update for changed function names. Move elflink.h
3922 code here.
3923 * elflink.h: Delete file.
3924 * po/SRC-POTFILES.in: Regenerate.
3925 * po/bfd.pot: Regenerate.
3926
3927 2004-03-27 Alan Modra <amodra@bigpond.net.au>
3928
3929 * elf64-mmix.c (mmix_elf_relocate_section): Restore code setting
3930 "name" for global syms accidentally removed in 2004-03-20 change.
3931
3932 2004-03-27 Alan Modra <amodra@bigpond.net.au>
3933
3934 * elf-bfd.h (struct elf_reloc_cookie): Add r_sym_shift field.
3935 * elflink.h: Replace all occurrences of sizeof (Elf_External_*)
3936 where Elf_External_* is different for 64 and 32 bit, with
3937 corresponding elf_size_info field.
3938 (struct elf_final_link_info): Use "bfd_byte *" instead
3939 of "Elf_External_Sym *" for external_syms and symbuf.
3940 (elf_link_adjust_relocs): Set up r_type_mask and r_sym_shift local
3941 vars and use instead of ELF_R_INFO and ELF_R_TYPE macros.
3942 (struct elf_link_sort_rela): Add "sym_mask" alias for "offset".
3943 (elf_link_sort_cmp1): Use sym_mask field instead of ELF_R_SYM.
3944 (elf_link_sort_cmp2): Adjust.
3945 (elf_link_sort_relocs): Set up r_sym_mask local var instead of
3946 using ELF_R_SYM macro. Set u.sym_mask.
3947 (elf_bfd_final_link): Call _bfd_elf_stringtab_init instead of macro
3948 version, elf_stringtab_init. Ditto for bfd_section_from_elf_index
3949 vs. section_from_elf_index. Adjust Elf_External_Sym pointer
3950 arithmetic. Pass bed to elf_link_flush_output_syms. Adjust
3951 Elf_External_Dyn pointer arithmentic. Use bed swap_dyn_in and
3952 swap_syn_out functions. Rearrange dyn swap in/out switch.
3953 (elf_link_output_sym): Adjust Elf_External_Sym pointer arithmentic.
3954 Pass bed to elf_link_flush_output_syms. Use bed swap_symbol_out.
3955 (elf_link_flush_output_syms): Add elf_backend_data arg.
3956 (elf_link_check_versioned_symbol): Likewise.
3957 (elf_link_output_extsym): Pass bed to elf_link_check_versioned_symbol.
3958 Adjust Elf_External_Sym pointer arithmetic. Use bed swap_symbol_out.
3959 (elf_link_input_bfd): Use bfd_section_from_elf_index. Set up
3960 r_type_mask and r_sym_shift local vars and use instead of ELF_R_SYM,
3961 ELF_R_TYPE and ELF_R_INFO macros.
3962 (elf_reloc_link_order): Select ELF32_R_INFO or ELF64_R_INFO invocation
3963 based on size rather than using ELF_R_INFO.
3964 (elf_gc_mark): Set up r_sym_shift local var and use instead of
3965 ELF_R_SYM macro.
3966 (struct alloc_got_off_arg): New.
3967 (elf_gc_common_finalize_got_offsets): Use elf_size_info instead of
3968 ARCH_SIZE. Pass get entry size down to elf_gc_allocate_got_offsets.
3969 (elf_gc_allocate_got_offsets): Adjust.
3970 (elf_reloc_symbol_deleted_p): Usee cookie.r_sym_shift instead of
3971 ELF_R_SYM. Use bfd_section_from_elf_index.
3972 (elf_bfd_discard_info): Set cookie.r_sym_shift.
3973 * elfcode.h (elf_stringtab_init, section_from_elf_index): Delete.
3974 (elf_slurp_symbol_table): Use bfd_section_from_elf_index.
3975
3976 2004-03-26 Stan Shebs <shebs@apple.com>
3977
3978 Remove MPW support, no longer used.
3979 * config.bfd (powerpc-*-mpw*): Remove configuration.
3980 * mpw-config.in, mpw-make.sed: Remove files.
3981 * ecoffswap.h [MPW_C]: Remove MPW-C-friendly version of code.
3982
3983 2004-03-26 Alan Modra <amodra@bigpond.net.au>
3984
3985 * elf64-ppc.c (elf_backend_add_symbol_hook): Define.
3986 (ppc64_elf_add_symbol_hook): New function.
3987 * elf-bfd.h (struct elf_backend_data <elf_add_symbol_hook>): Remove
3988 const from Elf_Internal_Sym param.
3989 * elflink.c (elf_link_add_object_symbols): Adjust.
3990 * elf-hppa.h (elf_hppa_add_symbol_hook): Adjust.
3991 * elf32-frv.c (elf32_frv_add_symbol_hook): Adjust.
3992 * elf32-i370.c (elf_backend_add_symbol_hook): Adjust.
3993 * elf32-m32r.c (m32r_elf_add_symbol_hook): Adjust.
3994 * elf32-m68hc1x.c (elf32_m68hc11_add_symbol_hook): Adjust.
3995 * elf32-m68hc1x.h (elf32_m68hc11_add_symbol_hook): Adjust.
3996 * elf32-ppc.c (ppc_elf_add_symbol_hook): Adjust.
3997 * elf32-sh64.c (sh64_elf_add_symbol_hook): Adjust.
3998 * elf32-v850.c (v850_elf_add_symbol_hook): Adjust.
3999 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Adjust.
4000 * elf64-mmix.c (mmix_elf_add_symbol_hook): Adjust.
4001 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Adjust.
4002 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Adjust.
4003 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Adjust.
4004 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Adjust.
4005 * elfxx-mips.h (_bfd_mips_elf_add_symbol_hook): Adjust.
4006
4007 2004-03-26 Alan Modra <amodra@bigpond.net.au>
4008
4009 * elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.
4010 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): Delete.
4011 (_bfd_elf_sort_symbol, _bfd_elf_add_dt_needed_tag): Delete.
4012 (_bfd_elf_finalize_dynstr, bfd_elf32_bfd_link_add_symbols): Delete.
4013 (bfd_elf64_bfd_link_add_symbols): Delete.
4014 (bfd_elf_link_add_symbols): Declare.
4015 * elfcode.h (elf_bfd_link_add_symbols): Delete.
4016 * elflink.c: Include safe-ctype.h.
4017 (elf_add_dt_needed_tag): Rename from _bfd_elf_add_dt_needed_tag,
4018 make static.
4019 (elf_sort_symbol): Rename from _bfd_elf_sort_symbol, make static.
4020 (elf_finalize_dynstr): Rename from _bfd_elf_finalize_dynstr, make
4021 static.
4022 (elf_link_add_archive_symbols): Rename from
4023 _bfd_elf_link_add_archive_symbols, make static.
4024 (elf_link_add_object_symbols): New function. Corresponding
4025 elflink.h function converted to use elf_size_info.
4026 (bfd_elf_link_add_symbols): Likewise.
4027 (bfd_elf_size_dynamic_sections): Adjust.
4028 * elflink.h (elf_bfd_link_add_symbols): Delete.
4029 (elf_link_add_object_symbols): Delete.
4030 * elf32-gen.c (elf32_generic_link_add_symbols): Call
4031 bfd_elf_link_add_symbols.
4032 * elf64-gen.c (elf64_generic_link_add_symbols): Likewise.
4033
4034 2004-03-25 Alan Modra <amodra@bigpond.net.au>
4035
4036 * elflink.h (elf_link_add_object_symbols): Add DT_NEEDED for as-needed
4037 and chained shared libs only if dynsym. Clear dynsym on forced-local.
4038
4039 * elf-bfd.h (_bfd_elf_add_dynamic_entry): Declare.
4040 (bfd_elf32_add_dynamic_entry, bfd_elf64_add_dynamic_entry): Delete.
4041 (_bfd_elf_add_dt_needed_tag): Declare.
4042 (_bfd_elf_sort_symbol): Declare.
4043 (_bfd_elf_finalize_dynstr): Declare.
4044 (RELOC_FOR_GLOBAL_SYM): Formatting.
4045 * elfcode.h (elf_add_dynamic_entry): Delete.
4046 * elflink.c (_bfd_elf_add_dynamic_entry): New function. Corresponding
4047 elflink.h function converted to use elf_size_info.
4048 (_bfd_elf_add_dt_needed_tag): Likewise.
4049 (_bfd_elf_sort_symbol): Likewise.
4050 (_bfd_elf_finalize_dynstr): Likewise.
4051 (compute_bucket_count): Likewise.
4052 (bfd_elf_size_dynamic_sections): Likewise. Check result of
4053 _bfd_elf_strtab_add before calling _bfd_elf_strtab_addref.
4054 (elf_adjust_dynstr_offsets, elf_collect_hash_codes): Moved from..
4055 * elflink.h: ..here.
4056 (sort_symbol, add_dt_needed_tag): Delete.
4057 (elf_add_dynamic_entry, elf_finalize_dynstr): Delete.
4058 (compute_bucket_count, NAME(bfd_elf,size_dynamic_sections)): Delete.
4059 Update all users.
4060 * elf32-arm.h (add_dynamic_entry): Update. Remove casts.
4061 * elf32-cris.c (add_dynamic_entry): Likewise.
4062 * elf32-hppa.c (add_dynamic_entry): Likewise.
4063 * elf32-i370.c (add_dynamic_entry): Likewise.
4064 * elf32-i386.c (add_dynamic_entry): Likewise.
4065 * elf32-m32r.c (add_dynamic_entry): Likewise.
4066 * elf32-m68k.c (add_dynamic_entry): Likewise.
4067 * elf32-ppc.c (add_dynamic_entry): Likewise.
4068 * elf32-s390.c (add_dynamic_entry): Likewise.
4069 * elf32-sh.c (add_dynamic_entry): Likewise.
4070 * elf32-sparc.c (add_dynamic_entry): Likewise.
4071 * elf32-vax.c (add_dynamic_entry): Likewise.
4072 * elf32-xtensa.c (add_dynamic_entry): Likewise.
4073 * elf64-alpha.c (add_dynamic_entry): Likewise.
4074 * elf64-hppa.c (add_dynamic_entry): Likewise.
4075 * elf64-ppc.c (add_dynamic_entry): Likewise.
4076 * elf64-s390.c (add_dynamic_entry): Likewise.
4077 * elf64-sparc.c (add_dynamic_entry): Likewise.
4078 * elf64-x86-64.c (add_dynamic_entry): Likewise.
4079 * elfxx-ia64.c (add_dynamic_entry): Likewise.
4080 * elfxx-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
4081 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
4082 * elf32-frv.c (elf32_frv_size_dynamic_sections): Likewise.
4083 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
4084
4085 2004-03-23 Paul Brook <paul@codesourcery.com>
4086
4087 * elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.
4088
4089 2004-03-22 Bob Wilson <bob.wilson@acm.org>
4090
4091 * elf32-xtensa.c (elf_xtensa_check_relocs): Remove code to read
4092 literal tables and check for relocs outside of literal pools.
4093 (elf_xtensa_make_sym_local): Don't clear ELF_LINK_NON_GOT_REF flag.
4094 (elf_xtensa_fix_refcounts): Don't check ELF_LINK_NON_GOT_REF or
4095 set DF_TEXTREL.
4096 (elf_xtensa_size_dynamic_sections): Don't add DT_TEXTREL entry.
4097 (elf_xtensa_relocate_section): Read literal tables and check for
4098 dynamic relocations in read-only sections and not in literal pools.
4099
4100 2004-03-23 Alan Modra <amodra@bigpond.net.au>
4101
4102 PR 51.
4103 * linker.c (bfd_wrapped_link_hash_lookup): Handle info->wrap_char.
4104
4105 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
4106
4107 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
4108 R_CRIS_16_GOTPLT>: Also error if there's no PLT for a symbol
4109 not defined by the executable, or defined in a DSO.
4110 <eliding run-time relocation of .got>: Initialize GOT entry for a
4111 function symbol or ELF_LINK_HASH_NEEDS_PLT statically in an
4112 executable.
4113 (cris_elf_gc_sweep_hook): Improve fallthrough marking.
4114 (elf_cris_try_fold_plt_to_got): Improve head comment. Do not fold
4115 a PLT reloc to GOT for an executable.
4116 (elf_cris_adjust_dynamic_symbol): Only fold a .got.plt entry with
4117 .got for a DSO and explain why.
4118 (elf_cris_discard_excess_program_dynamics): Also lose GOT-relocs
4119 and unreferenced symbols for which a PLT is defined. Adjust
4120 dynamic-symbol pruning correspondingly, to make sure we don't lose
4121 a dynamic symbol also defined by a DSO.
4122
4123 2004-03-22 Alan Modra <amodra@bigpond.net.au>
4124
4125 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_section
4126 and rel args. Group input and output args. Wrap to 80 columns.
4127 * elf-m10200.c, elf-m10300.c, elf32-arm.h, elf32-avr.c,
4128 elf32-cris.c, elf32-d10v.c, elf32-fr30.c, elf32-h8300.c,
4129 elf32-hppa.c, elf32-i386.c, elf32-i860.c, elf32-ip2k.c,
4130 elf32-iq2000.c, elf32-m68hc1x.c, elf32-m68k.c, elf32-mcore.c,
4131 elf32-msp430.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
4132 elf32-sparc.c, elf32-v850.c, elf32-vax.c, elf32-xstormy16.c,
4133 elf32-xtensa.c, elf64-alpha.c, elf64-mmix.c, elf64-ppc.c,
4134 elf64-s390.c, elf64-sparc.c, elf64-x86-64.c, elfxx-ia64.c: Update
4135 RELOC_FOR_GLOBAL_SYMBOL invocation.
4136
4137 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
4138
4139 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Report error if
4140 unresolved symbols in objects aren't allowed.
4141
4142 * elf-hppa.h (elf_hppa_relocate_section): Properly handle
4143 unresolved symbols.
4144 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
4145 (elf_hppa_unmark_useless_dynamic_symbols):
4146 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
4147 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
4148 (elf32_hppa_relocate_section): Likewise.
4149 * elf32-i370.c (i370_elf_relocate_section): Likewise.
4150 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
4151 * elf32-sh.c (sh_elf_relocate_section): Likewise.
4152 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4153 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
4154
4155 * elf-m10200.c (mn10200_elf_relocate_section): Use
4156 RELOC_FOR_GLOBAL_SYMBOL.
4157 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
4158 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
4159 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
4160 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
4161 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
4162 * elf32-m68hc1x.c (m68hc11_get_relocation_value): Likewise.
4163 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
4164 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
4165 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
4166 * elf32-v850.c (v850_elf_relocate_section): Likewise.
4167 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
4168 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
4169
4170 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4171
4172 * elf32-hppa.c (elf32_hppa_check_relocs): Handle R_PARISC_PCREL32.
4173 (final_link_relocate): Likewise.
4174 * elf-hppa.h (elf_hppa_reloc_final_type): Handle selectors for
4175 R_PARISC_PCREL32 and R_PARISC_PCREL64 relocations.
4176
4177 2004-03-19 Alan Modra <amodra@bigpond.net.au>
4178
4179 * Makefile.am: Run "make dep-am".
4180 * Makefile.in: Regenerate.
4181 * aclocal.m4: Regenerate.
4182 * config.in: Regenerate.
4183 * po/bfd.pot: Regenerate.
4184
4185 2004-03-19 Alan Modra <amodra@bigpond.net.au>
4186 H.J. Lu <hongjiu.lu@intel.com>
4187
4188 * elflink.c (_bfd_elf_merge_symbol): Revert last change. Move
4189 type and size change code to where it was previously. Remove
4190 dt_needed param. Treat old weak syms as strong if new sym is
4191 from a shared lib, even when old sym is from another shared
4192 lib. Remove unnecessary tests of oldweak and newweak. Correct
4193 comments.
4194 (_bfd_elf_add_default_symbol): Remove dt_needed param. Update
4195 _bfd_elf_merge_symbol calls.
4196 * elflink.h (elf_link_add_object_symbols): Update calls. Remove
4197 dt_needed local var. Update comments.
4198 * elf-bfd.h (_bfd_elf_merge_symbol): Update prototype.
4199 (_bfd_elf_add_default_symbol): Likewise.
4200
4201 * elflink.c (_bfd_elf_merge_symbol): Reinstate code to handle
4202 strong syms in one shared object overriding weak syms in another.
4203
4204 2004-03-18 Alan Modra <amodra@bigpond.net.au>
4205
4206 * elf-bfd.h (struct elf_obj_tdata): Delete dt_soname field. Add
4207 dyn_lib_class field. Rearrange for better packing.
4208 (elf_dt_soname): Delete.
4209 (elf_dyn_lib_class): Define.
4210 * elf.c (bfd_elf_set_dt_needed_name): Update comment.
4211 (bfd_elf_set_dt_needed_soname): Delete.
4212 (bfd_elf_set_dyn_lib_class): New function.
4213 * elflink.h (add_dt_needed_tag): New function. Split out from..
4214 (elf_link_add_object_symbols): ..here. Rename "name" to "soname".
4215 Use elf_dyn_lib_class to set dt_needed and add_needed. Move fallback
4216 initialization of soname.
4217 (elf_link_check_versioned_symbol): Test elf_dyn_lib_class instead of
4218 elf_dt_soname.
4219 * bfd-in.h (enum dynamic_lib_link_class): New.
4220 (bfd_elf_set_dt_needed_soname): Delete.
4221 (bfd_elf_set_dyn_lib_class): Declare.
4222 * bfd-in2.h: Regenerate.
4223
4224 * elflink.c (_bfd_elf_merge_symbol): Rewrite weak symbol handling.
4225 (_bfd_elf_add_default_symbol): Remove indirect BFD_ASSERTs.
4226 * elflink.h (elf_link_add_object_symbols): Don't clear dt_needed in
4227 symbol loop. Instead use add_needed to flag tag as written.
4228
4229 2004-03-17 Nathan Sidwell <nathan@codesourcery.com>
4230
4231 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
4232 logic for null_input_bfd detection.
4233
4234 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
4235
4236 * config.bfd: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
4237
4238 2004-03-16 Mark Kettenis <kettenis@gnu.org>
4239
4240 * netbsd-core.c (netbsd_core_file_p) [CORE_FPU_OFFSET]: Remove
4241 code.
4242
4243 2004-03-16 Alan Modra <amodra@bigpond.net.au>
4244
4245 * elflink.c (elf_link_read_relocs_from_section): Don't use
4246 NUM_SHDR_ENTRIES in end of reloc calc. Move NULL shdr check..
4247 (_bfd_elf_link_read_relocs): ..to here.
4248 * elf32-ppc.c (ppc_elf_relax_section): Formatting.
4249
4250 2004-03-16 Alan Modra <amodra@bigpond.net.au>
4251
4252 * configure.in (HOST_64BIT_TYPE, HOST_U_64BIT_TYPE): Don't override
4253 values selected in configure.host. Require both to be defined
4254 before setting BFD_HOST_64_BIT_DEFINED. Protect assignment to
4255 corresponding BFD_HOST vars with quotes.
4256 <${host64}-${target64}-${want64} in *true*>: Don't exempt gcc;
4257 Always require BFD_HOST_64_BIT_DEFINED.
4258 <file_ptr type>: Find off_t size before emitting message. Combine
4259 off_t and ftello64 conditional.
4260 * configure: Regenerate.
4261
4262 2004-03-16 Alan Modra <amodra@bigpond.net.au>
4263
4264 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Fix pointer
4265 aliasing warning. Remove trailing whitespace throughout file.
4266
4267 2004-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4268
4269 * elf-hppa.h (elf_hppa_relocate_section): Pass input_bfd instead of
4270 input_section in calls to get_dyn_name.
4271 * 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
4272 local symbols.
4273 (elf64_hppa_check_relocs): Pass abfd in call to get_dyn_name.
4274
4275 2004-03-15 Alan Modra <amodra@bigpond.net.au>
4276
4277 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
4278 (BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Don't define here.
4279 (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
4280 (bfd_getb_signed_64, bfd_getl_signed_64): Return bfd_int64_t.
4281 (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
4282 * configure.in (HOST_U_64BIT_TYPE): Set when sizeof long is 8.
4283 (BFD_HOST_64_BIT_DEFINED, BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Set
4284 when using long.
4285 * libbfd.c (EIGHT_GAZILLION, COERCE64): Use bfd_int64_t.
4286 (bfd_getb64): Return bfd_uint64_t. Enable when BFD_HOST_64_BIT.
4287 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
4288 (bfd_putb64): Accept bfd_uint64_t. Enable when BFD_HOST_64_BIT.
4289 (bfd_putl64, bfd_put_bits, bfd_get_bits): Likewise.
4290 * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
4291 (read_8_bytes, read_indirect_string, read_address): Likewise.
4292 (read_abbrevs, parse_comp_unit): Likewise.
4293 * targets.c (struct bfd_target): Likewise.
4294 * aix386-core.c (NO_GET64, NO_PUT64, NO_GETS64): Define and use.
4295 * hppabsd-core.c: Likewise. Formatting.
4296 * hpux-core.c: Likewise.
4297 * irix-core.c: Likewise.
4298 * netbsd-core.c: Likewise.
4299 * osf-core.c: Likewise.
4300 * ptrace-core.c: Likewise.
4301 * sco5-core.c: Likewise.
4302 * trad-core.c: Likewise.
4303 * configure: Regenerate.
4304 * bfd-in2.h: Regenerate.
4305
4306 2004-03-15 Alan Modra <amodra@bigpond.net.au>
4307
4308 * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
4309 (bfd_getb32, bfd_getl32, bfd_getb16, bfd_getl16): Likewise.
4310 (bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
4311 (bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
4312 (bfd_getb_signed_16, bfd_getl_signed_16): Likewise.
4313 (bfd_putb64, bfd_putl64, bfd_putb32, bfd_putl32): Likewise.
4314 (bfd_putb16, bfd_putl16, bfd_get_bits, bfd_put_bits): Likewise.
4315 * libbfd.c: Likewise in function definitions.
4316 (bfd_put_8): Mask with 0xff rather than casting to char.
4317 (bfd_putb16, bfd_putl16, bfd_putb32, bfd_putl32): Likewise.
4318 (bfd_putb64, bfd_putl64, bfd_put_bits): Likewise.
4319 (H_PUT_64, H_PUT_32, H_PUT_16, H_PUT_8): Remove casts, simplify.
4320 (H_PUT_S64, H_PUT_S32, H_PUT_S16, H_PUT_S8): Likewise.
4321 (H_GET_64, H_GET_32, H_GET_16, H_GET_8): Likewise.
4322 (H_GET_S64, H_GET_S32, H_GET_S16, H_GET_S8): Likewise.
4323 * libaout.h (H_PUT_64 H_PUT_32, H_PUT_16): Remove casts, simplify.
4324 (H_PUT_S64, H_PUT_S32, H_PUT_S16): Likewise.
4325 (H_GET_64, H_GET_32, H_GET_16): Likewise.
4326 (H_GET_S64, H_GET_S32, H_GET_S16): Likewise.
4327 * archive.c (do_slurp_coff_armap): Update swap prototype.
4328 * coff-tic54x.c (tic54x_getl32): Replace bfd_byte* with void*.
4329 (tic54x_getl_signed_32): Likewise.
4330 (tic54x_putl32): Likewise. Mask with 0xff rather than casting to char.
4331 * mach-o.c (bfd_mach_o_read_header): Update get32 prototype.
4332 * pdp11.c (bfd_getp32): Make static, replace bfd_byte* with void*.
4333 (bfd_getp_signed_32, bfd_putp32): Likewise.
4334 * targets.c (struct bfd_target): Use void* in place of bfd_byte* for
4335 bfd_getx64, bfd_getx_signed_64, bfd_putx64, bfd_getx32,
4336 bfd_getx_signed_32, bfd_putx32, bfd_getx16, bfd_getx_signed_16,
4337 bfd_putx16, bfd_h_getx64, bfd_h_getx_signed_64, bfd_h_putx64,
4338 bfd_h_getx32, bfd_h_getx_signed_32, bfd_h_putx32, bfd_h_getx16,
4339 bfd_h_getx_signed_16, bfd_h_putx16.
4340 * aix386-core.c (NO_GET, NO_GETS, NO_PUT): Update prototypes.
4341 * hppabsd-core.c: Similarly. Rename NO_SIGNED_GET to NO_GETS.
4342 * hpux-core.c: Likewise.
4343 * irix-core.c: Likewise.
4344 * netbsd-core.c: Likewise.
4345 * osf-core.c: Likewise.
4346 * ptrace-core.c: Likewise.
4347 * sco5-core.c: Likewise.
4348 * trad-core.c: Likewise.
4349 * bfd-in2.h: Regenerate.
4350
4351 2004-03-15 Matt Thomas <matt@3am-software.com>
4352
4353 * config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
4354 selected.
4355
4356 2004-03-13 Mark Kettenis <kettenis@gnu.org>
4357
4358 * config.bfd: Add x86_64-*-openbsd*.
4359 * configure.in (x86_64-*-openbsd*): Set COREFILE to
4360 netbsd-core.lo.
4361 * configure: Regenerate.
4362
4363 2004-03-12 Nick Clifton <nickc@redhat.com>
4364 Dave Murphy <wintermute2k4@ntlworld.com>
4365
4366 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Skip most checks
4367 if the input bfd does not contain any code.
4368
4369 2004-03-09 Steve Ellcey <sje@cup.hp.com>
4370
4371 * elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
4372
4373 2004-03-05 Fred Fish <fnf@redhat.com>
4374
4375 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
4376 mips16 symbols to be even rather than testing first for even/odd.
4377 (_bfd_mips_elf_link_output_symbol_hook): Ditto.
4378
4379 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
4380
4381 * elf.c (map_sections_to_segments): Ignore .tbss sections for
4382 layout purposes.
4383
4384 2004-03-03 Alexandre Oliva <aoliva@redhat.com>
4385
4386 * elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
4387 undefined symbols as hash_new.
4388
4389 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
4390
4391 * archures.c: Add bfd_mach_sh4_nommu_nofpu.
4392 * cpu-sh.c: Ditto.
4393 * elf32-sh.c: Ditto.
4394 * bfd-in2.h: Regenerate.
4395
4396 2004-03-02 Alexandre Oliva <aoliva@redhat.com>
4397
4398 * elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
4399 dynrelocs.
4400 (_frv_count_got_plt_entries): Initialize them.
4401 (frv_pic_relocs_info_find): Add insert argument. Adjust all
4402 callers.
4403 (frv_pic_relocs_info_for_global): Likewise.
4404 (frv_pic_relocs_info_for_local): Likewise.
4405 (frv_pic_merge_early_relocs_info): New.
4406 (_frv_resolve_final_relocs_info): Use it in case one entry maps to
4407 another.
4408 (_frv_add_dyn_reloc): Add entry argument. Adjust all callers.
4409 Check that we don't exceed the allocated count for entry.
4410 (_frv_add_rofixup): Likewise.
4411 (_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
4412 (elf32_frv_finish_dynamic_sections): Improve error message in case
4413 we emit too few rofixup entries.
4414
4415 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
4416
4417 * archures.c (bfd_mach_fr450): New.
4418 * bfd-in2.h: Regenerate.
4419 * cpu-frv.c (arch_info_450): New bfd_arch_info_type.
4420 (arch_info_500): Link to it.
4421 * elf32-frv.c (elf32_frv_machine, frv_elf_merge_private_bfd_data)
4422 (frv_elf_print_private_bfd_data): Handle fr405 and fr450 header flags.
4423 (frv_elf_arch_extension_p): New function.
4424 (frv_elf_merge_private_bfd_data): Use it.
4425
4426 2004-02-28 H.J. Lu <hongjiu.lu@intel.com>
4427
4428 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype.
4429
4430 * elflink.h (is_global_data_symbol_definition): Moved to
4431 elflink.c.
4432 (elf_link_is_defined_archive_symbol): Likewise.
4433 (elf_link_add_archive_symbols): Likewise. Renamed to
4434 _bfd_elf_link_add_archive_symbols.
4435
4436 * elflink.c (elf_link_is_defined_archive_symbol): Get the size
4437 of ELF symbol table entry from backend.
4438 (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols
4439 instead of elf_link_add_object_symbols.
4440
4441 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
4442
4443 * elf-bfd.h (struct elf_backend_data): Added
4444 elf_backend_can_make_relative_eh_frame,
4445 elf_backend_can_make_lsda_relative_eh_frame and
4446 elf_backend_encode_eh_address.
4447 (_bfd_elf_encode_eh_address): Declare.
4448 (_bfd_elf_can_make_relative): Declare.
4449 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new
4450 hooks to decide whether to attempt to make_relative and
4451 make_lsda_relative.
4452 (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address.
4453 (_bfd_elf_can_make_relative): New.
4454 (_bfd_elf_encode_eh_address): New.
4455 * elf32-frv.c (frv_elf_use_relative_eh_frame): New.
4456 (frv_elf_encode_eh_address): New.
4457 (elf_backend_can_make_relative_eh_frame): Define.
4458 (elf_backend_can_make_lsda_relative_eh_frame): Define.
4459 (elf_backend_encode_eh_address): Define.
4460 * elfxx-target.h
4461 (elf_backend_can_make_relative_eh_frame): Define.
4462 (elf_backend_can_make_lsda_relative_eh_frame): Define.
4463 (elf_backend_encode_eh_address): Define.
4464 (elfNN_bed): Add them.
4465
4466 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
4467
4468 * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
4469 complain_on_overflow to signed.
4470
4471 2004-02-27 H.J. Lu <hongjiu.lu@intel.com>
4472
4473 * elflink.h (sort_symbol): New.
4474 (elf_link_add_object_symbols): Use a sorted symbol array for
4475 weakdef.
4476
4477 2004-02-27 Jakub Jelinek <jakub@redhat.com>
4478
4479 * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
4480 for pc relative relocs.
4481 (elf_s390_relocate_section): Likewise.
4482 * elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
4483 for pc relative relocs.
4484 (elf_s390_relocate_section): Likewise.
4485
4486 2004-02-26 H.J. Lu <hongjiu.lu@intel.com>
4487
4488 * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
4489 count_dyn_reloc.
4490
4491 2004-02-25 H.J. Lu <hongjiu.lu@intel.com>
4492
4493 * elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
4494 field to track if a relocation is against readonly section.
4495 (count_dyn_reloc): Take a new argument for rent->reltext.
4496 (elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
4497 (get_reloc_section): Don't set ia64_info->reltext here.
4498 (allocate_dynrel_entries): Set ia64_info->reltext here.
4499
4500 2004-02-24 Alexandre Oliva <aoliva@redhat.com>
4501
4502 * elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
4503 (_frv_emit_got_relocs_plt_entries): Decay relocation to protected
4504 function's descriptor to symbol+offset, and map local undefweak
4505 symbol to NULL function descriptor.
4506 (elf32_frv_relocate_section): Likewise.
4507
4508 2004-02-23 Mark Kettenis <kettenis@gnu.org>
4509
4510 * libaout.h (enum machine_type): Add M_SPARC64_NETBSD and
4511 M_X86_64_NETBSD.
4512 * netbsd-core.c (M_SPARC64_OPENBSD): Define.
4513 (netbsd_core_file_p): Set architecture from machine ID for
4514 selected machines.
4515
4516 2004-02-23 Jakub Jelinek <jakub@redhat.com>
4517
4518 * elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
4519 DF_BIND_NOW is set in info->flags, create DT_BIND_NOW dynamic entry.
4520
4521 2004-02-21 H.J. Lu <hongjiu.lu@intel.com>
4522
4523 * elflink.c (_bfd_elf_merge_symbol): Properly handle undefined
4524 symbols with non-default visibility.
4525
4526 2004-02-21 Danny Smith <daanysmith@users.sourceforge.net>
4527
4528 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
4529 IMAGE_SCN_MEM_WRITE on known sections only.
4530
4531 2004-02-20 Jakub Jelinek <jakub@redhat.com>
4532
4533 * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
4534 symbols used in PIE relocs.
4535
4536 2004-02-19 Jakub Jelinek <jakub@redhat.com>
4537
4538 * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
4539 .plt sh_entsize.
4540
4541 2004-02-18 Daniel Jacobowitz <drow@mvista.com>
4542
4543 * configure.in: Update version to 2.15.90.
4544 * configure: Regenerate.
4545
4546 2004-02-17 Daniel Jacobowitz <drow@mvista.com>
4547 Richard Sandiford <rsandifo@redhat.com>
4548
4549 * elfxx-mips.c (mips_elf_calculate_relocation): Use
4550 _bfd_elf_symbol_refs_local_p to decide whether to decay
4551 a GOT_PAGE/GOT_OFST pair to GOT_DISP/addend.
4552 (_bfd_mips_elf_check_relocs): Add a global GOT entry for GOT_PAGE
4553 relocs if the symbol wasn't defined by a regular object file.
4554 Don't check the symbol's dynindx.
4555
4556 2004-02-16 Andrew Cagney <cagney@redhat.com>
4557
4558 * bfd-in.h (file_ptr, ufile_ptr): Configure type using
4559 @bfd_file_ptr@.
4560 * bfd-in2.h: Re-generate.
4561
4562 2004-02-14 Andrew Cagney <cagney@redhat.com>
4563
4564 * configure.host (HDEFINES): When hppa*-*-hpux*, define
4565 _LARGEFILE64_SOURCE.
4566
4567 2004-02-13 Andrew Cagney <cagney@redhat.com>
4568
4569 * elf.c (vma_page_aligned_bias): New function.
4570 (assign_file_positions_except_relocs)
4571 (assign_file_positions_for_segments): Replace broken modulo
4572 arithmetic with call to vma_page_aligned_bias.
4573
4574 2004-02-11 Andrew Cagney <cagney@redhat.com>
4575
4576 * bfd-in.h: Update copyright.
4577 (bfd_tell): Change return type to file_ptr.
4578 * bfd-in2.h: Re-generate.
4579 * cache.c: Update copyright.
4580 (bfd_cache_lookup_worker): Use real_fseek, do not cast offset
4581 parameter.
4582 (close_one): Use real_ftell.
4583 * bfdio.c: Update copyright.
4584 (real_ftell, real_fseek): New functions.
4585 (bfd_tell): Use real_fseek and real_ftell, change return type to
4586 file_ptr.
4587 (bfd_seek): Use real_ftell and real_fseek, change type of
4588 file_position to a file_ptr.
4589 * libbfd-in.h: Update copyright.
4590 (real_ftell, real_fseek): Declare.
4591 * libbfd.h: Re-generate.
4592
4593 * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
4594 fseeko and fseeko64. Determine bfd_file_ptr.
4595 * configure: Re-generate.
4596 * config.in: Re-generate.
4597
4598 2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
4599
4600 * coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
4601 * elf32-h8300.c: Likewise.
4602
4603 2004-02-09 Christian Vogel <vogelchr@vogel.cx>
4604 Nick Clifton <nickc@redhat.com>
4605
4606 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Catch
4607 GOT entries with no associated GOT subsection.
4608
4609 2004-02-09 Richard Sandiford <rsandifo@redhat.com>
4610
4611 * bfd-elf.h (elf_backend_name_local_section_symbols): New hook.
4612 * elf.c (swap_out_syms): Use it to decide whether local section
4613 symbols should be named.
4614 * elfxx-target.h (elf_backend_name_local_section_symbols): New macro.
4615 * elfxx-mips.h (_bfd_mips_elf_name_local_section_symbols): Declare.
4616 (elf_backend_name_local_section_symbols): Define.
4617 * elfxx-mips.c (_bfd_mips_elf_name_local_section_symbols): New.
4618
4619 2004-01-30 H.J. Lu <hongjiu.lu@intel.com>
4620
4621 * elfxx-ia64.c (elfNN_ia64_relax_brl): New function.
4622 (elfNN_ia64_relax_section): Optimize brl to br during the relax
4623 finalize pass.
4624
4625 2004-01-30 Alexandre Oliva <aoliva@redhat.com>
4626
4627 * elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
4628 to bfd_link_hash_entry passed by reference to
4629 _bfd_generic_link_add_one_symbol.
4630
4631 2004-01-25 H.J. Lu <hongjiu.lu@intel.com>
4632
4633 * elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm
4634 relocations against dynamic symbols.
4635
4636 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
4637
4638 * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13
4639 change.
4640
4641 2004-01-21 Tom Rix <tcrix@worldnet.att.net>
4642
4643 * reloc.c: New 5 bit reloc, BFD_RELOC_M68HC12_5B, for m68hc12 movb/movw.
4644 * bfd-in2.h, libbfd.h: Rebuilt.
4645
4646 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
4647
4648 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't remove
4649 IMAGE_SCN_MEM_WRITE flag from .text section if WP_TEXT
4650 flag has been cleared.
4651
4652 2004-01-19 Kazu Hirata <kazu@cs.umass.edu>
4653
4654 * coff-h8300.c: Add and adjust comments about relaxation.
4655 * elf32-h8300.c: Likewise.
4656
4657 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4658
4659 * coff-h8300.c: Fix comment typos.
4660 * elf32-h8300.c: Likewise.
4661
4662 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
4663
4664 * coff-h8300.c: Add comments about relaxation.
4665 * elf32-h8300.c: Likewise.
4666
4667 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4668
4669 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
4670 throughout.
4671 * aclocal.m4: Regenerate.
4672 * configure: Regenerate.
4673
4674 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
4675
4676 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
4677 mips_elf64_rtype_to_howto instead of using howto_table.
4678
4679 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
4680
4681 * elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
4682 the .plt section.
4683 (elf32_arm_check_relocs): Don't increment the PLT refcount for
4684 relocs which would not use the PLT.
4685
4686 2004-01-13 Alan Modra <amodra@bigpond.net.au>
4687
4688 * elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs.
4689 (ppc64_elf_gc_sweep_hook): Likewise.
4690 (ppc64_elf_size_dynamic_sections): Test for .plt directly.
4691
4692 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
4693
4694 Adds linker relaxation support for bit manipulation insns like
4695 band, bclr, biand, bild, bior, bist, bixor, bld, bnot, bor, bset,
4696 bst, btst, bxor.
4697 * elf32-h8300.c: Opcode for bit manipulation insn is checked in
4698 elf32_h8_relax_section function while relxation for aa:16 and aa:32.
4699 * coff-h8300.c: Opcode for bit manipulation insn is checked in
4700 h8300_reloc16_extra_cases function while relxation for aa:16 and aa:32.
4701
4702 2004-01-12 Alan Modra <amodra@bigpond.net.au>
4703
4704 * dwarf2.c: Convert to C90, remove unneeded casts and prototypes.
4705
4706 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
4707
4708 * elf32-h8300.c: Fix formatting.
4709
4710 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
4711
4712 * elf32-cris.c (cris_elf_gc_sweep_hook): Return early if no
4713 dynamic object is present. Declare r_symndx and h in an inner
4714 scope.
4715 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
4716
4717 2004-01-09 Daniel Jacobowitz <drow@mvista.com>
4718
4719 * elf32-arm.h (struct elf32_arm_relocs_copied): Remove pc_count.
4720 (elf32_arm_copy_indirect_symbol): Don't copy pc_count.
4721 (elf32_arm_final_link_relocate): Handle PLT32 and PC24 relocs
4722 identically. Do not emit PC24 relocations for shared libraries.
4723 (elf32_arm_gc_sweep_hook): Handle PLT32 and PC24 relocs
4724 identically. Don't adjust pc_count.
4725 (elf32_arm_check_relocs): Handle PLT32 and PC24 relocs identically.
4726 Set ELF_LINK_HASH_NEEDS_PLT for both. Don't adjust pc_count; don't
4727 adjust count for branch relocations.
4728 (allocate_dynrelocs): Correct typo in call to
4729 WILL_CALL_FINISH_DYNAMIC_SYMBOL. Never allocate space for
4730 PC24 or PLT32 relocs when linking.
4731
4732 2004-01-09 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
4733
4734 * coff-arm.c (aoutarm_std_reloc_howto): [ARM_WINCE] Synchronize ARM_26D
4735 relocation howto with ARM_26 one for consistency.
4736 (coff_arm_relocate_section): Set partial_inplace for ARM_26 relocations
4737 that will be converted to ARM_26D ones, since we always want 'done'
4738 relocations to be reflected in section's data.
4739 (coff_arm_relocate_section): [ARM_WINCE] Quick fix for BL instruction
4740 offset.
4741 (_bfd_final_link_relocate): Do not modify "inplace" data, if not
4742 requested.
4743
4744 2004-01-08 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
4745
4746 * coff-arm.c (coff_arm_relocate_section): Do not alter relocs that
4747 are not partial_inplace during a relocatable link.
4748
4749 2004-01-08 Kazu Hirata <kazu@cs.umass.edu>
4750
4751 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return early
4752 if no dynamic object is present. Declare r_symndx and h in an
4753 inner scope.
4754
4755 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
4756
4757 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't install
4758 trampoline if it is known out of range.
4759
4760 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
4761
4762 2003-12-17 Alexandre Oliva <aoliva@redhat.com>
4763 * elf32-frv.c (_frv_osec_readonly_p): New.
4764 (_frv_emit_got_relocs_plt_entries): Don't emit rofixup for
4765 undefweak symbol.
4766 (_frv_count_got_plt_entries): Adjust expected count accordingly.
4767 (elf32_frv_relocate_section): Likewise. Error out if attempting
4768 to emit rofixups or dynamic relocs in read-only segments. Use
4769 _bfd_elf_section_offset to adjust r_offsets in rofixups and
4770 dynamic relocations.
4771 2003-12-12 Alexandre Oliva <aoliva@redhat.com>
4772 * elf32-frv.c (elf32_frv_relocate_section): Compute dynamic
4773 relocations or fixups involving merged sections correctly. Avoid
4774 crash when undefined symbol is referenced by R_FRV_32 or
4775 R_FRV_FUNCDESC_VALUE.
4776 2003-12-02 Alexandre Oliva <aoliva@redhat.com>
4777 * elf32-frv.c (elf32_frv_relocate_section): Add output_offset of
4778 input section holding local symbol to addend of R_FRV_32 or
4779 R_FRV_FUNCDESC_VALUE dynamic relocation.
4780 2003-11-27 Alexandre Oliva <aoliva@redhat.com>
4781 * elf32-frv.c (elf32_frv_modify_segment_map): Add link info arg.
4782 (elf32_frv_always_size_sections): Don't store pointer to
4783 __stacksize symbol in sec_info.
4784 (elf32_frv_modify_segment_map): Look it up here.
4785 2003-11-26 Alexandre Oliva <aoliva@redhat.com>
4786 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Emit the address
4787 of the lazy PLT entry, not only its offset, as the low word of a
4788 function descriptor.
4789 2003-11-10 Alexandre Oliva <aoliva@redhat.com>
4790 * elf32-frv.c (elf32_frv_always_size_sections): Define __stacksize
4791 if a hash table entry already exists but is not a definition.
4792 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
4793 * elf32-frv.c (frv_elf_link_hash_table_create): Use bfd_zalloc.
4794 (_frv_add_rofixup): Don't inline.
4795 (_frv_emit_got_relocs_plt_entries): Use NULL as funcdesc address
4796 for undefweak symbols.
4797 (elf32_frv_relocate_section): Avoid crash while computing
4798 relocation when linking with shared library. Only emit rofixups
4799 and dynamic relocations for alloc&load sections. Mark binaries
4800 with inter-segment relocations for relocation as a unit.
4801 (_frv_create_got_section): Rename .rofixup.got to .rofixup.
4802 (DEFAULT_STACK_SIZE): New.
4803 (_frv_count_got_plt_entries): Fix thinko in deciding whether to
4804 emit rofixups or dynamic relocs when linking dynamic non-PIE
4805 executables.
4806 (elf32_frv_size_dynamic_sections): Generate rofixup on PIEs and
4807 shared libs too. Reserve the last entry for the GOT pointer.
4808 (elf32_frv_finish_dynamic_sections): Emit it.
4809 (elf32_frv_always_size_sections): New.
4810 (elf32_frv_modify_segment_map): New.
4811 (elf32_frv_check_relocs): Reserve relocs32 space only in ALLOC
4812 sections.
4813 (frv_elf_merge_private_bfd_data): Clear PIC bit if FDPIC is set.
4814 (frv_elf_print_private_bfd_data): Handle FDPIC and LIBPIC.
4815 (elf_backend_always_size_sections): New.
4816 (elf_backend_modify_segment_map): New.
4817 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
4818 * config.bfd: Added frv-*-*linux*.
4819 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Use idx 0 for
4820 ABS section, instead of crashing.
4821 (elf32_frv_relocate_section): Don't crash before warning about
4822 different segments in non-PIC relocation.
4823 2003-10-17 Alexandre Oliva <aoliva@redhat.com>
4824 * elf32-frv.c (elf32_frv_relocate_section): Don't warn on LABEL24
4825 relocs to undefweak symbols.
4826 (elf32_frv_relocate_section): Ditto for undefined symbols.
4827 2003-10-06 Alexandre Oliva <aoliva@redhat.com>
4828 * elf32-frv.c (elf32_frv_create_dynamic_sections): Make sure
4829 gotfixup section was created.
4830 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
4831 * elf32-frv.c (elf32_frv_howto_table): Change GOT12,
4832 FUNCDESC_GOT12, GOTOFF12 and FUNCDESC_GOTOFF12 to
4833 complain_overflow_signed.
4834 * elf32-frv.c (_frv_add_rofixup): Do not error out if contents
4835 have not been allocated.
4836 (_frv_emit_got_relocs_plt_entries): Return non-void. Assert
4837 privfd only if dynamic sections were created.
4838 (elf32_frv_relocate_section): Compute gprel_segment, and use it
4839 for GPREL relocs. When linking relocatable FDPIC executables,
4840 emit warnings for relocations that would be illegal on PIE or
4841 shared libraries. Emit rofixup for R_FRV_32 only if input object
4842 is not FDPIC.
4843 (_frv_create_got_section): Define _gp symbol in the rofixup
4844 section.
4845 (elf32_frv_finish_dynamic_sections): If rofixups needed but
4846 dynamic sections missing, error out requesting -melf32frvfd.
4847 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
4848 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Rearrange
4849 computation of addends from section and global or local symbol
4850 value. Change return type to bfd_boolean, and return a failure if
4851 a dynamic FUNCDESC or FUNCDESC_VALUE relocation that requires a
4852 nonzero addend is required.
4853 (elf32_frv_relocate_section): Likewise. Print error for
4854 unsupported nonzero addends.
4855 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
4856 * elf32-frv.c (FRV_SYM_LOCAL): In the absence of dynamic sections,
4857 force everything local.
4858 (_frv_emit_got_relocs_plt_entries): Cope with NULL sec.
4859 * elf32-frv.c (struct frv_elf_link_hash_table): Added sgotfixup.
4860 (frv_gotfixup_section): New.
4861 (FRV_SYM_LOCAL): Accept undefweak and local common symbols.
4862 (struct frv_pic_relocs_info): Split relocs into relocs32, relocsfd
4863 and relocsfdv.
4864 (_frv_add_rofixup): New.
4865 (_frv_emit_got_relocs_plt_entries): Generate fixups for non-PIE
4866 fdpic executables. Use FRV_SYM_LOCAL more widely to simplify and
4867 improve some ugly conditions.
4868 (elf32_frv_relocate_section): Likewise. Reject inter-segment
4869 relocations in fdpic.
4870 (_frv_create_got_section): Create .rofixup.got section.
4871 (struct _frv_dynamic_got_info): Added fixups.
4872 (_frv_count_got_plt_entries): Account in-GOT relocations into
4873 relocs32, relocsfd and relocsfdv. Account them into relocs or
4874 fixups, as appropriate.
4875 (elf32_frv_size_dynamic_sections): Size rofixup section. Simplify
4876 sizing of gotrel.
4877 (elf32_frv_finish_dynamic_sections): Verify that the right number
4878 of relocations and fixups was generated.
4879 (elf32_frv_check_relocs): Compute relocs32, relocsfd and
4880 relocsfdv.
4881 * elf32-frv.c (FRV_SYM_LOCAL): New macro, used instead of
4882 SYMBOL_CALLS_LOCAL and SYMBOL_REFERENCES_LOCAL.
4883 (FRV_FUNCDESC_LOCAL): New macro, used to decide whether a function
4884 descriptor of a (formerly-)global symbol is local.
4885 (struct frv_pic_relocs_info): Adjust comments.
4886 (_frv_emit_got_relocs_plt_entries): Adjust.
4887 (elf32_frv_relocate_section): Likewise.
4888 (_frv_count_got_plt_entries): Likewise.
4889 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Don't add global
4890 symbol's value to addend in the common preamble. Decay dynamic
4891 symbols to section+offset if they bind or call locally, for GOT
4892 and FUNCDESC_VALUE, respectively.
4893 (elf32_frv_relocate_section): Likewise.
4894 (elf32_frv_check_relocs): Don't register as dynamic symbols of
4895 internal or hidden visibility.
4896 2003-09-17 Alexandre Oliva <aoliva@redhat.com>
4897 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Get addend as
4898 argument, so as to not call _bfd_elf_rel_local_sym to compute it.
4899 (elf32_frv_relocate_section): Pass relocation addend in. Use
4900 original relocation addend to look up the got relocs/plt entries
4901 table. Do not call _bfd_elf_rel_local_sym. Don't error out when
4902 processing relocations that reference .scommon symbols.
4903 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
4904 Introduce support for dynamic linking.
4905 * elf32-frv.c (R_FRV_FUNCDESC_VALUE): Mark it as 64 bits.
4906 (elf32_frv_rel_32_howto, elf32_frv_rel_funcdesc_howto,
4907 elf32_frv_rel_funcdesc_value_howto): New REL descriptors.
4908 (frv_reloc_type_lookup): Return REL howtos for executables and
4909 dynamic libraries.
4910 (frv_info_to_howto_rel): New.
4911 (struct frv_elf_link_hash_table): New.
4912 (frv_hash_table, frv_got_section, frv_gotrel_section,
4913 frv_plt_section, frv_pltrel_section, frv_relocs_info,
4914 frv_got_initial_offset, frv_plt_initial_offset): New macros.
4915 (frv_elf_link_hash_table_create): New.
4916 (struct frv_pic_relocs_info): New.
4917 (frv_pic_relocs_info_hash, frv_pic_relocs_info_eq): New.
4918 (frv_pic_relocs_info_find): New.
4919 (frv_pic_relocs_info_for_global, frv_pic_relocs_info_for_local):
4920 New.
4921 (FRV_LZPLT_BLOCK_SIZE, FRV_LZPLT_RESOLVE_LOC): New.
4922 (_frv_add_dyn_reloc, _frv_osec_to_segment): New.
4923 (_frv_emit_got_relocs_plt_entries): New.
4924 (elf32_frv_relocate_section): Add support for dynamic linking.
4925 Handle new relocations.
4926 (_frv_create_got_section): New.
4927 (elf32_frv_create_dynamic_sections): New.
4928 (ELF_DYNAMIC_INTERPRETER): New.
4929 (struct _frv_dynamic_got_info): New.
4930 (_frv_count_got_plt_entries): New.
4931 (struct _frv_dynamic_got_plt_info): New.
4932 (_frv_compute_got_alloc_data): New.
4933 (_frv_get_got_entry, _frv_get_fd_entry): New.
4934 (_frv_assign_got_entries, _frv_assign_plt_entries): New.
4935 (_frv_resolve_final_relocs_info): New.
4936 (elf32_frv_size_dynamic_sections): New.
4937 (elf32_frv_finish_dynamic_sections): New.
4938 (elf32_frv_adjust_dynamic_symbol): New.
4939 (elf32_frv_finish_dynamic_symbol): New.
4940 (elf32_frv_check_relocs): Handle new relocs. Explain how the
4941 whole thing works.
4942 (elf_info_to_howto_rel): Define.
4943 (bfd_elf32_bfd_link_hash_table_create): Define.
4944 (elf_backend_create_dynamic_sections): Define.
4945 (elf_backend_adjust_dynamic_symbol): Define.
4946 (elf_backend_size_dynamic_sections): Define.
4947 (elf_backend_finish_dynamic_symbol): Define.
4948 (elf_backend_finish_dynamic_sections): Define.
4949 (elf_backend_want_got_sym): Define.
4950 (elf_backend_got_header_size): Define.
4951 (elf_backend_want_got_plt): Define.
4952 (elf_backend_plt_readonly): Define.
4953 (elf_backend_want_plt_sym): Define.
4954 (elf_backend_plt_header_size): Define.
4955 (elf_backend_may_use_rel_p): Define.
4956 (elf_backend_may_use_rela_p): Define.
4957 (elf_backend_default_use_rela_p): Define.
4958 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
4959 * elf32-frv.c (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
4960 R_FRV_FUNCDESC_GOTOFFHI, R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12,
4961 R_FRV_GOTOFFHI, R_FRV_GOTOFFLO): New.
4962 (frv_reloc_map): Map the corresponding BFD relocs to them.
4963 (frv_reloc_type_lookup): ... and back to BFD relocs.
4964 * reloc.c: New relocs.
4965 * bfd-in2.h, libbfd.h: Rebuilt.
4966 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
4967 * elf32-frv.c (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
4968 R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
4969 R_FRV_FUNCDESC_GOTLO): New.
4970 (frv_reloc_map): Map the corresponding BFD relocs to them.
4971 (frv_reloc_type_lookup): ... and back to BFD relocs.
4972 * reloc.c: New relocs.
4973 * bfd-in2.h, libbfd.h: Rebuilt.
4974
4975 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4976
4977 * elf32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
4978 targets to support pages of up to 64kB.
4979 (elf32_bed): Redefine to get a separate backend data structure for
4980 traditional targets.
4981 * elf64-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
4982 targets to support pages of up to 64kB.
4983 (elf64_bed): Redefine to get a separate backend data structure for
4984 traditional targets.
4985 * elfn32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
4986 targets to support pages of up to 64kB.
4987 (elf32_bed): Redefine to get a separate backend data structure for
4988 traditional targets.
4989
4990 2004-01-04 Mark Kettenis <kettenis@gnu.org>
4991
4992 * elf32-sparc.c (elf32_sparc_grok_psinfo): New function.
4993
4994 2004-01-02 Mark Kettenis <kettenis@gnu.org>
4995
4996 * elf32-i386.c (elf_i386_grok_prstatus): Add support for FreeBSD.
4997 (elf_i386_grok_psinfo): Likewise.
4998
4999 2004-01-02 Bernardo Innocenti <bernie@develer.com>
5000
5001 * config.bfd: Add m68k-uClinux target.
5002
5003 2004-01-01 Grant Edwards <grante@visi.com>
5004
5005 * elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.
5006 * elf32-h8300.c (elf32_h8_gc_mark_hook): New function.
5007 (elf32_h8_gc_sweep_hook): New function.
5008 (elf_backend_gc_mark_hook): Define.
5009 (elf_backend_gc_sweep_hook): Define.
5010 (elf_backend_can_gc_sections): Define.
5011
5012 For older changes see ChangeLog-0203
5013 \f
5014 Local Variables:
5015 mode: change-log
5016 left-margin: 8
5017 fill-column: 74
5018 version-control: never
5019 End:
This page took 0.12995 seconds and 5 git commands to generate.