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 <patr...@rivosinc.com> gcc/ChangeLog: * ChangeLog: Name the flags added by the patch in the changelog. Signed-off-by: Patrick O'Neill <patr...@rivosinc.com> --- gcc/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fe8f624343c..7eb2b43c98c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -109,10 +109,12 @@ 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.tkac...@arm.com> -- 2.34.1