aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-06-16 15:19:21 +0100
committerGary Benson <gbenson@redhat.com>2014-06-18 11:46:51 +0100
commit5171def394398d2a3cc6583747e2f19602f0e1da (patch)
tree4700f6439c043b8c81bebc1a972c7a51e9fbd5ba /gdb/gdbserver/ChangeLog
parentb9228891286aec649c0c53d9b2eff0d5bea7f642 (diff)
downloadgdb-5171def394398d2a3cc6583747e2f19602f0e1da.zip
gdb-5171def394398d2a3cc6583747e2f19602f0e1da.tar.gz
gdb-5171def394398d2a3cc6583747e2f19602f0e1da.tar.bz2
Move macros from i386-{nat,low}.c to i386-{nat,low}.h
This commit moves macros required by the soon-to-be-created nat/i386-dregs.c into i386-{nat,low}.h.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r--gdb/gdbserver/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index a21dc7d..6e5f07f 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,14 @@
2014-06-18 Gary Benson <gbenson@redhat.com>
+ * i386-low.h (i386_dr_low_can_set_addr): New macro.
+ (i386_dr_low_can_set_control): Likewise.
+ (i386_get_debug_register_length): Likewise.
+ * i386-low.c (i386_dr_low_can_set_addr): Now in i386-low.h.
+ (i386_dr_low_can_set_control): Likewise.
+ (i386_get_debug_register_length): Likewise.
+
+2014-06-17 Gary Benson <gbenson@redhat.com>
+
* i386-low.h (i386-dregs.h): New include.
(DR_FIRSTADDR): Now in i386-dregs.h.
(DR_LASTADDR): Likewise.