florian před 23 roky
rodič
revize
6fa8512bd4

+ 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
- */
+*/