From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31396 invoked by alias); 17 Mar 2002 01:17:42 -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 31329 invoked from network); 17 Mar 2002 01:17:41 -0000 Received: from unknown (HELO nevyn.them.org) (128.2.145.6) by sources.redhat.com with SMTP; 17 Mar 2002 01:17:41 -0000 Received: from drow by nevyn.them.org with local (Exim 3.35 #1 (Debian)) id 16mPIq-0002zw-00 for ; Sat, 16 Mar 2002 20:17:40 -0500 Date: Sat, 16 Mar 2002 17:17:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [patch] ``struct value'' cleanups Message-ID: <20020316201740.A10905@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <3C93EB92.2030003@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C93EB92.2030003@cygnus.com> User-Agent: Mutt/1.3.23i X-SW-Source: 2002-03/txt/msg00265.txt.bz2 On Sat, Mar 16, 2002 at 08:04:18PM -0500, Andrew Cagney wrote: > @@ -166,9 +158,10 @@ > union > { > long contents[1]; > - double force_double_align; > - LONGEST force_longlong_align; > - char *literal_data; > + DOUBLEST force_doublest_align; > + LONGEST force_longest_align; > + CORE_ADDR force_core_addr_align; > + void *force_pointer_aligh; > } > aligner; > /* Do not add any new members here -- contents above will trash them */ (I suppose literal_data was not actually used anywhere either? It seems different than the other members...) Typo, force_pointer_aligh. ^ -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer