Dalibor Topic * configure.in: Don't check for mprotect. * configure, config/config.h.in: Regenerated. * config/Makefile.am: (EXTRA_DIST) Removed unused files parisc/hpux/md.c and parisc/linux/md.c * config/Makefile.in: Regenerated. * kaffe/kaffevm/mem/gc-mem.c: Don't include as we no longer use mprotect. [PROT_NONE, HAVE_MPROTECT] Sections removed. (gc_block_add, gc_block_rm, gc_block_alloc) Don't use mprotect on memory allocated by sbrk. It breaks on HP-UX. * kaffe/kaffevm/systems/unix-jthreads/jthread.c: (jthreadedFileDescriptor) check if either hpux or __hpux__ is defined. Gcc automatically defines one or the other depending on some internals of hp-ux that don't matter in this case. * libraries/javalib/Makefile.am, libraries/javalib/Makefile.in: Regenerated. Helmer Kraemer * config/parisc/hpux/md.h: Include siginfo.h and ucontext.h. (SIGNAL_ARGS, SIGNAL_CONTEXT_POINTER, GET_SIGNAL_CONTEXT_POINTER, SIGNAL_PC) New macros.