projects
/
platform
/
upstream
/
binutils.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
b020ae0
..
ce9acb8
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
1512a6a
..
d472f8d
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