diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-08-22 19:33:16 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-08-22 19:33:16 +0000 |
commit | a963dc6ade92e7fc92756912815fc7d852576792 (patch) | |
tree | d941b146c520e2529ef48d2110634cb3c6447e47 /bfd/ChangeLog | |
parent | 4193618c3cda64e4e5d75a8abdee88894d8b5285 (diff) | |
download | gdb-a963dc6ade92e7fc92756912815fc7d852576792.zip gdb-a963dc6ade92e7fc92756912815fc7d852576792.tar.gz gdb-a963dc6ade92e7fc92756912815fc7d852576792.tar.bz2 |
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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4bbb6c0..1733311 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +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. + 2000-08-22 Alexandre Oliva <aoliva@redhat.com> * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W, |