binutils-gdb/sim
Kevin Buettner fa0dd93eca Revise signal mapping function in GDB interface for RX sim.
sim/rx/gdb-if.c had a function named `rx_signal_to_host'.  This
	function mapped signal numbers used by the BSP to host signal
	numbers which, at one time a while back, were used by GDB
	as target signal numbers.  This change updates the signal
	numbers returned to be those names prefixed with "GDB_SIGNAL_"
	as defined in include/gdb/signals.h.

	It also changes the name of the function somewhat to better
	match what the function currently does.  I noticed that this
	function is not static - and there's no reason for it not
	to be - so I made it static too.

	* gdb-if.c (rx_signal_to_host):  Rename to
	`rx_signal_to_gdb_signal'.  Make static.  Update all callers
	to use new name.  Use signal names from include/gdb/signals.h.
2014-02-17 18:15:56 -07:00
..
arm remove PARAMS from sim 2014-01-07 09:17:05 -07:00
avr Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
bfin remove PARAMS from sim 2014-01-07 09:17:05 -07:00
common remove VA_* macros from sim 2014-01-07 09:17:05 -07:00
cr16 remove PARAMS from sim 2014-01-07 09:17:05 -07:00
cris Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
d10v remove PARAMS from sim 2014-01-07 09:17:05 -07:00
erc32 remove PARAMS from sim 2014-01-07 09:17:05 -07:00
frv Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
h8300 sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
igen Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
iq2000 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
lm32 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m32c Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m32r Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
m68hc11 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
mcore sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
microblaze sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
mips remove PARAMS from sim 2014-01-07 09:17:05 -07:00
mn10300 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
moxie sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
msp430 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
ppc sim: ppc: drop $(LIBS) from psim dependency 2014-02-17 17:12:59 -05:00
rl78 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
rx Revise signal mapping function in GDB interface for RX sim. 2014-02-17 18:15:56 -07:00
sh sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
sh64 Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
testsuite Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
v850 remove PARAMS from sim 2014-01-07 09:17:05 -07:00
.gitignore sim: ignore generated hw-config.h 2011-01-05 17:17:44 +00:00
ChangeLog remove VA_* macros from sim 2014-01-07 09:17:05 -07:00
MAINTAINERS * MAINTAINERS: Update my email address. 2012-11-05 22:08:10 +00:00
Makefile.in Update Copyright year range in all files maintained by GDB. 2014-01-01 07:54:24 +04:00
README-HACKING remove PARAMS from sim 2014-01-07 09:17:05 -07:00
configure * msp430: New Directory. 2013-06-21 10:59:14 +00:00
configure.ac sim: unify target->subdir handling for default tests 2010-04-26 16:23:24 +00:00
configure.tgt * msp430: New Directory. 2013-06-21 10:59:14 +00:00