* windows-nat.c (cygwin_get_dr, cygwin_get_dr7): Add missing
authorPierre Muller <muller@sourceware.org>
Fri, 16 Dec 2011 19:55:26 +0000 (19:55 +0000)
committerPierre Muller <muller@sourceware.org>
Fri, 16 Dec 2011 19:55:26 +0000 (19:55 +0000)
prototypes.

gdb/ChangeLog
gdb/windows-nat.c

index 55ffec4fd6bb5d7b1419ce8aa0b9eb4b65d10f40..19ff1c502aae9cbd060a491f121bbe054f958d56 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 97ed237030492d8d635894b201efa497c7251cde..a82dd9cf4fb52d4eb507bda60c15a607b5a9e63e 100644 (file)
@@ -173,7 +173,9 @@ static void windows_kill_inferior (struct target_ops *);
 
 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.  */
This page took 0.035132 seconds and 4 git commands to generate.