This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] x86: .bss/.previous interaction


Should this also go in the 2.16 branch?

>>> Alan Modra <amodra@bigpond.net.au> 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  <jbeulich@novell.com>
> 
> 	* config/tc-i386.c (s_bss): Call obj_elf_section_change_hook.
> 
> gas/testsuite/
> 2005-03-31  Jan Beulich  <jbeulich@novell.com>
> 
> 	* 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.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]