* 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

@ -1,3 +1,8 @@
2010-09-06 Pedro Alves <pedro@codesourcery.com>
* signals.def: Replace all ANY uses by SET with specific numbers.
* signals.h (ANY): Remove.
2010-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
* signals.h (enum target_signal): Move the content to signals.def.