From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20609 invoked by alias); 9 Feb 2012 19:04:38 -0000 Received: (qmail 20599 invoked by uid 22791); 9 Feb 2012 19:04:37 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,TW_QE X-Spam-Check-By: sourceware.org Received: from toast.topped-with-meat.com (HELO topped-with-meat.com) (204.197.218.159) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Feb 2012 19:04:25 +0000 Received: by topped-with-meat.com (Postfix, from userid 5281) id 342B82C0D9; Thu, 9 Feb 2012 11:04:25 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Richard Henderson Cc: libc-ports@sourceware.org Subject: Re: [PATCH 00/10] Alpha compilation fixes In-Reply-To: Richard Henderson's message of Wednesday, 8 February 2012 20:28:55 -0800 <1328761745-24481-1-git-send-email-rth@twiddle.net> References: <1328761745-24481-1-git-send-email-rth@twiddle.net> Message-Id: <20120209190425.342B82C0D9@topped-with-meat.com> Date: Thu, 09 Feb 2012 19:04:00 -0000 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.0 cv=fe7WOzsF c=1 sm=1 a=tP8fjZvMlIEA:10 a=kj9zAlcOel0A:10 a=yaKUAWSFmZbqLeq03FwA:9 a=CjuIK1q_8ugA:10 a=WkljmVdYkabdwxfqvArNOQ==:117 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00023.txt.bz2 > I've yet to figure out why binfmt_misc has trouble letting qemu > execute the direct ld.so invocations that we use in a full glibc test... I think it's based on exact matching of header byte patterns. The qemu setup probably only registered the patterns with ET_EXEC, not the ET_DYN ones.