[wwwdocs] RISC-V: Add -mcmodel=large for GCC-14

Message ID 20231220181639.25609-2-palmer@rivosinc.com
State Unresolved
Headers
Series [wwwdocs] RISC-V: Add -mcmodel=large for GCC-14 |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Palmer Dabbelt Dec. 20, 2023, 6:16 p.m. UTC
  This was just merged.  Looks like we forgot to add any other NEWS items,
so I've added the header as well.
---
 htdocs/gcc-14/changes.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 24e6409a..2a7432a7 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -395,7 +395,11 @@  a work-in-progress.</p>
 
 <!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
 
-<!-- <h3 id="riscv">RISC-V</h3> -->
+<h3 id="riscv">RISC-V</h3>
+
+<ul>
+  <li>Support for <code>-mcmodel=large</code> has been added.</li>
+</ul>
 
 <!-- <h3 id="rx">RX</h3> -->