* src/port.h: made reset_regparms prototype void parameter explicit.
authormaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 5 Oct 2004 10:59:23 +0000 (10:59 +0000)
committermaartenbrock <maartenbrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Tue, 5 Oct 2004 10:59:23 +0000 (10:59 +0000)
commitfe37b31ed6385e317511c76eb6812acf37e96d57
tree5109adda56a859dd39b53cc8949bf27b9ceac03a
parent4ae0c853973d9777a01331370863f55f6903ac55
* src/port.h: made reset_regparms prototype void parameter explicit.
* src/SDCCsymt.c (processFuncArgs): removed argument "func".
* src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
* doc/sdccman.lyx: documented warning disabling and how to use
  printf_large to make it print floats.
* device/include/stdbool.h: NEW
* device/lib/_atof.c,
* device/lib/_divuint.c,
* device/lib/_divulong.c,
* device/lib/expf.c,
* device/lib/printf_large.c,
* device/lib/sincosf.c,
* device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
* device/lib/Makefile.in: added target for model-mcs51-reentrant to build
  a completely reentrant lib.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3524 4a8a32a2-be11-0410-ad9d-d568d2c75423
14 files changed:
ChangeLog
device/include/stdbool.h [new file with mode: 0644]
device/lib/Makefile.in
device/lib/_atof.c
device/lib/_divuint.c
device/lib/_divulong.c
device/lib/expf.c
device/lib/printf_large.c
device/lib/sincosf.c
device/lib/sincoshf.c
doc/sdccman.lyx
src/SDCCsymt.c
src/mcs51/ralloc.c
src/port.h