diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-08-24 13:19:07 -0700 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2022-08-25 16:10:02 +0800 |
commit | 4362996c0e9b6c8f78c2e8eb41ff674c226a2b6a (patch) | |
tree | e8634c0fbb5b18397b4991186f201f2bce80b1b0 /gas/NEWS | |
parent | 64411043fd0fcfba94cd6d1f0a2d2202a8701167 (diff) | |
download | gdb-4362996c0e9b6c8f78c2e8eb41ff674c226a2b6a.zip gdb-4362996c0e9b6c8f78c2e8eb41ff674c226a2b6a.tar.gz gdb-4362996c0e9b6c8f78c2e8eb41ff674c226a2b6a.tar.bz2 |
gas: NEWS: Add the RISC-V features for 2.35
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -124,6 +124,11 @@ Changes in 2.35: * Add -mbig-obj support to i386 MingW targets. +* Add support for the -mriscv-isa-version argument, to select the version of + the RISC-V ISA specification used when assembling. + +* Remove support for the RISC-V privileged specification, version 1.9. + Changes in 2.34: * Add -malign-branch-boundary=NUM, -malign-branch=TYPE[+TYPE...], |