* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 723bfbf0afe315591679e7cc409062cac4c1cf61..f0c7fe71163fd29ced750beb28abf68cc6c60883 100644 (file)
@@ -1,3 +1,119 @@
+2001-12-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
+       R_SPARC_DISP32.  Support R_SPARC_PLT32.
+       (sparc_reloc_map): Add BFD_RELOC_16_PCREL and BFD_RELOC_SPARC_PLT32.
+       (elf32_sparc_check_relocs): Handle R_SPARC_PLT32.
+       (elf32_sparc_relocate_section): Likewise.
+       * elf64-sparc.c (sparc64_elf_howto_table): Fix dst_mask for
+       R_SPARC_DISP32.  Support R_SPARC_PLT32 and R_SPARC_PLT64.
+       (sparc_reloc_map): Add BFD_RELOC_16_PCREL, BFD_RELOC_64_PCREL
+       and BFD_RELOC_SPARC_PLT32.
+       (sparc64_elf_check_relocs): Handle R_SPARC_PLT32 and R_SPARC_PLT64.
+       (sparc64_elf_relocate_section): Likewise.
+       * reloc.c (bfd_reloc_code_type): Add BFD_RELOC_SPARC_PLT32.
+       * bfd-in2.h, libbfd.h: Rebuilt.
+
+2001-12-20  Tom Rix  <trix@redhat.com>
+
+       * coffcode.h (coff_compute_section_file_positions): Add special AIX 
+       loader alignment of text section.
+
+2001-12-20  Jason Thorpe  <thorpej@wasabisystems.com>
+       
+       * config.bfd (mips-dec-netbsd*): Delete alias for mips*el-*-netbsd*.
+
+       * config.bfd (arm-*-netbsdelf*): Add target.
+       * configure.in: Include netbsd-core.lo for native arm-*-netbsd*.
+       * configure: Regenerate.
+
+2001-12-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * elfcode.h (elf_slurp_symbol_table): Test elf_elfsections for NULL,
+       as can happen with a core file, before dereferencing.
+
+2001-12-19  Michael Snyder  <msnyder@redhat.com>
+
+       * elf32-i386.c (elf_i386_grok_psinfo): Fix copy-and-paste error:
+       target is i386 (not mips), and size of descdata is 124 (not 128).
+
+2001-12-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): If new_size
+       is 0, temporarily grow it to minimal CIE size.
+       (_bfd_elf_write_section_eh_frame): If input .eh_frame section would
+       end up empty, build a fake minimal CIE.
+
+2001-12-19  Steve Ellcey  <sje@cup.hp.com>
+
+       * config.bfd (bfd_elf32_ia64_hpux_big_vec): New vector for
+       ia64*-*-hpux* target.
+       (bfd_elf64_ia64_hpux_big_vec): Likewise.
+       * targets.c: Ditto.
+       * configure.in: Ditto.
+       * configure: Regenerate
+       * elfxx-ia64.c (elfNN_ia64_final_write_processing): Replace use of
+       alloca with bfd_malloc.
+       (get_local_sym_hash): Likewise.
+       (elfNN_hpux_post_process_headers): New function.
+       #include elfNN-target.h again with values for IA64 HP-UX vector.
+
+2001-12-18  Michael Snyder  <msnyder@redhat.com>
+
+        * elf.c (assign_file_positions_for_segments): Don't sort PT_NOTE
+        sections of corefiles.  Also it makes no sense to sort if count == 1.
+
+2001-12-18  H.J. Lu <hjl@gnu.org>
+
+       * elf.c (_bfd_elf_copy_private_bfd_data): Also copy GP.
+
+2001-12-18  H.J. Lu <hjl@gnu.org>
+
+       * elf.c (_bfd_elf_copy_private_bfd_data): Update comments.
+
+2001-12-18  H.J. Lu <hjl@gnu.org>
+
+       * elf-bfd.h (_bfd_elf_copy_private_bfd_data): New. Prototype.
+       (_bfd_mips_elf_copy_private_bfd_data): Removed.
+
+       * elf.c (_bfd_elf_copy_private_bfd_data): New. Copy e_flags in
+       the ELF header.
+
+       * elf32-i370.c (??_elf_copy_private_bfd_data): Removed.
+       (bfd_elf??_bfd_copy_private_bfd_data): Removed.
+       * elf32-m32r.c: Likewise.
+       * elf32-m68k.c: Likewise.
+       * elf32-mcore.c: Likewise.
+       * elf32-mips.c: Likewise.
+       * elf32-ppc.c: Likewise.
+       * elf32-v850.c: Likewise.
+       * elf64-ppc.c: Likewise.
+       * elf64-sparc.c: Likewise.
+       * elfxx-ia64.c: Likewise.
+
+       * elf64-mips.c (bfd_elf64_bfd_copy_private_bfd_data): Removed.
+
+       * elfxx-target.h (bfd_elfNN_bfd_copy_private_bfd_data): Defined
+       to _bfd_elf_copy_private_bfd_data.
+
+2001-12-18  Martin Schwidefsky  <schwidefsky@de.ibm.com>
+       * elf32-s390 (elf_s390_check_relocs): Pass addend to
+       gc_record_vtentry.
+       * elf64-s390 (elf_s390_check_relocs): Likewise.
+       Fix by Andreas Jaeger <aj@suse.de>.
+
+2001-12-18  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.host: Correctly match all NetBSD/mips
+       hosts.
+
+2001-12-18  matthew green  <mrg@eterna.com.au>
+
+       * config.bfd (m68*-*-netbsdelf*): New target.
+       (m68*-*-netbsd): Also include bfd_elf32_m68k_vec.
+       (m68*-*-netbsdaout*): New alias for m68*-*-netbsd.
+
 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
 
        * elflink.h (size_dynamic_sections): Skip anonymous version tag.
This page took 0.024124 seconds and 4 git commands to generate.