* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 2285775b48bdd6a82694120153bc95c488da7fb7..18c60a57d4fcbe74a261c2e3a4ca0ffb4af72a4f 100644 (file)
@@ -246,6 +246,15 @@ struct bfd_link_info
   /* The function to call when the executable or shared object is
      unloaded.  */
   const char *fini_function;
+
+  /* true if the new ELF dynamic tags are enabled. */ 
+  boolean new_dtags;
+
+  /* May be used to set DT_FLAGS for ELF. */
+  bfd_vma flags;
+
+  /* May be used to set DT_FLAGS_1 for ELF. */
+  bfd_vma flags_1;
 };
 
 /* This structures holds a set of callback functions.  These are
This page took 0.022653 seconds and 4 git commands to generate.