public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links
@ 2023-03-29 22:07 Gerald Pfeifer
  2023-03-29 22:40 ` Andrew Pinski
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2023-03-29 22:07 UTC (permalink / raw)
  To: gcc-patches

Business as usual - 301 Moved Permanently.

Gerald
---
 htdocs/gcc-4.7/changes.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
index f98f108c..91159f1f 100644
--- a/htdocs/gcc-4.7/changes.html
+++ b/htdocs/gcc-4.7/changes.html
@@ -994,13 +994,13 @@ void set_portb (uint8_t value)
     GCC now supports various new GNU extensions to the DWARF debugging
     information format, like
     <a
-    href="https://www.dwarfstd.org/ShowIssue.php?issue=100909.1">entry
+    href="https://dwarfstd.org/issues/100909.1.html">entry
     value</a> and <a
-    href="https://www.dwarfstd.org/ShowIssue.php?issue=100909.2">call
+    href="https://dwarfstd.org/issues/100909.2.html">call
     site</a> information, <a
-    href="https://www.dwarfstd.org/ShowIssue.php?issue=140425.1">typed DWARF stack</a>
+    href="https://dwarfstd.org/issues/140425.1.html">typed DWARF stack</a>
     or <a
-    href="https://www.dwarfstd.org/ShowIssue.php?issue=110722.1">a
+    href="https://dwarfstd.org/issues/110722.1.html">a
     more compact macro representation</a>.  Support for these extensions
     has been added to GDB 7.4. They can be disabled through the
     <code>-gstrict-dwarf</code> command-line option.
-- 
2.39.2

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

* Re: [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links
  2023-03-29 22:07 [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links Gerald Pfeifer
@ 2023-03-29 22:40 ` Andrew Pinski
  2023-03-30 10:39   ` Mark Wielaard
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Pinski @ 2023-03-29 22:40 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

On Wed, Mar 29, 2023 at 3:08 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
> Business as usual - 301 Moved Permanently.

Just FYI, dwarfstd is now hosted by sourceware too. So I doubt these
URLs will change after this.

Thanks,
Andrew

>
> Gerald
> ---
>  htdocs/gcc-4.7/changes.html | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
> index f98f108c..91159f1f 100644
> --- a/htdocs/gcc-4.7/changes.html
> +++ b/htdocs/gcc-4.7/changes.html
> @@ -994,13 +994,13 @@ void set_portb (uint8_t value)
>      GCC now supports various new GNU extensions to the DWARF debugging
>      information format, like
>      <a
> -    href="https://www.dwarfstd.org/ShowIssue.php?issue=100909.1">entry
> +    href="https://dwarfstd.org/issues/100909.1.html">entry
>      value</a> and <a
> -    href="https://www.dwarfstd.org/ShowIssue.php?issue=100909.2">call
> +    href="https://dwarfstd.org/issues/100909.2.html">call
>      site</a> information, <a
> -    href="https://www.dwarfstd.org/ShowIssue.php?issue=140425.1">typed DWARF stack</a>
> +    href="https://dwarfstd.org/issues/140425.1.html">typed DWARF stack</a>
>      or <a
> -    href="https://www.dwarfstd.org/ShowIssue.php?issue=110722.1">a
> +    href="https://dwarfstd.org/issues/110722.1.html">a
>      more compact macro representation</a>.  Support for these extensions
>      has been added to GDB 7.4. They can be disabled through the
>      <code>-gstrict-dwarf</code> command-line option.
> --
> 2.39.2

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

* Re: [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links
  2023-03-29 22:40 ` Andrew Pinski
@ 2023-03-30 10:39   ` Mark Wielaard
  2023-03-30 23:12     ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Wielaard @ 2023-03-30 10:39 UTC (permalink / raw)
  To: Andrew Pinski, Gerald Pfeifer; +Cc: gcc-patches

On Wed, 2023-03-29 at 15:40 -0700, Andrew Pinski wrote:
> On Wed, Mar 29, 2023 at 3:08 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:
> > 
> > Business as usual - 301 Moved Permanently.
> 
> Just FYI, dwarfstd is now hosted by sourceware too. So I doubt these
> URLs will change after this.

Indeed, see
https://inbox.sourceware.org/overseers/20230327222524.GA20220@gnu.wildebeest.org/


And thanks for taking care of these new redirects. Please do let us
(dwarf-discuss@lists.dwarfstd.org) know if any old URL is broken. With
the move the site was changed (twice). From php to static html and then
to being generated statically from markdown files. All old URLs should
redirect to the new setup, but we might have missed something.

Cheers,

Mark

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

* Re: [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links
  2023-03-30 10:39   ` Mark Wielaard
@ 2023-03-30 23:12     ` Gerald Pfeifer
  0 siblings, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2023-03-30 23:12 UTC (permalink / raw)
  To: Mark Wielaard; +Cc: Andrew Pinski, gcc-patches

On Thu, 30 Mar 2023, Mark Wielaard wrote:
>>> Business as usual - 301 Moved Permanently.
>> Just FYI, dwarfstd is now hosted by sourceware too. So I doubt these
>> URLs will change after this.

Famous last words. :-)

> Indeed, see
> https://inbox.sourceware.org/overseers/20230327222524.GA20220@gnu.wildebeest.org/
> 
> And thanks for taking care of these new redirects. Please do let us
> (dwarf-discuss@lists.dwarfstd.org) know if any old URL is broken.

Yes, I'll advise, though so far I am draw my hat for you handling this
migration so smoothly: all links still have been working, and a proper
redirect - "301, please adjust links" - been issued.

Gerald

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

end of thread, other threads:[~2023-03-30 23:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-29 22:07 [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links Gerald Pfeifer
2023-03-29 22:40 ` Andrew Pinski
2023-03-30 10:39   ` Mark Wielaard
2023-03-30 23:12     ` Gerald Pfeifer

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