This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Commit: xfail rgn-at11 test for MIPS
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: binutils at sourceware dot org
- Date: Thu, 14 Jan 2016 02:07:30 -0500 (EST)
- Subject: Re: Commit: xfail rgn-at11 test for MIPS
- Authentication-results: sourceware.org; auth=none
- References: <87y4btde0c dot fsf at redhat dot com>
On Wed, 13 Jan 2016, Nick Clifton wrote:
> Hi Guys,
>
> I am applying the patch below to the mainline and 2.26 branch. It
> adds an XFAIl for MIPS targets to the linker's rgn-at11 test because
> the MIPS assembler aligns sections to a 16 byte boundary.
>
> Cheers
> Nick
>
> 2016-01-13 Nick Clifton <nickc@redhat.com>
>
> * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
> MIPS targets.
>
> diff --git a/ld/testsuite/ld-scripts/rgn-at11.d b/ld/testsuite/ld-scripts/rgn-at11.d
> index 9ebbd28..e37cbd7 100644
> --- a/ld/testsuite/ld-scripts/rgn-at11.d
> +++ b/ld/testsuite/ld-scripts/rgn-at11.d
> @@ -1,9 +1,12 @@
> #source: rgn-at10.s
> #ld: -T rgn-at11.t
> #objdump: -h --wide
> -#xfail: rx-*-*
> +#xfail: rx-*-* mips*-*-*
> # Test that lma is not adjusted in case the section start vma is aligned and
> # lma_region != region if not requested by script.
> +# Fails for RX because it ignores the LMA (for compatibility with Renesas tools)
> +# Fails for MIPS targets because the assembler pads all sections to a 16 byte
> +# boundary.
Nit: the descriptions make it sound like it should be a
"notarget" rather than an "xfail" for both targets.
brgds, H-P