projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87866e
)
defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Jun 2006 13:48:53 +0000
(13:48 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Jun 2006 13:48:53 +0000
(13:48 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/defs.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index b020ae0b406574fcccff4173eb6872e69e277c3a..ce9acb8eef80147c968e9ac42f3d31f3c94e1df6 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2006-06-24 Eli Zaretskii <eliz@gnu.org>
+
+ * defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.
+
2006-06-23 Daniel Jacobowitz <dan@codesourcery.com>
* arm-tdep.c (arm_register_type): Use unsigned types for registers.
diff --git
a/gdb/defs.h
b/gdb/defs.h
index 1512a6a7bf3c57251dfdd710d78ba02843f2e48d..d472f8de5aabd28aff6961df790b927ae2c3e59c 100644
(file)
--- a/
gdb/defs.h
+++ b/
gdb/defs.h
@@
-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