-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since RV32E and RV64E are now ratified, this commit prepares the ABI support for LP64E (LP64 with reduced GPRs). gas/ChangeLog: * config/tc-riscv.c (riscv_set_abi_by_arch): Update the error message. (md_parse_option): Accept "lp64e". * doc/c-riscv.texi: Update the documentation to allow "lp64e". * testsuite/gas/riscv/mabi-fail-rv32e-lp64f.l: Change error message. * testsuite/gas/riscv/mabi-fail-rv32e-lp64d.l: Likewise. * testsuite/gas/riscv/mabi-fail-rv32e-lp64q.l: Likewise.
- Loading branch information
Showing
5 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.*Assembler messages: | ||
.*Error: can't have 64-bit ABI on 32-bit ISA | ||
.*Error: only the ilp32e ABI is supported for e extension | ||
.*Error: only ilp32e/lp64e ABI are supported for e extension | ||
.*Error: ilp32d/lp64d ABI can't be used when d extension isn't supported |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.*Assembler messages: | ||
.*Error: can't have 64-bit ABI on 32-bit ISA | ||
.*Error: only the ilp32e ABI is supported for e extension | ||
.*Error: only ilp32e/lp64e ABI are supported for e extension | ||
.*Error: ilp32f/lp64f ABI can't be used when f extension isn't supported |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.*Assembler messages: | ||
.*Error: can't have 64-bit ABI on 32-bit ISA | ||
.*Error: only the ilp32e ABI is supported for e extension | ||
.*Error: only ilp32e/lp64e ABI are supported for e extension | ||
.*Error: ilp32q/lp64q ABI can't be used when q extension isn't supported |