Skip to content

Commit

Permalink
Merge pull request riscv-non-isa#1 from jeremybennett/jpb-fix-gdb
Browse files Browse the repository at this point in the history
Add GDB to release dates and extension support.
  • Loading branch information
cmuellner authored Feb 15, 2021
2 parents 8d818d2 + ef54d45 commit d60fbc2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
13 changes: 13 additions & 0 deletions extension-support.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
16 changes: 15 additions & 1 deletion releasedates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -110,6 +124,7 @@ RISC-V maintainers:
* Andrew Waterman (SiFive)
* Palmer Dabbelt (Google)
* Jim Wilson (SiFive)
* Nelson Chu (SiFive)

== Glibc ==

Expand Down Expand Up @@ -155,4 +170,3 @@ Upstream infos:
RISC-V maintainer:

* Kito Cheng (SiFive)

0 comments on commit d60fbc2

Please sign in to comment.