public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Regenerate opt.urls
@ 2024-04-09 14:57 Tatsuyuki Ishi
  2024-04-10 13:46 ` Palmer Dabbelt
  0 siblings, 1 reply; 7+ messages in thread
From: Tatsuyuki Ishi @ 2024-04-09 14:57 UTC (permalink / raw)
  To: gcc-patches; +Cc: Tatsuyuki Ishi

Fixes: 97069657c4e ("RISC-V: Implement TLS Descriptors.")

gcc/ChangeLog:
	* config/riscv/riscv.opt.urls: Regenerated.
---
 gcc/config/riscv/riscv.opt.urls | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls
index da31820e234..351f7f0dda2 100644
--- a/gcc/config/riscv/riscv.opt.urls
+++ b/gcc/config/riscv/riscv.opt.urls
@@ -89,3 +89,5 @@ UrlSuffix(gcc/RISC-V-Options.html#index-minline-strncmp)
 minline-strlen
 UrlSuffix(gcc/RISC-V-Options.html#index-minline-strlen)
 
+; skipping UrlSuffix for 'mtls-dialect=' due to finding no URLs
+
-- 
2.44.0


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

* Re: [PATCH] Regenerate opt.urls
  2024-04-09 14:57 [PATCH] Regenerate opt.urls Tatsuyuki Ishi
@ 2024-04-10 13:46 ` Palmer Dabbelt
  2024-04-12 19:25   ` Thomas Schwinge
  0 siblings, 1 reply; 7+ messages in thread
From: Palmer Dabbelt @ 2024-04-10 13:46 UTC (permalink / raw)
  To: ishitatsuyuki; +Cc: gcc-patches, ishitatsuyuki

On Tue, 09 Apr 2024 07:57:24 PDT (-0700), ishitatsuyuki@gmail.com wrote:
> Fixes: 97069657c4e ("RISC-V: Implement TLS Descriptors.")
>
> gcc/ChangeLog:
> 	* config/riscv/riscv.opt.urls: Regenerated.
> ---
>  gcc/config/riscv/riscv.opt.urls | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls
> index da31820e234..351f7f0dda2 100644
> --- a/gcc/config/riscv/riscv.opt.urls
> +++ b/gcc/config/riscv/riscv.opt.urls
> @@ -89,3 +89,5 @@ UrlSuffix(gcc/RISC-V-Options.html#index-minline-strncmp)
>  minline-strlen
>  UrlSuffix(gcc/RISC-V-Options.html#index-minline-strlen)
>
> +; skipping UrlSuffix for 'mtls-dialect=' due to finding no URLs
> +

Thanks.  I had another one over here 
<https://inbox.sourceware.org/gcc-patches/20240410000338.3926-1-palmer@rivosinc.com/>, 
but let's go with yours -- I think the actual contents are the same, but 
I didn't actually run the regenerate script.  So

Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

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

* Re: [PATCH] Regenerate opt.urls
  2024-04-10 13:46 ` Palmer Dabbelt
@ 2024-04-12 19:25   ` Thomas Schwinge
  2024-04-12 19:37     ` Palmer Dabbelt
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Schwinge @ 2024-04-12 19:25 UTC (permalink / raw)
  To: Palmer Dabbelt, ishitatsuyuki, gcc-patches

Hi!

After having received around a dozen more buildbot notifications...

