From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13088 invoked by alias); 26 Jul 2009 11:42:58 -0000 Received: (qmail 13074 invoked by uid 22791); 26 Jul 2009 11:42:58 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 26 Jul 2009 11:42:55 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n6QBgg3p022161; Sun, 26 Jul 2009 07:42:42 -0400 Received: from fche.csb (vpn-225-127.phx2.redhat.com [10.3.225.127]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n6QBgeAT023464; Sun, 26 Jul 2009 07:42:40 -0400 Received: by fche.csb (Postfix, from userid 2569) id CDB125845D; Sun, 26 Jul 2009 07:42:39 -0400 (EDT) To: Ian Lance Taylor Cc: "H.J. Lu" , gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, dj@redhat.com Subject: Re: Add crc32 function to libiberty References: <6dc9ffc80907241723w18e945a5x6c665ec1780da6af@mail.gmail.com> From: fche@redhat.com (Frank Ch. Eigler) Date: Sun, 26 Jul 2009 12:30:00 -0000 In-Reply-To: (Ian Lance Taylor's message of "Fri, 24 Jul 2009 17:44:23 -0700") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00637.txt.bz2 Ian Lance Taylor writes: > As the comments in the file explain, the algorithm is intended to > compute the precise CRC that gdb computes. [...] Then how about renaming it gdb_crc32 ? - FChE