diff options
Diffstat (limited to 'rtl/linux/sparc/gprt0.as')
-rw-r--r-- | rtl/linux/sparc/gprt0.as | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rtl/linux/sparc/gprt0.as b/rtl/linux/sparc/gprt0.as index 3f5a3db9f4..c51a3b0975 100644 --- a/rtl/linux/sparc/gprt0.as +++ b/rtl/linux/sparc/gprt0.as @@ -1,6 +1,3 @@ -/* - $Id: gprt0.as,v 1.4 2004/11/05 21:36:36 florian Exp $ -*/ .section ".text" .align 4 .global _start @@ -100,11 +97,3 @@ _start: .comm operatingsystem_parameter_envp,4 .comm operatingsystem_parameter_argc,4 .comm operatingsystem_parameter_argv,4 -/* - $Log: gprt0.as,v $ - Revision 1.4 2004/11/05 21:36:36 florian - * initial implementation - - Revision 1.3 2003/05/23 21:09:14 florian - + dummy implementation readded to satisfy makefile -*/ |