[PATCHv3 1/7] gas/arc: Fix test for big-endian arc

Claudiu Zissulescu Claudiu.Zissulescu@synopsys.com
Wed Mar 16 10:56:00 GMT 2016


This test was failing for a while in our nightly, good you fix it.

//Claudiu

> -----Original Message-----
> From: Andrew Burgess [mailto:andrew.burgess@embecosm.com]
> Sent: Wednesday, March 16, 2016 12:02 AM
> To: binutils@sourceware.org
> Cc: Claudiu.Zissulescu@synopsys.com; Cupertino.Miranda@synopsys.com;
> noamca@mellanox.com; Nick Clifton; Andreas Schwab; Andrew Burgess
> Subject: [PATCHv3 1/7] gas/arc: Fix test for big-endian arc
> 
> The inline-data test checks the specific bytes laid down by the
> assembler, and so relies on the endianness of the target.  I could
> change the expected results to be endian agnostic, however, I worried
> that a bug in the assembler that gets the endianness wrong would then
> slip through.  Instead I add a new test for big-endian arc, and restrict
> the existing test to little-endian arc.
> 
> gas/ChangeLog:
> 
> 	* testsuite/gas/arc/inline-data-1.d: Add target restriction.
> 	* testsuite/gas/arc/inline-data-2.d: New file.
> ---
>  gas/ChangeLog                         | 5 +++++
>  gas/testsuite/gas/arc/inline-data-1.d | 1 +
>  gas/testsuite/gas/arc/inline-data-2.d | 9 +++++++++
>  3 files changed, 15 insertions(+)
>  create mode 100644 gas/testsuite/gas/arc/inline-data-2.d
> 
> diff --git a/gas/ChangeLog b/gas/ChangeLog
> index d67d752..ec65c57 100644
> --- a/gas/ChangeLog
> +++ b/gas/ChangeLog
> @@ -1,3 +1,8 @@
> +2016-03-15  Andrew Burgess  <andrew.burgess@embecosm.com>
> +
> +	* testsuite/gas/arc/inline-data-1.d: Add target restriction.
> +	* testsuite/gas/arc/inline-data-2.d: New file.
> +
>  2016-03-15  Ulrich Drepper  <drepper@gmail.com>
> 
>  	* doc/c-i386.texi (Register Naming): Update to details of the
> diff --git a/gas/testsuite/gas/arc/inline-data-1.d
> b/gas/testsuite/gas/arc/inline-data-1.d
> index ce5c272..9b5e442 100644
> --- a/gas/testsuite/gas/arc/inline-data-1.d
> +++ b/gas/testsuite/gas/arc/inline-data-1.d
> @@ -1,4 +1,5 @@
>  #as: -mcpu=arc700
> +#target: arc-*
>  #objdump: -sj .text
> 
>  .*: +file format .*arc.*
> diff --git a/gas/testsuite/gas/arc/inline-data-2.d
> b/gas/testsuite/gas/arc/inline-data-2.d
> new file mode 100644
> index 0000000..60435d4
> --- /dev/null
> +++ b/gas/testsuite/gas/arc/inline-data-2.d
> @@ -0,0 +1,9 @@
> +#as: -mcpu=arc700
> +#target: arceb-*
> +#objdump: -sj .text
> +#source: inline-data-1.s
> +
> +.*: +file format .*arc.*
> +
> +Contents of section .text:
> + [0-9a-f]+ aabbccdd eeff .*
> --
> 2.5.1



More information about the Binutils mailing list