summaryrefslogtreecommitdiff
path: root/sim/sh
Commit message (Expand)AuthorAgeFilesLines
* Move SIM_AC_OPTION_ macros out of SIM_AC_COMMON macro - was trashingAndrew Cagney1997-03-181-0/+4
* * configure: Re-generate.Andrew Cagney1997-03-172-191/+124
* Regenerate simulator configure scripts; Remove d10v traps 1-3, Make 15 the sy...Michael Meissner1997-03-142-302/+63
* * interp.c (sim_open): New SIM_DESC result. Argument is nowDavid Edelsohn1997-03-132-122/+140
* * Makefile.in (@COMMON_MAKEFILE_FRAG): UseDavid Edelsohn1997-02-041-1/+2
* * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s inStu Grossman1997-01-241-2/+2
* * configure: Remove targ-vals.def when doing distclean. (ChangeStu Grossman1997-01-241-1/+1
* * configure: Remove Make-common.in from dependencies. (Actually inStu Grossman1997-01-241-1/+1
* * configure configure.in Makefile.in: Update to new configureStu Grossman1997-01-234-246/+974
* * Makefile.in: Delete stuff moved to ../common/Make-common.in.David Edelsohn1996-11-202-22/+4
* * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda1996-06-261-2/+3
* Remove SH3e sanitization.Jim Wilson1996-01-161-21/+0
* * gencode.c (tab): Added several sh3 opcodes.J.T. Conklin1995-12-042-5/+27
* * gencode.c (tab): In shad/shld definitions, negate R[m] beforeJim Wilson1995-11-292-4/+12
* Patch for Hitachi PR 8433, avoid core dump on HPUX hostJim Wilson1995-11-181-0/+9
* * gencode.c: jsr, bsr and bsrf actually save pc+4 in pr, and rtsStu Grossman1995-11-152-3/+4
* * gencode.c: jsr actually saves pc+4, and rts actually uses pr+0.Stu Grossman1995-11-142-4/+50
* Indicate SIGILL instead of calling abort for default case.Jim Wilson1995-10-211-0/+16
* * interp.c (callback): Remove last change. It is initialized byJim Wilson1995-10-061-0/+3
* * interp.c (trap, case SYS_utime): Cast second arg of utime toJim Wilson1995-10-062-1/+8
* * interp.c (callback): Initialize to default callback.Steve Chamberlain1995-10-052-22/+59
* Thu Sep 28 15:26:59 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1995-09-283-284/+0
* add maintainer-clean Makefile targetsIan Lance Taylor1995-09-202-1/+5
* * run.c (sim_callback_write_stdout): New.Steve Chamberlain1995-09-203-1/+17
* Mon Sep 18 18:42:27 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1995-09-194-36/+49
* * gencode.c: Back up PC by 2 for breakpoints.Stu Grossman1995-09-152-8/+17
* * configure.in: Define CC_FOR_BUILD. Don't call AC_PROG_INSTALL.Ian Lance Taylor1995-09-083-11/+28
* (Try to) Update to new bfd autoconf scheme.J.T. Conklin1995-09-075-47/+1069
* * Makefile.in (run): Link in math library too.Jeff Law1995-08-311-0/+1
* * interp.c (FPSCR, FPUL): Define.Jeff Law1995-08-313-6/+94
* * gencode.c (gensim): abort if an unknown opcode is encountered.Jeff Law1995-08-312-9/+35
* For Sega/Hitachi, when simulator exits, check to see if it was becauseJim Wilson1995-08-121-7/+20
* Update FSF address.Fred Fish1995-08-021-2/+2
* * Makefile.in (distclean, mostlyclean, realclean): Remove autoconf files.J.T. Conklin1995-07-052-2/+6
* * sh.mt: Removed.J.T. Conklin1995-07-053-5/+2
* * Makefile.in, configure.in: converted to autoconf.J.T. Conklin1995-07-054-89/+52
* * interp.c (sim_open): If argument supplied, interpret asStan Shebs1995-07-011-2/+9
* * interp.c: (SYS_wait): Define as SYS_wait4 if available andFred Fish1995-06-292-0/+15
* * interp.c: Don't include sys/times.h or sys/param.hSteve Chamberlain1995-06-232-2/+4
* * interp.c: (SIGBUS, SIGTERM): Define if not.Steve Chamberlain1995-06-213-14/+48
* Unsanitize SH3 support.Jim Wilson1995-05-251-23/+0
* Wed May 24 14:07:11 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1995-05-242-15/+33
* * configure.in: use ../../bfd/hosts/std-host.h, notJason Molenda1995-04-241-1/+1
* * run.c: parse arguments with getopt().J.T. Conklin1995-03-271-32/+43
* Sun Feb 26 15:27:24 1995 Steve Chamberlain <sac@cygnus.com>Ian Lance Taylor1995-02-281-5/+2
* Changes for PR 6203.Torbjorn Granlund1995-01-222-41/+76
* Fix for PR 6200 (SUBC problems).Torbjorn Granlund1995-01-192-271/+355
* * interp.c: Remove def of INLINE. This comes from bfd.h. Also,Stu Grossman1995-01-091-0/+5
* * interp.c (BUSERROR): New macro.Steve Chamberlain1994-12-293-199/+421
* * interp.c ([wr][bwl]at): New functions.Steve Chamberlain1994-11-245-29/+110