aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+13
1999-04-16Initial creation of sourceware repositoryStan Shebs1-13/+0
1998-04-26 * configure: Regenerated to track ../common/aclocal.m4 changes.Tom Tromey1-0/+1
* 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-1/+0
* config.in: Ditto. * configure.in: Don't call sinclude.
1998-04-01* configure.in (SIM_AC_OPTION_WARNINGS): Add.Andrew Cagney1-0/+3
configure: Re-generate.
1997-02-04 * Makefile.in (@COMMON_MAKEFILE_FRAG): UseDavid Edelsohn1-1/+2
COMMON_{PRE,POST}_CONFIG_FRAG instead. * configure.in: sinclude ../common/aclocal.m4. * configure: Regenerated.
1997-01-23 * configure configure.in Makefile.in: Update to new configureStu Grossman1-1/+1
scheme which is more compatible with WinGDB builds. * configure.in: Improve comment on how to run autoconf. * configure: Re-run autoconf to get new ../common/aclocal.m4. * Makefile.in: Use autoconf substitution to install common makefile fragment.
1996-11-20 * Makefile.in: Delete all stuff moved to ../common/Make-common.in.David Edelsohn1-69/+3
(SIM_OBJS,SIM_EXTRA_CFLAGS,SIM_EXTRA_CLEAN): Define. * configure.in: Simplify using macros in ../common/aclocal.m4. Call AC_CHECK_HEADERS(unistd.h). * configure: Regenerated. * config.in: New file. * interp.c: #include "callback.h". * simops.c: #include "config.h". #include <unistd.h> if present.
1996-10-17Make simulated loads/stores faster on x86, AIX, and big endian hostsMichael Meissner1-0/+12
1996-09-18Make exit/stop return correct exit value; Add line number tracing.Michael Meissner1-1/+13
1996-09-04First cut at dealing with canadian crosses; make -t in debugger set ↵Michael Meissner1-0/+9
d10v_debug if DEBUG
1996-09-04More debug support; Enable -t/-v to work correctly; Add --enable-sim-cflags ↵Michael Meissner1-0/+13
configure switch
1996-08-02Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+29
* ChangeLog, Makefile.in, configure, configure.in, d10v_sim.h, gencode.c, interp.c, simops.c: Created.