Age | Commit message (Expand) | Author | Files | Lines |
1997-04-19 | * interp.c: Include float.h and define SIGTRAP if _WIN32. | Stu Grossman | 2 | -2/+19 |
1997-04-18 | * sim-options.c (standard_options): Add --endian. | David Edelsohn | 2 | -2/+50 |
1997-04-18 | Add a comment. | David Edelsohn | 1 | -0/+4 |
1997-04-18 | * interp.c (sim_resume): Fix argument to poll_quit. | David Edelsohn | 2 | -1/+5 |
1997-04-18 | * nrun.c: #include <signal.h>. | David Edelsohn | 1 | -0/+6 |
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 14 | -24/+527 |
1997-04-18 | * arminit.c (ARMul_NewState): Preinitialize the state to | Fred Fish | 1 | -0/+5 |
1997-04-17 | * aclocal.m4: Check for headers time.h, sys/time.h, sys/resource.h. | David Edelsohn | 3 | -2/+23 |
1997-04-17 | * sim-utils.c (sim_copy_argv, sim_analyze_program): New functions. | David Edelsohn | 2 | -0/+125 |
1997-04-17 | sim-trace.c: New file. | David Edelsohn | 4 | -3/+79 |
1997-04-17 | Add macros for CPU_FOO_FILE, CPU_STATE. | David Edelsohn | 1 | -1/+5 |
1997-04-17 | (standard_option_handler): Tweak some error messages. | David Edelsohn | 1 | -13/+13 |
1997-04-17 | Clean up. | David Edelsohn | 1 | -64/+7 |
1997-04-17 | * igen.c (print_itrace): Use TRACE_FOO_P and trace_printf. | David Edelsohn | 2 | -0/+655 |
1997-04-17 | * Make-common.in (nrun.o): Add rule for. | David Edelsohn | 4 | -0/+125 |
1997-04-17 | * sim-config.h (WITH_DEBUG): Provide default value of zero. | David Edelsohn | 2 | -1/+8 |
1997-04-17 | * sim-options.c, sim-options.h: New files. | David Edelsohn | 4 | -0/+809 |
1997-04-17 | MAX_CPUS -> WITH_SMP. | David Edelsohn | 1 | -4/+4 |
1997-04-17 | Fix copyright message, this is not GCC. | David Edelsohn | 1 | -5/+5 |
1997-04-17 | * run.c (main): Check return value of sim_open. | David Edelsohn | 2 | -0/+4 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -111/+649 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 3 | -26/+73 |
1997-04-17 | * psim.c (psim_options): Ignore -E option (sets endianness). | David Edelsohn | 3 | -62/+162 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -34/+155 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -26/+52 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -55/+181 |
1997-04-17 | * interf.c (sim_open): Ignore -E arg. | David Edelsohn | 2 | -40/+61 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -59/+114 |
1997-04-17 | * Makefile.in (SIM_OBJS): Add sim-load.o. | David Edelsohn | 2 | -11/+34 |
1997-04-17 | * sim-load.c: New file. | David Edelsohn | 1 | -0/+1 |
1997-04-17 | Add sim-load.c, sim-trace.h. | David Edelsohn | 1 | -0/+2 |
1997-04-17 | * Make-common.in (sim-options.o, sim-load.o): Add rules for. | David Edelsohn | 7 | -52/+542 |
1997-04-17 | Cleanups to compile under FreeBSD | Andrew Cagney | 10 | -113/+237 |
1997-04-15 | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 1 | -0/+9 |
1997-04-15 | * Makefile.in (install-sis): Depend upon installdirs. Use | Ian Lance Taylor | 1 | -0/+11 |
1997-04-15 | * Make-common.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 2 | -12/+60 |
1997-04-15 | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 1 | -0/+8 |
1997-04-15 | * Makefile.in (INSTALL): Set to @INSTALL@. | Ian Lance Taylor | 2 | -6/+17 |
1997-04-15 | From Jim Wilson <wilson@cygnus.com> | Andrew Cagney | 2 | -11/+49 |
1997-04-15 | Get the BIT/MASK/ROT/... macros to work with any 32/64/MSB0/MSBn target. | Andrew Cagney | 6 | -33/+431 |
1997-04-14 | rename install.sh to install-sh | Ian Lance Taylor | 2 | -1/+5 |
1997-04-08 | * simops.c (syscall): Handle new mn10300 calling conventions. | Jeff Law | 1 | -2/+2 |
1997-04-08 | Remove m32r sanitization. | David Edelsohn | 1 | -35/+1 |
1997-04-07 | * sim-base.h (sim_state_base): Move `magic' to end of struct. | David Edelsohn | 1 | -0/+4 |
1997-04-07 | Check a program to run is present. | Andrew Cagney | 1 | -0/+4 |
1997-04-07 | Get configure to define RETSIGTYPE | Andrew Cagney | 18 | -1708/+1036 |
1997-04-07 | Use $(srcdir)/... instead of $< in make rules | Andrew Cagney | 1 | -0/+6 |
1997-04-05 | * Makefile.in: Change mn10300-opc.o to m10300-opc.o, to match | Ian Lance Taylor | 1 | -0/+5 |
1997-04-03 | * sim-endian.h: Move host {LITTLE,BIG}_ENDIAN support from here, | David Edelsohn | 1 | -0/+3 |
1997-04-03 | * gen-support.c (gen_support_c): sim-state.h renamed to sim-main.h. | David Edelsohn | 1 | -0/+41 |