binutils-gdb/sim
Mike Frysinger e62bb22a4b sim: bfin: fix corner case Logical shift issues
From: Robin Getz <robin.getz@analog.com>

Overflow with shift operations happens independently of saturation, but
we have the logic merged.  Extend the lshift function so that callers
can tell it when to handle each independently, and then do so when it's
needed.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-03-19 05:06:23 +00:00
..
arm Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
avr Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
bfin sim: bfin: fix corner case Logical shift issues 2012-03-19 05:06:23 +00:00
common sim: use character classes rather than ranges 2012-03-19 04:54:48 +00:00
cr16 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
cris Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
d10v Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
erc32 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
frv Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
h8300 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
igen Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
iq2000 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
lm32 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32c Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m32r Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
m68hc11 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mcore Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
microblaze Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mips Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
mn10300 Update sim_fetch_register, sim_store_register for sh and mn10300. 2012-02-16 23:17:27 +00:00
moxie Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
ppc sim: ppc: fix compilation on AIX 7.1 due to st_pad name collisions 2012-03-14 05:04:18 +00:00
rl78 Add support to GDB for the Renesas rl78 architecture. 2012-02-04 06:05:50 +00:00
rx Update rx sim so that it'll print load statistics. 2012-03-03 01:23:45 +00:00
sh Update sim_fetch_register, sim_store_register for sh and mn10300. 2012-02-16 23:17:27 +00:00
sh64 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
testsuite sim: tests: ignore generated tests 2012-03-19 03:51:09 +00:00
v850 Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
.gitignore
ChangeLog Record Mike Frysinger as a sim Global Maintainer. 2011-11-29 06:25:05 +00:00
configure [sim] 2011-11-29 03:49:09 +00:00
configure.ac
configure.tgt [sim] 2011-11-29 03:49:09 +00:00
MAINTAINERS Record Mike Frysinger as a sim Global Maintainer. 2011-11-29 06:25:05 +00:00
Makefile.in Copyright year update in most files of the GDB Project. 2012-01-04 08:28:28 +00:00
README-HACKING