NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

misc/43642: obsolete url in gcc output



>Number:         43642
>Category:       misc
>Synopsis:       obsolete url in gcc output
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 19 15:45:00 +0000 2010
>Originator:     OKANO Takayoshi
>Release:        
>Organization:
>Environment:
>Description:
in gcc's error message,
> See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.

this webpage has been moved to
http://www.NetBSD.org/support/send-pr.html

>How-To-Repeat:

>Fix:
patch follows:

Index: src/gnu/dist/gcc4/gcc/version.c
===================================================================
RCS file: /cvsroot/src/gnu/dist/gcc4/gcc/version.c,v
retrieving revision 1.17
diff -u -r1.17 version.c
--- src/gnu/dist/gcc4/gcc/version.c     20 Nov 2008 22:53:17 -0000      1.17
+++ src/gnu/dist/gcc4/gcc/version.c     19 Jul 2010 15:32:31 -0000
@@ -17,7 +17,7 @@
    forward us bugs reported to you, if you determine that they are
    not bugs in your modifications.)  */
 
-const char bug_report_url[] = "<URL:http://www.NetBSD.org/Misc/send-pr.html>";
+const char bug_report_url[] = 
"<URL:http://www.NetBSD.org/support/send-pr.html>";
 
 /* The complete version string, assembled from several pieces.
    BASEVER, DATESTAMP, and DEVPHASE are defined by the Makefile.  */



Home | Main Index | Thread Index | Old Index