summaryrefslogtreecommitdiffstats
path: root/include/bfdlink.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-06-23 11:03:45 +0000
committerMark Mitchell <mark@codesourcery.com>1999-06-23 11:03:45 +0000
commit94883c63a8425e74a6d080763ed59e9ff9f748a0 (patch)
tree4c108cb5701569300540f1441b6d9dc990371fa5 /include/bfdlink.h
parent40b10cc76fac9d126c09ae1fe16021ddd8555bee (diff)
downloadppe42-binutils-94883c63a8425e74a6d080763ed59e9ff9f748a0.tar.gz
ppe42-binutils-94883c63a8425e74a6d080763ed59e9ff9f748a0.zip
* bfdlink.h (struct bfd_link_hash_entry): Add init_function and
fini_function.
Diffstat (limited to 'include/bfdlink.h')
-rw-r--r--include/bfdlink.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/bfdlink.h b/include/bfdlink.h
index a055fa082d..f7f113c37e 100644
--- a/include/bfdlink.h
+++ b/include/bfdlink.h
@@ -237,6 +237,13 @@ struct bfd_link_info
MPC860 C0 (or earlier) should be checked for and modified. It gives the
number of bytes that should be checked at the end of each text page. */
int mpc860c0;
+
+ /* The function to call when the executable or shared object is
+ loaded. */
+ const char *init_function;
+ /* The function to call when the executable or shared object is
+ unloaded. */
+ const char *fini_function;
};
/* This structures holds a set of callback functions. These are
OpenPOWER on IntegriCloud