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
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
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
h8300 sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
igen
iq2000
lm32
m32c
m32r
m68hc11
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
moxie sim: delete duplicate SIGINT handling 2014-02-17 18:32:45 -05:00
msp430
ppc sim: ppc: drop $(LIBS) from psim dependency 2014-02-17 17:12:59 -05:00
rl78
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
testsuite
v850 remove PARAMS from sim 2014-01-07 09:17:05 -07:00
.gitignore
ChangeLog remove VA_* macros from sim 2014-01-07 09:17:05 -07:00
configure
configure.ac
configure.tgt
MAINTAINERS
Makefile.in
README-HACKING remove PARAMS from sim 2014-01-07 09:17:05 -07:00