From ef54d45f34a2754b49407b970ce95ce80cfbcb42 Mon Sep 17 00:00:00 2001 From: Jeremy Bennett Date: Mon, 15 Feb 2021 15:36:51 +0000 Subject: [PATCH] Add GDB to release dates and extension support. Files changed: * extension-support.adoc: Add section for GDB, add missing binutils maintainer. * releasedates.adoc: Add section for GDB. Signed-off-by: Jeremy Bennett --- extension-support.adoc | 13 +++++++++++++ releasedates.adoc | 16 +++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/extension-support.adoc b/extension-support.adoc index f2dd9d2..59824f2 100644 --- a/extension-support.adoc +++ b/extension-support.adoc @@ -21,6 +21,19 @@ in publicly available RISC-V toolchains. | Cryptographic extensions | |============================================== +== GDB == + +[width="60%",options="header"] +|============================================== +| Extension | Status +| Bit Manipulation | +| Vector Extension | +| J Extension | +| P Extension | +| Zefinx | +| Cryptographic extensions | +|============================================== + == GCC == [width="60%",options="header"] diff --git a/releasedates.adoc b/releasedates.adoc index 8e896c1..8f1566c 100644 --- a/releasedates.adoc +++ b/releasedates.adoc @@ -82,6 +82,20 @@ RISC-V maintainer: * Alex Bradbury (lowRISC) +== GDB == + +GDB major releases are approximately annually. There are typically one or two minor releases each year. This is the https://sourceware.org/gdb/schedule/[schedule] + +- major release branch/pre-release approximately 1 month before release +- first minor release ("re-spin") approximately 3 months after major release. + +At time of writing the most recent release was 10.1, released on 2020-10-24. Dates for branching (and hence release) of GDB 11 have yet to be announced. + +RISC-V maintainers: + +* Andrew Burgess (Embecosm) +* Palmer Dabbelt (Google) + == Binutils == *Rule of thumb:* Binutils (GNU linker, GNU assembler, tons of other excellent tools) @@ -110,6 +124,7 @@ RISC-V maintainers: * Andrew Waterman (SiFive) * Palmer Dabbelt (Google) * Jim Wilson (SiFive) +* Nelson Chu (SiFive) == Glibc == @@ -155,4 +170,3 @@ Upstream infos: RISC-V maintainer: * Kito Cheng (SiFive) -