From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ue4xa-0005ZR-Fq for qemu-devel@nongnu.org; Sun, 19 May 2013 10:51:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ue4xZ-00081x-Jb for qemu-devel@nongnu.org; Sun, 19 May 2013 10:51:42 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:55050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ue4xZ-00081r-BI for qemu-devel@nongnu.org; Sun, 19 May 2013 10:51:41 -0400 Message-ID: <5198E6FA.3080404@msgid.tls.msk.ru> Date: Sun, 19 May 2013 18:51:38 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <20120110173816.GB6244@volta.aurel32.net> <515FBBC9.1020800@msgid.tls.msk.ru> <5189FC50.4020503@msgid.tls.msk.ru> <20130519125807.GB5144@ohm.aurel32.net> In-Reply-To: <20130519125807.GB5144@ohm.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] sparc-linux-user: Fix missing symbols in .rel/.rela.plt sections List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Blue Swirl , qemu-devel@nongnu.org 19.05.2013 16:58, Aurelien Jarno wrote: > On Thu, May 09, 2013 at 05:56:03PM +0000, Blue Swirl wrote: >> On Wed, May 8, 2013 at 7:18 AM, Michael Tokarev wrote: >>> Ping #2? >>> >>> 06.04.2013 10:08, Michael Tokarev wrote: >>>> This patch was submitted more than a year ago (at Jan-2012). >>>> Is it still needed? If yes, why it hasn't been applied? >> >> Well, is it still needed? > > Without it, trying to build static qemu-user on sparc leads to the > following error: ... > | /usr/lib/gcc/sparc-linux-gnu/4.6/../../../sparc-linux-gnu/libc.a(elf-init.o): In function `__libc_csu_irel': > | (.text+0x148): undefined reference to `__rela_iplt_end' > | /usr/lib/gcc/sparc-linux-gnu/4.6/../../../sparc-linux-gnu/libc.a(elf-init.o): In function `__libc_csu_irel': > | (.text+0x14c): undefined reference to `__rela_iplt_start' > | /usr/lib/gcc/sparc-linux-gnu/4.6/../../../sparc-linux-gnu/libc.a(elf-init.o): In function `__libc_csu_irel': > | (.text+0x150): undefined reference to `__rela_iplt_end' > | collect2: ld returned 1 exit status > | make[1]: *** [qemu-mips] Error 1 > | make: *** [subdir-mips-linux-user] Error 2 > > So I think it is still needed, unless you have another fix in mind. If we apply this for 1.5, it will be the first release of debian package without extra fixes. Hopefully anyway :) (Ofcourse we may add more fixes later but... ;) /mjt