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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to