浏览代码

+ added log message for last commit

Jonas Maebe 22 年之前
父节点
当前提交
9e781b8c7b
共有 2 个文件被更改,包括 14 次插入4 次删除
  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.
 {
   $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
     * support writing of symbols with length 255

+ 7 - 2
compiler/systems.pas

@@ -651,8 +651,13 @@ finalization
 end.
 {
   $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
     * some x86-64 compilation fixe