bfd/
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 89d916ee83b3d4aa4f5153a729637a16841781ac..61fcf96f4091b2b103e420645af8c96590b9eb2e 100644 (file)
@@ -291,6 +291,12 @@ struct bfd_link_info
   /* TRUE if relaxation is being finalized.  */
   unsigned int relax_finalizing: 1;
 
+  /* TRUE if generating a position independent executable.  */
+  unsigned int pie: 1;
+
+  /* TRUE if generating an executable, position independent or not.  */
+  unsigned int executable : 1;
+
   /* Which symbols to strip.  */
   enum bfd_link_strip strip;
 
This page took 0.023502 seconds and 4 git commands to generate.