2010-05-05 Hui Zhu <teawater@gmail.com>

* gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
This commit is contained in:
Hui Zhu 2010-05-05 09:20:20 +00:00
parent d903301282
commit 1412f70bc6
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2010-05-05 Hui Zhu <teawater@gmail.com>
* gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.
2010-05-04 Mark Kettenis <kettenis@gnu.org>
* remote.c (register_remote_support_xml)

View File

@ -950,9 +950,9 @@ extern void set_gdbarch_auto_wide_charset (struct gdbarch *gdbarch, gdbarch_auto
extern const char * gdbarch_solib_symbols_extension (struct gdbarch *gdbarch);
extern void set_gdbarch_solib_symbols_extension (struct gdbarch *gdbarch, const char * solib_symbols_extension);
/* If true the target OS has DOS-based file system semantics. That is,
absolute paths include a drive name, and the backslash is considered
a path separator. */
/* If true, the target OS has DOS-based file system semantics. That
is, absolute paths include a drive name, and the backslash is
considered a directory separator. */
extern int gdbarch_has_dos_based_file_system (struct gdbarch *gdbarch);
extern void set_gdbarch_has_dos_based_file_system (struct gdbarch *gdbarch, int has_dos_based_file_system);