From bb03e8f08c9d4d2e5779b9b3bda882917414ee98 Mon Sep 17 00:00:00 2001 From: maartenbrock Date: Sat, 19 Mar 2005 18:47:47 +0000 Subject: [PATCH] * device/lib/makefile.in: added abs.c and labs.c git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3701 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 4 ++++ device/lib/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index bcc73684..4cc538eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-19 Maarten Brock + + * device/lib/makefile.in: added abs.c and labs.c + 2005-03-17 Maarten Brock * device/include/stdint.h: added diff --git a/device/lib/Makefile.in b/device/lib/Makefile.in index 0c89b270..1d474e0f 100644 --- a/device/lib/Makefile.in +++ b/device/lib/Makefile.in @@ -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 \ -- 2.47.2