riscv-openocd/src
David Brownell d6c8945662 ARM: only use one set of dummy FPA registers
All ARM cores need to provide obsolete FPA registers in their
GDB register dumps.  (Even though cores with floating point
support now generally use some version of VFP...)

Clean up that support a bit by sharing the same dummy registers,
and removing the duplicate copies.  Eventually we shouldn't need
to export those dummies.

(This makes the ARMv7-M support include the armv4_5 header, and
cleans up related #includes, but doesn't yet use anything from
there except those dummies.)

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
2009-11-17 23:50:17 -08:00
..
flash ARM: only use one set of dummy FPA registers 2009-11-17 23:50:17 -08:00
helper remove unused variable from run_command 2009-11-17 11:40:21 -08:00
jtag command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
pld command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
server command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
svf command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
target ARM: only use one set of dummy FPA registers 2009-11-17 23:50:17 -08:00
xsvf command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
Makefile.am add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
ecosboard.c zy1000: revC UART forwarding 2009-11-17 15:04:17 +01:00
hello.c command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
openocd.c command_handler: change 'cmd_ctx' to CMD_CTX 2009-11-17 11:40:06 -08:00
openocd.h add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00