From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21739 invoked by alias); 1 Apr 2005 07:51:58 -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 21180 invoked from network); 1 Apr 2005 07:51:52 -0000 Received: from unknown (HELO emea1-mh.id2.novell.com) (195.33.99.129) by sourceware.org with SMTP; 1 Apr 2005 07:51:52 -0000 Received: from EMEA1-MTA by emea1-mh.id2.novell.com with Novell_GroupWise; Fri, 01 Apr 2005 08:51:51 +0200 Message-Id: Date: Fri, 01 Apr 2005 07:51:00 -0000 From: "Jan Beulich" To: Cc: Subject: Re: [PATCH] x86: .bss/.previous interaction 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/msg00013.txt.bz2 Should this also go in the 2.16 branch? >>> Alan Modra 01.04.05 01:29:27 >>> On Thu, Mar 31, 2005 at 06:00:39PM +0200, Jan Beulich wrote: > gas/ > 2005-03-31 Jan Beulich >=20 > * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook. >=20 > gas/testsuite/ > 2005-03-31 Jan Beulich >=20 > * gas/i386/bss.[sd]: New. > * gas/i386/i386.exp: Run new test. OK. > + > +if { ([istarget i*86-*-*] || [istarget x86_64-*-*]) } then { > + if { [istarget *-*-elf*] > + || [istarget *-*-linux*] > + && ![istarget *-*-linux*aout*] > + && ![istarget *-*-linux*oldld*] > + } then { > + run_dump_test "bss" > + } > +} Except that this should just be a one line addition to the existing ELF tests for i386. --=20 Alan Modra IBM OzLabs - Linux Technology Centre