+2011-12-16 asmwarrior <asmwarrior@gmail.com> (obvious fix)
+
+ * windows-nat.c (cygwin_get_dr, cygwin_get_dr7): Add missing
+ prototypes.
+
2011-12-16 Doug Evans <dje@google.com>
* NEWS: Add entry for stdio gdbserver.
static void cygwin_set_dr (int i, CORE_ADDR addr);
static void cygwin_set_dr7 (unsigned long val);
+static CORE_ADDR cygwin_get_dr (int i);
static unsigned long cygwin_get_dr6 (void);
+static unsigned long cygwin_get_dr7 (void);
static enum target_signal last_sig = TARGET_SIGNAL_0;
/* Set if a signal was received from the debugged process. */