bfd/
[deliverable/binutils-gdb.git] / bfd / elfxx-sparc.h
index 6f24ecd24b2b10bec2e602506f0f98c9e8911d42..a20855a990f4920fe269ba3b2c78f83b54496c5a 100644 (file)
@@ -47,10 +47,6 @@ struct _bfd_sparc_elf_link_hash_table
   struct elf_link_hash_table elf;
 
   /* Short-cuts to get to dynamic linker sections.  */
-  asection *sgot;
-  asection *srelgot;
-  asection *splt;
-  asection *srelplt;
   asection *sdynbss;
   asection *srelbss;
 
@@ -69,9 +65,6 @@ struct _bfd_sparc_elf_link_hash_table
   /* The (unloaded but important) .rela.plt.unloaded section, for VxWorks.  */
   asection *srelplt2;
 
-  /* .got.plt is only used on VxWorks.  */
-  asection *sgotplt;
-
   void (*put_word) (bfd *, bfd_vma, void *);
   bfd_vma (*r_info) (Elf_Internal_Rela *, bfd_vma, bfd_vma);
   bfd_vma (*r_symndx) (bfd_vma);
This page took 0.023777 seconds and 4 git commands to generate.