* device/lib/makefile.in: added abs.c and labs.c
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Mar 2005 18:47:47 +0000 (18:47 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sat, 19 Mar 2005 18:47:47 +0000 (18:47 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3701 4a8a32a2-be11-0410-ad9d-d568d2c75423

ChangeLog
device/lib/Makefile.in

index bcc73684baa11cf9fbe9da6cfa50ec5b61a6ec74..4cc538eb15701cd98734fc5bbcca8c0285a230eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/makefile.in: added abs.c and labs.c
+
 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * device/include/stdint.h: added
index 0c89b270d2ec4aa72fb48feffe854786dc66f8bb..1d474e0f903bb51ffb2535e73ca32cc95aa87cf3 100644 (file)
@@ -55,6 +55,7 @@ SOURCES               = _atof.c _atoi.c _atol.c _autobaud.c _bp.c _schar2fs.c \
                  _memcmp.c _memcpy.c _memmove.c _memset.c \
                  _modsint.c _modslong.c _moduint.c _modulong.c \
                  _mulint.c _mullong.c \
+                 abs.c labs.c \
                  _ser.c _setjmp.c \
                  _spx.c _startup.c \
                  _strcat.c _strchr.c _strcmp.c _strcpy.c \
@@ -89,6 +90,7 @@ Z80SOURCES      = _atof.c _atoi.c \
                  assert.c \
                  _modslong.c _modulong.c \
                  _mullong.c \
+                 abs.c labs.c \
                  _divslong.c _divulong.c \
                  calloc.c malloc.c realloc.c free.c \
                  printf_large.c sprintf.c vprintf.c puts.c gets.c \
@@ -113,6 +115,7 @@ XA51SOURCES      = _atof.c _atoi.c _atol.c _schar2fs.c \
                  _isupper.c _isxdigit.c _slong2fs.c _memcmp.c \
                  _memcpy.c _memmove.c _memset.c _modsint.c _modslong.c \
                  _moduint.c _modulong.c _mulint.c _mullong.c \
+                 abs.c labs.c \
                  _strcat.c _strchr.c _strcmp.c _strcpy.c \
                  _strcspn.c _strlen.c _strncat.c _strncmp.c \
                  _strncpy.c _strpbrk.c _strrchr.c _strspn.c \
@@ -141,6 +144,7 @@ HC08SOURCES = _atof.c _atoi.c _atol.c _schar2fs.c \
                  _slong2fs.c \
                  _memcmp.c _memcpy.c _memmove.c _memset.c \
                  _modsint.c _modslong.c _moduint.c _modulong.c \
+                 abs.c labs.c \
                  _spx.c _startup.c \
                  _strcat.c _strchr.c _strcmp.c _strcpy.c \
                  _strcspn.c _strlen.c _strncat.c _strncmp.c \