dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.26,1.27


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc cscc.c,1.26,1.27
Date: Sat, 14 Dec 2002 17:17:01 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc
In directory subversions:/tmp/cvs-serv21741/cscc

Modified Files:
        cscc.c 
Log Message:


Suppress '/' compatibility options when "ilasm" and "ilalink" are called
from "cscc".


Index: cscc.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/cscc.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** cscc.c      13 Dec 2002 00:33:30 -0000      1.26
--- cscc.c      14 Dec 2002 22:16:59 -0000      1.27
***************
*** 1127,1130 ****
--- 1127,1131 ----
        /* Execute the assembler */
  #ifdef USE_BUILTIN_ILASM
+       ILCmdLineSuppressSlash();
        status = ILAsmMain(cmdline_size - 1, cmdline);
  #else
***************
*** 1454,1457 ****
--- 1455,1459 ----
                                                               "save-asm");
  #ifdef USE_BUILTIN_ILASM
+       ILCmdLineSuppressSlash();
        status = ILAsmMain(cmdline_size - 1, cmdline);
  #else
***************
*** 1565,1568 ****
--- 1567,1571 ----
        /* Execute the linker */
        DumpCmdLine(cmdline);
+       ILCmdLineSuppressSlash();
        status = ILLinkerMain(cmdline_size - 1, cmdline);
        ILFree(cmdline);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]