gdb/
* common/signals.c (ANY): Remove. (SET): No longer use ANY. include/gdb/ * signals.def: Replace all ANY uses by SET with specific numbers. * signals.h (ANY): Remove.
This commit is contained in:
parent
74609e7188
commit
a6eb9bc860
5 changed files with 87 additions and 81 deletions
|
@ -53,10 +53,7 @@ enum target_signal
|
|||
{
|
||||
#define SET(symbol, constant, name, string) \
|
||||
symbol = constant,
|
||||
#define ANY(symbol, name, string) \
|
||||
symbol,
|
||||
#include "gdb/signals.def"
|
||||
#undef ANY
|
||||
#undef SET
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue