summaryrefslogtreecommitdiff
path: root/sim
Commit message (Collapse)AuthorAgeFilesLines
* * compile.c (sim_set_pc): Write to the pc direcly.Steve Chamberlain1993-10-072-59/+96
| | | | | (sim_store_register): Now value is passed by reference. (sim_read, sim_write): Return number of bytes copied.
* do not echo recursion linesK. Richard Pixley1993-09-131-15/+24
|
* Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitlyFred Fish1993-08-023-3/+0
| | | | added to the list by Sanitize, unless Sanitize knows it needs to keep it.
* Configure for h8300h too.Steve Chamberlain1993-08-021-1/+1
|
* Deleted.Steve Chamberlain1993-07-301-98/+0
|
* Add .Sanitize to Things-to-lose list.Fred Fish1993-07-303-0/+5
|
* Fix bit instructions (was setting destination reg and not carry).David Edelsohn1993-07-161-10/+10
|
* * compile.c: Reset HMODE back to zero (accidently set it to 1).David Edelsohn1993-07-152-1/+3
|
* * run.c (main): If h8/300h binary detected, call set_h8300h.David Edelsohn1993-07-153-23/+28
| | | | * compile.c (sim_resume): Fix O_NEG insn.
* * run.c (main): Add -h flag to enable h8/300h emulation.David Edelsohn1993-07-093-20/+61
| | | | | | | | * compile.c: Rename Hmode to HMODE (consistency with gdb). (set_h8300h): New function. (sim_resume): Add support for extu,exts insns. (sim_resume): Fix logical right shifting. (sim_resume, label alu32): Fix setting of carry flag.
* * run.c (main), interp.c (sim_set_timeout): Remove timeoutSteve Chamberlain1993-07-061-7/+0
| | | | functionality.
* (sim_csize): Initialize cpu.cache.David Edelsohn1993-07-042-0/+1641
|
* Keep writecode.cSteve Chamberlain1993-07-031-0/+1
|
* Makefile.in: Add -I../../bfd to pick up bfd.h.David Edelsohn1993-07-031-0/+34
|
* Checkpoint.Steve Chamberlain1993-06-242-1/+15
|
* * run.c (main): Fix parsing of args.David Edelsohn1993-06-241-9/+4
| | | | * compile.c (sim_resume): Fix shll insn.
* Look in the right place for bfd.hSteve Chamberlain1993-06-181-3/+5
|
* New file for configuring.Steve Chamberlain1993-06-181-0/+4
|
* Lint.Steve Chamberlain1993-06-181-166/+145
|
* * gencode.c: Fix some opcodes.Steve Chamberlain1993-06-183-131/+538
| | | | | * interp.c: Support for profiling and portability fixes. * run.c (main): Get profiling args.
* * Makefile.in: Add distclean, realclean, and mostlyclean targets.Jim Kingdon1993-06-131-11/+13
|
* Checkpoint for dje.Steve Chamberlain1993-06-101-88/+37
|
* Obsolete.Steve Chamberlain1993-06-082-45/+0
|
* Rewrite for H8/300-HSteve Chamberlain1993-06-086-415/+130
|
* Support for -vSteve Chamberlain1993-06-012-33/+44
|
* added things-to-lose sectionsK. Richard Pixley1993-05-273-0/+6
|
* * Makefile.in (check, installcheck): Added dummy targets.Ian Lance Taylor1993-05-211-0/+10
|
* add no-op dvi targetDavid D. Zuhn1993-05-211-6/+8
|
* Support for broken makes and lint.Steve Chamberlain1993-05-031-0/+5
|
* (endian): Add explicit rule for broken makes.Steve Chamberlain1993-05-032-0/+13
|
* Support for the SHSteve Chamberlain1993-04-273-4/+37
|
* New stuff for SH.Steve Chamberlain1993-04-278-0/+1445
|
* Sanitize out empty direcoriesSteve Chamberlain1993-04-201-2/+0
|
* add h8500 directorySteve Chamberlain1993-03-291-0/+1
|
* * h8300.mt (DO_INSTALL): Renamed from INSTALL.Ian Lance Taylor1993-03-151-1/+1
|
* Add ChangeLog to kept thingsSteve Chamberlain1993-03-031-0/+1
|
* Found trying to compile on ok.Steve Chamberlain1993-03-032-6/+2
| | | | | * Makefile.in: Don't use cb or indent * p1.c, state.h, writecode.c: lint
* Copyright changeSteve Chamberlain1993-02-115-63/+76
|
* build endian.h via a temporary file so that we don't leave anK. Richard Pixley1993-02-112-3/+10
| | | | incomplete file lying around on interrupted builds.
* * Makefile.in, configure.in: if target isn't supported, build aSteve Chamberlain1993-02-081-0/+3
| | | | | harmless makefile. support for make clean
* * Makefile.in, configure.in: if target isn't supported, build aSteve Chamberlain1993-02-083-5/+71
| | | | harmless makefile.
* Remember about Makefile.inSteve Chamberlain1993-02-041-0/+2
|
* These should be in tooSteve Chamberlain1993-02-042-0/+182
|
* New simulator tree structureSteve Chamberlain1993-02-0410-96/+435
|
* Add perifs.c and state.h; elim extraneous output.John Gilmore1993-02-031-5/+2
|
* * Makefile.in: Make SunOS halfdone VPATH work.John Gilmore1993-02-022-5/+4
| | | | * p1.c: Lint picked up by HP native compiler.
* fix endian problemSteve Chamberlain1993-01-211-1/+1
|
* new fileSteve Chamberlain1993-01-181-0/+68
|
* checkpointSteve Chamberlain1993-01-185-79/+209
|
* * p{1,3}.c (sim_resume): when running on dos, any character typed toSteve Chamberlain1993-01-044-49/+41
| | | | the keyboard will cause a simulated exception.