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