* 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 74609e7188
commit a6eb9bc860
5 changed files with 87 additions and 81 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
};