From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29220 invoked by alias); 5 Sep 2008 18:16:21 -0000 Received: (qmail 29212 invoked by uid 22791); 5 Sep 2008 18:16:20 -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; Fri, 05 Sep 2008 18:15:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 54E462A96FF; Fri, 5 Sep 2008 14:15:44 -0400 (EDT) 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 gUZHrkFN7jEt; Fri, 5 Sep 2008 14:15:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 222AB2A968B; Fri, 5 Sep 2008 14:15:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 200B5E7ACD; Fri, 5 Sep 2008 20:15:42 +0200 (CEST) Date: Fri, 05 Sep 2008 18:16:00 -0000 From: Joel Brobecker To: uweigand@de.ibm.com Cc: gdb-patches@sourceware.org Subject: Re: [rfc][03/37] Eliminate builtin_type_ macros: Extract bitstring subscript handling Message-ID: <20080905181542.GB15267@adacore.com> References: <20080831175045.128504000@de.ibm.com> <20080831175117.806311000@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080831175117.806311000@de.ibm.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-09/txt/msg00103.txt.bz2 > * valarith.h (value_bitstring_subscript): New function. > (value_subscript): No longer handle TYPE_CODE_BITSTRING. Perhaps it would be worth mentioning in the function description that it no longer handle bitstrings? -- Joel