CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/09/29 12:02:41
Modified files:
sys/arch/vax/stand/xxboot: Makefile start.S
Added files:
sys/arch/vax/stand/xxboot: genassym.cf
Log message:
Get size of struct disklabel for the sake of the assembly code with a
genassym script, instead of relying upon <sys/disklabel.h> to provide them
as proper .set statements if _LOCORE is defined.
Requested by weingart@ long ago; ok jsing@ krw@
