aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-10-08 09:33:22 +0100
committerGary Benson <gbenson@redhat.com>2014-10-08 09:33:22 +0100
commita442d0713a940326c72c1c85357cb92d5f6d2fc2 (patch)
treee92ceda6d3e91d356a02924b93216e73f5c1dcc6 /gdb/gdbserver/ChangeLog
parent6f1947e8a206a2664506ee5a333f7c9d0af8cac8 (diff)
downloadgdb-a442d0713a940326c72c1c85357cb92d5f6d2fc2.zip
gdb-a442d0713a940326c72c1c85357cb92d5f6d2fc2.tar.gz
gdb-a442d0713a940326c72c1c85357cb92d5f6d2fc2.tar.bz2
Include common-exceptions.h in common-defs.h
This commit includes common-exceptions.h in common-defs.h and removes all other inclusions. gdb/ChangeLog: * common/common-defs.h: Include common-exceptions.h. * exceptions.h: Do not include common-exceptions.h. gdb/gdbserver/ChangeLog: * server.h: Do not include common-exceptions.h.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index b9d4059..ae02861 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,9 @@
2014-10-08 Gary Benson <gbenson@redhat.com>
+ * server.h: Do not include common-exceptions.h.
+
+2014-10-08 Gary Benson <gbenson@redhat.com>
+
* server.h: Do not include cleanups.h.
2014-09-30 James Hogan <james.hogan@imgtec.com>