Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: simonb
Date: Sat Feb 1 23:58:49 UTC 2003
Modified Files:
src/sys/arch/alpha/stand/bootxx_ffs: Makefile
src/sys/arch/alpha/stand/bootxx_lfs: Makefile
src/sys/arch/pmax/stand/bootxx_ffs: Makefile
src/sys/arch/pmax/stand/bootxx_lfs: Makefile
src/sys/arch/sbmips/stand/bootxx_ffs: Makefile
src/sys/arch/sbmips/stand/bootxx_lfs: Makefile
Log Message:
Use a 32-bit daddr_t so that lib/libsa/{ufs,lfs}.c don't pull in 64
bit divide and modulus library routines that break the tight space
constraints on bootblocks on these platforms.
May not be the final solution, but gets bootblocks building again.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/alpha/stand/bootxx_ffs/Makefile
cvs rdiff -r1.2 -r1.3 src/sys/arch/alpha/stand/bootxx_lfs/Makefile
cvs rdiff -r1.1 -r1.2 src/sys/arch/pmax/stand/bootxx_ffs/Makefile
cvs rdiff -r1.1 -r1.2 src/sys/arch/pmax/stand/bootxx_lfs/Makefile
cvs rdiff -r1.1 -r1.2 src/sys/arch/sbmips/stand/bootxx_ffs/Makefile
cvs rdiff -r1.1 -r1.2 src/sys/arch/sbmips/stand/bootxx_lfs/Makefile
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