*** empty log message ***

This commit is contained in:
Dave Love 2002-11-27 23:01:32 +00:00
parent bf025ef431
commit 6b2fd6ea80
3 changed files with 20 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2002-11-27 Dave Love <fx@gnu.org>
* 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 <lektu@terra.es>
* config.guess, config.sub: Updated from master source.

View file

@ -1,5 +1,15 @@
2002-11-27 Dave Love <fx@gnu.org>
* 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 <jasonr@gnu.org>

View file

@ -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