]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorKazu Hirata <kazu@codesourcery.com>
Tue, 1 Aug 2006 16:48:27 +0000 (16:48 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Tue, 1 Aug 2006 16:48:27 +0000 (16:48 +0000)
Backport from mainline:
2006-06-24  Eli Zaretskii  <eliz@gnu.org>
* defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]:
Define to `;'.

ChangeLog.csl
gdb/defs.h

index e64f606cf42577f8cc9f8a1a5f662c87b9dfc81c..f5c6570aa61719402ce15ba26f8fea02f75e219e 100644 (file)
@@ -1,3 +1,11 @@
+2006-08-01  Vladimir Prus  <vladimir@codesourcery.com>
+
+       gdb/
+       Backport from mainline:
+       2006-06-24  Eli Zaretskii  <eliz@gnu.org>
+       * defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]:
+       Define to `;'.
+       
 2006-07-27  Nathan Sidwell  <nathan@codesourcery.com>
 
        gdb/testsuite/
index 1512a6a7bf3c57251dfdd710d78ba02843f2e48d..d472f8de5aabd28aff6961df790b927ae2c3e59c 100644 (file)
@@ -1163,6 +1163,10 @@ extern int use_windows;
 # define DIRNAME_SEPARATOR ';'
 #endif
 
+#if !defined (__CYGWIN__) && defined (_WIN32)
+# define DIRNAME_SEPARATOR ';'
+#endif
+
 #ifndef DIRNAME_SEPARATOR
 #define DIRNAME_SEPARATOR ':'
 #endif