From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23542 invoked by alias); 13 Apr 2016 16:38:58 -0000 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 Received: (qmail 23454 invoked by uid 89); 13 Apr 2016 16:38:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 13 Apr 2016 16:38:47 +0000 Received: from EUSAAHC004.ericsson.se (Unknown_Domain [147.117.188.84]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id E5.43.03614.CE57E075; Wed, 13 Apr 2016 18:38:05 +0200 (CEST) Received: from elxa4wqvvz1 (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.84) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 13 Apr 2016 12:38:44 -0400 References: <1460553972-3838-1-git-send-email-antoine.tremblay@ericsson.com> <8360vlfttz.fsf@gnu.org> User-agent: mu4e 0.9.17; emacs 24.4.1 From: Antoine Tremblay To: Eli Zaretskii CC: , Subject: Re: [PATCH] Fix zero_ext documentation In-Reply-To: <8360vlfttz.fsf@gnu.org> Date: Wed, 13 Apr 2016 16:38:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00293.txt.bz2 Eli Zaretskii writes: >> From: Antoine Tremblay >> CC: Antoine Tremblay >> Date: Wed, 13 Apr 2016 09:26:12 -0400 >> >> This patch fixes the documentation for the zero_ext bytecode description. >> >> It removes parts that seemed like a copy/paste from ext, since zero_ext >> zeros the bits to the left. > > OK, thanks. Pushed, thanks.