* device/include/pic16/string.h: modified prototype for memccpy()
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Feb 2005 13:57:22 +0000 (13:57 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 13 Feb 2005 13:57:22 +0000 (13:57 +0000)
commit89c5f6ae2321a5f4b5f76381923c2c4e93734753
tree527c0a27643525fee71ed31300582a1d941447c0
parent92de349a096caffa5c49408c1c50a4f8c3898799
* device/include/pic16/string.h: modified prototype for memccpy()
to memccpy(void *, void *, char, size_t)
* src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
check whether to omit frame pointer or not,
* (genInline): convert all occurences of "\n" to LF in inline
assembler blocks, this helps formatting the inline text,
* (pic16_loadFSR0): modified prototype,
* (genNearPointerGet, genNearPointerSet): reorganization of code,
removed some 8051 legacy code,
* (genPackBits): enabled handling bitfields exceeding one byte in size,
* src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
before allocating temporary registers in functions,

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3679 4a8a32a2-be11-0410-ad9d-d568d2c75423
ChangeLog
device/include/pic16/string.h
device/lib/pic16/libsdcc/Makefile.rules
src/pic16/gen.c
src/pic16/pcode.c
src/pic16/ralloc.c