https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104617

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #1)
> Untested fix:
> 2022-02-21  Jakub Jelinek  <ja...@redhat.com>
> 
>       PR lto/104617
>       * simple-object-elf.c (simple_object_elf_match): Fix up URL
>       in comment.
....
> 
> --- libiberty/simple-object-elf.c.jj  2022-01-11 23:11:23.967267993 +0100
> +++ libiberty/simple-object-elf.c     2022-02-21 20:37:12.815202845 +0100
> @@ -528,7 +528,7 @@ simple_object_elf_match (unsigned char h
>            not handle objects with more than SHN_LORESERVE sections
>            correctly.  All large section indexes were offset by
>            0x100.  There is more information at
> -          http://sourceware.org/bugzilla/show_bug.cgi?id-5900 .
> +          http://sourceware.org/bugzilla/show_bug.cgi?id=5900 .

So sourceware.org added the same feature as gcc.gnu.org and you can use a
shorten URL if you want and you should most likely use https intead of http
too:
https://sourceware.org/PR5900

Reply via email to