* target.h (struct target_ops): Fix indent.
* win32-low.c (win32_target_ops): Fix comment.
+2011-08-14 Yao Qi <yao@codesourcery.com>
+
+ * target.h (struct target_ops): Fix indent.
+ * win32-low.c (win32_target_ops): Fix comment.
+
2011-08-14 Andrew Jenner <andrew@codesourcery.com>
Yao Qi <yao@codesourcery.com>
/* Read loadmaps. Read LEN bytes at OFFSET into a buffer at MYADDR. */
int (*read_loadmap) (const char *annex, CORE_ADDR offset,
- unsigned char *myaddr, unsigned int len);
+ unsigned char *myaddr, unsigned int len);
/* Target specific qSupported support. */
void (*process_qsupported) (const char *);
NULL, /* supports_multi_process */
NULL, /* handle_monitor_command */
NULL, /* core_of_thread */
- NULL, /* read_fdpic_loadmap */
+ NULL, /* read_loadmap */
NULL, /* process_qsupported */
NULL, /* supports_tracepoints */
NULL, /* read_pc */