Module Name:src
Committed By: rillig
Date: Tue Jul 20 18:43:06 UTC 2021
Modified Files:
src/usr.bin/xlint/arch/aarch64: targparam.h
Log Message:
lint: make char unsigned on aarch64
This fixes tests msg_074 and msg_076, which previously warned for
'\xff': conversion of 'in
Module Name:src
Committed By: rillig
Date: Sun Jun 27 08:43:50 UTC 2021
Modified Files:
src/usr.bin/xlint/arch/aarch64: targparam.h
src/usr.bin/xlint/arch/alpha: targparam.h
src/usr.bin/xlint/arch/arm: targparam.h
src/usr.bin/xlint/arch/coldfire: tar
Module Name:src
Committed By: christos
Date: Fri Apr 30 21:51:49 UTC 2021
Added Files:
src/usr.bin/xlint/arch/mipsn64: targparam.h
Log Message:
add for mipsn64
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.bin/xlint/arch/mipsn64/targparam.h
Please no
Module Name:src
Committed By: rillig
Date: Sat Jan 9 13:58:45 UTC 2021
Modified Files:
src/usr.bin/xlint/arch/aarch64: targparam.h
src/usr.bin/xlint/arch/alpha: targparam.h
src/usr.bin/xlint/arch/arm: targparam.h
src/usr.bin/xlint/arch/coldfire: tar
Module Name:src
Committed By: christos
Date: Fri Jan 24 00:17:33 UTC 2014
Modified Files:
src/usr.bin/xlint/arch/mips64: targparam.h
Log Message:
Checking _LP64 to determine the size of the built binary is just wrong. We
build n32 by default on mips64 now, we don't handle
Module Name:src
Committed By: macallan
Date: Thu Mar 29 08:52:31 UTC 2012
Modified Files:
src/usr.bin/xlint/arch/mips64: targparam.h
Log Message:
XXX
Don't assume LP64 unless lint itself is built as LP64
On mips64 we default to n32 which produces errors when things like
TA
Module Name:src
Committed By: skrll
Date: Thu Feb 16 16:27:15 UTC 2012
Modified Files:
src/usr.bin/xlint/arch/hppa: targparam.h
Log Message:
Correct LDOUBLE_SIZE
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/hppa/targparam.h
Please n
Module Name:src
Committed By: matt
Date: Tue Jan 18 08:30:10 UTC 2011
Modified Files:
src/usr.bin/xlint/arch/mips64: targparam.h
Log Message:
Change mips64 to use a 16 byte long double.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/mi