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 e591a13d0180dd467003c213f6c26fd6069f4e53..337acf85c76044b6a7704a65fc802b5e57c4d0a6 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 2285775b48bdd6a82694120153bc95c488da7fb7..1b4b06305e93a5750db28b66054dd870bb8cdd00 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
This page took 0.026801 seconds and 4 git commands to generate.