Browse Source

* renamed RA* units

peter 27 years ago
parent
commit
3968111048
6 changed files with 29 additions and 11 deletions
  1. 5 2
      compiler/makefile
  2. 8 5
      compiler/pstatmnt.pas
  3. 4 1
      compiler/ra386att.pas
  4. 4 1
      compiler/ra386dir.pas
  5. 4 1
      compiler/ra386int.pas
  6. 4 1
      compiler/ra68kmot.pas

+ 5 - 2
compiler/makefile

@@ -242,7 +242,7 @@ $(MAKEDEP) : $(RTLDIR)/utils/mkdep.pp
 	$(CP) $(RTLDIR)/utils/$(MAKEDEP) $(MAKEDEP)
 	$(CP) $(RTLDIR)/utils/$(MAKEDEP) $(MAKEDEP)
 
 
 dependencies : $(MAKEDEP)
 dependencies : $(MAKEDEP)
-	$(MAKEDEP) pp.pas $(PPDEFS) '-A$$(COMPILER)' > depend
+	$(MAKEDEP) pp.pas $(PPDEFS) '-F$$(COMPILER)' > depend
 
 
 include depend
 include depend
 endif
 endif
@@ -419,7 +419,10 @@ rtlclean :
 # Test of log at the end
 # Test of log at the end
 # does CVS add # at start of each line ??
 # does CVS add # at start of each line ??
 # $Log$
 # $Log$
-# Revision 1.18  1998-06-10 10:42:44  peter
+# Revision 1.19  1998-06-23 14:00:15  peter
+#   * renamed RA* units
+#
+# Revision 1.18  1998/06/10 10:42:44  peter
 #   * ifndef TARGET to allow target on commandline
 #   * ifndef TARGET to allow target on commandline
 #
 #
 # Revision 1.17  1998/06/08 09:22:02  michael
 # Revision 1.17  1998/06/08 09:22:02  michael

+ 8 - 5
compiler/pstatmnt.pas

@@ -48,19 +48,19 @@ unit pstatmnt;
 {$ifdef i386}
 {$ifdef i386}
        ,i386,tgeni386
        ,i386,tgeni386
   {$ifndef NoRa386Int}
   {$ifndef NoRa386Int}
-       ,rai386
+       ,ra386int
   {$endif NoRa386Int}
   {$endif NoRa386Int}
   {$ifndef NoRa386Att}
   {$ifndef NoRa386Att}
-       ,ratti386
+       ,ra386att
   {$endif NoRa386Att}
   {$endif NoRa386Att}
   {$ifndef NoRa386Dir}
   {$ifndef NoRa386Dir}
-       ,radi386
+       ,ra386dir
   {$endif NoRa386Dir}
   {$endif NoRa386Dir}
 {$endif i386}
 {$endif i386}
 {$ifdef m68k}
 {$ifdef m68k}
        ,m68k,tgen68k
        ,m68k,tgen68k
   {$ifndef NoRa68kMot}
   {$ifndef NoRa68kMot}
-       ,ra68k
+       ,ra68kmot
   {$endif NoRa68kMot}
   {$endif NoRa68kMot}
 {$endif m68k}
 {$endif m68k}
        ;
        ;
@@ -1136,7 +1136,10 @@ unit pstatmnt;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.19  1998-06-08 22:59:50  peter
+  Revision 1.20  1998-06-23 14:00:16  peter
+    * renamed RA* units
+
+  Revision 1.19  1998/06/08 22:59:50  peter
     * smartlinking works for win32
     * smartlinking works for win32
     * some defines to exclude some compiler parts
     * some defines to exclude some compiler parts
 
 

+ 4 - 1
compiler/ratti386.pas → compiler/ra386att.pas

@@ -3691,7 +3691,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.13  1998-06-16 08:56:29  peter
+  Revision 1.1  1998-06-23 14:00:17  peter
+    * renamed RA* units
+
+  Revision 1.13  1998/06/16 08:56:29  peter
     + targetcpu
     + targetcpu
     * cleaner pmodules for newppu
     * cleaner pmodules for newppu
 
 

+ 4 - 1
compiler/radi386.pas → compiler/ra386dir.pas

@@ -239,7 +239,10 @@ unit radi386;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  1998-06-12 10:32:32  pierre
+  Revision 1.1  1998-06-23 14:00:18  peter
+    * renamed RA* units
+
+  Revision 1.5  1998/06/12 10:32:32  pierre
     * column problem hopefully solved
     * column problem hopefully solved
     + C vars declaration changed
     + C vars declaration changed
 
 

+ 4 - 1
compiler/rai386.pas → compiler/ra386int.pas

@@ -3376,7 +3376,10 @@ Begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.11  1998-06-16 08:56:28  peter
+  Revision 1.1  1998-06-23 14:00:18  peter
+    * renamed RA* units
+
+  Revision 1.11  1998/06/16 08:56:28  peter
     + targetcpu
     + targetcpu
     * cleaner pmodules for newppu
     * cleaner pmodules for newppu
 
 

+ 4 - 1
compiler/ra68k.pas → compiler/ra68kmot.pas

@@ -2172,7 +2172,10 @@ Begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  1998-06-12 10:32:31  pierre
+  Revision 1.1  1998-06-23 14:00:20  peter
+    * renamed RA* units
+
+  Revision 1.5  1998/06/12 10:32:31  pierre
     * column problem hopefully solved
     * column problem hopefully solved
     + C vars declaration changed
     + C vars declaration changed