mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
2006-01-18 Roger Sayle <roger@eyesopen.com>
* emultempl/irix.em: Use lbasename instead of basename.
This commit is contained in:
parent
3fca68fa58
commit
0dacb9e1e3
@ -1,3 +1,7 @@
|
||||
2006-01-18 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* emultempl/irix.em: Use lbasename instead of basename.
|
||||
|
||||
2006-01-16 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/zh_CN.po: New Chinese (simplified) translation.
|
||||
|
@ -1,5 +1,5 @@
|
||||
# This shell script emits a C file. -*- C -*-
|
||||
# Copyright 2004 Free Software Foundation, Inc.
|
||||
# Copyright 2004, 2006 Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is part of GLD, the Gnu Linker.
|
||||
#
|
||||
@ -32,7 +32,7 @@ static void
|
||||
irix_after_open (void)
|
||||
{
|
||||
if (link_info.shared && command_line.soname == 0)
|
||||
command_line.soname = basename (bfd_get_filename (output_bfd));
|
||||
command_line.soname = (char *) lbasename (bfd_get_filename (output_bfd));
|
||||
|
||||
gld${EMULATION_NAME}_after_open ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user