diff --git a/rtl/linux/powerpc/cprt0.as b/rtl/linux/powerpc/cprt0.as index f636d24870..db6ef07296 100644 --- a/rtl/linux/powerpc/cprt0.as +++ b/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 -/**/ \ No newline at end of file +/* + $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 +*/ \ No newline at end of file diff --git a/rtl/linux/powerpc/cprt21.as b/rtl/linux/powerpc/cprt21.as index f636d24870..db6ef07296 100644 --- a/rtl/linux/powerpc/cprt21.as +++ b/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 -/**/ \ No newline at end of file +/* + $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 +*/ \ No newline at end of file diff --git a/rtl/linux/powerpc/dllprt0.as b/rtl/linux/powerpc/dllprt0.as index f636d24870..db6ef07296 100644 --- a/rtl/linux/powerpc/dllprt0.as +++ b/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 -/**/ \ No newline at end of file +/* + $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 +*/ \ No newline at end of file diff --git a/rtl/linux/powerpc/gprt0.as b/rtl/linux/powerpc/gprt0.as index f636d24870..565173bf08 100644 --- a/rtl/linux/powerpc/gprt0.as +++ b/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 -/**/ \ No newline at end of file +/* + $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 +*/ \ No newline at end of file diff --git a/rtl/linux/powerpc/prt0.as b/rtl/linux/powerpc/prt0.as index 92403df676..add0e6f11f 100644 --- a/rtl/linux/powerpc/prt0.as +++ b/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 - + initial version, plain copy from glibc/sysdeps/powerpc/elf/start.S - */ + 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 +*/