OSDN Git Service

* i386/xm-go32.h (EXECUTABLE_SUFFIX): Define.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 1997 07:03:24 +0000 (07:03 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 1997 07:03:24 +0000 (07:03 +0000)
        (DIR_SEPARATOR, NO_SYS_SIGLIST): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17064 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/xm-go32.h

index b243eb4..205f7e8 100644 (file)
@@ -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.
index d818213..e83bb4b 100644 (file)
@@ -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
+