Remove IEEE 695 object support
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index f6388c19dc5e2345ce384c464e5c34920a1f1b18..353d2b109bc2bccb9067a0cbd5cc32d8ea165f52 100644 (file)
@@ -1,3 +1,212 @@
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am: Remove IEEE 695 support.
+       * archures.c: Likewise.
+       * bfd.c: Likewise.
+       * config.bfd: Likewise.
+       * configure.ac: Likewise.
+       * doc/bfd.texinfo: Likewise.
+       * doc/bfdint.texi: Likewise.
+       * doc/bfdsumm.texi: Likewise.
+       * section.c: Likewise.
+       * targets.c: Likewise.
+       * ieee.c: Delete.
+       * libieee.h: Delete.
+       * Makefile.in: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * configure: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * config.bfd: Remove tandem support.
+
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am: Remove newsos3 support.
+       * aoutx.h: Likewise.
+       * config.bfd: Likewise.
+       * configure.ac: Likewise.
+       * targets.c: Likewise.
+       * newsos3.c: Delete.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * Makefile.am: Remove netware support.
+       * bfd-in.h: Likewise.
+       * bfd.c: Likewise.
+       * config.bfd: Likewise.
+       * configure.ac: Likewise.
+       * doc/bfdint.texi: Likewise.
+       * ecoff.c: Likewise.
+       * targets.c: Likewise.
+       * libnlm.h: Delete.
+       * nlm-target.h: Delete.
+       * nlm.c: Delete.
+       * nlm32-alpha.c: Delete.
+       * nlm32-i386.c: Delete.
+       * nlm32-ppc.c: Delete.
+       * nlm32-sparc.c: Delete.
+       * nlm32.c: Delete.
+       * nlm64.c: Delete.
+       * nlmcode.h: Delete.
+       * nlmswap.h: Delete.
+       * Makefile.in: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * configure: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2018-04-16  Alan Modra  <amodra@gmail.com>
+
+       * archures.c: Remove tahoe support.
+       * config.bfd: Likewise.
+       * configure.ac: Likewise.
+       * hosts/tahoe.h: Delete.
+       * bfd-in2.h: Regenerate.
+       * configure: Regenerate.
+
+2018-04-14  Alan Modra  <amodra@gmail.com>
+
+       * elf-bfd.h (struct elf_backend_data): Add relropagesize.
+       * elfxx-target.h (ELF_RELROPAGESIZE): Provide default and
+       sanity test.
+       (elfNN_bed): Init relropagesize.
+       * bfd.c (bfd_emul_get_commonpagesize): Add boolean param to
+       select relropagesize.
+       * elf32-ppc.c (ELF_COMMONPAGESIZE): Define as 0x1000.
+       (ELF_RELROPAGESIZE): Define as ELF_MAXPAGESIZE.
+       (ELF_MINPAGESIZE): Don't define.
+       * elf64-ppc.c (ELF_COMMONPAGESIZE): Define as 0x1000.
+       (ELF_RELROPAGESIZE): Define as ELF_MAXPAGESIZE.
+       * bfd-in2.h: Regenerate.
+
+2018-04-14  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ELF_MAXPAGESIZE, ELF_COMMONPAGESIZE): Don't depend
+       on __QNXTARGET__ define.
+
+2018-04-14  Alan Modra  <amodra@gmail.com>
+
+       * config.bfd: Add powerpc-*-lynxos* and powerpc-*-windiss*
+       to obsolete list.
+
+2018-04-11  Alan Modra  <amodra@gmail.com>
+
+       * aout-adobe.c: Delete.
+       * bout.c: Delete.
+       * coff-i860.c: Delete.
+       * coff-i960.c: Delete.
+       * cpu-i860.c: Delete.
+       * cpu-i960.c: Delete.
+       * elf32-i860.c: Delete.
+       * elf32-i960.c: Delete.
+       * hosts/i860mach3.h: Delete.
+       * Makefile.am: Remove i860, i960, bout, and adobe support.
+       * archures.c: Remove i860 and i960 support.
+       * coffcode.h: Likewise.
+       * reloc.c: Likewise.
+       * aoutx.h: Comment updates.
+       * archive.c: Remove BOUT and i960 support.
+       * bfd.c: Remove BOUT support.
+       * coffswap.h: Remove i960 support.
+       * config.bfd: Remove i860, i960 and adobe targets.
+       * configure.ac: Remove adode, bout, i860, i960, icoff targets.
+       * targets.c: Likewise.
+       * ieee.c: Remove i960 support.
+       * mach-o.c: Remove i860 support.
+       * Makefile.in: Regenerate.
+       * bfd-in2.h: Regenerate.
+       * configure: Regenerate.
+       * libbfd.h: Regenerate.
+       * po/SRC-POTFILES.in: Regenerate.
+
+2018-04-09  Maciej W. Rozycki  <macro@mips.com>
+
+       * elf64-mips.c (mips_elf64_write_rel): Handle a NULL BFD pointer
+       in the BFD symbol referred by the relocation.
+       (mips_elf64_write_rela): Likewise.
+
+2018-04-09  Maciej W. Rozycki  <macro@mips.com>
+
+       * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Issue an
+       error for out-of-range `r_sym' values.
+
+2018-04-09  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (struct _ppc64_elf_section_data): Add has_pltcall field.
+       (struct ppc_link_hash_table): Add can_convert_all_inline_plt.
+       (ppc64_elf_check_relocs): Set has_pltcall.
+       (ppc64_elf_adjust_dynamic_symbol): Discard some PLT entries.
+       (ppc64_elf_inline_plt): New function.
+       (ppc64_elf_size_dynamic_sections): Discard some PLT entries for locals.
+       * elf64-ppc.h (ppc64_elf_inline_plt): Declare.
+       * elf32-ppc.c (has_pltcall): Define.
+       (struct ppc_elf_link_hash_table): Add can_convert_all_inline_plt.
+       (ppc_elf_check_relocs): Set has_pltcall.
+       (ppc_elf_inline_plt): New function.
+       (ppc_elf_adjust_dynamic_symbol): Discard some PLT entries.
+       (ppc_elf_size_dynamic_sections): Likewise.
+       * elf32-ppc.h (ppc_elf_inline_plt): Declare.
+
+2018-04-09  Alan Modra  <amodra@gmail.com>
+
+       * elf32-ppc.c (ppc_elf_howto_raw): Add PLTSEQ and PLTCALL howtos.
+       (is_plt_seq_reloc): New function.
+       (ppc_elf_check_relocs): Handle PLTSEQ and PLTCALL relocs.
+       (ppc_elf_tls_optimize): Handle inline plt call sequence.
+       (ppc_elf_relax_section): Handle PLTCALL reloc.
+       (ppc_elf_relocate_section): Nop out inline plt call sequence when
+       resolving locally.
+       * elf64-ppc.c (ppc64_elf_howto_raw): Add R_PPC64_PLTSEQ and
+       R_PPC64_PLTCALL entries.  Comment R_PPC64_TOCSAVE.
+       (has_tls_get_addr_call): Correct comment.
+       (is_branch_reloc): Add PLTCALL.
+       (is_plt_seq_reloc): New function.
+       (ppc64_elf_check_relocs): Handle PLT16_LO_DS reloc.  Set
+       has_tls_reloc for R_PPC64_TLSGD and R_PPC64_TLSLD.  Create plt
+       entry for R_PPC64_PLTCALL.
+       (ppc64_elf_tls_optimize): Handle inline plt call sequence.
+       (ppc_type_of_stub): Handle PLTCALL reloc.
+       (toc_adjusting_stub_needed): Likewise.
+       (ppc64_elf_relocate_section): Set "can_plt_call" for PLTCALL
+       reloc insn.  Nop out inline plt call sequence when resolving
+       locally.  Handle __tls_get_addr inline plt call optimization.
+
+2018-04-09  Alan Modra  <amodra@gmail.com>
+
+       * elf64-ppc.c (LOCAL_PLT_ENTRY_SIZE): Define.
+       (struct ppc_stub_hash_entry): Add symtype field.
+       (PLT_KEEP): Define.
+       (struct ppc_link_hash_table): Add pltlocal and relpltlocal.
+       (create_linkage_sections): Create pltlocal and relpltlocal.
+       (ppc64_elf_check_relocs): Allow PLT relocs on local symbols.
+       Set PLT_KEEP.
+       (ppc64_elf_adjust_dynamic_symbol): Keep PLT entries for inline calls.
+       (allocate_dynrelocs): Allocate pltlocal and relpltlocal.
+       (ppc64_elf_size_dynamic_sections): Size pltlocal and relpltlocal.
+       Keep PLT entries for inline calls against locals.
+       (ppc_build_one_stub): Use pltlocal as appropriate.
+       (ppc_size_one_stub): Likewise.
+       (ppc64_elf_size_stubs): Set symtype.
+       (build_global_entry_stubs_and_plt): Init pltlocal and write
+       relpltlocal for globals.
+       (write_plt_relocs_for_local_syms): Likewise for local syms.
+       (ppc64_elf_relocate_section): Support PLT for local syms.
+       * elf32-ppc.c (PLT_KEEP): Define.
+       (struct ppc_elf_link_hash_table): Add pltlocal and relpltlocal.
+       (ppc_elf_create_glink): Create pltlocal and relpltlocal.
+       (ppc_elf_check_relocs): Allow PLT relocs on local symbols.
+       Set PLT_KEEP.  Adjust update_local_sym_info call.
+       (ppc_elf_adjust_dynamic_symbol): Keep PLT entries for inline calls.
+       (allocate_dynrelocs): Allocate pltlocal and relpltlocal.
+       (ppc_elf_size_dynamic_sections): Size pltlocal and relpltlocal.
+       (ppc_elf_relocate_section): Support PLT16 relocs for local syms.
+       (write_global_sym_plt): Init pltlocal and write relpltlocal.
+       (ppc_finish_symbols): Likewise for locals.
+
 2018-04-09  Alan Modra  <amodra@gmail.com>
 
        * elf64-ppc.c (ppc_build_one_stub): Move output of PLT relocs
This page took 0.025799 seconds and 4 git commands to generate.