*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 12 Mar 1992 05:02:34 +0000 (05:02 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 12 Mar 1992 05:02:34 +0000 (05:02 +0000)
From-SVN: r453

gcc/config/i386/isccoff.h

index 72c28a17ee0fc2eda38204fb6e8c43b89268519f..a4eac9185c2c7e939d6bb316b88b432113664b5c 100644 (file)
 
 /* Library spec */
 #undef LIB_SPEC
-#define LIB_SPEC "%{posix:-lcposix} %{shlib:-lc_s} -lc"
+#define LIB_SPEC "%{posix:-lcposix} %{shlib:-lc_s} -lc -lg"
 
+#if 0
+/* This is apparently not true: ISC versions up to 3.0,at least, use
+   the standard calling sequence in which the called function pops the
+   extra arg.  */
 /* caller has to pop the extra argument passed to functions that return
    structures. */
 
@@ -33,4 +37,4 @@
    : 0)
 /* On other 386 systems, the last line looks like this:
    : (aggregate_value_p (FUNTYPE)) ? GET_MODE_SIZE (Pmode) : 0)  */
-
+#endif