From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16852 invoked by alias); 24 Jul 2009 23:32:10 -0000 Received: (qmail 16838 invoked by uid 22791); 24 Jul 2009 23:32:09 -0000 X-SWARE-Spam-Status: No, hits=-51.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Jul 2009 23:32:06 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6ONVslN024162; Fri, 24 Jul 2009 19:31:54 -0400 Received: from greed.delorie.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6ONVrDf021878; Fri, 24 Jul 2009 19:31:54 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id n6ONVqUe003649; Fri, 24 Jul 2009 19:31:53 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id n6ONVqSl003646; Fri, 24 Jul 2009 19:31:52 -0400 Date: Fri, 24 Jul 2009 23:55:00 -0000 Message-Id: <200907242331.n6ONVqSl003646@greed.delorie.com> From: DJ Delorie To: Ian Lance Taylor CC: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org In-reply-to: (message from Ian Lance Taylor on Fri, 24 Jul 2009 15:49:00 -0700) Subject: Re: Add crc32 function to libiberty References: X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-07/txt/msg00613.txt.bz2 Please make sure any CRC routines added to libiberty document the polynomial they use. Referencing a web site that may vanish at any time is too risky, despite how standard this polynomial happens to be at the moment.