Date: Fri, 4 Nov 2011 13:15:16 +0000 (UTC) From: "Lev A. Serebryakov" <lev@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/msp430-gcc Makefile distinfo Message-ID: <201111041315.pA4DFGr3036133@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lev 2011-11-04 13:15:16 UTC
FreeBSD ports repository
Modified files:
devel/msp430-gcc Makefile distinfo
Log:
New patch from upstream:
This fixes an error in comparisons of the lower parts of a multi-word integer
against a constant when using a comparison operation not directly supported
by an MSP430 instruction. E.g.,:
int test_gtu32 (uint32_t x)
{
if (x > 0xFFFF)
return 1;
return 0;
}
Revision Changes Path
1.43 +2 -2 ports/devel/msp430-gcc/Makefile
1.32 +2 -0 ports/devel/msp430-gcc/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111041315.pA4DFGr3036133>
