From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27247 invoked by alias); 15 Jun 2004 20:12:13 -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 27179 invoked from network); 15 Jun 2004 20:12:10 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sourceware.org with SMTP; 15 Jun 2004 20:12:10 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 2AB74357B; Tue, 15 Jun 2004 13:12:09 -0700 (PDT) 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 i5FKC8Oi009764; Tue, 15 Jun 2004 13:12:08 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i5FKC8B6009760; Tue, 15 Jun 2004 13:12:08 -0700 Date: Tue, 15 Jun 2004 20:12:00 -0000 Message-Id: <200406152012.i5FKC8B6009760@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix i386 In-Reply-To: Jakub Jelinek's message of Sunday, 13 June 2004 19:35:47 +0200 <20040613173547.GR5191@sunsite.ms.mff.cuni.cz> X-Zippy-Says: It's a lot of fun being alive... I wonder if my bed is made?!? X-SW-Source: 2004-06/txt/msg00032.txt.bz2 > 2004-06-13 Jakub Jelinek > > * sysdeps/i386/bits/string.h (memcpy): Add () around arguments. > (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c, > __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory > the asm uses as its input, either of size __n where __n is known or > 0xfffffff. > (strstr): Add "memory" clobber. Applied. Thanks, Roland