Browse Source

+ added log message for last commit

Jonas Maebe 21 years ago
parent
commit
9e781b8c7b
2 changed files with 14 additions and 4 deletions
  1. 7 2
      compiler/powerpc/agppcgas.pas
  2. 7 2
      compiler/systems.pas

+ 7 - 2
compiler/powerpc/agppcgas.pas

@@ -373,8 +373,13 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.39  2004-01-04 21:12:47  jonas
-  *** empty log message ***
+  Revision 1.40  2004-01-04 21:17:51  jonas
+    + added log message for last commit
+
+  Revision 1.39  2004/01/04 21:12:47  jonas
+    + as_darwin assembler type (labels start with L)
+    * never generate register->number mappings for Darwin
+    * always use real register names for Darwin
 
 
   Revision 1.38  2003/12/09 20:09:09  jonas
   Revision 1.38  2003/12/09 20:09:09  jonas
     * support writing of symbols with length 255
     * support writing of symbols with length 255

+ 7 - 2
compiler/systems.pas

@@ -651,8 +651,13 @@ finalization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.76  2004-01-04 21:12:47  jonas
-  *** empty log message ***
+  Revision 1.77  2004-01-04 21:17:51  jonas
+    + added log message for last commit
+
+  Revision 1.76  2004/01/04 21:12:47  jonas
+    + as_darwin assembler type (labels start with L)
+    * never generate register->number mappings for Darwin
+    * always use real register names for Darwin
 
 
   Revision 1.75  2003/12/20 12:38:51  florian
   Revision 1.75  2003/12/20 12:38:51  florian
     * some x86-64 compilation fixe
     * some x86-64 compilation fixe