cvs commit: ports/devel/msp430-gcc Makefile distinfo

Lev A. Serebryakov lev at FreeBSD.org
Fri Nov 4 13:15:17 UTC 2011


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


More information about the cvs-all mailing list