aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-5/+4
to GPLv3.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+2
2003-06-032003-06-03 Michael Snyder <msnyder@redhat.com>Michael Snyder1-4/+14
* h8300/compile.c: Add h8300sx insns and addressing modes. * h8300/sim-main.h: Replaces h8300/inst.h. * h8300/Makefile.in: Tweak to bring in some sim/common stuff.
2002-07-29Add dependences to Makefile.in and include sim-h8300 in compile.cAndrey Volkov1-2/+4
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+25
1999-04-16Initial creation of sourceware repositoryStan Shebs1-23/+0
1997-01-23 * configure configure.in Makefile.in: Update to new configureStu Grossman1-112/+4
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.
1995-09-08 * Makefile.in (install): Don't install in $(tooldir).Ian Lance Taylor1-11/+1
1995-09-08 * configure.in: Call AC_CONFIG_HEADER. Don't try to useIan Lance Taylor1-15/+20
bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR. Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if creating config.h. * configure: Rebuild. * Makefile.in (AR): Define as @AR@. (CC): New variable, defined as @CC@. (CFLAGS): Define as @CFLAGS@. (RANLIB): Define as @RANLIB@. (HDEFINES, TDEFINES): New variables. (@host_makefile_frag@): Remove. (compile.o, run.o): Depend upon config.h. (mostlyclean): Make the same as clean, not distclean. (clean): Remove config.log. (distclean): Remove config.h and stamp-h. (Makefile): Don't depend upon @frags@. Just rebuild Makefile when invoking config.status. (config.h, stamp-h): New targets. * compile.c: Include "config.h". Don't include <sys/times.h>. Include <time.h> and <stdlib.h> if they exist. Don't include "sysdep.h". (get_now): Remove unused local b. * run.c: Include "config.h". Include <stdlib.h> if it exists. Don't include "sysdep.h". * writecode.c: Don't include "bfd.h" or "sysdep.h". Include <stdio.h>.
1995-07-05* Makefile.in, configure.in: converted to autoconf.J.T. Conklin1-87/+48
* configure: New file, generated with autconf 2.4.
1993-02-04New simulator tree structureSteve Chamberlain1-3/+3
1993-02-02* Makefile.in: Make SunOS halfdone VPATH work.John Gilmore1-3/+2
* p1.c: Lint picked up by HP native compiler.
1993-01-18checkpointSteve Chamberlain1-3/+3
1993-01-04 * p{1,3}.c (sim_resume): when running on dos, any character typed toSteve Chamberlain1-16/+3
the keyboard will cause a simulated exception.
1993-01-04Now works in a cross build environmentSteve Chamberlain1-5/+3
1993-01-04Allow srcdir buildsSteve Chamberlain1-3/+3
1993-01-03 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in andSteve Chamberlain1-3/+3
running
1992-12-22H8/300 simulatorSteve Chamberlain1-0/+191