diff options
author | H.J. Lu <hjl@lucon.org> | 2000-08-22 19:33:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2000-08-22 19:33:16 +0000 |
commit | b1919d85dd86b84507c16d6d7329870915a8f6da (patch) | |
tree | 8c84c60d979bc30eff61d59861944ce6f79e33c0 /bfd/bfd-in.h | |
parent | 9b6670213674be4e8c042032605408809041bef0 (diff) | |
download | gdb-b1919d85dd86b84507c16d6d7329870915a8f6da.tar.gz |
2000-08-22 H.J. Lu <hjl@gnu.org>
* elf-bfd.h (elf_link_hash_table): Add runpath.
* bfd-in.h (bfd_elf_get_runpath_list): New prototype.
* bfd-in2.h: Rebuilt.
* elf.c (_bfd_elf_link_hash_table_init): Initialize the
"runpath" field to NULL.
(bfd_elf_get_runpath_list): New function.
* elflink.h (elf_link_add_object_symbols): Record DT_RPATH and
DT_RUNPATH entries.
Diffstat (limited to 'bfd/bfd-in.h')
-rw-r--r-- | bfd/bfd-in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index e0561f85f16..cfef8dbbb7b 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -629,6 +629,8 @@ extern boolean bfd_elf64_size_dynamic_sections extern void bfd_elf_set_dt_needed_name PARAMS ((bfd *, const char *)); extern void bfd_elf_set_dt_needed_soname PARAMS ((bfd *, const char *)); extern const char *bfd_elf_get_dt_soname PARAMS ((bfd *)); +extern struct bfd_link_needed_list *bfd_elf_get_runpath_list + PARAMS ((bfd *, struct bfd_link_info *)); /* Return an upper bound on the number of bytes required to store a copy of ABFD's program header table entries. Return -1 if an error |