aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMarc Lehmann <pcg@goof.com>1997-12-12 07:03:24 +0000
committerJeff Law <law@gcc.gnu.org>1997-12-12 00:03:24 -0700
commitd19814a309796f785229a676f8bb78a25419a106 (patch)
treef8701d852eb0b0a194811eef7f3b9327955ae8ad /gcc
parent09fb2c774b2157468bcac05b04938f54b0bfacc9 (diff)
downloadgcc-d19814a309796f785229a676f8bb78a25419a106.zip
gcc-d19814a309796f785229a676f8bb78a25419a106.tar.gz
gcc-d19814a309796f785229a676f8bb78a25419a106.tar.bz2
xm-go32.h (EXECUTABLE_SUFFIX): Define.
* i386/xm-go32.h (EXECUTABLE_SUFFIX): Define. (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise. From-SVN: r17064
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/xm-go32.h8
2 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b243eb4..205f7e8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Fri Oct 10 17:58:31 CEST 1997 Marc Lehmann <pcg@goof.com>
+
+ * i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
+ (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.
+
1997-11-13 Dave Love <d.love@dl.ac.uk>
* i386/linux.h (STACK_BOUNDARY): Define as 64 for glibc2.
diff --git a/gcc/config/i386/xm-go32.h b/gcc/config/i386/xm-go32.h
index d818213..e83bb4b 100644
--- a/gcc/config/i386/xm-go32.h
+++ b/gcc/config/i386/xm-go32.h
@@ -26,3 +26,11 @@ Boston, MA 02111-1307, USA. */
/* Use semicolons to separate elements of a path. */
#define PATH_SEPARATOR ';'
+
+#define EXECUTABLE_SUFFIX ".exe"
+
+/* Even though we support "/", allow "\" since everybody tests both. */
+#define DIR_SEPARATOR '\\'
+
+#define NO_SYS_SIGLIST 1
+