]> gcc.gnu.org Git - gcc.git/commitdiff
RISC-V: Name newly added flags in changelog
authorPatrick O'Neill <patrick@rivosinc.com>
Fri, 28 Apr 2023 23:40:27 +0000 (16:40 -0700)
committerPatrick O'Neill <patrick@rivosinc.com>
Tue, 2 May 2023 16:21:51 +0000 (09:21 -0700)
This patch fixes the changelog to explicitly name the added command line
flags introduced in this patch:
https://gcc.gnu.org/pipermail/gcc-patches/2023-April/616807.html

2023-05-01 Patrick O'Neill <patrick@rivosinc.com>

Signed-off-by: Patrick O'Neill <patrick@rivosinc.com>
gcc/ChangeLog

index 9862f22a94173728c158ff4592f08dda1f9a4053..2667865e51cc8199424b96c2cd131ea21d6c8e97 100644 (file)
        PR target/104338
        * config/riscv/riscv-protos.h: Add helper function stubs.
        * config/riscv/riscv.cc: Add helper functions for subword masking.
-       * config/riscv/riscv.opt: Add command-line flag.
+       * config/riscv/riscv.opt: Add command-line flags -minline-atomics and
+       -mno-inline-atomics.
        * config/riscv/sync.md: Add masking logic and inline asm for fetch_and_op,
        fetch_and_nand, CAS, and exchange ops.
-       * doc/invoke.texi: Add blurb regarding command-line flag.
+       * doc/invoke.texi: Add blurb regarding new command-line flags
+       -minline-atomics and -mno-inline-atomics.
 
 2023-04-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
This page took 0.074636 seconds and 5 git commands to generate.