aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80/configure
AgeCommit message (Collapse)AuthorFilesLines
2002-06-01Delete TiC80, no longer supported by GDB.Andrew Cagney1-4459/+0
2000-07-04TIc80 simulator.Andrew Cagney1-0/+4459
1999-04-16Initial creation of sourceware repositoryStan Shebs1-4314/+0
1998-10-28Unify (well almost) --enable-build-warnings configuration optionAndrew Cagney1-181/+349
across GDB and SIM directories.
1998-05-22Only enable H/W on some mips targets.Andrew Cagney1-3/+3
Move common hw-obj to Make-common Pacify GCC
1998-04-29Tue Apr 28 18:28:58 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-131/+168
* common/aclocal.m4: call AM_EXEEXT in SIM_AC_COMMON, define AM_CYGWIN32 and AM_EXEEXT. * common/Make-common.in: set EXEEXT, add missing EXEEXTs to run and install-common rules. * common/configure: regenerate And update all subdirectory ChangeLogs and configure files.
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-130/+131
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again.
1998-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-47/+1765
* config.in: Ditto. * configure.in: Don't call sinclude.
1998-04-05aclocal.m4: Don't enable inlining when cross-compiling.Andrew Cagney1-17/+22
mips/*: Tune mips simulator - allow all memory transfer code to be inlined.
1998-04-04Cleanup INLINE support for simulators using common framework.Andrew Cagney1-51/+52
Make IGEN responsible for co-ordinating inlining of generated files. By default, aclocal.m4 disabled all inlining.
1998-03-27Do top level sim-hw module for device tree.Andrew Cagney1-2/+2
Add to aclocal.m4, update all configure files.
1998-03-25Re-do --enable-sim-hardware so that each simulator can specify the devicesAndrew Cagney1-44/+46
it wants built. Generate hw-config.h.
1998-03-18* aclocal.m4 (SIM_AC_OPTION_HARDWARE): Set sim_hw_obj, sim_dv_obj,Andrew Cagney1-43/+130
sim_dv_src in Makefile. Take list of devices as parameter to m4 macro.. * configure: Regenerated to track ../common/aclocal.m4 changes.
1998-01-31Add config support for the size of the target address and OF cell.Andrew Cagney1-71/+92
1998-01-20* aclocal.m4: Recognize --enable-maintainer-mode.Doug Evans1-52/+76
*/configure: Regenerated.
1997-12-15In nrun.c, look for sigaction & SA_RESTART. When both present,Andrew Cagney1-56/+52
install cntrl-c (SIGINT) handler with no SA_RESTART bit set.
1997-12-04Regenerate configure files.Doug Evans1-52/+97
1997-09-25Add/use SIM_AC_OPTION_BITSIZE.Andrew Cagney1-41/+48
1997-09-23Remove need to update <targ>/Makefile.in when adding optional optionsAndrew Cagney1-60/+145
to <targ>/configure.in. Simplify logic used to select target [default] endianness.
1997-09-22Simplify logic behind the generic configuration option --enable-sim-alignment.Andrew Cagney1-20/+35
1997-09-22Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1-19/+34
Add support for --alignment={strict,nonstrict,forced} to simulator common run-time options. For v850 use, make the default NONSTRICT_ALIGNMENT.
1997-09-15Update to reflect change to sim/common/aclocal.m4 (allow sim/commonAndrew Cagney1-8/+8
directory to specify its own unqiue config.h file).
1997-09-05* configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn1-11/+12
1997-08-27Fix doco on enable-sim-inline.Andrew Cagney1-1/+1
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-19/+27
that image properties such as endianness can be checked. More strongly document the expected behavour of each of the sim_* interfaces. Add default endian argument to simulator config macro SIM_AC_OPTION_ENDIAN. Use in sim_config.
1997-05-19Make getpid, kill supported system callsMichael Meissner1-38/+113
1997-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn1-106/+220
1997-04-24 * configure: Regenerated to track ../common/aclocal.m4 changes.David Edelsohn1-222/+150
* Makefile.in (SIM_OBJS): Add sim-module.o, sim-profile.o. * sim-calls.c (sim_open): Call sim_module_uninstall if argument parsing fails. Call sim_post_argv_init. (sim_close): Call sim_module_uninstall.
1997-04-22TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.Andrew Cagney1-0/+1961