From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24639 invoked by alias); 19 Sep 2004 03:58:36 -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 24632 invoked from network); 19 Sep 2004 03:58:36 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 19 Sep 2004 03:58:36 -0000 Received: from zaretski (pns03-204-211.inter.net.il [80.230.204.211]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CPG80982 (AUTH halo1); Sun, 19 Sep 2004 06:53:32 +0300 (IDT) Date: Sun, 19 Sep 2004 03:58:00 -0000 From: "Eli Zaretskii" To: Paul Hilfinger Message-ID: <01c49dfc$Blat.v2.2.2$1f8759e0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <20040918223738.E613FF2B95@nile.gnat.com> (message from Paul Hilfinger on Sat, 18 Sep 2004 18:37:38 -0400 (EDT)) Subject: Re: [commit] Changes for architecture type vector in Ada Reply-to: Eli Zaretskii References: <20040918223738.E613FF2B95@nile.gnat.com> X-SW-Source: 2004-09/txt/msg00298.txt.bz2 > From: Paul Hilfinger > Date: Sat, 18 Sep 2004 18:37:38 -0400 (EDT) > > 2004-09-18 Paul N. Hilfinger > > * ada-exp.y (type_int): New function to add layer of abstraction > around references to expression types. > (type_long): Ditto. > (type_long_long): Ditto. > (type_float): Ditto. > (type_double): Ditto. > (type_long_double): Ditto. > (type_char): Ditto. > (type_system_address): Ditto. In the future, I suggest to use a more efficient way of saying something about a bunch of functions: * ada-exp.y (type_int, type_long, type_long_long, type_float) (type_double, type_long_double, type_char, type_system_address): New functions to add layer of abstraction around references to expression types. TIA