On 2024-04-10T06:46:04-0700, Palmer Dabbelt <palmer@dabbelt.com> wrote:
> On Tue, 09 Apr 2024 07:57:24 PDT (-0700), ishitatsuyuki@gmail.com wrote:
>> Fixes: 97069657c4e ("RISC-V: Implement TLS Descriptors.")
>>
>> gcc/ChangeLog:
>> 	* config/riscv/riscv.opt.urls: Regenerated.
>> ---
>>  gcc/config/riscv/riscv.opt.urls | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls
>> index da31820e234..351f7f0dda2 100644
>> --- a/gcc/config/riscv/riscv.opt.urls
>> +++ b/gcc/config/riscv/riscv.opt.urls
>> @@ -89,3 +89,5 @@ UrlSuffix(gcc/RISC-V-Options.html#index-minline-strncmp)
>>  minline-strlen
>>  UrlSuffix(gcc/RISC-V-Options.html#index-minline-strlen)
>>
>> +; skipping UrlSuffix for 'mtls-dialect=' due to finding no URLs
>> +
>
> Thanks.  I had another one over here 
> <https://inbox.sourceware.org/gcc-patches/20240410000338.3926-1-palmer@rivosinc.com/>, 
> but let's go with yours -- I think the actual contents are the same, but 
> I didn't actually run the regenerate script.  So
>
> Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>
> Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

..., I've now pushed this to trunk branch in
commit c9500083073ff5e0f5c1c9db92d7ce6e51a62919
"Regenerate opt.urls".


Grüße
 Thomas

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

* Re: [PATCH] Regenerate opt.urls
  2024-04-12 19:25   ` Thomas Schwinge
@ 2024-04-12 19:37     ` Palmer Dabbelt
  0 siblings, 0 replies; 7+ messages in thread
From: Palmer Dabbelt @ 2024-04-12 19:37 UTC (permalink / raw)
  To: tschwinge; +Cc: ishitatsuyuki, gcc-patches

On Fri, 12 Apr 2024 12:25:42 PDT (-0700), tschwinge@baylibre.com wrote:
> Hi!
>
> After having received around a dozen more buildbot notifications...
>
> On 2024-04-10T06:46:04-0700, Palmer Dabbelt <palmer@dabbelt.com> wrote:
>> On Tue, 09 Apr 2024 07:57:24 PDT (-0700), ishitatsuyuki@gmail.com wrote:
>>> Fixes: 97069657c4e ("RISC-V: Implement TLS Descriptors.")
>>>
>>> gcc/ChangeLog:
>>> 	* config/riscv/riscv.opt.urls: Regenerated.
>>> ---
>>>  gcc/config/riscv/riscv.opt.urls | 2 ++
>>>  1 file changed, 2 insertions(+)
>>>
>>> diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls
>>> index da31820e234..351f7f0dda2 100644
>>> --- a/gcc/config/riscv/riscv.opt.urls
>>> +++ b/gcc/config/riscv/riscv.opt.urls
>>> @@ -89,3 +89,5 @@ UrlSuffix(gcc/RISC-V-Options.html#index-minline-strncmp)
>>>  minline-strlen
>>>  UrlSuffix(gcc/RISC-V-Options.html#index-minline-strlen)
>>>
>>> +; skipping UrlSuffix for 'mtls-dialect=' due to finding no URLs
>>> +
>>
>> Thanks.  I had another one over here 
>> <https://inbox.sourceware.org/gcc-patches/20240410000338.3926-1-palmer@rivosinc.com/>, 
>> but let's go with yours -- I think the actual contents are the same, but 
>> I didn't actually run the regenerate script.  So
>>
>> Reviewed-by: Palmer Dabbelt <palmer@rivosinc.com>
>> Acked-by: Palmer Dabbelt <palmer@rivosinc.com>
>
> ..., I've now pushed this to trunk branch in
> commit c9500083073ff5e0f5c1c9db92d7ce6e51a62919
> "Regenerate opt.urls".

Thanks, and sorry I forgot about this one.

>
>
> Grüße
>  Thomas

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

* Re: [PATCH] Regenerate opt.urls
  2024-04-10  7:57 ` Andreas Schwab
@ 2024-04-10 13:46   ` Palmer Dabbelt
  0 siblings, 0 replies; 7+ messages in thread
From: Palmer Dabbelt @ 2024-04-10 13:46 UTC (permalink / raw)
  To: schwab; +Cc: gcc-patches

On Wed, 10 Apr 2024 00:57:59 PDT (-0700), schwab@suse.de wrote:
> On Apr 09 2024, Palmer Dabbelt wrote:
>
>> I didn't actually regenerate this as I can't figure out how,
>
> make regenerate-opt-urls

Ya, that's what the CI says too.  I think I might just have a broken 
build tree, something is mixed up and it picked up a host binutils.  
Looks like there's already a patch over here 
<https://inbox.sourceware.org/gcc-patches/20240409145724.9640-1-ishitatsuyuki@gmail.com/>, 
so we should be good.

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

* Re: [PATCH] Regenerate opt.urls
  2024-04-10  0:03 Palmer Dabbelt
@ 2024-04-10  7:57 ` Andreas Schwab
  2024-04-10 13:46   ` Palmer Dabbelt
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Schwab @ 2024-04-10  7:57 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: gcc-patches

On Apr 09 2024, Palmer Dabbelt wrote:

> I didn't actually regenerate this as I can't figure out how,

make regenerate-opt-urls

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

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

* [PATCH] Regenerate opt.urls
@ 2024-04-10  0:03 Palmer Dabbelt
  2024-04-10  7:57 ` Andreas Schwab
  0 siblings, 1 reply; 7+ messages in thread
From: Palmer Dabbelt @ 2024-04-10  0:03 UTC (permalink / raw)
  To: gcc-patches; +Cc: Palmer Dabbelt

I didn't actually regenerate this as I can't figure out how, I've just
pasted in the diff from the sourceware buildbot (which is complaining
about post-regeneration diff).

Fixes: 97069657c4e ("RISC-V: Implement TLS Descriptors.")

gcc/ChangeLog:

	* config/riscv/riscv.opt.urls: Regenerated.
---
 gcc/config/riscv/riscv.opt.urls | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/riscv/riscv.opt.urls b/gcc/config/riscv/riscv.opt.urls
index da31820e234..351f7f0dda2 100644
--- a/gcc/config/riscv/riscv.opt.urls
+++ b/gcc/config/riscv/riscv.opt.urls
@@ -89,3 +89,5 @@ UrlSuffix(gcc/RISC-V-Options.html#index-minline-strncmp)
 minline-strlen
 UrlSuffix(gcc/RISC-V-Options.html#index-minline-strlen)
 
+; skipping UrlSuffix for 'mtls-dialect=' due to finding no URLs
+
-- 
2.44.0


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

end of thread, other threads:[~2024-04-12 19:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 14:57 [PATCH] Regenerate opt.urls Tatsuyuki Ishi
2024-04-10 13:46 ` Palmer Dabbelt
2024-04-12 19:25   ` Thomas Schwinge
2024-04-12 19:37     ` Palmer Dabbelt
2024-04-10  0:03 Palmer Dabbelt
2024-04-10  7:57 ` Andreas Schwab
2024-04-10 13:46   ` Palmer Dabbelt

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).