binutils-gdb/sim
Mike Frysinger 590919de6c sim: arm: add support for MOVW and MOVT instructions
From: Jayant R. Sonar <Jayant.Sonar@kpitcummins.com>

This patch adds simulator support for handling the armv7 instructions
'movw (immediate)' and 'movt'.

Compiler frequently use these instructions to load the 32bit addresses of
global variables, string pointers etc. into the general registers.

In absence of support of these instructions:
1. GDB run simulator fails to print even simple "hello world" string
   on console.
2. Loading of global variable addresses into the registers fail causing
   arithmetic operation failures.

Patch has been regression tested for arm-none-eabi (-march=armv7-a).
2013-05-15 17:49:44 +00:00
..
arm sim: arm: add support for MOVW and MOVT instructions 2013-05-15 17:49:44 +00:00
avr gdb: 2013-03-15 17:53:44 +00:00
bfin gdb 2013-05-10 16:10:40 +00:00
common gdb 2013-05-10 16:10:40 +00:00
cr16 gdb 2013-05-10 16:10:40 +00:00
cris gdb 2013-05-10 16:10:40 +00:00
d10v gdb 2013-05-10 16:10:40 +00:00
erc32 gdb: 2013-03-15 17:53:44 +00:00
frv sim: frv/m32r: back out hard failure when dv-sockser is not available 2013-03-31 00:39:35 +00:00
h8300 Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
igen gdb 2013-05-10 16:10:40 +00:00
iq2000 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
lm32 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
m32c gdb: 2013-03-15 17:53:44 +00:00
m32r sim: frv/m32r: back out hard failure when dv-sockser is not available 2013-03-31 00:39:35 +00:00
m68hc11 gdb 2013-05-10 16:10:40 +00:00
mcore Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
microblaze gdb: 2013-03-15 17:53:44 +00:00
mips gdb 2013-05-10 16:10:40 +00:00
mn10300 gdb 2013-05-10 16:10:40 +00:00
moxie Remove debug output 2013-01-17 09:44:53 +00:00
ppc Move ChangeLog entry from sim/ to sim/ppc/... 2013-05-06 10:26:41 +00:00
rl78 gdb: 2013-03-15 17:53:44 +00:00
rx gdb: 2013-03-15 17:53:44 +00:00
sh gdb: 2013-03-15 17:53:44 +00:00
sh64 sim: rewrite SIM_AC_OPTION_HARDWARE a bit to simplify things 2013-03-26 18:00:04 +00:00
testsuite sim: arm: add support for MOVW and MOVT instructions 2013-05-15 17:49:44 +00:00
v850 * v850.igen (LDSR): Accept but ignore a selID parameter. 2013-05-13 10:52:52 +00:00
.gitignore sim: ignore generated hw-config.h 2011-01-05 17:17:44 +00:00
ChangeLog Move ChangeLog entry from sim/ to sim/ppc/... 2013-05-06 10:26:41 +00:00
MAINTAINERS * MAINTAINERS: Update my email address. 2012-11-05 22:08:10 +00:00
Makefile.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
README-HACKING sim: add more hacking notes 2010-04-12 21:44:46 +00:00
configure Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
configure.ac sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
configure.tgt [sim] 2011-11-29 03:49:09 +00:00