From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19343 invoked by alias); 7 Jun 2003 10:39:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 19247 invoked from network); 7 Jun 2003 10:39:47 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 7 Jun 2003 10:39:47 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h57AdlH11976 for ; Sat, 7 Jun 2003 06:39:47 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h57AdkI03389; Sat, 7 Jun 2003 06:39:46 -0400 Received: from localhost.localdomain.redhat.com (vpnuser7.stuttgart.redhat.com [172.16.4.7]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h57Adbv19788; Sat, 7 Jun 2003 06:39:44 -0400 To: Andrew Cagney Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: RFC: strip --strip-nondebug References: <16095.28727.461421.387212@localhost.redhat.com> <16095.39199.714582.752069@localhost.redhat.com> <16096.38018.961095.469616@localhost.redhat.com> <3EE108C3.2070407@redhat.com> From: Nick Clifton Date: Sat, 07 Jun 2003 10:39:00 -0000 In-Reply-To: <3EE108C3.2070407@redhat.com> (Andrew Cagney's message of "Fri, 06 Jun 2003 17:33:55 -0400") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00258.txt.bz2 Hi Andrew, > BTW, which CRC? GDB appears to have more CRC checkers than one can > poke a stick at :-/ gnu_debuglink_crc32() defined in gdb/utils.c Cheers Nick