From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5469 invoked by alias); 11 Mar 2009 12:01:13 -0000 Received: (qmail 4996 invoked by uid 22791); 11 Mar 2009 12:01:12 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Mar 2009 12:01:03 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n2BBx0NN000302; Wed, 11 Mar 2009 07:59:00 -0400 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n2BBx4OR013783; Wed, 11 Mar 2009 07:59:05 -0400 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.2/8.14.2/Submit) id n2BBxCsA004605; Wed, 11 Mar 2009 12:59:12 +0100 Date: Wed, 11 Mar 2009 12:01:00 -0000 From: Jakub Jelinek To: "Joseph S. Myers" Cc: prelink@sourceware.org Subject: Re: [ARM prelink 3/3] Adjust tests for ARM Message-ID: <20090311115912.GL4561@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes 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: 2009-q1/txt/msg00007.txt.bz2 On Wed, Mar 04, 2009 at 01:44:53AM +0000, Joseph S. Myers wrote: > This is the third of three patches with various fixes to the > prelinker's ARM support. This one adds ARM to the list of > architectures requiring shared libraries to be PIC. Please commit if > OK. All the 3 ARM patches are now in SVN (in addition to fixing PPC64). Sorry for the delay. Jakub