1 2003-08-17 Hans-Peter Nilsson <hp@bitrange.com>
3 * simple.c (bfd_simple_get_relocated_section_contents): Move
4 reloc_done hack to before first bfd_section_size call. Change all
5 returns to use new wrapper macro RETURN, restoring sec->reloc_done.
7 2003-08-16 Alan Modra <amodra@bigpond.net.au>
9 * elf64-ppc.c: Don't include elf/ppc.h.
11 2003-08-14 Richard Sandiford <rsandifo@redhat.com>
13 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
14 code to work with 64-bit bfds.
16 2003-08-14 Alan Modra <amodra@bigpond.net.au>
18 * dep-in.sed: Remove libintl.h.
19 * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
20 (POTFILES.in): Remove target.
21 * Makefile.in: Regenerate.
23 2003-08-12 Alan Modra <amodra@bigpond.net.au>
25 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
26 (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
27 use the function sym from the previous reloc.
29 2003-08-11 Jakub Jelinek <jakub@redhat.com>
31 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
33 * elf32-s390.c (elf_s390_relocate_section): Likewise.
34 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
35 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
36 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
37 * elf64-s390.c (elf_s390_relocate_section): Likewise.
38 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
39 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
40 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
41 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
42 (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
43 on undefined symbols if -pie.
44 * elf32-sh.c (sh_elf_relocate_section): Likewise.
46 2003-08-11 Alan Modra <amodra@bigpond.net.au>
48 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
49 branch to __libc_start_main.
51 2003-08-08 Dmitry Diky <diwil@mail.ru>
53 * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
55 * cpu-msp430.c: Likewise.
56 * elf32-msp430.c: Likewise.
57 * bfd-in2.h: Regenerate.
59 2003-08-07 Alan Modra <amodra@bigpond.net.au>
61 * elfxx-target.h: Remove PTR cast.
62 * targets.c (bfd_target): Make backend_data const void *.
63 * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
64 * elf-m10300.c: Likewise.
66 * elf32-hppa.c: Likewise.
67 * elf32-i386.c: Likewise.
68 * elf32-m68hc1x.c: Likewise.
69 * elf32-ppc.c: Likewise.
70 * elf32-s390.c: Likewise.
71 * elf32-sh.c: Likewise.
72 * elf32-sh64.c: Likewise.
73 * elf32-sparc.c: Likewise.
74 * elf32-xtensa.c: Likewise.
75 * elf64-mips.c: Likewise.
76 * elf64-ppc.c: Likewise.
77 * elf64-s390.c: Likewise.
78 * elf64-sh64.c: Likewise.
79 * elf64-sparc.c: Likewise.
80 * elf64-x86-64.c: Likewise.
81 * elfcode.h: Likewise.
82 * elfcore.h: Likewise.
83 * elflink.c: Likewise.
84 * elflink.h: Likewise.
85 * elfxx-ia64.c: Likewise.
86 * elfxx-mips.c: Likewise.
87 * elfxx-mips.h: Likewise.
88 * elf.c (prep_headers): Remove useless check for null backend_data.
89 * bfd-in2.h: Regenerate.
91 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.
92 (NAME): Use ## rather than CONCAT4 macro.
93 * elfcode.h: Remove one remaining PARAMS macro.
94 * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
95 * elf-strtab.c: Likewise.
96 * elf-hppa.h: Likewise.
97 * elf32-hppa.h: Likewise.
98 * elf32-hppa.c: Likewise.
99 (elf32_hppa_add_symbol_hook): Delete.
100 (elf_backend_add_symbol_hook): Don't define.
101 * libhppa.h: Convert to C90. Replace INLINE with inline.
103 2003-08-06 Alan Modra <amodra@bigpond.net.au>
105 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
106 (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
107 function descriptors, but warn.
108 (ppc_build_one_stub): Remove a couple of vars. Move code creating
109 stub syms so that we can avoid a stub sym if we already have a
110 plt sym. Do not redefine an existing symbol.
111 (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
114 2003-08-06 Nick Clifton <nickc@redhat.com>
116 * po/fr.po: Updated French translation.
118 2003-08-06 Alan Modra <amodra@bigpond.net.au>
120 * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
123 2003-08-05 Daniel Jacobowitz <drow@mvista.com>
125 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
126 (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
128 2003-08-03 Jeff Muizelaar <muizelaar@rogers.com>
130 * coffcode.h (coff_slurp_line_table): Return with a warning
131 message if the line number table could not be read.
133 2003-08-04 Nick Clifton <nickc@redhat.com>
135 * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
136 to messages produced for .gnu.warning.SYMBOL sections.
138 2003-08-04 Alan Modra <amodra@bigpond.net.au>
140 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
141 * elfcore.h: Likewise.
142 * elflink.c: Likewise.
143 * elflink.h: Likewise.
144 * elf.c (sym_is_global): Remove INLINE.
145 (align_file_position): Replace INLINE with inline.
146 * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
147 (elf_file_p): Replace INLINE with inline.
149 2003-08-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
151 * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
153 2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
155 * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
157 2003-08-01 H.J. Lu <hongjiu.lu@intel.com>
159 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
160 ElfNN_External_Rela instead of Elf64_External_Rela.
162 2003-08-01 Nick Clifton <nickc@redhat.com>
164 * config.bfd: Add code to catch obsolete configurations and warn
165 about them unless --enable-obsolete is used. Use this to mark
166 vax-vms port as obsolete.
168 2003-07-30 Alan Modra <amodra@bigpond.net.au>
170 * elf32-ppc.c (ppc_elf_install_value): Tidy.
171 (ppc_elf_relax_section): Remove dead code. Remove unnecessary casts.
173 * elfxx-target.h: Remove PARAMS macro. Formatting.
175 2003-07-30 Alan Modra <amodra@bigpond.net.au>
177 * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
178 * elf64-ppc.c (get_fdh): New function, split out from
180 (ppc64_elf_check_relocs): Use get_fdh.
181 (func_desc_adjust): Likewise. Tidy.
182 (ppc64_elf_edit_opd): Tighten reloc checks. Free local_syms on error
183 exit. Use get_fdh. Account for superfluous dynamic relocs.
184 (ppc64_elf_relocate_section): Warning fix.
186 2003-07-30 Jason Eckhardt <jle@rice.edu>
188 * coff-i860.c: Convert to ISO C90. Remove superflous prototypes.
190 2003-07-30 Jason Eckhardt <jle@rice.edu>
192 * elf32-i860.c: Convert to ISO C90. Remove superflous prototypes.
194 2003-07-30 Randolph Chung <tausq@debian.org>
196 * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
197 * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
199 2003-07-30 Alan Modra <amodra@bigpond.net.au>
201 * elf.c: Convert to C90, remove unnecessary prototypes and casts.
202 Replace PTR with void *. Formatting.
203 (_bfd_elf_assign_file_position_for_section): Remove INLINE.
204 (make_mapping): Likewise.
206 2003-07-29 Alan Modra <amodra@bigpond.net.au>
208 * elf64-ppc.c (func_desc_adjust): Give linker created function
209 descriptor symbols a size and type.
210 (ppc64_elf_relocate_section): Correct lq insn test.
212 2003-07-28 Eric Christopher <echristo@redhat.com>
214 * elf32-ppc.c (R_PPC_RELAX32): New relocation.
215 (ppc_elf_install_value): New function.
216 (ppc_elf_sort_rela): Remove.
217 (ppc_elf_relax_section): Rewrite. Remove old relaxation
218 and replace with out of range branch stubs.
219 (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
221 2003-07-29 Alexandre Oliva <aoliva@redhat.com>
223 * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
226 2003-07-28 Alan Modra <amodra@bigpond.net.au>
228 * elf.c (special_sections): Set attributes for .got and .plt.
230 2003-07-27 Alan Modra <amodra@bigpond.net.au>
232 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
233 on function descriptors.
234 (ELIMINATE_COPY_RELOCS): Expand comment.
235 (ppc64_elf_special_sections): Move. Don't include non-ppc64 sections.
238 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
240 * elf.c (_bfd_elf_new_section_hook): Set the default section
242 (elf_fake_sections): Set the section type based on asect->flags
243 if it is SHT_NULL. Don't abort on processor specific section
246 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
248 * bfd-in2.h: Regenerated.
250 2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
252 * elf-bfd.h (bfd_elf_special_section): New.
253 (elf_backend_data): Add special_sections, a pointer to
254 bfd_elf_special_section.
255 (elf_section_type). New.
256 (elf_section_flags): New.
257 (_bfd_elf_get_sec_type_attr): New.
259 * elf.c (_bfd_elf_make_section_from_shdr): Always use the
260 real section type/flags.
261 (special_sections): New.
262 (get_special_section): New.
263 (_bfd_elf_get_sec_type_attr): New.
264 (_bfd_elf_new_section_hook): Check special_section to set
265 elf_section_type and elf_section_flags.
266 (elf_fake_sections): Don't use section name to set ELF section
269 * elf32-m32r.c (m32r_elf_special_sections): New.
270 (elf_backend_special_sections): Defined.
272 * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
273 (elf_backend_special_sections): Defined.
275 * elf32-mcore.c (mcore_elf_special_sections): New.
276 (elf_backend_special_sections): Defined.
278 * elf32-ppc.c (ppc_elf_special_sections): New.
279 (elf_backend_special_sections): Defined.
281 * elf32-sh64.c (sh64_elf_special_sections): New.
282 (elf_backend_special_sections): Defined.
284 * elf32-v850.c (v850_elf_special_sections): New.
285 (elf_backend_special_sections): Defined.
287 * elf32-xtensa.c (elf_xtensa_special_sections): New.
288 (elf_backend_special_sections): Defined.
290 * elf64-alpha.c (elf64_alpha_special_sections): New.
291 (elf_backend_special_sections): Defined.
293 * elf64-hppa.c (elf64_hppa_special_sections): New.
294 (elf_backend_special_sections): Defined.
296 * elf64-ppc.c (ppc64_elf_special_sections): New.
297 (elf_backend_special_sections): Defined.
299 * elf64-sh64.c (sh64_elf64_special_sections): New.
300 (elf_backend_special_sections): Defined.
302 * elfxx-ia64.c (elfNN_ia64_special_sections): New.
303 (elf_backend_special_sections): Defined.
305 * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
307 * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
308 (elf_backend_special_sections): Defined.
310 * elfxx-target.h (elf_backend_special_sections): New. Default
312 (elfNN_bed): Initialize special_sections.
314 * section.c (bfd_abs_section): Remove const.
315 (bfd_und_section): Likewise.
316 (bfd_com_section): Likewise.
317 (bfd_ind_section): Likewise.
319 2003-07-24 Nick Clifton <nickc@redhat.com>
321 * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
322 sections are assigned the LOAD attribute.
324 2003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
326 * elf32-sh.c: Convert to C90. Replace PTR with void *.
327 * elf32-sh64-com.c: Likewise.
328 * elf32-sh64.c: Likewise.
329 * elf32-sh64.h: Likewise.
330 * elf64-sh64.c: Likewise.
332 2003-07-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
334 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
335 (allocate_dynrelocs): Likewise.
336 (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
337 (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
339 2003-07-24 Nick Clifton <nickc@redhat.com>
341 * po/fr.po: Updated French translation.
343 2003-07-23 Bob Wilson <bob.wilson@acm.org>
345 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
346 near the beginning of the file. Swap order of arguments. Call
347 _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
348 (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
349 (elf_xtensa_relocate_section): Likewise.
350 (shrink_dynamic_reloc_sections): Likewise.
352 2003-07-23 Bob Wilson <bob.wilson@acm.org>
354 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
355 (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
356 (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
357 first printing an error message.
358 (elf_xtensa_finish_dynamic_sections): Likewise.
359 (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
360 discarding literal table entries.
361 (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
362 (elf_xtensa_do_asm_simplify): Likewise.
364 2003-07-23 Stephane Carrez <stcarrez@nerim.fr>
366 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
367 we have a local symbol in common section.
369 2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
371 * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
374 2003-07-22 Nick Clifton <nickc@redhat.com>
376 * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
377 expected RS6000 storage classes.
379 2003-07-21 H.J. Lu <hongjiu.lu@intel.com>
381 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
382 output_bfd unused to silence gcc.
384 2003-07-21 Nick Clifton <nickc@redhat.com>
386 * po/sv.po: Updated Swedish translation.
388 2003-07-21 Alan Modra <amodra@bigpond.net.au>
390 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
391 (_bfd_elf_symbol_refs_local_p): ..this. Declare.
392 * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
393 * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
394 now done in _bfd_elf_symbol_refs_local_p.
395 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
396 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
397 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
399 2003-07-18 H.J. Lu <hongjiu.lu@intel.com>
401 * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
403 2003-07-18 H.J. Lu <hongjiu.lu@intel.com>
405 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
406 (SYMBOL_CALLS_LOCAL): Likewise.
408 * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
409 immediately if symbol isn't defined locally.
411 2003-07-18 Richard Henderson <rth@redhat.com>
413 * elflink.c (_bfd_elf_dynamic_symbol_p): New.
414 * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
415 (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
416 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
417 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
418 * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
419 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
420 Update all callers to provide the relocation being resolved.
422 2003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
424 * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
427 2003-07-17 Nick Clifton <nickc@redhat.com>
429 * po/es.po: New Spanish translation.
430 * po/sv.po: New Swedish translation.
431 * po/opcodes.pot: Regenerate.
433 2003-07-16 Richard Henderson <rth@redhat.com>
435 * config.bfd, configure.host, configure.in: Remove ia64-aix support.
436 * elfxx-ia64.c, targets.c: Likewise.
438 2003-07-16 Richard Henderson <rth@redhat.com>
440 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
441 for symbols defined locally plus -Bsymbolic. Tidy logic.
443 2003-07-15 Richard Sandiford <rsandifo@redhat.com>
445 * archures.c (bfd_mach_mips7000): New.
446 * bfd-in2.h: Regenerated.
447 * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
448 * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
449 (mips_mach_extensions): Add an entry for it.
451 2003-07-14 Nick Clifton <nickc@redhat.com>
453 * po/tr.po: Update with latest version.
454 * po/SRC-POTFILES.in: Regenerate.
455 * po/bfd.pot: Regenerate.
456 * Makfile.in: Regenerate.
457 * configure: Regenerate.
459 2003-07-12 Jeff Baker <jbaker@qnx.com>
461 * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
462 * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
463 * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
464 * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
466 2003-07-12 Jeff Muizelaar <muizelaar@rogers.com>
468 * coffcode.h (coff_set_section_contents): Set the
469 IMAGE_FILE_32BIT_MACHINE flag for PE targets.
471 2003-07-11 Richard Sandiford <rsandifo@redhat.com>
473 * bfd-in.h (bfd_h8300_pad_address): Declare.
474 * bfd-in2.h: Regenerate.
475 * cpu-h8300.c (bfd_h8300_pad_address): New function.
476 * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
477 addresses before checking whether they can be relaxed.
478 (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
479 Don't complain about overflows in general 8-bit relocations.
480 * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
481 Fix handling of R_H8_DIR24A8.
483 2003-07-11 Richard Sandiford <rsandifo@redhat.com>
485 * elf32-h8300.c: Convert function prototypes and definitions
487 * coff-h8300.c: Likewise.
488 * cpu-h8300.c: Likewise.
490 2003-07-11 Alan Modra <amodra@bigpond.net.au>
492 * po/SRC-POTFILES.in: Regenerate.
493 * po/bfd.pot: Likewise.
495 2003-07-10 Bob Wilson <bob.wilson@acm.org>
497 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
498 .got.loc section. Do not set SEC_ALLOC or SEC_LOAD flags for the
500 (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
501 and allocate memory for it.
502 (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
503 section to the .got.loc section.
504 (elf_xtensa_finish_dynamic_sections): Fix up call to
505 elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
506 the address of .got.loc.
507 (relax_property_section): Shrink .got.loc to match changes in any
508 literal table section.
509 (xtensa_is_property_section): Change to match
510 xtensa_get_property_section_name.
511 (xtensa_is_littable_section): New.
513 2003-07-10 H.J. Lu <hongjiu.lu@intel.com>
515 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
518 2003-07-10 Alan Modra <amodra@bigpond.net.au>
520 * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
521 (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
523 * Makefile.in: Regenerate.
525 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
527 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
528 * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
529 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
530 2001-06-02 Nick Clifton <nickc@cambridge.redhat.com>
531 * elf32-am33lin.c: Rename global functions.
532 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
533 * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
534 * configure.in (bfd_elf32_am33lin_vec): Added.
535 * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
536 (elf32-am33lin.lo): List dependencies.
537 * aclocal.m4, configure, Makefile.in: Rebuilt.
538 * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
539 ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
540 ELF_ARCH was not defined before.
541 (elf_symbol_leading_char): Define if not defined.
542 * elf32-am33lin.c: Override the definitions above.
543 * targets.c (bfd_elf32_am33lin_vec): New.
545 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
547 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
548 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
550 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
551 * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
552 ld-linux.so.2 to ld.so.1.
553 2001-10-10 Alexandre Oliva <aoliva@redhat.com>
554 * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
555 (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
556 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
557 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
558 .rela.* section contents with bfd_zalloc.
559 2001-09-25 Alexandre Oliva <aoliva@redhat.com>
560 * elf-m10300.c: Added declarations for functions missing them.
561 Merge some shared-library changes from the i386 back-end. Use
562 R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
563 R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
564 (struct elf32_mn10300_link_hash_entry): Remove duplicates of
565 members of elf_link_hash_entry. Adjusted references.
566 (mn10300_elf_final_link_relocate): dynobj was already loaded
567 into a local variable, use it.
568 2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
569 * elf-m10300.c: Add missing function prototypes.
570 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
571 * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
572 relocation for dynamic relocations.
573 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
574 * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
575 * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
576 PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
577 (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
578 (_bfd_mn10300_elf_create_got_section): ... here, so that its
579 adress is already known at the time we compute relaxations.
580 (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
581 and PLT32 to narrower relocations.
582 * libbfd.h, bfd-in2.h: Rebuilt.
583 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
584 * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
585 BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
586 BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
587 BFD_RELOC_MN10300_RELATIVE): New relocs.
588 * libbfd.h, bfd-in2.h: Rebuilt.
589 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
590 (struct elf32_mn10300_link_hash_entry): Added DSO-related
592 (elf_mn10300_howto): Defined new relocation types.
593 (mn10300_reloc_map): Map them.
594 (_bfd_mn10300_elf_create_got_section): New fn.
595 (mn10300_elf_check_relocs): Handle PIC relocs.
596 (mn10300_elf_final_link_relocate): Likewise.
597 (mn10300_elf_relocate_section): Handle DSOs.
598 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
599 (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
600 elf_mn10300_pic_plt_entry): New.
601 (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
602 elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
603 elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
604 elf_mn10300_plt_reloc_offset: New macros.
605 (ELF_DYNAMIC_INTERPRETER): Likewise.
606 (_bfd_mn10300_elf_create_dynamic_sections): New function.
607 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
608 (_bfd_mn10300_elf_discard_copies): Likewise.
609 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
610 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
611 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
612 (elf_backend_can_gc_sections,
613 elf_backend_create_dynamic_sections,
614 elf_backend_adjust_dynamic_sections,
615 elf_backend_size_dynamic_sections,
616 elf_backend_finish_dynamic_symbol,
617 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
618 elf_backend_plt_readonly, elf_backend_want_plt_sym,
619 elf_backend_got_header_size, elf_backend_plt_header_size): New
622 2003-07-09 Alexandre Oliva <aoliva@redhat.com>
624 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
625 * elf-m10300.c (compute_function_info): Account for AM33
626 registers in `movm' when computing stack space for `call' when
627 linking for AM33/2.0 link.
628 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
629 * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
630 * bfd-in2.h: Rebuilt.
631 * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
632 * elf-m10300.c: Updated.
633 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
634 * archures.c (bfd_mach_am332): Defined.
635 * bfd-in2.h: Rebuilt.
636 * cpu-m10300.c (bfd_am332_arch): Defined.
637 (bfd_am33_arch): Chained with am33-2.
638 * elf-m10300.c (elf_mn10300_mach): Handle am332.
639 (_bfd_mn10300_elf_final_write_processing): Likewise.
641 2003-07-09 H.J. Lu <hongjiu.lu@intel.com>
643 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
645 2003-07-10 Alan Modra <amodra@bigpond.net.au>
647 * elf64-ppc.c (bfd_elf64_mkobject): Define.
648 (struct ppc64_elf_obj_tdata): New.
649 (ppc64_elf_tdata, ppc64_tlsld_got): Define.
650 (ppc64_elf_mkobject): New function.
651 (struct got_entry): Add "owner". Move "tls_type".
652 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
653 (ppc64_elf_init_stub_bfd): New function.
654 (create_got_section): Create header .got in dynobj. Create .got
655 and .rela.got in each bfd. Stash pointers in ppc64_elf_obj_tdata.
656 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
657 Look for dynobj .got, and test it.
658 (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
659 (update_local_sym_info): Likewise.
660 (ppc64_elf_check_relocs): Likewise.
661 (ppc64_elf_gc_sweep_hook): Likewise.
662 (ppc64_elf_tls_optimize): Likewise.
663 (allocate_dynrelocs): Likewise.
664 (ppc64_elf_size_dynamic_sections): Likewise.
665 (ppc64_elf_relocate_section): Likewise.
666 (ppc64_elf_next_toc_section): Update comment.
667 (toc_adjusting_stub_needed): Remove unneeded cast.
668 (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
669 testing section flags.
670 (ppc64_elf_build_stubs): Likewise.
671 (ppc64_elf_size_stubs): Likewise. Remove stub_bfd param.
672 (ppc64_elf_finish_dynamic_sections): Write out got sections.
673 (func_desc_adjust): Copy over dynamic info for undef weaks.
674 * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
675 (ppc64_elf_size_stubs): Update prototype.
676 * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
677 input sections rather than scanning dynobj.
679 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
681 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
682 (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
683 (mips_elf_create_msym_section): Delete.
684 (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
685 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
686 (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
687 (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
688 (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
689 (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
690 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
692 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
694 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
697 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
699 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
700 of relocations whose offset is -2.
702 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
704 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
705 forced-local symbols like other locals. Don't create relocations
706 against STN_UNDEF in irix objects.
708 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
710 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
711 compatible objects, add the values of defined external symbols
714 2003-07-09 Richard Sandiford <rsandifo@redhat.com>
716 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
717 initialize a GOT entry to the symbol's st_value.
719 2003-07-08 Alan Modra <amodra@bigpond.net.au>
721 * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
722 * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New.
723 (ppc_elf_tdata): Define.
724 (elf_local_ptr_offsets): Adjust.
725 (ppc_elf_mkobject): New function.
726 (bfd_elf32_mkobject): Define.
728 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
729 * elfcore.h (elf_core_file_p): Likewise.
730 * section.c (bfd_section_init): Remove prototype.
732 2003-07-08 Alan Modra <amodra@bigpond.net.au>
734 * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
736 (enum elf_linker_section_enum): Delete.
737 (struct elf_linker_section): Delete.
738 (struct elf_linker_section_pointers): Delete.
739 (struct elf_obj_tdata): Remove #if 0 chunk. Remove linker_section.
740 Make linker_section_pointers a void**.
741 (elf_local_ptr_offsets, elf_linker_section): Don't define.
742 * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
743 of old item in elf-bfd.h.
744 (struct elf_linker_section): Likewise.
745 (struct elf_linker_section_pointers): Likewise.
746 (elf_local_ptr_offsets): Define.
747 (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
748 (ppc_elf_link_hash_newfunc): Init it.
749 (struct ppc_elf_link_hash_table): Add sbss.
750 (ppc_elf_link_hash_table_create): zmalloc rather than clearing
752 (elf_create_linker_section): Fold into..
753 (ppc_elf_create_linker_section): ..here. Remove hole_size code.
754 Make rela section here if shared.
755 (elf_find_pointer_linker_section): Pass lsect rather than enum.
756 (elf_create_pointer_linker_section): Adjust. zalloc rather than
758 (elf_finish_pointer_linker_section): Adjust. Don't make rela
760 (ppc_elf_check_relocs): Adjust.
761 (ppc_elf_add_symbol_hook): Tighten hash creator test. Remove code
762 creating .sbss by hand.
763 * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
765 2003-07-04 Jakub Jelinek <jakub@redhat.com>
767 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
768 complain_overflow_bitfield.
769 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
770 complain_overflow_bitfield.
772 2003-07-04 Jakub Jelinek <jakub@redhat.com>
774 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
777 2003-07-04 Jakub Jelinek <jakub@redhat.com>
779 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
780 (elfNN_ia64_dynamic_symbol_p): Change info->shared into
782 (get_fptr): For -pie create .opd as writable section and create
784 (elfNN_ia64_check_relocs): Change info->shared into
786 (allocate_fptr): Likewise.
787 (allocate_dynrel_entries): Account for a relative reloc for -pie
788 @fptr(). Don't account for a relative reloc if -pie want_ltoff_fptr
789 for undefweak symbol. Account for an IPLT reloc in .rela.opd
791 (set_got_entry): Don't create a relative reloc if -pie
792 want_ltoff_fptr for undefweak symbol.
793 (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
794 (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
797 * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
799 * elf32-i386.c (elf_i386_relocate_section): Likewise.
800 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
801 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
802 * elf64-s390.c (elf_s390_relocate_section): Likewise.
803 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
804 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
805 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
806 * elf32-s390.c (elf_s390_relocate_section): Likewise.
807 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
809 2003-07-04 Paul Clarke <paulc@senet.com.au>
811 * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
812 (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
813 <R_H8_DIR32A16>: Fix type of relocation.
815 2003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
817 * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
818 sections were created already. Remove unnecessary tests of
821 2003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
823 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
824 bfd_make_section for existing sections.
826 2003-07-04 Alan Modra <amodra@bigpond.net.au>
828 * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
829 create_got_section if we already have done so.
830 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
831 (sh_elf_check_relocs): Likewise.
832 (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var. Use
833 htab->root.dynobj instead.
834 (sh_elf_check_relocs): Likewise.
835 (sh_elf_finish_dynamic_sections): Likewise.
837 * section.c (bfd_make_section): Return NULL for existing section.
839 2003-07-04 Alan Modra <amodra@bigpond.net.au>
841 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
842 ppc_elf_create_got if we've already done so.
844 * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
845 (_bfd_elf_find_pointer_linker_section): Likewise.
846 (bfd_elf32_create_pointer_linker_section): Likewise.
847 (bfd_elf32_finish_pointer_linker_section): Likewise.
848 (bfd_elf64_create_pointer_linker_section): Likewise.
849 (bfd_elf64_finish_pointer_linker_section): Likewise.
850 (_bfd_elf_make_linker_section_rela): Likewise.
851 * elfcode.h (elf_create_pointer_linker_section): Don't define.
852 (elf_finish_pointer_linker_section): Likewise.
853 * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
854 (_bfd_elf_create_linker_section): Move this function..
855 (_bfd_elf_find_pointer_linker_section): ..and this..
856 * elflink.h (elf_create_pointer_linker_section): ..and this..
857 (elf_finish_pointer_linker_section): ..and this..
858 * elf32-ppc.c: ..to here, renaming to the following, and adjusting
860 (elf_create_linker_section): Convert to C90, tidy.
861 (elf_find_pointer_linker_section): Likewise.
862 (elf_create_pointer_linker_section): Likewise.
863 (elf_finish_pointer_linker_section): Likewise.
864 * elf32-i370.c: Delete #if 0 code.
866 2003-07-02 Alan Modra <amodra@bigpond.net.au>
868 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
869 _restf* to be satisfied by shared libs, and always force them local.
870 (toc_adjusting_stub_needed): Avoid scanning linker created sections.
871 Correct test for "bl".
872 (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
875 2003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
877 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
878 (s390_tls_reloc): New function.
879 (elf_howto_table): Add long displacement relocations R_390_20,
880 R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
881 (elf_s390_reloc_type_lookup): Likewise.
882 (elf_s390_check_relocs): Likewise.
883 (elf_s390_gc_sweep_hook): Likewise.
884 (elf_s390_relocate_section): Likewise.
885 * elf64-s390.c: Same changes as for elf32-s390.c.
886 * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
887 BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
888 BFD_RELOC_390_TLS_GOTIE20.
889 * bfd-in2.h: Regenerate.
890 * libbfd.h: Likewise.
892 2003-06-30 Alan Modra <amodra@bigpond.net.au>
894 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
895 (ins_imms, ins_immsm1u4): Likewise. Warning fix.
897 2003-06-29 Alan Modra <amodra@bigpond.net.au>
899 * archive.c: Convert to C90, remove unnecessary prototypes and casts.
900 Replace PTR with void *. Formatting.
901 * archive64.c: Likewise.
902 * archures.c: Likewise.
903 * bfd-in.h: Likewise.
906 * bfdwin.c: Likewise.
908 * corefile.c: Likewise.
909 * format.c: Likewise.
911 * libbfd-in.h: Likewise.
912 * libbfd.c: Likewise.
913 * linker.c: Likewise.
914 * opncls.c: Likewise.
916 * section.c: Likewise.
917 * simple.c: Likewise.
919 * targets.c: Likewise.
920 * bfd-in2.h: Regenerate.
921 * libbfd.h: Regenerate.
923 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
924 * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
925 * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
926 (bfd_getb64): Rewrite without parens.
927 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
928 * cache.c (insert, snip): Remove INLINE.
929 * linker.c (bfd_link_add_undef): Likewise.
931 2003-06-29 Andreas Jaeger <aj@suse.de>
933 * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
934 unnecessary prototypes. Replace PTR with void *.
935 (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
936 trim plt entries. Move undefweak non-default visibility test ...
937 (allocate_dynrelocs): ... from here.
938 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
940 (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL. Use
941 SYMBOL_REFERENCES_LOCAL for dynreloc check.
942 (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
943 dynreloc and .got relocs.
944 (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
947 2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
949 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
951 2003-06-27 Nick Clifton <nickc@redhat.com>
953 * opncls.c (bfd_add_gnu_debuglink_section): Rename to
954 bfd_add_gnu_debuglink_section and only create the section, do not
955 fill in its contents.
956 (bfd_fill_in_gnu_debuglink_section): New function. Fill in the
957 contents of a .gnu-debuglink section.
958 * bfd-in2.h: Regenerate.
960 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
962 * elfxx-mips.c: Revert .got alignment to 2**4.
964 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
966 * elf32-mips.c: Fix addend for _gp_disp special symbol.
968 2003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
970 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
971 relocation header setup.
973 2003-06-25 Alan Modra <amodra@bigpond.net.au>
975 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
976 (ppc_elf_reloc_type_lookup): Modify comment.
977 (ppc_elf_info_to_howto): Ditto.
978 (ppc_elf_relocate_section): Ditto.
979 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
981 2003-06-25 Alan Modra <amodra@bigpond.net.au>
983 * aout-ns32k.c: Correct spelling of "relocatable".
985 * bfd-in.h: Likewise.
988 * coff-a29k.c: Likewise.
989 * coff-alpha.c: Likewise.
990 * coff-arm.c: Likewise.
991 * coff-i386.c: Likewise.
992 * coff-i860.c: Likewise.
993 * coff-i960.c: Likewise.
994 * coff-m68k.c: Likewise.
995 * coff-m88k.c: Likewise.
996 * coff-mcore.c: Likewise.
997 * coff-mips.c: Likewise.
998 * coff-or32.c: Likewise.
999 * coff-ppc.c: Likewise.
1000 * coff-rs6000.c: Likewise.
1001 * coff-sh.c: Likewise.
1002 * coff-tic80.c: Likewise.
1003 * coff64-rs6000.c: Likewise.
1004 * cofflink.c: Likewise.
1005 * cpu-ns32k.c: Likewise.
1006 * ecoff.c: Likewise.
1007 * ecofflink.c: Likewise.
1008 * elf-bfd.h: Likewise.
1009 * elf-eh-frame.c: Likewise.
1010 * elf-hppa.h: Likewise.
1011 * elf-m10200.c: Likewise.
1012 * elf-m10300.c: Likewise.
1014 * elf32-arm.h: Likewise.
1015 * elf32-avr.c: Likewise.
1016 * elf32-cris.c: Likewise.
1017 * elf32-d10v.c: Likewise.
1018 * elf32-dlx.c: Likewise.
1019 * elf32-fr30.c: Likewise.
1020 * elf32-frv.c: Likewise.
1021 * elf32-h8300.c: Likewise.
1022 * elf32-hppa.c: Likewise.
1023 * elf32-i370.c: Likewise.
1024 * elf32-i386.c: Likewise.
1025 * elf32-i860.c: Likewise.
1026 * elf32-i960.c: Likewise.
1027 * elf32-ip2k.c: Likewise.
1028 * elf32-iq2000.c: Likewise.
1029 * elf32-m32r.c: Likewise.
1030 * elf32-m68hc11.c: Likewise.
1031 * elf32-m68hc1x.c: Likewise.
1032 * elf32-m68k.c: Likewise.
1033 * elf32-mcore.c: Likewise.
1034 * elf32-mips.c: Likewise.
1035 * elf32-msp430.c: Likewise.
1036 * elf32-openrisc.c: Likewise.
1037 * elf32-ppc.c: Likewise.
1038 * elf32-s390.c: Likewise.
1039 * elf32-sh.c: Likewise.
1040 * elf32-sh64.c: Likewise.
1041 * elf32-sparc.c: Likewise.
1042 * elf32-v850.c: Likewise.
1043 * elf32-vax.c: Likewise.
1044 * elf32-xstormy16.c: Likewise.
1045 * elf32-xtensa.c: Likewise.
1046 * elf64-alpha.c: Likewise.
1047 * elf64-hppa.c: Likewise.
1048 * elf64-mips.c: Likewise.
1049 * elf64-mmix.c: Likewise.
1050 * elf64-ppc.c: Likewise.
1051 * elf64-s390.c: Likewise.
1052 * elf64-sh64.c: Likewise.
1053 * elf64-sparc.c: Likewise.
1054 * elf64-x86-64.c: Likewise.
1055 * elfcode.h: Likewise.
1056 * elflink.h: Likewise.
1057 * elfn32-mips.c: Likewise.
1058 * elfxx-ia64.c: Likewise.
1059 * elfxx-mips.c: Likewise.
1060 * i386linux.c: Likewise.
1062 * libcoff-in.h: Likewise.
1063 * linker.c: Likewise.
1064 * m68klinux.c: Likewise.
1065 * pdp11.c: Likewise.
1066 * pe-mips.c: Likewise.
1067 * peXXigen.c: Likewise.
1068 * reloc.c: Likewise.
1069 * reloc16.c: Likewise.
1070 * sparclinux.c: Likewise.
1071 * sunos.c: Likewise.
1073 * versados.c: Likewise.
1075 * xcofflink.c: Likewise.
1076 * bfd-in2.h: Regenerate.
1077 * libcoff.h: Regenerate.
1078 * libbfd.h: Regenerate.
1080 2003-06-24 Alan Modra <amodra@bigpond.net.au>
1082 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
1085 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
1086 prototypes and casts. Replace PTR with void *. Formatting.
1087 * elf32-ppc.c: Likewise. Break long strings too.
1088 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
1089 (ppc_elf_unhandled_reloc): Internationalize error message.
1090 * elf32-ppc.h: Remove PARAMS.
1092 2003-06-23 Mark Mitchell <mark@codesourcery.com>
1094 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
1096 (ppc_elf_final_write_processing): Likewise.
1098 2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
1100 * elflink.h (elf_link_input_bfd): Check raw size when using
1101 kept_section to preserve debug information discarded by
1104 2003-06-20 Alan Modra <amodra@bigpond.net.au>
1106 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
1107 (ppc64_elf_setup_section_lists): Set it.
1108 (ppc64_elf_relocate_section): Check sym section id against top_id.
1109 (ppc_build_one_stub): Comment on top_id.
1111 2003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1113 * config.bfd: Add tic4x-*-rtems*.
1115 2003-06-20 Alan Modra <amodra@bigpond.net.au>
1117 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
1118 prototypes and casts. Replace PTR with void *. Format copyright.
1120 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
1121 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
1122 (ppc_type_of_stub): Make r_type an enum.
1123 (ppc64_elf_size_stubs): Likewise.
1124 * elf64-ppc.h: Remove PARAMS macro.
1126 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1128 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
1129 elf hash tab fields.
1131 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
1132 (ppc64_elf_info_to_howto): Likewise.
1133 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
1134 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
1136 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1138 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
1139 reloc overflow on discarded eh_frame entries.
1141 2003-06-19 Alan Modra <amodra@bigpond.net.au>
1143 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
1144 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
1145 Return error condition.
1146 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
1147 that have has_gp_reloc set.
1148 (struct ppc_link_hash_table): Add stub_count.
1149 (ppc_build_one_stub): Increment it.
1150 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
1152 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
1154 2003-06-18 Alan Modra <amodra@bigpond.net.au>
1156 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
1157 size calculation from addend. Round size up.
1159 2003-06-18 Hans-Peter Nilsson <hp@axis.com>
1161 * elf32-cris.c (cris_elf_relocate_section) <case
1162 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
1163 symbol from a normal object or an undefined weak symbol.
1165 2003-06-18 Alan Modra <amodra@bigpond.net.au>
1167 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
1170 2003-06-17 H.J. Lu <hongjiu.lu@intel.com>
1172 * section.c (struct sec): Put back kept_section.
1173 (STD_SECTION): Put back kept_section initialization.
1174 * bfd-in2.h: Regenerate.
1176 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
1177 sections for relocateable output. Use kept_section to preserve
1178 debug information discarded by linkonce.
1180 2003-06-17 Roland McGrath <roland@redhat.com>
1182 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
1183 segment-relative relocation between different segments.
1185 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1187 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
1188 optimizations earlier.
1190 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
1191 Restore previous input_list type.
1192 (ppc64_elf_link_hash_table_create): Undo last change.
1193 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
1194 per output section, but don't bother with bfd_abs_section marker.
1195 (ppc64_elf_next_input_section): Adjust for multiple input section
1197 (group_sections): Likewise.
1199 2003-06-17 Jakub Jelinek <jakub@redhat.com>
1201 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
1202 *r_offset == r_addend for RELATIVE relocs against .got.
1204 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1206 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
1208 2003-06-17 Nick Clifton <nickc@redhat.com>
1210 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
1211 in the vtable_entries_used array to allow for the accessing
1212 the largest element.
1214 2003-06-17 Alan Modra <amodra@bigpond.net.au>
1216 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
1218 (ppc64_elf_link_hash_table_create): Init input_list here.
1219 (ppc64_elf_setup_section_lists): Remove code setting up input lists
1220 per output section. Set toc_off for abs and other standard sections.
1221 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
1222 (ppc64_elf_next_input_section): Adjust for single input section list.
1223 Don't set toc_curr from input bfds that haven't set elf_gp.
1224 (group_sections): Adjust for single input section list.
1226 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
1228 2003-06-16 Alan Modra <amodra@bigpond.net.au>
1230 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
1231 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
1232 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
1233 got section for RELATIVE relocs. Fix wrong comment. Change condition
1234 under which dynamic relocs update the section contents.
1236 2003-06-13 Robert Millan <zeratul2@wanadoo.es>
1238 * config.bfd: Add i386-netbsd-gnu target.
1240 2003-06-12 Nick Clifton <nickc@redhat.com>
1242 * opncls.c (calc_crc32): Rename to
1243 bfd_calc_gnu_debuglink_crc32 and export.
1244 (GNU_DEBUGLINK): Define and use to replace occurrences of
1245 hard-coded ".gnu_debuglink" in the code.
1246 (get_debug_link_info): Prevent aborts by replacing call to
1247 xmalloc with a call to malloc.
1248 (find_separate_debug_file): Prevent aborts by replacing calls
1249 to xmalloc and xstrdup with calls to malloc and strdup.
1250 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
1252 * bfd-in2.h: Regenerate.
1254 2003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
1256 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
1257 New target (was i[3-7]86-*-openbsd* before).
1258 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
1259 (vax-*-openbsd*): New target.
1261 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1263 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
1265 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
1266 (mips_elf_rel_dyn_section): Use appropriate section alignment.
1267 (mips_elf_create_got_section): Likewise.
1268 (_bfd_mips_elf_create_dynamic_sections): Likewise.
1270 2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1272 * elf32-mips.c (mips_elf_generic_reloc): New Function.
1273 (elf_mips_howto_table_rel): Use it.
1274 (gprel32_with_gp): Move prototype.
1275 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1276 Use mips_elf_generic_reloc.
1277 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1279 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
1281 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
1282 as in the other *_gprel*_reloc functions.
1283 (gprel32_with_gp): Handle partial_inplace properly.
1284 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
1285 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
1286 Do addend handling directly instead of calling
1287 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
1288 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
1289 of zero addend. Handle partial_inplace properly.
1290 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
1292 (mips_elf64_gprel16_reloc): Likewise.
1293 (mips_elf64_literal_reloc): Likewise.
1294 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
1295 logic as in the other *_gprel*_reloc functions. Handle
1296 partial_inplace properly.
1297 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
1298 addend. Handle partial_inplace properly.
1299 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
1300 of calling _bfd_mips_elf_gprel16_with_gp.
1301 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
1302 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
1304 (mips_elf_shift6_reloc): Handle partial_inplace properly.
1305 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
1306 of calling _bfd_mips_elf_gprel16_with_gp.
1307 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
1308 partial_inplace properly. Fix wrong addend handling. Fix overflow
1310 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
1312 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
1313 (_bfd_mips_elf_relocate_section): Likewise.
1314 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
1315 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
1316 (_bfd_mips_elf_sign_extend): New prototype.
1318 2003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
1320 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
1321 New target (was sparc-*-openbsd* before).
1322 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
1324 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
1325 * configure: Regenerate.
1327 2003-06-11 H.J. Lu <hongjiu.lu@intel.com>
1329 * po/Make-in (DESTDIR): New.
1330 (install-data-yes): Support $(DESTDIR).
1331 (uninstall): Likewise.
1333 2003-06-11 Alan Modra <amodra@bigpond.net.au>
1335 * Makefile.am (config.status): Depend on version.h.
1337 * Makefile.in: Regenerate.
1338 * po/SRC-POTFILES.in: Regenerate.
1340 2003-06-10 Alan Modra <amodra@bigpond.net.au>
1341 Gary Hade <garyhade@us.ibm.com>
1343 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
1345 2003-06-10 Richard Sandiford <rsandifo@redhat.com>
1347 * archures.c (bfd_mach_h8300sxn): New architecture.
1348 * bfd-in2.h: Regenerate.
1349 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
1350 (h8300sxn_info_struct): New.
1351 (h8300sx_info_struct): Link to it.
1352 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
1353 (elf32_h8_final_write_processing): Likewise.
1355 2003-06-08 Alan Modra <amodra@bigpond.net.au>
1357 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
1358 elfxx-target.h so that we can use elf_backend_got_header_size.
1359 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
1360 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
1362 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
1364 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
1365 ppc_stub_plt_branch_r2off.
1366 (struct ppc_stub_hash_entry): Reorganize.
1367 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
1368 toc_curr, toc_off and emit_stub_syms.
1369 (ppc64_elf_link_hash_table_create): Init them.
1370 (ppc_stub_name): Correct string size.
1371 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
1372 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
1374 (ppc_type_of_stub): Tweak root.type test.
1375 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
1376 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
1377 ppc_stub_plt_branch_r2off.
1378 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
1379 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
1380 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
1381 Initialize elf_gp and toc_curr.
1382 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
1383 (ppc64_elf_next_input_section): Set toc_off.
1384 (group_sections): Ensure groups have the same TOC.
1385 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
1386 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
1387 Build new glink stub.
1388 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
1389 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
1390 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
1391 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
1392 * section.c (struct sec): Rename flag12 to has_gp_reloc.
1393 (STD_SECTION): Update.
1394 * ecoff.c (bfd_debug_section): Update comment.
1395 * bfd-in2.h: Regenerate.
1397 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
1399 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
1400 NULL function pointers.
1402 2003-06-05 Daniel Jacobowitz <drow@mvista.com>
1404 * simple.c (bfd_simple_get_relocated_section_contents): Call
1405 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
1407 2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1409 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
1410 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
1412 * coff-tic4x.c: Ditto
1413 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
1414 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
1415 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
1416 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
1418 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
1419 * coff-a29k.c: Append COFF_SWAP_TABLE argument
1420 * coff-apollo.c: Ditto
1422 * coff-h8300.c: Ditto
1423 * coff-h8500.c: Ditto
1424 * coff-i960.c: Ditto
1425 * coff-m68k.c: Ditto
1426 * coff-m88k.c: Ditto
1427 * coff-mcore.c: Ditto
1429 * coff-sparc.c: Ditto
1430 * coff-tic80.c: Ditto
1431 * coff-we32k.c: Ditto
1435 2003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1437 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
1440 2003-06-03 Jakub Jelinek <jakub@redhat.com>
1442 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
1443 (bfd_section_from_phdr): Likewise.
1444 (map_sections_to_segments): Create PT_GNU_STACK segment header.
1445 (get_program_header_size): Count with PT_GNU_STACK.
1446 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
1447 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
1449 2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
1451 * elflink.h (elf_link_input_bfd): Call linker error_handler
1452 for discarded definitions.
1454 2003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
1456 * syms.c (decode_section_type): Return 'n' if section flags are
1457 SEC_HAS_CONTENTS && SEC_READONLY.
1459 2003-06-03 Nick Clifton <nickc@redhat.com>
1461 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
1462 R_V850_ABS32. Add entry for R_V850_REL32.
1463 (v850_elf_reloc_map): Likewise.
1464 (v850_elf_check_relocs): Likewise.
1465 (v850_elf_perform_relocation): Likewise.
1466 (v850_elf_final_link_relocate): Likewise. Include computation
1467 to make R_V850_REl32 pc-relative.
1469 2003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1471 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
1472 and DT_DEBUG dynamic tag even for position independent executables.
1473 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
1475 2003-06-02 Daniel Jacobowitz <drow@mvista.com>
1477 * config.bfd: Move obsolete entries out of the range of the
1478 targmatch sed script.
1480 2003-06-02 Daniel Jacobowitz <drow@mvista.com>
1482 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
1484 2003-05-31 Jakub Jelinek <jakub@redhat.com>
1486 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
1487 plt entries, not just 8191.
1489 2003-05-30 Daniel Jacobowitz <drow@mvista.com>
1491 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
1492 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
1494 2003-05-30 Ulrich Drepper <drepper@redhat.com>
1495 Jakub Jelinek <jakub@redhat.com>
1497 * elflink.h (elf_link_add_object_symbols): Use !info->executable
1498 instead of info->shared where appropriate.
1499 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
1500 * elflink.c (_bfd_elf_create_got_section): Likewise.
1501 (_bfd_elf_link_create_dynamic_sections): Likewise.
1502 (_bfd_elf_link_assign_sym_version): Likewise.
1503 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
1504 and DT_DEBUG dynamic tag even for position independent executables.
1505 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1506 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
1507 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
1508 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
1509 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
1510 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
1511 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
1512 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
1513 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
1515 2003-05-30 Kris Warkentin <kewarken@qnx.com>
1517 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
1519 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
1521 2003-05-29 Nick Clifton <nickc@redhat.com>
1523 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
1525 * Makefile.am: Add dependency on safe-ctype.h.
1526 * Makefile.in: Regenerate.
1528 2003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1530 * elfxx-mips.c: Don't force symbols local unconditionally.
1532 2003-05-28 Alan Modra <amodra@bigpond.net.au>
1534 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
1535 undefined_symbol call.
1537 2003-05-27 Richard Sandiford <rsandifo@redhat.com>
1539 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
1540 (mips_elf_link_hash_table): Likewise.
1542 2003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1544 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
1545 R_MIPS_GNU_REL16_S2 support.
1546 (bfd_elf64_bfd_reloc_type_lookup): Use it.
1547 (mips_elf64_rtype_to_howto): Use it.
1548 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
1549 R_MIPS_GNU_REL16_S2 support.
1550 (bfd_elf32_bfd_reloc_type_lookup): Use it.
1551 (mips_elf_n32_rtype_to_howto): Use it.
1553 2003-05-21 Stuart F. Downing <sdowning@fame.com>
1555 * som.h: Define PA_2_0 before including a.out.h
1557 2003-05-07 Eric Christopher <echristo@redhat.com>
1558 Alexandre Oliva <aoliva@redhat.com>
1560 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
1561 pic tests, change to warning.
1562 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
1564 2003-05-21 Marcus Comstedt <marcus@mc.pp.se>
1566 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
1567 well as shle-...-netbsdelf. Remove duplicate entry.
1569 2003-05-21 Nick Clifton <nickc@redhat.com>
1571 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
1572 for X_STORMY16_REL_12 reloc.
1574 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
1575 the type of the hash table in the bfd_link_info structure.
1576 (bfd_elf_get_runpath_list): Likewise.
1578 2003-05-19 Roland McGrath <roland@redhat.com>
1580 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
1581 * bfd-in.h: Declare it.
1582 * bfd-in2.h: Regenerated.
1583 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
1584 * elf-bfd.h (struct elf_backend_data): New function pointer member
1585 elf_backend_bfd_from_remote_memory.
1586 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
1588 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
1589 (elfNN_bed): Add that to the initializer.
1591 2003-05-15 Roland McGrath <roland@redhat.com>
1593 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
1595 2003-05-20 Jakub Jelinek <jakub@redhat.com>
1597 * elflink.h (elf_link_output_extsym): Only issue error about !=
1598 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
1600 2003-05-20 H.J. Lu <hongjiu.lu@intel.com>
1602 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
1603 when removing the old definition for symbols with non-default
1606 2003-05-18 Jason Eckhardt <jle@rice.edu>
1608 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
1610 2003-05-17 Andreas Schwab <schwab@suse.de>
1612 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
1613 elf_section_data during processing of pc-relative and absolute
1615 (elf_m68k_relocate_section): Use the cached reloc section instead
1616 of computing it again. Fix handling of visibility. Don't modify
1617 addend when copying over a relocation into the output.
1619 2003-05-17 Alan Modra <amodra@bigpond.net.au>
1621 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
1622 to trim plt entries. Move undefweak non-default visibility test..
1623 (allocate_dynrelocs): ..from here.
1624 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
1625 dynamic_sections_created here. Update comment. Move undefweak
1626 non-default visibility test..
1627 (allocate_dynrelocs): ..from here. Fix comment.
1628 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
1629 to trim plt entries. Move undefweak non-default visibility test..
1630 (allocate_dynrelocs): ..from here. Fix comment.
1631 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
1632 STV_DEFAULT rather than comparing with zero.
1633 * elflink.c (_bfd_elf_merge_symbol): Likewise.
1634 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
1636 2003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1638 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
1640 (_bfd_set_gp_value): Likewise.
1642 2003-05-16 Michael Snyder <msnyder@redhat.com>
1643 From Bernd Schmidt <bernds@redhat.com>
1644 * archures.c (bfd_mach_h8300sx): New.
1645 * bfd-in2.h: Regenerate.
1646 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
1647 (h8300sx_info_struct): New.
1648 (h8300s_info_struct): Link to it.
1649 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
1650 (elf32_h8_final_write_processing): Likewise.
1651 (elf32_h8_relax_section): Likewise.
1653 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
1655 * config.bfd: Accept i[3-7]86 variants.
1656 * configure.host: Likewise.
1657 * configure.in: Likewise.
1658 * configure: Regenerate.
1660 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
1662 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
1665 2003-05-15 H.J. Lu <hongjiu.lu@intel.com>
1667 * elflink.h (elf_link_check_versioned_symbol): Also allow
1670 2003-05-15 Alan Modra <amodra@bigpond.net.au>
1671 H.J. Lu <hongjiu.lu@intel.com>
1673 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
1674 (elf_i386_relocate_section): Likewise.
1675 * elf32-ppc.c (allocate_dynrelocs): Likewise.
1676 (ppc_elf_relocate_section): Likewise.
1677 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1678 (ppc64_elf_relocate_section): Likewise.
1680 2003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1682 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
1684 2003-05-13 Stephane Carrez <stcarrez@nerim.fr>
1686 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
1687 processor capability, allow merge of HC12 and HCS12 in some cases.
1688 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
1689 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
1690 (bfd_m68hc12_arch): Link it.
1691 (scan_mach): New function.
1693 2003-05-13 Andrew Haley <aph@redhat.com>
1695 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
1697 2003-05-13 Alan Modra <amodra@bigpond.net.au>
1698 H.J. Lu <hongjiu.lu@intel.com>
1700 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
1701 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
1702 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
1703 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
1704 (ppc_elf_relocate_section): Likewise.
1705 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1706 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
1707 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
1708 relocs need no other types.
1709 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
1711 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
1712 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
1715 2003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1717 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
1718 copy ELF_LINK_NON_GOT_REF from weakdef.
1719 (allocate_dynrelocs): For undef weak syms with non-default
1720 visibility, a) don't allocate plt entries, b) don't allocate
1721 .got relocs, c) discard dyn rel space
1722 (sh_elf_relocate_section): d) don't generate .got relocs, e)
1723 don't generate dynamic relocs.
1724 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
1725 for weakdefs when symbol already adjusted.
1727 2003-05-12 Nick Clifton <nickc@redhat.com>
1729 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
1730 overflow detection for R_XSTORMY16_16 reloc.
1732 2003-05-12 Paul Clarke <paulc@senet.com.au>
1734 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
1736 2003-05-11 Jason Eckhardt <jle@rice.edu>
1738 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
1740 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
1742 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
1745 2003-05-11 Andreas Schwab <schwab@suse.de>
1747 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
1748 complicated tests for unresolvable relocs with a simple direct
1749 scheme using "unresolved_reloc" var. Report some detail on
1750 bfd_reloc_outofrange and similar errors.
1752 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1754 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
1755 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
1756 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1757 * elf64-s390.c: Likewise.
1759 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1761 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
1762 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
1763 ELF_LINK_NON_GOT_REF from weakdef.
1764 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
1765 already been adjusted before treating it specially.
1766 * el64-s390.c: Likwise.
1768 2003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1770 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
1771 non-default visibility, a) don't make them dynamic, b) discard
1772 space for dynamic relocs.
1773 (elf_s390_relocate_section): Initialize the GOT entries and skip
1774 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
1775 symbols with non-default visibility.
1776 * elf64-s390.c: Likewise.
1778 2003-05-09 Alan Modra <amodra@bigpond.net.au>
1780 * cpu-arm.c (arm_check_note): Warning fix.
1781 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
1782 to keep relocs if edited.
1783 (iq2000_elf_print_private_bfd_data): Return TRUE.
1784 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
1786 (elfNN_ia64_relax_ldxmov): Warning fix.
1787 * xtensa-isa.c (xtensa_add_isa): Warning fix.
1788 * xtensa-modules.c (get_num_opcodes): Warning fix.
1790 2003-05-09 Andrey Petrov <petrov@netbsd.org>
1792 * elf.c (elf_fake_sections): Use correct cast for sh_name.
1794 2003-05-09 Alan Modra <amodra@bigpond.net.au>
1796 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
1797 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
1798 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
1799 (bfd_elf_record_link_assignment): Move from elflink.h.
1800 (_bfd_elf_merge_symbol): Likewise.
1801 (_bfd_elf_add_default_symbol): Likewise.
1802 (_bfd_elf_export_symbol): Likewise.
1803 (_bfd_elf_link_find_version_dependencies): Likewise.
1804 (_bfd_elf_link_assign_sym_version): Likewise.
1805 (_bfd_elf_link_read_relocs): Likewise.
1806 (_bfd_elf_link_size_reloc_section): Likewise.
1807 (_bfd_elf_fix_symbol_flags): Likewise.
1808 (_bfd_elf_adjust_dynamic_symbol): Likewise.
1809 (_bfd_elf_link_sec_merge_syms): Likewise.
1810 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
1811 and bed->s->sizeof_rela.
1812 (_bfd_elf_link_output_relocs): Likewise.
1813 * elf-bfd.h (struct elf_size_info): Rename file_align to
1815 (struct elf_info_failed): Move from elflink.h.
1816 (struct elf_assign_sym_version_info): Likewise.
1817 (struct elf_find_verdep_info): Likewise.
1818 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
1819 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
1820 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
1821 _bfd_elf_link_assign_sym_version,
1822 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
1823 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
1824 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
1825 _bfd_elf_link_sec_merge_syms): Declare.
1826 (bfd_elf32_link_create_dynamic_sections): Don't declare.
1827 (_bfd_elf32_link_read_relocs): Likewise.
1828 (bfd_elf64_link_create_dynamic_sections): Likewise.
1829 (_bfd_elf64_link_read_relocs): Likewise.
1830 * elflink.h: Move lots o' stuff elsewhere.
1831 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
1832 (bfd_elf64_record_link_assignment): Likewise.
1833 (bfd_elf_record_link_assignment): Declare.
1834 * bfd-in2.h: Regenerate.
1835 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
1836 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
1837 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
1838 (assign_file_positions_for_segments): Likewise.
1839 (assign_file_positions_except_relocs): Likewise.
1840 (swap_out_syms, elfcore_write_note): Likewise.
1841 * elf-m10200.c: Adjust for changed function names.
1842 * elf-m10300.c: Likewise.
1843 * elf32-arm.h: Likewise.
1844 * elf32-h8300.c: Likewise.
1845 * elf32-hppa.c: Likewise.
1846 * elf32-ip2k.c: Likewise.
1847 * elf32-m32r.c: Likewise.
1848 * elf32-m68hc11.c: Likewise.
1849 * elf32-m68hc1x.c: Likewise.
1850 * elf32-m68k.c: Likewise.
1851 * elf32-mips.c: Likewise.
1852 * elf32-ppc.c: Likewise.
1853 * elf32-sh.c: Likewise.
1854 * elf32-v850.c: Likewise.
1855 * elf32-xtensa.c: Likewise.
1856 * elf64-alpha.c: Likewise.
1857 * elf64-hppa.c: Likewise.
1858 * elf64-mmix.c: Likewise.
1859 * elf64-ppc.c: Likewise.
1860 * elf64-sh64.c: Likewise.
1861 * elfxx-ia64.c: Likewise.
1862 * elfxx-mips.c: Likewise.
1863 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
1864 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
1865 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
1866 * elf64-mips.c (mips_elf64_size_info): Likewise.
1867 * elf64-s390.c (s390_elf64_size_info): Likewise.
1868 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
1870 2003-05-08 H.J. Lu <hongjiu.lu@intel.com>
1872 * elflink.h (elf_add_default_symbol): After skipping the
1873 unversioned symbol, go to non-default one.
1875 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
1877 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
1879 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
1880 for symbols with non-default visibility.
1882 2003-05-07 H.J. Lu <hongjiu.lu@intel.com>
1884 * elflink.h (elf_link_check_versioned_symbol): Also handle the
1885 case that a DSO references a hidden symbol which may be
1886 satisfied by a versioned symbol in another DSO.
1887 (elf_link_output_extsym): Check versioned definition for hidden
1888 symbol referenced by a DSO.
1890 2003-05-07 Nick Clifton <nickc@redhat.com>
1892 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
1893 R_XSTORMY16_16 reloc to ignore overflows.
1895 2003-05-06 Alexandre Oliva <aoliva@redhat.com>
1897 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
1898 error message for mixing different-endian files. Check for ABI
1899 compatibility of input files with the selected emulation.
1901 2003-05-05 Alan Modra <amodra@bigpond.net.au>
1903 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
1904 non-default visibility, a) don't make them dynamic, b) discard
1905 space for dynamic relocs.
1906 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
1908 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
1909 non-default visibility, a) don't allocate plt entries, b) don't
1910 allocate .got relocs, c) discard dyn rel space,
1911 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
1912 don't generate dynamic relocs.
1913 * elf64-ppc.c (allocate_dynrelocs): As above.
1914 (ppc64_elf_relocate_section): As above.
1916 2003-05-05 Andreas Jaeger <aj@suse.de>
1918 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
1919 relocation entries for weak undefined symbols with non-default
1921 (elf64_x86_64_relocate_section): Initialize the GOT entries and
1922 skip R_386_32/R_386_PC32 for weak undefined symbols with
1923 non-default visibility.
1925 2003-05-04 H.J. Lu <hjl@gnu.org>
1927 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
1928 relocation entries for weak undefined symbols with non-default
1930 (elf_i386_relocate_section): Initialize the GOT entries and
1931 skip R_386_32/R_386_PC32 for weak undefined symbols with
1932 non-default visibility.
1934 * elfxx-ia64.c (allocate_fptr): Don't allocate function
1935 descriptors for weak undefined symbols with non-default
1937 (allocate_dynrel_entries): Don't allocate relocation entries
1938 for symbols resolved to 0.
1939 (set_got_entry): Don't install dynamic relocation for weak
1940 undefined symbols with non-default visibility.
1941 (set_pltoff_entry): Likewise.
1943 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
1944 with non-default visibility.
1945 (elf_link_output_extsym): Don't make weak undefined symbols
1946 with non-default visibility dynamic.
1948 2003-05-04 H.J. Lu <hjl@gnu.org>
1950 * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
1952 2003-05-04 H.J. Lu <hjl@gnu.org>
1954 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
1955 symbol dynamic. Check indirection when removing the old
1956 definition for symbols with non-default visibility.
1957 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
1959 2003-05-02 Nick Clifton <nickc@redhat.com>
1961 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
1962 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
1965 2003-05-02 Andreas Jaeger <aj@suse.de>
1967 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
1968 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
1969 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
1970 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
1971 ELF_LINK_NON_GOT_REF from weakdef.
1973 2003-05-02 Charles Lepple <clepple@ghz.cc>
1974 Nick Clifton <nickc@redhat.com>
1976 * acinclude.m4: Fix name of --enable-install-libbfd switch.
1977 * aclocal.m4: Regenerate.
1978 * configure: Regenerate.
1979 * Makefile.in: Regenerate.
1981 2003-05-01 Alan Modra <amodra@bigpond.net.au>
1983 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
1984 weakdef sym has already been adjusted before treating it specially.
1985 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
1986 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
1987 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
1988 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
1990 2003-04-28 H.J. Lu <hjl@gnu.org>
1992 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
1993 the relax finalize pass.
1995 * section.c (struct sec): Add need_finalize_relax and remove
1997 (STD_SECTION): Update struct sec initializer.
1998 * bfd-in2.h: Regenerated.
2000 2003-04-28 H.J. Lu <hjl@gnu.org>
2002 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
2003 to copy any information related to dynamic linking when we flip
2006 2003-04-27 H.J. Lu <hjl@gnu.org>
2008 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
2009 (ELF_LINK_DYNAMIC_WEAK): New.
2011 * elflink.h (elf_merge_symbol): Add one argument to indicate if
2012 a symbol should be skipped. Ignore definitions in dynamic
2013 objects for symbols with non-default visibility.
2014 (elf_add_default_symbol): Adjusted.
2015 (elf_link_add_object_symbols): Check if a symbol should be
2016 skipped. Don't merge the visibility field with the one from
2018 (elf_link_check_versioned_symbol): Use undef_bfd.
2019 (elf_link_output_extsym): Warn if a forced local symbol is
2020 referenced from dynamic objects. Make non-weak undefined symbol
2021 with non-default visibility a fatal error.
2023 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
2025 * configure.in: Bump version on HEAD to 2.14.90.
2026 * configure: Regenerated.
2028 2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
2031 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
2032 when we couldn't relax something.
2034 2003-04-25 Alan Modra <amodra@bigpond.net.au>
2036 * elflink.h (elf_merge_symbol): When we find a regular definition
2037 for an indirect symbol, flip the indirection so that the old
2038 direct symbol now points to the new definition.
2040 2003-04-24 Roland McGrath <roland@redhat.com>
2042 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
2044 2003-04-24 Alan Modra <amodra@bigpond.net.au>
2046 * elf32-ppc.c: Formatting and comment fixes.
2047 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
2048 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
2050 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2052 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
2053 * bfd-in2.h: Rebuilt.
2054 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
2055 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
2057 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
2058 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
2059 (h8300sn_info_struct, h8300hn_info_struct): New.
2060 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
2061 (elf32_h8_final_write_processing): Likewise.
2063 2003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2065 * elf32-sh.c (tpoff): New.
2066 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
2067 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2068 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
2069 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
2070 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
2071 (dtpoff_base): Fix wrong indentation.
2072 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
2073 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
2074 R_SH_TLS_TPOFF32 relocations.
2076 2003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
2078 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
2079 * cpu-sh.c: Likewise.
2080 * elf32-sh.c: Likewise.
2081 * reloc.c (bfd_reloc_code_real): Likewise.
2082 * elf32-sh64-com.c: Change comment to refer to SuperH.
2083 * elf32-sh64.c: Likewise.
2084 * elf64-sh64.c: Likewise.
2085 * bfd-in2.h (enum bfd_architecture): Regenerate.
2087 2003-04-23 Alan Modra <amodra@bigpond.net.au>
2089 From Julien LEMOINE <speedblue@debian.org>
2090 * elf32-i386.c (elf_i386_info_to_howto): Delete.
2091 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
2093 2003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2095 * archures.c: Replace references to Mitsubishi M32R with references
2097 * relocs.c: Likewise.
2098 * bfd-in2.h: Regenerate.
2100 2003-04-21 Richard Henderson <rth@redhat.com>
2102 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
2103 executable when a symbol is defined both regular and dynamic.
2105 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2107 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
2108 (elf32-m68hc1x.lo): Update dependencies
2109 * configure.in: Add elf32-m68hc1x.lo.
2110 * configure: Rebuild.
2111 * Makefile.in: Rebuild.
2113 2003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2115 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2116 (m68hc11_elf_hash_table_create): New function.
2117 (elf32_m68hc11_link_hash_table_free): New function.
2118 (stub_hash_newfunc): New function.
2119 (m68hc11_add_stub): New function.
2120 (elf32_m68hc11_add_symbol_hook): New function.
2121 (elf32_m68hc11_setup_section_lists): New function.
2122 (elf32_m68hc11_next_input_section): New function.
2123 (elf32_m68hc11_size_stubs): New function.
2124 (elf32_m68hc11_build_stubs): New function.
2125 (m68hc11_get_relocation_value): New function.
2126 (elf32_m68hc11_relocate_section): Call the above to redirect
2127 some relocations to the trampoline code.
2128 (m68hc11_elf_export_one_stub): New function.
2129 (m68hc11_elf_set_symbol): New function.
2130 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
2131 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
2132 is not yet initialized.
2134 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2135 (elf32_m68hc11_stub_hash_entry): New struct.
2136 (m68hc11_page_info): Add trampoline handler address.
2137 (m68hc11_elf_link_hash_table): Add stubs generation members.
2138 (elf32_m68hc11_add_symbol_hook): Declare.
2139 (elf32_m68hc11_setup_section_lists): Declare.
2140 (elf32_m68hc11_size_stubs): Declare.
2141 (elf32_m68hc11_build_stubs): Declare.
2143 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
2144 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
2145 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
2146 (_bfd_m68hc11_elf_set_private_flags): Ditto.
2147 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
2148 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
2149 (bfd_elf32_bfd_link_hash_table_create): Define.
2150 (elf_backend_add_symbol_hook): Define.
2151 (m68hc11_elf_bfd_link_hash_table_create): New function.
2152 (m68hc11_elf_build_one_stub): New function.
2153 (m68hc11_elf_size_one_stub): New function.
2154 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
2155 (bfd_elf32_bfd_link_hash_table_create): Define.
2157 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
2158 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
2159 (m68hc12_phys_addr): Ditto.
2160 (m68hc12_phys_page): Ditto.
2161 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
2162 (elf32_m68hc11_gc_mark_hook): Likewise.
2163 (elf32_m68hc11_gc_sweep_hook): Likewise.
2164 (elf32_m68hc11_check_relocs): Likewise.
2165 (elf32_m68hc11_relocate_section): Likewise.
2166 (_bfd_m68hc12_elf_set_private_flags): Likewise.
2167 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
2168 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
2169 (m68hc12_elf_build_one_stub): New function.
2170 (m68hc12_elf_size_one_stub): New function.
2171 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
2172 (elf_backend_add_symbol_hook): Define.
2173 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
2175 2003-04-18 Nick Clifton <nickc@redhat.com>
2177 * format.c (bfd_check_format_matches): Only check associated
2178 vector if the matching_vector has been created.
2180 2003-04-15 Alexandre Oliva <aoliva@redhat.com>
2182 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2183 2003-04-09's change.
2185 2003-04-15 Brian Ford <ford@vss.fsi.com>
2187 * peicode.h (coff_swap_scnhdr_in): If a section holds
2188 uninitialized data and is from an object file or from an
2189 executable image that has not initialized the s_size field, or if
2190 the physical size is padded, use the virtual size (stored in
2193 2003-04-15 H.J. Lu <hjl@gnu.org>
2195 * elflink.h (elf_link_add_object_symbols): Properly report
2196 filename for alignment reduction.
2198 2003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
2200 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
2201 * reloc.c: Likewise.
2202 * coff-h8300.c: Likewise.
2203 * coff-h8500.c: Likewise.
2204 * coff-sh.c: Likewise.
2205 * cpu-h8300.c: Likewise.
2206 * cpu-sh.c: Likewise.
2207 * elf32-h8300.c: Likewise.
2208 * elf32-sh.c: Likewise.
2209 * elf32-sh64-com.c: Likewise.
2210 * elf32-sh64.c: Likewise.
2211 * elf64-sh64.c: Likewise.
2212 * bfd-in2.h: Regenerate.
2214 2003-04-14 H.J. Lu <hjl@gnu.org>
2216 * elflink.h (elf_link_add_object_symbols): Maintain maximum
2217 alignment for common symbols. Warn reducing alignment for
2218 common symbols. Report old filename when symbol size changes.
2220 2003-04-12 Alexandre Oliva <aoliva@redhat.com>
2222 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
2223 occurrences of the same test changed in the previous patch.
2226 2003-04-11 Alexandre Oliva <aoliva@redhat.com>
2228 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
2229 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
2230 GOT_DISP/addend only if the symbol got a global GOT entry.
2232 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
2234 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
2235 GOT_PAGE/GOT_OFST referencing overridable symbol to
2237 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
2238 global symbol as GOT_DISP.
2240 2003-04-10 Bob Wilson <bob.wilson@acm.org>
2242 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
2243 next relocation on an undefined symbol.
2245 2003-04-09 Richard Henderson <rth@redhat.com>
2247 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
2248 Ignore relocations against r_symndx == 0.
2250 2003-04-09 H.J. Lu <hjl@gnu.org>
2252 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
2253 FALSE for undefined symbols.
2254 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
2256 2003-04-09 Alexandre Oliva <aoliva@redhat.com>
2258 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
2259 and IRIX-specific shift-to-64-bit 4-byte lengths before following
2262 2003-04-08 Alexandre Oliva <aoliva@redhat.com>
2264 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
2265 pointer size from ABI, not arch_bits_per_address.
2267 2003-04-07 Kevin Buettner <kevinb@redhat.com>
2269 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
2270 constants for n32 ABI.
2272 2003-04-06 Andrew Cagney <cagney@redhat.com>
2274 * simple.c (bfd_simple_get_relocated_section_contents): Disable
2275 free that leads to GDB vs BFD memory corruption.
2277 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2279 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
2280 symbols that mark the end of the section.
2281 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
2282 converting to a relative branch so that the offset is computed after
2283 the relaxation; also relocate a jsr into a bsr if possible but don't
2284 relax them if they are to a far symbol as we need to call the
2286 (elf_m68hc11_howto_table): Set pcrel_offset to true.
2288 2003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2290 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
2291 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
2292 * bfd-in2.h: Regenerate
2293 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
2294 * cpu-tic4x.c: Ditto
2296 2003-04-03 Nick Clifton <nickc@redhat.com>
2298 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
2299 differently for object files and executables.
2300 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
2301 for object files or for executables who have not already
2302 initialised the field.
2303 * libpei.h (bfd_pe_executable_p): New macro. Return true if
2304 the PE format bfd is an executable.
2306 2003-04-03 Alan Modra <amodra@bigpond.net.au>
2308 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
2309 here as it's too early to reliably determine locality.
2310 (ppc_elf_gc_sweep_hook): Likewise.
2311 (SYMBOL_REFERENCES_LOCAL): Expand comment.
2313 2003-04-02 Bob Wilson <bob.wilson@acm.org>
2315 * xtensa-modules.c: Remove comment indicating that this is a
2318 2003-04-02 Alan Modra <amodra@bigpond.net.au>
2320 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
2322 2003-04-01 Bob Wilson <bob.wilson@acm.org>
2324 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
2325 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
2326 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
2328 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
2330 (cpu-xtensa.lo): New target.
2331 (elf32-xtensa.lo): Likewise.
2332 (xtensa-isa.lo): Likewise.
2333 (xtensa-modules.lo): Likewise.
2334 * Makefile.in: Regenerate.
2335 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
2336 (bfd_archures_list): Add bfd_xtensa_arch.
2337 * config.bfd: Handle xtensa-*-*.
2338 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
2339 * configure: Regenerate.
2340 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
2341 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
2342 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
2343 (bfd_elf32_xtensa_le_vec): Likewise.
2344 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
2345 * cpu-xtensa.c: New file.
2346 * elf32-xtensa.c: Likewise.
2347 * xtensa-isa.c: Likewise.
2348 * xtensa-modules.c: Likewise.
2349 * libbfd.h: Regenerate.
2350 * bfd-in2.h: Likewise.
2352 2003-04-01 Nick Clifton <nickc@redhat.com>
2354 * archures.c (bfd_mach_arm_unknown): Define.
2355 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
2356 bfd_arm_get_mach_from_notes): Prototype.
2357 * bfd-in2.h: Regenerate.
2358 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
2359 bfd_arm_merge_machines.
2360 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
2361 * coffcode.h (coff_set_arch_mach_hook): Call
2362 bfd_arm_get_mach_from_notes.
2363 * coffgen.c (coff_real_object_p): Revert previous delta.
2364 * cpu_arm.c (arm_check_note): New function. Examine a note in a
2366 (bfd_arm_merge_machines): New function: Handle the merging of ARM
2367 binaries compiled for different architectures..
2368 (bfd_arm_update_notes): New function: Update an ARM note section.
2369 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
2370 number from an ARM note section.
2371 * elf32-arm.h (elf32_arm_object_p): Use
2372 bfd_arm_get_mach_from_notes.
2373 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
2374 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
2376 2003-04-01 Ben Elliston <bje@wasabisystems.com>
2378 * dwarf2.c (read_attribute_value): Correct typo in comment.
2380 2003-04-01 Nick Clifton <nickc@redhat.com>
2382 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
2383 instead of concat().
2384 (decode_line_info): Only free filename if it is not NULL.
2385 (add_line_info): Make a copy of the filename when storing it into
2388 2003-03-31 Andreas Schwab <schwab@suse.de>
2389 Daniel Jacobowitz <drow@mvista.com>
2391 * simple.c (bfd_simple_get_relocated_section_contents): Add
2392 parameter symbol_table. Optionally use it instead of the symbol
2393 table from the bfd. Save and restore output offsets and output
2394 sections around bfd_get_relocated_section_contents. Fix a memory
2396 (simple_save_output_info, simple_restore_output_info): New
2398 * bfd-in2.h: Regenerate.
2399 * dwarf2.c (read_abbrevs): Use
2400 bfd_simple_get_relocated_section_contents instead of
2401 bfd_get_section_contents.
2402 (decode_line_info): Likewise.
2403 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
2405 (find_rela_addend): Remove.
2406 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
2408 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
2411 2003-03-31 David Heine <dlheine@suif.stanford.edu>
2413 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
2415 * dwarf2.c (concat_filename): Always allocate space for the
2417 (decode_line_info): Free the allocated filename returned by
2419 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
2420 * elf.c (copy_private_bfd_data): Likewise.
2421 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
2422 * elflink.h (elf_link_sort_relocs): Fix memory leak.
2423 * format.c (bfd_check_format_matches): Likewise.
2424 * linker.c (bfd_generic_final_link): Likewise.
2425 * opncls.c (find_separate_debug_info): Likewise.
2426 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
2428 2003-03-28 H.J. Lu <hjl@gnu.org>
2430 * elflink.h (elf_link_add_object_symbols): Correctly combine
2433 2003-03-27 Jakub Jelinek <jakub@redhat.com>
2435 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
2436 to -1 before recomputing got offsets.
2438 2003-03-26 Andreas Schwab <schwab@suse.de>
2440 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2441 (elf_m68k_relocate_section): Use it to correctly handle symbols
2443 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
2444 entries for symbols that are forced to be local.
2446 2003-03-25 Alexandre Oliva <aoliva@redhat.com>
2448 * elfxx-mips.c (_bfd_mips_relax_section): New function.
2449 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
2450 * elfn32-mips.c, elf64-mips.c: Use it.
2452 2003-03-25 Stan Cox <scox@redhat.com>
2453 Nick Clifton <nickc@redhat.com>
2455 Contribute support for Intel's iWMMXt chip - an ARM variant:
2457 * archures.c: Add bfd_mach_arm_iWMMXt.
2458 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
2459 * bfd-in2.h: Regenerate.
2460 * libbfd.h: Regenerate.
2461 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
2462 object files to be linked with XScale ones.
2463 (coff_arm_final_link_postscript): Update note section.
2464 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
2465 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
2466 after identifying a coff binary.
2467 * cpu-arm.c (processors): Add iWMMXt.
2468 (arch_inf): Likewise.
2469 * elf32-arm.h (arm_object_p): Handle note section.
2470 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
2471 be linked with XScale ones.
2472 (elf32_arm_section_flags): New function: Set flags on note section.
2473 (elf32_arm_final_write_processing): Handle note section.
2475 2003-03-21 DJ Delorie <dj@redhat.com>
2477 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
2478 _bfd_elf_rela_local_sym.
2480 2003-03-20 H.J. Lu <hjl@gnu.org>
2482 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
2485 2003-03-20 Nick Clifton <nickc@redhat.com>
2487 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
2488 $idata5 in case bfd_coff_final_link is not called.
2490 2003-03-19 Jakub Jelinek <jakub@redhat.com>
2492 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
2494 (canon_reloc_count): Define.
2495 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
2496 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
2498 (sparc64_elf_canonicalize_reloc): New routine.
2499 (bfd_elf64_canonicalize_reloc): Define.
2501 2003-03-18 Jakub Jelinek <jakub@redhat.com>
2503 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
2504 againt mergeable sections. Take r_addend into account when caching
2507 2003-03-18 Richard Henderson <rth@redhat.com>
2509 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
2510 local symbols that have no dyninfo.
2512 2003-03-14 Gene Smith <gene.smith@siemens.com>
2514 * ieee.c (ieee_write_expression): Handle the case where symbol is
2516 General formatting improvements.
2518 2003-03-13 Nick Clifton <nickc@redhat.com>
2520 * configure.in (LINGUAS): Add zh_CN.
2521 * configure: Regenerate.
2522 * po/zh_CN.po: New file.
2524 2003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
2526 * aout-cris.c (BYTES_IN_WORD): Don't define.
2527 aout-encap.c: Likewise.
2528 aout-ns32k.c: Likewise.
2529 aout-tic30.c: Likewise.
2530 hp300bsd.c: Likewise.
2531 i386aout.c: Likewise.
2532 i386dynix.c: Likewise.
2533 i386linux.c: Likewise.
2534 i386lynx.c: Likewise.
2535 i386mach3.c: Likewise.
2536 m68k4knetbsd.c: Likewise.
2537 m68klinux.c: Likewise.
2538 m68klynx.c: Likewise.
2539 m68knetbsd.c: Likewise.
2540 m88kmach3.c: Likewise.
2541 mipsbsd.c: Likewise.
2542 newsos3.c: Likewise.
2543 sparclinux.c: Likewise.
2544 sparclynx.c: Likewise.
2545 sparcnetbsd.c: Likewise.
2546 vaxbsd.c: Likewise. Fix comment formatting.
2548 2003-03-12 Alexandre Oliva <aoliva@redhat.com>
2550 * Reverted 2003-03-02's patch.
2552 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
2554 * elf64-mips.c (mips_elf64_canonicalize_reloc,
2555 mips_elf64_get_dynamic_reloc_upper_bound,
2556 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
2557 (bfd_elf64_get_canonicalize_reloc,
2558 bfd_elf64_get_dynamic_reloc_upper_bound,
2559 bfd_elf64_canonicalize_dynamic_reloc): Define.
2560 (mips_elf64_slurp_reloc_table): Support dynamic.
2561 (mips_elf64_slurp_one_reloc_table): Adjust.
2563 2003-03-12 Nick Clifton <nickc@redhat.com>
2565 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
2566 'index' to 'offset' in test for zero value.
2568 2003-03-11 Alexandre Oliva <aoliva@redhat.com>
2570 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
2571 dynamic relocations pointing to local or section symbols, use the
2572 NULL symbol instead. Document the choice to not emit an
2573 additional R_MIPS_64 relocation.
2575 2003-03-11 Alan Modra <amodra@bigpond.net.au>
2577 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
2578 zero index dynamic tls relocs generated for the GOT. Tidy code.
2579 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
2580 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2582 2003-03-07 Alan Modra <amodra@bigpond.net.au>
2584 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
2585 a tls_get_addr call.
2587 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
2588 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
2589 ELF_LINK_NON_GOT_REF from weakdef.
2590 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
2591 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
2592 ELF_LINK_NON_GOT_REF from weakdef.
2593 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
2594 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
2595 ELF_LINK_NON_GOT_REF from weakdef.
2597 2003-03-06 Jakub Jelinek <jakub@redhat.com>
2598 Andrew Haley <aph@redhat.com>
2600 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
2601 output is relocateable.
2603 2003-03-06 Steven Konopa <skonopa@kgo.csc.com>
2605 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
2608 2003-03-06 Alan Modra <amodra@bigpond.net.au>
2610 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
2612 (ELIMINATE_COPY_RELOCS): Define to zero.
2613 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
2614 TLSLD relocs. Report reloc types on a number of errors. Optimize
2615 LOCAL24PC check for non-local syms. Don't capitalize error messages.
2616 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
2617 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
2618 calculating TLSLD relocs. Report reloc types on a number of errors.
2619 Don't capitalize error messages.
2621 2003-03-03 H.J. Lu <hjl@gnu.org>
2623 * elfxx-ia64.c (USE_BRL): Removed.
2626 2003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
2628 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
2629 relocation (no special function), and make it non-partial_inplace.
2630 (sh_elf_relax_section): When creating a bsr, use a consistent value
2631 no matter if the symbol is extern or not; set addend to -4.
2632 Don't swap load / non-load instructions for SH4.
2633 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
2634 rather than if the symbol is external to determine if adjusting the
2635 offset makes sense. Adjust the addend too if appropriate.
2636 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
2639 2003-03-03 Nick Clifton <nickc@redhat.com>
2641 * po/da.po: Installed latest translation.
2643 2003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2645 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
2646 R_MIPS_PC16 to rightshift 2.
2647 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
2648 (bfd_elf32_bfd_reloc_type_lookup): Support
2649 BFD_RELOC_MIPSEMB_16_PCREL_S2.
2650 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
2651 R_MIPS_PC16 to rightshift 2.
2652 (mips_elf64_howto_table_rela): Likewise.
2653 (mips_reloc_map): Map to rightshifted BFD reloc.
2654 * elfn32-mips.c: The same as in elf64-mips.c.
2655 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
2656 (mips_elf_calculate_relocation): Handle rightshifted addends for
2658 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
2659 MIPS Embedded PIC. Remove superfluous empty COMMENT.
2660 * libbfd.h: Regenerate.
2661 * bfd-in2.h: Regenerate.
2663 2003-02-28 Richard Henderson <rth@redhat.com>
2665 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
2666 for ltoff22x relaxation.
2668 2003-03-01 Alan Modra <amodra@bigpond.net.au>
2670 * bfd-in.h (_bfd): Don't define.
2671 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
2673 * bfd-in2.h: Regenerate.
2675 2003-02-27 Richard Henderson <rth@redhat.com>
2677 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
2678 (elfNN_ia64_check_relocs): Set it.
2679 (allocate_global_data_got): Check it.
2680 (allocate_local_got): Likewise.
2681 (allocate_dynrel_entries): Likewise.
2682 (elfNN_ia64_relax_ldxmov): New.
2683 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
2684 (elfNN_ia64_choose_gp): Split out from ...
2685 (elfNN_ia64_final_link): ... here.
2687 2003-02-27 Andrew Cagney <cagney@redhat.com>
2689 * bfd.c (struct bfd): Rename "struct _bfd".
2690 * bfd-in.h: Update copyright.
2691 (struct bfd): Rename "struct _bfd".
2692 (_bfd): Define for backward compatibility.
2693 * bfd-in2.h: Regenerate.
2695 2003-02-25 Alan Modra <amodra@bigpond.net.au>
2697 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
2698 and rel_hdr2 when initially counting input relocs rather than after
2699 creating output reloc sections.
2700 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
2703 * Makefile.am: Run "make dep-am".
2704 * Makefile.in: Regenerate.
2706 2003-02-24 Kris Warkentin <kewarken@qnx.com>
2708 * elf.c (elfcore_read_notes): Add check for QNX style core file.
2709 (elfcore_grog_nto_note): New function.
2710 (elfcore_grog_nto_gregs): New function.
2711 (elfcore_grog_nto_status): New function.
2713 2003-02-24 Alan Modra <amodra@bigpond.net.au>
2715 * elflink.c (_bfd_elf_create_got_section): Check existing .got
2716 section flags before concluding that we've already been called.
2717 Don't use register keyword.
2718 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
2719 (_bfd_elf_create_linker_section): Formatting.
2721 2003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
2723 * coff-h8300.c: Fix typo: intial -> initial.
2724 * coff-ppc.c: Likewise.
2726 2003-02-20 Alan Modra <amodra@bigpond.net.au>
2728 * elf32-ppc.c: Formatting.
2729 (allocate_dynrelocs): LD and GD relocs against the same sym need
2730 separate GOT entries.
2731 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
2734 2003-02-19 Alan Modra <amodra@bigpond.net.au>
2736 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
2737 removal. Localize vars. Remove unnecessary dynobj test.
2738 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
2740 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2742 (elf_i386_relocate_section): Likewise.
2743 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
2744 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
2745 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
2746 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
2747 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
2748 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
2749 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
2750 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
2753 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
2754 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
2756 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
2757 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2758 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2759 and optimize. Use ELIMINATE_COPY_RELOCS.
2760 (ppc64_elf_relocate_section): Likewise.
2762 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
2763 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
2764 (ELIMINATE_COPY_RELOCS): Define.
2765 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
2766 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2767 (MUST_BE_DYN_RELOC): Define.
2768 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2769 and optimize. Trim dyn_relocs.
2770 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
2771 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
2772 track of pc_rel dyn relocs.
2773 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
2774 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
2775 allocate_dynrelocs. Don't recalculate "sec".
2777 2003-02-18 Alan Modra <amodra@bigpond.net.au>
2779 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
2780 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
2781 on invalid LD relocs.
2782 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
2783 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
2784 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
2786 * elf32-ppc.h: New file.
2787 * elf32-ppc.c: Include elf32-ppc.h.
2788 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
2789 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
2790 Add "tls_mask" field.
2791 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
2792 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
2793 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
2794 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
2795 Make use of htab shortcuts throughout file.
2796 (ppc_elf_link_hash_newfunc): Init tls_mask field.
2797 (ppc_elf_link_hash_table_create): Init new fields.
2798 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
2799 (ppc_elf_howto_raw): Add tls relocs.
2800 (ppc_elf_reloc_type_lookup): Handle them.
2801 (ppc_elf_unhandled_reloc): New function.
2802 (ppc_elf_create_got): Stash got section pointer in hash table,
2803 return status. Make .rela.got too.
2804 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
2805 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
2806 NON_GOT_REF set. Don't allocate space in .plt here..
2807 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
2808 not allocating plt entries unnecessarily. Allocate got entries here.
2809 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2810 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
2811 "info" during allocate_dynrelocs hash traversal. Use htab section
2812 shortcuts rather than searching for named sections. Get rid of
2813 "plt" and "strip" booleans.
2814 (update_local_sym_info, bad_shared_reloc): New functions.
2815 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
2816 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
2817 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
2818 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
2819 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
2820 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
2821 relocs that might use a plt entry. Set NON_GOT_REF too.
2822 Enumerate all do-nothing relocs.
2823 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
2824 tls relocs and all plt relocs.
2825 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
2826 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
2827 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
2829 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
2830 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
2831 entries and got relocs here. Warn on non-zero got reloc addend.
2832 Split out branch taken/not taken reloc code into a separate switch
2833 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
2834 Split out HA reloc adjustments to separate switch statement. Don't
2835 warn on reloc overflow if we've already warned about undefined.
2836 Don't rebuild sym name when reporting errors. Report all possible
2837 errors from _bfd_final_link_relocate.
2838 (bfd_elf32_bfd_final_link): Don't define.
2840 2003-02-18 Alan Modra <amodra@bigpond.net.au>
2842 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
2843 rebuild sym name when reporting errors.
2845 2003-02-17 Nick Clifton <nickc@redhat.com>
2847 * elflink.h (elf_link_output_extsym): Only check
2848 allow_shlib_undefined for shared libraries.
2849 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
2850 of allow_shlib_undefined.
2851 * elf32-cris.c (cris_elf_relocate_section): Likewise.
2852 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
2853 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2854 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2855 * elf32-s390.c (elf_s390_relocate_section): Likewise.
2856 * elf32-sh.c (sh_elf_relocate_section): Likewise.
2857 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2858 * elf32-vax.c (elf_vax_relocate_section): Likewise.
2859 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
2860 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
2861 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2862 * elf64-s390.c (elf_s390_relocate_section): Likewise.
2863 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2864 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2865 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
2866 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
2868 2003-02-17 Nick Clifton <nickc@redhat.com>
2870 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
2871 address field to use in the comparison.
2872 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
2874 2003-02-14 Bob Wilson <bob.wilson@acm.org>
2876 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
2877 backends when checking if the generic ELF target should be used.
2879 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
2880 outside of functions, treat values as absolute addresses.
2882 * bfd.c: Change embedded documentation to use consistent indentation
2883 and to split up long lines. Change informal style of description
2884 for functions lacking real documentation.
2885 * coffcode.h: Break up long lines in embedded documentation.
2886 * format.c: Likewise.
2887 * targets.c: Likewise.
2888 * libcoff.h: Regenerate.
2889 * bfd-in2.h: Regenerate.
2891 2003-02-14 Alan Modra <amodra@bigpond.net.au>
2893 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
2894 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
2895 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
2896 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
2897 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
2898 (group_sections): Don't share a stub section if stubs are for a large
2899 section. Adjust comment.
2900 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
2901 !stubs_always_before_branch.
2902 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
2903 treat undefined and undefweak specially when processing dyn relocs.
2905 2003-02-13 Jakub Jelinek <jakub@redhat.com>
2907 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
2909 2003-02-13 Nick Clifton <nickc@redhat.com>
2911 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
2912 in computation of offset to insert into BL instruction.
2914 2003-02-11 Uwe Stieber <uwe@wwws.de>
2916 * config.bfd: Add support for kaOS as cross build target system.
2918 2003-02-11 Alan Modra <amodra@bigpond.net.au>
2920 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
2921 .__tls_get_addr too.
2922 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
2924 2003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
2926 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
2927 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
2928 (sh_elf_link_hash_newfunc): Remove the initialization of
2930 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
2931 for which tls_tpoff32 flag is set.
2932 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
2933 of the symbol includes the entry matched with the input_section
2934 and having tls_tpoff32 flag on. When linking statically, set
2935 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
2936 is defined in this executable.
2937 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
2939 2003-02-10 Jakub Jelinek <jakub@redhat.com>
2941 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
2942 even if there is just non-empty .rela.plt.
2944 2003-02-10 Nick Clifton <nickc@redhat.com>
2946 * archures.c (bfd_mach_arm_ep9312): Define.
2947 * bfd-in2.h: Regenerate.
2948 * cpu-arm.c (processors[]): Add ep9312.
2949 (bfd_arm_arch): Add ep9312.
2950 * elf32-arm.h (elf32_arm_merge_private_data): Update error
2951 messages and add test for Maverick floating point support.
2952 (elf32_arm_print_private_bfd_data): Handle
2953 EF_ARM_MAVERICK_FLOAT flag.
2954 (elf32_arm_object_p): New function.
2955 (elf_backend_object_p): Define.
2957 2003-02-10 Alan Modra <amodra@bigpond.net.au>
2959 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
2960 variables, structure fields or function params to tls_mask or
2961 similar to better reflect usage.
2962 (struct got_entry): Comment.
2963 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
2964 (get_tls_mask): Rename from get_tls_type.
2966 2003-02-09 Alan Modra <amodra@bigpond.net.au>
2968 * elf64-ppc.c (TLS_GD_LD): Don't define..
2969 (TLS_GD): ..define this instead and update all uses.
2970 (TLS_TPRELGD): Define.
2971 (ppc64_elf_link_hash_table_create): Tweak initialization of
2972 init_refcount and init_offset.
2973 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
2974 Mark second slot of GD or LD toc entries.
2975 (get_tls_type): Return an int. Distinguish toc GD and LD entries
2976 from other tls types.
2977 (ppc64_elf_tls_setup): New function, split out from..
2978 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
2979 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
2980 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
2981 return value to properly decide whether toc GD and LD entries can
2982 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
2983 to determine GD or LD rather than looking at TLS_LD flag. Don't
2984 attempt to adjust got entry tls_type here..
2985 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
2986 look for possible merges.
2987 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
2989 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
2990 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
2991 Make use of return value from get_tls_type to properly detect GD and
2992 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
2993 handle tls_get_addr removal when looking at REL24 relocs, do it when
2994 looking at the previous reloc. Check reloc after DTPMOD64 to determine
2996 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
2998 2003-02-08 Alan Modra <amodra@bigpond.net.au>
3000 * elf32-hppa.c (group_sections): Don't share a stub section if
3001 stubs are for a large section.
3003 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
3004 stubs if !stubs_always_before_branch.
3006 2003-02-07 Nick Clifton <nickc@redhat.com>
3008 * elf.c (swap_out_syms): Generate an error message if an
3009 equivalent output section cannot be found for a symbol.
3011 2003-02-07 Jakub Jelinek <jakub@redhat.com>
3013 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
3014 local_got_entries is NULL.
3016 2003-02-06 Andreas Schwab <schwab@suse.de>
3018 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
3019 (read_value): Add parameter is_signed, use signed extraction if
3020 the value is signed.
3021 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
3022 encoding to read_value.
3024 2003-02-06 Alan Modra <amodra@bigpond.net.au>
3026 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
3027 plt info when called to transfer weak sym info.
3029 2003-02-05 Alan Modra <amodra@bigpond.net.au>
3031 * reloc.c: Add PPC and PPC64 TLS relocs.
3032 * libbfd.h: Regenerate.
3033 * bfd-in2.h: Regenerate.
3034 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
3035 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
3036 against a 32 bit field.
3037 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
3038 (_ppc64_elf_section_data): Add t_symndx and comments.
3039 (ppc64_elf_section_data): Use elf_section_data macro.
3040 (ppc64_elf_new_section_hook): American spelling.
3041 (struct got_entry, struct plt_entry): New.
3042 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
3043 (struct ppc_stub_hash_entry): Add "addend" field.
3044 (struct ppc_link_hash_entry): Add "tls_type".
3045 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3046 TLS_EXPLICIT): Define.
3047 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
3048 (link_hash_newfunc): Init new fields.
3049 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
3050 init_offset to NULL.
3051 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
3052 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
3054 (update_local_sym_info, update_plt_info): New functions.
3055 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
3056 handling to use got.glist rather than got.refcount. Likewise for PLT.
3057 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
3058 (func_desc_adjust): Adjust for new PLT list.
3059 (ppc64_elf_adjust_dynamic_symbol): Likewise.
3060 (get_sym_h, get_tls_type): New functions.
3061 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
3062 (ppc64_elf_tls_optimize): New function.
3063 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
3065 (ppc64_elf_size_dynamic_sections): Likewise.
3066 (ppc_type_of_stub): Adjust for new PLT list.
3067 (ppc_build_one_stub): Likewise.
3068 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
3070 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
3071 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
3072 init GOT entries that have a reloc. Generate GOT relocs here..
3073 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
3074 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
3076 2003-02-04 Andreas Schwab <schwab@suse.de>
3078 * elf32-m68k.c (elf_m68k_hash_entry): Define.
3079 (elf_m68k_link_hash_traverse): Remove.
3080 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
3081 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
3083 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
3085 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
3086 instead of elf_m68k_link_hash_traverse.
3087 (elf_m68k_discard_copies): Change first parameter to pointer to
3088 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
3089 elf_m68k_link_hash_entry is needed.
3091 2003-02-04 Alan Modra <amodra@bigpond.net.au>
3093 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
3094 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
3095 "got" union, and declare as gotplt_union. Use gotplt_uinion for
3097 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
3098 Add "init_offset" field.
3099 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
3100 (elf_local_got_ents): Declare.
3101 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
3103 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
3104 (_bfd_elf_link_hash_table_init): Set "init_offset".
3105 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
3107 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
3109 * elf.c (bfd_elf_local_sym_name): Split out from..
3110 (group_signature): ..here.
3111 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
3113 2003-02-04 Alan Modra <amodra@bigpond.net.au>
3115 * elf-bfd.h (enum elf_link_info_type): Remove.
3116 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
3117 to struct sec. Remove linkonce_p field.
3118 (elf_linkonce_p): Delete.
3119 (elf_discarded_section): Update for sec_info_type change.
3120 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
3121 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
3122 (ELF_INFO_TYPE_NONE): Define.
3123 (ELF_INFO_TYPE_STABS): Define.
3124 (ELF_INFO_TYPE_MERGE): Define.
3125 (ELF_INFO_TYPE_EH_FRAME): Define.
3126 (ELF_INFO_TYPE_JUST_SYMS): Define.
3127 (STD_SECTION): Update struct sec initializer.
3128 * ecoff.c (bfd_debug_section): Likewise.
3129 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
3130 * elflink.h: Likewise.
3131 * elf-eh-frame.c: Likewise.
3132 * elf64-alpha.c: Likewise.
3133 * elfxx-ia64.c: Likewise.
3134 * elfxx-mips.c: Likewise.
3135 * bfd-in2.h: Regenerate.
3137 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
3138 referring to used_by_bfd.
3139 * elf64-sparc.c (sec_do_relax): Likewise.
3140 * elf64-mmix.c (mmix_elf_section_data): Likewise.
3141 * elfxx-mips.c (mips_elf_section_data): Likewise.
3142 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
3143 (ieee_get_section_contents): Likewise.
3144 (ieee_new_section_hook): Formatting.
3145 (ieee_canonicalize_reloc): Remove commented out code.
3146 * mmo.c (mmo_section_data): Define. Use throughout file.
3147 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
3149 2003-01-31 Graydon Hoare <graydon@redhat.com>
3151 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
3152 * Makefile.in: Regenerate.
3153 * opncls.c (calc_crc32, get_debug_link_info,
3154 seperate_debug_file_exists, find_seperate_debug_file): New
3156 (bfd_follow_gnu_debuglink): New function. Follow the pointer
3157 contained inside a .gnu_debuglink section.
3158 * bfd-in2.h: Regenerate.
3160 2003-01-29 Alexandre Oliva <aoliva@redhat.com>
3162 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
3163 entry->abfd when it's NULL.
3165 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
3167 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
3168 _bfd_elf_section_offset returning -2 the same way as -1.
3170 * elfxx-mips.c (mips_elf_multi_got): New function.
3171 (struct mips_got_entry): Make symndx and gotidx signed. Moved
3172 addend into union along with address and link hash entry.
3173 (struct mips_got_info): Added bfd2got and next.
3174 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
3175 (mips_elf_got_section, mips_elf_create_got_section): Use
3176 SEC_EXCLUDE bit to tell whether we really need the got
3177 section. Take boolean arguments to disregard an excluded
3178 section, or to create it as excluded. Adjust all callers.
3179 Use mips_elf_got_section all over.
3180 (mips_elf_local_got_index, mips_elf_got_page,
3181 mips_elf_got16_entry): Take input bfd as argument, and pass it
3182 on to mips_elf_create_local_got_entry.
3183 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
3184 Take input bfd as argument, and manage entries in the
3186 (mips_elf_got_offset_from_index): Take input bfd as argument,
3187 and use it to adjust the GP offset of the bfd.
3188 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
3189 unreferenced GOT entries of global symbols to the end.
3190 (mips_elf_record_global_got_symbol): Take input bfd as
3191 argument. Add entries to the master GOT hash table.
3192 (struct mips_elf_bfd2got_hash): New.
3193 (struct mips_elf_got_per_bfd_arg): New.
3194 (struct mips_elf_set_global_got_offset_arg): New.
3195 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
3196 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
3197 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
3198 mips_elf_merge_gots, mips_elf_set_global_got_offset,
3199 mips_elf_resolve_final_got_entry,
3200 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
3201 mips_elf_got_for_ibfd): New functions.
3202 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
3203 (MIPS_ELF_GOT_MAX_SIZE): New macro.
3204 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
3205 (mips_elf_got_entry_hash): Take new fields into account. Use
3206 mips_elf_hash_bfd_vma.
3207 (mips_elf_got_entry_eq): Take new fields into account.
3208 (mips_elf_create_got_section): Initialize new fields.
3209 (mips_elf_calculate_relocation): Pass input_bfd to functions
3210 that now take it. Adjust gp for the input_bfd.
3211 (mips_elf_allocate_dynamic_relocation,
3212 mips_elf_create_dynamic_relocation,
3213 _bfd_mips_elf_create_dynamic_sections): Use...
3214 (mips_elf_rel_dyn_section): New function. Borrow code from...
3215 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
3216 now take it. Create the got section if needed, even if
3217 excluded, before recording a global got symbol. Move some
3219 (mips_elf_record_local_got_symbol): New fn.
3220 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
3221 Compute multi-got global entries offsets. Move GOT code to...
3222 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
3223 if the GOT is too big.
3224 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
3225 undefweak symbol to zero. Generate dynamic relocations for
3226 non-primary GOT entries for global symbols.
3227 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
3228 case. Generate dynamic relocations for local got entries.
3229 Sort dynamic relocations on N64 too, using...
3230 (sort_dynamic_relocs_64): New fns.
3231 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
3232 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
3234 2003-01-27 Alexandre Oliva <aoliva@redhat.com>
3236 * bfd.c (struct _bfd): Added id field.
3237 * opncls.c (_bfd_id_counter): New static variable.
3238 (_bfd_new_bfd): Use it.
3239 * bfd-in2.h: Rebuilt.
3241 2003-01-25 Alan Modra <amodra@bigpond.net.au>
3243 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
3245 2003-01-25 Jakub Jelinek <jakub@redhat.com>
3247 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
3248 (elf32_sparc_rev32_howto): New variable.
3249 (sparc_reloc_map): Add TLS relocs.
3250 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
3252 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
3254 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
3255 struct elf32_sparc_link_hash_table):
3257 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
3258 elf32_sparc_hash_table): Define.
3259 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
3260 create_got_section, elf32_sparc_create_dynamic_sections,
3261 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
3263 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
3265 (elf32_sparc_gc_sweep_hook): Likewise.
3266 (elf32_sparc_adjust_dynamic_symbol): Likewise.
3267 (elf32_sparc_size_dynamic_sections): Likewise.
3268 (elf32_sparc_relocate_section): Likewise.
3269 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
3271 (elf32_sparc_object_p): Allocate backend private object data.
3272 (bfd_elf32_bfd_link_hash_table_create,
3273 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
3274 elf_backend_can_refcount): Define.
3275 (elf_backend_create_dynamic_sections): Define to
3276 elf32_sparc_create_dynamic_sections.
3277 * reloc.c: Add SPARC TLS relocs.
3278 * bfd-in2.h, libbfd.h: Rebuilt.
3279 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
3280 (sparc_reloc_map): Likewise.
3282 2003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
3284 * bfd-in2.h: Regenerate.
3285 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
3286 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
3287 (elf_howto_table): Add TLS relocs.
3288 (elf_s390_reloc_type_lookup): Likewise.
3289 (elf_s390_link_hash_entry): Add tls_type.
3290 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
3292 (elf_s390_link_hash_table): Add tls_ldm_got.
3293 (link_hash_newfunc): Initialize tls_type.
3294 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
3295 (elf_s390_copy_indirect_symbol): Copy tls_type information.
3296 (elf_s390_check_relocs): Support TLS relocs.
3297 (elf_s390_gc_sweep_hook): Likewise.
3298 (allocate_dynrelocs): Likewise.
3299 (elf_s390_size_dynamic_sections): Likewise.
3300 (elf_s390_relocate_section): Likewise.
3301 (elf_s390_finish_dynamic_symbol): Likewise.
3302 (bfd_elf32_mkobject): Define for TLS.
3303 * elf64-s390.c: Same changes as for elf32-s390.c.
3304 * libbfd.h: Regenerate.
3305 * reloc.c: Add s390 TLS relocations.
3307 2003-01-24 Charles Lepple <clepple@ghz.cc>
3309 * aclocal.m4: Fix name of --enable-install-libbfd switch.
3311 2003-01-23 Nick Clifton <nickc@redhat.com>
3314 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
3315 * archures.c (bfd_mach_sh2e): Added.
3316 * bfd-in2.h: Rebuilt.
3317 * cpu-sh.c (arch_info_struct): Added SH2e.
3318 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
3320 2003-01-23 Alan Modra <amodra@bigpond.net.au>
3322 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
3323 dynindx to an int. Rearrange for better packing.
3324 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
3325 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
3326 * elf32-sh64.h: New. Split out from include/elf/sh.h.
3327 (struct _sh64_elf_section_data): New struct.
3328 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
3329 * elf32-sh64-com.c: Include elf32-sh64.h.
3330 * elf32-sh64.c: Likewise.
3331 (sh64_elf_new_section_hook): New function.
3332 (bfd_elf32_new_section_hook): Define.
3333 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
3334 (sh64_bfd_elf_copy_private_section_data): Likewise.
3335 (sh64_elf_final_write_processing): Likewise.
3336 * elf32-sparc.c (struct elf32_sparc_section_data): New.
3337 (elf32_sparc_new_section_hook): New function.
3338 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
3339 (sec_do_relax): Define.
3340 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
3341 (elf32_sparc_relocate_section): Likewise.
3342 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
3343 * elf64-mmix.c (struct _mmix_elf_section_data): New.
3344 (mmix_elf_section_data): Define. Use throughout file.
3345 (mmix_elf_new_section_hook): New function.
3346 (bfd_elf64_new_section_hook): Define.
3347 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
3348 (ppc64_elf_section_data): Define. Use throughout.
3349 (ppc64_elf_new_section_hook): New function.
3350 (bfd_elf64_new_section_hook): Define.
3351 * elf64-sparc.c (struct sparc64_elf_section_data): New.
3352 (sparc64_elf_new_section_hook): New function.
3353 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
3354 (sec_do_relax): Define.
3355 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
3356 (sparc64_elf_relocate_section): Likewise.
3357 (bfd_elf64_new_section_hook): Define.
3358 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
3359 * elfxx-mips.c (struct _mips_elf_section_data): New.
3360 (mips_elf_section_data): Define. Use throughout.
3361 (_bfd_mips_elf_new_section_hook): New function.
3362 (mips_elf_create_got_section): Don't alloc used_by_bfd.
3363 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
3364 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
3365 * Makefile.am: Run "make dep-am".
3366 * Makefile.in: Regenerate.
3368 2003-01-21 Richard Henderson <rth@redhat.com>
3370 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
3371 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
3372 (elf64_alpha_adjust_dynamic_symbol): Set them.
3373 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
3374 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
3375 symbol index when relaxing LDM to TPREL.
3376 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
3377 relocs, even if the target isn't locally defined.
3378 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
3379 (elf64_alpha_relocate_section): Likewise. Force TP-relative
3380 relocs vs symndx 0 to the tp base.
3382 2003-01-21 Fabio Alemagna <falemagn@aros.org>
3384 * config.bfd: Handle i[3456]86-*-aros*.
3386 2003-01-21 Andreas Schwab <schwab@suse.de>
3388 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
3389 (struct ppc_elf_link_hash_entry): Define.
3390 (ppc_elf_hash_entry): New function.
3391 (struct ppc_elf_link_hash_table): Define.
3392 (ppc_elf_hash_table): New function.
3393 (ppc_elf_link_hash_newfunc): New function.
3394 (ppc_elf_link_hash_table_create): New function.
3395 (ppc_elf_copy_indirect_symbol): New function.
3396 (allocate_dynrelocs): New function.
3397 (readonly_dynrelocs): New function.
3398 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
3399 relocs and determine DT_TEXTREL.
3400 (ppc_elf_check_relocs): Don't do that here, just count the
3402 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
3404 (bfd_elf32_bfd_link_hash_table_create): Define.
3405 (elf_backend_copy_indirect_symbol): Define.
3407 2003-01-21 Richard Henderson <rth@redhat.com>
3409 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
3410 TPREL also get a reloc if shared. Remove SREL support.
3411 (elf64_alpha_emit_dynrel): New.
3412 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
3413 and GOTTPREL relocs to local symbols against the tp base.
3414 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
3416 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
3417 use count before clobbering r_type.
3418 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
3419 ordering would mean dataflow inspection is necessary.
3421 2003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
3423 * coffcode.h (coff_set_flags): Added get/set arch hooks.
3425 2003-01-20 Fabio Alemagna <falemagn@aros.org>
3427 * elf32-sh.c: Treat elfNN_bed like other macros defined in
3428 elfxx-target.h and #undef it before #define'ing it.
3429 * elf32-i386.c: Likewise.
3430 * elf32-sh64.c: Likewise.
3431 * elf64-alpha.c: Likewise.
3432 * elf64-sh64.c: Likewise.
3434 2003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
3436 * bfd-in2.h: Regenerate.
3437 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
3438 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
3439 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
3440 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
3441 R_390_PLTOFF32 and R_390_PLTOFF64.
3442 (elf_s390_reloc_type_lookup): Likewise.
3443 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
3444 of GOTPLT references to a function.
3445 (link_hash_newfunc): Initialize gotplt_refcount.
3446 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
3447 and creation of the got section out of the main switch. Add support
3448 for the gotoff, gotplt and pltoff relocations.
3449 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
3451 (elf_s390_adjust_gotplt): New function.
3452 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
3454 (allocate_dynrelocs): Add comment.
3455 (elf_s390_relocate_section): Change r_type to unsigned. Add support
3456 for gotoff, gotplt and pltoff relocations.
3457 * elf64-s390.c: Same changes as for elf32-s390.c.
3458 * libbfd.h: Regenerate.
3459 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
3460 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
3461 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
3462 and BFD_RELOC_390_PLTOFF64.
3464 2003-01-18 Jakub Jelinek <jakub@redhat.com>
3466 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
3467 R_IA64_TPREL64[LM]SB against non-global symbol properly.
3469 2003-01-16 Jakub Jelinek <jakub@redhat.com>
3471 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
3472 self_dtpmod_done and self_dtpmod_offset.
3473 (allocate_global_data_got): Only use one got entry for all
3474 dtpmod relocs against local symbols.
3475 (allocate_dynrel_entries): Only need .rela.got entry for
3476 dtpmod against global symbol.
3477 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
3478 Reserve space in .rela.got for the local dtpmod entry.
3479 (set_got_entry): Initialize the common local dtpmod .got entry.
3480 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
3481 and R_IA_64_DTPREL64MSB.
3483 2003-01-16 Alan Modra <amodra@bigpond.net.au>
3485 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
3486 (R_PPC_*): Rename all occurrences to R_PPC64_*.
3487 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
3488 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
3489 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
3490 relative relocs, not with absolute ones.
3491 * Makefile.am: Run "make dep-am".
3492 * Makefile.in: Regenerate.
3493 * po/SRC-POTFILES.in: Regenerate.
3495 2003-01-15 Andreas Schwab <schwab@suse.de>
3497 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
3498 relocation against a non-allocated readonly section.
3500 2003-01-10 Alan Modra <amodra@bigpond.net.au>
3502 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
3503 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
3505 2002-01-08 Klee Dienes <kdienes@apple.com>
3507 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
3508 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
3509 * Makefile.in: Regenerate.
3511 2003-01-08 Alexandre Oliva <aoliva@redhat.com>
3513 * elfn32-mips.c (prev_reloc_section): New.
3514 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
3515 (SET_RELOC_ADDEND): Parenthesize macro argument.
3517 2003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
3519 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
3520 adjust addil instructions if the symbol has no section.
3522 2003-01-07 DJ Delorie <dj@redhat.com>
3524 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
3527 2003-01-07 Andreas Schwab <schwab@suse.de>
3529 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
3530 PC relative relocations.
3531 (elf_m68k_discard_copies): Set it here instead.
3533 2002-01-02 Ben Elliston <bje@redhat.com>
3534 Jeff Johnston <jjohnstn@redhat.com>
3536 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
3537 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
3538 (BFD32_BACKENDS): Add elf32-iq2000.lo.
3539 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
3540 (cpu-iq2000.lo): New target.
3541 * Makefile.in: Regenerate.
3542 * config.bfd: Handle iq2000-*-elf.
3543 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
3544 (bfd_archures_list): Add bfd_iq2000_arch.
3545 * configure.in: Handle bfd_elf32_iq2000_vec.
3546 * configure: Regenerate.
3547 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
3548 and BFD_RELOC_IQ2000_UHI16.
3549 * targets.c (bfd_elf32_iq2000_vec): Declare.
3550 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
3551 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
3552 * cpu-iq2000.c: New file.
3553 * elf32-iq2000.c: Likewise.
3554 * libbfd.h: Regenerate.
3555 * bfd-in2.h: Likewise.
3557 2003-01-02 Richard Sandiford <rsandifo@redhat.com>
3559 * elfxx-mips.c: Include libiberty.h.
3560 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
3561 (mips_set_isa_flags): New function, split out from...
3562 (_bfd_mips_elf_final_write_processing): ...here. Only call
3563 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
3564 (mips_mach_extensions): New array.
3565 (mips_32bit_flags_p): New function.
3566 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
3567 Use mips_32bit_flags_p to check if one binary is 32-bit and the
3568 other is 64-bit. When adopting IBFD's architecture, adopt the
3569 bfd_mach as well as the flags.
3571 2003-01-02 Nick Kelsey <nickk@ubicom.com>
3573 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
3574 fix internal errors, fix bad code generation, fix incorrect stabs
3575 information, and improve ability to eliminate redundant page
3576 instructions. Added code to ip2k_final_link_relocate to self-verify
3577 the linker relaxation. Fix formatting problems.
3579 2002-12-30 Chris Demetriou <cgd@broadcom.com>
3581 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
3582 * archures.c (bfd_mach_mipsisa32r2): New define.
3583 * bfd-in2.h: Regenerate.
3584 * cpu-mips.c (I_mipsisa32r2): New enum value.
3585 (arch_info_struct): Add entry for I_mipsisa32r2.
3586 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
3587 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
3588 (_bfd_mips_elf_final_write_processing): Add
3589 bfd_mach_mipsisa32r2 case.
3590 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
3591 binaries marked as using MIPS32 Release 2.
3593 2002-12-30 Dmitry Diky <diwil@mail.ru>
3595 * Makefile.am: Add msp430 target.
3596 * configure.in: Likewise.
3597 * Makefile.in: Regenerate.
3598 * configure: Regenerate.
3599 * archures.c: Add msp430 architecture vector.
3600 * config.bfd: Likewise.
3601 * reloc.c: Add msp430 relocs.
3602 * targets.c: Add msp320 target.
3603 * cpu-msp430.c: New file: msp430 cpu detection.
3604 * elf32-msp430.c: New file: msp430 reloc processing.
3605 * bfd-in2.h: Regenerate.
3606 * libbfd.h: Regenerate.
3608 2002-12-28 Jakub Jelinek <jakub@redhat.com>
3610 * elf.c (elf_sort_sections): Don't reorder .tbss.
3611 (assign_file_positions_for_segments): Only adjust off/voff
3612 for increased alignment in PT_LOAD or PT_NOTE segment,
3613 but adjust p_filesz for .tbss too. in PT_LOAD consider
3614 .tbss to have zero memory size.
3615 (copy_private_bfd_data) [SECTION_SIZE]: Define.
3616 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
3617 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
3618 into PT_TLS segment. Never put SHF_TLS sections in
3619 segments other than PT_TLS or PT_LOAD.
3621 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
3624 2002-12-23 DJ Delorie <dj@redhat.com>
3626 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
3628 2002-12-23 Alan Modra <amodra@bigpond.net.au>
3630 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
3632 2002-12-23 Nick Clifton <nickc@redhat.com>
3634 * archures.c (bfd_arch_get_compatible): Add third parameter
3635 'accept_unknowns'. Only accept unknown format BFDs if
3636 accept_unknowns is true, or if the format is "binary".
3637 * bfd-in2.h: Regenerate.
3639 2002-12-21 Nick Clifton <nickc@redhat.com>
3641 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
3642 that subtracted 8 from pc relative relocations.
3644 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3646 * coff-h8300.c: Fix comment typos.
3647 * coffcode.h: Likewise.
3648 * cpu-cris.c: Likewise.
3649 * elf32-vax.c: Likewise.
3650 * genlink.h: Likewise.
3651 * linker.c: Likewise.
3653 * tekhex.c: Likewise.
3654 * vms-misc.c: Likewise.
3656 2002-12-20 DJ Delorie <dj@redhat.com>
3658 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
3659 * libbfd.h: Regenerate.
3660 * bfd-in2.h: Regenerate.
3661 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
3662 (xstormy16_reloc_map): Add R_XSTORMY16_12.
3664 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
3666 * doc/bfdint.texi: Fix typos.
3668 2002-12-20 Paul Eggert <eggert@twinsun.com>
3670 Port to POSIX 1003.1-2001.
3671 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
3672 * configure.in (build-warnings): Likewise.
3673 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
3674 * aclocal.m4: Regenerate.
3675 * config.in: Regenerate.
3676 * configure: Regenerate.
3678 2002-12-19 Alan Modra <amodra@bigpond.net.au>
3680 * coff-h8300.c: Include libiberty.h.
3681 (h8300_reloc16_extra_cases): Check the hash table creator before
3682 referencing h8300 specific fields. Stash the hash table pointer
3683 in a local var. Comment typo fixes.
3684 (h8300_bfd_link_add_symbols): Likewise.
3686 * reloc.c (struct reloc_howto_struct): Revise src_mask and
3688 * bfd-in2.h: Regenerate.
3690 2002-12-18 Alan Modra <amodra@bigpond.net.au>
3692 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
3693 code a little. Comment on dynamic relocs against section symbols.
3695 2002-12-17 Roger Sayle <roger@eyesopen.com>
3697 * configure.host (ia64-*-hpux*): Support 64 bit targets using
3698 the HP compiler's "long long".
3700 2002-12-16 Andrew MacLeod <amacleod@redhat.com>
3702 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
3703 and R_XSTORMY16_HI16) howto entries.
3704 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
3705 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
3706 determine the start of the second reloc table.
3708 2002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
3710 * ecofflink.c: Fix the reading of the debugging information
3711 of Tru64/Alpha binaries that are produced by recent Compaq
3713 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
3715 (lookup_line): Because of the strange information sometimes
3716 generated by Compaq's recent compilers, change how the FDR
3717 table is searched so that PDRs (procedure descriptors) are
3718 correctly found. Note that this change is really more of a hack;
3719 however, I have included extensive documentation as to why
3720 this is the best solution short of an extensive rewrite or
3722 (fdrtab_lookup): Add comments to explain the algorithm.
3724 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3726 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
3727 initializers to match struct declaration.
3729 2002-12-12 Alan Modra <amodra@bigpond.net.au>
3731 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
3732 * elf.c (get_program_header_size): Likewise.
3733 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
3734 (m32r_elf_generic_reloc): Likewise.
3735 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
3736 * elflink.h (elf_bfd_discard_info): Likewise.
3738 2002-12-12 Alan Modra <amodra@bigpond.net.au>
3740 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
3741 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
3742 DT_RELSZ adjustment, not output section. Avoid writing tags when
3743 unchanged. Don't assume linker script is sane, adjust DT_REL too.
3744 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
3745 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
3746 DT_RELASZ adjustment, not output section. Avoid writing tags when
3747 unchanged. Adjust DT_RELA.
3748 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
3749 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
3751 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3753 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
3756 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
3758 * elfxx-mips.c (struct mips_got_entry): New.
3759 (struct mips_got_info): Added got_entries field.
3760 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
3761 (mips_elf_local_got_index, mips_elf_got_page,
3762 mips_elf_got16_entry): Re-implement in terms of new...
3763 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
3765 (mips_elf_highest): Warning clean-up.
3766 (mips_elf_create_got_section): Initialize got_entries.
3767 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
3769 (_bfd_mips_elf_size_dynamic_sections): Do not account for
3770 GOT_PAGE entries, since we now reuse GOT16 entries.
3772 2002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
3774 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
3775 read-only section that lies after .text and before .data to be
3776 written into the output file and included in a_text.
3777 (translate_to_native_sym_flags): If an otherwise unrepresentable
3778 section was merged with .text, convert its symbols to N_TEXT
3780 * libaout.h (aout_section_merge_with_text_p): New macro.
3782 2002-12-08 Alan Modra <amodra@bigpond.net.au>
3784 * bfd-in.h: Comment typo fix. Formatting.
3785 * bfd-in2.h: Regenerate.
3786 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
3787 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
3788 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
3790 2002-12-05 Richard Henderson <rth@redhat.com>
3792 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
3793 Only send PCREL21B though the plt. Fix installed reloc type.
3794 (elfNN_ia64_relocate_section): Give error for dynamic reloc
3795 against PCREL22 or PCREL64I; clean up error messages for
3798 2002-12-04 Kevin Buettner <kevinb@redhat.com>
3800 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
3802 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
3804 2002-12-04 David Mosberger <davidm@hpl.hp.com>
3806 * cpu-ia64-opc.c: Add operand constant "ar.csd".
3808 2002-12-04 H.J. Lu <hjl@gnu.org>
3810 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
3811 BFD address when constructing local name.
3813 2002-12-04 Andreas Schwab <schwab@suse.de>
3815 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
3817 (elf_m68k_link_hash_table_create): Initialize it.
3818 (elf_m68k_check_relocs): Handle symbols that are forced to be
3819 local due to visibility changes.
3820 (elf_m68k_adjust_dynamic_symbol): Likewise.
3821 (elf_m68k_size_dynamic_sections): Likewise.
3822 (elf_m68k_discard_copies): Likewise.
3823 (elf_m68k_relocate_section): Likewise.
3825 2002-12-04 Alan Modra <amodra@bigpond.net.au>
3827 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
3829 2002-12-04 Alan Modra <amodra@bigpond.net.au>
3831 * srec.c (srec_write_symbols): Restore '$' prefix to address
3832 accidentally removed in 2002-04-04 change.
3833 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
3835 2002-12-03 Nick Clifton <nickc@redhat.com>
3837 * elf32-ppc.c (apuinfo_list_init): New function.
3838 (apuinfo_list_add): New function: Add a value to the list.
3839 (apuinfo_list_length): New function: Return the number of
3841 (apuinfo_list_element): New function: Return a value on the
3843 (apuinfo_list_finish): New function: Free the resources used
3845 (ppc_elf_begin_write_processing): New function. Scan the
3846 input bfds for apuinfo sections.
3847 (ppc_elf_write_section): New function: Delay the creation of
3848 the contents of an apuinfo section in an output bfd.
3849 (ppc_elf_final_write_processing): New function. Create the
3850 contents of an apuinfo section in an output bfd.
3851 (elf_backend_begin_write_processing): Define.
3852 (elf_backend_final_write_processing): Define.
3853 (elf_backend_write_section): Define.
3855 2002-12-03 Richard Henderson <rth@redhat.com>
3857 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
3859 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3861 Fix PR savannah/1417:
3862 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
3863 branch if it goes to the start of the deleted region.
3865 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
3867 * bfd-in2.h (bfd_mach_m6812): Rebuild.
3868 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
3869 bfd_mach_m6812s): Declare.
3871 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
3872 (_bfd_m68hc12_elf_set_private_flags): Call it.
3873 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
3874 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
3875 report microcontroller incompatibilities (HC12 vs HCS12).
3876 (elf_backend_object_p): Update.
3878 2002-11-30 Alan Modra <amodra@bigpond.net.au>
3880 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
3881 (enum bfd_boolean, boolean): Delete.
3882 (bfd_boolean): Typedef to an int.
3883 (FALSE, TRUE): Define.
3884 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
3885 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
3886 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
3887 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
3888 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
3889 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
3890 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
3891 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
3892 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
3893 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
3894 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
3895 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
3896 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
3897 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
3898 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
3899 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
3900 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
3901 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
3902 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
3903 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
3904 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
3905 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
3906 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
3907 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
3908 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
3909 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
3910 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
3911 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
3912 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
3913 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
3914 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
3915 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
3916 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
3917 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
3918 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
3919 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
3920 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
3921 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
3922 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
3923 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
3924 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
3925 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
3926 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
3927 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
3928 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
3929 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
3930 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
3931 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
3932 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
3933 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
3934 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
3935 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
3936 of bfd_boolean vars with TRUE/FALSE. Formatting.
3937 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
3939 2002-11-28 Alan Modra <amodra@bigpond.net.au>
3941 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
3942 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
3943 with Elf_Internal_Rela.
3944 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
3945 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
3946 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
3947 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
3948 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
3949 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
3950 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
3951 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
3952 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
3953 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
3954 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
3955 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
3957 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
3958 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
3959 Remove INLINE keyword.
3960 (elf_swap_reloc_in): Likewise. Also clear r_addend.
3961 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
3963 (elf_write_relocs): Consolidate REL and RELA code.
3964 (elf_slurp_reloc_table_from_section): Simplify REL code.
3965 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
3966 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
3967 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
3969 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
3970 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
3971 (elf_link_output_relocs): Likewise.
3972 (elf_reloc_link_order): Likewise.
3973 (elf_finish_pointer_linker_section): Likewise.
3974 (struct elf_link_sort_rela): Remove union.
3975 (elf_link_sort_cmp1): Update to suit.
3976 (elf_link_sort_cmp2): Here too.
3977 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
3978 over-allocation for int_rels_per_ext_rel != 1 case.
3979 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
3980 * elf32-i386.c: Likewise.
3981 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
3982 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
3983 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
3984 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
3985 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
3986 elf64-sparc.c, elf64-x86-64.c: Likewise.
3987 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
3988 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
3989 bfd_elf32_swap_reloc_in.
3991 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
3992 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
3993 (mips_elf64_swap_reloc_in): Zero r_addend.
3994 (mips_elf64_be_swap_reloc_in): Likewise.
3995 (mips_elf64_slurp_one_reloc_table): Simplify.
3997 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
3998 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
3999 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
4001 2002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4003 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
4004 unresolved debugging relocs in dynamic applications.
4005 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4007 2002-11-26 Alan Modra <amodra@bigpond.net.au>
4009 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
4010 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
4011 on a relocatable link. Comment typos.
4012 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
4013 in the order they are declared. Clear elf_hash_value too.
4014 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
4015 eh_info and tls_segment.
4016 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
4017 sorted when discarding relocs by turning them into R_*_NONE.
4019 * libbfd.c (warn_deprecated): Comment spelling.
4020 * po/SRC-POTFILES.in: Regenerate.
4022 2002-11-21 Richard Henderson <rth@redhat.com>
4024 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
4025 arch's st_other bits when merging visibilities.
4026 (elf_link_output_extsym): Tidy clearing of visibility field.
4028 2002-11-21 Alan Modra <amodra@bigpond.net.au>
4030 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
4031 (SWAP_OUT_RELOC_OFFSET): Define.
4033 2002-11-20 Alexandre Oliva <aoliva@redhat.com>
4035 * elf.c (_bfd_elf_link_hash_table_init): Make sure
4036 can_refcount is properly extended to the type of
4039 2002-11-19 Alexandre Oliva <aoliva@redhat.com>
4041 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
4042 (_bfd_mips_elf_relocate_section): Use it.
4044 * elfxx-mips.c (MNAME): New macro.
4045 (_bfd_mips_elf_check_relocs): Use it.
4046 (_bfd_mips_elf_discard_info): Likewise.
4047 (_bfd_mips_elf_final_link): Likewise.
4049 2002-11-19 Alan Modra <amodra@bigpond.net.au>
4051 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
4052 rel_hdr.sh_size too.
4054 2002-11-18 Klee Dienes <kdienes@apple.com>
4056 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
4057 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
4058 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
4059 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
4060 Add dependencies for bfdwin.c, bfdio.c.
4061 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
4062 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
4063 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
4064 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
4065 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
4066 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
4067 bfd_get_size (moved from libbfd.c and bfd.c).
4068 * bfdwin.c New file. Contains _bfd_window_internal,
4069 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
4070 libbfd.c and bfd.c).
4071 * po/SRC-POTFILES.in: Regenerate.
4072 * po/bfd.pot: Regenerate.
4073 * libbfd.h: Regenerate.
4074 * bfd-in2.h: Regenerate.
4075 * aclocal.m4: Regenerate.
4076 * Makefile.in: Regenerate.
4077 * configure: Regenerate.
4079 2002-11-18 Klee Dienes <kdienes@apple.com>
4081 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
4083 2002-11-15 Kazu Hirata <kazu@cs.umass.edu>
4085 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
4086 jsr after a short jump.
4087 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4089 2002-11-15 Klee Dienes <kdienes@apple.com>
4091 * pef.c (bfd_pef_convert_architecture): Move declaration of
4092 ARCH_POWERPC and ARCH_M68K to the start of the function.
4094 2002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
4096 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
4098 2002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4100 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
4101 For bpo_gregs_section->contents, allocate _raw_size, not
4104 2002-11-13 Klee Dienes <kdienes@apple.com>
4106 * config.bfd: Add entries for powerpc-*-darwin and cousins.
4108 2002-11-13 H.J. Lu <hjl@gnu.org>
4110 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
4112 2002-11-13 Klee Dienes <kdienes@apple.com>
4113 Alan Modra <amodra@bigpond.net.au>
4115 * bfd.c (struct bfd_preserve): New.
4116 (bfd_preserve_save): New function.
4117 (bfd_preserve_restore): Ditto.
4118 (bfd_preserve_finish): Ditto.
4119 * bfd-in2.h: Regenerate.
4120 * mach-o.c: Formatting.
4121 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
4122 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
4123 (bfd_mach_o_core_p): Ditto.
4124 (bfd_mach_o_scan): Pass in mdata.
4125 * mach-o.h (bfd_mach_o_scan): Update prototype.
4126 * pef.c: Formatting.
4127 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
4128 (bfd_pef_xlib_object_p): Ditto.
4129 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
4130 * pef.h (bfd_pef_scan): Update prototype.
4131 * xsym.c: Formatting, K&R fixes.
4132 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
4133 (bfd_sym_scan): New function split out from bfd_sym_object_p.
4134 * xsym.h (bfd_sym_scan): Declare.
4135 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
4136 * elfcore.h (elf_core_file_p): Likewise.
4137 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
4139 2002-11-12 Nick Clifton <nickc@redhat.com>
4141 * po/da.po: Updated Danish translation.
4143 2002-11-12 Alan Modra <amodra@bigpond.net.au>
4145 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
4146 relocatable link too.
4147 (elf_link_input_bfd): When emitting relocs, adjust offsets for
4148 eh_frame and stab sections. Zap deleted relocs.
4149 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
4150 (elf_bfd_discard_info): Run for relocatable link too.
4151 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
4153 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
4154 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
4156 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
4157 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
4158 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
4159 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
4160 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
4161 (struct elf_link_hash_table): Add eh_info.
4162 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
4163 (_bfd_elf_discard_section_eh_frame): Update prototype.
4164 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
4165 (_bfd_elf_write_section_eh_frame): Likewise.
4166 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
4167 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
4168 param. Get "hdr_info" from link hash table.
4169 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
4170 header section from link hash table. Save header section to elf_tdata.
4171 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
4172 header section from link hash table. Don't alloc hdr_info. Clear
4173 hdr_sec instead of setting "strip".
4174 (_bfd_elf_eh_frame_section_offset): Formatting.
4175 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
4176 Get header section from link hash table.
4177 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
4178 Get header section from link hash table.
4179 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
4180 (get_program_header_size): Likewise.
4181 (_bfd_elf_section_offset): Formatting.
4182 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
4183 section pointer in link hash table.
4184 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
4185 and _bfd_elf_write_section_eh_frame calls. Update comment about
4187 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
4188 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
4190 * po/SRC-POTFILES.in: Regenerate.
4192 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
4193 relocs for discarded FDEs. Remove dead code.
4194 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
4195 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
4196 Tidy conditions under which stabs are edited. Formatting.
4197 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
4198 from discarded relocs.
4199 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
4200 section adjustments after testing magic values.
4202 2002-11-12 Thomas Moestl <tmm@FreeBSD.org>
4204 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
4205 references to large plt symbols.
4207 2002-11-12 Klee Dienes <kdienes@apple.com>
4209 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
4210 looking for an unused section name.
4212 2002-11-11 Kazu Hirata <kazu@cs.umass.edu>
4214 * coff-h8300.c: Fix formatting.
4215 * elf32-h8300.c: Likewise.
4216 * reloc16.c: Likewise.
4218 2002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
4220 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
4221 section when dynamic section unused; _bfd_strip_section_from_output
4224 2002-11-08 Alan Modra <amodra@bigpond.net.au>
4226 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
4229 * dwarf2.c: Revert last change.
4231 2002-11-07 Michal Ludvig <mludvig@suse.cz>
4233 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
4234 _bfd_dwarf2_find_nearest_line): Use
4235 bfd_simple_get_relocated_section_contents() instead of
4236 bfd_get_section_contents().
4237 * reloc.c (bfd_perform_relocation): Add sanity check.
4238 * simple.c (simple_get_relocated_section_contents): If the section
4239 does not have any relocs associated with it, just return the
4240 unadjusted contents.
4242 2002-11-07 Hans-Peter Nilsson <hp@axis.com>
4244 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
4245 case R_CRIS_32_GOT>: Correct test for filling in constant .got
4246 contents, enabling for a non-DSO, for symbols defined in the
4247 program with --export-dynamic.
4249 2002-11-07 Alan Modra <amodra@bigpond.net.au>
4251 * elf64-ppc.c: Comment typo fixes.
4252 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
4254 2002-11-07 Nick Clifton <nickc@redhat.com>
4256 * po/da.po: Updated Danish translation.
4258 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
4260 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
4261 exactly three internal relocs per external reloc. Set reloc_count
4262 to the external reloc count.
4264 2002-11-06 Klee Dienes <kdienes@apple.com>
4266 * coff-stgo32.c (stub_bytes): Mark as const.
4267 Fix comment formatting.
4269 2002-11-06 Klee Dienes <kdienes@apple.com>
4271 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
4273 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
4274 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
4275 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
4276 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
4277 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
4279 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
4280 * Makefile.in: Regenerate.
4281 * doc/Makefile.in: Regenerate.
4282 * bfd-in2.h: Regenerate.
4283 * xsym.c: New file. Contains support for the Apple/Metrowerks
4284 xSYM debugging format.
4286 * pef.c: New file. Contains support for the Apple Code Fragment
4287 Manager Preferred Executable Format
4289 * pef-traceback.h: New file. Contains support for parsing PowerPC
4290 traceback tables as used by PEF executables (and perhaps other
4292 * mach-o.c: New file. Contains support for the Mach-O object file
4294 * mach-o.h: New file.
4295 * mach-o-target.c: New file. Declares the mach-o targets
4296 themselves. Included three times by mach-o.c; each time with a
4297 different set of macros set.
4299 2002-11-06 Graeme Peterson <gp@qnx.com>
4301 * Makefile.am: Remove entries for elf32-qnx.[ch].
4302 * Makefile.in: Regenerate.
4303 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
4304 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
4305 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
4306 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
4307 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
4308 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
4309 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
4310 * configure: Regenerate.
4311 * elf32-qnx.c: Remove.
4312 * elf32-qnx.h: Remove.
4313 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
4314 is_contained_by_filepos, and copy_private_bfd_data_p.
4315 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
4316 is_contained_by_filepos, and copy_private_bfd_data_p.
4317 * elf32-i386.c: Remove QNX extended bfd support.
4318 * elf32-ppc.c: Remove QNX extended bfd support.
4319 * elf32-sh.c: Remove QNX extended bfd support.
4320 * elfarm-nabi.c: Remove QNX extended bfd support.
4321 * targets.c: Remove qnx vectors.
4322 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
4323 (elf_backend_is_contained_by_filepos): Remove.
4324 (elf_backend_copy_private_bfd_data_p): Remove.
4325 * po/SRC-POTFILES.in: Regenerate.
4327 2002-11-06 David O'Brien <obrien@FreeBSD.org>
4328 Alan Modra <amodra@bigpond.net.au>
4330 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
4331 dynamic relocs against section symbols for the output section vma.
4333 2002-11-05 Alan Modra <amodra@bigpond.net.au>
4335 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
4336 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
4338 2002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4339 Alan Modra <amodra@bigpond.net.au>
4341 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
4342 vectors in target_selvecs.
4343 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
4345 (sh-*-netbsdelf*): Likewise.
4346 * configure.in (assocvecs): New variable. Handle assocvecs like
4348 * configure: Regenerate.
4349 * format.c (bfd_check_format_matches): Store bfd_target pointers
4350 in matching_vector instead of target names. Select first target
4351 from bfd_associated_vector that matches a list of ambiguous targets.
4352 * targets.c (_bfd_associated_vector): New array.
4353 (bfd_associated_vector): New variable.
4354 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
4355 * libbfd-in.h (bfd_associated_vector): Declare.
4356 * libbfd.h: Regenerate.
4358 2002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
4360 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
4361 non-NULL before dereferencing.
4363 2002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4365 * vms.c (vms_object_p): Restore the start address when returning
4368 2002-11-04 Alan Modra <amodra@bigpond.net.au>
4369 Hans-Peter Nilsson <hp@axis.com>
4371 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
4372 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
4373 Set up a larger symshndxbuf, and write it out. Free it on
4374 exit rather than freeing symbuf twice. Correct section index
4375 on output section symbol loop.
4376 (elf_link_output_sym): Accumulate symbol extension section
4377 indices, reallocating symshndxbuf rather than writing it out.
4378 (elf_link_flush_output_syms): Don't flush symshndxbuf.
4379 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
4380 Use bfd_zalloc to clear i_shdrp[0] too.
4382 2002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
4384 * elf32-sh64-com.c (sh64_address_in_cranges): Use
4385 _raw_size of cranges section if _cooked_size not yet set.
4387 2002-11-03 Hans-Peter Nilsson <hp@axis.com>
4389 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
4390 for bfd_elf32_swap_symbol_out.
4392 2002-10-31 David O'Brien <obrien@FreeBSD.org>
4394 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
4395 signed and unsigned in comparison.
4397 2002-10-30 Daniel Jacobowitz <drow@mvista.com>
4399 * coffcode.h: Remove extraneous '\'.
4401 2002-10-28 H.J. Lu <hjl@gnu.org>
4403 * Makefile.am (targets.lo): Depend on Makefile instead of
4405 (archures.lo): Likewise.
4406 * Makefile.in: Regenerated.
4408 2002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
4410 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
4411 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
4414 2002-10-25 Jim Wilson <wilson@redhat.com>
4416 * elf64-sh64.c (sh_elf64_relocate_section): Call
4417 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
4418 of SHF_MERGE section.
4420 2002-10-25 Hans-Peter Nilsson <hp@axis.com>
4422 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
4424 2002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
4426 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
4427 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
4429 (NAME(aout,final_link)): Cast enum used in assignment.
4430 (aout_link_write_symbols): Cast enums in comparisons, int values to
4431 boolean, enums in assignments to int.
4432 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
4433 (aout_link_input_section_ext): Likewise. Cast enums used in
4434 comparisons with unsigned ints.
4435 (aout_link_reloc_link_order): Cast enum to int in assignment.
4436 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
4438 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
4440 * bfd-in2.h (bfd_set_section_vma): Likewise.
4441 * bfd.c (bfd_record_phdr): Cast enums in assignments.
4442 * binary.c (bfd_alloc): Cast enum to long.
4443 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
4444 * dwarf2.c (read_abbrevs): Add casts to enum types.
4445 (read_attribute_value): Likewise.
4446 (arange_add): Cast result of bfd_zalloc call.
4447 (comp_unit_contains_address): Return true and false.
4448 (comp_unit_find_nearest_line): Cast return to boolean.
4449 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
4450 * gen-aout.c: define macro '_' if not defined.
4451 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
4452 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
4453 (bfd_write_bigendian_4byte_int): Cast return to boolean.
4454 (bfd_seek): Cast bfd_realloc to bfd_byte *.
4455 (bfd_generic_is_local_label_name): Cast return to boolean.
4456 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
4457 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
4458 struct bfd_hash_entry *.
4459 (_bfd_generic_link_hash_newfunc): likewise.
4460 (_bfd_generic_final_link): Cast enum to unsigned int.
4461 * merge.c (sec_merge_emit): Cast return to boolean.
4462 (merge_strings): Add casts to const unsigned char *.
4463 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
4464 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
4465 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
4466 to struct bfd_hash_entry *.
4467 (bfd_set_section_content): Add cast to PTR in comparison.
4468 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
4469 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
4470 simple_dummy_unattached_reloc,
4471 bfd_simple_get_relocated_section_contents): Add K&R declarations and
4472 function definitions.
4473 * srec.c (S3Forced): Initialize to false.
4474 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
4475 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
4476 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
4477 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
4478 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
4481 2002-10-23 Jakub Jelinek <jakub@redhat.com>
4483 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
4484 relocs into shared lib non-allocated reloc sections.
4486 2002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
4488 * dwarf2.c (add_line_info): Ensure that the line_info_table is
4489 sorted even when given an out-of-order line sequence.
4490 (lookup_address_in_line_info_table): When an exact VMA match is
4491 not found, return line information with the closest VMA.
4493 2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
4495 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
4496 HPUX 11.00 patch PHSS_26559.
4498 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
4500 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
4501 the options section into a separate section unless IRIX 6
4502 compatibility is enabled.
4504 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
4506 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
4508 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
4509 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
4511 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
4512 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
4514 2002-10-21 Graeme Peterson <gp@qnx.com>
4516 * targets.c (_bfd_target_vector): Add missing qnx vectors.
4518 2002-10-21 Alan Modra <amodra@bigpond.net.au>
4520 * targets.c (bfd_target_list): Don't return the default target twice.
4522 2002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
4524 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
4525 perror with bfd_perror.
4527 2002-10-19 H.J. Lu <hjl@gnu.org>
4529 * elflink.h (elf_link_add_object_symbols): Correctly handle
4530 DT_RPATH and DT_RUNPATH.
4532 2002-10-19 Mark Kettenis <kettenis@gnu.org>
4534 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
4536 2002-10-17 Denis Chertykov <denisc@overta.ru>
4538 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
4541 2002-10-17 Alan Modra <amodra@bigpond.net.au>
4543 * elfxx-target.h (USE_REL): Don't define as 1.
4544 * elf32-arm.h (USE_REL): Provide a default define of 0.
4545 Use #if rather than #ifdef when testing USE_REL.
4546 * elf32-m32r.c: Likewise.
4548 * elf32-arc.c (USE_REL): Define as 1.
4549 * elf32-d10v.c (USE_REL): Likewise.
4550 * elf32-m32r.c (USE_REL): Likewise.
4551 * elf32-m68hc11.c (USE_REL): Likewise.
4552 * elf32-m68hc12.c (USE_REL): Likewise.
4553 * elf32-or32.c (USE_REL): Likewise.
4554 * elfarm-nabi.c (USE_REL): Likewise.
4556 2002-10-16 Jakub Jelinek <jakub@redhat.com>
4558 * config.bfd (s390-*-linux*): Add targ64_selvecs.
4559 (s390x-*-linux*): Add targ_selvecs.
4561 2002-10-16 Alan Modra <amodra@bigpond.net.au>
4563 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
4564 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
4565 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
4566 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
4567 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
4568 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
4569 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
4570 (SOURCE_HFILES): Add elf32-qnx.h.
4571 (BUILD_HFILES): Add bfdver.h.
4573 * Makefile.in: Regenerate.
4574 * configure.in Update bfd vector dependencies.
4575 * configure: Regenerate.
4576 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
4577 * elf32-i386qnx.c: Likewise.
4578 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
4579 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
4580 * elf32-sh-lin.c: Likewise.
4581 * elf32-shqnx.c: Likewise.
4582 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
4583 * elf32-sh64-nbsd.c: Likewise.
4584 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
4585 * elf64-sh64-nbsd.c: Likewise.
4586 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
4587 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
4588 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
4589 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
4590 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
4591 (elf_backend_is_contained_by_filepos): Likewise.
4592 (elf_backend_copy_private_bfd_data_p): Likewise.
4593 Globalize and move functions to..
4594 * elf32-qnx.c: ..here. New file.
4595 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
4596 emit target vectors when INCLUDE_SHMEDIA.
4597 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
4599 * elf64-sh64.c: Remove ELF_ARCH test.
4600 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
4601 * po/BLD-POTFILES.in: Regenerate.
4602 * po/SRC-POTFILES.in: Regenerate.
4604 2002-10-16 Alan Modra <amodra@bigpond.net.au>
4606 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
4607 loaded with --just-symbols.
4609 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
4610 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4611 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4612 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4614 2002-10-15 Richard Henderson <rth@redhat.com>
4616 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
4617 (BFD64_BACKENDS_CFILES): Likewise.
4618 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
4619 * elf64-alpha-fbsd.c: Remove file, move code ...
4620 * elf64-alpha.c: ... here.
4621 * Makefile.in, configure: Rebuild.
4623 2002-10-14 Richard Henderson <rth@redhat.com>
4625 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
4628 2002-10-14 Stephen Clarke <stephen.clarke@superh.com>
4630 * elf32-sh.c (elf_sh_link_hash_entry): Replace
4631 datalabel_got_offset with union of datalabel_got
4632 offset and refcount.
4633 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
4634 (allocate_dynrelocs): Delete unnecessary code for
4635 STT_DATALABEL type. Create entry in got for
4636 datalabel version of symbol if datalabel_got.refcount > 0.
4637 (sh_elf_relocate_section): Use datalabel_got union.
4638 (sh_elf_gc_sweep_hook): Pull common code to initialize
4639 h and eh out of switch statement. Declare seen_stt_datalabel.
4640 Initialize it. Decrement datalabel_got.refcount for
4641 got relocs when seen_stt_datalabel is true.
4642 Decrement local_got_refcounts entry for datalabel got relocs
4644 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
4645 (sh_elf_check_relocs): Declare seen_stt_datalabel.
4646 Initialize it. When seen_stt_datalabel is true, increment
4647 datalabel_got refcount rather than got.refcount.
4648 (sh_elf_finish_dynamic_symbol): Create relocs to
4649 initialize got entry for datalabel version of symbol.
4651 2002-10-14 Alan Modra <amodra@bigpond.net.au>
4653 * Makefile.am: Run "make dep-am".
4654 (BFD_H_FILES): Remove version.h.
4655 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
4656 * version.h: ..to here.
4657 * configure.in (bfd_version_date): Remove.
4658 (AC_OUTPUT): Make bfdver.h from version.h.
4659 * bfd.c: #include "bfdver.h".
4660 * vms-hdr.c: Likewise.
4661 * Makefile.in: Regenerate.
4662 * bfd-in2.h: Regenerate.
4663 * configure: Regenerate.
4664 * po/SRC-POTFILES.in: Regenerate.
4666 2002-10-14 Alan Modra <amodra@bigpond.net.au>
4668 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
4669 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
4670 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
4671 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
4672 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
4673 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
4674 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
4675 bfd_mach_ip2022, bfd_mach_ip2022ext,
4676 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
4677 * bfd-in2.h: Regenerate.
4679 2002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4681 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
4682 endian vector to targ_selvecs.
4684 2002-10-13 Alexandre Oliva <aoliva@redhat.com>
4686 * elfxx-mips.c (mips_elf_calculate_relocation): Take
4687 save_addend argument. Don't apply the 32-bit mask to a
4688 GPREL32 value if it's to be used in another relocation. Don't
4689 use forced-check computation of local_p to decide whether to
4690 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
4691 of the addend of a non-in-place GPREL16 relocation.
4692 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
4693 mips_elf_calculate_relocation().
4695 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
4697 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
4698 with symbols in other sections if we relaxed something; the sections
4699 output offsets must be re-computed before.
4701 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
4703 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
4704 handling to use Elf_Internal_Sym.
4705 (m68hc11_elf_relax_delete_bytes): Likewise.
4707 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4709 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
4710 sh_elf_object_p, dtpoff_base): New functions.
4711 (sh_elf_howto_table): Add TLS relocs.
4712 (sh_reloc_map): Likewise.
4713 (sh_elf_info_to_howto): Support TLS relocs.
4714 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
4715 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
4717 (sh_elf_obj_tdata): New.
4718 (elf_sh_link_hash_table): Add tls_ldm_got.
4719 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
4720 (allocate_dynrelocs): Support TLS relocs.
4721 (sh_elf_size_dynamic_sections): Likewise.
4722 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
4723 .rela.got section when found already. Return false after printing
4724 error about unresolvable relocation.
4725 (sh_elf_gc_sweep_hook): Support TLS relocs.
4726 (sh_elf_check_relocs): Likewise.
4727 (sh_elf_finish_dynamic_symbol): Likewise.
4728 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
4729 * reloc.c: Add SH TLS relocs.
4730 * bfd-in2.h, libbfd.h: Regenerate.
4732 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
4734 * Makefile.in: Regenerated.
4736 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
4738 * Makefile.am: Run dep-am.
4739 (BFD_H_DEP): Add simple.c and linker.c.
4740 (BFD32_LIBS): Add simple.lo.
4741 (BFD32_LIBS_CFILES): Add simple.c.
4742 * Makefile.in: Regenerated.
4743 * bfd-in2.h: Regenerated.
4744 * simple.c: New file.
4746 2002-10-11 Alan Modra <amodra@bigpond.net.au>
4748 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
4749 (record_thumb_to_arm_glue): Likewise.
4750 * ecoff.c (ecoff_link_add_externals): Likewise.
4751 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
4752 (record_thumb_to_arm_glue): Likewise.
4753 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
4754 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
4755 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
4756 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
4757 * elf64-ppc.c (func_desc_adjust): Likewise.
4758 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
4759 (sh64_elf64_create_dynamic_sections): Likewise.
4760 * elflink.c (_bfd_elf_create_got_section): Likewise.
4761 (_bfd_elf_create_dynamic_sections): Likewise.
4762 (_bfd_elf_create_linker_section): Likewise.
4763 * elflink.h (elf_add_default_symbol): Likewise.
4764 (elf_link_create_dynamic_sections): Likewise.
4765 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
4766 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
4767 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
4768 (_bfd_mips_elf_add_symbol_hook): Likewise.
4769 (_bfd_mips_elf_create_dynamic_sections): Likewise.
4770 * linker.c (generic_link_add_symbol_list): Likewise.
4771 * xcofflink.c (xcoff_link_add_symbols): Likewise.
4773 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
4775 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
4776 completely removed. Correct local sym adjustment.
4778 2002-10-10 Stephen Clarke <stephen.clarke@superh.com>
4780 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
4781 Correct mistake in calculation of address of .got.
4782 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
4783 elf_sh64_pic_plt_entry_le): Likewise.
4785 2002-10-09 Richard Shann <richard.shann@superh.com>
4786 Stephen Clarke <stephen.clarke@superh.com>
4788 * Makefile.am: Add entries for elf32-sh64-lin.c and
4789 elf64-sh64-lin.c. Regenerate.
4790 * Makefile.in: Regenerate.
4791 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
4792 to use sh64 vectors rather than sh vectors.
4793 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
4794 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
4795 * configure: Regenerate.
4796 * elf32-sh64-lin.c: New file.
4797 * elf64-sh64-lin.c: New file.
4798 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
4799 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
4801 2002-10-08 H.J. Lu <hjl@gnu.org>
4803 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
4804 IE->LE transition for R_386_TLS_IE.
4806 2002-10-08 Alan Modra <amodra@bigpond.net.au>
4808 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
4810 2002-10-07 Mark Elbrecht <snowball3@softhome.net>
4812 * cofflink.c (mark_relocs): Don't mark relocations in excluded
4815 2002-10-07 Alan Modra <amodra@bigpond.net.au>
4817 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
4820 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
4822 2002-10-06 Alan Modra <amodra@bigpond.net.au>
4824 * opncls.c: Formatting.
4825 (_bfd_new_bfd): Use a smaller section hash table.
4827 2002-10-05 Alexandre Oliva <aoliva@redhat.com>
4829 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
4830 of the other two relocations packed with a REL32 to NONE.
4832 2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
4834 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
4835 (sh_elf_link_hash_newfunc): Initialize it.
4836 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
4837 to got.refcount for symbols that are forced local or when
4838 we have direct got refs.
4839 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
4840 to correctly adjust got.refcount and plt.refcount.
4841 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
4842 (sh_elf_check_relocs): Increment gotplt_refcount.
4844 2002-10-01 Jakub Jelinek <jakub@redhat.com>
4846 * elf32-i386.c (elf_i386_relocate_section): Fix
4847 movl foo@indntpoff, %eax IE->LE transition.
4849 2002-10-01 Jakub Jelinek <jakub@redhat.com>
4851 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
4852 sequence and its transitions.
4854 2002-10-01 Jakub Jelinek <jakub@redhat.com>
4856 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
4857 to st_value + addend in non-code sections.
4858 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
4859 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
4861 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
4862 Ken Raeburn <raeburn@cygnus.com>
4863 Aldy Hernandez <aldyh@redhat.com>
4864 Eric Christopher <echristo@redhat.com>
4865 Richard Sandiford <rsandifo@redhat.com>
4867 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
4868 (bfd_mach_mips5500): New.
4869 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
4870 (arch_info_struct): Add corresponding entries here.
4871 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
4872 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
4873 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
4874 bfd_mach_mips5400 and bfd_mach_mips5500.
4875 (_bfd_mips_elf_mach_extends_p): New function.
4876 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
4877 the EF_MIPS_MACH flags.
4878 * bfd-in2.h: Regenerate.
4880 2002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
4882 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
4885 2002-09-28 Alan Modra <amodra@bigpond.net.au>
4887 * elf.c (map_sections_to_segments): Correct test for start of
4888 writable section in the same page as end of read-only section.
4890 2002-09-27 Matt Thomas <matt@3am-software.com>
4892 * elf32-vax.c (elf_vax_check_relocs): Remove unused
4893 local_got_refcounts usage. Remove allocation of got slot.
4894 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
4895 Remove de-allocation of got slot.
4896 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
4897 traversal for elf_vax_instantiate_got_entries. Allow empty .got
4898 sections to be GC'ed.
4899 (elf_vax_instantiate_got_entries): New function.
4900 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
4901 tests that are now handled by elf_vax_instantiate_got_entries.
4902 Assert GOT entry falls within .got section size. Remove redundant
4903 comparisions. Fix comments.
4905 2002-09-27 Jakub Jelinek <jakub@redhat.com>
4907 * reloc.c: Add x86-64 TLS relocs.
4908 * bfd-in2.h, libbfd.h: Rebuilt.
4909 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
4910 relocs. Add TLS relocs.
4911 (x86_64_reloc_map): Add TLS relocs.
4912 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
4913 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
4914 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
4915 (elf64_x86_64_hash_entry): Define.
4916 (struct elf64_x86_64_obj_tdata): New.
4917 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
4918 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
4919 (link_hash_newfunc): Initialize tls_type.
4920 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
4921 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
4922 (elf64_x86_64_mkobject): New.
4923 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
4924 (elf64_x86_64_tls_transition): New.
4925 (elf64_x86_64_check_relocs): Add r_type variable and use it.
4927 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
4928 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
4929 (elf64_x86_64_size_dynamic_sections): Likewise.
4930 (dtpoff_base, tpoff): New.
4931 (elf64_x86_64_relocate_section): Handle TLS relocs.
4932 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
4934 (bfd_elf64_mkobject): Define.
4936 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
4937 DF_STATIC_TLS if shared.
4939 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4941 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
4942 empty relocation sections.
4944 2002-09-26 Alan Modra <amodra@bigpond.net.au>
4946 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
4947 (ppc64_elf_build_stubs): Build them here instead.
4949 2002-09-24 Jakub Jelinek <jakub@redhat.com>
4951 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
4952 addend into r_addend, not *r_offset.
4953 (elf32_sparc_finish_dynamic_symbol): Likewise.
4954 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
4955 R_SPARC_RELATIVE's r_offset.
4957 2002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
4959 * dwarf2.c (decode_line_info): Update to correctly decode
4960 the (non-standard DWARF2) out-of-order address sequences
4961 generated by the Intel C++ 6.0 compiler for ia64-Linux.
4963 2002-09-23 Mark Elbrecht <snowball3@softhome.net>
4965 * config.bfd: For DJGPP targets, match with any cpu and any machine.
4967 2002-09-23 Alan Modra <amodra@bigpond.net.au>
4969 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
4970 for discarded FDEs. Remove redundant assignment.
4971 * elflink.h (elf_bfd_discard_info): Save edited relocs.
4973 2002-09-22 H.J. Lu <hjl@gnu.org>
4975 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
4976 the relocation count between different .reloc sections.
4978 2002-09-21 Alan Modra <amodra@bigpond.net.au>
4980 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
4981 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
4982 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
4985 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
4986 unsigned. Move "symcount" assignment out of loop.
4987 * Makefile.am: Run "make dep-am".
4988 * Makefile.in: Regenerate.
4989 * configure: Regenerate.
4990 * po/SRC-POTFILES.in: Regnerate.
4992 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
4994 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
4995 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
4998 2002-09-19 Jakub Jelinek <jakub@redhat.com>
5000 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
5001 even if generating R_PPC_RELATIVE reloc.
5002 (ppc_elf_relocate_section): Make sure relocation is performed
5003 if skip == -2. Clear memory at r_offset when creating dynamic
5006 2002-09-19 Jakub Jelinek <jakub@redhat.com>
5008 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
5009 BFD_RELOC_386_TLS_GOTIE): Add.
5010 * bfd-in2.h, libbfd.h: Rebuilt.
5011 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
5012 and R_386_TLS_GOTIE.
5013 (elf_i386_reloc_type_lookup): Handle it.
5014 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
5015 char instead of enum, change GOT_* into defines.
5016 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
5017 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5018 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
5019 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
5020 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
5021 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5022 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5023 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5024 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
5025 tls_type is GOT_TLS_IE_BOTH.
5026 (elf_i386_size_dynamic_sections): Likewise.
5027 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5028 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5029 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
5030 all 4 GOT_TLS_* TLS types.
5032 2002-09-19 Nick Clifton <nickc@redhat.com>
5034 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
5035 follow indirect links.
5037 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5039 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
5040 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
5042 (ecoff_swap_sym_in) <iss>: Likewise.
5043 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
5044 ECOFF information: 'ioptMax' refers to the actual *size*
5045 of the optimization symtab, not the number of entries.
5047 2002-09-19 Daniel Jacobowitz <drow@mvista.com>
5049 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
5050 ELF_LINK_HASH_NEEDS_PLT logic.
5052 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
5054 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5055 correct relocation count.
5057 2002-09-17 Daniel Jacobowitz <drow@mvista.com>
5059 * bfd-in.h (bfd_get_dynamic_symcount): Define.
5060 * bfd.c (struct _bfd): Add dynsymcount.
5061 * bfd-in2.h: Regenerated.
5062 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
5064 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5067 2002-09-17 Stan Cox <scox@redhat.com>
5069 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
5070 (mips_elf64_final_gp): Don't make up gp value.
5071 * elfn32-mips.c (mips_elf_final_gp): Likewise.
5072 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
5073 .MIPS.options/.options section.
5075 2002-09-17 David O'Brien <obrien@FreeBSD.org>
5077 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
5078 It is benign for FreeBSD < 4.1. Minor reformatting.
5079 * elf64-alpha-fbsd.c: Likewise.
5081 2002-09-17 Jakub Jelinek <jakub@redhat.com>
5083 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
5086 2002-09-17 Alan Modra <amodra@bigpond.net.au>
5088 * elf64-alpha.c (alpha_elf_size_info): Make static.
5090 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
5092 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
5093 * cpu-tic4x.c: Ditto.
5095 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5097 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
5100 2002-09-16 Bruno Haible <bruno@clisp.org>
5102 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
5103 by a target variant implementation.
5104 * elf64-alpha.c: Likewise.
5105 * elf32-i386-fbsd.c: New file.
5106 * elf64-alpha-fbsd.c: New file.
5107 * targets.c: Support bfd_elf32_i386_freebsd_vec and
5108 bfd_elf64_alpha_freebsd_vec.
5109 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
5110 bfd_elf64_alpha_freebsd_vec.
5111 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
5112 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
5113 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
5114 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
5115 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
5116 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
5117 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
5119 2002-09-12 Jakub Jelinek <jakub@redhat.com>
5121 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
5123 (elf_i386_relocate_section): Return false after printing error about
5124 unresolvable relocation.
5126 2002-09-12 Nick Clifton <nickc@redhat.com>
5128 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
5131 2002-09-11 Jeffrey Law <law@redhat.com>
5133 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
5135 2002-09-11 Andrew Haley <aph@cambridge.redhat.com>
5137 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
5138 line_ptr before deciding we've found a symbol.
5140 2002-09-11 Nick Clifton <nickc@redhat.com>
5142 * po/da.po: New Danish translation file.
5143 * configure.in (LINGUAS): Add 'da'.
5144 * configure: Regenerate.
5146 2002-09-10 Michael Snyder <msnyder@redhat.com>
5148 * irix-core.c (do_sections, do_sections64): New functions.
5149 (irix_core_core_file_p): Call new functions do_sections,
5150 do_sections64, depending on corefile (32-bit or 64-bit).
5152 2002-09-09 Richard Henderson <rth@redhat.com>
5154 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
5155 and PCREL21F like PCREL21B.
5157 2002-09-04 Kevin Buettner <kevinb@redhat.com>
5159 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
5162 2002-09-02 Nick Clifton <nickc@redhat.com>
5164 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
5165 names instead of cryptically overloaded bfd_reloc error
5167 (v850_elf_relocate_section): Likewise.
5168 (v850_elf_relax_section): Replace caching of external symbols
5169 with caching of internal symbols obtained from calling
5170 bfd_elf_get_elf_syms().
5171 Fixup problems with freeing cached allocated memory blocks.
5173 2002-09-02 Alan Modra <amodra@bigpond.net.au>
5175 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
5176 (bfd_pj_arch): Use bfd_default_scan.
5177 * cpu-v850.c (scan): Remove.
5178 (N): Use bfd_default_scan.
5179 * cpu-z8k.c (scan_mach): Remove.
5180 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
5181 first. Use bfd_default_scan.
5183 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
5185 (ecoff_get_magic): Likewise.
5186 * elf32-v850.c (v850_elf_object_p): Likewise.
5187 (v850_elf_final_write_processing): Likewise.
5188 * mipsbsd.c (MY(set_arch_mach)): Likewise.
5189 (MY(write_object_contents)): Likewise.
5190 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
5191 * coffcode.h (coff_write_object_contents): Likewise.
5192 (coff_set_arch_mach_hook): Add comment describing machine == 0.
5193 Remove unnecessary "machine" assignments.
5194 (coff_write_relocs): Test for the absolute section sym by testing
5197 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
5198 and bfd_mach_i386_i386_intel_syntax.
5199 * pdp11.c (NAME(aout,machine_type)): Likewise.
5201 2002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
5203 * bfd-in.h (align_power): Cast constants to bfd_vma type.
5204 * bfd-in2.h (align_power): Likewise.
5206 2002-08-30 Alan Modra <amodra@bigpond.net.au>
5208 * Makefile.am: Run "make dep-am".
5209 * Makefile.in: Regenerate.
5211 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
5212 * cpu-powerpc.c (powerpc_compatible): Likewise.
5213 * cpu-rs6000.c (rs6000_compatible): Likewise.
5215 2002-08-28 Catherine Moore <clm@redhat.com>
5217 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
5218 (v850-elf-reloc): Don't resolve pc relative relocs.
5219 (v850_elf_ignore_reloc): New routine.
5220 (v850_elf_final_link_relocate): Handle new relocs.
5221 (v850_elf_relax_delete_bytes ): New routine.
5222 (v850_elf_relax_section): New routine.
5223 (bfd_elf32_bfd_relax_section): Define.
5224 (HOWTO): New entries for new relocs.
5225 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
5226 (BFD_RELOC_V850_LONGJUMP): New reloc.
5227 (BFD_RELOC_V850_ALIGN): New reloc.
5228 * archures.c: Remove redundant v850ea architecture.
5229 * cpu-v850.c: Remove redundant v850ea support.
5230 * libbfd.h: Regenerate.
5231 * bfd-in2.h: Regenerated.
5233 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
5235 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
5236 * configure.in: Add tic4x_coff vector files.
5237 * configure: Regenerate.
5238 * Makefile.am: Add tic4x target.
5239 * Makefile.in: Regenerate.
5241 2002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5243 * archures.c: Add the BFD arch type tic4x.
5244 * bfd-in.h: Add BFD_IN_MEMORY flag.
5245 * coff-tic4x.c: New file.
5246 * coffswap.h (coff_swap_sym_out): Add preadjuster.
5247 * cpu-tic4x.c: New file.
5248 * targets.c: Added tic4x- in list of xvecs.
5249 * ticoff.h: New file.
5250 * bfd-in2.h: Regenerate.
5252 2002-08-27 Adam Nemet <anemet@lnxw.com>
5254 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
5255 bit of DT_INIT and DT_FINI for Thumb functions.
5257 2002-08-26 Alan Modra <amodra@bigpond.net.au>
5259 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
5261 2002-08-26 Alan Modra <amodra@bigpond.net.au>
5263 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
5265 2002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5267 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
5268 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
5270 (struct elf_sh_pcrel_relocs_copied): Removed.
5271 (struct elf_sh_dyn_relocs): New.
5272 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
5273 field with dyn_relocs.
5274 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
5275 sections and sym_sec.
5276 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
5277 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
5278 (sh_elf_create_dynamic_sections): Use create_got_section instead
5279 of _bfd_elf_create_got_section.
5280 (sh_elf_check_relocs): Likewise.
5281 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
5283 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
5284 sh_elf_relocate_section, sh_elf_check_relocs,
5285 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
5287 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
5288 dynamic relocations and avoiding the copy relocation when we
5289 didn't find any dynamic relocations in the section which has
5290 contents or is read-only.
5291 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
5292 (sh_elf_size_dynamic_sections): Don't reset the size of
5293 .rela.got section even if dynamic_sections_created flag is off.
5294 Don't use sh_elf_discard_copies. Scan all input bfd and use
5295 allocate_dynrelocs. Call readonly_dynrelocs to determine
5296 whether we need DT_TEXTREL.
5297 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
5298 whether the symbol was never referred to.
5299 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
5300 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
5301 (sh_elf_check_relocs): Call create_got_section if the short-cut
5302 to .got is null. Increment reference counters only instead of
5303 allocating space on dynamic sections here. Don't conditionalize
5304 uninitialized got.offset value when marking the symbol as a
5305 global offset table entry. Keep relocations for symbols satisfied
5306 by a dynamic library to avoid copy relocations for the symbol.
5307 Set dynobj field of an elf hash table if needed.
5308 (sh_elf_finish_dynamic_sections): Handle null section pointer
5310 (elf_backend_copy_indirect_symbol): Defined.
5311 (elf_backend_can_refcount): Defined.
5313 2002-08-23 Nick Clifton <nickc@redhat.com>
5315 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
5316 previous change. Add comment explaining why.
5318 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
5320 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
5321 contents of .got.plt[2] to tr0, not address of .got.plt.
5322 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
5323 patching absolute plt entry. For shmedia plt entry, set bottom bit
5324 of branch to plt0 as this is a branch to an shmedia instruction.
5325 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
5326 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
5327 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
5329 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
5330 patching absolute plt entry. For shmedia plt entry, branch to
5331 plt0 is now ptrel, so use relative offset. Set bottom bit of
5332 branch target as it is a branch to an shmedia instruction.
5334 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
5335 Richard Shann <richard.shann@superh.com>
5337 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
5338 value if .init is an SHmedia function. Similarly for DT_FINI.
5339 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
5341 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
5343 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
5345 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
5347 2002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5349 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
5350 byte read when reading the return address register column.
5352 2002-08-22 Nick Clifton <nickc@redhat.com>
5354 * config.bfd: Add powepc64-*-*bsd* target.
5356 2002-08-22 Graeme Peterson <gp@qnx.com>
5358 * Makefile.am: Add entries for elf32-shqnx.c
5359 * Makefile.in: Regenerate.
5360 * config.bfd: Add support sh-*-nto* target.
5361 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
5362 * configure: Regenerate.
5363 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
5364 * elf32-sh.c: Do not include elf32-target.h if
5365 ELF32_SH_C_INCLUDED is defined.
5366 * elf32-shqnx.c: New file: Support for QNX.
5367 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
5369 2002-08-22 Nick Clifton <nickc@redhat.com>
5371 * po/tr.po: Updated Turkish translation.
5373 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
5374 symbols are not read.
5376 2002-08-22 Alan Modra <amodra@bigpond.net.au>
5378 * elf32-m68hc11.c: Formatting fixes.
5379 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
5380 * elf32-m68hc12.c: Formatting fixes.
5381 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
5383 2002-08-22 Alan Modra <amodra@bigpond.net.au>
5385 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
5387 (pmac_xcoff_vec): Likewise.
5388 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
5389 (aix5coff64_vec): Likewise.
5391 2002-08-22 Alan Modra <amodra@bigpond.net.au>
5393 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
5394 param to elf_backend_copy_indirect_symbol.
5395 (_bfd_elf_link_hash_copy_indirect): Likewise.
5396 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
5397 calls to copy_indirect_symbol.
5398 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
5399 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
5400 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
5401 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
5402 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
5403 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
5404 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
5405 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
5406 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
5407 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
5408 test refcounts for "used" values.
5410 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
5412 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
5413 argument declaration.
5415 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
5417 * archures.c (bfd_mach_ppc_e500): Added.
5418 * bfd-in2.h: Rebuilt.
5419 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
5421 2002-08-19 Alan Modra <amodra@bigpond.net.au>
5423 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
5425 2002-08-17 Andrew Cagney <ac131313@redhat.com>
5427 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
5430 2002-08-17 Stan Cox <scox@redhat.com>
5432 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
5433 IRIX 6 segment layout for NEWABI.
5435 2002-08-16 Stephen Clarke <stephen.clarke@superh.com>
5437 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
5438 symbols when looking for section referred to by a relocation.
5439 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
5441 2002-08-15 Alan Modra <amodra@bigpond.net.au>
5443 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
5445 2002-08-15 Hans-Peter Nilsson <hp@axis.com>
5447 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
5448 missing check for whether the symbol is referenced by DSO before
5449 unexporting it as an unneeded dynamic symbol.
5451 2002-08-14 H.J. Lu <hjl@gnu.org>
5453 * libbfd.h: Regenerate.
5455 2002-08-14 H.J. Lu <hjl@gnu.org>
5457 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
5459 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
5461 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
5463 (m68hc11_direct_relax): New to define table of relaxable instructions.
5464 (find_relaxable_insn): New, find a relaxable insn.
5465 (compare_reloc): New to compare two relocs.
5466 (m68hc11_elf_relax_section): New, relax text sections.
5467 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
5468 (elf32_m68hc11_check_relocs): New function for GC support.
5469 (elf32_m68hc11_relocate_section): New function for GC support.
5470 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
5471 (elf_backend_check_relocs): Likewise.
5472 (elf_backend_relocate_section): Likewise.
5474 2002-08-13 H.J. Lu <hjl@gnu.org>
5476 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
5477 definitions in shared objects when checking symbol with
5480 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5482 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
5483 (elf32_m68hc11_gc_sweep_hook): Likewise.
5484 (elf_backend_gc_mark_hook): Define for GC section support.
5485 (elf_backend_gc_sweep_hook): Likewise.
5486 (elf_backend_can_gc_sections): Likewise.
5488 * elf32-m68hc12.c: Likewise.
5490 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5492 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
5493 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
5494 (_bfd_m68hc11_elf_set_private_flags): New function.
5495 Use them to set/check/print ELF flags specific to 68HC11.
5497 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
5498 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
5499 (_bfd_m68hc12_elf_set_private_flags): New function.
5500 Use them to set/check/print ELF flags specific to 68HC12.
5502 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5504 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
5505 fix masks for PC-rel relocs.
5506 (m68hc11_elf_ignore_reloc): New function.
5508 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
5509 68HC12 banked addressing relocs.
5510 (m68hc12_phys_addr): New to compute physical address of banked memory.
5511 (m68hc12_phys_page): Likewise for page.
5512 (m68hc12_addr_is_banked): New to see if address is in banked area.
5513 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
5515 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5517 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
5518 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
5519 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
5520 * bfd-in2.h: Regenerate.
5522 2002-08-12 H.J. Lu <hjl@gnu.org>
5524 * elflink.h (elf_add_default_symbol): Preserve section across
5527 2002-08-09 Graeme Peterson <gp@qnx.com>
5529 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
5530 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
5531 * Makefile.in: Regenerate.
5532 * config.bfd: Add support for powerpc{le}-*-nto targets.
5533 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
5534 * configure: Regenerate.
5535 * elf32-i386qnx.c: Moved backend functions into a QNX specific
5536 common file "elf32-qnx.h", and now include that file.
5537 * elf32-qnx.h: New file: QNX specific common elf backend.
5538 * elf32-ppc.c: Do not include elf32-target.h if
5539 ELF32_PPC_C_INCLUDED is defined.
5540 * elf32-ppcqnx.c: New file: Support for QNX.
5541 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
5542 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
5544 2002-08-09 Nick Clifton <nickc@redhat.com>
5546 * po/sv.po: Updated Swedish translation.
5548 2002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5550 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
5551 g->global_gotsym is NULL.
5553 2002-08-08 H.J. Lu <hjl@gnu.org>
5555 * elflink.h (elf_add_default_symbol): Don't warn if a definition
5556 overrides an indirect versioned symbol.
5558 2002-08-08 Jakub Jelinek <jakub@redhat.com>
5560 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
5561 for R_386_TLS_TPOFF32 relocs against symndx 0.
5563 2002-08-07 H.J. Lu <hjl@gnu.org>
5565 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
5566 with undefined version if needed.
5567 (elf_link_assign_sym_version): Match a default symbol with a
5568 version without definition. No need to hide the default
5569 definition separately.
5571 2002-08-08 Alan Modra <amodra@bigpond.net.au>
5573 * elflink.h (elf_link_output_extsym): Don't output symbols from
5574 SEC_EXCLUDE sections.
5576 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
5578 2002-08-07 Alan Modra <amodra@bigpond.net.au>
5580 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
5583 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5585 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
5588 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5590 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
5592 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5594 * elf32-mips.c (mips_reloc_map): Fix typo.
5596 2002-08-06 Alan Modra <amodra@bigpond.net.au>
5598 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
5600 2002-08-06 Alan Modra <amodra@bigpond.net.au>
5602 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
5604 2002-08-06 Alan Modra <amodra@bigpond.net.au>
5606 * libxcoff.h: Use PARAMS on function declarations.
5607 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
5608 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
5610 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
5612 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
5614 2002-08-06 Alan Modra <amodra@bigpond.net.au>
5616 * coff-rs6000.c: Formatting fixes.
5617 (xcoff_calculate_relocation): Use PARAMS in declaration.
5618 (xcoff_complain_overflow): Likewise.
5619 (xcoff_ppc_relocate_section): Use old-style function pointer call.
5620 (bfd_xcoff_backend_data): Remove useless comments.
5621 (rs6000coff_vec): Likewise.
5622 (bfd_pmac_xcoff_backend_data): Likewise.
5623 (pmac_xcoff_vec): Likewise.
5625 * coff64-rs6000.c: Formatting fixes.
5626 (xcoff64_calculate_relocation): Use PARAMS in declaration.
5627 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
5628 (bfd_xcoff_backend_data): Remove useless comments.
5629 (rs6000coff64_vec): Likewise.
5630 (bfd_xcoff_aix5_backend_data): Likewise.
5631 (aix5coff64_vec): Likewise.
5633 2002-08-06 Alan Modra <amodra@bigpond.net.au>
5635 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
5636 mask entries. Use complain_overflow_dont for R_REF.
5637 (xcoff_reloc_type_ba): Revert last change.
5638 (xcoff_reloc_type_br): Likewise.
5639 (xcoff_reloc_type_crel): Likewise.
5640 (xcoff_ppc_relocate_section): Likewise.
5641 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
5642 (xcoff64_ppc_relocate_section): Likewise.
5643 (xcoff64_howto_table): Revert some of last change to mask entries.
5644 Use complain_overflow_dont for R_REF.
5646 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
5647 relocs with bitsize == 16 have size = 1.
5648 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
5649 (xcoff_reloc_type_br): Likewise.
5650 (xcoff_reloc_type_crel): Likewise.
5651 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
5652 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
5653 dst_mask adjustment.
5654 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
5655 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
5656 bitsize == 16 have size = 1.
5658 2002-08-01 Denis Chertykov <denisc@overta.ru>
5660 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
5661 (struct misc): New field isymbuf. All free_* fields removed.
5662 (symbol_value): Pass in internal syms. No need to swap syms in.
5663 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
5664 possibly cached info.
5665 (tidyup_after_error): Removed.
5666 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
5667 misc. Use new field.
5668 (adjust_all_relocations): Use internal syms. No need to swap syms
5670 (add_page_insn): Don't use removed fields of struct misc.
5672 2002-08-01 Nick Clifton <nickc@redhat.com>
5674 * elf32-arm.h: Revert previous delta.
5676 2002-08-01 Nick Clifton <nickc@redhat.com>
5678 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
5679 * configure: Regenerate.
5681 2002-07-31 H.J. Lu <hjl@gnu.org>
5683 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
5686 2002-07-31 H.J. Lu <hjl@gnu.org>
5688 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
5691 2002-07-31 Jakub Jelinek <jakub@redhat.com>
5693 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
5694 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
5696 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
5698 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
5699 There is no 8 byte relocation type for this architecture.
5700 (do_ns32k_reloc): Use bfd_vma instead of native types.
5701 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
5703 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
5704 rely on generic code to do that.
5705 * aout-ns32k.c (howto_table): Add appropriate overflow detection
5706 to all table entries.
5707 (_bfd_ns32k_relocate_contents): put_data returns void.
5708 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
5709 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
5712 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
5714 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
5715 archive object is target dependant.
5717 2002-07-31 Adam Nemet <anemet@lnxw.com>
5719 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
5720 (THUMB_PLT_ENTRY_SIZE): New macro.
5721 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
5722 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
5724 (elf32_arm_plt_entry): Likewise.
5725 (elf_backend_plt_header_size): Likewise.
5726 (elf32_thumb_plt0_entry): New global.
5727 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
5729 (elf32_thumb_plt_entry): New global.
5730 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
5731 Thumb entries. Set the bottom bit of the corresponding GOT entry
5732 for a Thumb PLT entry.
5733 (struct elf32_arm_plt_entry_info): New structure.
5734 (struct elf32_arm_link_hash_entry, plt_info): New member of this
5736 (elf32_arm_link_hash_newfunc): Initialize new member.
5737 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
5738 relocations against the PLT.
5739 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
5740 first_rel_type if this is the first time we encounter the symbol.
5741 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
5742 Determine if relocation needs a PLT entry. Set first_rel_type if
5743 this is the first time we encounter the symbol
5744 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
5746 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
5747 (elf32_arm_create_dynamic_sections): New function. Create the
5749 (elf_backend_create_dynamic_sections): Call it.
5751 2002-07-31 Nick Clifton <nickc@redhat.com>
5753 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
5754 'alternative' in order to avoid shadowing global symbol of the
5756 * bfd-in2.h: Regenerate.
5757 * libbfd.h: Regenerate.
5758 * libcoff.h: Regenerate.
5760 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5762 * Makefile.am: Add n32 ABI support.
5763 * Makefile.in: Regenerate.
5764 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
5765 bit vectors for mips*-*-linux targets as optional.
5766 * configure.in: Add n32 ABI vectors.
5767 * configure: Regenerate.
5768 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
5769 * elfn32-mips.c: New file, n32 ABI support.
5770 * targets.c: Add n32 ABI vectors.
5772 2002-07-30 Graeme Peterson <gp@qnx.com>
5774 * elfarmqnx-nabi.c: New file: Support for QNX.
5775 * config.bfd: Add support for arm-*-nto target.
5776 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
5777 * configure: Regenerate.
5778 * Makefile.am: Add entries for elfarmqnx-nabi.c.
5779 * Makefile.in: Regenerate.
5780 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
5781 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
5782 * elfarm-nabi.c: Do not include elf32-arm.h if
5783 ELFARM_NABI_C_INCLUDED is defined.
5784 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
5786 2002-07-30 Nick Clifton <nickc@redhat.com>
5788 * po/sv.po: Updated Swedish translation.
5790 2002-07-30 Jakub Jelinek <jakub@redhat.com>
5792 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
5794 2002-07-30 Alan Modra <amodra@bigpond.net.au>
5796 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
5797 * archive.c (bfd_generic_archive_p): Likewise.
5798 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
5799 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
5800 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
5801 (xcoff64_archive_p): Likewise.
5802 (xcoff64_openr_next_archived_file): Likewise.
5803 (xcoff64_archive_p): Clean up tdata properly on error.
5804 * coffgen.c (coff_real_object_p): Likewise.
5805 (coff_object_p): Release filehdr and opthdr.
5806 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
5807 * ieee.c (ieee_archive_p): Likewise.
5808 * ihex.c (ihex_object_p): Likewise.
5809 (ihex_mkobject): Always allocate tdata.
5810 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
5811 * srec.c (srec_mkobject): Always allocate tdata.
5812 (srec_object_p): Clean up tdata properly on error.
5813 (symbolsrec_object_p): Likewise.
5814 * versados.c (versados_object_p): Likewise.
5815 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
5816 and bfd_realloc instead of realloc.
5817 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
5818 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
5819 place of bfd_malloc, simplifying error freeing. Free hash table too.
5820 (vms_object_p): Clean up tdata on error.
5821 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
5822 (vms_close_and_cleanup): Adjust for bfd_alloc use.
5824 2002-07-30 Alan Modra <amodra@bigpond.net.au>
5826 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
5828 2002-07-26 Chris Demetriou <cgd@broadcom.com>
5830 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
5831 flags into resulting BFD.
5833 2002-07-26 Alan Modra <amodra@bigpond.net.au>
5835 From John Reiser <jreiser@BitWagon.com>
5836 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
5837 tls_ldm_got.refcount.
5839 2002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5841 * elf64-mips.c: Update TODO comment.
5842 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
5843 mips_elf64_gprel16_reloca): Remove prototypes.
5844 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
5845 (UNUSED_RELOC): Replace by EMPTY_RELOC.
5846 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
5847 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
5849 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
5850 R_MIPS_GOT16. Remove wrong comments.
5851 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
5852 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
5854 (mips_elf64_hi16_reloc): Fix formatting.
5855 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
5856 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
5857 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
5858 (mips_elf64_gprel16_reloc): Make static. Add check for
5860 (mips_elf64_gprel16_reloca): Remove.
5861 (mips_elf64_literal_reloc): New function.
5862 (mips_elf64_gprel32_reloc): Fix formatting.
5863 (mips_elf64_shift6_reloc): Fix comment. Make static.
5864 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
5866 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
5868 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
5869 specific relocations.
5870 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
5871 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
5872 (ELF_MAXPAGESIZE): Add comment.
5874 2002-07-25 Nick Clifton <nickc@redhat.com>
5876 * po/sv.po: Updated Swedish translation.
5877 * po/es.po: Updated Spanish translation.
5878 * po/fr.po: Updated French translation.
5880 2002-07-25 Alan Modra <amodra@bigpond.net.au>
5882 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
5883 as elf_link_record_local_dynamic_symbol.
5884 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
5885 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
5886 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
5887 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
5888 attempt is made to record a symbol in a discarded section, and
5889 return `2' in that case.
5891 2002-07-24 Nick Clifton <nickc@redhat.com>
5893 * po/sv.po: Updated Swedish translation.
5894 * po/es.po: Updated Spanish translation.
5896 2002-07-23 Alan Modra <amodra@bigpond.net.au>
5898 * po/SRC-POTFILES.in: Regenerate.
5900 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
5901 immediately. Remove code handling relocatable linking.
5902 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
5903 * elf32-cris.c (cris_elf_relocate_section): Likewise.
5904 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
5905 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
5906 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
5907 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
5908 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
5909 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5910 * elf32-v850.c (v850_elf_relocate_section): Likewise.
5911 * elf32-vax.c (elf_vax_relocate_section): Likewise.
5912 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5913 * elf32-avr.c (elf_backend_rela_normal): Define.
5914 * elf32-cris.c: Likewise.
5915 * elf32-fr30.c: Likewise.
5916 * elf32-frv.c: Likewise.
5917 * elf32-h8300.c: Likewise.
5918 * elf32-hppa.c: Likewise.
5919 * elf32-ip2k.c: Likewise.
5920 * elf32-sparc.c: Likewise.
5921 * elf32-v850.c: Likewise.
5922 * elf32-vax.c: Likewise.
5923 * elf64-hppa.c: Likewise.
5924 * elf64-sparc.c: Likewise.
5925 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
5926 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
5927 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
5928 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
5929 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
5930 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
5931 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
5932 * elf-m10200.c (USE_RELA): Don't define.
5933 * elf-m10300.c: Likewise.
5934 * elfarm-oabi.c: Likewise.
5935 * elf32-i370.c: Likewise.
5936 * elf32-ip2k.c: Likewise.
5937 * elf32-m68k.c: Likewise.
5938 * elf32-mcore.c: Likewise.
5939 * elf32-ppc.c: Likewise.
5940 * elf32-s390.c: Likewise.
5941 * elf32-vax.c: Likewise.
5942 * elf64-ppc.c: Likewise.
5943 * elf64-s390.c: Likewise.
5944 * elf64-x86-64.c: Likewise.
5945 * elfxx-ia64.c: Likewise.
5946 * elf32-avr.c (USE_REL): Don't undef.
5947 * elf32-ip2k.c: Likewise.
5949 2002-07-23 Nick Clifton <nickc@redhat.com>
5951 * elf-bfd.h (struct elf_backend_data): Add new bitfield
5952 'want_p_paddr_set_to_zero'.
5953 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
5955 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
5956 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
5958 2002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
5960 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
5961 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
5962 show the Copyright string.
5963 Minor formatting tidy ups.
5965 2002-07-23 Nick Clifton <nickc@redhat.com>
5967 * po/fr.po: Updated French translation.
5968 * po/sv.po: Updated Swedish translation.
5970 2002-07-23 Alan Modra <amodra@bigpond.net.au>
5972 * elflink.h (elf_link_input_bfd): Don't change internal symbols
5973 when outputting relocs.
5975 2002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
5977 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
5978 DT_PLTGOT into the dynamic section if there is a PLT.
5980 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5982 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
5984 (_bfd_mips_elf_write_section): Likewise.
5985 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
5986 (_bfd_mips_elf_write_section): Likewise.
5987 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
5988 (elf32_mips_write_section): Likewise.
5989 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
5990 (_bfd_mips_elf_write_section): Likewise.
5992 2002-07-19 Alan Modra <amodra@bigpond.net.au>
5994 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
5995 PT_IA_64_UNWIND segments for a given section.
5997 2002-07-17 H.J. Lu <hjl@gnu.org>
5999 * Makefile.am: Fix a typo.
6000 * Makefile.in: Regenerate.
6002 2002-07-15 Denis Chertykov <denisc@overta.ru>
6003 Frank Ch. Eigler <fche@redhat.com>
6004 Ben Elliston <bje@redhat.com>
6005 Alan Lehotsky <alehotsky@cygnus.com>
6006 John Healy <jhealy@redhat.com>
6007 Graham Stott <grahams@redhat.com>
6008 Jeff Johnston <jjohnstn@redhat.com>
6010 * Makefile.am: Add support for ip2k.
6011 * Makefile.in: Regenerate.
6012 * doc/Makefile.in: Regenerate.
6013 * archures.c: Add support for ip2k.
6014 * config.bfd: Add support for ip2k.
6015 * configure.in: Add support for ip2k.
6016 * configure: Regenerate.
6017 * reloc.c: Add support for ip2k.
6018 * targets.c: Add support for ip2k.
6019 * bfd-in2.h: Regenerate.
6020 * libbfd.h: Regenerate.
6021 * cpu-ip2k.c: New file.
6022 * elf32-ip2k.c: New file.
6024 2002-07-17 Ian Rickards <irickard@arm.com>
6026 * dwarf2.c (concat_filename): If we can't establish the directory
6027 just return the filename.
6029 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
6031 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
6033 2002-07-16 Alan Modra <amodra@bigpond.net.au>
6035 * elflink.h: Formatting fixes, tidy prototypes.
6036 (elf_link_assign_sym_version): Move common code out of loop.
6038 2002-07-16 Alan Modra <amodra@bigpond.net.au>
6040 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
6041 reloc section size is zero. Correct reloc output location.
6043 2002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6045 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
6046 the final type for the e_fsel selector when generating PA2.0W code.
6047 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
6050 2002-07-14 H.J. Lu <hjl@gnu.org>
6052 * elflink.h (elf_link_assign_sym_version): Hide the default
6053 definition if there is a hidden versioned definition.
6055 2002-07-12 Hans-Peter Nilsson <hp@axis.com>
6057 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
6058 dynamic reference test in assertion when initializing GOT with
6059 static contents. Just assert that there are either no dynamic
6060 sections, the symbol is defined in the regular objects or that the
6061 symbol is undef weak. Tweak comment.
6062 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
6063 only if the symbol isn't defined in the program and isn't undef
6065 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
6066 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
6067 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
6068 (elf_cris_discard_excess_program_dynamics): Don't consider
6069 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
6071 2002-07-11 Alan Modra <amodra@bigpond.net.au>
6073 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
6074 unresolved debugging relocs in dynamic applications.
6075 * elf32-s390.c (elf_s390_relocate_section): Likewise.
6076 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6077 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6078 * elf64-s390.c (elf_s390_relocate_section): Likewise.
6079 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6080 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6082 2002-07-10 Alan Modra <amodra@bigpond.net.au>
6084 * elf64-ppc.c (ONES): Define.
6085 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
6086 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
6087 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
6089 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
6090 (ppc64_elf_set_private_flags): Delete.
6091 (ppc64_elf_section_from_shdr): Delete.
6092 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
6093 (ppc64_elf_fake_sections): Delete.
6094 (bfd_elf64_bfd_set_private_flags): Don't define.
6095 (bfd_elf64_get_symbol_info): Likewise.
6096 (elf_backend_section_from_shdr): Likewise.
6097 (elf_backend_fake_sections): Likewise.
6099 2002-07-10 Marco Walther <Marco.Walther@sun.com>
6101 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
6102 when not already set.
6103 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
6104 (elf_backend_fake_sections): Define.
6106 2002-07-10 Alan Modra <amodra@bigpond.net.au>
6108 * merge.c (_bfd_merge_section): Remove redundant output_section check.
6110 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
6112 2002-07-09 Hans-Peter Nilsson <hp@axis.com>
6114 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
6115 NULL sym_hashes to just before use.
6116 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
6117 symbol with non-default visibility.
6118 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
6119 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
6121 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
6122 symbol with non-default visibility.
6123 (cris_elf_check_relocs): At tests for local symbol before
6124 increasing h->plt.refcount, also check for non-default
6125 visibility. Ditto when checking for local symbol to eliminate
6126 pc-relative runtime relocs.
6128 2002-07-08 Alan Modra <amodra@bigpond.net.au>
6130 * elf.c: Formatting.
6131 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
6132 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
6133 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
6136 2002-07-07 Mark Mitchell <mark@codesourcery.com>
6137 Alan Modra <amodra@bigpond.net.au>
6139 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
6140 account the impact of relocation count overflow when computing
6142 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
6143 or not to apply the PE COFF reloc overflow handling. Fix a
6144 fencepost error in deciding whether or not to use that technique.
6146 2002-07-07 Alan Modra <amodra@bigpond.net.au>
6148 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
6149 change type of locsyms.
6150 (bfd_elf_get_elf_syms): Declare.
6151 * elf.c (bfd_elf_get_elf_syms): New function.
6152 (group_signature): Use bfd_elf_get_elf_syms.
6153 (bfd_section_from_r_symndx): Likewise.
6154 * elfcode.h (elf_slurp_symbol_table): Likewise.
6155 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6156 (elf_link_add_object_symbols): Likewise. Reorganise to increase
6157 locality of various data structures. Properly free internal relocs.
6158 (elf_bfd_final_link): Properly free internal relocs.
6159 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
6160 (elf_link_input_bfd): Likewise.
6161 (elf_gc_mark): Likewise. Properly free internal relocs.
6162 (elf_gc_sweep): Properly free internal relocs.
6163 (elf_reloc_symbol_deleted_p): No need to swap syms in.
6164 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
6166 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
6167 Properly free possibly cached info.
6168 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
6169 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
6170 symbol swapping code.
6171 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
6172 Properly free possibly cached info.
6173 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
6174 (mn10300_elf_relax_delete_bytes): Likewise.
6175 (mn10300_elf_symbol_address_p): Likewise.
6176 (mn10300_elf_get_relocated_section_contents): Likewise.
6177 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
6178 (elf32_h8_relax_delete_bytes): Likewise.
6179 (elf32_h8_symbol_address_p): Likewise.
6180 (elf32_h8_get_relocated_section_contents): Likewise.
6181 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
6182 (m32r_elf_relax_delete_bytes): Likewise.
6183 (m32r_elf_get_relocated_section_contents): Likewise.
6184 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
6185 elf_section_data to determine whether cached.
6186 (sh_elf_relax_section): As above for elf-m10200.c.
6187 (sh_elf_relax_delete_bytes): Likewise.
6188 (sh_elf_get_relocated_section_contents): Likewise.
6189 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
6190 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
6191 reading of local syms.
6192 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6193 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
6194 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
6195 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
6197 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
6198 free internal relocs and section contents. Don't read symbols.
6199 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
6200 (elf32_hppa_size_stubs): Don't free local syms.
6201 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
6202 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
6203 possibly cached info.
6204 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6205 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
6206 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
6208 (get_local_syms): Delete function.
6209 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
6211 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
6213 2002-07-05 Jim Wilson <wilson@redhat.com>
6215 * syms.c (decode_section_type): New.
6216 (bfd_decode_symclass): Call decode_section_type.
6218 2002-07-04 Jakub Jelinek <jakub@redhat.com>
6220 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
6221 section content start.
6222 Reported by Michael Schumacher <mike@hightec-rt.com>.
6224 2002-07-04 Alan Modra <amodra@bigpond.net.au>
6226 * section.c (_bfd_strip_section_from_output): Remove unnecessary
6227 link order code. Don't actually remove the output section here;
6228 Just set a flag for the linker to do so.
6229 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
6230 sections when setting up output section dynsyms.
6232 2002-07-04 Alan Modra <amodra@bigpond.net.au>
6234 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
6236 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
6239 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
6241 * elf64-s390.c (create_got_section): Set .got section alignment to
6243 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
6245 2002-07-02 Alan Modra <amodra@bigpond.net.au>
6247 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
6249 2002-07-01 Matt Thomas <matt@3am-software.com>
6251 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
6254 2002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6256 * elfxx-mips.c (ABI_64_P): Fix comment.
6257 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
6258 new section names for N64 ABI.
6259 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
6260 (mips_elf_calculate_relocation): Code formatting.
6261 (mips_elf_create_dynamic_relocation): Likewise.
6262 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
6263 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
6264 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
6266 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
6268 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
6269 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
6272 2002-07-01 Andreas Schwab <schwab@suse.de>
6274 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
6275 R_X86_64_64 to R_X86_64_RELATIVE.
6277 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
6279 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
6280 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
6282 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
6284 * configure.in (vaxbsd_vec): Add.
6285 * targets.c (vaxbsd_vec): Add.
6286 * Makefile.in: Rebuild.
6287 * configure: Rebuild.
6288 * po/SRC-POTFILES.in: Rebuild.
6290 2002-07-01 Alan Modra <amodra@bigpond.net.au>
6292 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
6293 examining to gc_mark_hook, rather than the bfd.
6294 (elf_gc_sections): Adjust.
6295 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
6296 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
6297 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
6298 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
6299 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
6300 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
6301 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
6302 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
6303 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
6304 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
6305 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
6306 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
6307 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
6308 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
6309 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
6310 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
6311 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
6312 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
6313 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
6314 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
6315 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
6316 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
6317 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
6318 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
6319 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
6320 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
6321 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
6322 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
6323 redundant local sym tests.
6324 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
6325 (link_hash_newfunc): Init is_entry.
6326 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
6327 (ppc64_elf_link_hash_table_create): Init all_local_syms.
6328 (create_linkage_sections): Use bfd_make_section_anyway rather than
6330 (ppc64_elf_mark_entry_syms): New function.
6331 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
6332 up opd entry to function section map.
6333 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
6334 relocs that reference the opd section.
6335 (edit_opd): New function.
6336 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
6337 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
6338 (get_local_syms): Do so here. Exit if we already have local syms.
6339 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
6340 read local syms on non-ELF input.
6341 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
6342 than duplicating it's function here. Adjust free of internal
6344 (ppc64_elf_relocate_section): Adjust local syms in opd section.
6345 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
6346 * elf32-hppa.c (elf32_hppa_size_stubs): Call
6347 _bfd_elf32_link_read_relocs rather than duplicating it's function
6348 here. Adjust free of internal relocs to suit.
6350 2002-07-01 Andreas Jaeger <aj@suse.de>
6352 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
6353 are not allowed in shared libs code, enforce -fPIC.
6355 2002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
6357 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
6358 trailing zero-sequences when there's previous left-over data.
6360 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
6362 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
6363 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
6364 and opd_rel_sec in order for starting rela section. Check _raw_size.
6365 (elf_backend_reloc_type_class): Define.
6367 2002-06-27 Kevin Buettner <kevinb@redhat.com>
6369 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
6372 2002-06-27 Alan Modra <amodra@bigpond.net.au>
6374 * cpu-powerpc.c: Comment on ordering of arch_info.
6375 * elf32-ppc.c (ppc_elf_object_p): New function.
6376 (elf_backend_object_p): Define.
6377 * elf64-ppc.c (ppc64_elf_object_p): New function.
6378 (elf_backend_object_p): Define.
6380 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6382 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
6383 * configure: Regenerate.
6385 2002-06-25 Jason Eckhardt <jle@rice.edu>
6387 * dwarf2.c (decode_line_info): Check unit->addr_size
6388 to read in the proper number of prologue bytes.
6390 2002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
6392 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
6393 aix5coff64_vec if 64-bit bfd support has been enabled.
6394 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
6397 * targets.c (_bfd_target_vector[]): Only include
6398 aix5coff64_vec if 64-bit bfd support has been enabled.
6400 2002-06-25 Alan Modra <amodra@bigpond.net.au>
6402 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
6403 * elf32-hppa.c (hppa_add_stub): Likewise.
6404 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
6405 * elflink.h (elf_add_default_symbol): Fix comment typo.
6406 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
6407 (elf_link_add_object_symbols): Likewise.
6408 (elf_link_assign_sym_version): Likewise.
6409 * hash.c (bfd_hash_lookup): Likewise.
6410 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
6411 * section.c (bfd_get_unique_section_name): Likewise.
6412 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
6413 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
6414 (assign_section_numbers): Likewise.
6415 (_bfd_elfcore_make_pseudosection): Likewise.
6416 (elfcore_grok_lwpstatus): Likewise.
6417 (elfcore_grok_win32pstatus): Likewise.
6418 (elfcore_write_note): Constify input params. Use PTR instead of
6419 void *. Include terminating NUL in namesz. Correct padding.
6420 Support NULL "name" param. Use memcpy instead of strcpy.
6421 (elfcore_write_prpsinfo): Constify input params.
6422 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
6423 (elfcore_write_lwpstatus): Likewise.
6424 (elfcore_write_pstatus): Likewise.
6425 (elfcore_write_prfpreg): Likewise.
6426 (elfcore_write_prxfpreg): Likewise.
6427 * elf-bfd.h (elfcore_write_note): Update declaration.
6428 (elfcore_write_prpsinfo): Likewise.
6429 (elfcore_write_prstatus): Likewise.
6430 (elfcore_write_pstatus): Likewise.
6431 (elfcore_write_prfpreg): Likewise.
6432 (elfcore_write_prxfpreg): Likewise.
6433 (elfcore_write_lwpstatus): Likewise.
6435 2002-06-25 Jason Eckhardt <jle@rice.edu>
6437 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
6438 symbols of type stProc and stStaticProc.
6440 2002-06-25 Nick Clifton <nickc@redhat.com>
6442 * ecoff.c: VArious formatting fixes.
6444 2002-06-25 Alan Modra <amodra@bigpond.net.au>
6446 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
6448 2002-06-25 Alan Modra <amodra@bigpond.net.au>
6450 * aout-adobe.c: Don't compare against "true" or "false.
6451 * aout-target.h: Likewise.
6452 * aoutx.h: Likewise.
6453 * archive.c: Likewise.
6455 * cache.c: Likewise.
6456 * coff-a29k.c: Likewise.
6457 * coff-alpha.c: Likewise.
6458 * coff-i386.c: Likewise.
6459 * coff-mips.c: Likewise.
6460 * coff-or32.c: Likewise.
6461 * coff64-rs6000.c: Likewise.
6462 * coffcode.h: Likewise.
6463 * coffgen.c: Likewise.
6464 * cpu-ns32k.c: Likewise.
6465 * ecoff.c: Likewise.
6466 * ecofflink.c: Likewise.
6468 * elf32-arm.h: Likewise.
6469 * elf32-cris.c: Likewise.
6470 * elf32-d30v.c: Likewise.
6471 * elf32-i386.c: Likewise.
6472 * elf32-mcore.c: Likewise.
6473 * elf32-ppc.c: Likewise.
6474 * elf32-sh.c: Likewise.
6475 * elf32-sh64.c: Likewise.
6476 * elf32-v850.c: Likewise.
6477 * elf64-alpha.c: Likewise.
6478 * elf64-sh64.c: Likewise.
6479 * elfcode.h: Likewise.
6480 * elfcore.h: Likewise.
6481 * elflink.h: Likewise.
6482 * elfxx-mips.c: Likewise.
6483 * i386os9k.c: Likewise.
6485 * libbfd.c: Likewise.
6486 * linker.c: Likewise.
6488 * nlm32-alpha.c: Likewise.
6489 * nlm32-i386.c: Likewise.
6490 * nlm32-ppc.c: Likewise.
6491 * nlm32-sparc.c: Likewise.
6492 * nlmcode.h: Likewise.
6493 * oasys.c: Likewise.
6494 * pdp11.c: Likewise.
6495 * peicode.h: Likewise.
6496 * reloc.c: Likewise.
6499 * tekhex.c: Likewise.
6501 * xcofflink.c: Likewise.
6502 * elf64-sparc.c: Edit comment to not use "== false".
6504 * aoutf1.h: Don't use "? true : false".
6505 * ecoff.c: Likewise.
6506 * format.c: Likewise.
6508 * linker.c: Likewise.
6510 * oasys.c: Likewise.
6512 2002-06-23 H.J. Lu <hjl@gnu.org>
6514 * elflink.h (elf_link_add_archive_symbols): For the default
6515 version, check references with only one `@' first.
6517 2002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
6519 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
6521 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
6523 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
6524 (elf64_hppa_size_dynamic_sections): Revise to use
6525 elf64_hppa_mark_milli_and_exported_functions.
6526 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
6527 symbols out of dynamic symbol table.
6529 2002-06-23 Alan Modra <amodra@bigpond.net.au>
6531 * Makefile.in: Regenerate.
6532 * libbfd.h: Regenerate.
6533 * bfd-in2.h: Regenerate.
6534 * configure: Regenerate.
6535 * po/SRC-POTFILES.in: Regenerate.
6537 * elflink.h: Comment typo fixes.
6539 2002-06-23 H.J. Lu <hjl@gnu.org>
6541 * elf-bfd.h (elf_link_loaded_list): New structure.
6542 (elf_link_hash_table): Add "loaded".
6543 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
6544 * elflink.h (elf_link_check_versioned_symbol): New function.
6545 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
6547 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
6549 * elflink.h (size_dynamic_sections): If the target does not
6550 support an ELF style hash table, return true, indicating that
6551 nothing needed to be done, rather than false, indicating that the
6552 section's size could not be computed.
6554 2002-06-18 Dave Brolley <brolley@redhat.com>
6556 From Catherine Moore, Michael Meissner, Dave Brolley:
6557 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
6558 * targets.c: Support bfd_elf32_frv_vec.
6559 * reloc.c: Add FRV relocs.
6560 * configure.in: Add support for bfd-elf32-frv-vec.
6561 * config.bfd (targ_cpu): Add support for frv-*-elf.
6562 * archures.c: Add frv arch and machines.
6563 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
6564 (ALL_MACHINES_CFILES): Add cpu-frv.c.
6565 (BFD32_BACKENDS): Add elf32-frv.lo.
6566 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
6567 (cpu-frv.lo): New target.
6568 (elf32-frv.lo): New target.
6569 * cpu-frv.c: New file.
6570 * elf32-frv.c: New file.
6572 2002-06-18 Jakub Jelinek <jakub@redhat.com>
6574 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
6576 Only read the first section header if e_shoff is non-zero.
6577 Don't consider e_shstrndx if there are no sections.
6579 2002-06-17 Tom Rix <trix@redhat.com>
6581 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
6582 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
6583 complain_overflow_bitfield.
6585 2002-06-17 Alan Modra <amodra@bigpond.net.au>
6587 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
6588 (bfd_fdopenr): Likewise.
6589 (bfd_openstreamr): Likewise.
6590 (bfd_openw): Likewise.
6592 * targets.c: Sort target vecs.
6593 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
6594 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
6595 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
6596 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
6597 * configure.in: Sort target vecs. Add m88kmach3_vec.
6598 * configure: Regenerate.
6600 2002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
6602 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
6603 bpo_reloc_no to break sort order ties, not address of items.
6605 2002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6607 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
6608 Skip excluded sections in determing __gp value.
6609 (elf_hppa_final_link_relocate): Use the symbol's address in
6610 R_PARISC_FPTR64 relocations that don't need an opd entry.
6611 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
6612 (elf64_hppa_finalize_dynreloc): Likewise.
6613 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
6614 (elf64_hppa_finish_dynamic_symbol): Break up assert.
6616 2002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
6618 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
6619 alignment for .bss, .data and .text sections so that sse and sse2
6621 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
6623 2002-06013 J"orn Rennecke <joern.rennecke@superh.com>
6625 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
6628 2002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
6630 * elflink.h (elf_bfd_final_link): Improve error handling for missing
6633 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
6634 for a symbol that has no output section.
6635 (allocate_dynrel_entries): Correct comment.
6636 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
6638 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
6639 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
6640 with no section. Remove unnecessary parentheses.
6642 2002-06-11 Tom Rix <trix@redhat.com>
6644 * coffcode.h (coff_compute_section_file_positions): Add data
6645 section to AIX loader alignment check.
6647 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
6648 alignment to 4 bytes.
6649 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
6650 power accessor macro.
6651 (do_shared_object_padding): Remove invalid assertion.
6653 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
6655 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
6656 for removed output sections.
6658 2002-06-10 Geoffrey Keating <geoffk@redhat.com>
6660 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
6662 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
6664 2002-06-08 H.J. Lu <hjl@gnu.org>
6666 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
6667 work around a long long bug in gcc 2.96 on mips.
6669 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6671 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
6672 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
6673 Regenerate dependency lists.
6674 * Makefile.in: Regenerate.
6675 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
6676 vax1knetbsd_vec to targ_selvecs.
6677 * configure.in: Add vax1knetbsd_vec.
6678 * configure: Regenerate.
6679 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
6680 * vax1knetbsd.c: New file.
6681 * vaxnetbsd.c: Update copyright years.
6682 (TARGET_PAGE_SIZE): Set to 0x1000.
6683 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
6685 2002-06-08 Matt Thomas <matt@3am-software.com>
6687 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
6689 2002-06-08 Alan Modra <amodra@bigpond.net.au>
6691 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
6693 2002-06-08 Alan Modra <amodra@bigpond.net.au>
6695 * Makefile.am: Run "make dep-am".
6696 * Makefile.in: Regenerate.
6698 * armnetbsd.c: Replace CONST with const.
6699 * corefile.c: Likewise.
6700 * elf32-dlx.c: Likewise.
6701 * elf64-mips.c: Likewise.
6703 * ns32knetbsd.c: Likewise.
6705 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
6706 table is elf64-sparc.
6708 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6710 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
6711 Fix RELA addends to get not shifted in the result. Don't do special
6712 handling of R_MIPS_64 for NewABI.
6714 2002-06-07 Alan Modra <amodra@bigpond.net.au>
6716 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
6717 (NAME(aout,slurp_reloc_table)): Likewise.
6718 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
6719 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
6720 (xcoff_write_archive_contents_big): Likewise.
6721 (xcoff_generate_rtinit): Likewise.
6722 (xcoff_generate_rtinit): Likewise, and check error return.
6723 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6724 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
6725 (coff_get_normalized_symtab): Likewise.
6726 (coff_make_empty_symbol): Likewise.
6727 (bfd_coff_set_symbol_class): Likewise.
6728 * cofflink.c (coff_link_add_symbols): Likewise.
6729 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
6730 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
6731 (bfd_ecoff_write_accumulated_debug): Likewise.
6732 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
6733 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
6734 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
6735 * ieee.c (do_with_relocs): Use bfd_zalloc.
6736 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
6737 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
6738 (NAME(aout,slurp_reloc_table)): Likewise.
6739 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
6740 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
6741 * som.c (som_build_and_write_symbol_table): Likewise.
6742 (som_slurp_string_table): Likewise.
6743 (som_slurp_symbol_table): Likewise.
6744 (som_bfd_ar_write_symbol_stuff): Likewise.
6745 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
6746 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
6747 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
6748 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
6749 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
6751 2002-06-07 Alan Modra <amodra@bigpond.net.au>
6753 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
6755 (elf_group_name): Update.
6756 (elf_group_id): Define.
6757 (bfd_elf_set_group_contents): Declare.
6758 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
6759 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
6760 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
6761 that sym for the signature.
6762 (_bfd_elf_compute_section_file_positions): Don't call
6763 set_group_contents for "ld -r" case.
6764 (swap_out_syms): Use bfd_zalloc.
6765 * elflink.h (elf_link_add_archive_symbols): Likewise.
6766 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
6767 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
6769 2002-06-07 Alan Modra <amodra@bigpond.net.au>
6771 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
6772 relocs in opd for non-shared too.
6774 2002-06-06 Jeffrey Law <law@redhat.com>
6776 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
6779 2002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
6781 * merge.c: Include libiberty.h.
6782 * elf-strtab.c: Include libiberty.h.
6784 2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
6786 * peXXigen.c (pe_print_idata): Remove unused variable.
6788 2002-06-06 David Heine <dlheine@tensilica.com>
6790 * elf.c (assign_file_positions_for_segments): Remove unallocated
6791 sections from the section to segment mapping for PT_LOAD segments.
6792 Update comment about empty loadable segments.
6794 2002-06-06 Richard Sandiford <rsandifo@redhat.com>
6796 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
6797 is within the .stabstr section.
6799 2002-06-06 Alan Modra <amodra@bigpond.net.au>
6801 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
6802 are "const PTR", not "const PTR *".
6803 (bfd_elf32_swap_symbol_in): Likewise.
6804 (bfd_elf64_swap_symbol_in): Likewise.
6805 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
6806 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
6807 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6808 (elf_link_add_object_symbols): Likewise.
6809 (elf_link_record_local_dynamic_symbol): Likewise.
6810 (elf_link_input_bfd): Likewise.
6811 (elf_gc_mark): Likewise.
6812 (elf_reloc_symbol_deleted_p): Likewise.
6813 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
6814 (mn10200_elf_relax_delete_bytes): Likewise.
6815 (mn10200_elf_symbol_address_p): Likewise.
6816 (mn10200_elf_get_relocated_section_contents): Likewise.
6817 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
6818 (mn10300_elf_relax_section): Likewise.
6819 (mn10300_elf_relax_delete_bytes): Likewise.
6820 (mn10300_elf_symbol_address_p): Likewise.
6821 (mn10300_elf_get_relocated_section_contents): Likewise.
6822 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
6823 (elf32_h8_relax_delete_bytes): Likewise.
6824 (elf32_h8_symbol_address_p): Likewise.
6825 (elf32_h8_get_relocated_section_contents): Likewise.
6826 * elf32-hppa.c (get_local_syms): Likewise.
6827 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
6828 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6829 * elf32-sh.c (sh_elf_relax_section): Likewise.
6830 (sh_elf_relax_delete_bytes): Likewise.
6831 (sh_elf_get_relocated_section_contents): Likewise.
6832 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
6833 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
6834 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
6835 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6836 * elf64-ppc.c (get_local_syms): Likewise.
6837 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
6838 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
6840 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
6842 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
6844 2002-06-05 Alan Modra <amodra@bigpond.net.au>
6846 * elf.c (group_signature): Swap in the whole symbol, and handle
6847 extracting section symbol names.
6848 (setup_group): Add comment.
6849 (set_group_contents): When called from objcopy or ld, arrange for
6850 section contents to be written. Write group member output section
6851 indices to allow objcopy to reorganize sections.
6852 (_bfd_elf_copy_private_section_data): Copy group info.
6854 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
6855 (bfd_elf32_swap_symbol_in): Update prototype.
6856 (bfd_elf64_swap_symbol_in): Likewise.
6857 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
6858 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
6859 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6860 (elf_link_add_object_symbols): Likewise.
6861 (elf_link_record_local_dynamic_symbol): Likewise.
6862 (elf_link_input_bfd): Likewise.
6863 (elf_gc_mark): Likewise.
6864 (elf_reloc_symbol_deleted_p): Likewise.
6865 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
6866 (mn10200_elf_relax_delete_bytes): Likewise.
6867 (mn10200_elf_symbol_address_p): Likewise.
6868 (mn10200_elf_get_relocated_section_contents): Likewise.
6869 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
6870 (mn10300_elf_relax_section): Likewise.
6871 (mn10300_elf_relax_delete_bytes): Likewise.
6872 (mn10300_elf_symbol_address_p): Likewise.
6873 (mn10300_elf_get_relocated_section_contents): Likewise.
6874 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
6875 (elf32_h8_relax_delete_bytes): Likewise.
6876 (elf32_h8_symbol_address_p): Likewise.
6877 (elf32_h8_get_relocated_section_contents): Likewise.
6878 * elf32-hppa.c (get_local_syms): Likewise.
6879 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
6880 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6881 * elf32-sh.c (sh_elf_relax_section): Likewise.
6882 (sh_elf_relax_delete_bytes): Likewise.
6883 (sh_elf_get_relocated_section_contents): Likewise.
6884 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
6885 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
6886 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
6887 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6888 * elf64-ppc.c (get_local_syms): Likewise.
6889 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
6890 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
6891 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
6892 * elf64-alpha.c (alpha_elf_size_info): Likewise.
6893 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
6894 * elf64-mips.c (mips_elf64_size_info): Likewise.
6895 * elf64-s390.c (s390_elf64_size_info): Likewise.
6896 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
6898 2002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6900 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
6901 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
6902 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
6903 _bfd_mips_elf_ignore_discarded_relocs.
6904 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
6906 2002-06-05 H.J. Lu <hjl@gnu.org>
6908 * elfxx-mips.c (mips_elf_calculate_relocation): Call
6909 _bfd_elf_rel_local_sym for STT_SECTION relocations against
6910 the SEC_MERGE section.
6912 2002-06-05 Alan Modra <amodra@bigpond.net.au>
6914 * coff-alpha.c: Update copyright date.
6915 * coff-mips.c: Likewise.
6916 * xcoff-target.h: Likewise.
6918 * bfd-in.h: Remove "taken from the source" comment.
6919 * libbfd-in.h: Likewise.
6920 * libcoff-in.h: Likewise.
6921 * bfd-in2.h: Regenerate.
6922 * libbfd.h: Regenerate.
6923 * libcoff.h: Regenerate.
6925 * elf.c (bfd_elf_discard_group): Return true.
6926 * elf-bfd.h (bfd_elf_discard_group): Declare.
6927 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
6928 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
6929 * bfd.c (bfd_discard_group): Define.
6930 * targets.c (struct bfd_target): Add _bfd_discard_group.
6931 (BFD_JUMP_TABLE_LINK): Here too.
6932 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
6933 * aout-adobe.c (aout_32_bfd_discard_group): Define.
6934 * aout-target.h (MY_bfd_discard_group): Define.
6935 * aout-tic30.c (MY_bfd_discard_group): Define.
6936 * binary.c (binary_bfd_discard_group): Define.
6937 * bout.c (b_out_bfd_discard_group): Define.
6938 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
6939 * coffcode.h (coff_bfd_discard_group): Define.
6940 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
6941 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
6942 * i386msdos.c (msdos_bfd_discard_group): Define.
6943 * i386os9k.c (os9k_bfd_discard_group): Define.
6944 * ieee.c (ieee_bfd_discard_group): Define.
6945 * ihex.c (ihex_bfd_discard_group): Define.
6946 * mmo.c (mmo_bfd_discard_group): Define.
6947 * nlm-target.h (nlm_bfd_discard_group): Define.
6948 * oasys.c (oasys_bfd_discard_group): Define.
6949 * ppcboot.c (ppcboot_bfd_discard_group): Define.
6950 * som.c (som_bfd_discard_group): Define.
6951 * srec.c (srec_bfd_discard_group): Define.
6952 * tekhex.c (tekhex_bfd_discard_group): Define.
6953 * versados.c (versados_bfd_discard_group): Define.
6954 * vms.c (vms_bfd_discard_group): Define.
6955 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
6956 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
6957 (aix5coff64_vec): Likewise.
6958 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
6960 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
6962 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
6963 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
6964 (elf32-sh64-com.lo): New dependency list.
6965 * Makefile.in: Regenerate.
6966 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
6967 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
6969 * configure: Regenerate.
6970 * elf32-sh64.c (sh64_address_in_cranges)
6971 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
6972 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
6973 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
6974 * elf32-sh64-com.c: ...here. New file.
6976 2002-06-04 Alan Modra <amodra@bigpond.net.au>
6978 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
6979 ATTRIBUTE_UNUSED on used params.
6980 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
6981 before calling bfd_section_from_elf_index on local syms.
6982 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
6984 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
6986 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
6987 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
6988 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
6989 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
6990 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
6991 * Makefile.in: Regenerate.
6992 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
6993 (sh64-*-netbsd*): New targets.
6994 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
6995 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
6996 * configure: Regenerate.
6997 * elf32-sh64-nbsd.c: New file.
6998 * elf64-sh64-nbsd.c: New file.
6999 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
7000 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
7001 bfd_elf64_sh64lnbsd_vec.
7003 2002-06-04 Alan Modra <amodra@bigpond.net.au>
7005 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
7006 (bfd_section_from_shdr): Likewise. Set section name of group
7007 sections from signature.
7008 (group_signature): Split out from setup_group. Ensure symbol table
7010 (bfd_elf_discard_group): New function.
7011 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
7012 .gnu.linkonce* sections if they are members of a group.
7013 (set_group_contents): Set GRP_COMDAT flag.
7014 * section.c (bfd_discard_group): New function.
7015 * bfd-in.h (bfd_elf_discard_group): Declare.
7016 * bfd-in2.h: Regenerate.
7017 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
7018 (elf_linkonce_p): Define.
7020 2002-06-04 Alan Modra <amodra@bigpond.net.au>
7022 * elf.c (bfd_section_from_shdr): Make "name" const.
7023 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
7024 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
7025 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
7026 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
7027 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
7028 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
7029 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
7030 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
7031 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
7032 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
7033 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
7035 2002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7037 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
7040 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
7042 * elf32-arc.c: Fix formatting.
7043 * elf32-arm.h: Likewise.
7044 * elf32-cris.c: Likewise.
7045 * elf32-dlx.c: Likewise.
7046 * elf32-hppa.c: Likewise.
7047 * elf32-i386.c: Likewise.
7048 * elf32-i386qnx.c: Likewise.
7049 * elf32-or32.c: Likewise.
7050 * elf32-s390.c: Likewise.
7051 * elf32-sh64.c: Likewise.
7052 * elf32-vax.c: Likewise.
7053 * elf32-xstormy16.c: Likewise.
7054 * elf64-alpha.c: Likewise.
7055 * elf64-mmix.c: Likewise.
7056 * elf64-ppc.c: Likewise.
7057 * elf64-s390.c: Likewise.
7058 * elf64-sh64.c: Likewise.
7059 * elf64-x86-64.c: Likewise.
7061 2002-06-02 Richard Henderson <rth@redhat.com>
7063 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
7064 null when there are no got entries for a symbol.
7065 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
7066 uninitialized variable warning.
7068 2002-06-01 Richard Henderson <rth@redhat.com>
7070 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
7071 undefined symbols here.
7072 (elf64_alpha_relax_section): Do it here. Also test for not
7073 defined in the current module.
7074 (elf64_alpha_relocate_section_r): Split out of ...
7075 (elf64_alpha_relocate_section): ... here. Don't dereference
7076 NULL when looking up local got entries.
7078 2002-06-01 Richard Henderson <rth@redhat.com>
7080 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
7081 symbols from JSR relaxation.
7082 (elf64_alpha_size_plt_section_1): New.
7083 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
7084 (elf64_alpha_size_rela_got_1): ... here.
7085 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
7086 (elf64_alpha_size_rela_got_section): ... here.
7087 (elf64_alpha_size_plt_section): New.
7088 (elf64_alpha_relax_section): Call them.
7089 (elf64_alpha_size_got_sections): Remove output_bfd arg.
7090 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
7092 2002-06-01 Richard Henderson <rth@redhat.com>
7094 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
7095 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
7096 in shared libraries. Fix DTPRELHI and TPRELHI value.
7097 (INSN_ADDQ, INSN_RDUNIQ): New.
7098 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
7099 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
7100 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
7101 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
7102 Handle GOTDTPREL and GOTTPREL relocations.
7103 (elf64_alpha_relax_gprelhilo): New.
7104 (elf64_alpha_relax_tls_get_addr): New.
7105 (elf64_alpha_relax_find_tls_segment): New.
7106 (elf64_alpha_relax_section): Handle TLS relocations.
7107 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
7108 (elf64_alpha_check_relocs): Set it.
7110 2002-06-01 Richard Henderson <rth@redhat.com>
7112 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
7114 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
7115 check; don't suppress dynamic relocs for non-allocated sections.
7117 * elf64-alpha.c: Remove dead code.
7119 2002-05-31 Alan Modra <amodra@bigpond.net.au>
7121 * bfd-in2.h: Regenerate.
7122 * libbfd.h: Regenerate.
7123 * po/SRC-POTFILES.in: Regenerate.
7125 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
7128 2002-05-31 Graeme Peterson <gp@qnx.com>
7130 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
7131 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
7133 * Makefile.in: Regenerate.
7134 * config.bfd: Add i[3456]86-*-nto-qnx* support.
7135 * configure.in: Add bfd_elf32_i386qnx_vec support.
7136 * configure: Regenerate.
7137 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
7138 is_contained_by_filepos, and copy_private_bfd_data_p.
7139 * elf.c (assign_file_positions_for_segments): Call backend
7140 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
7141 (IS_CONTAINED_BY_FILEPOS): Define.
7142 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
7143 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
7144 Fix non-K&R call to _bfd_error_handler.
7145 (_bfd_elf_copy_private_section_data): Use backend
7146 copy_private_bfd_data_p.
7147 * elf32-i386.c: Don't include elfxx-target.h when
7148 ELF32_I386_C_INCLUDED is defined.
7149 * elf32-i386qnx.c: New QNX elf backend file.
7150 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
7151 elf_backend_is_contained_by_filepos, and
7152 elf_backend_do_copy_private_bfd_data.
7153 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
7155 2002-05-31 Alan Modra <amodra@bigpond.net.au>
7157 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
7158 Move other similar defines to start of file.
7160 2002-05-30 Tom Rix <trix@redhat.com>
7162 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
7163 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
7165 2002-05-30 Richard Henderson <rth@redhat.com>
7167 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
7168 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
7169 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
7170 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
7171 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
7172 (struct alpha_elf_obj_tdata): Rename total_got_entries and
7173 n_local_got_entries to total_got_size and local_got_size.
7174 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
7175 (alpha_got_entry_size): New.
7176 (elf64_alpha_relax_with_lituse): Use it.
7177 (elf64_alpha_relax_without_lituse): Likewise.
7178 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
7179 (get_got_entry): New.
7180 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
7181 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
7182 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
7183 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
7184 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
7185 (elf64_alpha_calc_got_offsets): Likewise.
7186 (alpha_dynamic_entries_for_reloc): New.
7187 (elf64_alpha_calc_dynrel_sizes): Use it.
7188 (elf64_alpha_size_dynamic_sections): Likewise.
7189 (elf64_alpha_relocate_section): Handle TLS relocations.
7190 * reloc.c: Add Alpha TLS relocations.
7191 * bfd-in2.h, libbfd.h: Rebuild.
7193 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7195 * peXXigen.c (pe_print_idata): Remove double printed
7196 import table lines; add Bound-To comment.
7198 2002-05-29 Matt Thomas <matt@3am-software.com>
7200 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
7201 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
7202 (elf32-vax.lo): New rule.
7203 * Makefile.in: Regenerate.
7204 * configure.in (bfd_elf32_vax_vec)
7205 (vaxnetbsd_vec): New vectors.
7206 * configure: Regenerate.
7207 * config.bfd (vax-*-netbsdelf*)
7209 (vax-*-netbsd*): New targets.
7210 * elf32-vax.c: New file.
7211 * reloc.c: Add VAX relocations.
7212 * bfd-in2.h: Regenerate.
7213 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
7215 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7217 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
7218 and bfd_elf32_bigarm_vec to targ_selvecs.
7220 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7222 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
7223 with auto-imported symbols.
7225 2002-05-29 Adam Nemet <anemet@lnxw.com>
7227 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
7228 sections only record bfd.
7229 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
7230 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
7231 * bfd-in2.h: Regenerate.
7233 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7235 * syms.c (_bfd_stab_section_find_nearest_line): Move
7236 declaration and initialisation of saw_line and saw_func out of
7239 2002-05-29 Alan Modra <amodra@bigpond.net.au>
7241 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
7242 (bfd_elf64_get_symbol_info): Define.
7243 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
7245 2002-05-29 Andrey Volkov <avolkov@transas.com>
7247 * cpu-h8300.c: Make default h8300 machine first in machine list.
7249 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
7251 * config.bfd: Added DLX configuraton.
7252 * Makefile.am: Added DLX configuraton.
7253 * configure.in: Added DLX configuraton.
7254 * archures.c: Add DLX architecure.
7255 * reloc.c: Add DLX relocs.
7256 * targets.c: Added DLX target vector.
7257 * configure: Regenerate.
7258 * Makefile.in: Regenreate.
7259 * bfd-in2.h: Regenreate.
7260 * elf32-dlx.c: New file: Support DLX target.
7261 * cpu-dlx.c: New file: Support DLX target.
7263 2002-05-25 Alan Modra <amodra@bigpond.net.au>
7265 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
7267 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
7268 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
7269 strings to point inside function code sym string.
7270 (func_desc_adjust): Likewise.
7271 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
7273 2002-05-24 Michal Ludvig <mludvig@suse.cz>
7275 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
7276 (elf64_x86_64_grok_psinfo): Added.
7278 2002-05-24 TAMURA Kent <kent@netbsd.org>
7280 * config.bfd: Add a target for i386-netbsdpe.
7282 2002-05-24 Alan Modra <amodra@bigpond.net.au>
7284 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
7285 and is_func_descriptor.
7286 (func_desc_adjust): Hide function code sym in shared libs unless
7287 there is a matching exported function descriptor sym.
7289 2002-05-23 Jakub Jelinek <jakub@redhat.com>
7291 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
7292 for symbols from SHF_TLS section.
7293 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
7294 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
7295 (map_sections_to_segments): Build PT_TLS segment if necessary.
7296 (assign_file_positions_for_segments): Likewise.
7297 (get_program_header_size): Account for PT_TLS segment.
7298 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
7299 SEC_THREAD_LOCAL sections to STT_TLS.
7300 * reloc.c: Add 386 and IA-64 TLS relocs.
7301 * section.c (SEC_THREAD_LOCAL): Define.
7302 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
7304 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
7305 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
7307 (struct elf_final_link_info): Add first_tls_sec.
7308 (elf_bfd_final_link): Set first_tls_sec.
7309 Compute elf_hash_table (info)->tls_segment.
7310 (elf_link_output_extsym): Handle STT_TLS symbols.
7311 (elf_link_input_bfd): Likewise.
7312 * syms.c (BSF_THREAD_LOCAL): Define.
7313 * bfd-in2.h: Rebuilt.
7314 * libbfd.h: Rebuilt.
7315 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
7316 elf_i386_mkobject, elf_i386_object_p): New functions.
7317 (elf_howto_table): Add TLS relocs.
7318 (elf_i386_reloc_type_lookup): Support TLS relocs.
7319 (elf_i386_info_to_howto_rel): Likewise.
7320 (struct elf_i386_link_hash_entry): Add tls_type.
7321 (struct elf_i386_obj_tdata): New.
7322 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
7324 (struct elf_i386_link_hash_table): Add tls_ldm_got.
7325 (link_hash_newfunc): Clear tls_type.
7326 (elf_i386_check_relocs): Support TLS relocs.
7327 (elf_i386_gc_sweep_hook): Likewise.
7328 (allocate_dynrelocs): Likewise.
7329 (elf_i386_size_dynamic_sections): Likewise.
7330 (elf_i386_relocate_section): Likewise.
7331 (elf_i386_finish_dynamic_symbol): Likewise.
7332 (bfd_elf32_mkobject, elf_backend_object_p): Define.
7333 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
7334 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
7335 want_tprel, want_dtpmod, want_dtprel.
7336 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
7337 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
7338 R_IA64_LTOFF_TPREL22.
7339 (elf_code_to_howto_index): Add TLS relocs.
7340 (elfNN_ia64_check_relocs): Support TLS relocs.
7341 (allocate_global_data_got): Account for TLS .got data.
7342 (allocate_dynrel_entries): Account for TLS dynamic relocations.
7343 (elfNN_ia64_install_value): Supprt TLS relocs.
7344 (set_got_entry): Support TLS relocs.
7345 (elfNN_ia64_relocate_section): Likewise.
7347 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
7349 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
7350 BLX reloc round the relocation up rather than down.
7351 * coff-arm.c (coff_arm_relocate_section): Likewise.
7353 2002-05-21 H.J. Lu (hjl@gnu.org)
7355 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
7358 2002-05-22 Alan Modra <amodra@bigpond.net.au>
7360 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
7361 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
7363 2002-05-22 Alan Modra <amodra@bigpond.net.au>
7365 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
7367 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
7369 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7371 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
7374 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7376 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
7378 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
7379 return with false on error.
7380 (elf_link_input_bfd): Check reloc_emitter return value.
7382 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7384 * config.bfd (armeb-*-netbsdelf*): New target.
7386 2002-05-20 Alan Modra <amodra@bigpond.net.au>
7388 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
7389 at the plt call stub.
7391 2002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7393 * cpu-mips.c (mips_compatible): Don't try to check machine
7396 2002-05-18 Tom Rix <trix@redhat.com>
7398 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
7400 2002-05-17 Alan Modra <amodra@bigpond.net.au>
7402 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
7403 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
7404 we've already warned about an undefined symbol. Report more
7405 detail on reloc errors.
7407 2002-05-17 Alan Modra <amodra@bigpond.net.au>
7409 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
7410 * configure.in: Invoke AM_INSTALL_LIBBFD.
7411 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
7412 (install_libbfd): .. New target.
7413 (uninstall_libbfd): Likewise.
7414 (install-bfdlibLTLIBRARIES): Likewise.
7415 (uninstall-bfdlibLTLIBRARIES): Likewise.
7417 (bfdincludedir): New.
7418 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
7419 * aclocal.m4: Regenerate.
7420 * configure: Regenerate.
7421 * Makefile.in: Regenerate.
7423 2002-05-17 Stuart Balfour <sbalfour@cisco.com>
7425 * hash.c (bfd_hash_lookup): Remove computation of len from inside
7428 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
7430 * config.bfd: Add targets for sh64-linux (little endian and
7433 2002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
7435 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
7436 is located in the same section as the import table. Instead
7437 check, and if necessary load the section containing the thunk.
7439 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
7441 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
7443 (xcoff64_core_file_matches_executable_p): Replace bfd_read
7446 2002-05-15 Alan Modra <amodra@bigpond.net.au>
7448 * aix5ppc-core.c: Warning fixes.
7449 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
7450 * aout-target.h (MY_bfd_link_just_syms): Define.
7451 * aout-tic30.c (MY_bfd_link_just_syms): Define.
7452 * bfd.c (bfd_link_just_syms): Define.
7453 * binary.c (binary_bfd_link_just_syms): Define.
7454 * bout.c (b_out_bfd_link_just_syms): Define.
7455 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
7456 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
7457 * coffcode.h (coff_bfd_link_just_syms): Define.
7458 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
7459 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
7460 (_bfd_elf_link_just_syms): Declare.
7461 * elf.c (_bfd_elf_link_just_syms): New function.
7462 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
7463 sections haven't already been discarded by the linker.
7464 * elflink.h (elf_link_add_object_symbols): Likewise for stab
7465 sections and SEC_MERGE sections.
7466 (elf_bfd_discard_info): Similarly here.
7467 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
7468 * i386msdos.c (msdos_bfd_link_just_syms): Define.
7469 * i386os9k.c (os9k_bfd_link_just_syms): Define.
7470 * ieee.c (ieee_bfd_link_just_syms): Define.
7471 * ihex.c (ihex_bfd_link_just_syms): Define.
7472 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
7473 (_bfd_generic_link_just_syms): Declare.
7474 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
7475 * linker.c (_bfd_generic_link_just_syms): New function.
7476 * mmo.c (mmo_bfd_link_just_syms): Define.
7477 * nlm-target.h (nlm_bfd_link_just_syms): Define.
7478 * oasys.c (oasys_bfd_link_just_syms): Define.
7479 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
7480 * som.c (som_bfd_link_just_syms): Define.
7481 * srec.c (srec_bfd_link_just_syms): Define.
7482 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
7483 (BFD_JUMP_TABLE_LINK): And here.
7484 * tekhex.c (tekhex_bfd_link_just_syms): Define.
7485 * versados.c (versados_bfd_link_just_syms): Define.
7486 * vms.c (vms_bfd_link_just_syms): Define.
7487 * libbfd.h: Regenerate.
7488 * bfd-in2.h: Regenerate.
7490 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7492 * elf32-mips.c: Remove superfluous definitions copied from
7494 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
7495 SGIish vectors to check the special case.
7496 (mips_elf_hi16_reloc): Fix comment.
7497 (mips_elf_got16_reloc): Likewise.
7498 (_bfd_mips_elf32_gprel16_reloc): Likewise.
7499 (elf_reloc_map): Code cleanup.
7500 (mips_reloc_map): Add comment.
7501 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
7502 (mips_elf32_rtype_to_howto): Likewise.
7503 (mips_elf32_discard_info): Likewise.
7504 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
7505 lead to IRIX compatibility now.
7507 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7509 * elfxx-mips.c: Call it IRIX, not Irix in comments.
7511 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
7513 * config.bfd (shle-*-netbsdelf*): Add target which includes
7516 2002-05-13 David Edelsohn <edelsohn@gnu.org>
7518 * configure.in: Revert 2002-04-07. Instead, auto-configure
7520 * configure: Regenerate.
7521 * config.in: Regenerate.
7522 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
7525 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
7527 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
7529 * configure: Regenerate.
7531 2002-05-13 Alan Modra <amodra@bigpond.net.au>
7533 * Makefile.am (install-data-local): Install headers to
7534 $(exec_prefix)/include.
7535 * Makefile.in: Regenerate.
7537 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7538 Daniel Jacobowitz <drow@mvista.com>
7540 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
7543 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
7545 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
7546 hppa*-*-openbsd*): New targets.
7547 * configure.in (alpha*-*-openbsd*): Set COREFILE.
7548 * configure: Regenerate.
7550 2002-05-10 Tom Rix <trix@redhat.com>
7552 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
7553 xcoff64_ppc_relocate_section.
7554 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
7555 * libxcoff.h: Common xcoff_reloc_type function declaration.
7557 2002-05-10 Alan Modra <amodra@bigpond.net.au>
7559 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
7560 added in 2002-05-09 commit.
7562 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
7563 don't look for stubs on all undefined syms.
7565 2002-05-09 Alan Modra <amodra@bigpond.net.au>
7567 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
7568 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
7571 * elf32-i386.c (elf_howto_table): Comments.
7572 (elf_i386_relocate_section): Handle more relocs for relocatable
7573 linking and against SEC_MERGE sections.
7575 2002-05-08 Alan Modra <amodra@bigpond.net.au>
7577 * elf32-ppc.c (ppc_elf_create_got): New function.
7578 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
7579 _bfd_elf_create_dynamic_sections. Correct .plt flags.
7580 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
7581 _bfd_elf_create_got_section.
7583 2002-05-07 Alan Modra <amodra@bigpond.net.au>
7585 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
7586 * elfxx-target.h (elf_backend_rela_normal): Define.
7587 (elfNN_bed): Init rela_normal.
7588 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
7589 for section symbols here if rela_normal. Simplify abs section test.
7590 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
7591 return immediately. Remove code handling relocatable linking.
7592 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
7593 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
7594 * elf32-i370.c (i370_elf_relocate_section): Likewise.
7595 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
7596 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7597 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
7598 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
7599 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
7600 * elf32-s390.c (elf_s390_relocate_section): Likewise.
7601 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
7602 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
7603 * elf64-s390.c (elf_s390_relocate_section): Likewise.
7604 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
7605 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
7606 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
7607 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
7608 * elf-m10200.c (elf_backend_rela_normal): Define.
7609 * elf-m10300.c (elf_backend_rela_normal): Define.
7610 * elf32-fr30.c (elf_backend_rela_normal): Define.
7611 * elf32-i370.c (elf_backend_rela_normal): Define.
7612 * elf32-i860.c (elf_backend_rela_normal): Define.
7613 * elf32-m68k.c (elf_backend_rela_normal): Define.
7614 * elf32-mcore.c (elf_backend_rela_normal): Define.
7615 * elf32-openrisc.c (elf_backend_rela_normal): Define.
7616 * elf32-ppc.c (elf_backend_rela_normal): Define.
7617 * elf32-s390.c (elf_backend_rela_normal): Define.
7618 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
7619 * elf64-ppc.c (elf_backend_rela_normal): Define.
7620 * elf64-s390.c (elf_backend_rela_normal): Define.
7621 * elf64-x86-64.c (elf_backend_rela_normal): Define.
7622 * elfxx-ia64.c (elf_backend_rela_normal): Define.
7623 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
7624 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
7626 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
7628 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
7629 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
7631 2002-05-06 Alan Modra <amodra@bigpond.net.au>
7633 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
7634 when not relocatable. Fix reloc_emitter call for K&R.
7636 2002-05-04 Alan Modra <amodra@bigpond.net.au>
7638 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
7639 reloading local sym addend mistakenly removed in 2002-05-01 change.
7641 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
7642 (read_abbrevs): Change "offset" param to bfd_vma.
7643 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
7644 Change "abbrev_offset" to bfd_vma.
7645 (read_indirect_string): Use correct conversion chars in error
7646 message format string, cast bfd_vma's to unsigned long.
7647 (read_abbrevs): Likewise.
7648 (read_attribute_value): Likewise.
7649 (decode_line_info): Likewise.
7650 (scan_unit_for_functions): Likewise.
7651 (parse_comp_unit): Likewise.
7653 2002-05-04 Tom Rix <trix@redhat.com>
7655 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
7656 (coff_swap_reloc_out): Same.
7657 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
7658 (xcoff_swap_reloc_out): Same.
7659 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
7660 case some 16 bit relocs. Add reloc value to output.
7661 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
7662 R_RBR. Improve names.
7663 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
7664 (bfd_xcoff_backend_data): Update with new reloc swap names.
7665 (bfd_pmac_xcoff_backend_data) : Same.
7666 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
7667 (xcoff64_swap_reloc_out): Same.
7668 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
7669 R_POS. Add reloc value to output.
7670 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
7671 bit R_RBR. Improve names, masks.
7672 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
7673 (bfd_xcoff_backend_data): Update with new reloc swap names.
7674 (bfd_xcoff_aix5_backend_data) : Same.
7676 2002-05-04 Alan Modra <amodra@bigpond.net.au>
7678 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
7679 bfd_count top_index, input_list, all_local_syms.
7680 (elf32_hppa_setup_section_lists): New function, split from
7681 elf32_hppa_size_stubs.
7682 (elf32_hppa_next_input_section): Likewise.
7683 (group_sections): Likewise.
7684 (get_local_syms): Likewise.
7685 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
7686 stubs on undefined syms too.
7687 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
7688 Only access htab elf fields when we have an elf hash table.
7689 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
7690 (elf32_hppa_next_input_section): Declare.
7692 2002-05-04 Bob Byrnes <byrnes@curl.com>
7694 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
7697 2002-05-03 H.J. Lu (hjl@gnu.org)
7699 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
7700 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
7701 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
7702 to hide a global symbol.
7703 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
7704 forced_local to true.
7706 2002-05-02 Richard Henderson <rth@redhat.com>
7708 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
7709 vs SHN_UNDEF to zero.
7711 2002-05-02 Alan Modra <amodra@bigpond.net.au>
7713 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
7715 <R_PPC64_SECTOFF_DS>: Likewise.
7716 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
7718 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
7719 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
7722 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
7723 (ppc64_elf_ha_reloc): New function.
7724 (ppc64_elf_brtaken_reloc): New function.
7725 (ppc64_elf_sectoff_reloc): New function.
7726 (ppc64_elf_sectoff_ha_reloc): New function.
7727 (ppc64_elf_toc_reloc): New function.
7728 (ppc64_elf_toc_ha_reloc): New function.
7729 (ppc64_elf_toc64_reloc): New function.
7730 (ppc64_elf_unhandled_reloc): New function.
7731 (ppc64_elf_howto_raw): Use the above.
7732 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
7733 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
7734 <R_PPC64_SECTOFF_DS>: Likewise.
7735 (IS_ABSOLUTE_RELOC): Update.
7736 (struct ppc_link_hash_table): Add have_undefweak.
7737 (ppc64_elf_link_hash_table_create): Init.
7738 (func_desc_adjust): Set have_undefweak.
7739 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
7740 add the .sfpr blr when have_undefweak.
7741 (ppc64_elf_setup_section_lists): Check hash table flavour.
7742 (ppc64_elf_next_input_section): Move output_section->owner test to
7744 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
7745 and relocatable test. Return TOCstart and don't set elf_gp.
7746 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
7747 offset calculation. Add assert on weak sym branch tweaks.
7748 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
7749 (ppc64_elf_toc): Declare.
7750 (ppc64_elf_next_input_section): Update.
7752 2002-05-01 Alan Modra <amodra@bigpond.net.au>
7754 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
7757 2002-05-01 Alan Modra <amodra@bigpond.net.au>
7759 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
7760 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
7761 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
7762 call branches. Correct undefined weak destination.
7763 (ppc64_elf_func_desc_adjust): Always create at least one blr in
7764 .sfpr, and correct case where either only savef* or restf* is
7767 Long branch stubs, multiple stub sections.
7768 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
7769 (ppc64_elf_next_input_section): Declare.
7770 * elf64-ppc.c: Move linker-only prototypes.
7771 (STUB_SUFFIX): Define.
7772 (enum ppc_stub_type): New.
7773 (struct ppc_stub_hash_entry): New.
7774 (struct ppc_branch_hash_entry): New.
7775 (struct ppc_link_hash_entry): Add stub_cache, oh.
7776 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
7777 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
7778 Rename plt_overflow to stub_error.
7779 (ppc_stub_hash_lookup): Define.
7780 (ppc_branch_hash_lookup): Define.
7781 (stub_hash_newfunc): New function.
7782 (branch_hash_newfunc): New function.
7783 (link_hash_newfunc): Init new fields.
7784 (ppc64_elf_link_hash_table_create): Likewise.
7785 (ppc64_elf_link_hash_table_free): New function.
7786 (ppc_stub_name): New function.
7787 (ppc_get_stub_entry): New function.
7788 (ppc_add_stub): New function.
7789 (create_linkage_sections): Use bfd_make_section_anyway. Create
7790 .branch_lt and .rela.branch_lt sections. Don't create .stub.
7791 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
7792 and set up for plt call stubs. Link func and func desc syms.
7793 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
7794 (func_desc_adjust): Avoid hash lookup when func desc sym available
7795 via shortcut, and set links when processing.
7796 (ppc64_elf_hide_symbol): Likewise.
7797 (allocate_dynrelocs): Don't allocate stub section here.
7798 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
7800 (ppc_type_of_stub): New function.
7801 (build_one_stub): Delete.
7802 (ppc_build_one_stub): New function.
7803 (ppc_size_one_stub): New function.
7804 (ppc64_elf_setup_section_lists): New function.
7805 (ppc64_elf_next_input_section): New function.
7806 (group_sections): New function.
7807 (get_local_syms): New function.
7808 (ppc64_elf_size_stubs): Rewrite.
7809 (ppc64_elf_build_stubs): Rewrite.
7810 (ppc64_elf_relocate_section): Look up stub entry for REL24
7811 relocs. Don't propagate REL14* to dynamic objects. Look for long
7812 branch stubs if REL14* or REL24 relocs won't reach.
7813 (bfd_elf64_bfd_link_hash_table_free): Define.
7815 2002-04-30 Mark Mitchell <mark@codesourcery.com>
7817 * config.bfd: Add support for powerpc-*-windiss.
7819 2002-04-30 Tom Rix <trix@redhat.com>
7821 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
7822 symbol names into the hash table.
7824 2002-04-28 Tom Rix <trix@redhat.com>
7826 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
7827 calulating relocations.
7828 (xcoff_complain_overflow) : Function table for relocation errors.
7829 (xcoff_ppc_relocate_section): Use relocation and complain function
7831 (xcoff_complain_overflow_unsigned_func): New complain function.
7832 (xcoff_complain_overflow_signed_func): Same.
7833 (xcoff_complain_overflow_bitfield_func): Same.
7834 (xcoff_complain_overflow_dont_func): Same.
7835 (xcoff_reloc_type_crel): New recot function.
7836 (xcoff_reloc_type_br): Same.
7837 (xcoff_reloc_type_ba): Same.
7838 (xcoff_reloc_type_toc): Same.
7839 (xcoff_reloc_type_rel): Same.
7840 (xcoff_reloc_type_neg): Same.
7841 (xcoff_reloc_type_pos): Same.
7842 (xcoff_reloc_type_fail): Same.
7843 (xcoff_reloc_type_noop): Same.
7844 * libxcoff.h : Declare common parts for xcoff64.
7845 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
7846 and complain function tables.
7848 2002-04-28 Alan Modra <amodra@bigpond.net.au>
7850 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
7851 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
7853 2002-04-26 Alan Modra <amodra@bigpond.net.au>
7855 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
7856 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
7858 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
7859 same as the output before calling elf_link_input_bfd.
7861 * coffcode.h (coff_compute_section_file_positions): Set
7862 section_tail after shuffling section list.
7864 2002-04-24 Christian Groessler <chris@groessler.org>
7866 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
7867 addresses are 23bit with a special layout, not plain 32bit
7868 values. Prevent relocation of immediate values.
7870 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
7872 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
7873 MIPS-16 ASE flags are set, print something to indicate that.
7875 2002-04-23 Alan Modra <amodra@bigpond.net.au>
7877 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
7878 under which a plt call stub is used.
7879 (final_link_relocate): Similarly.
7880 (allocate_plt_static): Clear h-plabel except when plt entry is
7881 exclusively used for a plabel.
7882 (allocate_dynrelocs): Use the above to simplify plt sizing.
7883 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
7884 (elf32_hppa_link_hash_table_create): Init.
7886 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
7887 (elf32_hppa_check_relocs): Set has_22bit_branch.
7889 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
7890 (final_link_relocate): Likewise.
7892 2002-04-22 Jakub Jelinek <jakub@redhat.com>
7894 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
7895 search table if some FDE is DW_EH_PE_aligned encoded either.
7896 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
7898 2002-04-22 Richard Smith <richard@ex-parrot.com>
7899 Jakub Jelinek <jakub@redhat.com>
7901 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
7902 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
7903 encoded personality.
7904 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
7905 for CIE/FDE removal.
7907 2002-04-20 Tom Rix <trix@redhat.com>
7909 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
7911 2002-04-20 Alan Modra <amodra@bigpond.net.au>
7913 * archures.c (bfd_lookup_arch): Move the list order comment..
7914 (struct bfd_arch_info): ..to where it belongs.
7915 * bfd-in2.h: Regenerate.
7917 * archures.c (bfd_lookup_arch): Add comment on list order.
7918 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
7919 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
7920 is always at head of list.
7922 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
7924 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
7925 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
7926 definition of these functions for ARM_WINCE builds as they are
7928 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7929 for ARM_WINCE builds.
7931 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
7933 * coff-arm.c (bfd_arm_process_before_allocation):
7935 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
7937 * cpu-sh.c (scan_mach): Delete.
7938 (arch_info_struct): Replace scan_mach with bfd_default_scan.
7939 (bfd_sh_arch): Likewise.
7941 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
7943 * ihex.c (ihex_write_object_contents): Fix check for records
7944 crossing 64K boundaries.
7946 2002-04-16 Alan Modra <amodra@bigpond.net.au>
7948 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
7949 type rather than just assuming entries are ELF.
7950 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
7951 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
7952 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
7953 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
7954 rather than elf_link_hash_entry.
7956 2002-04-15 Richard Henderson <rth@redhat.com>
7958 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
7961 2002-04-15 Michael Snyder <msnyder@redhat.com>
7963 * opncls.c (bfd_close): Write contents if writeable.
7964 Minor formatting tidy-ups.
7966 2002-04-15 Alan Modra <amodra@bigpond.net.au>
7968 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
7970 2002-04-12 Michael Snyder <msnyder@redhat.com>
7972 * bfd-in.h (bfd_get_section_lma): New access macro.
7973 Minor white-space fix-up.
7975 2002-04-12 Alan Modra <amodra@bigpond.net.au>
7977 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
7980 2002-04-09 DJ Delorie <dj@redhat.com>
7982 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
7984 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
7986 * coffcode.h (coff_read_word): New.
7987 (coff_compute_checksum): New.
7988 (coff_apply_checksum): New.
7989 (coff_write_object_contents): Call coff_apply_checksum () to
7990 apply checksum to PE image.
7992 2002-04-08 Randolph Chung <tausq@debian.org>
7994 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
7995 (elf32_hppa_final_link): Split out sorting logic to..
7996 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
7997 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
7999 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8001 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
8003 * configure: Re-generate.
8005 2002-04-07 Andrew Cagney <ac131313@redhat.com>
8007 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
8008 is greater or equal to 4.3.3.
8009 * configure: Regenerate.
8012 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
8014 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
8015 R_CRIS_32_PCREL>: Fix typo in name.
8016 (cris_elf_check_relocs): Always create .rela.got here when
8017 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
8018 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
8019 assume it's created.
8021 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
8023 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
8024 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
8026 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
8027 * bfd.c (bfd_link_hash_table_free): Define.
8028 * binary.c (binary_bfd_link_hash_table_free): Define.
8029 * bout.c (b_out_bfd_link_hash_table_free): Define.
8030 * coff-rs6000.c (rs6000coff_vec): Include
8031 _bfd_generic_link_hash_table_free.
8032 (pmac_xcoff_vec): Likewise.
8033 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
8034 (aix5coff64_vec): Likewise.
8035 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
8036 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
8037 (bfd_elf32_bfd_link_hash_table_free): Define.
8038 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
8039 (bfd_elf32_bfd_link_hash_table_free): Define.
8040 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
8042 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
8043 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
8044 * ieee.c (ieee_bfd_link_hash_table_free): Define.
8045 * ihex.c (ihex_bfd_link_hash_table_free): Define.
8046 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
8047 (_bfd_generic_link_hash_table_free): Add prototype.
8048 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
8049 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
8050 * linker.c (_bfd_generic_link_hash_table_free): New function.
8051 * mmo.c (mmo_bfd_link_hash_table_free): Define.
8052 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
8053 * oasys.c (oasys_bfd_link_hash_table_free): Define.
8054 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
8055 * som.c (som_bfd_link_hash_table_free): Define.
8056 * srec.c (srec_bfd_link_hash_table_free): Define.
8057 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
8058 * versados.c (versados_bfd_link_hash_table_free): Define.
8059 * vms.c (vms_bfd_link_hash_table_free): New function.
8060 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
8062 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
8063 instead of bfd_alloc.
8064 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
8065 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
8066 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
8067 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
8068 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
8069 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
8070 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
8071 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
8072 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
8073 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
8074 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
8075 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
8076 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
8077 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
8078 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
8079 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
8080 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
8081 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
8082 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
8083 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
8084 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
8085 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
8086 * m68klinux.c (linux_link_hash_table_create): Likewise.
8087 * sparclinux.c (linux_link_hash_table_create): Likewise.
8088 * sunos.c (sunos_link_hash_table_create): Likewise.
8089 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
8091 * targets.c: Add _bfd_link_hash_table_free to xvec.
8093 * bfd-in2.h: Regenerate.
8094 * libbfd.h: Regenerate.
8095 * libcoff.h: Regenerate.
8097 2002-04-04 Alan Modra <amodra@bigpond.net.au>
8099 * dep-in.sed: Cope with absolute paths.
8100 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
8102 * Makefile.in: Regenerate.
8103 * coff-arm.c: Fix copyright date.
8104 * cpu-h8300.c: Likewise.
8105 * cpu-i370.c: Likewise.
8106 * cpu-s390.c: Likewise.
8107 * cpu-mips.c: Likewise.
8108 * po/SRC-POTFILES.in: Regenerate.
8110 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8112 * Makefile.am: Add elfxx-mips.c to the known backends.
8113 (elf32-mips.lo): remove dependency to coff/external.h.
8114 * Makefile.in: Regenerate.
8115 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
8116 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
8118 * configure: Regenerate.
8119 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
8120 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
8121 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
8122 MIPS specific backend functions.
8123 * elf32-mips.c: Moved most code to elfxx-mips.c.
8124 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
8126 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
8127 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
8128 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
8129 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
8130 interface to allow selection of the right REL or RELA howto table.
8131 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
8132 static. Let it refuse n32 objects.
8133 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
8134 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
8135 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
8136 (elf32_mips_ignore_discarded_relocs): Rename from
8137 _bfd_elf32_mips_ignore_discarded_relocs.
8138 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
8139 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
8140 (elf_mips_howto_table_rela): Remove.
8141 * elf64-mips.c: Moved most code to elfxx-mips.c.
8142 (bfd_elf64_bfd_reloc_type_lookup): Make static.
8143 (mips_elf64_rtype_to_howto): New function.
8144 (mips_elf64_object_p): Likewise.
8145 (elf64_mips_irix_compat): Likewise.
8146 * elfxx-mips.c: New file containing common code merged together from
8147 elf32-mips.c and elf64-mips.c.
8148 * elfxx-mips.h: New file containing MIPS specific prototypes from
8150 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
8151 elf_backend_mips_rtype_to_howto.
8153 2002-04-04 Alan Modra <amodra@bigpond.net.au>
8155 * srec.c (MAXCHUNK, Chunk): Revise comments.
8156 (srec_write_record): Correct buffer size.
8157 (srec_write_header): Do without intermediate buffer.
8158 (srec_write_section): Validate Chunk.
8159 (srec_write_terminator): Pass NULL instead of dummy buffer.
8160 (srec_write_symbols): Pass file and symbol names directly to
8161 bfd_bwrite so sprintf won't overflow buffer.
8163 2002-04-03 Jakub Jelinek <jakub@redhat.com>
8165 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
8166 PC relative relocs against hidden symbols.
8167 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
8169 2002-04-03 Alan Modra <amodra@bigpond.net.au>
8171 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
8172 LMAs, loop over segments until p_vaddr and p_memsz specify an
8173 extent enclosing the section.
8175 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
8177 * ihex.c (ihex_write_object_contents): Do not allow records to
8178 cross a 64K boundary - wrap if necessary.
8180 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
8182 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
8183 which caused the returned LWP ID to always be 0.
8185 2002-04-01 Richard Henderson <rth@redhat.com>
8187 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8188 (elf32_sparc_relocate_section): Use it to figure out when to
8189 initialize .got entries.
8190 * elf64-sparc.c: Similarly.
8192 2002-03-28 Alan Modra <amodra@bigpond.net.au>
8194 * linker.c (link_action): Ignore duplicate warning syms.
8195 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
8196 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
8197 (elf_adjust_dynamic_symbol): Likewise.
8198 (elf_export_symbol): Likewise.
8199 (elf_link_find_version_dependencies): Likewise.
8200 (elf_link_assign_sym_version): Likewise.
8201 (elf_link_sec_merge_syms): Likewise.
8202 (elf_link_output_extsym): Likewise.
8203 (elf_gc_sweep_symbol): Likewise.
8204 (elf_gc_propagate_vtable_entries_used): Likewise.
8205 (elf_gc_smash_unused_vtentry_relocs): Likewise.
8206 (elf_gc_allocate_got_offsets): Likewise.
8207 (elf_collect_hash_codes): Likewise.
8208 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
8209 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
8210 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
8211 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
8212 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
8213 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
8214 (elf_cris_discard_excess_dso_dynamics): Likewise.
8215 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
8216 (mark_PIC_calls): Likewise.
8217 (allocate_plt_static): Likewise.
8218 (allocate_dynrelocs): Likewise.
8219 (readonly_dynrelocs): Likewise.
8220 * elf32-i386.c (allocate_dynrelocs): Likewise.
8221 (readonly_dynrelocs): Likewise.
8222 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
8223 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
8224 * elf32-mips.c (mips_elf_output_extsym): Likewise.
8225 (mips_elf_sort_hash_table_f): Likewise.
8226 (mips_elf_check_mips16_stubs): Likewise.
8227 * elf32-s390.c (allocate_dynrelocs): Likewise.
8228 (readonly_dynrelocs): Likewise.
8229 * elf32-sh.c (sh_elf_discard_copies): Likewise.
8230 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
8231 (xstormy16_relax_plt_realloc): Likewise.
8232 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
8233 (elf64_alpha_output_extsym): Likewise.
8234 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
8235 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
8236 (mips_elf64_check_mips16_stubs): Likewise.
8237 (mips_elf64_output_extsym): Likewise.
8238 * elf64-ppc.c (func_desc_adjust): Likewise.
8239 (allocate_dynrelocs): Likewise.
8240 (readonly_dynrelocs): Likewise.
8241 * elf64-s390.c (allocate_dynrelocs): Likewise.
8242 (readonly_dynrelocs): Likewise.
8243 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
8244 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
8245 (readonly_dynrelocs): Likewise.
8246 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
8247 * aoutx.h (aout_link_write_other_symbol): Likewise.
8248 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
8249 (_bfd_coff_write_global_sym): Likewise.
8250 * i386linux.c (linux_tally_symbols): Likewise.
8251 * m68klinux.c (linux_tally_symbols): Likewise.
8252 * sparclinux.c (linux_tally_symbols): Likewise.
8253 * pdp11.c (aout_link_write_other_symbol): Likewise.
8254 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
8255 * xcofflink.c (xcoff_build_ldsyms): Likewise.
8256 (xcoff_write_global_symbol): Likewise.
8258 * cofflink.c (_bfd_coff_final_link): Formatting.
8259 * cpu-mips.c (mips_compatible): Make static, prototype.
8260 * elf32-i386.c (elf_i386_check_relocs): Formatting.
8261 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
8262 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
8263 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
8264 (mips_elf64_final_link): Likewise.
8265 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
8268 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
8270 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
8271 (SWAP_OUT_RELOC_OFFSET): Define.
8273 2002-03-27 Gregory Steuck <greg@nest.cx>
8275 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
8276 terminating NULL if empty symbol table.
8277 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
8279 2002-03-26 H.J. Lu (hjl@gnu.org)
8281 * elflink.h (elf_link_input_bfd): Revert the last change since
8282 the gcc exception handling isn't fixed yet.
8284 2002-03-26 H.J. Lu (hjl@gnu.org)
8286 * elflink.h (elf_link_input_bfd): Complain about relocations
8287 against local symbols in discarded sections.
8289 2002-03-26 Alan Modra <amodra@bigpond.net.au>
8291 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
8293 2002-03-23 Alan Modra <amodra@bigpond.net.au>
8295 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
8296 section file offset for !SEC_LOAD sections.
8298 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
8300 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
8301 <case R_ARM_GOT>): Handle relocations to Thumb functions.
8303 2002-03-21 Alan Modra <amodra@bigpond.net.au>
8305 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
8307 * archive.c: Update copyright date.
8308 * bfd-in2.h: Regenerate.
8309 * libbfd.h: Regenerate.
8310 * Makefile.am: Run "make dep-am"
8311 * Makefile.in: Regenerate.
8312 * po/SRC-POTFILES.in: Regenerate.
8314 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
8316 * dwarf2.c (struct funcinfo): Move up.
8317 (lookup_address_in_function_table): New argument function_ptr.
8319 (lookup_address_in_line_table): New argument function. If function
8320 is non-NULL, use it to handle ``addr'' before the first line note of
8322 (comp_unit_find_nearest_line): Update and swap calls to
8323 lookup_address_in_function_table and lookup_address_in_line_table.
8324 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
8325 N_SLINE encountered if we see an N_FUN before any N_SLINE.
8327 2002-03-20 Tom Rix <trix@redhat.com>
8329 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
8330 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
8331 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
8333 2002-03-19 Tom Rix <trix@redhat.com>
8335 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
8336 dynamic objects in archives.
8338 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
8340 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
8341 STT_NOTYPE symbols to STT_OBJECT.
8343 2002-03-18 Jan Hubicka <jh@suse.cz>
8345 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
8347 2002-03-18 Tom Rix <trix@redhat.com>
8349 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
8350 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
8351 * coff-rs6000 (do_pad) : New function for archive padding.
8352 (do_copy) : New function for object file copying in archives.
8353 (do_shared_object_padding) : New function for padding shared
8354 objects to their text section alignment in archives.
8355 (bfd_xcoff_ar_achive_set_magic) : Stub.
8356 (xcoff_write_armap_big) : Use do_copy and do_pad.
8357 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
8359 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
8360 bfd_xcoff_magic_number.
8361 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
8363 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
8364 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
8365 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
8366 * rs6000-core.c : Update copyright date.
8367 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
8369 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
8370 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
8371 (coff_set_flags) : Use bfd_xcoff_magic_number.
8372 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
8373 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
8374 * Makefile.am : Same.
8375 * config.bfd : Same.
8377 * configure : Regnerate.
8378 * Makefile.in : Same.
8381 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
8383 * po/fr.po: Updated version.
8385 2002-03-18 Alan Modra <amodra@bigpond.net.au>
8387 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
8388 * libbfd.h: Regenerate.
8389 * archive.c (coff_write_armap): Pass on failures from
8390 bfd_write_bigendian_4byte_int.
8392 2002-03-14 H.J. Lu <hjl@gnu.org>
8394 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
8395 error to bfd_error_nonrepresentable_section for reinit_array
8398 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
8400 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
8401 OR it in rather than replacing previously selected flags.
8403 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
8404 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
8406 2002-03-14 Alan Modra <amodra@bigpond.net.au>
8408 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
8410 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
8411 ensure reloc size matches before calling elf_link_input_bfd.
8412 Add an assert to check reloc size when counting output relocs.
8414 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
8416 * mmo.c (mmo_get_loc): Return NULL rather than false.
8418 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
8420 * po/fr.po: Updated version.
8422 2002-03-13 Alan Modra <amodra@bigpond.net.au>
8424 * archures.c (bfd_default_compatible): Test bits_per_word.
8425 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
8426 bfd_default_compatible.
8427 * cpu-i370.c (i370_compatible): Likewise.
8428 * cpu-sparc.c (sparc_compatible): Likewise.
8429 * cpu-h8300.c (compatible): Test in->arch == out->arch.
8431 * elflink.h: Formatting fixes.
8432 (elf_link_output_extsym): Merge undefined and undef weak cases.
8434 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
8435 when word size of input matches output word size.
8437 2002-03-12 Andreas Jaeger <aj@suse.de>
8439 * cpu-i386.c (i386_compatible): New. Use it instead of
8440 bfd_default_compatible.
8442 2002-03-07 H.J. Lu (hjl@gnu.org)
8444 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
8445 as the type for bfd_reloc_val.
8447 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
8449 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
8450 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
8451 (elf_hppa_final_link_relocate): Correct relocations for indirect
8452 references to local data through the DLT. Fix .opd creation for
8453 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
8454 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
8455 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
8456 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
8457 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
8458 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
8459 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
8461 2002-03-05 Jakub Jelinek <jakub@redhat.com>
8463 * merge.c (_bfd_merge_sections): Don't segfault if there
8464 is nothing to merge due to GC.
8466 2002-03-05 Alan Modra <amodra@bigpond.net.au>
8468 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
8469 symbols that have been forced local.
8471 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
8472 to output forced local syms for non-shared link.
8473 (elf_link_output_extsym): Tweak condition for calling backend
8474 adjust_dynamic_symbol so that previous behaviour is kept.
8475 Whitespace changes throughout file.
8477 2002-03-04 H.J. Lu <hjl@gnu.org>
8479 * elf.c (bfd_section_from_shdr): Handle special sections,
8480 .init_array, .fini_array and .preinit_array.
8481 (elf_fake_sections): Likewise.
8483 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
8484 DT entry only if the section is in output for .init_array,
8485 .fini_array and .preinit_array. Complain about .preinit_array
8487 (elf_bfd_final_link): Warn zero size for .init_array,
8488 .fini_array and .preinit_array sections.
8490 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
8491 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
8492 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
8495 2002-03-04 Alan Modra <amodra@bigpond.net.au>
8497 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
8498 * configure: Regenerate.
8500 2002-03-02 Tom Rix <trix@redhat.com>
8502 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
8504 * coff-rs6000.c (xcoff_howto_table): Same.
8506 2002-03-01 David Mosberger <davidm@hpl.hp.com>
8508 * elflink.h (size_dynamic_sections): If section named
8509 ".preinit_array" exists, create DT_PREINIT_ARRAY and
8510 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
8511 ".init_array" and ".fini_array".
8512 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
8513 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
8516 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
8518 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
8521 2002-02-25 Alan Modra <amodra@bigpond.net.au>
8523 * elf64-hppa.h: Update copyright date.
8525 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
8526 (ppc64_elf_relocate_section): Don't generate power4 style branch
8527 hints for *_BRTAKEN and *_BRNTAKEN relocs.
8529 2002-02-22 Jakub Jelinek <jakub@redhat.com>
8531 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
8533 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8535 2002-02-21 Andreas Jaeger <aj@suse.de>
8537 * elf64-x86-64.c: Major rework that introduces all recent changes
8538 to the x86-64 backend. Get a closer match to elf32-i386.
8539 (struct elf64_x86_64_dyn_relocs): Rename from
8540 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
8542 (struct elf64_x86_64_link_hash_table): Add short cuts to some
8544 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
8545 remove casts, initialize new hash members.
8546 (create_got_section): New.
8547 (elf64_x86_64_create_dynamic_sections): New.
8548 (elf64_x86_64_copy_indirect_symbol): New.
8549 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
8550 relocs, .got or .relgot here but do it in allocate_dynrelocs.
8551 Reference count possible .plt and .got entries. Don't test input
8552 section SEC_READONLY here to try to avoid copy relocs, and keep
8553 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
8554 DF_TEXTREL here. Delay setting of variables until needed. Cache
8555 pointer to "sreloc" section in elf_section_data. Tweak condition
8556 under which .got created. Report files with bad relocation
8558 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
8559 Reference count possible .plt entries. Don't deallocate .got and
8561 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
8562 do copy reloc processing for weakdefs. Remove redundant casts and
8563 aborts. Delay setting of vars until needed. Move creation of
8564 dynamic symbols and allocation of .plt and .rela.plt to
8565 allocate_dynrelocs. Replace BFD_ASSERT with abort.
8566 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8567 (allocate_dynrelocs): New.
8568 (readonly_dynrelocs): New.
8569 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
8570 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
8571 Zero out the dynamic allocated content space.
8572 (elf64_x86_64_discard_copies): Removed.
8573 (elf64_x86_64_relocate_section): Make use of dynamic section
8574 short-cuts. Localise vars, and delay setting. Better error
8575 reporting, replace BFD_ASSERT with abort. Check
8576 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
8577 regular object file and tread the weak definition as the normal
8578 one. Don't discard relocs for undefweak or undefined symbols and
8579 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
8581 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
8582 symbols that have been forced local. Use same test to decide if
8583 we can use a relative reloc for got as relocate_section. Expand
8584 SHN_UNDEF comment. Move expressions out of function calls.
8585 Replace BFD_ASSERT with abort.
8586 (bfd_elf64_bfd_final_link): Removed.
8587 (elf_backend_copy_indirect_symbol): Define.
8589 2002-02-20 Tom Rix <trix@redhat.com>
8591 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
8592 (_bfd_xcoff_reloc_type_lookup): Use it.
8593 * coff64-rs6000.c (xcoff64_howto_table): Same.
8594 (xcoff64_reloc_type_lookup): Same.
8596 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8598 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
8601 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
8603 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
8604 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
8605 * bfd-in2.h: Regenerate.
8606 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
8607 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
8609 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
8610 (elf_s390_reloc_type_lookup): Likewise.
8611 (elf_s390_check_relocs): Likewise.
8612 (elf_s390_gc_sweep_hook): Likewise.
8613 (elf_s390_relocate_section): Likewise.
8614 (elf_s390_object_p): Use renamed architecture define.
8615 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
8617 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
8619 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
8621 2002-02-19 Jakub Jelinek <jakub@redhat.com>
8623 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
8624 absptr -> pcrel optimization for shared libs.
8625 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
8626 library cannot be converted to pcrel.
8627 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
8629 * elf32-i386.c (elf_i386_relocate_section): If
8630 _bfd_elf_section_offset returned -2, skip, but make sure the
8631 relocation is installed.
8632 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
8633 * elf32-cris.c (cris_elf_relocate_section): Likewise.
8634 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
8635 * elf32-i370.c (i370_elf_relocate_section): Likewise.
8636 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8637 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8638 * elf32-s390.c (elf_s390_relocate_section): Likewise.
8639 * elf32-sh.c (sh_elf_relocate_section): Likewise.
8640 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
8641 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8642 * elf64-s390.c (elf_s390_relocate_section): Likewise.
8643 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
8644 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
8645 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8646 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
8647 _bfd_elf_section_offset returning -2 the same way as -1.
8648 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
8649 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
8651 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
8653 2002-02-18 Tom Rix <trix@redhat.com>
8655 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
8656 (bfd_xcoff_size_dynamic_sections): Same.
8657 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
8658 (bfd_xcoff_size_dynamic_sections): Same.
8659 * coff-rs6000.c (xcoff_generate_rtinit): Same.
8660 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
8661 * libxcoff.h (struct xcoff_backend_data_rec): Same.
8662 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
8663 * bfd-in2.h: Regenerate.
8665 2002-02-18 Alan Modra <amodra@bigpond.net.au>
8667 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
8668 (struct ppc_link_hash_table): Add sfpr.
8669 (ppc64_elf_link_hash_table_create): Init it.
8670 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
8672 (create_linkage_sections): ..here. Make .sfpr too.
8673 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
8675 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
8676 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
8677 ._restf* functions, and create as needed.
8678 (func_desc_adjust): Only force_local for shared libs.
8680 2002-02-18 David O'Brien <obrien@FreeBSD.org>
8682 * configure.in: Bump version number post 2.12 branching.
8683 * configure: Regenerate.
8685 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
8687 * mmo.c: Correct and improve comments.
8688 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
8689 zero-pad. Use input to fill up non-empty bfd buffer.
8690 (mmo_flush_chunk): New function.
8691 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
8692 changed. Don't emit location specifier if VMA is same as
8693 *LAST_VMAP after omitting leading zero contents. Call
8694 mmo_flush_chunk before emitting location specifier.
8695 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
8696 with mmo_write_loc_chunk calls.
8697 (mmo_internal_write_section): Call mmo_flush_chunk after
8699 (mmo_write_symbols_and_terminator): Move :Main to first position
8700 in symbol array. Add faked one if it does not exist if there are
8701 other symbols. Don't add it if there are no symbols at all. Move
8702 out test for value of :Main from symbol loop. Rename table
8703 fakemain to maintable and variable mainsym to fakemain.
8705 2002-02-15 Richard Henderson <rth@redhat.com>
8707 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
8708 section with no got matches any got. Simplify error generaion.
8710 2002-02-15 Alan Modra <amodra@bigpond.net.au>
8712 Support arbitrary length fill patterns.
8713 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
8714 (_bfd_default_link_order): Remove bfd_fill_link_order code.
8715 Call default_data_link_order.
8716 (default_fill_link_order): Delete.
8717 (default_data_link_order): New function.
8718 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
8719 of bfd_fill_link_order with bfd_data_link_order.
8720 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
8721 * elf64-mips.c (mips_elf64_final_link): Likewise.
8723 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
8724 Correct value returned in "end" for "0x<non-hex>".
8726 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
8728 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
8729 (scan): Test against 'mach' field in info structure.
8731 2002-02-14 Alan Modra <amodra@bigpond.net.au>
8733 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
8735 2002-02-14 Matt Fredette <fredette@netbsd.org>
8737 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
8740 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
8742 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
8743 non-zero physical addresses when adjusting the LMAs of new
8746 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
8748 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
8749 from _bfd_elf_hppa_gen_reloc_type.
8750 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
8751 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
8752 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
8753 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
8755 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
8757 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
8758 loading its contents if there's nothing to do in it.
8760 2002-02-12 Alan Modra <amodra@bigpond.net.au>
8762 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
8765 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
8766 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
8767 (ppc64_elf_finish_dynamic_sections): Set values for them.
8769 2002-02-11 Michael Snyder <msnyder@redhat.com>
8771 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
8772 * elf.c (elfcore_grok_pstatus): Add prototype.
8773 (elfcore_grok_lwpstatus): Add prototype.
8774 (elfcore_write_lwpstatus): New function.
8775 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
8777 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
8779 * elf32-sh.c: Added missing prototypes.
8780 * elf32-sh64.c: Likewise.
8781 (sh_elf_align_loads): Mark unused args as such.
8782 * elf64-sh64.c: Added missing prototypes.
8783 (struct elf_sh64_link_hash_entry): Fix typo.
8784 (sh_elf64_relocate_section): Fix info argument passed to
8785 _bfd_elf_section_offset.
8787 2002-02-11 Alan Modra <amodra@bigpond.net.au>
8789 * Makefile.am: "make dep-am".
8790 * Makefile.in: Regenerate.
8791 * aclocal.m4: Regenerate.
8792 * config.in: Regenerate.
8793 * configure: Regenerate.
8795 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
8797 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
8799 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
8801 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
8802 cast warnings for the common case.
8804 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
8806 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
8808 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
8811 2002-02-09 Richard Henderson <rth@redhat.com>
8813 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
8814 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
8815 (elf64_alpha_relocate_section): Likewise.
8816 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
8817 * bfd-in2.h, libbfd.h: Rebuild.
8819 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
8821 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
8822 that base-plus-offset reloc accounting is consistent.
8823 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
8824 up to date for undefined symbols.
8826 2002-02-08 Eric Christopher <echristo@redhat.com>
8828 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8830 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
8831 sections for the O32 ABI.
8833 2002-02-08 Chris Demetriou <cgd@broadcom.com>
8835 * elf32-arm.h: Fix formatting of _("...").
8836 * elf32-d10v.c: Likewise.
8837 * elf32-m68k.c: Likewise.
8838 * elf32-mips.c: Likewise.
8840 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
8842 * coff-or32.c: Fix compile time warning messages.
8844 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
8846 Contribute sh64-elf.
8847 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
8848 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
8849 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
8850 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
8851 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
8852 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
8853 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
8854 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
8855 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
8856 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
8858 * libbfd.h, bfd-in2.h: Rebuilt.
8859 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
8860 (sh_reloc_map): Map them.
8861 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
8862 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
8863 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
8864 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
8865 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
8866 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
8867 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
8868 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
8869 datalabel_got_offset.
8870 (sh_elf_link_hash_newfunc): Initialize it.
8871 (sh_elf_relocate_section): Augment the scope of
8872 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
8873 GOT and GOTOFF handling to new SHmedia relocation types. Support
8875 (sh_elf_check_relocs): Likewise.
8876 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
8877 PLT entries using movi_shori_putval. Support GOT_BIAS.
8878 (sh_elf_finish_dynamic_sections): Likewise.
8879 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
8880 relocation, it's now done by the caller.
8882 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
8883 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
8884 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
8885 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
8886 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
8887 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
8888 sh64_elf64_hash_table): New.
8889 (sh_elf64_howto_table): Introduce new relocs.
8890 (sh_elf64_info_to_howto): Accept new PIC relocs.
8891 (sh_elf64_relocate_section): Augment the scope of
8892 seen_stt_datalabel. Support new PIC relocs.
8893 (sh_elf64_check_relocs): Support new PIC relocs.
8894 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
8895 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
8896 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
8897 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
8898 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
8899 movi_shori_putval, movi_3shori_putval,
8900 sh64_elf64_create_dynamic_sections,
8901 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
8902 sh64_elf64_size_dynamic_sections,
8903 sh64_elf64_finish_dynamic_symbol,
8904 sh64_elf64_finish_dynamic_sections): New.
8905 (elf_backend_create_dynamic-sections,
8906 bfd_elf64_bfd_link_hash_table_create,
8907 elf_backend_adjust_dynamic_symbol,
8908 elf_backend_size_dynamic_sections,
8909 elf_backend_finish_dynamic_symbol,
8910 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
8911 elf_backend_plt_readonly, elf_backend_want_plt_sym,
8912 elf_backend_got_header_size, elf_backend_plt_header_size):
8914 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
8915 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
8916 match official numbers and names; moved unmaching ones to the
8918 * elf32-sh64.c, elf64-sh64.c: Likewise.
8919 2001-03-12 DJ Delorie <dj@redhat.com>
8920 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
8922 2001-03-12 DJ Delorie <dj@redhat.com>
8923 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
8925 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
8926 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
8927 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
8928 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
8929 .cranges section with SEC_SORT_ENTRIES set.
8930 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
8931 incoming sorted .cranges section.
8932 (sh64_bfd_elf_copy_private_section_data): New.
8933 (sh64_elf_final_write_processing): Only sort .cranges and modify
8934 start address if called by linker.
8935 2001-01-08 Ben Elliston <bje@redhat.com>
8936 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
8937 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
8938 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
8939 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
8940 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
8941 line. Add comments before all entries.
8942 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
8944 (sh_elf64_reloc): Correct head comment.
8945 (sh_elf64_relocate_section): Correct spacing.
8946 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
8947 instead call reloc_dangerous callback.
8948 <case R_SH_SHMEDIA_CODE>: New case.
8949 (sh_elf64_gc_mark_hook): Correct spacing.
8950 (sh_elf64_check_relocs): Ditto.
8951 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
8953 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
8955 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
8956 clarify describing comment. Add comments before all entries.
8957 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
8958 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
8959 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
8960 Sort .cranges section in final link. Prepare to set bit 0 on
8962 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
8963 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
8964 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
8966 (sh64_backend_section_from_shdr): New, to recognize
8967 SHT_SH5_CR_SORTED on incoming .cranges section.
8968 (elf_backend_section_from_shdr): Define.
8969 (sh64_elf_final_write_processing): Sort outgoing .cranges
8970 section. (New, temporarily disabled:) Set bit 0 on entry address
8971 according to ISA type.
8972 (sh64_find_section_for_address): New.
8973 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
8974 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
8975 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
8976 bfd_malloc, not xmalloc.
8977 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
8979 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
8980 temporarily disabled) setting bit 0 on entry address.
8981 (elf_backend_final_write_processing): Define.
8982 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
8983 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
8984 be a proper relocation for PTA and PTB rather than a marker.
8985 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
8986 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
8987 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
8988 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
8989 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
8991 * elf64-sh64.c: Ditto.
8992 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
8993 * elf32-sh64.c: Include opcodes/sh64-opc.h
8994 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
8995 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
8996 parameters. No unused parameters. Caller changed.
8997 <case R_SH_PT_16>: New case.
8998 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
8999 * Makefile.in: Regenerate.
9000 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
9001 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
9003 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9004 (sh64_elf_merge_private_data): Ditto.
9005 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
9006 to access stored section flags.
9007 (sh64_elf_final_write_processing): Return immediately unless
9008 called by linker. Use sh64_elf_section_data (cranges) to get size
9009 of linker-generated cranges entries.
9010 (sh64_elf_copy_private_data): Add missing "return true".
9011 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9012 (sh_elf64_merge_private_data): Ditto.
9013 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
9014 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
9015 elf64-sh64.c:sh64_elf_fake_sections.
9016 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9017 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
9018 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
9019 (sh64_elf_final_write_processing): New.
9020 (elf_backend_final_write_processing): Define.
9021 (sh64_elf_fake_sections): Get header flags from tdata field.
9022 (sh64_elf_copy_private_data): Do not call
9023 sh64_elf_copy_private_data_internal, just copy e_flags field.
9024 (sh64_elf_merge_private_data): Do not call
9025 sh64_elf_copy_private_data_internal.
9026 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
9027 Remove EF_SH64_ABI64, let ELF size make difference.
9028 Remove SH64-specific BFD section flag.
9029 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
9030 containing SHmedia through elf_section_data (asect)->tdata
9031 non-zero, not using a BFD section flag.
9032 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
9033 (sh64_elf_merge_private_data): Similar.
9034 (elf_backend_section_flags): Don't define.
9035 (sh64_elf_backend_section_flags): Delete.
9036 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
9038 (sh_elf64_merge_private_data): Similar.
9039 * section.c (Section flags definitions): Don't define
9041 (bfd-in2.h): Regenerate.
9042 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
9043 Make DataLabel references work with partial linking.
9044 * elf32-sh64.c: Fix formatting.
9045 (sh64_elf_link_output_symbol_hook): New.
9046 (elf_backend_link_output_symbol_hook): Define to
9047 sh64_elf_link_output_symbol_hook.
9048 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
9049 undefined if partial linking. Adjust sanity check.
9050 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
9051 (elf_backend_link_output_symbol_hook): Define to
9052 sh64_elf64_link_output_symbol_hook.
9053 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
9054 undefined if partial linking. Adjust sanity check.
9055 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
9056 Implement semantics for inter-file DataLabel references.
9057 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
9058 (sh64_elf64_add_symbol_hook): New.
9059 (sh_elf64_relocate_section): If passing an indirect symbol with
9060 st_type STT_DATALABEL on the way to a symbol with st_other
9061 STO_SH5_ISA32, do not bitor 1 to the relocation.
9062 (elf_backend_add_symbol_hook): Define to
9063 sh64_elf64_add_symbol_hook.
9064 * elf64-sh32.c: Tweak comments.
9065 (DATALABEL_SUFFIX): Define.
9066 (sh64_elf_add_symbol_hook): New.
9067 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
9068 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
9069 symbol with st_type STT_DATALABEL on the way to a symbol with
9070 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9071 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
9072 Pass through STT_DATALABEL.
9073 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
9074 (elf_backend_get_symbol_type): Define.
9075 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
9076 (elf_backend_get_symbol_type): Define.
9077 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
9078 * elf32-sh64.c: Tweak comments.
9079 (sh64_elf_copy_private_data_internal): Add prototype.
9080 (bfd_elf32_bfd_set_private_flags): Define.
9081 (sh64_elf_copy_private_data_internal): Compare machine name, not
9082 textual BFD target name, to check whether to copy section flag
9084 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
9085 Tweak section-contents-type-mismatch message.
9086 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
9087 Validize reloc-types.
9088 * elf64-sh64.c: New file.
9089 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
9090 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
9091 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
9092 Regenerate dependencies.
9093 * Makefile.in: Regenerate.
9094 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
9095 bfd_elf64_sh64l_vec.
9096 * configure.in: Handle bfd_elf64_sh64_vec and
9097 bfd_elf64_sh64l_vec.
9098 * configure: Regenerate.
9099 * po/POTFILES.in: Regenerate.
9100 * po/bfd.pot: Regenerate.
9101 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
9102 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
9103 anything else but EF_SH64 and EF_SH64_ABI64.
9104 (sh64_elf_merge_private_data): Emit error for anything else but
9105 EF_SH64 and EF_SH64_ABI64.
9106 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
9108 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
9109 bfd_elf32_sh64l_vec as a temporary measure.
9110 * configure: Regenerate.
9111 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
9112 * cpu-sh.c (arch_info_struct): Include sh5 item
9114 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
9115 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
9116 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
9117 * elf32-sh64.c: Tweak comments.
9118 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
9119 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
9120 (sh64_elf_copy_private_data_internal): Wrap long line.
9121 (sh64_elf_merge_private_data): Rewrite to allow objects from
9122 SH64 subsets to be linked together.
9123 (INCLUDE_SHMEDIA): Define.
9124 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
9125 Parenthesize plus-expression inside or-expression.
9126 <global symbol>: Ditto.
9127 (sh_elf_set_mach_from_flags): Remove code refusing
9128 deleted EF_SH64_32BIT_ABI flag.
9129 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
9130 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
9131 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
9132 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
9133 (sh_elf_relocate_section) <local symbol>: Or 1 in
9134 calculation of relocation if sym->st_other & STO_SH5_ISA32.
9135 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
9136 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
9138 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
9139 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
9140 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
9141 Regenerate dependencies.
9142 * Makefile.in: Regenerate.
9143 * archures.c: Add bfd_mach_sh5.
9144 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
9145 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
9146 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
9147 * configure: Regenerate.
9148 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
9149 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
9150 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
9151 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
9152 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
9153 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
9154 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
9155 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
9156 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
9157 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
9159 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
9161 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
9162 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
9163 shmedia_prepare_reloc, goto final_link_relocate if it returns
9164 non-zero, else fail as before.
9165 (sh_elf_set_mach_from_flags): Provide function only if not defined
9166 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
9167 (sh_elf_set_private_flags): Provide function only if not defined
9169 (sh_elf_copy_private_data): Similar.
9170 (sh_elf_merge_private_data): Similar.
9171 * section.c (SEC_SH_ISA_SHMEDIA): New.
9172 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
9173 * elf32-sh64.c: New file.
9174 * libbfd.h: Regenerate.
9175 * bfd-in2.h: Regenerate.
9176 * po/POTFILES.in: Regenerate.
9177 * po/bfd.pot: Regenerate.
9178 * bfd-in2.h: Regenerate.
9179 * libbfd.h: Regenerate.
9181 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
9183 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
9184 been included, not drag it in.
9185 * bfd-in2.h: Regenerate.
9187 2002-02-06 H.J. Lu (hjl@gnu.org)
9189 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
9190 the mach and ISA fields if necessary.
9192 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9194 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
9195 ARM architecture when an F_ARM_5 flag is detected, since we cannot
9196 be sure exactly which architecture this represents.
9198 2002-02-05 Nick Clifton <nickc@redhat.com>
9200 * po/tr.po: Updated translation.
9202 2002-02-05 Alan Modra <amodra@bigpond.net.au>
9204 From Jimi X <jimix@watson.ibm.com>
9205 * archures (bfd_mach_ppc64): Define.
9206 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
9207 (bfd_powerpc_arch): Define.
9208 * bfd-in2.h: Regenerate.
9209 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
9210 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
9211 (bfd_powerpc_archs): Add default powerpc64 arch.
9213 2002-02-05 Alan Modra <amodra@bigpond.net.au>
9215 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
9216 against section syms in readonly sections. Don't do the global
9217 sym check if we find one.
9218 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
9219 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
9220 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
9221 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
9222 (elf_s390_grok_prstatus): Add missing prototype.
9224 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
9226 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
9227 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
9228 Call bfd_get_section_by_name only once. Initialize
9229 bpodata->n_bpo_relocs_this_section.
9230 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
9232 (bpo_reloc_request_sort_fn): Don't use difference of values as
9235 2002-02-02 David O'Brien <obrien@FreeBSD>
9237 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
9238 version 4.5 and later the same as 5-CURRENT.
9239 * configure: Re-generate.
9241 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
9243 * config.bfd (hppa*-*-netbsd*): New target.
9245 2002-01-31 Philipp Thomas <pthomas@suse.de>
9247 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
9248 to front of message. Unify messages with elf32-arm.h. Use
9249 commas where neccessary.
9250 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
9251 ERROR in messages. Unify messages with coff-arm.c. Correct
9252 VFP/FPA error message.
9253 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
9254 APCS-32 for translation.
9256 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9258 Perform on-demand global register allocation from
9259 R_MMIX_BASE_PLUS_OFFSET relocs.
9260 * elf64-mmix.c (struct bpo_reloc_section_info, struct
9261 bpo_reloc_request, struct bpo_greg_section_info): New.
9262 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
9263 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
9264 _bfd_mmix_check_all_relocs,
9265 _bfd_mmix_prepare_linker_allocated_gregs,
9266 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
9267 (elf_mmix_howto_table): Correct src_mask for most relocs.
9268 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
9270 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
9271 case. Fix typo in comment. New label do_mmix_reloc.
9272 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
9273 store first object file with a base-plus-offset reloc. Call
9274 mmix_elf_check_common_relocs for the part common with mmo.
9275 (mmix_elf_final_link): Write out linker-allocated register
9277 (elf_backend_gc_sweep_hook): Define.
9278 (bfd_elf64_bfd_relax_section): Define.
9280 * mmo.c: Don't include <ctype.h>
9281 (mmo_init): Correct init-once logic.
9283 2002-02-01 Tom Rix <trix@redhat.com>
9285 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
9287 2002-02-01 Alan Modra <amodra@bigpond.net.au>
9289 * Makefile.am: Run "make dep-am"
9290 * Makefile.in: Regenerate.
9292 2002-01-31 David O'Brien <obrien@FreeBSD>
9294 * configure.in: Recognize the differences in core files from FreeBSD
9295 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
9297 * configure: Regenerate.
9299 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
9301 * coff-or32.c: New file.
9302 * cpu-or32.c: New file.
9303 * elf32-or32.c: New file.
9304 * archures.c: Add support for or32.
9305 * targets.c: Add support for or32.
9306 * bfd-in2.h: Regenerate.
9307 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
9308 coff_write_object_contents): Add support for or32.
9309 * config.bfd: Add target.
9310 * configure.in: Add support for or32.
9311 * configure: Regenerate.
9312 * Makefile.am: Add support for or32.
9313 * Makefile.in: Regenerate.
9314 * po/SRC-POTFILES.in: Add or32 files.
9315 * po/bfd.pot: Regenerate.
9317 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
9318 Don Lindsay <lindsayd@cisco.com>
9320 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
9321 false' with a return of a bfd_reloc_ error code.
9323 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
9325 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
9326 unexport unreferenced symbols when --export-dynamic. Call
9327 _bfd_elf_strtab_delref when unexporting.
9329 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
9331 * bfd-in.h: Include <stdbool.h> if it is available.
9332 * bfd-in2.h: Regenerated.
9334 2002-01-31 Alan Modra <amodra@bigpond.net.au>
9336 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
9339 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
9341 * archures.c: Tidy up formatting of embedded comments.
9342 * bfd.c: Tidy up formatting of embedded comments.
9343 * bfd-in.h: Fix formatting of comments.
9344 * reloc.c: Tidy up formatting of ordinary & embedded comments.
9345 * section.c: Tidy up formatting of embedded comments.
9346 * syms.c: Tidy up formatting of embedded comments.
9347 * targets.c: Tidy up formatting of embedded comments.
9349 * bfd-in2.h: Regenerate.
9351 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
9353 * vms-tir.c (cmd_name): New function.
9354 (tir_cmd_name): New function.
9355 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
9356 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
9359 * peXXigen.c (pe_print_idata): Rearrange message to aid in
9361 (pe_print_pdata): Rearrange message to aid in translation.
9363 * libbfd.c (warn_deprecated): Rearrange error message to aid in
9366 * ihex.c (ihex_write_object_contents): Fix spelling typo.
9368 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
9370 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
9371 message to aid in translation.
9373 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
9374 to aid in translation.
9376 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
9378 2002-01-30 Philipp Thomas <pthomas@suse.de>
9380 * coff-arm.c, elf32-elf.h: Unify messages.
9382 2002-01-30 Nick Clifton <nickc@redhat.com>
9384 * po/sv.po: Updated translation.
9386 2002-01-30 Philipp Thomas <pthomas@suse.de>
9388 * dwarf2.c (read_abbrev): Use full section name in error message.
9389 (decode_line_info): Likewise.
9391 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
9394 2002-01-30 Alan Modra <amodra@bigpond.net.au>
9396 * elf64-ppc.c (func_desc_adjust): Only provide missing function
9397 descriptor symbols for undefined function code syms. Clear
9398 ELF_LINK_NON_ELF so that they can stay weak.
9400 2002-01-29 Chris Demetriou <cgd@broadcom.com>
9401 Mitch Lichtenberg <mpl@broadcom.com>
9403 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
9404 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
9405 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
9407 * bfd-in2.h: Regenerate.
9409 2002-01-29 Chris Demetriou <cgd@broadcom.com>
9411 * elf32-mips.c: Add additional comments about HI16 relocation
9413 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
9414 pc-relative relocations. (Reverts change made on 2001-10-31.)
9415 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
9416 for pc-relative relocations.
9417 (mips_elf_calculate_relocation): Add a comment about a kludge
9418 in the R_MIPS_GNU_REL_HI16 handling.
9419 (_bfd_mips_elf_relocate_section): Implement that kludge;
9420 adjust pc-relative HI16 relocation for difference in HI16 and
9421 LO16 addresses, since it can't easily be done in
9422 mips_elf_calculate_relocation.
9424 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
9426 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
9427 relocations with PC32 relocations for undefined or weak symbols.
9428 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
9429 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
9431 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
9433 * elfcore.h (elf_core_file_p): Improve comment for last change.
9435 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9437 * configure: Regenerated.
9439 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
9441 * elfcore.h (elf_core_file_p): Set the machine architecture
9442 before processing the program headers.
9444 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
9446 * configure.in <64-bit configuration>: If using gcc, check and
9447 emit error for egcs-1.1.2.
9448 * configure: Regenerate.
9450 2002-01-26 Egor Duda <deo@logos-m.ru>
9452 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
9453 as possible to avoid stack corruption.
9455 2002-01-26 Richard Henderson <rth@redhat.com>
9457 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
9458 for non-allocated sections.
9460 2002-01-25 Mark Kettenis <kettenis@gnu.org>
9462 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
9463 prstat.pr_reg even if it is a struct.
9465 2002-01-25 Steve Ellcey <sje@cup.hp.com>
9467 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
9469 2002-01-25 Philipp Thomas <pthomas@suse.de>
9471 * coffgen.c (coff_print_symbol): Don't mark info message
9474 2002-01-25 Nick Clifton <nickc@redhat.com>
9476 * po/fr.po: Updated translation.
9477 * po/es.po: Updated translation.
9479 2002-01-25 Philipp Thomas <pthomas@suse.de>
9481 * coff-alpha.c (alpha_relocate_section): Unify warning message
9482 for GP relative relocations without GP defined.
9483 * coff-mips.c (mips_relocate_section): Likewise.
9485 2002-01-25 Alan Modra <amodra@bigpond.net.au>
9487 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
9488 unsigned overflow when new_offset < old_offset.
9490 2002-01-24 Philipp Thomas <pthomas@suse.de>
9492 * bfd.c (_bfd_abort): Fix typo.
9494 2002-01-23 Richard Henderson <rth@redhat.com>
9496 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
9497 plt entries for undefweak symbols.
9499 2002-01-23 Steve Ellcey <sje@cup.hp.com>
9501 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
9502 (bfd_elf64_ia64_hpux_big_vec): Ditto.
9503 (bfd_elf32_h8300_vec): Ditto.
9505 2002-01-23 Alan Modra <amodra@bigpond.net.au>
9507 * elf64-ppc.c: Remove stale part of ABI comment.
9508 (NO_OPD_RELOCS): Define.
9509 (ppc64_elf_check_relocs): Use it.
9510 (ppc64_elf_relocate_section): Here too.
9511 (build_one_stub): Don't point function syms at the stub. Instead,
9513 (ppc64_elf_relocate_section): Check whether REL24 relocs should
9514 really go to the stub. Make all dynamic relocs in opd against
9516 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
9519 2002-01-22 Richard Henderson <rth@redhat.com>
9521 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
9523 2002-01-22 Alan Modra <amodra@bigpond.net.au>
9525 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
9526 TOC_BASE_OFF adjustment.
9528 * Makefile.am: Run "make dep-am".
9529 * Makefile.in: Regenerate.
9530 * po/SRC-POTFILES.in: Regenerate.
9532 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
9534 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
9537 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
9539 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
9540 Check for and emit error if sgot is NULL at this point.
9542 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
9544 * config.bfd (ia64*-*-netbsd*): New target.
9546 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
9548 * som.c (som_write_space_strings): Comment typo fix.
9550 2002-01-21 Alan Modra <amodra@bigpond.net.au>
9552 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
9553 is_func_descriptor fields.
9554 (link_hash_newfunc): Init them.
9555 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
9556 dot are candidates for plt entries. When processing .opd relocs,
9557 set function descriptor strings to point inside function code
9558 string, and set new ppc_link_hash_entry fields.
9559 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
9560 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
9561 function descriptors. It's now done in..
9562 (func_desc_adjust): New.
9563 (ppc64_elf_func_desc_adjust): New.
9564 (define elf_backend_always_size_sections): Define.
9565 (ppc64_elf_hide_symbol): New.
9566 (define elf_backend_hide_symbol): Define.
9567 (allocate_dynrelocs): Remove code looking up function descriptors
9568 as that has been done earlier.
9569 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
9571 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
9572 up function descriptor.
9573 (build_one_stub): Look up the function code sym. Check for
9574 invalid plt offsets.
9575 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
9576 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
9578 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
9580 (_bfd_elf_link_hash_hide_symbol): Likewise.
9581 * elflink.h (elf_link_add_object_symbols): Adjust call to
9582 elf_backend_hide_symbol.
9583 (elf_fix_symbol_flags): Likewise.
9584 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
9586 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
9587 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
9588 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
9589 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
9590 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
9592 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
9593 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
9594 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
9596 2002-01-18 Alan Modra <amodra@bigpond.net.au>
9598 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
9599 dynamic function descriptor symbol, not the associated function
9602 2002-01-17 Eric Christopher <echristo@redhat.com>
9604 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
9606 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
9608 * po/bfd.pot: Regenerate.
9609 * po/fr.po: Regenerate.
9611 2002-01-17 Alan Modra <amodra@bigpond.net.au>
9613 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
9614 Remove "Elf_Internal_Shdr *" param.
9615 (_bfd_mips_elf_section_from_bfd_section): Ditto.
9616 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
9617 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
9618 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
9619 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
9620 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
9621 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
9622 function to override special sections. Remove hdr arg from
9623 backend call, and don't loop.
9625 2002-01-16 Eric Christopher <echristo@redhat.com>
9627 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
9628 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
9629 relocations requiring gp0 and gp.
9631 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
9633 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
9635 (elf32_arm_print_private_bfd_data): Likewise.
9637 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
9639 * po/tr.po: Import new version.
9641 2002-01-16 Alan Modra <amodra@bigpond.net.au>
9643 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
9644 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
9645 (ORI_R0_R0_0): Correct.
9647 2002-01-16 Alan Modra <amodra@bigpond.net.au>
9649 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
9650 when plt_not_loaded.
9651 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
9652 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
9653 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
9654 (ppc64_elf_glink_code): Delete.
9655 (PPC64_ELF_GLINK_SIZE): Delete.
9656 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
9657 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
9658 ORI_R0_R0_0): Define.
9659 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
9660 (struct ppc_link_hash_table): Add sstub and plt_overflow.
9661 (ppc64_elf_link_hash_table_create): Init them.
9662 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
9663 Don't copy to shared lib.
9664 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
9665 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
9666 (allocate_dynrelocs <plt>): Don't change function sym here. Make
9667 room for .stub and .glink code.
9668 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
9670 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
9671 bfd_elf64_bfd_final_link.
9672 (bfd_elf64_bfd_final_link): Don't define.
9673 (ppc64_elf_size_stubs): New.
9674 (build_plt_stub): New.
9675 (build_one_stub): New.
9676 (ppc64_elf_build_stubs): New.
9677 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
9678 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
9679 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
9680 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
9681 case output sections not separate. Adjust DT_RELASZ to not
9682 include plt relocs. Set reserved got entry. Set got and plt
9684 (elf_backend_got_header_size): Set to 8.
9685 * elf64-ppc.h: New file.
9687 2002-01-16 Alan Modra <amodra@bigpond.net.au>
9689 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
9690 sections, use bfd_section_list_remove.
9691 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
9692 * elflink.h (elf_link_add_object_symbols): When removing all
9693 sections, use bfd_section_list_clear.
9695 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
9697 * po/sv.po: New file: Swedish translation.
9698 * configure.in (ALL_LINGUAS): Add sv.
9699 * configure: Regenerate.
9701 2002-01-15 Jakub Jelinek <jakub@redhat.com>
9703 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
9704 * elf.c (merge_sections_remove_hook): New function.
9705 (_bfd_elf_merge_sections): Pass it as 3rd argument to
9706 _bfd_merge_sections.
9707 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
9708 * libbfd.h: Rebuilt.
9709 * merge.c (_bfd_merge_sections): Add remove_hook argument.
9710 Call remove_hook if a SEC_EXCLUDE section is encountered.
9712 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
9714 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
9715 (xstormy16_reloc_map): Initialise new field with correct howto
9717 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
9720 2002-01-10 Michael Snyder <msnyder@redhat.com>
9722 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
9723 (elfcore_write_pstatus): Use long instead of pid_t;
9724 * elf-bfd.h: Change prototypes to use long instead of pid_t;
9726 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
9728 * elf.c: Update copyright years.
9729 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
9730 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
9732 2002-01-08 Michael Snyder <msnyder@redhat.com>
9734 Add capability to write corefile note sections, for gdb.
9735 * elf.c (elfcore_write_note): New function.
9736 (elfcore_write_prpsinfo): New function.
9737 (elfcore_write_prstatus): New function.
9738 (elfcore_write_pstatus): New function.
9739 (elfcore_write_prfpreg): New function.
9740 (elfcore_write_prxfpreg): New function.
9741 * elf-bfd.h: Add prototypes for above functions.
9743 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
9745 * elf.c (elf_fake_sections): Propagate errors from
9746 elf_backend_fake_section.
9748 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
9750 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
9751 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
9752 (elf32-sh-nbsd.lo): New rule.
9753 * Makefile.in: Regenerate.
9754 * config.bfd (sh*le-*-netbsdelf*): New target.
9755 (sh*-*-netbsdelf*): New target.
9756 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
9757 (bfd_elf32_shnbsd_vec): New vector.
9758 (bfd_elf32_shlnbsd_vec): New vector.
9759 * configure: Regenerate.
9760 * elf32-sh-nbsd.c: New file.
9761 * targets.c: Update copyright years.
9762 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
9763 bfd_elf32_shnbsd_vec.
9765 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
9767 * coff-rs6000.c (READ20): Use bfd_scan_vma.
9769 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
9771 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
9772 of a symbol in a section that will be deleted.
9774 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
9776 * po/es.po: New file: Spanish translation.
9777 * configure.in (ALL_LINGUAS): Add es.
9778 * configure: Regenerate.
9780 2002-01-06 Steve Ellcey <sje@cup.hp.com>
9782 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
9783 argument so we can handle HP-UX specially.
9784 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
9785 (elfNN_hpux_backend_section_from_bfd_section): New for support
9786 of SHN_IA_64_ANSI_COMMON.
9787 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
9788 (is_unwind_section_name): Add special HP-UX support.
9789 (elfNN_ia64_section_from_shdr): Add support for more sections.
9790 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
9791 add support for more sections.
9792 (elfNN_ia64_additional_program_headers): Modify
9793 is_unwind_section_name call.
9794 (elfNN_ia64_modify_segment_map): Remove assumption that there is
9795 only one unwind section in segment.
9797 2002-01-06 Alan Modra <amodra@bigpond.net.au>
9799 * syms.c (_bfd_generic_make_empty_symbol): New function.
9800 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
9801 _bfd_generic_make_empty_symbol.
9802 * libbfd.h: Regenerate.
9803 * bfd-in2.h: Regenerate.
9804 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
9805 (hppabsd_core_get_symtab_upper_bound): Don't define.
9806 (hppabsd_core_get_symtab): Likewise.
9807 (hppabsd_core_print_symbol): Likewise.
9808 (hppabsd_core_get_symbol_info): Likewise.
9809 (hppabsd_core_bfd_is_local_label_name): Likewise.
9810 (hppabsd_core_get_lineno): Likewise.
9811 (hppabsd_core_find_nearest_line): Likewise.
9812 (hppabsd_core_bfd_make_debug_symbol): Likewise.
9813 (hppabsd_core_read_minisymbols): Likewise.
9814 (hppabsd_core_minisymbol_to_symbol): Likewise.
9815 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
9817 * hpux-core.c: Similarly.
9818 * irix-core.c: Similarly.
9819 * osf-core.c: Similarly.
9820 * sco5-core.c: Similarly.
9821 * binary.c (binary_make_empty_symbol): Remove function, define as
9822 _bfd_generic_make_empty_symbol.
9823 * ihex.c (ihex_make_empty_symbol): Likewise.
9824 * mmo.c (mmo_make_empty_symbol): Likewise.
9825 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
9826 * srec.c (srec_make_empty_symbol): Likewise.
9827 * versados.c (versados_make_empty_symbol): Likewise.
9828 * vms.c (_bfd_vms_make_empty_symbol): Remove.
9829 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
9830 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
9831 rather than _bfd_vms_make_empty_symbol.
9832 * vms-misc.c (new_symbol): Likewise.
9834 2002-01-05 Alan Modra <amodra@bigpond.net.au>
9836 * section.c (bfd_section_init): Remove unnecessary initialisations.
9837 (bfd_section_list_clear): New function.
9838 (bfd_section_list_remove, bfd_section_list_insert): New macros.
9839 (_bfd_strip_section_from_output): Use them.
9840 * coffcode.h (coff_set_alignment_hook): Likewise.
9841 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
9842 * elf64-mips.c (mips_elf64_final_link): Likewise.
9843 * elf64-mmix.c (mmix_elf_final_link): Likewise.
9844 * sunos.c (sunos_add_dynamic_symbols): Likewise.
9845 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
9846 * bfd-in2.h: Regenerate.
9848 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
9849 rather than doing our own section handling. Clean up after errors
9850 with bfd_release and bfd_section_list_clear. Handle unexpected
9852 * aoutf1.h (sunos4_core_file_p): Likewise.
9853 * aix386-core.c (aix386_core_file_p): Likewise.
9854 * cisco-core.c (cisco_core_file_validate): Likewise.
9855 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
9856 * trad-core.c (trad_unix_core_file_p): Likewise.
9858 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
9859 with bfd_release and bfd_section_list_clear.
9860 * hpux-core.c (hpux_core_core_file_p): Likewise.
9861 * irix-core.c (irix_core_core_file_p): Likewise.
9862 * lynx-core.c (lynx_core_file_p): Likewise.
9863 * osf-core.c (osf_core_core_file_p): Likewise.
9864 * rs6000-core.c (rs6000coff_core_p): Likewise.
9865 * sco5-core.c (sco5_core_file_p): Likewise.
9867 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
9868 sign extension adjustments without conditionals.
9870 2002-01-04 Jakub Jelinek <jakub@redhat.com>
9872 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
9873 CIE at .eh_frame start is removed due to no FDEs referencing it.
9875 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
9877 * config.bfd (x86_64-*-netbsd*): New target.
9878 * configure.in (x86_64-*-netbsd*): Set COREFILE
9880 * configure: Regenerated.
9882 2002-01-03 Tom Rix <trix@redhat.com>
9884 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
9885 for recent bfd_make_section_anyway change.
9887 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
9889 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
9890 R_ARM_THM_PC11 reloc.
9892 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
9894 * configure.in (LINGUAS): Add ja.
9895 * configure: Regenerate.
9896 * po/ja.po: Import from translation project's web site.
9898 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
9900 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
9901 messages to ease translation into other languages.
9903 For older changes see ChangeLog-0001
9909 version-control: never