Commit 0b43fd9a by Richard Stallman

*** empty log message ***

From-SVN: r453
parent aa2c50d6
...@@ -18,8 +18,12 @@ ...@@ -18,8 +18,12 @@
/* Library spec */ /* Library spec */
#undef LIB_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 /* caller has to pop the extra argument passed to functions that return
structures. */ structures. */
...@@ -33,4 +37,4 @@ ...@@ -33,4 +37,4 @@
: 0) : 0)
/* On other 386 systems, the last line looks like this: /* On other 386 systems, the last line looks like this:
: (aggregate_value_p (FUNTYPE)) ? GET_MODE_SIZE (Pmode) : 0) */ : (aggregate_value_p (FUNTYPE)) ? GET_MODE_SIZE (Pmode) : 0) */
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment