fixed some warnings, introduced with changes made 15.06.1003
[fw/sdcc] / ChangeLog
1 2003-06-18  Borut Razem <borut.razem@siol.net>
2
3         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
4
5 2003-06-18  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
6
7         * src/SDCCglobl.h, src/SDCCmain.c:
8         option --use-stdout sends errors to stdout instead of stderr.
9         (changes to sdccman.lyx comming soon)
10
11 2003-06-18  Bernhard Held <bernhard@bernhardheld.de>
12
13         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
14
15 2003-06-15  Borut Razem <borut.razem@siol.net>
16
17         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN23
18         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
19         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
20         fixed width array of pointers replaced with sets;
21         multiple include and lib paths ared transferred to preprocessor and linker
22         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
23         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
24         fixed width array of pointers
25         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
26         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
27         fixupPath(), getPathDifference()
28         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
29         fixed width array of pointers
30
31 2003-06-11  Bernhard Held <bernhard@bernhardheld.de>
32
33         * src/pic16/ralloc.c: fix warnings
34         * src/pic16/pcode.c: fix warning
35
36 2003-06-10  Scott Dattalo  <scott@dattalo.com>
37
38          Scott D. for Vangelis Rokas (vrokas@otenet.gr). I (scott) don't
39         know all the details, but essentially this set of changes enable
40         the pic16 port to generate movff instructions and generate assembler
41         directives, 
42         * src/SDCCmain.c: 
43         * src/pic16/gen.c: 
44         * src/pic16/glue.c:
45         * src/pic16/pcode.c:
46         * src/pic16/device.c:
47         * src/pic16/main.c:
48         * src/pic16/pcode.h:
49         * src/pic16/pcoderegs.c:
50         * src/pic16/ralloc.c:
51         * src/pic16/ralloc.h:
52
53 2003-06-08  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
54
55         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
56         added option --vc, so sdcc errors and warnings are compatible with 
57         Microsoft Visual Studio.
58
59 2003-06-07  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
60
61         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
62           device/lib/libfloat.lib: added atof function.
63
64 2003-06-04  Bernhard Held <bernhard@bernhardheld.de>
65
66         * doc/sdccman.lyx: updated to Lyx 1.3
67         * doc/cdbfileformat.lyx: updated to Lyx 1.3
68         * doc/test_suite_spec.lyx: updated to Lyx 1.3
69         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
70
71 2003-06-03  Bernhard Held <bernhard@bernhardheld.de>
72
73         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas@otenet.gr>
74
75 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann@web.de>
76
77         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
78           additions to the "related tools/documentation" section
79
80 2003-06-02  Bernhard Held <bernhard@bernhardheld.de>
81
82         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
83
84 2003-05-29  Bernhard Held <bernhard@bernhardheld.de>
85
86         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn@vt.edu>
87         * src/SDCCcse.c (algebraicOpts): fixed "c * 1" 
88
89 2003-05-28  Bernhard Held <bernhard@bernhardheld.de>
90
91         * doc/sdccman.lyx: fix double dash and other minor things
92         * doc/Makefile: fix double dash
93
94 2003-05-28  Karl Bongers(patches from Martin Helmling)
95         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
96           condition and ignore commands.
97
98 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann@web.de>
99
100         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
101           is in parts still quite out of date, I did changes as far as I felt makes sense
102           for a non-native english speaker.
103           Please feel free to add to the manual or to correct my changes.
104         * doc/Makefile: undid touching the date of intermediate tex files.
105
106 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann@web.de>
107
108         * doc/sdccman.lyx: Manual has an index now
109
110 2003-05-25  Bernhard Held <bernhard@bernhardheld.de>
111
112         Finalize muluint/mulsint and mululong/mulslong merging:
113         * device/lib/_mulint.c
114         * device/lib/_mullong.c
115         * device/lib/gbz80/mul.s
116         * device/lib/gbz80/stubs.s
117         * device/lib/z80/mul.s
118         * device/lib/z80/stubs.s
119         * src/SDCCsymt.c (initCSupport)
120
121 2003-05-25  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
122
123         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
124         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
125           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
126           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
127           instead of /Zm500.
128
129 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann@web.de>
130
131         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
132           the regression tests I'm not brave enough to enable 245.b, 245.c
133         * doc/sdccman.lyx: added latex preamble for hyperref package.
134           Using pdflatex this will give you a hyperlinked pdf file with
135           bookmarks. (prepend '%' before /usepackage if this breaks something)
136
137 2003-05-24  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
138
139          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
140          
141 2003-05-22  Bernhard Held <bernhard@bernhardheld.de>
142
143         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
144
145 2003-05-21    <johan@balder>
146
147         * src/SDCCglue.c (printIval): fixed bug #739934
148
149 2003-05-19  Bernhard Held <bernhard@bernhardheld.de>
150
151         Applied patch from bug 737905 (renamed yylineo to mylineno):
152         * src/altlex.c
153         * src/SDCCast.c
154         * src/SDCglobl.h
155         * src/SDCC.lex
156         * src/SDCCsymt.c
157         * src/SDCCval.c 
158         * src/pic16/pcode.c: Cleaned warnings
159         * src/pic16/pcodeflow.c: Cleaned warnings
160         * src/pic16/pcoderegs.c: Cleaned warnings
161
162 2003-05-19  Scott Dattalo  <scott@dattalo.com>
163
164         * src/pic16/pcode.c: Cleaned warnings
165         * src/pic16/pcodepeep.c: Cleaned warnings
166         * src/pic16/ralloc.c: Cleaned warnings
167
168 2003-05-19  Bernhard Held <bernhard@bernhardheld.de>
169
170         * doc/sdccman.lyx: fixed bug 739745
171         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
172
173 2003-05-18  Bernhard Held <bernhard@bernhardheld.de>
174
175         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
176         it can be defined with CFLAGS when running configure
177         * src/SDCCmain.c: fixed compiling + linking with object files
178
179 2003-05-18  Vangelis Rokas (vrokas@otenet.gr)
180
181         * configure.in: configure for pic16 port,
182             added --disable-pic16-port
183         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
184         * src/SDCCmain.c: linkOptions is changed to set *,
185             added if/endif conditional macros to remove options help
186             messages from optionsTable when a port is not configured, added
187             support for the PIc16 port in the ports table, when executing
188             the compiler with no port specified on command line, a default
189             port is selected with the new macro DEFAULT_PORT which is
190             defined in port.h, in setDefaultOptions() linkOptions is removed
191             from initialization assignment, since now it is a set,
192             parseCmdLine uses setParseWithComma for linkOptions, in
193             linkEdit() linkOptions are accessed with new function indexSet()
194             which returns the i'th item of a set variable. See SDCCset.c, in
195             linkEdit() when calling buildCmdLine(), added linkOptions as
196             last argument. Now users can pass arguments to gplink via the
197             -Wl option, main() uses pic16glue() to glue up pic16 programs
198         * src/SDCCpeeph.c: various changes to support pic16
199         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
200             return the i'th item of the set
201         * src/SDCCset.h: added function prototype for indexSet()
202         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
203         * src/clean.mk: added pic16 in CLEANALLPORTS variable
204         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
205             added macro DEFAULT_PORT
206         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
207         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
208             generated
209         * src/pic16/glue.c: commented out some error producing lines
210         * src/pic16/main.c: __config directives are commented out to stop
211             gpasm complaining and test the linkage with gplink, _linkCmd and
212             _asmCmd changed to be more gplink and gpasm friendly
213         * src/pic16/peeph.def: peep rule 3 is commented out, since it
214             produced an error when parsed, peep rule 12 is added to utilize
215             movff, but it is commented out since the pCode does not support
216             yet a command with 2 address arguments
217
218 2003-05-18    <johan@balder>
219
220         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
221         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
222 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
223
224         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
225   Added feature to script commands from file.
226
227 2003-05-14  Bernhard Held <bernhard@bernhardheld.de>
228
229         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
230         * src/SDCCutil.c: include ctype.h for win32
231
232 2003-05-13  Bernhard Held <bernhard@bernhardheld.de>
233
234         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
235
236 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
237
238         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
239   Fixed so you can set breakpoints prior to run, run does not stop
240   on entry now.  Add tbreak.  Other enhancements and fixes for use
241   with ddd.
242
243 2003-05-12  Borut Razem <borut.razem@siol.net>
244
245         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
246
247 2003-05-11  Borut Razem <borut.razem@siol.net>
248
249         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
250         the path of bin directory, so that PATH is the only env. variable, which has to be set
251         in case of standard installation.
252         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
253         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
254         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
255
256 2003-05-04  Bernhard Held <bernhard@bernhardheld.de>
257
258         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
259         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
260         temp files are in the port dir; clean the gen/test directory when
261         generating new test.c
262         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
263         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
264         * support/regression/tests/zeropad.c: added
265
266 2003-05-09    <johan@balder>
267
268         * src/SDCCglue.c: fixed bug #597940
269
270 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
271
272         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
273   cache sfr, optimize next,step, fix off by one sourceline,
274   support ddd list function.
275         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
276
277 2003-05-04  Bernhard Held <bernhard@bernhardheld.de>
278
279         * support/regression/HTMLgen.py: added compare_s2f()
280         * support/regression/Makefile: redo 1.27
281         * support/regression/generate-cases.py: redo 1.5
282
283 2003-04-30  Bernhard Held <bernhard@bernhardheld.de>
284
285         * support/regression/tests/float.c: workaround 33 bit hex constant
286         * support/regression/tests/simplefloat.c: fix division for host
287
288 2003-04-29  Scott Dattalo  <scott@dattalo.com>
289
290         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim@jimhawkridge.uk.eu.org>
291         that tame's the PIC's over-aggressive optimizer.
292
293 2003-04-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
294
295          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
296          support for MSVC.
297          
298 2003-04-29  Kevin Vigor <kevin@vigor.nu>
299
300         Initial support for DS80C400. "Hello world" runs on TINIm400
301         (with polled I/O).
302
303 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
304
305          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
306          * Some notes on ddd usage added in debugger/README
307          Martin Helmling adding more features and fixes for ddd GUI debugger.
308          Code added for nexti, stepi, up, down, and other adjustments.
309
310 2003-04-28  Scott Dattalo  <scott@DATTALO.COM>
311
312         * src/pic/pCodepeep.c non-wildcard asmops are now handled
313         * src/pic/peeph.def Added two rules to optimize carry manipulation
314         * src/pic/* removed debug printfs
315
316 2003-04-28  Bernhard Held <bernhard@bernhardheld.de>
317
318         * debugger/mcs51/cmd.c: added header newalloc.h
319
320 2003-04-26  Bernhard Held <bernhard@bernhardheld.de>
321
322         * as/Makefile: new EXEEXT
323         * as/z80/Makefile: remove trailing slash of BUILDIR
324         * as/z80/clean.mk: new EXEEXT
325         * Makefile.common.in: add to CFLAGS (and others), don't replace it
326         * support/cpp2/Makefile.in: new EXEEXT
327         * src/pic/glue.c (pic14emitRegularMap): fixed warning
328
329 2003-04-24  Bernhard Held <bernhard@bernhardheld.de>
330
331         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
332         EXEEXT was introduced to fix all related problems with targets
333         "clean", "install" and "uninstall"; a couple of further flaws
334         especially with "clean" have been fixed too
335         * as/mcs51/Makefile.in
336         * as/mcs51/clean.mk
337         * as/z80/Makefile
338         * Makefile
339         * clean.mk
340         * debugger/mcs51/Makefile.in
341         * debugger/mcs51/clean.mk
342         * link/z80/Makefile
343         * link/z80/Makefile.in
344         * link/z80/clean.mk
345         * link/Makefile
346         * packihx/Makefile.in
347         * packihx/clean.mk
348         * sim/ucsim/Makefile
349         * sim/ucsim/clean.mk
350         * sim/ucsim/avr.src/Makefile.in
351         * sim/ucsim/avr.src/clean.mk
352         * sim/ucsim/s51.src/Makefile.in
353         * sim/ucsim/s51.src/clean.mk
354         * sim/ucsim/xa.src/Makefile.in
355         * sim/ucsim/xa.src/clean.mk
356         * sim/ucsim/z80.src/Makefile.in
357         * sim/ucsim/z80.src/clean.mk
358         * sim/ucsim/main_in.mk
359         * sim/ucsim/packages_in.mk
360         * sim/ucsim/gui.src/Makefile.in
361         * sim/ucsim/gui.src/serio.src/Makefile.in
362         * sim/ucsim/gui.src/serio.src/clean.mk
363         * src/Makefile.in
364         * src/clean.mk
365         * support/cpp2/Makefile.in
366         * support/cpp2/clean.mk
367         * support/makebin/Makefile
368         * support/makebin/clean.mk
369         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
370         * doc/sdccman.lyx: --program-suffix no longer needed
371
372 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
373
374          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
375          Martin Helmling added support for ddd GUI debugger.
376          Code added to display assembly, set variables, and other commands
377          to interface to ddd.
378
379 2003-04-23  Bernhard Held <bernhard@bernhardheld.de>
380
381         * as/Makefile: fix target clean
382         * as/clean.mk: fix target clean
383         * as/z80/clean.mk: fix target clean
384
385 2003-04-22  Bernhard Held <bernhard@bernhardheld.de>
386
387         * Makefile.common.in: added @EXEEXT@
388         * configure.in: removed all mingw32 stuff
389         * configure: rebuilt from configure.in
390         * doc/sdccman.lyx: updated section "installation"
391         * support/scripts/sdcc_mingw32: adapted to configure
392         * support/scripts/sdcc_cygwin_mingw32: added
393
394 2003-04-22  Scott Dattalo  <scott@dattalo.com>
395
396         * src/pic Added object file support for the PIC port
397         * src/pic Applied patch from Craig Franklin (this started the object file support)
398         * src/regression Updated the PIC regression tests for object files
399
400 2003-04-20  Borut Razem <borut.razem@siol.net>
401
402         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
403           lklex.c: In function `getfid':
404           lklex.c:203: warning: array subscript has type `char'
405         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
406           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
407         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
408           stack handling macros
409
410 2003-04-19  Borut Razem <borut.razem@siol.net>
411
412         * "handling space characters in file path" task:
413         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
414         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
415         * support/Util/MySystem.h: make it self-sufficient
416         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
417           src/z80/main.c, sdcc/as/mcs51/lklex.c:
418           handling space characters in file path
419         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
420           (it will be used by assemblers, which have their own includes, e.g. gpasm)
421         * support/Util/MySystem.c: handling space characters in executable's path
422
423 2003-04-19  Bernhard Held <bernhard@bernhardheld.de>
424
425         * as/z80/Makefile: fix permanent rebuild of z80
426         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
427         * support/regression/tests/bitfields.c: added Johan's bitfields.c
428
429 2003-04-18      Kevin Vigor <kevin@vigor.nu>
430
431         * src/SDCCopt.c: add special case optimization to replace modulo by
432           a power of two with a bitwise AND.
433
434 2003-04-18    <johan@balder>
435
436         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
437
438 2003-04-17    <johan@balder>
439
440         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
441         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
442
443 2003-04-13  Borut Razem <borut.razem@siol.net>
444
445         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
446         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
447           fixed mingw problem in adl_NORMALIZE_PATH
448
449 2003-04-12  Borut Razem <borut.razem@siol.net>
450
451         * fixed "#pragma SAVE/RESTORE can not be nested":
452         * src/SDCC.lex: reworked pragma handling functions
453         * sdcc/src/SDCCglobl.h: reworked stack handling macros
454         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
455
456 2003-04-12  Bernhard Held <bernhard@bernhardheld.de>
457
458         * src/SDCCutil.c (pathEquivalent): defined but not used
459         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
460         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
461         * configure: rebuilt from configure.in
462         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
463         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
464         * device/include/Makefile.in: replace sdcc_datadir
465         * device/lib/Makefile.in: replace sdcc_datadir
466         * Makefile.common.in: add LDFLAGS from configure
467         * packihx/Makefile.in: use LDFLAGS
468         * src/Makefile.in: use LDFLAGS
469         * support/cpp2/Makefile.in: add LDFLAGS from configure
470         * support/makebin/Makefile: use LDFLAGS
471         * .version: bumped version number to 2.3.5
472
473 2003-04-12  Borut Razem <borut.razem@siol.net>
474
475         * completed "different paths" task:
476         * src/SDCCmacro.c: fixed bug in handling quotes
477         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
478         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
479
480 2003-04-12  Bernhard Held <bernhard@bernhardheld.de>
481
482         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
483
484 2003-04-11 kevin Vigor <kevin@vigor.nu>
485
486         * ds390/gen.c ds390/peeph.def: fix bug 706781
487
488 2003-04-11  Borut Razem <borut.razem@siol.net>
489
490         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
491
492 2003-04-10  Scott Dattalo  <scott@dattalo.com>
493
494         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
495         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
496          set - this bit used to not be set...).
497         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated 
498           bad code in PIC Port
499         * src/regression/and2.c added to test bug 609268
500         * src/regression/Makefile added and2.c to regression test
501
502
503 2003-04-08    <johan@CP255758-A>
504
505         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
506         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
507         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
508
509 2003-04-07  Bernhard Held <bernhard@bernhardheld.de>
510
511         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
512         fix bug #487815
513         * support/cpp2/Makefile.in: fix bug #487815
514         * configure: rebuilt from configure.in
515         * Makefile.common.in: docdir changed, new path suffixes
516         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
517         * sdcc_vc_in.h: reflect changes from sdccconf.h
518         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
519         * src/SDCCutil.h: remove BINDIR hack
520         * doc/sdccman.lyx: update new path hierarchy
521
522 2003-04-06    Paul Stoffregen <paul@pjrc.com>
523
524         * src/SDCCpeeph.c: added okToRemoveSLOC test
525
526 2003-04-06    Paul Stoffregen <paul@pjrc.com>
527
528         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
529
530 2003-04-06    Paul Stoffregen <paul@pjrc.com>
531
532         * src/SDCCpeeph.c: added labelIsReturnOnly test
533         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
534
535 2003-04-05    <johan@balder>
536
537         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
538         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
539         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
540         * src/SDCCast.c: fixed a warning
541         * src/SDCCast.h: fixed a warning
542         * src/SDCCicode.c (operandFromAst): fixed a warning
543
544 2003-04-04    <johan@balder>
545
546         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
547         * src/SDCCast.c (decorateType): fixed bug #715076
548         * src/SDCC.y: fixed bug #702907
549
550 2003-04-03    <johan@balder>
551
552         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
553         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
554         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
555         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
556         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
557
558 2003-04-03  Bernhard Held <bernhard@bernhardheld.de>
559
560         * _decdptr.c: fix return values
561         * _gptrget.c: fix return values
562         * _gptrgetc.c: fix return values
563         * _gptrput.c: fix return values
564         * _mulint.c: fix return values
565         * as/z80/Makefile: fix 'make -j' problem
566
567 2003-04-02  Bernhard Held <bernhard@bernhardheld.de>
568
569         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
570         * configure.in: big cleanup, updated to autoconf 2.5x
571         * configure: rebuilt from configure.in
572         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
573         * sdcc_vc_in.h: reflect changes from sdccconf.h
574         * doc/Makefile: fixed a flaw in "make install"
575
576 2003-04-02    <johan@balder>
577
578         * src/ds390/gen.c (genCmp): no comments
579         * src/mcs51/gen.c (genCmp): no comments
580         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
581         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
582
583 2003-04-01  Bernhard Held <bernhard@bernhardheld.de>
584
585         * support/regression/generate-cases.py: place generated file in given sub directory
586         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
587         * support/regression/Makefile: improvements for 'make -j';
588         side effect: it's simpler and faster now
589
590 2003-03-31  Borut Razem <borut.razem@siol.net>
591
592         * src/z80/main.c: link-{port} and as-{port} defined without path
593         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
594
595 2003-03-31  Bernhard Held <bernhard@bernhardheld.de>
596
597         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
598
599 2003-03-30  Borut Razem <borut.razem@siol.net>
600
601         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
602           changed type of list parameter to set
603         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
604         * src/port.h: changed type of do_assemble() parameter to set
605         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
606           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
607           definition of "cppoutfilename" macro with NULL value in preProcess()
608         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
609         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
610         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
611           replaced with set *binPathSet
612         * shash_add() deallocates the item, if allready exsists, before adding the new one
613         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
614
615 2003-03-30  Scott Dattalo  <scott@dattalo.com>
616
617         * src/pic/gen.c: Commit patch from Steve Tell <tell@telltronics.org> that fixes
618           a nested for loop bug in the PIC port
619         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
620           for loops
621
622 2003-03-29  Bernhard Held <bernhard@bernhardheld.de>
623
624         * support/Util/dbuf.h: remove C++ stuff to make it portable
625
626 2003-03-28  Borut Razem <borut.razem@siol.net>
627
628         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
629           literal strings in stringLiteral()
630         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
631         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
632           to the project
633
634 2003-03-27  Paul Stoffregen <paul@pjrc.com>
635
636         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
637
638 2003-03-26    <johan@balder>
639
640         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
641         * src/ds390/gen.c (saveRegisters): catched symbol abuse
642         * src/SDCCast.c (decorateType): fixed " -v < 3"
643
644 2003-03-23  Bernhard Held <bernhard@bernhardheld.de>
645
646         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
647         Added Lenny Story's debug infrastructure changes:
648         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
649         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
650         * src/cdbFile.c: added
651         * src/SDCCdebug.c: added
652         * src/SDCCdebug.h: added
653         * src/SDCCast.c (createFunction)
654         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
655         * src/SDCCmain.c (parseCmdLine, main)
656         * src/SDCCmem.c (redoStackOffsets)
657         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
658         * src/SDCCsymt.h
659         * src/common.h
660         * src/avr/gen.c (genAVRCode)
661         * src/ds390/gen.c (gen390Code)
662         * src/mcs51/gen.c (gen51Code) 
663         * src/pic/gen.c (genpic14Code)
664         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
665         * src/xa51/gen.c (genXA51Code)
666         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
667
668 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann@web.de>
669
670         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
671         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
672
673 2003-03-22    <johan@balder>
674
675         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
676
677 2003-03-21  Bernhard Held <bernhard@bernhardheld.de>
678
679         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
680         * doc/cdbfileformat.lyx: added, written by Lenny Story
681         * doc/Makefile: added cdbfileformat.lyx
682         * doc/clean.mk: added cdbfileformat.lyx
683
684 2003-03-20  Bernhard Held <bernhard@bernhardheld.de>
685
686         * src/mcs51/peeph.def: fix bug #705773
687
688 2003-03-20    <johan@balder>
689
690         An sfr/sbit can have an "at #" AND an initializer
691         * src/SDCCsymt.c (checkSClass): 
692         * src/SDCCmem.c (allocGlobal): 
693         * src/SDCCmem.c (allocLocal): 
694         * src/SDCCast.c (createBlock): 
695
696 2003-03-17  Bernhard Held <bernhard@bernhardheld.de>
697
698         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
699
700 2003-03-16    <johan@balder>
701
702         Undid the hackup of const and volatile, the problem is much bigger
703         * src/SDCC.y:1.65
704         * src/SDCCast.c:1.171
705         * src/SDCCglue.c:1.138
706         * src/SDCCicode.c:1.146
707         * src/SDCCsymt.c:1.150
708         * src/SDCCval.c:1.65
709
710 2003-03-15  Bernhard Held <bernhard@bernhardheld.de>
711
712         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
713         * src/ds390/gen.c (genAddrOf): fixed bug #704087
714
715 2003-03-13    <johan@balder>
716
717         Hackup const and volatile modifiers in type chains a bit:
718         * src/SDCC.y:1.63
719         * src/SDCCast.c:1.169
720         * src/SDCCglue.c:1.136
721         * src/SDCCicode.c:1.143
722         * src/SDCCsymt.c1.146
723         * src/SDCCsymt.h1.59
724         * src/SDCCval.c:1.63
725
726 2003-03-12    <johan@balder>
727
728         * src/SDCCBBlock.h: more LRH debugging junk
729         * src/SDCCcflow.h: more LRH debugging junk
730         * src/SDCCloop.c: more LRH debugging junk
731         * src/SDCC.y (struct_declaration): fixed bug #697590
732         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
733         * src/ds390/gen.c (aopForRemat): fixed bug #700031
734         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
735
736 2003-03-11 Kevin Vigor <kevin@vigor.nu>
737         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
738         test function names must now match exactly).
739         * src/SDCCcse.c: added special case in findCheaperOp to allow
740         extending a short integer. Makes less awful code for bug 700121 test case.
741
742 2003-03-11  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
743
744         * as/mcs51/lkmain.c: Added ASlink-Warning to messages 
745         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
746
747 2003-03-11 Kevin Vigor <kevin@vigor.nu>
748
749         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
750         actually called (operandsNotEqual() was called for all 
751         operandsNotEqualX tests).
752
753 2003-03-11 Kevin Vigor <kevin@vigor.nu>
754
755         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
756         with shorter literals. Fixes bug 700121.
757
758 2003-03-11    <johan@balder>
759
760         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
761
762 2003-03-11  Bernhard Held <bernhard@bernhardheld.de>
763
764         * src/SDCCloop.c (mergeRegions): an evil beast is dead
765         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
766
767 2003-03-10  Borut Razem <borut.razem@siol.net>
768
769         * src/SDCCmain.c: pipe preprocessor's output
770         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
771         * sdcc_vc_in.h: define pclose as _pclose for WIN32
772         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
773         which closes all pipes in pipeSet set
774         * src/SDCCset.c: free deleted item in function deleteSetItem()
775         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
776         moved from z80 to src subproject
777         * .version: increased version number to 2.3.4
778
779 2003-03-10  Bernhard Held <bernhard@bernhardheld.de>
780
781         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
782         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
783         * support/regression/ports/xa51/spec.mk: fix typo
784
785 2003-03-09  Bernhard Held <bernhard@bernhardheld.de>
786
787         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
788
789 2003-03-09  Borut Razem <borut.razem@siol.net>
790
791         * src/SDCCmain.c: pipe preprocessor's output
792         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
793         * sdcc_vc_in.h: define pclose as _pclose for WIN32
794         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
795         which closes all pipes in pipeSet set
796         * src/SDCCset.c: free deleted item in function deleteSetItem()
797         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
798         moved from z80 to src subproject
799
800 2003-03-09  Borut Razem <borut.razem@siol.net>
801
802         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
803         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
804         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
805         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
806         * src/SDCCglobl.h: unification of WIN32 native definitions
807
808 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann@web.de>
809
810         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
811
812 2003-03-08  Bernhard Held <bernhard@bernhardheld.de>
813
814         * src/configure.in:   check for endianess (even while cross-compiling)
815         * src/configure:      check for endianess (even while cross-compiling)
816         * src/configure_in.h: check for endianess (even while cross-compiling)
817         * src/avr/gen.c:        remove old endianess stuff
818         * src/mcs51/gen.c:      remove old endianess stuff
819         * src/ds390/gen.c:      remove old endianess stuff
820         * src/pic/gen.c:        remove old endianess stuff
821         * src/pic/genarith.c:   remove old endianess stuff
822         * src/pic/glue.c:       fix endianess check
823         * src/pic16/gen.c:      remove old endianess stuff
824         * src/pic16/genarith.c: remove old endianess stuff
825         * src/pic16/glue.c:     fix endianess check
826         * src/xa51/gen.c:       remove old endianess stuff
827         * src/z80/gen.c:        fix endianess check
828         * src/SDCCglue.c:       fix endianess check
829         * src/ds390/peeph.def: fix bug 700036
830
831 2003-03-08  Bernhard Held <bernhard@bernhardheld.de>
832
833         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
834         * src/configure: find appropriate data-types on host for SDCC's int and long
835         * src/configure.in: find appropriate data-types on host for SDCC's int and long
836         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
837         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
838
839 2003-03-07    <johan@balder>
840
841         Just a big NOOP:
842                 some minor cleanups before the big shot
843                 OP_DEFS and OP_USES now use Kevin's protection
844                 new option --nolabelopt
845
846         * src/SDCCBBlock.c:
847         * src/SDCCast.c,:
848         * src/SDCCcflow.c:
849         * src/SDCCcse.c:
850         * src/SDCCicode.c:
851         * src/SDCCicode.h:
852         * src/SDCClabel.c:
853         * src/SDCCloop.c:
854         * src/SDCCmain.c:
855         * src/ds390/ralloc.c:
856         * src/mcs51/ralloc.c:
857         * src/pic/ralloc.c:
858         * src/xa51/ralloc.c:
859         * src/z80/ralloc.c:
860
861 2003-03-06  Bernhard Held <bernhard@bernhardheld.de>
862
863         * src/pic/pcode.c (get_op): fix 64 bit warnings
864         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
865         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
866         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
867         * support/regression/tests/malloc.c: fix 64 bit warnings
868
869 2003-03-04  Bernhard Held <bernhard@bernhardheld.de>
870
871         * src/mcs51/gen.c (genMinus): fixed bug 696436
872
873 2003-03-02  Borut Razem <borut.razem@siol.net>
874
875         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
876
877 2003-02-26  Bernhard Held <bernhard@bernhardheld.de>
878
879         * configure.in: test for mkstemp
880         * sdccconf_in.h: add HAVE_MKSTEMP
881
882 2003-02-24  Bernhard Held <bernhard@bernhardheld.de>
883
884         * device/include/ctype.h: removed warning while using --stack-auto
885         * device/include/malloc.h: removed warning while using --stack-auto
886         * device/include/string.h: removed warning while using --stack-auto
887
888 2003-02-23  Borut Razem <borut.razem@siol.net>
889
890         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
891         because NDEBUG is defined (see man assert)
892         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
893
894 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann@web.de>
895
896         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
897         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
898
899 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann@web.de>
900
901         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
902         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
903
904 2003-02-18    <johan@balder>
905
906         * as/mcs51/asmain.c (asmbl): module can start with a digit
907         * as/z80/asmain.c (asmbl): module can start with a digit
908
909 2003-02-16  Bernhard Held <bernhard@bernhardheld.de>
910
911         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
912         * src/asm.c: fix pipe() for Mingw32
913
914 2003-02-15  Bernhard Held <bernhard@bernhardheld.de>
915
916         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
917         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
918         make -V work again; --c1mode reads now from stdin
919         * doc/sdccman.lyx: added --c1mode
920         * support/Util/SDCCerr.c: new messages for c1 mode
921         * support/Util/SDCCerr.h: new messages for c1 mode
922         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
923
924 2003-02-15    <johan@balder>
925
926         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
927
928 2003-02-14  Bernhard Held <bernhard@bernhardheld.de>
929
930         * doc/sdccman.lyx: Environment variables, -o and other minor things
931
932 2003-02-14    <johan@balder>
933
934         * src/xa51/main.c: before anyone really tries to use it :)
935
936         * Install doc's in share/sdcc/doc
937         * removed some obsolete files
938         * Do a proper make distclean and uninstall
939         M Makefile.common.in
940         R sdccbuild.sh
941         M as/Makefile
942         M device/include/Makefile.in
943         M device/lib/Makefile.in
944         M doc/sdccman.lyx
945         M link/Makefile
946         M sim/ucsim/doc/Makefile.in
947         M src/clean.mk
948         R src/avr/peeph.rul
949         R src/xa51/peeph.rul
950         M support/cpp2/Makefile.in
951         M support/makebin/Makefile
952
953
954 2003-02-13  Bernhard Held <bernhard@bernhardheld.de>
955
956         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
957
958 2003-02-10  Borut Razem <borut.razem@siol.net>
959
960         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
961         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
962         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
963         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
964         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
965         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
966         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
967         src/z80/Makefile.bcc: Borland Makefile cleanup
968         * as/z80/Makefile.bcc: Added Borland Makefile
969         * support/cpp2/borland.h: Removed
970
971 2003-02-10  Bernhard Held <bernhard@bernhardheld.de>
972
973         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js@convergence.de>
974         * src/SDCC.lex: new pragma NOIV
975         * src/SDCCglobl.h: new pragma NOIV
976         * src/SDCCmem.c: new pragma NOIV
977
978 2003-02-09  Bernhard Held <bernhard@bernhardheld.de>
979
980         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
981
982 2003-02-09  Bernhard Held <bernhard@bernhardheld.de>
983
984         * src/SDCCmain.c: signal handling is switched off by --debug
985         * doc/Makefile: small fix for install; use clean.mk again
986         * doc/clean.mk: clean *.pdf and *.html too
987
988 2003-02-08  Bernhard Held <bernhard@bernhardheld.de>
989
990         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
991         * device/lib/printfl.c: fix a ds390 bug by making it portable
992         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
993         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
994         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
995         * debugger/mcs51/cmd.c: converted multi-line string literals
996         * sim/ucsim/globals.cc: converted multi-line string literals
997         * src/SDCCmain.c: introduced signal handler to remove temp files
998         * doc/Makefile: small tweaks, implement clean
999         * doc: removed generated files
1000
1001 2003-02-05  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1002
1003         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
1004         patch from Jan Rejlek <jr@apex-lib.cz> to fix Bug 677692: "Extended
1005         Address Record is not correctly generated for DS390."
1006
1007 2003-02-02  Borut Razem <borut.razem@siol.net>
1008
1009         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
1010         * as/mcs51/asm.h: fixed compilation with Borland C
1011         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
1012         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
1013         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
1014         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
1015         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
1016         src/z80/Makefile.bcc: delete $(LIB) only if exist
1017         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
1018
1019 2003-02-02  Bernhard Held <bernhard@bernhardheld.de>
1020
1021         * device/include/malloc.h: introduced NULL
1022         * device/include/string.h: introduced NULL
1023         * device/include/stdlib.h: introduced NULL
1024         * device/lib/_memcpy.c: removed NULL
1025         * device/lib/_strcat.c: removed NULL
1026         * device/lib/_strchr.c: removed NULL
1027         * device/lib/_strcmp.c: removed NULL
1028         * device/lib/_strcpy.c: removed NULL
1029         * device/lib/_strcspn.c: removed NULL
1030         * device/lib/_strlen.c: removed NULL
1031         * device/lib/_strncat.c: removed NULL
1032         * device/lib/_strncmp.c: removed NULL
1033         * device/lib/_strncpy.c: removed NULL
1034         * device/lib/_strpbrk.c: removed NULL
1035         * device/lib/_strrchr.c: removed NULL
1036         * device/lib/_strspn.c: removed NULL
1037         * device/lib/_strstr.c: removed NULL
1038         * device/lib/_strtok.c: removed NULL
1039         * device/lib/malloc.c: removed NULL, include own header
1040
1041 2003-02-02    <johan@balder>
1042
1043         * src/mcs51/ralloc.c (packForPush): fixed bug #631653, maybe other ports need this too? At least now some new alerts in SDCCBBlock.c and SDCCicode.c gives an early warning
1044         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
1045         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
1046         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
1047         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
1048         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
1049
1050 2003-02-01  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1051
1052         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
1053         area 'DATA'"
1054
1055 2003-02-01    <johan@balder>
1056
1057         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
1058
1059 2003-01-31    <johan@CP255758-A>
1060
1061         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
1062
1063 2003-01-30    <johan@balder>
1064
1065         * src/SDCCBBlock.c: automatic bug detection
1066         * src/SDCCicode.c: automatic bug detection
1067
1068 2003-01-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1069
1070         * src/SDCCglobl.h:   now --xram-size 0 works
1071         * src/SDCCmain.c:    now --xram-size 0 works
1072
1073 2003-01-29    <johan@balder>
1074
1075         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
1076
1077 2003-01-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1078
1079         * as/mcs51/aslink.h: Added options --xram-size and --code-size 
1080         * as/mcs51/lkdata.c: Added options --xram-size and --code-size 
1081         * as/mcs51/lkmain.c: Added options --xram-size and --code-size 
1082         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size 
1083         * src/SDCCglobl.h:   Added options --xram-size and --code-size 
1084         * src/SDCCmain.c:    Added options --xram-size and --code-size 
1085
1086 2003-01-28  Bernhard Held <bernhard@bernhardheld.de>
1087
1088         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
1089         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
1090
1091 2003-01-27    <johan@balder>
1092
1093         * src/SDCC.y: fixed bug #613764
1094
1095 2003-01-26    <johan@balder>
1096
1097         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
1098         * src/SDCCsymt.h: fixed bug #673374
1099         * src/SDCCglue.c: fixed bug #661910
1100         * src/SDCCast.c: fixed bug #458099 and 673374
1101
1102 2003-01-26  Bernhard Held <bernhard@bernhardheld.de>
1103
1104         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
1105         * as/mcs51/strcmpi.h: added
1106         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
1107         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
1108         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
1109         * as/mcs51/assym.c: strcmpi -> as_strcmpi
1110         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
1111         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
1112         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
1113         * as/mcs51/Makefile.aslink: new module strcmpi
1114         * as/mcs51/Makefile.asx8051: new module strcmpi
1115         * as/mcs51/Makefil.bcc: new module strcmpi
1116         * as/mcs51/Makefile.in: new module strcmpi
1117         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
1118
1119 2003-01-26    <johan@balder>
1120
1121         * src/SDCCglue.c: reverted back to 1.124
1122         * src/SDCCast.c: reverted back to 1.156
1123         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
1124
1125 2003-01-25    <johan@balder>
1126
1127         * src/SDCCglue.c: A better fix for bug #661910
1128         * src/SDCCast.c: A better fix for bug #661910
1129         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
1130
1131 2003-01-24  Bernhard Held <bernhard@bernhardheld.de>
1132
1133         * src/Makefile.in: remove spawn.o
1134         * src/SDCCmain.c: remove spawn.h
1135         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
1136         * src/spawn.c: removed
1137         * src/spawn.h: removed
1138         * support/regression/ports/ds390/spec.mk: link with -r
1139
1140 2003-01-24    <johan@CP255758-A>
1141
1142         * src/ds390/gen.c (aopOp): fixed bug #667458
1143         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
1144         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
1145         (createIvalCharPtr): an ival doesn't always have a storage class anymore
1146
1147 2003-01-24  Bernhard Held <bernhard@bernhardheld.de>
1148
1149         * src/mcs51/peeph.def: better assembler identation by Frieder
1150         * src/mcs51/gen.c: better assembler identation by Frieder
1151
1152 2003-01-22  Bernhard Held <bernhard@bernhardheld.de>
1153
1154         * as/z80/string.h: removed for gcc 3.2
1155         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
1156         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
1157
1158 2003-01-19  Bernhard Held <bernhard@bernhardheld.de>
1159
1160         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
1161         * src/SDCCpeeph.c (replaceRule): fix bug #663503
1162         * support/regression/Makefile: separate temp files for ports
1163         * support/regression/generate-cases.py: separate temp files for ports
1164         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
1165         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
1166
1167 2003-01-19  Bernhard Held <bernhard@bernhardheld.de>
1168
1169         * moved tinitalk to device/examples/ds390
1170
1171 2003-01-14  Bernhard Held <bernhard@bernhardheld.de>
1172
1173         * as/mcs51/lkmem.c: rflag is for DS390
1174         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
1175         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
1176                          (linkEdit): move mem- and map-files the same way as ihx-files
1177         * src/z80/main.c (_setDefaultOptions): removed --generic
1178         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
1179         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
1180         * src/pic/glue.c (picglue): --c1mode works again
1181         * src/pic16/glue.c (pic16glue): --c1mode works again
1182         * src/asm.c (printCLine): fix #660034
1183
1184 2003-01-13  Bernhard Held <bernhard@bernhardheld.de>
1185
1186         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia@tin.it>, 1 by Frieder
1187         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
1188         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
1189         * as/mcs51/lkmem (summary): better fix for sp problem
1190         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
1191         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
1192         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
1193                                               remove --stack-after-data
1194
1195 2003-01-12  Bernhard Held <bernhard@bernhardheld.de>
1196
1197         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
1198         * src/SDCCutil.c (join): ugly bug: missing '\0'
1199         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
1200
1201 2003-01-11  Bernhard Held <bernhard@bernhardheld.de>
1202
1203         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
1204         * src/port.h: typo
1205         * src/pic/main.c (_asmCmd): gpasm supports -o
1206         * src/z80/main.c: more general macros
1207         * device/lib/Makefile.in: remove intermediate files
1208
1209 2003-01-11  Bernhard Held <bernhard@bernhardheld.de>
1210
1211         * .version: Bumped version number to 2.3.3
1212         * src/SDCCBBlock.c: new option -o
1213         * src/SDCCglobl.h: new option -o
1214         * src/SDCCglue.c: new option -o
1215         * src/SDCCmain.c: new option -o
1216         * src/asm.c: new option -o
1217         * src/ds390/main.c: new option -o
1218         * src/pic/glue.c: new option -o
1219         * src/pic/pcode.c: new option -o
1220         * src/pic/ralloc.c: new option -o
1221         * src/pic16/glue.c: new option -o
1222         * src/pic16/pcode.c: new option -o
1223         * src/pic16/ralloc.c: new option -o
1224         * src/z80/main.c: new option -o
1225         * device/lib/Makefile.in: use -o
1226         * support/regression/ports/ds390/spec.mk: use -o
1227         * support/regression/ports/gbz80/spec.mk: use -o
1228         * support/regression/ports/mcs51/spec.mk: use -o
1229         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
1230         * support/regression/ports/z80/spec.mk: use -o
1231         * support/regression/ports/ucz80/spec.mk: use -o
1232         * support/regression/ports/xa51/spec.mk: use -o
1233         * support/regression/fwk/lib/timeout.c: fix usage string
1234
1235 2003-01-09  Bernhard Held <bernhard@bernhardheld.de>
1236         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia@tin.it>
1237         
1238 2003-01-07    <johan@balder>
1239
1240         * src/SDCCast.c (decorateType): fixed bug #600035
1241
1242 2003-01-07  Bernhard Held <bernhard@bernhardheld.de>
1243         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
1244         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
1245         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
1246         * src/pic/pcode.c: outcommented unused variable to remove warnings
1247         * src/pic/ralloc.c: outcommented unused variable to remove warnings
1248
1249 2003-01-06    <karl@turbobit.com>
1250         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
1251    regression tests.
1252
1253 2003-01-06    <johan@balder>
1254
1255         * src/SDCCicode.c: fixed array add
1256
1257 2002-01-05  Bernhard Held <bernhard@bernhardheld.de>
1258         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
1259         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
1260
1261 2003-01-04    <johan@balder>
1262
1263         * src/SDCCval.c (getNelements): fixed the initialized array of structures
1264
1265 2002-12-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1266         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
1267
1268 2002-12-28  Bernhard Held <bernhard@bernhardheld.de>
1269         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann@web.de>
1270         * support/regression/tests/bug-524697.c: fit mem usage into 8032
1271
1272 2002-12-28  Bernhard Held <bernhard@bernhardheld.de>
1273         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
1274
1275 2002-12-27  Bernhard Held <bernhard@bernhardheld.de>
1276         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
1277
1278 2002-12-26  Bernhard Held <bernhard@bernhardheld.de>
1279         * src/mcs51/main.c: removed {bindir}{sep} from aslink
1280
1281 2002-12-10  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1282
1283     * in \sdcc\as\mcs51\ changed these files in order to create an
1284     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
1285     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the 
1286     following files to include the previous two files: aslink.dsp,
1287     Makefile.aslink, Makefile.bcc, and Makefile.in.
1288
1289     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
1290     .adb instead of .cdb
1291     
1292 2002-11-09  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1293
1294         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
1295         value from option --iram-size.
1296
1297 2002-09-20  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1298
1299         * \sdcc\as\mcs51\lklist.c: added boundary check before using
1300         dram[] array.
1301
1302 2002-09-18    <wiml@hhhh.org>
1303
1304         * SDCClrange.h: exposed setFromRange() and setToRange()
1305         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
1306           packRegsForAccUse() (bug 542397)
1307         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
1308           multiple times and emitting the fetch operations more than once
1309           added aopGetUsesAcc() function to allow binary operators to
1310           fetch their operands in the correct order; made genMinus() emit
1311           compact code for X = LITERAL - Y 
1312
1313 2002-09-00  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1314         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
1315         sprintf() in line 1267.
1316
1317 2002-09-08  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1318         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
1319         like ports.
1320
1321 2002-09-04  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
1322         Changes to aslink (All the changes are marked with 'JCF'):
1323
1324         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
1325         summary().
1326
1327         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
1328         area BSEG.  Also moves, if possible, the DATA area down into the internal
1329         ram so more space is available.
1330
1331         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
1332         sflag.
1333
1334         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
1335         not bytes.  Function summary() which creates a memory usage summary
1336         file with extension .mem.  Reports of overlaping stack and small stack
1337         size.  If the space for the stack is less than 16 bytes aslink trows a
1338         warning.
1339         
1340         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
1341         the 8051.  Option 'y' for memory summary output file.
1342
1343         Changes to sdcc (All the changes are marked with 'JCF'):
1344
1345         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
1346
1347         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
1348         overlaying area for it (uses RegBankUsed[4]).
1349
1350         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
1351         bank zero as used by default.  By default aslink locates the stack
1352         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
1353         the creation of the .mem file.  Delegates the allocation of data area
1354         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
1355         the begining of the stack area to aslink.
1356
1357         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
1358         glue() in SDCCglue.c creates an area for it.
1359         
1360 2002-09-03  Borut Razem <borut.razem@siol.net>
1361         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
1362         sdcc/src/pic/glue.c:
1363         introduced atexit() handler for teporay files removal in case of
1364         errors, assertions, ...
1365
1366 2002-08-29  Borut Razem <borut.razem@siol.net>
1367         * sdcc/support/cpp2/auto-host_vc_in.h:
1368         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
1369         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
1370         Maybe there is a similar problem with BORLANDC? It should be checked!
1371
1372         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
1373         corrected improper use of assert: the assignment to clr variable was done inside the assert.
1374         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
1375         was not executed, and the compiler (cl) launched a warning:
1376         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
1377
1378 2002-08-28  Bernhard Held <bernhard@bernhardheld.de>
1379         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
1380
1381 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem@siol.net>
1382         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
1383
1384         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
1385           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
1386           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
1387           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
1388           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
1389           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
1390           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
1391         - added Release configuration in VS projects
1392         - review of compiler an linker options
1393         - VC .exe files are generated in bin_vc directory, not to interfere
1394           with binaries generated from other projects (cygwin, mingw, bcc ...)
1395
1396         * sdcc/src/yacc.dsp: added
1397
1398         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
1399         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
1400         and insert the version number definitions from .version 
1401
1402         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
1403
1404         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
1405         added - genarate auto-host.h using auto-host_vc_in.h as template
1406
1407         * sdcc/sdcc_vc.h,
1408         removed from CVS, generated automatically
1409
1410 2002-08-25  Bernhard Held <bernhard@bernhardheld.de>
1411         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
1412
1413 2002-08-11  Borut Razem <borut.razem@siol.net>
1414         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
1415
1416 2002-08-10  Borut Razem <borut.razem@siol.net>
1417         * src/SDCCmain.c (main):
1418         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
1419         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
1420         The consequence was that some temporary files were not removed.
1421
1422         * src/SDCCglue.c:
1423         unification of code in functions tempfilename() and tempfile():
1424         function tempnam() is defined in Visual Studio 6.0 and .NET
1425
1426         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
1427
1428         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
1429           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
1430         - removed compiler command line option /WX: Treats all warnings as errors
1431         - update a list of source files, included into the project
1432
1433         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
1434           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
1435         changed project type to Generic Project so that can be correcly converted to VS.NET project
1436
1437         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
1438
1439         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
1440
1441         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
1442
1443         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
1444         added return 0 statements after assert() to make compiler happy
1445
1446         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
1447         added newline in the def file to keep MSC compiler satisfied
1448
1449         * sdcc/src/z80/gen.c:
1450         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
1451           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
1452         - solved MSC error in function aopDump()
1453
1454         * sdcc_vc.h: define PREFIX as "\\sdcc"
1455
1456 2002-07-18  Bernhard Held <bernhard@bernhardheld.de>
1457         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
1458
1459 2002-06-22  Scott Dattalo <scott@dattalo.com>
1460         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced. 
1461         - Rewrote the register banking algorithm. 
1462         - Added pCode live-range analysis to registers (for now, only non-used and 
1463         singly-used registers optimized away)
1464
1465         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
1466
1467         * support/scripts/inc2h.pl Kevin L. Pauba <klpauba@cox.net> submitted this perl script for converting MicroChip include files into SDCC Pic include files.
1468         
1469 2002-05-10  Scott Dattalo <scott@dattalo.com>
1470         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
1471         
1472 2002-04-22  Michael Hope  <michaelh@vroom>
1473
1474         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
1475
1476         * configure.in (DD_COPT): Added include support required for gbdk.
1477
1478         * .version: Bumped version number just to increase it.
1479
1480         * src/SDCCmain.c: Added -nostdinc to the default options.
1481
1482 2002-04-15  Michael Hope  <michaelh@vroom>
1483
1484         * device/lib/z80/printf.c (sprintf): Added.
1485
1486         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
1487
1488         * src/z80/peeph.def: Added transpose redundent load rule.
1489
1490         * src/z80/main.c: Added force callee saves for jaune.
1491
1492         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
1493
1494         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
1495
1496 2002-03-28  Johan Knol  <johan@balder>
1497
1498         * src/SDCCval.c: fixed bug #532436
1499
1500 2002-03-14  Scott Dattalo <scott@dattalo.com>
1501         * /src/port.h:
1502         Added "char *Processor" field to the port structure.
1503
1504         * /src/SDCCmain.c:
1505         Added -p option. Allows port dependent processor to be specified.
1506
1507         * all ports:
1508         Initialized the new field char *Processor field to NULL in all ports
1509
1510         * /src/pic/*:
1511         Compiler generated registers for interrupt context saving
1512         were not getting allocated.
1513                 
1514 2002-03-16  Sandeep Dutta  <sandeep@ddi.com>
1515
1516         * /src/SDCCast.c:
1517         Fixed left shift. Will promote the left side of a left shift
1518         if a) left shifting more than size of operand or b) when assigned
1519         to something size > size of left side
1520
1521 2002-03-14  Scott Dattalo <scott@dattalo.com>
1522         * src/pic/*
1523         tons of changes. Register allocation has been 
1524         rewritten. Added customization for the various PICs. Flow
1525         analysis is restructured. ...
1526
1527         * src/pic/device.h:
1528         Added
1529
1530         * src/pic/device.c:
1531         Added. device.c is a PIC port hack to accomodate variations
1532         in PIC devices.
1533
1534 2002-03-13  Michael Hope  <michaelh@vroom>
1535
1536         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
1537
1538 2002-03-04  johanknol  <johanknol@manik>
1539
1540         * /src/SDCCval.c: fixed
1541
1542         const unsigned char arr[][2] = { { 0, 1 } };
1543         t18.c:1: error: Initializer element is not constant
1544
1545 2002-03-04  bela  <bela@manik>
1546
1547         * /device/include/mcs51reg.h:
1548         ds89c420 register definition update
1549
1550 2002-03-03    <johan@FRIJA>
1551
1552         * support/Util/SDCCerr.c: did something, but don't no why anymore
1553
1554         * support/regression/tests/bug-524691.c: made it a little less shy 
1555
1556         * src/SDCCast.c (decorateType): fixed bug #524697
1557
1558         * src/SDCCast.c: made some lineno improvements
1559
1560         * src/SDCCval.c (getNelements): changed warning to error
1561
1562         * src/SDCCglue.c (printIvalArray): changed warning to error
1563
1564         * src/SDCCicode.c: fixed a warning for mingw
1565
1566         * src/SDCCast.c (decorateType): fixed the << promotion for ops
1567
1568         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
1569
1570 2002-03-02  Sandeep Dutta  <sandeep@ddi.com>
1571
1572         * src/ds390/peeph.def:
1573         Added some more peephole rules
1574
1575         * src/ds390/gen.c: Various fixes & enhancements
1576
1577         * src/SDCClrange.c, src/SDCClrange.h:
1578         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
1579
1580         * src/ds390/ralloc.c:
1581         various fixes & enhancements (ds390) specific
1582
1583         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
1584         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
1585         from rallocs.
1586
1587         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
1588
1589 2002-03-02    <johan@FRIJA>
1590
1591         * src/SDCCast.c (decorateType): fixed bug #524708
1592
1593         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
1594
1595         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
1596
1597 2002-03-01  Michael Hope  <michaelh@vroom>
1598
1599         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
1600
1601         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
1602
1603 2002-03-01    <johan@FRIJA>
1604
1605         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
1606
1607         * src/SDCCast.c (decorateType): fixed bug #524209
1608
1609         * src/SDCCval.c (valNot): fixed bug #524195
1610
1611 2002-02-26    <johan@balder>
1612
1613         * src/xa51/gen.c: fixed a warning
1614
1615         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
1616
1617         * src/SDCCast.c (decorateType): fixed bug #522534
1618
1619 2002-02-23    <johan@balder>
1620
1621         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
1622
1623 2002-02-22    <johan@balder>
1624
1625         * src/SDCCast.c: fixed bug #514865
1626
1627         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
1628
1629 2002-02-21  Sandeep Dutta  <sandeep@ddi.com>
1630
1631         * sdcc/src/SDCCloop.c:
1632         Previous fix was not good. basic blocks that have "break" or "return" are
1633         not really partof a loop , but live ranges used in these blocks should
1634         be live thru the entire loop, so set partOfLoop but don't add them to
1635         loop region
1636
1637 2002-02-21    <johan@FRIJA>
1638
1639         * src/SDCCcse.c: fixed bug #514308
1640
1641 2002-02-20  Sandeep Dutta  <sandeep@ddi.com>
1642
1643         * src/SDCCloop.c:
1644         Fixed BUG #519583. If a conditional block ended in a return/break
1645         statement inside a loop, it was not being considered part of the loop.
1646
1647         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
1648
1649 2002-02-10  Karl Bongers <karl@turbobit.com>
1650
1651         * debugger/*:
1652         Fixed up SDCDB debugger somewhat.  Updated debugger/README
1653         with lots of comments and notes.
1654
1655         * device/examples/test2.c:
1656         Fix bug, "red" variable not being initialized(compiler complained).
1657
1658         * device/examples/Makefile, examples/test3.c:
1659         Add Makefile in device/examples folder, compiles test3.c
1660         for use as a multiple module SDCDB test case.
1661
1662         * sim/ucsim/cmd.src/cmdset.cc:
1663         Took out debug printfs in ucsim "next" command.
1664
1665         * sim/ucsim/xa.src:
1666         Karl and Johan start ucsim XA support.  Most dissassembly working,
1667         about 75% emulation done(plenty of work remaining).
1668
1669         * sim/ucsim/z80.src:
1670         Add Z80 support to ucsim, add test-ucz80 regression test,
1671         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
1672         Notice z80 compiler fails on examples/test3.c/crc code.
1673
1674 2002-01-30  Sandeep Dutta  <sandeep@ddi.com>
1675
1676         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
1677         Added support for --parms-in-bank1
1678
1679         * src/ds390/peeph.def:
1680         added a few more peephole optimzations
1681
1682         * src/ds390/main.c:
1683         1) added __builtin_inp & __builtin_outp used to read in data of given length
1684            from a memory mapped port
1685         2) added __builtin_memcmp
1686         3) added __builtin_swapw swap bytes of a short
1687
1688         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
1689         1) handle multiple send & receives from register bank1
1690         2) ralloc can now allocate DPTR1 to some liveRanges
1691
1692         * src/SDCCsymt.c, src/SDCCsymt.h:
1693         changes to handle multiple sends & receives
1694
1695         * src/SDCCptropt.h:
1696         added some pointer arithmetic optimization
1697
1698         * src/SDCCptropt.c:
1699         added some pointer arithmetic optimizations but not stable yet so not
1700         called from anywhere (will get this working shortly)
1701
1702         * src/SDCCopt.c: fixed for multiple sends & receives
1703
1704         * src/SDCCmain.c:
1705         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
1706         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
1707            set preprocessor defines (depending on options)
1708
1709         * src/SDCCicode.c, src/SDCCicode.h:
1710         changes made to handle multiple sends & receives
1711
1712         * src/SDCCglobl.h:
1713         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
1714
1715         * src/SDCCcse.c, src/SDCCcse.h:
1716         added function findbackward def (to be used in upcoming optimization)
1717
1718         * src/SDCCcflow.c, src/SDCCcflow.h:
1719         added function returnAtEnd - to determine if a basic block terminates with
1720         a RETURN iCode
1721
1722         * src/SDCCast.c, src/SDCCast.h:
1723         added option parms-in-bank1
1724
1725         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c 
1726         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c 
1727         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
1728         adjusted for --parms-in-bank1 option
1729
1730         * device/include/string.h:
1731         donot redefine "reentrant" keyword
1732
1733         * device/include/ds80c390.h: Added some more SFRs
1734
1735 2002-01-28  Bernhard Held  <bernhard@bernhardheld.de>
1736
1737         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4 
1738
1739 2002-01-26  Bernhard Held  <bernhard@bernhardheld.de>
1740
1741         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
1742
1743 2002-01-22  Bernhard Held  <bernhard@bernhardheld.de>
1744
1745         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
1746
1747 2002-01-18  Paul Stoffregen  <paul@pjrc.com>
1748
1749         * Added --xram-movc option
1750
1751 2002-01-13  Bernhard Held  <bernhard@bernhardheld.de>
1752
1753         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
1754
1755 2002-01-11  Johan Knol
1756
1757         * Added math lib of Jesus Calvino-Fraga
1758
1759 2002-01-08  Bernhard Held  <bernhard@bernhardheld.de>
1760
1761         * src/SDCCmain.c (processFile): fix processing of ../../src.c
1762         * support/regression/Makefile: new target test-mcs51-stack-auto
1763         * support/regression/ports/mcs51-stack-auto/spec.mk: added
1764
1765 2002-01-04  Bernhard Held  <bernhard@bernhardheld.de>
1766
1767         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
1768
1769 2002-01-04  Bernhard Held  <bernhard@bernhardheld.de>
1770
1771         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
1772
1773 2002-01-03  Bernhard Held  <bernhard@bernhardheld.de>
1774
1775         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
1776
1777         * src/SDCCglue.h: add definition for printIvalChar()
1778
1779 2002-01-02  Bernhard Held  <bernhard@bernhardheld.de>
1780
1781         * src/SDCCast.c: fix #498138 by Johan
1782
1783         * src/SDCCglue.c: fix #498138 by Johan
1784
1785 2002-01-02  Bernhard Held  <bernhard@bernhardheld.de>
1786
1787         * support/regression/Makefile: fix clean
1788
1789         * support/regression/ports/ds390/support.c: fix transmission of last character
1790
1791 2001-12-29  Sandeep Dutta  <sandeep@ddi.com>
1792
1793         * /sdcc/src/ds390/gen.c:
1794         a) improved computing address of stack variable
1795         b) took out some #if 0 code
1796         c) improved parmBytes adjustment
1797         d) improved genPlusIncr & genMinusIncr
1798         e) genCmp could generate bad code (when left assigned to DPTR)
1799         f) Fixed bug in hasInc
1800
1801         * /sdcc/src/ds390/ralloc.c:
1802         a) packRegsForSupport could mess up live information (Fixed)
1803         b) packRegsDPTRuse could be incorrect for left & right shift
1804
1805         * /sdcc/src/mcs51/ralloc.c:
1806         packRegsForSupport could mess up the live information (Fixed)
1807
1808         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
1809
1810         * /sdcc/src/SDCCast.c:
1811         can reverse a loop even if function call is present as long
1812         as the loop control variable is local & is not passed as parameter
1813
1814 2001-12-24  Sandeep Dutta  <sandeep@ddi.com>
1815
1816         * /sdcc/ChangeLog: *** empty log message ***
1817
1818         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
1819         More builtin function additions for TININative
1820
1821         * /sdcc/src/ds390/ralloc.c:
1822         Had broken the regression testsuite
1823
1824         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
1825
1826         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
1827         Added funcattr hasStackParms will be set for reentrant functions when there
1828         are paramteres on the stack, this helps in minimizing frame pointer generation
1829         typeFromStr can handle function pointers now
1830
1831         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
1832         *** empty log message ***
1833
1834 2001-12-24  Sandeep Dutta  <sandeep@ddi.com>
1835
1836         * /src/ds390/gen.c, /src/ds390/main.c:
1837         More builtin function additions for TININative
1838
1839         * /src/ds390/ralloc.c:
1840         Had broken the regression testsuite
1841
1842         * /src/SDCCast.c: Fixed a bug in dumptree
1843
1844         * /src/SDCCsymt.c, /src/SDCCsymt.h:
1845         Added funcattr hasStackParms will be set for reentrant functions when there
1846         are paramteres on the stack, this helps in minimizing frame pointer generation
1847         typeFromStr can handle function pointers now
1848
1849         * /doc/builtins.txt, /doc/TININative.txt:
1850         *** empty log message ***
1851
1852
1853 2001-12-24  Sandeep Dutta  <sandeep@ddi.com>
1854
1855         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
1856         ALPHA version for -mTININative
1857
1858         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
1859         updated to reflect changes in the port structure
1860
1861         * /src/port.h:
1862         added function do_assemble (similar to do_link) if non-null this function
1863         will be called to do assembly (-mTININative) requires a multi command
1864         assembly
1865         added function genAssemblerEnd will be called to generate assembler Epilogue
1866
1867         * /src/SDCCsymt.c:
1868         added _JavaNative to debug info printing
1869
1870         * /src/SDCCmain.c: added option --tini-libid
1871         added port->do_assemble function (-mTININative) has a multi command assemble
1872
1873         * /src/SDCCglue.c: Disabled "constExpr" check
1874         added port->genAssemblerEnd function
1875
1876         * /src/SDCCglobl.h: Added option --tini-libid value
1877
1878         * /src/SDCCast.h:
1879         tookout optimizeCompare from the header (has no external references)
1880
1881         * /src/SDCCast.c: made one more function "static"
1882
1883 2001-12-23  Michael Hope  <michaelh@juju.net.nz>
1884
1885         * src/z80/mappings.i: Added z80asm support.
1886
1887         * src/z80/main.c: Added z80asm support on --asm=z80asm
1888
1889         * src/z80/gen.c: Fixed asm portability issues.
1890
1891         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
1892
1893         * src/SDCCglue.c (printExterns): Added global/extern split.
1894
1895 2001-12-17  Bernhard Held  <bernhard@bernhardheld.de>
1896
1897         * support/regression/Makefile: added test for mcs51 model large
1898
1899         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
1900
1901         * support/regression/ports/gbz80/spec.mk: added -mgbz80
1902
1903 2001-12-05  Michael Hope  <michaelh@juju.net.nz>
1904
1905         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
1906
1907 1904-01-06  Michael Hope  <michaelh@juju.net.nz>
1908
1909         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
1910
1911         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
1912
1913 2001-12-02  Bernhard Held  <bernhard@bernhardheld.de>
1914
1915         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
1916
1917         * support/regression/tests/simplefloat.c: Port to mcs51.
1918
1919 2001-11-25  Michael Hope  <michaelh@juju.net.nz>
1920         * support/regression/tests/bug-485362.c: Added.
1921
1922         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
1923
1924         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
1925
1926         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
1927
1928         * src/z80/gen.c (aopDump): Added a dump function.
1929
1930 2001-11-25  Bernhard Held  <bernhard@bernhardheld.de>
1931         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
1932
1933         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
1934
1935         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
1936
1937         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
1938
1939         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
1940
1941         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
1942
1943         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
1944
1945         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
1946
1947         * support/regression/ports/ds390/support.c: Use tinibios.
1948
1949         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
1950
1951 2001-11-23  Michael Hope  <michaelh@juju.net.nz>support/regression/tests/bug-460010.c
1952
1953         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
1954         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
1955
1956         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
1957
1958         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
1959
1960 2001-11-18  Michael Hope  <michaelh@juju.net.nz>
1961
1962         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
1963
1964         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
1965         (packRegsForIYUse): Created and optimised.
1966
1967 2001-11-07  Michael Hope  <michaelh@juju.net.nz>
1968
1969         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
1970 2001-11-18  Bernhard Held  <bernhard@bernhardheld.de>
1971
1972         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
1973
1974         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
1975
1976         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
1977
1978 2001-11-07  Bernhard Held  <bernhard@bernhardheld.de>
1979
1980         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
1981
1982         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
1983
1984 2001-11-07  Bernhard Held  <bernhard@bernhardheld.de>
1985
1986         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
1987
1988         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
1989
1990         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
1991
1992 2001-11-07  Michael Hope  <michaelh@juju.net.nz>
1993
1994         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
1995         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
1996         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
1997
1998         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
1999
2000         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
2001         (genNotFloat): Added.
2002         (genUminusFloat): Added.
2003
2004         * device/lib/z80/Makefile: Added floating pt stubs.
2005
2006         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
2007
2008         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
2009
2010         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
2011
2012 2001-11-07  Bernhard Held  <bernhard@bernhardheld.de>
2013
2014         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
2015
2016         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
2017
2018         * sdcc/support/regression/Makefile: Add port ds390.
2019
2020         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
2021
2022         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
2023
2024         * sdcc/support/regression/ports/ds390/spec.mk: Added.
2025
2026         * sdcc/support/regression/ports/ds390/support.c: Added.
2027
2028         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
2029
2030         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
2031
2032         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
2033
2034 2001-11-04  Michael Hope  <michaelh@juju.net.nz>
2035
2036         * device/include/malloc.h: Added z80 and gbz80 support.
2037
2038         * device/lib/gbz80/heap.s: Added.
2039
2040         * device/lib/z80/heap.s: Added.
2041
2042         * device/lib/malloc.c: Added z80 and gbz80 support.
2043
2044         * support/regression/tests/malloc.c (testMalloc): Added.
2045
2046         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
2047
2048         * support/regression/tests/bug-478094.c: Added.
2049
2050         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
2051
2052 2001-11-04  Bernhard Held  <bernhard@bernhardheld.de>
2053
2054         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
2055
2056         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
2057
2058         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
2059
2060         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
2061
2062         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
2063
2064 2001-11-04  Michael Hope  <michaelh@juju.net.nz>
2065
2066         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
2067
2068 2001-11-03  Michael Hope  <michaelh@juju.net.nz>
2069
2070         * support/regression/tests/bug-477927.c: Added.
2071
2072         * src/z80/peeph.def: Added minor rules.
2073
2074         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
2075
2076         * src/z80/peeph.def: Added jump optimisation modification.
2077
2078 2001-11-01  Michael Hope  <michaelh@juju.net.nz>
2079
2080         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
2081
2082 2001-10-30  Michael Hope  <michaelh@juju.net.nz>
2083
2084         * support/regression/tests/funptrs.c: Added.
2085
2086 2001-10-29  Michael Hope  <michaelh@juju.net.nz>
2087
2088         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
2089
2090 2001-10-28  Michael Hope  <michaelh@juju.net.nz>
2091
2092         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
2093
2094         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
2095
2096         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
2097         (movLeft2ResultLong): Created.
2098
2099         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
2100         (joinPushes): Added.  Joins two char pushes into a word push.
2101
2102 2001-10-27  Michael Hope  <michaelh@juju.net.nz>
2103
2104         * support/cpp2/Makefile.in (install): Added creation of dest dir.
2105
2106         * support/makebin/Makefile (install): Added creation of dest dir.
2107
2108 2001-10-24 Karl Bongers <karl@turbobit.com>
2109
2110         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
2111
2112 2001-10-21  Michael Hope  <michaelh@juju.net.nz>
2113
2114         * src/z80/ralloc.c: Turned off faulty pack for one use.
2115
2116         * src/z80/peeph-gbz80.def: Removed redundent restart options.
2117
2118         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
2119
2120 2001-10-21  Bernhard Held  <bernhard@bernhardheld.de>
2121
2122         * support/regression/Makefile: Improved clean
2123
2124         * support/regression/ports/gbz80/spec.mk: Added clean
2125
2126         * support/regression/ports/host/spec.mk: Added clean
2127
2128         * support/regression/ports/z80/spec.mk: Added clean
2129
2130         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
2131
2132         * support/regression/ports/mcs51/timeout.c: little improvements
2133
2134 2001-10-17  Michael Hope  <michaelh@juju.net.nz>
2135
2136         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
2137
2138         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
2139
2140         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
2141
2142 2001-10-16  Bernhard Held  <bernhard@bernhardheld.de>
2143
2144         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
2145
2146         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
2147
2148 2001-10-13  Michael Hope  <michaelh@juju.net.nz>
2149         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
2150
2151         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
2152
2153         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
2154
2155         * src/mcs51/main.c (_linkCmd): Added bin path to command.
2156
2157         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
2158
2159         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
2160
2161         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
2162
2163         * support/regression/tests/longor.c: Added.
2164
2165 2001-10-11  Bernhard Held  <bernhard@bernhardheld.de>
2166
2167         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
2168
2169         * as/mcs51/aslink.h: define PATH_MAX
2170
2171         * as/mcs51/asm.h: define PATH_MAX
2172
2173         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
2174
2175         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
2176
2177         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
2178
2179         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
2180
2181         * src/SDCCglobl.h: define PATH_MAX
2182
2183         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
2184
2185         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
2186
2187 2001-10-11  Michael Hope  <michaelh@juju.net.nz>
2188
2189         * src/z80/gen.c (gencjneshort): Fixed
2190
2191         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
2192
2193 2001-10-09  Michael Hope  <michaelh@juju.net.nz>
2194
2195         * support/regression/tests/bug-469671.c: Added.
2196
2197         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
2198
2199 2001-10-08  Michael Hope  <michaelh@juju.net.nz>
2200
2201         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
2202
2203         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
2204
2205 2001-10-08  Bernhar Held  <bernhard@bernhardheld.de>
2206
2207         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
2208
2209         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
2210
2211         * src/device/lib/_mullong.c : removed hint: nooverlay bug
2212
2213         * src/device/lib/_divuint.c : removed hint: nooverlay bug
2214
2215         * src/device/lib/_divulong.c: removed hint: nooverlay bug
2216
2217         * src/device/lib/_moduint.c : removed hint: nooverlay bug
2218
2219         * src/device/lib/_modulong.c: removed hint: nooverlay bug
2220
2221 2001-10-07  Michael Hope  <michaelh@juju.net.nz>
2222
2223         * src/z80/gen.c (setupPair): Added 'extended stack' support for the z80.  Can now have local variables or parameters of more than 127 bytes in size.  Increadibly slow, but it will work.  Currently anything involving the carry flag.
2224
2225         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
2226
2227         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
2228
2229 2001-10-07    <johan@FRIJA>
2230
2231         * device/lib/gets.c (gets): fixed the return value.
2232
2233 2001-10-06  Michael Hope  <michaelh@juju.net.nz>
2234         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
2235
2236         * src/SDCCpeeph.c (peepHole): Fixed all leaks.  Added trace support for freeing lines.  Optimised restart logic to re-run instead of restart.  Now compiles dscan.c on ~60MB instead of ~200MB.
2237
2238         * support/Util/NewAlloc.c: Added ability to use libgc instead of malloc.  Added Safe_free and Safe_strdup.  Added trace support where you can log allocations and free all at once.
2239
2240         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
2241
2242         * src/pic/gen.c: Removed Safe_strdup.
2243
2244         * configure.in: Added option to enable libgc support.
2245
2246         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
2247         (bitVectUnion): Optimised.
2248         (bitVectIntersect): Optimised.
2249         (bitVectBitsInCommon): Optimised.
2250         (bitVectCplAnd): Optimised.
2251
2252         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
2253
2254 2001-10-03 Bernhard Held <bernhard@bernhardheld.de>
2255
2256         * src/SDCCmain.c: distinguish between assembler debug and plain options
2257
2258         * src/avr/main.c:   remove standard assembler options
2259
2260         * src/ds390/main.c: remove standard assembler options
2261
2262         * src/mcs51/main.c: remove standard assembler options
2263
2264         * src/port.h: removed "PENDING" comment
2265
2266 2001-10-03 Bernhard Held <bernhard@bernhardheld.de>
2267
2268         * src/device/lib/_mulint.c  : new, with assember functions
2269
2270         * src/device/lib/_mullong.c : new, with assember functions
2271
2272         * src/device/lib/_divuint.c : with assember functions
2273
2274         * src/device/lib/_divsint.c : with assember functions
2275
2276         * src/device/lib/_divulong.c: with assember functions
2277
2278         * src/device/lib/_divslong.c: with assember functions
2279
2280         * src/device/lib/_moduint.c : with assember functions
2281
2282         * src/device/lib/_modsint.c : with assember functions
2283
2284         * src/device/lib/_modulong.c: with assember functions
2285
2286         * src/device/lib/_modslong.c: with assember functions
2287
2288         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
2289
2290         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
2291
2292         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
2293                                       replaced _mululong.c and _mulslong.c by _mullong.c
2294
2295 2001-10-03 Bernhard Held <bernhard@bernhardheld.de>
2296
2297         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
2298
2299 2001-10-01 Bernhard Held <bernhard@bernhardheld.de>
2300
2301         * src/SDCCglue.c: test, if win32api is available for MINGW
2302
2303 2001-10-01 Bernhard Held <bernhard@bernhardheld.de>
2304
2305         * src/SDCCsymt.c: no more _modifier in printTypeChain()
2306         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
2307         * support/regression/ports/gbz80/spec.mk: removed GENERIC
2308         * support/regression/ports/host/spec.mk: removed GENERIC
2309         * support/regression/ports/mcs51/spec.mk: removed GENERIC
2310         * support/regression/ports/z80/spec.mk: removed GENERIC
2311
2312 2001-10-01  Michael Hope  <michaelh@juju.net.nz>
2313
2314         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
2315
2316         * support/regression/tests/bug-467035.c: Created.
2317
2318 2001-10-01    <johan@FRIJA>
2319
2320         * src/SDCC.y: fixed bug #466586 part 1
2321
2322 2001-10-01  Johan Knol <johan.knol@iduna.nl>
2323
2324         * SDCCicode.c: z80 has no generic pointers
2325         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
2326         
2327 2001-09-30  Michael Hope  <michaelh@juju.net.nz>
2328
2329         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
2330
2331 2001-09-29  Michael Hope  <michaelh@juju.net.nz>
2332
2333         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
2334
2335         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
2336
2337 2001-09-25  Michael Hope  <michaelh@juju.net.nz>
2338
2339         * configure.in: Fixed up so that ucsim is only configured once.
2340
2341         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
2342
2343         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
2344         (getPathDifference): As above.
2345
2346         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
2347
2348         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
2349
2350 2001-09-23  Michael Hope  <michaelh@juju.net.nz>
2351         * .version: Updated to 2.3.1
2352
2353         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
2354         Added copyright header.
2355
2356         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
2357         (assemble): Added support for macro based assembler commands.
2358         (linkEdit): Added support for macro based linker commands.
2359         (preProcess): Changed the pre-processor to use macros.
2360         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
2361         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
2362
2363         * device/lib/z80/crt0.s: Added module name for debugging.
2364
2365 2001-09-20  Michael Hope  <michaelh@juju.net.nz>
2366
2367         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
2368
2369         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
2370
2371         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
2372
2373         * src/Makefile.in: Added SDCCmacro and SDCCutil
2374
2375 2001-09-19  Michael Hope  <michaelh@juju.net.nz>
2376
2377         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
2378
2379 2001-09-16    <johan@FRIJA>
2380
2381         * support/Util/SDCCerr.c: fixed up the error/warning/info database. I only changed the E_ W_ I_ prefix to what SDCCerr.c says it is.
2382
2383 2001-09-15    <johan@FRIJA>
2384
2385         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
2386         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
2387
2388 2001-09-11    <johan@FRIJA>
2389
2390         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
2391
2392 2001-09-10  Michael Hope  <michaelh@juju.net.nz>
2393
2394         * support/regression/tests/bug-460444.c: Added test case.
2395
2396         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
2397         (genCast): Added justification for all of the asserts.
2398
2399 2001-09-10  Bernhard Held <bernhard@bernhardheld.de>
2400
2401         * support/regression/support.c: _xdata replaced by xdata
2402
2403         * support/regression/spec.mk: removed _generic
2404
2405 2001-09-09  Michael Hope  <michaelh@juju.net.nz>
2406
2407         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
2408
2409         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
2410         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
2411
2412         * src/z80/peeph.def: Added a rule to optimise shift then compare.
2413
2414         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
2415
2416         * support/regression/tests/bug-460010.c: Added test case.
2417
2418         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
2419
2420 2001-09-09  Bernhard Held <bernhard@bernhardheld.de>
2421
2422         * support/regression/Makefile: inter-port-clean adjusted for mcs51
2423
2424         * support/regression/testfwk.c: removed workaround for bug #436344
2425
2426         * support/regression/tests/bp.c: use less memory with mcs51
2427
2428         * support/regression/tests/bug-441448.c: use less memory
2429
2430         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
2431
2432         * support/regression/collate-results.py: typo
2433
2434 2001-09-08  Michael Hope  <michaelh@juju.net.nz>
2435
2436         * support/regression/tests/fetchoverlap.c: Added new test case.
2437
2438         * support/regression/tests/bp.c: Added new test case.
2439
2440         * support/regression/tests/bug-448984.c: Added new test case.
2441
2442         * support/regression/tests/pow2shifts.c: Added new test case.
2443
2444         * src/z80/gen.c: Turned off the noise it normally generates for the release.
2445         (genlshTwo): Fixed right shift for count > 8.
2446
2447         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
2448
2449 2001-09-08    <johan@FRIJA>
2450
2451         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
2452
2453 2001-09-07    <johan@FRIJA>
2454
2455         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
2456
2457         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
2458
2459 2001-09-06    <johan@FRIJA>
2460
2461         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
2462         * bernhard noted me at this: "() equals to (void)" (1.38)
2463
2464 2001-09-05    <johan@FRIJA>
2465
2466         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
2467
2468 2001-09-04    <johan@FRIJA>
2469
2470         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
2471
2472
2473 2001-09-04  Paul Stoffregen  <paul@pjrc.com>
2474
2475         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
2476
2477 2001-09-03  Michael Hope  <michaelh@juju.net.nz>
2478
2479         * link/z80/aslink.h: Fixed path for PATH_MAX
2480
2481 2001-09-02  Michael Hope  <michaelh@juju.net.nz>
2482
2483         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
2484
2485         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
2486
2487         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
2488
2489         * src/z80/gen.c (genUminus): Fixed add, sub, and uminus on the gbz80 port for longs.  Had to shift some functions about to do it.
2490
2491 2001-09-01  Michael Hope  <michaelh@juju.net.nz>
2492
2493         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
2494         (genCmp): Fixed up genCmp for the GB with longs.
2495
2496         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
2497
2498         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
2499
2500         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
2501
2502         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
2503
2504 2001-08-30  Paul Stoffregen  <paul@pjrc.com>
2505
2506         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
2507
2508 2001-08-30  Michael Hope  <michaelh@juju.net.nz>
2509
2510         * device/lib/gbz80/crt0.s (init): Fixed up support for the gbz80 such that it will at least run (and fail badly) the regression tests.
2511
2512         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
2513
2514 2001-08-29  Michael Hope  <michaelh@juju.net.nz>
2515
2516         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
2517
2518         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
2519
2520 2001-08-30 Bernhard Held   <bernhard@bernhardheld.de>
2521
2522   * sim/ucsim/configure:    little improvement of Cygwin-detection      
2523   * sim/ucsim/configure.in: little improvement of Cygwin-detection      
2524   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
2525   * support/regression/tests/bug-221100.c: small changes for mcs51
2526   * support/regression/tests/bug-221168.c: small changes for mcs51
2527   * support/regression/tests/bug-227710.c: small changes for mcs51
2528   * support/regression/tests/staticinit.c: small changes for mcs51
2529   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
2530   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
2531   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601