aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-11-27 23:01:32 +0000
committerDave Love <[email protected]>2002-11-27 23:01:32 +0000
commit6b2fd6ea80c4c7936bcc6f34fa8798084f94e4e6 (patch)
treecc6908cdbd1a157631bbc80f5a086223956ed59c
parentbf025ef431dff2ad3b8139b74966fecb1958531f (diff)
*** empty log message ***
-rw-r--r--ChangeLog6
-rw-r--r--src/ChangeLog10
-rw-r--r--src/s/irix6-0.h4
3 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7102f985d..a6072e11b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-11-27 Dave Love <[email protected]>
+
+ * configure.in: Use AC_CHECK_DECLS, not AC_DECL_SYS_SIGLIST.
+ Check for __sys_siglist too. Check for memset. Use
+ AC_FUNC_GETPGRP. Add mipsel-*-linux-gnu* target.
+
2002-11-22 Juanma Barranquero <[email protected]>
* config.guess, config.sub: Updated from master source.
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ec917a931..f414137197 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
2002-11-27 Dave Love <[email protected]>
+ * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
+
+ * systty.h: Don't conditionally define GETPGRP_NO_ARG. Test
+ GETPGRP_VOID instead.
+ [BSD_TERMIOS]: Remove definitions (never used).
+
+ * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
+ Don't define.
+ (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
+
* m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
2002-11-25 Jason Rumney <[email protected]>
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h
index 6dbdbf3123..ef86c97557 100644
--- a/src/s/irix6-0.h
+++ b/src/s/irix6-0.h
@@ -31,3 +31,7 @@
#endif
#undef TIOCSIGSEND
+
+/* Tested on Irix 6.5. SCM worked on earlier versions. */
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS