From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19349 invoked by alias); 27 Nov 2012 20:29:23 -0000 Received: (qmail 19288 invoked by uid 22791); 27 Nov 2012 20:29:21 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO,TW_CP X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Nov 2012 20:29:16 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3752C2E208; Tue, 27 Nov 2012 15:29:16 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FvUPZR5nbTQT; Tue, 27 Nov 2012 15:29:16 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 03EC62E027; Tue, 27 Nov 2012 15:29:15 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id B8C18C2713; Tue, 27 Nov 2012 21:29:13 +0100 (CET) Date: Tue, 27 Nov 2012 20:29:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb@sourceware.org Subject: Re: New GDB 7.5.x release sometime next week? Message-ID: <20121127202913.GC3540@adacore.com> References: <20121122163146.GH9650@adacore.com> <201211271514.03376.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201211271514.03376.vapier@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00078.txt.bz2 > how about this in libiberty/: > 2012-07-31 Mike Frysinger > > * md5.c (md5_finish_ctx): Declare swap_bytes. Assign SWAP() output > to swap_bytes, and then call memcpy to move it to ctx->buffer. As always, a quick explanation of what it fixes, and why it is important enough that it should be included in the release would help. Just from the ChangeLog entry alone, I am having a difficult time evaluating it. Thanks! -- Joel