diff options
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8b02f52..df485c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-02-13 Robert Lipe <robertlipe@usa.net> + Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * doc/install.texi (Specific): Update three SCO-related URLs. + 2003-02-13 Andreas Schwab <schwab@suse.de> * cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t. @@ -78,7 +83,6 @@ Wed Feb 12 22:47:18 CET 2003 Jan Hubicka <jh@suse.cz> (__ev_get_sfix32_fs_internal): Cast arguments to builtins. (__ev_get_ufix32_fs_internal): Same. - 2003-02-12 Ranjit Mathew <rmathew@hotmail.com> * doc/tm.texi (MODIFY_JNI_METHOD_CALL): Document. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 497597a..ce4b220 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2372,7 +2372,7 @@ additional OpenServer-specific flags. Systems based on OpenServer before 5.0.4 (@samp{uname -X} will tell you what you're running) require TLS597 from -@uref{ftp://ftp.sco.com/TLS/,,ftp://ftp.sco.com/TLS/} +@uref{ftp://stage.caldera.com/TLS/,,ftp://stage.caldera.com/TLS/} for C++ constructors and destructors to work right. The system linker in (at least) 5.0.4 and 5.0.5 will sometimes @@ -2381,8 +2381,8 @@ code. This can be seen as execution testsuite failures when using @option{-fPIC} on @file{921215-1.c}, @file{931002-1.c}, @file{nestfunc-1.c}, and @file{gcov-1.c}. For 5.0.5, an updated linker that will cure this problem is available. You must install both -@uref{ftp://ftp.sco.com/Supplements/rs505a/,,ftp://ftp.sco.com/Supplements/rs505a/} -and @uref{ftp://ftp.sco.com/SLS/,,OSS499A}. +@uref{ftp://ftp.sco.com/pub/openserver5/rs505a,,ftp://ftp.sco.com/pub/openserver5/rs505a} +and @uref{ftp://ftp.sco.com/pub/openserver5,,OSS499A}. The dynamic linker in OpenServer 5.0.5 (earlier versions may show the same problem) aborts on certain G77-compiled programs. It's particularly |