Source-Changes archive

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

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



Module Name:    src
Committed By:   tsutsui
Date:           Mon Mar 23 13:47:32 UTC 2009

Modified Files:
        src/sys/arch/sparc/stand: Makefile.buildboot
        src/sys/arch/sparc/stand/bootxx: bootxx.c

Log Message:
- use -Os to shrink bianries
- remove local shrinked memcpy() from bootxx.c bacause
  now it's identical with __OPTIMIZE_SIZE__ libsa one
  derived from src/common/lib/libc/string/bcopy.c.

Tested netboot from le0 and bootxx + boot from sd0 on SS1+.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/stand/Makefile.buildboot
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sparc/stand/bootxx/bootxx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index