diff options
author | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-01-08 23:24:30 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds_cb1@t-online.de> | 2008-01-08 23:24:30 +0000 |
commit | 6c05ed96f646e20a8ef104d36d260fab30486768 (patch) | |
tree | 27c6d1791e0fb5c719fef90dc4478e996528e6b2 /ldso/include | |
parent | 3ceb3bcb76545066bad6a85b102944136ca67632 (diff) |
Some more Blackfin/FDPIC ldso merging work. Include dl-inlines.h when it
exists, and move some definitions to their proper place.
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/ldso.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ldso/include/ldso.h b/ldso/include/ldso.h index 178af0e64..029922747 100644 --- a/ldso/include/ldso.h +++ b/ldso/include/ldso.h @@ -117,4 +117,8 @@ extern void _dl_get_ready_to_run(struct elf_resolve *tpnt, DL_LOADADDR_TYPE load ElfW(auxv_t) auxvt[AT_EGID + 1], char **envp, char **argv DL_GET_READY_TO_RUN_EXTRA_PARMS); +#ifdef HAVE_DL_INLINES_H +#include <dl-inlines.h> +#endif + #endif /* _LDSO_H_ */ |