From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14595 invoked by alias); 22 Jan 2004 23:12: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 14579 invoked from network); 22 Jan 2004 23:12:54 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 22 Jan 2004 23:12:54 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id A345C357B; Thu, 22 Jan 2004 15:12:53 -0800 (PST) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i0MNCoOi029479; Thu, 22 Jan 2004 15:12:51 -0800 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i0MNCnqp029474; Thu, 22 Jan 2004 15:12:49 -0800 Date: Thu, 22 Jan 2004 23:12:00 -0000 Message-Id: <200401222312.i0MNCnqp029474@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Andreas Jaeger Cc: GNU libc hackers Subject: Re: Get rid of warning in linuxthreads/spinlock.c In-Reply-To: Andreas Jaeger's message of Thursday, 22 January 2004 12:01:10 +0100 X-Shopping-List: (1) Inquisitive dice (2) Reticent mountains (3) Incoherent flotation onions (4) Sulfurous commissions X-SW-Source: 2004-01/txt/msg00091.txt.bz2 > > this patch gets rid of: > > spinlock.c:33: warning: matching constraint does not allow a register > > Ok to commit? If using the "m" constraint works right in all gcc >= 3.2, then fine. > * spinlock.c (__pthread_lock): Fix contraint to avoid warning. ^typo