mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Assemble powerpc vle lsp tests with -a32
-mvle isn't a valid 64-bit option. * testsuite/gas/ppc/lsp-checks.d: Assemble with -a32. * testsuite/gas/ppc/lsp.d: Likewise.
This commit is contained in:
parent
11db943032
commit
bb4b64b0db
@ -1,3 +1,8 @@
|
||||
2017-08-22 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/gas/ppc/lsp-checks.d: Assemble with -a32.
|
||||
* testsuite/gas/ppc/lsp.d: Likewise.
|
||||
|
||||
2017-08-21 Alexander Fedotov <alexander.fedotov@nxp.com>
|
||||
Edmar Wienskoski <edmar.wienskoski@nxp.com
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#name: Test LSP operands checks
|
||||
#as: -mvle
|
||||
#as: -a32 -mvle
|
||||
#error-output: lsp-checks.l
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -mvle
|
||||
#as: -a32 -mvle
|
||||
#objdump: -d -Mvle
|
||||
#name: Validate LSP instructions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user