- Aug 17, 2004
-
-
rtoy authored
executable and if the lisp.core is readable. o Add -debug-lisp-search so some information about how the search is progressing is displayed. o To support -debug-lisp-search, change the #ifdefs into code.
-
- Aug 06, 2004
- Aug 04, 2004
- Aug 02, 2004
-
-
cwang authored
Reported by Carl Shapiro
-
- Jul 30, 2004
-
-
rtoy authored
-
rtoy authored
-
rtoy authored
o Move the SC_OFFSET_{HI,LO} macros from sparc-lispregs to lispregs.h, so they can be used elsewhere. ppc-lispregs.h: o Define the register numbers so they can be used in the SC_OFFSET macros. ppc-assem.S: o Document what the byte 18<<2, 0, 0, 24 is supposed to do. o Use the SC_OFFSET macros in undefined_tramp instead of hard-wiring the register number.
-
- Jul 29, 2004
-
-
rtoy authored
the handler, which seems to be a bad idea since interrupt_handle_now has comments about alloc_sap while interrupts are disabled. Not 100% sure this is all right, but everything still appears to work.
-
rtoy authored
-
rtoy authored
#C(0d0 0d0) failing a typecase. Then doing a backtrace gave another error about some negative number not being a positive fixnum. The former error is caused by a bad definition of undefined_tramp. The latter error is caused by the debugger not being able to compute the offset correctly. (Fixes ported from sbcl.)
-
rtoy authored
doesn't like.
-
- Jul 27, 2004
- Jul 25, 2004
-
-
pmai authored
cleanup of the includes.
-
- Jul 24, 2004
-
-
rtoy authored
assertion, let's disable gc assertions on sparc now.
-
- Jul 20, 2004
- Jul 15, 2004
-
-
cwang authored
-
- Jul 14, 2004
- Jul 13, 2004
-
-
pmai authored
versions of all the required things, this commit separates the interrupt handler proper (now interrupt_handle_now_handler) from the actual work-horse (interrupt_handle_now), which is now only ever called from the two interrupt handlers, interrupt_handle_now_handler and maybe_now_maybe_later. This follows similar changes in SBCL, and is in fact needed in order to properly use sigreturn in signal handlers, as required to work around a problem with the G5.
-
- Jul 12, 2004
-
-
pmai authored
by the commit of the NetBSD support, and needed by the upcoming merge of the OS X/Darwin port.
-
- Jul 08, 2004
-
-
rtoy authored
* interrupt.c: oldcont isn't used. * interrupt.c, monitor.c, validate.c: Initialize some variables that the compiler thinks might be used without initialization.
-
rtoy authored
-
rtoy authored
* alloc.c, coreparse.c, monitor.c, validate.c, vars.c: #include some files to get declarations of functions. * coreparse.c, lisp.c, monitor.c: Fix printf warnings about args not matching the format string.
-
rtoy authored
conversions to pointers from ints. Correct the return type of sigsegv_handle_now.
-
rtoy authored
-
rtoy authored
* gencgc.c: o fixup up fprintf warnings o generation_bytes_allocated() defined only when GC_ASSERTIONS is #defined. * x86-arch.c: fixup printf warnings.
-
rtoy authored
* purify.c: fixup up fprintf warnings * x86-validate.h: LinkageSpaceStart is an unsigned, so cast it.
-
- Jul 07, 2004
-
-
rtoy authored
* backtrace.c, save.c: fprintf warnings. * interrupt.h: Declare build_fake_control_stack_frame and interrupt_handle_space_overflow. * os-common.c: Include interrupt.h to define build_fake_control_stack_frame. * parse.c, runprog.c, search.c: Include some standard system headers to get rid of undefined function warnings.
-
rtoy authored
* alloc.c: Include gencgc.h to get declaration of alloc(). * gencgc.c: o Include string.h for memset. o Initialize some vars that gcc complains might be uninitialized (but they're not). o scav_fdefn isn't used on sparc, so comment it out. o valid_dynamic_space_pointer, maybe_adjust_large_object, and preserve_pointer are only used on x86, so comment #ifdef them for i386. * os-common.c: o Fix a few printf warnings. o Cast args to bcopy.
-
rtoy authored
* gencgc.h: Add declaration for alloc. * solaris-os.c: o Include interrupt.h o Clean up some printf warnings, apply appropriate casts for converting address to longs and vice versa. * sparc-arch.c: o Include gencgc.h, breakpoint.h, interr.h to declare some functions for us. o Instructions are ints, not longs. (64-bitness cleanup.) o handle_breakpoint and handle_function_end_breakpoint were not called with the right second arg. * sunos-os.h: o Declare flush_icache and save_context.
-
rtoy authored
-
rtoy authored
-
rtoy authored
-
- Jul 06, 2004
-
-
cwang authored
-
- Jul 01, 2004
-
-
rtoy authored
CMUCL doesn't use the taddcctv/tsubcctv instructions anymore.
-
- Jun 30, 2004
-
-
rtoy authored
versions of glibc.
-