Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-03-24 | Enable testsuite in sim directory. | Andrew Cagney | 1 | -1/+1 | |
1997-03-03 | * configure.in: Add mn10200 configure lines accidentally | Jeff Law | 1 | -0/+3 | |
removed. * configure: Regenerated. Opps. | |||||
1997-02-21 | Really checkin the d30v sim directory configure files. | Andrew Cagney | 1 | -1/+10 | |
1997-02-20 | Since d10v is public now, remove all sanitization statements | Michael Meissner | 1 | -2/+0 | |
1997-02-20 | * configure.in: Don't require GCC to build the mn10200 | Jeff Law | 1 | -5/+0 | |
simulator anymore. * configure: Rebuilt. | |||||
1997-02-05 | Fix thinkos in last change. | David Edelsohn | 1 | -2/+3 | |
1997-02-05 | * configure.in: Don't configure any subdirs if no simulator | David Edelsohn | 1 | -2/+6 | |
is being built. Don't use erc32 for sparc64. * configure: Regenerated. | |||||
1997-02-04 | * Makefile.in (autoconf-common): New target. | David Edelsohn | 1 | -1/+1 | |
* configure.in: Do configure common. * configure: Regenerated. | |||||
1997-01-23 | * configure configure.in: Don't configure common anymore. Files | Stu Grossman | 1 | -1/+1 | |
from common are now built in the individual simualtor directories. This fixes problems with the WinGDB build procedure. | |||||
1997-01-13 | * configure: Enable the mn10200 simulator. | Jeff Law | 1 | -0/+5 | |
1996-11-25 | * Makefile.in, config.in, configure, configure.in: New files. | Jeff Law | 1 | -0/+5 | |
* gencode.c, interp.c, mn10300_sim.h, simops.c: New files. Skeleton mn10300 simulator | |||||
1996-11-20 | * configure.in (configdirs): Add common. | David Edelsohn | 1 | -2/+2 | |
* configure: Regenerated. | |||||
1996-11-01 | Powerpc-linux now builds the simulator | Michael Meissner | 1 | -1/+1 | |
1996-10-17 | * configure.in (--enable-sim-powerpc): Delete. | David Edelsohn | 1 | -35/+49 | |
(--enable-sim): Add. * configure: Regenerated. | |||||
1996-10-12 | * configure.in: Only build the V850 simulator if | Jeff Law | 1 | -1/+9 | |
we are using gcc. * configure: Rebuild. So builds with "cc" don't die in the v850 simulator directory. | |||||
1996-09-08 | * configure.in: Do build erc32 for DOS and Windows hosts. | Ian Lance Taylor | 1 | -7/+1 | |
* configure: Rebuild. | |||||
1996-09-04 | * configure.in: Only build the MIPS simulator if we are using | Ian Lance Taylor | 1 | -5/+12 | |
gcc. * configure: Rebuild. | |||||
1996-08-29 | * configure.in (v850-*-*): Added V850 simulator. | Jeff Law | 1 | -0/+3 | |
1996-08-02 | Thu Aug 1 17:08:41 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+3 | |
* configure.in (d10v-*-*): Added D10V simulator. | |||||
1996-06-26 | * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir, | Jason Molenda | 1 | -1/+2 | |
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt. | |||||
1996-06-24 | * configure.in: Only configure erc32 if using gcc. | Ian Lance Taylor | 1 | -1/+10 | |
1996-06-04 | Build psim on ppc SVR4, Solaris, and Elf targets. | Michael Meissner | 1 | -1/+2 | |
1996-05-22 | * configure.in: Only built erc32 simulator on Unix hosts as it | Rob Savoye | 1 | -1/+6 | |
uses pseudo ttys. * configure: Regenerated with autoconf 2.8. | |||||
1996-05-20 | * func.c(bfd_load): Don't try to print the filename if the pfbd is | Rob Savoye | 1 | -0/+1 | |
NULL. * interf.c(sim_load): Pass the whole string, not just the first byte. | |||||
1996-04-08 | From: Miles Bader <miles@gnu.ai.mit.edu> | Fred Fish | 1 | -0/+4 | |
* configure.in: Use AC_CHECK_TOOL to find AR & RANLIB. * configure: Regenerate using autoconf. | |||||
1995-11-10 | Add comment about enabing PowerPC simulator | Michael Meissner | 1 | -0/+4 | |
1995-11-10 | fix typo | Michael Meissner | 1 | -1/+1 | |
1995-11-09 | Add --enable-sim-powerpc support. | Michael Meissner | 1 | -1/+9 | |
1995-11-09 | Get CC, etc. vars from configure; build ppc simulator if we are using GCC | Michael Meissner | 1 | -2/+16 | |
1995-11-08 | * configure.in (mips*-*-*): Added "mips" simulator target. | Jackie Smith Cashion | 1 | -0/+1 | |
* configure: Re-generated. | |||||
1995-10-08 | * configure.in: Explicitly `exit 0' for broken shells. | Peter Schauer | 1 | -0/+2 | |
* configure: Rebuilt. | |||||
1995-08-25 | Only build PowerPC simulator if target is powerpc*-*-eabisim | Michael Meissner | 1 | -2/+2 | |
1995-08-23 | Add PowerPC simulator from Andrew Cagney <cagney@highland.com.au> | Michael Meissner | 1 | -0/+2 | |
1995-07-05 | * Makefile.in (all, clean, distclean, mostlyclean, realclean, | J.T. Conklin | 1 | -13/+0 | |
install): Changed targets so that they descend all subdirectories in $(SUBDIRS). (*-all, *-clean, *-install): Removed targets. * configure.in: Don't bother with target makefile fragments, they are no longer needed. * configure: regenerated. | |||||
1995-07-05 | * Makefile.in, configure.in: converted to autoconf. | J.T. Conklin | 1 | -19/+20 | |
* configure: New file, generated with autconf 2.4. | |||||
1995-05-24 | Wed May 24 14:48:46 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -1/+2 | |
* Makefile.in: Support ARM. * configure.in: Ditto. | |||||
1995-01-16 | * Makefile.in: Support W65. | Steve Chamberlain | 1 | -2/+3 | |
* configure.in: Ditto. | |||||
1993-08-02 | Configure for h8300h too. | Steve Chamberlain | 1 | -1/+1 | |
1993-04-27 | Support for the SH | Steve Chamberlain | 1 | -1/+2 | |
1993-02-08 | * Makefile.in, configure.in: if target isn't supported, build a | Steve Chamberlain | 1 | -5/+4 | |
harmless makefile. | |||||
1993-02-04 | New simulator tree structure | Steve Chamberlain | 1 | -0/+37 | |