* Add the RISC-V bits to gas/NEWS
@ 2022-08-24 20:19 Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 1/6] gas: NEWS: Add the RISC-V features for 2.31 Palmer Dabbelt
` (6 more replies)
0 siblings, 7 replies; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils
This is somewhat embarassing, but looks like we've neglected to add NEWS
entries since the one announcing our port. I've got through the history
and tried to pull everything out, I think I got all the big stuff like
new extensions.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 1/6] gas: NEWS: Add the RISC-V features for 2.31
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 2/6] gas: NEWS: Add the RISC-V features for 2.35 Palmer Dabbelt
` (5 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils; +Cc: Palmer Dabbelt
---
gas/NEWS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index abf3b019fe7..a152c411eea 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -218,6 +218,8 @@ Changes in 2.31:
* Add support for .nops directive. It is currently supported only for
x86 targets.
+* Add support for the .insn directive on RISC-V targets.
+
Changes in 2.30:
* Add support for loaction views in DWARF debug line information.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 1/6] gas: NEWS: Add the RISC-V features for 2.31
2022-08-24 20:19 ` [PATCH 1/6] gas: NEWS: Add the RISC-V features for 2.31 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
0 siblings, 0 replies; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils
---
gas/NEWS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index abf3b019fe7..a152c411eea 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -218,6 +218,8 @@ Changes in 2.31:
* Add support for .nops directive. It is currently supported only for
x86 targets.
+* Add support for the .insn directive on RISC-V targets.
+
Changes in 2.30:
* Add support for loaction views in DWARF debug line information.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 2/6] gas: NEWS: Add the RISC-V features for 2.35
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 1/6] gas: NEWS: Add the RISC-V features for 2.31 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 3/6] gas: NEWS: Add the RISC-V features for 2.36 Palmer Dabbelt
` (4 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils; +Cc: Palmer Dabbelt
---
gas/NEWS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index a152c411eea..e0e4d8438e3 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -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...],
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 2/6] gas: NEWS: Add the RISC-V features for 2.35
2022-08-24 20:19 ` [PATCH 2/6] gas: NEWS: Add the RISC-V features for 2.35 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
0 siblings, 0 replies; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils
---
gas/NEWS | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index a152c411eea..e0e4d8438e3 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -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...],
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 3/6] gas: NEWS: Add the RISC-V features for 2.36
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 1/6] gas: NEWS: Add the RISC-V features for 2.31 Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 2/6] gas: NEWS: Add the RISC-V features for 2.35 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 4/6] gas: NEWS: Add the RISC-V features for 2.37 Palmer Dabbelt
` (3 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils; +Cc: Palmer Dabbelt
---
gas/NEWS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index e0e4d8438e3..173cfbd0769 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -105,6 +105,8 @@ Changes in 2.36:
SHF_GNU_RETAIN specifies that the section should not be garbage
collected by the linker. It requires the GNU or FreeBSD ELF OSABIs.
+* Add support for the RISC-V Zihintpause extension.
+
Changes in 2.35:
* X86 NaCl target support is removed.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 3/6] gas: NEWS: Add the RISC-V features for 2.36
2022-08-24 20:19 ` [PATCH 3/6] gas: NEWS: Add the RISC-V features for 2.36 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
0 siblings, 0 replies; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils
---
gas/NEWS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index e0e4d8438e3..173cfbd0769 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -105,6 +105,8 @@ Changes in 2.36:
SHF_GNU_RETAIN specifies that the section should not be garbage
collected by the linker. It requires the GNU or FreeBSD ELF OSABIs.
+* Add support for the RISC-V Zihintpause extension.
+
Changes in 2.35:
* X86 NaCl target support is removed.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 4/6] gas: NEWS: Add the RISC-V features for 2.37
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
` (2 preceding siblings ...)
2022-08-24 20:19 ` [PATCH 3/6] gas: NEWS: Add the RISC-V features for 2.36 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 5/6] gas: NEWS: Add the RISC-V features for 2.38 Palmer Dabbelt
` (2 subsequent siblings)
6 siblings, 1 reply; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils; +Cc: Palmer Dabbelt
---
gas/NEWS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index 173cfbd0769..1149cd925a3 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -49,6 +49,9 @@ Changes in 2.37:
* Add support for Realm Management Extension (RME) for AArch64.
+* Add support for the Zba, Zbb, Zbc, and Zbs subsets of the RISC-V
+ bit manipulation extension, version 0.93.
+
Changes in 2.36:
* Add support for Intel AVX VNNI instructions.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 4/6] gas: NEWS: Add the RISC-V features for 2.37
2022-08-24 20:19 ` [PATCH 4/6] gas: NEWS: Add the RISC-V features for 2.37 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
0 siblings, 0 replies; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils
---
gas/NEWS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index 173cfbd0769..1149cd925a3 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -49,6 +49,9 @@ Changes in 2.37:
* Add support for Realm Management Extension (RME) for AArch64.
+* Add support for the Zba, Zbb, Zbc, and Zbs subsets of the RISC-V
+ bit manipulation extension, version 0.93.
+
Changes in 2.36:
* Add support for Intel AVX VNNI instructions.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 5/6] gas: NEWS: Add the RISC-V features for 2.38
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
` (3 preceding siblings ...)
2022-08-24 20:19 ` [PATCH 4/6] gas: NEWS: Add the RISC-V features for 2.37 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 6/6] gas: NEWS: Add the RISC-V features for 2.39 Palmer Dabbelt
2022-08-25 8:20 ` Add the RISC-V bits to gas/NEWS Nelson Chu
6 siblings, 1 reply; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils; +Cc: Palmer Dabbelt
---
gas/NEWS | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index 1149cd925a3..6885c67ed27 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -43,6 +43,17 @@ Changes in 2.38:
* Add support for Intel AVX512_FP16 instructions.
+* Add support for the RISC-V scalar crypto extension, version 1.0.0.
+
+* Add support for the RISC-V vector extension, version 1.0.
+
+* Add support for the Z{f,d,q}inx extensions, version 1.0.0-rc.
+
+* Add support for the RISC-V svinval extension, version 1.0.
+
+* Add support for the RISC-V hypervisor extension, as defined by Privileged
+ Specification 1.12.
+
Changes in 2.37:
* arm-symbianelf support removed.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 5/6] gas: NEWS: Add the RISC-V features for 2.38
2022-08-24 20:19 ` [PATCH 5/6] gas: NEWS: Add the RISC-V features for 2.38 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
0 siblings, 0 replies; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils
---
gas/NEWS | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index 1149cd925a3..6885c67ed27 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -43,6 +43,17 @@ Changes in 2.38:
* Add support for Intel AVX512_FP16 instructions.
+* Add support for the RISC-V scalar crypto extension, version 1.0.0.
+
+* Add support for the RISC-V vector extension, version 1.0.
+
+* Add support for the Z{f,d,q}inx extensions, version 1.0.0-rc.
+
+* Add support for the RISC-V svinval extension, version 1.0.
+
+* Add support for the RISC-V hypervisor extension, as defined by Privileged
+ Specification 1.12.
+
Changes in 2.37:
* arm-symbianelf support removed.
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 6/6] gas: NEWS: Add the RISC-V features for 2.39
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
` (4 preceding siblings ...)
2022-08-24 20:19 ` [PATCH 5/6] gas: NEWS: Add the RISC-V features for 2.38 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-25 8:20 ` Add the RISC-V bits to gas/NEWS Nelson Chu
6 siblings, 1 reply; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils; +Cc: Palmer Dabbelt
---
gas/NEWS | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index 6885c67ed27..d61cdb9edd4 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -5,6 +5,18 @@ Changes in 2.39:
* Remove (rudimentary) support for the x86-64 sub-architectures Intel L1OM and
Intel K1OM.
+* Add support for the RISC-V Zicbop, Zicbom, and Zicboz extensions, version
+ 1.0-fd39d01.
+
+* Add support for the RISC-V Zfh extension, version 1.0.
+
+* Add support for the Zhinx extension, version 1.0.0-rc.
+
+* Add support for the RISC-V H extension.
+
+* Add support for the RISC-V Zfhmin extension, version 1.0, and Zhinxmin
+ extension, version 1.0.0-rc.
+
Changes in 2.38:
* Add support for AArch64 system registers that were missing in previous
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 6/6] gas: NEWS: Add the RISC-V features for 2.39
2022-08-24 20:19 ` [PATCH 6/6] gas: NEWS: Add the RISC-V features for 2.39 Palmer Dabbelt
@ 2022-08-24 20:19 ` Palmer Dabbelt
0 siblings, 0 replies; 14+ messages in thread
From: Palmer Dabbelt @ 2022-08-24 20:19 UTC (permalink / raw)
To: binutils
---
gas/NEWS | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gas/NEWS b/gas/NEWS
index 6885c67ed27..d61cdb9edd4 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -5,6 +5,18 @@ Changes in 2.39:
* Remove (rudimentary) support for the x86-64 sub-architectures Intel L1OM and
Intel K1OM.
+* Add support for the RISC-V Zicbop, Zicbom, and Zicboz extensions, version
+ 1.0-fd39d01.
+
+* Add support for the RISC-V Zfh extension, version 1.0.
+
+* Add support for the Zhinx extension, version 1.0.0-rc.
+
+* Add support for the RISC-V H extension.
+
+* Add support for the RISC-V Zfhmin extension, version 1.0, and Zhinxmin
+ extension, version 1.0.0-rc.
+
Changes in 2.38:
* Add support for AArch64 system registers that were missing in previous
--
2.34.1
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Add the RISC-V bits to gas/NEWS
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
` (5 preceding siblings ...)
2022-08-24 20:19 ` [PATCH 6/6] gas: NEWS: Add the RISC-V features for 2.39 Palmer Dabbelt
@ 2022-08-25 8:20 ` Nelson Chu
6 siblings, 0 replies; 14+ messages in thread
From: Nelson Chu @ 2022-08-25 8:20 UTC (permalink / raw)
To: Palmer Dabbelt; +Cc: binutils
OK, these should mention all the past updates, including the 2.39, so committed.
Thanks
Nelson
On Thu, Aug 25, 2022 at 4:20 AM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> This is somewhat embarassing, but looks like we've neglected to add NEWS
> entries since the one announcing our port. I've got through the history
> and tried to pull everything out, I think I got all the big stuff like
> new extensions.
>
>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2022-08-25 8:20 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-24 20:19 Add the RISC-V bits to gas/NEWS Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 1/6] gas: NEWS: Add the RISC-V features for 2.31 Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 2/6] gas: NEWS: Add the RISC-V features for 2.35 Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 3/6] gas: NEWS: Add the RISC-V features for 2.36 Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 4/6] gas: NEWS: Add the RISC-V features for 2.37 Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 5/6] gas: NEWS: Add the RISC-V features for 2.38 Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-24 20:19 ` [PATCH 6/6] gas: NEWS: Add the RISC-V features for 2.39 Palmer Dabbelt
2022-08-24 20:19 ` Palmer Dabbelt
2022-08-25 8:20 ` Add the RISC-V bits to gas/NEWS Nelson Chu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).