25.01.2015 14:35, Chen Gang S wrote: > In main.c, all SIG* need be change to TARGET_SIG*, since the related > next call are all for TARGET_SIG*: queue_signal() and gdb_handlesig().
In main.c, all SIG* should be TARGET_SIG*, since the relevant functions (queue_signal() and gdb_handlesig()) expects TARGET_SIG*. > The related vi operation command is "1,$ s/\<SIG/TARGET_SIG/g". The corresponding vi command is "1,$ s/\<SIG/TARGET_SIG/g". Applied to -trivial with the above corrections. Thank you! /mjt