Browse Source

* typing error in secondadd for mmx corrected
* USE_RHIDE sets usestderr to true
replacing gpc by fpc in RHIDE should be a lot easier

pierre 27 years ago
parent
commit
e8d49ccb86
3 changed files with 27 additions and 6 deletions
  1. 8 3
      compiler/cgi386ad.inc
  2. 10 2
      compiler/pp.pas
  3. 9 1
      compiler/verb_def.pas

+ 8 - 3
compiler/cgi386ad.inc

@@ -1036,7 +1036,7 @@
                    mmxbase:=mmx_type(p^.left^.resulttype);
                    case p^.treetype of
                       addn : begin
-                                if (cs_mmx_saturation in aktswitches^) then
+                                if (cs_mmx_saturation in aktswitches) then
                                   begin
                                      case mmxbase of
                                         mmxs8bit:
@@ -1070,7 +1070,7 @@
                                 end;
                              end;
                       subn : begin
-                                if (cs_mmx_saturation in aktswitches^) then
+                                if (cs_mmx_saturation in aktswitches) then
                                   begin
                                      case mmxbase of
                                         mmxs8bit:
@@ -1234,7 +1234,12 @@
 
 {
      $Log$
-     Revision 1.3  1998-04-08 11:34:22  peter
+     Revision 1.4  1998-04-21 15:22:45  pierre
+       * typing error in secondadd for mmx corrected
+       * USE_RHIDE sets usestderr to true
+         replacing gpc by fpc in RHIDE should be a lot easier
+
+     Revision 1.3  1998/04/08 11:34:22  peter
        * nasm works (linux only tested)
 
      Revision 1.2  1998/03/28 23:09:55  florian

+ 10 - 2
compiler/pp.pas

@@ -41,11 +41,14 @@
   Required switches for a i386 compiler be compiled by Free Pascal Compiler:
   GDB;I386
 
+  Required switches for a 68000 compiler be compiled by Free Pascal Compiler:
+  GDB;M68K
+
   Required switches for a i386 compiler be compiled by Turbo Pascal:
   GDB;I386;TP
 
   Required switches for a 68000 compiler be compiled by Turbo Pascal:
-  GDB;M68k;TP
+  GDB;M68K;TP
 }
 
 {$ifdef FPC}
@@ -373,7 +376,12 @@ begin
 end.
 {
   $Log$
-  Revision 1.3  1998-04-21 10:16:48  peter
+  Revision 1.4  1998-04-21 15:22:46  pierre
+    * typing error in secondadd for mmx corrected
+    * USE_RHIDE sets usestderr to true
+      replacing gpc by fpc in RHIDE should be a lot easier
+
+  Revision 1.3  1998/04/21 10:16:48  peter
     * patches from strasbourg
     * objects is not used anymore in the fpc compiled version
 

+ 9 - 1
compiler/verb_def.pas

@@ -215,6 +215,9 @@ end;
 {$endif}
 
 begin
+{$ifdef USE_RHIDE}
+  UseStdErr:=true;
+{$endif USE_RHIDE}
 {$ifdef FPC}
   do_stop:=@_stop;
   do_comment:=@_comment;
@@ -239,7 +242,12 @@ begin
 end.
 {
   $Log$
-  Revision 1.2  1998-03-28 23:09:57  florian
+  Revision 1.3  1998-04-21 15:22:46  pierre
+    * typing error in secondadd for mmx corrected
+    * USE_RHIDE sets usestderr to true
+      replacing gpc by fpc in RHIDE should be a lot easier
+
+  Revision 1.2  1998/03/28 23:09:57  florian
     * secondin bugfix (m68k and i386)
     * overflow checking bugfix (m68k and i386) -- pretty useless in
       secondadd, since everything is done using 32-bit