[pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links

Message ID 20230329220802.1F70133E56@hamza.pair.com
State Committed
Headers
Series [pushed] wwwdocs: gcc-4.7: Adjust dwarfstd.org links |

Commit Message

Gerald Pfeifer March 29, 2023, 10:07 p.m. UTC
  Business as usual - 301 Moved Permanently.

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

Comments

Andrew Pinski March 29, 2023, 10:40 p.m. UTC | #1
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
  
Mark Wielaard March 30, 2023, 10:39 a.m. UTC | #2
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
  
Gerald Pfeifer March 30, 2023, 11:12 p.m. UTC | #3
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
  

Patch

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.