Date: Fri, 2 Jun 2000 02:27:48 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 files.i386 files.pc98 src/sys/kern genassym.sh src/sys/sys assym.h Message-ID: <200006020927.CAA29039@freefall.freebsd.org>
index | next in thread | raw e-mail
bde 2000/06/02 02:27:48 PDT
Modified files:
sys/conf Makefile.alpha Makefile.i386
Makefile.pc98 files.i386 files.pc98
sys/sys assym.h
Added files:
sys/kern genassym.sh
Log:
Use "nm | awk ..." instead of genassym(1) to generate symbol value headers.
Symbol values are now represented using array sizes (4 arrays per symbol
so that 16-bit machines can represent 64-bit values) instead of being raw
binary values.
Reviewed by: marcel
Revision Changes Path
1.58 +4 -4 src/sys/conf/Makefile.alpha
1.188 +4 -4 src/sys/conf/Makefile.i386
1.88 +4 -4 src/sys/conf/Makefile.pc98
1.319 +5 -5 src/sys/conf/files.i386
1.153 +5 -5 src/sys/conf/files.pc98
1.4 +8 -12 src/sys/sys/assym.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006020927.CAA29039>
