From owner-freebsd-arch@FreeBSD.ORG Sat May 12 22:07:13 2007 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D497316A406 for ; Sat, 12 May 2007 22:07:13 +0000 (UTC) (envelope-from sean-freebsd@farley.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 9C7C313C458 for ; Sat, 12 May 2007 22:07:13 +0000 (UTC) (envelope-from sean-freebsd@farley.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.1/8.14.1) with ESMTP id l4CM7AIJ005241; Sat, 12 May 2007 17:07:10 -0500 (CDT) (envelope-from sean-freebsd@farley.org) Date: Sat, 12 May 2007 17:07:09 -0500 (CDT) From: "Sean C. Farley" To: Alexander Leidinger In-Reply-To: <20070512170748.msq4hriby804skcg@webmail.leidinger.net> Message-ID: <20070512170535.A7595@thor.farley.org> References: <20070504213312.GA33163@nagual.pp.ru> <20070504174657.D1343@thor.farley.org> <20070505213202.GA49925@nagual.pp.ru> <20070505163707.J6670@thor.farley.org> <20070505221125.GA50439@nagual.pp.ru> <20070506091835.A43775@besplex.bde.org> <20070508162458.G6015@baba.farley.org> <20070508222521.GA59534@nagual.pp.ru> <20070509200000.B56490@besplex.bde.org> <20070510184447.H4969@baba.farley.org> <20070511083502.GJ54713@elvis.mu.org> <20070511181141.P9004@baba.farley.org> <20070512170748.msq4hriby804skcg@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: arch@freebsd.org Subject: Re: HEADS DOWN X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2007 22:07:13 -0000 On Sat, 12 May 2007, Alexander Leidinger wrote: > Quoting "Sean C. Farley" (from Fri, 11 May 2007 > 18:21:09 -0500 (CDT)): > >> It seems that __attribute__((pure)) is not supported by the Intel >> compiler. Would my strlen() be of any use when libc is compiled with >> it? > > That's one reason we have cdefs.h, so you can use appropriate macros > instead of using __attribute__((foo)) directly. Actually, what I meant was that strlen() has the pure attribute via __pure, and cdefs.h shows that the Intel compiler is not able to make use of it. Sean -- sean-freebsd@farley.org