]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/v850/ChangeLog
Fixes problems building the V850 simulator introduced with the previous delta.
authorNick Clifton <nickc@redhat.com>
Fri, 27 Feb 2015 09:49:20 +0000 (09:49 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 27 Feb 2015 09:53:03 +0000 (09:53 +0000)
commita3976a7c56ec803f6ba141576cc56afe02663a8a
treeed44b1849b8358a65b98795721a8105f21e1f526
parent60abeae4f219a7a445d11ebaf72d2939413ffe80
Fixes problems building the V850 simulator introduced with the previous delta.

* sim-main.h (reg64_t): New type.
(v850_regs): Add selID_sregs field.
(VR, SAT16, SAT32, ABS16, ABS32 ): New macros.
* v850-dc: Add fields for v850e3v5 instructions.
* v850.igen (cvtf.dl): Use correctly signed local value.
(cvtf.dw, cvtf.sw, trncf.dul, trncf.dl, trncf.sul, trncf.sw):
Likewise.
* interp.c: Fix old style function declarations.
* simops.c: Likewise.
sim/v850/ChangeLog
sim/v850/interp.c
sim/v850/sim-main.h
sim/v850/simops.c
sim/v850/v850-dc
sim/v850/v850.igen