From 060848126d7a6e1b103d80a1a52162449d970560 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 14 May 2005 13:49:42 +0000 Subject: * elflink.c (bfd_elf_size_dynamic_sections): Use lbasename instead of basename. --- bfd/elflink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elflink.c') diff --git a/bfd/elflink.c b/bfd/elflink.c index 5c5fb2d..793918b 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -5377,7 +5377,7 @@ bfd_elf_size_dynamic_sections (bfd *output_bfd, { bfd_size_type indx; - name = basename (output_bfd->filename); + name = lbasename (output_bfd->filename); def.vd_hash = bfd_elf_hash (name); indx = _bfd_elf_strtab_add (elf_hash_table (info)->dynstr, name, FALSE); @@ -5600,7 +5600,7 @@ bfd_elf_size_dynamic_sections (bfd *output_bfd, indx = _bfd_elf_strtab_add (elf_hash_table (info)->dynstr, elf_dt_name (t->vn_bfd) != NULL ? elf_dt_name (t->vn_bfd) - : basename (t->vn_bfd->filename), + : lbasename (t->vn_bfd->filename), FALSE); if (indx == (bfd_size_type) -1) return FALSE; -- cgit v1.1