mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
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:
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user