From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27873 invoked by alias); 5 Aug 2002 06:59:55 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 27801 invoked from network); 5 Aug 2002 06:59:55 -0000 Received: from unknown (HELO perdition.linnaean.org) (66.31.43.253) by sources.redhat.com with SMTP; 5 Aug 2002 06:59:55 -0000 Received: by perdition.linnaean.org (Postfix, from userid 5281) id BA89C1BA1E; Mon, 5 Aug 2002 02:59:54 -0400 (EDT) From: Roland McGrath MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix IA-64 build In-Reply-To: Jakub Jelinek's message of Mon, 5 August 2002 08:24:27 +0200 <20020805082427.Y20867@sunsite.ms.mff.cuni.cz> X-Zippy-Says: I'll clean your ROOM!! I know some GOOD stories, too!! All about ROAD Island's, HUSH Puppies, and how LUKE finds GOLD on his LAND!! Message-Id: <20020805065954.BA89C1BA1E@perdition.linnaean.org> Date: Sun, 04 Aug 2002 23:59:00 -0000 X-SW-Source: 2002-08/txt/msg00062.txt.bz2 > If it listed __libc_lseek, __llseek among aliases, it would work, yes. I put in the make-syscalls.sh change. Can you now send a syscalls.list change that's verified to work on ia64 using the new syntax? Just replace the syscall name with - for a dummy module and skip the following fields. The second field (caller) behaves the same so syscalls.list can say e.g. make lseek a dummy iff llseek came from that list and was not overridden by a different sysdeps dir.