From b7ae54715c10b5016abc24e522c6642785c918c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Wed, 18 Aug 2004 14:26:50 +0000 Subject: [PATCH] * quick fix to make it compile --- rtl/linux/powerpc/cprt0.as | 7 +++++-- rtl/linux/powerpc/prt0.as | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/rtl/linux/powerpc/cprt0.as b/rtl/linux/powerpc/cprt0.as index 2715357c05..0ae818f765 100644 --- a/rtl/linux/powerpc/cprt0.as +++ b/rtl/linux/powerpc/cprt0.as @@ -68,14 +68,17 @@ data_start: ___fpc_brk_addr: .long 0 -.bss +.text .comm operatingsystem_parameter_envp,4 .comm operatingsystem_parameter_argc,4 .comm operatingsystem_parameter_argv,4 /* $Log$ - Revision 1.7 2004-07-03 21:50:31 daniel + Revision 1.8 2004-08-18 14:26:50 karoly + * quick fix to make it compile + + Revision 1.7 2004/07/03 21:50:31 daniel * Modified bootstrap code so separate prt0.as/prt0_10.as files are no longer necessary diff --git a/rtl/linux/powerpc/prt0.as b/rtl/linux/powerpc/prt0.as index 7866207e0c..fdd01c40da 100644 --- a/rtl/linux/powerpc/prt0.as +++ b/rtl/linux/powerpc/prt0.as @@ -66,13 +66,16 @@ data_start: ___fpc_brk_addr: .long 0 -.bss +.text .comm operatingsystem_parameter_envp,4 .comm operatingsystem_parameter_argc,4 .comm operatingsystem_parameter_argv,4 /* $Log$ - Revision 1.13 2004-07-03 21:50:31 daniel + Revision 1.14 2004-08-18 14:26:50 karoly + * quick fix to make it compile + + Revision 1.13 2004/07/03 21:50:31 daniel * Modified bootstrap code so separate prt0.as/prt0_10.as files are no longer necessary