瀏覽代碼

* log fixed

florian 23 年之前
父節點
當前提交
6fa8512bd4
共有 5 個文件被更改,包括 38 次插入19 次删除
  1. 8 4
      rtl/linux/powerpc/cprt0.as
  2. 8 4
      rtl/linux/powerpc/cprt21.as
  3. 8 4
      rtl/linux/powerpc/dllprt0.as
  4. 8 4
      rtl/linux/powerpc/gprt0.as
  5. 6 3
      rtl/linux/powerpc/prt0.as

+ 8 - 4
rtl/linux/powerpc/cprt0.as

@@ -2,7 +2,11 @@
   $Id$
 */
 
-/* $Log$
-/* Revision 1.1  2002-07-26 17:07:11  florian
-/*   + dummy implementation to test the makefile
-/**/
+/* 
+  $Log$
+  Revision 1.2  2002-07-26 17:09:44  florian
+    * log fixed
+
+  Revision 1.1  2002/07/26 17:07:11  florian
+    + dummy implementation to test the makefile
+*/

+ 8 - 4
rtl/linux/powerpc/cprt21.as

@@ -2,7 +2,11 @@
   $Id$
 */
 
-/* $Log$
-/* Revision 1.1  2002-07-26 17:07:11  florian
-/*   + dummy implementation to test the makefile
-/**/
+/* 
+  $Log$
+  Revision 1.2  2002-07-26 17:09:44  florian
+    * log fixed
+
+  Revision 1.1  2002/07/26 17:07:11  florian
+    + dummy implementation to test the makefile
+*/

+ 8 - 4
rtl/linux/powerpc/dllprt0.as

@@ -2,7 +2,11 @@
   $Id$
 */
 
-/* $Log$
-/* Revision 1.1  2002-07-26 17:07:11  florian
-/*   + dummy implementation to test the makefile
-/**/
+/* 
+  $Log$
+  Revision 1.2  2002-07-26 17:09:44  florian
+    * log fixed
+
+  Revision 1.1  2002/07/26 17:07:11  florian
+    + dummy implementation to test the makefile
+*/

+ 8 - 4
rtl/linux/powerpc/gprt0.as

@@ -2,7 +2,11 @@
   $Id$
 */
 
-/* $Log$
-/* Revision 1.1  2002-07-26 17:07:11  florian
-/*   + dummy implementation to test the makefile
-/**/
+/*
+  $Log$
+  Revision 1.2  2002-07-26 17:09:44  florian
+    * log fixed
+
+  Revision 1.1  2002/07/26 17:07:11  florian
+    + dummy implementation to test the makefile
+*/

+ 6 - 3
rtl/linux/powerpc/prt0.as

@@ -55,9 +55,12 @@ END(_start)
 	.globl	__data_start
 __data_start:
 weak_alias (__data_start, data_start)
-/* 
+/*
   $Log$
-  Revision 1.1  2002-07-26 16:57:40  florian
+  Revision 1.2  2002-07-26 17:09:44  florian
+    * log fixed
+
+  Revision 1.1  2002/07/26 16:57:40  florian
     + initial version, plain copy from glibc/sysdeps/powerpc/elf/start.S
- */
+*/