fw/sdcc
22 years agoadd simple2
kbongers [Wed, 18 Jul 2001 19:06:09 +0000 (19:06 +0000)]
add simple2

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1084 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoadd test script
kbongers [Wed, 18 Jul 2001 19:04:18 +0000 (19:04 +0000)]
add test script

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1083 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agominor updates
kbongers [Wed, 18 Jul 2001 19:03:27 +0000 (19:03 +0000)]
minor updates

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1082 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoThese are known
johanknol [Wed, 18 Jul 2001 15:16:17 +0000 (15:16 +0000)]
These are known

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1081 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agobetter type check for type-def's
johanknol [Wed, 18 Jul 2001 14:57:07 +0000 (14:57 +0000)]
better type check for type-def's

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1080 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoCreated
michaelh [Wed, 18 Jul 2001 04:53:35 +0000 (04:53 +0000)]
Created

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1078 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoChanged default documentation dir to share/doc/sdcc
michaelh [Wed, 18 Jul 2001 04:43:24 +0000 (04:43 +0000)]
Changed default documentation dir to share/doc/sdcc
Fixed z80/mul.s and div.s
Minor changes to the regression tests to slowly bring them up.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1077 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremove a bad fix
johanknol [Tue, 17 Jul 2001 07:48:08 +0000 (07:48 +0000)]
remove a bad fix

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1076 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agotemporary fix for bug #441448
johanknol [Mon, 16 Jul 2001 15:40:54 +0000 (15:40 +0000)]
temporary fix for bug #441448

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1075 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago* Fixed va_args for the z80
michaelh [Mon, 16 Jul 2001 15:14:10 +0000 (15:14 +0000)]
* Fixed va_args for the z80
* Fixed a long standing parameter bug in the mul/div/mod support function call
generating code.
* Fixed device library generation for z80 and gbz80
* Fixed printf for the z80
* Added a --no-reg-params flag which currently does nothing
* Added support to mangle support function names based on the calling
convention (reentrant, calle/caller, reg params)
* Mangled the mul/div/mod/putchar support routines to reflect mangaling
* Changed the z80 port to callee saves
* Changed the z80 port to not use reg params
* Updated support/tests/dhrystone to work again on the z80

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1074 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agothe pslatex font seems to cause less problems on windoze machines then times
johanknol [Mon, 16 Jul 2001 15:06:39 +0000 (15:06 +0000)]
the pslatex font seems to cause less problems on windoze machines then times

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1073 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agothe pslatex font seems to cause less problems on windoze machines then times
johanknol [Mon, 16 Jul 2001 14:39:01 +0000 (14:39 +0000)]
the pslatex font seems to cause less problems on windoze machines then times

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1072 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years ago*** empty log message ***
johanknol [Sun, 15 Jul 2001 15:57:06 +0000 (15:57 +0000)]
*** empty log message ***

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1071 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoThe z80 port now needs this
johanknol [Sun, 15 Jul 2001 08:41:36 +0000 (08:41 +0000)]
The z80 port now needs this

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1070 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMany large updated regarding callling convention. Better but still broken.
michaelh [Sat, 14 Jul 2001 22:44:06 +0000 (22:44 +0000)]
Many large updated regarding callling convention.  Better but still broken.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1069 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMade linking support base areas and extra libraries. Begin tidy up of gen.c
michaelh [Sat, 14 Jul 2001 19:49:03 +0000 (19:49 +0000)]
Made linking support base areas and extra libraries.  Begin tidy up of gen.c

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1068 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoReshaped doc's
johanknol [Fri, 13 Jul 2001 15:59:17 +0000 (15:59 +0000)]
Reshaped doc's

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1067 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoReshaped doc's
johanknol [Fri, 13 Jul 2001 15:32:09 +0000 (15:32 +0000)]
Reshaped doc's

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1066 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoCAN definitions added
bela [Fri, 13 Jul 2001 13:45:58 +0000 (13:45 +0000)]
CAN definitions added

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1065 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremoved at89x2051.h
bela [Fri, 13 Jul 2001 13:06:08 +0000 (13:06 +0000)]
removed at89x2051.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1064 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremoved at89x1051.h
bela [Fri, 13 Jul 2001 13:05:54 +0000 (13:05 +0000)]
removed at89x1051.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1063 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremoved canc515c.h
bela [Fri, 13 Jul 2001 13:01:51 +0000 (13:01 +0000)]
removed canc515c.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1062 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremoved regc515c.h
bela [Fri, 13 Jul 2001 12:59:25 +0000 (12:59 +0000)]
removed regc515c.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1061 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremoved reg515.h
bela [Fri, 13 Jul 2001 12:57:05 +0000 (12:57 +0000)]
removed reg515.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1060 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up missing strip
michaelh [Thu, 12 Jul 2001 03:21:31 +0000 (03:21 +0000)]
Fixed up missing strip

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1058 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up the build
michaelh [Thu, 12 Jul 2001 02:48:34 +0000 (02:48 +0000)]
Fixed up the build

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1056 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up naming on sdcpp
michaelh [Wed, 11 Jul 2001 03:18:50 +0000 (03:18 +0000)]
Fixed up naming on sdcpp

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1055 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded link support in the simple case
michaelh [Wed, 11 Jul 2001 03:03:26 +0000 (03:03 +0000)]
Added link support in the simple case

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1054 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded .lib files to copy
michaelh [Wed, 11 Jul 2001 03:02:34 +0000 (03:02 +0000)]
Added .lib files to copy

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1053 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded Makefiles to work around CVS
michaelh [Wed, 11 Jul 2001 02:55:58 +0000 (02:55 +0000)]
Added Makefiles to work around CVS

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1052 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoRe-worked the makefiles and includes to target z80 and gbz80 as well
michaelh [Wed, 11 Jul 2001 02:49:31 +0000 (02:49 +0000)]
Re-worked the makefiles and includes to target z80 and gbz80 as well

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1051 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoupdate 80C517 s0con
kbongers [Tue, 10 Jul 2001 20:44:09 +0000 (20:44 +0000)]
update 80C517 s0con

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1050 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agovery tiny cleanup of dead code
kvigor [Mon, 9 Jul 2001 16:07:11 +0000 (16:07 +0000)]
very tiny cleanup of dead code

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1048 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded defaults for cross compiling
michaelh [Sun, 8 Jul 2001 01:34:13 +0000 (01:34 +0000)]
Added defaults for cross compiling

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1043 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agooops, sorry
johanknol [Sat, 7 Jul 2001 15:08:11 +0000 (15:08 +0000)]
oops, sorry

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1041 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoUpdated documentation
johanknol [Sat, 7 Jul 2001 14:50:27 +0000 (14:50 +0000)]
Updated documentation

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1040 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremove duplicated files
kvigor [Sat, 7 Jul 2001 06:08:57 +0000 (06:08 +0000)]
remove duplicated files

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1039 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoChange mkdeps to use .rel instead of .o
kvigor [Sat, 7 Jul 2001 05:52:16 +0000 (05:52 +0000)]
Change mkdeps to use .rel instead of .o

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1038 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoBorland make apparebtly dislikes trailing whitespace...
kvigor [Sat, 7 Jul 2001 05:41:41 +0000 (05:41 +0000)]
Borland make apparebtly dislikes trailing whitespace...

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1037 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoWorking properly under Borland C++ now
kvigor [Sat, 7 Jul 2001 05:37:22 +0000 (05:37 +0000)]
Working properly under Borland C++ now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1036 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoNo .cdb's anymore
johanknol [Fri, 6 Jul 2001 07:52:26 +0000 (07:52 +0000)]
No .cdb's anymore

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1035 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofirst pass at Borland makefiles: still hunting bugs
kvigor [Fri, 6 Jul 2001 06:57:41 +0000 (06:57 +0000)]
first pass at Borland makefiles: still hunting bugs

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1034 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoconversion util
kbongers [Fri, 6 Jul 2001 04:32:31 +0000 (04:32 +0000)]
conversion util

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1033 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremove, old
kbongers [Fri, 6 Jul 2001 04:28:44 +0000 (04:28 +0000)]
remove, old

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1032 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoconversion from .lyx
kbongers [Fri, 6 Jul 2001 04:26:16 +0000 (04:26 +0000)]
conversion from .lyx

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1031 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded documentation install targets
michaelh [Fri, 6 Jul 2001 02:12:10 +0000 (02:12 +0000)]
Added documentation install targets

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1029 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded wide article class for some of the docs
michaelh [Fri, 6 Jul 2001 01:40:11 +0000 (01:40 +0000)]
Added wide article class for some of the docs

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1028 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoRemoved extra output from the makefiles to make the automated build output cleaner.
michaelh [Fri, 6 Jul 2001 01:36:30 +0000 (01:36 +0000)]
Removed extra output from the makefiles to make the automated build output cleaner.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1027 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoupdate up to 4.2
johanknol [Thu, 5 Jul 2001 15:40:38 +0000 (15:40 +0000)]
update up to 4.2

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1026 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agomake sdcc compatible with the compiler
johanknol [Thu, 5 Jul 2001 11:33:18 +0000 (11:33 +0000)]
make sdcc compatible with the compiler

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1025 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoupdates, lyx conversions
kbongers [Wed, 4 Jul 2001 05:22:22 +0000 (05:22 +0000)]
updates, lyx conversions

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1023 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremove gc, not used
kbongers [Wed, 4 Jul 2001 05:17:27 +0000 (05:17 +0000)]
remove gc, not used

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1022 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoRemoved extra reference to packihx
michaelh [Tue, 3 Jul 2001 23:24:36 +0000 (23:24 +0000)]
Removed extra reference to packihx

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1018 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded ability to disable packihx. Removed extra echo.
michaelh [Tue, 3 Jul 2001 23:20:01 +0000 (23:20 +0000)]
Added ability to disable packihx.  Removed extra echo.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1016 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoRe-ran autoconf. Re-enabled packihx
michaelh [Tue, 3 Jul 2001 23:10:03 +0000 (23:10 +0000)]
Re-ran autoconf.  Re-enabled packihx

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1015 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoMade cpp2 first to get around ucsim configure dying
michaelh [Tue, 3 Jul 2001 23:08:00 +0000 (23:08 +0000)]
Made cpp2 first to get around ucsim configure dying

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1014 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed up ENDIAN warning with mingw32. Added ability to disable ucsim and device...
michaelh [Tue, 3 Jul 2001 23:03:59 +0000 (23:03 +0000)]
Fixed up ENDIAN warning with mingw32.  Added ability to disable ucsim and device build.  Removed packihx configure target as it's not needed

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1012 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdd LIBS to linker command line (needed on Solaris)
kvigor [Tue, 3 Jul 2001 20:03:39 +0000 (20:03 +0000)]
Add LIBS to linker command line (needed on Solaris)

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1011 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdd cpp2
kvigor [Tue, 3 Jul 2001 18:59:02 +0000 (18:59 +0000)]
Add cpp2

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1010 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoPort of CPP from GCC 3.0
kvigor [Tue, 3 Jul 2001 17:51:28 +0000 (17:51 +0000)]
Port of CPP from GCC 3.0

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1009 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoa few more additions
johanknol [Tue, 3 Jul 2001 16:00:55 +0000 (16:00 +0000)]
a few more additions

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1008 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoShort is 16bits by default now
johanknol [Tue, 3 Jul 2001 15:02:29 +0000 (15:02 +0000)]
Short is 16bits by default now

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1007 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoadd a simple serial program
kbongers [Tue, 3 Jul 2001 04:43:36 +0000 (04:43 +0000)]
add a simple serial program

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1006 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoStale, not applicable to current cygwin
kbongers [Tue, 3 Jul 2001 04:34:11 +0000 (04:34 +0000)]
Stale, not applicable to current cygwin

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1005 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agotake out gc
kbongers [Tue, 3 Jul 2001 04:29:07 +0000 (04:29 +0000)]
take out gc

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1004 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoshort (8 bit) replaced by char
bernhardheld [Mon, 2 Jul 2001 21:10:59 +0000 (21:10 +0000)]
short (8 bit) replaced by char

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@999 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agouse reg552.h
bernhardheld [Mon, 2 Jul 2001 20:06:06 +0000 (20:06 +0000)]
use reg552.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@998 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofirst review of the draft
johanknol [Mon, 2 Jul 2001 19:45:47 +0000 (19:45 +0000)]
first review of the draft

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@997 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agooops
johanknol [Mon, 2 Jul 2001 10:49:32 +0000 (10:49 +0000)]
oops

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@996 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoIncluding missing i_string.h
drdani [Mon, 2 Jul 2001 10:41:35 +0000 (10:41 +0000)]
Including missing i_string.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@995 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agosmall improvement of 8*8=8/16 signed mul
johanknol [Mon, 2 Jul 2001 10:41:01 +0000 (10:41 +0000)]
small improvement of 8*8=8/16 signed mul

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@994 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoVersion 0.3.2-pre1
drdani [Mon, 2 Jul 2001 10:39:19 +0000 (10:39 +0000)]
Version 0.3.2-pre1

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@993 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoGo to single file .html
kbongers [Mon, 2 Jul 2001 06:09:40 +0000 (06:09 +0000)]
Go to single file .html

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@992 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agogo to single .html
kbongers [Mon, 2 Jul 2001 06:02:34 +0000 (06:02 +0000)]
go to single .html

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@991 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoUpdate user doc
kbongers [Mon, 2 Jul 2001 05:48:50 +0000 (05:48 +0000)]
Update user doc

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@990 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoGo to single file .html
kbongers [Mon, 2 Jul 2001 05:32:13 +0000 (05:32 +0000)]
Go to single file .html

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@989 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoAdded exe transform support. Made the strip explicit. Change to help cross compiling
michaelh [Mon, 2 Jul 2001 01:53:45 +0000 (01:53 +0000)]
Added exe transform support.  Made the strip explicit.  Change to help cross compiling

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@987 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoWe don't need these ugly casts anymore
johanknol [Sun, 1 Jul 2001 14:35:27 +0000 (14:35 +0000)]
We don't need these ugly casts anymore

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@986 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoDon't know why this has never been enabled for the mcs51 port
johanknol [Sun, 1 Jul 2001 14:28:55 +0000 (14:28 +0000)]
Don't know why this has never been enabled for the mcs51 port

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@985 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoJust to prevent a compiler crash
johanknol [Sun, 1 Jul 2001 14:04:44 +0000 (14:04 +0000)]
Just to prevent a compiler crash

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@984 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoJust to prevent a debian bug
johanknol [Sun, 1 Jul 2001 14:03:23 +0000 (14:03 +0000)]
Just to prevent a debian bug

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@983 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agofixed bug #222580
johanknol [Sun, 1 Jul 2001 10:55:22 +0000 (10:55 +0000)]
fixed bug #222580

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@982 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoa fix for the initialized structs and some others, see
johanknol [Sat, 30 Jun 2001 19:59:45 +0000 (19:59 +0000)]
a fix for the initialized structs and some others, see
http://www.geocrawler.com/lists/3/SourceForge/1557/0/6076926

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@981 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agobug 427642 error with files like ./file.asm
bernhardheld [Fri, 29 Jun 2001 20:48:26 +0000 (20:48 +0000)]
bug 427642 error with files like ./file.asm

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@980 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoChange from GPL to LPGL
kbongers [Fri, 29 Jun 2001 04:43:30 +0000 (04:43 +0000)]
Change from GPL to LPGL

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@979 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agostorage class specifiers are allowed for static autos in reentrant functions
johanknol [Thu, 28 Jun 2001 11:24:12 +0000 (11:24 +0000)]
storage class specifiers are allowed for static autos in reentrant functions

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@978 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoRemoved all warnings from as and link
michaelh [Thu, 28 Jun 2001 01:52:33 +0000 (01:52 +0000)]
Removed all warnings from as and link

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@975 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoadded a dummy install target to prevent warnings
johanknol [Wed, 27 Jun 2001 08:57:38 +0000 (08:57 +0000)]
added a dummy install target to prevent warnings

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@962 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFix of "main.cc:52: warning: comparison is always true due to limited range of data...
drdani [Wed, 27 Jun 2001 08:30:12 +0000 (08:30 +0000)]
Fix of "main.cc:52: warning: comparison is always true due to limited range of data type"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@961 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFix of "uc.cc:426: warning: comparison is always true due to limited range of data...
drdani [Wed, 27 Jun 2001 08:28:41 +0000 (08:28 +0000)]
Fix of "uc.cc:426: warning: comparison is always true due to limited range of data type"

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@960 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoRemoved unused echo
michaelh [Wed, 27 Jun 2001 03:42:02 +0000 (03:42 +0000)]
Removed unused echo

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@958 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoheader file cleanups for new preprocessor
kvigor [Tue, 26 Jun 2001 22:38:49 +0000 (22:38 +0000)]
header file cleanups for new preprocessor

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@955 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoavoid $(CPPFLAGS) abuse
johanknol [Tue, 26 Jun 2001 12:28:45 +0000 (12:28 +0000)]
avoid $(CPPFLAGS) abuse

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@954 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoremoved some warnings
johanknol [Tue, 26 Jun 2001 11:57:26 +0000 (11:57 +0000)]
removed some warnings

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@953 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoFixed the overlay handling for --model-small and --model-large
johanknol [Tue, 26 Jun 2001 09:56:09 +0000 (09:56 +0000)]
Fixed the overlay handling for --model-small and --model-large

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@952 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agono gc, chg to util
kbongers [Tue, 26 Jun 2001 06:07:05 +0000 (06:07 +0000)]
no gc, chg to util

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@951 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agono gc
kbongers [Tue, 26 Jun 2001 06:00:39 +0000 (06:00 +0000)]
no gc

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@950 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoCleared out all warnings in sdcc. Moved all unused functions into an 'Unused' section.
michaelh [Tue, 26 Jun 2001 05:16:12 +0000 (05:16 +0000)]
Cleared out all warnings in sdcc.  Moved all unused functions into an 'Unused' section.

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@949 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agowarning cleanup
kvigor [Mon, 25 Jun 2001 19:09:58 +0000 (19:09 +0000)]
warning cleanup

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@945 4a8a32a2-be11-0410-ad9d-d568d2c75423

22 years agoClean up some compiler warnings
kvigor [Mon, 25 Jun 2001 16:27:25 +0000 (16:27 +0000)]
Clean up some compiler warnings

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@944 4a8a32a2-be11-0410-ad9d-d568d2c75423