binutils-gdb/sim/testsuite
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
..
common Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
config Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
d10v-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
frv-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
lib sim: tests: support .S/.c files 2011-05-16 18:48:31 +00:00
m32r-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
mips64el-elf Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
sim sim: arm: add support for MOVW and MOVT instructions 2013-05-15 17:49:44 +00:00
.gitignore sim: tests: ignore generated tests 2012-03-19 03:51:09 +00:00
ChangeLog Define PACKAGE macro in all sims' config.h. 2012-06-15 17:20:10 +00:00
Makefile.in Update years in copyright notice for the GDB files. 2013-01-01 06:41:43 +00:00
configure Fix sim build when configured with --enable-plugins 2012-11-20 14:41:26 +00:00
configure.ac sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00