]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/v850/simops.c
* Makefile.in: Get rid of srcroot. Set all INSTALL macros via
authorStu Grossman <grossman@cygnus>
Thu, 24 Oct 1996 17:39:30 +0000 (17:39 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 24 Oct 1996 17:39:30 +0000 (17:39 +0000)
commit968519095a3386323bb7ef7f88583e6ed902e691
tree9d68fdba03f4a9d8de08e5361f9b5655c43e8437
parent139e2c0f92e06fcca01a815614c46a53e93a2f55
* Makefile.in:  Get rid of srcroot.  Set all INSTALL macros via
autoconf.
* gencode.c (write_opcodes):  Pad operands field to account for
MSVC braindamage.
* simops.c:  Include errno.h.  Exclude SYS_chown, since MSVC
doesn't support it.  (Why is this here in the first place?!?)
* v850_sim.h:  Get rid of 64 bit defs.  Also, get rid of #elif's.
Change number of operands in struct simops from 9 to 6.  Define
SIGTRAP and SIGQUIT for MSVC.
sim/v850/ChangeLog
sim/v850/gencode.c
sim/v850/simops.c
sim/v850/v850_sim.h