Hello Simon,
On Tue, 10 Nov 2015 13:04:50 -0700, Simon Glass
wrote:
> I'm hoping we don't have to bring back this assembler.
What we need in ASM is just the part that actually alters the stack
(i.e., changes the SP of the architecture) so that no C function has to
do it.
> Do we really need to
Hi Albert,
On 9 November 2015 at 17:20, Albert ARIBAUD wrote:
> board_init_f_mem() alters the C runtime environment's
> stack it ls actually already using. This is not a valid
> C runtime environment and may conflict with the C compiler's
> expectations.
>
> Split board_init_f_mem into C function
Hello Bin,
On Tue, 10 Nov 2015 11:54:08 +0800, Bin Meng wrote:
> Hi Albert,
>
> On Tue, Nov 10, 2015 at 8:20 AM, Albert ARIBAUD
> wrote:
> > board_init_f_mem() alters the C runtime environment's
> > stack it ls actually already using. This is not a valid
> > C runtime environment and may confli
Hello Thomas,
On Tue, 10 Nov 2015 09:14:01 +0800, Thomas Chou
wrote:
> Hi Albert,
>
> On 2015年11月10日 08:20, Albert ARIBAUD wrote:
> > board_init_f_mem() alters the C runtime environment's
> > stack it ls actually already using. This is not a valid
> > C runtime environment and may conflict with
Hi Albert,
On Tue, Nov 10, 2015 at 8:20 AM, Albert ARIBAUD
wrote:
> board_init_f_mem() alters the C runtime environment's
> stack it ls actually already using. This is not a valid
> C runtime environment and may conflict with the C compiler's
> expectations.
What C compiler's expectations confli
Hi Albert,
On 2015年11月10日 08:20, Albert ARIBAUD wrote:
board_init_f_mem() alters the C runtime environment's
stack it ls actually already using. This is not a valid
C runtime environment and may conflict with the C compiler's
expectations.
Split board_init_f_mem into C functions which do not
al
board_init_f_mem() alters the C runtime environment's
stack it ls actually already using. This is not a valid
C runtime environment and may conflict with the C compiler's
expectations.
Split board_init_f_mem into C functions which do not
alter their own stack and therefore function in a valid C
ru
7 matches
Mail list logo