diff options
author | Alan Modra <amodra@gmail.com> | 2012-03-15 01:36:29 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-03-15 01:36:29 +0000 |
commit | 57b99c84f95f8e6cd82d1288e9ca8403e90f712f (patch) | |
tree | 707cf181d6fac27779ff61ad1b598a050e4f6f67 /gas/testsuite | |
parent | 0a8af9c64cb0e48cd9ed0433c0aa70270b89f38e (diff) | |
download | gdb-57b99c84f95f8e6cd82d1288e9ca8403e90f712f.zip gdb-57b99c84f95f8e6cd82d1288e9ca8403e90f712f.tar.gz gdb-57b99c84f95f8e6cd82d1288e9ca8403e90f712f.tar.bz2 |
* gas/i386/bundle-lock.d: Ignore trailing nops.
* gas/i386/bundle.d: Likewise.
* gas/i386/x86-64-bundle.d: Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/bundle-lock.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/bundle.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/x86-64-bundle.d | 1 |
4 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 868aa0a..878321d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2012-03-15 Alan Modra <amodra@gmail.com> + + * gas/i386/bundle-lock.d: Ignore trailing nops. + * gas/i386/bundle.d: Likewise. + * gas/i386/x86-64-bundle.d: Likewise. + 2012-03-13 Roland McGrath <mcgrathr@google.com> * gas/i386/bundle-bad.s: New file. diff --git a/gas/testsuite/gas/i386/bundle-lock.d b/gas/testsuite/gas/i386/bundle-lock.d index cf61943..afca500 100644 --- a/gas/testsuite/gas/i386/bundle-lock.d +++ b/gas/testsuite/gas/i386/bundle-lock.d @@ -3053,3 +3053,4 @@ Disassembly of section \.text: *bde0:\s+(f4\s+hlt|f8\s+clc)\s* #... *be00:\s+f4\s+hlt\s* +#pass diff --git a/gas/testsuite/gas/i386/bundle.d b/gas/testsuite/gas/i386/bundle.d index 4dda7ac..466a488 100644 --- a/gas/testsuite/gas/i386/bundle.d +++ b/gas/testsuite/gas/i386/bundle.d @@ -2191,3 +2191,4 @@ Disassembly of section \.text: *8820:\s+([0-9a-f][0-9a-f] )+\s+[a-z].+ #... *8840:\s+([0-9a-f][0-9a-f] )+\s+[a-z].+ +#pass diff --git a/gas/testsuite/gas/i386/x86-64-bundle.d b/gas/testsuite/gas/i386/x86-64-bundle.d index 8f6ccef..90f3f90 100644 --- a/gas/testsuite/gas/i386/x86-64-bundle.d +++ b/gas/testsuite/gas/i386/x86-64-bundle.d @@ -2279,3 +2279,4 @@ Disassembly of section \.text: *8da0:\s+([0-9a-f][0-9a-f] )+\s+[a-z].+ #... *8dc0:\s+([0-9a-f][0-9a-f] )+\s+[a-z].+ +#pass |