2000-07-19 H.J. Lu (hjl@gnu.org)
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 20 Jul 2000 03:23:03 +0000 (03:23 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 20 Jul 2000 03:23:03 +0000 (03:23 +0000)
* bfdlink.h (bfd_link_info): Add flags and flags_1.

include/ChangeLog
include/bfdlink.h

index e591a13..337acf8 100644 (file)
@@ -1,3 +1,7 @@
+2000-07-19  H.J. Lu  (hjl@gnu.org)
+
+       * bfdlink.h (bfd_link_info): Add flags and flags_1.
+
 2000-06-05  DJ Delorie  <dj@redhat.com>
 
        * MAINTAINERS: new
index 2285775..1b4b063 100644 (file)
@@ -246,6 +246,12 @@ struct bfd_link_info
   /* The function to call when the executable or shared object is
      unloaded.  */
   const char *fini_function;
+
+  /* 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