public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: Name newly added flags in changelog
@ 2023-05-01 16:10 Patrick O'Neill
  2023-05-02 15:50 ` Jeff Law
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick O'Neill @ 2023-05-01 16:10 UTC (permalink / raw)
  To: gcc-patches
  Cc: gnu-toolchain, jeffreyalaw, palmer, rep.dot.nop, Patrick O'Neill

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>

gcc/ChangeLog:

	* ChangeLog: Name the flags added by the patch in the changelog.

Signed-off-by: Patrick O'Neill <patrick@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.tkachov@arm.com>
 
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] RISC-V: Name newly added flags in changelog
  2023-05-01 16:10 [PATCH] RISC-V: Name newly added flags in changelog Patrick O'Neill
@ 2023-05-02 15:50 ` Jeff Law
  2023-05-02 16:24   ` Patrick O'Neill
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Law @ 2023-05-02 15:50 UTC (permalink / raw)
  To: Patrick O'Neill, gcc-patches; +Cc: gnu-toolchain, palmer, rep.dot.nop



On 5/1/23 10:10, Patrick O'Neill wrote:
> 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>
> 
> gcc/ChangeLog:
> 
> 	* ChangeLog: Name the flags added by the patch in the changelog.
OK.  You *might* not actually need a ChangeLog entry for this.  The 
hooks *might* have a special case for fixing up the ChangeLog entries.

jeff

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] RISC-V: Name newly added flags in changelog
  2023-05-02 15:50 ` Jeff Law
@ 2023-05-02 16:24   ` Patrick O'Neill
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick O'Neill @ 2023-05-02 16:24 UTC (permalink / raw)
  To: Jeff Law, gcc-patches; +Cc: gnu-toolchain, palmer, rep.dot.nop

On 5/2/23 08:50, Jeff Law wrote:
> On 5/1/23 10:10, Patrick O'Neill wrote:
>> 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>
>>
>> gcc/ChangeLog:
>>
>>     * ChangeLog: Name the flags added by the patch in the changelog.
> OK.  You *might* not actually need a ChangeLog entry for this. The 
> hooks *might* have a special case for fixing up the ChangeLog entries.
>
> jeff
Committed.

I tried without a ChangeLog and it worked. Thanks!

Patrick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-02 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 16:10 [PATCH] RISC-V: Name newly added flags in changelog Patrick O'Neill
2023-05-02 15:50 ` Jeff Law
2023-05-02 16:24   ` Patrick O'Neill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).