OSDN Git Service

* config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Mar 2002 13:14:12 +0000 (13:14 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Mar 2002 13:14:12 +0000 (13:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50580 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/xm-vms.h

index 8ac3330..080b410 100644 (file)
@@ -1,5 +1,7 @@
 2002-03-11  Douglas B Rupp  <rupp@gnat.com>
 
+       * config/alpha/xm-vms.h (__UNIX_FWRITE): Define.
+
        * config/alpha/alpha.c (alpha_sa_size, VMS): Don't reserve space
        for FP, already done later.
 
index d728ec1..7bfceba 100644 (file)
@@ -37,6 +37,9 @@ Boston, MA 02111-1307, USA.  */
 /* Open files in stream mode if not otherwise explicitly specified */
 #define __UNIX_FOPEN 1
 
+/* Write to stdout using fputc to avoid record terminators in pipes */
+#define __UNIX_FWRITE 1
+
 #define STDC_HEADERS 1
 
 #define HOST_EXECUTABLE_SUFFIX ".exe"