This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[OB]gdbarch.h: update comment follow gdbarch.sh


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

	* gdbarch.h (gdbarch_has_dos_based_file_system): Update comment.

===================================================================
RCS file: /cvs/src/src/gdb/gdbarch.h,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -r1.413 -r1.414
--- src/gdb/gdbarch.h	2010/04/24 13:12:53	1.413
+++ src/gdb/gdbarch.h	2010/05/05 09:20:20	1.414
@@ -950,9 +950,9 @@
 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);


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]