aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
gdb/ChangeLog: Update copyright year range in all GDB files
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
This applies the second part of GDB's End of Year Procedure, which updates the copyright year range in all of GDB's files. gdb/ChangeLog: Update copyright year range in all GDB files.
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
gdb/ChangeLog: Update year range in copyright notice of all files.
2015-12-30sim: h8300: switch to common sim-resumeMike Frysinger1-1/+2
2015-12-30sim: h8300: drop unused inst.hMike Frysinger1-6/+0
We can also drop the compile.o rule since the common dep generation logic takes care of this for us.
2015-11-16sim: sim-stop/sim-reason/sim-reg: move to common obj listMike Frysinger1-3/+1
Now that all arches (for the most part) have moved over, move sim-stop.o, sim-reason.o, and sim-reg.o to the common object list and out of all the arch ports.
2015-11-15sim: h8300: convert to common sim_{reason,stop}Mike Frysinger1-1/+3
This ends up being pretty easy as the h8300 port already supports much of the common engine core.
2015-11-15sim: clean up redundant objectsMike Frysinger1-2/+1
Some of the target makefiles listed objects that were already pulled in via SIM_NEW_COMMON_OBJS. Clean those up.
2015-04-15sim: unify sim-cpu usageMike Frysinger1-1/+0
Now that all the targets are utilizing CPU_PC_{FETCH,STORE}, and the cpu state is multicore, and the STATE_CPU defines match, we can move it all to the common code.
2015-04-06sim: move sim-engine.o/sim-hrw.o to the common listMike Frysinger1-1/+0
This makes these two objects available to all sims by default.
2015-04-02sim: clean up SIM_EXTRA_OBJS referencesMike Frysinger1-3/+2
This variable was deleted in previous commits and is not used anymore. Prune any stray references to it.
2015-03-14sim: make nrun the default run programMike Frysinger1-3/+0
We want people to stop using the run.c frontend, but it's hard to notice when it's still set as the default. Lets flip things so nrun.c is the default, and users of run.c will get an error by default. We turn that error into a warning for existing sims so we don't break them -- this is mostly meant for people starting new ports.
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
gdb/ChangeLog: Update year range in copyright notice of all files.
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
Two modifications: 1. The addition of 2013 to the copyright year range for every file; 2. The use of a single year range, instead of potentially multiple year ranges, as approved by the FSF.
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
in the previous copyright update.
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