Commit 8342b467 by Richard Henderson Committed by Richard Henderson

* ggc-page.c (MAP_FAILED): Provide default.

From-SVN: r29961
parent 6871dd65
Wed Oct 13 21:47:18 1999 Richard Henderson <rth@cygnus.com>
* ggc-page.c (MAP_FAILED): Provide default.
Wed Oct 13 21:41:59 1999 Richard Henderson <rth@cygnus.com>
* sparc.c (symbolic_operand): Verify mode; don't accept CONST_DOUBLE.
......
......@@ -31,6 +31,10 @@
#include <sys/mman.h>
#endif
#ifndef MAP_FAILED
#define MAP_FAILED -1
#endif
/* Stategy:
......
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