binutils-gdb/sim/arm
Dominik Vogt 1d19cae752 Fix invalid left shift of negative value
Fix occurrences of left-shifting negative constants in C code.

sim/arm/ChangeLog:

	* thumbemu.c (handle_T2_insn): Fix left shift of negative value.
	* armemu.c (handle_v6_insn): Likewise.

sim/avr/ChangeLog:

	* interp.c (sign_ext): Fix left shift of negative value.

sim/mips/ChangeLog:

	* micromips.igen (process_isa_mode): Fix left shift of negative
	value.

sim/msp430/ChangeLog:

	* msp430-sim.c (get_op, put_op): Fix left shift of negative value.

sim/v850/ChangeLog:

	* simops.c (v850_bins): Fix left shift of negative value.
2015-12-15 14:09:14 +01:00
..
COPYING Update sim's COPYING files. 2012-12-19 07:19:14 +00:00
ChangeLog Fix invalid left shift of negative value 2015-12-15 14:09:14 +01:00
Makefile.in Fix snafu with latest addition to the ARM sim. 2015-07-02 16:19:09 +01:00
README 2003-01-10 Ben Elliston <bje@redhat.com> 2003-01-10 05:27:17 +00:00
aclocal.m4 sim: drop duplicate header checks 2015-03-14 06:04:29 -04:00
armcopro.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armdefs.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armemu.c Fix invalid left shift of negative value 2015-12-15 14:09:14 +01:00
armemu.h Add support for ARM v6 instructions. 2015-06-28 19:14:36 +01:00
armfpe.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
arminit.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armopts.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armos.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armos.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armrdi.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armsupp.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
armvirt.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
bag.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
bag.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
communicate.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
communicate.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
config.in sim: update zlib handling 2015-04-01 01:07:57 -04:00
configure sim: use AS_HELP_STRING everywhere 2015-06-23 15:02:08 -04:00
configure.ac sim: arm: use common configure options 2015-03-30 12:58:23 -04:00
dbg_conf.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_cp.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_hif.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
dbg_rdi.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
gdbhost.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
gdbhost.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
iwmmxt.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
iwmmxt.h Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
kid.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
main.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
maverick.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
parent.c Remove extraneous whitespace from ARM sim sources. 2015-07-14 12:06:33 +01:00
sim-main.h sim: unify SIM_CPU definition 2015-04-18 04:31:36 -04:00
thumbemu.c Fix invalid left shift of negative value 2015-12-15 14:09:14 +01:00
wrapper.c sim: sim-close: unify sim_close logic 2015-11-15 02:30:19 -05:00

README

This directory contains the standard release of the ARMulator from
Advanced RISC Machines, and was ftp'd from.

ftp.cl.cam.ac.uk:/arm/gnu

It likes to use TCP/IP between the simulator and the host, which is
nice, but is a pain to use under anything non-unix.

I've added created a new Makefile.in (the original in Makefile.orig)
to build a version of the simulator without the TCP/IP stuff, and a
wrapper.c to link directly into gdb and the run command.

It should be possible (barring major changes in the layout of
the armulator) to upgrade the simulator by copying all the files
out of a release into this directory and renaming the Makefile.

(Except that I changed armos.c to work more simply with our
simulator rigs)

Steve

sac@cygnus.com

Mon May 15 12:03:28 PDT 1995