aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2001-07-24 12:27:03 +0000
committerRainer Orth <ro@gcc.gnu.org>2001-07-24 12:27:03 +0000
commit46d2e8d7780c9caf47f292eeae73ac1843c8fe2c (patch)
tree7b95158e28ff7e2de1e28ae702a2c73439c575de /gcc/doc
parentcd6e5291125aababb4af2bc5ee29c41778b340eb (diff)
downloadgcc-46d2e8d7780c9caf47f292eeae73ac1843c8fe2c.zip
gcc-46d2e8d7780c9caf47f292eeae73ac1843c8fe2c.tar.gz
gcc-46d2e8d7780c9caf47f292eeae73ac1843c8fe2c.tar.bz2
irix6-libc-compat.c: New file.
* 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. From-SVN: r44294
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 628833b..65e576d 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.