diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/arc/inline-data-1.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/arc/inline-data-2.d | 9 |
3 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 53c3b3b..55e2995 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-03-21 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-21 Nick Clifton <nickc@redhat.com> * atof-generic.c: Replace use of alloca with call to xmalloc. 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 .* |