From 5356bdcb9e1e6c7aa34f77336523959651bf6bdb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 20 Jul 2000 03:23:03 +0000 Subject: 2000-07-19 H.J. Lu (hjl@gnu.org) * bfdlink.h (bfd_link_info): Add flags and flags_1. --- include/bfdlink.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/bfdlink.h') 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 -- cgit v1.2.3