daily update
[binutils.git] / bfd / ChangeLog
blob4ebc88ec742a9fd6d9f73941bbfe6cb419b00bd2
1 2003-10-30  Lars Knoll  <lars@trolltech.com>
2             Michael Matz  <matz@suse.de>
3             Jakub Jelinek  <jakub@redhat.com>
4             Alan Modra  <amodra@bigpond.net.au>
6         * merge.c (struct sec_merge_sec_info): Update comment.
7         (struct sec_merge_hash_entry): Remove entsize.
8         (sec_merge_hash_lookup): Only adjust alignment when creating.
9         (sec_merge_emit): Remove register keyword.
10         (cmplengthentry, last4_eq, last_eq): Delete.
11         (strrevcmp, strrevcmp_align, is_suffix): New.
12         (merge_strings): Use them to implement fast suffix merging.
13         * elf-strtab.c (struct elf_strtab_hash_entry): Update comments.
14         Make "len" signed.
15         (_bfd_elf_strtab_add): Lose on >2G strings.
16         (_bfd_elf_strtab_emit): Don't emit strings with len < 0.
17         (cmplengthentry, last4_eq): Delete.
18         (strrevcmp, is_suffix): New.
19         (_bfd_elf_strtab_finalize): Rework to implement fast suffix merging.
21 2003-10-29  Daniel Jacobowitz  <drow@mvista.com>
23         * elf32-arm.h (elf32_arm_final_link_relocate): Move check for
24         SEC_ALLOC.
26 2003-10-29  Philip Blundell  <philb@gnu.org>
28         * elf32-arm.h (elf32_arm_plt0_entry, elf32_arm_plt_entry): New
29         code sequence.
30         (PLT_HEADER_SIZE): New.
31         (struct elf32_arm_pcrel_relocs_copied): Rename to ...
32         (struct elf32_arm_relocs_copied): ... this.  Count both
33         pcrel and non-pcrel relocs.  All uses updated.
34         (struct elf32_arm_link_hash_table): Add pointers to dynamic linker
35         sections and symbol/section mapping cache.
36         (create_got_section): New.
37         (elf32_arm_create_dynamic_sections): New.
38         (elf_backend_create_dynamic_sections): Use it.
39         (elf32_arm_final_link_relocate): Support garbage collection of relocs.
40         (elf32_arm_check_relocs): Likewise.
41         (elf32_arm_adjust_dynamic_symbol): Likewise.
42         (elf32_arm_copy_indirect_symbol): New.
43         (elf32_arm_link_hash_table_create): Initialise new fields. 
44         (elf32_arm_gc_sweep_hook): Implement.
45         (elf32_arm_discard_copies): Delete.
46         (elf32_arm_finish_dynamic_symbol): Use new PLT code.
47         (elf32_arm_finish_dynamic_sections): Likewise.
48         (elf_backend_can_refcount): Define.
49         (elf_backend_copy_indirect_symbol): Likewise.
50         (elf_backend_plt_header_size): Set to PLT_HEADER_SIZE.
52 2003-10-29  Alan Modra  <amodra@bigpond.net.au>
54         * elf64-ppc.c (elf_backend_grok_prstatus): Define.
55         (elf_backend_grok_psinfo): Define.
56         (ppc64_elf_grok_prstatus, ppc64_elf_grok_psinfo): New functions.
58         * elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
59         sections with the same name.
60         (elfcore_grok_lwpstatus): Likewise.
61         (elfcore_grok_win32pstatus): Likewise.
62         (elfcore_grok_note): Likewise.
63         (elfcore_grok_nto_status): Likewise.
64         (elfcore_grok_nto_gregs): Likewise.
66 2003-10-27  Daniel Jacobowitz  <drow@mvista.com>
68         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamic
69         objects.
71 2003-10-14  Richard Sandiford  <rsandifo@redhat.com>
73         * elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
75 2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
77         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Look up
78         hash table for real symbols.
80 2003-10-23  Michael Snyder  <msnyder@redhat.com>
82         * section.c (asection): Fix typo in comment.
84 2003-10-23  Alan Modra  <amodra@bigpond.net.au>
86         * elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc
87         reloc symbol index to it.  Don't allow gd syms in shared libs
88         to be optimized.
89         (ppc64_elf_tls_optimize): Adjust get_tls_mask call.
90         (ppc64_elf_size_stubs): Likewise.
91         (ppc64_elf_relocate_section): Check that tls relocs are only used
92         with tls syms, and similarly for non-tls.  Correct symbol used
93         when optimizing toc tls code.
95 2003-10-22  Nick Clifton  <nickc@redhat.com>
97         * peicode.h (coff_swap_scnhdr_in): Only remove padding when
98         processing an executable.
100 2003-10-22  Jakub Jelinek  <jakub@redhat.com>
102         * elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
103         field changes.
104         (_bfd_elf_link_assign_sym_version): Likewise.
105         * elflink.h (size_dynamic_sections): Likewise.
107 2003-10-21  Alexandre Oliva  <aoliva@redhat.com>,
108             Michael Snyder  <msnyder@redhat.com>
110         * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
111         bfd_mach_sh4a_nofpu): New machine types.
112         * bfd-in2.h: Rebuilt.
113         * cpu-sh.c (compatible): Remove unused function.
114         (SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New.
115         (arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu.
116         * elf32-sh.c (sh_elf_set_mach_from_flags): Handle them.
118 2003-10-21  Wouter van Heyst <wouter@vidicode.nl>
120         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct text
121         describing mismatched formats involving the Maverick FP type.
123 2003-10-21  Anil Paranjpe  <anilp1@KPITCummins.com>
125         * binary.c (binary_object_p): Pass machine flag along with
126         architecture.
128 2003-10-21  Thorsten Brehm  <brehm@gmx.net>
130         * archures.c (bfd_default_scan): Add support for mcf528x.
131         * ieee.c (ieee_write_processor): Likewise.
133 2003-10-21  Peter Barada  <pbarada@mail.wm.sps.mot.com>
134             Bernardo Innocenti  <bernie@develer.com>
136         * archures.c: Add MCF528x (MCFv4) support.
137         * bfd/cpu-m68k.c (arch_info_struct): Likewise.
138         * bfd-in2.h: Regenerate.
140 2003-10-20  Andrew Cagney  <cagney@redhat.com>
142         * targets.c: Replace "struct sec" with "struct bfd_section"
143         * syms.c, sparclynx.c, section.c, opncls.c: Ditto.
144         * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto.
145         * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto.
146         * aout-tic30.c, aout-target.h:
147         * bfd-in2.h, libcoff.h, libbfd.h: Regenerate.
149 2003-10-18  Hans-Peter Nilsson  <hp@bitrange.com>
151         Support linker relaxation of new R_MMIX_PUSHJ_STUBBABLE relocs.
152         * elf64-mmix.c (MAX_PUSHJ_STUB_SIZE): New macro.
153         (struct _mmix_elf_section_data): New member pjs.
154         (mmix_set_relaxable_size, mmix_elf_get_section_contents): New
155         functions.
156         (elf_mmix_howto_table): New entry for R_MMIX_PUSHJ_STUBBABLE.
157         (mmix_reloc_map): Ditto.
158         (mmix_elf_relocate_section): Handle R_MMIX_PUSHJ_STUBBABLE.
159         (mmix_final_link_relocate, mmix_elf_check_common_relocs): Ditto.
160         (mmix_elf_perform_relocation): Ditto.  Don't mark parameter addr
161         unused.
162         (mmix_elf_check_relocs): Move early return to after
163         mmix_elf_check_common_relocs call.
164         (mmix_elf_symbol_processing): Fix cut-and-pasto in head comment.
165         (_bfd_mmix_before_linker_allocation): Rename from
166         _bfd_mmix_prepare_linker_allocated_gregs.  All referers changed.
167         Arrange to set the initial relaxable size of sections.
168         (_bfd_mmix_after_linker_allocation): Rename from
169         _bfd_mmix_finalize_linker_allocated_gregs.
170         (mmix_elf_relax_section): Relax a R_MMIX_PUSHJ_STUBBABLE reloc.
171         (bfd_elf64_get_section_contents): Define.
172         * reloc.c: Add ENUMX for BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
173         * libbfd.h, bfd-in2.h: Regenerate.
175         * reloc.c (bfd_generic_relax_section): Default-set
176         section->_cooked_size here.
177         (bfd_generic_get_relocated_section_contents): Don't set it here.
178         Explain why.
180 2003-10-17  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
182         * elf32-hppa.c (elf32_hppa_relocate_section): Skip relocation if
183         output section has been discarded.
185 2003-10-17  Shrinivas Atre  <shrinivasa@KPITCummins.com>
187         * coff-h8300.c (funcvec_hash_newfunc): Handle normal mode.
188         (h8300_reloc16_extra_cases): Likewise.
189         (h8300_bfd_link_add_symbols): Likewise.
191 2003-10-17 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
193         * cpu-h8300.c (h8300sxn_info_struct): Correct address size.
194         (h8300sn_info_struct): Likewise.
195         (h8300hn_info_struct): Likewise.
197 2003-10-16  Pavel Roskin  <proski@gnu.org>
199         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size
200         for sections which lack size info.
202 2003-10-17  Danny Smith  <dannysmith@users.sourceforge.net>
204         * configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
205          mingw32.
207 2003-10-16  H.J. Lu  <hongjiu.lu@intel.com>
209         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
210         undefined patterns with '*'.
212 2003-10-16  H.J. Lu  <hongjiu.lu@intel.com>
214         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't
215         use the last CIE from a different section.
216         (_bfd_elf_write_section_eh_frame): Don't pad beyond the raw
217         size of the output section.
219 2003-10-07  Roland McGrath  <roland@redhat.com>
221         * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
222         new section from p_align header field.
224 2003-10-16  H.J. Lu  <hongjiu.lu@intel.com>
226         * elf32-xtensa.c (xtensa_read_table_entries): The external size
227         of entry is 8 bytes.
229 2003-10-15  Andrew Cagney  <cagney@redhat.com>
231         * targets.c (BFD_JUMP_TABLE_SYMBOLS): Replace NAME##_get_symtab
232         with NAME##_canonicalize_symtab.
233         * libcoff-in.h (coff_canonicalize_symtab): Update.
234         * xsym.h (bfd_sym_canonicalize_symtab): Update.
235         * elf-bfd.h (_bfd_elf_canonicalize_symtab): Update.
236         * coffgen.c (coff_canonicalize_symtab): Update.
237         * libbfd-in.h (_bfd_nosymbols_canonicalize_symtab): Update.
238         * libnlm.h (nlmNAME(canonicalize_symtab)): Update.
239         * ieee.c (ieee_vec): Update comment.
240         * libecoff.h (_bfd_ecoff_canonicalize_symtab): Update.
241         * mmo.c (mmo_canonicalize_symtab): Update.
242         * nlm-target.h (nlm_canonicalize_symtab): Update.
243         * nlmcode.h (nlm_canonicalize_symtab): Update.
244         * i386msdos.c (msdos_canonicalize_symtab): Update.
245         * hp300hpux.c (MY (canonicalize_symtab)): Update.
246         * oasys.c (oasys_canonicalize_symtab): Update.
247         * som.c (som_canonicalize_symtab): Update.
248         * pef.c (bfd_pef_canonicalize_symtab): Update.
249         * nlmcode.h (nlm_canonicalize_symtab): Update.
250         * xsym.c (bfd_sym_canonicalize_symtab): Update.
251         * vms.c (vms_canonicalize_symtab): Update.
252         * versados.c (versados_canonicalize_symtab): Update.
253         * mach-o.c (bfd_mach_o_canonicalize_symtab): Update.
254         * ieee.c (ieee_canonicalize_symtab): Update.
255         * pdp11.c (NAME(aout,canonicalize_symtab)): Update.
256         * reloc.c: Update comment.
257         * libaout.h (NAME(aout,canonicalize_symtab)): Update.
258         * coff64-rs6000.c (aix5coff64_vec): Update.
259         * coff64-rs6000.c (bfd_xcoff_aix5_backend_data): Update.
260         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update.
261         * aoutx.h (NAME(aout,canonicalize_symtab)): Update.
262         * elfxx-target.h (bfd_elfNN_canonicalize_symtab): Update.
263         * hp300hpux.c (MY_canonicalize_symtab): Update.
264         * ecoff.c (_bfd_ecoff_canonicalize_symtab): Update.
265         * aout-tic30.c (MY_canonicalize_symtab): Update.
266         * aout-target.h (MY_canonicalize_symtab): Update.
267         * ppcboot.c (ppcboot_canonicalize_symtab): Update.
268         * elf.c (_bfd_elf_canonicalize_symtab): Update.
269         * elfcode.h (elf_canonicalize_symtab): Update.
270         * ihex.c (ihex_canonicalize_symtab): Update.
271         * tekhex.c (tekhex_canonicalize_symtab): Update.
272         * binary.c (binary_canonicalize_symtab): Update.
273         * srec.c (srec_canonicalize_symtab): Update.
275 2003-10-15  Kazu Hirata  <kazu@cs.umass.edu>
277         * elf32-h8300.c (elf_reloc_map): Fix a comment typo.
279 2003-10-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
281         * elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
282         relocations.
283         (sh_elf_check_relocs): Likewise.
285         * elf32-sh64.c (elf_backend_merge_symbol_attribute): Define.
286         (sh64_elf_merge_symbol_attribute): New.
287         * elf64-sh64.c (elf_backend_merge_symbol_attribute): Define.
288         (sh64_elf64_merge_symbol_attribute): New.
290 2003-10-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
292         * elf-bfd.h (struct elf_backend_data): New function pointer member
293         elf_backend_merge_symbol_attribute.
294         * elflink.h (elf_link_add_object_symbols): Adjust call to
295         elf_backend_merge_symbol_attribute if the backend defined it.
296         * elfxx-target.h (elf_backend_merge_symbol_attribute): New macro.
297         (elfNN_bed): Add that to the initializer.
299 2003-10-14  Bob Wilson  <bob.wilson@acm.org>
301         * elf32-xtensa.c (get_is_linkonce_section): Delete.
302         (xtensa_is_property_section, xtensa_is_littable_section): Use
303         XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros.  Do not recognize
304         linkonce sections containing ".xt.insn" and ".xt.lit" substrings.
305         (xtensa_get_property_section_name): Check section name instead of
306         calling get_is_linkonce_section.  Remove unused bfd parameter.  Use
307         XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros.  Never generate
308         linkonce section names by appending ".xt.insn" or ".xt.lit".
309         (xtensa_read_table_entries): Remove bfd argument in call to
310         xtensa_get_property_section_name.  Free section name when done.
311         (elf_xtensa_combine_prop_entries): Free leaking table.
313 2003-10-13  Richard Sandiford  <rsandifo@redht.com>
315         * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add
316         DT_MIPS_LIBLIST or DT_MIPS_CONFLICT entries.
317         (_bfd_mips_elf_finish_dynamic_symbol): Don't handle them.  Don't
318         handle DT_MIPS_MSYM.  Set DT_RELSZ based on the number of relocations
319         that were needed.
320         (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS.
321         (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE.
323 2003-10-13  H.J. Lu  <hongjiu.lu@intel.com>
325         * bfd-in.h (bfd_elf32_ia64_after_parse): New prototype.
326         (bfd_elf64_ia64_after_parse): Likewise.
327         * bfd-in2.h: Regenerated.
329         * elfxx-ia64.c (oor_ip): New.
330         (oor_branch_size): Likewise.
331         (bfd_elfNN_ia64_after_parse): Likewise.
332         (elfNN_ia64_relax_section): Use oor_ip if oor_branch_size
333         equals sizeof (oor_ip).
335 2003-10-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
337         * elf64-sh64.c (sh_elf64_relocate_section): Tidy up for the
338         renumbering of some relocation numbers.
340 2003-10-11  Alan Modra  <amodra@bigpond.net.au>
342         * coff-sh.c: Move definition of MAP and guard more code with
343         COFF_IMAGE_WITH_PE.
345         * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
346         * bfd-in2.h: Regenerate.
348 2003-10-10  H.J. Lu  <hongjiu.lu@intel.com>
350         * Makefile.am: Run "make dep-am".
351         * Makefile.in: Regenerate.
352         * doc/Makefile.in: Likewise.
354 2003-10-09  H.J. Lu  <hongjiu.lu@intel.com>
356         * cofflink.c: Include "safe-ctype.h".
357         (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
359 2003-10-08  Dave Brolley  <brolley@redhat.com>
360         On behalf of Michael Snyder  <msnyder@redhat.com>
362         * archures.c: Add FRV fr550 machine.
363         * cpu-frv.c: Ditto.
364         * elf32-frv.c: Ditto.
365         * bfd-in2.h: Regenerate.
367 2003-10-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
369         * elfxx-mips.c (STUB_MOVE,STUB_LI16): Fix stub code
370         for non-SGI N64 ABI. Improve code consitency.
372 2003-10-07  Alexandre Oliva  <aoliva@redhat.com>
374         * elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's
375         rightshift to 2.
377 2003-10-07  Nathan Sidwell  <nathan@codesourcery.com>
379         * libbfd-in.h (_bfd_link_section_stabs): Add string offset
380         parameter.
381         * cofflink.c (coff_link_add_symbols): Deal with split stab
382         sections.
383         * elflink.h (elf_link_add_object_symbols): Deal with split stab
384         sections.
385         * stabs.c (_bfd_link_section_stabs): Add string offset parameter.
386         * libbfd.h: Regenerated.
388         * coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
389         overflow, set reloc start position to after the count
390         reloc. Subtract one from num relocs. Give error on 0xffff relocs
391         and no overflow.
392         * cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc
393         overflow.
394         * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >=
395         0xffff.
397 2003-10-06  H.J. Lu  <hongjiu.lu@intel.com>
399         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the
400         last CIE/FDE if needed.
402 2003-10-06  Nick Clifton  <nickc@redhat.com>
404         * targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
405         BFD64 is enabled.
407 2003-10-06  Matt Thomas <matt@3am-software.com>
409         * config.bfd: Move the hppa*-*-netbsd* case to the hppa*-*-linux* case.
411 2003-10-06  Robert Millan  <robertmh@gnu.org>
413         * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
414         * config.bfd: Likewise.
415         * configure: Regenerate.
417 2003-10-04  Christian Groessler  <chris@groessler.org>
419         * coff-z8k.c (extra_case): Fix displacement length check for R_JR
420         and R_CALLR.
422 2003-10-04  Stephane Carrez  <stcarrez@nerim.fr>
424         * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.
425         * elf32-m68hc11.c: Likewise.
426         * elf32-m68hc12.c: Likewise.
427         * elf32-m68hc1x.h: Likewise.
429 2003-10-04  Stephane Carrez  <stcarrez@nerim.fr>
431         * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix merge
432         of flags between HC12 and HCS12.
434 2003-10-04  Bryce McKinlay  <bryce@mckinlay.net.nz>
436         * merge.c (_bfd_merge_sections): Set SEC_EXCLUDE flag on sections
437         which become empty after merging.
439 2003-09-30  Jakub Jelinek  <jakub@redhat.com>
441         * elfxx-ia64.c (ia64_howto_table): Fix size of R_IA64_TPREL64[LM]SB,
442         R_IA64_DTPREL{32,64}[LM]SB and R_IA64_DTPMOD64[LM]SB.
444 2003-09-30  Chris Demetriou  <cgd@broadcom.com>
446         * archures.c (bfd_mach_mipsisa64r2): New define.
447         * bfd-in2.h: Regenerate.
448         * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mipsisa64r2.
449         * cpu-mips.c (I_mipsisa64r2): New enum value.
450         (arch_info_struct): Add entry for I_mipsisa64r2.
451         * elfxx-mips.c (_bfd_elf_mips_mach)
452         (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_64R2.
453         (mips_set_isa_flags): Add bfd_mach_mipsisa64r2 case.
454         (mips_mach_extensions): Add entry for bfd_mach_mipsisa64r2.
456 2003-09-29  H.J. Lu  <hongjiu.lu@intel.com>
458         * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): New.
459         Handle SHN_IA_64_ANSI_COMMON.
460         (elf_backend_section_from_bfd_section): Defined.
462 2003-09-26  H.J. Lu  <hongjiu.lu@intel.com>
464         * elflink.c (elf_link_read_relocs_from_section): Add an argument
465         of a pointer to section. Check bad symbol index.
466         (_bfd_elf_link_read_relocs): Modify calls to
467         elf_link_read_relocs_from_section.
469 2003-09-23  DJ Delorie  <dj@redhat.com>
471         * elf32-sh.c (sh_elf_howto_table): R_SH_SWITCH8,
472         R_SH_GNU_VTINHERIT, R_SH_GNU_VTENTRY,
473         R_SH_LOOP_START,R_SH_LOOP_END moved to "reserved" spaces,
474         R_SH_DIR16, R_SH_DIR8, R_SH_DIR8UL, R_SH_DIR8UW, R_SH_DIR8U,
475         R_SH_DIR8SW, R_SH_DIR8S, R_SH_DIR4UL, R_SH_DIR4UW, R_SH_DIR4U,
476         R_SH_PSHA, R_SH_PSHL added.
477         (sh_reloc_map): Add R_SH_DIR16 and R_SH_DIR8.
478         (sh_elf_relocate_section): Support new relocs.
480 2003-09-23  Bob Wilson  <bob.wilson@acm.org>
482         * elf32-xtensa.c (elf_xtensa_relocate_section): Fix typo that clobbered
483         dynamic relocation offsets.
485 2003-09-23  Alan Modra  <amodra@bigpond.net.au>
487         * simple.c (bfd_simple_get_relocated_section_contents): Free the
488         hash table using _bfd_generic_link_hash_table_free.
490 2003-09-23  Alan Modra  <amodra@bigpond.net.au>
492         * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix".  Change
493         type of prefix_length and suffix_length to int.  Rename "attributes"
494         to "attr".  Comment.
495         (_bfd_elf_get_sec_type_attr): Update prototype.
496         * elf.c (get_special_section): Rewrite.
497         (_bfd_elf_get_sec_type_attr): Return struct rather than passing in
498         attr and type pointers.
499         (_bfd_elf_new_section_hook): Adjust for above.
500         (special_sections): Merge suffix with prefix.  Set
501         prefix_length for all entries.  Set suffix_length appropriately.
502         * elf32-m32r.c (m32r_elf_special_sections): Likewise.
503         * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
504         * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
505         * elf32-mcore.c (mcore_elf_special_sections): Likewise.
506         * elf32-sh64.c (sh64_elf_special_sections): Likewise.
507         * elf32-v850.c (v850_elf_special_sections): Likewise.
508         * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
509         * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
510         * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
511         * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
512         * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
513         * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
514         * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
515         * elf32-ppc.c (ppc_elf_special_sections): Likewise.  Fix .plt flags.
517 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
519         * elf64-alpha.c (elf64_alpha_create_got_section): Initialize
520         ->got if the section already exists.
522 2003-09-19  Nathan Sidwell  <nathan@codesourcery.com>
524         * dwarf2.c (decode_line_info): Cope with an initially empty
525         filename table.
527 2003-09-18  H.J. Lu  <hongjiu.lu@intel.com>
529         * acinclude.m4: Include ../config/accross.m4.
530         * aclocal.m4: Regenerated.
532         * configure.host (HOST_64BIT_TYPE): Remove if it is set to long
533         or long long.
534         (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long.
535         (host64): Remove if HOST_64BIT_TYPE is set to long.
537         * configure.in (HOST_64BIT_TYPE): Set according to the size of
538         long and long long.
539         (HOST_U_64BIT_TYPE): Likewise.
540         (host64): Likewise.
541         * configure: Regenerated.
543 2003-09-19  Alan Modra  <amodra@bigpond.net.au>
545         * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
546         since some ABIs round up the size of the struct.
548 2003-09-18  H.J. Lu  <hongjiu.lu@intel.com>
550         * elflink.c (_bfd_elf_merge_symbol): Allow type change if
551         the old symbol is undefined and the new symbol is defined.
553 2003-09-18  Andreas Schwab  <schwab@suse.de>
555         * simple.c (bfd_simple_get_relocated_section_contents): Use
556         _bfd_generic_link_hash_table_create instead of
557         bfd_link_hash_table_create.
559 2003-09-10  H.J. Lu  <hongjiu.lu@intel.com>
561         * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
562         started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
564 2003-09-10  John David Anglin   <dave.anglin@nrc-cnrc.nrc.ca>
565             Randolph Chung      <randolph@tausq.org>
567         * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
568         hppa_link_hash_newfunc, hppa_build_one_stub,
569         elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
570         allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
571         elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
572         for generating import stubs for calls to statically linked PIC
573         functions.
574         (hppa_type_of_stub): Don't generate an import stub for calls to
575         statically linked pic functions.  Generate import stubs for calls
576         in a shared object, to functions not in a regular file, and to
577         defined weak functions.  Add new argument INFO.
578         (hppa_build_one_stub): Don't undef ADDIL_DP.
579         (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
580         (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
581         (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
582         non-shared link.  Convert instructions that use the the linkage table
583         pointer, or a facsimile thereof, to use the global data pointer when
584         the reloc has been changed.
586 2003-09-08  Joel Brobecker  <brobecker@gnat.com>
588         * archures.c: Add new machine names for hppa.
589         * bfd-in2.h: Regenerate.
590         * cpu-hppa.c: Use the new machine names.
592 2003-09-06  Stephane Carrez  <stcarrez@nerim.fr>
594         * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
595         all_local_syms member.
596         * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
597         to get the local symbols.
599 2003-09-06  Stephane Carrez  <stcarrez@nerim.fr>
601         * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
602         (elf_backend_special_sections): Define.a
604         PR savannah/4950:
605         * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
606         section is read-only.
608 2003-09-04  Nick Clifton  <nickc@redhat.com>
610         * archures.c (bfd_mach_v850e1): Define.
611         * bfd-in2.h: Regenerate.
612         * cpu-v850.h (scan): Accept bfd_mach_v850e1.
613         (arch_info_struct): Include an entry for bfd_mach_v850e1.
614         * elf32-v850.c (v850_elf_object_p): Accept E_V850E1_ARCH flag.
615         (v850_elf_final_write_processing): Accept bfd_mach_v850e1.
616         (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
617         (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
618         linked with v850e binaries.  Mark the output as v850e.
620 2003-09-03  Nick Clifton  <nickc@redhat.com>
622         * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
623         symbols that are used in relocs.
625 2003-08-30  Robert Millan  <robertmh@gnu.org>
627         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
628         * config.bfd: Likewise.
629         * configure: Regenerate.
631 2003-08-31  Christian Groessler  <chris@groessler.org>
633         * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
634         instead of returning bfd_reloc_continue.
636 2003-08-31  Andreas Jaeger  <aj@suse.de>
638         * merge.c: Update to ISO C90.
640 2003-08-27  Ian Lance Taylor  <ian@airs.com>
642         * configure.in: Check for strtoull.
643         * bfd.c (bfd_scan_vma): Use strtoull when available.
644         * configure, config.in: Regenerate.
646         * configure.in: Define and substitute BFD_HOST_LONG_LONG.
647         * bfd-in.h: Define BFD_HOST_LONG_LONG.  Test it rather than
648         __GNUC__ when deciding whether to use long long for
649         BFD_HOST_64_BIT.
650         * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
652 2003-08-27  Christian Groessler  <chris@groessler.org>
654         * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
655         i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
656         functions.
657         (elf32_i860_howto_table): Insert the new functions as
658         'special_function's in the proper reloc type entries.
660 2003-08-27  Richard Sandiford  <rsandifo@redhat.com>
662         * elf32-frv.c (elf32_frv_relocate_section): Use
663         _bfd_elf_rela_local_sym.
665 2003-08-26  Michael Snyder  <msnyder@redhat.com>
667         * cpu-frv.c: Remove unused enum.
669 2003-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
671         * reloc.c: Fix documentation for MIPS ELF relocations.
672         libbfd.h: Regenerate.
673         bfd-in2.h: Regenerate.
675 2003-08-24  Jason Eckhardt  <jle@rice.edu>
677         * coff-i860.c (CALC_ADDEND): Define to be a no-op.
679 2003-08-24  Jason Eckhardt  <jle@rice.edu>
681         * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
682         shift by 2 before storing the relocated value.
684 2003-08-23  Jason Eckhardt  <jle@rice.edu>
686         * coff-i860.c (coff_i860_reloc_nyi): New function.
687         (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
688         LOWn, SPLITn, and BRADDR.
689         (RTYPE2HOWTO): Check that the r_type is within the howto_table
690         before trying to access the entry.
691         (coff_i860_rtype_to_howto): Likewise.
692         (coff_i860_reloc_type_lookup): New function.
693         (i860_reloc_processing): New function.
694         (coff_bfd_reloc_type_lookup): Define macro.
695         (RELOC_PROCESSING): Define macro.
696         Minor formatting adjustments.
698 2003-08-23  Alan Modra  <amodra@bigpond.net.au>
700         * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.
702 2003-08-22  H.J. Lu  <hongjiu.lu@intel.com>
704         * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
705         .got section at 8 bytes.
707 2003-08-21  Nick Clifton  <nickc@redhat.com>
709         * cofflink.c: Update to ISO C90 and tidy up formatting.
711 2003-08-21  Randolph Chung  <tausq@debian.org>
713         * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects
714         can have OSABI=Linux or OSABI=SysV.  Check for both.
715         * elf64-hppa.c (elf64_hppa_object_p): Likewise.
717 2003-08-21  Nick Clifton  <nickc@redhat.com>
719         * po/sv.po: Updated Swedish translation.
721 2003-08-20  Richard Sandiford  <rsandifo@redhat.com>
723         * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
725 2003-08-20  Nick Clifton  <nickc@redhat.com>
727         * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
728         replace some duplicated code in most elfxx-xxxx.c files.  This
729         version uses the new fields in bfd_link_info.
731         * elf-m10300.c (mn10300_elf_relocate_section): Use new macro.
732         * elf32-arm.h (elf32_arm_relocate_section): Likewise.
733         * elf32-cris.c (cris_elf_relocate_section): Likewise.
734         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
735         * elf32-i386.c (elf_i386_relocate_section): Likewise.
736         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
737         * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
738         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
739         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
740         * elf32-s390.c (elf_s390_relocate_section): Likewise.
741         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
742         * elf32-vax.c (elf_vax_relocate_section): Likewise.
743         * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
744         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
745         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
746         * elf64-s390.c (elf_s390_relocate_section): Likewise.
747         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
748         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
749         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
751         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols,
752         elf_hppa_remark_useless_dynamic_symbols,
753         elf_hppa_relocate_section): Use the new fields in
754         bfd_link_info structure.
755         * elf32-sh.c (sh_elf_relocate_section): Likewise.
756         * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
757         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
758         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
759         * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
760         * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
762         * elflink.h (elf_link_output_extsym): Fix test for reporting
763         undefined symbols in shared libraries.  Remove redundant test
764         of shlib_undefined when reporting references to forced local
765         symbols.
767 2003-08-18  Andreas Schwab  <schwab@suse.de>
769         * libpei.h (bfd_pe_executable_p): Also recognize efi-app
770         executables.
772 2003-08-17  Hans-Peter Nilsson  <hp@bitrange.com>
774         * simple.c (bfd_simple_get_relocated_section_contents): Move
775         reloc_done hack to before first bfd_section_size call.  Change all
776         returns to use new wrapper macro RETURN, restoring sec->reloc_done.
778 2003-08-16  Alan Modra  <amodra@bigpond.net.au>
780         * elf64-ppc.c: Don't include elf/ppc.h.
782 2003-08-14  Richard Sandiford  <rsandifo@redhat.com>
784         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
785         code to work with 64-bit bfds.
787 2003-08-14  Alan Modra  <amodra@bigpond.net.au>
789         * dep-in.sed: Remove libintl.h.
790         * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
791         (POTFILES.in): Remove target.
792         * Makefile.in: Regenerate.
794 2003-08-12  Alan Modra  <amodra@bigpond.net.au>
796         * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
797         (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
798         use the function sym from the previous reloc.
800 2003-08-11  Jakub Jelinek  <jakub@redhat.com>
802         * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
803         fatal if -pie.
804         * elf32-s390.c (elf_s390_relocate_section): Likewise.
805         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
806         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
807         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
808         * elf64-s390.c (elf_s390_relocate_section): Likewise.
809         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
810         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
811         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
812         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
813         (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
814         on undefined symbols if -pie.
815         * elf32-sh.c (sh_elf_relocate_section): Likewise.
817 2003-08-11  Alan Modra  <amodra@bigpond.net.au>
819         * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
820         branch to __libc_start_main.
822 2003-08-08 Dmitry Diky <diwil@mail.ru>
824         * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
825         gcc order.
826         * cpu-msp430.c: Likewise.
827         * elf32-msp430.c: Likewise.
828         * bfd-in2.h: Regenerate.
830 2003-08-07  Alan Modra  <amodra@bigpond.net.au>
832         * elfxx-target.h: Remove PTR cast.
833         * targets.c (bfd_target): Make backend_data const void *.
834         * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
835         * elf-m10300.c: Likewise.
836         * elf.c: Likewise.
837         * elf32-hppa.c: Likewise.
838         * elf32-i386.c: Likewise.
839         * elf32-m68hc1x.c: Likewise.
840         * elf32-ppc.c: Likewise.
841         * elf32-s390.c: Likewise.
842         * elf32-sh.c: Likewise.
843         * elf32-sh64.c: Likewise.
844         * elf32-sparc.c: Likewise.
845         * elf32-xtensa.c: Likewise.
846         * elf64-mips.c: Likewise.
847         * elf64-ppc.c: Likewise.
848         * elf64-s390.c: Likewise.
849         * elf64-sh64.c: Likewise.
850         * elf64-sparc.c: Likewise.
851         * elf64-x86-64.c: Likewise.
852         * elfcode.h: Likewise.
853         * elfcore.h: Likewise.
854         * elflink.c: Likewise.
855         * elflink.h: Likewise.
856         * elfxx-ia64.c: Likewise.
857         * elfxx-mips.c: Likewise.
858         * elfxx-mips.h: Likewise.
859         * elf.c (prep_headers): Remove useless check for null backend_data.
860         * bfd-in2.h: Regenerate.
862         * elf-bfd.h: Remove PARAMS macro.  Replace PTR with void *.
863         (NAME): Use ## rather than CONCAT4 macro.
864         * elfcode.h: Remove one remaining PARAMS macro.
865         * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
866         * elf-strtab.c: Likewise.
867         * elf-hppa.h: Likewise.
868         * elf32-hppa.h: Likewise.
869         * elf32-hppa.c: Likewise.
870         (elf32_hppa_add_symbol_hook): Delete.
871         (elf_backend_add_symbol_hook): Don't define.
872         * libhppa.h: Convert to C90.  Replace INLINE with inline.
874 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
876         * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
877         (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
878         function descriptors, but warn.
879         (ppc_build_one_stub): Remove a couple of vars.  Move code creating
880         stub syms so that we can avoid a stub sym if we already have a
881         plt sym.  Do not redefine an existing symbol.
882         (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
883         glink.
885 2003-08-06  Nick Clifton  <nickc@redhat.com>
887         * po/fr.po: Updated French translation.
889 2003-08-06  Alan Modra  <amodra@bigpond.net.au>
891         * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
892         SEC_LINKER_CREATED.
894 2003-08-05  Daniel Jacobowitz  <drow@mvista.com>
896         * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
897         (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
899 2003-08-03  Jeff Muizelaar  <muizelaar@rogers.com>
901         * coffcode.h (coff_slurp_line_table): Return with a warning
902         message if the line number table could not be read.
904 2003-08-04  Nick Clifton  <nickc@redhat.com>
906         * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
907         to messages produced for .gnu.warning.SYMBOL sections.
909 2003-08-04  Alan Modra  <amodra@bigpond.net.au>
911         * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
912         * elfcore.h: Likewise.
913         * elflink.c: Likewise.
914         * elflink.h: Likewise.
915         * elf.c (sym_is_global): Remove INLINE.
916         (align_file_position): Replace INLINE with inline.
917         * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
918         (elf_file_p): Replace INLINE with inline.
920 2003-08-02  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
922         * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
924 2003-08-01  H.J. Lu  <hongjiu.lu@intel.com>
926         * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
928 2003-08-01  H.J. Lu  <hongjiu.lu@intel.com>
930         * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
931         ElfNN_External_Rela instead of Elf64_External_Rela.
933 2003-08-01  Nick Clifton  <nickc@redhat.com>
935         * config.bfd: Add code to catch obsolete configurations and warn
936         about them unless --enable-obsolete is used.  Use this to mark
937         vax-vms port as obsolete.
939 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
941         * elf32-ppc.c (ppc_elf_install_value): Tidy.
942         (ppc_elf_relax_section): Remove dead code.  Remove unnecessary casts.
943         Formatting.
944         * elfxx-target.h: Remove PARAMS macro.  Formatting.
946 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
948         * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
949         * elf64-ppc.c (get_fdh): New function, split out from
950         ppc64_elf_edit_opd.
951         (ppc64_elf_check_relocs): Use get_fdh.
952         (func_desc_adjust): Likewise.  Tidy.
953         (ppc64_elf_edit_opd): Tighten reloc checks.  Free local_syms on error
954         exit.  Use get_fdh.  Account for superfluous dynamic relocs.
955         (ppc64_elf_relocate_section): Warning fix.
957 2003-07-30  Jason Eckhardt  <jle@rice.edu>
959         * coff-i860.c: Convert to ISO C90.  Remove superflous prototypes.
961 2003-07-30  Jason Eckhardt  <jle@rice.edu>
963         * elf32-i860.c: Convert to ISO C90.  Remove superflous prototypes.
965 2003-07-30  Randolph Chung  <tausq@debian.org>
967         * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
968         * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
970 2003-07-30  Alan Modra  <amodra@bigpond.net.au>
972         * elf.c: Convert to C90, remove unnecessary prototypes and casts.
973         Replace PTR with void *.  Formatting.
974         (_bfd_elf_assign_file_position_for_section): Remove INLINE.
975         (make_mapping): Likewise.
977 2003-07-29  Alan Modra  <amodra@bigpond.net.au>
979         * elf64-ppc.c (func_desc_adjust): Give linker created function
980         descriptor symbols a size and type.
981         (ppc64_elf_relocate_section): Correct lq insn test.
983 2003-07-28  Eric Christopher  <echristo@redhat.com>
985         * elf32-ppc.c (R_PPC_RELAX32): New relocation.
986         (ppc_elf_install_value): New function.
987         (ppc_elf_sort_rela): Remove.
988         (ppc_elf_relax_section): Rewrite. Remove old relaxation
989         and replace with out of range branch stubs.
990         (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
992 2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
994         * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
995         from input_bfd.
997 2003-07-28  Alan Modra  <amodra@bigpond.net.au>
999         * elf.c (special_sections): Set attributes for .got and .plt.
1001 2003-07-27  Alan Modra  <amodra@bigpond.net.au>
1003         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
1004         on function descriptors.
1005         (ELIMINATE_COPY_RELOCS): Expand comment.
1006         (ppc64_elf_special_sections): Move.  Don't include non-ppc64 sections.
1007         Do include ".toc1".
1009 2003-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1011         * elf.c (_bfd_elf_new_section_hook): Set the default section
1012         type to SHT_NULL.
1013         (elf_fake_sections): Set the section type based on asect->flags
1014         if it is SHT_NULL. Don't abort on processor specific section
1015         types.
1017 2003-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1019         * bfd-in2.h: Regenerated.
1021 2003-07-25  H.J. Lu  <hongjiu.lu@intel.com>
1023         * elf-bfd.h (bfd_elf_special_section): New.
1024         (elf_backend_data): Add special_sections, a pointer to
1025         bfd_elf_special_section.
1026         (elf_section_type). New.
1027         (elf_section_flags): New.
1028         (_bfd_elf_get_sec_type_attr): New.
1030         * elf.c (_bfd_elf_make_section_from_shdr): Always use the
1031         real section type/flags.
1032         (special_sections): New.
1033         (get_special_section): New.
1034         (_bfd_elf_get_sec_type_attr): New.
1035         (_bfd_elf_new_section_hook): Check special_section to set
1036         elf_section_type and elf_section_flags.
1037         (elf_fake_sections): Don't use section name to set ELF section
1038         data.
1040         * elf32-m32r.c (m32r_elf_special_sections): New.
1041         (elf_backend_special_sections): Defined.
1043         * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
1044         (elf_backend_special_sections): Defined.
1046         * elf32-mcore.c (mcore_elf_special_sections): New.
1047         (elf_backend_special_sections): Defined.
1049         * elf32-ppc.c (ppc_elf_special_sections): New.
1050         (elf_backend_special_sections): Defined.
1052         * elf32-sh64.c (sh64_elf_special_sections): New.
1053         (elf_backend_special_sections): Defined.
1055         * elf32-v850.c (v850_elf_special_sections): New.
1056         (elf_backend_special_sections): Defined.
1058         * elf32-xtensa.c (elf_xtensa_special_sections): New.
1059         (elf_backend_special_sections): Defined.
1061         * elf64-alpha.c (elf64_alpha_special_sections): New.
1062         (elf_backend_special_sections): Defined.
1064         * elf64-hppa.c (elf64_hppa_special_sections): New.
1065         (elf_backend_special_sections): Defined.
1067         * elf64-ppc.c (ppc64_elf_special_sections): New.
1068         (elf_backend_special_sections): Defined.
1070         * elf64-sh64.c (sh64_elf64_special_sections): New.
1071         (elf_backend_special_sections): Defined.
1073         * elfxx-ia64.c (elfNN_ia64_special_sections): New.
1074         (elf_backend_special_sections): Defined.
1076         * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
1078         * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
1079         (elf_backend_special_sections): Defined.
1081         * elfxx-target.h (elf_backend_special_sections): New. Default
1082         to NULL.
1083         (elfNN_bed): Initialize special_sections.
1085         * section.c (bfd_abs_section): Remove const.
1086         (bfd_und_section): Likewise.
1087         (bfd_com_section): Likewise.
1088         (bfd_ind_section): Likewise.
1090 2003-07-24  Nick Clifton  <nickc@redhat.com>
1092         * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
1093         sections are assigned the LOAD attribute.
1095 2003-07-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1097         * elf32-sh.c: Convert to C90.  Replace PTR with void *.
1098         * elf32-sh64-com.c: Likewise.
1099         * elf32-sh64.c: Likewise.
1100         * elf32-sh64.h: Likewise.
1101         * elf64-sh64.c: Likewise.
1103 2003-07-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1105         * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1106         (allocate_dynrelocs): Likewise.
1107         (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
1108         (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1110 2003-07-24  Nick Clifton  <nickc@redhat.com>
1112         * po/fr.po: Updated French translation.
1114 2003-07-23  Bob Wilson  <bob.wilson@acm.org>
1116         * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
1117         near the beginning of the file.  Swap order of arguments.  Call
1118         _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
1119         (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
1120         (elf_xtensa_relocate_section): Likewise.
1121         (shrink_dynamic_reloc_sections): Likewise.
1123 2003-07-23  Bob Wilson  <bob.wilson@acm.org>
1125         * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
1126         (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
1127         (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
1128         first printing an error message.
1129         (elf_xtensa_finish_dynamic_sections): Likewise.
1130         (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
1131         discarding literal table entries.
1132         (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
1133         (elf_xtensa_do_asm_simplify): Likewise.
1135 2003-07-23  Stephane Carrez  <stcarrez@nerim.fr>
1137         * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
1138         we have a local symbol in common section.
1140 2003-07-22  H.J. Lu <hongjiu.lu@intel.com>
1142         * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
1143         weak symbols.
1145 2003-07-22  Nick Clifton  <nickc@redhat.com>
1147         * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
1148         expected RS6000 storage classes.
1150 2003-07-21  H.J. Lu <hongjiu.lu@intel.com>
1152         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
1153         output_bfd unused to silence gcc.
1155 2003-07-21  Nick Clifton  <nickc@redhat.com>
1157         * po/sv.po: Updated Swedish translation.
1159 2003-07-21  Alan Modra  <amodra@bigpond.net.au>
1161         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
1162         (_bfd_elf_symbol_refs_local_p): ..this.  Declare.
1163         * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
1164         * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
1165         now done in _bfd_elf_symbol_refs_local_p.
1166         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1167         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1168         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1170 2003-07-18  H.J. Lu <hongjiu.lu@intel.com>
1172         * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
1174 2003-07-18  H.J. Lu <hongjiu.lu@intel.com>
1176         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
1177         (SYMBOL_CALLS_LOCAL): Likewise.
1179         * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
1180         immediately if symbol isn't defined locally.
1182 2003-07-18  Richard Henderson  <rth@redhat.com>
1184         * elflink.c (_bfd_elf_dynamic_symbol_p): New.
1185         * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
1186         (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
1187         * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
1188         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1189         * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
1190         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
1191         Update all callers to provide the relocation being resolved.
1193 2003-07-17  Shaun Jackman <sjackman@pathwayconnect.com>
1195         * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
1196         targ_cflags.
1198 2003-07-17  Nick Clifton  <nickc@redhat.com>
1200         * po/es.po: New Spanish translation.
1201         * po/sv.po: New Swedish translation.
1202         * po/opcodes.pot: Regenerate.
1204 2003-07-16  Richard Henderson  <rth@redhat.com>
1206         * config.bfd, configure.host, configure.in: Remove ia64-aix support.
1207         * elfxx-ia64.c, targets.c: Likewise.
1209 2003-07-16  Richard Henderson  <rth@redhat.com>
1211         * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
1212         for symbols defined locally plus -Bsymbolic.  Tidy logic.
1214 2003-07-15  Richard Sandiford  <rsandifo@redhat.com>
1216         * archures.c (bfd_mach_mips7000): New.
1217         * bfd-in2.h: Regenerated.
1218         * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
1219         * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
1220         (mips_mach_extensions): Add an entry for it.
1222 2003-07-14  Nick Clifton  <nickc@redhat.com>
1224         * po/tr.po: Update with latest version.
1225         * po/SRC-POTFILES.in: Regenerate.
1226         * po/bfd.pot: Regenerate.
1227         * Makfile.in: Regenerate.
1228         * configure: Regenerate.
1230 2003-07-12  Jeff Baker  <jbaker@qnx.com>
1232         * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
1233         * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1234         * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1235         * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1237 2003-07-12  Jeff Muizelaar  <muizelaar@rogers.com>
1239         * coffcode.h (coff_set_section_contents): Set the
1240         IMAGE_FILE_32BIT_MACHINE flag for PE targets.
1242 2003-07-11  Richard Sandiford  <rsandifo@redhat.com>
1244         * bfd-in.h (bfd_h8300_pad_address): Declare.
1245         * bfd-in2.h: Regenerate.
1246         * cpu-h8300.c (bfd_h8300_pad_address): New function.
1247         * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
1248         addresses before checking whether they can be relaxed.
1249         (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
1250         Don't complain about overflows in general 8-bit relocations.
1251         * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
1252         Fix handling of R_H8_DIR24A8.
1254 2003-07-11  Richard Sandiford  <rsandifo@redhat.com>
1256         * elf32-h8300.c: Convert function prototypes and definitions
1257         to C90 syntax.
1258         * coff-h8300.c: Likewise.
1259         * cpu-h8300.c: Likewise.
1261 2003-07-11  Alan Modra  <amodra@bigpond.net.au>
1263         * po/SRC-POTFILES.in: Regenerate.
1264         * po/bfd.pot: Likewise.
1266 2003-07-10  Bob Wilson  <bob.wilson@acm.org>
1268         * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
1269         .got.loc section.  Do not set SEC_ALLOC or SEC_LOAD flags for the
1270         .xt.lit.plt section.
1271         (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
1272         and allocate memory for it.
1273         (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
1274         section to the .got.loc section.
1275         (elf_xtensa_finish_dynamic_sections): Fix up call to
1276         elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
1277         the address of .got.loc.
1278         (relax_property_section): Shrink .got.loc to match changes in any
1279         literal table section.
1280         (xtensa_is_property_section): Change to match
1281         xtensa_get_property_section_name.
1282         (xtensa_is_littable_section): New.
1284 2003-07-10  H.J. Lu <hongjiu.lu@intel.com>
1286         * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
1287         -1LL.
1289 2003-07-10  Alan Modra  <amodra@bigpond.net.au>
1291         * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
1292         (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
1293         Run "make dep-am".
1294         * Makefile.in: Regenerate.
1296 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
1298         2001-09-12  Alexandre Oliva  <aoliva@redhat.com>
1299         * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
1300         (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
1301         2001-06-02  Nick Clifton  <nickc@cambridge.redhat.com>
1302         * elf32-am33lin.c: Rename global functions.
1303         2001-05-09  Alexandre Oliva  <aoliva@redhat.com>
1304         * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
1305         * configure.in (bfd_elf32_am33lin_vec): Added.
1306         * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
1307         (elf32-am33lin.lo): List dependencies.
1308         * aclocal.m4, configure, Makefile.in: Rebuilt.
1309         * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
1310         ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
1311         ELF_ARCH was not defined before.
1312         (elf_symbol_leading_char): Define if not defined.
1313         * elf32-am33lin.c: Override the definitions above.
1314         * targets.c (bfd_elf32_am33lin_vec): New.
1316 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
1318         2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
1319         * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
1320         pcrel_relocs_copied.
1321         2001-12-13  Alexandre Oliva  <aoliva@redhat.com>
1322         * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
1323         ld-linux.so.2 to ld.so.1.
1324         2001-10-10  Alexandre Oliva  <aoliva@redhat.com>
1325         * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
1326         (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
1327         (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1328         * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
1329         .rela.* section contents with bfd_zalloc.
1330         2001-09-25  Alexandre Oliva  <aoliva@redhat.com>
1331         * elf-m10300.c: Added declarations for functions missing them.
1332         Merge some shared-library changes from the i386 back-end.  Use
1333         R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
1334         R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
1335         (struct elf32_mn10300_link_hash_entry): Remove duplicates of
1336         members of elf_link_hash_entry.  Adjusted references.
1337         (mn10300_elf_final_link_relocate): dynobj was already loaded
1338         into a local variable, use it.
1339         2001-09-21  Nick Clifton  <nickc@cambridge.redhat.com>
1340         * elf-m10300.c: Add missing function prototypes.
1341         2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
1342         * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
1343         relocation for dynamic relocations.
1344         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
1345         * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
1346         * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
1347         PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
1348         (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
1349         (_bfd_mn10300_elf_create_got_section): ... here, so that its
1350         adress is already known at the time we compute relaxations.
1351         (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
1352         and PLT32 to narrower relocations.
1353         * libbfd.h, bfd-in2.h: Rebuilt.
1354         2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
1355         * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
1356         BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
1357         BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
1358         BFD_RELOC_MN10300_RELATIVE): New relocs.
1359         * libbfd.h, bfd-in2.h: Rebuilt.
1360         * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
1361         (struct elf32_mn10300_link_hash_entry): Added DSO-related
1362         fields.
1363         (elf_mn10300_howto): Defined new relocation types.
1364         (mn10300_reloc_map): Map them.
1365         (_bfd_mn10300_elf_create_got_section): New fn.
1366         (mn10300_elf_check_relocs): Handle PIC relocs.
1367         (mn10300_elf_final_link_relocate): Likewise.
1368         (mn10300_elf_relocate_section): Handle DSOs.
1369         (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
1370         (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
1371         elf_mn10300_pic_plt_entry): New.
1372         (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
1373         elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
1374         elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
1375         elf_mn10300_plt_reloc_offset: New macros.
1376         (ELF_DYNAMIC_INTERPRETER): Likewise.
1377         (_bfd_mn10300_elf_create_dynamic_sections): New function.
1378         (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
1379         (_bfd_mn10300_elf_discard_copies): Likewise.
1380         (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1381         (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1382         (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
1383         (elf_backend_can_gc_sections,
1384         elf_backend_create_dynamic_sections,
1385         elf_backend_adjust_dynamic_sections,
1386         elf_backend_size_dynamic_sections,
1387         elf_backend_finish_dynamic_symbol,
1388         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1389         elf_backend_plt_readonly, elf_backend_want_plt_sym,
1390         elf_backend_got_header_size, elf_backend_plt_header_size): New
1391         macros.
1393 2003-07-09  Alexandre Oliva  <aoliva@redhat.com>
1395         2001-05-06  Alexandre Oliva  <aoliva@redhat.com>
1396         * elf-m10300.c (compute_function_info): Account for AM33
1397         registers in `movm' when computing stack space for `call' when
1398         linking for AM33/2.0 link.
1399         2000-04-01  Alexandre Oliva  <aoliva@cygnus.com>
1400         * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
1401         * bfd-in2.h: Rebuilt.
1402         * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
1403         * elf-m10300.c: Updated.
1404         2000-03-31  Alexandre Oliva  <aoliva@cygnus.com>
1405         * archures.c (bfd_mach_am332): Defined.
1406         * bfd-in2.h: Rebuilt.
1407         * cpu-m10300.c (bfd_am332_arch): Defined.
1408         (bfd_am33_arch): Chained with am33-2.
1409         * elf-m10300.c (elf_mn10300_mach): Handle am332.
1410         (_bfd_mn10300_elf_final_write_processing): Likewise.
1412 2003-07-09  H.J. Lu <hongjiu.lu@intel.com>
1414         * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
1416 2003-07-10  Alan Modra  <amodra@bigpond.net.au>
1418         * elf64-ppc.c (bfd_elf64_mkobject): Define.
1419         (struct ppc64_elf_obj_tdata): New.
1420         (ppc64_elf_tdata, ppc64_tlsld_got): Define.
1421         (ppc64_elf_mkobject): New function.
1422         (struct got_entry): Add "owner".  Move "tls_type".
1423         (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
1424         (ppc64_elf_init_stub_bfd): New function.
1425         (create_got_section): Create header .got in dynobj.  Create .got
1426         and .rela.got in each bfd.  Stash pointers in ppc64_elf_obj_tdata.
1427         (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
1428         Look for dynobj .got, and test it.
1429         (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
1430         (update_local_sym_info): Likewise.
1431         (ppc64_elf_check_relocs): Likewise.
1432         (ppc64_elf_gc_sweep_hook): Likewise.
1433         (ppc64_elf_tls_optimize): Likewise.
1434         (allocate_dynrelocs): Likewise.
1435         (ppc64_elf_size_dynamic_sections): Likewise.
1436         (ppc64_elf_relocate_section): Likewise.
1437         (ppc64_elf_next_toc_section): Update comment.
1438         (toc_adjusting_stub_needed): Remove unneeded cast.
1439         (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
1440         testing section flags.
1441         (ppc64_elf_build_stubs): Likewise.
1442         (ppc64_elf_size_stubs): Likewise.  Remove stub_bfd param.
1443         (ppc64_elf_finish_dynamic_sections): Write out got sections.
1444         (func_desc_adjust): Copy over dynamic info for undef weaks.
1445         * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
1446         (ppc64_elf_size_stubs): Update prototype.
1447         * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
1448         input sections rather than scanning dynobj.
1450 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1452         * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
1453         (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
1454         (mips_elf_create_msym_section): Delete.
1455         (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
1456         (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1457         (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
1458         (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
1459         (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
1460         (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
1461         (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1463 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1465         * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
1466         symbols protected.
1468 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1470         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
1471         of relocations whose offset is -2.
1473 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1475         * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
1476         forced-local symbols like other locals.  Don't create relocations
1477         against STN_UNDEF in irix objects.
1479 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1481         * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
1482         compatible objects, add the values of defined external symbols
1483         to the addend.
1485 2003-07-09  Richard Sandiford  <rsandifo@redhat.com>
1487         * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
1488         initialize a GOT entry to the symbol's st_value.
1490 2003-07-08  Alan Modra  <amodra@bigpond.net.au>
1492         * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
1493         * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here.  New.
1494         (ppc_elf_tdata): Define.
1495         (elf_local_ptr_offsets): Adjust.
1496         (ppc_elf_mkobject): New function.
1497         (bfd_elf32_mkobject): Define.
1499         * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
1500         * elfcore.h (elf_core_file_p): Likewise.
1501         * section.c (bfd_section_init): Remove prototype.
1503 2003-07-08  Alan Modra  <amodra@bigpond.net.au>
1505         * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
1506         field.
1507         (enum elf_linker_section_enum): Delete.
1508         (struct elf_linker_section): Delete.
1509         (struct elf_linker_section_pointers): Delete.
1510         (struct elf_obj_tdata): Remove #if 0 chunk.  Remove linker_section.
1511         Make linker_section_pointers a void**.
1512         (elf_local_ptr_offsets, elf_linker_section): Don't define.
1513         * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
1514         of old item in elf-bfd.h.
1515         (struct elf_linker_section): Likewise.
1516         (struct elf_linker_section_pointers): Likewise.
1517         (elf_local_ptr_offsets): Define.
1518         (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
1519         (ppc_elf_link_hash_newfunc): Init it.
1520         (struct ppc_elf_link_hash_table): Add sbss.
1521         (ppc_elf_link_hash_table_create): zmalloc rather than clearing
1522         individual fields.
1523         (elf_create_linker_section): Fold into..
1524         (ppc_elf_create_linker_section): ..here.  Remove hole_size code.
1525         Make rela section here if shared.
1526         (elf_find_pointer_linker_section): Pass lsect rather than enum.
1527         (elf_create_pointer_linker_section): Adjust.  zalloc rather than
1528         clearing in a loop.
1529         (elf_finish_pointer_linker_section): Adjust.  Don't make rela
1530         section here.
1531         (ppc_elf_check_relocs): Adjust.
1532         (ppc_elf_add_symbol_hook): Tighten hash creator test.  Remove code
1533         creating .sbss by hand.
1534         * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
1536 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
1538         * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
1539         complain_overflow_bitfield.
1540         * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
1541         complain_overflow_bitfield.
1543 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
1545         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
1546         true even if -pie.
1548 2003-07-04  Jakub Jelinek  <jakub@redhat.com>
1550         * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
1551         (elfNN_ia64_dynamic_symbol_p): Change info->shared into
1552         !info->executable.
1553         (get_fptr): For -pie create .opd as writable section and create
1554         .rela.opd as well.
1555         (elfNN_ia64_check_relocs): Change info->shared into
1556         !info->executable.
1557         (allocate_fptr): Likewise.
1558         (allocate_dynrel_entries): Account for a relative reloc for -pie
1559         @fptr().  Don't account for a relative reloc if -pie want_ltoff_fptr
1560         for undefweak symbol.  Account for an IPLT reloc in .rela.opd
1561         section if -pie.
1562         (set_got_entry): Don't create a relative reloc if -pie
1563         want_ltoff_fptr for undefweak symbol.
1564         (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
1565         (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
1566         @fptr().
1568         * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
1569         even if -pie.
1570         * elf32-i386.c (elf_i386_relocate_section): Likewise.
1571         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1572         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1573         * elf64-s390.c (elf_s390_relocate_section): Likewise.
1574         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1575         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1576         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1577         * elf32-s390.c (elf_s390_relocate_section): Likewise.
1578         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1580 2003-07-04  Paul Clarke <paulc@senet.com.au>
1582         * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
1583         (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
1584         <R_H8_DIR32A16>: Fix type of relocation.
1586 2003-07-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1588         * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
1589         sections were created already.  Remove unnecessary tests of
1590         the previous change.
1592 2003-07-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1594         * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
1595         bfd_make_section for existing sections.
1597 2003-07-04  Alan Modra  <amodra@bigpond.net.au>
1599         * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
1600         create_got_section if we already have done so.
1601         * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1602         (sh_elf_check_relocs): Likewise.
1603         (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var.  Use
1604         htab->root.dynobj instead.
1605         (sh_elf_check_relocs): Likewise.
1606         (sh_elf_finish_dynamic_sections): Likewise.
1608         * section.c (bfd_make_section): Return NULL for existing section.
1610 2003-07-04  Alan Modra  <amodra@bigpond.net.au>
1612         * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
1613         ppc_elf_create_got if we've already done so.
1615         * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
1616         (_bfd_elf_find_pointer_linker_section): Likewise.
1617         (bfd_elf32_create_pointer_linker_section): Likewise.
1618         (bfd_elf32_finish_pointer_linker_section): Likewise.
1619         (bfd_elf64_create_pointer_linker_section): Likewise.
1620         (bfd_elf64_finish_pointer_linker_section): Likewise.
1621         (_bfd_elf_make_linker_section_rela): Likewise.
1622         * elfcode.h (elf_create_pointer_linker_section): Don't define.
1623         (elf_finish_pointer_linker_section): Likewise.
1624         * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
1625         (_bfd_elf_create_linker_section): Move this function..
1626         (_bfd_elf_find_pointer_linker_section): ..and this..
1627         * elflink.h (elf_create_pointer_linker_section): ..and this..
1628         (elf_finish_pointer_linker_section): ..and this..
1629         * elf32-ppc.c: ..to here, renaming to the following, and adjusting
1630         calls.
1631         (elf_create_linker_section): Convert to C90, tidy.
1632         (elf_find_pointer_linker_section): Likewise.
1633         (elf_create_pointer_linker_section): Likewise.
1634         (elf_finish_pointer_linker_section): Likewise.
1635         * elf32-i370.c: Delete #if 0 code.
1637 2003-07-02  Alan Modra  <amodra@bigpond.net.au>
1639         * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
1640         _restf* to be satisfied by shared libs, and always force them local.
1641         (toc_adjusting_stub_needed): Avoid scanning linker created sections.
1642         Correct test for "bl".
1643         (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
1644         primary opcode 31.
1646 2003-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1648         * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
1649         (s390_tls_reloc): New function.
1650         (elf_howto_table): Add long displacement relocations R_390_20,
1651         R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
1652         (elf_s390_reloc_type_lookup): Likewise.
1653         (elf_s390_check_relocs): Likewise.
1654         (elf_s390_gc_sweep_hook): Likewise.
1655         (elf_s390_relocate_section): Likewise.
1656         * elf64-s390.c: Same changes as for elf32-s390.c.
1657         * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
1658         BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
1659         BFD_RELOC_390_TLS_GOTIE20.
1660         * bfd-in2.h: Regenerate.
1661         * libbfd.h: Likewise.
1663 2003-06-30  Alan Modra  <amodra@bigpond.net.au>
1665         * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
1666         (ins_imms, ins_immsm1u4): Likewise.  Warning fix.
1668 2003-06-29  Alan Modra  <amodra@bigpond.net.au>
1670         * archive.c: Convert to C90, remove unnecessary prototypes and casts.
1671         Replace PTR with void *.  Formatting.
1672         * archive64.c: Likewise.
1673         * archures.c: Likewise.
1674         * bfd-in.h: Likewise.
1675         * bfd.c: Likewise.
1676         * bfdio.c: Likewise.
1677         * bfdwin.c: Likewise.
1678         * cache.c: Likewise.
1679         * corefile.c: Likewise.
1680         * format.c: Likewise.
1681         * init.c: Likewise.
1682         * libbfd-in.h: Likewise.
1683         * libbfd.c: Likewise.
1684         * linker.c: Likewise.
1685         * opncls.c: Likewise.
1686         * reloc.c: Likewise.
1687         * section.c: Likewise.
1688         * simple.c: Likewise.
1689         * syms.c: Likewise.
1690         * targets.c: Likewise.
1691         * bfd-in2.h: Regenerate.
1692         * libbfd.h: Regenerate.
1694         * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
1695         * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
1696         * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
1697         (bfd_getb64): Rewrite without parens.
1698         (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
1699         * cache.c (insert, snip): Remove INLINE.
1700         * linker.c (bfd_link_add_undef): Likewise.
1702 2003-06-29  Andreas Jaeger  <aj@suse.de>
1704         * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
1705         unnecessary prototypes.  Replace PTR with void *.
1706         (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
1707         trim plt entries.  Move undefweak non-default visibility test ...
1708         (allocate_dynrelocs): ... from here.
1709         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1710         Change all callers.
1711         (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.  Use
1712         SYMBOL_REFERENCES_LOCAL for dynreloc check.
1713         (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
1714         dynreloc and .got relocs.
1715         (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
1716         for .got relocs.
1718 2003-06-29  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1720         * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
1722 2003-06-27  Nick Clifton  <nickc@redhat.com>
1724         * opncls.c (bfd_add_gnu_debuglink_section): Rename to
1725         bfd_add_gnu_debuglink_section and only create the section, do not
1726         fill in its contents.
1727         (bfd_fill_in_gnu_debuglink_section): New function.  Fill in the
1728         contents of a .gnu-debuglink section.
1729         * bfd-in2.h: Regenerate.
1731 2003-06-27  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1733         * elfxx-mips.c: Revert .got alignment to 2**4.
1735 2003-06-27  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1737         * elf32-mips.c: Fix addend for _gp_disp special symbol.
1739 2003-06-27  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1741         * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
1742         relocation header setup.
1744 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
1746         * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
1747         (ppc_elf_reloc_type_lookup): Modify comment.
1748         (ppc_elf_info_to_howto): Ditto.
1749         (ppc_elf_relocate_section): Ditto.
1750         (ppc_elf_check_relocs): Call ppc_elf_howto_init.
1752 2003-06-25  Alan Modra  <amodra@bigpond.net.au>
1754         * aout-ns32k.c: Correct spelling of "relocatable".
1755         * aoutx.h: Likewise.
1756         * bfd-in.h: Likewise.
1757         * bfd.c: Likewise.
1758         * bout.c: Likewise.
1759         * coff-a29k.c: Likewise.
1760         * coff-alpha.c: Likewise.
1761         * coff-arm.c: Likewise.
1762         * coff-i386.c: Likewise.
1763         * coff-i860.c: Likewise.
1764         * coff-i960.c: Likewise.
1765         * coff-m68k.c: Likewise.
1766         * coff-m88k.c: Likewise.
1767         * coff-mcore.c: Likewise.
1768         * coff-mips.c: Likewise.
1769         * coff-or32.c: Likewise.
1770         * coff-ppc.c: Likewise.
1771         * coff-rs6000.c: Likewise.
1772         * coff-sh.c: Likewise.
1773         * coff-tic80.c: Likewise.
1774         * coff64-rs6000.c: Likewise.
1775         * cofflink.c: Likewise.
1776         * cpu-ns32k.c: Likewise.
1777         * ecoff.c: Likewise.
1778         * ecofflink.c: Likewise.
1779         * elf-bfd.h: Likewise.
1780         * elf-eh-frame.c: Likewise.
1781         * elf-hppa.h: Likewise.
1782         * elf-m10200.c: Likewise.
1783         * elf-m10300.c: Likewise.
1784         * elf.c: Likewise.
1785         * elf32-arm.h: Likewise.
1786         * elf32-avr.c: Likewise.
1787         * elf32-cris.c: Likewise.
1788         * elf32-d10v.c: Likewise.
1789         * elf32-dlx.c: Likewise.
1790         * elf32-fr30.c: Likewise.
1791         * elf32-frv.c: Likewise.
1792         * elf32-h8300.c: Likewise.
1793         * elf32-hppa.c: Likewise.
1794         * elf32-i370.c: Likewise.
1795         * elf32-i386.c: Likewise.
1796         * elf32-i860.c: Likewise.
1797         * elf32-i960.c: Likewise.
1798         * elf32-ip2k.c: Likewise.
1799         * elf32-iq2000.c: Likewise.
1800         * elf32-m32r.c: Likewise.
1801         * elf32-m68hc11.c: Likewise.
1802         * elf32-m68hc1x.c: Likewise.
1803         * elf32-m68k.c: Likewise.
1804         * elf32-mcore.c: Likewise.
1805         * elf32-mips.c: Likewise.
1806         * elf32-msp430.c: Likewise.
1807         * elf32-openrisc.c: Likewise.
1808         * elf32-ppc.c: Likewise.
1809         * elf32-s390.c: Likewise.
1810         * elf32-sh.c: Likewise.
1811         * elf32-sh64.c: Likewise.
1812         * elf32-sparc.c: Likewise.
1813         * elf32-v850.c: Likewise.
1814         * elf32-vax.c: Likewise.
1815         * elf32-xstormy16.c: Likewise.
1816         * elf32-xtensa.c: Likewise.
1817         * elf64-alpha.c: Likewise.
1818         * elf64-hppa.c: Likewise.
1819         * elf64-mips.c: Likewise.
1820         * elf64-mmix.c: Likewise.
1821         * elf64-ppc.c: Likewise.
1822         * elf64-s390.c: Likewise.
1823         * elf64-sh64.c: Likewise.
1824         * elf64-sparc.c: Likewise.
1825         * elf64-x86-64.c: Likewise.
1826         * elfcode.h: Likewise.
1827         * elflink.h: Likewise.
1828         * elfn32-mips.c: Likewise.
1829         * elfxx-ia64.c: Likewise.
1830         * elfxx-mips.c: Likewise.
1831         * i386linux.c: Likewise.
1832         * ieee.c: Likewise.
1833         * libcoff-in.h: Likewise.
1834         * linker.c: Likewise.
1835         * m68klinux.c: Likewise.
1836         * pdp11.c: Likewise.
1837         * pe-mips.c: Likewise.
1838         * peXXigen.c: Likewise.
1839         * reloc.c: Likewise.
1840         * reloc16.c: Likewise.
1841         * sparclinux.c: Likewise.
1842         * sunos.c: Likewise.
1843         * syms.c: Likewise.
1844         * versados.c: Likewise.
1845         * vms.c: Likewise.
1846         * xcofflink.c: Likewise.
1847         * bfd-in2.h: Regenerate.
1848         * libcoff.h: Regenerate.
1849         * libbfd.h: Regenerate.
1851 2003-06-24  Alan Modra  <amodra@bigpond.net.au>
1853         * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
1854         local sym errors.
1856         * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
1857         prototypes and casts.  Replace PTR with void *.  Formatting.
1858         * elf32-ppc.c: Likewise.  Break long strings too.
1859         (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
1860         (ppc_elf_unhandled_reloc): Internationalize error message.
1861         * elf32-ppc.h: Remove PARAMS.
1863 2003-06-23  Mark Mitchell  <mark@codesourcery.com>
1865         * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
1866         APUinfo slots.
1867         (ppc_elf_final_write_processing): Likewise.
1869 2003-06-23  H.J. Lu <hongjiu.lu@intel.com>
1871         * elflink.h (elf_link_input_bfd): Check raw size when using
1872         kept_section to preserve debug information discarded by
1873         linkonce.
1875 2003-06-20  Alan Modra  <amodra@bigpond.net.au>
1877         * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
1878         (ppc64_elf_setup_section_lists): Set it.
1879         (ppc64_elf_relocate_section): Check sym section id against top_id.
1880         (ppc_build_one_stub): Comment on top_id.
1882 2003-06-20  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1884         * config.bfd: Add tic4x-*-rtems*.
1886 2003-06-20  Alan Modra  <amodra@bigpond.net.au>
1888         * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
1889         prototypes and casts.  Replace PTR with void *.  Format copyright.
1890         Mention ABI links.
1891         (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
1892         sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
1893         (ppc_type_of_stub): Make r_type an enum.
1894         (ppc64_elf_size_stubs): Likewise.
1895         * elf64-ppc.h: Remove PARAMS macro.
1897 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
1899         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
1900         elf hash tab fields.
1902         * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
1903         (ppc64_elf_info_to_howto): Likewise.
1904         (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
1905         * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
1907 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
1909         * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
1910         reloc overflow on discarded eh_frame entries.
1912 2003-06-19  Alan Modra  <amodra@bigpond.net.au>
1914         * elf64-ppc.c (toc_adjusting_stub_needed): New function.
1915         (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
1916         Return error condition.
1917         (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
1918         that have has_gp_reloc set.
1919         (struct ppc_link_hash_table): Add stub_count.
1920         (ppc_build_one_stub): Increment it.
1921         (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
1922         individual fields.
1923         * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
1925 2003-06-18  Alan Modra  <amodra@bigpond.net.au>
1927         * elflink.h (elf_gc_record_vtentry): Revert last change.  Correct
1928         size calculation from addend.  Round size up.
1930 2003-06-18  Hans-Peter Nilsson  <hp@axis.com>
1932         * elf32-cris.c (cris_elf_relocate_section) <case
1933         R_CRIS_32_GOTREL>: When linking a program, don't complain about a
1934         symbol from a normal object or an undefined weak symbol.
1936 2003-06-18  Alan Modra  <amodra@bigpond.net.au>
1938         * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
1939         R_PPC64_TOC relocs.
1941 2003-06-17  H.J. Lu <hongjiu.lu@intel.com>
1943         * section.c (struct sec): Put back kept_section.
1944         (STD_SECTION): Put back kept_section initialization.
1945         * bfd-in2.h: Regenerate.
1947         * elflink.h (elf_link_input_bfd): Also check discarded linkonce
1948         sections for relocateable output. Use kept_section to preserve
1949         debug information discarded by linkonce.
1951 2003-06-17  Roland McGrath  <roland@redhat.com>
1953         * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
1954         segment-relative relocation between different segments.
1956 2003-06-17  Alan Modra  <amodra@bigpond.net.au>
1958         * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
1959         optimizations earlier.
1961         * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
1962         Restore previous input_list type.
1963         (ppc64_elf_link_hash_table_create): Undo last change.
1964         (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
1965         per output section, but don't bother with bfd_abs_section marker.
1966         (ppc64_elf_next_input_section): Adjust for multiple input section
1967         lists.
1968         (group_sections): Likewise.
1970 2003-06-17  Jakub Jelinek  <jakub@redhat.com>
1972         * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
1973         *r_offset == r_addend for RELATIVE relocs against .got.
1975 2003-06-17  Alan Modra  <amodra@bigpond.net.au>
1977         * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
1979 2003-06-17  Nick Clifton  <nickc@redhat.com>
1981         * elflink.h (elf_gc_record_vtentry): Allocate an extra element
1982         in the vtable_entries_used array to allow for the accessing
1983         the largest element.
1985 2003-06-17  Alan Modra  <amodra@bigpond.net.au>
1987         * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index.  Modify
1988         input_list.
1989         (ppc64_elf_link_hash_table_create): Init input_list here.
1990         (ppc64_elf_setup_section_lists): Remove code setting up input lists
1991         per output section.  Set toc_off for abs and other standard sections.
1992         (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
1993         (ppc64_elf_next_input_section): Adjust for single input section list.
1994         Don't set toc_curr from input bfds that haven't set elf_gp.
1995         (group_sections): Adjust for single input section list.
1997         * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
1999 2003-06-16  Alan Modra  <amodra@bigpond.net.au>
2001         * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
2002         tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
2003         dtprel entry.  Ensure TLS_LD DTPMOD reloc has a zero addend.  Write
2004         got section for RELATIVE relocs.  Fix wrong comment.  Change condition
2005         under which dynamic relocs update the section contents.
2007 2003-06-13  Robert Millan  <zeratul2@wanadoo.es>
2009         * config.bfd: Add i386-netbsd-gnu target.
2011 2003-06-12  Nick Clifton  <nickc@redhat.com>
2013         * opncls.c (calc_crc32): Rename to
2014         bfd_calc_gnu_debuglink_crc32 and export.
2015         (GNU_DEBUGLINK): Define and use to replace occurrences of
2016         hard-coded ".gnu_debuglink" in the code.
2017         (get_debug_link_info): Prevent aborts by replacing call to
2018         xmalloc with a call to malloc.
2019         (find_separate_debug_file): Prevent aborts by replacing calls
2020         to xmalloc and xstrdup with calls to malloc and strdup.
2021         (bfd_add_gnu_debuglink): New function.  Add a .gnu_debuglink
2022         section to a bfd.
2023         * bfd-in2.h: Regenerate.
2025 2003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
2027         * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
2028         New target (was i[3-7]86-*-openbsd* before).
2029         (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
2030         (vax-*-openbsd*): New target.
2032 2003-06-11  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2034         * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
2035         for n32, too.
2036         (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
2037         (mips_elf_rel_dyn_section): Use appropriate section alignment.
2038         (mips_elf_create_got_section): Likewise.
2039         (_bfd_mips_elf_create_dynamic_sections): Likewise.
2041 2003-06-11  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2043         * elf32-mips.c (mips_elf_generic_reloc): New Function.
2044         (elf_mips_howto_table_rel): Use it.
2045         (gprel32_with_gp): Move prototype.
2046         (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2047         Use mips_elf_generic_reloc.
2048         (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2049         Code cleanup.
2050         (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
2051         zero addend.
2052         (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
2053         as in the other *_gprel*_reloc functions.
2054         (gprel32_with_gp): Handle partial_inplace properly.
2055         (mips32_64bit_reloc): Use mips_elf_generic_reloc.
2056         (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
2057         Do addend handling directly instead of calling
2058         _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
2059         * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
2060         of zero addend. Handle partial_inplace properly.
2061         (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
2062         addend.
2063         (mips_elf64_gprel16_reloc): Likewise.
2064         (mips_elf64_literal_reloc): Likewise.
2065         (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
2066         logic as in the other *_gprel*_reloc functions. Handle
2067         partial_inplace properly.
2068         (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
2069         addend. Handle partial_inplace properly.
2070         (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2071         of calling _bfd_mips_elf_gprel16_with_gp.
2072         * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
2073         (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
2074         of zero addend.
2075         (mips_elf_shift6_reloc): Handle partial_inplace properly.
2076         (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2077         of calling _bfd_mips_elf_gprel16_with_gp.
2078         * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
2079         partial_inplace properly. Fix wrong addend handling. Fix overflow
2080         check.
2081         (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
2082         exported.
2083         (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
2084         (_bfd_mips_elf_relocate_section): Likewise.
2085         (mips_elf_create_dynamic_relocation): Update sec_info_type access.
2086         * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
2087         (_bfd_mips_elf_sign_extend): New prototype.
2089 2003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
2091         * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
2092         New target (was sparc-*-openbsd* before).
2093         (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
2095         * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
2096         * configure: Regenerate.
2098 2003-06-11  H.J. Lu <hongjiu.lu@intel.com>
2100         * po/Make-in (DESTDIR): New.
2101         (install-data-yes): Support $(DESTDIR).
2102         (uninstall): Likewise.
2104 2003-06-11  Alan Modra  <amodra@bigpond.net.au>
2106         * Makefile.am (config.status): Depend on version.h.
2107         Run "make dep-am".
2108         * Makefile.in: Regenerate.
2109         * po/SRC-POTFILES.in: Regenerate.
2111 2003-06-10  Alan Modra  <amodra@bigpond.net.au>
2112             Gary Hade <garyhade@us.ibm.com>
2114         * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
2116 2003-06-10  Richard Sandiford  <rsandifo@redhat.com>
2118         * archures.c (bfd_mach_h8300sxn): New architecture.
2119         * bfd-in2.h: Regenerate.
2120         * cpu-h8300.c (h8300_scan): Check for 'sxn'.
2121         (h8300sxn_info_struct): New.
2122         (h8300sx_info_struct): Link to it.
2123         * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
2124         (elf32_h8_final_write_processing): Likewise.
2126 2003-06-08  Alan Modra  <amodra@bigpond.net.au>
2128         * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
2129         elfxx-target.h so that we can use elf_backend_got_header_size.
2130         (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
2131         (GLINK_CALL_STUB_SIZE): Modify.  Define new glink call stub and
2132         associated macros.
2133         (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
2134         dst_mask.
2135         (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
2136         ppc_stub_plt_branch_r2off.
2137         (struct ppc_stub_hash_entry): Reorganize.
2138         (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
2139         toc_curr, toc_off and emit_stub_syms.
2140         (ppc64_elf_link_hash_table_create): Init them.
2141         (ppc_stub_name): Correct string size.
2142         (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
2143         (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
2144         used.
2145         (ppc_type_of_stub): Tweak root.type test.
2146         (build_plt_stub): Remove glink code.  Adjust for insn macro changes.
2147         (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
2148         ppc_stub_plt_branch_r2off.
2149         (ppc_build_one_stub): Likewise.  Fix var shadowing.  Correct addis,addi
2150         range test.  Use toc_off to calculte r2 values.  Handle emit_stub_syms.
2151         (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
2152         Initialize elf_gp and toc_curr.
2153         (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
2154         (ppc64_elf_next_input_section): Set toc_off.
2155         (group_sections): Ensure groups have the same TOC.
2156         (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
2157         (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
2158         Build new glink stub.
2159         (ppc64_elf_relocate_section): Handle multiple TOCs.  Fix comments.
2160         (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
2161         * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
2162         (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
2163         * section.c (struct sec): Rename flag12 to has_gp_reloc.
2164         (STD_SECTION): Update.
2165         * ecoff.c (bfd_debug_section): Update comment.
2166         * bfd-in2.h: Regenerate.
2168 2003-06-05  Daniel Jacobowitz  <drow@mvista.com>
2170         * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
2171         NULL function pointers.
2173 2003-06-05  Daniel Jacobowitz  <drow@mvista.com>
2175         * simple.c (bfd_simple_get_relocated_section_contents): Call
2176         _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
2178 2003-06-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
2180         * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
2181         ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
2182         swaptables.
2183         * coff-tic4x.c: Ditto
2184         * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
2185         and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
2186         CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
2187         ticoff1_bad_format_hook() functions. Created the coff0 and coff1
2188         swap tables.
2189         * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
2190         * coff-a29k.c: Append COFF_SWAP_TABLE argument
2191         * coff-apollo.c: Ditto
2192         * coff-arm.c: Ditto
2193         * coff-h8300.c: Ditto
2194         * coff-h8500.c: Ditto
2195         * coff-i960.c: Ditto
2196         * coff-m68k.c: Ditto
2197         * coff-m88k.c: Ditto
2198         * coff-mcore.c: Ditto
2199         * coff-sh.c: Ditto
2200         * coff-sparc.c: Ditto
2201         * coff-tic80.c: Ditto
2202         * coff-we32k.c: Ditto
2203         * coff-z8k.c: Ditto
2204         * coff-w65.c: Ditto
2206 2003-06-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
2208         * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
2209         initialization bug
2211 2003-06-03  Jakub Jelinek  <jakub@redhat.com>
2213         * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2214         (bfd_section_from_phdr): Likewise.
2215         (map_sections_to_segments): Create PT_GNU_STACK segment header.
2216         (get_program_header_size): Count with PT_GNU_STACK.
2217         * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
2218         * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
2220 2003-06-03  H.J. Lu <hongjiu.lu@intel.com>
2222         * elflink.h (elf_link_input_bfd): Call linker error_handler
2223         for discarded definitions.
2225 2003-06-03  Elias Athanasopoulos  <elathan@phys.uoa.gr>
2227         * syms.c (decode_section_type): Return 'n' if section flags are
2228         SEC_HAS_CONTENTS && SEC_READONLY.
2230 2003-06-03  Nick Clifton  <nickc@redhat.com>
2232         * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
2233         R_V850_ABS32.  Add entry for R_V850_REL32.
2234         (v850_elf_reloc_map): Likewise.
2235         (v850_elf_check_relocs): Likewise.
2236         (v850_elf_perform_relocation): Likewise.
2237         (v850_elf_final_link_relocate): Likewise.  Include computation
2238         to make R_V850_REl32 pc-relative.
2240 2003-06-03  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2242         * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
2243         and DT_DEBUG dynamic tag even for position independent executables.
2244         * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
2246 2003-06-02  Daniel Jacobowitz  <drow@mvista.com>
2248         * config.bfd: Move obsolete entries out of the range of the
2249         targmatch sed script.
2251 2003-06-02  Daniel Jacobowitz  <drow@mvista.com>
2253         * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
2255 2003-05-31  Jakub Jelinek  <jakub@redhat.com>
2257         * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
2258         plt entries, not just 8191.
2260 2003-05-30  Daniel Jacobowitz  <drow@mvista.com>
2262         * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
2263         Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
2265 2003-05-30  Ulrich Drepper  <drepper@redhat.com>
2266             Jakub Jelinek  <jakub@redhat.com>
2268         * elflink.h (elf_link_add_object_symbols): Use !info->executable
2269         instead of info->shared where appropriate.
2270         (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
2271         * elflink.c (_bfd_elf_create_got_section): Likewise.
2272         (_bfd_elf_link_create_dynamic_sections): Likewise.
2273         (_bfd_elf_link_assign_sym_version): Likewise.
2274         * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
2275         and DT_DEBUG dynamic tag even for position independent executables.
2276         * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2277         * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
2278         * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
2279         * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
2280         * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
2281         * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
2282         * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
2283         * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
2284         * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
2286 2003-05-30  Kris Warkentin <kewarken@qnx.com>
2288         * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
2289         signalled thread.
2290         (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
2292 2003-05-29  Nick Clifton  <nickc@redhat.com>
2294         * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
2295         Tidy up formatting.
2296         * Makefile.am: Add dependency on safe-ctype.h.
2297         * Makefile.in: Regenerate.
2299 2003-05-29  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2301         * elfxx-mips.c: Don't force symbols local unconditionally.
2303 2003-05-28  Alan Modra  <amodra@bigpond.net.au>
2305         * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
2306         undefined_symbol call.
2308 2003-05-27  Richard Sandiford  <rsandifo@redhat.com>
2310         * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
2311         (mips_elf_link_hash_table): Likewise.
2313 2003-05-22  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2315         * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2316         R_MIPS_GNU_REL16_S2 support.
2317         (bfd_elf64_bfd_reloc_type_lookup): Use it.
2318         (mips_elf64_rtype_to_howto): Use it.
2319         * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2320         R_MIPS_GNU_REL16_S2 support.
2321         (bfd_elf32_bfd_reloc_type_lookup): Use it.
2322         (mips_elf_n32_rtype_to_howto): Use it.
2324 2003-05-21  Stuart F. Downing  <sdowning@fame.com>
2326         * som.h: Define PA_2_0 before including a.out.h
2328 2003-05-07  Eric Christopher  <echristo@redhat.com>
2329             Alexandre Oliva   <aoliva@redhat.com>
2331         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
2332         pic tests, change to warning.
2333         (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
2335 2003-05-21  Marcus Comstedt  <marcus@mc.pp.se>
2337         * config.bfd: Check for a target triplet of shl-...-netbsdelf as
2338         well as shle-...-netbsdelf.  Remove duplicate entry.
2340 2003-05-21  Nick Clifton  <nickc@redhat.com>
2342         * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
2343         for X_STORMY16_REL_12 reloc.
2345         * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
2346         the type of the hash table in the bfd_link_info structure.
2347         (bfd_elf_get_runpath_list): Likewise.
2349 2003-05-19  Roland McGrath  <roland@redhat.com>
2351         * elf.c (bfd_elf_bfd_from_remote_memory): New function.
2352         * bfd-in.h: Declare it.
2353         * bfd-in2.h: Regenerated.
2354         * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
2355         * elf-bfd.h (struct elf_backend_data): New function pointer member
2356         elf_backend_bfd_from_remote_memory.
2357         (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
2358         Declare them.
2359         * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
2360         (elfNN_bed): Add that to the initializer.
2362 2003-05-15  Roland McGrath  <roland@redhat.com>
2364         * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
2366 2003-05-20  Jakub Jelinek  <jakub@redhat.com>
2368         * elflink.h (elf_link_output_extsym): Only issue error about !=
2369         STV_DEFAULT symbols if they are bfd_link_hash_undefined.
2371 2003-05-20  H.J. Lu <hongjiu.lu@intel.com>
2373         * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
2374         when removing the old definition for symbols with non-default
2375         visibility.
2377 2003-05-18  Jason Eckhardt  <jle@rice.edu>
2379         * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
2381 2003-05-17  Andreas Schwab  <schwab@suse.de>
2383         * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
2384         elf_section_data during processing of pc-relative and absolute
2385         relocations.
2386         (elf_m68k_relocate_section): Use the cached reloc section instead
2387         of computing it again.  Fix handling of visibility.  Don't modify
2388         addend when copying over a relocation into the output.
2390 2003-05-17  Alan Modra  <amodra@bigpond.net.au>
2392         * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2393         to trim plt entries.  Move undefweak non-default visibility test..
2394         (allocate_dynrelocs): ..from here.
2395         * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
2396         dynamic_sections_created here.  Update comment.  Move undefweak
2397         non-default visibility test..
2398         (allocate_dynrelocs): ..from here.  Fix comment.
2399         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2400         to trim plt entries.  Move undefweak non-default visibility test..
2401         (allocate_dynrelocs): ..from here.  Fix comment.
2402         * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
2403         STV_DEFAULT rather than comparing with zero.
2404         * elflink.c (_bfd_elf_merge_symbol): Likewise.
2405         (_bfd_elf_fix_symbol_flags): Likewise.  Format comment.
2407 2003-05-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2409         * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
2410         pointers.
2411         (_bfd_set_gp_value): Likewise.
2413 2003-05-16  Michael Snyder  <msnyder@redhat.com>
2414         From Bernd Schmidt  <bernds@redhat.com>
2415         * archures.c (bfd_mach_h8300sx): New.
2416         * bfd-in2.h: Regenerate.
2417         * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
2418         (h8300sx_info_struct): New.
2419         (h8300s_info_struct): Link to it.
2420         * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
2421         (elf32_h8_final_write_processing): Likewise.
2422         (elf32_h8_relax_section): Likewise.
2424 2003-05-16  Kelley Cook  <kelleycook@wideopenwest.com>
2426         * config.bfd: Accept i[3-7]86 variants.
2427         * configure.host: Likewise.
2428         * configure.in: Likewise.
2429         * configure: Regenerate.
2431 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
2433         * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
2434         symbol.
2436 2003-05-15  H.J. Lu <hongjiu.lu@intel.com>
2438         * elflink.h (elf_link_check_versioned_symbol): Also allow
2439         the base version.
2441 2003-05-15  Alan Modra  <amodra@bigpond.net.au>
2442             H.J. Lu <hongjiu.lu@intel.com>
2444         * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
2445         (elf_i386_relocate_section): Likewise.
2446         * elf32-ppc.c (allocate_dynrelocs): Likewise.
2447         (ppc_elf_relocate_section): Likewise.
2448         * elf64-ppc.c (allocate_dynrelocs): Likewise.
2449         (ppc64_elf_relocate_section): Likewise.
2451 2003-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2453         * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
2455 2003-05-13  Stephane Carrez  <stcarrez@nerim.fr>
2457         * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
2458         processor capability, allow merge of HC12 and HCS12 in some cases.
2459         (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
2460         * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
2461         (bfd_m68hc12_arch): Link it.
2462         (scan_mach): New function.
2464 2003-05-13  Andrew Haley  <aph@redhat.com>
2466         * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
2468 2003-05-13  Alan Modra  <amodra@bigpond.net.au>
2469             H.J. Lu  <hongjiu.lu@intel.com>
2471         * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
2472         elf32-ppc.c.  Add ELF_LINK_FORCED_LOCAL check.
2473         * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
2474         (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
2475         (ppc_elf_relocate_section): Likewise.
2476         * elf64-ppc.c (allocate_dynrelocs): Likewise.
2477         (ppc64_elf_relocate_section): Likewise.  Use for .got relocs too.
2478         (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
2479         relocs need no other types.
2480         * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
2481         dynreloc check.
2482         (elf_i386_relocate_section): Likewise.  Use for .got relocs too.
2483         (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
2484         .got relocs.
2486 2003-05-13  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2488         * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
2489         copy ELF_LINK_NON_GOT_REF from weakdef.
2490         (allocate_dynrelocs): For undef weak syms with non-default
2491         visibility, a) don't allocate plt entries, b) don't allocate
2492         .got relocs, c) discard dyn rel space
2493         (sh_elf_relocate_section): d) don't generate .got relocs, e)
2494         don't generate dynamic relocs.
2495         (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
2496         for weakdefs when symbol already adjusted.
2498 2003-05-12  Nick Clifton  <nickc@redhat.com>
2500         * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
2501         overflow detection for R_XSTORMY16_16 reloc.
2503 2003-05-12  Paul Clarke  <paulc@senet.com.au>
2505         * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
2507 2003-05-11  Jason Eckhardt  <jle@rice.edu>
2509         * elf32-i860.c (elf32_i860_relocate_highadj): Properly
2510         adjust upper bits.
2511         (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
2512         proper place.
2513         (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
2514         proper place.
2516 2003-05-11  Andreas Schwab  <schwab@suse.de>
2518         * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
2519         complicated tests for unresolvable relocs with a simple direct
2520         scheme using "unresolved_reloc" var.  Report some detail on
2521         bfd_reloc_outofrange and similar errors.
2523 2003-05-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2525         * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
2526         Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
2527         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2528         * elf64-s390.c: Likewise.
2530 2003-05-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2532         * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
2533         (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
2534         ELF_LINK_NON_GOT_REF from weakdef.
2535         (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
2536         already been adjusted before treating it specially.
2537         * el64-s390.c: Likwise.
2539 2003-05-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2541         * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
2542         non-default visibility, a) don't make them dynamic, b) discard
2543         space for dynamic relocs.
2544         (elf_s390_relocate_section): Initialize the GOT entries and skip
2545         R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
2546         symbols with non-default visibility.
2547         * elf64-s390.c: Likewise.
2549 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
2551         * cpu-arm.c (arm_check_note): Warning fix.
2552         * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes.  Arrange
2553         to keep relocs if edited.
2554         (iq2000_elf_print_private_bfd_data): Return TRUE.
2555         * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
2556         ELF64_R_SYM.
2557         (elfNN_ia64_relax_ldxmov): Warning fix.
2558         * xtensa-isa.c (xtensa_add_isa): Warning fix.
2559         * xtensa-modules.c (get_num_opcodes): Warning fix.
2561 2003-05-09  Andrey Petrov <petrov@netbsd.org>
2563         * elf.c (elf_fake_sections): Use correct cast for sh_name.
2565 2003-05-09  Alan Modra  <amodra@bigpond.net.au>
2567         * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
2568         elflink.h.  Replace LOG_FILE_ALIGN with bed->s->log_file_align.
2569         (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
2570         (bfd_elf_record_link_assignment): Move from elflink.h.
2571         (_bfd_elf_merge_symbol): Likewise.
2572         (_bfd_elf_add_default_symbol): Likewise.
2573         (_bfd_elf_export_symbol): Likewise.
2574         (_bfd_elf_link_find_version_dependencies): Likewise.
2575         (_bfd_elf_link_assign_sym_version): Likewise.
2576         (_bfd_elf_link_read_relocs): Likewise.
2577         (_bfd_elf_link_size_reloc_section): Likewise.
2578         (_bfd_elf_fix_symbol_flags): Likewise.
2579         (_bfd_elf_adjust_dynamic_symbol): Likewise.
2580         (_bfd_elf_link_sec_merge_syms): Likewise.
2581         (elf_link_read_relocs_from_section): Likewise.  Use bed->s->sizeof_rel
2582         and bed->s->sizeof_rela.
2583         (_bfd_elf_link_output_relocs): Likewise.
2584         * elf-bfd.h (struct elf_size_info): Rename file_align to
2585         log_file_align.
2586         (struct elf_info_failed): Move from elflink.h.
2587         (struct elf_assign_sym_version_info): Likewise.
2588         (struct elf_find_verdep_info): Likewise.
2589         (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
2590         (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
2591         _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
2592         _bfd_elf_link_assign_sym_version,
2593         _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
2594         _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
2595         _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
2596         _bfd_elf_link_sec_merge_syms): Declare.
2597         (bfd_elf32_link_create_dynamic_sections): Don't declare.
2598         (_bfd_elf32_link_read_relocs): Likewise.
2599         (bfd_elf64_link_create_dynamic_sections): Likewise.
2600         (_bfd_elf64_link_read_relocs): Likewise.
2601         * elflink.h: Move lots o' stuff elsewhere.
2602         * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
2603         (bfd_elf64_record_link_assignment): Likewise.
2604         (bfd_elf_record_link_assignment): Declare.
2605         * bfd-in2.h: Regenerate.
2606         * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
2607         (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
2608         * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
2609         (assign_file_positions_for_segments): Likewise.
2610         (assign_file_positions_except_relocs): Likewise.
2611         (swap_out_syms, elfcore_write_note): Likewise.
2612         * elf-m10200.c: Adjust for changed function names.
2613         * elf-m10300.c: Likewise.
2614         * elf32-arm.h: Likewise.
2615         * elf32-h8300.c: Likewise.
2616         * elf32-hppa.c: Likewise.
2617         * elf32-ip2k.c: Likewise.
2618         * elf32-m32r.c: Likewise.
2619         * elf32-m68hc11.c: Likewise.
2620         * elf32-m68hc1x.c: Likewise.
2621         * elf32-m68k.c: Likewise.
2622         * elf32-mips.c: Likewise.
2623         * elf32-ppc.c: Likewise.
2624         * elf32-sh.c: Likewise.
2625         * elf32-v850.c: Likewise.
2626         * elf32-xtensa.c: Likewise.
2627         * elf64-alpha.c: Likewise.
2628         * elf64-hppa.c: Likewise.
2629         * elf64-mmix.c: Likewise.
2630         * elf64-ppc.c: Likewise.
2631         * elf64-sh64.c: Likewise.
2632         * elfxx-ia64.c: Likewise.
2633         * elfxx-mips.c: Likewise.
2634         (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
2635         * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
2636         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
2637         * elf64-mips.c (mips_elf64_size_info): Likewise.
2638         * elf64-s390.c (s390_elf64_size_info): Likewise.
2639         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
2641 2003-05-08  H.J. Lu <hongjiu.lu@intel.com>
2643         * elflink.h (elf_add_default_symbol): After skipping the
2644         unversioned symbol, go to non-default one.
2646 2003-05-07  H.J. Lu <hongjiu.lu@intel.com>
2648         * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
2649         want_plt field.
2650         (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
2651         for symbols with non-default visibility.
2653 2003-05-07  H.J. Lu <hongjiu.lu@intel.com>
2655         * elflink.h (elf_link_check_versioned_symbol): Also handle the
2656         case that a DSO references a hidden symbol which may be
2657         satisfied by a versioned symbol in another DSO.
2658         (elf_link_output_extsym): Check versioned definition for hidden
2659         symbol referenced by a DSO.
2661 2003-05-07  Nick Clifton  <nickc@redhat.com>
2663         * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
2664         R_XSTORMY16_16 reloc to ignore overflows.
2666 2003-05-06  Alexandre Oliva  <aoliva@redhat.com>
2668         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
2669         error message for mixing different-endian files.  Check for ABI
2670         compatibility of input files with the selected emulation.
2672 2003-05-05  Alan Modra  <amodra@bigpond.net.au>
2674         * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
2675         non-default visibility, a) don't make them dynamic, b) discard
2676         space for dynamic relocs.
2677         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2679         * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
2680         non-default visibility, a) don't allocate plt entries, b) don't
2681         allocate .got relocs, c) discard dyn rel space,
2682         (ppc_elf_relocate_section): d) don't generate .got relocs, e)
2683         don't generate dynamic relocs.
2684         * elf64-ppc.c (allocate_dynrelocs): As above.
2685         (ppc64_elf_relocate_section): As above.
2687 2003-05-05  Andreas Jaeger  <aj@suse.de>
2689         * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
2690         relocation entries for weak undefined symbols with non-default
2691         visibility.
2692         (elf64_x86_64_relocate_section): Initialize the GOT entries and
2693         skip R_386_32/R_386_PC32 for weak undefined symbols with
2694         non-default visibility.
2696 2003-05-04  H.J. Lu <hjl@gnu.org>
2698         * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
2699         relocation entries for weak undefined symbols with non-default
2700         visibility.
2701         (elf_i386_relocate_section): Initialize the GOT entries and
2702         skip R_386_32/R_386_PC32 for weak undefined symbols with
2703         non-default visibility.
2705         * elfxx-ia64.c (allocate_fptr): Don't allocate function
2706         descriptors for weak undefined symbols with non-default
2707         visibility.
2708         (allocate_dynrel_entries): Don't allocate relocation entries
2709         for symbols resolved to 0.
2710         (set_got_entry): Don't install dynamic relocation for weak
2711         undefined symbols with non-default visibility.
2712         (set_pltoff_entry): Likewise.
2714         * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
2715         with non-default visibility.
2716         (elf_link_output_extsym): Don't make weak undefined symbols
2717         with non-default visibility dynamic.
2719 2003-05-04  H.J. Lu <hjl@gnu.org>
2721         * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
2723 2003-05-04  H.J. Lu <hjl@gnu.org>
2725         * elflink.h (elf_merge_symbol): Don't record a hidden/internal
2726         symbol dynamic. Check indirection when removing the old
2727         definition for symbols with non-default visibility.
2728         (elf_add_default_symbol): Skip when told by elf_merge_symbol.
2730 2003-05-02  Nick Clifton  <nickc@redhat.com>
2732         * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
2733         R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
2734         unsigned overflow.
2736 2003-05-02  Andreas Jaeger  <aj@suse.de>
2738         * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
2739         ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2740         (ELIMINATE_COPY_RELOCS): Define as one.  Use throughout.
2741         (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
2742         ELF_LINK_NON_GOT_REF from weakdef.
2744 2003-05-02  Charles Lepple <clepple@ghz.cc>
2745             Nick Clifton <nickc@redhat.com>
2747         * acinclude.m4: Fix name of --enable-install-libbfd switch.
2748         * aclocal.m4: Regenerate.
2749         * configure: Regenerate.
2750         * Makefile.in: Regenerate.
2752 2003-05-01  Alan Modra  <amodra@bigpond.net.au>
2754         * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
2755         weakdef sym has already been adjusted before treating it specially.
2756         * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
2757         ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2758         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
2759         (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
2761 2003-04-28  H.J. Lu <hjl@gnu.org>
2763         * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
2764         the relax finalize pass.
2766         * section.c (struct sec): Add need_finalize_relax and remove
2767         flag11.
2768         (STD_SECTION): Update struct sec initializer.
2769         * bfd-in2.h: Regenerated.
2771 2003-04-28  H.J. Lu <hjl@gnu.org>
2773         * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
2774         to copy any information related to dynamic linking when we flip
2775         the indirection.
2777 2003-04-27  H.J. Lu <hjl@gnu.org>
2779         * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
2780         (ELF_LINK_DYNAMIC_WEAK): New.
2782         * elflink.h (elf_merge_symbol): Add one argument to indicate if
2783         a symbol should be skipped. Ignore definitions in dynamic
2784         objects for symbols with non-default visibility.
2785         (elf_add_default_symbol): Adjusted.
2786         (elf_link_add_object_symbols): Check if a symbol should be
2787         skipped. Don't merge the visibility field with the one from
2788         a dynamic object.
2789         (elf_link_check_versioned_symbol): Use undef_bfd.
2790         (elf_link_output_extsym): Warn if a forced local symbol is
2791         referenced from dynamic objects. Make non-weak undefined symbol
2792         with non-default visibility a fatal error.
2794 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
2796         * configure.in: Bump version on HEAD to 2.14.90.
2797         * configure: Regenerated.
2799 2003-04-26  Stephane Carrez  <stcarrez@nerim.fr>
2801         PR savannah/3331:
2802         * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
2803         when we couldn't relax something.
2805 2003-04-25  Alan Modra  <amodra@bigpond.net.au>
2807         * elflink.h (elf_merge_symbol): When we find a regular definition
2808         for an indirect symbol, flip the indirection so that the old
2809         direct symbol now points to the new definition.
2811 2003-04-24  Roland McGrath  <roland@redhat.com>
2813         * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
2815 2003-04-24  Alan Modra  <amodra@bigpond.net.au>
2817         * elf32-ppc.c: Formatting and comment fixes.
2818         (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
2819         (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
2821 2003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2823         * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
2824         * bfd-in2.h: Rebuilt.
2825         * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
2826         * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
2827         & H8300SNMAGIC.
2828         (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
2829         * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
2830         (h8300sn_info_struct, h8300hn_info_struct): New.
2831         * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
2832         (elf32_h8_final_write_processing): Likewise.
2834 2003-04-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2836         * elf32-sh.c (tpoff): New.
2837         (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
2838         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2839         (allocate_dynrelocs): Don't make unnecessary dynamic TLS
2840         relocations.  Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
2841         (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
2842         (dtpoff_base): Fix wrong indentation.
2843         (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
2844         relocations.  Don't set tls_tpoff32 flag.  Don't make unnecessary
2845         R_SH_TLS_TPOFF32 relocations.
2847 2003-04-23  J"orn Rennecke <joern.rennecke@superh.com>
2849         * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
2850         * cpu-sh.c: Likewise.
2851         * elf32-sh.c: Likewise.
2852         * reloc.c (bfd_reloc_code_real): Likewise.
2853         * elf32-sh64-com.c: Change comment to refer to SuperH.
2854         * elf32-sh64.c: Likewise.
2855         * elf64-sh64.c: Likewise.
2856         * bfd-in2.h (enum bfd_architecture): Regenerate.
2858 2003-04-23  Alan Modra  <amodra@bigpond.net.au>
2860         From Julien LEMOINE <speedblue@debian.org>
2861         * elf32-i386.c (elf_i386_info_to_howto): Delete.
2862         (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
2864 2003-04-22  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2866         * archures.c: Replace references to Mitsubishi M32R with references
2867         to Renesas M32R.
2868         * relocs.c: Likewise.
2869         * bfd-in2.h: Regenerate.
2871 2003-04-21  Richard Henderson  <rth@redhat.com>
2873         * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
2874         executable when a symbol is defined both regular and dynamic.
2876 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
2878         * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
2879         (elf32-m68hc1x.lo): Update dependencies
2880         * configure.in: Add elf32-m68hc1x.lo.
2881         * configure: Rebuild.
2882         * Makefile.in: Rebuild.
2884 2003-04-21  Stephane Carrez  <stcarrez@nerim.fr>
2886         * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2887         (m68hc11_elf_hash_table_create): New function.
2888         (elf32_m68hc11_link_hash_table_free): New function.
2889         (stub_hash_newfunc): New function.
2890         (m68hc11_add_stub): New function.
2891         (elf32_m68hc11_add_symbol_hook): New function.
2892         (elf32_m68hc11_setup_section_lists): New function.
2893         (elf32_m68hc11_next_input_section): New function.
2894         (elf32_m68hc11_size_stubs): New function.
2895         (elf32_m68hc11_build_stubs): New function.
2896         (m68hc11_get_relocation_value): New function.
2897         (elf32_m68hc11_relocate_section): Call the above to redirect
2898         some relocations to the trampoline code.
2899         (m68hc11_elf_export_one_stub): New function.
2900         (m68hc11_elf_set_symbol): New function.
2901         (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
2902         (m68hc11_elf_get_bank_parameters): Get parameters only when the info
2903         is not yet initialized.
2905         * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2906         (elf32_m68hc11_stub_hash_entry): New struct.
2907         (m68hc11_page_info): Add trampoline handler address.
2908         (m68hc11_elf_link_hash_table): Add stubs generation members.
2909         (elf32_m68hc11_add_symbol_hook): Declare.
2910         (elf32_m68hc11_setup_section_lists): Declare.
2911         (elf32_m68hc11_size_stubs): Declare.
2912         (elf32_m68hc11_build_stubs): Declare.
2914         * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
2915         (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
2916         (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
2917         (_bfd_m68hc11_elf_set_private_flags): Ditto.
2918         (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
2919         (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
2920         (bfd_elf32_bfd_link_hash_table_create): Define.
2921         (elf_backend_add_symbol_hook): Define.
2922         (m68hc11_elf_bfd_link_hash_table_create): New function.
2923         (m68hc11_elf_build_one_stub): New function.
2924         (m68hc11_elf_size_one_stub): New function.
2925         (m68hc11_elf_bfd_link_hash_table_create): Install the above.
2926         (bfd_elf32_bfd_link_hash_table_create): Define.
2928         * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
2929         (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
2930         (m68hc12_phys_addr): Ditto.
2931         (m68hc12_phys_page): Ditto.
2932         (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
2933         (elf32_m68hc11_gc_mark_hook): Likewise.
2934         (elf32_m68hc11_gc_sweep_hook): Likewise.
2935         (elf32_m68hc11_check_relocs): Likewise.
2936         (elf32_m68hc11_relocate_section): Likewise.
2937         (_bfd_m68hc12_elf_set_private_flags): Likewise.
2938         (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
2939         (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
2940         (m68hc12_elf_build_one_stub): New function.
2941         (m68hc12_elf_size_one_stub): New function.
2942         (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
2943         (elf_backend_add_symbol_hook): Define.
2944         (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
2946 2003-04-18  Nick Clifton  <nickc@redhat.com>
2948         * format.c (bfd_check_format_matches): Only check associated
2949         vector if the matching_vector has been created.
2951 2003-04-15  Alexandre Oliva  <aoliva@redhat.com>
2953         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2954         2003-04-09's change.
2956 2003-04-15  Brian Ford  <ford@vss.fsi.com>
2958         * peicode.h (coff_swap_scnhdr_in): If a section holds
2959         uninitialized data and is from an object file or from an
2960         executable image that has not initialized the s_size field, or if
2961         the physical size is padded, use the virtual size (stored in
2962         s_paddr) instead.
2964 2003-04-15  H.J. Lu <hjl@gnu.org>
2966         * elflink.h (elf_link_add_object_symbols): Properly report
2967         filename for alignment reduction.
2969 2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
2971         * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
2972         * reloc.c: Likewise.
2973         * coff-h8300.c: Likewise.
2974         * coff-h8500.c: Likewise.
2975         * coff-sh.c: Likewise.
2976         * cpu-h8300.c: Likewise.
2977         * cpu-sh.c: Likewise.
2978         * elf32-h8300.c: Likewise.
2979         * elf32-sh.c: Likewise.
2980         * elf32-sh64-com.c: Likewise.
2981         * elf32-sh64.c: Likewise.
2982         * elf64-sh64.c: Likewise.
2983         * bfd-in2.h: Regenerate.
2985 2003-04-14  H.J. Lu <hjl@gnu.org>
2987         * elflink.h (elf_link_add_object_symbols): Maintain maximum
2988         alignment for common symbols. Warn reducing alignment for
2989         common symbols. Report old filename when symbol size changes.
2991 2003-04-12  Alexandre Oliva  <aoliva@redhat.com>
2993         * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
2994         occurrences of the same test changed in the previous patch.
2995         Optimize.
2997 2003-04-11  Alexandre Oliva  <aoliva@redhat.com>
2999         * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
3000         (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
3001         GOT_DISP/addend only if the symbol got a global GOT entry.
3003 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
3005         * elfxx-mips.c (mips_elf_calculate_relocation): Decay
3006         GOT_PAGE/GOT_OFST referencing overridable symbol to
3007         GOT_DISP/addend.
3008         (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
3009         global symbol as GOT_DISP.
3011 2003-04-10  Bob Wilson  <bob.wilson@acm.org>
3013         * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
3014         next relocation on an undefined symbol.
3016 2003-04-09  Richard Henderson  <rth@redhat.com>
3018         * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
3019         Ignore relocations against r_symndx == 0.
3021 2003-04-09  H.J. Lu <hjl@gnu.org>
3023         * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
3024         FALSE for undefined symbols.
3025         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3027 2003-04-09  Alexandre Oliva  <aoliva@redhat.com>
3029         * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
3030         and IRIX-specific shift-to-64-bit 4-byte lengths before following
3031         addr_size.
3033 2003-04-08  Alexandre Oliva  <aoliva@redhat.com>
3035         * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
3036         pointer size from ABI, not arch_bits_per_address.
3038 2003-04-07  Kevin Buettner  <kevinb@redhat.com>
3040         * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
3041         constants for n32 ABI.
3043 2003-04-06  Andrew Cagney  <cagney@redhat.com>
3045         * simple.c (bfd_simple_get_relocated_section_contents): Disable
3046         free that leads to GDB vs BFD memory corruption.
3048 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
3050         * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
3051         symbols that mark the end of the section.
3052         (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
3053         converting to a relative branch so that the offset is computed after
3054         the relaxation; also relocate a jsr into a bsr if possible but don't
3055         relax them if they are to a far symbol as we need to call the
3056         trampoline code.
3057         (elf_m68hc11_howto_table): Set pcrel_offset to true.
3059 2003-04-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
3061         * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
3062         bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
3063         * bfd-in2.h: Regenerate
3064         * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
3065         * cpu-tic4x.c: Ditto
3067 2003-04-03  Nick Clifton  <nickc@redhat.com>
3069         * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
3070         differently for object files and executables.
3071         * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
3072         for object files or for executables who have not already
3073         initialised the field.
3074         * libpei.h (bfd_pe_executable_p): New macro.  Return true if
3075         the PE format bfd is an executable.
3077 2003-04-03  Alan Modra  <amodra@bigpond.net.au>
3079         * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
3080         here as it's too early to reliably determine locality.
3081         (ppc_elf_gc_sweep_hook): Likewise.
3082         (SYMBOL_REFERENCES_LOCAL): Expand comment.
3084 2003-04-02  Bob Wilson  <bob.wilson@acm.org>
3086         * xtensa-modules.c: Remove comment indicating that this is a
3087         generated file.
3089 2003-04-02  Alan Modra  <amodra@bigpond.net.au>
3091         * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
3093 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
3095         * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
3096         (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
3097         (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
3098         xtensa-modules.lo.
3099         (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
3100         xtensa-modules.c.
3101         (cpu-xtensa.lo): New target.
3102         (elf32-xtensa.lo): Likewise.
3103         (xtensa-isa.lo): Likewise.
3104         (xtensa-modules.lo): Likewise.
3105         * Makefile.in: Regenerate.
3106         * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
3107         (bfd_archures_list): Add bfd_xtensa_arch.
3108         * config.bfd: Handle xtensa-*-*.
3109         * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
3110         * configure: Regenerate.
3111         * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
3112         PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
3113         * targets.c (bfd_elf32_xtensa_be_vec): Declare.
3114         (bfd_elf32_xtensa_le_vec): Likewise.
3115         (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
3116         * cpu-xtensa.c: New file.
3117         * elf32-xtensa.c: Likewise.
3118         * xtensa-isa.c: Likewise.
3119         * xtensa-modules.c: Likewise.
3120         * libbfd.h: Regenerate.
3121         * bfd-in2.h: Likewise.
3123 2003-04-01  Nick Clifton  <nickc@redhat.com>
3125         * archures.c (bfd_mach_arm_unknown): Define.
3126         * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
3127         bfd_arm_get_mach_from_notes): Prototype.
3128         * bfd-in2.h: Regenerate.
3129         * coff-arm.c (coff_arm_merge_private_bfd_data): Call
3130         bfd_arm_merge_machines.
3131         (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
3132         * coffcode.h (coff_set_arch_mach_hook): Call
3133         bfd_arm_get_mach_from_notes.
3134         * coffgen.c (coff_real_object_p): Revert previous delta.
3135         * cpu_arm.c (arm_check_note): New function.  Examine a note in a
3136         .note section.
3137         (bfd_arm_merge_machines): New function: Handle the merging of ARM
3138         binaries compiled for different architectures..
3139         (bfd_arm_update_notes): New function: Update an ARM note section.
3140         (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
3141         number from an ARM note section.
3142         * elf32-arm.h (elf32_arm_object_p): Use
3143         bfd_arm_get_mach_from_notes.
3144         (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
3145         (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
3147 2003-04-01  Ben Elliston  <bje@wasabisystems.com>
3149         * dwarf2.c (read_attribute_value): Correct typo in comment.
3151 2003-04-01  Nick Clifton  <nickc@redhat.com>
3153         * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
3154         instead of concat().
3155         (decode_line_info): Only free filename if it is not NULL.
3156         (add_line_info): Make a copy of the filename when storing it into
3157         the info structure.
3159 2003-03-31  Andreas Schwab  <schwab@suse.de>
3160             Daniel Jacobowitz  <drow@mvista.com>
3162         * simple.c (bfd_simple_get_relocated_section_contents): Add
3163         parameter symbol_table.  Optionally use it instead of the symbol
3164         table from the bfd.  Save and restore output offsets and output
3165         sections  around bfd_get_relocated_section_contents.  Fix a memory
3166         leak.
3167         (simple_save_output_info, simple_restore_output_info): New
3168         functions.
3169         * bfd-in2.h: Regenerate.
3170         * dwarf2.c (read_abbrevs): Use
3171         bfd_simple_get_relocated_section_contents instead of
3172         bfd_get_section_contents.
3173         (decode_line_info): Likewise.
3174         (_bfd_dwarf2_find_nearest_line): Likewise.  Don't call
3175         find_rela_addend.
3176         (find_rela_addend): Remove.
3177         * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
3178         debugging sections.
3179         (elfNN_ia64_hash_table_create): Create the hash table with malloc,
3180         not bfd_zalloc.
3182 2003-03-31  David Heine  <dlheine@suif.stanford.edu>
3184         * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
3185         bfd_alloc.
3186         * dwarf2.c (concat_filename): Always allocate space for the
3187         returned filename.
3188         (decode_line_info): Free the allocated filename returned by
3189         concat_filename.
3190         * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
3191         * elf.c (copy_private_bfd_data): Likewise.
3192         (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
3193         * elflink.h (elf_link_sort_relocs): Fix memory leak.
3194         * format.c (bfd_check_format_matches): Likewise.
3195         * linker.c (bfd_generic_final_link): Likewise.
3196         * opncls.c (find_separate_debug_info): Likewise.
3197         * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
3199 2003-03-28  H.J. Lu <hjl@gnu.org>
3201         * elflink.h (elf_link_add_object_symbols): Correctly combine
3202         visibilities.
3204 2003-03-27  Jakub Jelinek  <jakub@redhat.com>
3206         * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
3207         to -1 before recomputing got offsets.
3209 2003-03-26  Andreas Schwab  <schwab@suse.de>
3211         * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3212         (elf_m68k_relocate_section): Use it to correctly handle symbols
3213         forced to be local.
3214         (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
3215         entries for symbols that are forced to be local.
3217 2003-03-25  Alexandre Oliva  <aoliva@redhat.com>
3219         * elfxx-mips.c (_bfd_mips_relax_section): New function.
3220         * elfxx-mips.h (_bfd_mips_relax_section): Declare.
3221         * elfn32-mips.c, elf64-mips.c: Use it.
3223 2003-03-25  Stan Cox   <scox@redhat.com>
3224             Nick Clifton  <nickc@redhat.com>
3226         Contribute support for Intel's iWMMXt chip - an ARM variant:
3228         * archures.c: Add bfd_mach_arm_iWMMXt.
3229         * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
3230         * bfd-in2.h: Regenerate.
3231         * libbfd.h: Regenerate.
3232         * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
3233         object files to be linked with XScale ones.
3234         (coff_arm_final_link_postscript): Update note section.
3235         * coffcode.h (coff_set_arch_mach_hook): Handle note section.
3236         * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
3237         after identifying a coff binary.
3238         * cpu-arm.c (processors): Add iWMMXt.
3239         (arch_inf): Likewise.
3240         * elf32-arm.h (arm_object_p): Handle note section.
3241         (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
3242         be linked with XScale ones.
3243         (elf32_arm_section_flags): New function: Set flags on note section.
3244         (elf32_arm_final_write_processing): Handle note section.
3246 2003-03-21  DJ Delorie  <dj@redhat.com>
3248         * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
3249         _bfd_elf_rela_local_sym.
3251 2003-03-20  H.J. Lu <hjl@gnu.org>
3253         * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
3254         non-ELF outputs.
3256 2003-03-20  Nick Clifton  <nickc@redhat.com>
3258         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
3259         $idata5 in case bfd_coff_final_link is not called.
3261 2003-03-19  Jakub Jelinek  <jakub@redhat.com>
3263         * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
3264         field.
3265         (canon_reloc_count): Define.
3266         (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
3267         sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
3268         reloc_count.
3269         (sparc64_elf_canonicalize_reloc): New routine.
3270         (bfd_elf64_canonicalize_reloc): Define.
3272 2003-03-18  Jakub Jelinek  <jakub@redhat.com>
3274         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
3275         againt mergeable sections.  Take r_addend into account when caching
3276         trampolines.
3278 2003-03-18  Richard Henderson  <rth@redhat.com>
3280         * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
3281         local symbols that have no dyninfo.
3283 2003-03-14  Gene Smith  <gene.smith@siemens.com>
3285         * ieee.c (ieee_write_expression): Handle the case where symbol is
3286         NULL.
3287         General formatting improvements.
3289 2003-03-13  Nick Clifton  <nickc@redhat.com>
3291         * configure.in (LINGUAS): Add zh_CN.
3292         * configure: Regenerate.
3293         * po/zh_CN.po: New file.
3295 2003-03-13  Elias Athanasopoulos  <elathan@phys.uoa.gr>
3297         * aout-cris.c (BYTES_IN_WORD): Don't define.
3298         aout-encap.c: Likewise.
3299         aout-ns32k.c: Likewise.
3300         aout-tic30.c: Likewise.
3301         hp300bsd.c: Likewise.
3302         i386aout.c: Likewise.
3303         i386dynix.c: Likewise.
3304         i386linux.c: Likewise.
3305         i386lynx.c: Likewise.
3306         i386mach3.c: Likewise.
3307         m68k4knetbsd.c: Likewise.
3308         m68klinux.c: Likewise.
3309         m68klynx.c: Likewise.
3310         m68knetbsd.c: Likewise.
3311         m88kmach3.c: Likewise.
3312         mipsbsd.c: Likewise.
3313         newsos3.c: Likewise.
3314         sparclinux.c: Likewise.
3315         sparclynx.c: Likewise.
3316         sparcnetbsd.c: Likewise.
3317         vaxbsd.c: Likewise. Fix comment formatting.
3319 2003-03-12  Alexandre Oliva  <aoliva@redhat.com>
3321         * Reverted 2003-03-02's patch.
3323         * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
3324         overridable.
3325         * elf64-mips.c (mips_elf64_canonicalize_reloc,
3326         mips_elf64_get_dynamic_reloc_upper_bound,
3327         mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
3328         (bfd_elf64_get_canonicalize_reloc,
3329         bfd_elf64_get_dynamic_reloc_upper_bound,
3330         bfd_elf64_canonicalize_dynamic_reloc): Define.
3331         (mips_elf64_slurp_reloc_table): Support dynamic.
3332         (mips_elf64_slurp_one_reloc_table): Adjust.
3334 2003-03-12  Nick Clifton  <nickc@redhat.com>
3336         * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
3337         'index' to 'offset' in test for zero value.
3339 2003-03-11  Alexandre Oliva  <aoliva@redhat.com>
3341         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
3342         dynamic relocations pointing to local or section symbols, use the
3343         NULL symbol instead.  Document the choice to not emit an
3344         additional R_MIPS_64 relocation.
3346 2003-03-11  Alan Modra  <amodra@bigpond.net.au>
3348         * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
3349         zero index dynamic tls relocs generated for the GOT.  Tidy code.
3350         Set "relocation" to 1 on DTPMOD32 relocs.  Optimize HA adjustment.
3351         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3353 2003-03-07  Alan Modra  <amodra@bigpond.net.au>
3355         * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
3356         a tls_get_addr call.
3358         * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3359         (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
3360         ELF_LINK_NON_GOT_REF from weakdef.
3361         * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3362         (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
3363         ELF_LINK_NON_GOT_REF from weakdef.
3364         * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one.  Use throughout.
3365         (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
3366         ELF_LINK_NON_GOT_REF from weakdef.
3368 2003-03-06  Jakub Jelinek <jakub@redhat.com>
3369         Andrew Haley  <aph@redhat.com>
3371         * elflink.h (elf_bfd_discard_info): Don't process eh frames if
3372         output is relocateable.
3374 2003-03-06  Steven Konopa <skonopa@kgo.csc.com>
3376         * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
3377         R_COMMENT.
3379 2003-03-06  Alan Modra  <amodra@bigpond.net.au>
3381         * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
3382         error messages.
3383         (ELIMINATE_COPY_RELOCS): Define to zero.
3384         (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
3385         TLSLD relocs.  Report reloc types on a number of errors.  Optimize
3386         LOCAL24PC check for non-local syms.  Don't capitalize error messages.
3387         * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
3388         (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
3389         calculating TLSLD relocs.  Report reloc types on a number of errors.
3390         Don't capitalize error messages.
3392 2003-03-03  H.J. Lu <hjl@gnu.org>
3394         * elfxx-ia64.c (USE_BRL): Removed.
3395         (oor_ip): Removed.
3397 2003-03-03  J"orn Rennecke <joern.rennecke@superh.com>
3399         * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
3400         relocation (no special function), and make it non-partial_inplace.
3401         (sh_elf_relax_section): When creating a bsr, use a consistent value
3402         no matter if the symbol is extern or not;  set addend to -4.
3403         Don't swap load / non-load instructions for SH4.
3404         (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
3405         rather than if the symbol is external to determine if adjusting the
3406         offset makes sense.  Adjust the addend too if appropriate.
3407         (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
3408         relocation.
3410 2003-03-03  Nick Clifton  <nickc@redhat.com>
3412         * po/da.po: Installed latest translation.
3414 2003-03-02  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3416         * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
3417         R_MIPS_PC16 to rightshift 2.
3418         (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
3419         (bfd_elf32_bfd_reloc_type_lookup): Support
3420         BFD_RELOC_MIPSEMB_16_PCREL_S2.
3421         * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
3422         R_MIPS_PC16 to rightshift 2.
3423         (mips_elf64_howto_table_rela): Likewise.
3424         (mips_reloc_map): Map to rightshifted BFD reloc.
3425         * elfn32-mips.c: The same as in elf64-mips.c.
3426         * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
3427         (mips_elf_calculate_relocation): Handle rightshifted addends for
3428         R_MIPS_PC16.
3429         * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
3430         MIPS Embedded PIC. Remove superfluous empty COMMENT.
3431         * libbfd.h: Regenerate.
3432         * bfd-in2.h: Regenerate.
3434 2003-02-28  Richard Henderson  <rth@redhat.com>
3436         * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
3437         for ltoff22x relaxation.
3439 2003-03-01  Alan Modra  <amodra@bigpond.net.au>
3441         * bfd-in.h (_bfd): Don't define.
3442         * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
3443         * syms.c: Likewise.
3444         * bfd-in2.h: Regenerate.
3446 2003-02-27  Richard Henderson  <rth@redhat.com>
3448         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
3449         (elfNN_ia64_check_relocs): Set it.
3450         (allocate_global_data_got): Check it.
3451         (allocate_local_got): Likewise.
3452         (allocate_dynrel_entries): Likewise.
3453         (elfNN_ia64_relax_ldxmov): New.
3454         (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
3455         (elfNN_ia64_choose_gp): Split out from ...
3456         (elfNN_ia64_final_link): ... here.
3458 2003-02-27  Andrew Cagney  <cagney@redhat.com>
3460         * bfd.c (struct bfd): Rename "struct _bfd".
3461         * bfd-in.h: Update copyright.
3462         (struct bfd): Rename "struct _bfd".
3463         (_bfd): Define for backward compatibility.
3464         * bfd-in2.h: Regenerate.
3466 2003-02-25  Alan Modra  <amodra@bigpond.net.au>
3468         * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
3469         and rel_hdr2 when initially counting input relocs rather than after
3470         creating output reloc sections.
3471         (elf_link_read_relocs_from_section): Don't abort with wrong reloc
3472         sizes.
3474         * Makefile.am: Run "make dep-am".
3475         * Makefile.in: Regenerate.
3477 2003-02-24  Kris Warkentin  <kewarken@qnx.com>
3479         * elf.c (elfcore_read_notes): Add check for QNX style core file.
3480         (elfcore_grog_nto_note): New function.
3481         (elfcore_grog_nto_gregs): New function.
3482         (elfcore_grog_nto_status): New function.
3484 2003-02-24  Alan Modra  <amodra@bigpond.net.au>
3486         * elflink.c (_bfd_elf_create_got_section): Check existing .got
3487         section flags before concluding that we've already been called.
3488         Don't use register keyword.
3489         (_bfd_elf_create_dynamic_sections): Don't use register keyword.
3490         (_bfd_elf_create_linker_section): Formatting.
3492 2003-02-20  jmc  <jmc@prioris.mini.pw.edu.pl>
3494         * coff-h8300.c: Fix typo: intial -> initial.
3495         * coff-ppc.c: Likewise.
3497 2003-02-20  Alan Modra  <amodra@bigpond.net.au>
3499         * elf32-ppc.c: Formatting.
3500         (allocate_dynrelocs): LD and GD relocs against the same sym need
3501         separate GOT entries.
3502         (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
3503         entries per symbol.
3505 2003-02-19  Alan Modra  <amodra@bigpond.net.au>
3507         * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
3508         removal.  Localize vars.  Remove unnecessary dynobj test.
3509         * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
3510         of INFO.
3511         (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3512         and optimize.
3513         (elf_i386_relocate_section): Likewise.
3514         (elf_i386_gc_sweep_hook): Simplify dyn reloc removal.  Localize vars.
3515         * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
3516         * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
3517         * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
3518         * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
3519         * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise.  Remove
3520         local_dynrel for section too.  Don't touch HIPLT22, LOPLT10, PCPLT32
3521         or PCPLT10 relocs.  Don't subtract twice on PLT32 relocs.
3522         Formatting.
3524         * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
3525         (ppc64_elf_check_relocs): Use it.  Correct comment.  Move SEC_ALLOC
3526         test.
3527         (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
3528         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3529         (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3530         and optimize.  Use ELIMINATE_COPY_RELOCS.
3531         (ppc64_elf_relocate_section): Likewise.
3533         * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
3534         (ppc_elf_copy_indirect_symbol): Copy pc_count field.
3535         (ELIMINATE_COPY_RELOCS): Define.
3536         (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
3537         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3538         (MUST_BE_DYN_RELOC): Define.
3539         (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3540         and optimize.  Trim dyn_relocs.
3541         (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
3542         not be used.  Do generate dyn_relocs for copy reloc avoidance.  Keep
3543         track of pc_rel dyn relocs.
3544         (ppc_elf_relocate_section): Remove "will_become_local".  Adjust
3545         WILL_CALL_FINISH_DYNAMIC_SYMBOL use.  Trim dyn relocs as per
3546         allocate_dynrelocs.  Don't recalculate "sec".
3548 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
3550         * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
3551         * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
3552         on invalid LD relocs.
3553         (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
3554         (ppc64_elf_relocate_section): Unify new handling of LD relocs and
3555         tlsld_got entry.  Use IS_PPC64_TLS_RELOC.
3557         * elf32-ppc.h: New file.
3558         * elf32-ppc.c: Include elf32-ppc.h.
3559         (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
3560         (struct ppc_elf_link_hash_entry): Rename "root" to "elf".  Adjust uses.
3561         Add "tls_mask" field.
3562         (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
3563         (struct ppc_elf_link_hash_table): Rename "root" to "elf".  Adjust uses.
3564         Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
3565         sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
3566         Make use of htab shortcuts throughout file.
3567         (ppc_elf_link_hash_newfunc): Init tls_mask field.
3568         (ppc_elf_link_hash_table_create): Init new fields.
3569         (ppc_elf_copy_indirect_symbol): Copy tls_mask.
3570         (ppc_elf_howto_raw): Add tls relocs.
3571         (ppc_elf_reloc_type_lookup): Handle them.
3572         (ppc_elf_unhandled_reloc): New function.
3573         (ppc_elf_create_got): Stash got section pointer in hash table,
3574         return status.  Make .rela.got too.
3575         (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
3576         (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
3577         NON_GOT_REF set.  Don't allocate space in .plt here..
3578         (allocate_dynrelocs): ..do so here instead, properly ref-counting and
3579         not allocating plt entries unnecessarily.  Allocate got entries here.
3580         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3581         (ppc_elf_size_dynamic_sections): Allocate local got entries.  Pass
3582         "info" during allocate_dynrelocs hash traversal.  Use htab section
3583         shortcuts rather than searching for named sections.  Get rid of
3584         "plt" and "strip" booleans.
3585         (update_local_sym_info, bad_shared_reloc): New functions.
3586         (ppc_elf_check_relocs): Handle TLS relocs.  Move .rela.got creation to
3587         ppc_elf_create_got.  Don't mark got or plt reloc syms dynamic, do so
3588         in allocate_dynreloc.  Use update_local_sym_info and bad_shared_reloc.
3589         Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
3590         R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
3591         in shared libs.  R_PPC_PLTREL32 is a plt reloc too.  Refcount all
3592         relocs that might use a plt entry.  Set NON_GOT_REF too.
3593         Enumerate all do-nothing relocs.
3594         (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs.  Handle
3595         tls relocs and all plt relocs.
3596         (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
3597         (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
3598         (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
3599         shortcuts.
3600         (ppc_elf_relocate_section): Tidy.  Handle TLS relocs.  Use
3601         bfd_elf_local_sym_name.  Simplify unresolved reloc code.  Build got
3602         entries and got relocs here.  Warn on non-zero got reloc addend.
3603         Split out branch taken/not taken reloc code into a separate switch
3604         and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
3605         Split out HA reloc adjustments to separate switch statement.  Don't
3606         warn on reloc overflow if we've already warned about undefined.
3607         Don't rebuild sym name when reporting errors.  Report all possible
3608         errors from _bfd_final_link_relocate.
3609         (bfd_elf32_bfd_final_link): Don't define.
3611 2003-02-18  Alan Modra  <amodra@bigpond.net.au>
3613         * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r".  Don't
3614         rebuild sym name when reporting errors.
3616 2003-02-17  Nick Clifton  <nickc@redhat.com>
3618         * elflink.h (elf_link_output_extsym): Only check
3619         allow_shlib_undefined for shared libraries.
3620         * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
3621         of allow_shlib_undefined.
3622         * elf32-cris.c (cris_elf_relocate_section): Likewise.
3623         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3624         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3625         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3626         * elf32-s390.c (elf_s390_relocate_section): Likewise.
3627         * elf32-sh.c (sh_elf_relocate_section): Likewise.
3628         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3629         * elf32-vax.c (elf_vax_relocate_section): Likewise.
3630         * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3631         * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
3632         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3633         * elf64-s390.c (elf_s390_relocate_section): Likewise.
3634         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3635         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3636         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3637         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
3639 2003-02-17  Nick Clifton  <nickc@redhat.com>
3641         * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
3642         address field to use in the comparison.
3643         (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
3645 2003-02-14  Bob Wilson  <bob.wilson@acm.org>
3647         * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
3648         backends when checking if the generic ELF target should be used.
3650         * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
3651         outside of functions, treat values as absolute addresses.
3653         * bfd.c: Change embedded documentation to use consistent indentation
3654         and to split up long lines.  Change informal style of description
3655         for functions lacking real documentation.
3656         * coffcode.h: Break up long lines in embedded documentation.
3657         * format.c: Likewise.
3658         * targets.c: Likewise.
3659         * libcoff.h: Regenerate.
3660         * bfd-in2.h: Regenerate.
3662 2003-02-14  Alan Modra  <amodra@bigpond.net.au>
3664         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
3665         (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
3666         (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
3667         (allocate_dynrelocs): Don't treat undefined and undefweak specially.
3668         (ppc_size_one_stub): Fix warning, and tighten plt entry check.
3669         (group_sections): Don't share a stub section if stubs are for a large
3670         section.  Adjust comment.
3671         (ppc64_elf_size_stubs): Roughly double the size left for stubs if
3672         !stubs_always_before_branch.
3673         (ppc64_elf_relocate_section): Initialize tlsld GOT entry once.  Don't
3674         treat undefined and undefweak specially when processing dyn relocs.
3676 2003-02-13  Jakub Jelinek  <jakub@redhat.com>
3678         * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
3680 2003-02-13  Nick Clifton  <nickc@redhat.com>
3682         * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
3683         in computation of offset to insert into BL instruction.
3685 2003-02-11  Uwe Stieber  <uwe@wwws.de>
3687         * config.bfd: Add support for kaOS as cross build target system.
3689 2003-02-11  Alan Modra  <amodra@bigpond.net.au>
3691         * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
3692         .__tls_get_addr too.
3693         (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
3695 2003-02-10  Kaz kojima  <kkojima@rr.iij4u.or.jp>
3697         * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
3698         (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
3699         (sh_elf_link_hash_newfunc): Remove the initialization of
3700         tls_tpoff32 field.
3701         (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
3702         for which tls_tpoff32 flag is set.
3703         (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
3704         of the symbol includes the entry matched with the input_section
3705         and having tls_tpoff32 flag on.  When linking statically, set
3706         symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
3707         is defined in this executable.
3708         (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
3710 2003-02-10  Jakub Jelinek  <jakub@redhat.com>
3712         * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
3713         even if there is just non-empty .rela.plt.
3715 2003-02-10  Nick Clifton  <nickc@redhat.com>
3717         * archures.c (bfd_mach_arm_ep9312): Define.
3718         * bfd-in2.h: Regenerate.
3719         * cpu-arm.c (processors[]): Add ep9312.
3720         (bfd_arm_arch): Add ep9312.
3721         * elf32-arm.h (elf32_arm_merge_private_data): Update error
3722         messages and add test for Maverick floating point support.
3723         (elf32_arm_print_private_bfd_data): Handle
3724         EF_ARM_MAVERICK_FLOAT flag.
3725         (elf32_arm_object_p): New function.
3726         (elf_backend_object_p): Define.
3728 2003-02-10  Alan Modra  <amodra@bigpond.net.au>
3730         * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
3731         variables, structure fields or function params to tls_mask or
3732         similar to better reflect usage.
3733         (struct got_entry): Comment.
3734         (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
3735         (get_tls_mask): Rename from get_tls_type.
3737 2003-02-09  Alan Modra  <amodra@bigpond.net.au>
3739         * elf64-ppc.c (TLS_GD_LD): Don't define..
3740         (TLS_GD): ..define this instead and update all uses.
3741         (TLS_TPRELGD): Define.
3742         (ppc64_elf_link_hash_table_create): Tweak initialization of
3743         init_refcount and init_offset.
3744         (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
3745         Mark second slot of GD or LD toc entries.
3746         (get_tls_type): Return an int.  Distinguish toc GD and LD entries
3747         from other tls types.
3748         (ppc64_elf_tls_setup): New function, split out from..
3749         (ppc64_elf_tls_optimize): ..here.  Don't optimize when symbols are
3750         defined in a dynamic object.  Fix LD optimization.  Don't set TLS_TPREL
3751         on GD->IE optimization, use TLS_TPRELGD instead.  Use get_tls_type
3752         return value to properly decide whether toc GD and LD entries can
3753         optimize away __tls_get_addr call.  Check next reloc after DTPMOD64
3754         to determine GD or LD rather than looking at TLS_LD flag.  Don't
3755         attempt to adjust got entry tls_type here..
3756         (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
3757         look for possible merges.
3758         (ppc64_elf_size_dynamic_sections): Adjust local got entries for
3759         optimization.
3760         (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
3761         (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
3762         Make use of return value from get_tls_type to properly detect GD and
3763         LD optimizations.  Split tlsld/gd hi/ha from lo/ds case.  Don't
3764         handle tls_get_addr removal when looking at REL24 relocs, do it when
3765         looking at the previous reloc.  Check reloc after DTPMOD64 to determine
3766         GD or LD.
3767         * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
3769 2003-02-08  Alan Modra  <amodra@bigpond.net.au>
3771         * elf32-hppa.c (group_sections): Don't share a stub section if
3772         stubs are for a large section.
3774         * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
3775         stubs if !stubs_always_before_branch.
3777 2003-02-07  Nick Clifton  <nickc@redhat.com>
3779         * elf.c (swap_out_syms): Generate an error message if an
3780         equivalent output section cannot be found for a symbol.
3782 2003-02-07  Jakub Jelinek  <jakub@redhat.com>
3784         * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
3785         local_got_entries is NULL.
3787 2003-02-06  Andreas Schwab  <schwab@suse.de>
3789         * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
3790         (read_value): Add parameter is_signed, use signed extraction if
3791         the value is signed.
3792         (_bfd_elf_write_section_eh_frame): Pass signed flag of the
3793         encoding to read_value.
3795 2003-02-06  Alan Modra  <amodra@bigpond.net.au>
3797         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
3798         plt info when called to transfer weak sym info.
3800 2003-02-05  Alan Modra  <amodra@bigpond.net.au>
3802         * reloc.c: Add PPC and PPC64 TLS relocs.
3803         * libbfd.h: Regenerate.
3804         * bfd-in2.h: Regenerate.
3805         * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
3806         (ppc64_elf_howto_raw): Add TLS howto's.  Adjust R_PPC64_NONE to be
3807         against a 32 bit field.
3808         (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
3809         (_ppc64_elf_section_data): Add t_symndx and comments.
3810         (ppc64_elf_section_data): Use elf_section_data macro.
3811         (ppc64_elf_new_section_hook): American spelling.
3812         (struct got_entry, struct plt_entry): New.
3813         (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
3814         (struct ppc_stub_hash_entry): Add "addend" field.
3815         (struct ppc_link_hash_entry): Add "tls_type".
3816         (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3817         TLS_EXPLICIT): Define.
3818         (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
3819         (link_hash_newfunc): Init new fields.
3820         (ppc64_elf_link_hash_table_create): Likewise.  Set init_refcount and
3821         init_offset to NULL.
3822         (ppc64_elf_copy_indirect_symbol): Copy got and plt info.  Don't call
3823         _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
3824         there.
3825         (update_local_sym_info, update_plt_info): New functions.
3826         (ppc64_elf_check_relocs): Use them.  Handle TLS relocs.  Adjust GOT
3827         handling to use got.glist rather than got.refcount.  Likewise for PLT.
3828         (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
3829         (func_desc_adjust): Adjust for new PLT list.
3830         (ppc64_elf_adjust_dynamic_symbol): Likewise.
3831         (get_sym_h, get_tls_type): New functions.
3832         (ppc64_elf_edit_opd): Remove unused variable.  Use get_sym_h.
3833         (ppc64_elf_tls_optimize): New function.
3834         (allocate_dynrelocs): Adjust for new PLT and GOT lists.  Allocate
3835         TLS relocs.
3836         (ppc64_elf_size_dynamic_sections): Likewise.
3837         (ppc_type_of_stub): Adjust for new PLT list.
3838         (ppc_build_one_stub): Likewise.
3839         (ppc64_elf_size_stubs): Likewise.  Use get_sym_h.  Treat __tls_get_addr
3840         calls specially.
3841         (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists.  Handle
3842         TLS relocs.  Report local syms using bfd_elf_local_sym_name.  Don't
3843         init GOT entries that have a reloc.  Generate GOT relocs here..
3844         (ppc64_elf_finish_dynamic_symbol): ..not here.  Adjust for PLT list.
3845         * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
3847 2003-02-04  Andreas Schwab  <schwab@suse.de>
3849         * elf32-m68k.c (elf_m68k_hash_entry): Define.
3850         (elf_m68k_link_hash_traverse): Remove.
3851         (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
3852         elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
3853         reduce casting.
3854         (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
3855         casting.
3856         (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
3857         instead of elf_m68k_link_hash_traverse.
3858         (elf_m68k_discard_copies): Change first parameter to pointer to
3859         struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
3860         elf_m68k_link_hash_entry is needed.
3862 2003-02-04  Alan Modra  <amodra@bigpond.net.au>
3864         * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
3865         (struct elf_link_hash_entry): Add "glist" and "plist" fields to
3866         "got" union, and declare as gotplt_union.  Use gotplt_uinion for
3867         "plt" field.
3868         (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
3869         Add "init_offset" field.
3870         (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
3871         (elf_local_got_ents): Declare.
3872         * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
3873         and "plt".
3874         (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
3875         (_bfd_elf_link_hash_table_init): Set "init_offset".
3876         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
3877         from init_offset.
3878         (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
3880         * elf.c (bfd_elf_local_sym_name): Split out from..
3881         (group_signature): ..here.
3882         * elf-bfd.h (bfd_elf_local_sym_name): Declare.
3884 2003-02-04  Alan Modra  <amodra@bigpond.net.au>
3886         * elf-bfd.h (enum elf_link_info_type): Remove.
3887         (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
3888         to struct sec.  Remove linkonce_p field.
3889         (elf_linkonce_p): Delete.
3890         (elf_discarded_section): Update for sec_info_type change.
3891         * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
3892         flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
3893         (ELF_INFO_TYPE_NONE): Define.
3894         (ELF_INFO_TYPE_STABS): Define.
3895         (ELF_INFO_TYPE_MERGE): Define.
3896         (ELF_INFO_TYPE_EH_FRAME): Define.
3897         (ELF_INFO_TYPE_JUST_SYMS): Define.
3898         (STD_SECTION): Update struct sec initializer.
3899         * ecoff.c (bfd_debug_section): Likewise.
3900         * elf.c: Likewise.  Update occurrences of sec_info_type and use_rela_p.
3901         * elflink.h: Likewise.
3902         * elf-eh-frame.c: Likewise.
3903         * elf64-alpha.c: Likewise.
3904         * elfxx-ia64.c: Likewise.
3905         * elfxx-mips.c: Likewise.
3906         * bfd-in2.h: Regenerate.
3908         * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
3909         referring to used_by_bfd.
3910         * elf64-sparc.c (sec_do_relax): Likewise.
3911         * elf64-mmix.c (mmix_elf_section_data): Likewise.
3912         * elfxx-mips.c (mips_elf_section_data): Likewise.
3913         * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
3914         (ieee_get_section_contents): Likewise.
3915         (ieee_new_section_hook): Formatting.
3916         (ieee_canonicalize_reloc): Remove commented out code.
3917         * mmo.c (mmo_section_data): Define.  Use throughout file.
3918         * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
3920 2003-01-31  Graydon Hoare <graydon@redhat.com>
3922         * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
3923         * Makefile.in: Regenerate.
3924         * opncls.c (calc_crc32, get_debug_link_info,
3925         seperate_debug_file_exists, find_seperate_debug_file): New
3926         internal functions.
3927         (bfd_follow_gnu_debuglink): New function.  Follow the pointer
3928         contained inside a .gnu_debuglink section.
3929         * bfd-in2.h: Regenerate.
3931 2003-01-29  Alexandre Oliva  <aoliva@redhat.com>
3933         * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
3934         entry->abfd when it's NULL.
3936 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
3938         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
3939         _bfd_elf_section_offset returning -2 the same way as -1.
3941         * elfxx-mips.c (mips_elf_multi_got): New function.
3942         (struct mips_got_entry): Make symndx and gotidx signed.  Moved
3943         addend into union along with address and link hash entry.
3944         (struct mips_got_info): Added bfd2got and next.
3945         (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
3946         (mips_elf_got_section, mips_elf_create_got_section): Use
3947         SEC_EXCLUDE bit to tell whether we really need the got
3948         section.  Take boolean arguments to disregard an excluded
3949         section, or to create it as excluded.  Adjust all callers.
3950         Use mips_elf_got_section all over.
3951         (mips_elf_local_got_index, mips_elf_got_page,
3952         mips_elf_got16_entry): Take input bfd as argument, and pass it
3953         on to mips_elf_create_local_got_entry.
3954         (mips_elf_global_got_index, mips_elf_create_local_got_entry):
3955         Take input bfd as argument, and manage entries in the
3956         appropriate GOT.
3957         (mips_elf_got_offset_from_index): Take input bfd as argument,
3958         and use it to adjust the GP offset of the bfd.
3959         (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
3960         unreferenced GOT entries of global symbols to the end.
3961         (mips_elf_record_global_got_symbol): Take input bfd as
3962         argument.  Add entries to the master GOT hash table.
3963         (struct mips_elf_bfd2got_hash): New.
3964         (struct mips_elf_got_per_bfd_arg): New.
3965         (struct mips_elf_set_global_got_offset_arg): New.
3966         (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
3967         mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
3968         mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
3969         mips_elf_merge_gots, mips_elf_set_global_got_offset,
3970         mips_elf_resolve_final_got_entry,
3971         mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
3972         mips_elf_got_for_ibfd): New functions.
3973         (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
3974         (MIPS_ELF_GOT_MAX_SIZE): New macro.
3975         (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
3976         (mips_elf_got_entry_hash): Take new fields into account.  Use
3977         mips_elf_hash_bfd_vma.
3978         (mips_elf_got_entry_eq): Take new fields into account.
3979         (mips_elf_create_got_section): Initialize new fields.
3980         (mips_elf_calculate_relocation): Pass input_bfd to functions
3981         that now take it.  Adjust gp for the input_bfd.
3982         (mips_elf_allocate_dynamic_relocation,
3983         mips_elf_create_dynamic_relocation,
3984         _bfd_mips_elf_create_dynamic_sections): Use...
3985         (mips_elf_rel_dyn_section): New function.  Borrow code from...
3986         (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
3987         now take it.  Create the got section if needed, even if
3988         excluded, before recording a global got symbol.  Move some
3989         code to...
3990         (mips_elf_record_local_got_symbol): New fn.
3991         (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
3992         Compute multi-got global entries offsets.  Move GOT code to...
3993         (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
3994         if the GOT is too big.
3995         (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
3996         undefweak symbol to zero.  Generate dynamic relocations for
3997         non-primary GOT entries for global symbols.
3998         (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
3999         case.  Generate dynamic relocations for local got entries.
4000         Sort dynamic relocations on N64 too, using...
4001         (sort_dynamic_relocs_64): New fns.
4002         (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
4003         (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
4005 2003-01-27  Alexandre Oliva  <aoliva@redhat.com>
4007         * bfd.c (struct _bfd): Added id field.
4008         * opncls.c (_bfd_id_counter): New static variable.
4009         (_bfd_new_bfd): Use it.
4010         * bfd-in2.h: Rebuilt.
4012 2003-01-25  Alan Modra  <amodra@bigpond.net.au>
4014         * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
4016 2003-01-25  Jakub Jelinek  <jakub@redhat.com>
4018         * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
4019         (elf32_sparc_rev32_howto): New variable.
4020         (sparc_reloc_map): Add TLS relocs.
4021         (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
4022         Handle REV32.
4023         (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
4024         New functions.
4025         (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
4026         struct elf32_sparc_link_hash_table):
4027         New structures.
4028         (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
4029         elf32_sparc_hash_table): Define.
4030         (link_hash_newfunc, elf32_sparc_link_hash_table_create,
4031         create_got_section, elf32_sparc_create_dynamic_sections,
4032         elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
4033         functions.
4034         (elf32_sparc_check_relocs): Handle TLS relocs.  Add dynamic reloc
4035         reference counting.
4036         (elf32_sparc_gc_sweep_hook): Likewise.
4037         (elf32_sparc_adjust_dynamic_symbol): Likewise.
4038         (elf32_sparc_size_dynamic_sections): Likewise.
4039         (elf32_sparc_relocate_section): Likewise.
4040         (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
4041         New functions.
4042         (elf32_sparc_object_p): Allocate backend private object data.
4043         (bfd_elf32_bfd_link_hash_table_create,
4044         elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
4045         elf_backend_can_refcount): Define.
4046         (elf_backend_create_dynamic_sections): Define to
4047         elf32_sparc_create_dynamic_sections.
4048         * reloc.c: Add SPARC TLS relocs.
4049         * bfd-in2.h, libbfd.h: Rebuilt.
4050         * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
4051         (sparc_reloc_map): Likewise.
4053 2003-01-24  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4055         * bfd-in2.h: Regenerate.
4056         * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
4057         s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
4058         (elf_howto_table): Add TLS relocs.
4059         (elf_s390_reloc_type_lookup): Likewise.
4060         (elf_s390_link_hash_entry): Add tls_type.
4061         (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
4062         New macros.
4063         (elf_s390_link_hash_table): Add tls_ldm_got.
4064         (link_hash_newfunc): Initialize tls_type.
4065         (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
4066         (elf_s390_copy_indirect_symbol): Copy tls_type information.
4067         (elf_s390_check_relocs): Support TLS relocs.
4068         (elf_s390_gc_sweep_hook): Likewise.
4069         (allocate_dynrelocs): Likewise.
4070         (elf_s390_size_dynamic_sections): Likewise.
4071         (elf_s390_relocate_section): Likewise.
4072         (elf_s390_finish_dynamic_symbol): Likewise.
4073         (bfd_elf32_mkobject): Define for TLS.
4074         * elf64-s390.c: Same changes as for elf32-s390.c.
4075         * libbfd.h: Regenerate.
4076         * reloc.c: Add s390 TLS relocations.
4078 2003-01-24  Charles Lepple  <clepple@ghz.cc>
4080         * aclocal.m4: Fix name of --enable-install-libbfd switch.
4082 2003-01-23  Nick Clifton  <nickc@redhat.com>
4084         * Add sh2e support:
4085         2002-04-02  Elena Zannoni  <ezannoni@redhat.com>
4086         * archures.c (bfd_mach_sh2e): Added.
4087         * bfd-in2.h: Rebuilt.
4088         * cpu-sh.c (arch_info_struct): Added SH2e.
4089         * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
4091 2003-01-23  Alan Modra  <amodra@bigpond.net.au>
4093         * elf-bfd.h (struct bfd_elf_section_data): Remove tdata.  Change
4094         dynindx to an int.  Rearrange for better packing.
4095         * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
4096         * elf32-mips.c (bfd_elf32_new_section_hook): Define.
4097         * elf32-sh64.h: New.  Split out from include/elf/sh.h.
4098         (struct _sh64_elf_section_data): New struct.
4099         (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
4100         * elf32-sh64-com.c: Include elf32-sh64.h.
4101         * elf32-sh64.c: Likewise.
4102         (sh64_elf_new_section_hook): New function.
4103         (bfd_elf32_new_section_hook): Define.
4104         (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
4105         (sh64_bfd_elf_copy_private_section_data): Likewise.
4106         (sh64_elf_final_write_processing): Likewise.
4107         * elf32-sparc.c (struct elf32_sparc_section_data): New.
4108         (elf32_sparc_new_section_hook): New function.
4109         (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4110         (sec_do_relax): Define.
4111         (elf32_sparc_relax_section): Adjust to use sec_do_relax.
4112         (elf32_sparc_relocate_section): Likewise.
4113         * elf64-mips.c (bfd_elf64_new_section_hook): Define.
4114         * elf64-mmix.c (struct _mmix_elf_section_data): New.
4115         (mmix_elf_section_data): Define.  Use throughout file.
4116         (mmix_elf_new_section_hook): New function.
4117         (bfd_elf64_new_section_hook): Define.
4118         * elf64-ppc.c (struct _ppc64_elf_section_data): New.
4119         (ppc64_elf_section_data): Define.  Use throughout.
4120         (ppc64_elf_new_section_hook): New function.
4121         (bfd_elf64_new_section_hook): Define.
4122         * elf64-sparc.c (struct sparc64_elf_section_data): New.
4123         (sparc64_elf_new_section_hook): New function.
4124         (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4125         (sec_do_relax): Define.
4126         (sparc64_elf_relax_section): Adjust to use sec_do_relax.
4127         (sparc64_elf_relocate_section): Likewise.
4128         (bfd_elf64_new_section_hook): Define.
4129         * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
4130         * elfxx-mips.c (struct _mips_elf_section_data): New.
4131         (mips_elf_section_data): Define.  Use throughout.
4132         (_bfd_mips_elf_new_section_hook): New function.
4133         (mips_elf_create_got_section): Don't alloc used_by_bfd.
4134         * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
4135         * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
4136         * Makefile.am: Run "make dep-am".
4137         * Makefile.in: Regenerate.
4139 2003-01-21  Richard Henderson  <rth@redhat.com>
4141         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
4142         (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
4143         (elf64_alpha_adjust_dynamic_symbol): Set them.
4144         (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
4145         (elf64_alpha_relax_tls_get_addr): Handle LDM relocs.  Frob the
4146         symbol index when relaxing LDM to TPREL.
4147         (elf64_alpha_relax_section): Likewise.  Allow relaxation of GD
4148         relocs, even if the target isn't locally defined.
4149         (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
4150         (elf64_alpha_relocate_section): Likewise.  Force TP-relative
4151         relocs vs symndx 0 to the tp base.
4153 2003-01-21  Fabio Alemagna  <falemagn@aros.org>
4155         * config.bfd: Handle i[3456]86-*-aros*.
4157 2003-01-21  Andreas Schwab  <schwab@suse.de>
4159         * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
4160         (struct ppc_elf_link_hash_entry): Define.
4161         (ppc_elf_hash_entry): New function.
4162         (struct ppc_elf_link_hash_table): Define.
4163         (ppc_elf_hash_table): New function.
4164         (ppc_elf_link_hash_newfunc): New function.
4165         (ppc_elf_link_hash_table_create): New function.
4166         (ppc_elf_copy_indirect_symbol): New function.
4167         (allocate_dynrelocs): New function.
4168         (readonly_dynrelocs): New function.
4169         (ppc_elf_size_dynamic_sections): Allocate space for dynamic
4170         relocs and determine DT_TEXTREL.
4171         (ppc_elf_check_relocs): Don't do that here, just count the
4172         dynamic relocs.
4173         (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
4174         removed section.
4175         (bfd_elf32_bfd_link_hash_table_create): Define.
4176         (elf_backend_copy_indirect_symbol): Define.
4178 2003-01-21  Richard Henderson  <rth@redhat.com>
4180         * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
4181         TPREL also get a reloc if shared.  Remove SREL support.
4182         (elf64_alpha_emit_dynrel): New.
4183         (elf64_alpha_relocate_section): Use it.  Resolve dynamic TPREL
4184         and GOTTPREL relocs to local symbols against the tp base.
4185         (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
4187         * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
4188         use count before clobbering r_type.
4189         (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
4190         ordering would mean dataflow inspection is necessary.
4192 2003-01-20  Svein E. Seldal  <Svein.Seldal@solidas.com>
4194         * coffcode.h (coff_set_flags): Added get/set arch hooks.
4196 2003-01-20  Fabio Alemagna  <falemagn@aros.org>
4198         * elf32-sh.c: Treat elfNN_bed like other macros defined in
4199           elfxx-target.h and #undef it before #define'ing it.
4200         * elf32-i386.c: Likewise.
4201         * elf32-sh64.c: Likewise.
4202         * elf64-alpha.c: Likewise.
4203         * elf64-sh64.c: Likewise.
4205 2003-01-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4207         * bfd-in2.h: Regenerate.
4208         * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
4209         (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
4210         R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
4211         R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
4212         R_390_PLTOFF32 and R_390_PLTOFF64.
4213         (elf_s390_reloc_type_lookup): Likewise.
4214         (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
4215         of GOTPLT references to a function.
4216         (link_hash_newfunc): Initialize gotplt_refcount.
4217         (elf_s390_check_relocs): Move allocation of local_got_refcounts array
4218         and creation of the got section out of the main switch. Add support
4219         for the gotoff, gotplt and pltoff relocations.
4220         (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
4221         and pltoff.
4222         (elf_s390_adjust_gotplt): New function.
4223         (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
4224         plt entries.
4225         (allocate_dynrelocs): Add comment.
4226         (elf_s390_relocate_section): Change r_type to unsigned. Add support
4227         for gotoff, gotplt and pltoff relocations.
4228         * elf64-s390.c: Same changes as for elf32-s390.c.
4229         * libbfd.h: Regenerate.
4230         * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
4231         BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
4232         BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
4233         and BFD_RELOC_390_PLTOFF64.
4235 2003-01-18  Jakub Jelinek  <jakub@redhat.com>
4237         * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
4238         R_IA64_TPREL64[LM]SB against non-global symbol properly.
4240 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
4242         * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
4243         self_dtpmod_done and self_dtpmod_offset.
4244         (allocate_global_data_got): Only use one got entry for all
4245         dtpmod relocs against local symbols.
4246         (allocate_dynrel_entries): Only need .rela.got entry for
4247         dtpmod against global symbol.
4248         (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
4249         Reserve space in .rela.got for the local dtpmod entry.
4250         (set_got_entry): Initialize the common local dtpmod .got entry.
4251         (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
4252         and R_IA_64_DTPREL64MSB.
4254 2003-01-16  Alan Modra  <amodra@bigpond.net.au>
4256         * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
4257         (R_PPC_*): Rename all occurrences to R_PPC64_*.
4258         (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
4259         (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
4260         (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
4261         relative relocs, not with absolute ones.
4262         * Makefile.am: Run "make dep-am".
4263         * Makefile.in: Regenerate.
4264         * po/SRC-POTFILES.in: Regenerate.
4266 2003-01-15  Andreas Schwab  <schwab@suse.de>
4268         * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
4269         relocation against a non-allocated readonly section.
4271 2003-01-10  Alan Modra  <amodra@bigpond.net.au>
4273         * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
4274         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.  PLTGOT16_HA too.
4276 2002-01-08  Klee Dienes  <kdienes@apple.com>
4278         * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
4279         (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
4280         * Makefile.in: Regenerate.
4282 2003-01-08  Alexandre Oliva  <aoliva@redhat.com>
4284         * elfn32-mips.c (prev_reloc_section): New.
4285         (GET_RELOC_ADDEND): Use it.  Parenthesize macro arguments.
4286         (SET_RELOC_ADDEND): Parenthesize macro argument.
4288 2003-01-07  John David Anglin  <dave.anglin@nrc.gc.ca>
4290         * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
4291         adjust addil instructions if the symbol has no section.
4293 2003-01-07  DJ Delorie  <dj@redhat.com>
4295         * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
4296         partial_inplace.
4298 2003-01-07  Andreas Schwab  <schwab@suse.de>
4300         * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
4301         PC relative relocations.
4302         (elf_m68k_discard_copies): Set it here instead.
4304 2002-01-02  Ben Elliston  <bje@redhat.com>
4305             Jeff Johnston  <jjohnstn@redhat.com>
4307         * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
4308         (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
4309         (BFD32_BACKENDS): Add elf32-iq2000.lo.
4310         (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
4311         (cpu-iq2000.lo): New target.
4312         * Makefile.in: Regenerate.
4313         * config.bfd: Handle iq2000-*-elf.
4314         * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
4315         (bfd_archures_list): Add bfd_iq2000_arch.
4316         * configure.in: Handle bfd_elf32_iq2000_vec.
4317         * configure: Regenerate.
4318         * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
4319         and BFD_RELOC_IQ2000_UHI16.
4320         * targets.c (bfd_elf32_iq2000_vec): Declare.
4321         (bfd_target_vector): Add bfd_elf32_iq2000_vec.
4322         * elf.c (prep_headers): Set e_machine to EM_IQ2000.
4323         * cpu-iq2000.c: New file.
4324         * elf32-iq2000.c: Likewise.
4325         * libbfd.h: Regenerate.
4326         * bfd-in2.h: Likewise.
4328 2003-01-02  Richard Sandiford  <rsandifo@redhat.com>
4330         * elfxx-mips.c: Include libiberty.h.
4331         (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
4332         (mips_set_isa_flags): New function, split out from...
4333         (_bfd_mips_elf_final_write_processing): ...here.  Only call
4334         mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
4335         (mips_mach_extensions): New array.
4336         (mips_32bit_flags_p): New function.
4337         (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
4338         Use mips_32bit_flags_p to check if one binary is 32-bit and the
4339         other is 64-bit.  When adopting IBFD's architecture, adopt the
4340         bfd_mach as well as the flags.
4342 2003-01-02  Nick Kelsey  <nickk@ubicom.com>
4344         * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
4345         fix internal errors, fix bad code generation, fix incorrect stabs
4346         information, and improve ability to eliminate redundant page
4347         instructions. Added code to ip2k_final_link_relocate to self-verify
4348         the linker relaxation.  Fix formatting problems.
4350 2002-12-30  Chris Demetriou  <cgd@broadcom.com>
4352         * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
4353         * archures.c (bfd_mach_mipsisa32r2): New define.
4354         * bfd-in2.h: Regenerate.
4355         * cpu-mips.c (I_mipsisa32r2): New enum value.
4356         (arch_info_struct): Add entry for I_mipsisa32r2.
4357         * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
4358         (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
4359         (_bfd_mips_elf_final_write_processing): Add
4360         bfd_mach_mipsisa32r2 case.
4361         (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
4362         binaries marked as using MIPS32 Release 2.
4364 2002-12-30    Dmitry Diky <diwil@mail.ru>
4366         * Makefile.am: Add msp430 target.
4367         * configure.in: Likewise.
4368         * Makefile.in: Regenerate.
4369         * configure: Regenerate.
4370         * archures.c: Add msp430 architecture vector.
4371         * config.bfd: Likewise.
4372         * reloc.c: Add msp430 relocs.
4373         * targets.c: Add msp320 target.
4374         * cpu-msp430.c: New file: msp430 cpu detection.
4375         * elf32-msp430.c: New file: msp430 reloc processing.
4376         * bfd-in2.h: Regenerate.
4377         * libbfd.h: Regenerate.
4379 2002-12-28  Jakub Jelinek  <jakub@redhat.com>
4381         * elf.c (elf_sort_sections): Don't reorder .tbss.
4382         (assign_file_positions_for_segments): Only adjust off/voff
4383         for increased alignment in PT_LOAD or PT_NOTE segment,
4384         but adjust p_filesz for .tbss too.  in PT_LOAD consider
4385         .tbss to have zero memory size.
4386         (copy_private_bfd_data) [SECTION_SIZE]: Define.
4387         [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
4388         [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
4389         into PT_TLS segment.  Never put SHF_TLS sections in
4390         segments other than PT_TLS or PT_LOAD.
4392         * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
4393         sh_entsize.
4395 2002-12-23  DJ Delorie  <dj@redhat.com>
4397         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
4399 2002-12-23  Alan Modra  <amodra@bigpond.net.au>
4401         * elflink.h (elf_link_output_extsym): Heed strip_discarded.
4403 2002-12-23  Nick Clifton  <nickc@redhat.com>
4405         * archures.c (bfd_arch_get_compatible): Add third parameter
4406         'accept_unknowns'.  Only accept unknown format BFDs if
4407         accept_unknowns is true, or if the format is "binary".
4408         * bfd-in2.h: Regenerate.
4410 2002-12-21  Nick Clifton  <nickc@redhat.com>
4412         * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
4413         that subtracted 8 from pc relative relocations.
4415 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
4417         * coff-h8300.c: Fix comment typos.
4418         * coffcode.h: Likewise.
4419         * cpu-cris.c: Likewise.
4420         * elf32-vax.c: Likewise.
4421         * genlink.h: Likewise.
4422         * linker.c: Likewise.
4423         * som.c: Likewise.
4424         * tekhex.c: Likewise.
4425         * vms-misc.c: Likewise.
4427 2002-12-20  DJ Delorie  <dj@redhat.com>
4429         * reloc.c: Add BFD_RELOC_XSTORMY16_12.
4430         * libbfd.h: Regenerate.
4431         * bfd-in2.h: Regenerate.
4432         * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
4433         (xstormy16_reloc_map): Add R_XSTORMY16_12.
4435 2002-12-19  Kazu Hirata  <kazu@cs.umass.edu>
4437         * doc/bfdint.texi: Fix typos.
4439 2002-12-20  Paul Eggert  <eggert@twinsun.com>
4441         Port to POSIX 1003.1-2001.
4442         * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
4443         * configure.in (build-warnings): Likewise.
4444         (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
4445         * aclocal.m4: Regenerate.
4446         * config.in: Regenerate.
4447         * configure: Regenerate.
4449 2002-12-19  Alan Modra  <amodra@bigpond.net.au>
4451         * coff-h8300.c: Include libiberty.h.
4452         (h8300_reloc16_extra_cases): Check the hash table creator before
4453         referencing h8300 specific fields.  Stash the hash table pointer
4454         in a local var.  Comment typo fixes.
4455         (h8300_bfd_link_add_symbols): Likewise.
4457         * reloc.c (struct reloc_howto_struct): Revise src_mask and
4458         dst_mask comments.
4459         * bfd-in2.h: Regenerate.
4461 2002-12-18  Alan Modra  <amodra@bigpond.net.au>
4463         * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
4464         code a little.  Comment on dynamic relocs against section symbols.
4466 2002-12-17  Roger Sayle  <roger@eyesopen.com>
4468         * configure.host (ia64-*-hpux*): Support 64 bit targets using
4469         the HP compiler's "long long".
4471 2002-12-16  Andrew MacLeod  <amacleod@redhat.com>
4473         * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
4474         and R_XSTORMY16_HI16) howto entries.
4475         (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
4476         (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
4477         determine the start of the second reloc table.
4479 2002-12-16  Nathan Tallent  <eraxxon@alumni.rice.edu>
4481         * ecofflink.c: Fix the reading of the debugging information
4482         of Tru64/Alpha binaries that are produced by recent Compaq
4483         compilers.
4484         (mk_fdrtab): Fix error in creating the FDR (file descriptor)
4485         table.
4486         (lookup_line): Because of the strange information sometimes
4487         generated by Compaq's recent compilers, change how the FDR
4488         table is searched so that PDRs (procedure descriptors) are
4489         correctly found.  Note that this change is really more of a hack;
4490         however, I have included extensive documentation as to why
4491         this is the best solution short of an extensive rewrite or
4492         another hack.
4493         (fdrtab_lookup): Add comments to explain the algorithm.
4495 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4497         * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
4498         initializers to match struct declaration.
4500 2002-12-12  Alan Modra  <amodra@bigpond.net.au>
4502         * dwarf2.c (comp_unit_contains_address): Comment typo fix.
4503         * elf.c (get_program_header_size): Likewise.
4504         * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
4505         (m32r_elf_generic_reloc): Likewise.
4506         * elf32-ppc.c (ppc_elf_howto_init): Likewise.
4507         * elflink.h (elf_bfd_discard_info): Likewise.
4509 2002-12-12  Alan Modra  <amodra@bigpond.net.au>
4511         * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
4512         to DT_JMPREL.  Use srelplt input section size for DT_PLTRELSZ and
4513         DT_RELSZ adjustment, not output section.  Avoid writing tags when
4514         unchanged.  Don't assume linker script is sane, adjust DT_REL too.
4515         * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
4516         size of srelplt for DT_PLTRELSZ.  Use srelplt input section size for
4517         DT_RELASZ adjustment, not output section.  Avoid writing tags when
4518         unchanged.  Adjust DT_RELA.
4519         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
4520         formatting.  Avoid writing tags when unchanged.  Adjust DT_RELA.
4522 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4524         * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
4525         addend by 4.
4527 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
4529         * elfxx-mips.c (struct mips_got_entry): New.
4530         (struct mips_got_info): Added got_entries field.
4531         (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
4532         (mips_elf_local_got_index, mips_elf_got_page,
4533         mips_elf_got16_entry): Re-implement in terms of new...
4534         (mips_elf_create_local_got_entry): Rewrite to use got_entries.
4535         Change return type.
4536         (mips_elf_highest): Warning clean-up.
4537         (mips_elf_create_got_section): Initialize got_entries.
4538         (_bfd_mips_elf_check_relocs): Use got_entries to estimate
4539         local got size.
4540         (_bfd_mips_elf_size_dynamic_sections): Do not account for
4541         GOT_PAGE entries, since we now reuse GOT16 entries.
4543 2002-12-10  Jason Thorpe  <thorpej@wasabisystems.com>
4545         * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
4546         read-only section that lies after .text and before .data to be
4547         written into the output file and included in a_text.
4548         (translate_to_native_sym_flags): If an otherwise unrepresentable
4549         section was merged with .text, convert its symbols to N_TEXT
4550         symbols.
4551         * libaout.h (aout_section_merge_with_text_p): New macro.
4553 2002-12-08  Alan Modra  <amodra@bigpond.net.au>
4555         * bfd-in.h: Comment typo fix.  Formatting.
4556         * bfd-in2.h: Regenerate.
4557         * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
4558         * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
4559         * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
4561 2002-12-05  Richard Henderson  <rth@redhat.com>
4563         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
4564         Only send PCREL21B though the plt.  Fix installed reloc type.
4565         (elfNN_ia64_relocate_section): Give error for dynamic reloc
4566         against PCREL22 or PCREL64I; clean up error messages for
4567         branch relocs.
4569 2002-12-04  Kevin Buettner  <kevinb@redhat.com>
4571         * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
4572         New functions.
4573         (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
4575 2002-12-04  David Mosberger  <davidm@hpl.hp.com>
4577         * cpu-ia64-opc.c: Add operand constant "ar.csd".
4579 2002-12-04  H.J. Lu <hjl@gnu.org>
4581         * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
4582         BFD address when constructing local name.
4584 2002-12-04  Andreas Schwab  <schwab@suse.de>
4586         * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
4587         member.
4588         (elf_m68k_link_hash_table_create): Initialize it.
4589         (elf_m68k_check_relocs): Handle symbols that are forced to be
4590         local due to visibility changes.
4591         (elf_m68k_adjust_dynamic_symbol): Likewise.
4592         (elf_m68k_size_dynamic_sections): Likewise.
4593         (elf_m68k_discard_copies): Likewise.
4594         (elf_m68k_relocate_section): Likewise.
4596 2002-12-04  Alan Modra  <amodra@bigpond.net.au>
4598         * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
4600 2002-12-04  Alan Modra  <amodra@bigpond.net.au>
4602         * srec.c (srec_write_symbols): Restore '$' prefix to address
4603         accidentally removed in 2002-04-04 change.
4604         (srec_get_symtab): Use 0 instead of `(long) FALSE'.
4606 2002-12-03  Nick Clifton  <nickc@redhat.com>
4608         * elf32-ppc.c (apuinfo_list_init): New function.
4609         (apuinfo_list_add): New function: Add a value to the list.
4610         (apuinfo_list_length): New function: Return the number of
4611         values on the list.
4612         (apuinfo_list_element): New function: Return a value on the
4613         list.
4614         (apuinfo_list_finish): New function: Free the resources used
4615         by the list.
4616         (ppc_elf_begin_write_processing): New function.  Scan the
4617         input bfds for apuinfo sections.
4618         (ppc_elf_write_section): New function: Delay the creation of
4619         the contents of an apuinfo section in an output bfd.
4620         (ppc_elf_final_write_processing): New function.  Create the
4621         contents of an apuinfo section in an output bfd.
4622         (elf_backend_begin_write_processing): Define.
4623         (elf_backend_final_write_processing): Define.
4624         (elf_backend_write_section): Define.
4626 2002-12-03  Richard Henderson  <rth@redhat.com>
4628         * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
4630 2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
4632         Fix PR savannah/1417:
4633         * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
4634         branch if it goes to the start of the deleted region.
4636 2002-12-01  Stephane Carrez  <stcarrez@nerim.fr>
4638         * bfd-in2.h (bfd_mach_m6812): Rebuild.
4639         * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
4640         bfd_mach_m6812s): Declare.
4642         * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
4643         (_bfd_m68hc12_elf_set_private_flags): Call it.
4644         (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
4645         (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
4646         report microcontroller incompatibilities (HC12 vs HCS12).
4647         (elf_backend_object_p): Update.
4649 2002-11-30  Alan Modra  <amodra@bigpond.net.au>
4651         * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
4652         (enum bfd_boolean, boolean): Delete.
4653         (bfd_boolean): Typedef to an int.
4654         (FALSE, TRUE): Define.
4655         * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
4656         aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
4657         aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
4658         binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
4659         coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
4660         coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
4661         coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
4662         coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
4663         coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
4664         coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
4665         corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
4666         cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
4667         cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
4668         cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
4669         cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
4670         cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
4671         cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
4672         cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
4673         cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
4674         cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
4675         dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
4676         elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
4677         elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
4678         elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
4679         elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
4680         elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4681         elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4682         elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4683         elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
4684         elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
4685         elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4686         elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
4687         elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
4688         elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
4689         elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
4690         elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
4691         hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
4692         i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
4693         libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
4694         libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
4695         m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
4696         mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
4697         nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
4698         pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
4699         pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
4700         pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
4701         reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
4702         som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
4703         syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
4704         vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
4705         xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
4706         bfd_boolean, true with TRUE, false with FALSE.  Simplify comparisons
4707         of bfd_boolean vars with TRUE/FALSE.  Formatting.
4708         * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
4710 2002-11-28  Alan Modra  <amodra@bigpond.net.au>
4712         * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
4713         Elf64_Internal_* with Elf_Internal_*.  Replace Elf_Internal_Rel
4714         with Elf_Internal_Rela.
4715         * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
4716         elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
4717         elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
4718         elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4719         elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4720         elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4721         elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
4722         elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4723         elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4724         elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
4725         elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
4726         * elf-hppa.h (elf_hppa_internal_shdr): Delete.  Use Elf_Internal_Shdr
4727         throughout instead.
4728         * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
4729         * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
4730         Remove INLINE keyword.
4731         (elf_swap_reloc_in): Likewise.  Also clear r_addend.
4732         (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
4733         as a bfd_byte *.
4734         (elf_write_relocs): Consolidate REL and RELA code.
4735         (elf_slurp_reloc_table_from_section): Simplify REL code.
4736         (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
4737         * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
4738         * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
4739         RELA code.
4740         (elf_link_adjust_relocs): Likewise.  Don't malloc space for temp
4741         reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
4742         (elf_link_output_relocs): Likewise.
4743         (elf_reloc_link_order): Likewise.
4744         (elf_finish_pointer_linker_section): Likewise.
4745         (struct elf_link_sort_rela): Remove union.
4746         (elf_link_sort_cmp1): Update to suit.
4747         (elf_link_sort_cmp2): Here too.
4748         (elf_link_sort_relocs): Consolidate REL and RELA code.  Fix memory
4749         over-allocation for int_rels_per_ext_rel != 1 case.
4750         * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
4751         * elf32-i386.c: Likewise.
4752         * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
4753         * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
4754         elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
4755         * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
4756         * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4757         elf64-sparc.c, elf64-x86-64.c: Likewise.
4758         * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
4759         * elfxx-mips.c (sort_dynamic_relocs): Likewise for
4760         bfd_elf32_swap_reloc_in.
4762         * elf32-arm.h: Update elf32_arm_info_to_howto calls.
4763         * elf32-mips.c: Likewise for mips_info_to_howto_rel.
4764         (mips_elf64_swap_reloc_in): Zero r_addend.
4765         (mips_elf64_be_swap_reloc_in): Likewise.
4766         (mips_elf64_slurp_one_reloc_table): Simplify.
4768         * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
4769         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
4770         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
4772 2002-11-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4774         * elf32-sh.c (sh_elf_relocate_section): Don't complain about
4775         unresolved debugging relocs in dynamic applications.
4776         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4778 2002-11-26  Alan Modra  <amodra@bigpond.net.au>
4780         * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
4781         (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
4782         on a relocatable link.  Comment typos.
4783         * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
4784         in the order they are declared.  Clear elf_hash_value too.
4785         (_bfd_elf_link_hash_table_init): Likewise assign in order.  Clear
4786         eh_info and tls_segment.
4787         * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
4788         sorted when discarding relocs by turning them into R_*_NONE.
4790         * libbfd.c (warn_deprecated): Comment spelling.
4791         * po/SRC-POTFILES.in: Regenerate.
4793 2002-11-21  Richard Henderson  <rth@redhat.com>
4795         * elflink.h (elf_link_add_object_symbols): Don't overwrite the
4796         arch's st_other bits when merging visibilities.
4797         (elf_link_output_extsym): Tidy clearing of visibility field.
4799 2002-11-21  Alan Modra  <amodra@bigpond.net.au>
4801         * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
4802         (SWAP_OUT_RELOC_OFFSET): Define.
4804 2002-11-20  Alexandre Oliva  <aoliva@redhat.com>
4806         * elf.c (_bfd_elf_link_hash_table_init): Make sure
4807         can_refcount is properly extended to the type of
4808         init_refcount.
4810 2002-11-19  Alexandre Oliva  <aoliva@redhat.com>
4812         * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
4813         (_bfd_mips_elf_relocate_section): Use it.
4815         * elfxx-mips.c (MNAME): New macro.
4816         (_bfd_mips_elf_check_relocs): Use it.
4817         (_bfd_mips_elf_discard_info): Likewise.
4818         (_bfd_mips_elf_final_link): Likewise.
4820 2002-11-19  Alan Modra  <amodra@bigpond.net.au>
4822         * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
4823         rel_hdr.sh_size too.
4825 2002-11-18  Klee Dienes  <kdienes@apple.com>
4827         * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
4828         (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
4829         (BFD_H_FILES): Add bfdwin.c, bfdio.c.
4830         (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
4831         Add dependencies for bfdwin.c, bfdio.c.
4832         * bfd.c: Remove bfd_get_mtime, bfd_get_size.
4833         * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
4834         bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
4835         bfd_tell, bfd_flush, bfd_stat, bfd_seek.
4836         * bfdio.c: New file.  Contains real_read, bfd_bread, bfd_write,
4837         bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
4838         bfd_get_size (moved from libbfd.c and bfd.c).
4839         * bfdwin.c New file.  Contains _bfd_window_internal,
4840         bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
4841         libbfd.c and bfd.c).
4842         * po/SRC-POTFILES.in: Regenerate.
4843         * po/bfd.pot: Regenerate.
4844         * libbfd.h: Regenerate.
4845         * bfd-in2.h: Regenerate.
4846         * aclocal.m4: Regenerate.
4847         * Makefile.in: Regenerate.
4848         * configure: Regenerate.
4850 2002-11-18  Klee Dienes  <kdienes@apple.com>
4852         * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
4854 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
4856         * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
4857         jsr after a short jump.
4858         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4860 2002-11-15  Klee Dienes  <kdienes@apple.com>
4862         * pef.c (bfd_pef_convert_architecture): Move declaration of
4863         ARCH_POWERPC and ARCH_M68K to the start of the function.
4865 2002-11-14  Svein E. Seldal  <Svein.Seldal@solidas.com>
4867         * coff-tic4x.c (tic4x_howto_table): Formatting fixup
4869 2002-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
4871         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
4872         For bpo_gregs_section->contents, allocate _raw_size, not
4873         _cooked_size.
4875 2002-11-13  Klee Dienes  <kdienes@apple.com>
4877         * config.bfd: Add entries for powerpc-*-darwin and cousins.
4879 2002-11-13  H.J. Lu <hjl@gnu.org>
4881         * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
4883 2002-11-13  Klee Dienes  <kdienes@apple.com>
4884             Alan Modra  <amodra@bigpond.net.au>
4886         * bfd.c (struct bfd_preserve): New.
4887         (bfd_preserve_save): New function.
4888         (bfd_preserve_restore): Ditto.
4889         (bfd_preserve_finish): Ditto.
4890         * bfd-in2.h: Regenerate.
4891         * mach-o.c: Formatting.
4892         (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
4893         (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
4894         (bfd_mach_o_core_p): Ditto.
4895         (bfd_mach_o_scan): Pass in mdata.
4896         * mach-o.h (bfd_mach_o_scan): Update prototype.
4897         * pef.c: Formatting.
4898         (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
4899         (bfd_pef_xlib_object_p): Ditto.
4900         (bfd_pef_scan): Pass in mdata.  Move version check to bfd_pef_object_p.
4901         * pef.h (bfd_pef_scan): Update prototype.
4902         * xsym.c: Formatting, K&R fixes.
4903         (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
4904         (bfd_sym_scan): New function split out from bfd_sym_object_p.
4905         * xsym.h (bfd_sym_scan): Declare.
4906         * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
4907         * elfcore.h (elf_core_file_p): Likewise.
4908         * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
4910 2002-11-12  Nick Clifton  <nickc@redhat.com>
4912         * po/da.po: Updated Danish translation.
4914 2002-11-12  Alan Modra  <amodra@bigpond.net.au>
4916         * elflink.h (elf_link_add_object_symbols): Optimize stabs for
4917         relocatable link too.
4918         (elf_link_input_bfd): When emitting relocs, adjust offsets for
4919         eh_frame and stab sections.  Zap deleted relocs.
4920         (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
4921         (elf_bfd_discard_info): Run for relocatable link too.
4922         * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd.  Make global.
4923         Handle ld -r case.
4924         (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
4925         * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
4927         * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
4928         (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
4929         (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
4930         (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
4931         (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
4932         (struct elf_link_hash_table): Add eh_info.
4933         (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
4934         (_bfd_elf_discard_section_eh_frame): Update prototype.
4935         (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
4936         (_bfd_elf_write_section_eh_frame): Likewise.
4937         (_bfd_elf_write_section_eh_frame_hdr): Likewise.
4938         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
4939         param.  Get "hdr_info" from link hash table.
4940         (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param.  Get
4941         header section from link hash table.  Save header section to elf_tdata.
4942         (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec".  Use
4943         header section from link hash table.  Don't alloc hdr_info.  Clear
4944         hdr_sec instead of setting "strip".
4945         (_bfd_elf_eh_frame_section_offset): Formatting.
4946         (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
4947         Get header section from link hash table.
4948         (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
4949         Get header section from link hash table.
4950         * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
4951         (get_program_header_size): Likewise.
4952         (_bfd_elf_section_offset): Formatting.
4953         * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
4954         section pointer in link hash table.
4955         (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
4956         and _bfd_elf_write_section_eh_frame calls.  Update comment about
4957         eh_frame entries.
4958         (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
4959         _bfd_elf_discard_section_eh_frame_hdr calls.  Remove "ehdr".
4961         * po/SRC-POTFILES.in: Regenerate.
4963         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
4964         relocs for discarded FDEs.  Remove dead code.
4965         (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
4966         * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
4967         Tidy conditions under which stabs are edited.  Formatting.
4968         * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
4969         from discarded relocs.
4970         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
4971         section adjustments after testing magic values.
4973 2002-11-12  Thomas Moestl <tmm@FreeBSD.org>
4975         * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
4976         references to large plt symbols.
4978 2002-11-12  Klee Dienes  <kdienes@apple.com>
4980         * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
4981         looking for an unused section name.
4983 2002-11-11  Kazu Hirata  <kazu@cs.umass.edu>
4985         * coff-h8300.c: Fix formatting.
4986         * elf32-h8300.c: Likewise.
4987         * reloc16.c: Likewise.
4989 2002-11-09  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
4991         * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
4992         section when dynamic section unused;  _bfd_strip_section_from_output
4993         instead.
4995 2002-11-08  Alan Modra  <amodra@bigpond.net.au>
4997         * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
4998         and sym_vec.
5000         * dwarf2.c: Revert last change.
5002 2002-11-07  Michal Ludvig  <mludvig@suse.cz>
5004         * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
5005         _bfd_dwarf2_find_nearest_line): Use
5006         bfd_simple_get_relocated_section_contents() instead of
5007         bfd_get_section_contents().
5008         * reloc.c (bfd_perform_relocation): Add sanity check.
5009         * simple.c (simple_get_relocated_section_contents): If the section
5010         does not have any relocs associated with it, just return the
5011         unadjusted contents.
5013 2002-11-07  Hans-Peter Nilsson  <hp@axis.com>
5015         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
5016         case R_CRIS_32_GOT>: Correct test for filling in constant .got
5017         contents, enabling for a non-DSO, for symbols defined in the
5018         program with --export-dynamic.
5020 2002-11-07  Alan Modra  <amodra@bigpond.net.au>
5022         * elf64-ppc.c: Comment typo fixes.
5023         (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
5025 2002-11-07  Nick Clifton  <nickc@redhat.com>
5027         * po/da.po: Updated Danish translation.
5029 2002-11-06  Alexandre Oliva  <aoliva@redhat.com>
5031         * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
5032         exactly three internal relocs per external reloc.  Set reloc_count
5033         to the external reloc count.
5035 2002-11-06  Klee Dienes  <kdienes@apple.com>
5037          * coff-stgo32.c (stub_bytes): Mark as const.
5038          Fix comment formatting.
5040 2002-11-06  Klee Dienes  <kdienes@apple.com>
5042         * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
5043         xsym.lo.
5044         (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
5045         (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
5046         * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
5047         * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
5048         * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
5049         sym.
5050         (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
5051         * Makefile.in: Regenerate.
5052         * doc/Makefile.in: Regenerate.
5053         * bfd-in2.h: Regenerate.
5054         * xsym.c: New file.  Contains support for the Apple/Metrowerks
5055         xSYM debugging format.
5056         * xsym.h: New file.
5057         * pef.c: New file.  Contains support for the Apple Code Fragment
5058         Manager Preferred Executable Format
5059         * pef.h: New file.
5060         * pef-traceback.h: New file.  Contains support for parsing PowerPC
5061         traceback tables as used by PEF executables (and perhaps other
5062         systems as well).
5063         * mach-o.c: New file.  Contains support for the Mach-O object file
5064         format.
5065         * mach-o.h: New file.
5066         * mach-o-target.c: New file.  Declares the mach-o targets
5067         themselves.  Included three times by mach-o.c; each time with a
5068         different set of macros set.
5070 2002-11-06  Graeme Peterson  <gp@qnx.com>
5072         * Makefile.am: Remove entries for elf32-qnx.[ch].
5073         * Makefile.in: Regenerate.
5074         * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
5075         ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
5076         bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5077         * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
5078         bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
5079         and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
5080         bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5081         * configure: Regenerate.
5082         * elf32-qnx.c: Remove.
5083         * elf32-qnx.h: Remove.
5084         * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
5085         is_contained_by_filepos, and copy_private_bfd_data_p.
5086         * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
5087         is_contained_by_filepos, and copy_private_bfd_data_p.
5088         * elf32-i386.c: Remove QNX extended bfd support.
5089         * elf32-ppc.c: Remove QNX extended bfd support.
5090         * elf32-sh.c: Remove QNX extended bfd support.
5091         * elfarm-nabi.c: Remove QNX extended bfd support.
5092         * targets.c: Remove qnx vectors.
5093         * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
5094         (elf_backend_is_contained_by_filepos): Remove.
5095         (elf_backend_copy_private_bfd_data_p): Remove.
5096         * po/SRC-POTFILES.in: Regenerate.
5098 2002-11-06  David O'Brien  <obrien@FreeBSD.org>
5099             Alan Modra  <amodra@bigpond.net.au>
5101         * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
5102         dynamic relocs against section symbols for the output section vma.
5104 2002-11-05  Alan Modra  <amodra@bigpond.net.au>
5106         * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
5107         t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
5109 2002-11-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5110             Alan Modra  <amodra@bigpond.net.au>
5112         * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
5113         vectors in target_selvecs.
5114         (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
5115         in target_selvecs.
5116         (sh-*-netbsdelf*): Likewise.
5117         * configure.in (assocvecs): New variable.  Handle assocvecs like
5118         selvecs.
5119         * configure: Regenerate.
5120         * format.c (bfd_check_format_matches): Store bfd_target pointers
5121         in matching_vector instead of target names.  Select first target
5122         from bfd_associated_vector that matches a list of ambiguous targets.
5123         * targets.c (_bfd_associated_vector): New array.
5124         (bfd_associated_vector): New variable.
5125         (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
5126         * libbfd-in.h (bfd_associated_vector): Declare.
5127         * libbfd.h: Regenerate.
5129 2002-11-05  Elias Athanasopoulos  <eathan@otenet.gr>
5131         * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
5132         non-NULL before dereferencing.
5134 2002-11-04  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5136         * vms.c (vms_object_p): Restore the start address when returning
5137         NULL.
5139 2002-11-04  Alan Modra  <amodra@bigpond.net.au>
5140             Hans-Peter Nilsson  <hp@axis.com>
5142         * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
5143         (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
5144         Set up a larger symshndxbuf, and write it out.  Free it on
5145         exit rather than freeing symbuf twice.  Correct section index
5146         on output section symbol loop.
5147         (elf_link_output_sym): Accumulate symbol extension section
5148         indices, reallocating symshndxbuf rather than writing it out.
5149         (elf_link_flush_output_syms): Don't flush symshndxbuf.
5150         * elf.c (assign_section_numbers): Init i_shdrp to all zero.
5151         Use bfd_zalloc to clear i_shdrp[0] too.
5153 2002-11-03  Stephen Clarke <stephen.clarke@earthling.net>
5155          * elf32-sh64-com.c (sh64_address_in_cranges): Use
5156         _raw_size of cranges section if _cooked_size not yet set.
5158 2002-11-03  Hans-Peter Nilsson  <hp@axis.com>
5160         * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
5161         for bfd_elf32_swap_symbol_out.
5163 2002-10-31  David O'Brien  <obrien@FreeBSD.org>
5165         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
5166         signed and unsigned in comparison.
5168 2002-10-30  Daniel Jacobowitz  <drow@mvista.com>
5170         * coffcode.h: Remove extraneous '\'.
5172 2002-10-28  H.J. Lu <hjl@gnu.org>
5174         * Makefile.am (targets.lo): Depend on Makefile instead of
5175         config.status.
5176         (archures.lo): Likewise.
5177         * Makefile.in: Regenerated.
5179 2002-10-25  Jason Thorpe  <thorpej@wasabisystems.com>
5181         * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
5182         bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
5183         targ_selvecs.
5185 2002-10-25  Jim Wilson  <wilson@redhat.com>
5187         * elf64-sh64.c (sh_elf64_relocate_section): Call
5188         _bfd_elf_rela_local_sym.  Handle relocs against STT_SECTION symbol
5189         of SHF_MERGE section.
5191 2002-10-25  Hans-Peter Nilsson  <hp@axis.com>
5193         * simple.c: Correct placement of ATTRIBUTE_UNUSED.
5195 2002-10-24  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5197         * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
5198         unsigned int.  Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
5199         unsigned int.
5200         (NAME(aout,final_link)): Cast enum used in assignment.
5201         (aout_link_write_symbols): Cast enums in comparisons, int values to
5202         boolean, enums in assignments to int.
5203         (aout_link_input_section_std): Cast rel->r_index to unsigned int.
5204         (aout_link_input_section_ext): Likewise.  Cast enums used in
5205         comparisons with unsigned ints.
5206         (aout_link_reloc_link_order): Cast enum to int in assignment.
5207         * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
5208         calls to char *.
5209         * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
5210         assignment.
5211         * bfd-in2.h (bfd_set_section_vma): Likewise.
5212         * bfd.c (bfd_record_phdr): Cast enums in assignments.
5213         * binary.c (bfd_alloc): Cast enum to long.
5214         * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
5215         * dwarf2.c (read_abbrevs): Add casts to enum types.
5216         (read_attribute_value): Likewise.
5217         (arange_add): Cast result of bfd_zalloc call.
5218         (comp_unit_contains_address): Return true and false.
5219         (comp_unit_find_nearest_line): Cast return to boolean.
5220         * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
5221         * gen-aout.c: define macro '_' if not defined.
5222         * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
5223         (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
5224         (bfd_write_bigendian_4byte_int): Cast return to boolean.
5225         (bfd_seek): Cast bfd_realloc to bfd_byte *.
5226         (bfd_generic_is_local_label_name): Cast return to boolean.
5227         * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
5228         * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
5229         struct bfd_hash_entry *.
5230         (_bfd_generic_link_hash_newfunc): likewise.
5231         (_bfd_generic_final_link): Cast enum to unsigned int.
5232         * merge.c (sec_merge_emit): Cast return to boolean.
5233         (merge_strings): Add casts to const unsigned char *.
5234         * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
5235         (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
5236         * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
5237         to struct bfd_hash_entry *.
5238         (bfd_set_section_content): Add cast to PTR in comparison.
5239         * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
5240         simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
5241         simple_dummy_unattached_reloc,
5242         bfd_simple_get_relocated_section_contents): Add K&R declarations and
5243         function definitions.
5244         * srec.c (S3Forced): Initialize to false.
5245         (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
5246         * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
5247         (_bfd_discard_section_stabs): Likewise.  Also cast return to boolean.
5248         * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
5249         (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
5250         comparisons.
5252 2002-10-23  Jakub Jelinek  <jakub@redhat.com>
5254         * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
5255         relocs into shared lib non-allocated reloc sections.
5257 2002-10-23  Nathan Tallent  <eraxxon@alumni.rice.edu>
5259         * dwarf2.c (add_line_info): Ensure that the line_info_table is
5260         sorted even when given an out-of-order line sequence.
5261         (lookup_address_in_line_info_table): When an exact VMA match is
5262         not found, return line information with the closest VMA.
5264 2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
5266         * elf64-hppa.c: Force DT_FLAGS to always be set.  Required by
5267         HPUX 11.00 patch PHSS_26559.
5269 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
5271         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
5272         the options section into a separate section unless IRIX 6
5273         compatibility is enabled.
5275 2002-10-22  Alexandre Oliva  <aoliva@redhat.com>
5277         * elflink.h (struct elf_link_sort_rela): Turn rel and rela
5278         into arrays.
5279         (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
5280         (elf_link_sort_relocs): Likewise.  Take int_rels_per_ext_rel
5281         into account.
5282         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
5283         R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
5285 2002-10-21  Graeme Peterson  <gp@qnx.com>
5287         * targets.c (_bfd_target_vector): Add missing qnx vectors.
5289 2002-10-21  Alan Modra  <amodra@bigpond.net.au>
5291         * targets.c (bfd_target_list): Don't return the default target twice.
5293 2002-10-21  Elias Athanasopoulos  <eathan@otenet.gr>
5295         * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
5296         perror with bfd_perror.
5298 2002-10-19  H.J. Lu <hjl@gnu.org>
5300         * elflink.h (elf_link_add_object_symbols): Correctly handle
5301         DT_RPATH and DT_RUNPATH.
5303 2002-10-19  Mark Kettenis  <kettenis@gnu.org>
5305         * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
5307 2002-10-17  Denis Chertykov  <denisc@overta.ru>
5309         * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
5310         for ip2k port.
5312 2002-10-17  Alan Modra  <amodra@bigpond.net.au>
5314         * elfxx-target.h (USE_REL): Don't define as 1.
5315         * elf32-arm.h (USE_REL): Provide a default define of 0.
5316         Use #if rather than #ifdef when testing USE_REL.
5317         * elf32-m32r.c: Likewise.
5319         * elf32-arc.c (USE_REL): Define as 1.
5320         * elf32-d10v.c (USE_REL): Likewise.
5321         * elf32-m32r.c (USE_REL): Likewise.
5322         * elf32-m68hc11.c (USE_REL): Likewise.
5323         * elf32-m68hc12.c (USE_REL): Likewise.
5324         * elf32-or32.c (USE_REL): Likewise.
5325         * elfarm-nabi.c (USE_REL): Likewise.
5327 2002-10-16  Jakub Jelinek  <jakub@redhat.com>
5329         * config.bfd (s390-*-linux*): Add targ64_selvecs.
5330         (s390x-*-linux*): Add targ_selvecs.
5332 2002-10-16  Alan Modra  <amodra@bigpond.net.au>
5334         * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5335         elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
5336         elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
5337         elf32-sh64-nbsd.lo, elf32-shqnx.lo.  Add elf32-qnx.lo.
5338         (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
5339         (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
5340         (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
5341         (SOURCE_HFILES): Add elf32-qnx.h.
5342         (BUILD_HFILES): Add bfdver.h.
5343         Run "make dep-am".
5344         * Makefile.in: Regenerate.
5345         * configure.in Update bfd vector dependencies.
5346         * configure: Regenerate.
5347         * elf32-i386-fbsd.c: Delete.  Move code to elf32-i386.c.
5348         * elf32-i386qnx.c: Likewise.
5349         * elf32-ppcqnx.c: Delete.  Move code to elf32-ppc.c.
5350         * elf32-sh-nbsd.c: Delete.  Move code to elf32-sh.c.
5351         * elf32-sh-lin.c: Likewise.
5352         * elf32-shqnx.c: Likewise.
5353         * elf32-sh64-lin.c: Delete.  Move code to elf32-sh64.c.
5354         * elf32-sh64-nbsd.c: Likewise.
5355         * elf64-sh64-lin.c: Delete.  Move code to elf64-sh64.c.
5356         * elf64-sh64-nbsd.c: Likewise.
5357         * elfarmqnx-nabi.c: Delete.  Move code to elfarm-nabi.c.
5358         * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
5359         * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
5360         * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
5361         * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
5362         (elf_backend_is_contained_by_filepos): Likewise.
5363         (elf_backend_copy_private_bfd_data_p): Likewise.
5364         Globalize and move functions to..
5365         * elf32-qnx.c: ..here.  New file.
5366         * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests.  Don't
5367         emit target vectors when INCLUDE_SHMEDIA.
5368         * elf32-sh64.c: Remove ELF_ARCH test.  Move TARGET_* etc. defines to
5369         end of file.
5370         * elf64-sh64.c: Remove ELF_ARCH test.
5371         * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
5372         * po/BLD-POTFILES.in: Regenerate.
5373         * po/SRC-POTFILES.in: Regenerate.
5375 2002-10-16  Alan Modra  <amodra@bigpond.net.au>
5377         * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
5378         loaded with --just-symbols.
5380         * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
5381         * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5382         * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5383         * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5385 2002-10-15  Richard Henderson  <rth@redhat.com>
5387         * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
5388         (BFD64_BACKENDS_CFILES): Likewise.
5389         * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
5390         * elf64-alpha-fbsd.c: Remove file, move code ...
5391         * elf64-alpha.c: ... here.
5392         * Makefile.in, configure: Rebuild.
5394 2002-10-14  Richard Henderson  <rth@redhat.com>
5396         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
5397         VALUE, not ADDEND.
5399 2002-10-14  Stephen Clarke <stephen.clarke@superh.com>
5401         * elf32-sh.c (elf_sh_link_hash_entry): Replace
5402         datalabel_got_offset with union of datalabel_got
5403         offset and refcount.
5404         (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
5405         (allocate_dynrelocs): Delete unnecessary code for
5406         STT_DATALABEL type.  Create entry in got for
5407         datalabel version of symbol if datalabel_got.refcount > 0.
5408         (sh_elf_relocate_section): Use datalabel_got union.
5409         (sh_elf_gc_sweep_hook): Pull common code to initialize
5410         h and eh out of switch statement.  Declare seen_stt_datalabel.
5411         Initialize it.  Decrement datalabel_got.refcount for
5412         got relocs when seen_stt_datalabel is true.
5413         Decrement local_got_refcounts entry for datalabel got relocs
5414         of local symbols.
5415         (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
5416         (sh_elf_check_relocs): Declare seen_stt_datalabel.
5417         Initialize it.  When seen_stt_datalabel is true, increment
5418         datalabel_got refcount rather than got.refcount.
5419         (sh_elf_finish_dynamic_symbol): Create relocs to
5420         initialize got entry for datalabel version of symbol.
5422 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
5424         * Makefile.am: Run "make dep-am".
5425         (BFD_H_FILES): Remove version.h.
5426         * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
5427         * version.h: ..to here.
5428         * configure.in (bfd_version_date): Remove.
5429         (AC_OUTPUT): Make bfdver.h from version.h.
5430         * bfd.c: #include "bfdver.h".
5431         * vms-hdr.c: Likewise.
5432         * Makefile.in: Regenerate.
5433         * bfd-in2.h: Regenerate.
5434         * configure: Regenerate.
5435         * po/SRC-POTFILES.in: Regenerate.
5437 2002-10-14  Alan Modra  <amodra@bigpond.net.au>
5439         * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
5440         bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
5441         bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
5442         bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
5443         bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
5444         bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
5445         bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
5446         bfd_mach_ip2022, bfd_mach_ip2022ext,
5447         bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
5448         * bfd-in2.h: Regenerate.
5450 2002-10-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5452         * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
5453         endian vector to targ_selvecs.
5455 2002-10-13  Alexandre Oliva  <aoliva@redhat.com>
5457         * elfxx-mips.c (mips_elf_calculate_relocation): Take
5458         save_addend argument.  Don't apply the 32-bit mask to a
5459         GPREL32 value if it's to be used in another relocation.  Don't
5460         use forced-check computation of local_p to decide whether to
5461         add gp0 to GPREL16 value.  Don't use only the lowest 16 bits
5462         of the addend of a non-in-place GPREL16 relocation.
5463         (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
5464         mips_elf_calculate_relocation().
5466 2002-10-12  Stephane Carrez  <stcarrez@nerim.fr>
5468         * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
5469         with symbols in other sections if we relaxed something;  the sections
5470         output offsets must be re-computed before.
5472 2002-10-12  Stephane Carrez  <stcarrez@nerim.fr>
5474         * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
5475         handling to use Elf_Internal_Sym.
5476         (m68hc11_elf_relax_delete_bytes): Likewise.
5478 2002-10-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5480         * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
5481         sh_elf_object_p, dtpoff_base): New functions.
5482         (sh_elf_howto_table): Add TLS relocs.
5483         (sh_reloc_map): Likewise.
5484         (sh_elf_info_to_howto): Support TLS relocs.
5485         (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
5486         (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
5487         New macros.
5488         (sh_elf_obj_tdata): New.
5489         (elf_sh_link_hash_table): Add tls_ldm_got.
5490         (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
5491         (allocate_dynrelocs): Support TLS relocs.
5492         (sh_elf_size_dynamic_sections): Likewise.
5493         (sh_elf_relocate_section): Support TLS relocs.  Don't try to find
5494         .rela.got section when found already.  Return false after printing
5495         error about unresolvable relocation.
5496         (sh_elf_gc_sweep_hook): Support TLS relocs.
5497         (sh_elf_check_relocs): Likewise.
5498         (sh_elf_finish_dynamic_symbol): Likewise.
5499         (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
5500         * reloc.c: Add SH TLS relocs.
5501         * bfd-in2.h, libbfd.h: Regenerate.
5503 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
5505         * Makefile.in: Regenerated.
5507 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
5509         * Makefile.am: Run dep-am.
5510         (BFD_H_DEP): Add simple.c and linker.c.
5511         (BFD32_LIBS): Add simple.lo.
5512         (BFD32_LIBS_CFILES): Add simple.c.
5513         * Makefile.in: Regenerated.
5514         * bfd-in2.h: Regenerated.
5515         * simple.c: New file.
5517 2002-10-11  Alan Modra  <amodra@bigpond.net.au>
5519         * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
5520         (record_thumb_to_arm_glue): Likewise.
5521         * ecoff.c (ecoff_link_add_externals): Likewise.
5522         * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
5523         (record_thumb_to_arm_glue): Likewise.
5524         * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
5525         * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
5526         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
5527         * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
5528         * elf64-ppc.c (func_desc_adjust): Likewise.
5529         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
5530         (sh64_elf64_create_dynamic_sections): Likewise.
5531         * elflink.c (_bfd_elf_create_got_section): Likewise.
5532         (_bfd_elf_create_dynamic_sections): Likewise.
5533         (_bfd_elf_create_linker_section): Likewise.
5534         * elflink.h (elf_add_default_symbol): Likewise.
5535         (elf_link_create_dynamic_sections): Likewise.
5536         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
5537         * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
5538         * elfxx-mips.c (mips_elf_create_got_section): Likewise.
5539         (_bfd_mips_elf_add_symbol_hook): Likewise.
5540         (_bfd_mips_elf_create_dynamic_sections): Likewise.
5541         * linker.c (generic_link_add_symbol_list): Likewise.
5542         * xcofflink.c (xcoff_link_add_symbols): Likewise.
5544         * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
5546         * elf64-ppc.c (edit_opd): Only zero opd syms when function is
5547         completely removed.  Correct local sym adjustment.
5549 2002-10-10  Stephen Clarke <stephen.clarke@superh.com>
5551         * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
5552         Correct mistake in calculation of address of .got.
5553         * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
5554         elf_sh64_pic_plt_entry_le): Likewise.
5556 2002-10-09  Richard Shann <richard.shann@superh.com>
5557             Stephen Clarke <stephen.clarke@superh.com>
5559         * Makefile.am: Add entries for elf32-sh64-lin.c and
5560         elf64-sh64-lin.c. Regenerate.
5561         * Makefile.in: Regenerate.
5562         * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
5563         to use sh64 vectors rather than sh vectors.
5564         * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5565         bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5566         * configure: Regenerate.
5567         * elf32-sh64-lin.c: New file.
5568         * elf64-sh64-lin.c: New file.
5569         * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5570         bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5572 2002-10-08  H.J. Lu <hjl@gnu.org>
5574         * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
5575         IE->LE transition for R_386_TLS_IE.
5577 2002-10-08  Alan Modra  <amodra@bigpond.net.au>
5579         * elf64-ppc.c (edit_opd): Correct test for discarded sections.
5581 2002-10-07  Mark Elbrecht  <snowball3@softhome.net>
5583         * cofflink.c (mark_relocs): Don't mark relocations in excluded
5584         sections.
5586 2002-10-07  Alan Modra  <amodra@bigpond.net.au>
5588         * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
5589         code.
5591         * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
5593 2002-10-06  Alan Modra  <amodra@bigpond.net.au>
5595         * opncls.c: Formatting.
5596         (_bfd_new_bfd): Use a smaller section hash table.
5598 2002-10-05  Alexandre Oliva  <aoliva@redhat.com>
5600         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
5601         of the other two relocations packed with a REL32 to NONE.
5603 2002-10-02  Stephen Clarke <stephen.clarke@superh.com>
5605         * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
5606         (sh_elf_link_hash_newfunc): Initialize it.
5607         (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
5608         to got.refcount for symbols that are forced local or when
5609         we have direct got refs.
5610         (sh_elf_gc_sweep_hook): Adjust gotplt_refcount.  Use it
5611         to correctly adjust got.refcount and plt.refcount.
5612         (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
5613         (sh_elf_check_relocs): Increment gotplt_refcount.
5615 2002-10-01  Jakub Jelinek  <jakub@redhat.com>
5617         * elf32-i386.c (elf_i386_relocate_section): Fix
5618         movl foo@indntpoff, %eax IE->LE transition.
5620 2002-10-01  Jakub Jelinek  <jakub@redhat.com>
5622         * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
5623         sequence and its transitions.
5625 2002-10-01  Jakub Jelinek  <jakub@redhat.com>
5627         * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
5628         to st_value + addend in non-code sections.
5629         * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
5630         R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
5632 2002-09-30  Gavin Romig-Koch  <gavin@redhat.com>
5633             Ken Raeburn  <raeburn@cygnus.com>
5634             Aldy Hernandez  <aldyh@redhat.com>
5635             Eric Christopher  <echristo@redhat.com>
5636             Richard Sandiford  <rsandifo@redhat.com>
5638         * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
5639         (bfd_mach_mips5500): New.
5640         * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
5641         (arch_info_struct): Add corresponding entries here.
5642         * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
5643         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
5644         (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
5645         bfd_mach_mips5400 and bfd_mach_mips5500.
5646         (_bfd_mips_elf_mach_extends_p): New function.
5647         (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
5648         the EF_MIPS_MACH flags.
5649         * bfd-in2.h: Regenerate.
5651 2002-09-28  Jason Thorpe  <thorpej@wasabisystems.com>
5653         * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
5654         .got sections.
5656 2002-09-28  Alan Modra  <amodra@bigpond.net.au>
5658         * elf.c (map_sections_to_segments): Correct test for start of
5659         writable section in the same page as end of read-only section.
5661 2002-09-27  Matt Thomas  <matt@3am-software.com>
5663         * elf32-vax.c (elf_vax_check_relocs): Remove unused
5664         local_got_refcounts usage.  Remove allocation of got slot.
5665         (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
5666         Remove de-allocation of got slot.
5667         (elf_vax_size_dynamic_section): Fix some indentation.  Add hash
5668         traversal for elf_vax_instantiate_got_entries.  Allow empty .got
5669         sections to be GC'ed.
5670         (elf_vax_instantiate_got_entries): New function.
5671         (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling.  Remove
5672         tests that are now handled by elf_vax_instantiate_got_entries.
5673         Assert GOT entry falls within .got section size.  Remove redundant
5674         comparisions.  Fix comments.
5676 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
5678         * reloc.c: Add x86-64 TLS relocs.
5679         * bfd-in2.h, libbfd.h: Rebuilt.
5680         * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
5681         relocs.  Add TLS relocs.
5682         (x86_64_reloc_map): Add TLS relocs.
5683         (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
5684         (struct elf64_x86_64_link_hash_entry): Add tls_type field.
5685         (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
5686         (elf64_x86_64_hash_entry): Define.
5687         (struct elf64_x86_64_obj_tdata): New.
5688         (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
5689         (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
5690         (link_hash_newfunc): Initialize tls_type.
5691         (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
5692         (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
5693         (elf64_x86_64_mkobject): New.
5694         (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
5695         (elf64_x86_64_tls_transition): New.
5696         (elf64_x86_64_check_relocs): Add r_type variable and use it.
5697         Handle TLS relocs.
5698         (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
5699         (allocate_dynrelocs): Allocate GOT space for TLS relocs.
5700         (elf64_x86_64_size_dynamic_sections): Likewise.
5701         (dtpoff_base, tpoff): New.
5702         (elf64_x86_64_relocate_section): Handle TLS relocs.
5703         (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
5704         entries.
5705         (bfd_elf64_mkobject): Define.
5707         * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
5708         DF_STATIC_TLS if shared.
5710 2002-09-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5712         * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
5713         empty relocation sections.
5715 2002-09-26  Alan Modra  <amodra@bigpond.net.au>
5717         * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
5718         (ppc64_elf_build_stubs): Build them here instead.
5720 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
5722         * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
5723         addend into r_addend, not *r_offset.
5724         (elf32_sparc_finish_dynamic_symbol): Likewise.
5725         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
5726         R_SPARC_RELATIVE's r_offset.
5728 2002-09-23  Nathan Tallent  <eraxxon@alumni.rice.edu>
5730         * dwarf2.c (decode_line_info): Update to correctly decode
5731         the (non-standard DWARF2) out-of-order address sequences
5732         generated by the Intel C++ 6.0 compiler for ia64-Linux.
5734 2002-09-23  Mark Elbrecht  <snowball3@softhome.net>
5736         * config.bfd: For DJGPP targets, match with any cpu and any machine.
5738 2002-09-23  Alan Modra  <amodra@bigpond.net.au>
5740         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
5741         for discarded FDEs.  Remove redundant assignment.
5742         * elflink.h (elf_bfd_discard_info): Save edited relocs.
5744 2002-09-22  H.J. Lu <hjl@gnu.org>
5746         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
5747         the relocation count between different .reloc sections.
5749 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
5751         * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
5752         ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
5753         R_PPC_EMB_SDA2REL.  Similarly for R_PPC_EMB_SDA21 and
5754         R_PPC_EMB_RELSDA.
5756         * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
5757         unsigned.  Move "symcount" assignment out of loop.
5758         * Makefile.am: Run "make dep-am".
5759         * Makefile.in: Regenerate.
5760         * configure: Regenerate.
5761         * po/SRC-POTFILES.in: Regnerate.
5763 2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
5765         * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
5766         zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
5767         (e.g. IRIX64).
5769 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
5771         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
5772         even if generating R_PPC_RELATIVE reloc.
5773         (ppc_elf_relocate_section): Make sure relocation is performed
5774         if skip == -2.  Clear memory at r_offset when creating dynamic
5775         relocation.
5777 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
5779         * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
5780         BFD_RELOC_386_TLS_GOTIE): Add.
5781         * bfd-in2.h, libbfd.h: Rebuilt.
5782         * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
5783         and R_386_TLS_GOTIE.
5784         (elf_i386_reloc_type_lookup): Handle it.
5785         (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
5786         char instead of enum, change GOT_* into defines.
5787         (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
5788         (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5789         (elf_i386_check_relocs): Likewise.  Avoid crash if local symbol is
5790         accessed both as normal and TLS symbol.  Move R_386_TLS_LDM and
5791         R_386_PLT32 cases so that R_386_TLS_IE can fall through.
5792         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5793         (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5794         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5795         (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
5796         tls_type is GOT_TLS_IE_BOTH.
5797         (elf_i386_size_dynamic_sections): Likewise.
5798         (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5799         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5800         (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
5801         all 4 GOT_TLS_* TLS types.
5803 2002-09-19  Nick Clifton  <nickc@redhat.com>
5805         * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
5806         follow indirect links.
5808 2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
5810         * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
5811         correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
5812         on 64 bit machines.
5813         (ecoff_swap_sym_in) <iss>: Likewise.
5814         * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
5815         ECOFF information: 'ioptMax' refers to the actual *size*
5816         of the optimization symtab, not the number of entries.
5818 2002-09-19  Daniel Jacobowitz  <drow@mvista.com>
5820         * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
5821         ELF_LINK_HASH_NEEDS_PLT logic.
5823 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
5825         * elfcode.h (elf_slurp_reloc_table_from_section): Check
5826         correct relocation count.
5828 2002-09-17  Daniel Jacobowitz  <drow@mvista.com>
5830         * bfd-in.h (bfd_get_dynamic_symcount): Define.
5831         * bfd.c (struct _bfd): Add dynsymcount.
5832         * bfd-in2.h: Regenerated.
5833         * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
5834         abfd->dynsymcount.
5835         * elfcode.h (elf_slurp_reloc_table_from_section): Check
5836         for overflow.
5838 2002-09-17  Stan Cox <scox@redhat.com>
5840         * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
5841         (mips_elf64_final_gp): Don't make up gp value.
5842         * elfn32-mips.c (mips_elf_final_gp): Likewise.
5843         * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
5844         .MIPS.options/.options section.
5846 2002-09-17  David O'Brien  <obrien@FreeBSD.org>
5848         * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
5849         It is benign for FreeBSD < 4.1.  Minor reformatting.
5850         * elf64-alpha-fbsd.c: Likewise.
5852 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
5854         * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
5855         addend.
5857 2002-09-17  Alan Modra  <amodra@bigpond.net.au>
5859         * elf64-alpha.c (alpha_elf_size_info): Make static.
5861 2002-09-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
5863         * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
5864         * cpu-tic4x.c: Ditto.
5866 2002-09-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5868         * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
5869         duplicate define.
5871 2002-09-16  Bruno Haible  <bruno@clisp.org>
5873         * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
5874         by a target variant implementation.
5875         * elf64-alpha.c: Likewise.
5876         * elf32-i386-fbsd.c: New file.
5877         * elf64-alpha-fbsd.c: New file.
5878         * targets.c: Support bfd_elf32_i386_freebsd_vec and
5879         bfd_elf64_alpha_freebsd_vec.
5880         * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
5881         bfd_elf64_alpha_freebsd_vec.
5882         * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
5883         (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
5884         (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
5885         (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
5886         (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
5887         * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
5888         specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
5890 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
5892         * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
5893         NULL.
5894         (elf_i386_relocate_section): Return false after printing error about
5895         unresolvable relocation.
5897 2002-09-12  Nick Clifton  <nickc@redhat.com>
5899         * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
5900         R_ARM_THM_PC11.
5902 2002-09-11  Jeffrey Law  <law@redhat.com>
5904         * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
5906 2002-09-11  Andrew Haley  <aph@cambridge.redhat.com>
5908         * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
5909         line_ptr before deciding we've found a symbol.
5911 2002-09-11  Nick Clifton  <nickc@redhat.com>
5913         * po/da.po: New Danish translation file.
5914         * configure.in (LINGUAS): Add 'da'.
5915         * configure: Regenerate.
5917 2002-09-10  Michael Snyder  <msnyder@redhat.com>
5919         * irix-core.c (do_sections, do_sections64): New functions.
5920         (irix_core_core_file_p): Call new functions do_sections,
5921         do_sections64, depending on corefile (32-bit or 64-bit).
5923 2002-09-09  Richard Henderson  <rth@redhat.com>
5925         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
5926         and PCREL21F like PCREL21B.
5928 2002-09-04  Kevin Buettner  <kevinb@redhat.com>
5930         * config.bfd (mips*-*-irix6*): Add new ABI vectors.  Make n32 default
5931         vector.
5933 2002-09-02  Nick Clifton  <nickc@redhat.com>
5935         * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
5936         names instead of cryptically overloaded bfd_reloc error
5937         codes.
5938         (v850_elf_relocate_section): Likewise.
5939         (v850_elf_relax_section): Replace caching of external symbols
5940         with caching of internal symbols obtained from calling
5941         bfd_elf_get_elf_syms().
5942         Fixup problems with freeing cached allocated memory blocks.
5944 2002-09-02  Alan Modra  <amodra@bigpond.net.au>
5946         * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
5947         (bfd_pj_arch): Use bfd_default_scan.
5948         * cpu-v850.c (scan): Remove.
5949         (N): Use bfd_default_scan.
5950         * cpu-z8k.c (scan_mach): Remove.
5951         (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
5952         first.  Use bfd_default_scan.
5954         * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
5955         bfd_mach constants.
5956         (ecoff_get_magic): Likewise.
5957         * elf32-v850.c (v850_elf_object_p): Likewise.
5958         (v850_elf_final_write_processing): Likewise.
5959         * mipsbsd.c (MY(set_arch_mach)): Likewise.
5960         (MY(write_object_contents)): Likewise.
5961         * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
5962         * coffcode.h (coff_write_object_contents): Likewise.
5963         (coff_set_arch_mach_hook): Add comment describing machine == 0.
5964         Remove unnecessary "machine" assignments.
5965         (coff_write_relocs): Test for the absolute section sym by testing
5966         section and flags.
5968         * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
5969         and bfd_mach_i386_i386_intel_syntax.
5970         * pdp11.c (NAME(aout,machine_type)): Likewise.
5972 2002-08-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5974         * bfd-in.h (align_power): Cast constants to bfd_vma type.
5975         * bfd-in2.h (align_power): Likewise.
5977 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
5979         * Makefile.am: Run "make dep-am".
5980         * Makefile.in: Regenerate.
5982         * cpu-avr.c (compatible): Don't use hard-coded mach constants.
5983         * cpu-powerpc.c (powerpc_compatible): Likewise.
5984         * cpu-rs6000.c (rs6000_compatible): Likewise.
5986 2002-08-28  Catherine Moore  <clm@redhat.com>
5988         * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
5989         (v850-elf-reloc): Don't resolve pc relative relocs.
5990         (v850_elf_ignore_reloc): New routine.
5991         (v850_elf_final_link_relocate): Handle new relocs.
5992         (v850_elf_relax_delete_bytes ): New routine.
5993         (v850_elf_relax_section): New routine.
5994         (bfd_elf32_bfd_relax_section): Define.
5995         (HOWTO): New entries for new relocs.
5996         * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
5997         (BFD_RELOC_V850_LONGJUMP): New reloc.
5998         (BFD_RELOC_V850_ALIGN): New reloc.
5999         * archures.c: Remove redundant v850ea architecture.
6000         * cpu-v850.c: Remove redundant v850ea support.
6001         * libbfd.h: Regenerate.
6002         * bfd-in2.h: Regenerated.
6004 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
6006         * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
6007         * configure.in: Add tic4x_coff vector files.
6008         * configure: Regenerate.
6009         * Makefile.am: Add tic4x target.
6010         * Makefile.in: Regenerate.
6012 2002-08-27  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6014         * archures.c: Add the BFD arch type tic4x.
6015         * bfd-in.h: Add BFD_IN_MEMORY flag.
6016         * coff-tic4x.c: New file.
6017         * coffswap.h (coff_swap_sym_out): Add preadjuster.
6018         * cpu-tic4x.c: New file.
6019         * targets.c: Added tic4x- in list of xvecs.
6020         * ticoff.h: New file.
6021         * bfd-in2.h: Regenerate.
6023 2002-08-27  Adam Nemet  <anemet@lnxw.com>
6025         * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
6026         bit of DT_INIT and DT_FINI for Thumb functions.
6028 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
6030         * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
6032 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
6034         * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
6036 2002-08-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
6038         * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
6039         (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
6040         Likewise.
6041         (struct elf_sh_pcrel_relocs_copied): Removed.
6042         (struct elf_sh_dyn_relocs): New.
6043         (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
6044         field with dyn_relocs.
6045         (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
6046         sections and sym_sec.
6047         (sh_elf_link_hash_newfunc): Clear dyn_relocs.
6048         (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
6049         (sh_elf_create_dynamic_sections): Use create_got_section instead
6050         of _bfd_elf_create_got_section.
6051         (sh_elf_check_relocs): Likewise.
6052         (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
6053         sections.
6054         (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
6055         sh_elf_relocate_section, sh_elf_check_relocs,
6056         sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
6057         Likewise.
6058         (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
6059         dynamic relocations and avoiding the copy relocation when we
6060         didn't find any dynamic relocations in the section which has
6061         contents or is read-only.
6062         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
6063         (sh_elf_size_dynamic_sections): Don't reset the size of
6064         .rela.got section even if dynamic_sections_created flag is off.
6065         Don't use sh_elf_discard_copies. Scan all input bfd and use
6066         allocate_dynrelocs. Call readonly_dynrelocs to determine
6067         whether we need DT_TEXTREL.
6068         (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
6069         whether the symbol was never referred to.
6070         (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
6071         (sh_elf_gc_sweep_hook): Fill with the real sweep function.
6072         (sh_elf_check_relocs): Call create_got_section if the short-cut
6073         to .got is null. Increment reference counters only instead of
6074         allocating space on dynamic sections here. Don't conditionalize
6075         uninitialized got.offset value when marking the symbol as a
6076         global offset table entry. Keep relocations for symbols satisfied
6077         by a dynamic library to avoid copy relocations for the symbol.
6078         Set dynobj field of an elf hash table if needed.
6079         (sh_elf_finish_dynamic_sections): Handle null section pointer
6080         correctly.
6081         (elf_backend_copy_indirect_symbol): Defined.
6082         (elf_backend_can_refcount): Defined.
6084 2002-08-23  Nick Clifton  <nickc@redhat.com>
6086         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
6087         previous change.  Add comment explaining why.
6089 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>
6091         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
6092         contents of .got.plt[2] to tr0, not address of .got.plt.
6093         (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
6094         patching absolute plt entry. For shmedia plt entry, set bottom bit
6095         of branch to plt0 as this is a branch to an shmedia instruction.
6096         * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
6097         Copy contents of .got.plt[2] to tr0, not address of .got.plt.
6098         (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
6099         branch to plt0.
6100         (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
6101         patching absolute plt entry. For shmedia plt entry, branch to
6102         plt0 is now ptrel, so use relative offset.  Set bottom bit of
6103         branch target as it is a branch to an shmedia instruction.
6105 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>,
6106             Richard Shann <richard.shann@superh.com>
6108         * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
6109         value if .init is an SHmedia function.  Similarly for DT_FINI.
6110         * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
6112 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>
6114         * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
6115         dynamic section.
6116         * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
6118 2002-08-22  Kaz Kojima <kkojima@rr.iij4u.or.jp>
6120         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
6121         byte read when reading the return address register column.
6123 2002-08-22  Nick Clifton  <nickc@redhat.com>
6125         * config.bfd: Add powepc64-*-*bsd* target.
6127 2002-08-22  Graeme Peterson  <gp@qnx.com>
6129         * Makefile.am: Add entries for elf32-shqnx.c
6130         * Makefile.in: Regenerate.
6131         * config.bfd: Add support sh-*-nto* target.
6132         * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
6133         * configure: Regenerate.
6134         * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
6135         * elf32-sh.c: Do not include elf32-target.h if
6136         ELF32_SH_C_INCLUDED is defined.
6137         * elf32-shqnx.c: New file: Support for QNX.
6138         * targets.c: Add bfd_elf32_sh{l}qnx_vec.
6140 2002-08-22  Nick Clifton  <nickc@redhat.com>
6142         * po/tr.po: Updated Turkish translation.
6144         * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
6145         symbols are not read.
6147 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
6149         * elf32-m68hc11.c: Formatting fixes.
6150         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
6151         * elf32-m68hc12.c: Formatting fixes.
6152         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
6154 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
6156         * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
6157         SEC_DATA.
6158         (pmac_xcoff_vec): Likewise.
6159         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
6160         (aix5coff64_vec): Likewise.
6162 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
6164         * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
6165         param to elf_backend_copy_indirect_symbol.
6166         (_bfd_elf_link_hash_copy_indirect): Likewise.
6167         * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
6168         calls to copy_indirect_symbol.
6169         * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
6170         * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
6171         * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6172         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
6173         * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6174         * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
6175         * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
6176         * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6177         * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6178         * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise.  Properly
6179         test refcounts for "used" values.
6181 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6183         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
6184         argument declaration.
6186 2002-08-19  Elena Zannoni <ezannoni@redhat.com>
6188         * archures.c (bfd_mach_ppc_e500): Added.
6189         * bfd-in2.h: Rebuilt.
6190         * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
6192 2002-08-19  Alan Modra  <amodra@bigpond.net.au>
6194         * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
6196 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
6198         * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
6199         `bfd_byte'.
6201 2002-08-17  Stan Cox  <scox@redhat.com>
6203         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
6204         IRIX 6 segment layout for NEWABI.
6206 2002-08-16  Stephen Clarke <stephen.clarke@superh.com>
6208         * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
6209         symbols when looking for section referred to by a relocation.
6210         * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
6212 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
6214         * elf32-i370.c: Move reloc enum to include/elf/i370.h.
6216 2002-08-15  Hans-Peter Nilsson  <hp@axis.com>
6218         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
6219         missing check for whether the symbol is referenced by DSO before
6220         unexporting it as an unneeded dynamic symbol.
6222 2002-08-14  H.J. Lu <hjl@gnu.org>
6224         * libbfd.h: Regenerate.
6226 2002-08-14  H.J. Lu <hjl@gnu.org>
6228         * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
6230 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
6232         * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
6233         instructions.
6234         (m68hc11_direct_relax): New to define table of relaxable instructions.
6235         (find_relaxable_insn): New, find a relaxable insn.
6236         (compare_reloc): New to compare two relocs.
6237         (m68hc11_elf_relax_section): New, relax text sections.
6238         (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
6239         (elf32_m68hc11_check_relocs): New function for GC support.
6240         (elf32_m68hc11_relocate_section): New function for GC support.
6241         (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
6242         (elf_backend_check_relocs): Likewise.
6243         (elf_backend_relocate_section): Likewise.
6245 2002-08-13  H.J. Lu <hjl@gnu.org>
6247         * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
6248         definitions in shared objects when checking symbol with
6249         undefined version.
6251 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6253         * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
6254         (elf32_m68hc11_gc_sweep_hook): Likewise.
6255         (elf_backend_gc_mark_hook): Define for GC section support.
6256         (elf_backend_gc_sweep_hook): Likewise.
6257         (elf_backend_can_gc_sections): Likewise.
6259         * elf32-m68hc12.c: Likewise.
6261 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6263         * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
6264         (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
6265         (_bfd_m68hc11_elf_set_private_flags): New function.
6266         Use them to set/check/print ELF flags specific to 68HC11.
6268         * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
6269         (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
6270         (_bfd_m68hc12_elf_set_private_flags): New function.
6271         Use them to set/check/print ELF flags specific to 68HC12.
6273 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6275         * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
6276         fix masks for PC-rel relocs.
6277         (m68hc11_elf_ignore_reloc): New function.
6279         * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
6280         68HC12 banked addressing relocs.
6281         (m68hc12_phys_addr): New to compute physical address of banked memory.
6282         (m68hc12_phys_page): Likewise for page.
6283         (m68hc12_addr_is_banked): New to see if address is in banked area.
6284         (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
6286 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
6288         * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
6289         BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
6290         BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
6291         * bfd-in2.h: Regenerate.
6293 2002-08-12  H.J. Lu <hjl@gnu.org>
6295         * elflink.h (elf_add_default_symbol): Preserve section across
6296         elf_merge_symbol.
6298 2002-08-09  Graeme Peterson  <gp@qnx.com>
6300         * Makefile.am: Add entries for elf32-ppcqnx.c, and add
6301         elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
6302         * Makefile.in: Regenerate.
6303         * config.bfd: Add support for powerpc{le}-*-nto targets.
6304         * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
6305         * configure: Regenerate.
6306         * elf32-i386qnx.c: Moved backend functions into a QNX specific
6307         common file "elf32-qnx.h", and now include that file.
6308         * elf32-qnx.h: New file: QNX specific common elf backend.
6309         * elf32-ppc.c: Do not include elf32-target.h if
6310         ELF32_PPC_C_INCLUDED is defined.
6311         * elf32-ppcqnx.c: New file: Support for QNX.
6312         * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
6313         * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
6315 2002-08-09  Nick Clifton  <nickc@redhat.com>
6317         * po/sv.po: Updated Swedish translation.
6319 2002-08-09  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6321         * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
6322         g->global_gotsym is NULL.
6324 2002-08-08  H.J. Lu <hjl@gnu.org>
6326         * elflink.h (elf_add_default_symbol): Don't warn if a definition
6327         overrides an indirect versioned symbol.
6329 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
6331         * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
6332         for R_386_TLS_TPOFF32 relocs against symndx 0.
6334 2002-08-07  H.J. Lu <hjl@gnu.org>
6336         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
6337         with undefined version if needed.
6338         (elf_link_assign_sym_version): Match a default symbol with a
6339         version without definition. No need to hide the default
6340         definition separately.
6342 2002-08-08  Alan Modra  <amodra@bigpond.net.au>
6344         * elflink.h (elf_link_output_extsym): Don't output symbols from
6345         SEC_EXCLUDE sections.
6347         * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
6349 2002-08-07  Alan Modra  <amodra@bigpond.net.au>
6351         * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
6352         entries.
6354 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6356         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
6357         mismatch.
6359 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6361         * elfxx-mips.c (ABI_64_P): Remove superfluous check.
6363 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6365         * elf32-mips.c (mips_reloc_map): Fix typo.
6367 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6369         * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
6371 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6373         * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
6375 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6377         * libxcoff.h: Use PARAMS on function declarations.
6378         * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
6379         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6381         * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
6382         addend.
6383         * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
6385 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6387         * coff-rs6000.c: Formatting fixes.
6388         (xcoff_calculate_relocation): Use PARAMS in declaration.
6389         (xcoff_complain_overflow): Likewise.
6390         (xcoff_ppc_relocate_section): Use old-style function pointer call.
6391         (bfd_xcoff_backend_data): Remove useless comments.
6392         (rs6000coff_vec): Likewise.
6393         (bfd_pmac_xcoff_backend_data): Likewise.
6394         (pmac_xcoff_vec): Likewise.
6396         * coff64-rs6000.c: Formatting fixes.
6397         (xcoff64_calculate_relocation): Use PARAMS in declaration.
6398         (xcoff64_ppc_relocate_section): Use old-style function pointer call.
6399         (bfd_xcoff_backend_data): Remove useless comments.
6400         (rs6000coff64_vec): Likewise.
6401         (bfd_xcoff_aix5_backend_data): Likewise.
6402         (aix5coff64_vec): Likewise.
6404 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
6406         * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
6407         mask entries.  Use complain_overflow_dont for R_REF.
6408         (xcoff_reloc_type_ba): Revert last change.
6409         (xcoff_reloc_type_br): Likewise.
6410         (xcoff_reloc_type_crel): Likewise.
6411         (xcoff_ppc_relocate_section): Likewise.
6412         * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
6413         (xcoff64_ppc_relocate_section): Likewise.
6414         (xcoff64_howto_table): Revert some of last change to mask entries.
6415         Use complain_overflow_dont for R_REF.
6417         * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries.  Make all
6418         relocs with bitsize == 16 have size = 1.
6419         (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
6420         (xcoff_reloc_type_br): Likewise.
6421         (xcoff_reloc_type_crel): Likewise.
6422         (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6423         * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
6424         dst_mask adjustment.
6425         (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6426         (xcoff64_howto_table): Fix src_mask entries.  Make all relocs with
6427         bitsize == 16 have size = 1.
6429 2002-08-01  Denis Chertykov  <denisc@overta.ru>
6431         * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
6432         (struct misc): New field isymbuf. All free_* fields removed.
6433         (symbol_value): Pass in internal syms. No need to swap syms in.
6434         (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
6435         possibly cached info.
6436         (tidyup_after_error): Removed.
6437         (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
6438         misc. Use new field.
6439         (adjust_all_relocations): Use internal syms. No need to swap syms
6440         in and out.
6441         (add_page_insn): Don't use removed fields of struct misc.
6443 2002-08-01  Nick Clifton  <nickc@redhat.com>
6445         * elf32-arm.h: Revert previous delta.
6447 2002-08-01  Nick Clifton  <nickc@redhat.com>
6449         * configure.in (AM_INIT_AUTOMAKE): Bump version number.
6450         * configure: Regenerate.
6452 2002-07-31  H.J. Lu <hjl@gnu.org>
6454         * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
6455         selected.
6457 2002-07-31  H.J. Lu <hjl@gnu.org>
6459         * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
6460         is selected.
6462 2002-07-31  Jakub Jelinek  <jakub@redhat.com>
6464         * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
6465         if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
6467 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6469         * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
6470         There is no 8 byte relocation type for this architecture.
6471         (do_ns32k_reloc): Use bfd_vma instead of native types.
6472         (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
6473         returns void.
6474         (_bfd_ns32k_put_displacement): Don't check for overflow. We can
6475         rely on generic code to do that.
6476         * aout-ns32k.c (howto_table): Add appropriate overflow detection
6477         to all table entries.
6478         (_bfd_ns32k_relocate_contents): put_data returns void.
6479         * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
6480         (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
6481         return void.
6483 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
6485         * aoutx.h (aout_link_check_ar_symbols): Whether to include an
6486         archive object is target dependant.
6488 2002-07-31  Adam Nemet  <anemet@lnxw.com>
6490         * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
6491         (THUMB_PLT_ENTRY_SIZE): New macro.
6492         (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
6493         (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
6494         ARM_PLT_ENTRY_SIZE.
6495         (elf32_arm_plt_entry): Likewise.
6496         (elf_backend_plt_header_size): Likewise.
6497         (elf32_thumb_plt0_entry): New global.
6498         (elf32_arm_finish_dynamic_sections): Use it.  Put Thumb entries
6499         into .plt.thumb.
6500         (elf32_thumb_plt_entry): New global.
6501         (elf32_arm_finish_dynamic_symbol): Use it.  Use .thumb.plt for
6502         Thumb entries.  Set the bottom bit of the corresponding GOT entry
6503         for a Thumb PLT entry.
6504         (struct elf32_arm_plt_entry_info): New structure.
6505         (struct elf32_arm_link_hash_entry, plt_info): New member of this
6506         type.
6507         (elf32_arm_link_hash_newfunc): Initialize new member.
6508         (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
6509         relocations against the PLT.
6510         (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
6511         first_rel_type if this is the first time we encounter the symbol.
6512         (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
6513         Determine if relocation needs a PLT entry.  Set first_rel_type if
6514         this is the first time we encounter the symbol
6515         (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
6516         functions as well.
6517         (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
6518         (elf32_arm_create_dynamic_sections): New function.  Create the
6519         .plt.thumb section.
6520         (elf_backend_create_dynamic_sections): Call it.
6522 2002-07-31  Nick Clifton  <nickc@redhat.com>
6524         * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
6525         'alternative' in order to avoid shadowing global symbol of the
6526         same name.
6527         * bfd-in2.h: Regenerate.
6528         * libbfd.h: Regenerate.
6529         * libcoff.h: Regenerate.
6531 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6533         * Makefile.am: Add n32 ABI support.
6534         * Makefile.in: Regenerate.
6535         * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
6536         bit vectors for mips*-*-linux targets as optional.
6537         * configure.in: Add n32 ABI vectors.
6538         * configure: Regenerate.
6539         * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
6540         * elfn32-mips.c: New file, n32 ABI support.
6541         * targets.c: Add n32 ABI vectors.
6543 2002-07-30  Graeme Peterson  <gp@qnx.com>
6545         * elfarmqnx-nabi.c: New file: Support for QNX.
6546         * config.bfd: Add support for arm-*-nto target.
6547         * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
6548         * configure: Regenerate.
6549         * Makefile.am: Add entries for elfarmqnx-nabi.c.
6550         * Makefile.in: Regenerate.
6551         * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
6552         Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
6553         * elfarm-nabi.c: Do not include elf32-arm.h if
6554         ELFARM_NABI_C_INCLUDED is defined.
6555         * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
6557 2002-07-30  Nick Clifton  <nickc@redhat.com>
6559         * po/sv.po: Updated Swedish translation.
6561 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
6563         * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
6565 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
6567         * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
6568         * archive.c (bfd_generic_archive_p): Likewise.
6569         * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
6570         (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
6571         * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
6572         (xcoff64_archive_p): Likewise.
6573         (xcoff64_openr_next_archived_file): Likewise.
6574         (xcoff64_archive_p): Clean up tdata properly on error.
6575         * coffgen.c (coff_real_object_p): Likewise.
6576         (coff_object_p): Release filehdr and opthdr.
6577         * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
6578         * ieee.c (ieee_archive_p): Likewise.
6579         * ihex.c (ihex_object_p): Likewise.
6580         (ihex_mkobject): Always allocate tdata.
6581         * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
6582         * srec.c (srec_mkobject): Always allocate tdata.
6583         (srec_object_p): Clean up tdata properly on error.
6584         (symbolsrec_object_p): Likewise.
6585         * versados.c (versados_object_p): Likewise.
6586         * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
6587         and bfd_realloc instead of realloc.
6588         (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
6589         * vms.c (vms_initialize): Always allocate tdata.  Use bfd_alloc in
6590         place of bfd_malloc, simplifying error freeing.  Free hash table too.
6591         (vms_object_p): Clean up tdata on error.
6592         (vms_mkobject): Don't complain on stderr if vms_initialize fails.
6593         (vms_close_and_cleanup): Adjust for bfd_alloc use.
6595 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
6597         * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
6599 2002-07-26  Chris Demetriou  <cgd@broadcom.com>
6601         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
6602         flags into resulting BFD.
6604 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
6606         From John Reiser <jreiser@BitWagon.com>
6607         * elf32-i386.c (elf_i386_link_hash_table_create): Clear
6608         tls_ldm_got.refcount.
6610 2002-07-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6612         * elf64-mips.c: Update TODO comment.
6613         (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
6614         mips_elf64_gprel16_reloca): Remove prototypes.
6615         (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
6616         (UNUSED_RELOC): Replace by EMPTY_RELOC.
6617         (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
6618         wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
6619         R_MIPS_HIGHEST.
6620         (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
6621         R_MIPS_GOT16. Remove wrong comments.
6622         (elf_mips16_jump_howto,elf_mips16_gprel_howto,
6623         elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
6624         from elf32-mips.c.
6625         (mips_elf64_hi16_reloc): Fix formatting.
6626         (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
6627         (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
6628         Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
6629         (mips_elf64_gprel16_reloc): Make static. Add check for
6630         partial_inplace.
6631         (mips_elf64_gprel16_reloca): Remove.
6632         (mips_elf64_literal_reloc): New function.
6633         (mips_elf64_gprel32_reloc): Fix formatting.
6634         (mips_elf64_shift6_reloc): Fix comment. Make static.
6635         (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
6636         elf32-mips.c.
6637         (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
6638         elf32-mips.c
6639         (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
6640         specific relocations.
6641         (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
6642         (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
6643         (ELF_MAXPAGESIZE): Add comment.
6645 2002-07-25  Nick Clifton  <nickc@redhat.com>
6647         * po/sv.po: Updated Swedish translation.
6648         * po/es.po: Updated Spanish translation.
6649         * po/fr.po: Updated French translation.
6651 2002-07-25  Alan Modra  <amodra@bigpond.net.au>
6653         * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
6654         as elf_link_record_local_dynamic_symbol.
6655         (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
6656         (elf_link_record_local_dynamic_symbol): Declare.  Now returns int.
6657         * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
6658         * elflink.c: .. here.  Use bfd_elf_get_elf_syms.  Check whether an
6659         attempt is made to record a symbol in a discarded section, and
6660         return `2' in that case.
6662 2002-07-24  Nick Clifton  <nickc@redhat.com>
6664         * po/sv.po: Updated Swedish translation.
6665         * po/es.po: Updated Spanish translation.
6667 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
6669         * po/SRC-POTFILES.in: Regenerate.
6671         * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
6672         immediately.  Remove code handling relocatable linking.
6673         * elf32-avr.c (elf32_avr_relocate_section): Likewise.
6674         * elf32-cris.c (cris_elf_relocate_section): Likewise.
6675         * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
6676         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
6677         * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
6678         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6679         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6680         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6681         * elf32-v850.c (v850_elf_relocate_section): Likewise.
6682         * elf32-vax.c (elf_vax_relocate_section): Likewise.
6683         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6684         * elf32-avr.c (elf_backend_rela_normal): Define.
6685         * elf32-cris.c: Likewise.
6686         * elf32-fr30.c: Likewise.
6687         * elf32-frv.c: Likewise.
6688         * elf32-h8300.c: Likewise.
6689         * elf32-hppa.c: Likewise.
6690         * elf32-ip2k.c: Likewise.
6691         * elf32-sparc.c: Likewise.
6692         * elf32-v850.c: Likewise.
6693         * elf32-vax.c: Likewise.
6694         * elf64-hppa.c: Likewise.
6695         * elf64-sparc.c: Likewise.
6696         * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
6697         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
6698         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
6699         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6700         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6701         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
6702         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
6703         * elf-m10200.c (USE_RELA): Don't define.
6704         * elf-m10300.c: Likewise.
6705         * elfarm-oabi.c: Likewise.
6706         * elf32-i370.c: Likewise.
6707         * elf32-ip2k.c: Likewise.
6708         * elf32-m68k.c: Likewise.
6709         * elf32-mcore.c: Likewise.
6710         * elf32-ppc.c: Likewise.
6711         * elf32-s390.c: Likewise.
6712         * elf32-vax.c: Likewise.
6713         * elf64-ppc.c: Likewise.
6714         * elf64-s390.c: Likewise.
6715         * elf64-x86-64.c: Likewise.
6716         * elfxx-ia64.c: Likewise.
6717         * elf32-avr.c (USE_REL): Don't undef.
6718         * elf32-ip2k.c: Likewise.
6720 2002-07-23  Nick Clifton  <nickc@redhat.com>
6722         * elf-bfd.h (struct elf_backend_data): Add new bitfield
6723         'want_p_paddr_set_to_zero'.
6724         * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
6725         to false;
6726         * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
6727         * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
6729 2002-07-23  Gabor Keresztfalvi  <keresztg@mail.com>
6731         * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
6732         the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
6733         show the Copyright string.
6734         Minor formatting tidy ups.
6736 2002-07-23  Nick Clifton  <nickc@redhat.com>
6738         * po/fr.po: Updated French translation.
6739         * po/sv.po: Updated Swedish translation.
6741 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
6743         * elflink.h (elf_link_input_bfd): Don't change internal symbols
6744         when outputting relocs.
6746 2002-07-20  Jason Thorpe  <thorpej@wasabisystems.com>
6748         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
6749         DT_PLTGOT into the dynamic section if there is a PLT.
6751 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6753         * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
6754         elf32-mips.c.
6755         (_bfd_mips_elf_write_section): Likewise.
6756         * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
6757         (_bfd_mips_elf_write_section): Likewise.
6758         * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
6759         (elf32_mips_write_section): Likewise.
6760         * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
6761         (_bfd_mips_elf_write_section): Likewise.
6763 2002-07-19  Alan Modra  <amodra@bigpond.net.au>
6765         * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
6766         PT_IA_64_UNWIND segments for a given section.
6768 2002-07-17  H.J. Lu <hjl@gnu.org>
6770         * Makefile.am: Fix a typo.
6771         * Makefile.in: Regenerate.
6773 2002-07-15  Denis Chertykov  <denisc@overta.ru>
6774             Frank Ch. Eigler  <fche@redhat.com>
6775             Ben Elliston  <bje@redhat.com>
6776             Alan Lehotsky  <alehotsky@cygnus.com>
6777             John Healy  <jhealy@redhat.com>
6778             Graham Stott  <grahams@redhat.com>
6779             Jeff Johnston  <jjohnstn@redhat.com>
6781         * Makefile.am: Add support for ip2k.
6782         * Makefile.in: Regenerate.
6783         * doc/Makefile.in: Regenerate.
6784         * archures.c: Add support for ip2k.
6785         * config.bfd: Add support for ip2k.
6786         * configure.in: Add support for ip2k.
6787         * configure: Regenerate.
6788         * reloc.c: Add support for ip2k.
6789         * targets.c: Add support for ip2k.
6790         * bfd-in2.h: Regenerate.
6791         * libbfd.h: Regenerate.
6792         * cpu-ip2k.c: New file.
6793         * elf32-ip2k.c: New file.
6795 2002-07-17  Ian Rickards  <irickard@arm.com>
6797         * dwarf2.c (concat_filename): If we can't establish the directory
6798         just return the filename.
6800 2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
6802         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
6804 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
6806         * elflink.h: Formatting fixes, tidy prototypes.
6807         (elf_link_assign_sym_version): Move common code out of loop.
6809 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
6811         * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
6812         reloc section size is zero.  Correct reloc output location.
6814 2002-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6816         * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
6817         the final type for the e_fsel selector when generating PA2.0W code.
6818         (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
6819         relocations.
6821 2002-07-14  H.J. Lu <hjl@gnu.org>
6823         * elflink.h (elf_link_assign_sym_version): Hide the default
6824         definition if there is a hidden versioned definition.
6826 2002-07-12  Hans-Peter Nilsson  <hp@axis.com>
6828         * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
6829         dynamic reference test in assertion when initializing GOT with
6830         static contents.  Just assert that there are either no dynamic
6831         sections, the symbol is defined in the regular objects or that the
6832         symbol is undef weak.  Tweak comment.
6833         (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
6834         only if the symbol isn't defined in the program and isn't undef
6835         weak.
6836         (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
6837         rid of PLT entry: only do it if the symbol isn't defined in a DSO.
6838         When doing so, clear ELF_LINK_HASH_NEEDS_PLT.  Tweak comments.
6839         (elf_cris_discard_excess_program_dynamics): Don't consider
6840         ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
6842 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
6844         * elf32-i386.c (elf_i386_relocate_section): Don't complain about
6845         unresolved debugging relocs in dynamic applications.
6846         * elf32-s390.c (elf_s390_relocate_section): Likewise.
6847         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6848         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6849         * elf64-s390.c (elf_s390_relocate_section): Likewise.
6850         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6851         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6853 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
6855         * elf64-ppc.c (ONES): Define.
6856         (ppc64_elf_howto_table): Use ONES here to avoid warnings.  Fill in
6857         missing src_mask fields.  Tweak R_PPC64_NONE, R_PPC64_COPY.  Fill
6858         in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
6860         * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
6861         (ppc64_elf_set_private_flags): Delete.
6862         (ppc64_elf_section_from_shdr): Delete.
6863         (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
6864         (ppc64_elf_fake_sections): Delete.
6865         (bfd_elf64_bfd_set_private_flags): Don't define.
6866         (bfd_elf64_get_symbol_info): Likewise.
6867         (elf_backend_section_from_shdr): Likewise.
6868         (elf_backend_fake_sections): Likewise.
6870 2002-07-10  Marco Walther  <Marco.Walther@sun.com>
6872         * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
6873         when not already set.
6874         * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
6875         (elf_backend_fake_sections): Define.
6877 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
6879         * merge.c (_bfd_merge_section): Remove redundant output_section check.
6880         Formatting.
6881         (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
6883 2002-07-09  Hans-Peter Nilsson  <hp@axis.com>
6885         * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
6886         NULL sym_hashes to just before use.
6887         <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
6888         symbol with non-default visibility.
6889         <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
6890         <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
6891         Ditto.
6892         (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
6893         symbol with non-default visibility.
6894         (cris_elf_check_relocs): At tests for local symbol before
6895         increasing h->plt.refcount, also check for non-default
6896         visibility.  Ditto when checking for local symbol to eliminate
6897         pc-relative runtime relocs.
6899 2002-07-08  Alan Modra  <amodra@bigpond.net.au>
6901         * elf.c: Formatting.
6902         (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
6903         (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
6904         (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
6905         segments.
6907 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
6908             Alan Modra  <amodra@bigpond.net.au>
6910         * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
6911         account the impact of relocation count overflow when computing
6912         section offsets.
6913         * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
6914         or not to apply the PE COFF reloc overflow handling.  Fix a
6915         fencepost error in deciding whether or not to use that technique.
6917 2002-07-07  Alan Modra  <amodra@bigpond.net.au>
6919         * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
6920         change type of locsyms.
6921         (bfd_elf_get_elf_syms): Declare.
6922         * elf.c (bfd_elf_get_elf_syms): New function.
6923         (group_signature): Use bfd_elf_get_elf_syms.
6924         (bfd_section_from_r_symndx): Likewise.
6925         * elfcode.h (elf_slurp_symbol_table): Likewise.
6926         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6927         (elf_link_add_object_symbols): Likewise.  Reorganise to increase
6928         locality of various data structures.  Properly free internal relocs.
6929         (elf_bfd_final_link): Properly free internal relocs.
6930         (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
6931         (elf_link_input_bfd): Likewise.
6932         (elf_gc_mark): Likewise.  Properly free internal relocs.
6933         (elf_gc_sweep): Properly free internal relocs.
6934         (elf_reloc_symbol_deleted_p): No need to swap syms in.
6935         (elf_bfd_discard_info): Use bfd_elf_get_elf_syms.  Properly free
6936         internal relocs.
6937         * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
6938         Properly free possibly cached info.
6939         (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
6940         (mn10200_elf_symbol_address_p): Pass in internal syms.  Remove
6941         symbol swapping code.
6942         (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
6943         Properly free possibly cached info.
6944         * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
6945         (mn10300_elf_relax_delete_bytes): Likewise.
6946         (mn10300_elf_symbol_address_p): Likewise.
6947         (mn10300_elf_get_relocated_section_contents): Likewise.
6948         * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
6949         (elf32_h8_relax_delete_bytes): Likewise.
6950         (elf32_h8_symbol_address_p): Likewise.
6951         (elf32_h8_get_relocated_section_contents): Likewise.
6952         * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
6953         (m32r_elf_relax_delete_bytes): Likewise.
6954         (m32r_elf_get_relocated_section_contents): Likewise.
6955         * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
6956         elf_section_data to determine whether cached.
6957         (sh_elf_relax_section): As above for elf-m10200.c.
6958         (sh_elf_relax_delete_bytes): Likewise.
6959         (sh_elf_get_relocated_section_contents): Likewise.
6960         * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
6961         * elf64-alpha.c (elf64_alpha_relax_section): As above.  Also delay
6962         reading of local syms.
6963         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6964         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
6965         * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
6966         * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
6967         relocs.
6968         * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
6969         free internal relocs and section contents.  Don't read symbols.
6970         * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
6971         (elf32_hppa_size_stubs): Don't free local syms.
6972         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
6973         reading of local syms.  Use bfd_elf_get_elf_syms.  Properly free
6974         possibly cached info.
6975         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6976         * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
6977         * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
6978         all_local_syms.
6979         (get_local_syms): Delete function.
6980         (edit_opd): Use bfd_elf_get_elf_syms.  Free on error exit.  Cache
6981         on exit.
6982         (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms.  Free/cache on exit.
6984 2002-07-05  Jim Wilson  <wilson@redhat.com>
6986         * syms.c (decode_section_type): New.
6987         (bfd_decode_symclass): Call decode_section_type.
6989 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
6991         * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
6992         section content start.
6993         Reported by Michael Schumacher <mike@hightec-rt.com>.
6995 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
6997         * section.c (_bfd_strip_section_from_output): Remove unnecessary
6998         link order code.  Don't actually remove the output section here;
6999         Just set a flag for the linker to do so.
7000         * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
7001         sections when setting up output section dynsyms.
7003 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
7005         * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
7006         fudge.
7007         * elf.c (bfd_section_from_shdr): Work around broken hpux shared
7008         libs here instead.
7010 2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7012         * elf64-s390.c (create_got_section): Set .got section alignment to
7013         8 bytes.
7014         (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
7016 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
7018         * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
7020 2002-07-01  Matt Thomas  <matt@3am-software.com>
7022         * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
7023         to EF_VAX_*.
7025 2002-07-01  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7027         * elfxx-mips.c (ABI_64_P): Fix comment.
7028         (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
7029         new section names for N64 ABI.
7030         (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
7031         (mips_elf_calculate_relocation): Code formatting.
7032         (mips_elf_create_dynamic_relocation): Likewise.
7033         (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
7034         (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
7035         (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
7036         in any NewABI.
7037         (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
7038         for NewABI.
7039         (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
7040         (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
7041         here, too.
7043 2002-07-01  Andreas Schwab  <schwab@suse.de>
7045         * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
7046         R_X86_64_64 to R_X86_64_RELATIVE.
7048 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7050         * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
7051         * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
7052         Run "make dep-am".
7053         * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
7054         host_aout_vec.
7055         * configure.in (vaxbsd_vec): Add.
7056         * targets.c (vaxbsd_vec): Add.
7057         * Makefile.in: Rebuild.
7058         * configure: Rebuild.
7059         * po/SRC-POTFILES.in: Rebuild.
7061 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
7063         * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
7064         examining to gc_mark_hook, rather than the bfd.
7065         (elf_gc_sections): Adjust.
7066         * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
7067         * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
7068         * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
7069         * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
7070         * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
7071         * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
7072         * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
7073         * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
7074         * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
7075         * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
7076         * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
7077         * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
7078         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
7079         * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
7080         * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
7081         * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
7082         * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
7083         * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
7084         * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
7085         * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
7086         * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
7087         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
7088         * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
7089         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7090         * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
7091         * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
7092         * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
7093         * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise.  Also remove
7094         redundant local sym tests.
7095         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
7096         (link_hash_newfunc): Init is_entry.
7097         (ppc64_elf_copy_indirect_symbol): Copy is_entry.
7098         (ppc64_elf_link_hash_table_create): Init all_local_syms.
7099         (create_linkage_sections): Use bfd_make_section_anyway rather than
7100         bfd_make_section.
7101         (ppc64_elf_mark_entry_syms): New function.
7102         (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab.  Set
7103         up opd entry to function section map.
7104         (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
7105         relocs that reference the opd section.
7106         (edit_opd): New function.
7107         (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
7108         (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
7109         (get_local_syms): Do so here.  Exit if we already have local syms.
7110         Remove bogus comment imported from elf32-hppa.c.  Don't attempt to
7111         read local syms on non-ELF input.
7112         (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
7113         than duplicating it's function here.  Adjust free of internal
7114         relocs to suit.
7115         (ppc64_elf_relocate_section): Adjust local syms in opd section.
7116         * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
7117         * elf32-hppa.c (elf32_hppa_size_stubs): Call
7118         _bfd_elf32_link_read_relocs rather than duplicating it's function
7119         here.  Adjust free of internal relocs to suit.
7121 2002-07-01  Andreas Jaeger  <aj@suse.de>
7123         * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
7124         are not allowed in shared libs code, enforce -fPIC.
7126 2002-06-29  Hans-Peter Nilsson  <hp@bitrange.com>
7128         * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
7129         trailing zero-sequences when there's previous left-over data.
7131 2002-06-27  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7133         * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
7134         (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
7135         and opd_rel_sec in order for starting rela section.  Check _raw_size.
7136         (elf_backend_reloc_type_class): Define.
7138 2002-06-27  Kevin Buettner <kevinb@redhat.com>
7140         * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
7141         DWARF2 formats.
7143 2002-06-27  Alan Modra  <amodra@bigpond.net.au>
7145         * cpu-powerpc.c: Comment on ordering of arch_info.
7146         * elf32-ppc.c (ppc_elf_object_p): New function.
7147         (elf_backend_object_p): Define.
7148         * elf64-ppc.c (ppc64_elf_object_p): New function.
7149         (elf_backend_object_p): Define.
7151 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
7153         * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
7154         * configure: Regenerate.
7156 2002-06-25  Jason Eckhardt  <jle@rice.edu>
7158         * dwarf2.c (decode_line_info): Check unit->addr_size
7159         to read in the proper number of prologue bytes.
7161 2002-06-25  Nick Clifton  <nickc@cambridge.redhat.com>
7163         * config.bfd (powerpc-*-aix5*): Only create a selvecs for
7164         aix5coff64_vec if 64-bit bfd support has been enabled.
7165         (powerpc64-*-aix5*): Only define if 64-bit bfd support has
7166         been enabled.
7168         * targets.c (_bfd_target_vector[]): Only include
7169         aix5coff64_vec if 64-bit bfd support has been enabled.
7171 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
7173         * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
7174         * elf32-hppa.c (hppa_add_stub): Likewise.
7175         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
7176         * elflink.h (elf_add_default_symbol): Fix comment typo.
7177         (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
7178         (elf_link_add_object_symbols): Likewise.
7179         (elf_link_assign_sym_version): Likewise.
7180         * hash.c (bfd_hash_lookup): Likewise.
7181         * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
7182         * section.c (bfd_get_unique_section_name): Likewise.
7183         * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
7184         * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
7185         (assign_section_numbers): Likewise.
7186         (_bfd_elfcore_make_pseudosection): Likewise.
7187         (elfcore_grok_lwpstatus): Likewise.
7188         (elfcore_grok_win32pstatus): Likewise.
7189         (elfcore_write_note): Constify input params.  Use PTR instead of
7190         void *.  Include terminating NUL in namesz.  Correct padding.
7191         Support NULL "name" param.  Use memcpy instead of strcpy.
7192         (elfcore_write_prpsinfo): Constify input params.
7193         (elfcore_write_prstatus): Likewise.  Use PTR instead of void *.
7194         (elfcore_write_lwpstatus): Likewise.
7195         (elfcore_write_pstatus): Likewise.
7196         (elfcore_write_prfpreg): Likewise.
7197         (elfcore_write_prxfpreg): Likewise.
7198         * elf-bfd.h (elfcore_write_note): Update declaration.
7199         (elfcore_write_prpsinfo): Likewise.
7200         (elfcore_write_prstatus): Likewise.
7201         (elfcore_write_pstatus): Likewise.
7202         (elfcore_write_prfpreg): Likewise.
7203         (elfcore_write_prxfpreg): Likewise.
7204         (elfcore_write_lwpstatus): Likewise.
7206 2002-06-25  Jason Eckhardt  <jle@rice.edu>
7208         * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
7209         symbols of type stProc and stStaticProc.
7211 2002-06-25  Nick Clifton  <nickc@redhat.com>
7213         * ecoff.c: VArious formatting fixes.
7215 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
7217         * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
7219 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
7221         * aout-adobe.c: Don't compare against "true" or "false.
7222         * aout-target.h: Likewise.
7223         * aoutx.h: Likewise.
7224         * archive.c: Likewise.
7225         * bout.c: Likewise.
7226         * cache.c: Likewise.
7227         * coff-a29k.c: Likewise.
7228         * coff-alpha.c: Likewise.
7229         * coff-i386.c: Likewise.
7230         * coff-mips.c: Likewise.
7231         * coff-or32.c: Likewise.
7232         * coff64-rs6000.c: Likewise.
7233         * coffcode.h: Likewise.
7234         * coffgen.c: Likewise.
7235         * cpu-ns32k.c: Likewise.
7236         * ecoff.c: Likewise.
7237         * ecofflink.c: Likewise.
7238         * elf.c: Likewise.
7239         * elf32-arm.h: Likewise.
7240         * elf32-cris.c: Likewise.
7241         * elf32-d30v.c: Likewise.
7242         * elf32-i386.c: Likewise.
7243         * elf32-mcore.c: Likewise.
7244         * elf32-ppc.c: Likewise.
7245         * elf32-sh.c: Likewise.
7246         * elf32-sh64.c: Likewise.
7247         * elf32-v850.c: Likewise.
7248         * elf64-alpha.c: Likewise.
7249         * elf64-sh64.c: Likewise.
7250         * elfcode.h: Likewise.
7251         * elfcore.h: Likewise.
7252         * elflink.h: Likewise.
7253         * elfxx-mips.c: Likewise.
7254         * i386os9k.c: Likewise.
7255         * ieee.c: Likewise.
7256         * libbfd.c: Likewise.
7257         * linker.c: Likewise.
7258         * mmo.c: Likewise.
7259         * nlm32-alpha.c: Likewise.
7260         * nlm32-i386.c: Likewise.
7261         * nlm32-ppc.c: Likewise.
7262         * nlm32-sparc.c: Likewise.
7263         * nlmcode.h: Likewise.
7264         * oasys.c: Likewise.
7265         * pdp11.c: Likewise.
7266         * peicode.h: Likewise.
7267         * reloc.c: Likewise.
7268         * som.c: Likewise.
7269         * srec.c: Likewise.
7270         * tekhex.c: Likewise.
7271         * vms.c: Likewise.
7272         * xcofflink.c: Likewise.
7273         * elf64-sparc.c: Edit comment to not use "== false".
7275         * aoutf1.h: Don't use "? true : false".
7276         * ecoff.c: Likewise.
7277         * format.c: Likewise.
7278         * ieee.c: Likewise.
7279         * linker.c: Likewise.
7280         * mmo.c: Likewise.
7281         * oasys.c: Likewise.
7283 2002-06-23  H.J. Lu  <hjl@gnu.org>
7285         * elflink.h (elf_link_add_archive_symbols): For the default
7286         version, check references with only one `@' first.
7288 2002-06-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7290         * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
7291         function.
7292         (allocate_global_data_dlt): Don't add millicode symbols to dynamic
7293         symbol table.
7294         (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
7295         (elf64_hppa_size_dynamic_sections): Revise to use
7296         elf64_hppa_mark_milli_and_exported_functions.
7297         (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
7298         symbols out of dynamic symbol table.
7300 2002-06-23  Alan Modra  <amodra@bigpond.net.au>
7302         * Makefile.in: Regenerate.
7303         * libbfd.h: Regenerate.
7304         * bfd-in2.h: Regenerate.
7305         * configure: Regenerate.
7306         * po/SRC-POTFILES.in: Regenerate.
7308         * elflink.h: Comment typo fixes.
7310 2002-06-23  H.J. Lu  <hjl@gnu.org>
7312         * elf-bfd.h (elf_link_loaded_list): New structure.
7313         (elf_link_hash_table): Add "loaded".
7314         * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
7315         * elflink.h (elf_link_check_versioned_symbol): New function.
7316         (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
7318 2002-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
7320         * elflink.h (size_dynamic_sections): If the target does not
7321         support an ELF style hash table, return true, indicating that
7322         nothing needed to be done, rather than false, indicating that the
7323         section's size could not be computed.
7325 2002-06-18  Dave Brolley  <brolley@redhat.com>
7327         From Catherine Moore, Michael Meissner, Dave Brolley:
7328         * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
7329         * targets.c: Support bfd_elf32_frv_vec.
7330         * reloc.c: Add FRV relocs.
7331         * configure.in: Add support for bfd-elf32-frv-vec.
7332         * config.bfd (targ_cpu): Add support for frv-*-elf.
7333         * archures.c: Add frv arch and machines.
7334         * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
7335         (ALL_MACHINES_CFILES): Add cpu-frv.c.
7336         (BFD32_BACKENDS): Add elf32-frv.lo.
7337         (BFD32_BACKENDS_CFILES): Add elf32-frv.c
7338         (cpu-frv.lo): New target.
7339         (elf32-frv.lo): New target.
7340         * cpu-frv.c: New file.
7341         * elf32-frv.c: New file.
7343 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
7345         * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
7346         e_shnum == 0.
7347         Only read the first section header if e_shoff is non-zero.
7348         Don't consider e_shstrndx if there are no sections.
7350 2002-06-17  Tom Rix <trix@redhat.com>
7352         * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
7353         R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
7354         complain_overflow_bitfield.
7356 2002-06-17  Alan Modra  <amodra@bigpond.net.au>
7358         * opncls.c (bfd_openr): Remove redundant bfd_set_error.
7359         (bfd_fdopenr): Likewise.
7360         (bfd_openstreamr): Likewise.
7361         (bfd_openw): Likewise.
7363         * targets.c: Sort target vecs.
7364         (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
7365         bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
7366         bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
7367         bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
7368         * configure.in: Sort target vecs.  Add m88kmach3_vec.
7369         * configure: Regenerate.
7371 2002-06-16  Hans-Peter Nilsson  <hp@bitrange.com>
7373         * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
7374         bpo_reloc_no to break sort order ties, not address of items.
7376 2002-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7378         * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
7379         Skip excluded sections in determing __gp value.
7380         (elf_hppa_final_link_relocate): Use the symbol's address in
7381         R_PARISC_FPTR64 relocations that don't need an opd entry.
7382         * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
7383         (elf64_hppa_finalize_dynreloc): Likewise.
7384         (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
7385         (elf64_hppa_finish_dynamic_symbol): Break up assert.
7387 2002-06-14  Sergey Grigoriev  <serge@leopold.Physik.Uni-Augsburg.DE>
7389         * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
7390         alignment for .bss, .data and .text sections so that sse and sse2
7391         code will work.
7392         * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
7394 2002-06013  J"orn Rennecke  <joern.rennecke@superh.com>
7396         config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
7397         sh[1234]*-elf*.
7399 2002-06-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7401         * elflink.h (elf_bfd_final_link): Improve error handling for missing
7402         dynamic sections.
7404         * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
7405         for a symbol that has no output section.
7406         (allocate_dynrel_entries): Correct comment.
7407         (elf64_hppa_finalize_dynreloc): Likewise.  Don't create an opd entry
7408         unless we want one.
7409         (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
7410         (elf64_hppa_finalize_dlt): Likewise.  Prevent segfault for symbols
7411         with no section.  Remove unnecessary parentheses.
7413 2002-06-11  Tom Rix  <trix@redhat.com>
7415         * coffcode.h (coff_compute_section_file_positions): Add data
7416         section to AIX loader alignment check.
7418         * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
7419         alignment to 4 bytes.
7420         (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
7421         power accessor macro.
7422         (do_shared_object_padding): Remove invalid assertion.
7424 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
7426         * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
7427         for removed output sections.
7429 2002-06-10  Geoffrey Keating  <geoffk@redhat.com>
7431         * merge.c (merge_strings): Use htab_create_alloc with calloc, not
7432         htab_alloc.
7433         * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
7435 2002-06-08  H.J. Lu <hjl@gnu.org>
7437         * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
7438         work around a long long bug in gcc 2.96 on mips.
7440 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
7442         * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
7443         (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
7444         Regenerate dependency lists.
7445         * Makefile.in: Regenerate.
7446         * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
7447         vax1knetbsd_vec to targ_selvecs.
7448         * configure.in: Add vax1knetbsd_vec.
7449         * configure: Regenerate.
7450         * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
7451         * vax1knetbsd.c: New file.
7452         * vaxnetbsd.c: Update copyright years.
7453         (TARGET_PAGE_SIZE): Set to 0x1000.
7454         (DEFAULT_MID): Set to M_VAX4K_NETBSD.
7456 2002-06-08  Matt Thomas  <matt@3am-software.com>
7458         * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
7460 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
7462         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
7464 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
7466         * Makefile.am: Run "make dep-am".
7467         * Makefile.in: Regenerate.
7469         * armnetbsd.c: Replace CONST with const.
7470         * corefile.c: Likewise.
7471         * elf32-dlx.c: Likewise.
7472         * elf64-mips.c: Likewise.
7473         * mmo.c: Likewise.
7474         * ns32knetbsd.c: Likewise.
7476         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
7477         table is elf64-sparc.
7479 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7481         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
7482         Fix RELA addends to get not shifted in the result. Don't do special
7483         handling of R_MIPS_64 for NewABI.
7485 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
7487         * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7488         (NAME(aout,slurp_reloc_table)): Likewise.
7489         * coff-mips.c (mips_relax_section): Use bfd_zalloc.
7490         * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
7491         (xcoff_write_archive_contents_big): Likewise.
7492         (xcoff_generate_rtinit): Likewise.
7493         (xcoff_generate_rtinit): Likewise, and check error return.
7494         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
7495         * coffgen.c (coff_section_symbol): Use bfd_zalloc.
7496         (coff_get_normalized_symtab): Likewise.
7497         (coff_make_empty_symbol): Likewise.
7498         (bfd_coff_set_symbol_class): Likewise.
7499         * cofflink.c (coff_link_add_symbols): Likewise.
7500         * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
7501         * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
7502         (bfd_ecoff_write_accumulated_debug): Likewise.
7503         * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
7504         * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
7505         * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
7506         * ieee.c (do_with_relocs): Use bfd_zalloc.
7507         * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
7508         * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7509         (NAME(aout,slurp_reloc_table)): Likewise.
7510         (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
7511         * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
7512         * som.c (som_build_and_write_symbol_table): Likewise.
7513         (som_slurp_string_table): Likewise.
7514         (som_slurp_symbol_table): Likewise.
7515         (som_bfd_ar_write_symbol_stuff): Likewise.
7516         * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
7517         * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
7518         * tekhex.c (find_chunk): Likewise.  Get rid of unused "sname".
7519         * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
7520         * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
7522 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
7524         * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
7525         "group" union.
7526         (elf_group_name): Update.
7527         (elf_group_id): Define.
7528         (bfd_elf_set_group_contents): Declare.
7529         * elf.c (elf_fake_sections): Qualify use of elf_group_name.
7530         (set_group_contents): Rename to bfd_elf_set_group_contents.  Remove
7531         ATTRIBUTE_UNUSED from failedptrarg.  If elf_group_id is set, use
7532         that sym for the signature.
7533         (_bfd_elf_compute_section_file_positions): Don't call
7534         set_group_contents for "ld -r" case.
7535         (swap_out_syms): Use bfd_zalloc.
7536         * elflink.h (elf_link_add_archive_symbols): Likewise.
7537         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
7538         (elf_bfd_final_link): Call bfd_elf_set_group_contents.
7540 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
7542         * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
7543         relocs in opd for non-shared too.
7545 2002-06-06  Jeffrey Law  <law@redhat.com>
7547         * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
7548         relocations.
7550 2002-06-06  Nick Clifton  <nickc@cambridge.redhat.com>
7552         * merge.c: Include libiberty.h.
7553         * elf-strtab.c: Include libiberty.h.
7555 2002-06-06  Elias Athanasopoulos  <eathan@otenet.gr>
7557         * peXXigen.c (pe_print_idata): Remove unused variable.
7559 2002-06-06  David Heine <dlheine@tensilica.com>
7561         * elf.c (assign_file_positions_for_segments): Remove unallocated
7562         sections from the section to segment mapping for PT_LOAD segments.
7563         Update comment about empty loadable segments.
7565 2002-06-06  Richard Sandiford  <rsandifo@redhat.com>
7567         * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
7568         is within the .stabstr section.
7570 2002-06-06  Alan Modra  <amodra@bigpond.net.au>
7572         * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
7573         are "const PTR", not "const PTR *".
7574         (bfd_elf32_swap_symbol_in): Likewise.
7575         (bfd_elf64_swap_symbol_in): Likewise.
7576         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
7577         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7578         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7579         (elf_link_add_object_symbols): Likewise.
7580         (elf_link_record_local_dynamic_symbol): Likewise.
7581         (elf_link_input_bfd): Likewise.
7582         (elf_gc_mark): Likewise.
7583         (elf_reloc_symbol_deleted_p): Likewise.
7584         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7585         (mn10200_elf_relax_delete_bytes): Likewise.
7586         (mn10200_elf_symbol_address_p): Likewise.
7587         (mn10200_elf_get_relocated_section_contents): Likewise.
7588         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7589         (mn10300_elf_relax_section): Likewise.
7590         (mn10300_elf_relax_delete_bytes): Likewise.
7591         (mn10300_elf_symbol_address_p): Likewise.
7592         (mn10300_elf_get_relocated_section_contents): Likewise.
7593         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7594         (elf32_h8_relax_delete_bytes): Likewise.
7595         (elf32_h8_symbol_address_p): Likewise.
7596         (elf32_h8_get_relocated_section_contents): Likewise.
7597         * elf32-hppa.c (get_local_syms): Likewise.
7598         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7599         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7600         * elf32-sh.c (sh_elf_relax_section): Likewise.
7601         (sh_elf_relax_delete_bytes): Likewise.
7602         (sh_elf_get_relocated_section_contents): Likewise.
7603         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7604         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7605         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7606         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7607         * elf64-ppc.c (get_local_syms): Likewise.
7608         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7609         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7611 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
7613         * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
7615 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
7617         * elf.c (group_signature): Swap in the whole symbol, and handle
7618         extracting section symbol names.
7619         (setup_group): Add comment.
7620         (set_group_contents): When called from objcopy or ld, arrange for
7621         section contents to be written.  Write group member output section
7622         indices to allow objcopy to reorganize sections.
7623         (_bfd_elf_copy_private_section_data): Copy group info.
7625         * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
7626         (bfd_elf32_swap_symbol_in): Update prototype.
7627         (bfd_elf64_swap_symbol_in): Likewise.
7628         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
7629         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7630         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7631         (elf_link_add_object_symbols): Likewise.
7632         (elf_link_record_local_dynamic_symbol): Likewise.
7633         (elf_link_input_bfd): Likewise.
7634         (elf_gc_mark): Likewise.
7635         (elf_reloc_symbol_deleted_p): Likewise.
7636         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7637         (mn10200_elf_relax_delete_bytes): Likewise.
7638         (mn10200_elf_symbol_address_p): Likewise.
7639         (mn10200_elf_get_relocated_section_contents): Likewise.
7640         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7641         (mn10300_elf_relax_section): Likewise.
7642         (mn10300_elf_relax_delete_bytes): Likewise.
7643         (mn10300_elf_symbol_address_p): Likewise.
7644         (mn10300_elf_get_relocated_section_contents): Likewise.
7645         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7646         (elf32_h8_relax_delete_bytes): Likewise.
7647         (elf32_h8_symbol_address_p): Likewise.
7648         (elf32_h8_get_relocated_section_contents): Likewise.
7649         * elf32-hppa.c (get_local_syms): Likewise.
7650         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7651         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7652         * elf32-sh.c (sh_elf_relax_section): Likewise.
7653         (sh_elf_relax_delete_bytes): Likewise.
7654         (sh_elf_get_relocated_section_contents): Likewise.
7655         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7656         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7657         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7658         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7659         * elf64-ppc.c (get_local_syms): Likewise.
7660         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7661         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7662         * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
7663         * elf64-alpha.c (alpha_elf_size_info): Likewise.
7664         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
7665         * elf64-mips.c (mips_elf64_size_info): Likewise.
7666         * elf64-s390.c (s390_elf64_size_info): Likewise.
7667         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
7669 2002-06-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7671         * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
7672         elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
7673         elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
7674         _bfd_mips_elf_ignore_discarded_relocs.
7675         elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
7677 2002-06-05  H.J. Lu <hjl@gnu.org>
7679         * elfxx-mips.c (mips_elf_calculate_relocation): Call
7680         _bfd_elf_rel_local_sym for STT_SECTION relocations against
7681         the SEC_MERGE section.
7683 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
7685         * coff-alpha.c: Update copyright date.
7686         * coff-mips.c: Likewise.
7687         * xcoff-target.h: Likewise.
7689         * bfd-in.h: Remove "taken from the source" comment.
7690         * libbfd-in.h: Likewise.
7691         * libcoff-in.h: Likewise.
7692         * bfd-in2.h: Regenerate.
7693         * libbfd.h: Regenerate.
7694         * libcoff.h: Regenerate.
7696         * elf.c (bfd_elf_discard_group): Return true.
7697         * elf-bfd.h (bfd_elf_discard_group): Declare.
7698         * bfd-in.h (bfd_elf_discard_group): Don't declare here.
7699         * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
7700         * bfd.c (bfd_discard_group): Define.
7701         * targets.c (struct bfd_target): Add _bfd_discard_group.
7702         (BFD_JUMP_TABLE_LINK): Here too.
7703         * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
7704         * aout-adobe.c (aout_32_bfd_discard_group): Define.
7705         * aout-target.h (MY_bfd_discard_group): Define.
7706         * aout-tic30.c (MY_bfd_discard_group): Define.
7707         * binary.c (binary_bfd_discard_group): Define.
7708         * bout.c (b_out_bfd_discard_group): Define.
7709         * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
7710         * coffcode.h (coff_bfd_discard_group): Define.
7711         * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
7712         * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
7713         * i386msdos.c (msdos_bfd_discard_group): Define.
7714         * i386os9k.c (os9k_bfd_discard_group): Define.
7715         * ieee.c (ieee_bfd_discard_group): Define.
7716         * ihex.c (ihex_bfd_discard_group): Define.
7717         * mmo.c (mmo_bfd_discard_group): Define.
7718         * nlm-target.h (nlm_bfd_discard_group): Define.
7719         * oasys.c (oasys_bfd_discard_group): Define.
7720         * ppcboot.c (ppcboot_bfd_discard_group): Define.
7721         * som.c (som_bfd_discard_group): Define.
7722         * srec.c (srec_bfd_discard_group): Define.
7723         * tekhex.c (tekhex_bfd_discard_group): Define.
7724         * versados.c (versados_bfd_discard_group): Define.
7725         * vms.c (vms_bfd_discard_group): Define.
7726         * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
7727         * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
7728         (aix5coff64_vec): Likewise.
7729         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
7731 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
7733         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
7734         (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
7735         (elf32-sh64-com.lo): New dependency list.
7736         * Makefile.in: Regenerate.
7737         * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
7738         (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
7739         elf32-sh64-com.lo.
7740         * configure: Regenerate.
7741         * elf32-sh64.c (sh64_address_in_cranges)
7742         (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
7743         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
7744         (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
7745         * elf32-sh64-com.c: ...here.  New file.
7747 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
7749         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
7750         ATTRIBUTE_UNUSED on used params.
7751         * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
7752         before calling bfd_section_from_elf_index on local syms.
7753         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7755 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
7757         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
7758         (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
7759         (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
7760         (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
7761         (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
7762         * Makefile.in: Regenerate.
7763         * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
7764         (sh64-*-netbsd*): New targets.
7765         * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
7766         bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
7767         * configure: Regenerate.
7768         * elf32-sh64-nbsd.c: New file.
7769         * elf64-sh64-nbsd.c: New file.
7770         * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
7771         bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
7772         bfd_elf64_sh64lnbsd_vec.
7774 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
7776         * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
7777         (bfd_section_from_shdr): Likewise.  Set section name of group
7778         sections from signature.
7779         (group_signature): Split out from setup_group.  Ensure symbol table
7780         is available.
7781         (bfd_elf_discard_group): New function.
7782         (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
7783         .gnu.linkonce* sections if they are members of a group.
7784         (set_group_contents): Set GRP_COMDAT flag.
7785         * section.c (bfd_discard_group): New function.
7786         * bfd-in.h (bfd_elf_discard_group): Declare.
7787         * bfd-in2.h: Regenerate.
7788         * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
7789         (elf_linkonce_p): Define.
7791 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
7793         * elf.c (bfd_section_from_shdr): Make "name" const.
7794         * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
7795         * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
7796         * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
7797         * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
7798         * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
7799         * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
7800         * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
7801         * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
7802         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
7803         * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
7804         * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
7806 2002-06-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7808         * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
7809         ABI.
7811 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
7813         * elf32-arc.c: Fix formatting.
7814         * elf32-arm.h: Likewise.
7815         * elf32-cris.c: Likewise.
7816         * elf32-dlx.c: Likewise.
7817         * elf32-hppa.c: Likewise.
7818         * elf32-i386.c: Likewise.
7819         * elf32-i386qnx.c: Likewise.
7820         * elf32-or32.c: Likewise.
7821         * elf32-s390.c: Likewise.
7822         * elf32-sh64.c: Likewise.
7823         * elf32-vax.c: Likewise.
7824         * elf32-xstormy16.c: Likewise.
7825         * elf64-alpha.c: Likewise.
7826         * elf64-mmix.c: Likewise.
7827         * elf64-ppc.c: Likewise.
7828         * elf64-s390.c: Likewise.
7829         * elf64-sh64.c: Likewise.
7830         * elf64-x86-64.c: Likewise.
7832 2002-06-02  Richard Henderson  <rth@redhat.com>
7834         * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
7835         null when there are no got entries for a symbol.
7836         (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
7837         uninitialized variable warning.
7839 2002-06-01  Richard Henderson  <rth@redhat.com>
7841         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
7842         undefined symbols here.
7843         (elf64_alpha_relax_section): Do it here.  Also test for not
7844         defined in the current module.
7845         (elf64_alpha_relocate_section_r): Split out of ...
7846         (elf64_alpha_relocate_section): ... here.  Don't dereference
7847         NULL when looking up local got entries.
7849 2002-06-01  Richard Henderson  <rth@redhat.com>
7851         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
7852         symbols from JSR relaxation.
7853         (elf64_alpha_size_plt_section_1): New.
7854         (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
7855         (elf64_alpha_size_rela_got_1): ... here.
7856         (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
7857         (elf64_alpha_size_rela_got_section): ... here.
7858         (elf64_alpha_size_plt_section): New.
7859         (elf64_alpha_relax_section): Call them.
7860         (elf64_alpha_size_got_sections): Remove output_bfd arg.
7861         (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
7863 2002-06-01  Richard Henderson  <rth@redhat.com>
7865         * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
7866         (elf64_alpha_relocate_section): Use them.  Reject LE TLS relocs
7867         in shared libraries.  Fix DTPRELHI and TPRELHI value.
7868         (INSN_ADDQ, INSN_RDUNIQ): New.
7869         (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
7870         (elf64_alpha_relax_with_lituse): Return boolean.  Remove irelend
7871         argument.  Reject dynamic symbols.  Use LITUSE symbolic constants.
7872         (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
7873         Handle GOTDTPREL and GOTTPREL relocations.
7874         (elf64_alpha_relax_gprelhilo): New.
7875         (elf64_alpha_relax_tls_get_addr): New.
7876         (elf64_alpha_relax_find_tls_segment): New.
7877         (elf64_alpha_relax_section): Handle TLS relocations.
7878         (ALPHA_ELF_LINK_HASH_TLS_IE): New.
7879         (elf64_alpha_check_relocs): Set it.
7881 2002-06-01  Richard Henderson  <rth@redhat.com>
7883         * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
7885         * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
7886         check; don't suppress dynamic relocs for non-allocated sections.
7888         * elf64-alpha.c: Remove dead code.
7890 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
7892         * bfd-in2.h: Regenerate.
7893         * libbfd.h: Regenerate.
7894         * po/SRC-POTFILES.in: Regenerate.
7896         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
7897         space for bss .plt.
7899 2002-05-31  Graeme Peterson  <gp@qnx.com>
7901         * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
7902         (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
7903         Run "make dep-am".
7904         * Makefile.in: Regenerate.
7905         * config.bfd: Add i[3456]86-*-nto-qnx* support.
7906         * configure.in: Add bfd_elf32_i386qnx_vec support.
7907         * configure: Regenerate.
7908         * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
7909         is_contained_by_filepos, and copy_private_bfd_data_p.
7910         * elf.c (assign_file_positions_for_segments): Call backend
7911         set_nonloadable_filepos.  Fix non-K&R call to _bfd_error_handler.
7912         (IS_CONTAINED_BY_FILEPOS): Define.
7913         (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
7914         (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS.  Typo fix.
7915         Fix non-K&R call to _bfd_error_handler.
7916         (_bfd_elf_copy_private_section_data): Use backend
7917         copy_private_bfd_data_p.
7918         * elf32-i386.c: Don't include elfxx-target.h when
7919         ELF32_I386_C_INCLUDED is defined.
7920         * elf32-i386qnx.c: New QNX elf backend file.
7921         * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
7922         elf_backend_is_contained_by_filepos, and
7923         elf_backend_do_copy_private_bfd_data.
7924         * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
7926 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
7928         * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
7929         Move other similar defines to start of file.
7931 2002-05-30  Tom Rix  <trix@redhat.com>
7933         * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
7934         * coff64-rs6000.c (xcoff64_rtype2howto): Same.
7936 2002-05-30  Richard Henderson  <rth@redhat.com>
7938         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
7939         ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
7940         (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
7941         (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
7942         (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
7943         (struct alpha_elf_obj_tdata): Rename total_got_entries and
7944         n_local_got_entries to total_got_size and local_got_size.
7945         (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
7946         (alpha_got_entry_size): New.
7947         (elf64_alpha_relax_with_lituse): Use it.
7948         (elf64_alpha_relax_without_lituse): Likewise.
7949         (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
7950         (get_got_entry): New.
7951         (elf64_alpha_check_relocs): Handle TLS relocs.  Reorganize.
7952         (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
7953         (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
7954         (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
7955         (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
7956         (elf64_alpha_calc_got_offsets): Likewise.
7957         (alpha_dynamic_entries_for_reloc): New.
7958         (elf64_alpha_calc_dynrel_sizes): Use it.
7959         (elf64_alpha_size_dynamic_sections): Likewise.
7960         (elf64_alpha_relocate_section): Handle TLS relocations.
7961         * reloc.c: Add Alpha TLS relocations.
7962         * bfd-in2.h, libbfd.h: Rebuild.
7964 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7966         * peXXigen.c (pe_print_idata): Remove double printed
7967         import table lines; add Bound-To comment.
7969 2002-05-29  Matt Thomas  <matt@3am-software.com>
7971         * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
7972         (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
7973         (elf32-vax.lo): New rule.
7974         * Makefile.in: Regenerate.
7975         * configure.in (bfd_elf32_vax_vec)
7976         (vaxnetbsd_vec): New vectors.
7977         * configure: Regenerate.
7978         * config.bfd (vax-*-netbsdelf*)
7979         (vax-*-netbsdaout*)
7980         (vax-*-netbsd*): New targets.
7981         * elf32-vax.c: New file.
7982         * reloc.c: Add VAX relocations.
7983         * bfd-in2.h: Regenerate.
7984         * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
7986 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
7988         * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
7989         and bfd_elf32_bigarm_vec to targ_selvecs.
7991 2002-05-29  Ralf Habacker  <ralf.habacker@freenet.de>
7993         * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
7994         with auto-imported symbols.
7996 2002-05-29  Adam Nemet  <anemet@lnxw.com>
7998         * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
7999         sections only record bfd.
8000         (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8001         * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
8002         * bfd-in2.h: Regenerate.
8004 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
8006         * syms.c (_bfd_stab_section_find_nearest_line): Move
8007         declaration and initialisation of saw_line and saw_func out of
8008         for loop.
8010 2002-05-29  Alan Modra  <amodra@bigpond.net.au>
8012         * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
8013         (bfd_elf64_get_symbol_info): Define.
8014         * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
8016 2002-05-29  Andrey Volkov  <avolkov@transas.com>
8018         * cpu-h8300.c: Make default h8300 machine first in machine list.
8020 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
8022         * config.bfd: Added DLX configuraton.
8023         * Makefile.am: Added DLX configuraton.
8024         * configure.in: Added DLX configuraton.
8025         * archures.c: Add DLX architecure.
8026         * reloc.c: Add DLX relocs.
8027         * targets.c: Added DLX target vector.
8028         * configure: Regenerate.
8029         * Makefile.in: Regenreate.
8030         * bfd-in2.h: Regenreate.
8031         * elf32-dlx.c: New file: Support DLX target.
8032         * cpu-dlx.c: New file: Support DLX target.
8034 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
8036         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
8038         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
8039         (ppc64_elf_check_relocs): Don't set up function descriptor symbol
8040         strings to point inside function code sym string.
8041         (func_desc_adjust): Likewise.
8042         (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
8044 2002-05-24  Michal Ludvig  <mludvig@suse.cz>
8046         * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
8047         (elf64_x86_64_grok_psinfo): Added.
8049 2002-05-24  TAMURA Kent <kent@netbsd.org>
8051         * config.bfd: Add a target for i386-netbsdpe.
8053 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
8055         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
8056         and is_func_descriptor.
8057         (func_desc_adjust): Hide function code sym in shared libs unless
8058         there is a matching exported function descriptor sym.
8060 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
8062         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
8063         for symbols from SHF_TLS section.
8064         (_bfd_elf_print_private_bfd_data): Add PT_TLS.
8065         (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
8066         (map_sections_to_segments): Build PT_TLS segment if necessary.
8067         (assign_file_positions_for_segments): Likewise.
8068         (get_program_header_size): Account for PT_TLS segment.
8069         (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
8070         SEC_THREAD_LOCAL sections to STT_TLS.
8071         * reloc.c: Add 386 and IA-64 TLS relocs.
8072         * section.c (SEC_THREAD_LOCAL): Define.
8073         (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
8074         Remove.
8075         * elflink.h (elf_link_add_object_symbols): Support .tcommon.
8076         (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
8077         unconditionally.
8078         (struct elf_final_link_info): Add first_tls_sec.
8079         (elf_bfd_final_link): Set first_tls_sec.
8080         Compute elf_hash_table (info)->tls_segment.
8081         (elf_link_output_extsym): Handle STT_TLS symbols.
8082         (elf_link_input_bfd): Likewise.
8083         * syms.c (BSF_THREAD_LOCAL): Define.
8084         * bfd-in2.h: Rebuilt.
8085         * libbfd.h: Rebuilt.
8086         * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
8087         elf_i386_mkobject, elf_i386_object_p): New functions.
8088         (elf_howto_table): Add TLS relocs.
8089         (elf_i386_reloc_type_lookup): Support TLS relocs.
8090         (elf_i386_info_to_howto_rel): Likewise.
8091         (struct elf_i386_link_hash_entry): Add tls_type.
8092         (struct elf_i386_obj_tdata): New.
8093         (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
8094         New macros.
8095         (struct elf_i386_link_hash_table): Add tls_ldm_got.
8096         (link_hash_newfunc): Clear tls_type.
8097         (elf_i386_check_relocs): Support TLS relocs.
8098         (elf_i386_gc_sweep_hook): Likewise.
8099         (allocate_dynrelocs): Likewise.
8100         (elf_i386_size_dynamic_sections): Likewise.
8101         (elf_i386_relocate_section): Likewise.
8102         (elf_i386_finish_dynamic_symbol): Likewise.
8103         (bfd_elf32_mkobject, elf_backend_object_p): Define.
8104         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
8105         dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
8106         want_tprel, want_dtpmod, want_dtprel.
8107         (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
8108         (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
8109         R_IA64_LTOFF_TPREL22.
8110         (elf_code_to_howto_index): Add TLS relocs.
8111         (elfNN_ia64_check_relocs): Support TLS relocs.
8112         (allocate_global_data_got): Account for TLS .got data.
8113         (allocate_dynrel_entries): Account for TLS dynamic relocations.
8114         (elfNN_ia64_install_value): Supprt TLS relocs.
8115         (set_got_entry): Support TLS relocs.
8116         (elfNN_ia64_relocate_section): Likewise.
8118 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
8120         * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
8121         BLX reloc round the relocation up rather than down.
8122         * coff-arm.c (coff_arm_relocate_section): Likewise.
8124 2002-05-21  H.J. Lu  (hjl@gnu.org)
8126         * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
8127         definition.
8129 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
8131         * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
8132         (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
8134 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
8136         * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
8137         unresolved relocs.
8138         (ppc64_elf_size_dynamic_sections): Check for splt NULL.
8140 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8142         * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
8143         non-ELF targets.
8145 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8147         * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
8148         an error value.
8149         * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
8150         return with false on error.
8151         (elf_link_input_bfd): Check reloc_emitter return value.
8153 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
8155         * config.bfd (armeb-*-netbsdelf*): New target.
8157 2002-05-20  Alan Modra  <amodra@bigpond.net.au>
8159         * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
8160         at the plt call stub.
8162 2002-05-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8164         * cpu-mips.c (mips_compatible): Don't try to check machine
8165         compatibility.
8167 2002-05-18  Tom Rix  <trix@redhat.com>
8169         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
8171 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
8173         * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
8174         (ppc64_elf_relocate_section): Don't warn about reloc overflow when
8175         we've already warned about an undefined symbol.  Report more
8176         detail on reloc errors.
8178 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
8180         * acinclude.m4 (AM_INSTALL_LIBBFD): New.
8181         * configure.in: Invoke AM_INSTALL_LIBBFD.
8182         * Makefile.am (install-data-local): Revert 2002-05-13.  Move to..
8183         (install_libbfd): .. New target.
8184         (uninstall_libbfd): Likewise.
8185         (install-bfdlibLTLIBRARIES): Likewise.
8186         (uninstall-bfdlibLTLIBRARIES): Likewise.
8187         (bfdlibdir): New.
8188         (bfdincludedir): New.
8189         (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
8190         * aclocal.m4: Regenerate.
8191         * configure: Regenerate.
8192         * Makefile.in: Regenerate.
8194 2002-05-17  Stuart Balfour <sbalfour@cisco.com>
8196         * hash.c (bfd_hash_lookup): Remove computation of len from inside
8197         hash loop.
8199 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
8201         * config.bfd: Add targets for sh64-linux (little endian and
8202         big endian).
8204 2002-05-15  Laurent Pinchart <laurent.pinchart@skynet.be>
8206         * peXXigen.c (pe_print_idata): Do not assume that the first thunk
8207         is located in the same section as the import table.  Instead
8208         check, and if necessary load the section containing the thunk.
8210 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
8212         * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
8213         bfd_bread.
8214         (xcoff64_core_file_matches_executable_p): Replace bfd_read
8215         with bfd_bread.
8217 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
8219         * aix5ppc-core.c: Warning fixes.
8220         * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
8221         * aout-target.h (MY_bfd_link_just_syms): Define.
8222         * aout-tic30.c (MY_bfd_link_just_syms): Define.
8223         * bfd.c (bfd_link_just_syms): Define.
8224         * binary.c (binary_bfd_link_just_syms): Define.
8225         * bout.c (b_out_bfd_link_just_syms): Define.
8226         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
8227         * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
8228         * coffcode.h (coff_bfd_link_just_syms): Define.
8229         * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
8230         (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
8231         (_bfd_elf_link_just_syms): Declare.
8232         * elf.c (_bfd_elf_link_just_syms): New function.
8233         * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
8234         sections haven't already been discarded by the linker.
8235         * elflink.h (elf_link_add_object_symbols): Likewise for stab
8236         sections and SEC_MERGE sections.
8237         (elf_bfd_discard_info): Similarly here.
8238         * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
8239         * i386msdos.c (msdos_bfd_link_just_syms): Define.
8240         * i386os9k.c (os9k_bfd_link_just_syms): Define.
8241         * ieee.c (ieee_bfd_link_just_syms): Define.
8242         * ihex.c (ihex_bfd_link_just_syms): Define.
8243         * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
8244         (_bfd_generic_link_just_syms): Declare.
8245         * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
8246         * linker.c (_bfd_generic_link_just_syms): New function.
8247         * mmo.c (mmo_bfd_link_just_syms): Define.
8248         * nlm-target.h (nlm_bfd_link_just_syms): Define.
8249         * oasys.c (oasys_bfd_link_just_syms): Define.
8250         * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
8251         * som.c (som_bfd_link_just_syms): Define.
8252         * srec.c (srec_bfd_link_just_syms): Define.
8253         * targets.c (struct bfd_target): Add _bfd_link_just_syms.
8254         (BFD_JUMP_TABLE_LINK): And here.
8255         * tekhex.c (tekhex_bfd_link_just_syms): Define.
8256         * versados.c (versados_bfd_link_just_syms): Define.
8257         * vms.c (vms_bfd_link_just_syms): Define.
8258         * libbfd.h: Regenerate.
8259         * bfd-in2.h: Regenerate.
8261 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8263         * elf32-mips.c: Remove superfluous definitions copied from
8264         elfxx-mips.c.
8265         (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
8266         SGIish vectors to check the special case.
8267         (mips_elf_hi16_reloc): Fix comment.
8268         (mips_elf_got16_reloc): Likewise.
8269         (_bfd_mips_elf32_gprel16_reloc): Likewise.
8270         (elf_reloc_map): Code cleanup.
8271         (mips_reloc_map): Add comment.
8272         (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
8273         (mips_elf32_rtype_to_howto): Likewise.
8274         (mips_elf32_discard_info): Likewise.
8275         (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
8276         lead to IRIX compatibility now.
8278 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8280         * elfxx-mips.c: Call it IRIX, not Irix in comments.
8282 2002-05-13  Jason Thorpe  <thorpej@wasabisystems.com>
8284         * config.bfd (shle-*-netbsdelf*): Add target which includes
8285         sh64 support.
8287 2002-05-13  David Edelsohn  <edelsohn@gnu.org>
8289         * configure.in: Revert 2002-04-07.  Instead, auto-configure
8290         HAVE_ST_C_IMPL.
8291         * configure: Regenerate.
8292         * config.in: Regenerate.
8293         * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
8294         or AIX_5_CORE.
8296 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
8298         * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
8299         corefiles as well.2
8300         * configure: Regenerate.
8302 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
8304         * Makefile.am (install-data-local): Install headers to
8305         $(exec_prefix)/include.
8306         * Makefile.in: Regenerate.
8308 2002-05-11  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
8309             Daniel Jacobowitz  <drow@mvista.com>
8311         * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE.  Don't
8312         map BFD_RELOC_RVA.
8314 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
8316         * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
8317         hppa*-*-openbsd*): New targets.
8318         * configure.in (alpha*-*-openbsd*): Set COREFILE.
8319         * configure: Regenerate.
8321 2002-05-10  Tom Rix  <trix@redhat.com>
8323         * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
8324         xcoff64_ppc_relocate_section.
8325         * coff-rs6000.c : Extern common xcoff_reloc_type functions.
8326         * libxcoff.h: Common xcoff_reloc_type function declaration.
8328 2002-05-10  Alan Modra  <amodra@bigpond.net.au>
8330         * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
8331         added in 2002-05-09 commit.
8333         * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
8334         don't look for stubs on all undefined syms.
8336 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
8338         * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
8339         (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
8340         pcrel_offset.
8342         * elf32-i386.c (elf_howto_table): Comments.
8343         (elf_i386_relocate_section): Handle more relocs for relocatable
8344         linking and against SEC_MERGE sections.
8346 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
8348         * elf32-ppc.c (ppc_elf_create_got): New function.
8349         (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
8350         _bfd_elf_create_dynamic_sections.  Correct .plt flags.
8351         (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
8352         _bfd_elf_create_got_section.
8354 2002-05-07  Alan Modra  <amodra@bigpond.net.au>
8356         * elf-bfd.h (struct elf_backend_data): Add rela_normal.
8357         * elfxx-target.h (elf_backend_rela_normal): Define.
8358         (elfNN_bed): Init rela_normal.
8359         * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
8360         for section symbols here if rela_normal.  Simplify abs section test.
8361         * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
8362         return immediately.  Remove code handling relocatable linking.
8363         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
8364         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
8365         * elf32-i370.c (i370_elf_relocate_section): Likewise.
8366         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
8367         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8368         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
8369         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
8370         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8371         * elf32-s390.c (elf_s390_relocate_section): Likewise.
8372         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
8373         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8374         * elf64-s390.c (elf_s390_relocate_section): Likewise.
8375         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8376         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
8377         * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
8378         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
8379         * elf-m10200.c (elf_backend_rela_normal): Define.
8380         * elf-m10300.c (elf_backend_rela_normal): Define.
8381         * elf32-fr30.c (elf_backend_rela_normal): Define.
8382         * elf32-i370.c (elf_backend_rela_normal): Define.
8383         * elf32-i860.c (elf_backend_rela_normal): Define.
8384         * elf32-m68k.c (elf_backend_rela_normal): Define.
8385         * elf32-mcore.c (elf_backend_rela_normal): Define.
8386         * elf32-openrisc.c (elf_backend_rela_normal): Define.
8387         * elf32-ppc.c (elf_backend_rela_normal): Define.
8388         * elf32-s390.c (elf_backend_rela_normal): Define.
8389         * elf32-xstormy16.c (elf_backend_rela_normal): Define.
8390         * elf64-ppc.c (elf_backend_rela_normal): Define.
8391         * elf64-s390.c (elf_backend_rela_normal): Define.
8392         * elf64-x86-64.c (elf_backend_rela_normal): Define.
8393         * elfxx-ia64.c (elf_backend_rela_normal): Define.
8394         * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
8395         * elf32-m32r.c (elf_backend_rela_normal): Likewise.
8397 2002-05-06  Nick Clifton  <nickc@cambridge.redhat.com>
8399         * elf32-arm.h (elf32_arm_final_link_relocate): Convert
8400         'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
8402 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
8404         * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
8405         when not relocatable.  Fix reloc_emitter call for K&R.
8407 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
8409         * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
8410         reloading local sym addend mistakenly removed in 2002-05-01 change.
8412         * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
8413         (read_abbrevs): Change "offset" param to bfd_vma.
8414         (parse_comp_unit): Change "version" and addr_size to unsigned ints.
8415         Change "abbrev_offset" to bfd_vma.
8416         (read_indirect_string): Use correct conversion chars in error
8417         message format string, cast bfd_vma's to unsigned long.
8418         (read_abbrevs): Likewise.
8419         (read_attribute_value): Likewise.
8420         (decode_line_info): Likewise.
8421         (scan_unit_for_functions): Likewise.
8422         (parse_comp_unit): Likewise.
8424 2002-05-04  Tom Rix  <trix@redhat.com>
8426         * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
8427         (coff_swap_reloc_out): Same.
8428         * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
8429         (xcoff_swap_reloc_out): Same.
8430         (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
8431         case some 16 bit relocs. Add reloc value to output.
8432         (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
8433         R_RBR. Improve names.
8434         (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
8435         (bfd_xcoff_backend_data): Update with new reloc swap names.
8436         (bfd_pmac_xcoff_backend_data) : Same.
8437         * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
8438         (xcoff64_swap_reloc_out): Same.
8439         (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
8440         R_POS. Add reloc value to output.
8441         (xcoff64_howto_table): Move 64 bit R_POS to first entry.  Add 16
8442         bit R_RBR. Improve names, masks.
8443         (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
8444         (bfd_xcoff_backend_data): Update with new reloc swap names.
8445         (bfd_xcoff_aix5_backend_data) : Same.
8447 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
8449         * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
8450         bfd_count top_index, input_list, all_local_syms.
8451         (elf32_hppa_setup_section_lists): New function, split from
8452         elf32_hppa_size_stubs.
8453         (elf32_hppa_next_input_section): Likewise.
8454         (group_sections): Likewise.
8455         (get_local_syms): Likewise.
8456         (elf32_hppa_size_stubs): Adjust for split out functions.  Look for
8457         stubs on undefined syms too.
8458         (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8459         Only access htab elf fields when we have an elf hash table.
8460         * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
8461         (elf32_hppa_next_input_section): Declare.
8463 2002-05-04  Bob Byrnes  <byrnes@curl.com>
8465         * opncls.c (_bfd_new_bfd_contained_in): Check return value of
8466         _bfd_new_bfd.
8468 2002-05-03  H.J. Lu  (hjl@gnu.org)
8470         * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
8471         (mips_elf_link_hash_newfunc): Initialize forced_local to false.
8472         (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
8473         to hide a global symbol.
8474         (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
8475         forced_local to true.
8477 2002-05-02  Richard Henderson  <rth@redhat.com>
8479         * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
8480         vs SHN_UNDEF to zero.
8482 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
8484         * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
8485         16 bit reloc.
8486         <R_PPC64_SECTOFF_DS>: Likewise.
8487         (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8488         SECTOFF reloc.
8489         * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
8490         (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8491         SECTOFF reloc.
8493         * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
8494         (ppc64_elf_ha_reloc): New function.
8495         (ppc64_elf_brtaken_reloc): New function.
8496         (ppc64_elf_sectoff_reloc): New function.
8497         (ppc64_elf_sectoff_ha_reloc): New function.
8498         (ppc64_elf_toc_reloc): New function.
8499         (ppc64_elf_toc_ha_reloc): New function.
8500         (ppc64_elf_toc64_reloc): New function.
8501         (ppc64_elf_unhandled_reloc): New function.
8502         (ppc64_elf_howto_raw): Use the above.
8503         <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
8504         <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset.  Fix dst_mask.
8505         <R_PPC64_SECTOFF_DS>: Likewise.
8506         (IS_ABSOLUTE_RELOC): Update.
8507         (struct ppc_link_hash_table): Add have_undefweak.
8508         (ppc64_elf_link_hash_table_create): Init.
8509         (func_desc_adjust): Set have_undefweak.
8510         (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier.  Only
8511         add the .sfpr blr when have_undefweak.
8512         (ppc64_elf_setup_section_lists): Check hash table flavour.
8513         (ppc64_elf_next_input_section): Move output_section->owner test to
8514         ppc64elf.em.
8515         (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
8516         and relocatable test.  Return TOCstart and don't set elf_gp.
8517         (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
8518         offset calculation.  Add assert on weak sym branch tweaks.
8519         * elf64-ppc.h (ppc64_elf_set_toc): Delete.
8520         (ppc64_elf_toc): Declare.
8521         (ppc64_elf_next_input_section): Update.
8523 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
8525         * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
8526         file_name.
8528 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
8530         * elf64-ppc.c (CROR_151515, CROR_313131): Define.
8531         (ppc64_elf_relocate_section): Use them.  Don't look for plt calls
8532         on R_PPC64_ADDR24 relocs.  Require a nop or no link reg on plt
8533         call branches.  Correct undefined weak destination.
8534         (ppc64_elf_func_desc_adjust): Always create at least one blr in
8535         .sfpr, and correct case where either only savef* or restf* is
8536         needed.
8538         Long branch stubs, multiple stub sections.
8539         * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
8540         (ppc64_elf_next_input_section): Declare.
8541         * elf64-ppc.c: Move linker-only prototypes.
8542         (STUB_SUFFIX): Define.
8543         (enum ppc_stub_type): New.
8544         (struct ppc_stub_hash_entry): New.
8545         (struct ppc_branch_hash_entry): New.
8546         (struct ppc_link_hash_entry): Add stub_cache, oh.
8547         (struct ppc_link_hash_table): Add stub_hash_table etc.  Remove
8548         sstub.  Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
8549         Rename plt_overflow to stub_error.
8550         (ppc_stub_hash_lookup): Define.
8551         (ppc_branch_hash_lookup): Define.
8552         (stub_hash_newfunc): New function.
8553         (branch_hash_newfunc): New function.
8554         (link_hash_newfunc): Init new fields.
8555         (ppc64_elf_link_hash_table_create): Likewise.
8556         (ppc64_elf_link_hash_table_free): New function.
8557         (ppc_stub_name): New function.
8558         (ppc_get_stub_entry): New function.
8559         (ppc_add_stub): New function.
8560         (create_linkage_sections): Use bfd_make_section_anyway.  Create
8561         .branch_lt and .rela.branch_lt sections.  Don't create .stub.
8562         (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
8563         and set up for plt call stubs.  Link func and func desc syms.
8564         (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
8565         (func_desc_adjust): Avoid hash lookup when func desc sym available
8566         via shortcut, and set links when processing.
8567         (ppc64_elf_hide_symbol): Likewise.
8568         (allocate_dynrelocs): Don't allocate stub section here.
8569         (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
8570         Remove sstub code.
8571         (ppc_type_of_stub): New function.
8572         (build_one_stub): Delete.
8573         (ppc_build_one_stub): New function.
8574         (ppc_size_one_stub): New function.
8575         (ppc64_elf_setup_section_lists): New function.
8576         (ppc64_elf_next_input_section): New function.
8577         (group_sections): New function.
8578         (get_local_syms): New function.
8579         (ppc64_elf_size_stubs): Rewrite.
8580         (ppc64_elf_build_stubs): Rewrite.
8581         (ppc64_elf_relocate_section): Look up stub entry for REL24
8582         relocs.  Don't propagate REL14* to dynamic objects.  Look for long
8583         branch stubs if REL14* or REL24 relocs won't reach.
8584         (bfd_elf64_bfd_link_hash_table_free): Define.
8586 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
8588         * config.bfd: Add support for powerpc-*-windiss.
8590 2002-04-30  Tom Rix  <trix@redhat.com>
8592         * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
8593         symbol names into the hash table.
8595 2002-04-28  Tom Rix  <trix@redhat.com>
8597         * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
8598         calulating relocations.
8599         (xcoff_complain_overflow) : Function table for relocation errors.
8600         (xcoff_ppc_relocate_section): Use relocation and complain function
8601         tables.
8602         (xcoff_complain_overflow_unsigned_func): New complain function.
8603         (xcoff_complain_overflow_signed_func): Same.
8604         (xcoff_complain_overflow_bitfield_func): Same.
8605         (xcoff_complain_overflow_dont_func): Same.
8606         (xcoff_reloc_type_crel): New recot function.
8607         (xcoff_reloc_type_br): Same.
8608         (xcoff_reloc_type_ba): Same.
8609         (xcoff_reloc_type_toc): Same.
8610         (xcoff_reloc_type_rel): Same.
8611         (xcoff_reloc_type_neg): Same.
8612         (xcoff_reloc_type_pos): Same.
8613         (xcoff_reloc_type_fail): Same.
8614         (xcoff_reloc_type_noop): Same.
8615         * libxcoff.h : Declare common parts for xcoff64.
8616         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
8617         and complain function tables.
8619 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
8621         * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
8622         * elf32-hppa.c (elf32_hppa_final_link): Formatting.
8624 2002-04-26  Alan Modra  <amodra@bigpond.net.au>
8626         * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
8627         * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
8629         * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
8630         same as the output before calling elf_link_input_bfd.
8632         * coffcode.h (coff_compute_section_file_positions): Set
8633         section_tail after shuffling section list.
8635 2002-04-24  Christian Groessler <chris@groessler.org>
8637         * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
8638         addresses are 23bit with a special layout, not plain 32bit
8639         values.  Prevent relocation of immediate values.
8641 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
8643         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
8644         MIPS-16 ASE flags are set, print something to indicate that.
8646 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
8648         * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
8649         under which a plt call stub is used.
8650         (final_link_relocate): Similarly.
8651         (allocate_plt_static): Clear h-plabel except when plt entry is
8652         exclusively used for a plabel.
8653         (allocate_dynrelocs): Use the above to simplify plt sizing.
8654         (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
8655         (elf32_hppa_link_hash_table_create): Init.
8656         (BL22_RP): Define.
8657         (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
8658         (elf32_hppa_check_relocs): Set has_22bit_branch.
8660         * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
8661         (final_link_relocate): Likewise.
8663 2002-04-22  Jakub Jelinek  <jakub@redhat.com>
8665         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
8666         search table if some FDE is DW_EH_PE_aligned encoded either.
8667         (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
8669 2002-04-22  Richard Smith  <richard@ex-parrot.com>
8670             Jakub Jelinek  <jakub@redhat.com>
8672         * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
8673         (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
8674         encoded personality.
8675         (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
8676         for CIE/FDE removal.
8678 2002-04-20  Tom Rix  <trix@redhat.com>
8680         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
8682 2002-04-20  Alan Modra  <amodra@bigpond.net.au>
8684         * archures.c (bfd_lookup_arch): Move the list order comment..
8685         (struct bfd_arch_info): ..to where it belongs.
8686         * bfd-in2.h: Regenerate.
8688         * archures.c (bfd_lookup_arch): Add comment on list order.
8689         (bfd_default_set_arch_mach): Use bfd_lookup_arch.
8690         * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
8691         is always at head of list.
8693 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
8695         * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
8696         insert_thumb_branch, record_thumb_to_arm_glue): Suppress
8697         definition of these functions for ARM_WINCE builds as they are
8698         not used.
8699         (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
8700         for ARM_WINCE builds.
8702 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
8704         * coff-arm.c (bfd_arm_process_before_allocation):
8706 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
8708         * cpu-sh.c (scan_mach): Delete.
8709         (arch_info_struct): Replace scan_mach with bfd_default_scan.
8710         (bfd_sh_arch): Likewise.
8712 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
8714         * ihex.c (ihex_write_object_contents): Fix check for records
8715         crossing 64K boundaries.
8717 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
8719         * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
8720         type rather than just assuming entries are ELF.
8721         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
8722         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
8723         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
8724         * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
8725         rather than elf_link_hash_entry.
8727 2002-04-15  Richard Henderson  <rth@redhat.com>
8729         * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
8730         n32 binaries.
8732 2002-04-15  Michael Snyder  <msnyder@redhat.com>
8734         * opncls.c (bfd_close): Write contents if writeable.
8735         Minor formatting tidy-ups.
8737 2002-04-15  Alan Modra  <amodra@bigpond.net.au>
8739         * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
8741 2002-04-12  Michael Snyder  <msnyder@redhat.com>
8743         * bfd-in.h (bfd_get_section_lma): New access macro.
8744         Minor white-space fix-up.
8746 2002-04-12  Alan Modra  <amodra@bigpond.net.au>
8748         * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
8749         header pad.
8751 2002-04-09  DJ Delorie  <dj@redhat.com>
8753         * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
8755 2002-04-09  Casper S. Hornstrup <chorns@users.sourceforge.net>
8757         * coffcode.h (coff_read_word): New.
8758         (coff_compute_checksum): New.
8759         (coff_apply_checksum): New.
8760         (coff_write_object_contents): Call coff_apply_checksum () to
8761         apply checksum to PE image.
8763 2002-04-08  Randolph Chung  <tausq@debian.org>
8765         * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
8766         (elf32_hppa_final_link): Split out sorting logic to..
8767         * elf-hppa.h (elf_hppa_sort_unwind): ..here.
8768         (elf_hppa_final_link): Call elf_hppa_sort_unwind.
8770 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8772         * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
8773         pattern.
8774         * configure: Re-generate.
8776 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
8778         * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
8779         is greater or equal to 4.3.3.
8780         * configure: Regenerate.
8781         Fix PR gdb/344.
8783 2002-04-05  Hans-Peter Nilsson  <hp@axis.com>
8785         * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
8786         R_CRIS_32_PCREL>: Fix typo in name.
8787         (cris_elf_check_relocs): Always create .rela.got here when
8788         R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
8789         (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
8790         assume it's created.
8792 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
8794         * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
8795         * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
8796         define.
8797         * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
8798         * bfd.c (bfd_link_hash_table_free): Define.
8799         * binary.c (binary_bfd_link_hash_table_free): Define.
8800         * bout.c (b_out_bfd_link_hash_table_free): Define.
8801         * coff-rs6000.c (rs6000coff_vec): Include
8802         _bfd_generic_link_hash_table_free.
8803         (pmac_xcoff_vec): Likewise.
8804         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
8805         (aix5coff64_vec): Likewise.
8806         * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
8807         * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
8808         (bfd_elf32_bfd_link_hash_table_free): Define.
8809         * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
8810         (bfd_elf32_bfd_link_hash_table_free): Define.
8811         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
8812         define.
8813         * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
8814         * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
8815         * ieee.c (ieee_bfd_link_hash_table_free): Define.
8816         * ihex.c (ihex_bfd_link_hash_table_free): Define.
8817         * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
8818         (_bfd_generic_link_hash_table_free): Add prototype.
8819         * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
8820         * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
8821         * linker.c (_bfd_generic_link_hash_table_free): New function.
8822         * mmo.c (mmo_bfd_link_hash_table_free): Define.
8823         * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
8824         * oasys.c (oasys_bfd_link_hash_table_free): Define.
8825         * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
8826         * som.c (som_bfd_link_hash_table_free): Define.
8827         * srec.c (srec_bfd_link_hash_table_free): Define.
8828         * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
8829         * versados.c (versados_bfd_link_hash_table_free): Define.
8830         * vms.c (vms_bfd_link_hash_table_free): New function.
8831         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
8833         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
8834         instead of bfd_alloc.
8835         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
8836         * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
8837         * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
8838         * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
8839         * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
8840         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
8841         * elf.c (_bfd_elf_link_hash_table_create): Likewise.
8842         * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
8843         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
8844         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
8845         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
8846         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
8847         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
8848         * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
8849         * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
8850         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
8851         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
8852         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
8853         * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
8854         * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
8855         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
8856         * linker.c (_bfd_generic_link_hash_table_create): Likewise.
8857         * m68klinux.c (linux_link_hash_table_create): Likewise.
8858         * sparclinux.c (linux_link_hash_table_create): Likewise.
8859         * sunos.c (sunos_link_hash_table_create): Likewise.
8860         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
8862         * targets.c: Add _bfd_link_hash_table_free to xvec.
8864         * bfd-in2.h: Regenerate.
8865         * libbfd.h: Regenerate.
8866         * libcoff.h: Regenerate.
8868 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
8870         * dep-in.sed: Cope with absolute paths.
8871         * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
8872         Run "make dep-am".
8873         * Makefile.in: Regenerate.
8874         * coff-arm.c: Fix copyright date.
8875         * cpu-h8300.c: Likewise.
8876         * cpu-i370.c: Likewise.
8877         * cpu-s390.c: Likewise.
8878         * cpu-mips.c: Likewise.
8879         * po/SRC-POTFILES.in: Regenerate.
8881 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8883         * Makefile.am: Add elfxx-mips.c to the known backends.
8884         (elf32-mips.lo): remove dependency to coff/external.h.
8885         * Makefile.in: Regenerate.
8886         * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
8887         Remove elf32-mips.lo from 64 bit vectors. Update dependencies
8888         accordingly.
8889         * configure: Regenerate.
8890         * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
8891         (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
8892         (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
8893         MIPS specific backend functions.
8894         * elf32-mips.c: Moved most code to elfxx-mips.c.
8895         (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
8896         static.
8897         (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
8898         (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
8899         (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
8900         (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
8901         interface to allow selection of the right REL or RELA howto table.
8902         (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
8903         static. Let it refuse n32 objects.
8904         (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
8905         (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
8906         (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
8907         (elf32_mips_ignore_discarded_relocs): Rename from
8908         _bfd_elf32_mips_ignore_discarded_relocs.
8909         (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
8910         (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
8911         (elf_mips_howto_table_rela): Remove.
8912         * elf64-mips.c: Moved most code to elfxx-mips.c.
8913         (bfd_elf64_bfd_reloc_type_lookup): Make static.
8914         (mips_elf64_rtype_to_howto): New function.
8915         (mips_elf64_object_p): Likewise.
8916         (elf64_mips_irix_compat): Likewise.
8917         * elfxx-mips.c: New file containing common code merged together from
8918         elf32-mips.c and elf64-mips.c.
8919         * elfxx-mips.h: New file containing MIPS specific prototypes from
8920         elf-bfd.h.
8921         * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
8922         elf_backend_mips_rtype_to_howto.
8924 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
8926         * srec.c (MAXCHUNK, Chunk): Revise comments.
8927         (srec_write_record): Correct buffer size.
8928         (srec_write_header): Do without intermediate buffer.
8929         (srec_write_section): Validate Chunk.
8930         (srec_write_terminator): Pass NULL instead of dummy buffer.
8931         (srec_write_symbols): Pass file and symbol names directly to
8932         bfd_bwrite so sprintf won't overflow buffer.
8934 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
8936         * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
8937         PC relative relocs against hidden symbols.
8938         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
8940 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
8942         * elf.c (_bfd_elf_make_section_from_shdr): When setting section
8943         LMAs, loop over segments until p_vaddr and p_memsz specify an
8944         extent enclosing the section.
8946 2002-04-02  Nick Clifton  <nickc@cambridge.redhat.com>
8948         * ihex.c (ihex_write_object_contents): Do not allow records to
8949         cross a 64K boundary - wrap if necessary.
8951 2002-04-01  Nathan Williams  <nathanw@wasabisystems.com>
8953         * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
8954         which caused the returned LWP ID to always be 0.
8956 2002-04-01  Richard Henderson  <rth@redhat.com>
8958         * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8959         (elf32_sparc_relocate_section): Use it to figure out when to
8960         initialize .got entries.
8961         * elf64-sparc.c: Similarly.
8963 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
8965         * linker.c (link_action): Ignore duplicate warning syms.
8966         (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
8967         * elflink.h (elf_adjust_dynstr_offsets): Likewise.
8968         (elf_adjust_dynamic_symbol): Likewise.
8969         (elf_export_symbol): Likewise.
8970         (elf_link_find_version_dependencies): Likewise.
8971         (elf_link_assign_sym_version): Likewise.
8972         (elf_link_sec_merge_syms): Likewise.
8973         (elf_link_output_extsym): Likewise.
8974         (elf_gc_sweep_symbol): Likewise.
8975         (elf_gc_propagate_vtable_entries_used): Likewise.
8976         (elf_gc_smash_unused_vtentry_relocs): Likewise.
8977         (elf_gc_allocate_got_offsets): Likewise.
8978         (elf_collect_hash_codes): Likewise.
8979         * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
8980         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
8981         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
8982         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
8983         * elf32-arm.h (elf32_arm_discard_copies): Likewise.
8984         * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
8985         (elf_cris_discard_excess_dso_dynamics): Likewise.
8986         * elf32-hppa.c (clobber_millicode_symbols): Likewise.
8987         (mark_PIC_calls): Likewise.
8988         (allocate_plt_static): Likewise.
8989         (allocate_dynrelocs): Likewise.
8990         (readonly_dynrelocs): Likewise.
8991         * elf32-i386.c (allocate_dynrelocs): Likewise.
8992         (readonly_dynrelocs): Likewise.
8993         * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
8994         * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
8995         * elf32-mips.c (mips_elf_output_extsym): Likewise.
8996         (mips_elf_sort_hash_table_f): Likewise.
8997         (mips_elf_check_mips16_stubs): Likewise.
8998         * elf32-s390.c (allocate_dynrelocs): Likewise.
8999         (readonly_dynrelocs): Likewise.
9000         * elf32-sh.c (sh_elf_discard_copies): Likewise.
9001         * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
9002         (xstormy16_relax_plt_realloc): Likewise.
9003         * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
9004         (elf64_alpha_output_extsym): Likewise.
9005         * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
9006         * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
9007         (mips_elf64_check_mips16_stubs): Likewise.
9008         (mips_elf64_output_extsym): Likewise.
9009         * elf64-ppc.c (func_desc_adjust): Likewise.
9010         (allocate_dynrelocs): Likewise.
9011         (readonly_dynrelocs): Likewise.
9012         * elf64-s390.c (allocate_dynrelocs): Likewise.
9013         (readonly_dynrelocs): Likewise.
9014         * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
9015         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
9016         (readonly_dynrelocs): Likewise.
9017         * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
9018         * aoutx.h (aout_link_write_other_symbol): Likewise.
9019         * cofflink.c (_bfd_coff_write_task_globals): Likewise.
9020         (_bfd_coff_write_global_sym): Likewise.
9021         * i386linux.c (linux_tally_symbols): Likewise.
9022         * m68klinux.c (linux_tally_symbols): Likewise.
9023         * sparclinux.c (linux_tally_symbols): Likewise.
9024         * pdp11.c (aout_link_write_other_symbol): Likewise.
9025         * sunos.c (sunos_scan_dynamic_symbol): Likewise.
9026         * xcofflink.c (xcoff_build_ldsyms): Likewise.
9027         (xcoff_write_global_symbol): Likewise.
9029         * cofflink.c (_bfd_coff_final_link): Formatting.
9030         * cpu-mips.c (mips_compatible): Make static, prototype.
9031         * elf32-i386.c (elf_i386_check_relocs): Formatting.
9032         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
9033         * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
9034         * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
9035         (mips_elf64_final_link): Likewise.
9036         * elflink.h (elf_link_find_version_dependencies): Remove duplicate
9037         prototype.
9039 2002-03-27  Nick Clifton  <nickc@cambridge.redhat.com>
9041         * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
9042         (SWAP_OUT_RELOC_OFFSET): Define.
9044 2002-03-27  Gregory Steuck <greg@nest.cx>
9046         * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
9047         terminating NULL if empty symbol table.
9048         (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
9050 2002-03-26  H.J. Lu  (hjl@gnu.org)
9052         * elflink.h (elf_link_input_bfd): Revert the last change since
9053         the gcc exception handling isn't fixed yet.
9055 2002-03-26  H.J. Lu  (hjl@gnu.org)
9057         * elflink.h (elf_link_input_bfd): Complain about relocations
9058         against local symbols in discarded sections.
9060 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
9062         * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
9064 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
9066         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
9067         section file offset for !SEC_LOAD sections.
9069 2002-03-21  Richard Earnshaw  <rearnsha@arm.com>
9071         * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
9072         <case R_ARM_GOT>): Handle relocations to Thumb functions.
9074 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
9076         * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
9077         Whitespace changes.
9078         * archive.c: Update copyright date.
9079         * bfd-in2.h: Regenerate.
9080         * libbfd.h: Regenerate.
9081         * Makefile.am: Run "make dep-am"
9082         * Makefile.in: Regenerate.
9083         * po/SRC-POTFILES.in: Regenerate.
9085 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
9087         * dwarf2.c (struct funcinfo): Move up.
9088         (lookup_address_in_function_table): New argument function_ptr.
9089         Set it.
9090         (lookup_address_in_line_table): New argument function.  If function
9091         is non-NULL, use it to handle ``addr'' before the first line note of
9092         the function.
9093         (comp_unit_find_nearest_line): Update and swap calls to
9094         lookup_address_in_function_table and lookup_address_in_line_table.
9095         * syms.c (_bfd_stab_section_find_nearest_line): Use the first
9096         N_SLINE encountered if we see an N_FUN before any N_SLINE.
9098 2002-03-20  Tom Rix  <trix@redhat.com>
9100         * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
9101         _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
9102         * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
9104 2002-03-19  Tom Rix  <trix@redhat.com>
9106         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
9107         dynamic objects in archives.
9109 2002-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
9111         * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
9112         STT_NOTYPE symbols to STT_OBJECT.
9114 2002-03-18  Jan Hubicka  <jh@suse.cz>
9116         * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
9118 2002-03-18  Tom Rix  <trix@redhat.com>
9120         * aix5ppc.core.c : New file for AIX 5 64 bit core support.
9121         * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
9122         * coff-rs6000 (do_pad) : New function for archive padding.
9123         (do_copy) : New function for object file copying in archives.
9124         (do_shared_object_padding) : New function for padding shared
9125         objects to their text section alignment in archives.
9126         (bfd_xcoff_ar_achive_set_magic) : Stub.
9127         (xcoff_write_armap_big) : Use do_copy and do_pad.
9128         (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
9129         do_copy and do_pad.
9130         * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
9131         bfd_xcoff_magic_number.
9132         (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
9133         fop.
9134         (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
9135         (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
9136         (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
9137         * rs6000-core.c : Update copyright date.
9138         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
9139         csectpp.
9140         * coffcode.h (coff_new_section_hook) : Use new accessor macros.
9141         (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
9142         (coff_set_flags) : Use bfd_xcoff_magic_number.
9143         * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
9144         * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
9145         * Makefile.am : Same.
9146         * config.bfd : Same.
9147         * targets.c : Same.
9148         * configure : Regnerate.
9149         * Makefile.in : Same.
9150         * bfd-in2.h : Same.
9152 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
9154         * po/fr.po: Updated version.
9156 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
9158         * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
9159         * libbfd.h: Regenerate.
9160         * archive.c (coff_write_armap): Pass on failures from
9161         bfd_write_bigendian_4byte_int.
9163 2002-03-14  H.J. Lu <hjl@gnu.org>
9165         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
9166         error to bfd_error_nonrepresentable_section for reinit_array
9167         section in DSO.
9169 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
9171         * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
9172         OR it in rather than replacing previously selected flags.
9174         * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
9175         (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
9177 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
9179         * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
9180         (N): Use the above.
9181         * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
9182         ensure reloc size matches before calling elf_link_input_bfd.
9183         Add an assert to check reloc size when counting output relocs.
9185 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
9187         * mmo.c (mmo_get_loc): Return NULL rather than false.
9189 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
9191         * po/fr.po: Updated version.
9193 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
9195         * archures.c (bfd_default_compatible): Test bits_per_word.
9196         * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
9197         bfd_default_compatible.
9198         * cpu-i370.c (i370_compatible): Likewise.
9199         * cpu-sparc.c (sparc_compatible): Likewise.
9200         * cpu-h8300.c (compatible): Test in->arch == out->arch.
9202         * elflink.h: Formatting fixes.
9203         (elf_link_output_extsym): Merge undefined and undef weak cases.
9205         * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
9206         when word size of input matches output word size.
9208 2002-03-12  Andreas Jaeger  <aj@suse.de>
9210         * cpu-i386.c (i386_compatible): New.  Use it instead of
9211         bfd_default_compatible.
9213 2002-03-07  H.J. Lu  (hjl@gnu.org)
9215         * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
9216         as the type for bfd_reloc_val.
9218 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9220         * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
9221         (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
9222         (elf_hppa_final_link_relocate): Correct relocations for indirect
9223         references to local data through the DLT.  Fix .opd creation for
9224         local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
9225         relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
9226         R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
9227         "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9228         Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
9229         * elf32-hppa.c (final_link_relocate): Revise relocation selectors
9230         as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9232 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
9234         * merge.c (_bfd_merge_sections): Don't segfault if there
9235         is nothing to merge due to GC.
9237 2002-03-05  Alan Modra  <amodra@bigpond.net.au>
9239         * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
9240         symbols that have been forced local.
9242         * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
9243         to output forced local syms for non-shared link.
9244         (elf_link_output_extsym): Tweak condition for calling backend
9245         adjust_dynamic_symbol so that previous behaviour is kept.
9246         Whitespace changes throughout file.
9248 2002-03-04  H.J. Lu <hjl@gnu.org>
9250         * elf.c (bfd_section_from_shdr): Handle special sections,
9251         .init_array, .fini_array and .preinit_array.
9252         (elf_fake_sections): Likewise.
9254         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
9255         DT entry only if the section is in output for .init_array,
9256         .fini_array and .preinit_array. Complain about .preinit_array
9257         section in DSO.
9258         (elf_bfd_final_link): Warn zero size for .init_array,
9259         .fini_array and .preinit_array sections.
9261         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
9262         SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
9263         (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
9264         .preinit_array.
9266 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
9268         * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
9269         * configure: Regenerate.
9271 2002-03-02  Tom Rix  <trix@redhat.com>
9273         * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
9274         symbolic equiv.
9275         * coff-rs6000.c (xcoff_howto_table): Same.
9277 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
9279         * elflink.h (size_dynamic_sections): If section named
9280         ".preinit_array" exists, create DT_PREINIT_ARRAY and
9281         DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
9282         ".init_array" and ".fini_array".
9283         (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
9284         DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
9285         DT_FINI_ARRAY.
9287 2002-02-26  Andrew Macleod  <amacleod@cygnus.com>
9289         * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
9290         dynsyms.
9292 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
9294         * elf64-hppa.h: Update copyright date.
9296         * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
9297         (ppc64_elf_relocate_section): Don't generate power4 style branch
9298         hints for *_BRTAKEN and *_BRNTAKEN relocs.
9300 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
9302         * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
9303         last patch.
9304         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9306 2002-02-21  Andreas Jaeger  <aj@suse.de>
9308         * elf64-x86-64.c: Major rework that introduces all recent changes
9309         to the x86-64 backend.  Get a closer match to elf32-i386.
9310         (struct elf64_x86_64_dyn_relocs): Rename from
9311         elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
9312         all users.
9313         (struct elf64_x86_64_link_hash_table): Add short cuts to some
9314         sections.
9315         (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
9316         remove casts, initialize new hash members.
9317         (create_got_section): New.
9318         (elf64_x86_64_create_dynamic_sections): New.
9319         (elf64_x86_64_copy_indirect_symbol): New.
9320         (elf64_x86_64_check_relocs): Don't allocate space for dynamic
9321         relocs, .got or .relgot here but do it in allocate_dynrelocs.
9322         Reference count possible .plt and .got entries.  Don't test input
9323         section SEC_READONLY here to try to avoid copy relocs, and keep
9324         dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
9325         DF_TEXTREL here.  Delay setting of variables until needed.  Cache
9326         pointer to "sreloc" section in elf_section_data. Tweak condition
9327         under which .got created.  Report files with bad relocation
9328         section names.
9329         (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
9330         Reference count possible .plt entries.  Don't deallocate .got and
9331         .relgot space here.
9332         (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
9333         do copy reloc processing for weakdefs.  Remove redundant casts and
9334         aborts.  Delay setting of vars until needed.  Move creation of
9335         dynamic symbols and allocation of .plt and .rela.plt to
9336         allocate_dynrelocs.  Replace BFD_ASSERT with abort.
9337         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9338         (allocate_dynrelocs): New.
9339         (readonly_dynrelocs): New.
9340         (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
9341         Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
9342         Zero out the dynamic allocated content space.
9343         (elf64_x86_64_discard_copies): Removed.
9344         (elf64_x86_64_relocate_section): Make use of dynamic section
9345         short-cuts.  Localise vars, and delay setting.  Better error
9346         reporting, replace BFD_ASSERT with abort.  Check
9347         ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
9348         regular object file and tread the weak definition as the normal
9349         one.  Don't discard relocs for undefweak or undefined symbols and
9350         check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
9351         relocs.
9352         (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
9353         symbols that have been forced local.  Use same test to decide if
9354         we can use a relative reloc for got as relocate_section.  Expand
9355         SHN_UNDEF comment.  Move expressions out of function calls.
9356         Replace BFD_ASSERT with abort.
9357         (bfd_elf64_bfd_final_link): Removed.
9358         (elf_backend_copy_indirect_symbol): Define.
9360 2002-02-20  Tom Rix  <trix@redhat.com>
9362         * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
9363         (_bfd_xcoff_reloc_type_lookup): Use it.
9364         * coff64-rs6000.c (xcoff64_howto_table): Same.
9365         (xcoff64_reloc_type_lookup): Same.
9367 2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
9369         * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
9370         little endian.
9372 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9374         * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
9375         (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
9376         * bfd-in2.h: Regenerate.
9377         * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
9378         Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
9379         with "s390:64-bit".
9380         * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
9381         (elf_s390_reloc_type_lookup): Likewise.
9382         (elf_s390_check_relocs): Likewise.
9383         (elf_s390_gc_sweep_hook): Likewise.
9384         (elf_s390_relocate_section): Likewise.
9385         (elf_s390_object_p): Use renamed architecture define.
9386         * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
9388 2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
9390         * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
9392 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9394         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
9395         absptr -> pcrel optimization for shared libs.
9396         Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
9397         library cannot be converted to pcrel.
9398         (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
9399         relative.
9400         * elf32-i386.c (elf_i386_relocate_section): If
9401         _bfd_elf_section_offset returned -2, skip, but make sure the
9402         relocation is installed.
9403         * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
9404         * elf32-cris.c (cris_elf_relocate_section): Likewise.
9405         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
9406         * elf32-i370.c (i370_elf_relocate_section): Likewise.
9407         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
9408         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
9409         * elf32-s390.c (elf_s390_relocate_section): Likewise.
9410         * elf32-sh.c (sh_elf_relocate_section): Likewise.
9411         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
9412         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
9413         * elf64-s390.c (elf_s390_relocate_section): Likewise.
9414         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9415         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
9416         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9417         * elf64-alpha.c (elf64_alpha_relocate_section): Handle
9418         _bfd_elf_section_offset returning -2 the same way as -1.
9419         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
9420         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
9421         and BFD_ASSERT.
9422         * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
9424 2002-02-18  Tom Rix  <trix@redhat.com>
9426         * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
9427         (bfd_xcoff_size_dynamic_sections): Same.
9428         * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
9429         (bfd_xcoff_size_dynamic_sections): Same.
9430         * coff-rs6000.c (xcoff_generate_rtinit): Same.
9431         * coff-rs646000.c (xcoff64_generate_rtinit): Same.
9432         * libxcoff.h (struct xcoff_backend_data_rec): Same.
9433         * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
9434         * bfd-in2.h: Regenerate.
9436 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
9438         * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
9439         (struct ppc_link_hash_table): Add sfpr.
9440         (ppc64_elf_link_hash_table_create): Init it.
9441         (ppc64_elf_create_dynamic_sections): Split creation of .stub and
9442         .glink out to..
9443         (create_linkage_sections): ..here.  Make .sfpr too.
9444         (ppc64_elf_check_relocs): Call create_linkage_sections, and set
9445         dynobj early.
9446         (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
9447         (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
9448         ._restf* functions, and create as needed.
9449         (func_desc_adjust): Only force_local for shared libs.
9451 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
9453         * configure.in: Bump version number post 2.12 branching.
9454         * configure: Regenerate.
9456 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
9458         * mmo.c: Correct and improve comments.
9459         (mmo_write_chunk): Store trailing byte in bfd buffer; don't
9460         zero-pad.  Use input to fill up non-empty bfd buffer.
9461         (mmo_flush_chunk): New function.
9462         (mmo_write_loc_chunk): Add parameter last_vmap, all callers
9463         changed.  Don't emit location specifier if VMA is same as
9464         *LAST_VMAP after omitting leading zero contents.  Call
9465         mmo_flush_chunk before emitting location specifier.
9466         (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
9467         with mmo_write_loc_chunk calls.
9468         (mmo_internal_write_section): Call mmo_flush_chunk after
9469         mmo_write_chunk.
9470         (mmo_write_symbols_and_terminator): Move :Main to first position
9471         in symbol array.  Add faked one if it does not exist if there are
9472         other symbols.  Don't add it if there are no symbols at all.  Move
9473         out test for value of :Main from symbol loop.  Rename table
9474         fakemain to maintable and variable mainsym to fakemain.
9476 2002-02-15  Richard Henderson  <rth@redhat.com>
9478         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
9479         section with no got matches any got.  Simplify error generaion.
9481 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
9483         Support arbitrary length fill patterns.
9484         * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
9485         (_bfd_default_link_order): Remove bfd_fill_link_order code.
9486         Call default_data_link_order.
9487         (default_fill_link_order): Delete.
9488         (default_data_link_order): New function.
9489         * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
9490         of bfd_fill_link_order with bfd_data_link_order.
9491         * elf64-alpha.c (elf64_alpha_final_link): Likewise.
9492         * elf64-mips.c (mips_elf64_final_link): Likewise.
9494         * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
9495         Correct value returned in "end" for "0x<non-hex>".
9497 2002-02-14  Nick Clifton  <nickc@cambridge.redhat.com>
9499         * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
9500         (scan): Test against 'mach' field in info structure.
9502 2002-02-14  Alan Modra  <amodra@bigpond.net.au>
9504         * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
9506 2002-02-14  Matt Fredette  <fredette@netbsd.org>
9508         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
9509         EF_M68000.
9511 2002-02-13  Nick Clifton  <nickc@cambridge.redhat.com>
9513         * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
9514         non-zero physical addresses when adjusting the LMAs of new
9515         sections.
9517 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
9519         * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
9520         from _bfd_elf_hppa_gen_reloc_type.
9521         (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
9522         * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
9523         * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
9524         * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
9526 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
9528         * elf-m10300.c (mn10300_elf_relax_section): Skip section before
9529         loading its contents if there's nothing to do in it.
9531 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
9533         * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
9534         64k boundary.
9536         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
9537         DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
9538         (ppc64_elf_finish_dynamic_sections): Set values for them.
9540 2002-02-11  Michael Snyder  <msnyder@redhat.com>
9542         * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
9543         * elf.c (elfcore_grok_pstatus): Add prototype.
9544         (elfcore_grok_lwpstatus): Add prototype.
9545         (elfcore_write_lwpstatus): New function.
9546         (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
9548 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
9550         * elf32-sh.c: Added missing prototypes.
9551         * elf32-sh64.c: Likewise.
9552         (sh_elf_align_loads): Mark unused args as such.
9553         * elf64-sh64.c: Added missing prototypes.
9554         (struct elf_sh64_link_hash_entry): Fix typo.
9555         (sh_elf64_relocate_section): Fix info argument passed to
9556         _bfd_elf_section_offset.
9558 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
9560         * Makefile.am: "make dep-am".
9561         * Makefile.in: Regenerate.
9562         * aclocal.m4: Regenerate.
9563         * config.in: Regenerate.
9564         * configure: Regenerate.
9566 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
9568         * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
9569         variable warnings.
9570         * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
9571         comparison warning.
9572         * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
9573         cast warnings for the common case.
9575 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
9577         * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
9578         vectors.
9579         (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
9580         vectors.
9582 2002-02-09  Richard Henderson  <rth@redhat.com>
9584         * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
9585         (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
9586         (elf64_alpha_relocate_section): Likewise.
9587         * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
9588         * bfd-in2.h, libbfd.h: Rebuild.
9590 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
9592         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
9593         that base-plus-offset reloc accounting is consistent.
9594         (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
9595         up to date for undefined symbols.
9597 2002-02-08  Eric Christopher  <echristo@redhat.com>
9599         From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9601         * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
9602         sections for the O32 ABI.
9604 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
9606         * elf32-arm.h: Fix formatting of _("...").
9607         * elf32-d10v.c: Likewise.
9608         * elf32-m68k.c: Likewise.
9609         * elf32-mips.c: Likewise.
9611 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
9613         * coff-or32.c: Fix compile time warning messages.
9615 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
9617         Contribute sh64-elf.
9618         2002-01-23  Alexandre Oliva  <aoliva@redhat.com>
9619         * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
9620         R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
9621         R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
9622         R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
9623         R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
9624         R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
9625         R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
9626         R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
9627         R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
9628         New relocs.
9629         * libbfd.h, bfd-in2.h: Rebuilt.
9630         * elf32-sh.c (sh_elf_howto_table): Define new relocs.
9631         (sh_reloc_map): Map them.
9632         (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
9633         elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
9634         elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
9635         elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
9636         elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
9637         elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
9638         movi_shori_putval) [INCLUDE_SHMEDIA]: New.
9639         (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
9640         datalabel_got_offset.
9641         (sh_elf_link_hash_newfunc): Initialize it.
9642         (sh_elf_relocate_section): Augment the scope of
9643         seen_stt_datalabel.  Introduce GOTPLT support.  Extend GOTPC, PLT,
9644         GOT and GOTOFF handling to new SHmedia relocation types.  Support
9645         GOT_BIAS.
9646         (sh_elf_check_relocs): Likewise.
9647         (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
9648         PLT entries using movi_shori_putval.  Support GOT_BIAS.
9649         (sh_elf_finish_dynamic_sections): Likewise.
9650         * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
9651         relocation, it's now done by the caller.
9652         (GOT_BIAS): New.
9653         * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
9654         elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
9655         elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
9656         elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
9657         elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
9658         elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
9659         sh64_elf64_hash_table): New.
9660         (sh_elf64_howto_table): Introduce new relocs.
9661         (sh_elf64_info_to_howto): Accept new PIC relocs.
9662         (sh_elf64_relocate_section): Augment the scope of
9663         seen_stt_datalabel.  Support new PIC relocs.
9664         (sh_elf64_check_relocs): Support new PIC relocs.
9665         (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
9666         elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
9667         elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
9668         elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
9669         sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
9670         movi_shori_putval, movi_3shori_putval,
9671         sh64_elf64_create_dynamic_sections,
9672         sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
9673         sh64_elf64_size_dynamic_sections,
9674         sh64_elf64_finish_dynamic_symbol,
9675         sh64_elf64_finish_dynamic_sections): New.
9676         (elf_backend_create_dynamic-sections,
9677         bfd_elf64_bfd_link_hash_table_create,
9678         elf_backend_adjust_dynamic_symbol,
9679         elf_backend_size_dynamic_sections,
9680         elf_backend_finish_dynamic_symbol,
9681         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
9682         elf_backend_plt_readonly, elf_backend_want_plt_sym,
9683         elf_backend_got_header_size, elf_backend_plt_header_size):
9684         Define.
9685         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
9686         * elf32-sh.c: Renumbered and renamed some SH5 relocations to
9687         match official numbers and names; moved unmaching ones to the
9688         range 0xf2-0xff.
9689         * elf32-sh64.c, elf64-sh64.c: Likewise.
9690         2001-03-12  DJ Delorie  <dj@redhat.com>
9691         * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
9692         sections.
9693         2001-03-12  DJ Delorie  <dj@redhat.com>
9694         * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
9695         be aligned.
9696         * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
9697         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
9698         * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
9699         (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
9700         .cranges section with SEC_SORT_ENTRIES set.
9701         (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
9702         incoming sorted .cranges section.
9703         (sh64_bfd_elf_copy_private_section_data): New.
9704         (sh64_elf_final_write_processing): Only sort .cranges and modify
9705         start address if called by linker.
9706         2001-01-08  Ben Elliston  <bje@redhat.com>
9707         * elf32-sh64.c (sh64_elf_final_write_processing): Activate
9708         Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
9709         * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
9710         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
9711         * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
9712         line.  Add comments before all entries.
9713         <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
9714         comment.
9715         (sh_elf64_reloc): Correct head comment.
9716         (sh_elf64_relocate_section): Correct spacing.
9717         <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
9718         instead call reloc_dangerous callback.
9719         <case R_SH_SHMEDIA_CODE>: New case.
9720         (sh_elf64_gc_mark_hook): Correct spacing.
9721         (sh_elf64_check_relocs): Ditto.
9722         * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
9723         New case.
9724         * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
9725         functions.
9726         (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
9727         clarify describing comment.  Add comments before all entries.
9728         (sh_elf_relocate_section) <relocating for a local symbol>: Do not
9729         honour STO_SH5_ISA32; instead call reloc_dangerous callback.
9730         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
9731         Sort .cranges section in final link.  Prepare to set bit 0 on
9732         entry address.
9733         * elf32-sh64.c (struct sh64_find_section_vma_data): New.
9734         (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
9735         (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
9736         .cranges section.
9737         (sh64_backend_section_from_shdr): New, to recognize
9738         SHT_SH5_CR_SORTED on incoming .cranges section.
9739         (elf_backend_section_from_shdr): Define.
9740         (sh64_elf_final_write_processing): Sort outgoing .cranges
9741         section.  (New, temporarily disabled:) Set bit 0 on entry address
9742         according to ISA type.
9743         (sh64_find_section_for_address): New.
9744         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
9745         crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
9746         (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c.  Use
9747         bfd_malloc, not xmalloc.
9748         (sh64_get_contents_type): Move here from opcodes/sh64-dis.c.  Make
9749         global.
9750         * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
9751         temporarily disabled) setting bit 0 on entry address.
9752         (elf_backend_final_write_processing): Define.
9753         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
9754         * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
9755         be a proper relocation for PTA and PTB rather than a marker.
9756         <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
9757         R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
9758         R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
9759         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
9760         R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
9761         Zero src_mask.
9762         * elf64-sh64.c: Ditto.
9763         (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
9764         * elf32-sh64.c: Include opcodes/sh64-opc.h
9765         (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
9766         argument.  Drop const qualifiers from "bfd *" and "bfd_byte *"
9767         parameters.  No unused parameters.  Caller changed.
9768         <case R_SH_PT_16>: New case.
9769         * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
9770         * Makefile.in: Regenerate.
9771         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
9772         * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
9773         all code sections.
9774         (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9775         (sh64_elf_merge_private_data): Ditto.
9776         * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
9777         to access stored section flags.
9778         (sh64_elf_final_write_processing): Return immediately unless
9779         called by linker.  Use sh64_elf_section_data (cranges) to get size
9780         of linker-generated cranges entries.
9781         (sh64_elf_copy_private_data): Add missing "return true".
9782         (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9783         (sh_elf64_merge_private_data): Ditto.
9784         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
9785         * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
9786         elf64-sh64.c:sh64_elf_fake_sections.
9787         (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9788         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
9789         * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
9790         (sh64_elf_final_write_processing): New.
9791         (elf_backend_final_write_processing): Define.
9792         (sh64_elf_fake_sections): Get header flags from tdata field.
9793         (sh64_elf_copy_private_data): Do not call
9794         sh64_elf_copy_private_data_internal, just copy e_flags field.
9795         (sh64_elf_merge_private_data): Do not call
9796         sh64_elf_copy_private_data_internal.
9797         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
9798         Remove EF_SH64_ABI64, let ELF size make difference.
9799         Remove SH64-specific BFD section flag.
9800         * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
9801         containing SHmedia through elf_section_data (asect)->tdata
9802         non-zero, not using a BFD section flag.
9803         (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
9804         (sh64_elf_merge_private_data): Similar.
9805         (elf_backend_section_flags): Don't define.
9806         (sh64_elf_backend_section_flags): Delete.
9807         * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
9808         not EF_SH64_ABI64.
9809         (sh_elf64_merge_private_data): Similar.
9810         * section.c (Section flags definitions): Don't define
9811         SEC_SH_ISA_SHMEDIA.
9812         (bfd-in2.h): Regenerate.
9813         2000-12-09  Hans-Peter Nilsson  <hpn@cygnus.com>
9814         Make DataLabel references work with partial linking.
9815         * elf32-sh64.c: Fix formatting.
9816         (sh64_elf_link_output_symbol_hook): New.
9817         (elf_backend_link_output_symbol_hook): Define to
9818         sh64_elf_link_output_symbol_hook.
9819         (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
9820         undefined if partial linking.  Adjust sanity check.
9821         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
9822         (elf_backend_link_output_symbol_hook): Define to
9823         sh64_elf64_link_output_symbol_hook.
9824         (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
9825         undefined if partial linking.  Adjust sanity check.
9826         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
9827         Implement semantics for inter-file DataLabel references.
9828         * elf64-sh64.c (DATALABEL_SUFFIX): Define.
9829         (sh64_elf64_add_symbol_hook): New.
9830         (sh_elf64_relocate_section): If passing an indirect symbol with
9831         st_type STT_DATALABEL on the way to a symbol with st_other
9832         STO_SH5_ISA32, do not bitor 1 to the relocation.
9833         (elf_backend_add_symbol_hook): Define to
9834         sh64_elf64_add_symbol_hook.
9835         * elf64-sh32.c: Tweak comments.
9836         (DATALABEL_SUFFIX): Define.
9837         (sh64_elf_add_symbol_hook): New.
9838         (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
9839         * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
9840         symbol with st_type STT_DATALABEL on the way to a symbol with
9841         st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9842         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
9843         Pass through STT_DATALABEL.
9844         * elf32-sh64.c (sh64_elf_get_symbol_type): New.
9845         (elf_backend_get_symbol_type): Define.
9846         * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
9847         (elf_backend_get_symbol_type): Define.
9848         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
9849         * elf32-sh64.c: Tweak comments.
9850         (sh64_elf_copy_private_data_internal): Add prototype.
9851         (bfd_elf32_bfd_set_private_flags): Define.
9852         (sh64_elf_copy_private_data_internal): Compare machine name, not
9853         textual BFD target name, to check whether to copy section flag
9854         SHF_SH5_ISA32.
9855         (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
9856         Tweak section-contents-type-mismatch message.
9857         (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
9858         Validize reloc-types.
9859         * elf64-sh64.c: New file.
9860         * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
9861         * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
9862         (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
9863         Regenerate dependencies.
9864         * Makefile.in: Regenerate.
9865         * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
9866         bfd_elf64_sh64l_vec.
9867         * configure.in: Handle bfd_elf64_sh64_vec and
9868         bfd_elf64_sh64l_vec.
9869         * configure: Regenerate.
9870         * po/POTFILES.in: Regenerate.
9871         * po/bfd.pot: Regenerate.
9872         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
9873         * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
9874         anything else but EF_SH64 and EF_SH64_ABI64.
9875         (sh64_elf_merge_private_data): Emit error for anything else but
9876         EF_SH64 and EF_SH64_ABI64.
9877         * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
9878         from targ_selvecs.
9879         * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
9880         bfd_elf32_sh64l_vec as a temporary measure.
9881         * configure: Regenerate.
9882         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
9883         * cpu-sh.c (arch_info_struct): Include sh5 item
9884         unconditionalized.
9885         * config.bfd (sh64-*-elf*): Do not set targ_cflags.
9886         Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
9887         bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
9888         * elf32-sh64.c: Tweak comments.
9889         (sh64_elf_set_mach_from_flags): Recognize all machine flags that
9890         are proper subsets of SH64 as bfd_mach_sh5.  Add EF_SH64_ABI64.
9891         (sh64_elf_copy_private_data_internal): Wrap long line.
9892         (sh64_elf_merge_private_data): Rewrite to allow objects from
9893         SH64 subsets to be linked together.
9894         (INCLUDE_SHMEDIA): Define.
9895         * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
9896         Parenthesize plus-expression inside or-expression.
9897         <global symbol>: Ditto.
9898         (sh_elf_set_mach_from_flags): Remove code refusing
9899         deleted EF_SH64_32BIT_ABI flag.
9900         2000-11-26  Hans-Peter Nilsson  <hpn@cygnus.com>
9901         * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
9902         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
9903         R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
9904         (sh_elf_relocate_section) <local symbol>: Or 1 in
9905         calculation of relocation if sym->st_other & STO_SH5_ISA32.
9906         <global symbol>: Ditto if h->other & STO_SH5_ISA32.
9907         * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
9908         relocation.
9909         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
9910         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
9911         (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
9912         Regenerate dependencies.
9913         * Makefile.in: Regenerate.
9914         * archures.c: Add bfd_mach_sh5.
9915         * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
9916         Handle sh64-*-elf*.  Set targ_cflags to -DINCLUDE_SHMEDIA.
9917         * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
9918         * configure: Regenerate.
9919         * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
9920         BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
9921         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
9922         BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
9923         BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
9924         BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
9925         BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
9926         BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
9927         BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
9928         * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
9929         in item for SH5.
9930         * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
9931         for SHmedia relocs.
9932         [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
9933         [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
9934         shmedia_prepare_reloc, goto final_link_relocate if it returns
9935         non-zero, else fail as before.
9936         (sh_elf_set_mach_from_flags): Provide function only if not defined
9937         as macro.  Do not recognize objects with EF_SH64_32BIT_ABI set.
9938         (sh_elf_set_private_flags): Provide function only if not defined
9939         as a macro.
9940         (sh_elf_copy_private_data): Similar.
9941         (sh_elf_merge_private_data): Similar.
9942         * section.c (SEC_SH_ISA_SHMEDIA): New.
9943         * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
9944         * elf32-sh64.c: New file.
9945         * libbfd.h: Regenerate.
9946         * bfd-in2.h: Regenerate.
9947         * po/POTFILES.in: Regenerate.
9948         * po/bfd.pot: Regenerate.
9949         * bfd-in2.h: Regenerate.
9950         * libbfd.h: Regenerate.
9952 2002-02-07  Daniel Jacobowitz  <drow@mvista.com>
9954         * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
9955         been included, not drag it in.
9956         * bfd-in2.h: Regenerate.
9958 2002-02-06  H.J. Lu  (hjl@gnu.org)
9960         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
9961         the mach and ISA fields if necessary.
9963 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
9965         * coffcode.h (coff_set_arch_mach_hook): Select the highest known
9966         ARM architecture when an F_ARM_5 flag is detected, since we cannot
9967         be sure exactly which architecture this represents.
9969 2002-02-05  Nick Clifton  <nickc@redhat.com>
9971         * po/tr.po: Updated translation.
9973 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
9975         From Jimi X <jimix@watson.ibm.com>
9976         * archures (bfd_mach_ppc64): Define.
9977         (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
9978         (bfd_powerpc_arch): Define.
9979         * bfd-in2.h: Regenerate.
9980         * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
9981         (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
9982         (bfd_powerpc_archs): Add default powerpc64 arch.
9984 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
9986         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
9987         against section syms in readonly sections.  Don't do the global
9988         sym check if we find one.
9989         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
9990         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
9991         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
9992         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
9993         (elf_s390_grok_prstatus): Add missing prototype.
9995 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
9997         * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
9998         (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
9999         Call bfd_get_section_by_name only once.  Initialize
10000         bpodata->n_bpo_relocs_this_section.
10001         (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
10002         referring to DSOs.
10003         (bpo_reloc_request_sort_fn): Don't use difference of values as
10004         return-value.
10006 2002-02-02  David O'Brien  <obrien@FreeBSD>
10008         * configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
10009         version 4.5 and later the same as 5-CURRENT.
10010         * configure: Re-generate.
10012 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
10014         * config.bfd (hppa*-*-netbsd*): New target.
10016 2002-01-31  Philipp Thomas  <pthomas@suse.de>
10018         * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
10019         to front of message. Unify messages with elf32-arm.h. Use
10020         commas where neccessary.
10021         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
10022         ERROR in messages. Unify messages with coff-arm.c. Correct
10023         VFP/FPA error message.
10024         (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
10025         APCS-32 for translation.
10027 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
10029         Perform on-demand global register allocation from
10030         R_MMIX_BASE_PLUS_OFFSET relocs.
10031         * elf64-mmix.c (struct bpo_reloc_section_info, struct
10032         bpo_reloc_request, struct bpo_greg_section_info): New.
10033         (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
10034         bpo_reloc_request_sort_fn, mmix_elf_relax_section,
10035         _bfd_mmix_check_all_relocs,
10036         _bfd_mmix_prepare_linker_allocated_gregs,
10037         _bfd_mmix_finalize_linker_allocated_gregs): New functions.
10038         (elf_mmix_howto_table): Correct src_mask for most relocs.
10039         (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
10040         case.
10041         (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
10042         case.  Fix typo in comment.  New label do_mmix_reloc.
10043         (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
10044         store first object file with a base-plus-offset reloc.  Call
10045         mmix_elf_check_common_relocs for the part common with mmo.
10046         (mmix_elf_final_link): Write out linker-allocated register
10047         contents section.
10048         (elf_backend_gc_sweep_hook): Define.
10049         (bfd_elf64_bfd_relax_section): Define.
10051         * mmo.c: Don't include <ctype.h>
10052         (mmo_init): Correct init-once logic.
10054 2002-02-01  Tom Rix  <trix@redhat.com>
10056         * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
10058 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
10060         * Makefile.am: Run "make dep-am"
10061         * Makefile.in: Regenerate.
10063 2002-01-31  David O'Brien  <obrien@FreeBSD>
10065         * configure.in: Recognize the differences in core files from FreeBSD
10066         4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
10067         5-CURRENT.
10068         * configure: Regenerate.
10070 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
10072         * coff-or32.c: New file.
10073         * cpu-or32.c: New file.
10074         * elf32-or32.c: New file.
10075         * archures.c: Add support for or32.
10076         * targets.c: Add support for or32.
10077         * bfd-in2.h: Regenerate.
10078         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
10079         coff_write_object_contents): Add support for or32.
10080         * config.bfd: Add target.
10081         * configure.in: Add support for or32.
10082         * configure: Regenerate.
10083         * Makefile.am: Add support for or32.
10084         * Makefile.in: Regenerate.
10085         * po/SRC-POTFILES.in: Add or32 files.
10086         * po/bfd.pot: Regenerate.
10088 2002-01-31  Nick Clifton  <nickc@cambridge.redhat.com>
10089             Don Lindsay  <lindsayd@cisco.com>
10091         * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
10092         false' with a return of a bfd_reloc_ error code.
10094 2002-01-31  Hans-Peter Nilsson  <hp@axis.com>
10096         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
10097         unexport unreferenced symbols when --export-dynamic.  Call
10098         _bfd_elf_strtab_delref when unexporting.
10100 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
10102         * bfd-in.h: Include <stdbool.h> if it is available.
10103         * bfd-in2.h: Regenerated.
10105 2002-01-31  Alan Modra  <amodra@bigpond.net.au>
10107         * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
10108         not go via the plt.
10110 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
10112         * archures.c: Tidy up formatting of embedded comments.
10113         * bfd.c: Tidy up formatting of embedded comments.
10114         * bfd-in.h: Fix formatting of comments.
10115         * reloc.c: Tidy up formatting of ordinary & embedded comments.
10116         * section.c: Tidy up formatting of embedded comments.
10117         * syms.c: Tidy up formatting of embedded comments.
10118         * targets.c: Tidy up formatting of embedded comments.
10120         * bfd-in2.h: Regenerate.
10122 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
10124         * vms-tir.c (cmd_name): New function.
10125         (tir_cmd_name): New function.
10126         (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
10127         (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
10128         Fix formatting.
10130         * peXXigen.c (pe_print_idata): Rearrange message to aid in
10131         translation.
10132         (pe_print_pdata): Rearrange message to aid in translation.
10134         * libbfd.c (warn_deprecated): Rearrange error message to aid in
10135         translation.
10137         * ihex.c (ihex_write_object_contents): Fix spelling typo.
10139         * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
10141         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
10142         message to aid in translation.
10144         * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
10145         to aid in translation.
10147         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
10149 2002-01-30  Philipp Thomas  <pthomas@suse.de>
10151         * coff-arm.c, elf32-elf.h: Unify messages.
10153 2002-01-30  Nick Clifton <nickc@redhat.com>
10155         * po/sv.po: Updated translation.
10157 2002-01-30  Philipp Thomas  <pthomas@suse.de>
10159         * dwarf2.c (read_abbrev): Use full section name in error message.
10160         (decode_line_info): Likewise.
10162         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
10163         message.
10165 2002-01-30  Alan Modra  <amodra@bigpond.net.au>
10167         * elf64-ppc.c (func_desc_adjust): Only provide missing function
10168         descriptor symbols for undefined function code syms.  Clear
10169         ELF_LINK_NON_ELF so that they can stay weak.
10171 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
10172             Mitch Lichtenberg  <mpl@broadcom.com>
10174         * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
10175         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
10176         to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
10177         generation.
10178         * bfd-in2.h: Regenerate.
10180 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
10182         * elf32-mips.c: Add additional comments about HI16 relocation
10183         processing.
10184         (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
10185         pc-relative relocations.  (Reverts change made on 2001-10-31.)
10186         (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
10187         for pc-relative relocations.
10188         (mips_elf_calculate_relocation): Add a comment about a kludge
10189         in the R_MIPS_GNU_REL_HI16 handling.
10190         (_bfd_mips_elf_relocate_section): Implement that kludge;
10191         adjust pc-relative HI16 relocation for difference in HI16 and
10192         LO16 addresses, since it can't easily be done in
10193         mips_elf_calculate_relocation.
10195 2002-01-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10197         * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
10198         relocations with PC32 relocations for undefined or weak symbols.
10199         * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
10200         * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
10202 2002-01-28  Jason Thorpe  <thorpej@wasabisystems.com>
10204         * elfcore.h (elf_core_file_p): Improve comment for last change.
10206 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10208         * configure: Regenerated.
10210 2002-01-27  Jason Thorpe  <thorpej@wasabisystems.com>
10212         * elfcore.h (elf_core_file_p): Set the machine architecture
10213         before processing the program headers.
10215 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
10217         * configure.in <64-bit configuration>: If using gcc, check and
10218         emit error for egcs-1.1.2.
10219         * configure: Regenerate.
10221 2002-01-26  Egor Duda  <deo@logos-m.ru>
10223         * elf.c (elfcore_grok_win32pstatus): Copy only as much information
10224         as possible to avoid stack corruption.
10226 2002-01-26  Richard Henderson  <rth@redhat.com>
10228         * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
10229         for non-allocated sections.
10231 2002-01-25  Mark Kettenis  <kettenis@gnu.org>
10233         * elf.c (elfcore_write_prstatus): Make sure we pass the address of
10234         prstat.pr_reg even if it is a struct.
10236 2002-01-25  Steve Ellcey <sje@cup.hp.com>
10238         * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
10240 2002-01-25  Philipp Thomas  <pthomas@suse.de>
10242         * coffgen.c (coff_print_symbol): Don't mark info message
10243         for translation.
10245 2002-01-25  Nick Clifton <nickc@redhat.com>
10247         * po/fr.po: Updated translation.
10248         * po/es.po: Updated translation.
10250 2002-01-25  Philipp Thomas  <pthomas@suse.de>
10252         * coff-alpha.c (alpha_relocate_section): Unify warning message
10253         for GP relative relocations without GP defined.
10254         * coff-mips.c (mips_relocate_section): Likewise.
10256 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
10258         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
10259         unsigned overflow when new_offset < old_offset.
10261 2002-01-24  Philipp Thomas  <pthomas@suse.de>
10263         * bfd.c (_bfd_abort): Fix typo.
10265 2002-01-23  Richard Henderson  <rth@redhat.com>
10267         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
10268         plt entries for undefweak symbols.
10270 2002-01-23  Steve Ellcey <sje@cup.hp.com>
10272         * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
10273         (bfd_elf64_ia64_hpux_big_vec): Ditto.
10274         (bfd_elf32_h8300_vec): Ditto.
10276 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
10278         * elf64-ppc.c: Remove stale part of ABI comment.
10279         (NO_OPD_RELOCS): Define.
10280         (ppc64_elf_check_relocs): Use it.
10281         (ppc64_elf_relocate_section): Here too.
10282         (build_one_stub): Don't point function syms at the stub.  Instead,
10283         hijack plt.offset.
10284         (ppc64_elf_relocate_section): Check whether REL24 relocs should
10285         really go to the stub.  Make all dynamic relocs in opd against
10286         locals.
10287         (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
10288         plt.offset.
10290 2002-01-22  Richard Henderson  <rth@redhat.com>
10292         * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
10294 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
10296         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
10297         TOC_BASE_OFF adjustment.
10299         * Makefile.am: Run "make dep-am".
10300         * Makefile.in: Regenerate.
10301         * po/SRC-POTFILES.in: Regenerate.
10303 2002-01-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10305         * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
10306         host defines.
10308 2002-01-21  Hans-Peter Nilsson  <hp@axis.com>
10310         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
10311         Check for and emit error if sgot is NULL at this point.
10313 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
10315         * config.bfd (ia64*-*-netbsd*): New target.
10317 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
10319         * som.c (som_write_space_strings): Comment typo fix.
10321 2002-01-21  Alan Modra  <amodra@bigpond.net.au>
10323         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
10324         is_func_descriptor fields.
10325         (link_hash_newfunc): Init them.
10326         (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
10327         dot are candidates for plt entries.  When processing .opd relocs,
10328         set function descriptor strings to point inside function code
10329         string, and set new ppc_link_hash_entry fields.
10330         (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
10331         (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
10332         function descriptors.  It's now done in..
10333         (func_desc_adjust): New.
10334         (ppc64_elf_func_desc_adjust): New.
10335         (define elf_backend_always_size_sections): Define.
10336         (ppc64_elf_hide_symbol): New.
10337         (define elf_backend_hide_symbol): Define.
10338         (allocate_dynrelocs): Remove code looking up function descriptors
10339         as that has been done earlier.
10340         (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
10341         table.
10342         (ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
10343         up function descriptor.
10344         (build_one_stub): Look up the function code sym.  Check for
10345         invalid plt offsets.
10346         (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
10347         Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
10349         * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
10350         boolean param.
10351         (_bfd_elf_link_hash_hide_symbol): Likewise.
10352         * elflink.h (elf_link_add_object_symbols): Adjust call to
10353         elf_backend_hide_symbol.
10354         (elf_fix_symbol_flags): Likewise.
10355         (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
10356         than bfd_alloc.
10357         * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
10358         Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
10359         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
10360         (clobber_millicode_symbols): Adjust to suit new hide_symbol.
10361         * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
10362         and adjust to suit.
10363         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
10364         _bfd_elf_link_hash_hide_symbol rather than duplicating code.
10365         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
10367 2002-01-18  Alan Modra  <amodra@bigpond.net.au>
10369         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
10370         dynamic function descriptor symbol, not the associated function
10371         symbol.
10373 2002-01-17  Eric Christopher  <echristo@redhat.com>
10375         * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
10377 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
10379         * po/bfd.pot: Regenerate.
10380         * po/fr.po: Regenerate.
10382 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
10384         * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
10385         Remove "Elf_Internal_Shdr *" param.
10386         (_bfd_mips_elf_section_from_bfd_section): Ditto.
10387         * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
10388         * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
10389         * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
10390         * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
10391         * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
10392         * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
10393         function to override special sections.  Remove hdr arg from
10394         backend call, and don't loop.
10396 2002-01-16  Eric Christopher  <echristo@redhat.com>
10398         * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
10399         on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
10400         relocations requiring gp0 and gp.
10402 2002-01-16  Richard Earnshaw  <rearnsha@arm.com>
10404         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
10405         EF_ARM_VFP_FLOAT.
10406         (elf32_arm_print_private_bfd_data): Likewise.
10408 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
10410         * po/tr.po: Import new version.
10412 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
10414         * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
10415         (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
10416         (ORI_R0_R0_0): Correct.
10418 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
10420         * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
10421         when plt_not_loaded.
10422         * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
10423         clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
10424         (PLT_INITIAL_ENTRY_SIZE): Set to 24.
10425         (ppc64_elf_glink_code): Delete.
10426         (PPC64_ELF_GLINK_SIZE): Delete.
10427         (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
10428         BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
10429         ORI_R0_R0_0): Define.
10430         (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
10431         (struct ppc_link_hash_table): Add sstub and plt_overflow.
10432         (ppc64_elf_link_hash_table_create): Init them.
10433         (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
10434         Don't copy to shared lib.
10435         (ppc64_elf_check_relocs): Call bfd_set_error on errors.
10436         (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
10437         (allocate_dynrelocs <plt>): Don't change function sym here.  Make
10438         room for .stub and .glink code.
10439         (ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
10440         DT_PPC64_GLINK.
10441         (ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
10442         bfd_elf64_bfd_final_link.
10443         (bfd_elf64_bfd_final_link): Don't define.
10444         (ppc64_elf_size_stubs): New.
10445         (build_plt_stub): New.
10446         (build_one_stub): New.
10447         (ppc64_elf_build_stubs): New.
10448         (ppc64_elf_relocate_section <toc relocs>): Remove assert.
10449         (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
10450         (ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
10451         DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
10452         case output sections not separate.  Adjust DT_RELASZ to not
10453         include plt relocs.  Set reserved got entry.  Set got and plt
10454         entry size.
10455         (elf_backend_got_header_size): Set to 8.
10456         * elf64-ppc.h: New file.
10458 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
10460         * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
10461         sections, use bfd_section_list_remove.
10462         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
10463         * elflink.h (elf_link_add_object_symbols): When removing all
10464         sections, use bfd_section_list_clear.
10466 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
10468         * po/sv.po: New file: Swedish translation.
10469         * configure.in (ALL_LINGUAS): Add sv.
10470         * configure: Regenerate.
10472 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
10474         * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
10475         * elf.c (merge_sections_remove_hook): New function.
10476         (_bfd_elf_merge_sections): Pass it as 3rd argument to
10477         _bfd_merge_sections.
10478         * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
10479         * libbfd.h: Rebuilt.
10480         * merge.c (_bfd_merge_sections): Add remove_hook argument.
10481         Call remove_hook if a SEC_EXCLUDE section is encountered.
10483 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
10485         * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
10486         (xstormy16_reloc_map): Initialise new field with correct howto
10487         table.
10488         (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
10489         howto entry.
10491 2002-01-10  Michael Snyder  <msnyder@redhat.com>
10493         * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
10494         (elfcore_write_pstatus): Use long instead of pid_t;
10495         * elf-bfd.h: Change prototypes to use long instead of pid_t;
10497 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
10499         * elf.c: Update copyright years.
10500         (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
10501         and NT_NETBSDCORE_FIRSTMACH.  Improve a comment.
10503 2002-01-08  Michael Snyder  <msnyder@redhat.com>
10505         Add capability to write corefile note sections, for gdb.
10506         * elf.c (elfcore_write_note): New function.
10507         (elfcore_write_prpsinfo): New function.
10508         (elfcore_write_prstatus): New function.
10509         (elfcore_write_pstatus): New function.
10510         (elfcore_write_prfpreg): New function.
10511         (elfcore_write_prxfpreg): New function.
10512         * elf-bfd.h: Add prototypes for above functions.
10514 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
10516         * elf.c (elf_fake_sections): Propagate errors from
10517         elf_backend_fake_section.
10519 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
10521         * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
10522         (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
10523         (elf32-sh-nbsd.lo): New rule.
10524         * Makefile.in: Regenerate.
10525         * config.bfd (sh*le-*-netbsdelf*): New target.
10526         (sh*-*-netbsdelf*): New target.
10527         * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
10528         (bfd_elf32_shnbsd_vec): New vector.
10529         (bfd_elf32_shlnbsd_vec): New vector.
10530         * configure: Regenerate.
10531         * elf32-sh-nbsd.c: New file.
10532         * targets.c: Update copyright years.
10533         (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
10534         bfd_elf32_shnbsd_vec.
10536 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
10538         * coff-rs6000.c (READ20): Use bfd_scan_vma.
10540 2002-01-07  Geoffrey Keating  <geoffk@redhat.com>
10542         * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
10543         of a symbol in a section that will be deleted.
10545 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
10547         * po/es.po: New file: Spanish translation.
10548         * configure.in (ALL_LINGUAS): Add es.
10549         * configure: Regenerate.
10551 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
10553         * elfxx-ia64.c (is_unwind_section_name): Add target vector as
10554         argument so we can handle HP-UX specially.
10555         (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
10556         (elfNN_hpux_backend_section_from_bfd_section): New for support
10557         of SHN_IA_64_ANSI_COMMON.
10558         (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
10559         (is_unwind_section_name): Add special HP-UX support.
10560         (elfNN_ia64_section_from_shdr): Add support for more sections.
10561         (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
10562         add support for more sections.
10563         (elfNN_ia64_additional_program_headers): Modify
10564         is_unwind_section_name call.
10565         (elfNN_ia64_modify_segment_map): Remove assumption that there is
10566         only one unwind section in segment.
10568 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
10570         * syms.c (_bfd_generic_make_empty_symbol): New function.
10571         * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
10572         _bfd_generic_make_empty_symbol.
10573         * libbfd.h: Regenerate.
10574         * bfd-in2.h: Regenerate.
10575         * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
10576         (hppabsd_core_get_symtab_upper_bound): Don't define.
10577         (hppabsd_core_get_symtab): Likewise.
10578         (hppabsd_core_print_symbol): Likewise.
10579         (hppabsd_core_get_symbol_info): Likewise.
10580         (hppabsd_core_bfd_is_local_label_name): Likewise.
10581         (hppabsd_core_get_lineno): Likewise.
10582         (hppabsd_core_find_nearest_line): Likewise.
10583         (hppabsd_core_bfd_make_debug_symbol): Likewise.
10584         (hppabsd_core_read_minisymbols): Likewise.
10585         (hppabsd_core_minisymbol_to_symbol): Likewise.
10586         (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
10587         Formatting fixes.
10588         * hpux-core.c: Similarly.
10589         * irix-core.c: Similarly.
10590         * osf-core.c: Similarly.
10591         * sco5-core.c: Similarly.
10592         * binary.c (binary_make_empty_symbol): Remove function, define as
10593         _bfd_generic_make_empty_symbol.
10594         * ihex.c (ihex_make_empty_symbol): Likewise.
10595         * mmo.c (mmo_make_empty_symbol): Likewise.
10596         * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
10597         * srec.c (srec_make_empty_symbol): Likewise.
10598         * versados.c (versados_make_empty_symbol): Likewise.
10599         * vms.c (_bfd_vms_make_empty_symbol): Remove.
10600         (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
10601         * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
10602         rather than _bfd_vms_make_empty_symbol.
10603         * vms-misc.c (new_symbol): Likewise.
10605 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
10607         * section.c (bfd_section_init): Remove unnecessary initialisations.
10608         (bfd_section_list_clear): New function.
10609         (bfd_section_list_remove, bfd_section_list_insert): New macros.
10610         (_bfd_strip_section_from_output): Use them.
10611         * coffcode.h (coff_set_alignment_hook): Likewise.
10612         * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
10613         * elf64-mips.c (mips_elf64_final_link): Likewise.
10614         * elf64-mmix.c (mmix_elf_final_link): Likewise.
10615         * sunos.c (sunos_add_dynamic_symbols): Likewise.
10616         * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
10617         * bfd-in2.h: Regenerate.
10619         * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
10620         rather than doing our own section handling.  Clean up after errors
10621         with bfd_release and bfd_section_list_clear.  Handle unexpected
10622         flags.
10623         * aoutf1.h (sunos4_core_file_p): Likewise.
10624         * aix386-core.c (aix386_core_file_p): Likewise.
10625         * cisco-core.c (cisco_core_file_validate): Likewise.
10626         * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
10627         * trad-core.c (trad_unix_core_file_p): Likewise.
10629         * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
10630         with bfd_release and bfd_section_list_clear.
10631         * hpux-core.c (hpux_core_core_file_p): Likewise.
10632         * irix-core.c (irix_core_core_file_p): Likewise.
10633         * lynx-core.c (lynx_core_file_p): Likewise.
10634         * osf-core.c (osf_core_core_file_p): Likewise.
10635         * rs6000-core.c (rs6000coff_core_p): Likewise.
10636         * sco5-core.c (sco5_core_file_p): Likewise.
10638         * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
10639         sign extension adjustments without conditionals.
10641 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
10643         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
10644         CIE at .eh_frame start is removed due to no FDEs referencing it.
10646 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
10648         * config.bfd (x86_64-*-netbsd*): New target.
10649         * configure.in (x86_64-*-netbsd*): Set COREFILE
10650         to netbsd-core.lo.
10651         * configure: Regenerated.
10653 2002-01-03  Tom Rix  <trix@redhat.com>
10655         * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
10656         for recent bfd_make_section_anyway change.
10658 2002-01-03  Nick Clifton  <nickc@cambridge.redhat.com>
10660         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
10661         R_ARM_THM_PC11 reloc.
10663 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
10665         * configure.in (LINGUAS): Add ja.
10666         * configure: Regenerate.
10667         * po/ja.po: Import from translation project's web site.
10669 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
10671         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
10672         messages to ease translation into other languages.
10674 For older changes see ChangeLog-0001
10676 Local Variables:
10677 mode: change-log
10678 left-margin: 8
10679 fill-column: 74
10680 version-control: never
10681 End: