| Commit message (Expand) | Author | Age | Files | Lines |
* | removed v850 sanitization | Nick Clifton | 1997-09-03 | 1 | -2/+0 |
* | Test/fix pabsh, pabsw, psrlvw. | Andrew Cagney | 1997-09-01 | 1 | -1/+9 |
* | Make igen available when v850 is being build. | Andrew Cagney | 1997-08-28 | 1 | -0/+2 |
* | Make building of w65 simulator conditional on --enable-sim. | Andrew Cagney | 1997-08-26 | 1 | -1/+5 |
* | Add ABFD argument to sim_open call. Pass through to sim_config so | Andrew Cagney | 1997-08-25 | 1 | -6/+11 |
* | Add support for V850eq variant opcodes. | Nick Clifton | 1997-08-18 | 1 | -0/+14 |
* | * configure.in (sparc*-*-*): Don't build erc32. | David Edelsohn | 1997-07-25 | 1 | -0/+3 |
* | * configure.in (m32r-*-*): New target. | David Edelsohn | 1997-04-24 | 1 | -0/+1 |
* | TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a. | Andrew Cagney | 1997-04-22 | 1 | -0/+7 |
* | Enable testsuite in sim directory. | Andrew Cagney | 1997-03-24 | 1 | -1/+1 |
* | * configure.in: Add mn10200 configure lines accidentally | Jeff Law | 1997-03-03 | 1 | -0/+3 |
* | Really checkin the d30v sim directory configure files. | Andrew Cagney | 1997-02-21 | 1 | -1/+10 |
* | Since d10v is public now, remove all sanitization statements | Michael Meissner | 1997-02-20 | 1 | -2/+0 |
* | * configure.in: Don't require GCC to build the mn10200 | Jeff Law | 1997-02-20 | 1 | -5/+0 |
* | Fix thinkos in last change. | David Edelsohn | 1997-02-05 | 1 | -2/+3 |
* | * configure.in: Don't configure any subdirs if no simulator | David Edelsohn | 1997-02-05 | 1 | -2/+6 |
* | * Makefile.in (autoconf-common): New target. | David Edelsohn | 1997-02-04 | 1 | -1/+1 |
* | * configure configure.in: Don't configure common anymore. Files | Stu Grossman | 1997-01-23 | 1 | -1/+1 |
* | * configure: Enable the mn10200 simulator. | Jeff Law | 1997-01-13 | 1 | -0/+5 |
* | * Makefile.in, config.in, configure, configure.in: New files. | Jeff Law | 1996-11-25 | 1 | -0/+5 |
* | * configure.in (configdirs): Add common. | David Edelsohn | 1996-11-20 | 1 | -2/+2 |
* | Powerpc-linux now builds the simulator | Michael Meissner | 1996-11-01 | 1 | -1/+1 |
* | * configure.in (--enable-sim-powerpc): Delete. | David Edelsohn | 1996-10-17 | 1 | -35/+49 |
* | * configure.in: Only build the V850 simulator if | Jeff Law | 1996-10-12 | 1 | -1/+9 |
* | * configure.in: Do build erc32 for DOS and Windows hosts. | Ian Lance Taylor | 1996-09-08 | 1 | -7/+1 |
* | * configure.in: Only build the MIPS simulator if we are using | Ian Lance Taylor | 1996-09-04 | 1 | -5/+12 |
* | * configure.in (v850-*-*): Added V850 simulator. | Jeff Law | 1996-08-29 | 1 | -0/+3 |
* | Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1996-08-02 | 1 | -0/+3 |
* | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 1996-06-26 | 1 | -1/+2 |
* | * configure.in: Only configure erc32 if using gcc. | Ian Lance Taylor | 1996-06-24 | 1 | -1/+10 |
* | Build psim on ppc SVR4, Solaris, and Elf targets. | Michael Meissner | 1996-06-04 | 1 | -1/+2 |
* | * configure.in: Only built erc32 simulator on Unix hosts as it | Rob Savoye | 1996-05-22 | 1 | -1/+6 |
* | * func.c(bfd_load): Don't try to print the filename if the pfbd is | Rob Savoye | 1996-05-20 | 1 | -0/+1 |
* | From: Miles Bader <miles@gnu.ai.mit.edu> | Fred Fish | 1996-04-08 | 1 | -0/+4 |
* | Add comment about enabing PowerPC simulator | Michael Meissner | 1995-11-10 | 1 | -0/+4 |
* | fix typo | Michael Meissner | 1995-11-10 | 1 | -1/+1 |
* | Add --enable-sim-powerpc support. | Michael Meissner | 1995-11-09 | 1 | -1/+9 |
* | Get CC, etc. vars from configure; build ppc simulator if we are using GCC | Michael Meissner | 1995-11-09 | 1 | -2/+16 |
* | * configure.in (mips*-*-*): Added "mips" simulator target. | Jackie Smith Cashion | 1995-11-08 | 1 | -0/+1 |
* | * configure.in: Explicitly `exit 0' for broken shells. | Peter Schauer | 1995-10-08 | 1 | -0/+2 |
* | Only build PowerPC simulator if target is powerpc*-*-eabisim | Michael Meissner | 1995-08-25 | 1 | -2/+2 |
* | Add PowerPC simulator from Andrew Cagney <cagney@highland.com.au> | Michael Meissner | 1995-08-23 | 1 | -0/+2 |
* | * Makefile.in (all, clean, distclean, mostlyclean, realclean, | J.T. Conklin | 1995-07-05 | 1 | -13/+0 |
* | * Makefile.in, configure.in: converted to autoconf. | J.T. Conklin | 1995-07-05 | 1 | -19/+20 |
* | Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-05-24 | 1 | -1/+2 |
* | * Makefile.in: Support W65. | Steve Chamberlain | 1995-01-16 | 1 | -2/+3 |
* | Configure for h8300h too. | Steve Chamberlain | 1993-08-02 | 1 | -1/+1 |
* | Support for the SH | Steve Chamberlain | 1993-04-27 | 1 | -1/+2 |
* | * Makefile.in, configure.in: if target isn't supported, build a | Steve Chamberlain | 1993-02-08 | 1 | -5/+4 |
* | New simulator tree structure | Steve Chamberlain | 1993-02-04 | 1 | -0/+37 |