x86: Remove the unused _GLOBAL_OFFSET_TABLE_
[deliverable/binutils-gdb.git] / bfd / elfxx-x86.h
index e2a83ad830982ce0061cfbf195e1f200dba60b3e..b515ee61b01a91f5f911cbc3fbb9753ead0d4979 100644 (file)
@@ -478,6 +478,9 @@ struct elf_x86_link_hash_table
       is only used for i386.  */
   bfd_byte plt0_pad_byte;
 
+  /* TRUE if GOT is referenced.  */
+  unsigned int got_referenced : 1;
+
   bfd_vma (*r_info) (bfd_vma, bfd_vma);
   bfd_vma (*r_sym) (bfd_vma);
   bfd_boolean (*is_reloc_section) (const char *);
This page took 0.026165 seconds and 4 git commands to generate.