From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4169 invoked by alias); 17 Jan 2008 12:04:39 -0000 Received: (qmail 4159 invoked by uid 22791); 17 Jan 2008 12:04:39 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Jan 2008 12:04:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 76ED12A9652; Thu, 17 Jan 2008 07:04:20 -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 xDpZWq4Qy4+w; Thu, 17 Jan 2008 07:04:20 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EB22B2A964F; Thu, 17 Jan 2008 07:04:19 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 95D4AE7ACB; Thu, 17 Jan 2008 04:03:27 -0800 (PST) Date: Thu, 17 Jan 2008 12:04:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Handle BINOP_INTDIV in valarith.c Message-ID: <20080117120327.GD28020@adacore.com> References: <002d01c85849$ef420f80$cdc62e80$@u-strasbg.fr> <20080117115741.GC28020@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080117115741.GC28020@adacore.com> User-Agent: Mutt/1.4.2.2i 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: 2008-01/txt/msg00438.txt.bz2 > > 2008-01-16 Pierre Muller > > > > * valarith.c (value_binop): Handle BINOP_INTDIV > > for unsigned and signed integers. > > This patch is approved. BTW: Please remember to update the documentation as asked by Eli! I think this is also worth a NEWS entry. Eli? -- Joel