diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-24 12:27:03 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-24 12:27:03 +0000 |
commit | 1166e61200cc6bbc8b3e6fa5ac8cfe7432247766 (patch) | |
tree | 7b95158e28ff7e2de1e28ae702a2c73439c575de /gcc/doc | |
parent | 3f03ec2fbd6d19852ff2f5a9db2ebce2414017c4 (diff) | |
download | gcc-1166e61200cc6bbc8b3e6fa5ac8cfe7432247766.tar.gz |
* config/mips/irix6-libc-compat.c: New file.
* config/mips/t-iris6 (LIB2FUNCS_STATIC_EXTRA): Use it.
* doc/install.texi (Specific, mips*-sgi-irix6): Mention structure
passing workaround.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44294 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 628833bfab5..65e576d67b8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2779,7 +2779,8 @@ GCC is consistent with itself, but not consistent with the SGI C compiler happen are when there are library functions that take/return such structures. There are very few such library functions. Currently this is known to affect @code{inet_ntoa}, @code{inet_lnaof}, -@code{inet_netof}, @code{inet_makeaddr}, and @code{semctl}. +@code{inet_netof}, @code{inet_makeaddr}, and @code{semctl}. Until the +bug is fixed, GCC contains workarounds for the known affected functions. See @uref{http://freeware.sgi.com/,,http://freeware.sgi.com/} for more information about using GCC on IRIX platforms. |