2001-05-17 H.J. Lu <hjl@gnu.org>
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the version definition to basename of the output filename.
This commit is contained in:
parent
736d0890a9
commit
96fd004e0e
@ -1,3 +1,8 @@
|
||||
2001-05-17 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
|
||||
version definition to basename of the output filename.
|
||||
|
||||
2001-05-17 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
|
||||
|
@ -3130,7 +3130,7 @@ NAME(bfd_elf,size_dynamic_sections) (output_bfd, soname, rpath,
|
||||
const char *name;
|
||||
bfd_size_type indx;
|
||||
|
||||
name = output_bfd->filename;
|
||||
name = basename (output_bfd->filename);
|
||||
def.vd_hash = bfd_elf_hash (name);
|
||||
indx = _bfd_stringtab_add (elf_hash_table (info)->dynstr,
|
||||
name, true, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user