[Lunar-commits] r21245 - moonbase/trunk/science/gputils

Dennis Veatch stumbles at lunar-linux.org
Mon Sep 4 03:21:19 UTC 2006


Author: stumbles
Date: 2006-09-04 03:21:19 +0000 (Mon, 04 Sep 2006)
New Revision: 21245

Modified:
   moonbase/trunk/science/gputils/DETAILS
Log:

  * gputils 0.13.4 Released.
  * [gputils] Updated header files and linker scripts.
  * {gputils] Fixed UPPER to mask with 0xff instead of 0x3f.
  * [gpasm] Mask MOVLB with 0xf instead of 0xff.
  * [gpasm] Fixed default access bit for extended pic16e.

That's the beef.



Modified: moonbase/trunk/science/gputils/DETAILS
===================================================================
--- moonbase/trunk/science/gputils/DETAILS	2006-09-04 03:18:31 UTC (rev 21244)
+++ moonbase/trunk/science/gputils/DETAILS	2006-09-04 03:21:19 UTC (rev 21245)
@@ -1,18 +1,18 @@
           MODULE=gputils
-         VERSION=0.13.3
+         VERSION=0.13.4
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=$SFORGE_URL/gputils/
-      SOURCE_VFY=sha1:50c4750d8c139e5f20438e3bd512ccba74e77b8c
+      SOURCE_URL=$SFORGE_URL/gputils/
+      SOURCE_VFY=sha1:eb9a6553bc9814f94d3b8e5af4b0d41565d9a788
         WEB_SITE=http://gputils.sourceforge.net/
          ENTERED=20030420
-         UPDATED=20050804
+         UPDATED=20060903
       MAINTAINER=michalsc at email.uc.edu
-           SHORT="GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers."
+           SHORT="a collection of tools for the Microchip (TM) PIC microcontrollers."
 
 cat << EOF
-GPUTILS is a collection of tools for the Microchip (TM) PIC 
-microcontrollers. It includes gpasm, gplink, and gplib. It's 
-distributed under the terms of the GNU Public License. See 
-the gnupic page for other GNU PIC tools such as gpsim, a 
+GPUTILS is a collection of tools for the Microchip (TM) PIC
+microcontrollers. It includes gpasm, gplink, and gplib. It's
+distributed under the terms of the GNU Public License. See
+the gnupic page for other GNU PIC tools such as gpsim, a
 gputils compatible simulator.
 EOF



More information about the Lunar-commits mailing list