diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-24 17:39:30 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-24 17:39:30 +0000 |
commit | 968519095a3386323bb7ef7f88583e6ed902e691 (patch) | |
tree | 9d68fdba03f4a9d8de08e5361f9b5655c43e8437 /sim/v850/ChangeLog | |
parent | 139e2c0f92e06fcca01a815614c46a53e93a2f55 (diff) | |
download | gdb-968519095a3386323bb7ef7f88583e6ed902e691.zip gdb-968519095a3386323bb7ef7f88583e6ed902e691.tar.gz gdb-968519095a3386323bb7ef7f88583e6ed902e691.tar.bz2 |
* 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.
Diffstat (limited to 'sim/v850/ChangeLog')
-rw-r--r-- | sim/v850/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/v850/ChangeLog b/sim/v850/ChangeLog index 9fbed09..7dd47e1 100644 --- a/sim/v850/ChangeLog +++ b/sim/v850/ChangeLog @@ -1,3 +1,15 @@ +Thu Oct 24 10:33:33 1996 Stu Grossman (grossman@critters.cygnus.com) + + * 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. + Tue Oct 15 16:19:51 1996 Stu Grossman (grossman@critters.cygnus.com) * interp.c (MEM_SIZE): It's now bytes, not a power of 2. |