Date: Fri, 9 Apr 2010 15:21:11 +0000 (UTC) From: Roman Divacky <rdivacky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/xlint/lint1 decl.c lint1.h mem1.c Message-ID: <201004091521.o39FLQBE060818@repoman.freebsd.org>
index | next in thread | raw e-mail
rdivacky 2010-04-09 15:21:11 UTC
FreeBSD src repository
Modified files:
usr.bin/xlint/lint1 decl.c lint1.h mem1.c
Log:
SVN rev 206424 on 2010-04-09 15:21:11Z by rdivacky
Rename the ALIGN macro to LINT_ALIGN so it does not clash with machine/param.h
Bump the alignment to 16bytes because lint1 memory allocator is used for
objects that require 16bytes alignment on amd64 (ie. val_t). This makes
lint1 work when compiled with compiler(s) that use SSE for memcpy on amd64.
(e.g. clang).
Approved by: ed (mentor)
Revision Changes Path
1.13 +4 -4 src/usr.bin/xlint/lint1/decl.c
1.4 +2 -2 src/usr.bin/xlint/lint1/lint1.h
1.11 +1 -1 src/usr.bin/xlint/lint1/mem1.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004091521.o39FLQBE060818>
