From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12249 invoked by alias); 18 Apr 2005 14:13:48 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 12227 invoked from network); 18 Apr 2005 14:13:45 -0000 Received: from unknown (HELO emea1-mh.id2.novell.com) (195.33.99.129) by sourceware.org with SMTP; 18 Apr 2005 14:13:45 -0000 Received: from EMEA1-MTA by emea1-mh.id2.novell.com with Novell_GroupWise; Mon, 18 Apr 2005 15:13:44 +0200 Message-Id: Date: Mon, 18 Apr 2005 14:13:00 -0000 From: "Jan Beulich" To: Cc: ,, , Subject: Re: [PATCH] ELF: make .struct interact with .previous Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005-04/txt/msg00480.txt.bz2 >You are assuming .short will be aligned at 2. The example in document >has > > .struct 0 > field1: > .struct field1 + 4 > field2: > .struct field2 + 4 > field3: This usage seems ill to me anyway (and it kills what the test tests for - t= he use of .previous). Yes, I assume .short is (at most) 2-byte aligned; if = that's too little, it could be further bumped. Jan