From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13355 invoked by alias); 19 Mar 2008 09:14:40 -0000 Received: (qmail 13345 invoked by uid 22791); 19 Mar 2008 09:14:39 -0000 X-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_50 X-Spam-Check-By: sourceware.org Received: from ms4.Sony.CO.JP (HELO ms4.sony.co.jp) (211.125.136.198) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Mar 2008 09:14:12 +0000 Received: from mta8.sony.co.jp (mta8.Sony.CO.JP [137.153.71.15]) by ms4.sony.co.jp (R8/Sony) with ESMTP id m2J9E7PG026663 for ; Wed, 19 Mar 2008 18:14:07 +0900 (JST) Received: from mta8.sony.co.jp (localhost [127.0.0.1]) by mta8.sony.co.jp (R8/Sony) with ESMTP id m2J9E9QW004180 for ; Wed, 19 Mar 2008 18:14:09 +0900 (JST) Received: from smail1.sm.sony.co.jp (smail1.sm.sony.co.jp [43.11.253.1]) by mta8.sony.co.jp (R8/Sony) with ESMTP id m2J9E8JH004177 for ; Wed, 19 Mar 2008 18:14:09 +0900 (JST) Received: from imail.sm.sony.co.jp (imail.sm.sony.co.jp [43.4.141.32]) by smail1.sm.sony.co.jp (8.11.6p2/8.11.6) with ESMTP id m2J9E8P22051 for ; Wed, 19 Mar 2008 18:14:08 +0900 (JST) Received: from localhost (tidal.sm.sony.co.jp [43.4.145.112]) by imail.sm.sony.co.jp (8.12.11/3.7W) with ESMTP id m2J9E8NA015427 for ; Wed, 19 Mar 2008 18:14:08 +0900 (JST) Date: Wed, 19 Mar 2008 09:14:00 -0000 Message-Id: <20080319.180854.102581888.kaminaga@sm.sony.co.jp> To: prelink@sourceware.org Subject: MIPS prelink problem/solved From: Hiroki Kaminaga X-Mailer: Mew version 4.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact prelink-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: prelink-owner@sourceware.org X-SW-Source: 2008-q1/txt/msg00000.txt.bz2 Hi, This is just for a record, the original thread could be found at: http://www.linux-mips.org/archives/linux-mips/2008-03/msg00096.html To summarize, with the recent binutils, MIPS prelink is getting following error while executing prelink -amR. No space in ELF segment table to add new ELF segment With the below patch, this error message was solved: http://sourceware.org/ml/prelink/2007-q4/msg00001.html (Hiroki Kaminaga) t --