[include/elf]
[binutils.git] / bfd / ChangeLog
blobf4fb4e00e6016eca1b4c6e5ec43b3146023a6a71
1 2002-09-30  Gavin Romig-Koch  <gavin@redhat.com>
2             Ken Raeburn  <raeburn@cygnus.com>
3             Aldy Hernandez  <aldyh@redhat.com>
4             Eric Christopher  <echristo@redhat.com>
5             Richard Sandiford  <rsandifo@redhat.com>
7         * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
8         (bfd_mach_mips5500): New.
9         * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
10         (arch_info_struct): Add corresponding entries here.
11         * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
12         E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
13         (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
14         bfd_mach_mips5400 and bfd_mach_mips5500.
15         (_bfd_mips_elf_mach_extends_p): New function.
16         (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
17         the EF_MIPS_MACH flags.
18         * bfd-in2.h: Regenerate.
20 2002-09-28  Jason Thorpe  <thorpej@wasabisystems.com>
22         * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
23         .got sections.
25 2002-09-28  Alan Modra  <amodra@bigpond.net.au>
27         * elf.c (map_sections_to_segments): Correct test for start of
28         writable section in the same page as end of read-only section.
30 2002-09-27  Matt Thomas  <matt@3am-software.com>
32         * elf32-vax.c (elf_vax_check_relocs): Remove unused
33         local_got_refcounts usage.  Remove allocation of got slot.
34         (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
35         Remove de-allocation of got slot.
36         (elf_vax_size_dynamic_section): Fix some indentation.  Add hash
37         traversal for elf_vax_instantiate_got_entries.  Allow empty .got
38         sections to be GC'ed.
39         (elf_vax_instantiate_got_entries): New function.
40         (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling.  Remove
41         tests that are now handled by elf_vax_instantiate_got_entries.
42         Assert GOT entry falls within .got section size.  Remove redundant
43         comparisions.  Fix comments.
45 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
47         * reloc.c: Add x86-64 TLS relocs.
48         * bfd-in2.h, libbfd.h: Rebuilt.
49         * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
50         relocs.  Add TLS relocs.
51         (x86_64_reloc_map): Add TLS relocs.
52         (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
53         (struct elf64_x86_64_link_hash_entry): Add tls_type field.
54         (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
55         (elf64_x86_64_hash_entry): Define.
56         (struct elf64_x86_64_obj_tdata): New.
57         (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
58         (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
59         (link_hash_newfunc): Initialize tls_type.
60         (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
61         (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
62         (elf64_x86_64_mkobject): New.
63         (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
64         (elf64_x86_64_tls_transition): New.
65         (elf64_x86_64_check_relocs): Add r_type variable and use it.
66         Handle TLS relocs.
67         (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
68         (allocate_dynrelocs): Allocate GOT space for TLS relocs.
69         (elf64_x86_64_size_dynamic_sections): Likewise.
70         (dtpoff_base, tpoff): New.
71         (elf64_x86_64_relocate_section): Handle TLS relocs.
72         (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
73         entries.
74         (bfd_elf64_mkobject): Define.
76         * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
77         DF_STATIC_TLS if shared.
79 2002-09-26  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
81         * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
82         empty relocation sections.
84 2002-09-26  Alan Modra  <amodra@bigpond.net.au>
86         * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
87         (ppc64_elf_build_stubs): Build them here instead.
89 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
91         * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
92         addend into r_addend, not *r_offset.
93         (elf32_sparc_finish_dynamic_symbol): Likewise.
94         * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
95         R_SPARC_RELATIVE's r_offset.
97 2002-09-23  Nathan Tallent  <eraxxon@alumni.rice.edu>
99         * dwarf2.c (decode_line_info): Update to correctly decode
100         the (non-standard DWARF2) out-of-order address sequences
101         generated by the Intel C++ 6.0 compiler for ia64-Linux.
103 2002-09-23  Mark Elbrecht  <snowball3@softhome.net>
105         * config.bfd: For DJGPP targets, match with any cpu and any machine.
107 2002-09-23  Alan Modra  <amodra@bigpond.net.au>
109         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
110         for discarded FDEs.  Remove redundant assignment.
111         * elflink.h (elf_bfd_discard_info): Save edited relocs.
113 2002-09-22  H.J. Lu <hjl@gnu.org>
115         * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
116         the relocation count between different .reloc sections.
118 2002-09-21  Alan Modra  <amodra@bigpond.net.au>
120         * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
121         ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
122         R_PPC_EMB_SDA2REL.  Similarly for R_PPC_EMB_SDA21 and
123         R_PPC_EMB_RELSDA.
125         * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
126         unsigned.  Move "symcount" assignment out of loop.
127         * Makefile.am: Run "make dep-am".
128         * Makefile.in: Regenerate.
129         * configure: Regenerate.
130         * po/SRC-POTFILES.in: Regnerate.
132 2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
134         * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
135         zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
136         (e.g. IRIX64).
138 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
140         * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
141         even if generating R_PPC_RELATIVE reloc.
142         (ppc_elf_relocate_section): Make sure relocation is performed
143         if skip == -2.  Clear memory at r_offset when creating dynamic
144         relocation.
146 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
148         * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
149         BFD_RELOC_386_TLS_GOTIE): Add.
150         * bfd-in2.h, libbfd.h: Rebuilt.
151         * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
152         and R_386_TLS_GOTIE.
153         (elf_i386_reloc_type_lookup): Handle it.
154         (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
155         char instead of enum, change GOT_* into defines.
156         (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
157         (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
158         (elf_i386_check_relocs): Likewise.  Avoid crash if local symbol is
159         accessed both as normal and TLS symbol.  Move R_386_TLS_LDM and
160         R_386_PLT32 cases so that R_386_TLS_IE can fall through.
161         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
162         (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
163         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
164         (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
165         tls_type is GOT_TLS_IE_BOTH.
166         (elf_i386_size_dynamic_sections): Likewise.
167         (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
168         Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
169         (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
170         all 4 GOT_TLS_* TLS types.
172 2002-09-19  Nick Clifton  <nickc@redhat.com>
174         * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
175         follow indirect links.
177 2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
179         * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
180         correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
181         on 64 bit machines.
182         (ecoff_swap_sym_in) <iss>: Likewise.
183         * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
184         ECOFF information: 'ioptMax' refers to the actual *size*
185         of the optimization symtab, not the number of entries.
187 2002-09-19  Daniel Jacobowitz  <drow@mvista.com>
189         * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
190         ELF_LINK_HASH_NEEDS_PLT logic.
192 2002-09-18  Daniel Jacobowitz  <drow@mvista.com>
194         * elfcode.h (elf_slurp_reloc_table_from_section): Check
195         correct relocation count.
197 2002-09-17  Daniel Jacobowitz  <drow@mvista.com>
199         * bfd-in.h (bfd_get_dynamic_symcount): Define.
200         * bfd.c (struct _bfd): Add dynsymcount.
201         * bfd-in2.h: Regenerated.
202         * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
203         abfd->dynsymcount.
204         * elfcode.h (elf_slurp_reloc_table_from_section): Check
205         for overflow.
207 2002-09-17  Stan Cox <scox@redhat.com>  
209         * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
210         (mips_elf64_final_gp): Don't make up gp value.
211         * elfn32-mips.c (mips_elf_final_gp): Likewise.
212         * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
213         .MIPS.options/.options section.
215 2002-09-17  David O'Brien  <obrien@FreeBSD.org>
217         * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
218         It is benign for FreeBSD < 4.1.  Minor reformatting.
219         * elf64-alpha-fbsd.c: Likewise.
221 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
223         * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
224         addend.
226 2002-09-17  Alan Modra  <amodra@bigpond.net.au>
228         * elf64-alpha.c (alpha_elf_size_info): Make static.
230 2002-09-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
232         * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
233         * cpu-tic4x.c: Ditto.
235 2002-09-17  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
237         * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
238         duplicate define.
240 2002-09-16  Bruno Haible  <bruno@clisp.org>
242         * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
243         by a target variant implementation.
244         * elf64-alpha.c: Likewise.
245         * elf32-i386-fbsd.c: New file.
246         * elf64-alpha-fbsd.c: New file.
247         * targets.c: Support bfd_elf32_i386_freebsd_vec and
248         bfd_elf64_alpha_freebsd_vec.
249         * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
250         bfd_elf64_alpha_freebsd_vec.
251         * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
252         (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
253         (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
254         (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
255         (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
256         * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
257         specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
259 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
261         * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
262         NULL.
263         (elf_i386_relocate_section): Return false after printing error about
264         unresolvable relocation.
266 2002-09-12  Nick Clifton  <nickc@redhat.com>
268         * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
269         R_ARM_THM_PC11.
271 2002-09-11  Jeffrey Law  <law@redhat.com>
273         * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
275 2002-09-11  Andrew Haley  <aph@cambridge.redhat.com>
277         * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
278         line_ptr before deciding we've found a symbol.
280 2002-09-11  Nick Clifton  <nickc@redhat.com>
282         * po/da.po: New Danish translation file.
283         * configure.in (LINGUAS): Add 'da'.
284         * configure: Regenerate.
286 2002-09-10  Michael Snyder  <msnyder@redhat.com>
288         * irix-core.c (do_sections, do_sections64): New functions.
289         (irix_core_core_file_p): Call new functions do_sections, 
290         do_sections64, depending on corefile (32-bit or 64-bit).
292 2002-09-09  Richard Henderson  <rth@redhat.com>
294         * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
295         and PCREL21F like PCREL21B.
297 2002-09-04  Kevin Buettner  <kevinb@redhat.com>
299         * config.bfd (mips*-*-irix6*): Add new ABI vectors.  Make n32 default
300         vector.
302 2002-09-02  Nick Clifton  <nickc@redhat.com>
304         * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
305         names instead of cryptically overloaded bfd_reloc error
306         codes.
307         (v850_elf_relocate_section): Likewise.
308         (v850_elf_relax_section): Replace caching of external symbols
309         with caching of internal symbols obtained from calling
310         bfd_elf_get_elf_syms().
311         Fixup problems with freeing cached allocated memory blocks.
313 2002-09-02  Alan Modra  <amodra@bigpond.net.au>
315         * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
316         (bfd_pj_arch): Use bfd_default_scan.
317         * cpu-v850.c (scan): Remove.
318         (N): Use bfd_default_scan.
319         * cpu-z8k.c (scan_mach): Remove.
320         (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
321         first.  Use bfd_default_scan.
323         * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
324         bfd_mach constants.
325         (ecoff_get_magic): Likewise.
326         * elf32-v850.c (v850_elf_object_p): Likewise.
327         (v850_elf_final_write_processing): Likewise.
328         * mipsbsd.c (MY(set_arch_mach)): Likewise.
329         (MY(write_object_contents)): Likewise.
330         * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
331         * coffcode.h (coff_write_object_contents): Likewise.
332         (coff_set_arch_mach_hook): Add comment describing machine == 0.
333         Remove unnecessary "machine" assignments.
334         (coff_write_relocs): Test for the absolute section sym by testing
335         section and flags.
337         * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
338         and bfd_mach_i386_i386_intel_syntax.
339         * pdp11.c (NAME(aout,machine_type)): Likewise.
341 2002-08-30  John David Anglin  <dave@hiauly1.hia.nrc.ca>
343         * bfd-in.h (align_power): Cast constants to bfd_vma type.
344         * bfd-in2.h (align_power): Likewise.
346 2002-08-30  Alan Modra  <amodra@bigpond.net.au>
348         * Makefile.am: Run "make dep-am".
349         * Makefile.in: Regenerate.
351         * cpu-avr.c (compatible): Don't use hard-coded mach constants.
352         * cpu-powerpc.c (powerpc_compatible): Likewise.
353         * cpu-rs6000.c (rs6000_compatible): Likewise.
355 2002-08-28  Catherine Moore  <clm@redhat.com>
357         * elf32-v850.c (v850_elf_reloc_map):  Add new relocs.
358         (v850-elf-reloc): Don't resolve pc relative relocs.
359         (v850_elf_ignore_reloc): New routine.
360         (v850_elf_final_link_relocate): Handle new relocs.
361         (v850_elf_relax_delete_bytes ): New routine.
362         (v850_elf_relax_section): New routine.
363         (bfd_elf32_bfd_relax_section): Define.
364         (HOWTO): New entries for new relocs.
365         * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
366         (BFD_RELOC_V850_LONGJUMP): New reloc.
367         (BFD_RELOC_V850_ALIGN): New reloc.
368         * archures.c: Remove redundant v850ea architecture.
369         * cpu-v850.c: Remove redundant v850ea support.
370         * libbfd.h: Regenerate.
371         * bfd-in2.h: Regenerated.
373 2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
375         * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
376         * configure.in: Add tic4x_coff vector files.
377         * configure: Regenerate.
378         * Makefile.am: Add tic4x target.
379         * Makefile.in: Regenerate.
381 2002-08-27  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
383         * archures.c: Add the BFD arch type tic4x.
384         * bfd-in.h: Add BFD_IN_MEMORY flag.
385         * coff-tic4x.c: New file.
386         * coffswap.h (coff_swap_sym_out): Add preadjuster.
387         * cpu-tic4x.c: New file.
388         * targets.c: Added tic4x- in list of xvecs.
389         * ticoff.h: New file.
390         * bfd-in2.h: Regenerate.
392 2002-08-27  Adam Nemet  <anemet@lnxw.com>
394         * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
395         bit of DT_INIT and DT_FINI for Thumb functions.
397 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
399         * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
401 2002-08-26  Alan Modra  <amodra@bigpond.net.au>
403         * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
405 2002-08-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
407         * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
408         (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
409         Likewise.
410         (struct elf_sh_pcrel_relocs_copied): Removed.
411         (struct elf_sh_dyn_relocs): New.
412         (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
413         field with dyn_relocs.
414         (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
415         sections and sym_sec.
416         (sh_elf_link_hash_newfunc): Clear dyn_relocs.
417         (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
418         (sh_elf_create_dynamic_sections): Use create_got_section instead
419         of _bfd_elf_create_got_section.
420         (sh_elf_check_relocs): Likewise.
421         (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
422         sections.
423         (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
424         sh_elf_relocate_section, sh_elf_check_relocs,
425         sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
426         Likewise.
427         (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
428         dynamic relocations and avoiding the copy relocation when we
429         didn't find any dynamic relocations in the section which has
430         contents or is read-only.
431         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
432         (sh_elf_size_dynamic_sections): Don't reset the size of
433         .rela.got section even if dynamic_sections_created flag is off.
434         Don't use sh_elf_discard_copies. Scan all input bfd and use
435         allocate_dynrelocs. Call readonly_dynrelocs to determine
436         whether we need DT_TEXTREL.
437         (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
438         whether the symbol was never referred to.
439         (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
440         (sh_elf_gc_sweep_hook): Fill with the real sweep function.
441         (sh_elf_check_relocs): Call create_got_section if the short-cut
442         to .got is null. Increment reference counters only instead of
443         allocating space on dynamic sections here. Don't conditionalize
444         uninitialized got.offset value when marking the symbol as a
445         global offset table entry. Keep relocations for symbols satisfied
446         by a dynamic library to avoid copy relocations for the symbol.
447         Set dynobj field of an elf hash table if needed.
448         (sh_elf_finish_dynamic_sections): Handle null section pointer
449         correctly.
450         (elf_backend_copy_indirect_symbol): Defined.
451         (elf_backend_can_refcount): Defined.
453 2002-08-23  Nick Clifton  <nickc@redhat.com>
455         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
456         previous change.  Add comment explaining why.
458 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>
460         * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
461         contents of .got.plt[2] to tr0, not address of .got.plt.
462         (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
463         patching absolute plt entry. For shmedia plt entry, set bottom bit
464         of branch to plt0 as this is a branch to an shmedia instruction.
465         * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
466         Copy contents of .got.plt[2] to tr0, not address of .got.plt.
467         (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
468         branch to plt0.
469         (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
470         patching absolute plt entry. For shmedia plt entry, branch to
471         plt0 is now ptrel, so use relative offset.  Set bottom bit of
472         branch target as it is a branch to an shmedia instruction.
474 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>,
475             Richard Shann <richard.shann@superh.com>
477         * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
478         value if .init is an SHmedia function.  Similarly for DT_FINI.
479         * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
480         
481 2002-08-23  Stephen Clarke <stephen.clarke@superh.com>
483         * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
484         dynamic section.
485         * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
487 2002-08-22  Kaz Kojima <kkojima@rr.iij4u.or.jp>
489         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
490         byte read when reading the return address register column. 
492 2002-08-22  Nick Clifton  <nickc@redhat.com>
494         * config.bfd: Add powepc64-*-*bsd* target.
496 2002-08-22  Graeme Peterson  <gp@qnx.com>
498         * Makefile.am: Add entries for elf32-shqnx.c
499         * Makefile.in: Regenerate.
500         * config.bfd: Add support sh-*-nto* target.
501         * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
502         * configure: Regenerate.
503         * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
504         * elf32-sh.c: Do not include elf32-target.h if
505         ELF32_SH_C_INCLUDED is defined.
506         * elf32-shqnx.c: New file: Support for QNX.
507         * targets.c: Add bfd_elf32_sh{l}qnx_vec.
509 2002-08-22  Nick Clifton  <nickc@redhat.com>
511         * po/tr.po: Updated Turkish translation.
513         * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
514         symbols are not read.
516 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
518         * elf32-m68hc11.c: Formatting fixes.
519         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
520         * elf32-m68hc12.c: Formatting fixes.
521         (elf32_m68hc11_gc_mark_hook): Correct params.  Remove unnecessary test.
523 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
525         * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
526         SEC_DATA.
527         (pmac_xcoff_vec): Likewise.
528         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
529         (aix5coff64_vec): Likewise.
531 2002-08-22  Alan Modra  <amodra@bigpond.net.au>
533         * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
534         param to elf_backend_copy_indirect_symbol.
535         (_bfd_elf_link_hash_copy_indirect): Likewise.
536         * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
537         calls to copy_indirect_symbol.
538         * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
539         * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
540         * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
541         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
542         * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
543         * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
544         * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
545         * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
546         * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
547         * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise.  Properly
548         test refcounts for "used" values.
550 2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
552         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
553         argument declaration.
555 2002-08-19  Elena Zannoni <ezannoni@redhat.com>
557         * archures.c (bfd_mach_ppc_e500): Added.
558         * bfd-in2.h: Rebuilt.
559         * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
561 2002-08-19  Alan Modra  <amodra@bigpond.net.au>
563         * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
565 2002-08-17  Andrew Cagney  <ac131313@redhat.com>
567         * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
568         `bfd_byte'.
570 2002-08-17  Stan Cox  <scox@redhat.com>
572         * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
573         IRIX 6 segment layout for NEWABI.
575 2002-08-16  Stephen Clarke <stephen.clarke@superh.com>
577         * bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
578         symbols when looking for section referred to by a relocation.
579         * bfd/elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
580         
581 2002-08-15  Alan Modra  <amodra@bigpond.net.au>
583         * elf32-i370.c: Move reloc enum to include/elf/i370.h.
585 2002-08-15  Hans-Peter Nilsson  <hp@axis.com>
587         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
588         missing check for whether the symbol is referenced by DSO before
589         unexporting it as an unneeded dynamic symbol.
591 2002-08-14  H.J. Lu <hjl@gnu.org>
593         * libbfd.h: Regenerate.
595 2002-08-14  H.J. Lu <hjl@gnu.org>
597         * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
599 2002-08-14  Stephane Carrez  <stcarrez@nerim.fr>
601         * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
602         instructions.
603         (m68hc11_direct_relax): New to define table of relaxable instructions.
604         (find_relaxable_insn): New, find a relaxable insn.
605         (compare_reloc): New to compare two relocs.
606         (m68hc11_elf_relax_section): New, relax text sections.
607         (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
608         (elf32_m68hc11_check_relocs): New function for GC support.
609         (elf32_m68hc11_relocate_section): New function for GC support.
610         (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
611         (elf_backend_check_relocs): Likewise.
612         (elf_backend_relocate_section): Likewise.
614 2002-08-13  H.J. Lu <hjl@gnu.org>
616         * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
617         definitions in shared objects when checking symbol with
618         undefined version.
620 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
622         * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
623         (elf32_m68hc11_gc_sweep_hook): Likewise.
624         (elf_backend_gc_mark_hook): Define for GC section support.
625         (elf_backend_gc_sweep_hook): Likewise.
626         (elf_backend_can_gc_sections): Likewise.
628         * elf32-m68hc12.c: Likewise.
630 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
632         * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
633         (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
634         (_bfd_m68hc11_elf_set_private_flags): New function.
635         Use them to set/check/print ELF flags specific to 68HC11.
637         * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
638         (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
639         (_bfd_m68hc12_elf_set_private_flags): New function.
640         Use them to set/check/print ELF flags specific to 68HC12.
642 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
644         * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
645         fix masks for PC-rel relocs.
646         (m68hc11_elf_ignore_reloc): New function.
648         * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
649         68HC12 banked addressing relocs.
650         (m68hc12_phys_addr): New to compute physical address of banked memory.
651         (m68hc12_phys_page): Likewise for page.
652         (m68hc12_addr_is_banked): New to see if address is in banked area.
653         (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
655 2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
657         * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
658         BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
659         BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
660         * bfd-in2.h: Regenerate.
662 2002-08-12  H.J. Lu <hjl@gnu.org>
664         * elflink.h (elf_add_default_symbol): Preserve section across
665         elf_merge_symbol.
667 2002-08-09  Graeme Peterson  <gp@qnx.com>
669         * Makefile.am: Add entries for elf32-ppcqnx.c, and add 
670         elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
671         * Makefile.in: Regenerate.
672         * config.bfd: Add support for powerpc{le}-*-nto targets.
673         * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
674         * configure: Regenerate.
675         * elf32-i386qnx.c: Moved backend functions into a QNX specific
676         common file "elf32-qnx.h", and now include that file.
677         * elf32-qnx.h: New file: QNX specific common elf backend.
678         * elf32-ppc.c: Do not include elf32-target.h if
679         ELF32_PPC_C_INCLUDED is defined.
680         * elf32-ppcqnx.c: New file: Support for QNX.
681         * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
682         * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
684 2002-08-09  Nick Clifton  <nickc@redhat.com>
686         * po/sv.po: Updated Swedish translation.
688 2002-08-09  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
690         * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
691         g->global_gotsym is NULL.
693 2002-08-08  H.J. Lu <hjl@gnu.org>
695         * elflink.h (elf_add_default_symbol): Don't warn if a definition
696         overrides an indirect versioned symbol.
698 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
700         * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
701         for R_386_TLS_TPOFF32 relocs against symndx 0.
703 2002-08-07  H.J. Lu <hjl@gnu.org>
705         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
706         with undefined version if needed.
707         (elf_link_assign_sym_version): Match a default symbol with a
708         version without definition. No need to hide the default
709         definition separately.
711 2002-08-08  Alan Modra  <amodra@bigpond.net.au>
713         * elflink.h (elf_link_output_extsym): Don't output symbols from
714         SEC_EXCLUDE sections.
716         * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
718 2002-08-07  Alan Modra  <amodra@bigpond.net.au>
720         * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
721         entries.
723 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
725         * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
726         mismatch.
728 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
730         * elfxx-mips.c (ABI_64_P): Remove superfluous check.
732 2002-08-07  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
734         * elf32-mips.c (mips_reloc_map): Fix typo.
736 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
738         * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
740 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
742         * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
744 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
746         * libxcoff.h: Use PARAMS on function declarations.
747         * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
748         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
750         * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
751         addend.
752         * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
754 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
756         * coff-rs6000.c: Formatting fixes.
757         (xcoff_calculate_relocation): Use PARAMS in declaration.
758         (xcoff_complain_overflow): Likewise.
759         (xcoff_ppc_relocate_section): Use old-style function pointer call.
760         (bfd_xcoff_backend_data): Remove useless comments.
761         (rs6000coff_vec): Likewise.
762         (bfd_pmac_xcoff_backend_data): Likewise.
763         (pmac_xcoff_vec): Likewise.
765         * coff64-rs6000.c: Formatting fixes.
766         (xcoff64_calculate_relocation): Use PARAMS in declaration.
767         (xcoff64_ppc_relocate_section): Use old-style function pointer call.
768         (bfd_xcoff_backend_data): Remove useless comments.
769         (rs6000coff64_vec): Likewise.
770         (bfd_xcoff_aix5_backend_data): Likewise.
771         (aix5coff64_vec): Likewise.
773 2002-08-06  Alan Modra  <amodra@bigpond.net.au>
775         * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
776         mask entries.  Use complain_overflow_dont for R_REF.
777         (xcoff_reloc_type_ba): Revert last change.
778         (xcoff_reloc_type_br): Likewise.
779         (xcoff_reloc_type_crel): Likewise.
780         (xcoff_ppc_relocate_section): Likewise.
781         * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
782         (xcoff64_ppc_relocate_section): Likewise.
783         (xcoff64_howto_table): Revert some of last change to mask entries.
784         Use complain_overflow_dont for R_REF.
786         * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries.  Make all
787         relocs with bitsize == 16 have size = 1.
788         (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
789         (xcoff_reloc_type_br): Likewise.
790         (xcoff_reloc_type_crel): Likewise.
791         (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
792         * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
793         dst_mask adjustment.
794         (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
795         (xcoff64_howto_table): Fix src_mask entries.  Make all relocs with
796         bitsize == 16 have size = 1.
798 2002-08-01  Denis Chertykov  <denisc@overta.ru>
800         * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
801         (struct misc): New field isymbuf. All free_* fields removed.
802         (symbol_value): Pass in internal syms. No need to swap syms in.
803         (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
804         possibly cached info.
805         (tidyup_after_error): Removed.
806         (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
807         misc. Use new field.
808         (adjust_all_relocations): Use internal syms. No need to swap syms
809         in and out.
810         (add_page_insn): Don't use removed fields of struct misc.
812 2002-08-01  Nick Clifton  <nickc@redhat.com>
814         * elf32-arm.h: Revert previous delta.
816 2002-08-01  Nick Clifton  <nickc@redhat.com>
818         * configure.in (AM_INIT_AUTOMAKE): Bump version number.
819         * configure: Regenerate.
821 2002-07-31  H.J. Lu <hjl@gnu.org>
823         * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
824         selected.
826 2002-07-31  H.J. Lu <hjl@gnu.org>
828         * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
829         is selected.
831 2002-07-31  Jakub Jelinek  <jakub@redhat.com>
833         * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
834         if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
836 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
838         * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
839         There is no 8 byte relocation type for this architecture.
840         (do_ns32k_reloc): Use bfd_vma instead of native types.
841         (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
842         returns void.
843         (_bfd_ns32k_put_displacement): Don't check for overflow. We can
844         rely on generic code to do that.
845         * aout-ns32k.c (howto_table): Add appropriate overflow detection
846         to all table entries.
847         (_bfd_ns32k_relocate_contents): put_data returns void.
848         * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
849         (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
850         return void.
852 2002-07-31  Ian Dall  <ian@sibyl.beware.dropbear.id.au>
854         * aoutx.h (aout_link_check_ar_symbols): Whether to include an
855         archive object is target dependant.
857 2002-07-31  Adam Nemet  <anemet@lnxw.com>
859         * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
860         (THUMB_PLT_ENTRY_SIZE): New macro.
861         (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
862         (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
863         ARM_PLT_ENTRY_SIZE.
864         (elf32_arm_plt_entry): Likewise.
865         (elf_backend_plt_header_size): Likewise.
866         (elf32_thumb_plt0_entry): New global.
867         (elf32_arm_finish_dynamic_sections): Use it.  Put Thumb entries
868         into .plt.thumb.
869         (elf32_thumb_plt_entry): New global.
870         (elf32_arm_finish_dynamic_symbol): Use it.  Use .thumb.plt for
871         Thumb entries.  Set the bottom bit of the corresponding GOT entry
872         for a Thumb PLT entry.
873         (struct elf32_arm_plt_entry_info): New structure.
874         (struct elf32_arm_link_hash_entry, plt_info): New member of this
875         type.
876         (elf32_arm_link_hash_newfunc): Initialize new member.
877         (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
878         relocations against the PLT.
879         (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
880         first_rel_type if this is the first time we encounter the symbol.
881         (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
882         Determine if relocation needs a PLT entry.  Set first_rel_type if
883         this is the first time we encounter the symbol
884         (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
885         functions as well.
886         (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
887         (elf32_arm_create_dynamic_sections): New function.  Create the
888         .plt.thumb section.
889         (elf_backend_create_dynamic_sections): Call it.
891 2002-07-31  Nick Clifton  <nickc@redhat.com>
893         * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
894         'alternative' in order to avoid shadowing global symbol of the
895         same name.
896         * bfd-in2.h: Regenerate.
897         * libbfd.h: Regenerate.
898         * libcoff.h: Regenerate.
900 2002-07-31  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
902         * Makefile.am: Add n32 ABI support.
903         * Makefile.in: Regenerate.
904         * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
905         bit vectors for mips*-*-linux targets as optional.
906         * configure.in: Add n32 ABI vectors.
907         * configure: Regenerate.
908         * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
909         * elfn32-mips.c: New file, n32 ABI support.
910         * targets.c: Add n32 ABI vectors.
912 2002-07-30  Graeme Peterson  <gp@qnx.com>
914         * elfarmqnx-nabi.c: New file: Support for QNX.
915         * config.bfd: Add support for arm-*-nto target.
916         * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
917         * configure: Regenerate.
918         * Makefile.am: Add entries for elfarmqnx-nabi.c.
919         * Makefile.in: Regenerate.
920         * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
921         Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
922         * elfarm-nabi.c: Do not include elf32-arm.h if
923         ELFARM_NABI_C_INCLUDED is defined.
924         * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
926 2002-07-30  Nick Clifton  <nickc@redhat.com>
928         * po/sv.po: Updated Swedish translation.
930 2002-07-30  Jakub Jelinek  <jakub@redhat.com>
932         * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
934 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
936         * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
937         * archive.c (bfd_generic_archive_p): Likewise.
938         * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
939         (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
940         * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
941         (xcoff64_archive_p): Likewise.
942         (xcoff64_openr_next_archived_file): Likewise.
943         (xcoff64_archive_p): Clean up tdata properly on error.
944         * coffgen.c (coff_real_object_p): Likewise.
945         (coff_object_p): Release filehdr and opthdr.
946         * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
947         * ieee.c (ieee_archive_p): Likewise.
948         * ihex.c (ihex_object_p): Likewise.
949         (ihex_mkobject): Always allocate tdata.
950         * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
951         * srec.c (srec_mkobject): Always allocate tdata.
952         (srec_object_p): Clean up tdata properly on error.
953         (symbolsrec_object_p): Likewise.
954         * versados.c (versados_object_p): Likewise.
955         * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
956         and bfd_realloc instead of realloc.
957         (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
958         * vms.c (vms_initialize): Always allocate tdata.  Use bfd_alloc in
959         place of bfd_malloc, simplifying error freeing.  Free hash table too.
960         (vms_object_p): Clean up tdata on error.
961         (vms_mkobject): Don't complain on stderr if vms_initialize fails.
962         (vms_close_and_cleanup): Adjust for bfd_alloc use.
964 2002-07-30  Alan Modra  <amodra@bigpond.net.au>
966         * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
968 2002-07-26  Chris Demetriou  <cgd@broadcom.com>
970         * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
971         flags into resulting BFD.
973 2002-07-26  Alan Modra  <amodra@bigpond.net.au>
975         From John Reiser <jreiser@BitWagon.com>
976         * elf32-i386.c (elf_i386_link_hash_table_create): Clear
977         tls_ldm_got.refcount.
979 2002-07-25  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
981         * elf64-mips.c: Update TODO comment.
982         (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
983         mips_elf64_gprel16_reloca): Remove prototypes.
984         (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
985         (UNUSED_RELOC): Replace by EMPTY_RELOC.
986         (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
987         wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
988         R_MIPS_HIGHEST.
989         (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
990         R_MIPS_GOT16. Remove wrong comments.
991         (elf_mips16_jump_howto,elf_mips16_gprel_howto,
992         elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
993         from elf32-mips.c.
994         (mips_elf64_hi16_reloc): Fix formatting.
995         (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
996         (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
997         Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
998         (mips_elf64_gprel16_reloc): Make static. Add check for
999         partial_inplace.
1000         (mips_elf64_gprel16_reloca): Remove.
1001         (mips_elf64_literal_reloc): New function.
1002         (mips_elf64_gprel32_reloc): Fix formatting.
1003         (mips_elf64_shift6_reloc): Fix comment. Make static.
1004         (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
1005         elf32-mips.c.
1006         (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
1007         elf32-mips.c
1008         (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
1009         specific relocations.
1010         (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
1011         (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
1012         (ELF_MAXPAGESIZE): Add comment.
1014 2002-07-25  Nick Clifton  <nickc@redhat.com>
1016         * po/sv.po: Updated Swedish translation.
1017         * po/es.po: Updated Spanish translation.
1018         * po/fr.po: Updated French translation.
1020 2002-07-25  Alan Modra  <amodra@bigpond.net.au>
1022         * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
1023         as elf_link_record_local_dynamic_symbol.
1024         (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
1025         (elf_link_record_local_dynamic_symbol): Declare.  Now returns int.
1026         * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
1027         * elflink.c: .. here.  Use bfd_elf_get_elf_syms.  Check whether an
1028         attempt is made to record a symbol in a discarded section, and
1029         return `2' in that case.
1031 2002-07-24  Nick Clifton  <nickc@redhat.com>
1033         * po/sv.po: Updated Swedish translation.
1034         * po/es.po: Updated Spanish translation.
1036 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
1038         * po/SRC-POTFILES.in: Regenerate.
1040         * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
1041         immediately.  Remove code handling relocatable linking.
1042         * elf32-avr.c (elf32_avr_relocate_section): Likewise.
1043         * elf32-cris.c (cris_elf_relocate_section): Likewise.
1044         * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
1045         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1046         * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
1047         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1048         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1049         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1050         * elf32-v850.c (v850_elf_relocate_section): Likewise.
1051         * elf32-vax.c (elf_vax_relocate_section): Likewise.
1052         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1053         * elf32-avr.c (elf_backend_rela_normal): Define.
1054         * elf32-cris.c: Likewise.
1055         * elf32-fr30.c: Likewise.
1056         * elf32-frv.c: Likewise.
1057         * elf32-h8300.c: Likewise.
1058         * elf32-hppa.c: Likewise.
1059         * elf32-ip2k.c: Likewise.
1060         * elf32-sparc.c: Likewise.
1061         * elf32-v850.c: Likewise.
1062         * elf32-vax.c: Likewise.
1063         * elf64-hppa.c: Likewise.
1064         * elf64-sparc.c: Likewise.
1065         * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
1066         * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1067         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1068         * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1069         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1070         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1071         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1072         * elf-m10200.c (USE_RELA): Don't define.
1073         * elf-m10300.c: Likewise.
1074         * elfarm-oabi.c: Likewise.
1075         * elf32-i370.c: Likewise.
1076         * elf32-ip2k.c: Likewise.
1077         * elf32-m68k.c: Likewise.
1078         * elf32-mcore.c: Likewise.
1079         * elf32-ppc.c: Likewise.
1080         * elf32-s390.c: Likewise.
1081         * elf32-vax.c: Likewise.
1082         * elf64-ppc.c: Likewise.
1083         * elf64-s390.c: Likewise.
1084         * elf64-x86-64.c: Likewise.
1085         * elfxx-ia64.c: Likewise.
1086         * elf32-avr.c (USE_REL): Don't undef.
1087         * elf32-ip2k.c: Likewise.
1089 2002-07-23  Nick Clifton  <nickc@redhat.com>
1091         * elf-bfd.h (struct elf_backend_data): Add new bitfield
1092         'want_p_paddr_set_to_zero'.
1093         * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
1094         to false;
1095         * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
1096         * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
1098 2002-07-23  Gabor Keresztfalvi  <keresztg@mail.com>
1100         * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
1101         the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
1102         show the Copyright string.
1103         Minor formatting tidy ups.
1105 2002-07-23  Nick Clifton  <nickc@redhat.com>
1107         * po/fr.po: Updated French translation.
1108         * po/sv.po: Updated Swedish translation.
1110 2002-07-23  Alan Modra  <amodra@bigpond.net.au>
1112         * elflink.h (elf_link_input_bfd): Don't change internal symbols
1113         when outputting relocs.
1115 2002-07-20  Jason Thorpe  <thorpej@wasabisystems.com>
1117         * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
1118         DT_PLTGOT into the dynamic section if there is a PLT.
1120 2002-07-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1122         * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
1123         elf32-mips.c.
1124         (_bfd_mips_elf_write_section): Likewise.
1125         * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
1126         (_bfd_mips_elf_write_section): Likewise.
1127         * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
1128         (elf32_mips_write_section): Likewise.
1129         * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
1130         (_bfd_mips_elf_write_section): Likewise.
1132 2002-07-19  Alan Modra  <amodra@bigpond.net.au>
1134         * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
1135         PT_IA_64_UNWIND segments for a given section.
1137 2002-07-17  H.J. Lu <hjl@gnu.org>
1139         * Makefile.am: Fix a typo.
1140         * Makefile.in: Regenerate.
1142 2002-07-15  Denis Chertykov  <denisc@overta.ru>
1143             Frank Ch. Eigler  <fche@redhat.com>
1144             Ben Elliston  <bje@redhat.com>
1145             Alan Lehotsky  <alehotsky@cygnus.com>
1146             John Healy  <jhealy@redhat.com>
1147             Graham Stott  <grahams@redhat.com>
1148             Jeff Johnston  <jjohnstn@redhat.com>
1150         * Makefile.am: Add support for ip2k.
1151         * Makefile.in: Regenerate.
1152         * doc/Makefile.in: Regenerate.
1153         * archures.c: Add support for ip2k.
1154         * config.bfd: Add support for ip2k.
1155         * configure.in: Add support for ip2k.
1156         * configure: Regenerate.
1157         * reloc.c: Add support for ip2k.
1158         * targets.c: Add support for ip2k.
1159         * bfd-in2.h: Regenerate.
1160         * libbfd.h: Regenerate.
1161         * cpu-ip2k.c: New file.
1162         * elf32-ip2k.c: New file.
1164 2002-07-17  Ian Rickards  <irickard@arm.com>
1166         * dwarf2.c (concat_filename): If we can't establish the directory
1167         just return the filename.
1169 2002-07-16  Moritz Jodeit  <moritz@jodeit.org>
1171         * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
1173 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
1175         * elflink.h: Formatting fixes, tidy prototypes.
1176         (elf_link_assign_sym_version): Move common code out of loop.
1178 2002-07-16  Alan Modra  <amodra@bigpond.net.au>
1180         * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
1181         reloc section size is zero.  Correct reloc output location.
1183 2002-07-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1185         * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
1186         the final type for the e_fsel selector when generating PA2.0W code.
1187         (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
1188         relocations.
1190 2002-07-14  H.J. Lu <hjl@gnu.org>
1192         * elflink.h (elf_link_assign_sym_version): Hide the default
1193         definition if there is a hidden versioned definition.
1195 2002-07-12  Hans-Peter Nilsson  <hp@axis.com>
1197         * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
1198         dynamic reference test in assertion when initializing GOT with
1199         static contents.  Just assert that there are either no dynamic
1200         sections, the symbol is defined in the regular objects or that the
1201         symbol is undef weak.  Tweak comment.
1202         (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
1203         only if the symbol isn't defined in the program and isn't undef
1204         weak.
1205         (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
1206         rid of PLT entry: only do it if the symbol isn't defined in a DSO.
1207         When doing so, clear ELF_LINK_HASH_NEEDS_PLT.  Tweak comments.
1208         (elf_cris_discard_excess_program_dynamics): Don't consider
1209         ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
1211 2002-07-11  Alan Modra  <amodra@bigpond.net.au>
1213         * elf32-i386.c (elf_i386_relocate_section): Don't complain about
1214         unresolved debugging relocs in dynamic applications.
1215         * elf32-s390.c (elf_s390_relocate_section): Likewise.
1216         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1217         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1218         * elf64-s390.c (elf_s390_relocate_section): Likewise.
1219         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1220         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1222 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
1224         * elf64-ppc.c (ONES): Define.
1225         (ppc64_elf_howto_table): Use ONES here to avoid warnings.  Fill in
1226         missing src_mask fields.  Tweak R_PPC64_NONE, R_PPC64_COPY.  Fill
1227         in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
1229         * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
1230         (ppc64_elf_set_private_flags): Delete.
1231         (ppc64_elf_section_from_shdr): Delete.
1232         (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
1233         (ppc64_elf_fake_sections): Delete.
1234         (bfd_elf64_bfd_set_private_flags): Don't define.
1235         (bfd_elf64_get_symbol_info): Likewise.
1236         (elf_backend_section_from_shdr): Likewise.
1237         (elf_backend_fake_sections): Likewise.
1239 2002-07-10  Marco Walther  <Marco.Walther@sun.com>
1241         * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
1242         when not already set.
1243         * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
1244         (elf_backend_fake_sections): Define.
1246 2002-07-10  Alan Modra  <amodra@bigpond.net.au>
1248         * merge.c (_bfd_merge_section): Remove redundant output_section check.
1249         Formatting.
1250         (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
1252 2002-07-09  Hans-Peter Nilsson  <hp@axis.com>
1254         * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
1255         NULL sym_hashes to just before use.
1256         <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
1257         symbol with non-default visibility.
1258         <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
1259         <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
1260         Ditto.
1261         (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
1262         symbol with non-default visibility.
1263         (cris_elf_check_relocs): At tests for local symbol before
1264         increasing h->plt.refcount, also check for non-default
1265         visibility.  Ditto when checking for local symbol to eliminate
1266         pc-relative runtime relocs.
1268 2002-07-08  Alan Modra  <amodra@bigpond.net.au>
1270         * elf.c: Formatting.
1271         (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
1272         (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
1273         (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
1274         segments.
1276 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
1277             Alan Modra  <amodra@bigpond.net.au>
1279         * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
1280         account the impact of relocation count overflow when computing
1281         section offsets.
1282         * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
1283         or not to apply the PE COFF reloc overflow handling.  Fix a
1284         fencepost error in deciding whether or not to use that technique.
1286 2002-07-07  Alan Modra  <amodra@bigpond.net.au>
1288         * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
1289         change type of locsyms.
1290         (bfd_elf_get_elf_syms): Declare.
1291         * elf.c (bfd_elf_get_elf_syms): New function.
1292         (group_signature): Use bfd_elf_get_elf_syms.
1293         (bfd_section_from_r_symndx): Likewise.
1294         * elfcode.h (elf_slurp_symbol_table): Likewise.
1295         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1296         (elf_link_add_object_symbols): Likewise.  Reorganise to increase
1297         locality of various data structures.  Properly free internal relocs.
1298         (elf_bfd_final_link): Properly free internal relocs.
1299         (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
1300         (elf_link_input_bfd): Likewise.
1301         (elf_gc_mark): Likewise.  Properly free internal relocs.
1302         (elf_gc_sweep): Properly free internal relocs.
1303         (elf_reloc_symbol_deleted_p): No need to swap syms in.
1304         (elf_bfd_discard_info): Use bfd_elf_get_elf_syms.  Properly free
1305         internal relocs.
1306         * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
1307         Properly free possibly cached info.
1308         (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
1309         (mn10200_elf_symbol_address_p): Pass in internal syms.  Remove
1310         symbol swapping code.
1311         (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
1312         Properly free possibly cached info.
1313         * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
1314         (mn10300_elf_relax_delete_bytes): Likewise.
1315         (mn10300_elf_symbol_address_p): Likewise.
1316         (mn10300_elf_get_relocated_section_contents): Likewise.
1317         * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
1318         (elf32_h8_relax_delete_bytes): Likewise.
1319         (elf32_h8_symbol_address_p): Likewise.
1320         (elf32_h8_get_relocated_section_contents): Likewise.
1321         * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
1322         (m32r_elf_relax_delete_bytes): Likewise.
1323         (m32r_elf_get_relocated_section_contents): Likewise.
1324         * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
1325         elf_section_data to determine whether cached.
1326         (sh_elf_relax_section): As above for elf-m10200.c.
1327         (sh_elf_relax_delete_bytes): Likewise.
1328         (sh_elf_get_relocated_section_contents): Likewise.
1329         * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
1330         * elf64-alpha.c (elf64_alpha_relax_section): As above.  Also delay
1331         reading of local syms.
1332         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1333         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
1334         * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
1335         * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
1336         relocs.
1337         * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
1338         free internal relocs and section contents.  Don't read symbols.
1339         * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
1340         (elf32_hppa_size_stubs): Don't free local syms.
1341         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
1342         reading of local syms.  Use bfd_elf_get_elf_syms.  Properly free
1343         possibly cached info.
1344         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1345         * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
1346         * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
1347         all_local_syms.
1348         (get_local_syms): Delete function.
1349         (edit_opd): Use bfd_elf_get_elf_syms.  Free on error exit.  Cache
1350         on exit.
1351         (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms.  Free/cache on exit.
1353 2002-07-05  Jim Wilson  <wilson@redhat.com>
1355         * syms.c (decode_section_type): New.
1356         (bfd_decode_symclass): Call decode_section_type.
1358 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
1360         * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
1361         section content start.
1362         Reported by Michael Schumacher <mike@hightec-rt.com>.
1364 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
1366         * section.c (_bfd_strip_section_from_output):  Remove unnecessary
1367         link order code.  Don't actually remove the output section here;
1368         Just set a flag for the linker to do so.
1369         * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
1370         sections when setting up output section dynsyms.
1372 2002-07-04  Alan Modra  <amodra@bigpond.net.au>
1374         * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
1375         fudge.
1376         * elf.c (bfd_section_from_shdr): Work around broken hpux shared
1377         libs here instead.
1379 2002-07-02  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1381         * elf64-s390.c (create_got_section): Set .got section alignment to
1382         8 bytes.
1383         (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
1385 2002-07-02  Alan Modra  <amodra@bigpond.net.au>
1387         * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
1389 2002-07-01  Matt Thomas  <matt@3am-software.com>
1391         * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
1392         to EF_VAX_*.
1394 2002-07-01  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1396         * elfxx-mips.c (ABI_64_P): Fix comment.
1397         (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
1398         new section names for N64 ABI.
1399         (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
1400         (mips_elf_calculate_relocation): Code formatting.
1401         (mips_elf_create_dynamic_relocation): Likewise.
1402         (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
1403         (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
1404         (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
1405         in any NewABI.
1406         (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
1407         for NewABI.
1408         (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
1409         (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
1410         here, too.
1412 2002-07-01  Andreas Schwab  <schwab@suse.de>
1414         * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
1415         R_X86_64_64 to R_X86_64_RELATIVE.
1417 2002-07-01  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1419         * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
1420         * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
1421         Run "make dep-am".
1422         * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
1423         host_aout_vec.
1424         * configure.in (vaxbsd_vec): Add.
1425         * targets.c (vaxbsd_vec): Add.
1426         * Makefile.in: Rebuild.
1427         * configure: Rebuild.
1428         * po/SRC-POTFILES.in: Rebuild.
1430 2002-07-01  Alan Modra  <amodra@bigpond.net.au>
1432         * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
1433         examining to gc_mark_hook, rather than the bfd.
1434         (elf_gc_sections): Adjust.
1435         * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
1436         * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
1437         * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
1438         * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
1439         * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
1440         * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
1441         * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
1442         * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
1443         * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
1444         * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
1445         * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
1446         * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
1447         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
1448         * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
1449         * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
1450         * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
1451         * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
1452         * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
1453         * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
1454         * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
1455         * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
1456         * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
1457         * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
1458         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
1459         * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
1460         * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
1461         * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
1462         * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise.  Also remove
1463         redundant local sym tests.
1464         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
1465         (link_hash_newfunc): Init is_entry.
1466         (ppc64_elf_copy_indirect_symbol): Copy is_entry.
1467         (ppc64_elf_link_hash_table_create): Init all_local_syms.
1468         (create_linkage_sections): Use bfd_make_section_anyway rather than
1469         bfd_make_section.
1470         (ppc64_elf_mark_entry_syms): New function.
1471         (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab.  Set
1472         up opd entry to function section map.
1473         (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
1474         relocs that reference the opd section.
1475         (edit_opd): New function.
1476         (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
1477         (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
1478         (get_local_syms): Do so here.  Exit if we already have local syms.
1479         Remove bogus comment imported from elf32-hppa.c.  Don't attempt to
1480         read local syms on non-ELF input.
1481         (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
1482         than duplicating it's function here.  Adjust free of internal
1483         relocs to suit.
1484         (ppc64_elf_relocate_section): Adjust local syms in opd section.
1485         * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
1486         * elf32-hppa.c (elf32_hppa_size_stubs): Call
1487         _bfd_elf32_link_read_relocs rather than duplicating it's function
1488         here.  Adjust free of internal relocs to suit.
1490 2002-07-01  Andreas Jaeger  <aj@suse.de>
1492         * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
1493         are not allowed in shared libs code, enforce -fPIC.
1495 2002-06-29  Hans-Peter Nilsson  <hp@bitrange.com>
1497         * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
1498         trailing zero-sequences when there's previous left-over data.
1500 2002-06-27  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1502         * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
1503         (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
1504         and opd_rel_sec in order for starting rela section.  Check _raw_size.
1505         (elf_backend_reloc_type_class): Define.
1507 2002-06-27  Kevin Buettner <kevinb@redhat.com>
1509         * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
1510         DWARF2 formats.
1512 2002-06-27  Alan Modra  <amodra@bigpond.net.au>
1514         * cpu-powerpc.c: Comment on ordering of arch_info.
1515         * elf32-ppc.c (ppc_elf_object_p): New function.
1516         (elf_backend_object_p): Define.
1517         * elf64-ppc.c (ppc64_elf_object_p): New function.
1518         (elf_backend_object_p): Define.
1520 2002-06-26  Jason Thorpe  <thorpej@wasabisystems.com>
1522         * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
1523         * configure: Regenerate.
1525 2002-06-25  Jason Eckhardt  <jle@rice.edu>
1527         * dwarf2.c (decode_line_info): Check unit->addr_size
1528         to read in the proper number of prologue bytes.
1530 2002-06-25  Nick Clifton  <nickc@cambridge.redhat.com>
1532         * config.bfd (powerpc-*-aix5*): Only create a selvecs for
1533         aix5coff64_vec if 64-bit bfd support has been enabled.
1534         (powerpc64-*-aix5*): Only define if 64-bit bfd support has
1535         been enabled.
1537         * targets.c (_bfd_target_vector[]): Only include
1538         aix5coff64_vec if 64-bit bfd support has been enabled.
1540 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
1542         * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
1543         * elf32-hppa.c (hppa_add_stub): Likewise.
1544         * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
1545         * elflink.h (elf_add_default_symbol): Fix comment typo.
1546         (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
1547         (elf_link_add_object_symbols): Likewise.
1548         (elf_link_assign_sym_version): Likewise.
1549         * hash.c (bfd_hash_lookup): Likewise.
1550         * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
1551         * section.c (bfd_get_unique_section_name): Likewise.
1552         * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
1553         * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
1554         (assign_section_numbers): Likewise.
1555         (_bfd_elfcore_make_pseudosection): Likewise.
1556         (elfcore_grok_lwpstatus): Likewise.
1557         (elfcore_grok_win32pstatus): Likewise.
1558         (elfcore_write_note): Constify input params.  Use PTR instead of
1559         void *.  Include terminating NUL in namesz.  Correct padding.
1560         Support NULL "name" param.  Use memcpy instead of strcpy.
1561         (elfcore_write_prpsinfo): Constify input params.
1562         (elfcore_write_prstatus): Likewise.  Use PTR instead of void *.
1563         (elfcore_write_lwpstatus): Likewise.
1564         (elfcore_write_pstatus): Likewise.
1565         (elfcore_write_prfpreg): Likewise.
1566         (elfcore_write_prxfpreg): Likewise.
1567         * elf-bfd.h (elfcore_write_note): Update declaration.
1568         (elfcore_write_prpsinfo): Likewise.
1569         (elfcore_write_prstatus): Likewise.
1570         (elfcore_write_pstatus): Likewise.
1571         (elfcore_write_prfpreg): Likewise.
1572         (elfcore_write_prxfpreg): Likewise.
1573         (elfcore_write_lwpstatus): Likewise.
1575 2002-06-25  Jason Eckhardt  <jle@rice.edu>
1577         * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
1578         symbols of type stProc and stStaticProc.
1580 2002-06-25  Nick Clifton  <nickc@redhat.com>
1582         * ecoff.c: VArious formatting fixes.
1584 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
1586         * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
1588 2002-06-25  Alan Modra  <amodra@bigpond.net.au>
1590         * aout-adobe.c: Don't compare against "true" or "false.
1591         * aout-target.h: Likewise.
1592         * aoutx.h: Likewise.
1593         * archive.c: Likewise.
1594         * bout.c: Likewise.
1595         * cache.c: Likewise.
1596         * coff-a29k.c: Likewise.
1597         * coff-alpha.c: Likewise.
1598         * coff-i386.c: Likewise.
1599         * coff-mips.c: Likewise.
1600         * coff-or32.c: Likewise.
1601         * coff64-rs6000.c: Likewise.
1602         * coffcode.h: Likewise.
1603         * coffgen.c: Likewise.
1604         * cpu-ns32k.c: Likewise.
1605         * ecoff.c: Likewise.
1606         * ecofflink.c: Likewise.
1607         * elf.c: Likewise.
1608         * elf32-arm.h: Likewise.
1609         * elf32-cris.c: Likewise.
1610         * elf32-d30v.c: Likewise.
1611         * elf32-i386.c: Likewise.
1612         * elf32-mcore.c: Likewise.
1613         * elf32-ppc.c: Likewise.
1614         * elf32-sh.c: Likewise.
1615         * elf32-sh64.c: Likewise.
1616         * elf32-v850.c: Likewise.
1617         * elf64-alpha.c: Likewise.
1618         * elf64-sh64.c: Likewise.
1619         * elfcode.h: Likewise.
1620         * elfcore.h: Likewise.
1621         * elflink.h: Likewise.
1622         * elfxx-mips.c: Likewise.
1623         * i386os9k.c: Likewise.
1624         * ieee.c: Likewise.
1625         * libbfd.c: Likewise.
1626         * linker.c: Likewise.
1627         * mmo.c: Likewise.
1628         * nlm32-alpha.c: Likewise.
1629         * nlm32-i386.c: Likewise.
1630         * nlm32-ppc.c: Likewise.
1631         * nlm32-sparc.c: Likewise.
1632         * nlmcode.h: Likewise.
1633         * oasys.c: Likewise.
1634         * pdp11.c: Likewise.
1635         * peicode.h: Likewise.
1636         * reloc.c: Likewise.
1637         * som.c: Likewise.
1638         * srec.c: Likewise.
1639         * tekhex.c: Likewise.
1640         * vms.c: Likewise.
1641         * xcofflink.c: Likewise.
1642         * elf64-sparc.c: Edit comment to not use "== false".
1644         * aoutf1.h: Don't use "? true : false".
1645         * ecoff.c: Likewise.
1646         * format.c: Likewise.
1647         * ieee.c: Likewise.
1648         * linker.c: Likewise.
1649         * mmo.c: Likewise.
1650         * oasys.c: Likewise.
1652 2002-06-23  H.J. Lu  <hjl@gnu.org>
1654         * elflink.h (elf_link_add_archive_symbols): For the default
1655         version, check references with only one `@' first.
1657 2002-06-23  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1659         * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
1660         function.
1661         (allocate_global_data_dlt):  Don't add millicode symbols to dynamic
1662         symbol table.
1663         (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
1664         (elf64_hppa_size_dynamic_sections): Revise to use
1665         elf64_hppa_mark_milli_and_exported_functions.
1666         (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
1667         symbols out of dynamic symbol table.
1669 2002-06-23  Alan Modra  <amodra@bigpond.net.au>
1671         * Makefile.in: Regenerate.
1672         * libbfd.h: Regenerate.
1673         * bfd-in2.h: Regenerate.
1674         * configure: Regenerate.
1675         * po/SRC-POTFILES.in: Regenerate.
1677         * elflink.h: Comment typo fixes.
1679 2002-06-23  H.J. Lu  <hjl@gnu.org>
1681         * elf-bfd.h (elf_link_loaded_list): New structure.
1682         (elf_link_hash_table): Add "loaded".
1683         * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
1684         * elflink.h (elf_link_check_versioned_symbol): New function.
1685         (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
1687 2002-06-19  Nick Clifton  <nickc@cambridge.redhat.com>
1689         * elflink.h (size_dynamic_sections): If the target does not
1690         support an ELF style hash table, return true, indicating that
1691         nothing needed to be done, rather than false, indicating that the
1692         section's size could not be computed.
1694 2002-06-18  Dave Brolley  <brolley@redhat.com>
1696         From Catherine Moore, Michael Meissner, Dave Brolley:
1697         * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
1698         * targets.c: Support bfd_elf32_frv_vec.
1699         * reloc.c: Add FRV relocs.
1700         * configure.in: Add support for bfd-elf32-frv-vec.
1701         * config.bfd (targ_cpu): Add support for frv-*-elf.
1702         * archures.c: Add frv arch and machines.
1703         * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
1704         (ALL_MACHINES_CFILES): Add cpu-frv.c.
1705         (BFD32_BACKENDS): Add elf32-frv.lo.
1706         (BFD32_BACKENDS_CFILES): Add elf32-frv.c
1707         (cpu-frv.lo): New target.
1708         (elf32-frv.lo): New target.
1709         * cpu-frv.c: New file.
1710         * elf32-frv.c: New file.
1712 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
1714         * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
1715         e_shnum == 0.
1716         Only read the first section header if e_shoff is non-zero.
1717         Don't consider e_shstrndx if there are no sections.
1719 2002-06-17  Tom Rix <trix@redhat.com>
1721         * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
1722         R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
1723         complain_overflow_bitfield.
1725 2002-06-17  Alan Modra  <amodra@bigpond.net.au>
1727         * opncls.c (bfd_openr): Remove redundant bfd_set_error.
1728         (bfd_fdopenr): Likewise.
1729         (bfd_openstreamr): Likewise.
1730         (bfd_openw): Likewise.
1732         * targets.c: Sort target vecs.
1733         (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
1734         bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
1735         bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
1736         bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
1737         * configure.in: Sort target vecs.  Add m88kmach3_vec.
1738         * configure: Regenerate.
1740 2002-06-16  Hans-Peter Nilsson  <hp@bitrange.com>
1742         * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
1743         bpo_reloc_no to break sort order ties, not address of items.
1745 2002-06-16  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1747         * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
1748         Skip excluded sections in determing __gp value.
1749         (elf_hppa_final_link_relocate): Use the symbol's address in
1750         R_PARISC_FPTR64 relocations that don't need an opd entry.
1751         * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
1752         (elf64_hppa_finalize_dynreloc): Likewise.
1753         (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
1754         (elf64_hppa_finish_dynamic_symbol): Break up assert.
1756 2002-06-14  Sergey Grigoriev  <serge@leopold.Physik.Uni-Augsburg.DE>
1758         * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
1759         alignment for .bss, .data and .text sections so that sse and sse2
1760         code will work.
1761         * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1763 2002-06013  J"orn Rennecke  <joern.rennecke@superh.com>
1765         config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
1766         sh[1234]*-elf*.
1768 2002-06-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1770         * elflink.h (elf_bfd_final_link): Improve error handling for missing
1771         dynamic sections.
1773         * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
1774         for a symbol that has no output section.
1775         (allocate_dynrel_entries): Correct comment.
1776         (elf64_hppa_finalize_dynreloc): Likewise.  Don't create an opd entry
1777         unless we want one.
1778         (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
1779         (elf64_hppa_finalize_dlt): Likewise.  Prevent segfault for symbols
1780         with no section.  Remove unnecessary parentheses.
1782 2002-06-11  Tom Rix  <trix@redhat.com>
1784         * coffcode.h (coff_compute_section_file_positions): Add data
1785         section to AIX loader alignment check.
1787         * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
1788         alignment to 4 bytes.
1789         (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
1790         power accessor macro.
1791         (do_shared_object_padding): Remove invalid assertion.
1793 2002-06-10  Richard Sandiford  <rsandifo@redhat.com>
1795         * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
1796         for removed output sections.
1798 2002-06-10  Geoffrey Keating  <geoffk@redhat.com>
1800         * merge.c (merge_strings): Use htab_create_alloc with calloc, not
1801         htab_alloc.
1802         * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
1804 2002-06-08  H.J. Lu <hjl@gnu.org>
1806         * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
1807         work around a long long bug in gcc 2.96 on mips.
1809 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
1811         * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
1812         (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
1813         Regenerate dependency lists.
1814         * Makefile.in: Regenerate.
1815         * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
1816         vax1knetbsd_vec to targ_selvecs.
1817         * configure.in: Add vax1knetbsd_vec.
1818         * configure: Regenerate.
1819         * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
1820         * vax1knetbsd.c: New file.
1821         * vaxnetbsd.c: Update copyright years.
1822         (TARGET_PAGE_SIZE): Set to 0x1000.
1823         (DEFAULT_MID): Set to M_VAX4K_NETBSD.
1825 2002-06-08  Matt Thomas  <matt@3am-software.com>
1827         * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
1829 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
1831         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
1833 2002-06-08  Alan Modra  <amodra@bigpond.net.au>
1835         * Makefile.am: Run "make dep-am".
1836         * Makefile.in: Regenerate.
1838         * armnetbsd.c: Replace CONST with const.
1839         * corefile.c: Likewise.
1840         * elf32-dlx.c: Likewise.
1841         * elf64-mips.c: Likewise.
1842         * mmo.c: Likewise.
1843         * ns32knetbsd.c: Likewise.
1845         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
1846         table is elf64-sparc.
1848 2002-06-08  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1850         * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
1851         Fix RELA addends to get not shifted in the result. Don't do special
1852         handling of R_MIPS_64 for NewABI.
1854 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1856         * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
1857         (NAME(aout,slurp_reloc_table)): Likewise.
1858         * coff-mips.c (mips_relax_section): Use bfd_zalloc.
1859         * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
1860         (xcoff_write_archive_contents_big): Likewise.
1861         (xcoff_generate_rtinit): Likewise.
1862         (xcoff_generate_rtinit): Likewise, and check error return.
1863         * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
1864         * coffgen.c (coff_section_symbol): Use bfd_zalloc.
1865         (coff_get_normalized_symtab): Likewise.
1866         (coff_make_empty_symbol): Likewise.
1867         (bfd_coff_set_symbol_class): Likewise.
1868         * cofflink.c (coff_link_add_symbols): Likewise.
1869         * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
1870         * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
1871         (bfd_ecoff_write_accumulated_debug): Likewise.
1872         * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
1873         * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
1874         * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
1875         * ieee.c (do_with_relocs): Use bfd_zalloc.
1876         * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
1877         * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
1878         (NAME(aout,slurp_reloc_table)): Likewise.
1879         (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
1880         * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
1881         * som.c (som_build_and_write_symbol_table): Likewise.
1882         (som_slurp_string_table): Likewise.
1883         (som_slurp_symbol_table): Likewise.
1884         (som_bfd_ar_write_symbol_stuff): Likewise.
1885         * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
1886         * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
1887         * tekhex.c (find_chunk): Likewise.  Get rid of unused "sname".
1888         * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
1889         * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
1891 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1893         * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
1894         "group" union.
1895         (elf_group_name): Update.
1896         (elf_group_id): Define.
1897         (bfd_elf_set_group_contents): Declare.
1898         * elf.c (elf_fake_sections): Qualify use of elf_group_name.
1899         (set_group_contents): Rename to bfd_elf_set_group_contents.  Remove
1900         ATTRIBUTE_UNUSED from failedptrarg.  If elf_group_id is set, use
1901         that sym for the signature.
1902         (_bfd_elf_compute_section_file_positions): Don't call
1903         set_group_contents for "ld -r" case.
1904         (swap_out_syms): Use bfd_zalloc.
1905         * elflink.h (elf_link_add_archive_symbols): Likewise.
1906         (NAME(bfd_elf,size_dynamic_sections)): Likewise.
1907         (elf_bfd_final_link): Call bfd_elf_set_group_contents.
1909 2002-06-07  Alan Modra  <amodra@bigpond.net.au>
1911         * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
1912         relocs in opd for non-shared too.
1914 2002-06-06  Jeffrey Law  <law@redhat.com>
1916         * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
1917         relocations.
1919 2002-06-06  Nick Clifton  <nickc@cambridge.redhat.com>
1921         * merge.c: Include libiberty.h.
1922         * elf-strtab.c: Include libiberty.h.
1924 2002-06-06  Elias Athanasopoulos  <eathan@otenet.gr>
1926         * peXXigen.c (pe_print_idata): Remove unused variable.
1928 2002-06-06  David Heine <dlheine@tensilica.com>
1930         * elf.c (assign_file_positions_for_segments): Remove unallocated
1931         sections from the section to segment mapping for PT_LOAD segments.
1932         Update comment about empty loadable segments.
1934 2002-06-06  Richard Sandiford  <rsandifo@redhat.com>
1936         * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
1937         is within the .stabstr section.
1939 2002-06-06  Alan Modra  <amodra@bigpond.net.au>
1941         * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
1942         are "const PTR", not "const PTR *".
1943         (bfd_elf32_swap_symbol_in): Likewise.
1944         (bfd_elf64_swap_symbol_in): Likewise.
1945         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
1946         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1947         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1948         (elf_link_add_object_symbols): Likewise.
1949         (elf_link_record_local_dynamic_symbol): Likewise.
1950         (elf_link_input_bfd): Likewise.
1951         (elf_gc_mark): Likewise.
1952         (elf_reloc_symbol_deleted_p): Likewise.
1953         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
1954         (mn10200_elf_relax_delete_bytes): Likewise.
1955         (mn10200_elf_symbol_address_p): Likewise.
1956         (mn10200_elf_get_relocated_section_contents): Likewise.
1957         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
1958         (mn10300_elf_relax_section): Likewise.
1959         (mn10300_elf_relax_delete_bytes): Likewise.
1960         (mn10300_elf_symbol_address_p): Likewise.
1961         (mn10300_elf_get_relocated_section_contents): Likewise.
1962         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1963         (elf32_h8_relax_delete_bytes): Likewise.
1964         (elf32_h8_symbol_address_p): Likewise.
1965         (elf32_h8_get_relocated_section_contents): Likewise.
1966         * elf32-hppa.c (get_local_syms): Likewise.
1967         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
1968         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1969         * elf32-sh.c (sh_elf_relax_section): Likewise.
1970         (sh_elf_relax_delete_bytes): Likewise.
1971         (sh_elf_get_relocated_section_contents): Likewise.
1972         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
1973         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
1974         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1975         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1976         * elf64-ppc.c (get_local_syms): Likewise.
1977         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1978         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1980 2002-06-05  J"orn Rennecke <joern.rennecke@superh.com>
1982         * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
1984 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
1986         * elf.c (group_signature): Swap in the whole symbol, and handle
1987         extracting section symbol names.
1988         (setup_group): Add comment.
1989         (set_group_contents): When called from objcopy or ld, arrange for
1990         section contents to be written.  Write group member output section
1991         indices to allow objcopy to reorganize sections.
1992         (_bfd_elf_copy_private_section_data): Copy group info.
1994         * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
1995         (bfd_elf32_swap_symbol_in): Update prototype.
1996         (bfd_elf64_swap_symbol_in): Likewise.
1997         * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
1998         (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1999         * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
2000         (elf_link_add_object_symbols): Likewise.
2001         (elf_link_record_local_dynamic_symbol): Likewise.
2002         (elf_link_input_bfd): Likewise.
2003         (elf_gc_mark): Likewise.
2004         (elf_reloc_symbol_deleted_p): Likewise.
2005         * elf-m10200.c (mn10200_elf_relax_section): Likewise.
2006         (mn10200_elf_relax_delete_bytes): Likewise.
2007         (mn10200_elf_symbol_address_p): Likewise.
2008         (mn10200_elf_get_relocated_section_contents): Likewise.
2009         * elf-m10300.c (mn10300_elf_relax_section): Likewise.
2010         (mn10300_elf_relax_section): Likewise.
2011         (mn10300_elf_relax_delete_bytes): Likewise.
2012         (mn10300_elf_symbol_address_p): Likewise.
2013         (mn10300_elf_get_relocated_section_contents): Likewise.
2014         * elf32-h8300.c (elf32_h8_relax_section): Likewise.
2015         (elf32_h8_relax_delete_bytes): Likewise.
2016         (elf32_h8_symbol_address_p): Likewise.
2017         (elf32_h8_get_relocated_section_contents): Likewise.
2018         * elf32-hppa.c (get_local_syms): Likewise.
2019         * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
2020         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
2021         * elf32-sh.c (sh_elf_relax_section): Likewise.
2022         (sh_elf_relax_delete_bytes): Likewise.
2023         (sh_elf_get_relocated_section_contents): Likewise.
2024         * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
2025         * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
2026         * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
2027         * elf64-mmix.c (mmix_elf_relax_section): Likewise.
2028         * elf64-ppc.c (get_local_syms): Likewise.
2029         * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
2030         * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
2031         * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
2032         * elf64-alpha.c (alpha_elf_size_info): Likewise.
2033         * elf64-hppa.c (hppa64_elf_size_info): Likewise.
2034         * elf64-mips.c (mips_elf64_size_info): Likewise.
2035         * elf64-s390.c (s390_elf64_size_info): Likewise.
2036         * elf64-sparc.c (sparc64_elf_size_info): Likewise.
2038 2002-06-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2040         * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
2041         elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
2042         elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
2043         _bfd_mips_elf_ignore_discarded_relocs.
2044         elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
2046 2002-06-05  H.J. Lu <hjl@gnu.org>
2048         * elfxx-mips.c (mips_elf_calculate_relocation): Call
2049         _bfd_elf_rel_local_sym for STT_SECTION relocations against
2050         the SEC_MERGE section.
2052 2002-06-05  Alan Modra  <amodra@bigpond.net.au>
2054         * coff-alpha.c: Update copyright date.
2055         * coff-mips.c: Likewise.
2056         * xcoff-target.h: Likewise.
2058         * bfd-in.h: Remove "taken from the source" comment.
2059         * libbfd-in.h: Likewise.
2060         * libcoff-in.h: Likewise.
2061         * bfd-in2.h: Regenerate.
2062         * libbfd.h: Regenerate.
2063         * libcoff.h: Regenerate.
2065         * elf.c (bfd_elf_discard_group): Return true.
2066         * elf-bfd.h (bfd_elf_discard_group): Declare.
2067         * bfd-in.h (bfd_elf_discard_group): Don't declare here.
2068         * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
2069         * bfd.c (bfd_discard_group): Define.
2070         * targets.c (struct bfd_target): Add _bfd_discard_group.
2071         (BFD_JUMP_TABLE_LINK): Here too.
2072         * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
2073         * aout-adobe.c (aout_32_bfd_discard_group): Define.
2074         * aout-target.h (MY_bfd_discard_group): Define.
2075         * aout-tic30.c (MY_bfd_discard_group): Define.
2076         * binary.c (binary_bfd_discard_group): Define.
2077         * bout.c (b_out_bfd_discard_group): Define.
2078         * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
2079         * coffcode.h (coff_bfd_discard_group): Define.
2080         * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
2081         * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
2082         * i386msdos.c (msdos_bfd_discard_group): Define.
2083         * i386os9k.c (os9k_bfd_discard_group): Define.
2084         * ieee.c (ieee_bfd_discard_group): Define.
2085         * ihex.c (ihex_bfd_discard_group): Define.
2086         * mmo.c (mmo_bfd_discard_group): Define.
2087         * nlm-target.h (nlm_bfd_discard_group): Define.
2088         * oasys.c (oasys_bfd_discard_group): Define.
2089         * ppcboot.c (ppcboot_bfd_discard_group): Define.
2090         * som.c (som_bfd_discard_group): Define.
2091         * srec.c (srec_bfd_discard_group): Define.
2092         * tekhex.c (tekhex_bfd_discard_group): Define.
2093         * versados.c (versados_bfd_discard_group): Define.
2094         * vms.c (vms_bfd_discard_group): Define.
2095         * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
2096         * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
2097         (aix5coff64_vec): Likewise.
2098         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
2100 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
2102         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
2103         (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
2104         (elf32-sh64-com.lo): New dependency list.
2105         * Makefile.in: Regenerate.
2106         * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
2107         (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
2108         elf32-sh64-com.lo.
2109         * configure: Regenerate.
2110         * elf32-sh64.c (sh64_address_in_cranges)
2111         (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
2112         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
2113         (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
2114         * elf32-sh64-com.c: ...here.  New file.
2116 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
2118         * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
2119         ATTRIBUTE_UNUSED on used params.
2120         * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
2121         before calling bfd_section_from_elf_index on local syms.
2122         * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
2124 2002-06-04  Jason Thorpe  <thorpej@wasabisystems.com>
2126         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
2127         (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
2128         (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
2129         (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
2130         (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
2131         * Makefile.in: Regenerate.
2132         * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
2133         (sh64-*-netbsd*): New targets.
2134         * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
2135         bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
2136         * configure: Regenerate.
2137         * elf32-sh64-nbsd.c: New file.
2138         * elf64-sh64-nbsd.c: New file.
2139         * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
2140         bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
2141         bfd_elf64_sh64lnbsd_vec.
2143 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
2145         * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
2146         (bfd_section_from_shdr): Likewise.  Set section name of group
2147         sections from signature.
2148         (group_signature): Split out from setup_group.  Ensure symbol table
2149         is available.
2150         (bfd_elf_discard_group): New function.
2151         (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
2152         .gnu.linkonce* sections if they are members of a group.
2153         (set_group_contents): Set GRP_COMDAT flag.
2154         * section.c (bfd_discard_group): New function.
2155         * bfd-in.h (bfd_elf_discard_group): Declare.
2156         * bfd-in2.h: Regenerate.
2157         * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
2158         (elf_linkonce_p): Define.
2160 2002-06-04  Alan Modra  <amodra@bigpond.net.au>
2162         * elf.c (bfd_section_from_shdr): Make "name" const.
2163         * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
2164         * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
2165         * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
2166         * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
2167         * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
2168         * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
2169         * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
2170         * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
2171         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
2172         * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
2173         * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
2175 2002-06-03  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
2177         * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
2178         ABI.
2180 2002-06-02  Kazu Hirata  <kazu@cs.umass.edu>
2182         * elf32-arc.c: Fix formatting.
2183         * elf32-arm.h: Likewise.
2184         * elf32-cris.c: Likewise.
2185         * elf32-dlx.c: Likewise.
2186         * elf32-hppa.c: Likewise.
2187         * elf32-i386.c: Likewise.
2188         * elf32-i386qnx.c: Likewise.
2189         * elf32-or32.c: Likewise.
2190         * elf32-s390.c: Likewise.
2191         * elf32-sh64.c: Likewise.
2192         * elf32-vax.c: Likewise.
2193         * elf32-xstormy16.c: Likewise.
2194         * elf64-alpha.c: Likewise.
2195         * elf64-mmix.c: Likewise.
2196         * elf64-ppc.c: Likewise.
2197         * elf64-s390.c: Likewise.
2198         * elf64-sh64.c: Likewise.
2199         * elf64-x86-64.c: Likewise.
2201 2002-06-02  Richard Henderson  <rth@redhat.com>
2203         * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
2204         null when there are no got entries for a symbol.
2205         (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
2206         uninitialized variable warning.
2208 2002-06-01  Richard Henderson  <rth@redhat.com>
2210         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
2211         undefined symbols here.
2212         (elf64_alpha_relax_section): Do it here.  Also test for not
2213         defined in the current module.
2214         (elf64_alpha_relocate_section_r): Split out of ...
2215         (elf64_alpha_relocate_section): ... here.  Don't dereference
2216         NULL when looking up local got entries.
2218 2002-06-01  Richard Henderson  <rth@redhat.com>
2220         * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
2221         symbols from JSR relaxation.
2222         (elf64_alpha_size_plt_section_1): New.
2223         (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
2224         (elf64_alpha_size_rela_got_1): ... here.
2225         (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
2226         (elf64_alpha_size_rela_got_section): ... here.
2227         (elf64_alpha_size_plt_section): New.
2228         (elf64_alpha_relax_section): Call them.
2229         (elf64_alpha_size_got_sections): Remove output_bfd arg.
2230         (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
2232 2002-06-01  Richard Henderson  <rth@redhat.com>
2234         * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
2235         (elf64_alpha_relocate_section): Use them.  Reject LE TLS relocs
2236         in shared libraries.  Fix DTPRELHI and TPRELHI value.
2237         (INSN_ADDQ, INSN_RDUNIQ): New.
2238         (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
2239         (elf64_alpha_relax_with_lituse): Return boolean.  Remove irelend
2240         argument.  Reject dynamic symbols.  Use LITUSE symbolic constants.
2241         (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
2242         Handle GOTDTPREL and GOTTPREL relocations.
2243         (elf64_alpha_relax_gprelhilo): New.
2244         (elf64_alpha_relax_tls_get_addr): New.
2245         (elf64_alpha_relax_find_tls_segment): New.
2246         (elf64_alpha_relax_section): Handle TLS relocations.
2247         (ALPHA_ELF_LINK_HASH_TLS_IE): New.
2248         (elf64_alpha_check_relocs): Set it.
2250 2002-06-01  Richard Henderson  <rth@redhat.com>
2252         * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
2254         * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
2255         check; don't suppress dynamic relocs for non-allocated sections.
2257         * elf64-alpha.c: Remove dead code.
2259 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
2261         * bfd-in2.h: Regenerate.
2262         * libbfd.h: Regenerate.
2263         * po/SRC-POTFILES.in: Regenerate.
2265         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
2266         space for bss .plt.
2268 2002-05-31  Graeme Peterson  <gp@qnx.com>
2270         * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
2271         (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
2272         Run "make dep-am".
2273         * Makefile.in: Regenerate.
2274         * config.bfd: Add i[3456]86-*-nto-qnx* support.
2275         * configure.in: Add bfd_elf32_i386qnx_vec support.
2276         * configure: Regenerate.
2277         * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
2278         is_contained_by_filepos, and copy_private_bfd_data_p.
2279         * elf.c (assign_file_positions_for_segments): Call backend
2280         set_nonloadable_filepos.  Fix non-K&R call to _bfd_error_handler.
2281         (IS_CONTAINED_BY_FILEPOS): Define.
2282         (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
2283         (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS.  Typo fix.
2284         Fix non-K&R call to _bfd_error_handler.
2285         (_bfd_elf_copy_private_section_data): Use backend
2286         copy_private_bfd_data_p.
2287         * elf32-i386.c: Don't include elfxx-target.h when
2288         ELF32_I386_C_INCLUDED is defined.
2289         * elf32-i386qnx.c: New QNX elf backend file.
2290         * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
2291         elf_backend_is_contained_by_filepos, and
2292         elf_backend_do_copy_private_bfd_data.
2293         * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
2295 2002-05-31  Alan Modra  <amodra@bigpond.net.au>
2297         * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
2298         Move other similar defines to start of file.
2300 2002-05-30  Tom Rix  <trix@redhat.com>
2302         * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
2303         * coff64-rs6000.c (xcoff64_rtype2howto): Same.
2305 2002-05-30  Richard Henderson  <rth@redhat.com>
2307         * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
2308         ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
2309         (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
2310         (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
2311         (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
2312         (struct alpha_elf_obj_tdata): Rename total_got_entries and
2313         n_local_got_entries to total_got_size and local_got_size.
2314         (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
2315         (alpha_got_entry_size): New.
2316         (elf64_alpha_relax_with_lituse): Use it.
2317         (elf64_alpha_relax_without_lituse): Likewise.
2318         (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
2319         (get_got_entry): New.
2320         (elf64_alpha_check_relocs): Handle TLS relocs.  Reorganize.
2321         (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
2322         (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
2323         (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
2324         (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
2325         (elf64_alpha_calc_got_offsets): Likewise.
2326         (alpha_dynamic_entries_for_reloc): New.
2327         (elf64_alpha_calc_dynrel_sizes): Use it.
2328         (elf64_alpha_size_dynamic_sections): Likewise.
2329         (elf64_alpha_relocate_section): Handle TLS relocations.
2330         * reloc.c: Add Alpha TLS relocations.
2331         * bfd-in2.h, libbfd.h: Rebuild.
2333 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
2335         * peXXigen.c (pe_print_idata): Remove double printed
2336         import table lines; add Bound-To comment.
2338 2002-05-29  Matt Thomas  <matt@3am-software.com>
2340         * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
2341         (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
2342         (elf32-vax.lo): New rule.
2343         * Makefile.in: Regenerate.
2344         * configure.in (bfd_elf32_vax_vec)
2345         (vaxnetbsd_vec): New vectors.
2346         * configure: Regenerate.
2347         * config.bfd (vax-*-netbsdelf*)
2348         (vax-*-netbsdaout*)
2349         (vax-*-netbsd*): New targets.
2350         * elf32-vax.c: New file.
2351         * reloc.c: Add VAX relocations.
2352         * bfd-in2.h: Regenerate.
2353         * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
2355 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
2357         * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
2358         and bfd_elf32_bigarm_vec to targ_selvecs.
2360 2002-05-29  Ralf Habacker  <ralf.habacker@freenet.de>
2362         * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
2363         with auto-imported symbols.
2365 2002-05-29  Adam Nemet  <anemet@lnxw.com>
2367         * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
2368         sections only record bfd.
2369         (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
2370         * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
2371         * bfd-in2.h: Regenerate.
2373 2002-05-28  Nick Clifton  <nickc@cambridge.redhat.com>
2375         * syms.c (_bfd_stab_section_find_nearest_line): Move
2376         declaration and initialisation of saw_line and saw_func out of
2377         for loop.
2379 2002-05-29  Alan Modra  <amodra@bigpond.net.au>
2381         * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
2382         (bfd_elf64_get_symbol_info): Define.
2383         * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
2385 2002-05-29  Andrey Volkov  <avolkov@transas.com>
2387         * cpu-h8300.c: Make default h8300 machine first in machine list.
2389 2002-05-28  Kuang Hwa Lin <kuang@sbcglobal.net>
2391         * config.bfd: Added DLX configuraton.
2392         * Makefile.am: Added DLX configuraton.
2393         * configure.in: Added DLX configuraton.
2394         * archures.c: Add DLX architecure.
2395         * reloc.c: Add DLX relocs.
2396         * targets.c: Added DLX target vector.
2397         * configure: Regenerate.
2398         * Makefile.in: Regenreate.
2399         * bfd-in2.h: Regenreate.
2400         * elf32-dlx.c: New file: Support DLX target.
2401         * cpu-dlx.c: New file: Support DLX target.
2403 2002-05-25  Alan Modra  <amodra@bigpond.net.au>
2405         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
2407         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
2408         (ppc64_elf_check_relocs): Don't set up function descriptor symbol
2409         strings to point inside function code sym string.
2410         (func_desc_adjust): Likewise.
2411         (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
2413 2002-05-24  Michal Ludvig  <mludvig@suse.cz>
2415         * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
2416         (elf64_x86_64_grok_psinfo): Added.
2418 2002-05-24  TAMURA Kent <kent@netbsd.org>
2420         * config.bfd: Add a target for i386-netbsdpe.
2422 2002-05-24  Alan Modra  <amodra@bigpond.net.au>
2424         * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
2425         and is_func_descriptor.
2426         (func_desc_adjust): Hide function code sym in shared libs unless
2427         there is a matching exported function descriptor sym.
2429 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
2431         * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
2432         for symbols from SHF_TLS section.
2433         (_bfd_elf_print_private_bfd_data): Add PT_TLS.
2434         (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
2435         (map_sections_to_segments): Build PT_TLS segment if necessary.
2436         (assign_file_positions_for_segments): Likewise.
2437         (get_program_header_size): Account for PT_TLS segment.
2438         (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
2439         SEC_THREAD_LOCAL sections to STT_TLS.
2440         * reloc.c: Add 386 and IA-64 TLS relocs.
2441         * section.c (SEC_THREAD_LOCAL): Define.
2442         (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
2443         Remove.
2444         * elflink.h (elf_link_add_object_symbols): Support .tcommon.
2445         (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
2446         unconditionally.
2447         (struct elf_final_link_info): Add first_tls_sec.
2448         (elf_bfd_final_link): Set first_tls_sec.
2449         Compute elf_hash_table (info)->tls_segment.
2450         (elf_link_output_extsym): Handle STT_TLS symbols.
2451         (elf_link_input_bfd): Likewise.
2452         * syms.c (BSF_THREAD_LOCAL): Define.
2453         * bfd-in2.h: Rebuilt.
2454         * libbfd.h: Rebuilt.
2455         * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
2456         elf_i386_mkobject, elf_i386_object_p): New functions.
2457         (elf_howto_table): Add TLS relocs.
2458         (elf_i386_reloc_type_lookup): Support TLS relocs.
2459         (elf_i386_info_to_howto_rel): Likewise.
2460         (struct elf_i386_link_hash_entry): Add tls_type.
2461         (struct elf_i386_obj_tdata): New.
2462         (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
2463         New macros.
2464         (struct elf_i386_link_hash_table): Add tls_ldm_got.
2465         (link_hash_newfunc): Clear tls_type.
2466         (elf_i386_check_relocs): Support TLS relocs.
2467         (elf_i386_gc_sweep_hook): Likewise.
2468         (allocate_dynrelocs): Likewise.
2469         (elf_i386_size_dynamic_sections): Likewise.
2470         (elf_i386_relocate_section): Likewise.
2471         (elf_i386_finish_dynamic_symbol): Likewise.
2472         (bfd_elf32_mkobject, elf_backend_object_p): Define.
2473         * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
2474         dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
2475         want_tprel, want_dtpmod, want_dtprel.
2476         (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
2477         (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
2478         R_IA64_LTOFF_TPREL22.
2479         (elf_code_to_howto_index): Add TLS relocs.
2480         (elfNN_ia64_check_relocs): Support TLS relocs.
2481         (allocate_global_data_got): Account for TLS .got data.
2482         (allocate_dynrel_entries): Account for TLS dynamic relocations.
2483         (elfNN_ia64_install_value): Supprt TLS relocs.
2484         (set_got_entry): Support TLS relocs.
2485         (elfNN_ia64_relocate_section): Likewise.
2487 2002-05-23  Nick Clifton  <nickc@cambridge.redhat.com>
2489         * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
2490         BLX reloc round the relocation up rather than down.
2491         * coff-arm.c (coff_arm_relocate_section): Likewise.
2493 2002-05-21  H.J. Lu  (hjl@gnu.org)
2495         * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
2496         definition.
2498 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2500         * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
2501         (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
2503 2002-05-22  Alan Modra  <amodra@bigpond.net.au>
2505         * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
2506         unresolved relocs.
2507         (ppc64_elf_size_dynamic_sections): Check for splt NULL.
2509 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2511         * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
2512         non-ELF targets.
2514 2002-05-21  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2516         * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
2517         an error value.
2518         * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
2519         return with false on error.
2520         (elf_link_input_bfd): Check reloc_emitter return value.
2522 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
2524         * config.bfd (armeb-*-netbsdelf*): New target.
2526 2002-05-20  Alan Modra  <amodra@bigpond.net.au>
2528         * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
2529         at the plt call stub.
2531 2002-05-19  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2533         * cpu-mips.c (mips_compatible): Don't try to check machine
2534         compatibility.
2536 2002-05-18  Tom Rix  <trix@redhat.com>
2538         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out):  Fix C_FILE auxent.
2540 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
2542         * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
2543         (ppc64_elf_relocate_section): Don't warn about reloc overflow when
2544         we've already warned about an undefined symbol.  Report more
2545         detail on reloc errors.
2547 2002-05-17  Alan Modra  <amodra@bigpond.net.au>
2549         * acinclude.m4 (AM_INSTALL_LIBBFD): New.
2550         * configure.in: Invoke AM_INSTALL_LIBBFD.
2551         * Makefile.am (install-data-local): Revert 2002-05-13.  Move to..
2552         (install_libbfd): .. New target.
2553         (uninstall_libbfd): Likewise.
2554         (install-bfdlibLTLIBRARIES): Likewise.
2555         (uninstall-bfdlibLTLIBRARIES): Likewise.
2556         (bfdlibdir): New.
2557         (bfdincludedir): New.
2558         (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
2559         * aclocal.m4: Regenerate.
2560         * configure: Regenerate.
2561         * Makefile.in: Regenerate.
2563 2002-05-17  Stuart Balfour <sbalfour@cisco.com>
2565         * hash.c (bfd_hash_lookup): Remove computation of len from inside
2566         hash loop.
2568 2002-05-16  Nick Clifton  <nickc@cambridge.redhat.com>
2570         * config.bfd: Add targets for sh64-linux (little endian and
2571         big endian).
2573 2002-05-15  Laurent Pinchart <laurent.pinchart@skynet.be>
2575         * peXXigen.c (pe_print_idata): Do not assume that the first thunk
2576         is located in the same section as the import table.  Instead
2577         check, and if necessary load the section containing the thunk.
2579 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
2581         * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
2582         bfd_bread.
2583         (xcoff64_core_file_matches_executable_p): Replace bfd_read
2584         with bfd_bread.
2586 2002-05-15  Alan Modra  <amodra@bigpond.net.au>
2588         * aix5ppc-core.c: Warning fixes.
2589         * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
2590         * aout-target.h (MY_bfd_link_just_syms): Define.
2591         * aout-tic30.c (MY_bfd_link_just_syms): Define.
2592         * bfd.c (bfd_link_just_syms): Define.
2593         * binary.c (binary_bfd_link_just_syms): Define.
2594         * bout.c (b_out_bfd_link_just_syms): Define.
2595         * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
2596         * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
2597         * coffcode.h (coff_bfd_link_just_syms): Define.
2598         * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
2599         (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
2600         (_bfd_elf_link_just_syms): Declare.
2601         * elf.c (_bfd_elf_link_just_syms): New function.
2602         * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
2603         sections haven't already been discarded by the linker.
2604         * elflink.h (elf_link_add_object_symbols): Likewise for stab
2605         sections and SEC_MERGE sections.
2606         (elf_bfd_discard_info): Similarly here.
2607         * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
2608         * i386msdos.c (msdos_bfd_link_just_syms): Define.
2609         * i386os9k.c (os9k_bfd_link_just_syms): Define.
2610         * ieee.c (ieee_bfd_link_just_syms): Define.
2611         * ihex.c (ihex_bfd_link_just_syms): Define.
2612         * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
2613         (_bfd_generic_link_just_syms): Declare.
2614         * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
2615         * linker.c (_bfd_generic_link_just_syms): New function.
2616         * mmo.c (mmo_bfd_link_just_syms): Define.
2617         * nlm-target.h (nlm_bfd_link_just_syms): Define.
2618         * oasys.c (oasys_bfd_link_just_syms): Define.
2619         * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
2620         * som.c (som_bfd_link_just_syms): Define.
2621         * srec.c (srec_bfd_link_just_syms): Define.
2622         * targets.c (struct bfd_target): Add _bfd_link_just_syms.
2623         (BFD_JUMP_TABLE_LINK): And here.
2624         * tekhex.c (tekhex_bfd_link_just_syms): Define.
2625         * versados.c (versados_bfd_link_just_syms): Define.
2626         * vms.c (vms_bfd_link_just_syms): Define.
2627         * libbfd.h: Regenerate.
2628         * bfd-in2.h: Regenerate.
2630 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2632         * elf32-mips.c: Remove superfluous definitions copied from
2633         elfxx-mips.c.
2634         (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
2635         SGIish vectors to check the special case.
2636         (mips_elf_hi16_reloc): Fix comment.
2637         (mips_elf_got16_reloc): Likewise.
2638         (_bfd_mips_elf32_gprel16_reloc): Likewise.
2639         (elf_reloc_map): Code cleanup.
2640         (mips_reloc_map): Add comment.
2641         (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
2642         (mips_elf32_rtype_to_howto): Likewise.
2643         (mips_elf32_discard_info): Likewise.
2644         (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
2645         lead to IRIX compatibility now.
2647 2002-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2649         * elfxx-mips.c: Call it IRIX, not Irix in comments.
2651 2002-05-13  Jason Thorpe  <thorpej@wasabisystems.com>
2653         * config.bfd (shle-*-netbsdelf*): Add target which includes
2654         sh64 support.
2656 2002-05-13  David Edelsohn  <edelsohn@gnu.org>
2658         * configure.in: Revert 2002-04-07.  Instead, auto-configure
2659         HAVE_ST_C_IMPL.
2660         * configure: Regenerate.
2661         * config.in: Regenerate.
2662         * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
2663         or AIX_5_CORE.
2665 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
2667         * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
2668         corefiles as well.2
2669         * configure: Regenerate.
2671 2002-05-13  Alan Modra  <amodra@bigpond.net.au>
2673         * Makefile.am (install-data-local): Install headers to
2674         $(exec_prefix)/include.
2675         * Makefile.in: Regenerate.
2677 2002-05-11  Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2678             Daniel Jacobowitz  <drow@mvista.com>
2680         * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE.  Don't
2681         map BFD_RELOC_RVA.
2683 2002-05-11  Federico G. Schwindt <fgsch@olimpo.com.br>
2685         * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
2686         hppa*-*-openbsd*): New targets.
2687         * configure.in (alpha*-*-openbsd*): Set COREFILE.
2688         * configure: Regenerate.
2690 2002-05-10  Tom Rix  <trix@redhat.com>
2692         * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
2693         xcoff64_ppc_relocate_section.
2694         * coff-rs6000.c : Extern common xcoff_reloc_type functions.
2695         * libxcoff.h: Common xcoff_reloc_type function declaration.
2697 2002-05-10  Alan Modra  <amodra@bigpond.net.au>
2699         * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
2700         added in 2002-05-09 commit.
2702         * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
2703         don't look for stubs on all undefined syms.
2705 2002-05-09  Alan Modra  <amodra@bigpond.net.au>
2707         * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
2708         (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
2709         pcrel_offset.
2711         * elf32-i386.c (elf_howto_table): Comments.
2712         (elf_i386_relocate_section): Handle more relocs for relocatable
2713         linking and against SEC_MERGE sections.
2715 2002-05-08  Alan Modra  <amodra@bigpond.net.au>
2717         * elf32-ppc.c (ppc_elf_create_got): New function.
2718         (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
2719         _bfd_elf_create_dynamic_sections.  Correct .plt flags.
2720         (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
2721         _bfd_elf_create_got_section.
2723 2002-05-07  Alan Modra  <amodra@bigpond.net.au>
2725         * elf-bfd.h (struct elf_backend_data): Add rela_normal.
2726         * elfxx-target.h (elf_backend_rela_normal): Define.
2727         (elfNN_bed): Init rela_normal.
2728         * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
2729         for section symbols here if rela_normal.  Simplify abs section test.
2730         * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
2731         return immediately.  Remove code handling relocatable linking.
2732         * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
2733         * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
2734         * elf32-i370.c (i370_elf_relocate_section): Likewise.
2735         * elf32-i860.c (elf32_i860_relocate_section): Likewise.
2736         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2737         * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
2738         * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
2739         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2740         * elf32-s390.c (elf_s390_relocate_section): Likewise.
2741         * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
2742         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2743         * elf64-s390.c (elf_s390_relocate_section): Likewise.
2744         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2745         * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
2746         * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
2747         * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
2748         * elf-m10200.c (elf_backend_rela_normal): Define.
2749         * elf-m10300.c (elf_backend_rela_normal): Define.
2750         * elf32-fr30.c (elf_backend_rela_normal): Define.
2751         * elf32-i370.c (elf_backend_rela_normal): Define.
2752         * elf32-i860.c (elf_backend_rela_normal): Define.
2753         * elf32-m68k.c (elf_backend_rela_normal): Define.
2754         * elf32-mcore.c (elf_backend_rela_normal): Define.
2755         * elf32-openrisc.c (elf_backend_rela_normal): Define.
2756         * elf32-ppc.c (elf_backend_rela_normal): Define.
2757         * elf32-s390.c (elf_backend_rela_normal): Define.
2758         * elf32-xstormy16.c (elf_backend_rela_normal): Define.
2759         * elf64-ppc.c (elf_backend_rela_normal): Define.
2760         * elf64-s390.c (elf_backend_rela_normal): Define.
2761         * elf64-x86-64.c (elf_backend_rela_normal): Define.
2762         * elfxx-ia64.c (elf_backend_rela_normal): Define.
2763         * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
2764         * elf32-m32r.c (elf_backend_rela_normal): Likewise.
2766 2002-05-06  Nick Clifton  <nickc@cambridge.redhat.com>
2768         * elf32-arm.h (elf32_arm_final_link_relocate): Convert
2769         'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
2771 2002-05-06  Alan Modra  <amodra@bigpond.net.au>
2773         * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
2774         when not relocatable.  Fix reloc_emitter call for K&R.
2776 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
2778         * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
2779         reloading local sym addend mistakenly removed in 2002-05-01 change.
2781         * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
2782         (read_abbrevs): Change "offset" param to bfd_vma.
2783         (parse_comp_unit): Change "version" and addr_size to unsigned ints.
2784         Change "abbrev_offset" to bfd_vma.
2785         (read_indirect_string): Use correct conversion chars in error
2786         message format string, cast bfd_vma's to unsigned long.
2787         (read_abbrevs): Likewise.
2788         (read_attribute_value): Likewise.
2789         (decode_line_info): Likewise.
2790         (scan_unit_for_functions): Likewise.
2791         (parse_comp_unit): Likewise.
2793 2002-05-04  Tom Rix  <trix@redhat.com>
2795         * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
2796         (coff_swap_reloc_out): Same.
2797         * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
2798         (xcoff_swap_reloc_out): Same.
2799         (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
2800         case some 16 bit relocs. Add reloc value to output.
2801         (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
2802         R_RBR. Improve names.
2803         (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
2804         (bfd_xcoff_backend_data): Update with new reloc swap names.
2805         (bfd_pmac_xcoff_backend_data) : Same.
2806         * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
2807         (xcoff64_swap_reloc_out): Same.
2808         (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
2809         R_POS. Add reloc value to output.
2810         (xcoff64_howto_table): Move 64 bit R_POS to first entry.  Add 16
2811         bit R_RBR. Improve names, masks.
2812         (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
2813         (bfd_xcoff_backend_data): Update with new reloc swap names.
2814         (bfd_xcoff_aix5_backend_data) : Same.
2816 2002-05-04  Alan Modra  <amodra@bigpond.net.au>
2818         * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
2819         bfd_count top_index, input_list, all_local_syms.
2820         (elf32_hppa_setup_section_lists): New function, split from
2821         elf32_hppa_size_stubs.
2822         (elf32_hppa_next_input_section): Likewise.
2823         (group_sections): Likewise.
2824         (get_local_syms): Likewise.
2825         (elf32_hppa_size_stubs): Adjust for split out functions.  Look for
2826         stubs on undefined syms too.
2827         (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
2828         Only access htab elf fields when we have an elf hash table.
2829         * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
2830         (elf32_hppa_next_input_section): Declare.
2832 2002-05-04  Bob Byrnes  <byrnes@curl.com>
2834         * opncls.c (_bfd_new_bfd_contained_in): Check return value of
2835         _bfd_new_bfd.
2837 2002-05-03  H.J. Lu  (hjl@gnu.org)
2839         * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
2840         (mips_elf_link_hash_newfunc): Initialize forced_local to false.
2841         (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
2842         to hide a global symbol.
2843         (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
2844         forced_local to true.
2846 2002-05-02  Richard Henderson  <rth@redhat.com>
2848         * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
2849         vs SHN_UNDEF to zero.
2851 2002-05-02  Alan Modra  <amodra@bigpond.net.au>
2853         * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
2854         16 bit reloc.
2855         <R_PPC64_SECTOFF_DS>: Likewise.
2856         (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
2857         SECTOFF reloc.
2858         * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
2859         (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
2860         SECTOFF reloc.
2862         * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
2863         (ppc64_elf_ha_reloc): New function.
2864         (ppc64_elf_brtaken_reloc): New function.
2865         (ppc64_elf_sectoff_reloc): New function.
2866         (ppc64_elf_sectoff_ha_reloc): New function.
2867         (ppc64_elf_toc_reloc): New function.
2868         (ppc64_elf_toc_ha_reloc): New function.
2869         (ppc64_elf_toc64_reloc): New function.
2870         (ppc64_elf_unhandled_reloc): New function.
2871         (ppc64_elf_howto_raw): Use the above.
2872         <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
2873         <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset.  Fix dst_mask.
2874         <R_PPC64_SECTOFF_DS>: Likewise.
2875         (IS_ABSOLUTE_RELOC): Update.
2876         (struct ppc_link_hash_table): Add have_undefweak.
2877         (ppc64_elf_link_hash_table_create): Init.
2878         (func_desc_adjust): Set have_undefweak.
2879         (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier.  Only
2880         add the .sfpr blr when have_undefweak.
2881         (ppc64_elf_setup_section_lists): Check hash table flavour.
2882         (ppc64_elf_next_input_section): Move output_section->owner test to
2883         ppc64elf.em.
2884         (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
2885         and relocatable test.  Return TOCstart and don't set elf_gp.
2886         (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
2887         offset calculation.  Add assert on weak sym branch tweaks.
2888         * elf64-ppc.h (ppc64_elf_set_toc): Delete.
2889         (ppc64_elf_toc): Declare.
2890         (ppc64_elf_next_input_section): Update.
2892 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2894         * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
2895         file_name.
2897 2002-05-01  Alan Modra  <amodra@bigpond.net.au>
2899         * elf64-ppc.c (CROR_151515, CROR_313131): Define.
2900         (ppc64_elf_relocate_section): Use them.  Don't look for plt calls
2901         on R_PPC64_ADDR24 relocs.  Require a nop or no link reg on plt
2902         call branches.  Correct undefined weak destination.
2903         (ppc64_elf_func_desc_adjust): Always create at least one blr in
2904         .sfpr, and correct case where either only savef* or restf* is
2905         needed.
2907         Long branch stubs, multiple stub sections.
2908         * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
2909         (ppc64_elf_next_input_section): Declare.
2910         * elf64-ppc.c: Move linker-only prototypes.
2911         (STUB_SUFFIX): Define.
2912         (enum ppc_stub_type): New.
2913         (struct ppc_stub_hash_entry): New.
2914         (struct ppc_branch_hash_entry): New.
2915         (struct ppc_link_hash_entry): Add stub_cache, oh.
2916         (struct ppc_link_hash_table): Add stub_hash_table etc.  Remove
2917         sstub.  Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
2918         Rename plt_overflow to stub_error.
2919         (ppc_stub_hash_lookup): Define.
2920         (ppc_branch_hash_lookup): Define.
2921         (stub_hash_newfunc): New function.
2922         (branch_hash_newfunc): New function.
2923         (link_hash_newfunc): Init new fields.
2924         (ppc64_elf_link_hash_table_create): Likewise.
2925         (ppc64_elf_link_hash_table_free): New function.
2926         (ppc_stub_name): New function.
2927         (ppc_get_stub_entry): New function.
2928         (ppc_add_stub): New function.
2929         (create_linkage_sections): Use bfd_make_section_anyway.  Create
2930         .branch_lt and .rela.branch_lt sections.  Don't create .stub.
2931         (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
2932         and set up for plt call stubs.  Link func and func desc syms.
2933         (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
2934         (func_desc_adjust): Avoid hash lookup when func desc sym available
2935         via shortcut, and set links when processing.
2936         (ppc64_elf_hide_symbol): Likewise.
2937         (allocate_dynrelocs): Don't allocate stub section here.
2938         (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
2939         Remove sstub code.
2940         (ppc_type_of_stub): New function.
2941         (build_one_stub): Delete.
2942         (ppc_build_one_stub): New function.
2943         (ppc_size_one_stub): New function.
2944         (ppc64_elf_setup_section_lists): New function.
2945         (ppc64_elf_next_input_section): New function.
2946         (group_sections): New function.
2947         (get_local_syms): New function.
2948         (ppc64_elf_size_stubs): Rewrite.
2949         (ppc64_elf_build_stubs): Rewrite.
2950         (ppc64_elf_relocate_section): Look up stub entry for REL24
2951         relocs.  Don't propagate REL14* to dynamic objects.  Look for long
2952         branch stubs if REL14* or REL24 relocs won't reach.
2953         (bfd_elf64_bfd_link_hash_table_free): Define.
2955 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
2957         * config.bfd: Add support for powerpc-*-windiss.
2959 2002-04-30  Tom Rix  <trix@redhat.com>
2961         * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
2962         symbol names into the hash table.
2964 2002-04-28  Tom Rix  <trix@redhat.com>
2966         * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
2967         calulating relocations.
2968         (xcoff_complain_overflow) : Function table for relocation errors.
2969         (xcoff_ppc_relocate_section): Use relocation and complain function
2970         tables.
2971         (xcoff_complain_overflow_unsigned_func): New complain function.
2972         (xcoff_complain_overflow_signed_func): Same.
2973         (xcoff_complain_overflow_bitfield_func): Same.
2974         (xcoff_complain_overflow_dont_func): Same.
2975         (xcoff_reloc_type_crel): New recot function.
2976         (xcoff_reloc_type_br): Same.
2977         (xcoff_reloc_type_ba): Same.
2978         (xcoff_reloc_type_toc): Same.
2979         (xcoff_reloc_type_rel): Same.
2980         (xcoff_reloc_type_neg): Same.
2981         (xcoff_reloc_type_pos): Same.
2982         (xcoff_reloc_type_fail): Same.
2983         (xcoff_reloc_type_noop): Same.
2984         * libxcoff.h : Declare common parts for xcoff64.
2985         * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
2986         and complain function tables.
2988 2002-04-28  Alan Modra  <amodra@bigpond.net.au>
2990         * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
2991         * elf32-hppa.c (elf32_hppa_final_link): Formatting.
2993 2002-04-26  Alan Modra  <amodra@bigpond.net.au>
2995         * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
2996         * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
2998         * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
2999         same as the output before calling elf_link_input_bfd.
3001         * coffcode.h (coff_compute_section_file_positions): Set
3002         section_tail after shuffling section list.
3004 2002-04-24  Christian Groessler <chris@groessler.org>
3006         * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
3007         addresses are 23bit with a special layout, not plain 32bit
3008         values.  Prevent relocation of immediate values.
3010 2002-04-24  Chris G. Demetriou  <cgd@broadcom.com>
3012         * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
3013         MIPS-16 ASE flags are set, print something to indicate that.
3015 2002-04-23  Alan Modra  <amodra@bigpond.net.au>
3017         * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
3018         under which a plt call stub is used.
3019         (final_link_relocate): Similarly.
3020         (allocate_plt_static): Clear h-plabel except when plt entry is
3021         exclusively used for a plabel.
3022         (allocate_dynrelocs): Use the above to simplify plt sizing.
3023         (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
3024         (elf32_hppa_link_hash_table_create): Init.
3025         (BL22_RP): Define.
3026         (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
3027         (elf32_hppa_check_relocs): Set has_22bit_branch.
3029         * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
3030         (final_link_relocate): Likewise.
3032 2002-04-22  Jakub Jelinek  <jakub@redhat.com>
3034         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
3035         search table if some FDE is DW_EH_PE_aligned encoded either.
3036         (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
3038 2002-04-22  Richard Smith  <richard@ex-parrot.com>
3039             Jakub Jelinek  <jakub@redhat.com>
3041         * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
3042         (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
3043         encoded personality.
3044         (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
3045         for CIE/FDE removal.
3047 2002-04-20  Tom Rix  <trix@redhat.com>
3049         * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
3051 2002-04-20  Alan Modra  <amodra@bigpond.net.au>
3053         * archures.c (bfd_lookup_arch): Move the list order comment..
3054         (struct bfd_arch_info): ..to where it belongs.
3055         * bfd-in2.h: Regenerate.
3057         * archures.c (bfd_lookup_arch): Add comment on list order.
3058         (bfd_default_set_arch_mach): Use bfd_lookup_arch.
3059         * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
3060         is always at head of list.
3062 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
3064         * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
3065         insert_thumb_branch, record_thumb_to_arm_glue): Suppress
3066         definition of these functions for ARM_WINCE builds as they are
3067         not used.
3068         (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
3069         for ARM_WINCE builds.
3071 2002-04-18  Nick Clifton  <nickc@cambridge.redhat.com>
3073         * coff-arm.c (bfd_arm_process_before_allocation):
3075 2002-04-17  J"orn Rennecke <joern.rennecke@superh.com>
3077         * cpu-sh.c (scan_mach): Delete.
3078         (arch_info_struct): Replace scan_mach with bfd_default_scan.
3079         (bfd_sh_arch): Likewise.
3081 2002-04-16  Nick Clifton  <nickc@cambridge.redhat.com>
3083         * ihex.c (ihex_write_object_contents): Fix check for records
3084         crossing 64K boundaries.
3086 2002-04-16  Alan Modra  <amodra@bigpond.net.au>
3088         * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
3089         type rather than just assuming entries are ELF.
3090         * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
3091         * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
3092         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
3093         * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
3094         rather than elf_link_hash_entry.
3096 2002-04-15  Richard Henderson  <rth@redhat.com>
3098         * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
3099         n32 binaries.
3101 2002-04-15  Michael Snyder  <msnyder@redhat.com>
3103         * opncls.c (bfd_close): Write contents if writeable.
3104         Minor formatting tidy-ups.
3106 2002-04-15  Alan Modra  <amodra@bigpond.net.au>
3108         * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
3110 2002-04-12  Michael Snyder  <msnyder@redhat.com>
3112         * bfd-in.h (bfd_get_section_lma): New access macro.
3113         Minor white-space fix-up.
3115 2002-04-12  Alan Modra  <amodra@bigpond.net.au>
3117         * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
3118         header pad.
3120 2002-04-09  DJ Delorie  <dj@redhat.com>
3122         * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
3124 2002-04-09  Casper S. Hornstrup <chorns@users.sourceforge.net>
3126         * coffcode.h (coff_read_word): New.
3127         (coff_compute_checksum): New.
3128         (coff_apply_checksum): New.
3129         (coff_write_object_contents): Call coff_apply_checksum () to
3130         apply checksum to PE image.
3132 2002-04-08  Randolph Chung  <tausq@debian.org>
3134         * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
3135         (elf32_hppa_final_link): Split out sorting logic to..
3136         * elf-hppa.h (elf_hppa_sort_unwind): ..here.
3137         (elf_hppa_final_link): Call elf_hppa_sort_unwind.
3139 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
3141         * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
3142         pattern.
3143         * configure: Re-generate.
3145 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
3147         * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
3148         is greater or equal to 4.3.3.
3149         * configure: Regenerate.
3150         Fix PR gdb/344.
3152 2002-04-05  Hans-Peter Nilsson  <hp@axis.com>
3154         * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
3155         R_CRIS_32_PCREL>: Fix typo in name.
3156         (cris_elf_check_relocs): Always create .rela.got here when
3157         R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
3158         (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
3159         assume it's created.
3161 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
3163         * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
3164         * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
3165         define.
3166         * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
3167         * bfd.c (bfd_link_hash_table_free): Define.
3168         * binary.c (binary_bfd_link_hash_table_free): Define.
3169         * bout.c (b_out_bfd_link_hash_table_free): Define.
3170         * coff-rs6000.c (rs6000coff_vec): Include
3171         _bfd_generic_link_hash_table_free.
3172         (pmac_xcoff_vec): Likewise.
3173         * coff64-rs6000.c (rs6000coff64_vec): Likewise.
3174         (aix5coff64_vec): Likewise.
3175         * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
3176         * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
3177         (bfd_elf32_bfd_link_hash_table_free): Define.
3178         * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
3179         (bfd_elf32_bfd_link_hash_table_free): Define.
3180         * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
3181         define.
3182         * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
3183         * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
3184         * ieee.c (ieee_bfd_link_hash_table_free): Define.
3185         * ihex.c (ihex_bfd_link_hash_table_free): Define.
3186         * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
3187         (_bfd_generic_link_hash_table_free): Add prototype.
3188         * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
3189         * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
3190         * linker.c (_bfd_generic_link_hash_table_free): New function.
3191         * mmo.c (mmo_bfd_link_hash_table_free): Define.
3192         * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
3193         * oasys.c (oasys_bfd_link_hash_table_free): Define.
3194         * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
3195         * som.c (som_bfd_link_hash_table_free): Define.
3196         * srec.c (srec_bfd_link_hash_table_free): Define.
3197         * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
3198         * versados.c (versados_bfd_link_hash_table_free): Define.
3199         * vms.c (vms_bfd_link_hash_table_free): New function.
3200         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
3202         * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
3203         instead of bfd_alloc.
3204         * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
3205         * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
3206         * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
3207         * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
3208         * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
3209         * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
3210         * elf.c (_bfd_elf_link_hash_table_create): Likewise.
3211         * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
3212         * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
3213         * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
3214         * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
3215         * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
3216         * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
3217         * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
3218         * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
3219         * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
3220         * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
3221         * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
3222         * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
3223         * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
3224         * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
3225         * linker.c (_bfd_generic_link_hash_table_create): Likewise.
3226         * m68klinux.c (linux_link_hash_table_create): Likewise.
3227         * sparclinux.c (linux_link_hash_table_create): Likewise.
3228         * sunos.c (sunos_link_hash_table_create): Likewise.
3229         * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
3231         * targets.c: Add _bfd_link_hash_table_free to xvec.
3233         * bfd-in2.h: Regenerate.
3234         * libbfd.h: Regenerate.
3235         * libcoff.h: Regenerate.
3237 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
3239         * dep-in.sed: Cope with absolute paths.
3240         * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
3241         Run "make dep-am".
3242         * Makefile.in: Regenerate.
3243         * coff-arm.c: Fix copyright date.
3244         * cpu-h8300.c: Likewise.
3245         * cpu-i370.c: Likewise.
3246         * cpu-s390.c: Likewise.
3247         * cpu-mips.c: Likewise.
3248         * po/SRC-POTFILES.in: Regenerate.
3250 2002-04-04  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3252         * Makefile.am: Add elfxx-mips.c to the known backends.
3253         (elf32-mips.lo): remove dependency to coff/external.h.
3254         * Makefile.in: Regenerate.
3255         * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
3256         Remove elf32-mips.lo from 64 bit vectors. Update dependencies
3257         accordingly.
3258         * configure: Regenerate.
3259         * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
3260         (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
3261         (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
3262         MIPS specific backend functions.
3263         * elf32-mips.c: Moved most code to elfxx-mips.c.
3264         (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
3265         static.
3266         (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
3267         (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
3268         (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
3269         (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
3270         interface to allow selection of the right REL or RELA howto table.
3271         (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
3272         static. Let it refuse n32 objects.
3273         (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
3274         (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
3275         (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
3276         (elf32_mips_ignore_discarded_relocs): Rename from
3277         _bfd_elf32_mips_ignore_discarded_relocs.
3278         (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
3279         (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
3280         (elf_mips_howto_table_rela): Remove.
3281         * elf64-mips.c: Moved most code to elfxx-mips.c.
3282         (bfd_elf64_bfd_reloc_type_lookup): Make static.
3283         (mips_elf64_rtype_to_howto): New function.
3284         (mips_elf64_object_p): Likewise.
3285         (elf64_mips_irix_compat): Likewise.
3286         * elfxx-mips.c: New file containing common code merged together from
3287         elf32-mips.c and elf64-mips.c.
3288         * elfxx-mips.h: New file containing MIPS specific prototypes from
3289         elf-bfd.h.
3290         * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
3291         elf_backend_mips_rtype_to_howto.
3293 2002-04-04  Alan Modra  <amodra@bigpond.net.au>
3295         * srec.c (MAXCHUNK, Chunk): Revise comments.
3296         (srec_write_record): Correct buffer size.
3297         (srec_write_header): Do without intermediate buffer.
3298         (srec_write_section): Validate Chunk.
3299         (srec_write_terminator): Pass NULL instead of dummy buffer.
3300         (srec_write_symbols): Pass file and symbol names directly to
3301         bfd_bwrite so sprintf won't overflow buffer.
3303 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
3305         * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
3306         PC relative relocs against hidden symbols.
3307         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3309 2002-04-03  Alan Modra  <amodra@bigpond.net.au>
3311         * elf.c (_bfd_elf_make_section_from_shdr): When setting section
3312         LMAs, loop over segments until p_vaddr and p_memsz specify an
3313         extent enclosing the section.
3315 2002-04-02  Nick Clifton  <nickc@cambridge.redhat.com>
3317         * ihex.c (ihex_write_object_contents): Do not allow records to
3318         cross a 64K boundary - wrap if necessary.
3320 2002-04-01  Nathan Williams  <nathanw@wasabisystems.com>
3322         * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
3323         which caused the returned LWP ID to always be 0.
3325 2002-04-01  Richard Henderson  <rth@redhat.com>
3327         * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
3328         (elf32_sparc_relocate_section): Use it to figure out when to
3329         initialize .got entries.
3330         * elf64-sparc.c: Similarly.
3332 2002-03-28  Alan Modra  <amodra@bigpond.net.au>
3334         * linker.c (link_action): Ignore duplicate warning syms.
3335         (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
3336         * elflink.h (elf_adjust_dynstr_offsets): Likewise.
3337         (elf_adjust_dynamic_symbol): Likewise.
3338         (elf_export_symbol): Likewise.
3339         (elf_link_find_version_dependencies): Likewise.
3340         (elf_link_assign_sym_version): Likewise.
3341         (elf_link_sec_merge_syms): Likewise.
3342         (elf_link_output_extsym): Likewise.
3343         (elf_gc_sweep_symbol): Likewise.
3344         (elf_gc_propagate_vtable_entries_used): Likewise.
3345         (elf_gc_smash_unused_vtentry_relocs): Likewise.
3346         (elf_gc_allocate_got_offsets): Likewise.
3347         (elf_collect_hash_codes): Likewise.
3348         * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
3349         * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
3350         (elf_hppa_remark_useless_dynamic_symbols): Likewise.
3351         * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
3352         * elf32-arm.h (elf32_arm_discard_copies): Likewise.
3353         * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
3354         (elf_cris_discard_excess_dso_dynamics): Likewise.
3355         * elf32-hppa.c (clobber_millicode_symbols): Likewise.
3356         (mark_PIC_calls): Likewise.
3357         (allocate_plt_static): Likewise.
3358         (allocate_dynrelocs): Likewise.
3359         (readonly_dynrelocs): Likewise.
3360         * elf32-i386.c (allocate_dynrelocs): Likewise.
3361         (readonly_dynrelocs): Likewise.
3362         * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
3363         * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
3364         * elf32-mips.c (mips_elf_output_extsym): Likewise.
3365         (mips_elf_sort_hash_table_f): Likewise.
3366         (mips_elf_check_mips16_stubs): Likewise.
3367         * elf32-s390.c (allocate_dynrelocs): Likewise.
3368         (readonly_dynrelocs): Likewise.
3369         * elf32-sh.c (sh_elf_discard_copies): Likewise.
3370         * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
3371         (xstormy16_relax_plt_realloc): Likewise.
3372         * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
3373         (elf64_alpha_output_extsym): Likewise.
3374         * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
3375         * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
3376         (mips_elf64_check_mips16_stubs): Likewise.
3377         (mips_elf64_output_extsym): Likewise.
3378         * elf64-ppc.c (func_desc_adjust): Likewise.
3379         (allocate_dynrelocs): Likewise.
3380         (readonly_dynrelocs): Likewise.
3381         * elf64-s390.c (allocate_dynrelocs): Likewise.
3382         (readonly_dynrelocs): Likewise.
3383         * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
3384         * elf64-x86-64.c (allocate_dynrelocs): Likewise.
3385         (readonly_dynrelocs): Likewise.
3386         * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
3387         * aoutx.h (aout_link_write_other_symbol): Likewise.
3388         * cofflink.c (_bfd_coff_write_task_globals): Likewise.
3389         (_bfd_coff_write_global_sym): Likewise.
3390         * i386linux.c (linux_tally_symbols): Likewise.
3391         * m68klinux.c (linux_tally_symbols): Likewise.
3392         * sparclinux.c (linux_tally_symbols): Likewise.
3393         * pdp11.c (aout_link_write_other_symbol): Likewise.
3394         * sunos.c (sunos_scan_dynamic_symbol): Likewise.
3395         * xcofflink.c (xcoff_build_ldsyms): Likewise.
3396         (xcoff_write_global_symbol): Likewise.
3398         * cofflink.c (_bfd_coff_final_link): Formatting.
3399         * cpu-mips.c (mips_compatible): Make static, prototype.
3400         * elf32-i386.c (elf_i386_check_relocs): Formatting.
3401         * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
3402         * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
3403         * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
3404         (mips_elf64_final_link): Likewise.
3405         * elflink.h (elf_link_find_version_dependencies): Remove duplicate
3406         prototype.
3408 2002-03-27  Nick Clifton  <nickc@cambridge.redhat.com>
3410         * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
3411         (SWAP_OUT_RELOC_OFFSET): Define.
3413 2002-03-27  Gregory Steuck <greg@nest.cx>
3415         * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
3416         terminating NULL if empty symbol table.
3417         (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
3419 2002-03-26  H.J. Lu  (hjl@gnu.org)
3421         * elflink.h (elf_link_input_bfd): Revert the last change since
3422         the gcc exception handling isn't fixed yet.
3424 2002-03-26  H.J. Lu  (hjl@gnu.org)
3426         * elflink.h (elf_link_input_bfd): Complain about relocations
3427         against local symbols in discarded sections.
3429 2002-03-26  Alan Modra  <amodra@bigpond.net.au>
3431         * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
3433 2002-03-23  Alan Modra  <amodra@bigpond.net.au>
3435         * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
3436         section file offset for !SEC_LOAD sections.
3438 2002-03-21  Richard Earnshaw  <rearnsha@arm.com>
3440         * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
3441         <case R_ARM_GOT>): Handle relocations to Thumb functions.
3443 2002-03-21  Alan Modra  <amodra@bigpond.net.au>
3445         * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
3446         Whitespace changes.
3447         * archive.c: Update copyright date.
3448         * bfd-in2.h: Regenerate.
3449         * libbfd.h: Regenerate.
3450         * Makefile.am: Run "make dep-am"
3451         * Makefile.in: Regenerate.
3452         * po/SRC-POTFILES.in: Regenerate.
3454 2002-03-20  Daniel Jacobowitz  <drow@mvista.com>
3456         * dwarf2.c (struct funcinfo): Move up.
3457         (lookup_address_in_function_table): New argument function_ptr.
3458         Set it.
3459         (lookup_address_in_line_table): New argument function.  If function
3460         is non-NULL, use it to handle ``addr'' before the first line note of
3461         the function.
3462         (comp_unit_find_nearest_line): Update and swap calls to
3463         lookup_address_in_function_table and lookup_address_in_line_table.
3464         * syms.c (_bfd_stab_section_find_nearest_line): Use the first
3465         N_SLINE encountered if we see an N_FUN before any N_SLINE.
3467 2002-03-20  Tom Rix  <trix@redhat.com>
3469         * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
3470         _bfd_xcoff_generic_stat_arch_elt.  Fix format check.
3471         * coff64-rs6000.c :  Use _bfd_xcoff_stat_arch_elt.
3473 2002-03-19  Tom Rix  <trix@redhat.com>
3475         * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
3476         dynamic objects in archives.
3478 2002-03-19  Hans-Peter Nilsson  <hp@bitrange.com>
3480         * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
3481         STT_NOTYPE symbols to STT_OBJECT.
3483 2002-03-18  Jan Hubicka  <jh@suse.cz>
3485         * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
3487 2002-03-18  Tom Rix  <trix@redhat.com>
3489         * aix5ppc.core.c : New file for AIX 5 64 bit core support.
3490         * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
3491         * coff-rs6000 (do_pad) : New function for archive padding.
3492         (do_copy) : New function for object file copying in archives.
3493         (do_shared_object_padding) : New function for padding shared
3494         objects to their text section alignment in archives.
3495         (bfd_xcoff_ar_achive_set_magic) : Stub.
3496         (xcoff_write_armap_big) : Use do_copy and do_pad.
3497         (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
3498         do_copy and do_pad.
3499         * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
3500         bfd_xcoff_magic_number.
3501         (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
3502         fop.
3503         (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
3504         (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
3505         (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
3506         * rs6000-core.c : Update copyright date.
3507         * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
3508         csectpp.
3509         * coffcode.h (coff_new_section_hook) : Use new accessor macros.
3510         (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
3511         (coff_set_flags) : Use bfd_xcoff_magic_number.
3512         * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
3513         * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
3514         * Makefile.am : Same.
3515         * config.bfd : Same.
3516         * targets.c : Same.
3517         * configure : Regnerate.
3518         * Makefile.in : Same.
3519         * bfd-in2.h : Same.
3521 2002-03-18  Nick Clifton  <nickc@cambridge.redhat.com>
3523         * po/fr.po: Updated version.
3525 2002-03-18  Alan Modra  <amodra@bigpond.net.au>
3527         * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
3528         * libbfd.h: Regenerate.
3529         * archive.c (coff_write_armap): Pass on failures from
3530         bfd_write_bigendian_4byte_int.
3532 2002-03-14  H.J. Lu <hjl@gnu.org>
3534         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
3535         error to bfd_error_nonrepresentable_section for reinit_array
3536         section in DSO.
3538 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
3540         * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
3541         OR it in rather than replacing previously selected flags.
3543         * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
3544         (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
3546 2002-03-14  Alan Modra  <amodra@bigpond.net.au>
3548         * cpu-mips.c (mips_compatible): New.  Don't check bits_per_word.
3549         (N): Use the above.
3550         * elflink.h (elf_bfd_final_link): Revert last change.  Instead,
3551         ensure reloc size matches before calling elf_link_input_bfd.
3552         Add an assert to check reloc size when counting output relocs.
3554 2002-03-14  Nick Clifton  <nickc@cambridge.redhat.com>
3556         * mmo.c (mmo_get_loc): Return NULL rather than false.
3558 2002-03-13  Nick Clifton  <nickc@cambridge.redhat.com>
3560         * po/fr.po: Updated version.
3562 2002-03-13  Alan Modra  <amodra@bigpond.net.au>
3564         * archures.c (bfd_default_compatible): Test bits_per_word.
3565         * cpu-i386.c (i386_compatible): Remove.  Replace occurrences with
3566         bfd_default_compatible.
3567         * cpu-i370.c (i370_compatible): Likewise.
3568         * cpu-sparc.c (sparc_compatible): Likewise.
3569         * cpu-h8300.c (compatible): Test in->arch == out->arch.
3571         * elflink.h: Formatting fixes.
3572         (elf_link_output_extsym): Merge undefined and undef weak cases.
3574         * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
3575         when word size of input matches output word size.
3577 2002-03-12  Andreas Jaeger  <aj@suse.de>
3579         * cpu-i386.c (i386_compatible): New.  Use it instead of
3580         bfd_default_compatible.
3582 2002-03-07  H.J. Lu  (hjl@gnu.org)
3584         * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
3585         as the type for bfd_reloc_val.
3587 2002-03-05  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3589         * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
3590         (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
3591         (elf_hppa_final_link_relocate): Correct relocations for indirect
3592         references to local data through the DLT.  Fix .opd creation for
3593         local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
3594         relocations.  Use e_lsel selector for R_PARISC_DLTIND21L,
3595         R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
3596         "Processor-Specific ELF for PA_RISC, Version 1.43" document.
3597         Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
3598         * elf32-hppa.c (final_link_relocate): Revise relocation selectors
3599         as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
3601 2002-03-05  Jakub Jelinek  <jakub@redhat.com>
3603         * merge.c (_bfd_merge_sections): Don't segfault if there
3604         is nothing to merge due to GC.
3606 2002-03-05  Alan Modra  <amodra@bigpond.net.au>
3608         * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
3609         symbols that have been forced local.
3611         * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
3612         to output forced local syms for non-shared link.
3613         (elf_link_output_extsym): Tweak condition for calling backend
3614         adjust_dynamic_symbol so that previous behaviour is kept.
3615         Whitespace changes throughout file.
3617 2002-03-04  H.J. Lu <hjl@gnu.org>
3619         * elf.c (bfd_section_from_shdr): Handle special sections,
3620         .init_array, .fini_array and .preinit_array.
3621         (elf_fake_sections): Likewise.
3623         * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
3624         DT entry only if the section is in output for .init_array,
3625         .fini_array and .preinit_array. Complain about .preinit_array
3626         section in DSO.
3627         (elf_bfd_final_link): Warn zero size for .init_array,
3628         .fini_array and .preinit_array sections.
3630         * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
3631         SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
3632         (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
3633         .preinit_array.
3635 2002-03-04  Alan Modra  <amodra@bigpond.net.au>
3637         * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
3638         * configure: Regenerate.
3640 2002-03-02  Tom Rix  <trix@redhat.com>
3642         * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
3643         symbolic equiv.
3644         * coff-rs6000.c (xcoff_howto_table): Same.
3646 2002-03-01  David Mosberger  <davidm@hpl.hp.com>
3648         * elflink.h (size_dynamic_sections): If section named
3649         ".preinit_array" exists, create DT_PREINIT_ARRAY and
3650         DT_PREINIT_ARRAYSZ entries in dynamic table.  Analogously for
3651         ".init_array" and ".fini_array".
3652         (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
3653         DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
3654         DT_FINI_ARRAY.
3656 2002-02-26  Andrew Macleod  <amacleod@cygnus.com>
3658         * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
3659         dynsyms.
3661 2002-02-25  Alan Modra  <amodra@bigpond.net.au>
3663         * elf64-hppa.h: Update copyright date.
3665         * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
3666         (ppc64_elf_relocate_section): Don't generate power4 style branch
3667         hints for *_BRTAKEN and *_BRNTAKEN relocs.
3669 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
3671         * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
3672         last patch.
3673         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3675 2002-02-21  Andreas Jaeger  <aj@suse.de>
3677         * elf64-x86-64.c: Major rework that introduces all recent changes
3678         to the x86-64 backend.  Get a closer match to elf32-i386.
3679         (struct elf64_x86_64_dyn_relocs): Rename from
3680         elf64_x86_64_pcrel_relocs_copied, add additional fields.  Change
3681         all users.
3682         (struct elf64_x86_64_link_hash_table): Add short cuts to some
3683         sections.
3684         (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
3685         remove casts, initialize new hash members.
3686         (create_got_section): New.
3687         (elf64_x86_64_create_dynamic_sections): New.
3688         (elf64_x86_64_copy_indirect_symbol): New.
3689         (elf64_x86_64_check_relocs): Don't allocate space for dynamic
3690         relocs, .got or .relgot here but do it in allocate_dynrelocs.
3691         Reference count possible .plt and .got entries.  Don't test input
3692         section SEC_READONLY here to try to avoid copy relocs, and keep
3693         dyn_relocs regardless of ELF_LINK_NON_GOT_REF.  Don't set
3694         DF_TEXTREL here.  Delay setting of variables until needed.  Cache
3695         pointer to "sreloc" section in elf_section_data. Tweak condition
3696         under which .got created.  Report files with bad relocation
3697         section names.
3698         (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
3699         Reference count possible .plt entries.  Don't deallocate .got and
3700         .relgot space here.
3701         (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc.  Don't
3702         do copy reloc processing for weakdefs.  Remove redundant casts and
3703         aborts.  Delay setting of vars until needed.  Move creation of
3704         dynamic symbols and allocation of .plt and .rela.plt to
3705         allocate_dynrelocs.  Replace BFD_ASSERT with abort.
3706         (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
3707         (allocate_dynrelocs): New.
3708         (readonly_dynrelocs): New.
3709         (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
3710         Allocate space for dyn relocs.  Replace BFD_ASSERT with abort.
3711         Zero out the dynamic allocated content space.
3712         (elf64_x86_64_discard_copies): Removed.
3713         (elf64_x86_64_relocate_section): Make use of dynamic section
3714         short-cuts.  Localise vars, and delay setting.  Better error
3715         reporting, replace BFD_ASSERT with abort.  Check
3716         ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
3717         regular object file and tread the weak definition as the normal
3718         one.  Don't discard relocs for undefweak or undefined symbols and
3719         check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
3720         relocs.
3721         (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
3722         symbols that have been forced local.  Use same test to decide if
3723         we can use a relative reloc for got as relocate_section.  Expand
3724         SHN_UNDEF comment.  Move expressions out of function calls.
3725         Replace BFD_ASSERT with abort.
3726         (bfd_elf64_bfd_final_link): Removed.
3727         (elf_backend_copy_indirect_symbol): Define.
3729 2002-02-20  Tom Rix  <trix@redhat.com>
3731         * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
3732         (_bfd_xcoff_reloc_type_lookup): Use it.
3733         * coff64-rs6000.c (xcoff64_howto_table): Same.
3734         (xcoff64_reloc_type_lookup): Same.
3736 2002-02-20  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
3738         * osf-core.c (osf_core_vec):  OSF/1 (Digital Unix) core files are
3739         little endian.
3741 2002-02-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3743         * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
3744         (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
3745         * bfd-in2.h: Regenerate.
3746         * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
3747         Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
3748         with "s390:64-bit".
3749         * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
3750         (elf_s390_reloc_type_lookup): Likewise.
3751         (elf_s390_check_relocs): Likewise.
3752         (elf_s390_gc_sweep_hook): Likewise.
3753         (elf_s390_relocate_section): Likewise.
3754         (elf_s390_object_p): Use renamed architecture define.
3755         * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
3757 2002-02-19  Frank Ch. Eigler  <fche@redhat.com>
3759         * syms.c (stt[]): Sorted.  Added .init/.fini -> "t" mapping.
3761 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
3763         * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
3764         absptr -> pcrel optimization for shared libs.
3765         Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
3766         library cannot be converted to pcrel.
3767         (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
3768         relative.
3769         * elf32-i386.c (elf_i386_relocate_section): If
3770         _bfd_elf_section_offset returned -2, skip, but make sure the
3771         relocation is installed.
3772         * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
3773         * elf32-cris.c (cris_elf_relocate_section): Likewise.
3774         * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3775         * elf32-i370.c (i370_elf_relocate_section): Likewise.
3776         * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3777         * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3778         * elf32-s390.c (elf_s390_relocate_section): Likewise.
3779         * elf32-sh.c (sh_elf_relocate_section): Likewise.
3780         * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3781         * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3782         * elf64-s390.c (elf_s390_relocate_section): Likewise.
3783         * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
3784         * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3785         * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3786         * elf64-alpha.c (elf64_alpha_relocate_section): Handle
3787         _bfd_elf_section_offset returning -2 the same way as -1.
3788         * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
3789         * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
3790         and BFD_ASSERT.
3791         * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
3793 2002-02-18  Tom Rix  <trix@redhat.com>
3795         * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
3796         (bfd_xcoff_size_dynamic_sections): Same.
3797         * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
3798         (bfd_xcoff_size_dynamic_sections): Same.
3799         * coff-rs6000.c (xcoff_generate_rtinit): Same.
3800         * coff-rs646000.c (xcoff64_generate_rtinit): Same.
3801         * libxcoff.h (struct xcoff_backend_data_rec): Same.
3802         * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
3803         * bfd-in2.h: Regenerate.
3805 2002-02-18  Alan Modra  <amodra@bigpond.net.au>
3807         * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
3808         (struct ppc_link_hash_table): Add sfpr.
3809         (ppc64_elf_link_hash_table_create): Init it.
3810         (ppc64_elf_create_dynamic_sections): Split creation of .stub and
3811         .glink out to..
3812         (create_linkage_sections): ..here.  Make .sfpr too.
3813         (ppc64_elf_check_relocs): Call create_linkage_sections, and set
3814         dynobj early.
3815         (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
3816         (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
3817         ._restf* functions, and create as needed.
3818         (func_desc_adjust): Only force_local for shared libs.
3820 2002-02-18  David O'Brien  <obrien@FreeBSD.org>
3822         * configure.in: Bump version number post 2.12 branching.
3823         * configure: Regenerate.
3825 2002-02-17  Hans-Peter Nilsson  <hp@bitrange.com>
3827         * mmo.c: Correct and improve comments.
3828         (mmo_write_chunk): Store trailing byte in bfd buffer; don't
3829         zero-pad.  Use input to fill up non-empty bfd buffer.
3830         (mmo_flush_chunk): New function.
3831         (mmo_write_loc_chunk): Add parameter last_vmap, all callers
3832         changed.  Don't emit location specifier if VMA is same as
3833         *LAST_VMAP after omitting leading zero contents.  Call
3834         mmo_flush_chunk before emitting location specifier.
3835         (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
3836         with mmo_write_loc_chunk calls.
3837         (mmo_internal_write_section): Call mmo_flush_chunk after
3838         mmo_write_chunk.
3839         (mmo_write_symbols_and_terminator): Move :Main to first position
3840         in symbol array.  Add faked one if it does not exist if there are
3841         other symbols.  Don't add it if there are no symbols at all.  Move
3842         out test for value of :Main from symbol loop.  Rename table
3843         fakemain to maintable and variable mainsym to fakemain.
3845 2002-02-15  Richard Henderson  <rth@redhat.com>
3847         * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
3848         section with no got matches any got.  Simplify error generaion.
3850 2002-02-15  Alan Modra  <amodra@bigpond.net.au>
3852         Support arbitrary length fill patterns.
3853         * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
3854         (_bfd_default_link_order): Remove bfd_fill_link_order code.
3855         Call default_data_link_order.
3856         (default_fill_link_order): Delete.
3857         (default_data_link_order): New function.
3858         * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
3859         of bfd_fill_link_order with bfd_data_link_order.
3860         * elf64-alpha.c (elf64_alpha_final_link): Likewise.
3861         * elf64-mips.c (mips_elf64_final_link): Likewise.
3863         * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
3864         Correct value returned in "end" for "0x<non-hex>".
3866 2002-02-14  Nick Clifton  <nickc@cambridge.redhat.com>
3868         * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
3869         (scan): Test against 'mach' field in info structure.
3871 2002-02-14  Alan Modra  <amodra@bigpond.net.au>
3873         * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
3875 2002-02-14  Matt Fredette  <fredette@netbsd.org>
3877         * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
3878         EF_M68000.
3880 2002-02-13  Nick Clifton  <nickc@cambridge.redhat.com>
3882         * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
3883         non-zero physical addresses when adjusting the LMAs of new
3884         sections.
3886 2002-02-12  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3888         * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
3889         from _bfd_elf_hppa_gen_reloc_type.
3890         (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
3891         * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
3892         * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
3893         * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
3895 2002-02-12  Alexandre Oliva  <aoliva@redhat.com>
3897         * elf-m10300.c (mn10300_elf_relax_section): Skip section before
3898         loading its contents if there's nothing to do in it.
3900 2002-02-12  Alan Modra  <amodra@bigpond.net.au>
3902         * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
3903         64k boundary.
3905         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
3906         DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
3907         (ppc64_elf_finish_dynamic_sections): Set values for them.
3909 2002-02-11  Michael Snyder  <msnyder@redhat.com>
3911         * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
3912         * elf.c (elfcore_grok_pstatus): Add prototype.
3913         (elfcore_grok_lwpstatus): Add prototype.
3914         (elfcore_write_lwpstatus): New function.
3915         (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
3917 2002-02-11  Alexandre Oliva  <aoliva@redhat.com>
3919         * elf32-sh.c: Added missing prototypes.
3920         * elf32-sh64.c: Likewise.
3921         (sh_elf_align_loads): Mark unused args as such.
3922         * elf64-sh64.c: Added missing prototypes.
3923         (struct elf_sh64_link_hash_entry): Fix typo.
3924         (sh_elf64_relocate_section): Fix info argument passed to
3925         _bfd_elf_section_offset.
3927 2002-02-11  Alan Modra  <amodra@bigpond.net.au>
3929         * Makefile.am: "make dep-am".
3930         * Makefile.in: Regenerate.
3931         * aclocal.m4: Regenerate.
3932         * config.in: Regenerate.
3933         * configure: Regenerate.
3935 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
3937         * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
3938         variable warnings.
3939         * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
3940         comparison warning.
3941         * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
3942         cast warnings for the common case.
3944 2002-02-10  Hans-Peter Nilsson  <hp@bitrange.com>
3946         * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
3947         vectors.
3948         (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
3949         vectors.
3951 2002-02-09  Richard Henderson  <rth@redhat.com>
3953         * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
3954         (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
3955         (elf64_alpha_relocate_section): Likewise.
3956         * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
3957         * bfd-in2.h, libbfd.h: Rebuild.
3959 2002-02-09  Hans-Peter Nilsson  <hp@bitrange.com>
3961         * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
3962         that base-plus-offset reloc accounting is consistent.
3963         (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
3964         up to date for undefined symbols.
3966 2002-02-08  Eric Christopher  <echristo@redhat.com>
3968         From Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3970         * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
3971         sections for the O32 ABI.
3973 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
3975         * elf32-arm.h: Fix formatting of _("...").
3976         * elf32-d10v.c: Likewise.
3977         * elf32-m68k.c: Likewise.
3978         * elf32-mips.c: Likewise.
3980 2002-02-08  Ivan Guzvinec <ivang@opencores.org>
3982         * coff-or32.c: Fix compile time warning messages.
3984 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
3986         Contribute sh64-elf.
3987         2002-01-23  Alexandre Oliva  <aoliva@redhat.com>
3988         * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
3989         R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
3990         R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
3991         R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
3992         R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
3993         R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
3994         R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
3995         R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
3996         R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
3997         New relocs.
3998         * libbfd.h, bfd-in2.h: Rebuilt.
3999         * elf32-sh.c (sh_elf_howto_table): Define new relocs.
4000         (sh_reloc_map): Map them.
4001         (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
4002         elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
4003         elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
4004         elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
4005         elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
4006         elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
4007         movi_shori_putval) [INCLUDE_SHMEDIA]: New.
4008         (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
4009         datalabel_got_offset.
4010         (sh_elf_link_hash_newfunc): Initialize it.
4011         (sh_elf_relocate_section): Augment the scope of
4012         seen_stt_datalabel.  Introduce GOTPLT support.  Extend GOTPC, PLT,
4013         GOT and GOTOFF handling to new SHmedia relocation types.  Support
4014         GOT_BIAS.
4015         (sh_elf_check_relocs): Likewise.
4016         (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
4017         PLT entries using movi_shori_putval.  Support GOT_BIAS.
4018         (sh_elf_finish_dynamic_sections): Likewise.
4019         * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
4020         relocation, it's now done by the caller.
4021         (GOT_BIAS): New.
4022         * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
4023         elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
4024         elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
4025         elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
4026         elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
4027         elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
4028         sh64_elf64_hash_table): New.
4029         (sh_elf64_howto_table): Introduce new relocs.
4030         (sh_elf64_info_to_howto): Accept new PIC relocs.
4031         (sh_elf64_relocate_section): Augment the scope of
4032         seen_stt_datalabel.  Support new PIC relocs.
4033         (sh_elf64_check_relocs): Support new PIC relocs.
4034         (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
4035         elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
4036         elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
4037         elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
4038         sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
4039         movi_shori_putval, movi_3shori_putval,
4040         sh64_elf64_create_dynamic_sections,
4041         sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
4042         sh64_elf64_size_dynamic_sections,
4043         sh64_elf64_finish_dynamic_symbol,
4044         sh64_elf64_finish_dynamic_sections): New.
4045         (elf_backend_create_dynamic-sections,
4046         bfd_elf64_bfd_link_hash_table_create,
4047         elf_backend_adjust_dynamic_symbol,
4048         elf_backend_size_dynamic_sections,
4049         elf_backend_finish_dynamic_symbol,
4050         elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
4051         elf_backend_plt_readonly, elf_backend_want_plt_sym,
4052         elf_backend_got_header_size, elf_backend_plt_header_size):
4053         Define.
4054         2001-05-16  Alexandre Oliva  <aoliva@redhat.com>
4055         * elf32-sh.c: Renumbered and renamed some SH5 relocations to
4056         match official numbers and names; moved unmaching ones to the
4057         range 0xf2-0xff.
4058         * elf32-sh64.c, elf64-sh64.c: Likewise.
4059         2001-03-12  DJ Delorie  <dj@redhat.com>
4060         * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
4061         sections.
4062         2001-03-12  DJ Delorie  <dj@redhat.com>
4063         * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
4064         be aligned.
4065         * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
4066         2001-01-14  Hans-Peter Nilsson  <hpn@cygnus.com>
4067         * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
4068         (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
4069         .cranges section with SEC_SORT_ENTRIES set.
4070         (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
4071         incoming sorted .cranges section.
4072         (sh64_bfd_elf_copy_private_section_data): New.
4073         (sh64_elf_final_write_processing): Only sort .cranges and modify
4074         start address if called by linker.
4075         2001-01-08  Ben Elliston  <bje@redhat.com>
4076         * elf32-sh64.c (sh64_elf_final_write_processing): Activate
4077         Hans-Peter Nilsson's set bit 0 patch from       2001-01-06.
4078         * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
4079         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
4080         * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
4081         line.  Add comments before all entries.
4082         <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
4083         comment.
4084         (sh_elf64_reloc): Correct head comment.
4085         (sh_elf64_relocate_section): Correct spacing.
4086         <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
4087         instead call reloc_dangerous callback.
4088         <case R_SH_SHMEDIA_CODE>: New case.
4089         (sh_elf64_gc_mark_hook): Correct spacing.
4090         (sh_elf64_check_relocs): Ditto.
4091         * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
4092         New case.
4093         * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
4094         functions.
4095         (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
4096         clarify describing comment.  Add comments before all entries.
4097         (sh_elf_relocate_section) <relocating for a local symbol>: Do not
4098         honour STO_SH5_ISA32; instead call reloc_dangerous callback.
4099         2001-01-06  Hans-Peter Nilsson  <hpn@cygnus.com>
4100         Sort .cranges section in final link.  Prepare to set bit 0 on
4101         entry address.
4102         * elf32-sh64.c (struct sh64_find_section_vma_data): New.
4103         (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
4104         (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
4105         .cranges section.
4106         (sh64_backend_section_from_shdr): New, to recognize
4107         SHT_SH5_CR_SORTED on incoming .cranges section.
4108         (elf_backend_section_from_shdr): Define.
4109         (sh64_elf_final_write_processing): Sort outgoing .cranges
4110         section.  (New, temporarily disabled:) Set bit 0 on entry address
4111         according to ISA type.
4112         (sh64_find_section_for_address): New.
4113         (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
4114         crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
4115         (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c.  Use
4116         bfd_malloc, not xmalloc.
4117         (sh64_get_contents_type): Move here from opcodes/sh64-dis.c.  Make
4118         global.
4119         * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
4120         temporarily disabled) setting bit 0 on entry address.
4121         (elf_backend_final_write_processing): Define.
4122         2001-01-05  Hans-Peter Nilsson  <hpn@cygnus.com>
4123         * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
4124         be a proper relocation for PTA and PTB rather than a marker.
4125         <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
4126         R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
4127         R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
4128         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
4129         R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
4130         Zero src_mask.
4131         * elf64-sh64.c: Ditto.
4132         (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
4133         * elf32-sh64.c: Include opcodes/sh64-opc.h
4134         (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
4135         argument.  Drop const qualifiers from "bfd *" and "bfd_byte *"
4136         parameters.  No unused parameters.  Caller changed.
4137         <case R_SH_PT_16>: New case.
4138         * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
4139         * Makefile.in: Regenerate.
4140         2000-12-30  Hans-Peter Nilsson  <hpn@cygnus.com>
4141         * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
4142         all code sections.
4143         (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
4144         (sh64_elf_merge_private_data): Ditto.
4145         * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
4146         to access stored section flags.
4147         (sh64_elf_final_write_processing): Return immediately unless
4148         called by linker.  Use sh64_elf_section_data (cranges) to get size
4149         of linker-generated cranges entries.
4150         (sh64_elf_copy_private_data): Add missing "return true".
4151         (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
4152         (sh_elf64_merge_private_data): Ditto.
4153         2000-12-19  Hans-Peter Nilsson  <hpn@cygnus.com>
4154         * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
4155         elf64-sh64.c:sh64_elf_fake_sections.
4156         (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
4157         2000-12-18  Hans-Peter Nilsson  <hpn@cygnus.com>
4158         * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
4159         (sh64_elf_final_write_processing): New.
4160         (elf_backend_final_write_processing): Define.
4161         (sh64_elf_fake_sections): Get header flags from tdata field.
4162         (sh64_elf_copy_private_data): Do not call
4163         sh64_elf_copy_private_data_internal, just copy e_flags field.
4164         (sh64_elf_merge_private_data): Do not call
4165         sh64_elf_copy_private_data_internal.
4166         2000-12-12  Hans-Peter Nilsson  <hpn@cygnus.com>
4167         Remove EF_SH64_ABI64, let ELF size make difference.
4168         Remove SH64-specific BFD section flag.
4169         * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
4170         containing SHmedia through elf_section_data (asect)->tdata
4171         non-zero, not using a BFD section flag.
4172         (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
4173         (sh64_elf_merge_private_data): Similar.
4174         (elf_backend_section_flags): Don't define.
4175         (sh64_elf_backend_section_flags): Delete.
4176         * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
4177         not EF_SH64_ABI64.
4178         (sh_elf64_merge_private_data): Similar.
4179         * section.c (Section flags definitions): Don't define
4180         SEC_SH_ISA_SHMEDIA.
4181         (bfd-in2.h): Regenerate.
4182         2000-12-09  Hans-Peter Nilsson  <hpn@cygnus.com>
4183         Make DataLabel references work with partial linking.
4184         * elf32-sh64.c: Fix formatting.
4185         (sh64_elf_link_output_symbol_hook): New.
4186         (elf_backend_link_output_symbol_hook): Define to
4187         sh64_elf_link_output_symbol_hook.
4188         (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
4189         undefined if partial linking.  Adjust sanity check.
4190         * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
4191         (elf_backend_link_output_symbol_hook): Define to
4192         sh64_elf64_link_output_symbol_hook.
4193         (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
4194         undefined if partial linking.  Adjust sanity check.
4195         2000-12-07  Hans-Peter Nilsson  <hpn@cygnus.com>
4196         Implement semantics for inter-file DataLabel references.
4197         * elf64-sh64.c (DATALABEL_SUFFIX): Define.
4198         (sh64_elf64_add_symbol_hook): New.
4199         (sh_elf64_relocate_section): If passing an indirect symbol with
4200         st_type STT_DATALABEL on the way to a symbol with st_other
4201         STO_SH5_ISA32, do not bitor 1 to the relocation.
4202         (elf_backend_add_symbol_hook): Define to
4203         sh64_elf64_add_symbol_hook.
4204         * elf64-sh32.c: Tweak comments.
4205         (DATALABEL_SUFFIX): Define.
4206         (sh64_elf_add_symbol_hook): New.
4207         (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
4208         * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
4209         symbol with st_type STT_DATALABEL on the way to a symbol with
4210         st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
4211         2000-12-05  Hans-Peter Nilsson  <hpn@cygnus.com>
4212         Pass through STT_DATALABEL.
4213         * elf32-sh64.c (sh64_elf_get_symbol_type): New.
4214         (elf_backend_get_symbol_type): Define.
4215         * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
4216         (elf_backend_get_symbol_type): Define.
4217         2000-11-30  Hans-Peter Nilsson  <hpn@cygnus.com>
4218         * elf32-sh64.c: Tweak comments.
4219         (sh64_elf_copy_private_data_internal): Add prototype.
4220         (bfd_elf32_bfd_set_private_flags): Define.
4221         (sh64_elf_copy_private_data_internal): Compare machine name, not
4222         textual BFD target name, to check whether to copy section flag
4223         SHF_SH5_ISA32.
4224         (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
4225         Tweak section-contents-type-mismatch message.
4226         (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
4227         Validize reloc-types.
4228         * elf64-sh64.c: New file.
4229         * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
4230         * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
4231         (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
4232         Regenerate dependencies.
4233         * Makefile.in: Regenerate.
4234         * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
4235         bfd_elf64_sh64l_vec.
4236         * configure.in: Handle bfd_elf64_sh64_vec and
4237         bfd_elf64_sh64l_vec.
4238         * configure: Regenerate.
4239         * po/POTFILES.in: Regenerate.
4240         * po/bfd.pot: Regenerate.
4241         2000-11-29  Hans-Peter Nilsson  <hpn@cygnus.com>
4242         * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
4243         anything else but EF_SH64 and EF_SH64_ABI64.
4244         (sh64_elf_merge_private_data): Emit error for anything else but
4245         EF_SH64 and EF_SH64_ABI64.
4246         * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
4247         from targ_selvecs.
4248         * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
4249         bfd_elf32_sh64l_vec as a temporary measure.
4250         * configure: Regenerate.
4251         2000-11-27  Hans-Peter Nilsson  <hpn@cygnus.com>
4252         * cpu-sh.c (arch_info_struct): Include sh5 item
4253         unconditionalized.
4254         * config.bfd (sh64-*-elf*): Do not set targ_cflags.
4255         Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
4256         bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
4257         * elf32-sh64.c: Tweak comments.
4258         (sh64_elf_set_mach_from_flags): Recognize all machine flags that
4259         are proper subsets of SH64 as bfd_mach_sh5.  Add EF_SH64_ABI64.
4260         (sh64_elf_copy_private_data_internal): Wrap long line.
4261         (sh64_elf_merge_private_data): Rewrite to allow objects from
4262         SH64 subsets to be linked together.
4263         (INCLUDE_SHMEDIA): Define.
4264         * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
4265         Parenthesize plus-expression inside or-expression.
4266         <global symbol>: Ditto.
4267         (sh_elf_set_mach_from_flags): Remove code refusing
4268         deleted EF_SH64_32BIT_ABI flag.
4269         2000-11-26  Hans-Peter Nilsson  <hpn@cygnus.com>
4270         * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
4271         R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
4272         R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
4273         (sh_elf_relocate_section) <local symbol>: Or 1 in
4274         calculation of relocation if sym->st_other & STO_SH5_ISA32.
4275         <global symbol>: Ditto if h->other & STO_SH5_ISA32.
4276         * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
4277         relocation.
4278         2000-11-24  Hans-Peter Nilsson  <hpn@cygnus.com>
4279         * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
4280         (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
4281         Regenerate dependencies.
4282         * Makefile.in: Regenerate.
4283         * archures.c: Add bfd_mach_sh5.
4284         * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
4285         Handle sh64-*-elf*.  Set targ_cflags to -DINCLUDE_SHMEDIA.
4286         * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
4287         * configure: Regenerate.
4288         * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
4289         BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
4290         BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
4291         BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
4292         BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
4293         BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
4294         BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
4295         BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
4296         BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
4297         * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
4298         in item for SH5.
4299         * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
4300         for SHmedia relocs.
4301         [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
4302         [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
4303         shmedia_prepare_reloc, goto final_link_relocate if it returns
4304         non-zero, else fail as before.
4305         (sh_elf_set_mach_from_flags): Provide function only if not defined
4306         as macro.  Do not recognize objects with EF_SH64_32BIT_ABI set.
4307         (sh_elf_set_private_flags): Provide function only if not defined
4308         as a macro.
4309         (sh_elf_copy_private_data): Similar.
4310         (sh_elf_merge_private_data): Similar.
4311         * section.c (SEC_SH_ISA_SHMEDIA): New.
4312         * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
4313         * elf32-sh64.c: New file.
4314         * libbfd.h: Regenerate.
4315         * bfd-in2.h: Regenerate.
4316         * po/POTFILES.in: Regenerate.
4317         * po/bfd.pot: Regenerate.
4318         * bfd-in2.h: Regenerate.
4319         * libbfd.h: Regenerate.
4321 2002-02-07  Daniel Jacobowitz  <drow@mvista.com>
4323         * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
4324         been included, not drag it in.
4325         * bfd-in2.h: Regenerate.
4327 2002-02-06  H.J. Lu  (hjl@gnu.org)
4329         * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
4330         the mach and ISA fields if necessary.
4332 2002-02-06  Nick Clifton  <nickc@cambridge.redhat.com>
4334         * coffcode.h (coff_set_arch_mach_hook): Select the highest known
4335         ARM architecture when an F_ARM_5 flag is detected, since we cannot
4336         be sure exactly which architecture this represents.
4338 2002-02-05  Nick Clifton  <nickc@redhat.com>
4340         * po/tr.po: Updated translation.
4342 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
4344         From Jimi X <jimix@watson.ibm.com>
4345         * archures (bfd_mach_ppc64): Define.
4346         (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
4347         (bfd_powerpc_arch): Define.
4348         * bfd-in2.h: Regenerate.
4349         * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
4350         (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
4351         (bfd_powerpc_archs): Add default powerpc64 arch.
4353 2002-02-05  Alan Modra  <amodra@bigpond.net.au>
4355         * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
4356         against section syms in readonly sections.  Don't do the global
4357         sym check if we find one.
4358         * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
4359         * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
4360         * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
4361         * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
4362         (elf_s390_grok_prstatus): Add missing prototype.
4364 2002-02-04  Hans-Peter Nilsson  <hp@bitrange.com>
4366         * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
4367         (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
4368         Call bfd_get_section_by_name only once.  Initialize
4369         bpodata->n_bpo_relocs_this_section.
4370         (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
4371         referring to DSOs.
4372         (bpo_reloc_request_sort_fn): Don't use difference of values as
4373         return-value.
4375 2002-02-02  David O'Brien  <obrien@FreeBSD>
4377         * configure.in: Tweak the FreeBSD 4.x recognition more.  Only treat
4378         version 4.5 and later the same as 5-CURRENT.
4379         * configure: Re-generate.
4381 2002-02-02  Jason Thorpe  <thorpej@wasabisystems.com>
4383         * config.bfd (hppa*-*-netbsd*): New target.
4385 2002-01-31  Philipp Thomas  <pthomas@suse.de>
4387         * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
4388         to front of message. Unify messages with elf32-arm.h. Use
4389         commas where neccessary.
4390         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
4391         ERROR in messages. Unify messages with coff-arm.c. Correct
4392         VFP/FPA error message.
4393         (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
4394         APCS-32 for translation.
4396 2002-02-01  Hans-Peter Nilsson  <hp@bitrange.com>
4398         Perform on-demand global register allocation from
4399         R_MMIX_BASE_PLUS_OFFSET relocs.
4400         * elf64-mmix.c (struct bpo_reloc_section_info, struct
4401         bpo_reloc_request, struct bpo_greg_section_info): New.
4402         (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
4403         bpo_reloc_request_sort_fn, mmix_elf_relax_section,
4404         _bfd_mmix_check_all_relocs,
4405         _bfd_mmix_prepare_linker_allocated_gregs,
4406         _bfd_mmix_finalize_linker_allocated_gregs): New functions.
4407         (elf_mmix_howto_table): Correct src_mask for most relocs.
4408         (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
4409         case.
4410         (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
4411         case.  Fix typo in comment.  New label do_mmix_reloc.
4412         (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
4413         store first object file with a base-plus-offset reloc.  Call
4414         mmix_elf_check_common_relocs for the part common with mmo.
4415         (mmix_elf_final_link): Write out linker-allocated register
4416         contents section.
4417         (elf_backend_gc_sweep_hook): Define.
4418         (bfd_elf64_bfd_relax_section): Define.
4420         * mmo.c: Don't include <ctype.h>
4421         (mmo_init): Correct init-once logic.
4423 2002-02-01  Tom Rix  <trix@redhat.com>
4425         * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
4427 2002-02-01  Alan Modra  <amodra@bigpond.net.au>
4429         * Makefile.am: Run "make dep-am"
4430         * Makefile.in: Regenerate.
4432 2002-01-31  David O'Brien  <obrien@FreeBSD>
4434         * configure.in: Recognize the differences in core files from FreeBSD
4435         4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
4436         5-CURRENT.
4437         * configure: Regenerate.
4439 2002-01-31  Ivan Guzvinec  <ivang@opencores.org>
4441         * coff-or32.c: New file.
4442         * cpu-or32.c: New file.
4443         * elf32-or32.c: New file.
4444         * archures.c: Add support for or32.
4445         * targets.c: Add support for or32.
4446         * bfd-in2.h: Regenerate.
4447         * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
4448         coff_write_object_contents): Add support for or32.
4449         * config.bfd: Add target.
4450         * configure.in: Add support for or32.
4451         * configure: Regenerate.
4452         * Makefile.am: Add support for or32.
4453         * Makefile.in: Regenerate.
4454         * po/SRC-POTFILES.in: Add or32 files.
4455         * po/bfd.pot: Regenerate.
4457 2002-01-31  Nick Clifton  <nickc@cambridge.redhat.com>
4458             Don Lindsay  <lindsayd@cisco.com>
4460         * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
4461         false' with a return of a bfd_reloc_ error code.
4463 2002-01-31  Hans-Peter Nilsson  <hp@axis.com>
4465         * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
4466         unexport unreferenced symbols when --export-dynamic.  Call
4467         _bfd_elf_strtab_delref when unexporting.
4469 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
4471         * bfd-in.h: Include <stdbool.h> if it is available.
4472         * bfd-in2.h: Regenerated.
4474 2002-01-31  Alan Modra  <amodra@bigpond.net.au>
4476         * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
4477         not go via the plt.
4479 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
4481         * archures.c: Tidy up formatting of embedded comments.
4482         * bfd.c: Tidy up formatting of embedded comments.
4483         * bfd-in.h: Fix formatting of comments.
4484         * reloc.c: Tidy up formatting of ordinary & embedded comments.
4485         * section.c: Tidy up formatting of embedded comments.
4486         * syms.c: Tidy up formatting of embedded comments.
4487         * targets.c: Tidy up formatting of embedded comments.
4489         * bfd-in2.h: Regenerate.
4491 2002-01-30  Nick Clifton  <nickc@cambridge.redhat.com>
4493         * vms-tir.c (cmd_name): New function.
4494         (tir_cmd_name): New function.
4495         (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
4496         (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
4497         Fix formatting.
4499         * peXXigen.c (pe_print_idata): Rearrange message to aid in
4500         translation.
4501         (pe_print_pdata):  Rearrange message to aid in translation.
4503         * libbfd.c (warn_deprecated): Rearrange error message to aid in
4504         translation.
4506         * ihex.c (ihex_write_object_contents): Fix spelling typo.
4508         * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
4510         * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
4511         message to aid in translation.
4513         * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
4514         to aid in translation.
4516         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
4518 2002-01-30  Philipp Thomas  <pthomas@suse.de>
4520         * coff-arm.c, elf32-elf.h: Unify messages.
4522 2002-01-30  Nick Clifton <nickc@redhat.com>
4524         * po/sv.po: Updated translation.
4526 2002-01-30  Philipp Thomas  <pthomas@suse.de>
4528         * dwarf2.c (read_abbrev): Use full section name in error message.
4529         (decode_line_info): Likewise.
4531         * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
4532         message.
4534 2002-01-30  Alan Modra  <amodra@bigpond.net.au>
4536         * elf64-ppc.c (func_desc_adjust): Only provide missing function
4537         descriptor symbols for undefined function code syms.  Clear
4538         ELF_LINK_NON_ELF so that they can stay weak.
4540 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
4541             Mitch Lichtenberg  <mpl@broadcom.com>
4543         * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
4544         * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
4545         to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
4546         generation.
4547         * bfd-in2.h: Regenerate.
4549 2002-01-29  Chris Demetriou  <cgd@broadcom.com>
4551         * elf32-mips.c: Add additional comments about HI16 relocation
4552         processing.
4553         (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
4554         pc-relative relocations.  (Reverts change made on 2001-10-31.)
4555         (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
4556         for pc-relative relocations.
4557         (mips_elf_calculate_relocation): Add a comment about a kludge
4558         in the R_MIPS_GNU_REL_HI16 handling.
4559         (_bfd_mips_elf_relocate_section): Implement that kludge;
4560         adjust pc-relative HI16 relocation for difference in HI16 and
4561         LO16 addresses, since it can't easily be done in
4562         mips_elf_calculate_relocation.
4564 2002-01-29  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4566         * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
4567         relocations with PC32 relocations for undefined or weak symbols.
4568         * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
4569         * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
4571 2002-01-28  Jason Thorpe  <thorpej@wasabisystems.com>
4573         * elfcore.h (elf_core_file_p): Improve comment for last change.
4575 2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
4577         * configure: Regenerated.
4579 2002-01-27  Jason Thorpe  <thorpej@wasabisystems.com>
4581         * elfcore.h (elf_core_file_p): Set the machine architecture
4582         before processing the program headers.
4584 2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
4586         * configure.in <64-bit configuration>: If using gcc, check and
4587         emit error for egcs-1.1.2.
4588         * configure: Regenerate.
4590 2002-01-26  Egor Duda  <deo@logos-m.ru>
4592         * elf.c (elfcore_grok_win32pstatus): Copy only as much information
4593         as possible to avoid stack corruption.
4595 2002-01-26  Richard Henderson  <rth@redhat.com>
4597         * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
4598         for non-allocated sections.
4600 2002-01-25  Mark Kettenis  <kettenis@gnu.org>
4602         * elf.c (elfcore_write_prstatus): Make sure we pass the address of
4603         prstat.pr_reg even if it is a struct.
4605 2002-01-25  Steve Ellcey <sje@cup.hp.com>
4607         * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
4609 2002-01-25  Philipp Thomas  <pthomas@suse.de>
4611         * coffgen.c (coff_print_symbol): Don't mark info message
4612         for translation.
4614 2002-01-25  Nick Clifton <nickc@redhat.com>
4616         * po/fr.po: Updated translation.
4617         * po/es.po: Updated translation.
4619 2002-01-25  Philipp Thomas  <pthomas@suse.de>
4621         * coff-alpha.c (alpha_relocate_section): Unify warning message
4622         for GP relative relocations without GP defined.
4623         * coff-mips.c (mips_relocate_section): Likewise.
4625 2002-01-25  Alan Modra  <amodra@bigpond.net.au>
4627         * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
4628         unsigned overflow when new_offset < old_offset.
4630 2002-01-24  Philipp Thomas  <pthomas@suse.de>
4632         * bfd.c (_bfd_abort): Fix typo.
4634 2002-01-23  Richard Henderson  <rth@redhat.com>
4636         * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
4637         plt entries for undefweak symbols.
4639 2002-01-23  Steve Ellcey <sje@cup.hp.com>
4641         * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
4642         (bfd_elf64_ia64_hpux_big_vec): Ditto.
4643         (bfd_elf32_h8300_vec): Ditto.
4645 2002-01-23  Alan Modra  <amodra@bigpond.net.au>
4647         * elf64-ppc.c: Remove stale part of ABI comment.
4648         (NO_OPD_RELOCS): Define.
4649         (ppc64_elf_check_relocs): Use it.
4650         (ppc64_elf_relocate_section): Here too.
4651         (build_one_stub): Don't point function syms at the stub.  Instead,
4652         hijack plt.offset.
4653         (ppc64_elf_relocate_section): Check whether REL24 relocs should
4654         really go to the stub.  Make all dynamic relocs in opd against
4655         locals.
4656         (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
4657         plt.offset.
4659 2002-01-22  Richard Henderson  <rth@redhat.com>
4661         * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
4663 2002-01-22  Alan Modra  <amodra@bigpond.net.au>
4665         * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
4666         TOC_BASE_OFF adjustment.
4668         * Makefile.am: Run "make dep-am".
4669         * Makefile.in: Regenerate.
4670         * po/SRC-POTFILES.in: Regenerate.
4672 2002-01-22  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4674         * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
4675         host defines.
4677 2002-01-21  Hans-Peter Nilsson  <hp@axis.com>
4679         * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
4680         Check for and emit error if sgot is NULL at this point.
4682 2002-01-21  Jason Thorpe  <thorpej@wasabisystems.com>
4684         * config.bfd (ia64*-*-netbsd*): New target.
4686 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
4688         * som.c (som_write_space_strings): Comment typo fix.
4690 2002-01-21  Alan Modra  <amodra@bigpond.net.au>
4692         * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
4693         is_func_descriptor fields.
4694         (link_hash_newfunc): Init them.
4695         (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
4696         dot are candidates for plt entries.  When processing .opd relocs,
4697         set function descriptor strings to point inside function code
4698         string, and set new ppc_link_hash_entry fields.
4699         (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
4700         (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
4701         function descriptors.  It's now done in..
4702         (func_desc_adjust): New.
4703         (ppc64_elf_func_desc_adjust): New.
4704         (define elf_backend_always_size_sections): Define.
4705         (ppc64_elf_hide_symbol): New.
4706         (define elf_backend_hide_symbol): Define.
4707         (allocate_dynrelocs): Remove code looking up function descriptors
4708         as that has been done earlier.
4709         (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
4710         table.
4711         (ppc64_elf_finish_dynamic_symbol): Likewise.  Remove code looking
4712         up function descriptor.
4713         (build_one_stub): Look up the function code sym.  Check for
4714         invalid plt offsets.
4715         (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
4716         Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
4718         * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
4719         boolean param.
4720         (_bfd_elf_link_hash_hide_symbol): Likewise.
4721         * elflink.h (elf_link_add_object_symbols): Adjust call to
4722         elf_backend_hide_symbol.
4723         (elf_fix_symbol_flags): Likewise.
4724         (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
4725         than bfd_alloc.
4726         * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
4727         Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
4728         * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
4729         (clobber_millicode_symbols): Adjust to suit new hide_symbol.
4730         * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
4731         and adjust to suit.
4732         * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
4733         _bfd_elf_link_hash_hide_symbol rather than duplicating code.
4734         * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
4736 2002-01-18  Alan Modra  <amodra@bigpond.net.au>
4738         * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
4739         dynamic function descriptor symbol, not the associated function
4740         symbol.
4742 2002-01-17  Eric Christopher  <echristo@redhat.com>
4744         * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
4746 2002-01-17  Nick Clifton  <nickc@cambridge.redhat.com>
4748         * po/bfd.pot: Regenerate.
4749         * po/fr.po: Regenerate.
4751 2002-01-17  Alan Modra  <amodra@bigpond.net.au>
4753         * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
4754         Remove "Elf_Internal_Shdr *" param.
4755         (_bfd_mips_elf_section_from_bfd_section): Ditto.
4756         * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
4757         * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
4758         * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
4759         * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
4760         * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
4761         * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
4762         function to override special sections.  Remove hdr arg from
4763         backend call, and don't loop.
4765 2002-01-16  Eric Christopher  <echristo@redhat.com>
4767         * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
4768         on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
4769         relocations requiring gp0 and gp.
4771 2002-01-16  Richard Earnshaw  <rearnsha@arm.com>
4773         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
4774         EF_ARM_VFP_FLOAT.
4775         (elf32_arm_print_private_bfd_data): Likewise.
4777 2002-01-16  Nick Clifton  <nickc@cambridge.redhat.com>
4779         * po/tr.po: Import new version.
4781 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
4783         * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
4784         (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
4785         (ORI_R0_R0_0): Correct.
4787 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
4789         * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
4790         when plt_not_loaded.
4791         * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
4792         clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
4793         (PLT_INITIAL_ENTRY_SIZE): Set to 24.
4794         (ppc64_elf_glink_code): Delete.
4795         (PPC64_ELF_GLINK_SIZE): Delete.
4796         (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
4797         BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
4798         ORI_R0_R0_0): Define.
4799         (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
4800         (struct ppc_link_hash_table): Add sstub and plt_overflow.
4801         (ppc64_elf_link_hash_table_create): Init them.
4802         (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
4803         Don't copy to shared lib.
4804         (ppc64_elf_check_relocs): Call bfd_set_error on errors.
4805         (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
4806         (allocate_dynrelocs <plt>): Don't change function sym here.  Make
4807         room for .stub and .glink code.
4808         (ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
4809         DT_PPC64_GLINK.
4810         (ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
4811         bfd_elf64_bfd_final_link.
4812         (bfd_elf64_bfd_final_link): Don't define.
4813         (ppc64_elf_size_stubs): New.
4814         (build_plt_stub): New.
4815         (build_one_stub): New.
4816         (ppc64_elf_build_stubs): New.
4817         (ppc64_elf_relocate_section <toc relocs>): Remove assert.
4818         (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
4819         (ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
4820         DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
4821         case output sections not separate.  Adjust DT_RELASZ to not
4822         include plt relocs.  Set reserved got entry.  Set got and plt
4823         entry size.
4824         (elf_backend_got_header_size): Set to 8.
4825         * elf64-ppc.h: New file.
4827 2002-01-16  Alan Modra  <amodra@bigpond.net.au>
4829         * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
4830         sections, use bfd_section_list_remove.
4831         * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
4832         * elflink.h (elf_link_add_object_symbols): When removing all
4833         sections, use bfd_section_list_clear.
4835 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
4837         * po/sv.po: New file: Swedish translation.
4838         * configure.in (ALL_LINGUAS): Add sv.
4839         * configure: Regenerate.
4841 2002-01-15  Jakub Jelinek  <jakub@redhat.com>
4843         * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
4844         * elf.c (merge_sections_remove_hook): New function.
4845         (_bfd_elf_merge_sections): Pass it as 3rd argument to
4846         _bfd_merge_sections.
4847         * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
4848         * libbfd.h: Rebuilt.
4849         * merge.c (_bfd_merge_sections): Add remove_hook argument.
4850         Call remove_hook if a SEC_EXCLUDE section is encountered.
4852 2002-01-15  Nick Clifton  <nickc@cambridge.redhat.com>
4854         * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
4855         (xstormy16_reloc_map): Initialise new field with correct howto
4856         table.
4857         (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
4858         howto entry.
4860 2002-01-10  Michael Snyder  <msnyder@redhat.com>
4862         * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
4863         (elfcore_write_pstatus): Use long instead of pid_t;
4864         * elf-bfd.h: Change prototypes to use long instead of pid_t;
4866 2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
4868         * elf.c: Update copyright years.
4869         (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
4870         and NT_NETBSDCORE_FIRSTMACH.  Improve a comment.
4872 2002-01-08  Michael Snyder  <msnyder@redhat.com>
4874         Add capability to write corefile note sections, for gdb.
4875         * elf.c (elfcore_write_note): New function.
4876         (elfcore_write_prpsinfo): New function.
4877         (elfcore_write_prstatus): New function.
4878         (elfcore_write_pstatus): New function.
4879         (elfcore_write_prfpreg): New function.
4880         (elfcore_write_prxfpreg): New function.
4881         * elf-bfd.h: Add prototypes for above functions.
4883 2002-01-08  Alexandre Oliva  <aoliva@redhat.com>
4885         * elf.c (elf_fake_sections): Propagate errors from
4886         elf_backend_fake_section.
4888 2002-01-07  Jason Thorpe  <thorpej@wasabisystems.com>
4890         * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
4891         (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
4892         (elf32-sh-nbsd.lo): New rule.
4893         * Makefile.in: Regenerate.
4894         * config.bfd (sh*le-*-netbsdelf*): New target.
4895         (sh*-*-netbsdelf*): New target.
4896         * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
4897         (bfd_elf32_shnbsd_vec): New vector.
4898         (bfd_elf32_shlnbsd_vec): New vector.
4899         * configure: Regenerate.
4900         * elf32-sh-nbsd.c: New file.
4901         * targets.c: Update copyright years.
4902         (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
4903         bfd_elf32_shnbsd_vec.
4905 2002-01-07  Aldy Hernandez  <aldyh@redhat.com>
4907         * coff-rs6000.c (READ20): Use bfd_scan_vma.
4909 2002-01-07  Geoffrey Keating  <geoffk@redhat.com>
4911         * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
4912         of a symbol in a section that will be deleted.
4914 2002-01-07  Nick Clifton  <nickc@cambridge.redhat.com>
4916         * po/es.po: New file: Spanish translation.
4917         * configure.in (ALL_LINGUAS): Add es.
4918         * configure: Regenerate.
4920 2002-01-06  Steve Ellcey  <sje@cup.hp.com>
4922         * elfxx-ia64.c (is_unwind_section_name): Add target vector as
4923         argument so we can handle HP-UX specially.
4924         (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
4925         (elfNN_hpux_backend_section_from_bfd_section): New for support
4926         of SHN_IA_64_ANSI_COMMON.
4927         (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
4928         (is_unwind_section_name): Add special HP-UX support.
4929         (elfNN_ia64_section_from_shdr): Add support for more sections.
4930         (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
4931         add support for more sections.
4932         (elfNN_ia64_additional_program_headers): Modify
4933         is_unwind_section_name call.
4934         (elfNN_ia64_modify_segment_map): Remove assumption that there is
4935         only one unwind section in segment.
4937 2002-01-06  Alan Modra  <amodra@bigpond.net.au>
4939         * syms.c (_bfd_generic_make_empty_symbol): New function.
4940         * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
4941         _bfd_generic_make_empty_symbol.
4942         * libbfd.h: Regenerate.
4943         * bfd-in2.h: Regenerate.
4944         * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
4945         (hppabsd_core_get_symtab_upper_bound): Don't define.
4946         (hppabsd_core_get_symtab): Likewise.
4947         (hppabsd_core_print_symbol): Likewise.
4948         (hppabsd_core_get_symbol_info): Likewise.
4949         (hppabsd_core_bfd_is_local_label_name): Likewise.
4950         (hppabsd_core_get_lineno): Likewise.
4951         (hppabsd_core_find_nearest_line): Likewise.
4952         (hppabsd_core_bfd_make_debug_symbol): Likewise.
4953         (hppabsd_core_read_minisymbols): Likewise.
4954         (hppabsd_core_minisymbol_to_symbol): Likewise.
4955         (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
4956         Formatting fixes.
4957         * hpux-core.c: Similarly.
4958         * irix-core.c: Similarly.
4959         * osf-core.c: Similarly.
4960         * sco5-core.c: Similarly.
4961         * binary.c (binary_make_empty_symbol): Remove function, define as
4962         _bfd_generic_make_empty_symbol.
4963         * ihex.c (ihex_make_empty_symbol): Likewise.
4964         * mmo.c (mmo_make_empty_symbol): Likewise.
4965         * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
4966         * srec.c (srec_make_empty_symbol): Likewise.
4967         * versados.c (versados_make_empty_symbol): Likewise.
4968         * vms.c (_bfd_vms_make_empty_symbol): Remove.
4969         (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
4970         * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
4971         rather than _bfd_vms_make_empty_symbol.
4972         * vms-misc.c (new_symbol): Likewise.
4974 2002-01-05  Alan Modra  <amodra@bigpond.net.au>
4976         * section.c (bfd_section_init): Remove unnecessary initialisations.
4977         (bfd_section_list_clear): New function.
4978         (bfd_section_list_remove, bfd_section_list_insert): New macros.
4979         (_bfd_strip_section_from_output): Use them.
4980         * coffcode.h (coff_set_alignment_hook): Likewise.
4981         * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
4982         * elf64-mips.c (mips_elf64_final_link): Likewise.
4983         * elf64-mmix.c (mmix_elf_final_link): Likewise.
4984         * sunos.c (sunos_add_dynamic_symbols): Likewise.
4985         * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
4986         * bfd-in2.h: Regenerate.
4988         * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
4989         rather than doing our own section handling.  Clean up after errors
4990         with bfd_release and bfd_section_list_clear.  Handle unexpected
4991         flags.
4992         * aoutf1.h (sunos4_core_file_p): Likewise.
4993         * aix386-core.c (aix386_core_file_p): Likewise.
4994         * cisco-core.c (cisco_core_file_validate): Likewise.
4995         * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
4996         * trad-core.c (trad_unix_core_file_p): Likewise.
4998         * hppabsd-core.c (hppabsd_core_core_file_p):  Clean up after errors
4999         with bfd_release and bfd_section_list_clear.
5000         * hpux-core.c (hpux_core_core_file_p): Likewise.
5001         * irix-core.c (irix_core_core_file_p): Likewise.
5002         * lynx-core.c (lynx_core_file_p): Likewise.
5003         * osf-core.c (osf_core_core_file_p): Likewise.
5004         * rs6000-core.c (rs6000coff_core_p): Likewise.
5005         * sco5-core.c (sco5_core_file_p): Likewise.
5007         * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
5008         sign extension adjustments without conditionals.
5010 2002-01-04  Jakub Jelinek  <jakub@redhat.com>
5012         * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
5013         CIE at .eh_frame start is removed due to no FDEs referencing it.
5015 2002-01-04  Jason Thorpe  <thorpej@wasabisystems.com>
5017         * config.bfd (x86_64-*-netbsd*): New target.
5018         * configure.in (x86_64-*-netbsd*): Set COREFILE
5019         to netbsd-core.lo.
5020         * configure: Regenerated.
5022 2002-01-03  Tom Rix  <trix@redhat.com>
5024         * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
5025         for recent bfd_make_section_anyway change.
5027 2002-01-03  Nick Clifton  <nickc@cambridge.redhat.com>
5029         * elf32-arm.h (elf32_arm_final_link_relocate): Handle
5030         R_ARM_THM_PC11 reloc.
5032 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
5034         * configure.in (LINGUAS): Add ja.
5035         * configure: Regenerate.
5036         * po/ja.po: Import from translation project's web site.
5038 2002-01-02  Nick Clifton  <nickc@cambridge.redhat.com>
5040         * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
5041         messages to ease translation into other languages.
5043 For older changes see ChangeLog-0001
5045 Local Variables:
5046 mode: change-log
5047 left-margin: 8
5048 fill-column: 74
5049 version-control: never
5050 End: