Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-07-20 07:23:03 +0400
committerH.J. Lu <hjl.tools@gmail.com>2000-07-20 07:23:03 +0400
commit5356bdcb9e1e6c7aa34f77336523959651bf6bdb (patch)
tree93b3e707834d2633c817ec8819eab09ed6fd2f31 /include/bfdlink.h
parentc4b881eb448ed0a35fdb359966f93df3354ba70f (diff)
2000-07-19 H.J. Lu (hjl@gnu.org)
* bfdlink.h (bfd_link_info): Add flags and flags_1.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index 2285775b4..1b4b06305 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -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