* 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:
Jan Kratochvil
2010-09-06 13:34:03 +00:00
parent d2cc418e6e
commit 0d6baa8f58
3 changed files with 80 additions and 78 deletions

View File

@ -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
};