7c24b394a34b3d19df4a9f7e2894b8674aaf8271
[binutils-gdb.git] / bfd / ChangeLog
1 2004-08-18 Alan Modra <amodra@bigpond.net.au>
2
3 PR 338
4 * elflink.c (bfd_elf_record_link_assignment): Add comment about
5 changing bfd_link_hash_undefined to bfd_link_hash_new.
6
7 2004-08-17 Jakub Jelinek <jakub@redhat.com>
8
9 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Only define
10 if not yet defined.
11 * elf64-ppc.c (bfd_elf64_get_synthetic_symtab): Define.
12 (synthetic_opd, synthetic_relocatable): New variables.
13 (compare_symbols, compare_relocs): New helper routines.
14 (ppc64_elf_get_synthetic_symtab): New function.
15 * bfd.c (bfd_get_synthetic_symtab): Rename dynsyms argument
16 to relsyms.
17 * bfd-in2.h: Regenerated.
18 * elf.c (_bfd_elf_get_synthetic_symtab): Rename dynsyms argument
19 to relsyms. Return 0 if abfd is relocatable.
20
21 2004-08-17 Alan Modra <amodra@bigpond.net.au>
22
23 * elflink.h (elf_gc_sweep): Keep non-alloc, non-load sections.
24
25 2004-08-17 Nick Clifton <nickc@redhat.com>
26
27 * (is_arm_mapping_symbol_name): New function - return true
28 when a symbol name matches the requirements for an ARM mapping
29 symbol name.
30 (arm_elf_find_function): New function based on
31 elf_find_function in elf.c but skipping ARM mapping symbols
32 and including thumb function symbols.
33 (elf32_arm_find_nearest_line): Use arm_elf_find_function.
34 (elf32_arm_output_symbol_hook): Use is_arm_mapping_symbol_name.
35
36 2004-08-17 Alan Modra <amodra@bigpond.net.au>
37
38 * elf64-ppc.c (ppc64_elf_branch_reloc): New function.
39 (ppc64_elf_howto_raw): Use ppc64_elf_branch_reloc.
40 (ppc64_elf_brtaken_reloc): Here too.
41
42 2004-08-17 Alan Modra <amodra@bigpond.net.au>
43
44 * elf64-ppc.c (add_symbol_adjust): Correct mismatched function
45 symbol visibility.
46 (ppc64_elf_check_directives): Check that we have the right hash
47 table before proceeding.
48
49 2004-08-17 Alan Modra <amodra@bigpond.net.au>
50
51 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add "deleted_section".
52 (adjust_opd_syms): Attach opd syms for deleted entries to one of
53 the sections that will be discarded.
54
55 2004-08-16 Alan Modra <amodra@bigpond.net.au>
56
57 * elflink.c (elf_section_complain_discarded): Ignore .fixup.
58
59 2004-08-16 Alan Modra <amodra@bigpond.net.au>
60
61 * bfd.c (_bfd_default_error_handler): Account for doubled '%' in
62 free space available.
63
64 2004-08-16 Alan Modra <amodra@bigpond.net.au>
65
66 * pdp11.c (struct pdp11_aout_reloc_external): Delete. Replace
67 occurrences with bfd_btye * thoughout file.
68
69 * coff-rs6000.c (do_shared_object_padding): Warning fix.
70 (xcoff_write_armap_big): Likewise.
71 (xcoff_write_archive_contents_old): Likewise.
72 (xcoff_write_archive_contents_big): Likewise.
73
74 * elf64-mmix.c (mmix_elf_get_section_contents): Delete declaration.
75
76 2004-08-13 Nick Clifton <nickc@redhat.com>
77
78 * elf32-arm.h: Convert to ISO C90.
79
80 2004-08-13 Alan Modra <amodra@bigpond.net.au>
81
82 PR 293
83 * elf32-hppa.c (elf32_hppa_hide_symbol): Use init_refcount to
84 zero the plt field.
85
86 2004-08-13 Alan Modra <amodra@bigpond.net.au>
87
88 * bfd.c (_bfd_default_error_handler): Handle %A and %B.
89 (bfd_archive_filename, bfd_get_section_ident): Delete.
90 * ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
91 bfd_archive_filename.
92 * elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
93 to warn about symbols in discarded sections. Use _bfd_error_handler.
94 * aout-adobe.c (aout_adobe_callback): See below.
95 * aout-cris.c (swap_ext_reloc_in): ..
96 * coff-arm.c (find_thumb_glue, find_arm_glue,
97 coff_arm_relocate_section, bfd_arm_process_before_allocation,
98 coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
99 coff_arm_copy_private_bfd_data): ..
100 * coff-i860.c (i860_reloc_processing): ..
101 * coff-mcore.c (mcore_coff_unsupported_reloc,
102 coff_mcore_relocate_section): ..
103 * coff-ppc.c (coff_ppc_relocate_section): ..
104 * coff-rs6000.c (xcoff_create_csect_from_smclas
105 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
106 sh_swap_insns, sh_relocate_section): ..
107 * coff-tic54x.c (tic54x_reloc_processing): ..
108 * coff-tic80.c (coff_tic80_relocate_section): ..
109 * coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
110 * coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
111 coff_slurp_symbol_table, coff_classify_symbol,
112 coff_slurp_reloc_table): ..
113 * coffgen.c (_bfd_coff_read_string_table): ..
114 * cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
115 _bfd_coff_generic_relocate_section): ..
116 * cpu-arm.c (bfd_arm_merge_machines): ..
117 * cpu-sh.c (sh_merge_bfd_arch): ..
118 * elf-hppa.h (elf_hppa_relocate_section): ..
119 * elf.c (bfd_elf_string_from_elf_section, setup_group,
120 _bfd_elf_setup_group_pointers, bfd_section_from_shdr,
121 assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
122 copy_private_bfd_data, _bfd_elf_validate_reloc): ..
123 * elf32-arm.h (find_thumb_glue, find_arm_glue,
124 bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
125 elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
126 elf32_arm_relocate_section, elf32_arm_set_private_flags,
127 elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
128 * elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
129 cris_elf_merge_private_bfd_data
130 * elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
131 * elf32-gen.c (elf32_generic_link_add_symbols): ..
132 * elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
133 elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
134 elf32_hppa_relocate_section): ..
135 * elf32-i370.c (i370_elf_merge_private_bfd_data,
136 i370_elf_check_relocs, i370_elf_relocate_section): ..
137 * elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
138 elf_i386_relocate_section): ..
139 * elf32-m32r.c (m32r_elf_relocate_section,
140 m32r_elf_merge_private_bfd_data): ..
141 * elf32-m68hc1x.c (m68hc12_add_stub,
142 _bfd_m68hc11_elf_merge_private_bfd_data): ..
143 * elf32-m68k.c (elf_m68k_relocate_section): ..
144 * elf32-mcore.c (mcore_elf_unsupported_reloc,
145 mcore_elf_relocate_section): ..
146 * elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
147 ppc_elf_check_relocs, ppc_elf_relocate_section,
148 ppc_elf_begin_write_processing): ..
149 * elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
150 elf_s390_relocate_section): ..
151 * elf32-sh-symbian.c (sh_symbian_import_as,
152 sh_symbian_process_embedded_commands,
153 sh_symbian_relocate_section): ..
154 * elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
155 sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
156 sh_elf_merge_private_data): ..
157 * elf32-sparc.c (elf32_sparc_check_relocs,
158 elf32_sparc_relocate_section,
159 elf32_sparc_merge_private_bfd_data): ..
160 * elf32-v850.c (v850_elf_check_relocs,
161 v850_elf_merge_private_bfd_data): ..
162 * elf32-xtensa.c (elf_xtensa_check_relocs,
163 elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
164 * elf64-alpha.c (elf64_alpha_relax_with_lituse,
165 elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
166 elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
167 * elf64-gen.c (elf64_generic_link_add_symbols): ..
168 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
169 ppc64_elf_check_relocs, ppc64_elf_edit_opd,
170 ppc64_elf_relocate_section): ..
171 * elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
172 elf_s390_relocate_section): ..
173 * elf64-sh64.c (sh_elf64_relocate_section): ..
174 * elf64-sparc.c (sparc64_elf_check_relocs,
175 sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
176 sparc64_elf_merge_private_bfd_data): ..
177 * elf64-x86-64.c (elf64_x86_64_check_relocs,
178 elf64_x86_64_relocate_section): ..
179 * elflink.c (_bfd_elf_add_default_symbol,
180 _bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
181 _bfd_elf_link_output_relocs, elf_link_add_object_symbols,
182 bfd_elf_size_dynamic_sections, elf_link_output_extsym,
183 elf_get_linked_section_vma, elf_fixup_link_order,
184 bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
185 bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
186 * elfxx-ia64.c (elfNN_ia64_relax_section,
187 elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
188 * elfxx-mips.c (mips_elf_perform_relocation,
189 _bfd_mips_elf_check_relocs,
190 _bfd_mips_elf_merge_private_bfd_data): ..
191 * ieee.c (ieee_slurp_external_symbols): ..
192 * ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
193 * libbfd.c (_bfd_generic_verify_endian_match): ..
194 * linker.c (_bfd_generic_link_add_one_symbol,
195 _bfd_generic_section_already_linked): ..
196 * pdp11.c (translate_to_native_sym_flags): ..
197 * pe-mips.c (coff_pe_mips_relocate_section): ..
198 * peicode.h (pe_ILF_build_a_bfd): ..
199 * srec.c (srec_bad_byte): ..
200 * stabs.c (_bfd_link_section_stabs): ..
201 * xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
202 Replace all uses of bfd_archive_filename and bfd_get_section_ident
203 with corresponding %B and %A in _bfd_error_handler format string.
204 Replace occurrences of "fprintf (stderr," with _bfd_error_handler
205 calls to use %A and %B. Fix "against symbol .. from section" and
206 similar error messages. Combine multiple _bfd_error_handler calls
207 where they were separated due to bfd_archive_filename deficiencies.
208 * bfd-in2.h: Regenerate.
209
210 2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
211
212 * elf32-i386.c (elf_i386_relocate_section): Report unrecognized
213 relocation.
214
215 2004-08-10 Alan Modra <amodra@bigpond.net.au>
216
217 * elf64-ppc.c (struct ppc_link_hash_entry): Add was_undefined.
218 (struct ppc_link_hash_table): Remove no_multi_toc, multi_toc_needed.
219 Make emit_stub_syms, stub_error and has_14bit_branch bit-fields.
220 Add twiddled_syms.
221 (link_hash_newfunc): Init was_undefined.
222 (add_symbol_adjust): Don't set undefined dot symbols to defweak;
223 Use undefweak instead.
224 (ppc64_elf_check_directives): Fix undefs chain.
225 (ppc64_elf_next_toc_section): Remove no_multi_toc and multi_toc_needed
226 references.
227 (ppc64_elf_size_stubs): Adjust for add_symbol_adjust change.
228 (undo_symbol_twiddle, ppc64_elf_restore_symbols): New functions.
229 * elf64-ppc.h (ppc64_elf_restore_symbols): Declare.
230
231 2004-08-09 Jakub Jelinek <jakub@redhat.com>
232
233 * elf64-x86-64.c (elf64_x86_64_relocate_section): For -fno-pic
234 error, test input_section flags rather than sec.
235
236 2004-08-09 Alan Modra <amodra@bigpond.net.au>
237
238 * elf-bfd.h (struct elf_backend_data): Add
239 elf_backend_archive_symbol_lookup.
240 (_bfd_elf_archive_symbol_lookup): Declare.
241 * elflink.c (_bfd_elf_archive_symbol_lookup): New function..
242 (elf_link_add_archive_symbols): ..extracted from here. Call the
243 backend version.
244 * elfxx-target.h (elf_backend_archive_symbol_lookup): Provide default.
245 (elfNN_bed): Init new field.
246 * elf64-ppc.c (elf_backend_check_directives): Define.
247 (elf_backend_archive_symbol_lookup): Define.
248 (struct ppc_link_hash_table): Add tls_get_add_fd. Make tls_get_add
249 a ppc_link_hash_entry pointer.
250 (get_fdh): Move.
251 (ppc64_elf_archive_symbol_lookup, opd_entry_value): New functions.
252 (add_symbol_adjust, ppc64_elf_check_directives): New functions.
253 (ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, func_desc_adjust,
254 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_tls_setup,
255 ppc64_elf_tls_optimize, allocate_dynrelocs, ppc_type_of_stub,
256 ppc_build_one_stub, ppc64_elf_size_stubs, ppc64_elf_relocate_section,
257 ppc64_elf_finish_dynamic_symbol): Handle branch relocs to function
258 descriptor symbols.
259
260 2004-08-09 Alan Modra <amodra@bigpond.net.au>
261
262 * elf64-ppc.c (struct ppc_link_hash_entry): Expand adjust_done comment.
263 (ppc64_elf_add_symbol_hook): Test for NULL section.
264 (get_sym_h): Formatting.
265 (ppc64_elf_size_stubs): Include reloc addend in value stored as
266 stub target_value.
267
268 * elf64-ppc.c (ppc64_elf_relocate_section): Combine handling of
269 long branch stubs with code handling plt and r2off branch stubs.
270
271 2004-08-09 Alan Modra <amodra@bigpond.net.au>
272
273 * elf-bfd.h (_bfd_elf_gc_mark): Declare.
274 * elflink.c (elf_link_input_bfd): Formatting.
275 (_bfd_elf_gc_mark): Rename from elf_gc_mark and make global. Adjust
276 all callers.
277 * elf64-ppc.c (struct ppc_link_hash_entry): Remove is_entry.
278 (link_hash_newfunc): Don't set it.
279 (ppc64_elf_copy_indirect_symbol): Nor copy it.
280 (ppc64_elf_mark_entry_syms): Delete.
281 (ppc64_elf_gc_mark_hook): Mark entry syms here. Also mark opd
282 sections. Use get_opd_info.
283 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Delete.
284
285 2004-08-09 Alan Modra <amodra@bigpond.net.au>
286
287 * elf64-ppc.c (adjust_opd_syms): Fix merge error.
288
289 * elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
290 (func_desc_adjust): Don't set have_undefweak.
291 (ppc64_elf_func_desc_adjust): Don't add an extr nop to sfpr.
292 (ppc64_elf_relocate_section): NOP out calls to undefweak functions.
293
294 * elf64-ppc.c (struct ppc_link_hash_entry): Make "oh" a
295 "struct ppc_link_hash_entry *". Adjust all references.
296 (ppc64_elf_hide_symbol): Correct a comment.
297
298 * elf64-ppc.c (get_opd_info): New function.
299 (adjust_opd_syms): Use get_opd_info. Define removed symbols as zero.
300 (ppc64_elf_edit_opd): Use get_opd_info. Check that sym has a dot
301 before calling get_fdh. Test fdh rather than h before dereferencing
302 fdh. Mark removed symbols in opd_adjust.
303 (ppc64_elf_tls_optimize): Don't bother with opd adjustment here.
304 (ppc64_elf_relocate_section): Use get_opd_info, and handle removed
305 opd symbols.
306 (ppc64_elf_output_symbol_hook): Likewise.
307
308 2004-08-06 Paul Brook <paul@codesourcery.com>
309
310 * elfarm-nabi.c (elf32_arm_howto_table): Add new EABI relocations.
311 (elf32_arm_reloc_map): Add BFD_RELOC_ARM_RELABS32,
312 BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32.
313 * reloc.c: Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32
314 and BFD_RELOC_ARM_SBREL32.
315 * bfd-in2.h, bbfd.h: Regenerate.
316
317 2004-08-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
318
319 * elfxx-mips.c (mips_elf_calculate_relocation): Test only for
320 the dynamic link symbol actually in use.
321
322 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
323
324 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new
325
326 2004-07-31 Joel Brobecker <brobecker@gnat.com>
327 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
328
329 * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Handle
330 SHN_MIPS_TEXT and SHN_MIPS_DATA.
331
332 2004-07-30 H.J. Lu <hongjiu.lu@intel.com>
333 Nick Clifton <nickc@redhat.com>
334
335 PR 290
336 * bfd.c (_bfd_default_error_handler): Make it global.
337
338 * elf-bfd.h (elf_backend_data): Add link_order_error_handler.
339
340 * elf.c (assign_section_numbers): Cope gracefully with sections
341 which have SHF_LINK_ORDER set but no sh_link set up.
342 * elflink.c (elf_get_linked_section_vma): Likewise.
343
344 * elfxx-ia64.c (elf_backend_link_order_error_handler): New. Set
345 it to NULL.
346
347 * elfxx-target.h (elf_backend_link_order_error_handler): New.
348 Set it to _bfd_default_error_handler.
349 (elfNN_bed): Add elf_backend_link_order_error_handler.
350
351 * libbfd-in.h (_bfd_default_error_handler): New.
352
353 * libbfd.h: Regenerated.
354
355 2004-07-30 Jakub Jelinek <jakub@redhat.com>
356
357 * archures.c (bfd_mach_sparc_64bit_p): Define.
358 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Use it.
359 * bfd-in2.h: Rebuilt.
360
361 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
362
363 Introduce SH2a support.
364 2004-02-18 Corinna Vinschen <vinschen@redhat.com>
365 * archures.c (bfd_mach_sh2a_nofpu): New.
366 * bfd-in2.h: Rebuilt.
367 * cpu-sh.c (SH2A_NOFPU_NEXT): New.
368 (arch_info_struct): Add sh2a_nofpu.
369 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu.
370 2003-12-29 DJ Delorie <dj@redhat.com>
371 * reloc.c: Add relocs for sh2a.
372 * bfd-in2.h: Regenerate.
373 * libbfd.hh: Regenerate.
374 2003-12-01 Michael Snyder <msnyder@redhat.com>
375 * archures.c (bfd_mach_sh2a): New.
376 * bfd-in2.h: Rebuilt.
377 * cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums.
378 (SH2A_NEXT): New.
379 (arch_info_struct): Add sh2a.
380 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a.
381
382 2004-07-28 Nick Clifton <nickc@redhat.com>
383 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
384
385 PR 273
386 * som.c (setup_sections): Improve estimation of space sizes in
387 relocatable objects.
388
389 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
390 * config.bfd (hppa*-*-netbsd*): Set targ_defvec to
391 bfd_elf32_hppa_nbsd_vec. Add bfd_elf32_hppa_linux_vec
392 to targ_selvecs.
393 * configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
394 * configure: Regenerate.
395 * elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
396 case that accepts OSABI=NetBSD and OSABI=SysV.
397 (elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
398 the base of .got or .data (if .got does not exist).
399 (elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
400 set OSABI=NetBSD.
401 (TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
402 (TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
403 * targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
404 (_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.
405
406 2004-07-27 H.J. Lu <hongjiu.lu@intel.com>
407
408 PR 161/251
409 * elf-bfd.h (bfd_elf_section_data): Add sec_group.
410 (elf_sec_group): Defined.
411 (bfd_elf_match_symbols_in_sections): New prototype.
412 (_bfd_elf_setup_group_pointers): Likewise.
413
414 * elf.c (bfd_elf_discard_group): Abort.
415 (bfd_elf_set_group_contents): Also include relocation sections.
416 Remove zero-fill for ld -r.
417 (_bfd_elf_setup_group_pointers): New function.
418 (elf_sort_elf_symbol): Likewise.
419 (elf_sym_name_compare): Likewise.
420 (bfd_elf_match_symbols_in_sections): Likewise.
421
422 * elfcode.h (elf_object_p): Call _bfd_elf_setup_group_pointers.
423
424 * elflink.c (match_group_member): New.
425 (elf_link_input_bfd): Check group member for discarded section.
426 (try_match_symbols_in_sections): New function.
427 (already_linked): Likewise.
428 (_bfd_elf_section_already_linked): Support mixing comdat group
429 and linkonce section.
430
431 * libbfd-in.h (bfd_section_already_linked_table_traverse): New.
432 * linker.c (bfd_section_already_linked_table_traverse): New.
433
434 * libbfd.h: Regenerated.
435
436 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
437
438 * reloc.c: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
439 BFD_RELOC_CRX_SWITCH32.
440 * bfd-in2.h: Regenerate.
441 * libbfd.h: Regenerate.
442 * elf32-crx.c: Support relocation/relaxation of
443 BFD_RELOC_CRX_SWITCH* types.
444
445 2004-07-27 Alan Modra <amodra@bigpond.net.au>
446
447 * elf64-ppc.c: Correct "Linker stubs" comment.
448
449 2004-07-26 H.J. Lu <hongjiu.lu@intel.com>
450
451 * elf-bfd.h (bfd_elf_section_data): Add a pointer for the
452 linked-to section.
453 (elf_linked_to_section): New.
454
455 * elf.c (assign_section_numbers): Set up sh_link for
456 SHF_LINK_ORDER.
457
458 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set sh_info
459 to sh_link for SHT_IA_64_UNWIND sections.
460
461 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
462
463 * elflink.c (elf_fixup_link_order): Add _() to error message.
464
465 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
466
467 * elflink.c (elf_fixup_link_order): Issue a warning and flag
468 an error if failed.
469
470 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
471
472 * aout-adobe.c (aout_32_section_already_linked): Defined.
473 * aout-target.h (MY_section_already_linked): Likewise.
474 * aout-tic30.c (MY_section_already_linked): Likewise.
475 * binary.c (binary_section_already_linked): Likewise.
476 * bout.c (b_out_section_already_linked): Likewise.
477 * coff-alpha.c (_bfd_ecoff_section_already_linked): Likewise.
478 * coff-mips.c (_bfd_ecoff_section_already_linked): Likewise.
479 * coffcode.h (coff_section_already_linked): Likewise.
480 * i386msdos.c (msdos_section_already_linked): Likewise.
481 * i386os9k.c (os9k_section_already_linked): Likewise.
482 * ieee.c (ieee_section_already_linked): Likewise.
483 * ihex.c (ihex_section_already_linked): Likewise.
484 * mach-o.c (bfd_mach_o_section_already_linked): Likewise.
485 * mmo.c (mmo_section_already_linked): Likewise.
486 * nlm-target.h (nlm_section_already_linked): Likewise.
487 * oasys.c (oasys_section_already_linked): Likewise.
488 * pef.c (bfd_pef_section_already_linked): Likewise.
489 * ppcboot.c (ppcboot_section_already_linked): Likewise.
490 * som.c (som_bfd_discard_group): Likewise.
491 * srec.c (srec_section_already_linked): Likewise.
492 * tekhex.c (tekhex_section_already_linked): Likewise.
493 * versados.c (versados_section_already_linked): Likewise.
494 * vms.c (vms_section_already_linked): Likewise.
495 * coff-target.h (_bfd_xcoff_section_already_linked): Likewise.
496 * xsym.c (bfd_sym_section_already_linked): Likewise.
497
498 * bfd-in.h (bfd_section_already_linked_table_init): New.
499 (bfd_section_already_linked_table_free): Likewise.
500
501 * coff-rs6000.c (rs6000coff_vec): Add
502 _bfd_generic_section_already_linked.
503 (pmac_xcoff_vec): Likewise.
504 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
505 (aix5coff64_vec): Likewise.
506
507 * elf-bfd.h (_bfd_elf_section_already_linked): New prototype.
508 * elflink.c (_bfd_elf_section_already_linked): New function.
509
510 * elfxx-target.h (bfd_elfNN_section_already_linked): Defined.
511
512 * libbfd-in.h (_bfd_nolink_section_already_linked): Defined.
513 (_bfd_generic_section_already_linked): New.
514 (bfd_section_already_linked_hash_entry): Likewise.
515 (bfd_section_already_linked): Likewise.
516 (bfd_section_already_linked_table_lookup): Likewise.
517 (bfd_section_already_linked_table_insert): Likewise.
518
519 * linker.c (bfd_section_already_linked): New.
520 (_bfd_section_already_linked_table): Likewise.
521 (bfd_section_already_linked_table_lookup): Likewise.
522 (bfd_section_already_linked_table_insert): Likewise.
523 (already_linked_newfunc): Likewise.
524 (bfd_section_already_linked_table_init): Likewise.
525 (bfd_section_already_linked_table_free): Likewise.
526 (_bfd_generic_section_already_linked): Likewise.
527
528 * section.c (bfd_section): Remove comdat.
529 (bfd_comdat_info): Moved to ...
530 * bfd-in.h (coff_comdat_info): Here.
531 (bfd_coff_get_comdat_section): New.
532 * coffgen.c (bfd_coff_get_comdat_section): Likewise.
533 * libcoff-in.h (coff_section_tdata): Add comdat.
534 * coffcode.h (handle_COMDAT): Updated.
535 * cofflink.c (coff_link_add_symbols): Likewise.
536 * ecoff.c (bfd_debug_section): Likewise.
537
538 * targets.c (bfd_target): Add _section_already_linked.
539 (BFD_JUMP_TABLE_LINK): Updated.
540
541 * bfd-in2.h: Regenerated.
542 * libbfd.h: Likewise.
543 * libcoff.h: Likewise.
544
545 2003-07-21 Paul Brook <paul@codesourcery.com>
546
547 * elflink.c (elf_get_linked_section_vma, compare_link_order,
548 elf_fixup_link_order): New functions.
549 (bfd_elf_final_link): Call elf_fixup_link_order.
550
551 2004-07-21 Alexandre Oliva <aoliva@redhat.com>
552
553 * elf-bfd.h (ELF_COMMON_DEF_P): New.
554 * elflink.c (_bfd_elf_symbol_refs_local_p): Use it to handle
555 common definitions.
556 * elf-m10300.c: Use SYMBOL_REFERENCES_LOCAL instead of
557 _bfd_elf_symbol_refs_local_p.
558 * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove hack for common
559 symbols.
560
561 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
562
563 * bfd-in.h (dynamic_lib_link_class): Add DYN_NO_ADD_NEEDED and
564 DYN_NO_NEEDED.
565 (bfd_elf_get_dyn_lib_class): New prototype.
566 * elf.c (bfd_elf_get_dyn_lib_class): New function.
567
568 * elflink.c (elf_link_add_object_symbols): Check DYN_AS_NEEDED,
569 DYN_DT_NEEDED and DYN_NO_NEEDED bits to see if a DT_NEEDED
570 entry is needed. Issue an error if a DT_NEEDED entry is needed
571 for a file marked DYN_NO_NEEDED.
572 (elf_link_check_versioned_symbol): Check the DYN_DT_NEEDED bit
573 for DT_NEEDED tags.
574
575 * bfd-in2.h: Regenerated.
576
577 2004-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
578
579 * elflink.c (elf_section_complain_discarded): Don't complain in
580 .PARISC.unwind.
581
582 2004-07-10 James E Wilson <wilson@specifixinc.com>
583
584 * elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
585 (elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise.
586 (elfNN_ia64_relax_section, elfNN_ia64_relocate_section,
587 elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections):
588 Fix callers.
589 (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64. Change
590 bfd_put_64 to bfd_putl64.
591 (elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.
592
593 2004-07-09 H.J. Lu <hongjiu.lu@intel.com>
594
595 PR 240
596 * elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in
597 .init/.fini sections when trying to relax it.
598
599 2004-07-09 Jie Zhang <zhangjie@magima.com.cn>
600
601 * elf.c (assign_file_positions_for_segments): Make sure the
602 .dynamic section is the first section in the PT_DYNAMIC segment.
603
604 2004-07-09 Nick Clifton <nickc@redhat.com>
605
606 * config.bfd: Change sh-sybmian-elf to sh-*-symbianelf.
607 * elf32-sh-symbian.c: Rename the sh_find_elf_flags and
608 sh_elf_get_flags_from_mach functions so that they do not conflict
609 when this target is built with other sh-elf targets.
610 * elf32-sh.c (sh_elf_get_flags_from_mach): Remove bogus
611 suppression of this function.
612 (sh_elf_find_flags): Likewise.
613
614 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
615
616 * Makefile.am (ALL_MACHINES): Add cpu-crx.lo.
617 (ALL_MACHINES_CFILES): Add cpu-crx.c.
618 (BFD32_BACKENDS): Add elf32-crx.lo.
619 (BFD32_BACKENDS_CFILES): Add elf32-crx.c.
620 (cpu-crx.lo): New target.
621 (elf32-crx.lo): New target.
622 * Makefile.in: Regenerate.
623 * archures.c (bfd_architecture): Add bfd_{arch,mach}_crx.
624 (bfd_archures_list): Add bfd_crx_arch.
625 * bfd-in2.h: Regenerate.
626 * config.bfd: Handle crx-*-elf*, crx*.
627 * configure.in: Handle bfd_elf32_crx_vec.
628 * configure: Regenerate.
629 * cpu-crx.c: New file.
630 * elf32-crx.c: Likewise.
631 * libbfd.h: Regenerate.
632 * reloc.c: Add BFD_RELOC_CRX_REL4, BFD_RELOC_CRX_REL8,
633 BFD_RELOC_CRX_REL8_CMP, BFD_RELOC_CRX_REL16, BFD_RELOC_CRX_REL24,
634 BFD_RELOC_CRX_REL32, BFD_RELOC_CRX_REGREL12, BFD_RELOC_CRX_REGREL22,
635 BFD_RELOC_CRX_REGREL28, BFD_RELOC_CRX_REGREL32, BFD_RELOC_CRX_ABS16,
636 BFD_RELOC_CRX_ABS32, BFD_RELOC_CRX_NUM8, BFD_RELOC_CRX_NUM16,
637 BFD_RELOC_CRX_NUM32, BFD_RELOC_CRX_IMM16 and BFD_RELOC_CRX_IMM32
638 * targets.c (bfd_elf32_crx_vec): Declare.
639 (bfd_target_vector): Add bfd_elf32_crx_vec.
640
641 2004-07-06 Nick Clifton <nickc@redhat.com>
642
643 * config.bfd: Add sh-symbian-elf target.
644 * configure.in: Add bfd_elf32_shl_symbian_vec.
645 * configure: Regenerate.
646 * elf-bfd.h (struct elf_backend_data): Add new field
647 'check_directives'.
648 * elflink.c (elf_link_add_object_symbols): Invoke the
649 check_directives function, if defined.
650 * elfxx-target.h: Provide a default, NULL definition for
651 check_directives.
652 * targets.c: Add bfd_elf32_shl_symbian_vec.
653 * elf32-sh.c (sh_elf_swap_insns): Protect against unnecessary
654 definition.
655 (elf32_shlin_grok_prstatus, elf32_shlib_grok_psinfo,
656 * sh_elf_get_flags_from_mach, sh_elf_find_flags): Likewise.
657 (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Only define if they have
658 not already been defined.
659 * elf32-sh64.c: Use SH_TARGET_ALREADY_DEFINED.
660 * sh-symbian.c: New file. Provide functions to support the
661 * sh-symbian-elf target.
662 * Makefile.am: Add elf32-sh-symbian.c
663 * Makefile.in: Regenerate.
664
665 2004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
666
667 * elf32-sh.c: Include ../opcodes/sh-opc.h.
668 * Makefile.am: Ran make dep-am.
669 * Makefile.in: Ran make dep-in.
670
671 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
672
673 * cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak
674 externals properly.
675
676 2004-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
677
678 * config.bfd: Add want64 to configuration target s390-*-linux*.
679
680 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
681
682 * bfd.c (bfd_get_section_ident): New.
683
684 * elflink.c (elf_link_read_relocs_from_section): Call
685 bfd_get_section_ident to identify the section when reporting
686 error.
687 (_bfd_elf_link_output_relocs): Likewise.
688 (elf_link_output_extsym): Likewise.
689 (elf_link_input_bfd): Likewise.
690 (bfd_elf_gc_record_vtinherit): Likewise.
691
692 * bfd-in2.h: Regenerated.
693
694 2004-07-01 Jie Zhang <zhangjie@magima.com.cn>
695 Nick Clifton <nickc@redhat.com>
696
697 PR 204
698 * elfxx-mips.c (_bfd_mips_elf_final_link): Pass the correct number
699 of section symbols to mips_elf_sort_hash_table ().
700
701 2004-07-01 Alan Modra <amodra@bigpond.net.au>
702
703 * elflink.c (elf_section_ignore_discarded_relocs): Revert last
704 change. Comment.
705 (elf_section_complain_discarded): New function. Handle
706 .gcc_except_table too.
707 (elf_link_input_bfd): Rewrite handling of relocs against symbols
708 in discarded sections.
709 * elf-bfd.h (elf_discarded_section): Protect macro arg.
710
711 2004-06-30 James E Wilson <wilson@specifixinc.com>
712
713 * elfxx-ia64.c (elfNN_ia64_check_relocs): New local pltoff. Initialize
714 to NULL. Call get_pltoff if NULL and NEED_PLTOFF is true.
715
716 2004-06-30 H.J. Lu <hongjiu.lu@intel.com>
717
718 PR 233
719 * elflink.c (elf_link_input_bfd): Issue an error for non-debug
720 local references to discarded sections and report their
721 locations.
722
723 2004-06-30 Alan Modra <amodra@bigpond.net.au>
724
725 * elflink.c (elf_section_ignore_discarded_relocs): Don't test
726 sec_info_type, test section name instead.
727
728 2004-06-29 H.J. Lu <hongjiu.lu@intel.com>
729
730 PR 240
731 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't relax branch
732 in .init/.fini sections.
733
734 2004-06-29 Bob Wilson <bob.wilson@acm.org>
735
736 * elf32-xtensa.c (elf_xtensa_relocate_section): Use
737 bfd_get_section_limit.
738
739 2004-06-29 Bob Wilson <bob.wilson@acm.org>
740
741 * elf32-xtensa.c (elf_xtensa_combine_prop_entries): Don't change the
742 output section size.
743
744 2004-06-29 Alan Modra <amodra@bigpond.net.au>
745
746 * elf64-mmix.c (mmix_set_relaxable_size): Save original size in
747 rawsize.
748 (mmix_elf_perform_relocation): Adjust for above change.
749 (mmix_elf_relocate_section): Likewise.
750 (mmix_elf_relax_section): Likewise. Use output_section->rawsize.
751 (mmix_elf_get_section_contents): Delete.
752 (bfd_elf64_get_section_contents): Delete.
753 (mmix_elf_relocate_section): Zero stub area.
754 * linker.c (default_indirect_link_order): Alloc max of section size
755 and rawsize.
756 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
757 * section.c (bfd_malloc_and_get_section): Likewise.
758 (struct bfd_section): Update rawsize comment.
759 * bfd-in2.h: Regenerate.
760
761 * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
762
763 2004-06-29 Alan Modra <amodra@bigpond.net.au>
764
765 * bfd-in.h (bfd_get_section_limit): Define.
766 * reloc.c (bfd_perform_relocation, bfd_install_relocation)
767 (_bfd_final_link_relocate): Use bfd_get_section_limit.
768 * aout-tic30.c (tic30_aout_final_link_relocate): Likewise.
769 * coff-arm.c (coff_arm_relocate_section): Likewise.
770 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): Likewise.
771 * cpu-ns32k.c (do_ns32k_reloc): Likewise.
772 (bfd_ns32k_final_link_relocate): Likewise.
773 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): Likwise.
774 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): Likewise.
775 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc)
776 (i860_howto_highadj_reloc, i860_howto_splitn_reloc): Likewise.
777 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc)
778 (m32r_elf_generic_reloc, m32r_elf_relocate_section): Likewise.
779 * elf32-m68hc1x.c (m68hc11_elf_special_reloc): Likewise.
780 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
781 * elf32-or32.c (or32_elf_consth_reloc): Likewise.
782 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Likewise.
783 * elf32-s390.c (s390_elf_ldisp_reloc): Likewise.
784 * elf32-sh.c (sh_elf_reloc_loop): Likewise.
785 * elf32-sparc.c (sparc_elf_wdisp16_reloc): Likewise.
786 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc): Likwise.
787 * elf32-v850.c (v850_elf_reloc): Likewise.
788 * elf32-xstormy16.c (xstormy16_elf_24_reloc): Likewise.
789 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Likewise.
790 * elf64-alpha.c (elf64_alpha_reloc_gpdisp): Likewise.
791 * elf64-mips.c (mips_elf64_gprel32_reloc)
792 (mips16_gprel_reloc): Likewise.
793 * elf64-mmix.c (mmix_elf_reloc): Likewise.
794 * elf64-s390.c (s390_elf_ldisp_reloc): Likewise.
795 * elf64-sparc.c (init_insn_reloc): Likewise.
796 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
797 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp)
798 (_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc)
799 (_bfd_mips_elf_generic_reloc): Likewise.
800 * bfd-in2.h: Regenerate.
801
802 2004-06-28 Alan Modra <amodra@bigpond.net.au>
803
804 * bfd-in.h (struct stab_info): Move from stabs.c.
805 * stabs.c (struct stab_link_includes_table): Delete.
806 (stab_link_includes_lookup): Delete.
807 (_bfd_write_section_stabs, _bfd_write_stab_strings): Remove one
808 level of indirection from sinfo parm.
809 (_bfd_link_section_stabs): Likewise. Set SEC_LINKER_CREATED on
810 stabstr section. Adjust hash table accesses.
811 * coff-ppc.c (ppc_bfd_coff_final_link): Do include rawsize in contents
812 alloc. Adjust stab_info test.
813 * cofflink.c (_bfd_coff_link_hash_table_init): Clear stab_info.
814 (_bfd_coff_final_link): Adjust stab_info test.
815 (_bfd_coff_link_input_bfd): Ignore SEC_LINKER_CREATED sections.
816 * elf-bfd.h (struct elf_link_hash_table): Include struct stab_info
817 in place.
818 * libcoff-in.h (struct coff_link_hash_table): Likewise.
819 * elf.c (_bfd_elf_link_hash_table_init): Clear stab_info.
820 * elflink.c (bfd_elf_final_link): Don't attempt to link linker created
821 stabstr section. Adjust stab_info test.
822 * libbfd-in.h (_bfd_link_section_stabs, _bfd_write_section_stabs)
823 (_bfd_write_stab_strings): Adjust prototypes.
824 * libbfd.h: Regenerate.
825 * libcoff.h: Regenerate.
826 * bfd-in2.h: Regenerate.
827
828 2004-06-27 Mark Kettenis <kettenis@gnu.org>
829
830 From Miod Vallat <miod@online.fr>:
831 * aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
832
833 2004-06-26 Alexandre Oliva <aoliva@redhat.com>
834
835 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): Delete.
836 (struct elf32_mn10300_link_hash_entry): Remove
837 pcrel_relocs_copied.
838 (mn10300_elf_check_relocs): Only reserve dynamic relocations for
839 R_MN10300_32. Don't adjust pcrel_relocs_copied.
840 (mn10300_elf_final_link_relocate): Fail for direct, pc-relative
841 and gotoff relocations if the symbol doesn't bind locally. Use
842 _bfd_elf_symbol_refs_local_p to test. Don't create dynamic
843 relocation for PCREL32.
844 (mn10300_elf_relocate_section): Use _bfd_elf_symbol_refs_local_p
845 to test whether a symbol binds locally.
846 (elf32_mn10300_link_hash_newfunc): Don't initialize
847 pcrel_relocs_copied.
848 (_bfd_mn10300_elf_discard_copies): Delete.
849 (_bfd_mn10300_elf_size_dynamic_sections): Don't call it.
850
851 2004-06-26 Mark Kettenis <kettenis@gnu.org>
852
853 * config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.
854
855 2004-06-25 Joel Brobecker <brobecker@gnat.com>
856
857 * som.c (som_set_reloc_info): Correct small typo.
858
859 2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
860
861 * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
862 (m32r_elf_relocate_section): Changed for R_M32R_GOTOFF.
863 (m32r_elf_gcsweep_hook): Likewise.
864 (m32r_elf_check_relocs): Likewise.
865 (m32r_elf_howto_table): Added R_M32R_GOTOFF_HI_ULO,
866 R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
867 * reloc.c: Added BFD_RELOC_M32R_GOTOFF_HI_ULO,
868 BFD_RELOC_M32R_GOTOFF_HI_SLO and BFD_RELOC_M32R_GOTOFF_LO.
869 * bfd-in2.h: Regenerated.
870 * libbfd.h: Regenerated.
871
872 2004-06-24 H.J. Lu <hongjiu.lu@intel.com>
873
874 * elf64-x86-64.c (elf64_x86_64_check_relocs): Warn overflow
875 relocation symbol.
876 (elf64_x86_64_relocate_section): Issue an error for
877 R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations
878 against global symbols when building shared library.
879
880 2004-06-24 Alan Modra <amodra@bigpond.net.au>
881
882 * section.c (struct sec): Rename "_cooked_size" to "size".
883 Rename "_raw_size" to "rawsize".
884 (STD_SECTION): Adjust comments.
885 (bfd_set_section_size, bfd_get_section_contents): Use size.
886 (bfd_malloc_and_get_section): New function.
887 * bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
888 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
889 Correctly free reloc and contents memory.
890 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
891 and fake CIE now that we can shink section size to zero.
892 (_bfd_elf_write_section_eh_frame): Likewise..
893 * elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
894 * elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
895 _bfd_stab_section_offset. Use _bfd_elf_section_offset.
896 * stabs.c (_bfd_stab_section_offset_): Remove unused args and
897 unneeded indirection.
898 * elf.c (_bfd_elf_section_offset): .. and update call.
899 * libbfd-in.h (_bfd_stab_section_offset): Update prototype.
900 * libbfd.h: Regenerate.
901 * bfd-in2.h: Regenerate.
902
903 Replace occurrences of "_raw_size" and "_cooked_size" in most places
904 with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
905 sections. Use "rawsize", if non-zero, for bfd_get_section_contents
906 calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
907 Similarly use "rawsize", if non-zero, in reloc functions to validate
908 reloc addresses. Use new bfd_malloc_and_get_section in most places
909 where bfd_get_section_contents was called. Expand all occurrences of
910 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
911 grok_prstatus and similar functions to "size".
912 * aix386-core.c (aix386_core_file_p): ..
913 * aix5ppc-core.c (xcoff64_core_p): ..
914 * aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
915 aout_adobe_set_section_contents): ..
916 * aout-target.h (callback): ..
917 * aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
918 MY_bfd_final_link): ..
919 * aoutf1.h (sunos4_core_file_p): ..
920 * aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
921 adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
922 final_link, aout_link_input_section): ..
923 * binary.c (binary_object_p, binary_canonicalize_symtab,
924 binary_set_section_contents): ..
925 * bout.c (b_out_callback, b_out_write_object_contents,
926 b_out_set_section_contents, b_out_bfd_relax_section,
927 b_out_bfd_get_relocated_section_contents): ..
928 * cisco-core.c (cisco_core_file_validate): ..
929 * coff-alpha.c (alpha_ecoff_object_p,
930 alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
931 * coff-arm.c (coff_arm_relocate_section,
932 bfd_arm_allocate_interworking_sections): ..
933 * coff-h8300.c (h8300_reloc16_extra_cases,
934 h8300_bfd_link_add_symbols): ..
935 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
936 * coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
937 ppc_bfd_coff_final_link): ..
938 * coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
939 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
940 sh_align_loads, sh_coff_get_relocated_section_contents): ..
941 * coff64-rs6000.c (xcoff64_write_object_contents,
942 xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
943 * coffcode.h (coff_compute_section_file_positions,
944 coff_write_object_contents): ..
945 * coffgen.c (make_a_section_from_file, coff_write_symbols,
946 coff_section_symbol, build_debug_section): ..
947 * cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
948 process_embedded_commands, _bfd_coff_link_input_bfd,
949 _bfd_coff_write_global_sym): ..
950 * cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
951 * cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
952 * dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
953 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
954 _bfd_dwarf2_find_nearest_line): ..
955 * ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
956 ecoff_compute_section_file_positions,
957 _bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
958 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
959 _bfd_elf_discard_section_eh_frame_hdr,
960 _bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
961 _bfd_elf_write_section_eh_frame,
962 _bfd_elf_write_section_eh_frame_hdr): ..
963 * elf-hppa.h (elf_hppa_sort_unwind): ..
964 * elf-m10200.c (mn10200_elf_relax_section,
965 mn10200_elf_relax_delete_bytes,
966 mn10200_elf_get_relocated_section_contents): ..
967 * elf-m10300.c (_bfd_mn10300_elf_create_got_section,
968 mn10300_elf_check_relocs, mn10300_elf_relax_section,
969 mn10300_elf_relax_delete_bytes,
970 mn10300_elf_get_relocated_section_contents,
971 _bfd_mn10300_elf_adjust_dynamic_symbol,
972 _bfd_mn10300_elf_discard_copies,
973 _bfd_mn10300_elf_size_dynamic_sections,
974 _bfd_mn10300_elf_finish_dynamic_sections): ..
975 * elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
976 _bfd_elf_make_section_from_phdr, elf_fake_sections,
977 bfd_elf_set_group_contents, map_sections_to_segments,
978 elf_sort_sections, assign_file_positions_for_segments,
979 SECTION_SIZE, copy_private_bfd_data,
980 _bfd_elf_get_dynamic_reloc_upper_bound,
981 _bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
982 _bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
983 elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
984 elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
985 _bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
986 * elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
987 bfd_elf32_arm_process_before_allocation,
988 elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
989 elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
990 elf32_arm_write_section): ..
991 * elf32-cris.c (cris_elf_grok_prstatus,
992 elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
993 elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
994 cris_elf_check_relocs, elf_cris_size_dynamic_sections,
995 elf_cris_discard_excess_dso_dynamics,
996 elf_cris_discard_excess_program_dynamics): ..
997 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
998 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
999 * elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
1000 _frv_create_got_section, _frvfdpic_assign_plt_entries,
1001 elf32_frvfdpic_size_dynamic_sections,
1002 elf32_frvfdpic_modify_segment_map,
1003 elf32_frvfdpic_finish_dynamic_sections): ..
1004 * elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
1005 elf32_h8_get_relocated_section_contents): ..
1006 * elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
1007 elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
1008 allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
1009 elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
1010 elf32_hppa_finish_dynamic_sections): ..
1011 * elf32-i370.c (i370_elf_adjust_dynamic_symbol,
1012 i370_elf_size_dynamic_sections, i370_elf_check_relocs,
1013 i370_elf_finish_dynamic_sections): ..
1014 * elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
1015 allocate_dynrelocs, elf_i386_size_dynamic_sections,
1016 elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
1017 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
1018 i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
1019 * elf32-ip2k.c (ip2k_is_switch_table_128,
1020 ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
1021 ip2k_relax_switch_table_256, ip2k_elf_relax_section,
1022 adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
1023 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
1024 m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
1025 allocate_dynrelocs, m32r_elf_size_dynamic_sections,
1026 m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
1027 m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
1028 m32r_elf_get_relocated_section_contents): ..
1029 * elf32-m68hc11.c (m68hc11_elf_build_one_stub,
1030 m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
1031 m68hc11_elf_relax_delete_bytes): ..
1032 * elf32-m68hc12.c (m68hc12_elf_build_one_stub,
1033 m68hc12_elf_size_one_stub): ..
1034 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
1035 elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
1036 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
1037 elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
1038 elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
1039 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
1040 elf32_mips_grok_prstatus): ..
1041 * elf32-or32.c (or32_elf_consth_reloc): ..
1042 * elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
1043 elf_create_pointer_linker_section, ppc_elf_create_linker_section,
1044 ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
1045 allocate_dynrelocs, ppc_elf_size_dynamic_sections,
1046 ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
1047 ppc_elf_final_write_processing): ..
1048 * elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
1049 allocate_dynrelocs, elf_s390_size_dynamic_sections,
1050 elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
1051 * elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
1052 sh_elf_relax_delete_bytes, sh_elf_align_loads,
1053 sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
1054 sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
1055 sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
1056 * elf32-sh64-com.c (sh64_address_in_cranges,
1057 sh64_get_contents_type): ..
1058 * elf32-sh64.c (sh64_find_section_for_address,
1059 sh64_elf_final_write_processing): ..
1060 * elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
1061 sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
1062 allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
1063 elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
1064 * elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
1065 * elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
1066 elf_vax_size_dynamic_sections, elf_vax_discard_copies,
1067 elf_vax_instantiate_got_entries, elf_vax_relocate_section,
1068 elf_vax_finish_dynamic_sections): ..
1069 * elf32-xstormy16.c (xstormy16_elf_24_reloc,
1070 xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
1071 xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
1072 xstormy16_elf_finish_dynamic_sections): ..
1073 * elf32-xtensa.c (xtensa_read_table_entries,
1074 elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
1075 elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
1076 bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
1077 elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
1078 elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
1079 get_relocation_opcode, retrieve_contents, find_relaxable_sections,
1080 collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
1081 relax_section, shrink_dynamic_reloc_sections, relax_property_section,
1082 xtensa_callback_required_dependence): ..
1083 * elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
1084 elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
1085 elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
1086 elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
1087 elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
1088 elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
1089 elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
1090 elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
1091 * elf64-hppa.c (allocate_dynrel_entries,
1092 elf64_hppa_size_dynamic_sections,
1093 elf64_hppa_finish_dynamic_sections): ..
1094 * elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
1095 mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
1096 elf64_mips_grok_prstatus): ..
1097 * elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
1098 mmix_elf_relocate_section, mmix_elf_final_link,
1099 mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
1100 mmix_elf_relax_section, mmix_elf_get_section_contents): ..
1101 * elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
1102 ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
1103 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
1104 allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
1105 ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
1106 toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
1107 ppc64_elf_build_stubs, ppc64_elf_relocate_section,
1108 ppc64_elf_finish_dynamic_sections): ..
1109 * elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
1110 allocate_dynrelocs, elf_s390_size_dynamic_sections,
1111 elf_s390_finish_dynamic_sections): ..
1112 * elf64-sh64.c (sh_elf64_get_relocated_section_contents,
1113 sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
1114 sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
1115 sh64_elf64_finish_dynamic_sections): ..
1116 * elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
1117 sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
1118 sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
1119 sparc64_elf_finish_dynamic_symbol,
1120 sparc64_elf_finish_dynamic_sections): ..
1121 * elf64-x86-64.c (elf64_x86_64_grok_prstatus,
1122 elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
1123 elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
1124 elf64_x86_64_finish_dynamic_sections): ..
1125 * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
1126 * elfcode.h (elf_slurp_reloc_table): ..
1127 * elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
1128 elf_finalize_dynstr, elf_link_add_object_symbols,
1129 bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
1130 elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
1131 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
1132 elf32_mips_grok_prstatus): ..
1133 * elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
1134 elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
1135 elfNN_ia64_choose_gp, elfNN_ia64_final_link,
1136 elfNN_ia64_finish_dynamic_sections): ..
1137 * elfxx-mips.c (mips_elf_create_procedure_table,
1138 mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
1139 _bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
1140 mips_elf_global_got_index, mips_elf_multi_got,
1141 mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
1142 mips_elf_allocate_dynamic_relocations,
1143 mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
1144 _bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
1145 _bfd_mips_elf_always_size_sections,
1146 _bfd_mips_elf_size_dynamic_sections,
1147 _bfd_mips_elf_finish_dynamic_symbol,
1148 _bfd_mips_elf_finish_dynamic_sections,
1149 _bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
1150 _bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
1151 _bfd_elf_mips_get_relocated_section_contents,
1152 _bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
1153 * hp300hpux.c (callback): ..
1154 * hppabsd-core.c (make_bfd_asection): ..
1155 * hpux-core.c (make_bfd_asection): ..
1156 * i386linux.c (linux_link_create_dynamic_sections,
1157 bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
1158 * i386msdos.c (msdos_write_object_contents): ..
1159 * i386os9k.c (os9k_callback, os9k_write_object_contents,
1160 os9k_set_section_contents): ..
1161 * ieee.c (parse_expression, ieee_slurp_external_symbols,
1162 ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
1163 ieee_write_section_part, do_with_relocs, do_as_repeat,
1164 do_without_relocs, ieee_write_debug_part, init_for_output,
1165 ieee_set_section_contents): ..
1166 * ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
1167 * irix-core.c (do_sections, make_bfd_asection): ..
1168 * libaout.h (aout_section_merge_with_text_p): ..
1169 * libbfd.c (_bfd_generic_get_section_contents,
1170 _bfd_generic_get_section_contents_in_window): ..
1171 * linker.c (default_indirect_link_order): ..
1172 * lynx-core.c (make_bfd_asection): ..
1173 * m68klinux.c (linux_link_create_dynamic_sections,
1174 bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
1175 * mach-o.c (bfd_mach_o_make_bfd_section,
1176 bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
1177 bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
1178 bfd_mach_o_scan_read_segment): ..
1179 * merge.c (_bfd_add_merge_section, record_section, merge_strings,
1180 _bfd_merge_sections): ..
1181 * mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
1182 mmo_map_set_sizes, mmo_canonicalize_symtab,
1183 mmo_internal_write_section, mmo_write_object_contents): ..
1184 * netbsd-core.c (netbsd_core_file_p): ..
1185 * nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
1186 nlm_alpha_set_public_section): ..
1187 * nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
1188 * nlm32-sparc.c (nlm_sparc_write_import): ..
1189 * nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
1190 nlm_compute_section_file_positions): ..
1191 * oasys.c (oasys_object_p, oasys_slurp_section_data,
1192 oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
1193 * opncls.c (get_debug_link_info): ..
1194 * osf-core.c (make_bfd_asection): ..
1195 * pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
1196 adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
1197 final_link, aout_link_input_section): ..
1198 * peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
1199 pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
1200 * pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
1201 bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
1202 * ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
1203 * ptrace-core.c (ptrace_unix_core_file_p): ..
1204 * reloc.c (bfd_perform_relocation, bfd_install_relocation,
1205 _bfd_final_link_relocate, bfd_generic_relax_section,
1206 bfd_generic_get_relocated_section_contents): ..
1207 * reloc16.c (bfd_coff_reloc16_relax_section,
1208 bfd_coff_reloc16_get_relocated_section_c): ..
1209 * riscix.c (riscix_some_aout_object_p): ..
1210 * rs6000-core.c (read_hdr, make_bfd_asection): ..
1211 * sco5-core.c (make_bfd_asection): ..
1212 * simple.c (bfd_simple_get_relocated_section_contents): ..
1213 * som.c (som_object_setup, setup_sections, som_prep_headers,
1214 som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
1215 som_set_reloc_info, som_get_section_contents,
1216 som_bfd_link_split_section): ..
1217 * sparclinux.c (linux_link_create_dynamic_sections,
1218 bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
1219 * srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
1220 * stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
1221 _bfd_write_stab_strings, _bfd_stab_section_offset): ..
1222 * sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
1223 bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
1224 sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
1225 sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
1226 sunos_finish_dynamic_link): ..
1227 * syms.c (_bfd_stab_section_find_nearest_line): ..
1228 * tekhex.c (first_phase, tekhex_set_section_contents,
1229 tekhex_write_object_contents): ..
1230 * trad-core.c (trad_unix_core_file_p): ..
1231 * versados.c (process_esd, process_otr, process_otr): ..
1232 * vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
1233 * vms-misc.c (add_new_contents): ..
1234 * vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
1235 * vms.c (vms_set_section_contents): ..
1236 * xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
1237 xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
1238 _bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
1239 * xsym.c (bfd_sym_scan): .. See above.
1240
1241 2004-06-21 H.J. Lu <hongjiu.lu@intel.com>
1242
1243 * elfxx-ia64.c (elfNN_ia64_relax_section): Add addend when
1244 calling _bfd_merged_section_offset only for section symbols.
1245
1246 2004-06-22 Alan Modra <amodra@bigpond.net.au>
1247
1248 * elf32-ppc.c (ppc_elf_relax_section): Implement reference code
1249 for handling SEC_MERGE symbols in relax_section.
1250
1251 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
1252
1253 2003-05-15 Richard Sandiford <rsandifo@redhat.com>
1254 * cpu-h8300.c (compatible): Allow h8300s and h8300sx code to be
1255 linked together. Mark the result as h8300sx code.
1256
1257 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
1258
1259 * elf-bfd.h (struct elf_backend_data): Added
1260 elf_backend_omit_section_dynsym.
1261 (_bfd_elf_link_omit_section_dynsym): Declare.
1262 * elf32-frv.c (_frvfdpic_link_omit_section_dynsym): New.
1263 (elf_backend_omit_section_dynsym): Use it for frvfdpic.
1264 * elflink.c (_bfd_elf_link_omit_section_dynsym): Split out of...
1265 (_bfd_elf_link_renumber_dynsyms): ... this function.
1266 * elfxx-target.h (elf_backend_omit_section_dynsym): Default to
1267 _bfd_elf_link_omit_section_dynsym).
1268 (elfNN_bed): Added elf_backend_omit_section_dynsym.
1269
1270 2004-06-21 Nick Clifton <nickc@redhat.com>
1271
1272 * coffcode.h (styp_to_sec_flags): Ignore IMAGE_SCN_MEM_NOT_PAGED
1273 flags.
1274
1275 2004-06-17 Jerome Guitton <guitton@gnat.com>
1276
1277 * bfd-in.h (bfd_cache_close_all): New function declaration.
1278 * bfd-in2.h: Regenerate.
1279 * cache.c (bfd_cache_close_all): New function definition.
1280
1281 2004-06-16 Mark Kettenis <kettenis@gnu.org>
1282
1283 * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
1284 4.10 and beyond.
1285 * configure: Regenerate.
1286
1287 2004-06-16 Daniel Jacobowitz <dan@debian.org>
1288
1289 * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in
1290 the pre-existing section.
1291
1292 2004-06-15 Alan Modra <amodra@bigpond.net.au>
1293
1294 * section.c (struct sec): Remove usused flags. Reorganize a little.
1295 (bfd_get_section_size_before_reloc): Delete.
1296 (bfd_get_section_size_after_reloc): Delete.
1297 (STD_SECTION): Update.
1298 (bfd_get_section_size_now): Delete.
1299 (bfd_set_section_contents): Don't referece reloc_done.
1300 (bfd_get_section_contents): Remove reloc_done comment.
1301 * bout.c (b_out_bfd_get_relocated_section_contents): Don't set
1302 reloc_done.
1303 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Likewise.
1304 * ecoff.c (bfd_debug_section): Update initializer.
1305 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Ditto.
1306 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
1307 * bfd-in.h (bfd_section_size): Expand.
1308 (bfd_get_section_size): New macro.
1309 * bfd-in2.h: Regenerate.
1310 * coff64-rs6000.c (xcoff64_write_object_contents): Replace
1311 bfd_get_section_size_before_reloc with bfd_get_section_size.
1312 * coffcode.h (coff_write_object_contents): Likewise.
1313 * coffgen.c (build_debug_section): Likewise.
1314 * dwarf1.c (parse_line_table): Likewise.
1315 (_bfd_dwarf1_find_nearest_line): Likewise.
1316 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
1317 * i386msdos.c (msdos_write_object_contents): Likewise.
1318 * pdp11.c (squirt_out_relocs): Likewise.
1319 * elf32-sh64.c (sh64_find_section_for_address): Remove comment.
1320 * elf64-mmix.c (mmix_elf_final_link): Update comment.
1321
1322 2004-06-14 Chris Demetriou <cgd@broadcom.com>
1323
1324 * elf32-mips.c (elf_mips_gnu_pcrel32): Add (undoing 2004-04-24
1325 removal) with updated comment.
1326 (bfd_elf32_bfd_reloc_type_lookup): Add back case for
1327 BFD_RELOC_32_PCREL.
1328 (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32.
1329 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
1330
1331 2004-06-12 Alan Modra <amodra@bigpond.net.au>
1332
1333 * elf64-x86-64.c (elf64_x86_64_relocate_section): Ignore reloc
1334 overflow on branches to undefweaks.
1335
1336 2004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1337
1338 * coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
1339 as ecoff_section_data() does not return a valid lvalue.
1340
1341 2004-06-09 Alexandre Oliva <aoliva@redhat.com>
1342
1343 * elflink.c (elf_sort_symbol): Compare section id, not pointers.
1344 (elf_link_add_object_symbols): Likewise.
1345
1346 * elf-m10300.c (_bfd_mn10300_elf_reloc_type_class): New.
1347 (elf_backend_reloc_type_class): New.
1348
1349 2004-06-08 Mark Kettenis <kettenis@gnu.org>
1350
1351 * configure.in (hppa*-*-netbsd*, hppa*-*-openbsd): Set COREFILE to
1352 netbsd-core.lo.
1353 * configure: Regenerate.
1354
1355 2004-06-07 Daniel Jacobowitz <dan@debian.org>
1356
1357 From: Albert Chin-A-Young <china@thewrittenword.com>
1358 * bfd/elf-bfd.h (struct eh_cie_fde): Convert unsigned char bitfields
1359 to unsigned int.
1360
1361 2004-05-29 H.J. Lu <hongjiu.lu@intel.com>
1362
1363 * elfxx-ia64.c (elfNN_ia64_relax_section): Undo the last
1364 change.
1365
1366 2004-05-28 DJ Delorie <dj@redhat.com>
1367
1368 * elf-m10300.c (mn10300_elf_relax_section): Preserve reloc addend
1369 for linking, but otherwise adjust reloc for merged sections.
1370
1371 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
1372
1373 * elfxx-ia64.c (elfNN_ia64_relax_section): Properly call
1374 _bfd_merged_section_offset for local symbols.
1375
1376 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
1377
1378 * Makefile.am: Regenerate dependencies.
1379 * Makefile.in: Regenerate.
1380 * archures.c: Add bfd_mach_sh3_nommu .
1381 * bfd-in2.h: Regenerate.
1382 * cpu-sh.c: Add sh3-nommu architecture.
1383 (bfd_to_arch_table): Create new table.
1384 (sh_get_arch_from_bfd_mach): Create new function.
1385 (sh_get_arch_up_from_bfd_mach): Create new function.
1386 (sh_merge_bfd_arch): Create new function.
1387 * elf32-sh.c (sh_ef_bfd_table): Add table.
1388 (sh_elf_check_relocs): Replace switch statement with
1389 use of sh_ef_bfd_table .
1390 (sh_elf_get_flags_from_mach): Add new function.
1391 (sh_find_elf_flags): Likewise.
1392 (sh_elf_copy_private_data): Replace most of non-elf contents
1393 with a call to sh_merge_bfd_arch() .
1394
1395 2004-05-27 Michael Chastain <mec.gnu@mindspring.com>
1396
1397 * Makefile.am (bfdver.h): Use explicit filename, not $< .
1398 * Makefile.in: Regenerate.
1399
1400 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
1401
1402 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Avoid
1403 custom calling conventions for dynamic symbols.
1404 (mn10300_elf_relax_section): Avoid relaxing a function as a local
1405 symbol if it's an alias to a global one.
1406
1407 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
1408
1409 * elf.c (_bfd_elf_make_section_from_shdr): Undo the last
1410 change.
1411
1412 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
1413
1414 * elf-m10300.c (mn10300_elf_relax_section): Don't test isym within
1415 loop over hashes.
1416
1417 2004-05-26 Alan Modra <amodra@bigpond.net.au>
1418
1419 * elf.c (_bfd_elf_make_section_from_shdr): Don't set SEC_EXCLUDE
1420 for SHT_GROUP sections.
1421
1422 2004-05-25 Alan Modra <amodra@bigpond.net.au>
1423
1424 * elflink.c (elf_link_add_object_symbols): Don't set up merge
1425 section data here..
1426 * elf.c (_bfd_elf_merge_sections): .. Do it here instead.
1427 * merge.c: Formatting. Remove unnecessary casts. Expand
1428 bfd_get_section_alignment macro.
1429 (struct sec_merge_sec_info): Rename "first" to "first_str". Update
1430 use throughout file.
1431 (_bfd_add_merge_section): Rename from _bfd_merge_section. Update
1432 comment. Abort on dynamic or non-SEC_MERGE input. Don't test
1433 section name to determine sinfo group, instead test output section
1434 and alignment.
1435 (_bfd_merge_sections): Add struct bfd_link_info param. Call
1436 _bfd_strip_section_from_output rather than just twiddling flags.
1437 * libbfd-in.h (_bfd_add_merge_section): Rename, update comment.
1438 (_bfd_merge_sections): Update prototype.
1439 * libbfd.h: Regenerate.
1440
1441 2004-05-24 Mark Kettenis <kettenis@gnu.org>
1442
1443 * netbsd-core.c: Correctly indent section that sets architecture
1444 from machine ID.
1445
1446 From Miod Vallat <miod@online.fr>:
1447 * m88kopenbsd.c: New file.
1448 * targets.c (m88k_openbsd_vec): New.
1449 * config.bfd: Add m88k-*-openbsd*.
1450 * configure.in (m88k-*-openbsd*): Set COREFILE to netbsd-core.lo.
1451 (m88kopenbsd_vec): New.
1452 * configure: Regenerate.
1453 * Makefile.am (BFD32_BACKENDS): Add m88kopenbsd.lo.
1454 (BFD32_BACKENDS_CFILES): Add m88kopenbsd.c.
1455 Run "make dep-am".
1456 * Makefile.in: Regenerate.
1457 * po/SRC-POTFILES.in: Regenerate.
1458
1459 2004-05-24 Nick Clifton <nickc@redhat.com>
1460
1461 * hash.c: Remove bogus node "Changing the default Hash Table Size"
1462 introduced by hash table size patch.
1463
1464 2004-05-22 Ben Elliston <bje@au.ibm.com>
1465
1466 * configure.in (is_release): Remove.
1467 (bfd_version_date, bfd_version, bfd_version_string): Likewise.
1468 (AC_OUTPUT): Don't output bfdver.h from version.h.
1469 * configure: Regenerate.
1470 * Makefile.am (RELEASE): New variable.
1471 (bfdver.h): New target.
1472 * Makefile.in: Regenerate.
1473 * doc/Makefile.in: Likewise.
1474
1475 2004-05-22 Ben Elliston <bje@au.ibm.com>
1476
1477 * Makefile.am (config.status): Don't depend on version.h.
1478 * Makefile.in: Regenerate.
1479
1480 2004-05-22 Alan Modra <amodra@bigpond.net.au>
1481
1482 * merge.c (_bfd_merged_section_offset): Remove "addend" param.
1483 * libbfd-in.h (_bfd_merged_section_offset): Adjust prototype.
1484 * libbfd.h: Regenerate.
1485 * elf.c (_bfd_elf_rela_local_sym): Adjust call.
1486 (_bfd_elf_rel_local_sym): Likewise.
1487 * elflink.c (_bfd_elf_link_sec_merge_syms): Likewise.
1488 (elf_link_input_bfd): Likewise.
1489 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
1490 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1491 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1492 (elfNN_ia64_relocate_section): Likewise.
1493
1494 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
1495
1496 * hash.c (bfd_default_hash_table_size): New variable.
1497 (bfd_hash_table_init): Use new variable instead of DEFAULT_SIZE.
1498 (bfd_hash_set_default_size): New function. Set the default size
1499 to a selected prime number close to the argument. Document new
1500 function.
1501 * bfd-in.h: Add prototype for bfd_hash_set_default_size.
1502 * bfd-in2.h: Regenerate.
1503 * Makefile.am (hash.lo): Add dependency upon libiberty.h.
1504 * Makefile.in: Regenerate.
1505
1506 2004-05-21 Mark Kettenis <kettenis@gnu.org>
1507
1508 * libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
1509 * netbsd-core.c (netbsd_core_file_p): Set architecture for alpha,
1510 arm, m68k, m88k and hppa core files.
1511
1512 2004-05-21 Nick Clifton <nickc@redhat.com>
1513
1514 * bfdio.c (bfd_bread): Do not use iovec if it is NULL.
1515 (bfd_bwrite): Likewise.
1516 (bfd_tell): Likewise.
1517 (bfd_flush): Likewise.
1518 (bfd_stat): Likewise.
1519 (bfd_seek): Likewise.
1520 (bfd_get_mtime): Likewise.
1521 (bfd_get_size): Likewise.
1522
1523 2004-05-19 Ben Elliston <bje@au.ibm.com>
1524
1525 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
1526
1527 2004-05-19 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
1528
1529 * archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives.
1530 (bfd_generic_openr_next_archived_file): Likewise.
1531
1532 2004-05-17 Bob Wilson <bob.wilson@acm.org>
1533
1534 * elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
1535 section names by inserting a new substring after .gnu.linkonce, except
1536 for .gnu.linkonce.t.* where the "t." is replaced.
1537
1538 2004-05-17 Adam Nemet <anemet@lnxw.com>
1539
1540 * config.bfd (sparc-*-lynxos* case): Add to obsolete list.
1541 (m68-*-lynxos* case): Likewise.
1542 (powerpc-*-lyxnos* case): New case.
1543 (i[3-7]86-*-lynxos* case): Update to LynxOS 4.0 ELF.
1544
1545 2004-05-17 David Heine <dlheine@tensilica.com>
1546
1547 * aout-target.h (MY_bfd_copy_private_header_data): Define.
1548 * aout-tic30.c (MY_bfd_copy_private_header_data): Define.
1549 * bfd.c (bfd_copy_private_header_data): Define.
1550 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add entries for new
1551 interface.
1552 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
1553 * coffcode.h (coff_bfd_copy_private_header_data): Define.
1554 * elf-bfd.h (_bfd_elf_copy_private_header_data): Declare.
1555 * elf.c (_bfd_elf_copy_private_section_data): Remove code to set up
1556 segments by calling copy_private_bfd_data.
1557 (_bfd_elf_copy_private_header_data): Define.
1558 * elfxx-target.h (bfd_elfNN_bfd_copy_private_header_data): Define.
1559 * libbfd-in.h (_bfd_generic_bfd_copy_private_header_data): Define.
1560 * libecoff.h (_bfd_ecoff_bfd_copy_private_header_data): Define.
1561 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Define.
1562 * mmo.c (mmo_bfd_copy_private_header_data): Define.
1563 * ppcboot.c (ppcboot_bfd_copy_private_header_data): Define.
1564 * som.c (som_bfd_copy_private_header_data): Define.
1565 * targets.c (BFD_JUMP_TABLE_COPY): Add _bfd_copy_private_header_data.
1566 * vms.c (vms_bfd_copy_private_header_data): Define.
1567 * bfd-in2.h: Regenerate.
1568 * libbfd.h: Regenerate.
1569
1570 2004-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1571
1572 * elfxx-mips.c (MINUS_TWO): Define.
1573 (mips_elf_higher, mips_elf_highest,
1574 mips_elf_create_dynamic_relocation): Use MINUS_ONE and MINUS_TWO for
1575 some bfd_vma values.
1576 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Code cleanup.
1577
1578 2004-05-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1579
1580 * som.c (log2): Rename to exact_log2. Adjust all callers.
1581
1582 2004-05-13 Paul Brook <paul@codesourcery.com>
1583
1584 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle
1585 dwarf3 format CIE entries. Remove comment about the size of the
1586 ra_column field. It is now correctly deduced.
1587
1588 2004-05-13 Joel Sherrill <joel@oarcorp.com>
1589
1590 * config.bfd (or32-*-rtems*): Switch to elf.
1591
1592 2004-05-13 Nick Clifton <nickc@redhat.com>
1593
1594 * po/fr.po: Updated French translation.
1595
1596 2004-05-11 Jakub Jelinek <jakub@redhat.com>
1597
1598 * elflink.c (elf_bfd_final_link): Don't output STT_SECTION symbol
1599 into .dynsym if elf_section_data (sec)->dynindx <= 0.
1600 Adjust counting of last_local.
1601 (_bfd_elf_link_renumber_dynsyms): Don't assign dynindx to sections
1602 other than SHT_PROGBITS/SHT_NOBITS and neither for .got/.got.plt/.plt
1603 created by the linker nor !SHF_ALLOC.
1604
1605 * elf32-i386.c (elf_i386_finish_dynamic_sections): Point
1606 DT_PLTGOT to the start of the .got.plt section instead of the
1607 .got output section. Set sh_entsize for .got section in addition
1608 to .got.plt.
1609 (elf_i386_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
1610 is at sgot->output_section->vma.
1611 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Point
1612 DT_PLTGOT to the start of the .got.plt section instead of the
1613 .got output section.
1614 (elf64_x86_64_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
1615 is at sgot->output_section->vma. Set sh_entsize for .got section
1616 in addition to .got.plt.
1617 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_RELRO.
1618 (bfd_section_from_phdr): Likewise.
1619 (map_sections_to_segments): Likewise.
1620 (assign_file_positions_for_segments): Likewise.
1621 (get_program_header_size): Likewise.
1622 * elflink.c (bfd_elf_size_dynamic_sections): Set
1623 elf_tdata (output_bfd)->relro from info->relro.
1624 * elf-bfd.h (struct elf_obj_tdata): Add relro field.
1625
1626 2004-05-08 Alexandre Oliva <aoliva@redhat.com>
1627
1628 * elf32-frv.c (_frvfdpic_add_dyn_reloc): Don't warn when we get
1629 a zero symndx for which we hadn't accounted a dynamic relocation.
1630 (_frvfdpic_add_rofixup): Likewise.
1631
1632 2004-05-07 Brian Ford <ford@vss.fsi.com>
1633 DJ Delorie <dj@redhat.com>
1634
1635 * coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:
1636 Propagate IMAGE_FILE_LARGE_ADDRESS_AWARE.
1637 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Recognize
1638 IMAGE_FILE_LARGE_ADDRESS_AWARE. Use PE defines.
1639
1640 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
1641
1642 * elf32-frv.c (elf32_frvfdpic_modify_segment_map): Return
1643 immediately if there's no link info.
1644 (elf32_frvfdpic_copy_private_bfd_data): New.
1645 (bfd_elf32_bfd_copy_private_bfd_data): Use it for frvfdpic.
1646
1647 2004-05-06 Zack Weinberg <zack@codesourcery.com>
1648
1649 * dwarf2.c (add_line_info): Also set info->filename to NULL if
1650 filename argument is null; do not call strlen on a null pointer.
1651
1652 2004-05-06 Daniel Jacobowitz <drow@mvista.com>
1653
1654 * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32
1655 special case.
1656
1657 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
1658
1659 * configure.in (bfd_elf32_frvfdpic_vec): New.
1660 * configure: Rebuilt.
1661 * targets.c (bfd_elf32_frvfdpic_vec): New.
1662 * config.bfd: Enable it on frv-*-elf and frv-*-*linux*, as default
1663 on the latter.
1664 * elf32-frv.c: Prefix all identifiers added for FDPIC support with
1665 frvfdpic instead of frv. Rearrange elf-target macros such that
1666 the FDPIC-specific ones are only defined for this new target
1667 vector.
1668 (bfd_elf32_frvfdpic_vec): Declare.
1669 (IS_FDPIC): New.
1670 (elf32_frv_relocate_section): Use it to enable segment checking
1671 and to control rofixup emission. Add output section vma to
1672 applied relocation in non-LOAD non-ALLOC sections. Use
1673 _bfd_error_handler for errors.
1674 (_frv_create_got_section): Create .rel.got and .rofixup only in
1675 FDPIC. Create non-dynamic _gp at .got+2048 in non-FDPIC, like the
1676 linker script.
1677 (elf32_frvfdpic_size_dynamic_sections): Assume FDPIC.
1678 (elf32_frvfdpic_modify_segment_map): Likewise.
1679 (elf32_frv_finish_dynamic_sections): New, do-nothing.
1680 (elf32_frvfdpic_finish_dynamic_sections): Assume FDPIC. Improve
1681 error message if we miscompute the rofixup size.
1682 (frvfdpic_elf_use_relative_eh_frame): Assume FDPIC.
1683 (frvfdpic_elf_encode_eh_address): Likewise.
1684 (elf32_frv_check_relocs): Reject FDPIC-only relocs in non-FDPIC.
1685 Record relocs only in FDPIC. Make sure _gp is defined for GPREL
1686 relocs. Reject unknown relocation types.
1687 (elf32_frv_object_p): Make sure target vector matches FDPIC bits.
1688 (frv_elf_merge_private_bfd_data): Likewise.
1689 (ELF_MAXPAGESIZE): Revert to 0x1000 for elf32-frv; keep it as
1690 0x4000 for newly-added elf32-frvfdpic.
1691
1692 2004-05-05 Nick Clifton <nickc@redhat.com>
1693
1694 PR/136
1695 * cache.c (bfd_cache_lookup_worker): Call abort() rather than
1696 returning NULL as most users of this function do not check its
1697 return value.
1698 * hppabsd-core.c (hppabsd_core_core_file_p): Do not check result
1699 of bfd_cache_lookup().
1700 * sco5-core.c (sco5_core_file_p): Likewise.
1701 * trad-core.c (trad_unix_core_file_p): Likewise.
1702
1703 2004-05-05 Nick Clifton <nickc@redhat.com>
1704
1705 * cache.c (bfd_cache_lookup): Improve formatting.
1706 * archive.c: Fix formatting.
1707
1708 2004-05-05 Peter Barada <peter@the-baradas.com>
1709
1710 * bfd_archures.c(bfd_architecture): Add 521x,5249,547x,548x.
1711 * cpu-m68k.c(bfd_m68k_arch): Likewise.
1712 * bfd-in2.h(bfd_architecture): Regenerate.
1713
1714 2004-05-03 Alan Modra <amodra@bigpond.net.au>
1715
1716 * elf.c (_bfd_elf_rela_local_sym): Set kept_section for excluded
1717 SEC_MERGE sections.
1718 * elflink.c (elf_link_input_bfd): Adjust output reloc index for
1719 those against discarded link-once and SEC_MERGE section symbols.
1720
1721 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
1722
1723 * section.c (bfd_get_section_by_name_if): New.
1724 * bfd-in2.h: Regenerated.
1725
1726 2004-05-02 Alan Modra <amodra@bigpond.net.au>
1727
1728 * som.c (som_bfd_is_group_section): Define.
1729
1730 2004-05-01 Alan Modra <amodra@bigpond.net.au>
1731
1732 * section.c (bfd_make_section_anyway): Copy the whole
1733 bfd_hash_entry, not just "next" from existing entry.
1734
1735 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1736
1737 * elf.c (bfd_section_from_shdr): Maintain the section order in
1738 a section group.
1739 (special_sections): Add ".note.GNU-stack".
1740 (elf_fake_sections): Handle section group for relocatable
1741 link..
1742
1743 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
1744
1745 * section.c (bfd_sections_find_if): New.
1746 * bfd-in2.h: Regenerated.
1747
1748 2004-04-30 Alan Modra <amodra@bigpond.net.au>
1749
1750 * section.c (bfd_make_section_anyway): Add all sections to hash tab.
1751
1752 * elf-bfd.h (bfd_elf_is_group_section): Declare.
1753 * elf.c (bfd_elf_is_group_section): New function.
1754 * elfxx-target.h (bfd_elfNN_bfd_is_group_section
1755 * section.c (bfd_generic_is_group_section): New function.
1756 * targets.c (struct bfd_target): Add _bfd_is_group_section field.
1757 (BFD_JUMP_TABLE_LINK): Adjust.
1758 * aout-adobe.c (aout_32_bfd_is_group_section): Define.
1759 * aout-target.h (MY_bfd_is_group_section): Define.
1760 * aout-tic30.c (MY_bfd_is_group_section): Define.
1761 * bfd.c (bfd_is_group_section): Define.
1762 * binary.c (binary_bfd_is_group_section): Define.
1763 * bout.c (b_out_bfd_is_group_section): Define.
1764 * coff-alpha.c (_bfd_ecoff_bfd_is_group_section): Define.
1765 * coff-mips.c (_bfd_ecoff_bfd_is_group_section): Define.
1766 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Adjust.
1767 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Adjust.
1768 * coffcode.h (coff_bfd_is_group_section): Define.
1769 * i386msdos.c (msdos_bfd_is_group_section): Define.
1770 * i386os9k.c (os9k_bfd_is_group_section): Define.
1771 * ieee.c (ieee_bfd_is_group_section): Define.
1772 * ihex.c (ihex_bfd_is_group_section): Define.
1773 * libbfd-in.h (_bfd_nolink_bfd_is_group_section): Define.
1774 * mach-o.c (bfd_mach_o_bfd_is_group_section): Define.
1775 * mmo.c (mmo_bfd_is_group_section): Define.
1776 * nlm-target.h (nlm_bfd_is_group_section): Define.
1777 * oasys.c (oasys_bfd_is_group_section): Define.
1778 * pef.c (bfd_pef_bfd_is_group_section): Define.
1779 * ppcboot.c (ppcboot_bfd_is_group_section): Define.
1780 * srec.c (srec_bfd_is_group_section): Define.
1781 * tekhex.c (tekhex_bfd_is_group_section): Define.
1782 * versados.c (versados_bfd_is_group_section): Define.
1783 * vms.c (vms_bfd_is_group_section): Define.
1784 * xsym.c (bfd_sym_bfd_is_group_section): Define.
1785 * bfd-in2.h: Regenerate.
1786 * libbfd.h: Regenerate.
1787
1788 2004-04-30 Alan Modra <amodra@bigpond.net.au>
1789
1790 * elflink.c (elf_gc_mark): Follow indirect and warning syms.
1791
1792 2004-04-30 Hans-Peter Nilsson <hp@axis.com>
1793
1794 * configure.in: Update version to 2.15.91.
1795 * configure: Regenerate.
1796
1797 2004-04-29 Brian Ford <ford@vss.fsi.com>
1798
1799 * bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack.
1800 * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.
1801 [!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them.
1802 (coff_compute_section_file_positions) [RS6000COFF_C]: Likewise.
1803 [COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and
1804 .gnu.linkonce.wi. sections.
1805 * pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define.
1806 (COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and
1807 .gnu.linkonce.wi..
1808 * pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise.
1809 (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1810
1811 2004-04-28 Chris Demetriou <cgd@broadcom.com>
1812
1813 * reloc.c: Remove BFD_RELOC_PCREL_HI16_S and BFD_RELOC_PCREL_LO16.
1814 * bfd-in2.h: Regenerate.
1815 * libbfd.h: Likewise.
1816
1817 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1818
1819 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
1820 dup_common fields.
1821 (setup_sections): Use som_subspace_dictionary_record struct instead
1822 subspace_dictionary_record. Set SEC_LINK_ONCE if subspace is
1823 is_comdat, is_common or dup_common.
1824 (som_prep_headers): Use som_subspace_dictionary_record struct. Set
1825 is_comdat, is_common and dup_common in section subspace_dict from
1826 copy_data.
1827 (som_begin_writing): Use som_subspace_dictionary_record struct.
1828 (som_finish_writing): Likewise.
1829 (som_bfd_derive_misc_symbol_info): Add support to set is_comdat,
1830 is_common and dup_common flags in info for symbol. Add comment
1831 regarding linker support for these fields. Slightly reorganize
1832 function.
1833 (som_build_and_write_symbol_table): Set is_comdat, is_common and
1834 dup_common fields in symbol table from symbol info.
1835 (bfd_som_set_subsection_attributes): Add comdat, common and dup_common
1836 arguments. Set corresponding fields in copy_data. Change all callers.
1837 (som_bfd_ar_write_symbol_stuff): Set dup_common flag in library
1838 symbol table.
1839 (som_vec): Add SEC_LINK_ONCE to applicable section flags.
1840 * som.h (som_subspace_dictionary_record): Define.
1841 (som_copyable_section_data_struct): Add is_comdat, is_common and
1842 dup_common fields.
1843 (som_section_data_struct): Use som_subspace_dictionary_record struct
1844 instead of subspace_dictionary_record.
1845 (bfd_boolean bfd_som_set_subsection_attributes): Adjust prototype.
1846
1847 2004-04-27 Bob Wilson <bob.wilson@acm.org>
1848
1849 * elf32-xtensa.c (xtensa_read_table_entries): Use section _cooked_size
1850 if set. Check reloc_done flag before applying relocations. Use
1851 output addresses, both when applying relocations and when comparing
1852 against the specified section.
1853 (elf_xtensa_relocate_section): Use output address to check if dynamic
1854 reloc is in a literal pool. Set section's reloc_done flag.
1855
1856 2004-04-27 H.J. Lu <hongjiu.lu@intel.com>
1857
1858 * elf32-sh64.c (elf_backend_section_flags): New. Defined.
1859 (sh64_elf_set_mach_from_flags): Remove the kludge for .cranges
1860 section.
1861 (sh64_elf_section_flags): New. Set SEC_DEBUGGING for .cranges
1862 section.
1863
1864 2004-04-27 Alan Modra <amodra@bigpond.net.au>
1865
1866 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Don't assign
1867 structure field removed in 2004-04-24 patch.
1868 * elf64-sparc.c (sparc64_elf_plt_sym_val): Warning fix.
1869
1870 * elf-bfd.h (struct elf_backend_data <elf_backend_section_flags>):
1871 Constify hdr arg.
1872 * elf32-arm.h (elf32_arm_section_flags): Likewise.
1873 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
1874 * elfxx-ia64.c (elfNN_ia64_section_flags): Likewise.
1875 * elf.c (_bfd_elf_make_section_from_shdr): Set the bfd_section
1876 field before calling elf_backend_section_flags.
1877
1878 2004-04-24 Chris Demetriou <cgd@broadcom.com>
1879
1880 * elf32-mips.c (elf_mips_gnu_rel_hi16, elf_mips_gnu_rel_lo16)
1881 (elf_mips_gnu_pcrel64, elf_mips_gnu_pcrel32): Remove.
1882 (bfd_elf32_bfd_reloc_type_lookup): Remove cases for
1883 BFD_RELOC_PCREL_HI16_S, BFD_RELOC_PCREL_LO16, BFD_RELOC_64_PCREL,
1884 and BFD_RELOC_32_PCREL.
1885 (mips_elf32_rtype_to_howto): Remove cases for R_MIPS_GNU_REL_HI16,
1886 R_MIPS_GNU_REL_LO16, R_MIPS_PC64, R_MIPS_PC32.
1887 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
1888 (_bfd_mips_elf_lo16_reloc): Remove handling for R_MIPS_GNU_REL_HI16.
1889 (mips_elf_next_relocation): Move comment about matching HI/LO
1890 relocations to...
1891 (_bfd_mips_elf_relocate_section): Here. Remove handling for
1892 R_MIPS_GNU_REL_HI16.
1893
1894 2004-04-23 Chris Demetriou <cgd@broadcom.com>
1895
1896 * coff-mips.c (mips_relhi_reloc, mips_rello_reloc)
1897 (mips_switch_reloc, mips_read_relocs, mips_relax_section)
1898 (mips_relax_pcrel16, PCREL16_EXPANSION_ADJUSTMENT): Remove.
1899 (mips_relocate_hi): Remove now-unused 'adjust' and 'pcrel' arguments,
1900 and update comments to reflect current usage.
1901 (mips_howto_table): Remove entries for MIPS_R_RELHI, MIPS_R_RELLO,
1902 and MIPS_R_SWITCH, as well as several empty entries. Update comment
1903 for MIPS_R_PCREL16.
1904 (mips_ecoff_swap_reloc_in, mips_ecoff_swap_reloc_out)
1905 (mips_adjust_reloc_out, mips_bfd_reloc_type_lookup): Remove support
1906 for MIPS_R_SWITCH, MIPS_R_RELLO, and MIPS_R_RELHI relocations.
1907 (mips_adjust_reloc_in): Likewise, adjust maximum accepted relocation
1908 type number to be MIPS_R_PCREL16.
1909 (mips_relocate_section): Remove support for link-time relaxation
1910 of branches used by embedded-PIC. Remove support for MIPS_R_SWITCH,
1911 MIPS_R_RELLO, and MIPS_R_RELHI relocations.
1912 (_bfd_ecoff_bfd_relax_section): Redefine to bfd_generic_relax_section.
1913 * ecoff.c (ecoff_indirect_link_order): Remove support for link-time
1914 relaxation of branches used by embedded-PIC.
1915 * ecofflink.c (bfd_ecoff_debug_accumulate): Likewise.
1916 * libecoff.h (struct ecoff_section_tdata): Remove embedded-PIC
1917 related members, update comment.
1918 * pe-mips.c: Remove disabled (commented-out and #if 0'd)
1919 code related to embedded-PIC.
1920 * elfxx-mips.c (_bfd_mips_elf_read_ecoff_info): Remove
1921 initialization of now-removed 'adjust' member of
1922 'struct ecoff_debug_info'.
1923
1924 2004-04-23 Chris Demetriou <cgd@broadcom.com>
1925
1926 * elfxx-mips.c (mips_elf_get_global_gotsym_index): Remove.
1927
1928 2004-04-21 Philip Blundell <pb@nexus.co.uk>
1929
1930 * elf32-arm.h (elf32_arm_check_relocs): Don't output REL32
1931 relocs for locally defined symbols during -shared final link.
1932 (elf32_arm_final_link_relocate): Likewise.
1933
1934 2004-04-22 Jakub Jelinek <jakub@redhat.com>
1935
1936 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Copy also
1937 ELF_LINK_POINTER_EQUALITY_NEEDED.
1938 (elf64_x86_64_check_relocs): Set ELF_LINK_POINTER_EQUALITY_NEEDED
1939 if r_type is not R_X86_64_PC32.
1940 (elf64_x86_64_finish_dynamic_symbol): If
1941 ELF_LINK_POINTER_EQUALITY_NEEDED is not set, clear st_value of
1942 SHN_UNDEF symbols.
1943
1944 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1945
1946 * elf32-sh.c (sh_elf_plt_sym_val): New function.
1947 (elf_backend_plt_sym_val): Define.
1948
1949 2004-04-22 Andrew Cagney <cagney@redhat.com>
1950
1951 * opncls.c (bfd_alloc): Fix type of "wanted" in doco.
1952
1953 2004-04-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1954
1955 * hpux-core.c (hpux_core_core_file_p): Add cast in call to
1956 make_bfd_asection.
1957 * som.c (som_set_section_contents): Constantify second argument.
1958 (hppa_som_gen_reloc_type): Abort for unsupported selectors.
1959 (som_object_setup): Rework to avoid warning.
1960 (setup_sections, som_write_fixups, bfd_section_from_som_symbol):
1961 Likewise.
1962
1963 2004-04-22 Andrew Cagney <cagney@redhat.com>
1964
1965 * cache.c (bfd_cache_close): Check for a previously closed file.
1966
1967 2004-04-22 Jakub Jelinek <jakub@redhat.com>
1968
1969 * bfd.c (bfd_get_synthetic_symtab): Define.
1970 * targets.c (BFD_JUMP_TABLE_DYNAMIC): Add
1971 NAME##_get_synthetic_symtab.
1972 (struct bfd_target): Add _bfd_get_synthetic_symtab.
1973 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Define.
1974 * elf-bfd.h (struct elf_backend_data): Add plt_sym_val and
1975 relplt_name fields.
1976 (_bfd_elf_get_synthetic_symtab): New prototype.
1977 * elfcode.h (elf_get_synthetic_symtab): Define.
1978 * elf.c (_bfd_elf_get_synthetic_symtab): New function.
1979 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Define.
1980 (elf_backend_plt_sym_val, elf_backend_relplt_name): Define.
1981 (elfNN_bed): Add elf_backend_plt_sym_val and elf_backend_relplt_name.
1982 * bfd-in2.h: Rebuilt.
1983 * libbfd.h: Rebuilt.
1984 * elf32-i386.c (elf_i386_plt_sym_val): New function.
1985 (elf_backend_plt_sym_val): Define.
1986 * elf64-x86-64.c (elf64_x86_64_plt_sym_val): New function.
1987 (elf_backend_plt_sym_val): Define.
1988 * elf32-s390.c (elf_s390_plt_sym_val): New function.
1989 (elf_backend_plt_sym_val): Define.
1990 * elf64-s390.c (elf_s390_plt_sym_val): New function.
1991 (elf_backend_plt_sym_val): Define.
1992 * elf32-sparc (elf32_sparc_plt_sym_val): New function.
1993 (elf_backend_plt_sym_val): Define.
1994 * elf64-sparc.c (sparc64_elf_plt_sym_val): New function.
1995 (elf_backend_plt_sym_val): Define.
1996 * elf32-ppc.c (ppc_elf_plt_sym_val): New function.
1997 (elf_backend_plt_sym_val): Define.
1998 * aout-target.h (MY_get_synthetic_symtab): Define.
1999 * aout-tic30.c (MY_get_synthetic_symtab): Define.
2000 * coff-rs6000.c (rs6000coff_vec): Add
2001 _bfd_nodynamic_get_synthetic_symtab.
2002 (pmac_xcoff_vec): Likewise.
2003 * coff64-rs6000.c (rs6000coff64_vec): Add
2004 _bfd_nodynamic_get_synthetic_symtab.
2005 (aix5coff64_vec): Likewise.
2006 * sunos.c (MY_get_synthetic_symtab): Define.
2007 * vms.c (vms_get_synthetic_symtab): Define.
2008
2009 2004-04-22 Nick Clifton <nickc@redhat.com>
2010
2011 * bfd.c (bfd_archive_filename): Return NULL on NULL input.
2012
2013 2004-04-22 Peter Barada <peter@the-baradas.com>
2014
2015 * archures.c: Add bfd_mach_mcfv4e to bfd_architecture.
2016 * bfd2-in.h: Regenerate.
2017 * cpu-m68k.c: Add 'm68k:mcfv4e' to arch_info_struct[].
2018
2019 2004-04-21 Chris Demetriou <cgd@broadcom.com>
2020
2021 * coff-mips.c (bfd_mips_ecoff_create_embedded_relocs): Remove.
2022 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Remove.
2023 * bfd-in.h (bfd_mips_ecoff_create_embedded_relocs)
2024 (bfd_mips_elf32_create_embedded_relocs): Remove prototypes
2025 * bfd-in2.h: Regenerate.
2026
2027 2004-04-21 Bob Wilson <bob.wilson@acm.org>
2028
2029 * elf32-xtensa.c (is_same_value): Add final_static_link argument and
2030 require relocations against a weak symbol to reference the same
2031 symbol hash entry if not a final, static link.
2032 (get_cached_value, add_value_map): Add final_static_link argument.
2033 (remove_literals): Pass final_static_link argument as needed.
2034
2035 2004-04-21 Andrew Cagney <cagney@redhat.com>
2036
2037 * opncls.c (_bfd_new_bfd_contained_in): Copy "iovec".
2038 (struct opncls, opncls_btell, opncls_bseek, opncls_bread)
2039 (opncls_bwrite, opncls_bclose, opncls_bflush)
2040 (opncls_bstat, opncls_iovec, bfd_openr_iovec): Implement a
2041 bfd iovec that uses function callbacks.
2042 (bfd_close): Use the iovec's bclose.
2043 * cache.c (cache_btell, cache_bseek, cache_bread, cache_bwrite)
2044 (cache_bclose, cache_bflush, cache_bstat)
2045 (cache_iovec): New functions and global variable, implement a
2046 cache "iovec", where applicable set bfd_error.
2047 (bfd_cache_init, bfd_cache_close): Set/test the bfd's iovec.
2048 * bfdio.c (struct bfd_iovec): Define.
2049 (real_read): Delete function.
2050 (bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
2051 (bfd_seek, bfd_get_mtime, bfd_get_size): Use the bfd's "iovec",
2052 assume that bread and bwrite set bfd_error.
2053 * bfd.c (struct bfd): Add "iovec", update comments.
2054 * bfd-in2.h, libbfd.h: Re-generate.
2055
2056 2004-04-21 Andrew Cagney <cagney@redhat.com>
2057
2058 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
2059
2060 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
2061
2062 * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
2063 (bfd_elf_gc_sections): Fail if a shared object is being created.
2064 Do not fail if dynamic sections have been created. Instead call
2065 elf_gc_mark_dynamic_ref_symbol to mark sections that contain
2066 dynamically referenced symbols. Do not mark the whole graph
2067 rooted at .eh_frame, only the section proper.
2068
2069 2004-04-20 DJ Delorie <dj@redhat.com>
2070
2071 * reloc.c: Add BFD_RELOC_32_SECREL.
2072 * bfd-in2.h: Regenerate.
2073 * libbfd.h: Likewise.
2074 * coff-i386.c (howto_table) [COFF_WITH_PE]: Add R_SECREL32.
2075 (coff_i386_rtype_to_howto) [COFF_WITH_PE]: Handle it.
2076 (coff_i386_reloc_type_lookup) [COFF_WITH_PE]: Likewise.
2077
2078 2004-04-19 Jakub Jelinek <jakub@redhat.com>
2079
2080 * elf32-sparc.c (elf32_sparc_relocate_section): Handle
2081 relocs against hidden/protected undefweak symbols properly.
2082 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2083
2084 2004-04-18 Mark Kettenis <kettenis@gnu.org>
2085
2086 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
2087 * netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
2088 core files.
2089
2090 2004-04-17 Brian Ford <ford@vss.fsi.com>
2091
2092 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
2093 filepos for the SizeOfHeaders field.
2094 (_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
2095 overflow.
2096 (_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.
2097
2098 2004-04-16 Alan Modra <amodra@bigpond.net.au>
2099
2100 * simple.c (bfd_simple_get_relocated_section_contents): Don't
2101 change reloc_done. Set and restore _cooked_size.
2102 (RETURN): Delete.
2103
2104 2004-04-15 Mark Kettenis <kettenis@gnu.org>
2105
2106 * netbsd-core.c (netbsd_core_file_p): Set architecture for VAX
2107 core files.
2108
2109 2004-04-15 Nick Clifton <nickc@redhat.com>
2110
2111 * bfd.c (bfd_archive_filename): Catch NULL bfd pointers.
2112
2113 2004-04-15 Alan Modra <amodra@bigpond.net.au>
2114
2115 * elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
2116
2117 2004-04-15 H.J. Lu <hongjiu.lu@intel.com>
2118
2119 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
2120 when it is a definition.
2121
2122 2004-04-14 Alan Modra <amodra@bigpond.net.au>
2123
2124 * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
2125 when statically linking PIC code.
2126 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2127
2128 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2129
2130 * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
2131 * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
2132 targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
2133 * configure: Regenerate.
2134
2135 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
2136
2137 * elflink.c: Include libiberty.h.
2138 * Makefile.am (elflink.lo): Depend on libiberty.h.
2139 * Makefile.in: Regenerate.
2140
2141 2004-04-06 Daniel Jacobowitz <drow@mvista.com>
2142
2143 * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
2144 ".MIPS.stubs".
2145
2146 2004-04-05 H.J. Lu <hongjiu.lu@intel.com>
2147
2148 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
2149 reserve the memory for dynamic linker
2150
2151 2004-04-05 Mark Kettenis <kettenis@gnu.org>
2152
2153 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
2154 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
2155
2156 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
2157
2158 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
2159 RELOC_FOR_GLOBAL_SYMBOL.
2160 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
2161
2162 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
2163
2164 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
2165 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
2166
2167 2004-04-01 Paul Brook <paul@codesourcery.com>
2168
2169 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
2170 * elf32-arm.h (struct elf32_elf_section_map): New.
2171 (struct _arm_elf_section_data): New.
2172 (elf32_arm_section_data): Define.
2173 (struct elf32_arm_link_hash_table): Add byteswap_code.
2174 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
2175 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
2176 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
2177 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
2178 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
2179 (bfd_elf32_new_section_hook, elf_backend_write_section,
2180 elf_backend_link_output_symbol_hook): Define.
2181
2182 2004-04-01 Andy Chittenden <achittenden@bluearc.com>
2183
2184 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
2185 that keeps the characters in a B_INCL..B_EINCL range.
2186 (_bfd_link_section_stabs): When computing the sum of the
2187 characters in a B_INCL..B_EINCL range also keep a copy of those
2188 characters. Use this information to distinguish between
2189 include sections that have the same sum and the same length
2190 but which are nevertheless unique.
2191
2192 2004-03-31 Paul Brook <paul@codesourcery.com>
2193
2194 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
2195 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
2196
2197 2004-03-31 Andy Chittenden <achittenden@bluearc.com>
2198
2199 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
2200 to 'sum_chars' and add field 'num_chars'.
2201 (_bfd_link_section_stabs): When computing the sum of the
2202 characters in a B_INCL..B_EINCL range also keep a count of the
2203 number of characters. Use this information to help distinguish
2204 between include sections when have the same sum but which
2205 nevertheless are still unique.
2206
2207 2004-03-31 Mattias Engdegård <mattias@virtutech.se>
2208
2209 * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs.
2210
2211 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
2212 Tomer Levi <Tomer.Levi@nsc.com>
2213
2214 * Makefile.am (ALL_MACHINES): Add cpu-cr16c.lo.
2215 (ALL_MACHINES_CFILES): Add cpu-cr16c.c.
2216 (BFD32_BACKENDS): Add elf32-cr16c.lo.
2217 (BFD32_BACKENDS_CFILES): Add elf32-cr16c.c.
2218 (cpu-cr16c.lo): New target.
2219 (elf32-cr16c.lo): Likewise.
2220 * Makefile.in: Regenerate.
2221 * archures.c (bfd_architecture): Add bfd_{arch,mach}_cr16c.
2222 (bfd_archures_list): Add bfd_cr16c_arch.
2223 * config.bfd: Handle cr16c-*-elf*.
2224 * configure.in: Handle bfd_elf32_cr16c_vec.
2225 * configure: Regenerate.
2226 * reloc.c: Add BFD_RELOC_16C_NUM08, BFD_RELOC_16C_NUM08_C,
2227 BFD_RELOC_16C_NUM16, BFD_RELOC_16C_NUM16_C,
2228 BFD_RELOC_16C_NUM32, BFD_RELOC_16C_NUM32_C,
2229 BFD_RELOC_16C_DISP04, BFD_RELOC_16C_DISP04_C,
2230 BFD_RELOC_16C_DISP08, BFD_RELOC_16C_DISP08_C,
2231 BFD_RELOC_16C_DISP16, BFD_RELOC_16C_DISP16_C,
2232 BFD_RELOC_16C_DISP24, BFD_RELOC_16C_DISP24_C,
2233 BFD_RELOC_16C_DISP24a, BFD_RELOC_16C_DISP24a_C,
2234 BFD_RELOC_16C_REG04, BFD_RELOC_16C_REG04_C,
2235 BFD_RELOC_16C_REG04a, BFD_RELOC_16C_REG04a_C,
2236 BFD_RELOC_16C_REG14, BFD_RELOC_16C_REG14_C,
2237 BFD_RELOC_16C_REG16, BFD_RELOC_16C_REG16_C,
2238 BFD_RELOC_16C_REG20, BFD_RELOC_16C_REG20_C,
2239 BFD_RELOC_16C_ABS20, BFD_RELOC_16C_ABS20_C,
2240 BFD_RELOC_16C_ABS24, BFD_RELOC_16C_ABS24_C,
2241 BFD_RELOC_16C_IMM04, BFD_RELOC_16C_IMM04_C,
2242 BFD_RELOC_16C_IMM16, BFD_RELOC_16C_IMM16_C,
2243 BFD_RELOC_16C_IMM20, BFD_RELOC_16C_IMM20_C,
2244 BFD_RELOC_16C_IMM24, BFD_RELOC_16C_IMM24_C,
2245 BFD_RELOC_16C_IMM32, BFD_RELOC_16C_IMM32_C.
2246 * targets.c (bfd_elf32_cr16c_vec): Declare.
2247 (bfd_target_vector): Add bfd_elf32_cr16c_vec.
2248 * cpu-cr16c.c: New file.
2249 * elf32-cr16c.c: Likewise.
2250 * libbfd.h: Regenerate.
2251 * bfd-in2.h: Likewise.
2252
2253 2004-03-30 Jakub Jelinek <jakub@redhat.com>
2254
2255 * elf.c (map_sections_to_segments): Fix handling of .tbss.
2256
2257 2004-03-27 Alan Modra <amodra@bigpond.net.au>
2258
2259 * Makefile.am: Remove all mention of elflink.h.
2260 * Makefile.in: Regenerate.
2261 * bfd-in.h (bfd_elf_discard_info): Declare.
2262 (bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
2263 * bfd-in2.h: Regenerate.
2264 * elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
2265 bfd_elf32_link_record_dynamic_symbol,
2266 bfd_elf64_link_record_dynamic_symbol,
2267 _bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
2268 bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
2269 _bfd_elf32_link_record_local_dynamic_symbol,
2270 _bfd_elf64_link_record_local_dynamic_symbol,
2271 _bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
2272 _bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
2273 _bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
2274 _bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
2275 _bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
2276 _bfd_elf32_reloc_symbol_deleted_p,
2277 _bfd_elf64_reloc_symbol_deleted_p): Delete.
2278 (bfd_elf_link_record_dynamic_symbol,
2279 bfd_elf_link_record_local_dynamic_symbol,
2280 bfd_elf_final_link, bfd_elf_gc_sections,
2281 bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
2282 bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
2283 bfd_elf_reloc_symbol_deleted_p): Declare.
2284 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2285 * elf32-arm.h: Update for changed function names. Remove local
2286 WILL_CALL_FINISH_DYNAMIC_SECTION define.
2287 * elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
2288 * elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
2289 * elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
2290 * elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
2291 * elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
2292 * elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
2293 * elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
2294 * elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
2295 * elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
2296 (bfd_elfNN_print_symbol): Define.
2297 * elfcode.h: Don't include elflink.h.
2298 (elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
2299 elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
2300 elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
2301 elf_gc_record_vtinherit, elf_gc_record_vtentry,
2302 elf_link_record_local_dynamic_symbol): Don't define.
2303 * elflink.c: Update for changed function names. Move elflink.h
2304 code here.
2305 * elflink.h: Delete file.
2306 * po/SRC-POTFILES.in: Regenerate.
2307 * po/bfd.pot: Regenerate.
2308
2309 2004-03-27 Alan Modra <amodra@bigpond.net.au>
2310
2311 * elf64-mmix.c (mmix_elf_relocate_section): Restore code setting
2312 "name" for global syms accidentally removed in 2004-03-20 change.
2313
2314 2004-03-27 Alan Modra <amodra@bigpond.net.au>
2315
2316 * elf-bfd.h (struct elf_reloc_cookie): Add r_sym_shift field.
2317 * elflink.h: Replace all occurrences of sizeof (Elf_External_*)
2318 where Elf_External_* is different for 64 and 32 bit, with
2319 corresponding elf_size_info field.
2320 (struct elf_final_link_info): Use "bfd_byte *" instead
2321 of "Elf_External_Sym *" for external_syms and symbuf.
2322 (elf_link_adjust_relocs): Set up r_type_mask and r_sym_shift local
2323 vars and use instead of ELF_R_INFO and ELF_R_TYPE macros.
2324 (struct elf_link_sort_rela): Add "sym_mask" alias for "offset".
2325 (elf_link_sort_cmp1): Use sym_mask field instead of ELF_R_SYM.
2326 (elf_link_sort_cmp2): Adjust.
2327 (elf_link_sort_relocs): Set up r_sym_mask local var instead of
2328 using ELF_R_SYM macro. Set u.sym_mask.
2329 (elf_bfd_final_link): Call _bfd_elf_stringtab_init instead of macro
2330 version, elf_stringtab_init. Ditto for bfd_section_from_elf_index
2331 vs. section_from_elf_index. Adjust Elf_External_Sym pointer
2332 arithmetic. Pass bed to elf_link_flush_output_syms. Adjust
2333 Elf_External_Dyn pointer arithmentic. Use bed swap_dyn_in and
2334 swap_syn_out functions. Rearrange dyn swap in/out switch.
2335 (elf_link_output_sym): Adjust Elf_External_Sym pointer arithmentic.
2336 Pass bed to elf_link_flush_output_syms. Use bed swap_symbol_out.
2337 (elf_link_flush_output_syms): Add elf_backend_data arg.
2338 (elf_link_check_versioned_symbol): Likewise.
2339 (elf_link_output_extsym): Pass bed to elf_link_check_versioned_symbol.
2340 Adjust Elf_External_Sym pointer arithmetic. Use bed swap_symbol_out.
2341 (elf_link_input_bfd): Use bfd_section_from_elf_index. Set up
2342 r_type_mask and r_sym_shift local vars and use instead of ELF_R_SYM,
2343 ELF_R_TYPE and ELF_R_INFO macros.
2344 (elf_reloc_link_order): Select ELF32_R_INFO or ELF64_R_INFO invocation
2345 based on size rather than using ELF_R_INFO.
2346 (elf_gc_mark): Set up r_sym_shift local var and use instead of
2347 ELF_R_SYM macro.
2348 (struct alloc_got_off_arg): New.
2349 (elf_gc_common_finalize_got_offsets): Use elf_size_info instead of
2350 ARCH_SIZE. Pass get entry size down to elf_gc_allocate_got_offsets.
2351 (elf_gc_allocate_got_offsets): Adjust.
2352 (elf_reloc_symbol_deleted_p): Usee cookie.r_sym_shift instead of
2353 ELF_R_SYM. Use bfd_section_from_elf_index.
2354 (elf_bfd_discard_info): Set cookie.r_sym_shift.
2355 * elfcode.h (elf_stringtab_init, section_from_elf_index): Delete.
2356 (elf_slurp_symbol_table): Use bfd_section_from_elf_index.
2357
2358 2004-03-26 Stan Shebs <shebs@apple.com>
2359
2360 Remove MPW support, no longer used.
2361 * config.bfd (powerpc-*-mpw*): Remove configuration.
2362 * mpw-config.in, mpw-make.sed: Remove files.
2363 * ecoffswap.h [MPW_C]: Remove MPW-C-friendly version of code.
2364
2365 2004-03-26 Alan Modra <amodra@bigpond.net.au>
2366
2367 * elf64-ppc.c (elf_backend_add_symbol_hook): Define.
2368 (ppc64_elf_add_symbol_hook): New function.
2369 * elf-bfd.h (struct elf_backend_data <elf_add_symbol_hook>): Remove
2370 const from Elf_Internal_Sym param.
2371 * elflink.c (elf_link_add_object_symbols): Adjust.
2372 * elf-hppa.h (elf_hppa_add_symbol_hook): Adjust.
2373 * elf32-frv.c (elf32_frv_add_symbol_hook): Adjust.
2374 * elf32-i370.c (elf_backend_add_symbol_hook): Adjust.
2375 * elf32-m32r.c (m32r_elf_add_symbol_hook): Adjust.
2376 * elf32-m68hc1x.c (elf32_m68hc11_add_symbol_hook): Adjust.
2377 * elf32-m68hc1x.h (elf32_m68hc11_add_symbol_hook): Adjust.
2378 * elf32-ppc.c (ppc_elf_add_symbol_hook): Adjust.
2379 * elf32-sh64.c (sh64_elf_add_symbol_hook): Adjust.
2380 * elf32-v850.c (v850_elf_add_symbol_hook): Adjust.
2381 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Adjust.
2382 * elf64-mmix.c (mmix_elf_add_symbol_hook): Adjust.
2383 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Adjust.
2384 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Adjust.
2385 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Adjust.
2386 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Adjust.
2387 * elfxx-mips.h (_bfd_mips_elf_add_symbol_hook): Adjust.
2388
2389 2004-03-26 Alan Modra <amodra@bigpond.net.au>
2390
2391 * elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.
2392 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): Delete.
2393 (_bfd_elf_sort_symbol, _bfd_elf_add_dt_needed_tag): Delete.
2394 (_bfd_elf_finalize_dynstr, bfd_elf32_bfd_link_add_symbols): Delete.
2395 (bfd_elf64_bfd_link_add_symbols): Delete.
2396 (bfd_elf_link_add_symbols): Declare.
2397 * elfcode.h (elf_bfd_link_add_symbols): Delete.
2398 * elflink.c: Include safe-ctype.h.
2399 (elf_add_dt_needed_tag): Rename from _bfd_elf_add_dt_needed_tag,
2400 make static.
2401 (elf_sort_symbol): Rename from _bfd_elf_sort_symbol, make static.
2402 (elf_finalize_dynstr): Rename from _bfd_elf_finalize_dynstr, make
2403 static.
2404 (elf_link_add_archive_symbols): Rename from
2405 _bfd_elf_link_add_archive_symbols, make static.
2406 (elf_link_add_object_symbols): New function. Corresponding
2407 elflink.h function converted to use elf_size_info.
2408 (bfd_elf_link_add_symbols): Likewise.
2409 (bfd_elf_size_dynamic_sections): Adjust.
2410 * elflink.h (elf_bfd_link_add_symbols): Delete.
2411 (elf_link_add_object_symbols): Delete.
2412 * elf32-gen.c (elf32_generic_link_add_symbols): Call
2413 bfd_elf_link_add_symbols.
2414 * elf64-gen.c (elf64_generic_link_add_symbols): Likewise.
2415
2416 2004-03-25 Alan Modra <amodra@bigpond.net.au>
2417
2418 * elflink.h (elf_link_add_object_symbols): Add DT_NEEDED for as-needed
2419 and chained shared libs only if dynsym. Clear dynsym on forced-local.
2420
2421 * elf-bfd.h (_bfd_elf_add_dynamic_entry): Declare.
2422 (bfd_elf32_add_dynamic_entry, bfd_elf64_add_dynamic_entry): Delete.
2423 (_bfd_elf_add_dt_needed_tag): Declare.
2424 (_bfd_elf_sort_symbol): Declare.
2425 (_bfd_elf_finalize_dynstr): Declare.
2426 (RELOC_FOR_GLOBAL_SYM): Formatting.
2427 * elfcode.h (elf_add_dynamic_entry): Delete.
2428 * elflink.c (_bfd_elf_add_dynamic_entry): New function. Corresponding
2429 elflink.h function converted to use elf_size_info.
2430 (_bfd_elf_add_dt_needed_tag): Likewise.
2431 (_bfd_elf_sort_symbol): Likewise.
2432 (_bfd_elf_finalize_dynstr): Likewise.
2433 (compute_bucket_count): Likewise.
2434 (bfd_elf_size_dynamic_sections): Likewise. Check result of
2435 _bfd_elf_strtab_add before calling _bfd_elf_strtab_addref.
2436 (elf_adjust_dynstr_offsets, elf_collect_hash_codes): Moved from..
2437 * elflink.h: ..here.
2438 (sort_symbol, add_dt_needed_tag): Delete.
2439 (elf_add_dynamic_entry, elf_finalize_dynstr): Delete.
2440 (compute_bucket_count, NAME(bfd_elf,size_dynamic_sections)): Delete.
2441 Update all users.
2442 * elf32-arm.h (add_dynamic_entry): Update. Remove casts.
2443 * elf32-cris.c (add_dynamic_entry): Likewise.
2444 * elf32-hppa.c (add_dynamic_entry): Likewise.
2445 * elf32-i370.c (add_dynamic_entry): Likewise.
2446 * elf32-i386.c (add_dynamic_entry): Likewise.
2447 * elf32-m32r.c (add_dynamic_entry): Likewise.
2448 * elf32-m68k.c (add_dynamic_entry): Likewise.
2449 * elf32-ppc.c (add_dynamic_entry): Likewise.
2450 * elf32-s390.c (add_dynamic_entry): Likewise.
2451 * elf32-sh.c (add_dynamic_entry): Likewise.
2452 * elf32-sparc.c (add_dynamic_entry): Likewise.
2453 * elf32-vax.c (add_dynamic_entry): Likewise.
2454 * elf32-xtensa.c (add_dynamic_entry): Likewise.
2455 * elf64-alpha.c (add_dynamic_entry): Likewise.
2456 * elf64-hppa.c (add_dynamic_entry): Likewise.
2457 * elf64-ppc.c (add_dynamic_entry): Likewise.
2458 * elf64-s390.c (add_dynamic_entry): Likewise.
2459 * elf64-sparc.c (add_dynamic_entry): Likewise.
2460 * elf64-x86-64.c (add_dynamic_entry): Likewise.
2461 * elfxx-ia64.c (add_dynamic_entry): Likewise.
2462 * elfxx-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
2463 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
2464 * elf32-frv.c (elf32_frv_size_dynamic_sections): Likewise.
2465 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
2466
2467 2004-03-23 Paul Brook <paul@codesourcery.com>
2468
2469 * elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.
2470
2471 2004-03-22 Bob Wilson <bob.wilson@acm.org>
2472
2473 * elf32-xtensa.c (elf_xtensa_check_relocs): Remove code to read
2474 literal tables and check for relocs outside of literal pools.
2475 (elf_xtensa_make_sym_local): Don't clear ELF_LINK_NON_GOT_REF flag.
2476 (elf_xtensa_fix_refcounts): Don't check ELF_LINK_NON_GOT_REF or
2477 set DF_TEXTREL.
2478 (elf_xtensa_size_dynamic_sections): Don't add DT_TEXTREL entry.
2479 (elf_xtensa_relocate_section): Read literal tables and check for
2480 dynamic relocations in read-only sections and not in literal pools.
2481
2482 2004-03-23 Alan Modra <amodra@bigpond.net.au>
2483
2484 PR 51.
2485 * linker.c (bfd_wrapped_link_hash_lookup): Handle info->wrap_char.
2486
2487 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
2488
2489 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
2490 R_CRIS_16_GOTPLT>: Also error if there's no PLT for a symbol
2491 not defined by the executable, or defined in a DSO.
2492 <eliding run-time relocation of .got>: Initialize GOT entry for a
2493 function symbol or ELF_LINK_HASH_NEEDS_PLT statically in an
2494 executable.
2495 (cris_elf_gc_sweep_hook): Improve fallthrough marking.
2496 (elf_cris_try_fold_plt_to_got): Improve head comment. Do not fold
2497 a PLT reloc to GOT for an executable.
2498 (elf_cris_adjust_dynamic_symbol): Only fold a .got.plt entry with
2499 .got for a DSO and explain why.
2500 (elf_cris_discard_excess_program_dynamics): Also lose GOT-relocs
2501 and unreferenced symbols for which a PLT is defined. Adjust
2502 dynamic-symbol pruning correspondingly, to make sure we don't lose
2503 a dynamic symbol also defined by a DSO.
2504
2505 2004-03-22 Alan Modra <amodra@bigpond.net.au>
2506
2507 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_section
2508 and rel args. Group input and output args. Wrap to 80 columns.
2509 * elf-m10200.c, elf-m10300.c, elf32-arm.h, elf32-avr.c,
2510 elf32-cris.c, elf32-d10v.c, elf32-fr30.c, elf32-h8300.c,
2511 elf32-hppa.c, elf32-i386.c, elf32-i860.c, elf32-ip2k.c,
2512 elf32-iq2000.c, elf32-m68hc1x.c, elf32-m68k.c, elf32-mcore.c,
2513 elf32-msp430.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
2514 elf32-sparc.c, elf32-v850.c, elf32-vax.c, elf32-xstormy16.c,
2515 elf32-xtensa.c, elf64-alpha.c, elf64-mmix.c, elf64-ppc.c,
2516 elf64-s390.c, elf64-sparc.c, elf64-x86-64.c, elfxx-ia64.c: Update
2517 RELOC_FOR_GLOBAL_SYMBOL invocation.
2518
2519 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
2520
2521 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Report error if
2522 unresolved symbols in objects aren't allowed.
2523
2524 * elf-hppa.h (elf_hppa_relocate_section): Properly handle
2525 unresolved symbols.
2526 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
2527 (elf_hppa_unmark_useless_dynamic_symbols):
2528 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
2529 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
2530 (elf32_hppa_relocate_section): Likewise.
2531 * elf32-i370.c (i370_elf_relocate_section): Likewise.
2532 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
2533 * elf32-sh.c (sh_elf_relocate_section): Likewise.
2534 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
2535 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
2536
2537 * elf-m10200.c (mn10200_elf_relocate_section): Use
2538 RELOC_FOR_GLOBAL_SYMBOL.
2539 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
2540 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
2541 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
2542 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
2543 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
2544 * elf32-m68hc1x.c (m68hc11_get_relocation_value): Likewise.
2545 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
2546 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
2547 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
2548 * elf32-v850.c (v850_elf_relocate_section): Likewise.
2549 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
2550 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
2551
2552 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2553
2554 * elf32-hppa.c (elf32_hppa_check_relocs): Handle R_PARISC_PCREL32.
2555 (final_link_relocate): Likewise.
2556 * elf-hppa.h (elf_hppa_reloc_final_type): Handle selectors for
2557 R_PARISC_PCREL32 and R_PARISC_PCREL64 relocations.
2558
2559 2004-03-19 Alan Modra <amodra@bigpond.net.au>
2560
2561 * Makefile.am: Run "make dep-am".
2562 * Makefile.in: Regenerate.
2563 * aclocal.m4: Regenerate.
2564 * config.in: Regenerate.
2565 * po/bfd.pot: Regenerate.
2566
2567 2004-03-19 Alan Modra <amodra@bigpond.net.au>
2568 H.J. Lu <hongjiu.lu@intel.com>
2569
2570 * elflink.c (_bfd_elf_merge_symbol): Revert last change. Move
2571 type and size change code to where it was previously. Remove
2572 dt_needed param. Treat old weak syms as strong if new sym is
2573 from a shared lib, even when old sym is from another shared
2574 lib. Remove unnecessary tests of oldweak and newweak. Correct
2575 comments.
2576 (_bfd_elf_add_default_symbol): Remove dt_needed param. Update
2577 _bfd_elf_merge_symbol calls.
2578 * elflink.h (elf_link_add_object_symbols): Update calls. Remove
2579 dt_needed local var. Update comments.
2580 * elf-bfd.h (_bfd_elf_merge_symbol): Update prototype.
2581 (_bfd_elf_add_default_symbol): Likewise.
2582
2583 * elflink.c (_bfd_elf_merge_symbol): Reinstate code to handle
2584 strong syms in one shared object overriding weak syms in another.
2585
2586 2004-03-18 Alan Modra <amodra@bigpond.net.au>
2587
2588 * elf-bfd.h (struct elf_obj_tdata): Delete dt_soname field. Add
2589 dyn_lib_class field. Rearrange for better packing.
2590 (elf_dt_soname): Delete.
2591 (elf_dyn_lib_class): Define.
2592 * elf.c (bfd_elf_set_dt_needed_name): Update comment.
2593 (bfd_elf_set_dt_needed_soname): Delete.
2594 (bfd_elf_set_dyn_lib_class): New function.
2595 * elflink.h (add_dt_needed_tag): New function. Split out from..
2596 (elf_link_add_object_symbols): ..here. Rename "name" to "soname".
2597 Use elf_dyn_lib_class to set dt_needed and add_needed. Move fallback
2598 initialization of soname.
2599 (elf_link_check_versioned_symbol): Test elf_dyn_lib_class instead of
2600 elf_dt_soname.
2601 * bfd-in.h (enum dynamic_lib_link_class): New.
2602 (bfd_elf_set_dt_needed_soname): Delete.
2603 (bfd_elf_set_dyn_lib_class): Declare.
2604 * bfd-in2.h: Regenerate.
2605
2606 * elflink.c (_bfd_elf_merge_symbol): Rewrite weak symbol handling.
2607 (_bfd_elf_add_default_symbol): Remove indirect BFD_ASSERTs.
2608 * elflink.h (elf_link_add_object_symbols): Don't clear dt_needed in
2609 symbol loop. Instead use add_needed to flag tag as written.
2610
2611 2004-03-17 Nathan Sidwell <nathan@codesourcery.com>
2612
2613 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
2614 logic for null_input_bfd detection.
2615
2616 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2617
2618 * config.bfd: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
2619
2620 2004-03-16 Mark Kettenis <kettenis@gnu.org>
2621
2622 * netbsd-core.c (netbsd_core_file_p) [CORE_FPU_OFFSET]: Remove
2623 code.
2624
2625 2004-03-16 Alan Modra <amodra@bigpond.net.au>
2626
2627 * elflink.c (elf_link_read_relocs_from_section): Don't use
2628 NUM_SHDR_ENTRIES in end of reloc calc. Move NULL shdr check..
2629 (_bfd_elf_link_read_relocs): ..to here.
2630 * elf32-ppc.c (ppc_elf_relax_section): Formatting.
2631
2632 2004-03-16 Alan Modra <amodra@bigpond.net.au>
2633
2634 * configure.in (HOST_64BIT_TYPE, HOST_U_64BIT_TYPE): Don't override
2635 values selected in configure.host. Require both to be defined
2636 before setting BFD_HOST_64_BIT_DEFINED. Protect assignment to
2637 corresponding BFD_HOST vars with quotes.
2638 <${host64}-${target64}-${want64} in *true*>: Don't exempt gcc;
2639 Always require BFD_HOST_64_BIT_DEFINED.
2640 <file_ptr type>: Find off_t size before emitting message. Combine
2641 off_t and ftello64 conditional.
2642 * configure: Regenerate.
2643
2644 2004-03-16 Alan Modra <amodra@bigpond.net.au>
2645
2646 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Fix pointer
2647 aliasing warning. Remove trailing whitespace throughout file.
2648
2649 2004-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2650
2651 * elf-hppa.h (elf_hppa_relocate_section): Pass input_bfd instead of
2652 input_section in calls to get_dyn_name.
2653 * 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
2654 local symbols.
2655 (elf64_hppa_check_relocs): Pass abfd in call to get_dyn_name.
2656
2657 2004-03-15 Alan Modra <amodra@bigpond.net.au>
2658
2659 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
2660 (BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Don't define here.
2661 (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
2662 (bfd_getb_signed_64, bfd_getl_signed_64): Return bfd_int64_t.
2663 (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
2664 * configure.in (HOST_U_64BIT_TYPE): Set when sizeof long is 8.
2665 (BFD_HOST_64_BIT_DEFINED, BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Set
2666 when using long.
2667 * libbfd.c (EIGHT_GAZILLION, COERCE64): Use bfd_int64_t.
2668 (bfd_getb64): Return bfd_uint64_t. Enable when BFD_HOST_64_BIT.
2669 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
2670 (bfd_putb64): Accept bfd_uint64_t. Enable when BFD_HOST_64_BIT.
2671 (bfd_putl64, bfd_put_bits, bfd_get_bits): Likewise.
2672 * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
2673 (read_8_bytes, read_indirect_string, read_address): Likewise.
2674 (read_abbrevs, parse_comp_unit): Likewise.
2675 * targets.c (struct bfd_target): Likewise.
2676 * aix386-core.c (NO_GET64, NO_PUT64, NO_GETS64): Define and use.
2677 * hppabsd-core.c: Likewise. Formatting.
2678 * hpux-core.c: Likewise.
2679 * irix-core.c: Likewise.
2680 * netbsd-core.c: Likewise.
2681 * osf-core.c: Likewise.
2682 * ptrace-core.c: Likewise.
2683 * sco5-core.c: Likewise.
2684 * trad-core.c: Likewise.
2685 * configure: Regenerate.
2686 * bfd-in2.h: Regenerate.
2687
2688 2004-03-15 Alan Modra <amodra@bigpond.net.au>
2689
2690 * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
2691 (bfd_getb32, bfd_getl32, bfd_getb16, bfd_getl16): Likewise.
2692 (bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
2693 (bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
2694 (bfd_getb_signed_16, bfd_getl_signed_16): Likewise.
2695 (bfd_putb64, bfd_putl64, bfd_putb32, bfd_putl32): Likewise.
2696 (bfd_putb16, bfd_putl16, bfd_get_bits, bfd_put_bits): Likewise.
2697 * libbfd.c: Likewise in function definitions.
2698 (bfd_put_8): Mask with 0xff rather than casting to char.
2699 (bfd_putb16, bfd_putl16, bfd_putb32, bfd_putl32): Likewise.
2700 (bfd_putb64, bfd_putl64, bfd_put_bits): Likewise.
2701 (H_PUT_64, H_PUT_32, H_PUT_16, H_PUT_8): Remove casts, simplify.
2702 (H_PUT_S64, H_PUT_S32, H_PUT_S16, H_PUT_S8): Likewise.
2703 (H_GET_64, H_GET_32, H_GET_16, H_GET_8): Likewise.
2704 (H_GET_S64, H_GET_S32, H_GET_S16, H_GET_S8): Likewise.
2705 * libaout.h (H_PUT_64 H_PUT_32, H_PUT_16): Remove casts, simplify.
2706 (H_PUT_S64, H_PUT_S32, H_PUT_S16): Likewise.
2707 (H_GET_64, H_GET_32, H_GET_16): Likewise.
2708 (H_GET_S64, H_GET_S32, H_GET_S16): Likewise.
2709 * archive.c (do_slurp_coff_armap): Update swap prototype.
2710 * coff-tic54x.c (tic54x_getl32): Replace bfd_byte* with void*.
2711 (tic54x_getl_signed_32): Likewise.
2712 (tic54x_putl32): Likewise. Mask with 0xff rather than casting to char.
2713 * mach-o.c (bfd_mach_o_read_header): Update get32 prototype.
2714 * pdp11.c (bfd_getp32): Make static, replace bfd_byte* with void*.
2715 (bfd_getp_signed_32, bfd_putp32): Likewise.
2716 * targets.c (struct bfd_target): Use void* in place of bfd_byte* for
2717 bfd_getx64, bfd_getx_signed_64, bfd_putx64, bfd_getx32,
2718 bfd_getx_signed_32, bfd_putx32, bfd_getx16, bfd_getx_signed_16,
2719 bfd_putx16, bfd_h_getx64, bfd_h_getx_signed_64, bfd_h_putx64,
2720 bfd_h_getx32, bfd_h_getx_signed_32, bfd_h_putx32, bfd_h_getx16,
2721 bfd_h_getx_signed_16, bfd_h_putx16.
2722 * aix386-core.c (NO_GET, NO_GETS, NO_PUT): Update prototypes.
2723 * hppabsd-core.c: Similarly. Rename NO_SIGNED_GET to NO_GETS.
2724 * hpux-core.c: Likewise.
2725 * irix-core.c: Likewise.
2726 * netbsd-core.c: Likewise.
2727 * osf-core.c: Likewise.
2728 * ptrace-core.c: Likewise.
2729 * sco5-core.c: Likewise.
2730 * trad-core.c: Likewise.
2731 * bfd-in2.h: Regenerate.
2732
2733 2004-03-15 Matt Thomas <matt@3am-software.com>
2734
2735 * config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
2736 selected.
2737
2738 2004-03-13 Mark Kettenis <kettenis@gnu.org>
2739
2740 * config.bfd: Add x86_64-*-openbsd*.
2741 * configure.in (x86_64-*-openbsd*): Set COREFILE to
2742 netbsd-core.lo.
2743 * configure: Regenerate.
2744
2745 2004-03-12 Nick Clifton <nickc@redhat.com>
2746 Dave Murphy <wintermute2k4@ntlworld.com>
2747
2748 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Skip most checks
2749 if the input bfd does not contain any code.
2750
2751 2004-03-09 Steve Ellcey <sje@cup.hp.com>
2752
2753 * elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
2754
2755 2004-03-05 Fred Fish <fnf@redhat.com>
2756
2757 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
2758 mips16 symbols to be even rather than testing first for even/odd.
2759 (_bfd_mips_elf_link_output_symbol_hook): Ditto.
2760
2761 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
2762
2763 * elf.c (map_sections_to_segments): Ignore .tbss sections for
2764 layout purposes.
2765
2766 2004-03-03 Alexandre Oliva <aoliva@redhat.com>
2767
2768 * elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
2769 undefined symbols as hash_new.
2770
2771 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
2772
2773 * archures.c: Add bfd_mach_sh4_nommu_nofpu.
2774 * cpu-sh.c: Ditto.
2775 * elf32-sh.c: Ditto.
2776 * bfd-in2.h: Regenerate.
2777
2778 2004-03-02 Alexandre Oliva <aoliva@redhat.com>
2779
2780 * elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
2781 dynrelocs.
2782 (_frv_count_got_plt_entries): Initialize them.
2783 (frv_pic_relocs_info_find): Add insert argument. Adjust all
2784 callers.
2785 (frv_pic_relocs_info_for_global): Likewise.
2786 (frv_pic_relocs_info_for_local): Likewise.
2787 (frv_pic_merge_early_relocs_info): New.
2788 (_frv_resolve_final_relocs_info): Use it in case one entry maps to
2789 another.
2790 (_frv_add_dyn_reloc): Add entry argument. Adjust all callers.
2791 Check that we don't exceed the allocated count for entry.
2792 (_frv_add_rofixup): Likewise.
2793 (_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
2794 (elf32_frv_finish_dynamic_sections): Improve error message in case
2795 we emit too few rofixup entries.
2796
2797 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
2798
2799 * archures.c (bfd_mach_fr450): New.
2800 * bfd-in2.h: Regenerate.
2801 * cpu-frv.c (arch_info_450): New bfd_arch_info_type.
2802 (arch_info_500): Link to it.
2803 * elf32-frv.c (elf32_frv_machine, frv_elf_merge_private_bfd_data)
2804 (frv_elf_print_private_bfd_data): Handle fr405 and fr450 header flags.
2805 (frv_elf_arch_extension_p): New function.
2806 (frv_elf_merge_private_bfd_data): Use it.
2807
2808 2004-02-28 H.J. Lu <hongjiu.lu@intel.com>
2809
2810 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype.
2811
2812 * elflink.h (is_global_data_symbol_definition): Moved to
2813 elflink.c.
2814 (elf_link_is_defined_archive_symbol): Likewise.
2815 (elf_link_add_archive_symbols): Likewise. Renamed to
2816 _bfd_elf_link_add_archive_symbols.
2817
2818 * elflink.c (elf_link_is_defined_archive_symbol): Get the size
2819 of ELF symbol table entry from backend.
2820 (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols
2821 instead of elf_link_add_object_symbols.
2822
2823 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
2824
2825 * elf-bfd.h (struct elf_backend_data): Added
2826 elf_backend_can_make_relative_eh_frame,
2827 elf_backend_can_make_lsda_relative_eh_frame and
2828 elf_backend_encode_eh_address.
2829 (_bfd_elf_encode_eh_address): Declare.
2830 (_bfd_elf_can_make_relative): Declare.
2831 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new
2832 hooks to decide whether to attempt to make_relative and
2833 make_lsda_relative.
2834 (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address.
2835 (_bfd_elf_can_make_relative): New.
2836 (_bfd_elf_encode_eh_address): New.
2837 * elf32-frv.c (frv_elf_use_relative_eh_frame): New.
2838 (frv_elf_encode_eh_address): New.
2839 (elf_backend_can_make_relative_eh_frame): Define.
2840 (elf_backend_can_make_lsda_relative_eh_frame): Define.
2841 (elf_backend_encode_eh_address): Define.
2842 * elfxx-target.h
2843 (elf_backend_can_make_relative_eh_frame): Define.
2844 (elf_backend_can_make_lsda_relative_eh_frame): Define.
2845 (elf_backend_encode_eh_address): Define.
2846 (elfNN_bed): Add them.
2847
2848 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
2849
2850 * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
2851 complain_on_overflow to signed.
2852
2853 2004-02-27 H.J. Lu <hongjiu.lu@intel.com>
2854
2855 * elflink.h (sort_symbol): New.
2856 (elf_link_add_object_symbols): Use a sorted symbol array for
2857 weakdef.
2858
2859 2004-02-27 Jakub Jelinek <jakub@redhat.com>
2860
2861 * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
2862 for pc relative relocs.
2863 (elf_s390_relocate_section): Likewise.
2864 * elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
2865 for pc relative relocs.
2866 (elf_s390_relocate_section): Likewise.
2867
2868 2004-02-26 H.J. Lu <hongjiu.lu@intel.com>
2869
2870 * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
2871 count_dyn_reloc.
2872
2873 2004-02-25 H.J. Lu <hongjiu.lu@intel.com>
2874
2875 * elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
2876 field to track if a relocation is against readonly section.
2877 (count_dyn_reloc): Take a new argument for rent->reltext.
2878 (elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
2879 (get_reloc_section): Don't set ia64_info->reltext here.
2880 (allocate_dynrel_entries): Set ia64_info->reltext here.
2881
2882 2004-02-24 Alexandre Oliva <aoliva@redhat.com>
2883
2884 * elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
2885 (_frv_emit_got_relocs_plt_entries): Decay relocation to protected
2886 function's descriptor to symbol+offset, and map local undefweak
2887 symbol to NULL function descriptor.
2888 (elf32_frv_relocate_section): Likewise.
2889
2890 2004-02-23 Mark Kettenis <kettenis@gnu.org>
2891
2892 * libaout.h (enum machine_type): Add M_SPARC64_NETBSD and
2893 M_X86_64_NETBSD.
2894 * netbsd-core.c (M_SPARC64_OPENBSD): Define.
2895 (netbsd_core_file_p): Set architecture from machine ID for
2896 selected machines.
2897
2898 2004-02-23 Jakub Jelinek <jakub@redhat.com>
2899
2900 * elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
2901 DF_BIND_NOW is set in info->flags, create DT_BIND_NOW dynamic entry.
2902
2903 2004-02-21 H.J. Lu <hongjiu.lu@intel.com>
2904
2905 * elflink.c (_bfd_elf_merge_symbol): Properly handle undefined
2906 symbols with non-default visibility.
2907
2908 2004-02-21 Danny Smith <daanysmith@users.sourceforge.net>
2909
2910 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
2911 IMAGE_SCN_MEM_WRITE on known sections only.
2912
2913 2004-02-20 Jakub Jelinek <jakub@redhat.com>
2914
2915 * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
2916 symbols used in PIE relocs.
2917
2918 2004-02-19 Jakub Jelinek <jakub@redhat.com>
2919
2920 * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
2921 .plt sh_entsize.
2922
2923 2004-02-18 Daniel Jacobowitz <drow@mvista.com>
2924
2925 * configure.in: Update version to 2.15.90.
2926 * configure: Regenerate.
2927
2928 2004-02-17 Daniel Jacobowitz <drow@mvista.com>
2929 Richard Sandiford <rsandifo@redhat.com>
2930
2931 * elfxx-mips.c (mips_elf_calculate_relocation): Use
2932 _bfd_elf_symbol_refs_local_p to decide whether to decay
2933 a GOT_PAGE/GOT_OFST pair to GOT_DISP/addend.
2934 (_bfd_mips_elf_check_relocs): Add a global GOT entry for GOT_PAGE
2935 relocs if the symbol wasn't defined by a regular object file.
2936 Don't check the symbol's dynindx.
2937
2938 2004-02-16 Andrew Cagney <cagney@redhat.com>
2939
2940 * bfd-in.h (file_ptr, ufile_ptr): Configure type using
2941 @bfd_file_ptr@.
2942 * bfd-in2.h: Re-generate.
2943
2944 2004-02-14 Andrew Cagney <cagney@redhat.com>
2945
2946 * configure.host (HDEFINES): When hppa*-*-hpux*, define
2947 _LARGEFILE64_SOURCE.
2948
2949 2004-02-13 Andrew Cagney <cagney@redhat.com>
2950
2951 * elf.c (vma_page_aligned_bias): New function.
2952 (assign_file_positions_except_relocs)
2953 (assign_file_positions_for_segments): Replace broken modulo
2954 arithmetic with call to vma_page_aligned_bias.
2955
2956 2004-02-11 Andrew Cagney <cagney@redhat.com>
2957
2958 * bfd-in.h: Update copyright.
2959 (bfd_tell): Change return type to file_ptr.
2960 * bfd-in2.h: Re-generate.
2961 * cache.c: Update copyright.
2962 (bfd_cache_lookup_worker): Use real_fseek, do not cast offset
2963 parameter.
2964 (close_one): Use real_ftell.
2965 * bfdio.c: Update copyright.
2966 (real_ftell, real_fseek): New functions.
2967 (bfd_tell): Use real_fseek and real_ftell, change return type to
2968 file_ptr.
2969 (bfd_seek): Use real_ftell and real_fseek, change type of
2970 file_position to a file_ptr.
2971 * libbfd-in.h: Update copyright.
2972 (real_ftell, real_fseek): Declare.
2973 * libbfd.h: Re-generate.
2974
2975 * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
2976 fseeko and fseeko64. Determine bfd_file_ptr.
2977 * configure: Re-generate.
2978 * config.in: Re-generate.
2979
2980 2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
2981
2982 * coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
2983 * elf32-h8300.c: Likewise.
2984
2985 2004-02-09 Christian Vogel <vogelchr@vogel.cx>
2986 Nick Clifton <nickc@redhat.com>
2987
2988 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Catch
2989 GOT entries with no associated GOT subsection.
2990
2991 2004-02-09 Richard Sandiford <rsandifo@redhat.com>
2992
2993 * bfd-elf.h (elf_backend_name_local_section_symbols): New hook.
2994 * elf.c (swap_out_syms): Use it to decide whether local section
2995 symbols should be named.
2996 * elfxx-target.h (elf_backend_name_local_section_symbols): New macro.
2997 * elfxx-mips.h (_bfd_mips_elf_name_local_section_symbols): Declare.
2998 (elf_backend_name_local_section_symbols): Define.
2999 * elfxx-mips.c (_bfd_mips_elf_name_local_section_symbols): New.
3000
3001 2004-01-30 H.J. Lu <hongjiu.lu@intel.com>
3002
3003 * elfxx-ia64.c (elfNN_ia64_relax_brl): New function.
3004 (elfNN_ia64_relax_section): Optimize brl to br during the relax
3005 finalize pass.
3006
3007 2004-01-30 Alexandre Oliva <aoliva@redhat.com>
3008
3009 * elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
3010 to bfd_link_hash_entry passed by reference to
3011 _bfd_generic_link_add_one_symbol.
3012
3013 2004-01-25 H.J. Lu <hongjiu.lu@intel.com>
3014
3015 * elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm
3016 relocations against dynamic symbols.
3017
3018 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
3019
3020 * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13
3021 change.
3022
3023 2004-01-21 Tom Rix <tcrix@worldnet.att.net>
3024
3025 * reloc.c: New 5 bit reloc, BFD_RELOC_M68HC12_5B, for m68hc12 movb/movw.
3026 * bfd-in2.h, libbfd.h: Rebuilt.
3027
3028 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
3029
3030 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't remove
3031 IMAGE_SCN_MEM_WRITE flag from .text section if WP_TEXT
3032 flag has been cleared.
3033
3034 2004-01-19 Kazu Hirata <kazu@cs.umass.edu>
3035
3036 * coff-h8300.c: Add and adjust comments about relaxation.
3037 * elf32-h8300.c: Likewise.
3038
3039 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
3040
3041 * coff-h8300.c: Fix comment typos.
3042 * elf32-h8300.c: Likewise.
3043
3044 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
3045
3046 * coff-h8300.c: Add comments about relaxation.
3047 * elf32-h8300.c: Likewise.
3048
3049 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3050
3051 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
3052 throughout.
3053 * aclocal.m4: Regenerate.
3054 * configure: Regenerate.
3055
3056 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
3057
3058 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
3059 mips_elf64_rtype_to_howto instead of using howto_table.
3060
3061 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
3062
3063 * elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
3064 the .plt section.
3065 (elf32_arm_check_relocs): Don't increment the PLT refcount for
3066 relocs which would not use the PLT.
3067
3068 2004-01-13 Alan Modra <amodra@bigpond.net.au>
3069
3070 * elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs.
3071 (ppc64_elf_gc_sweep_hook): Likewise.
3072 (ppc64_elf_size_dynamic_sections): Test for .plt directly.
3073
3074 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
3075
3076 Adds linker relaxation support for bit manipulation insns like
3077 band, bclr, biand, bild, bior, bist, bixor, bld, bnot, bor, bset,
3078 bst, btst, bxor.
3079 * elf32-h8300.c: Opcode for bit manipulation insn is checked in
3080 elf32_h8_relax_section function while relxation for aa:16 and aa:32.
3081 * coff-h8300.c: Opcode for bit manipulation insn is checked in
3082 h8300_reloc16_extra_cases function while relxation for aa:16 and aa:32.
3083
3084 2004-01-12 Alan Modra <amodra@bigpond.net.au>
3085
3086 * dwarf2.c: Convert to C90, remove unneeded casts and prototypes.
3087
3088 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
3089
3090 * elf32-h8300.c: Fix formatting.
3091
3092 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
3093
3094 * elf32-cris.c (cris_elf_gc_sweep_hook): Return early if no
3095 dynamic object is present. Declare r_symndx and h in an inner
3096 scope.
3097 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
3098
3099 2004-01-09 Daniel Jacobowitz <drow@mvista.com>
3100
3101 * elf32-arm.h (struct elf32_arm_relocs_copied): Remove pc_count.
3102 (elf32_arm_copy_indirect_symbol): Don't copy pc_count.
3103 (elf32_arm_final_link_relocate): Handle PLT32 and PC24 relocs
3104 identically. Do not emit PC24 relocations for shared libraries.
3105 (elf32_arm_gc_sweep_hook): Handle PLT32 and PC24 relocs
3106 identically. Don't adjust pc_count.
3107 (elf32_arm_check_relocs): Handle PLT32 and PC24 relocs identically.
3108 Set ELF_LINK_HASH_NEEDS_PLT for both. Don't adjust pc_count; don't
3109 adjust count for branch relocations.
3110 (allocate_dynrelocs): Correct typo in call to
3111 WILL_CALL_FINISH_DYNAMIC_SYMBOL. Never allocate space for
3112 PC24 or PLT32 relocs when linking.
3113
3114 2004-01-09 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
3115
3116 * coff-arm.c (aoutarm_std_reloc_howto): [ARM_WINCE] Synchronize ARM_26D
3117 relocation howto with ARM_26 one for consistency.
3118 (coff_arm_relocate_section): Set partial_inplace for ARM_26 relocations
3119 that will be converted to ARM_26D ones, since we always want 'done'
3120 relocations to be reflected in section's data.
3121 (coff_arm_relocate_section): [ARM_WINCE] Quick fix for BL instruction
3122 offset.
3123 (_bfd_final_link_relocate): Do not modify "inplace" data, if not
3124 requested.
3125
3126 2004-01-08 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
3127
3128 * coff-arm.c (coff_arm_relocate_section): Do not alter relocs that
3129 are not partial_inplace during a relocatable link.
3130
3131 2004-01-08 Kazu Hirata <kazu@cs.umass.edu>
3132
3133 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return early
3134 if no dynamic object is present. Declare r_symndx and h in an
3135 inner scope.
3136
3137 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
3138
3139 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't install
3140 trampoline if it is known out of range.
3141
3142 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
3143
3144 2003-12-17 Alexandre Oliva <aoliva@redhat.com>
3145 * elf32-frv.c (_frv_osec_readonly_p): New.
3146 (_frv_emit_got_relocs_plt_entries): Don't emit rofixup for
3147 undefweak symbol.
3148 (_frv_count_got_plt_entries): Adjust expected count accordingly.
3149 (elf32_frv_relocate_section): Likewise. Error out if attempting
3150 to emit rofixups or dynamic relocs in read-only segments. Use
3151 _bfd_elf_section_offset to adjust r_offsets in rofixups and
3152 dynamic relocations.
3153 2003-12-12 Alexandre Oliva <aoliva@redhat.com>
3154 * elf32-frv.c (elf32_frv_relocate_section): Compute dynamic
3155 relocations or fixups involving merged sections correctly. Avoid
3156 crash when undefined symbol is referenced by R_FRV_32 or
3157 R_FRV_FUNCDESC_VALUE.
3158 2003-12-02 Alexandre Oliva <aoliva@redhat.com>
3159 * elf32-frv.c (elf32_frv_relocate_section): Add output_offset of
3160 input section holding local symbol to addend of R_FRV_32 or
3161 R_FRV_FUNCDESC_VALUE dynamic relocation.
3162 2003-11-27 Alexandre Oliva <aoliva@redhat.com>
3163 * elf32-frv.c (elf32_frv_modify_segment_map): Add link info arg.
3164 (elf32_frv_always_size_sections): Don't store pointer to
3165 __stacksize symbol in sec_info.
3166 (elf32_frv_modify_segment_map): Look it up here.
3167 2003-11-26 Alexandre Oliva <aoliva@redhat.com>
3168 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Emit the address
3169 of the lazy PLT entry, not only its offset, as the low word of a
3170 function descriptor.
3171 2003-11-10 Alexandre Oliva <aoliva@redhat.com>
3172 * elf32-frv.c (elf32_frv_always_size_sections): Define __stacksize
3173 if a hash table entry already exists but is not a definition.
3174 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
3175 * elf32-frv.c (frv_elf_link_hash_table_create): Use bfd_zalloc.
3176 (_frv_add_rofixup): Don't inline.
3177 (_frv_emit_got_relocs_plt_entries): Use NULL as funcdesc address
3178 for undefweak symbols.
3179 (elf32_frv_relocate_section): Avoid crash while computing
3180 relocation when linking with shared library. Only emit rofixups
3181 and dynamic relocations for alloc&load sections. Mark binaries
3182 with inter-segment relocations for relocation as a unit.
3183 (_frv_create_got_section): Rename .rofixup.got to .rofixup.
3184 (DEFAULT_STACK_SIZE): New.
3185 (_frv_count_got_plt_entries): Fix thinko in deciding whether to
3186 emit rofixups or dynamic relocs when linking dynamic non-PIE
3187 executables.
3188 (elf32_frv_size_dynamic_sections): Generate rofixup on PIEs and
3189 shared libs too. Reserve the last entry for the GOT pointer.
3190 (elf32_frv_finish_dynamic_sections): Emit it.
3191 (elf32_frv_always_size_sections): New.
3192 (elf32_frv_modify_segment_map): New.
3193 (elf32_frv_check_relocs): Reserve relocs32 space only in ALLOC
3194 sections.
3195 (frv_elf_merge_private_bfd_data): Clear PIC bit if FDPIC is set.
3196 (frv_elf_print_private_bfd_data): Handle FDPIC and LIBPIC.
3197 (elf_backend_always_size_sections): New.
3198 (elf_backend_modify_segment_map): New.
3199 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
3200 * config.bfd: Added frv-*-*linux*.
3201 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Use idx 0 for
3202 ABS section, instead of crashing.
3203 (elf32_frv_relocate_section): Don't crash before warning about
3204 different segments in non-PIC relocation.
3205 2003-10-17 Alexandre Oliva <aoliva@redhat.com>
3206 * elf32-frv.c (elf32_frv_relocate_section): Don't warn on LABEL24
3207 relocs to undefweak symbols.
3208 (elf32_frv_relocate_section): Ditto for undefined symbols.
3209 2003-10-06 Alexandre Oliva <aoliva@redhat.com>
3210 * elf32-frv.c (elf32_frv_create_dynamic_sections): Make sure
3211 gotfixup section was created.
3212 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
3213 * elf32-frv.c (elf32_frv_howto_table): Change GOT12,
3214 FUNCDESC_GOT12, GOTOFF12 and FUNCDESC_GOTOFF12 to
3215 complain_overflow_signed.
3216 * elf32-frv.c (_frv_add_rofixup): Do not error out if contents
3217 have not been allocated.
3218 (_frv_emit_got_relocs_plt_entries): Return non-void. Assert
3219 privfd only if dynamic sections were created.
3220 (elf32_frv_relocate_section): Compute gprel_segment, and use it
3221 for GPREL relocs. When linking relocatable FDPIC executables,
3222 emit warnings for relocations that would be illegal on PIE or
3223 shared libraries. Emit rofixup for R_FRV_32 only if input object
3224 is not FDPIC.
3225 (_frv_create_got_section): Define _gp symbol in the rofixup
3226 section.
3227 (elf32_frv_finish_dynamic_sections): If rofixups needed but
3228 dynamic sections missing, error out requesting -melf32frvfd.
3229 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
3230 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Rearrange
3231 computation of addends from section and global or local symbol
3232 value. Change return type to bfd_boolean, and return a failure if
3233 a dynamic FUNCDESC or FUNCDESC_VALUE relocation that requires a
3234 nonzero addend is required.
3235 (elf32_frv_relocate_section): Likewise. Print error for
3236 unsupported nonzero addends.
3237 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
3238 * elf32-frv.c (FRV_SYM_LOCAL): In the absence of dynamic sections,
3239 force everything local.
3240 (_frv_emit_got_relocs_plt_entries): Cope with NULL sec.
3241 * elf32-frv.c (struct frv_elf_link_hash_table): Added sgotfixup.
3242 (frv_gotfixup_section): New.
3243 (FRV_SYM_LOCAL): Accept undefweak and local common symbols.
3244 (struct frv_pic_relocs_info): Split relocs into relocs32, relocsfd
3245 and relocsfdv.
3246 (_frv_add_rofixup): New.
3247 (_frv_emit_got_relocs_plt_entries): Generate fixups for non-PIE
3248 fdpic executables. Use FRV_SYM_LOCAL more widely to simplify and
3249 improve some ugly conditions.
3250 (elf32_frv_relocate_section): Likewise. Reject inter-segment
3251 relocations in fdpic.
3252 (_frv_create_got_section): Create .rofixup.got section.
3253 (struct _frv_dynamic_got_info): Added fixups.
3254 (_frv_count_got_plt_entries): Account in-GOT relocations into
3255 relocs32, relocsfd and relocsfdv. Account them into relocs or
3256 fixups, as appropriate.
3257 (elf32_frv_size_dynamic_sections): Size rofixup section. Simplify
3258 sizing of gotrel.
3259 (elf32_frv_finish_dynamic_sections): Verify that the right number
3260 of relocations and fixups was generated.
3261 (elf32_frv_check_relocs): Compute relocs32, relocsfd and
3262 relocsfdv.
3263 * elf32-frv.c (FRV_SYM_LOCAL): New macro, used instead of
3264 SYMBOL_CALLS_LOCAL and SYMBOL_REFERENCES_LOCAL.
3265 (FRV_FUNCDESC_LOCAL): New macro, used to decide whether a function
3266 descriptor of a (formerly-)global symbol is local.
3267 (struct frv_pic_relocs_info): Adjust comments.
3268 (_frv_emit_got_relocs_plt_entries): Adjust.
3269 (elf32_frv_relocate_section): Likewise.
3270 (_frv_count_got_plt_entries): Likewise.
3271 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Don't add global
3272 symbol's value to addend in the common preamble. Decay dynamic
3273 symbols to section+offset if they bind or call locally, for GOT
3274 and FUNCDESC_VALUE, respectively.
3275 (elf32_frv_relocate_section): Likewise.
3276 (elf32_frv_check_relocs): Don't register as dynamic symbols of
3277 internal or hidden visibility.
3278 2003-09-17 Alexandre Oliva <aoliva@redhat.com>
3279 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Get addend as
3280 argument, so as to not call _bfd_elf_rel_local_sym to compute it.
3281 (elf32_frv_relocate_section): Pass relocation addend in. Use
3282 original relocation addend to look up the got relocs/plt entries
3283 table. Do not call _bfd_elf_rel_local_sym. Don't error out when
3284 processing relocations that reference .scommon symbols.
3285 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
3286 Introduce support for dynamic linking.
3287 * elf32-frv.c (R_FRV_FUNCDESC_VALUE): Mark it as 64 bits.
3288 (elf32_frv_rel_32_howto, elf32_frv_rel_funcdesc_howto,
3289 elf32_frv_rel_funcdesc_value_howto): New REL descriptors.
3290 (frv_reloc_type_lookup): Return REL howtos for executables and
3291 dynamic libraries.
3292 (frv_info_to_howto_rel): New.
3293 (struct frv_elf_link_hash_table): New.
3294 (frv_hash_table, frv_got_section, frv_gotrel_section,
3295 frv_plt_section, frv_pltrel_section, frv_relocs_info,
3296 frv_got_initial_offset, frv_plt_initial_offset): New macros.
3297 (frv_elf_link_hash_table_create): New.
3298 (struct frv_pic_relocs_info): New.
3299 (frv_pic_relocs_info_hash, frv_pic_relocs_info_eq): New.
3300 (frv_pic_relocs_info_find): New.
3301 (frv_pic_relocs_info_for_global, frv_pic_relocs_info_for_local):
3302 New.
3303 (FRV_LZPLT_BLOCK_SIZE, FRV_LZPLT_RESOLVE_LOC): New.
3304 (_frv_add_dyn_reloc, _frv_osec_to_segment): New.
3305 (_frv_emit_got_relocs_plt_entries): New.
3306 (elf32_frv_relocate_section): Add support for dynamic linking.
3307 Handle new relocations.
3308 (_frv_create_got_section): New.
3309 (elf32_frv_create_dynamic_sections): New.
3310 (ELF_DYNAMIC_INTERPRETER): New.
3311 (struct _frv_dynamic_got_info): New.
3312 (_frv_count_got_plt_entries): New.
3313 (struct _frv_dynamic_got_plt_info): New.
3314 (_frv_compute_got_alloc_data): New.
3315 (_frv_get_got_entry, _frv_get_fd_entry): New.
3316 (_frv_assign_got_entries, _frv_assign_plt_entries): New.
3317 (_frv_resolve_final_relocs_info): New.
3318 (elf32_frv_size_dynamic_sections): New.
3319 (elf32_frv_finish_dynamic_sections): New.
3320 (elf32_frv_adjust_dynamic_symbol): New.
3321 (elf32_frv_finish_dynamic_symbol): New.
3322 (elf32_frv_check_relocs): Handle new relocs. Explain how the
3323 whole thing works.
3324 (elf_info_to_howto_rel): Define.
3325 (bfd_elf32_bfd_link_hash_table_create): Define.
3326 (elf_backend_create_dynamic_sections): Define.
3327 (elf_backend_adjust_dynamic_symbol): Define.
3328 (elf_backend_size_dynamic_sections): Define.
3329 (elf_backend_finish_dynamic_symbol): Define.
3330 (elf_backend_finish_dynamic_sections): Define.
3331 (elf_backend_want_got_sym): Define.
3332 (elf_backend_got_header_size): Define.
3333 (elf_backend_want_got_plt): Define.
3334 (elf_backend_plt_readonly): Define.
3335 (elf_backend_want_plt_sym): Define.
3336 (elf_backend_plt_header_size): Define.
3337 (elf_backend_may_use_rel_p): Define.
3338 (elf_backend_may_use_rela_p): Define.
3339 (elf_backend_default_use_rela_p): Define.
3340 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
3341 * elf32-frv.c (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
3342 R_FRV_FUNCDESC_GOTOFFHI, R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12,
3343 R_FRV_GOTOFFHI, R_FRV_GOTOFFLO): New.
3344 (frv_reloc_map): Map the corresponding BFD relocs to them.
3345 (frv_reloc_type_lookup): ... and back to BFD relocs.
3346 * reloc.c: New relocs.
3347 * bfd-in2.h, libbfd.h: Rebuilt.
3348 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
3349 * elf32-frv.c (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
3350 R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
3351 R_FRV_FUNCDESC_GOTLO): New.
3352 (frv_reloc_map): Map the corresponding BFD relocs to them.
3353 (frv_reloc_type_lookup): ... and back to BFD relocs.
3354 * reloc.c: New relocs.
3355 * bfd-in2.h, libbfd.h: Rebuilt.
3356
3357 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3358
3359 * elf32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
3360 targets to support pages of up to 64kB.
3361 (elf32_bed): Redefine to get a separate backend data structure for
3362 traditional targets.
3363 * elf64-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
3364 targets to support pages of up to 64kB.
3365 (elf64_bed): Redefine to get a separate backend data structure for
3366 traditional targets.
3367 * elfn32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
3368 targets to support pages of up to 64kB.
3369 (elf32_bed): Redefine to get a separate backend data structure for
3370 traditional targets.
3371
3372 2004-01-04 Mark Kettenis <kettenis@gnu.org>
3373
3374 * elf32-sparc.c (elf32_sparc_grok_psinfo): New function.
3375
3376 2004-01-02 Mark Kettenis <kettenis@gnu.org>
3377
3378 * elf32-i386.c (elf_i386_grok_prstatus): Add support for FreeBSD.
3379 (elf_i386_grok_psinfo): Likewise.
3380
3381 2004-01-02 Bernardo Innocenti <bernie@develer.com>
3382
3383 * config.bfd: Add m68k-uClinux target.
3384
3385 2004-01-01 Grant Edwards <grante@visi.com>
3386
3387 * elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.
3388 * elf32-h8300.c (elf32_h8_gc_mark_hook): New function.
3389 (elf32_h8_gc_sweep_hook): New function.
3390 (elf_backend_gc_mark_hook): Define.
3391 (elf_backend_gc_sweep_hook): Define.
3392 (elf_backend_can_gc_sections): Define.
3393
3394 For older changes see ChangeLog-0203
3395 \f
3396 Local Variables:
3397 mode: change-log
3398 left-margin: 8
3399 fill-column: 74
3400 version-control: never
3401 End: