| Commit message (Expand) | Author | Age | Files | Lines |
* | Indicate SIGILL instead of calling abort for default case. | Jim Wilson | 1995-10-21 | 1 | -0/+16 |
* | * interp.c (callback): Remove last change. It is initialized by | Jim Wilson | 1995-10-06 | 1 | -0/+3 |
* | * interp.c (trap, case SYS_utime): Cast second arg of utime to | Jim Wilson | 1995-10-06 | 2 | -1/+8 |
* | * interp.c (callback): Initialize to default callback. | Steve Chamberlain | 1995-10-05 | 2 | -22/+59 |
* | Thu Sep 28 15:26:59 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-09-28 | 3 | -284/+0 |
* | add maintainer-clean Makefile targets | Ian Lance Taylor | 1995-09-20 | 2 | -1/+5 |
* | * run.c (sim_callback_write_stdout): New. | Steve Chamberlain | 1995-09-20 | 3 | -1/+17 |
* | Mon Sep 18 18:42:27 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-09-19 | 4 | -36/+49 |
* | * gencode.c: Back up PC by 2 for breakpoints. | Stu Grossman | 1995-09-15 | 2 | -8/+17 |
* | * configure.in: Define CC_FOR_BUILD. Don't call AC_PROG_INSTALL. | Ian Lance Taylor | 1995-09-08 | 3 | -11/+28 |
* | (Try to) Update to new bfd autoconf scheme. | J.T. Conklin | 1995-09-07 | 5 | -47/+1069 |
* | * Makefile.in (run): Link in math library too. | Jeff Law | 1995-08-31 | 1 | -0/+1 |
* | * interp.c (FPSCR, FPUL): Define. | Jeff Law | 1995-08-31 | 3 | -6/+94 |
* | * gencode.c (gensim): abort if an unknown opcode is encountered. | Jeff Law | 1995-08-31 | 2 | -9/+35 |
* | For Sega/Hitachi, when simulator exits, check to see if it was because | Jim Wilson | 1995-08-12 | 1 | -7/+20 |
* | Update FSF address. | Fred Fish | 1995-08-02 | 1 | -2/+2 |
* | * Makefile.in (distclean, mostlyclean, realclean): Remove autoconf files. | J.T. Conklin | 1995-07-05 | 2 | -2/+6 |
* | * sh.mt: Removed. | J.T. Conklin | 1995-07-05 | 3 | -5/+2 |
* | * Makefile.in, configure.in: converted to autoconf. | J.T. Conklin | 1995-07-05 | 4 | -89/+52 |
* | * interp.c (sim_open): If argument supplied, interpret as | Stan Shebs | 1995-07-01 | 1 | -2/+9 |
* | * interp.c: (SYS_wait): Define as SYS_wait4 if available and | Fred Fish | 1995-06-29 | 2 | -0/+15 |
* | * interp.c: Don't include sys/times.h or sys/param.h | Steve Chamberlain | 1995-06-23 | 2 | -2/+4 |
* | * interp.c: (SIGBUS, SIGTERM): Define if not. | Steve Chamberlain | 1995-06-21 | 3 | -14/+48 |
* | Unsanitize SH3 support. | Jim Wilson | 1995-05-25 | 1 | -23/+0 |
* | Wed May 24 14:07:11 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-05-24 | 2 | -15/+33 |
* | * configure.in: use ../../bfd/hosts/std-host.h, not | Jason Molenda | 1995-04-24 | 1 | -1/+1 |
* | * run.c: parse arguments with getopt(). | J.T. Conklin | 1995-03-27 | 1 | -32/+43 |
* | Sun Feb 26 15:27:24 1995 Steve Chamberlain <sac@cygnus.com> | Ian Lance Taylor | 1995-02-28 | 1 | -5/+2 |
* | Changes for PR 6203. | Torbjorn Granlund | 1995-01-22 | 2 | -41/+76 |
* | Fix for PR 6200 (SUBC problems). | Torbjorn Granlund | 1995-01-19 | 2 | -271/+355 |
* | * interp.c: Remove def of INLINE. This comes from bfd.h. Also, | Stu Grossman | 1995-01-09 | 1 | -0/+5 |
* | * interp.c (BUSERROR): New macro. | Steve Chamberlain | 1994-12-29 | 3 | -199/+421 |
* | * interp.c ([wr][bwl]at): New functions. | Steve Chamberlain | 1994-11-24 | 5 | -29/+110 |
* | Specify the file type. | Steve Chamberlain | 1994-06-28 | 1 | -1/+1 |
* | * interp.c (trap): Fix irix incompatibility. | Steve Chamberlain | 1994-05-27 | 1 | -1/+1 |
* | * interp.c (sim_*): Make result void where there isn't one. | David Edelsohn | 1994-05-18 | 3 | -54/+279 |
* | * gencode.c (main, gendefines): New -d option prints table of defines. | Steve Chamberlain | 1994-02-12 | 1 | -0/+2 |
* | keep run.1 | David D. Zuhn | 1993-11-11 | 1 | -0/+1 |
* | * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb | David Edelsohn | 1993-10-26 | 1 | -1/+2 |
* | (sim_stop_signal): Result is now enum sim_stop. | David Edelsohn | 1993-10-23 | 2 | -21/+86 |
* | Man page for "run" simulator, and install-man target for it. | Roland Pesch | 1993-10-22 | 1 | -0/+107 |
* | Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly | Fred Fish | 1993-08-02 | 1 | -1/+0 |
* | Add .Sanitize to Things-to-lose list. | Fred Fish | 1993-07-30 | 1 | -0/+1 |
* | * run.c (main), interp.c (sim_set_timeout): Remove timeout | Steve Chamberlain | 1993-07-06 | 1 | -7/+0 |
* | Checkpoint. | Steve Chamberlain | 1993-06-24 | 2 | -1/+15 |
* | Look in the right place for bfd.h | Steve Chamberlain | 1993-06-18 | 1 | -3/+5 |
* | New file for configuring. | Steve Chamberlain | 1993-06-18 | 1 | -0/+4 |
* | Lint. | Steve Chamberlain | 1993-06-18 | 1 | -166/+145 |
* | * gencode.c: Fix some opcodes. | Steve Chamberlain | 1993-06-18 | 3 | -131/+538 |
* | added things-to-lose sections | K. Richard Pixley | 1993-05-27 | 1 | -0/+2 |