aboutsummaryrefslogtreecommitdiff
path: root/include/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-09-06 13:34:03 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-09-06 13:34:03 +0000
commita6eb9bc860e2b9232df85d90311e041a2bef08e5 (patch)
tree50279f376cc3526912c4213a7641b385eafc5739 /include/gdb/ChangeLog
parent74609e7188f10d5e809774d81245232c18824fba (diff)
downloadfsf-binutils-gdb-a6eb9bc860e2b9232df85d90311e041a2bef08e5.zip
fsf-binutils-gdb-a6eb9bc860e2b9232df85d90311e041a2bef08e5.tar.gz
fsf-binutils-gdb-a6eb9bc860e2b9232df85d90311e041a2bef08e5.tar.bz2
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.
Diffstat (limited to 'include/gdb/ChangeLog')
-rw-r--r--include/gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog
index dd1f2bd..4e6b852 100644
--- a/include/gdb/ChangeLog
+++ b/include/gdb/ChangeLog
@@ -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.