From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20195 invoked by alias); 20 Apr 2005 09:31:46 -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 20183 invoked from network); 20 Apr 2005 09:31:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 20 Apr 2005 09:31:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j3K9Vgc5017142 for ; Wed, 20 Apr 2005 05:31:42 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j3K9VgO29330; Wed, 20 Apr 2005 05:31:42 -0400 Received: from [172.31.0.98] (vpnuser7.surrey.redhat.com [172.16.9.7]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j3K9Vfkk029768; Wed, 20 Apr 2005 10:31:41 +0100 Message-ID: <42662130.5000401@redhat.com> Date: Wed, 20 Apr 2005 09:31:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Jan Beulich CC: hjl@lucon.org, binutils@sources.redhat.com Subject: Re: [PATCH] ELF: make .struct interact with .previous References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00547.txt.bz2 Hi Jan, >>>On Mon, 2005-04-18 at 00:57, Jan Beulich wrote: >>> >>>> * gas/elf/struct.s: Adjust to not get into alignment issues. >>>> * gas/elf/struct.d: Adjust for the above and the test's name. >>> >>>.short auto-aligns on IA-64, as it does for some other targets also, so >>>if you want a predictable address, you need to align before emitting the >>>short. >>> >>>Yes, this looks like the right fix to me. Thanks. >> >>Has this patch been checked in? > Not yet - it is my understanding that it still needs approval from a general maintainer, as this is general (or to be precise, ELF-specific) code. In which case please consider this patch approved. :-) Cheers Nick