Fix elf_x86_64_reloc_type_class
[deliverable/binutils-gdb.git] / bfd / elf32-ppc.h
index 07dc4c84207f91bbfdddb5b86b0a0d1dae95fcc3..dd26bd626d63a4e9cd394a01ee85bacb60e3e0af 100644 (file)
@@ -1,5 +1,5 @@
 /* PowerPC-specific support for 64-bit ELF.
-   Copyright (C) 2003-2014 Free Software Foundation, Inc.
+   Copyright (C) 2003-2016 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -44,6 +44,10 @@ struct ppc_elf_params
   /* Avoid execution falling into new page.  */
   int ppc476_workaround;
   unsigned int pagesize_p2;
+
+  /* The bfd backend detected a non-PIC reference to a protected symbol
+     defined in a shared library.  */
+  int pic_fixup;
 };
 
 void ppc_elf_link_params (struct bfd_link_info *, struct ppc_elf_params *);
This page took 0.040742 seconds and 4 git commands to generate.