X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Femultempl%2Firix.em;fp=ld%2Femultempl%2Firix.em;h=41b8ce42a79f490a7ce5786add2df75db0316f97;hp=b4a8f4e13fd4d07824da57e8eb92fec394f4c3a1;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/emultempl/irix.em b/ld/emultempl/irix.em index b4a8f4e..41b8ce4 100644 --- a/ld/emultempl/irix.em +++ b/ld/emultempl/irix.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2004, 2006, 2007 Free Software Foundation, Inc. +# Copyright 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # @@ -33,7 +33,8 @@ static void irix_after_open (void) { if (link_info.shared && command_line.soname == 0) - command_line.soname = (char *) lbasename (bfd_get_filename (output_bfd)); + command_line.soname + = (char *) lbasename (bfd_get_filename (link_info.output_bfd)); gld${EMULATION_NAME}_after_open (); }