Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/sparc/stand/bootxx



he%NetBSD.org@localhost wrote:

> Module Name:  src
> Committed By: he
> Date:         Thu Mar 19 14:05:24 UTC 2009
> 
> Modified Files:
>       src/sys/arch/sparc/stand/bootxx: bootxx.c
> 
> Log Message:
> Now that the stand/ code was converted to use memcpy(), the private
> implementation of bcopy() needs to become memcpy() as well.  The
> simpler local implementation is needed so that the boot code doesn't
> overflow the available space.

Hmm, that's because sparc/stand/Makefile.buildboot doesn't have
-Os (which enables __OPTIMIZE_SIZE__) but -O2.

Maybe it's worth to try -Os and remove the local one.
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index