Added ucsim and as docs to archive
[fw/sdcc] / ChangeLog
1 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * doc/Makefile,
4         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6
7 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8
9         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
10         Frieder) and clarified the default code optimization mode
11
12 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
13
14         * src/SDCC.lex (doPragma, process_pragma),
15         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
16         "opt_code_size", and "opt_code_balanced"
17         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
18         regrouped options by category, added support for category headers
19         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
20         and "--opt-code-size"
21         * doc/sdccman.lyx: documented these new options and pragmas
22         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
23         preference into account
24
25 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
26
27         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
28           geniCodePreDec): Fixed bug 904237 by generating a warning
29         * src/SDCCerr.h,
30         * src/SDCCerr.c: added warning W_SIZEOF_VOID
31
32 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
33
34         * src/pic/device.c : When no max ram set validate full memory range.
35         * src/pic/pcode.c,
36         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
37
38 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
39
40         * device/lib/_gptrget.c,
41         * device/lib/_gptrput.c: updated comment
42         * device/lib/calloc.c,
43         * device/lib/free.c,
44         * device/lib/malloc.c,
45         * device/lib/realloc.c: added LGPL, made them reentrant-safe
46         * src/SDCCcse.c (cseBBlock),
47         * src/SDCCicode.c (printOperand, geniCodeArray),
48         * src/SDCCicode.h (struct operand): fixed bug 868103
49         * support/regression/tests/bug-868103.c: added
50         * src/SDCCast.c (searchLitOp),
51         * src/SDCCcse.h (struct cseDef),
52         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
53         * src/SDCCicode.h (struct operand),
54         * src/SDCCsymt.h (struct sym_link),
55         * src/avr/gen.c (hasInc),
56         * src/ds390/gen.c (hasInc),
57         * src/hc08/gen.c (genPlusIncr, hasInc),
58         * src/mcs51/gen.c (hasInc),
59         * src/pic16/glue.c (pic16_printIvalChar),
60         * src/pic16/ralloc.c (regWithIdx),
61         * src/xa51/gen.c (hasInc) : removed warnings
62         * src/SDCCast.c (createBlock): added comment ???
63         * src/hc08/ralloc.c: updated comments
64
65 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
66
67         * doc/sdccman.lyx: updated section on switch statements, added
68         section about semaphore locking
69         * doc/Makefile: added option -info for latex2html
70         * device/lib/_gptrget.c,
71         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
72
73 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
74
75         * src/pic/device.h,
76         * src/pic/device.c,
77         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
78          maxram is less than 0x100.
79
80 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
81
82         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
83
84 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
85
86         * src/port.h,
87         * src/mcs51/main.c,
88         * src/ds390/main.c,
89         * src/z80/main.c,
90         * src/hc08/main.c,
91         * src/pic/main.c,
92         * src/pic16/main.c,
93         * src/avr/main.c,
94         * src/xa51/main.c
95         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
96         a jump table is the best form for a switch statement, including
97         automatic insertion of missing cases to make the case range
98         continuous. Developed in collaboration with Frieder Ferlemann.
99
100 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
101
102         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
103         accumulator result if it needs sign extension
104
105 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
108
109 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * device/lib/gbz80/printf.c,
112         * device/lib/z80/printf.c: removed define for NULL
113
114 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
115
116         * as/xa51/xa_link.c,
117         * device/examples/ds390/ow390/ad26.c,
118         * device/examples/ds390/ow390/cnt1d.c,
119         * device/examples/ds390/ow390/counter.c,
120         * device/examples/ds390/ow390/ds2480.h,
121         * device/examples/ds390/ow390/ds2480ut.c,
122         * device/examples/ds390/ow390/findtype.c,
123         * device/examples/ds390/ow390/gethumd.c,
124         * device/examples/ds390/ow390/owllu.c,
125         * device/examples/ds390/ow390/ownetu.c,
126         * device/examples/ds390/ow390/swt12.c,
127         * device/examples/ds390/ow390/swtloop.c,
128         * device/examples/ds390/ow390/temp.c,
129         * device/examples/ds390/ow390/temp10.c,
130         * device/examples/ds390/ow390/thermo21.c,
131         * device/examples/ds390/ow390/tinilnk.c,
132         * device/examples/ds390/ow390/tstfind.c,
133         * device/examples/serialcomm/windows/serial.cpp,
134         * device/examples/serialcomm/windows/test_serialcomm.cpp,
135         * device/include/reg51.h: fixed line endings for cvs
136
137 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
138
139         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
140         packRegsForAccUse, packRegisters): new accumulator register
141         packing algorithm
142         * support/regression/ports/hc08/support.c (_putchar): suppress
143         warning of unused variable
144         * src/SDCCicode.c: added SWAP entry to codeTable
145
146 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
147
148         * device/lib/sprintf.c: forgot to add this file before previous commit
149
150 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
151
152         * src/pic16/gen.c (genPackBits): added operand right in function
153         parameters, load result directly if p_type is POINTER (that is
154         called by genNearPointerSet)
155         * (genUnPackBits): added operand left in function parameters,
156         * (genNearPointerGet, genNearPointerSet): prevent the loading of
157         FSR0 if accessing bitfields,
158
159 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
162           _print_format; updated printf, sprintf, vsprintf
163         * device/include/asm/default/features.h: corrected comment/define
164         * device/lib/Makefile.in: added sprintf.c
165         * device/lib/libsdcc.lib: added sprintf module
166         * device/lib/printf_large.c,
167         * device/lib/vprintf.c,
168         * device/lib/sprintf.c: totally refactored printf_large and vprintf
169           into these 3 files
170         * support/regression/Makefile: changed ALL_PORTS into a usefull default
171         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
172         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
173           hc08 test
174         * support/regression/tests/zeropad.c: define idata as data for hc08
175
176 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
177
178         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
179         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
180         labels are referenced at least once (even if a reference is not found)
181         * src/hc08/gen.c (emitcode): set isComment flag for comments
182         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
183         loads), rules 6a..6b (optimize jumps to return)
184
185 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
186
187         * device/lib/acosf.c (acosf),
188         * device/lib/asinf.c (asinf),
189         * device/lib/atanf.c (atanf),
190         * device/lib/ceilf.c (ceilf),
191         * device/lib/cosf.c (cosf),
192         * device/lib/coshf.c (coshf),
193         * device/lib/cotf.c (cotf),
194         * device/lib/fabsf.c (fabsf),
195         * device/lib/floorf.c (floorf),
196         * device/lib/log10f.c (log10f),
197         * device/lib/logf.c (logf),
198         * device/lib/sinf.c (sinf),
199         * device/lib/sinhf.c (sinhf),
200         * device/lib/sqrtf.c (sqrtf),
201         * device/lib/tanf.c (tanf),
202         * device/lib/tanhf.c (tanhf),
203         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
204         replaced all instances of "reentrant" in the library functions
205         defined in math.h with this macro.
206         * support/regression/tests/float_trans.c: reenabled test for hc08
207
208 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
209
210         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
211         erroneously deleted
212
213 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
214
215         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
216         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
217         multi-byte volatile operands are used
218         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
219         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
220         initialization to area GSINIT0 so that it would always precede
221         any static initializers in GSINIT
222         * support/regression/tests/zeropad.c: fixed idata define for hc08
223         * support/regression/tests/bug-927659.c,
224         * support/regression/tests/float_trans.c: disabled tests for hc08
225         pending missing library routines
226         * .version: increased version number to 2.4.4 - hc08 port now passes
227         regression tests
228
229
230 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
231
232         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
233         * Makefile.common.in,
234         * as/Makefile,
235         * as/hc08/Makefile.in,
236         * as/mcs51/Makefile.in,
237         * as/z80/Makefile.in,
238         * debugger/mcs51/Makefile.in,
239         * device/include/Makefile.in,
240         * device/lib/Makefile.in,
241         * doc/Makefile,
242         * link/Makefile,
243         * link/z80/Makefile.in,
244         * packihx/Makefile.in,
245         * sim/ucsim/main_in.mk,
246         * sim/ucsim/avr.src/Makefile.in,
247         * sim/ucsim/doc/Makefile.in,
248         * sim/ucsim/gui.src/serio.src/Makefile.in,
249         * sim/ucsim/hc08.src/Makefile.in,
250         * sim/ucsim/s51.src/Makefile.in,
251         * sim/ucsim/xa.src/Makefile.in,
252         * sim/ucsim/z80.src/Makefile.in,
253         * src/Makefile.in,
254         * support/cpp2/Makefile.in,
255         * support/librarian/Makefile,
256         * support/makebin/Makefile: added DESTDIR to the install path proposed
257         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
258         * doc/sdccman.lyx: added DESTDIR documentation
259
260 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
261
262         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
263         instruction for interrupt handlers, use fast returns when returning
264         from high priority interrupts
265
266 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
267
268         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
269         code generation
270         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
271         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
272         bugs, ported much of Bernhard's code from mcs51
273         * src/mcs51/gen.c (genSend),
274         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
275         than one when calling a reentrant function
276         * device/lib/_mullong.c: defined an alternate struct layout for big
277         endian ports (hc08)
278
279 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
280
281         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
282         test
283
284 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
285
286         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
287         are sane and complete before asking the port its prefered parameter
288         passing method (fixes bug #1017633)
289         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
290         and _ret3
291
292 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
293
294         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
295         problem in bitfields >= 8 bits.
296
297 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * src/SDCCsymt.c: undid changes that were not meant to be committed
300
301 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
302
303         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
304
305 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
306
307         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
308           copied and wrong bit got inverted
309
310 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
311
312         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
313         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
314         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
315         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
316         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
317         assignments to bitfields at known addresses
318         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
319         reads from bitfields at known addresses
320         * src/hc08/ralloc.c (packRegisters),
321         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
322         genhc08Code): optimize pointer get values used as conditionals
323         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
324         and branch
325
326 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
327
328         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
329         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
330         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
331         as conditionals
332
333 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
334
335         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
336
337 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
338
339         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
340         related problems
341
342 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
343
344         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
345
346 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
347
348         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
349         mcs51 port
350
351 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
352
353         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
354
355 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
356
357         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
358         cases use more compact code.
359
360 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
361
362         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
363
364 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
365
366         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
367
368 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
369
370         * src/SDCCsymt.h,
371         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
372         parameter of changePointer() from symbol* to sym_link*
373         * src/SDCCast.c (decorateType): call changePointer() for CAST op
374         * src/SDCCsymt.c (compareType): void* type is castable to other
375         pointers, but not necesarily an exact match.
376         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
377         is no longer blindly treated as an exact match.
378         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
379
380 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
381
382         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
383
384 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
385
386         * src/pic/gen.c,
387         * src/pic/pcode.c,
388         * src/pic/ralloc.h,
389         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
390
391 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
392
393         * src/pic/device.c,
394         * src/pic/device.h,
395         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
396
397 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
398
399         * src/mcs51/gen.c (emitcode): fixed bug #992819
400
401 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
402
403         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
404           there's no need to make it worse
405
406 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
407
408         * src/mcs51/ralloc.c (deassignLR),
409         * src/ds390/ralloc.c (deassignLR),
410         * src/hc08/ralloc.c (deassignLR),
411         * src/z80/ralloc.c (deassignLR),
412         * src/pic/ralloc.c (deassignLR),
413         * src/pic16/ralloc.c (deassignLR),
414         * src/avr/ralloc.c (deassignLR),
415         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
416         rlivePoint): fixed another part of bug #971834
417
418 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
419
420         * src/z80/main.c: enabled "critical" keyword
421         * src/z80/mappings.i,
422         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
423         functions (fixes bug #979646)
424         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
425
426 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
427
428         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
429           such as c:\mydir.
430
431 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
432
433         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
434           doesn't disable too much optimizations
435
436 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
437
438         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
439
440 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
441
442         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
443
444 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
445
446         * src/pic/gen.c tidied up tabs
447         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
448         * src/pic/main.c tidied up tabs
449         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
450         * src/pic/pcoderegs.c tidied up tabs
451         * src/pic/ralloc.c tidied up tabs
452
453 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
454
455         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
456         to S_FIXED for pic16 port and when symbol is not in level 0,
457         allocate for S_REGISTER storage class and pic16 port, too,
458         * src/pic16/device.h: prototype for checkSym,
459         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
460         * (pic16_assignConfigWordValue): test the value and the mask to
461         validate that the value is suitable for the configuration word,
462         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
463         collect extern declared symbols, don't emit symbol twice, check
464         first if symbol is in publics set first,
465         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
466         * added command line '--fstack' which enables an experimental
467         feature for stack access, too buggy to be used yet...
468         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
469         * (pic16_allocDirReg): when register has storage class S_REGISTER
470         allocate in pic16_dynAccessRegs,
471         * device/include/pic16/pic18f????.h: modified configuration word
472         naming convention, words started as CONFIG0H but should be CONFIG1H
473
474 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * device/include/mcs51reg.h: fixed bug 970993
477
478 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
479
480         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
481         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
482         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
483         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
484         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
485         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
486           error/warning numbers,
487           added function setWarningDisabled()
488         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
489         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
490           _memcmp.c _memmove.c calloc.c realloc.c free.c
491         * support/regression/tests/malloc.c: added tests for new functionality
492         * support/regression/tests/zeropad.c: added tests for truncated initializers
493           and initialized char arrays starting with '\x0'
494         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
495
496 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
497
498         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
499
500 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
501
502         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
503         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
504         peephole 177.e. Thanks to anonymous
505
506 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
507
508         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
509         function isn't used in the source but referenced as a
510         variable initializer then declare it as extern in .asm file
511
512 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
513
514         * .version: increased version number to 2.4.3
515
516         Adding version extension according to ChangeLog CVS revision
517         * src/Makefile.in (target all): added dependency 'version.h'
518         * (rule version.h): added rule to create version.h from ChangeLog,
519         * (rule dep): added dependency version.h,
520         * src/version.awk: AWK script to create version.h
521         * src/SDCCdwarf2.c (dwWriteModule),
522         * src/SDCCglue.c (initialComments),
523         * src/SDCCmain.c (printVersionInfo): modified to write after
524         version string the version extension number,
525         * src/SDCCutil.c: included "version.h"
526         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
527         number,
528         * src/SDCCutil.h: added prototype for getBuildNumber
529
530         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
531         includeDirsSet, too,
532         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
533         const char [] is found in function prototype...
534
535         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
536         moving to WREG with source is already in WREG,
537         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
538         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
539         * (aopForSym): stack'ed symbols are partially supported, added
540         if-clause to support symbols in FARSPACE,
541         * (sameRegs): added test for AOP_ACC to see if registers are same,
542         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
543         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
544         * (pic16_popRegFromString): will not allocate a new register if it
545         doesn't find one by name, bug may have introduced...
546         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
547         * (genIpush): revived to use pic16 port's stack,
548         * (genAddrOf): added incomplete case for stack'ed operand,
549         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
550         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
551         can handle multibyte operands,
552         * src/pic16/glue.c (pic16_printIval*): some debug info added,
553         * (pic16initialComments): added message for MPLAB compatibility
554         mode enabled,
555         * src/pic16/main.h: prototype for pic16_mplab_comp,
556         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
557         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
558         * (_pic16_linkEdit): NEW, handles link stage, transferred here
559         because of increased complexity of procedure,
560         * (_process_pragma): stack pragma changed to format 'stack pos len',
561         emit symbol '_stack_end' to conform with gplink,
562         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
563         to search for register,
564         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
565         PO_GPR_REGISTER,
566         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
567         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
568         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
569         case for PO_GPR_REGISTER,
570         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
571         dies, the new era is ahead !...
572         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
573         pic16_dynInternalRegs,
574         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
575         * (pic16_allocDirReg): minor optimizations and bug fixes,
576         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
577
578         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
579         load stack and frame pointer with address of 'stack_end' symbol
580
581 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
582
583         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
584         without source code but only variable initializers
585
586 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
587
588         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
589         external are not declared as extern to reduce overhead while linking
590
591 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
592
593         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
594
595 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
596
597         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
598           Yee Keat for the patch
599         * src/SDCCast.c (decorateType): fixed bug #979599
600         * src/ds390/gen.h: removed local fReturnSizeDS390
601         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
602         * src/ds390/gen.c (genAnd, genOr, genXor),
603         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
604
605 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
606
607         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
608         add relFilesSet to $3, manipulate $2 to handle linking of object
609         files without source files in command line,
610         * device/include/pic16 (all headers): added ID location macros,
611         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
612         entries for ID location bytes,
613         * (pic16_assignIdByteValue): NEW,
614         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
615         added field dumpcalltree to pic16_options_t,
616         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
617         is used instead of pic16_Gstack_base_addr, check if (ifx) before
618         emitting rFalseIfx label after check_carry label,
619         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
620         pic16_emitDIRegs), NEW
621         * (pic16glue): dump .calltree file when option --calltree found,
622         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
623         * (_pic16_genAssemblerPreamble): emit ID locations after
624         configuration registers,
625         * (pic16_linkCmd): modifications of the link command,
626         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
627         * (pic16_pCodeInitRegisters): don't init stack registers,
628         * (pic16_findPrevInstruction): fixed bug,
629         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
630         bug with immediate registers,
631         * (buildCallTree): traces stack push and pop,
632         * (pct2): dump also stack usage for each function,
633         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
634         * (pic16_allocDirReg): various modifications,
635         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
636         fixed to 1,
637
638 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
639
640         * src/pic16/pcode.c: removed buggy double colon
641
642 2004-07-01 Borut Razem <borut.razem AT siol.net>
643
644         * support/scripts/sdcc.nsi: added include/pic16 to setup
645
646 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
647
648         * device/lib/Makefile.in: fixed bug in target objects-pic16,
649         * device/lib/pic16/Makefile: prefixed with dash (-) command under
650         target 'clean',
651         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
652         specific command line arguments. Also added sample lkr script
653         for placing a variable at a specific memory bank.
654         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
655         at a specific memory bank,
656         * (pic16_dump_isection): fixed bug which caused string literals to
657         be omitted when dumping idata section,
658         * (pic16_groupRegistersInSection): added code to handle registers
659         in specific memory banks,
660         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
661         public, all references are renamed too,
662         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
663         AOP_DPTR2,
664         * (pic16_storeForReturn): added case to handle when dest is WREG,
665         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
666         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
667         pic16_rel_udata, check to see if that register is marked as being
668         a member of a specific memory bank,
669         * (pic16_printIvalCharPtr): added code to add string literals either
670         to code or the idata sections,
671         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
672         also accept the 'udata' pragma,
673         * src/pic16/main.h: new structure types sectName and sectSym
674         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
675         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
676         * (pic16_findPrevInstruction): fixed, it returned nothing,
677         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
678         instruction combinations,
679         * (pic16_FixRegisterBanking): heavily reorganised,
680         * (pic16_AnalyzeBanking): if generating banksel directives is
681         disabled, then don't call FixRegisterBanking at all,
682         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
683         completely removed,
684         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
685
686 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
687
688         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
689         Phuah Yee Keat <yk.phuah AT nestac.com>
690
691 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
692
693         * src/pic16/glue.c (pic16createInterruptVect): function now emits
694         correctly the IVT even if it is relocated to some other location
695
696 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
697
698         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
699         * device/include/pic16/pic18f2220.h: NEW,
700         * device/lib/pic16/libdev/pic18f2220.c: NEW,
701         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
702         * src/pic16/device.c (struct Pics16): added info for 18f2220,
703         * src/pic16/device.h (struct pic16_options): added ivt_loc and
704         nodefaultlibs, ivt_loc is the location of the interrupt vector
705         table, and nodefaultlibs signs that default libraries should not be
706         linked in link stage,
707         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
708         according to --ivt-loc argument,
709         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
710         when pragma stack is found,
711
712 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
713
714         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
715         256 (range check), 257 (do while), 258.a-f (bit banging
716         f.e. on 3-wire SPI bus)
717
718 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
719
720         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
721         variables used exclusively within a loop
722
723 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
724
725         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
726
727 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
728
729         * src/SDCClrange.c (computeClash): fixed bug #971834
730
731 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
732
733         * src/mcs51/gen.c (genCmp): fixed bug #975903
734         * src/hc08/gen.c (operandsEqu),
735         * src/ds390/gen.c (operandsEqu),
736         * src/z80/gen.c (operandsEqu),
737         * src/pic/gen.c (operandsEqu),
738         * src/pic16/gen.c (operandsEqu),
739         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
740         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
741
742 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
743
744         * src/SDCCcse.c (cseBBlock): fixed bug #966963
745
746 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
747
748         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
749         default case in switch statement,
750         * glue.c (pic16_initPointer): expr is initialised via decoarteType
751         to eliminate problem with initialisation of pointers, but problem
752         still exists,
753         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
754         * (emitStaticSegment): removed various lines emitting debug info,
755         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
756         added processor registers for utilizing EEPROM,
757         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
758         configurable and set 8
759
760 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
761
762         * .version: increased version number to 2.4.2,
763
764         Cumulative patch for pic16 port
765         * src/pic16/device.c: changed scheme to dump initial values for
766         variables in idata segment, all print_idata* functions were removed,
767         now the pic16_printIval* will be called,
768         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
769         * _pic16_printPointerType, pic16_printPointerType,
770         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
771         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
772         NEW, similar to the respective functions in SDCCglue.c,
773         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
774         way, emitting hex bytes,
775         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
776
777 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
778
779         * src/avr/ralloc.c (serialRegAssign),
780         * src/xa51/ralloc.c (serialRegAssign),
781         * src/pic/ralloc.c (serialRegAssign),
782         * src/pic16/ralloc.c (serialRegAssign),
783         * src/hc08/ralloc.c (serialRegAssign),
784         * src/z80/ralloc.c (serialRegAssign),
785         * src/ds390/ralloc.c (serialRegAssign),
786         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
787
788 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
789
790         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
791         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
792
793 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
794
795         Cumulative patch for pic16 port:
796         * src/pic16/device.h (typedef PIC16_device) modified fields for
797         defining microcontrollers,
798         * src/pic16/device.c: added new info for all devices in Pics16 array,
799         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
800         to be optimised out by the pCode optimiser,
801         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
802         specially, bug reported by G.M. Gallant,
803         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
804         as force'd so that cannot be optimised out by pCode optimiser,
805         * src/pic16/pcode.c,
806         * src/pic16/pcodepeeph.c,
807         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
808         they are disabled by default, but can be enabled explicit with
809         command argument --denable-peeps, for testing,
810         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
811         --pomit-ivt in COMPILE_FLAGS
812
813 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
814
815         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
816           compilation on MSVC
817
818 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
819
820         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
821
822 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
823
824         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
825         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
826
827 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
828
829         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
830         would only assign 0x300001 register.
831
832 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
833
834         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
835         in COMPILE_FLAGS. Thanks to G. Gallant for report.
836
837 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
838
839         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
840         for ds80c400
841         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
842         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
843         added peephole 254 (left shift), 255 (jump table)
844
845 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
846
847         * device/lib/Makefile.in: removed comment line with model-pic16,
848         * (target port-specific-objects-pic16): the libraries and objects
849         are copied to the build directory form the device/lib/pic16/bin
850         directory
851
852         Cumulative patch concerning pic16 port:
853         * library directory has been re-organized,
854         * added support for PIC18F1220,
855         * added headers and library sources for chips 18f1220,18f6520,
856         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
857
858         * configuration registers setting has changed, now each supported
859         device has a complete description of the registers it uses,
860         * all initialisations are moved to idata sections, these section
861         can be absolute or relocatable,
862         * fixed initialisation of codespace variables,
863         * fixed warning about PCLATU and gpsim,
864         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
865         * (genAssign): use table reads when assigning from variables in codespace,
866         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
867         char/int variables placed in codespace,
868         * (pic16_emitConfigRegs): NEW, emits a list with configuration
869         registers set in .asm file, no need for --pomit-config-words anymore,
870         * (pic16glue): some 8051 legacy segments are commented out
871         (to be removed completely),
872         * added support for alternative assembler and linker with --asm=
873         and --link= command line arguments,
874         * peepholes are disabled automatically in the port, no need to
875         specify on command line,
876         * port supports natively char/int/long multiplication, but converts
877         all divisions to support functions,
878         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
879         to the file set in variable $2,
880         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
881         strings in ASCII format and not in hex,
882         * ralloc.c (serialRegAssign): added a triplet of conditional calls
883         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
884         allocate proper register if iCodes aren't temporary,
885
886 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
887
888         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
889
890 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
891
892         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
893         is commented out
894
895 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
896
897         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
898         computed address is reused
899         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
900         multi-byte bitfields
901
902 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
903
904         * src/z80/gen.c: (genArrayInit): must check for pointers too
905
906 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
907
908         * support/regression/tests/zeropad.c: never meant to commit the
909           nestedstruct test: removed, added check for GCC version
910
911 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
912
913         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
914         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
915         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
916           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
917           bugs 928906 and 954082 half-empty initializers
918         * src/SDCCsymt.h,
919         * src/SDCCsymt.c (getAllocSize): added for above fix
920         * src/z80/gen.c (genArrayInit): fixed bug 741044
921         * support/regression/tests/zeropad.c: added tests
922
923 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
924
925         * src/pic16/device.c (pic16_dump_section): corrected bug which
926         caused some symbols of the libraries to be misplaced
927
928 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
929
930         * src/pic16/glue.c,
931         * src/pic16/ralloc.h,
932         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
933         to fix conflict with pic port
934
935 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
936
937         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
938         externs configuration variables,
939         * src/pic16/ralloc.h,
940         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
941         prototype in header, commented out some debug messages
942
943 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
944
945         * src/pic16/glue.c,
946         * src/pic16/main.c,
947         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
948         for gpasm COFF object generation. Thanks to D. Hawkins for
949         his patch info
950
951 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
952
953         * src/ds390/main.c,
954         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
955         Brock for spotting this)
956         * src/ds390/gen.c (genEndFunction),
957         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
958         interrupt handler and critical. Disable push/pop optimizations when
959         peephole optimizations disabled.
960
961 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
962
963         Updated pic16 library sources and headers.
964         * device/lib/pic16/pic18f*/ ,
965         * device/include/pic16/*.h: modified to handle structured SFR
966         definitions
967
968 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
969
970         * src/port.h (PORT structure): added hook initPaths, now each
971         port can declare its own default search paths,
972         which can been seen with the --print-search-dirs option,
973         see pic16 port for example,
974         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
975         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
976         * (doPrintSearchDirs): NEW, replaces in a central manner the
977         printing of search dirs which was split in set*Paths functions,
978         * (main): added call to port->initPaths and doPrintSearchDirs,
979         * src/avr/main.c,
980         * src/ds390/main.c,
981         * src/hc08/main.c,
982         * src/izt/i186.c,
983         * src/izt/tlcs900h.c,
984         * src/mcs51/main.c,
985         * src/pic/main.c,
986         * src/pic16/main.c: modified port structures to reflect addition of
987         initPaths hook,
988
989         * src/pic16/device.c (regCompare): registers are finally sorted by name,
990         * (pic16_dump_section): for registers in same address reserve memory once,
991         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
992         to no_banksel,
993         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
994         result is greater in size than right or left,
995         * (pic16_genUMult8X8_8): there are some cases where the result can
996         be 16 bits size, so handle these,
997         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
998         * (pic16_outBitC): modified to emit pcodes,
999         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
1000         or not,
1001         * (genDivOneByte): implemented algorithm to divide 8-bits,
1002         * (genCmp): uncommented goto, but issues still exist,
1003         * (genAnd): fixed a bug with variables >8bits,
1004         * (genPackBits): optimization added that uses BCF/BSF to change a
1005         single bit,
1006         * (genAssign): fixed bug when assigning floating point literals,
1007         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
1008         __sdcc_gsinit_startup label,
1009         * src/pic16/main.c (_pic16_init): removed search directory
1010         initialisations,
1011         * (_pic16_initPaths): NEW, used to initialise search directories,
1012         * (_hasNativeMulFor): support functions for all except char/int
1013         multiplication, and char division,
1014         * (PIC16_port struct): modified entry for native mul support,
1015         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
1016         no_banksel option,
1017         * (buildCallTree): call to register_usage is ifdef'ed out,
1018
1019 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1020
1021         * device/include/string.h: applied Stas Sergeev's patch to make this
1022         header file compatible with the preprocessor -Wundef option
1023         * src/SDCCmain.c (main): abort compilation if preprocessor reports
1024         failure (fixes bug #941458)
1025
1026 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1027
1028         * src/SDCCopt.c (killDeadCode): fixed bug #907733
1029         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
1030         that the variable, not the function, should be static
1031         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
1032         to be consistent with non-literal case
1033
1034 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1035
1036         * src/SDCCast.c (isConformingBody): fixed bug #949967
1037         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
1038         convilong): fixed bug #952086
1039
1040 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1041
1042         * src/SDCCmem.c (allocVariables): fixed bug #955321
1043
1044 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1045
1046         * src/hc08/main.c (_hc08_genAssemblerEnd),
1047         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
1048         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
1049         completely eliminated the use of a temporary file
1050         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
1051         when more than one file linked
1052         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
1053
1054 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1055
1056         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
1057         which fixes bug #543481
1058         * support/regression/tests/bug-751703.c: fixed comments left from a
1059         cut and paste error
1060         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
1061         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
1062         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
1063         scopes
1064         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
1065         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
1066         are now changed to underscores in moduleName
1067
1068 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1069
1070         * as/mcs51/lkmem.c: better fix for bug #954173
1071
1072 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1073         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1074
1075         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
1076         * device/include/c8051f000.h,
1077         * device/include/c8051f120.h,
1078         * device/include/c8051f300.h,
1079         * device/include/c8051f310.h,
1080         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
1081         PWM16) and detab'ed
1082
1083 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1084
1085         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
1086         and mailing lists, doc'ed --no-peep-comments, removed reference
1087         to knoppix (newest version has no LyX/LaTeX), other minor changes
1088         * src/SDCCglue.c (glue): save 2 bytes stack space with
1089         option --main-return. The ljmp could probably be avoided too
1090
1091 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1092
1093         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
1094
1095 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1096
1097         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
1098         * src/SDCCopt.c (isLocalWithoutDef),
1099         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
1100         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
1101         (credit to Maarten Brock for patch #949363, on which this is based)
1102         * support/regression/tests/bug-751703.c: some test cases of extern used
1103         within inner scopes.
1104
1105 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1106
1107         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
1108         SPEC_STRUCT
1109         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
1110         struct definitions
1111         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
1112         dwWriteLabel): fix to create valid debugger symbols even when
1113         the module name has non-alphanumeric symbols in it
1114         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
1115         when a variable's allocation has been optimized away
1116
1117
1118 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1119
1120         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
1121         * src/hc08/main.c,
1122         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
1123         * src/mcs51/main.c,
1124         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
1125         * src/ds390/main.c,
1126         * src/z80/gen.c (z80_emitDebuggerSymbol),
1127         * src/z80/main.c,
1128         * src/pic/gen.c (pic14_emitDebuggerSymbol),
1129         * src/pic/main.c,
1130         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
1131         * src/pic16/main.c,
1132         * src/avr/gen.c (avr_emitDebuggerSymbol),
1133         * src/avr/main.c,
1134         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
1135         * src/xa51/main.c,
1136         * src/SDCCdebug.c (emitDebuggerSymbol),
1137         * src/SDCCdebug.h,
1138         * src/port.h: added a debugger struct to the port struct. Added a
1139         callback for defining debugger symbols
1140
1141         * src/SDCCast.c (createLabel),
1142         * src/SDCC.y (labeled_statement): mark all compiler generated labels
1143         with isitmp = 1
1144         * src/SDCCicode.h,
1145         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
1146         iCode back to the ast for the function
1147
1148         * src/hc08/ralloc.c (hc08_assignRegisters),
1149         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
1150         unneeded fields from the regs struct.
1151         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
1152         pushReg() & pullReg() functions instead of emitcode()
1153
1154         * src/hc08/gen.c (genLabel, genhc08Code),
1155         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
1156
1157         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
1158         debugger hooks
1159
1160         * src/hc08/gen.c (genEndFunction, genhc08Code),
1161         * src/hc08/gen.h,
1162         * src/mcs51/gen.c (genEndFunction, gen51Code),
1163         * src/mcs51/gen.h,
1164         * src/ds390/gen.c (genEndFunction, gen390Code),
1165         * src/ds390/gen.h,
1166         * src/z80/gen.c (genEndFunction, genZ80Code),
1167         * src/z80/gen.h,
1168         * src/z80/z80.h,
1169         * src/pic/gen.c (genEndFunction, genpic14Code),
1170         * src/pic/gen.h,
1171         * src/pic16/gen.c (genEndFunction, genpic16Code),
1172         * src/pic16/gen.h,
1173         * src/avr/gen.c (genEndFunction, genAVRCode),
1174         * src/avr/gen.h,
1175         * src/xa51/gen.c (genEndFunction, genXA51Code),
1176         * src/xa51/gen.h,
1177         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
1178         specific code to cdbFile.c and out of the backend code generators
1179
1180         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
1181         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
1182         starting address is now 0
1183
1184         * as/hc08/asm.h,
1185         * as/hc08/m08pst.c,
1186         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
1187         assembler directive for DWARF support
1188         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
1189
1190         * src/src.dsp,
1191         * src/Makefile.in,
1192         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
1193
1194 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1195
1196         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
1197         and inappropriate peephole optimization in jump tables
1198
1199 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1200
1201         * as/hc08/m08pst.c,
1202         * src/SDCCglue.c: sdccopt works for the hc08 port now
1203
1204 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
1205
1206         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
1207
1208 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1209
1210         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
1211
1212 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1213
1214         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
1215         rules
1216         * src/SDCCmain.c,
1217         * src/SDCCglobl.h,
1218         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
1219         comments from the peephole optimizer replacement rules
1220         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
1221         symbols
1222         * src/SDCCcse.c (updateSpillLocation),
1223         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
1224         equivalents
1225         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
1226         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
1227         objects far pointers
1228
1229 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1230
1231         * src/SDCCsymt.h: a missing part of my last change
1232         * src/pic/ralloc.c (regTypeNum),
1233         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
1234
1235 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1236
1237         * src/SDCCicode.h,
1238         * src/SDCCicode.c (aggrToPtrDclType),
1239         * src/SDCCptropt.h,
1240         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
1241         ptrPseudoSymConvert),
1242         * src/pic/ralloc.c (regTypeNum),
1243         * src/pic16/ralloc.c (regTypeNum),
1244         * src/hc08/ralloc.c (regTypeNum),
1245         * src/ds390/ralloc.c (regTypeNum),
1246         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
1247         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
1248
1249 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1250
1251         * link/z80/lkmain.c (afile),
1252         * as/hc08/lkmain.c (afile),
1253         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
1254         prevent a pointer problem when a filename has no directory and
1255         no extension specified.
1256
1257 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1258
1259         * link/z80/lkmain.c (afile): allow periods in directory names
1260         * link/z80/lkmain.c (afile),
1261         * as/mcs51/lkmain.c (afile),
1262         * as/hc08/lkmain.c (afile): allow linker script file to have an
1263         extension other than ".lnk"
1264         * link/z80/lklex.c (getfid),
1265         * link/z80/lkmain.c (parse),
1266         * as/mcs51/lklex.c (getfid),
1267         * as/mcs51/lkmain.c (parse),
1268         * as/hc08/lklex.c (getfid),
1269         * as/hc08/lkmain.c (parse): Support comments in the linker script
1270         file on lines by themselves and after filenames
1271
1272 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1273
1274         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
1275
1276 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1277
1278         * src/z80/peeph-z80.def: removed some peephole rules that don't
1279         work with multibyte arithmetic (fixed bug #937126)
1280         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
1281         to registers and not global variables
1282         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
1283         geniCodePreInc, geniCodePostDec, geniCodePreDec,
1284         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
1285         checking for assignments not internally generated (fixed bug #931895)
1286         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
1287         structure member (fixed bug #930072)
1288
1289 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1290
1291         * src/SDCCmain.c (linkEdit),
1292         * src/hc08/main.c (_hc08_parseOptions),
1293         * as/hc08/Makefile.in,
1294         * as/hc08/aslink.h,
1295         * as/hc08/asm.h,
1296         * as/hc08/m08pst.c,
1297         * as/hc08/lkrloc.c (relr, rele),
1298         * as/hc08/lkarea.c (lnkarea)
1299         * as/hc08/lkmain.c (afile, parse),
1300         * as/hc08/lkelf.c: support for ELF output
1301         * as/hc08/lks19.c (s19),
1302         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
1303
1304 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1305
1306         * as/mcs51/lkihx.c: Fixed bug #899105.
1307
1308 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1309
1310         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
1311         .dsp files from Unix to DOS.
1312
1313 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1314
1315         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
1316         function pointers; we have been compliant for several months now.
1317         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
1318         change that was accidently commented out
1319         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
1320         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
1321         bug #922319
1322
1323 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1324
1325         * src/hc08/gen.c: output of all of the internal debugging information
1326         is now controlled by the D() macro; it is disabled by default
1327
1328 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1329
1330         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
1331         harder to keep the same registers during a CAST iCode
1332         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
1333         long via int can be done in a single cast, if the signedness is
1334         correct.
1335         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
1336         putchar() in tinibios.c in ds390's library
1337
1338 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
1339
1340         * src/SDCCast.c (decorateType): fixed bug #898889,
1341         cast result of a literal complement too
1342         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
1343         fixed check for bitfields
1344
1345 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
1346
1347         * src/SDCCicode.c (geniCodeLogic): made it static,
1348         (geniCodeLogicAndOr): added in order to fix bug #905492,
1349         (ast2iCode): fixed bug #905492
1350         * support/regression/tests/bug-905492.c: added
1351         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
1352         (processParms): fixed bug #927659: don't copy parms, this will clear
1353         decorated flag
1354         * support/regression/tests/bug-927659.c: added
1355
1356 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
1357
1358         * src/SDCCast.c (addCast): don't cast float to char
1359         * device/lib/libsdcc.lib: added _memmove
1360
1361 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
1362
1363         * device/lib/large/Makefile: fixed parallel execution by
1364         replacing `make` by `$(MAKE)`
1365
1366 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1367
1368         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
1369         offsets (fixes bug #923936)
1370
1371 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
1372
1373         * device/lib/small/Makefile: fixed parallel execution by
1374         replacing `make` by `$(MAKE)`
1375
1376 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
1377
1378         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
1379
1380 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
1381
1382         * src/pic/gen.c (genCpl): multi-byte complements were not working.
1383         * src/regression/Makefile: Regression test was not running.
1384
1385 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
1386
1387         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
1388         complement if possible
1389         * src/SDCCval.c (valComplement),
1390         * src/SDCCicode.c (operandOperation): fixed complement of literal
1391         * support/regression/tests/onebyte.c (testComplement): added
1392
1393 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
1394
1395         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
1396         return an optimized tree; actually replace actParm with the new tree
1397         * src/SDCCast.h: added some parantheses to remove side effects
1398         * support/regression/tests/bug-920866.c
1399
1400 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
1401         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
1402         Bit operands were not being handled properly in the pic14 port.
1403         (now src/regression/add.c passes again).
1404
1405 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1406
1407         * src/SDCC.y (labeled_statement): case and default no longer require
1408         a following statement (RFE #893037)
1409
1410 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1411
1412         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
1413         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
1414         disabled (fixes bug #916294)
1415         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
1416         "mov a,acc"; patch provided by Lenny Story
1417         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
1418
1419 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1420
1421         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
1422         functions
1423         * src/ds390/gen.c (genFunction, genEndFunction),
1424         * src/ds390/ralloc.c (ds390_assignRegisters),
1425         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
1426         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
1427         pushed if there are parameters passed on the stack. Also, a cleaner
1428         way to decide if r0/r1 should be pushed/popped. (Together they fix
1429         bug #918693)
1430
1431 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1432
1433         * doc/sdccman.lyx,
1434         * device/lib/mcs51/crtpagesfr.asm,
1435         * device/lib/mcs51/crtxinit.asm,
1436         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
1437         to avoid confusion with Si Lab's SFRPAGE register.
1438
1439 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1440
1441         * src/SDCCglue.c (emitMaps): allow public sfr variables
1442         * src/SDCCglue.c (initialComments): include compiler build date
1443         with compiler version and put the timestamp of the generated
1444         assembly file on a serperate line to be less confusing.
1445         * src/port.h: added genInitStartup hook
1446         * src/avr/main.c,
1447         * src/ds390/main.c,
1448         * src/hc08/main.c,
1449         * src/pic/main.c,
1450         * src/pic16/main.c,
1451         * src/xa51/main.c,
1452         * src/z80/main.c: genInitStartup initialize as NULL (default to
1453         historical behaviour)
1454         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
1455         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
1456         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
1457         library instead of hard coding it into the compiler.
1458         * support/regression/ports/mcs51-stack-auto/spec.mk,
1459         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
1460         * device/lib/mcs51/Makefile,
1461         * device/lib/small/Makefile,
1462         * device/lib/large/Makefile,
1463         * device/lib/mcs51/crtpagesfr.asm,
1464         * device/lib/mcs51/crtstart.asm,
1465         * device/lib/mcs51/crtxclear.asm,
1466         * device/lib/mcs51/crtxinit.asm,
1467         * device/lib/mcs51/crtclear.asm,
1468         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
1469         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
1470         and into user configurable files.
1471         * device/lib/clean.mk: clean mcs51 directory too
1472         * support/regression/tests/longlit.c: added static to T1 declaration
1473         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
1474         accesses in the initialization code
1475
1476 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1477
1478         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
1479         OSCTRIMVAL as noted in bug #916008
1480
1481 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1482
1483         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
1484         in loops with multiple exits (reported as incorrect registers
1485         used by Martin Helmling in Sdcc-user list)
1486
1487 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1488
1489         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
1490         made ds390 register extensions look less like error messages
1491
1492 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1493
1494         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
1495         reported by Adam Wozniak in Sdcc-user list
1496
1497 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
1498
1499         * src/SDCCast.c (decorateType): fixed with bug and promotion in
1500         arithmetic optimizations, added debug output
1501
1502 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
1503
1504         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
1505         * sdcc.spec: updated and split sdcc into 3 rpms
1506         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
1507         needed for literals of LEFT_OP and '+'
1508         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
1509         introduced RESULT_TYPE_NOPROM
1510         (geniCodeMultiply): fixed logic for decision if mul is optimized to
1511         left shift
1512         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
1513         limited promotion to int only for '*'
1514         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
1515
1516 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
1517
1518         * src/pic16/gen.c (genSkip),
1519         (genc16bit2lit), (gencjneshort): commented out
1520         (is_LitOp): new helper function, checks operand type
1521         (genCmpEq): rewritten
1522
1523 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
1524
1525         * support/regression/tests/bug-908454.c: added
1526
1527 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
1528
1529         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
1530         * src/SDCCicode.c (usualBinaryConversions): op needs int type
1531         (geniCodeCast): cosmetic, don't preserve bit storage class
1532         (geniCodeLeftShift): added promotion
1533         (geniCodeLogic): fixed regression
1534         * src/SDCCsymt.c (computeTypeOr): accept bits too
1535         (compareType): 2nd part of fix for bug #908454, needed for bitfields
1536
1537 2004-03-07  Borut Razem <borut.razem AT siol.net>
1538
1539         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
1540
1541 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
1542
1543         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
1544         version of pic16_genPackRegisters which does not check if ic is a
1545         CAST operator,
1546         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
1547         function cause string1.c regression test fails
1548
1549 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
1550
1551         * sim/ucsim/configure.in,
1552         * sim/ucsim/configure,
1553         * sim/ucsim/doc/Makefile.in: use docdir
1554         * src/SDCC.y: fixed sbit atrributes
1555         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
1556         * src/SDCCast.c (decorateType): |^& need special promotion handling
1557         * src/SDCCast.h,
1558         * src/SDCCsymt.h: moved definition of RESULT_TYPE
1559         * src/SDCCsymt.h (computeType),
1560         * src/SDCCicode.c: computeType() needs op
1561         * src/SDCCsymt.c (checkTypeSanity),
1562         * doc/sddman.lyx: "plain" bitfields are unsigned
1563         * src/SDCCsymt.c (computeTypeOr): added
1564         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
1565         |^& ops
1566         * src/SDCCval.c (val*): computeType() needs op
1567         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
1568         * support/regression/tests/onebyte.c: added tests for |^&
1569
1570 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
1571
1572         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
1573         for writing icode into asm output.
1574
1575 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
1576
1577         * src/pic16/device.c: added some debug lines enabled
1578         with macro DEBUG_CHECK,
1579         * src/pic16/genarith.c: more debug in genPlus,
1580         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
1581         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
1582         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
1583         * (aopForSym): onStack symbols are re-placed in data memspace,
1584         and onStack flag is cleared,
1585         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
1586         copy temporary pcodeop,
1587         * (genPcall): added warning for not updating PCLATU,
1588         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
1589         always true for pic16 port,
1590         * (genMultOneWord): NEW, supports integer multiplication,
1591         * (genMult): modified to call genMultOneWord,
1592         * (ifxForOp): added warning when return NULL,
1593         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
1594         flag is set before call to operandFromSymbol for implicit
1595         added structures,
1596         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
1597         options.intlong_rent are set by default,
1598         * (_hasNativeMulFor): modified to allow port generation of integer
1599         multiplication,
1600         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
1601         set regtype to REG_SFR for all registers, restricting seting the
1602         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
1603
1604 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1605
1606         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
1607         more than 500 times in the regression tests
1608
1609 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1610
1611         * support/Util/SDCCerr.h,
1612         * support/Util/SDCCerr.c,
1613         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
1614         enumerator_list),
1615         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
1616         for symbol conflicts.
1617         * support/valdiags/tests/enum.c,
1618         * support/valdiags/tests/tentdecl.c,
1619         * support/valdiags/tests/struct.c: expect possible error messages
1620         referring to original symbol definitions.
1621         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
1622         * src/SDCCsymt.h,
1623         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
1624
1625 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
1626
1627         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
1628
1629 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
1630
1631         * src/pic16/ralloc.c (newReg): fixed bug #908929
1632
1633 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1634
1635         * src/ds390/gen.c: added missing #include "main.h"
1636
1637 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
1638
1639         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
1640         checking if symbol is already in set,
1641         * src/pic16/device.h: prototype for checkAddSym,
1642         * src/pic16/gen.c: (_G): added entry interruptvector,
1643         * (assignResultValue): removed some commented out lines,
1644         * (genFunction): check for ISR via sym->type, absolute section for
1645         interrupt code is created via a new pBlock, the goto instruction is
1646         placed now correctly at the interrupt vector position, changed all
1647         references from ivec to _G.interruptvector,
1648         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
1649         is the interrupt is a high priority one, same for return from ISR,
1650         * src/pic16/glue.c: changed all calls of addSetHead for publics and
1651         externs to calls of checkAddSym,
1652         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
1653         pic16_pcode_verbose flag is set,
1654         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
1655         * src/pic16/pcoderegs.c: message about how many registers are saved
1656         will only be emitted if pic16_pcode_verbose flag is set,
1657
1658 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1659
1660         * src/ds390/ralloc.h,
1661         * src/ds390/ralloc.c (ds390_regWithIdx),
1662         * src/ds390/gen.c (emitcode),
1663         * src/ds390/main.h,
1664         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
1665         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
1666         ds390operandCompare, getRegsRead, getRegsWritten,
1667         initializeAsmLineNode): customized instruction size calculation for
1668         ds390, started basis for some register optimizations
1669         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
1670         corresponding assembly output
1671         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
1672         missing push/pop of r0/r1. Optimized push/pops
1673
1674 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1675
1676         * src/mcs51/main.c (instructionSize): fixed ACALL size
1677         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
1678
1679 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
1680
1681         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
1682         the sorting of rlist with NULL elements
1683         * (print_idataType, print_idata): NEW to create idata sections
1684         * src/pic16/device.h: idataSymSet new variable
1685         * src/pic16/gen.c (genFunction): fixed some bugs in string
1686         comparing, improved the absolute section creation for ISRs,
1687         added FSR0L/FSR0H in registers that are saved in an ISR,
1688         * (genInline): fixed the processing of inline snippets,
1689         now they undergo no process by the peephole optimizer
1690         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
1691         are placed in idataSymSet,
1692         * (pic16emitStaticSeg): extern symbols are added in externs,
1693         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
1694         switching when aboslute variables are placed in access bank memory
1695         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
1696         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
1697         commented out with #if,
1698         * (pic16_packRegisters): reintroduce the check for CAST because some
1699         symbols are not correctly handled,
1700         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
1701         pCodeInstruction instead of pCode,
1702         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
1703         pCodeAsmDir definition,
1704         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
1705         directive, then the argument directive is emitted without the leading
1706         tab, hack for inline labels which must be in the first column,
1707         * (compareLabel,pic16_findNextInstruction),
1708         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
1709         * (insertBankSwitch): modified for the new pCodeAsmDir,
1710
1711 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1712         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
1713
1714         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
1715         instance,
1716         * (pushSide): commented out with #if,
1717         * (assignResultValue): fixed some typos in saving
1718         registers,
1719         * (genPcall): FIXED and sync'ed with genCall,
1720         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
1721         * (genNearPointerGet): fixed to handle some more cases,
1722         implementation scheme via table reads,
1723         * (genConstPointerGet): modified to access code memory correct,
1724         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
1725         and improved to handle some cases
1726         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
1727         instead of "RETLW" for init data
1728         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
1729         not IN_DIRSPACE, work around to reduce bank switching when aboslute
1730         variables are placed in access bank memory (<0x80 and >=0xf80),
1731         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
1732         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
1733         TBLWT_POSTDEC,TBLWT_PREINC
1734         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
1735         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
1736         directives
1737         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
1738         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
1739         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
1740         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
1741
1742 2004-02-29  Borut Razem <borut.razem AT siol.net>
1743
1744         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
1745         support/Util/findme.h, support/Util/system.h: enhance binary relative
1746         search for lib and include by using findProgramPath()
1747
1748 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1749
1750         * src/SDCCpeeph.h,
1751         * src/SDCCpeeph.c (pcDistance),
1752         * src/port.h,
1753         * src/mcs51/ralloc.h,
1754         * src/mcs51/ralloc.c (mcs51_regWithIdx),
1755         * src/mcs51/main.h,
1756         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
1757         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
1758         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
1759         size calculation port specific, started basis for some register
1760         optimizations
1761         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
1762         missing push/pop of r0/r1. Optimized push/pops
1763         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
1764         * device/lib/_modsint.c (_modsint),
1765         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
1766         and stack version so regression tests pass
1767
1768 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
1769
1770         * src/Makefile.in (dep): include SLIBOBJS in dependency check
1771         * src/SDCCast.c (decorateType): catch another small optimization
1772         with '?' operator
1773         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
1774         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
1775         modified to finally use computeType() all over SDCC,
1776         see Feature Request #877103
1777         * src/SDCCval.h: cosmetic
1778         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
1779         valCompare(); regression tested in muldiv.c
1780         * support/regression/tests/muldiv.c (testMod): mod sign follows
1781         dividend only
1782
1783 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
1784
1785         * src/SDCCast.c (decorateType): fixed bug #902362
1786         * doc/INSTALL.txt: fixed install instructions for win32
1787
1788 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
1789
1790         * device/include/Makefile.in (install): fixed by replacing spaces
1791         by tabs
1792         * doc/README.txt,
1793         * doc/INSTALL.txt: updated for release
1794         * doc/sdccman.lyx: added warning for --xstack being buggy
1795
1796 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
1797
1798         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
1799         to eliminate build warnings.
1800         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
1801
1802 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
1803            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1804
1805         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
1806         removed -penable-stack, added comment for stack pragma, added
1807         warning for not initializing the stack/frame registers, removed
1808         comment at interrupts section
1809
1810         Stack is made permanent, there is no ability to disable stack usage.
1811         * src/pic16/device.h,
1812         * src/pic16/device.c: removed all references to USE_STACK macro,
1813         * src/pic16/device.c (pic16_dump_section): when no elements in
1814         rlist, free rlist before return,
1815         * (pic16_dump_int_registers): NEW, internal registers are a new set
1816         of general purpose registers reused by each function,
1817         * (checkAddReg): returns 1 if registers is added to set,
1818         * (pic16_groupRegistersInSection): when a registers is of type
1819         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
1820         * src/pic16/device.h: memRange and Assigned Memory are deleted,
1821         SRCASECMP macro is moved here from device.c
1822         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
1823         PO_PCLATU, PO_PRODL, PO_PRODH,
1824         * (pic16_pCodeOpType, genMinus,
1825         changed compares to "a" register, with AOP_ACC,
1826         * (pic16_genPlus): fixed some bugs and indented properly,
1827         * (pic16_addSign): changed size to size+offset in the MOVWF
1828         instruction,
1829         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
1830         multiply 8-bit operand by literal, result is 8-bit,
1831         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
1832         multiply 2 8-bit operand, result is 8-bit,
1833         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
1834         genUMult8X*_16,
1835         * src/pic16/gen.c: changed accUse to contain WREG only,
1836         * (pic16_emitcomment): renamed to pic16_emitpcomment,
1837         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
1838         true, do not use immediate addressing any more unless sym is a
1839         pointer in codespace,
1840         * (aopForRemat): do not use immediate addressing when symbol not in
1841         codespace and when symbol's address is requested,
1842         * (aopOp): for-loop in if(sym->accUse) is modified for the new
1843         accUse size (= 1),
1844         * (aopGet): added case for AOP_ACC and don't return "accumulator
1845         bug" but WREG instead,
1846         * (popGetTempReg): pushes contents of temporary register in stack,
1847         * (popReleaseTempReg): pops contents of temporary register from
1848         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
1849         * (pic16_popGet): separated case AOP_ACC to return register WREG
1850         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
1851         or PO_IMMEDIATE and initializes their instance/offset appropriately,
1852         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
1853         the use of immediate pointers to certain cases only.
1854
1855         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
1856         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
1857         * (assignResultValue, genCall, genRet): modified to use the new
1858         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
1859         genPcall is still broken,
1860         * (genFunction): added code to create 'A' type pBlocks when
1861         interrupt functions are generated, code not extensively tested yet,
1862         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
1863         * (genEndFunction): modified so ISRs pop stored registers from stack,
1864         * (genMultOneByte): cleanup,
1865         * (AccRsh): added flag andmask, to and result with appropriate mask,
1866         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
1867         * (genDataPointerGet): fixed and reenabled its use,
1868         * (genNearDataPointerGet): bugs fixed,
1869         * (genDataPointerSet): bugs fixed,
1870         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
1871         pic16_DumpSymbol, pic16_DumpOp,
1872         * src/pic16/genutils.h: function prototypes for the above functions,
1873         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
1874         pointers,
1875         * (pic16emitRegularMap): many many many improvements, but needs a
1876         major cleanup,
1877         * src/pic16/main.c: enable_stack in pic16_options is removed,
1878         * (_pic16_parseOptions): removed command line options -penable-stack,
1879         * (_process_pragma): emit stack symbol only when stack pragma is
1880         processed,
1881         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
1882         redirected to FSR0L/FSR0H pair,
1883         * (pic16_get_op, pic16_get_op2): modifications and improvements,
1884         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
1885         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
1886         for immediates,
1887         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
1888         * (dumpPicOptype): NEW,
1889         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
1890         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
1891         with movff instruction,
1892         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
1893         added pic16_int_regs, some packRegsFor* functions are commented out,
1894         because produce errors,
1895         * src/pic16/NOTES: minor modifications
1896
1897 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1898
1899         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
1900         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
1901         --pack-iram.
1902         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
1903         * as/mcs51/lkaomf51.c: fixed bug #895763
1904
1905 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
1906
1907         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
1908
1909 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1910
1911         * doc/sdccman.lyx: added details about the HC08 storage classes and
1912         interrupts, fixed the register usage info for z80 & gbz80
1913
1914 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
1915
1916         * doc/sdccman.lyx: added more pic16 port documentation
1917         * device/include/pic16/: added header pic18fregs.h
1918
1919 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
1920
1921         * doc/sdccman.lyx: added Vangelis' contribution
1922
1923 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1924
1925         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
1926         extend to the next CALL or PCALL, not just to the next CALL.
1927
1928 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
1929
1930         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
1931
1932 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1933
1934         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
1935         bug #895752 and a better fix for bug #716790
1936
1937 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1938
1939         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
1940
1941 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1942
1943         * doc/sdccman.lyx: minor changes, minor changed
1944
1945 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
1946
1947         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
1948         which can't handle SDCC_NEWONEBYTEOPS,
1949         (geniCodeMultiply): removed conversion from mult to shift for pic14
1950         and pic16
1951
1952 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1953
1954         * src/hc08/gen.h,
1955         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
1956         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
1957         thus fixing bug #895406
1958
1959 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
1960
1961         * device/lib/_modsint.c,
1962         * device/lib/_modslong.c: sign follows divisor only
1963         * src/hc08/gen.c (genMultOneByte): if result size is 1,
1964         signs or signedness can be ignored
1965         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
1966         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
1967         added optimization for IFX,
1968         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
1969         arguments;
1970         reenabled optimization for IFX, which was removed on 2004-01-11
1971         * src/SDCCast.h: added return type IFX
1972         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
1973         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
1974         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
1975         SDCC_OLDONEBYTEOPS selects the old behaviour
1976         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
1977         changed again and commented promotion rule
1978         * src/SDCCval.c (valDiv): promotion no longer necessary
1979         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
1980         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
1981         rewritten
1982         * support/regression/tests/onebyte.c: added
1983
1984 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
1985
1986         * gen.c (genInline): reverted to old code for assemnling inline
1987         code because of bug reported James Chadd
1988
1989 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
1990
1991         * ralloc.h: missing declarations from previous patch,
1992         seems that patch for ralloc.h was never applied, fixed
1993
1994 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
1995            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
1996
1997         * pcode.c,
1998         * pcode.h,
1999         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
2000         indirect addressing. Marked FSR0 as deprecated
2001         * gen.c (pointerCode): commented out, not needed now
2002         (pic16_popGet2p): new MOVFF helper function
2003         (genGenPointerGet),
2004         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
2005         (shiftRLong): removed duplicate debugging info
2006
2007 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2008
2009         * src/ds390/gen.c (genNearPointerGet),
2010         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
2011         optimization with bits, but not bitfields.
2012         * src/ds390/ralloc.c (packRegisters),
2013         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
2014
2015 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
2016
2017         * src/SDCCcse.c (algebraicOpts): copy operands before modification
2018
2019 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2020
2021         * src/SDCCsymt.h,
2022         * src/SDCCicode.c (operandFromSymbol),
2023         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
2024         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
2025         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
2026         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
2027         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
2028         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
2029         bug #892038
2030         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
2031         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
2032         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
2033         * src/SDCCsymt.c (newSymbol),
2034         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
2035         enumerator_list),
2036         * src/SDCCval.h,
2037         * src/SDCCval.c (newiList): fixed bug #885705
2038
2039 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2040
2041         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
2042         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
2043
2044 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2045
2046         * device/include/c8051f120.h,
2047         * device/include/c8051f300.h,
2048         * device/include/c8051f310.h: added/updated header files for Silicon
2049         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
2050         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
2051         in new section Submitting patches
2052
2053 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2054
2055         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
2056         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2057         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2058         genGenPointerSet),
2059         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
2060         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2061         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2062         genGenPointerSet),
2063         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
2064         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2065         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2066         genGenPointerSet),
2067         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
2068         genFarPointerGet, genCodePointerGet, genGenPointerGet,
2069         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
2070         genGenPointerSet): fixed bug #892400
2071         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
2072         to eliminate build warnings.
2073         * src/SDCCast.c (processParms),
2074         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
2075         fixed bug 751859
2076         * support/valdiag/valdiag.py: added GCC to the list of defines active
2077         when compiling with gcc
2078
2079 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2080
2081         * support/Util/SDCCerr.h,
2082         * support/Util/SDCCerr.c,
2083         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
2084         with an incomplete type (fixed bug #883734)
2085         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
2086
2087 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2088
2089         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
2090
2091 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2092
2093         * src/SDCCast.c (decorateType),
2094         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
2095         function pointer implementation
2096         * support/regression/tests/funptrs.c: added tests to verify both forms
2097         of function pointers work correctly. Added tests to verify parameters
2098         are passed in the correct order.
2099
2100 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
2101
2102         * device.c (regCompare): registers are sorted by ascending
2103         address and increasing size,
2104         * main.c (_pic16_finaliseOptions): removed the declaration
2105         of compiler macro MCU. Now a macro of the format pic18fxxxx
2106         will be defined from the command line
2107
2108 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
2109             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
2110
2111         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
2112         PCOP_RLCF was overwritten!
2113         * gen.c (genSkip): commented out calls to pic16_emitcode,
2114         * (genCmpEQ): fixed "long" compares, only high word did get compared,
2115         * (genlshTwo),
2116         * (genRRC): added debugging info,
2117         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
2118         overwritten while shifting,
2119         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
2120         overwritten while shifting,
2121         * (AccLsh),
2122         * (AccRsh),
2123         * (shiftLLeftOrResult),
2124         * (shiftRLeftOrResult),
2125         * (shiftRLong),
2126         * (shiftLLong): Implemented with pic16_emitpcode
2127         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
2128         * (genLeftShift): Fixed bug, operand for shift by variable always
2129         was "and"ed with 0x0f,
2130         * (genLeftShiftLiteral),
2131         * (genrshTwo),
2132         * (genRightShiftLiteral): added debugging info,
2133         * (genrshFour): added comment,
2134         * (genRightShift): determined signedness from operand "left"
2135         instead of "result"
2136
2137 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2138
2139         * src/SDCCicode.c (geniCodeParms),
2140         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
2141         function pointers, fixed function pointer bugs #861242 and #861896
2142
2143 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2144
2145         * device/include/c8051f000.h,
2146         * device/include/c8051f120.h,
2147         * device/include/c8051f300.h: added header files for Silicon
2148         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
2149
2150 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
2151
2152         * src/SDCCast.c (processParams): added new type flow and restructured
2153         (gatherAutoInit): added new type flow
2154         (addCast): cosmetic changes
2155         (getLeftResultType): added new type flow for array indices, patch
2156         provided by Stas, see FR #877103
2157         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
2158         array index patch by Stas
2159         * src/SDCCast.h: added prototype getResultTypeFromType()
2160         * src/SDCCval.h,
2161         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
2162         * src/pic/glue.c (pic14emitStaticSeg),
2163         * src/pic16/glue.c (pic16emitStaticSeg),
2164         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
2165         for initialization of symbols
2166         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
2167         * support/Util/SDCCerr.h:
2168         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
2169         * .version: bumped version number to 2.3.8
2170         * device/include/Makefile.in (install),
2171         * doc/Makefile (install): changed to 'rm `find ...`' construct to
2172         avoid warnings
2173
2174 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
2175
2176         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
2177         Slade Rich fixed an optimization bug
2178         * src/pic/pcodepeep.c,
2179         * src/pic/pcoderegs.c
2180         * doc/Makefile (install): added test for directory
2181
2182 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2183
2184         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
2185         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
2186         * src/pic/ralloc.c (getRegPtr, getRegGpr),
2187         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
2188         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
2189         * as/mcs51/asexpr.c (term),
2190         * as/hc08/asexpr.c (term): fixed bug #887146
2191
2192 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2193
2194         * src/z80/gen.c (genMult): handle single byte result product
2195         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
2196         DUMMY_READ_VOLATILE (fixed bug #886367)
2197
2198 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2199
2200         * support/regression/tests/libmullong.c: fixed logic, on little endian
2201         hosts we ended without a mullong_wrapper()
2202
2203 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2204
2205         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
2206         virus/worm forged address usage.
2207
2208 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2209
2210         Fixed promotion, it should be done on AST level:
2211         * src/SDCCast.c (addCast): added promotion to int
2212         (decorateType): updated call to upCast()
2213         * src/SDCCicode.c (geniCodeLeftShift): removed call to
2214         usualUnaryConversions()
2215
2216 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
2217
2218         * support/regression/tests/literalop.c (mulWrapper): Added a
2219         wrapper to remove integer overflow warnings.
2220
2221         * support/regression/tests/float_trans.c: Made work on host.
2222
2223         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
2224         location of sz80.
2225
2226         * support/regression/generate-cases.py (main): Changed from inline
2227         to a main method.
2228
2229         * doc/Makefile (install): Changed to depth first to get rid of
2230         missing directory install warning.
2231
2232         * as/Makefile (install-doc): Made work on Mac.
2233
2234 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
2235
2236         * src/SDCCast.c: added an additional type flow in decorateType() of
2237         opposite direction, see feature request #860006; it's enabled at runtime
2238         by setting the environment variable SDCC_NEWTYPEFLOW
2239         * src/SDCCast.h: changed prototype of decorateType()
2240         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
2241         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
2242         'char' to 'int' can be omitted, if both operands are 'unsigned char';
2243         see feature request #877103
2244         * src/SDCCval.c: updated call of decorateType()
2245         (valBitwise): fixed bug #882876
2246         (valMinus): added promotion
2247         (valLogicAndOr): result is unsigned
2248         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
2249         * src/SDCCsymt.c (computeType),
2250         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
2251         must not cause an unsigned operation
2252         * src/pic/glue (pic14emitRegularMap),
2253         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
2254
2255 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
2256
2257         * src/pic/pcode.c (PCodeID): commented out left over debug code
2258
2259 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2260
2261         * support/valdiag/tests/overflow.c: added shift tests
2262         * src/pic/device.c,
2263         * src/pic/gen.c,
2264         * src/pic/gen.h,
2265         * src/pic/glue.c,
2266         * src/pic/main.c,
2267         * src/pic/pcode.c,
2268         * src/pic/pcode.h,
2269         * src/pic/pcodepeep.c,
2270         * src/pic/pcoderegs.c,
2271         * src/pic/ralloc.c,
2272         * src/pic/ralloc.h: applied patch from Slade Rich;
2273         added support for multiple code pages and multiple RAM banks on the
2274         PIC 14 port. The ASM files now no longer simply assume all the
2275         code / RAM are in the same page / bank. This means the linker can
2276         safely allocate code/RAM of separate ASM files to different pages/banks.
2277         * doc/sdccman.lyx: added Slade's tips
2278         * src/mcs51/peeph.def: fixed bug #880768
2279
2280 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2281
2282         * src/hc08/ralloc.c (rematStr): fixed bug #879282
2283         * src/SDCCast.c (decorateType): fixed bug #880197
2284
2285 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
2286
2287         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
2288         getopt.h.
2289
2290         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
2291         strtof is not part of C89 and isn't included with Mac OS X.
2292
2293 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2294
2295         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
2296         shiftL2Left2Result): fixed bug #879326
2297         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
2298         (genMultOneByte): fixed bug in signed vs unsigned multiplication
2299         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
2300         address fetch for clr instruction
2301         * device/lib/hc08/_mulint.c: created optimized assembly version
2302         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
2303
2304 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
2305
2306         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
2307         proposed in FR #877103
2308
2309 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2310
2311         * src/SDCCval.c (cheapestVal): added missing checks
2312         * src/SDCCicode.c (usualBinaryConversions): fixed condition
2313         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
2314
2315 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
2316
2317         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
2318         equal operands
2319
2320 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
2321
2322         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
2323         loaded with the linker search paths (-L arguments) and the libraries
2324         to be linked with the current source (-l arguments). Changes
2325         currently will affect only the pic16 port.
2326         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
2327         include path the port specific paths and port specific libraries,
2328         * gplink command now contains the $3 argument,
2329         * src/pic16/device.h,
2330         * src/pic16/device.c,: structure PIC_device is made public and
2331         renamed to PIC16_device, the same for variable Pics which is renamed
2332         to Pics16. Updated all references to them.
2333         * src/pic16/glue.c (pic16glue): corrected bug with code
2334         initialization which bypassed the variable initializations block.
2335
2336         * device/lib/pic16/Makefile.rules: removed --penable-stack from
2337         COMPILE_FLAGS and added the --nostdinc option
2338
2339 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2340
2341         * device/include/mc68hc908jb8.h: Register defs for another member
2342         of the hc08 family. Contributed by Bjorn Bringert - thanks!
2343
2344 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
2345
2346         Documenting changes from previous commits.
2347         * configure.in (version 1.56),
2348         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
2349         when generating output files to configure the pic16 library,
2350         but now I've commented it out, since gputils aren't installed in the
2351         SF compile farm, so library won't compile
2352
2353         * device/lib/Makefile.in (version 1.56): initially I've added in
2354         target 'all' the prerequestive 'model-pic16' so it compiled the
2355         pic16 library, but now I've commented it out for the same reasons
2356         above,
2357         * added targets 'model-pic16' and 'objects-pic16' to compile the
2358         library
2359         * added target 'port-specific-objects-pic16' to handle the
2360         generated libraries and copy them into the build/ directory
2361         * added target 'clean-intermediate-pic16' to clean intermediate
2362         files into pic16 directory
2363         * in target 'installdirs' added line to create directory pic16 in
2364         the installation path
2365
2366         * device/include/Makefile.in (version 1.11): in target 'install'
2367         added lines to copy all header files to installation path,
2368         * in target 'installdirs' added line create directory for pic16
2369         headers in the installation path
2370
2371 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
2372
2373         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
2374          a function call
2375
2376 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
2377
2378         * configure,
2379         * device/lib/configure.in,
2380         * device/lib/configure: fixed for autoconf 2.57
2381
2382 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2383
2384         * src/z80/main.c (_parseOptions): fixed the portmode= command line
2385         option so that it actually works. Made it specific to the z80, since
2386         the gbz80 doesn't have these kinds of I/O ports.
2387
2388 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2389
2390         * device/include/z180.h,
2391         * device/lib/_memcpy.c,
2392         * device/lib/_memmove.c,
2393         * device/lib/_mulint.c,
2394         * device/lib/ser_ir.c,
2395         * device/lib/ser_ir_cts_rts.c,
2396         * device/lib/_strcmp.c,
2397         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
2398         * src/z80/main.c (_process_pragma): add support for pragmas bank and
2399         portmode; added deprecation warning for bank= and protmode= forms.
2400         Also, guard against buffer overflow.
2401         * src/z80/gen.c (aopGet): generate better code for sfr banked read
2402
2403 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2404
2405         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
2406         changed interrupt vector table generation to only emit declared vectors.
2407         * device/include/Makefile.in: added missing backslash
2408         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
2409
2410 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
2411
2412         Mainly changes to support compilation of the device libraries
2413         * src/pic16/device.c: stack is allocated via symbol and not
2414         via literal number. The symbol is placed in the corresponding
2415         position of the data ram
2416         * (pic16_dump_section): relocatable and absolute uninitialized
2417         data are now emitted in sorted order to reduce section naming,
2418         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
2419         weren't marked as being in the access bank,
2420
2421 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
2422
2423         Added portion of GNU PIC Library under the directory
2424         device/include/pic16 and device/lib/pic16. These files
2425         contain the declarations of SFRs for the PIC18Fxx2 devices.
2426         The directory is initialized via configure from toplevel.
2427
2428 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
2429
2430         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
2431         the spilllocations to be compared correctly
2432
2433 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
2434
2435         * src/SDCCast.c (decorateType): fixed bug introduced today
2436
2437 2004-01-12  Borut Razem <borut.razem AT siol.net>
2438
2439         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
2440         doc/sdccman.lyx: upper case pragmas are deprecated
2441
2442 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
2443
2444         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
2445         in simpler and even better code
2446
2447 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
2448
2449         * src/SDCCicode.c (operandOperation): fixed bug #874819
2450         * src/SDCCast.c (decorateType): fixed
2451         char foo (unsigned long ul) { return ul > 0; }
2452
2453 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2454
2455         * doc/sdccman.lyx: Moved and added some sections, small changes
2456         all over. Telling LaTeX to be less strict with word spacing
2457         to better keep the right margin. Changed some notes about
2458         maintainance of the ports in section 3.2.1 - is it OK like this?
2459
2460 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2461
2462         SDCC source changes:
2463         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
2464         convilong): modified to inform the pic16 port that builtin functions
2465         are external
2466
2467         PIC16 PORT specific changes:
2468         * src/pic16/device.c pic16_dump_equates() added,
2469         processor registers declared internally by the port are emitted in
2470         the translation as equates,
2471         * src/pic16/gen.c: inline code is passed unprocessed to the
2472         translation,
2473         * (pic16_popGetLit2): fnuction modified to take second operand as
2474         pCodeOp pointer and not as literal,
2475         * (popRegFromIdx): prefixed with pic16_,
2476         * (pic16_popCombine2): modified to receive already allocated pCode
2477         operands,
2478         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
2479         * (genFunction): initializes local stack frame and pushes on stack
2480         all the registers used by this function,
2481         * (genEndFunction): restores all registers from stack and restores
2482         stack frame,
2483         * src/pic16/glue.c (pic16emitRegularMap): various changes and
2484         improvements,
2485         * (pic16glue): changed the program startup sequence,
2486         * added new dbName code 'A' for functions placed in absolute section
2487         * src/pic16/main.c: added function attribute _naked,
2488         * added pragma 'code' to place a fnuction at an absolute address,
2489         * added command line arguments --debug-ralloc and --pcode-verbose,
2490         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
2491         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
2492         * (pic16_newpCodeOpLit2): modified to take the second operand as
2493         pCodeOp pointer,
2494         * (pic16_printpBlock): modified to emit each function in a separate
2495         section,
2496         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
2497         UPPER for immediate operands,
2498         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
2499         instruction,
2500         * src/pic16/peeph.def: all peepholes with movff are commented out,
2501         because there is a problem in the pcode peep optimizer,
2502         * src/pic16/ralloc.c: the register allocator can now reuse local
2503         function symbols for another function. This saves register usage.
2504         * src/pic16/ralloc.h: added flag isLocal in structure regs,
2505
2506         Added file src/pic16/NOTES with information about program writing on
2507         the current port version.
2508
2509 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2510
2511         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
2512         and peephole 252 (array access)
2513
2514 2004-01-09  Borut Razem <borut.razem AT siol.net>
2515
2516         * src/SDCCmain.c : fixed #872250: -l command line defined library
2517           files are scanned before standard library files
2518
2519 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2520
2521         * src/SDCCast.c (decorateType): fixed bug #874046
2522
2523 2004-01-09  Borut Razem <borut.razem AT siol.net>
2524
2525         * support/scripts/sdcc.nsi: remove previous installation
2526
2527 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2528
2529         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
2530         bytes for last interrupt vector (mcs51)
2531         * sdcc.spec: fixed typo
2532
2533 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2534
2535         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
2536         gen51Code): more efficient parameter receive for --model-large
2537         ("bug" #845294)
2538
2539 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2540
2541         * src/ds390/main.c,
2542         * src/z80/main.c: added missed needLinkerScript flags (more than
2543         one port structure defined in these file)
2544         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
2545         bug #795325
2546
2547 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
2548
2549         * src/SDCCmain.c: removed various references to DEFAULT_PORT
2550         * src/port.h: added flag needLinkerScript in port->linker
2551         structure to inform whether to create a .lnk file or not,
2552         * src/avr/main.c,
2553         * src/ds390/main.c,
2554         * src/hc08/main.c,
2555         * src/mcs51/main.c,
2556         * src/pic/main.c,
2557         * src/pic16/main.c,
2558         * src/xa51/main.c,
2559         * src/z80/main.c: changed appropriately to configure
2560         needLinkerScript flag
2561         * src/pic/gen.c,
2562         * src/pic16/gen.c (genAddrOf): fixed bug #863624
2563         * src/pic/glue.c: added variable udata_section_name to
2564         override default uninitialized data segment definition for
2565         devices only with SHAREBANK memory (reported from Erik Epetrich)
2566         * (pic14emitOverlay): modified to emit a commented overlay segment
2567         directive when no overlay data exist
2568         * (picglue): modified to emit uninitialized data segment
2569         according to udata_section_name
2570         * src/pic/main.c (_pic14_parseOptions): added command line
2571         options --udata-section-name=[name] to override default
2572         udata definition name
2573         * modified _linkCmd and _asmCmd to include compiler passed
2574         arguments via -W option
2575         * src/pic16/main.c: added $l in _asmCmd, changed extension for
2576         object file from '.rel' to '.o' in port->linker structure,
2577         changed size of fptr from 2 to 3 in port structure
2578
2579 2004-01-07  Borut Razem <borut.razem AT siol.net>
2580
2581         * support/scripts/sdcc.nsi: update PATH
2582         * support/scripts/sdcc.ico: craeted
2583
2584 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
2585
2586         * device/include/Makefile.in: fix install
2587         * doc/Makefile: fix install
2588
2589 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2590
2591         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
2592         in bug #860505
2593         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
2594         how the function variable allocation summary is displayed; also
2595         include information about variables allocated to the overlay
2596         segment
2597
2598 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2599
2600         * as/mcs51/lkmain.c: Help about -Y option
2601         * as/mcs51/lkarea.c: Fixed gcc warnings
2602
2603 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
2604
2605         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
2606         fixed warning
2607         * support/valdiag/tests/overflow.c: added
2608         * src/SDCCast.c (decorateType),
2609         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
2610         LEFT_OP (left shift)
2611
2612 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2613
2614         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
2615         (default behaviour).
2616
2617 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2618
2619         A python script to validate compiler diagnostic messages. It can be
2620         used to verify that sdcc complains about bad c source code and
2621         gives a good location of the error.
2622         * support/valdiag/Makefile,
2623         * support/valdiag/valdiag.py,
2624         * support/valdiag/tests/*
2625
2626 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2627
2628         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
2629         * src/SDCCsymt.c (newEnumType),
2630         * src/SDCCsymt.h
2631         * support/Util/SDCCerr.c,
2632         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
2633         enum related bugs.
2634         * support/regression/tests/enum.c: added test for enum values that
2635         require at least 2 bytes of storage.
2636
2637 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
2638
2639         * src/common.h: added ifndef/define/endif macros
2640         around the header file.
2641         Bug reported from Jesus Calvino-Fraga
2642
2643 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
2644
2645         * sdcc.spec: updated
2646         * device/include/Makefile.in: don't install CVS directories
2647         * device/lib/Makefile.in: added removal of CVS directories after install
2648         * doc/Makefile: fixed install, added local_icons
2649         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
2650         * src/mcs51/gen.c (genRightShift): fixed bug #870788
2651         * src/ds390/gen.c (genRightShift): fixed bug #870788
2652         * src/SDCCast.c (decorateType): fixed bug #870781
2653
2654 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
2655
2656         PIC16 port related changes:
2657         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
2658         added variable stackPos,
2659
2660         * gen.c: genCall, assignResultValue: added support for
2661         pushing/retrieving function parameters to/from stack,
2662         genFunction,genEndFunction: setup stack frame for the
2663         generated function,
2664         genAddrOf: will be changed according to bug 863624
2665
2666         * added files genutils.c and genutils.h which contain gen*
2667         debugged and optimised functions extracted from gen.c
2668
2669         * glue.c: added variable 'externs' which holds extern symbols,
2670         pic16emitRegularMap: is modified to properly handle relocatable
2671          symbols under the new scheme,
2672         pic16createInterruptVect: is modified
2673         pic16printPublics: is modified to emit 'global' assembler directives,
2674         added pic16_printExterns to print extern symbols,
2675         pic16glue: initializes stack/frame pointer in the beginning of
2676         the assembly output. Temporary hack, will be corrected later,
2677         because gplink yet does not support stack and SDCC does not
2678         yet support a type of crt0.o object to create the final binary.
2679
2680         * Removed many lines that contain 8051 legacy code.
2681         * The code is finally placed under a 'code' directive.
2682         * Added port specific options.
2683
2684         * _process_pragma: simplified since now we do not need *special*
2685         include file to define SFR registers. But a separate header
2686         will be needed. This will be developed later.
2687         * _pic16_parseOptions: added, parses port specific options:
2688         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
2689         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
2690         --preplace-udata-with=
2691
2692         * _pic16_setDefaultOptions: modified to initialize section names,
2693         but hack is temporarly out of order since it needs improvement.
2694         * _pic16_genAssemblerPreamble: configuration words are emitted by
2695         their address instead of their name. This part is incomplete and
2696         supports only the 18Fxx2 devices. Other devices will emit an error
2697         during assembly since they do not contain the same set of config
2698         registers
2699         * _pic16_genIVT: is modified,
2700
2701         * pcode.c: added definitions for some hardware registers that are needed
2702         for stack support
2703         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
2704         All PCI entries are updated. Now LFSR is supported.
2705         * Removed pic16_pciTRIS is mentioned by mdubuc in source
2706         * added pic16_newpCodeOpLit2 to support instructions with
2707         two literal arguments
2708         * pic16_pCode2str: corrected code that emits assembler instructions
2709         with two literal operands and those that have an access bit modifier
2710         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
2711         this fixes a bug which caused some labels to be lost, when an
2712         assembler directive was added, i.e. banksel,
2713         * pic16_FixRegisterBanking: improved logic that causes the insertion
2714         of bank switching,
2715         * InlineFunction: functions that are called once, are not any more
2716         inlined. This can be a port option in the future,
2717
2718         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
2719
2720         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
2721         hold the corresponding uninitialized symbols,
2722         * pic16_allocProcessorRegister: registers have explicit marked the
2723         accessBank field,
2724         * pic16_allocInternalRegister: registers are explicit marked as
2725         not used,
2726         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
2727         processing list, so bit registers were lost,
2728         *
2729
2730         * ralloc.h: added field 'accessBank' and original symbol operand
2731         in register definition,
2732         * removed the field isMapped from register definition,
2733
2734         ** Several functions have been removed from various sources:
2735         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
2736         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
2737         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
2738         pic16_assignRelocatableRegisters
2739
2740         ** others have been introduced:
2741         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
2742         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
2743
2744 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
2745
2746         * support/scripts/inc2h.pl: changed definition of BIT_AT
2747         to emit 'sbit at' instead of 'bit at'. This was a request.
2748
2749         PIC16 port related preliminary changes:
2750         * gen.c: prefixed function popRegFromString with
2751         pic16_ and all references to it corrected
2752         * pcode.c: all pic16_pc_* hardware registers prefixed
2753         with underscore (_),
2754         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
2755         * ralloc.c: newReg(): when register is REG_SFR then
2756         set address to rIdx,
2757         pic16_allocProcessorRegister(): marks register wasUsed=0
2758         pic16_writeUsedRegs(): added a call to assign processor
2759         registers via pic16_assignFixedRegisters
2760
2761 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2762
2763         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
2764         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
2765         variables in unused register banks.  Also the SSEG is placed
2766         wherever there is enough space for it, and IDATA can be anywhere
2767         in internal RAM.  For now compile using -Wl-Y[stack_size].
2768         The mem file is different for this option as well, since it
2769         makes no sense of talking about DSEG lenght.
2770
2771 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
2772
2773         * src/SDCClrange.c: fixed bug 869095 that caused segfault
2774         in certain cases, e.g. when ROM assignment, patch provided
2775         from Albert den Haan.
2776
2777 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
2778
2779         Many signedness and type propagation fixes:
2780         * src/SDCCicode.c: made geniCodeCast() static
2781         replaced SPEC_ by IS_ (cosmetic)
2782         (operandOperation): fixed div and mod operation
2783         (usualBinaryConversions): added support for promotion of char
2784         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
2785         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
2786         (geniCodeAdd): an array index will stay unsigned, even if promoted
2787         from char to int
2788         (geniCodeArray): ditto
2789         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
2790         * src/SDCCsymt.c (computeType): added more support for char;
2791         promotion of char is selectable by promoteCharToInt, fixed signedness
2792         for all cases
2793         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
2794         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
2795         * src/SDCCval (val*): replaced signedness calculation by
2796         computeType()
2797         rearranged if-branches (cosmetic)
2798         (valShift): added warning W_SHIFT_CHANGED
2799         (valCompare): fixed problem with different types
2800         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
2801         * support/regression/tests/literalop.c: added many cases
2802         * support/regression/tests/ast_constant_folding.c: changed finally to
2803         'unsigned int'
2804         * .version: new year, new version: 2.3.7
2805         * src/SDCCmain.c (main): applied patch #866468
2806         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
2807         provided by Scott Bronson
2808         * doc/sdccman.lyx: updated documentation for sdcdb
2809         updated and added chapter tips
2810
2811 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2812
2813         * src/SDCCsymt.h: missing from yesterday's commits
2814
2815 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2816
2817         * src/SDCC.y (struct_or_union_specifier),
2818         * support/Util/SDCCerr.c,
2819         * support/Util/SDCCerr.h: verify that struct & union tags are used
2820         as declared.
2821
2822 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2823
2824         * src/SDCCglobl.h: missing from yesterday's commits
2825
2826 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2827
2828         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
2829         sft_attributes, struct_declaration, parameter_declaration,
2830         type_name, start_block, declaration_list),
2831         * src/SDCC.lex (check_type): support redefinition of typedef names
2832
2833 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2834
2835         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
2836         aligned xdata arrays. Erik helped me with the if clause.
2837
2838 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2839
2840         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
2841         warning
2842
2843 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2844
2845         * src/SDCCast.h,
2846         * src/SDCCast.c (newAst_),
2847         * src/SDCCicode.h,
2848         * src/SDCCicode.c (ast2iCode, newiCode),
2849         * src/SDCCglobl.h,
2850         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
2851         expr, statement, expression_statement, selection_statement,
2852         iteration_statement, expr_opt, jump_statement): foundation for tracking
2853         sequence points
2854         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
2855         point code too)
2856
2857 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2858
2859         * support/Util/SDCCerr.c,
2860         * src/SDCCast.h,
2861         * src/SDCCast.c (createCase, createDefault, decorateType),
2862         * src/SDCClabel.c (labelUnreach),
2863         * src/SDCC.y (labeled_statement, jump_statement): More improvements
2864         to error messages.
2865         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
2866         (with thanks to Stas Sergeev)
2867         * device/include/time.h,
2868         * device/lib/time.c (CheckTime): suppress unreachable code warning
2869
2870 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2871
2872         * src/SDCCast.c (createIvalCharPtr),
2873         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
2874         bug #753752)
2875         * support/regression/tests/nullstring.c: tests for these two bugs
2876
2877 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2878
2879         * support/Util/SDCCerr.h,
2880         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
2881         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
2882         about storage class and 'at' used inside struct or union
2883         * src/SDCCBBlock.c (iCodeFromeBBlock),
2884         * src/SDCCcse.c (ifxOptimize),
2885         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
2886         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
2887         printIval, emitStaticSeg, emitOverlay),
2888         * src/SDCClabel.c (deleteIfx),
2889         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
2890         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
2891         gatherAutoInit, processParms),
2892         * support/Util/SDCCerr.h,
2893         * support/Util/SDCCerr.c (werrorfl): Support for better error location
2894         reporting for post-parse errors.
2895
2896 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2897
2898         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
2899         implicit casts via union; they don't work on big endian systems
2900         (possible fix for bug #861138)
2901
2902 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2903
2904         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
2905         * src/mcs51/main.c: fixed the fix for bug #737001
2906
2907 2003-12-15  Borut Razem <borut.razem AT siol.net>
2908
2909         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
2910
2911 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2912
2913         * support/makebin/makebin.c: put output in binary mode
2914
2915 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2916
2917         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
2918         xdata and data memory on startup. Set the environment variable
2919         SDCC_NOGENRAMCLEAR to disable this.
2920         * src/mcs51/peephole.def,
2921         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
2922         (allows non-interrupt and interrupt code to safely compete for a resource
2923         without the non-interrupt code having to disable interrupts)
2924
2925 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2926
2927         * src/SDCCicode.c (geniCodeAdd),
2928         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
2929         with valFromType if type might be a pointer and host is big endian).
2930         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
2931         types, not just integer types.
2932         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
2933         multiply defined with mismatching "at" address.
2934
2935 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2936
2937         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
2938         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
2939         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
2940         with embedded nulls (fixed bug #753752)
2941
2942 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2943
2944         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
2945         Apparently this did not see much testing (endless loop)
2946
2947 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2948
2949         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
2950
2951 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2952
2953         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
2954         gracefully handle NULL memmap pointers
2955
2956 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2957
2958         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
2959         instead of deleting the iCode when an operand is volatile
2960         * src/z80/gen.c (genDummyRead),
2961         * src/mcs51/gen.c (genDummyRead),
2962         * src/ds390/gen.c (genDummyRead),
2963         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
2964         not just IC_RIGHT
2965         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
2966         * src/SDCC.y: fixed bug #850420
2967
2968 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2969
2970         Applied z80 i/o port patch from Peter Townson and fixed some operators
2971         to better handle operands in A register.
2972         * device/include/z180.h
2973         * src/SDCC.y
2974         * src/SDCCglue.c
2975         * src/z80/gen.c
2976         * src/z80/gen.h
2977         * src/z80/main.c
2978         * src/z80/peeph-z80.def
2979         * src/z80/peeph.def
2980         * src/z80/z80.h
2981
2982 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2983
2984         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
2985
2986 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2987
2988         * device/lib/hc08/_mullong.c: Removed extra #endif
2989
2990 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2991
2992         * sim/ucsim/hc08.src/inst.cc,
2993         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
2994         carries from x to h
2995         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
2996         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
2997         * device/include/stdarg.h: fixed varargs for hc08
2998         * device/lib/Makefile.in,
2999         * device/lib/hc08/Makefile,
3000         * device/lib/hc08/_mulint.c,
3001         * device/lib/hc08/_mullong.c: fixed some endian problems
3002
3003 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3004
3005         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
3006         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
3007         * device/lib/_gptrget.c,
3008         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
3009
3010 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3011
3012         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
3013         * src/SDCCast.c (astErrors): fixed bug #846007
3014         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
3015
3016 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3017
3018         * src/SDCCast.c (decorateType): disabled a transformation I added in
3019         revision 1.188 (access to fields of a structure at an absolute address);
3020         it breaks with bitfields, extern declarations, and gcse analysis.
3021         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
3022         could be assigned through a pointer, so don't complain.
3023         * src/SDCCast.c (astErrors),
3024         * src/SDCCast.h,
3025         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
3026
3027 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
3028
3029         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
3030         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
3031         output of __config directives, since gpasm now supports them
3032         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
3033         pre-processor macro, i.e. -DMCU=p18f452
3034         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
3035         and modified to handle 'cast' icode similarly to '=' icode
3036         * src/pic16/device.h (typedef struct PIC_device): added field
3037         'extMIface' to indicate that chip has external memory interface
3038         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
3039         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
3040         18F8720
3041
3042 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3043
3044         * src/SDCC.y (pointer): fixed bug #846006
3045         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
3046         * src/SDCCast.c (decorateType): fixed bug #846009
3047         * src/ds390/peeph.def,
3048         * src/ds390/gen.c (genAnd, genOr),
3049         * src/mcs51/peeph.def,
3050         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
3051
3052 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3053
3054         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
3055         * src/SDCCdflow.c
3056         * src/SDCCcse.c
3057         * src/SDCCcse.h
3058         * src/SDCCBBlock.h
3059         * src/SDCCBBlock.c
3060
3061 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
3062
3063         fixed bug #845089
3064         * src/SDCCbitv.h,
3065         * src/SDCCbitv.c: added function to free a bitvector
3066         * src/SDCClrange.h,
3067         * src/SDCClrange.c: added function to recompute the liveranges
3068         * src/avr/ralloc.c,
3069         * src/ds390/ralloc.c,
3070         * src/hc08/ralloc.c,
3071         * src/mcs51/ralloc.c,
3072         * src/pic/ralloc.c,
3073         * src/pic16/ralloc.c,
3074         * src/xa51/ralloc.c,
3075         * src/z80/ralloc.c: recompute the liveranges after register packing
3076
3077 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
3078
3079         * src/SDCCloop.c (newInduction): fixed bug #845630
3080
3081 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3082
3083         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
3084         inadvertantly left behind from my 2003-11-12 change
3085
3086 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3087
3088         Updated headers I neglected to commit yesterday.
3089         * src/SDCClrange.h,
3090         * src/SDCCicode.h
3091
3092 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3093
3094         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
3095         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
3096         * src/SDCCopt.c (eBBlockFromiCode),
3097         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
3098         the creation of the key hash table from the sequencing so it can be used
3099         earlier (for some GCSE bug fixes still pending)
3100
3101 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3102
3103         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
3104         * support/regression/tests/addsub.c: testing genPlus shortcut
3105
3106 2003-11-15  Borut Razem <borut.razem AT siol.net>
3107
3108         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
3109
3110 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3111
3112         * src/SDCCcse.c (cseBBlock): fixed bug #527779
3113         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
3114         ordering is immaterial.
3115         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
3116
3117 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3118
3119         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
3120         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
3121         (SIGSEV) of bug #840381
3122         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
3123         unlink new file before rename if new and old filenames are the same)
3124
3125 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3126
3127         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
3128         uninitialized variables) for the mcs51. Set environment variable
3129         SDCC_GENRAMCLEAR to test.
3130         xdata initialization slightly shorter
3131
3132 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3133
3134         * src/SDCCsymt.h,
3135         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
3136         #838241 & 780691 (basicly the same bug)
3137         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
3138         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
3139
3140 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
3141
3142         * src/SDCCmain.c (linkEdit): "fix" #834252
3143
3144 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3145
3146         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
3147         * src/SDCCast.h,
3148         * src/SDCC.y: fixed bug #819403
3149
3150 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3151
3152         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
3153         the reentrant attribute.
3154         * src/hc08/gen.c (genPackBits): added missing stack readjustment
3155         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
3156         simulation
3157         * src/SDCCast.c (decorateType): fixed bug with storage class not being
3158         updated during pointer dereference; f.e. ~(((char *)1)*) was being
3159         erroneously reduced to a literal.
3160         * src/hc08/ralloc.c (packRegisters, rematStr),
3161         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
3162         some cases
3163
3164 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3165
3166         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
3167         * doc/sdccman.lyx: changed from 'article' to 'book'
3168         * doc/Makefile: readded test_suite_spec and cdbfileformat
3169
3170 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
3171
3172         * device/include/stdlib.h: include malloc.h to comply with ANSI
3173         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
3174
3175 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3176
3177         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
3178         * doc/clean.mk: also remove *.out files
3179         * doc/sdccman.lyx: some additions, larger top/bottom margins
3180
3181 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3182
3183         * src/SDCC.y: fixed bug #837365
3184         * support/regression/tests/bitopcse.c
3185         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
3186         a symbol (might be valop instead)
3187         * device/lib/Makefile.in: added errno.c to HC08SOURCES
3188         * device/lib/clean.mk: added hc08 to the cleaning list
3189
3190 2003-11-04  Borut Razem <borut.razem AT siol.net>
3191
3192         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
3193           made 2003-11-04
3194         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
3195           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
3196           malloc is declared in standard stdlib.h
3197
3198 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3199
3200         * device/lib/hc08/Makefile: need to clean .rel not .o files
3201         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
3202
3203 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3204
3205         * src/port.h,
3206         * src/hc08/main.c,
3207         * src/mcs51/main.c,
3208         * src/ds390/main.c,
3209         * src/z80/main.c,
3210         * src/avr/main.c,
3211         * src/pic/main.c,
3212         * src/pic16/main.c,
3213         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
3214         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
3215         tests (which uses the port's oclsExpense function)
3216         * src/SDCC.y,
3217         * src/SDCCast.c,
3218         * src/SDCCicode.c,
3219         * src/hc08/gen.c,
3220         * src/ds390/gen.c,
3221         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
3222
3223 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3224
3225         * src/SDCCcse.c (ifxOptimize),
3226         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
3227         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
3228         deleting the IFX iCode.
3229         * src/hc08/ralloc.c: reduced unneeded slocs
3230         * src/hc08/gen.c: fixed bug in asmopToBoolean
3231
3232 2003-11-04  Borut Razem <borut.razem AT siol.net>
3233
3234         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
3235           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
3236           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
3237           transferred to configure
3238
3239 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
3240
3241         Use headers defined in the C[++] standards:
3242         * sim/ucsim/gui.src/serio.src/fileio.cc
3243         * sim/ucsim/gui.src/serio.src/frontend.cc
3244         * sim/ucsim/gui.src/serio.src/main.cc
3245         * sim/ucsim/gui.src/serio.src/posix_signal.cc
3246         * support/Util/NewAlloc.c
3247         * as/hc08/lklibr.c
3248         * as/mcs51/lklibr.c
3249         * as/z80/aslist.c
3250         * as/z80/assym.c
3251
3252 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3253
3254         * Added MSVC projects for hc08 assembler and linker:
3255         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
3256         /as/hc08/link_hc08.dsp
3257
3258 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
3259
3260         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
3261
3262 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
3263
3264         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
3265
3266 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3267
3268         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
3269
3270 2003-10-31  Borut Razem <borut.razem AT siol.net>
3271
3272         * support/cpp2/cpplib.h,
3273           support/cpp2/cpplib.c,
3274           support/cpp2/cpplex.c,
3275           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
3276           to switch _asm block preprocessing on / off. Default is
3277           #pragma preproc_asm +
3278
3279 2003-10-31  Borut Razem <borut.razem AT siol.net>
3280
3281         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
3282           when outputting comment blocks (when executed with -C option) and
3283           _asm (SDCPP specific) blocks
3284
3285 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3286
3287         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
3288
3289 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
3290
3291         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
3292
3293 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
3294
3295         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
3296         * src/SDCCast.c (decorateType): fixed bug #832664
3297
3298 2003-10-31  Borut Razem <borut.razem AT siol.net>
3299
3300         * support\cpp2\cpplex.c: fixed for SDCPP:
3301           comments(when executed with -C option) and _asm blocks
3302           were included even if they where in skipped #if block.
3303           Applied solution from GCC cpp 3.3.2
3304
3305 2003-10-31  Borut Razem <borut.razem AT siol.net>
3306
3307         * src/SDCC.lex: sdcc now understands both formats:
3308           '# <line_number> <file_name>' and
3309           '#line <line_number> <file_name>'
3310         * support/cpp2/cppmain.c: sdcpp now generates the standard
3311           '# <line_number> <file_name>' instead of former
3312           '#line <line_number> <file_name>'
3313
3314 2003-10-30  Borut Razem <borut.razem AT siol.net>
3315
3316         * support/cpp2/cpphash.h,
3317         * support/cpp2/cpplib.h
3318         * support/cpp2/cpplex.c,
3319         * support/cpp2/cppmain.c,
3320         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
3321
3322 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3323
3324         Fixed a number of problems revealed by bug #827883.
3325         * src/SDCCloop.c (loopInvariants): Spill location of the
3326         result operand should be recomputed if extracted from
3327         a loop. Also, don't extract assignments of an iTemp
3328         from a literal.
3329         * src/SDCCast.c (isConformingBody): loop reversal should
3330         not occur if the control variable is involved with a
3331         relational operator.
3332
3333 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3334
3335         * .version: bumped to 2.3.6 to reflect the big improvements
3336         made by Erik and Klaus. Thanks!
3337
3338 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
3339
3340         Replaced the livrange code.
3341         * src/SDCClrange.c: added new LR code
3342         * src/SDCCloop.c,
3343         * src/SDCCBBlock.h: removed remainig parts from old LR code
3344         * src/ds390/ralloc.c,
3345         * src/ds390/gen.c: minor fixes to make it work with new code
3346
3347 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3348
3349         * as/hc08/asm.h,
3350         * as/hc08/lkrloc.c,
3351         * src/hc08/gen.c,
3352         * src/hc08/ralloc.c: Fix various warnings related to the hc08
3353         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
3354         (tweaked fix for bug #818696)
3355
3356 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3357
3358         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
3359
3360 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3361
3362         * src/SDCCmain.c,
3363         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
3364         * src/mcs51/gen.c (gencjneshort),
3365         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
3366         more efficient (per Scott Bronson's suggestion)
3367
3368 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3369
3370         Extended the semantics of the critical keyword to include
3371         individual statements. See RFE #827755 and #799831
3372         * src/SDCC.y
3373         * src/SDCCicode.c
3374         * src/SDCCopt.c
3375         * src/SDCCast.c
3376         * support/Util/SDCCerr.c
3377         * support/Util/SDCCerr.h
3378         * src/mcs51/gen.c
3379         * src/ds390/gen.c
3380         * src/hc08/gen.c
3381
3382 2003-10-19  Borut Razem <borut.razem AT siol.net>
3383
3384         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
3385
3386 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3387
3388         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
3389         Fixed bug #818696
3390         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
3391         and predecrement operand is displayed
3392
3393 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
3394
3395         * src/SDCCval.c (valMinus): fixed bug #826041
3396
3397 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3398
3399         Some hc08 related updates that I missed earlier
3400         * sim/ucsim/stypes.h
3401         * support/regression/ports/hc08/spec.mk
3402
3403 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3404
3405         New target "hc08" for the Motorola 68hc08 family of micros
3406
3407         * configure
3408         * configure.in
3409         * Makefile
3410         * src/hc08/*
3411         * src/SDCCmain.c
3412         * src/port.h
3413         * sim/ucsim/hc08.src/*
3414         * sim/ucsim/configure.in
3415         * src/ucsim/configure
3416         * sim/ucsim/packages_in.mk
3417         * as/hc08/*
3418         * as/Makefile
3419         * device/include/mc68hc908qy.h
3420         * device/lib/hc08/*
3421         * device/lib/Makefile.in
3422         * support/regression/ports/hc08/*
3423         * support/regression/Makefile
3424
3425 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3426
3427         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
3428         regression test
3429         * src/ds390/gen.c (genCast): fixed bug #821957
3430
3431 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
3432
3433         * device/lib/logf.c: "fixed" overlay bug
3434         * support/regression/ports/host/spec.mk: added m library
3435         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
3436         * support/regression/tests/float_trans: added (for Eric)
3437
3438 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
3439
3440         * src/mcs51/gen.c (genCpl): fixed bug
3441         http://sf.net/mailarchive/message.php?msg_id=6263915
3442
3443 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
3444
3445         * src/SDCCast.c (decorateType): added extended constant folding
3446         * src/SDCCsymt.c (computeType): cleanup
3447         * src/SDCCval.c (valShift): minor optimization
3448         * support/regression/tests/ast_constant_folding.c: added
3449
3450 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3451
3452         * src/SDCCmain.c: removed some unintended changes
3453
3454 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3455
3456         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
3457         * src/z80/gen.c: fixed part of bug #817589
3458         * src/SDCCsymt.c (checkFunction): fixed bug #817895
3459
3460 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
3461
3462         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
3463         * src/SDCCcflow.c
3464         * src/SDCCcse.c
3465         * src/SDCCdflow.c
3466         * src/SDCClabel.c
3467         * src/SDCClrange.c
3468         * src/SDCCmem.c
3469         * src/SDCCopt.c
3470         * src/SDCCpeeph.c
3471         * src/SDCCset.c
3472         * src/avr/ralloc.c
3473         * src/ds390/ralloc.c
3474         * src/izt/ralloc.c
3475         * src/mcs51/ralloc.c
3476         * src/pic/ralloc.c
3477         * src/pic16/ralloc.c
3478         * src/xa51/ralloc.c
3479         * src/z80/ralloc.c
3480         * src/z80/gen.c: removed unused label "release:"
3481
3482 2003-10-06  Borut Razem <borut.razem AT siol.net>
3483
3484         * src/SDCC.lex: removed definition of unused variables
3485           save_optimize and save_options
3486
3487 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
3488
3489         * clean.mk: removed '=' in "-maxdepth=1"
3490         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
3491         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
3492
3493 2003-10-06  Borut Razem <borut.razem AT siol.net>
3494
3495         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
3496           my_unput() replaced by unput()
3497
3498 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
3499
3500         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
3501         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
3502         type-punned pointer will break strict-aliasing rules"
3503         Old LR behaviour is again default; Klaus' LR can be choosen by
3504         defining the environment variable LRKLAUS
3505         * src/SDCCBBlock.h
3506         * src/SDCCloop.c
3507         * src/SDCClrange.c
3508         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
3509         * clean.mk: fixed removal of files in bin/CVS/
3510         * device/lib/clean.mk: fixed removal of directories small and large
3511         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
3512         * src/SDCCicode.c,
3513         * src/SDCCval.c: removed superflous test for pedantic
3514
3515 2003-10-05  Borut Razem <borut.razem AT siol.net>
3516
3517         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
3518           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
3519           message "unmatched #pragma SAVE and #pragma RESTORE"
3520
3521 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3522
3523         * doc/sdccman.lyx: various additions and updates (interrupts, inline
3524           assembly, critical functions, atomic, nojtbound)
3525
3526 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
3527
3528         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
3529         * src/SDCCBBlock.h
3530         * src/SDCCloop.c
3531         * src/SDCCloop.h
3532         * src/SDCClrange.c
3533
3534 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3535
3536         * src/z80/gen.h,
3537         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
3538         * src/mcs51/gen.h
3539         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
3540         * src/ds390/gen.h
3541         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
3542         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
3543         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
3544
3545 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3546
3547         * src/z80/gen.c (genRet): fixed bug #524753
3548         * src/z80/gen.c (genCast): fixed internal error on cast from
3549         pointer to long
3550         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
3551         fix for bug #477835 to the z80
3552         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
3553         for tracking iCodes in the peephole optimizer for z80
3554
3555 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3556
3557         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
3558         the other part of bug #814548
3559         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
3560
3561 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
3562
3563         * src/SDCCcse.c: fixed part of bug #814548
3564
3565 2003-09-28  Borut Razem <borut.razem AT siol.net>
3566
3567         * src/asm.c: rewrite of printILine() to use temporary file instead
3568           a pipe
3569         * src/xa51/main.c: commented out declaration of int rewinds
3570
3571 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3572
3573         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
3574
3575 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3576
3577         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
3578         * src/asm.c (printILine): Fixed bug #811015
3579
3580 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3581
3582         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
3583         freeing.
3584
3585 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3586
3587         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
3588         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
3589         to correctly handle general case of AOP_PAIRPTR
3590         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
3591
3592 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3593
3594         * src/mcs51/ralloc.c (fillGaps),
3595         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
3596         register positioning bug)
3597
3598 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
3599
3600         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
3601
3602 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3603
3604         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
3605         genCodePointerGet, genGenPointerGet, genFarPointerSet,
3606         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
3607         (ralloc doesn't intentionally do this now, but perhaps later)
3608         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
3609         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
3610         register positioning bugs (Fixed bug #762602 and #795325)
3611         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
3612         (Fixed bug #808779)
3613         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
3614         lines that --i-code-in-asm generates
3615
3616 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3617
3618         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
3619         trying to fclose a FILE* that was already closed.
3620
3621 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3622
3623         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
3624         of const struct should be treated as if const themselves)
3625
3626 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
3627
3628         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
3629
3630 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3631
3632         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
3633         Unix (/n) and DOS (/r/n) line terminations.
3634
3635 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3636
3637         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
3638         bug #613775
3639
3640 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3641
3642         * src/mcs51/gen.c (genFunction, genEndFunction),
3643         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
3644         and restore of EA so that stack offsets to parameters are
3645         correct when using both critical and reentrant/stack-auto.
3646         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
3647         size (can be triggered in error if sloc is shared between
3648         different sized objects)
3649         * device/include/float.h: fixed macros to explicitly use
3650         unsigned long where needed
3651
3652 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
3653
3654         Feature req. 799831: added code to allow nesting of critical functions
3655         * src/mcs51/gen.c (genFunction, genEndFunction)
3656         * src/ds390/gen.c (genFunction, genEndFunction)
3657
3658 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3659
3660         * src/SDCCsymt.c (sclsFromPtr),
3661         * src/SDCCsymt.h,
3662         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
3663         support for standard C idiom of memory mapped variables; for
3664         example, *((xdata int*)0x1234) = 1 is now internally equivalent
3665         to xdata int at 0x1234 tempvar = 1.
3666         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
3667         provided by Akiya ISHIDA
3668
3669 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
3670
3671         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
3672         * src/SDCCval.c (constVal): added reduction from int to char
3673         * src/SDCCval.c (valMult, valDiv): fixed sign handling
3674         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
3675         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
3676         to ignore the sign
3677         * support/regression/tests/shifts.c: fixed
3678
3679 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3680
3681         * src/z80/gen.c (genXor): Fixed bug #805445
3682
3683 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3684
3685         Fixed bug #621531 (const & volatile confusion in the type chain).
3686         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
3687         refer to the const or volatile state of the pointer itself.
3688
3689         * src/SDCCast.c
3690         * src/SDCCglue.c
3691         * src/SDCCicode.c
3692         * src/SDCCsymt.c
3693         * src/SDCCval.c
3694         * src/SDCC.y
3695         * src/SDCCsymt.h
3696         * src/pic/gen.c
3697         * src/pic/ralloc.c
3698         * src/pic16/gen.c
3699         * src/pic16/ralloc.c
3700         * support/regression/tests/const.c
3701
3702 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3703
3704         When checking for duplicated modules, use absolute paths
3705         instead of relative paths.  Files changed:
3706
3707         * as/mcs51/lklib.c
3708         * link/z80/lklib.c
3709
3710 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3711
3712         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
3713
3714 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3715
3716         * device/include/string.h: added size_t typedef, changed
3717         prototypes to use size_t, eliminated separate reentrant and
3718         non-reentrant declarations, added _memmove declaration
3719         * device/lib/_memcpy.c: changed to use size_t instead of int,
3720         changed /4 to >>2 to avoid division library call
3721         * device/lib/_memcmp.c,
3722         * device/lib/_memset.c,
3723         * device/lib/_strncat.c,
3724         * device/lib/_strncpy.c,
3725         * device/lib/_strncmp.c: changed to use size_t instead of int
3726         * device/lib/_memmove.c: new file (fixed bug #772294)
3727         * device/lib/Makefile.in: added _memmove.c
3728         * device/lib/z80/asm_strings.s: fixed bug #772290
3729         * support/regression/tests/bitfields.c: attempt to fix host assertion
3730         failure on amd64-unknown-linux2.2
3731
3732 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3733
3734         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
3735         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
3736         * as/z80/asmain.c (main): fixed bug #801766
3737
3738 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
3739
3740         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
3741         compilers
3742
3743 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3744
3745         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
3746         reported in bug #800609
3747
3748 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
3749
3750         * Top header beautifications in src/pic16 directory:
3751           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
3752           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
3753           pcoderegs.h, ralloc.c, ralloc.h
3754         * main.c: added top header and GPL license notice
3755         * pcode.c: fixed the if-conditional warning
3756
3757 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
3758
3759         * device/lib/_mullong.c: replaced int by short for gcc
3760
3761 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3762
3763         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
3764         and JUMPTABLE iCodes properly now (worked by accident before)
3765         * src/mcs51/gen.c (leftRightUseAcc),
3766         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
3767         iCode properly now. Use getSize instead of nRegs since a & b
3768         aren't part of the nRegs tally.
3769
3770 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
3771
3772         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
3773         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
3774           before instructions that use the _STATUS register
3775
3776 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
3777
3778         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
3779         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
3780         fetching of the pointer
3781         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
3782         copied from genNearPointerSet()
3783         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
3784         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
3785         If they pop r0/r1 they must be called in the opposite order than aopOp().
3786         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
3787         (resp. --stack-auto), prepared for --xstack
3788
3789 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3790
3791         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
3792
3793 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
3794
3795         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
3796         these ports have their own __sdcc_external_start()
3797
3798 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
3799
3800         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
3801         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
3802         type for bits was changed. It resulted in bit variables becoming
3803         global, which is not permitted in PIC 14 assembly output.
3804
3805 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3806
3807         * doc/sdccman.lyx: various additions and updates. Rearranged sections
3808
3809 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3810
3811         Z80 and MCS51 linkers complaint if a public symbol is defined
3812         in more than one library module:
3813
3814         * as/mcs51/lklib.c
3815         * link/z80/lklib.c
3816         * as/mcs51/Makefile.in
3817
3818 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3819
3820         A few small changes that speed up the peephole optimizer.
3821
3822         * src/SDCCpeeph.c
3823
3824 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3825
3826         Try to make the peephole optimizer smarter by maintaining
3827         an association between the assembly source code and the
3828         iCodes that originated them. Put this information to use
3829         with a new peephole rule condition "notVolatile" so that
3830         the rules can be aggressive yet still safe.
3831
3832         * src/SDCCpeeph.c
3833         * src/SDCCpeeph.h
3834         * src/mcs51/gen.c
3835         * src/mcs51/peeph.def
3836
3837 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3838
3839         Fixed bug #741761
3840
3841         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
3842         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
3843         if the left or right operand symbols have the accuse flag set.
3844
3845 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3846
3847         Changed the type of the result of the ! (NOT) operator to char;
3848         previously it returned the same type as the source. This allows
3849         us to eliminate all the genFloatNot functions (all of its target
3850         implementations were very buggy) since !float can use the same
3851         code as !long now.
3852
3853         * src/SDCCicode.c (ast2iCode): ! returns char
3854         * src/mcs51/gen.c (genNot, genNotFloat),
3855         * src/ds390/gen.c (genNot, genNotFloat),
3856         * src/z80/gen.c (genNot, genNotFloat),
3857         * src/pic/gen.c (genNot, genNotFloat),
3858         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
3859
3860 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
3861
3862         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
3863         1. Interrupt would not compile properly. Ensure PCLATH register is saved
3864            during interrupts. Ensure WSAVE is located at a shared bank address.
3865         2. Fixed page selection in some places
3866         3. Fixed BTFSS/C to where necessary use registers directly and not simply
3867            the registers name strings.
3868         4. Fixed "signed / unsigned compare" compiler warnings.
3869         5. The PIC port manages its own allocation of the general purpose
3870            registers, but makes no attempt to reuse them. As a result when
3871            compiling it soon runs out of general purpose registers. Some
3872            additional code was added to the files pcode.c and device.c to walk
3873            through the function call tree and rename the registers so that they
3874            get reused.
3875
3876         * src/pic/device.c
3877         * src/pic/gen.c
3878         * src/pic/glue.c
3879         * src/pic/pcode.c
3880         * src/pic/pcode.h
3881         * src/pic/ralloc.c
3882         * src/pic/ralloc.h
3883         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
3884         genPlus() & genMinus() when the result is the same as left or right
3885
3886 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3887
3888         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
3889
3890 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3891
3892         Made bitfield a distinct type from bit so that bitfields
3893         convert as per ANSI C and bits retain their traditional
3894         boolean style behaviour. Implemented bitfield support in
3895         the z80 port.
3896
3897         * src/SDCCsymt.h,
3898         * src/SDCCsymt.c,
3899         * src/SDCCast.c,
3900         * src/cdbFile.c,
3901         * src/mcs51/gen.c,
3902         * src/ds390/gen.c: bit v bitfield split
3903         * src/z80/gen.c: New support for bitfields
3904         * support/regression/tests/bitfields.c: reenabled z80,
3905         added more tests
3906
3907 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3908
3909         Rules 246.x, 247.x relate to bitfields, the others speed up
3910         access to xdata mapped I/O devices.
3911
3912         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
3913
3914 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3915
3916         Cleaned up genPackBits and genUnpackBits and added two helper
3917         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
3918         for literal assignments in genPackBits (thanks to Frieder for
3919         reminding me).
3920
3921         * src/mcs51/gen.c
3922         * src/ds390/gen.c
3923
3924 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3925
3926         Fixed bug #748310 (pointer to function type mishandled when the
3927         function name is omitted). Also fixed a SIGSEGV when a function
3928         attribute (reentrant, etc) is used on a non-function or on a
3929         function but misplaced before the parameter list.
3930
3931         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
3932         bug #748310
3933         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
3934         * support/Util/SDCCerr.h,
3935         * support/Util/SDCCerr.c: Added func attr misuse error msg
3936
3937 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
3938
3939         Fixed bug #787649 by anonymous
3940         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
3941         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
3942
3943 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3944
3945         Fixed numerous bitfield problems.
3946
3947         * src/SDCC.y: More bitfield related error checking
3948         * src/SDCCsymt.h,
3949         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
3950         * support/Util/SDCCerr.h,
3951         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
3952         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
3953         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
3954         * support/regression/tests/bitfields.c: tests added
3955
3956 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3957
3958         Made the constant following the "interrupt" keyword optional. If
3959         omitted, the function will not automatically be given an entry
3960         in the interrupt vector table (similar to #pragma NOIV, but
3961         less syntacticly kludgy). The interrupt number is also now
3962         range checked. Also fixed a bug in the high order bit example
3963         in the manual.
3964
3965         * src/SDCC.y
3966         * src/SDCCmem.c
3967         * src/SDCCglue.c
3968         * src/SDCCsymt.h
3969         * support/Util/SDCCerr.c
3970         * support/Util/SDCCerr.h
3971         * doc/sdccman.lyx
3972
3973 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
3974
3975         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
3976         * src/SDCCicode.c (operandOperation): rewritten some ops
3977         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
3978         * src/SDCCsymt.c (computeType): literals are handled the same way as any
3979         other type
3980         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
3981         be re-activated by defining REDUCE_LITERALS)
3982         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
3983         unsigned, but are signed by default
3984         * src/SDCCval.c (constVal): rearranged
3985         * src/SDCCval.c (valMod): preliminary fix
3986         * src/SDCCval.c (valCastLiteral): use TYPE_* types
3987         * support/regression/literalop.c: added, work in progress
3988
3989 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3990
3991         Generate warnings for useless declarations like "char data;"
3992         that don't do what new users expect.
3993
3994         * src/SDCC.y
3995         * support/Util/SDCCerr.h
3996         * support/Util/SDCCerr.c
3997
3998 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
3999
4000         * src/SDCCval.c (valMult): fix overflow detection of negative int
4001
4002 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4003
4004         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
4005
4006         Changes to support big endian targets:
4007
4008         * src/ports.h
4009         * src/SDCCglue.c
4010         * src/avr/main.c
4011         * src/ds390/main.c
4012         * src/izt/i186.c
4013         * src/mcs51/main.c
4014         * src/pic/main.c
4015         * src/pic16/main.c
4016         * src/xa51/main.c
4017         * src/z80/main.c
4018
4019 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
4020
4021         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
4022         * device/lib/time.c: fixed warning "integer overflow in expression"
4023
4024 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
4025
4026         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
4027         * src/SDCCval.c (constVal): changed default to signed; hex and octal
4028         constants are unsigned; added recognition of "u" flag for unsigned
4029         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
4030         * src/SDCCval.c (valDiv, valMod): fixed signdness
4031         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
4032         signedness of modulo, left and right shift
4033         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
4034         * support/Util/SDCCerr.h: added warning W_INT_OVL
4035         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
4036         * src/SDCCast.c (ast_print): improved output of constants
4037
4038 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4039
4040         Fixed some warnings when building with MSVC:
4041
4042         * as\mcs51\asdata.c
4043         * as\z80\asdata.c
4044         * as\mcs51\asm.h
4045         * as\z80\asm.h
4046         * link\z80\aslink.h
4047         * link\z80\lkdata.c
4048         * link\z80\lkeval.c
4049         * link\z80\lkgb.c
4050         * link\z80\lkihx.c
4051         * link\z80\lks19.c
4052         * link\z80\lksym.c
4053         * support\cpp2\cpplib.c
4054         * src\ds390\gen.c
4055         * src\mcs51\gen.c
4056
4057 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
4058
4059         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
4060
4061 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4062
4063         * support\librarian\clean.mk: Do not remove Makefile.
4064         * support\librarian\Makefile: added.
4065
4066 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4067
4068         Added librarian to MSVC build:
4069         * all.dsp
4070         * sdcc.dsw
4071         * support\librarian\librarian.dsp
4072
4073         'configure' not needed for librarian, removed:
4074         * support\librarian\configure
4075         * support\librarian\configure.in
4076         * support\librarian\config_in.h
4077         * support\librarian\Makefile.in
4078
4079         Hopefully these ones built the librarian and the rest of sdcc properly:
4080         * Makefile
4081         * Makefile.common.in
4082
4083         Messed up 'configure', so revert to previous version:
4084         * configure
4085         * configure.in
4086
4087 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
4088
4089         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
4090         there, while the mantissa of a double is "only" 53 bits wide.
4091
4092 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4093
4094         Adding sdcclib to the build.  MSVC project coming soon.
4095         Files added/changed:
4096
4097         * support\librarian\clean.mk
4098         * support\librarian\configure
4099         * support\librarian\configure.in
4100         * support\librarian\config_in.h
4101         * support\librarian\Makefile.bcc
4102         * support\librarian\Makefile.in
4103         * support\librarian\sdcclib.c
4104         * Makefile.bcc
4105         * Makefile
4106         * Makefile.common.in
4107         * configure
4108         * configure.in
4109
4110 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4111
4112         Linker now complaints if linked modules have conflicting options, for
4113         example, one compiled using --model-large and another one compiled with
4114         --model-small.  The following files were modified:
4115
4116         * as\mcs51\asdata.c
4117         * as\mcs51\aslink.h
4118         * as\mcs51\asm.h
4119         * as\mcs51\asmain.c
4120         * as\mcs51\asout.c
4121         * as\mcs51\i51pst.c
4122         * as\mcs51\lkdata.c
4123         * as\mcs51\lklibr.c
4124         * as\mcs51\lkmain.c
4125         * as\z80\asdata.c
4126         * as\z80\asm.h
4127         * as\z80\asmain.c
4128         * as\z80\asout.c
4129         * as\z80\z80pst.c
4130         * link\z80\aslink.h
4131         * link\z80\lkdata.c
4132         * link\z80\lklibr.c
4133         * link\z80\lkmain.c
4134         * src\SDCCglue.c
4135
4136 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4137
4138         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
4139         as/mcs51/lklibr.c: Generate a warning when a library is not found.
4140
4141 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
4142
4143         * src/z80/mappings.i: fix _mul[us][int,long] entries
4144
4145 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4146
4147         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
4148
4149 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
4150
4151         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
4152         * support/regression/tests/bitopcse.c: added
4153         fixed warning:
4154         * src/avr/gen.c:
4155         * src/pic/gen.c:
4156         * src/pic16/gen.c:
4157         * src/z80/gen.c:
4158         * src/xa51/gen.c:
4159
4160 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4161
4162         added support for new library format to z80, gbz80 linkers:
4163         *link/z80/aslink.h
4164         *link/z80/lklex.c
4165         *link/z80/lklib.c
4166         *link/z80/lklist.c
4167
4168 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
4169
4170         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
4171         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
4172
4173 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
4174
4175         added DUMMY_READ_VOLATILE:
4176         * src/SDCC.y:
4177         * src/avr/gen.c:
4178         * src/xa51/gen.c:
4179         * src/z80/gen.c:
4180         * src/pic/gen.c:
4181         * src/pic16/gen.c:
4182         * src/mcs51/gen.c:
4183         * src/ds390/gen.c:
4184         * src/SDCCcse.c (algebraicOpts): many improvements
4185         * src/SDCCcse.h: removed algebraicOpts()
4186         * src/SDCCicode.c (picDummyRead): added
4187
4188 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4189
4190         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
4191         "Insufficient space in data memory".
4192
4193 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4194
4195         * src/mcs51/gen.c: fixed bug #771358
4196         * src/z80/gen.c: fixed bug #759087
4197
4198 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
4199
4200         * src/pic16/glue.c: minor cleanup by Vangelis
4201
4202 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4203
4204         * device/include/regc515c.h: fixed #758477
4205         * device/lib/_gptrget.c: saving some cycles in generic pointer get
4206         * device/lib/_gptrput.c: saved a few bytes
4207         * my tab spacing is 8, yours too?)
4208         * device/lib/_ser.c: process RX bytes earlier than TX bytes
4209         * device/lib/serial.c: process RX bytes earlier than TX bytes
4210         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
4211
4212 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4213
4214         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
4215
4216 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4217
4218     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
4219
4220 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
4221
4222         * device/lib/Makefile.in: bad fix, reverted to 1.43
4223
4224 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
4225
4226         * device/lib/Makefile.in: added missing z80 object files
4227
4228 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
4229
4230         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
4231         pic16 progress by Vangelis:
4232         * src/SDCCglobl.h:
4233         * src/SDCCmain.c:
4234         * src/pic/Makefile:
4235         * src/pic:
4236         * pic/Makefile:
4237         * pic16/device.c:
4238         * pic16/device.h:
4239         * pic16/gen.c:
4240         * pic16/gen.h:
4241         * pic16/genarith.c:
4242         * pic16/glue.c:
4243         * pic16/main.c:
4244         * pic16/pcode.c:
4245         * pic16/pcode.h:
4246         * pic16/pcodepeep.c:
4247         * pic16/peeph.def:
4248
4249 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4250
4251     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
4252
4253 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4254
4255     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
4256     added gbz80 build to MSVC project.
4257     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
4258     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
4259     from 8051 stuff and setup so it links using a .lnk file.
4260
4261 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4262
4263     * support/librarian/sdcclib.c: sdcc librarian.
4264     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
4265     with sdcclib.
4266
4267 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4268
4269     * as/mcs51/lkmain.c: properly handle extensions in function afile.
4270
4271 2003-07-02  Borut Razem <borut.razem AT siol.net>
4272
4273         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
4274         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
4275         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
4276         src/xa51/main.c, src/z80/main.c:
4277         virtualization of glue() function: each port has it's own glue function,
4278         which is accessed by do_glue function pointer in PORT.general structure
4279
4280 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
4281
4282         * DS800C400 fun, improved ROM interface and tinibios.
4283
4284 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
4285
4286         * More support for DS80C400. Now includes beginning of interface to ROM.
4287
4288 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
4289
4290         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
4291
4292 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4293
4294         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
4295
4296 2003-06-19  Borut Razem <borut.razem AT siol.net>
4297
4298         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
4299
4300 2003-06-19  Borut Razem <borut.razem AT siol.net>
4301
4302         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
4303         fixed Z80 port - crt0.o: cannot open.
4304
4305 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
4306
4307         * support/Util/MySystem.c (merge_command): revert bad fix
4308
4309 2003-06-18  Borut Razem <borut.razem AT siol.net>
4310
4311         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
4312
4313 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4314
4315         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
4316         option --use-stdout sends errors to stdout instead of stderr.
4317
4318 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
4319
4320         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
4321
4322 2003-06-15  Borut Razem <borut.razem AT siol.net>
4323
4324         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
4325         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
4326         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
4327         fixed width array of pointers replaced with sets;
4328         multiple include and lib paths ared transferred to preprocessor and linker
4329         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
4330         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
4331         fixed width array of pointers
4332         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
4333         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
4334         fixupPath(), getPathDifference()
4335         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
4336         fixed width array of pointers
4337
4338 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
4339
4340         * src/pic16/ralloc.c: fix warnings
4341         * src/pic16/pcode.c: fix warning
4342
4343 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
4344
4345          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
4346         know all the details, but essentially this set of changes enable
4347         the pic16 port to generate movff instructions and generate assembler
4348         directives,
4349         * src/SDCCmain.c:
4350         * src/pic16/gen.c:
4351         * src/pic16/glue.c:
4352         * src/pic16/pcode.c:
4353         * src/pic16/device.c:
4354         * src/pic16/main.c:
4355         * src/pic16/pcode.h:
4356         * src/pic16/pcoderegs.c:
4357         * src/pic16/ralloc.c:
4358         * src/pic16/ralloc.h:
4359
4360 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4361
4362         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
4363         added option --vc, so sdcc errors and warnings are compatible with
4364         Microsoft Visual Studio.
4365
4366 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4367
4368         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
4369           device/lib/libfloat.lib: added atof function.
4370
4371 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
4372
4373         * doc/sdccman.lyx: updated to Lyx 1.3
4374         * doc/cdbfileformat.lyx: updated to Lyx 1.3
4375         * doc/test_suite_spec.lyx: updated to Lyx 1.3
4376         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
4377
4378 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
4379
4380         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
4381
4382 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4383
4384         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
4385           additions to the "related tools/documentation" section
4386
4387 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
4388
4389         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
4390
4391 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
4392
4393         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
4394         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
4395
4396 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
4397
4398         * doc/sdccman.lyx: fix double dash and other minor things
4399         * doc/Makefile: fix double dash
4400
4401 2003-05-28  Karl Bongers(patches from Martin Helmling)
4402         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
4403           condition and ignore commands.
4404
4405 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4406
4407         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
4408           is in parts still quite out of date, I did changes as far as I felt makes sense
4409           for a non-native english speaker.
4410           Please feel free to add to the manual or to correct my changes.
4411         * doc/Makefile: undid touching the date of intermediate tex files.
4412
4413 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4414
4415         * doc/sdccman.lyx: Manual has an index now
4416
4417 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
4418
4419         Finalize muluint/mulsint and mululong/mulslong merging:
4420         * device/lib/_mulint.c
4421         * device/lib/_mullong.c
4422         * device/lib/gbz80/mul.s
4423         * device/lib/gbz80/stubs.s
4424         * device/lib/z80/mul.s
4425         * device/lib/z80/stubs.s
4426         * src/SDCCsymt.c (initCSupport)
4427
4428 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4429
4430         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
4431         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
4432           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
4433           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
4434           instead of /Zm500.
4435
4436 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4437
4438         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
4439           the regression tests I'm not brave enough to enable 245.b, 245.c
4440         * doc/sdccman.lyx: added latex preamble for hyperref package.
4441           Using pdflatex this will give you a hyperlinked pdf file with
4442           bookmarks. (prepend '%' before /usepackage if this breaks something)
4443
4444 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4445
4446          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
4447
4448 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
4449
4450         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
4451
4452 2003-05-21    <johan AT balder>
4453
4454         * src/SDCCglue.c (printIval): fixed bug #739934
4455
4456 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
4457
4458         Applied patch from bug 737905 (renamed yylineo to mylineno):
4459         * src/altlex.c
4460         * src/SDCCast.c
4461         * src/SDCglobl.h
4462         * src/SDCC.lex
4463         * src/SDCCsymt.c
4464         * src/SDCCval.c
4465         * src/pic16/pcode.c: Cleaned warnings
4466         * src/pic16/pcodeflow.c: Cleaned warnings
4467         * src/pic16/pcoderegs.c: Cleaned warnings
4468
4469 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
4470
4471         * src/pic16/pcode.c: Cleaned warnings
4472         * src/pic16/pcodepeep.c: Cleaned warnings
4473         * src/pic16/ralloc.c: Cleaned warnings
4474
4475 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
4476
4477         * doc/sdccman.lyx: fixed bug 739745
4478         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
4479
4480 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
4481
4482         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
4483         it can be defined with CFLAGS when running configure
4484         * src/SDCCmain.c: fixed compiling + linking with object files
4485
4486 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
4487
4488         * configure.in: configure for pic16 port,
4489             added --disable-pic16-port
4490         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
4491         * src/SDCCmain.c: linkOptions is changed to set *,
4492             added if/endif conditional macros to remove options help
4493             messages from optionsTable when a port is not configured, added
4494             support for the PIc16 port in the ports table, when executing
4495             the compiler with no port specified on command line, a default
4496             port is selected with the new macro DEFAULT_PORT which is
4497             defined in port.h, in setDefaultOptions() linkOptions is removed
4498             from initialization assignment, since now it is a set,
4499             parseCmdLine uses setParseWithComma for linkOptions, in
4500             linkEdit() linkOptions are accessed with new function indexSet()
4501             which returns the i'th item of a set variable. See SDCCset.c, in
4502             linkEdit() when calling buildCmdLine(), added linkOptions as
4503             last argument. Now users can pass arguments to gplink via the
4504             -Wl option, main() uses pic16glue() to glue up pic16 programs
4505         * src/SDCCpeeph.c: various changes to support pic16
4506         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
4507             return the i'th item of the set
4508         * src/SDCCset.h: added function prototype for indexSet()
4509         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
4510         * src/clean.mk: added pic16 in CLEANALLPORTS variable
4511         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
4512             added macro DEFAULT_PORT
4513         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
4514         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
4515             generated
4516         * src/pic16/glue.c: commented out some error producing lines
4517         * src/pic16/main.c: __config directives are commented out to stop
4518             gpasm complaining and test the linkage with gplink, _linkCmd and
4519             _asmCmd changed to be more gplink and gpasm friendly
4520         * src/pic16/peeph.def: peep rule 3 is commented out, since it
4521             produced an error when parsed, peep rule 12 is added to utilize
4522             movff, but it is commented out since the pCode does not support
4523             yet a command with 2 address arguments
4524
4525 2003-05-18    <johan AT balder>
4526
4527         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
4528         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
4529 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
4530
4531         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
4532   Added feature to script commands from file.
4533
4534 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
4535
4536         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
4537         * src/SDCCutil.c: include ctype.h for win32
4538
4539 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
4540
4541         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
4542
4543 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
4544
4545         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
4546   Fixed so you can set breakpoints prior to run, run does not stop
4547   on entry now.  Add tbreak.  Other enhancements and fixes for use
4548   with ddd.
4549
4550 2003-05-12  Borut Razem <borut.razem AT siol.net>
4551
4552         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
4553
4554 2003-05-11  Borut Razem <borut.razem AT siol.net>
4555
4556         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
4557         the path of bin directory, so that PATH is the only env. variable, which has to be set
4558         in case of standard installation.
4559         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
4560         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
4561         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
4562
4563 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
4564
4565         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
4566         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
4567         temp files are in the port dir; clean the gen/test directory when
4568         generating new test.c
4569         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
4570         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
4571         * support/regression/tests/zeropad.c: added
4572
4573 2003-05-09    <johan AT balder>
4574
4575         * src/SDCCglue.c: fixed bug #597940
4576
4577 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
4578
4579         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
4580   cache sfr, optimize next,step, fix off by one sourceline,
4581   support ddd list function.
4582         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
4583
4584 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
4585
4586         * support/regression/HTMLgen.py: added compare_s2f()
4587         * support/regression/Makefile: redo 1.27
4588         * support/regression/generate-cases.py: redo 1.5
4589
4590 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
4591
4592         * support/regression/tests/float.c: workaround 33 bit hex constant
4593         * support/regression/tests/simplefloat.c: fix division for host
4594
4595 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
4596
4597         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
4598         that tame's the PIC's over-aggressive optimizer.
4599
4600 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4601
4602          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
4603          support for MSVC.
4604
4605 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
4606
4607         Initial support for DS80C400. "Hello world" runs on TINIm400
4608         (with polled I/O).
4609
4610 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
4611
4612          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
4613          * Some notes on ddd usage added in debugger/README
4614          Martin Helmling adding more features and fixes for ddd GUI debugger.
4615          Code added for nexti, stepi, up, down, and other adjustments.
4616
4617 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
4618
4619         * src/pic/pCodepeep.c non-wildcard asmops are now handled
4620         * src/pic/peeph.def Added two rules to optimize carry manipulation
4621         * src/pic/* removed debug printfs
4622
4623 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
4624
4625         * debugger/mcs51/cmd.c: added header newalloc.h
4626
4627 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
4628
4629         * as/Makefile: new EXEEXT
4630         * as/z80/Makefile: remove trailing slash of BUILDIR
4631         * as/z80/clean.mk: new EXEEXT
4632         * Makefile.common.in: add to CFLAGS (and others), don't replace it
4633         * support/cpp2/Makefile.in: new EXEEXT
4634         * src/pic/glue.c (pic14emitRegularMap): fixed warning
4635
4636 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
4637
4638         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
4639         EXEEXT was introduced to fix all related problems with targets
4640         "clean", "install" and "uninstall"; a couple of further flaws
4641         especially with "clean" have been fixed too
4642         * as/mcs51/Makefile.in
4643         * as/mcs51/clean.mk
4644         * as/z80/Makefile
4645         * Makefile
4646         * clean.mk
4647         * debugger/mcs51/Makefile.in
4648         * debugger/mcs51/clean.mk
4649         * link/z80/Makefile
4650         * link/z80/Makefile.in
4651         * link/z80/clean.mk
4652         * link/Makefile
4653         * packihx/Makefile.in
4654         * packihx/clean.mk
4655         * sim/ucsim/Makefile
4656         * sim/ucsim/clean.mk
4657         * sim/ucsim/avr.src/Makefile.in
4658         * sim/ucsim/avr.src/clean.mk
4659         * sim/ucsim/s51.src/Makefile.in
4660         * sim/ucsim/s51.src/clean.mk
4661         * sim/ucsim/xa.src/Makefile.in
4662         * sim/ucsim/xa.src/clean.mk
4663         * sim/ucsim/z80.src/Makefile.in
4664         * sim/ucsim/z80.src/clean.mk
4665         * sim/ucsim/main_in.mk
4666         * sim/ucsim/packages_in.mk
4667         * sim/ucsim/gui.src/Makefile.in
4668         * sim/ucsim/gui.src/serio.src/Makefile.in
4669         * sim/ucsim/gui.src/serio.src/clean.mk
4670         * src/Makefile.in
4671         * src/clean.mk
4672         * support/cpp2/Makefile.in
4673         * support/cpp2/clean.mk
4674         * support/makebin/Makefile
4675         * support/makebin/clean.mk
4676         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
4677         * doc/sdccman.lyx: --program-suffix no longer needed
4678
4679 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
4680
4681          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
4682          Martin Helmling added support for ddd GUI debugger.
4683          Code added to display assembly, set variables, and other commands
4684          to interface to ddd.
4685
4686 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
4687
4688         * as/Makefile: fix target clean
4689         * as/clean.mk: fix target clean
4690         * as/z80/clean.mk: fix target clean
4691
4692 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
4693
4694         * Makefile.common.in: added  AT EXEEXT AT
4695         * configure.in: removed all mingw32 stuff
4696         * configure: rebuilt from configure.in
4697         * doc/sdccman.lyx: updated section "installation"
4698         * support/scripts/sdcc_mingw32: adapted to configure
4699         * support/scripts/sdcc_cygwin_mingw32: added
4700
4701 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
4702
4703         * src/pic Added object file support for the PIC port
4704         * src/pic Applied patch from Craig Franklin (this started the object file support)
4705         * src/regression Updated the PIC regression tests for object files
4706
4707 2003-04-20  Borut Razem <borut.razem AT siol.net>
4708
4709         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
4710           lklex.c: In function `getfid':
4711           lklex.c:203: warning: array subscript has type `char'
4712         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
4713           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
4714         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
4715           stack handling macros
4716
4717 2003-04-19  Borut Razem <borut.razem AT siol.net>
4718
4719         * "handling space characters in file path" task:
4720         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
4721         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
4722         * support/Util/MySystem.h: make it self-sufficient
4723         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
4724           src/z80/main.c, sdcc/as/mcs51/lklex.c:
4725           handling space characters in file path
4726         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
4727           (it will be used by assemblers, which have their own includes, e.g. gpasm)
4728         * support/Util/MySystem.c: handling space characters in executable's path
4729
4730 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
4731
4732         * as/z80/Makefile: fix permanent rebuild of z80
4733         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
4734         * support/regression/tests/bitfields.c: added Johan's bitfields.c
4735
4736 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
4737
4738         * src/SDCCopt.c: add special case optimization to replace modulo by
4739           a power of two with a bitwise AND.
4740
4741 2003-04-18    <johan AT balder>
4742
4743         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
4744
4745 2003-04-17    <johan AT balder>
4746
4747         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
4748         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
4749
4750 2003-04-13  Borut Razem <borut.razem AT siol.net>
4751
4752         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
4753         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
4754           fixed mingw problem in adl_NORMALIZE_PATH
4755
4756 2003-04-12  Borut Razem <borut.razem AT siol.net>
4757
4758         * fixed "#pragma SAVE/RESTORE can not be nested":
4759         * src/SDCC.lex: reworked pragma handling functions
4760         * sdcc/src/SDCCglobl.h: reworked stack handling macros
4761         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
4762
4763 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
4764
4765         * src/SDCCutil.c (pathEquivalent): defined but not used
4766         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
4767         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
4768         * configure: rebuilt from configure.in
4769         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
4770         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
4771         * device/include/Makefile.in: replace sdcc_datadir
4772         * device/lib/Makefile.in: replace sdcc_datadir
4773         * Makefile.common.in: add LDFLAGS from configure
4774         * packihx/Makefile.in: use LDFLAGS
4775         * src/Makefile.in: use LDFLAGS
4776         * support/cpp2/Makefile.in: add LDFLAGS from configure
4777         * support/makebin/Makefile: use LDFLAGS
4778         * .version: bumped version number to 2.3.5
4779
4780 2003-04-12  Borut Razem <borut.razem AT siol.net>
4781
4782         * completed "different paths" task:
4783         * src/SDCCmacro.c: fixed bug in handling quotes
4784         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
4785         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
4786
4787 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
4788
4789         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
4790
4791 2003-04-11 kevin Vigor <kevin AT vigor.nu>
4792
4793         * ds390/gen.c ds390/peeph.def: fix bug 706781
4794
4795 2003-04-11  Borut Razem <borut.razem AT siol.net>
4796
4797         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
4798
4799 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
4800
4801         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
4802         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
4803          set - this bit used to not be set...).
4804         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
4805           bad code in PIC Port
4806         * src/regression/and2.c added to test bug 609268
4807         * src/regression/Makefile added and2.c to regression test
4808
4809
4810 2003-04-08    <johan AT CP255758-A>
4811
4812         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
4813         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
4814         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
4815
4816 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
4817
4818         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
4819         fix bug #487815
4820         * support/cpp2/Makefile.in: fix bug #487815
4821         * configure: rebuilt from configure.in
4822         * Makefile.common.in: docdir changed, new path suffixes
4823         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
4824         * sdcc_vc_in.h: reflect changes from sdccconf.h
4825         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
4826         * src/SDCCutil.h: remove BINDIR hack
4827         * doc/sdccman.lyx: update new path hierarchy
4828
4829 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4830
4831         * src/SDCCpeeph.c: added okToRemoveSLOC test
4832
4833 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4834
4835         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
4836
4837 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
4838
4839         * src/SDCCpeeph.c: added labelIsReturnOnly test
4840         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
4841
4842 2003-04-05    <johan AT balder>
4843
4844         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
4845         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
4846         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
4847         * src/SDCCast.c: fixed a warning
4848         * src/SDCCast.h: fixed a warning
4849         * src/SDCCicode.c (operandFromAst): fixed a warning
4850
4851 2003-04-04    <johan AT balder>
4852
4853         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
4854         * src/SDCCast.c (decorateType): fixed bug #715076
4855         * src/SDCC.y: fixed bug #702907
4856
4857 2003-04-03    <johan AT balder>
4858
4859         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
4860         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
4861         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
4862         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
4863         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
4864
4865 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
4866
4867         * _decdptr.c: fix return values
4868         * _gptrget.c: fix return values
4869         * _gptrgetc.c: fix return values
4870         * _gptrput.c: fix return values
4871         * _mulint.c: fix return values
4872         * as/z80/Makefile: fix 'make -j' problem
4873
4874 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
4875
4876         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
4877         * configure.in: big cleanup, updated to autoconf 2.5x
4878         * configure: rebuilt from configure.in
4879         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
4880         * sdcc_vc_in.h: reflect changes from sdccconf.h
4881         * doc/Makefile: fixed a flaw in "make install"
4882
4883 2003-04-02    <johan AT balder>
4884
4885         * src/ds390/gen.c (genCmp): no comments
4886         * src/mcs51/gen.c (genCmp): no comments
4887         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
4888         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
4889
4890 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
4891
4892         * support/regression/generate-cases.py: place generated file in given sub directory
4893         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
4894         * support/regression/Makefile: improvements for 'make -j';
4895         side effect: it's simpler and faster now
4896
4897 2003-03-31  Borut Razem <borut.razem AT siol.net>
4898
4899         * src/z80/main.c: link-{port} and as-{port} defined without path
4900         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
4901
4902 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
4903
4904         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
4905
4906 2003-03-30  Borut Razem <borut.razem AT siol.net>
4907
4908         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
4909           changed type of list parameter to set
4910         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
4911         * src/port.h: changed type of do_assemble() parameter to set
4912         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
4913           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
4914           definition of "cppoutfilename" macro with NULL value in preProcess()
4915         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
4916         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
4917         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
4918           replaced with set *binPathSet
4919         * shash_add() deallocates the item, if allready exsists, before adding the new one
4920         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
4921
4922 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
4923
4924         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
4925           a nested for loop bug in the PIC port
4926         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
4927           for loops
4928
4929 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
4930
4931         * support/Util/dbuf.h: remove C++ stuff to make it portable
4932
4933 2003-03-28  Borut Razem <borut.razem AT siol.net>
4934
4935         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
4936           literal strings in stringLiteral()
4937         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
4938         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
4939           to the project
4940
4941 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
4942
4943         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
4944
4945 2003-03-26    <johan AT balder>
4946
4947         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
4948         * src/ds390/gen.c (saveRegisters): catched symbol abuse
4949         * src/SDCCast.c (decorateType): fixed " -v < 3"
4950
4951 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
4952
4953         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
4954         Added Lenny Story's debug infrastructure changes:
4955         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
4956         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
4957         * src/cdbFile.c: added
4958         * src/SDCCdebug.c: added
4959         * src/SDCCdebug.h: added
4960         * src/SDCCast.c (createFunction)
4961         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
4962         * src/SDCCmain.c (parseCmdLine, main)
4963         * src/SDCCmem.c (redoStackOffsets)
4964         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
4965         * src/SDCCsymt.h
4966         * src/common.h
4967         * src/avr/gen.c (genAVRCode)
4968         * src/ds390/gen.c (gen390Code)
4969         * src/mcs51/gen.c (gen51Code)
4970         * src/pic/gen.c (genpic14Code)
4971         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
4972         * src/xa51/gen.c (genXA51Code)
4973         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
4974
4975 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4976
4977         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
4978         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
4979
4980 2003-03-22    <johan AT balder>
4981
4982         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
4983
4984 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
4985
4986         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
4987         * doc/cdbfileformat.lyx: added, written by Lenny Story
4988         * doc/Makefile: added cdbfileformat.lyx
4989         * doc/clean.mk: added cdbfileformat.lyx
4990
4991 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
4992
4993         * src/mcs51/peeph.def: fix bug #705773
4994
4995 2003-03-20    <johan AT balder>
4996
4997         An sfr/sbit can have an "at #" AND an initializer
4998         * src/SDCCsymt.c (checkSClass):
4999         * src/SDCCmem.c (allocGlobal):
5000         * src/SDCCmem.c (allocLocal):
5001         * src/SDCCast.c (createBlock):
5002
5003 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
5004
5005         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
5006
5007 2003-03-16    <johan AT balder>
5008
5009         Undid the hackup of const and volatile, the problem is much bigger
5010         * src/SDCC.y:1.65
5011         * src/SDCCast.c:1.171
5012         * src/SDCCglue.c:1.138
5013         * src/SDCCicode.c:1.146
5014         * src/SDCCsymt.c:1.150
5015         * src/SDCCval.c:1.65
5016
5017 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
5018
5019         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
5020         * src/ds390/gen.c (genAddrOf): fixed bug #704087
5021
5022 2003-03-13    <johan AT balder>
5023
5024         Hackup const and volatile modifiers in type chains a bit:
5025         * src/SDCC.y:1.63
5026         * src/SDCCast.c:1.169
5027         * src/SDCCglue.c:1.136
5028         * src/SDCCicode.c:1.143
5029         * src/SDCCsymt.c1.146
5030         * src/SDCCsymt.h1.59
5031         * src/SDCCval.c:1.63
5032
5033 2003-03-12    <johan AT balder>
5034
5035         * src/SDCCBBlock.h: more LRH debugging junk
5036         * src/SDCCcflow.h: more LRH debugging junk
5037         * src/SDCCloop.c: more LRH debugging junk
5038         * src/SDCC.y (struct_declaration): fixed bug #697590
5039         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
5040         * src/ds390/gen.c (aopForRemat): fixed bug #700031
5041         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
5042
5043 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
5044         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
5045         test function names must now match exactly).
5046         * src/SDCCcse.c: added special case in findCheaperOp to allow
5047         extending a short integer. Makes less awful code for bug 700121 test case.
5048
5049 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5050
5051         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
5052         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
5053
5054 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
5055
5056         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
5057         actually called (operandsNotEqual() was called for all
5058         operandsNotEqualX tests).
5059
5060 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
5061
5062         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
5063         with shorter literals. Fixes bug 700121.
5064
5065 2003-03-11    <johan AT balder>
5066
5067         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
5068
5069 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
5070
5071         * src/SDCCloop.c (mergeRegions): an evil beast is dead
5072         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
5073
5074 2003-03-10  Borut Razem <borut.razem AT siol.net>
5075
5076         * src/SDCCmain.c: pipe preprocessor's output
5077         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
5078         * sdcc_vc_in.h: define pclose as _pclose for WIN32
5079         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
5080         which closes all pipes in pipeSet set
5081         * src/SDCCset.c: free deleted item in function deleteSetItem()
5082         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
5083         moved from z80 to src subproject
5084         * .version: increased version number to 2.3.4
5085
5086 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
5087
5088         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
5089         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
5090         * support/regression/ports/xa51/spec.mk: fix typo
5091
5092 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
5093
5094         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
5095
5096 2003-03-09  Borut Razem <borut.razem AT siol.net>
5097
5098         * src/SDCCmain.c: pipe preprocessor's output
5099         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
5100         * sdcc_vc_in.h: define pclose as _pclose for WIN32
5101         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
5102         which closes all pipes in pipeSet set
5103         * src/SDCCset.c: free deleted item in function deleteSetItem()
5104         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
5105         moved from z80 to src subproject
5106
5107 2003-03-09  Borut Razem <borut.razem AT siol.net>
5108
5109         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
5110         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
5111         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
5112         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
5113         * src/SDCCglobl.h: unification of WIN32 native definitions
5114
5115 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5116
5117         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
5118
5119 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
5120
5121         * src/configure.in:   check for endianess (even while cross-compiling)
5122         * src/configure:      check for endianess (even while cross-compiling)
5123         * src/configure_in.h: check for endianess (even while cross-compiling)
5124         * src/avr/gen.c:        remove old endianess stuff
5125         * src/mcs51/gen.c:      remove old endianess stuff
5126         * src/ds390/gen.c:      remove old endianess stuff
5127         * src/pic/gen.c:        remove old endianess stuff
5128         * src/pic/genarith.c:   remove old endianess stuff
5129         * src/pic/glue.c:       fix endianess check
5130         * src/pic16/gen.c:      remove old endianess stuff
5131         * src/pic16/genarith.c: remove old endianess stuff
5132         * src/pic16/glue.c:     fix endianess check
5133         * src/xa51/gen.c:       remove old endianess stuff
5134         * src/z80/gen.c:        fix endianess check
5135         * src/SDCCglue.c:       fix endianess check
5136         * src/ds390/peeph.def: fix bug 700036
5137
5138 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
5139
5140         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
5141         * src/configure: find appropriate data-types on host for SDCC's int and long
5142         * src/configure.in: find appropriate data-types on host for SDCC's int and long
5143         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
5144         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
5145
5146 2003-03-07    <johan AT balder>
5147
5148         Just a big NOOP:
5149                 some minor cleanups before the big shot
5150                 OP_DEFS and OP_USES now use Kevin's protection
5151                 new option --nolabelopt
5152
5153         * src/SDCCBBlock.c:
5154         * src/SDCCast.c,:
5155         * src/SDCCcflow.c:
5156         * src/SDCCcse.c:
5157         * src/SDCCicode.c:
5158         * src/SDCCicode.h:
5159         * src/SDCClabel.c:
5160         * src/SDCCloop.c:
5161         * src/SDCCmain.c:
5162         * src/ds390/ralloc.c:
5163         * src/mcs51/ralloc.c:
5164         * src/pic/ralloc.c:
5165         * src/xa51/ralloc.c:
5166         * src/z80/ralloc.c:
5167
5168 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
5169
5170         * src/pic/pcode.c (get_op): fix 64 bit warnings
5171         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
5172         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
5173         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
5174         * support/regression/tests/malloc.c: fix 64 bit warnings
5175
5176 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
5177
5178         * src/mcs51/gen.c (genMinus): fixed bug 696436
5179
5180 2003-03-02  Borut Razem <borut.razem AT siol.net>
5181
5182         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
5183
5184 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
5185
5186         * configure.in: test for mkstemp
5187         * sdccconf_in.h: add HAVE_MKSTEMP
5188
5189 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
5190
5191         * device/include/ctype.h: removed warning while using --stack-auto
5192         * device/include/malloc.h: removed warning while using --stack-auto
5193         * device/include/string.h: removed warning while using --stack-auto
5194
5195 2003-02-23  Borut Razem <borut.razem AT siol.net>
5196
5197         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
5198         because NDEBUG is defined (see man assert)
5199         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
5200
5201 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5202
5203         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
5204         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
5205
5206 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5207
5208         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
5209         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
5210
5211 2003-02-18    <johan AT balder>
5212
5213         * as/mcs51/asmain.c (asmbl): module can start with a digit
5214         * as/z80/asmain.c (asmbl): module can start with a digit
5215
5216 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
5217
5218         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
5219         * src/asm.c: fix pipe() for Mingw32
5220
5221 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
5222
5223         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
5224         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
5225         make -V work again; --c1mode reads now from stdin
5226         * doc/sdccman.lyx: added --c1mode
5227         * support/Util/SDCCerr.c: new messages for c1 mode
5228         * support/Util/SDCCerr.h: new messages for c1 mode
5229         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
5230
5231 2003-02-15    <johan AT balder>
5232
5233         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
5234
5235 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
5236
5237         * doc/sdccman.lyx: Environment variables, -o and other minor things
5238
5239 2003-02-14    <johan AT balder>
5240
5241         * src/xa51/main.c: before anyone really tries to use it :)
5242
5243         * Install doc's in share/sdcc/doc
5244         * removed some obsolete files
5245         * Do a proper make distclean and uninstall
5246         M Makefile.common.in
5247         R sdccbuild.sh
5248         M as/Makefile
5249         M device/include/Makefile.in
5250         M device/lib/Makefile.in
5251         M doc/sdccman.lyx
5252         M link/Makefile
5253         M sim/ucsim/doc/Makefile.in
5254         M src/clean.mk
5255         R src/avr/peeph.rul
5256         R src/xa51/peeph.rul
5257         M support/cpp2/Makefile.in
5258         M support/makebin/Makefile
5259
5260
5261 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
5262
5263         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
5264
5265 2003-02-10  Borut Razem <borut.razem AT siol.net>
5266
5267         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
5268         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
5269         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
5270         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
5271         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
5272         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
5273         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
5274         src/z80/Makefile.bcc: Borland Makefile cleanup
5275         * as/z80/Makefile.bcc: Added Borland Makefile
5276         * support/cpp2/borland.h: Removed
5277
5278 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
5279
5280         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
5281         * src/SDCC.lex: new pragma NOIV
5282         * src/SDCCglobl.h: new pragma NOIV
5283         * src/SDCCmem.c: new pragma NOIV
5284
5285 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
5286
5287         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
5288
5289 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
5290
5291         * src/SDCCmain.c: signal handling is switched off by --debug
5292         * doc/Makefile: small fix for install; use clean.mk again
5293         * doc/clean.mk: clean *.pdf and *.html too
5294
5295 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
5296
5297         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
5298         * device/lib/printfl.c: fix a ds390 bug by making it portable
5299         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
5300         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
5301         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
5302         * debugger/mcs51/cmd.c: converted multi-line string literals
5303         * sim/ucsim/globals.cc: converted multi-line string literals
5304         * src/SDCCmain.c: introduced signal handler to remove temp files
5305         * doc/Makefile: small tweaks, implement clean
5306         * doc: removed generated files
5307
5308 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5309
5310         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
5311         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
5312         Address Record is not correctly generated for DS390."
5313
5314 2003-02-02  Borut Razem <borut.razem AT siol.net>
5315
5316         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
5317         * as/mcs51/asm.h: fixed compilation with Borland C
5318         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
5319         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
5320         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
5321         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
5322         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
5323         src/z80/Makefile.bcc: delete $(LIB) only if exist
5324         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
5325
5326 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
5327
5328         * device/include/malloc.h: introduced NULL
5329         * device/include/string.h: introduced NULL
5330         * device/include/stdlib.h: introduced NULL
5331         * device/lib/_memcpy.c: removed NULL
5332         * device/lib/_strcat.c: removed NULL
5333         * device/lib/_strchr.c: removed NULL
5334         * device/lib/_strcmp.c: removed NULL
5335         * device/lib/_strcpy.c: removed NULL
5336         * device/lib/_strcspn.c: removed NULL
5337         * device/lib/_strlen.c: removed NULL
5338         * device/lib/_strncat.c: removed NULL
5339         * device/lib/_strncmp.c: removed NULL
5340         * device/lib/_strncpy.c: removed NULL
5341         * device/lib/_strpbrk.c: removed NULL
5342         * device/lib/_strrchr.c: removed NULL
5343         * device/lib/_strspn.c: removed NULL
5344         * device/lib/_strstr.c: removed NULL
5345         * device/lib/_strtok.c: removed NULL
5346         * device/lib/malloc.c: removed NULL, include own header
5347
5348 2003-02-02    <johan AT balder>
5349
5350         * 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
5351         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
5352         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
5353         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
5354         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
5355         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
5356
5357 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5358
5359         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
5360         area 'DATA'"
5361
5362 2003-02-01    <johan AT balder>
5363
5364         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
5365
5366 2003-01-31    <johan AT CP255758-A>
5367
5368         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
5369
5370 2003-01-30    <johan AT balder>
5371
5372         * src/SDCCBBlock.c: automatic bug detection
5373         * src/SDCCicode.c: automatic bug detection
5374
5375 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5376
5377         * src/SDCCglobl.h:   now --xram-size 0 works
5378         * src/SDCCmain.c:    now --xram-size 0 works
5379
5380 2003-01-29    <johan AT balder>
5381
5382         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
5383
5384 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5385
5386         * as/mcs51/aslink.h: Added options --xram-size and --code-size
5387         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
5388         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
5389         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
5390         * src/SDCCglobl.h:   Added options --xram-size and --code-size
5391         * src/SDCCmain.c:    Added options --xram-size and --code-size
5392
5393 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
5394
5395         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
5396         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
5397
5398 2003-01-27    <johan AT balder>
5399
5400         * src/SDCC.y: fixed bug #613764
5401
5402 2003-01-26    <johan AT balder>
5403
5404         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
5405         * src/SDCCsymt.h: fixed bug #673374
5406         * src/SDCCglue.c: fixed bug #661910
5407         * src/SDCCast.c: fixed bug #458099 and 673374
5408
5409 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
5410
5411         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
5412         * as/mcs51/strcmpi.h: added
5413         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
5414         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
5415         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
5416         * as/mcs51/assym.c: strcmpi -> as_strcmpi
5417         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
5418         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
5419         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
5420         * as/mcs51/Makefile.aslink: new module strcmpi
5421         * as/mcs51/Makefile.asx8051: new module strcmpi
5422         * as/mcs51/Makefil.bcc: new module strcmpi
5423         * as/mcs51/Makefile.in: new module strcmpi
5424         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
5425
5426 2003-01-26    <johan AT balder>
5427
5428         * src/SDCCglue.c: reverted back to 1.124
5429         * src/SDCCast.c: reverted back to 1.156
5430         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
5431
5432 2003-01-25    <johan AT balder>
5433
5434         * src/SDCCglue.c: A better fix for bug #661910
5435         * src/SDCCast.c: A better fix for bug #661910
5436         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
5437
5438 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
5439
5440         * src/Makefile.in: remove spawn.o
5441         * src/SDCCmain.c: remove spawn.h
5442         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
5443         * src/spawn.c: removed
5444         * src/spawn.h: removed
5445         * support/regression/ports/ds390/spec.mk: link with -r
5446
5447 2003-01-24    <johan AT CP255758-A>
5448
5449         * src/ds390/gen.c (aopOp): fixed bug #667458
5450         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
5451         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
5452         (createIvalCharPtr): an ival doesn't always have a storage class anymore
5453
5454 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
5455
5456         * src/mcs51/peeph.def: better assembler identation by Frieder
5457         * src/mcs51/gen.c: better assembler identation by Frieder
5458
5459 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
5460
5461         * as/z80/string.h: removed for gcc 3.2
5462         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
5463         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
5464
5465 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
5466
5467         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
5468         * src/SDCCpeeph.c (replaceRule): fix bug #663503
5469         * support/regression/Makefile: separate temp files for ports
5470         * support/regression/generate-cases.py: separate temp files for ports
5471         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
5472         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
5473
5474 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
5475
5476         * moved tinitalk to device/examples/ds390
5477
5478 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
5479
5480         * as/mcs51/lkmem.c: rflag is for DS390
5481         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
5482         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
5483                          (linkEdit): move mem- and map-files the same way as ihx-files
5484         * src/z80/main.c (_setDefaultOptions): removed --generic
5485         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
5486         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
5487         * src/pic/glue.c (picglue): --c1mode works again
5488         * src/pic16/glue.c (pic16glue): --c1mode works again
5489         * src/asm.c (printCLine): fix #660034
5490
5491 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
5492
5493         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
5494         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
5495         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
5496         * as/mcs51/lkmem (summary): better fix for sp problem
5497         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
5498         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
5499         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
5500                                               remove --stack-after-data
5501
5502 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
5503
5504         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
5505         * src/SDCCutil.c (join): ugly bug: missing '\0'
5506         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
5507
5508 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
5509
5510         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
5511         * src/port.h: typo
5512         * src/pic/main.c (_asmCmd): gpasm supports -o
5513         * src/z80/main.c: more general macros
5514         * device/lib/Makefile.in: remove intermediate files
5515
5516 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
5517
5518         * .version: Bumped version number to 2.3.3
5519         * src/SDCCBBlock.c: new option -o
5520         * src/SDCCglobl.h: new option -o
5521         * src/SDCCglue.c: new option -o
5522         * src/SDCCmain.c: new option -o
5523         * src/asm.c: new option -o
5524         * src/ds390/main.c: new option -o
5525         * src/pic/glue.c: new option -o
5526         * src/pic/pcode.c: new option -o
5527         * src/pic/ralloc.c: new option -o
5528         * src/pic16/glue.c: new option -o
5529         * src/pic16/pcode.c: new option -o
5530         * src/pic16/ralloc.c: new option -o
5531         * src/z80/main.c: new option -o
5532         * device/lib/Makefile.in: use -o
5533         * support/regression/ports/ds390/spec.mk: use -o
5534         * support/regression/ports/gbz80/spec.mk: use -o
5535         * support/regression/ports/mcs51/spec.mk: use -o
5536         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
5537         * support/regression/ports/z80/spec.mk: use -o
5538         * support/regression/ports/ucz80/spec.mk: use -o
5539         * support/regression/ports/xa51/spec.mk: use -o
5540         * support/regression/fwk/lib/timeout.c: fix usage string
5541
5542 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
5543         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
5544
5545 2003-01-07    <johan AT balder>
5546
5547         * src/SDCCast.c (decorateType): fixed bug #600035
5548
5549 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
5550         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
5551         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
5552         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
5553         * src/pic/pcode.c: outcommented unused variable to remove warnings
5554         * src/pic/ralloc.c: outcommented unused variable to remove warnings
5555
5556 2003-01-06    <karl AT turbobit.com>
5557         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
5558    regression tests.
5559
5560 2003-01-06    <johan AT balder>
5561
5562         * src/SDCCicode.c: fixed array add
5563
5564 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
5565         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
5566         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
5567
5568 2003-01-04    <johan AT balder>
5569
5570         * src/SDCCval.c (getNelements): fixed the initialized array of structures
5571
5572 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5573         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
5574
5575 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
5576         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
5577         * support/regression/tests/bug-524697.c: fit mem usage into 8032
5578
5579 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
5580         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
5581
5582 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
5583         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
5584
5585 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
5586         * src/mcs51/main.c: removed {bindir}{sep} from aslink
5587
5588 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5589
5590     * in \sdcc\as\mcs51\ changed these files in order to create an
5591     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
5592     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
5593     following files to include the previous two files: aslink.dsp,
5594     Makefile.aslink, Makefile.bcc, and Makefile.in.
5595
5596     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
5597     .adb instead of .cdb
5598
5599 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5600
5601         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
5602         value from option --iram-size.
5603
5604 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5605
5606         * \sdcc\as\mcs51\lklist.c: added boundary check before using
5607         dram[] array.
5608
5609 2002-09-18    <wiml AT hhhh.org>
5610
5611         * SDCClrange.h: exposed setFromRange() and setToRange()
5612         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
5613           packRegsForAccUse() (bug 542397)
5614         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
5615           multiple times and emitting the fetch operations more than once
5616           added aopGetUsesAcc() function to allow binary operators to
5617           fetch their operands in the correct order; made genMinus() emit
5618           compact code for X = LITERAL - Y
5619
5620 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5621         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
5622         sprintf() in line 1267.
5623
5624 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5625         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
5626         like ports.
5627
5628 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5629         Changes to aslink (All the changes are marked with 'JCF'):
5630
5631         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
5632         summary().
5633
5634         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
5635         area BSEG.  Also moves, if possible, the DATA area down into the internal
5636         ram so more space is available.
5637
5638         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
5639         sflag.
5640
5641         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
5642         not bytes.  Function summary() which creates a memory usage summary
5643         file with extension .mem.  Reports of overlaping stack and small stack
5644         size.  If the space for the stack is less than 16 bytes aslink trows a
5645         warning.
5646
5647         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
5648         the 8051.  Option 'y' for memory summary output file.
5649
5650         Changes to sdcc (All the changes are marked with 'JCF'):
5651
5652         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
5653
5654         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
5655         overlaying area for it (uses RegBankUsed[4]).
5656
5657         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
5658         bank zero as used by default.  By default aslink locates the stack
5659         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
5660         the creation of the .mem file.  Delegates the allocation of data area
5661         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
5662         the begining of the stack area to aslink.
5663
5664         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
5665         glue() in SDCCglue.c creates an area for it.
5666
5667 2002-09-03  Borut Razem <borut.razem AT siol.net>
5668         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
5669         sdcc/src/pic/glue.c:
5670         introduced atexit() handler for teporay files removal in case of
5671         errors, assertions, ...
5672
5673 2002-08-29  Borut Razem <borut.razem AT siol.net>
5674         * sdcc/support/cpp2/auto-host_vc_in.h:
5675         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
5676         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
5677         Maybe there is a similar problem with BORLANDC? It should be checked!
5678
5679         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
5680         corrected improper use of assert: the assignment to clr variable was done inside the assert.
5681         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
5682         was not executed, and the compiler (cl) launched a warning:
5683         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
5684
5685 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
5686         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
5687
5688 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
5689         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
5690
5691         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
5692           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
5693           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
5694           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
5695           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
5696           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
5697           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
5698         - added Release configuration in VS projects
5699         - review of compiler an linker options
5700         - VC .exe files are generated in bin_vc directory, not to interfere
5701           with binaries generated from other projects (cygwin, mingw, bcc ...)
5702
5703         * sdcc/src/yacc.dsp: added
5704
5705         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
5706         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
5707         and insert the version number definitions from .version
5708
5709         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
5710
5711         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
5712         added - genarate auto-host.h using auto-host_vc_in.h as template
5713
5714         * sdcc/sdcc_vc.h,
5715         removed from CVS, generated automatically
5716
5717 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
5718         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
5719
5720 2002-08-11  Borut Razem <borut.razem AT siol.net>
5721         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
5722
5723 2002-08-10  Borut Razem <borut.razem AT siol.net>
5724         * src/SDCCmain.c (main):
5725         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
5726         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
5727         The consequence was that some temporary files were not removed.
5728
5729         * src/SDCCglue.c:
5730         unification of code in functions tempfilename() and tempfile():
5731         function tempnam() is defined in Visual Studio 6.0 and .NET
5732
5733         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
5734
5735         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
5736           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
5737         - removed compiler command line option /WX: Treats all warnings as errors
5738         - update a list of source files, included into the project
5739
5740         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
5741           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
5742         changed project type to Generic Project so that can be correcly converted to VS.NET project
5743
5744         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
5745
5746         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
5747
5748         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
5749
5750         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
5751         added return 0 statements after assert() to make compiler happy
5752
5753         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
5754         added newline in the def file to keep MSC compiler satisfied
5755
5756         * sdcc/src/z80/gen.c:
5757         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
5758           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
5759         - solved MSC error in function aopDump()
5760
5761         * sdcc_vc.h: define PREFIX as "\\sdcc"
5762
5763 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
5764         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
5765
5766 2002-06-22  Scott Dattalo <scott AT dattalo.com>
5767         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
5768         - Rewrote the register banking algorithm.
5769         - Added pCode live-range analysis to registers (for now, only non-used and
5770         singly-used registers optimized away)
5771
5772         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
5773
5774         * support/scripts/inc2h.pl Kevin L. Pauba <klpauba AT cox.net> submitted this perl script for converting MicroChip include files into SDCC Pic include files.
5775
5776 2002-05-10  Scott Dattalo <scott AT dattalo.com>
5777         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
5778
5779 2002-04-22  Michael Hope  <michaelh AT vroom>
5780
5781         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
5782
5783         * configure.in (DD_COPT): Added include support required for gbdk.
5784
5785         * .version: Bumped version number just to increase it.
5786
5787         * src/SDCCmain.c: Added -nostdinc to the default options.
5788
5789 2002-04-15  Michael Hope  <michaelh AT vroom>
5790
5791         * device/lib/z80/printf.c (sprintf): Added.
5792
5793         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
5794
5795         * src/z80/peeph.def: Added transpose redundent load rule.
5796
5797         * src/z80/main.c: Added force callee saves for jaune.
5798
5799         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
5800
5801         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
5802
5803 2002-03-28  Johan Knol  <johan AT balder>
5804
5805         * src/SDCCval.c: fixed bug #532436
5806
5807 2002-03-14  Scott Dattalo <scott AT dattalo.com>
5808         * /src/port.h:
5809         Added "char *Processor" field to the port structure.
5810
5811         * /src/SDCCmain.c:
5812         Added -p option. Allows port dependent processor to be specified.
5813
5814         * all ports:
5815         Initialized the new field char *Processor field to NULL in all ports
5816
5817         * /src/pic/*:
5818         Compiler generated registers for interrupt context saving
5819         were not getting allocated.
5820
5821 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
5822
5823         * /src/SDCCast.c:
5824         Fixed left shift. Will promote the left side of a left shift
5825         if a) left shifting more than size of operand or b) when assigned
5826         to something size > size of left side
5827
5828 2002-03-14  Scott Dattalo <scott AT dattalo.com>
5829         * src/pic/*
5830         tons of changes. Register allocation has been
5831         rewritten. Added customization for the various PICs. Flow
5832         analysis is restructured. ...
5833
5834         * src/pic/device.h:
5835         Added
5836
5837         * src/pic/device.c:
5838         Added. device.c is a PIC port hack to accomodate variations
5839         in PIC devices.
5840
5841 2002-03-13  Michael Hope  <michaelh AT vroom>
5842
5843         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
5844
5845 2002-03-04  johanknol  <johanknol AT manik>
5846
5847         * /src/SDCCval.c: fixed
5848
5849         const unsigned char arr[][2] = { { 0, 1 } };
5850         t18.c:1: error: Initializer element is not constant
5851
5852 2002-03-04  bela  <bela AT manik>
5853
5854         * /device/include/mcs51reg.h:
5855         ds89c420 register definition update
5856
5857 2002-03-03    <johan AT FRIJA>
5858
5859         * support/Util/SDCCerr.c: did something, but don't no why anymore
5860
5861         * support/regression/tests/bug-524691.c: made it a little less shy
5862
5863         * src/SDCCast.c (decorateType): fixed bug #524697
5864
5865         * src/SDCCast.c: made some lineno improvements
5866
5867         * src/SDCCval.c (getNelements): changed warning to error
5868
5869         * src/SDCCglue.c (printIvalArray): changed warning to error
5870
5871         * src/SDCCicode.c: fixed a warning for mingw
5872
5873         * src/SDCCast.c (decorateType): fixed the << promotion for ops
5874
5875         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
5876
5877 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
5878
5879         * src/ds390/peeph.def:
5880         Added some more peephole rules
5881
5882         * src/ds390/gen.c: Various fixes & enhancements
5883
5884         * src/SDCClrange.c, src/SDCClrange.h:
5885         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
5886
5887         * src/ds390/ralloc.c:
5888         various fixes & enhancements (ds390) specific
5889
5890         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
5891         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
5892         from rallocs.
5893
5894         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
5895
5896 2002-03-02    <johan AT FRIJA>
5897
5898         * src/SDCCast.c (decorateType): fixed bug #524708
5899
5900         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
5901
5902         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
5903
5904 2002-03-01  Michael Hope  <michaelh AT vroom>
5905
5906         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
5907
5908         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
5909
5910 2002-03-01    <johan AT FRIJA>
5911
5912         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
5913
5914         * src/SDCCast.c (decorateType): fixed bug #524209
5915
5916         * src/SDCCval.c (valNot): fixed bug #524195
5917
5918 2002-02-26    <johan AT balder>
5919
5920         * src/xa51/gen.c: fixed a warning
5921
5922         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
5923
5924         * src/SDCCast.c (decorateType): fixed bug #522534
5925
5926 2002-02-23    <johan AT balder>
5927
5928         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
5929
5930 2002-02-22    <johan AT balder>
5931
5932         * src/SDCCast.c: fixed bug #514865
5933
5934         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
5935
5936 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
5937
5938         * sdcc/src/SDCCloop.c:
5939         Previous fix was not good. basic blocks that have "break" or "return" are
5940         not really partof a loop , but live ranges used in these blocks should
5941         be live thru the entire loop, so set partOfLoop but don't add them to
5942         loop region
5943
5944 2002-02-21    <johan AT FRIJA>
5945
5946         * src/SDCCcse.c: fixed bug #514308
5947
5948 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
5949
5950         * src/SDCCloop.c:
5951         Fixed BUG #519583. If a conditional block ended in a return/break
5952         statement inside a loop, it was not being considered part of the loop.
5953
5954         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
5955
5956 2002-02-10  Karl Bongers <karl AT turbobit.com>
5957
5958         * debugger/*:
5959         Fixed up SDCDB debugger somewhat.  Updated debugger/README
5960         with lots of comments and notes.
5961
5962         * device/examples/test2.c:
5963         Fix bug, "red" variable not being initialized(compiler complained).
5964
5965         * device/examples/Makefile, examples/test3.c:
5966         Add Makefile in device/examples folder, compiles test3.c
5967         for use as a multiple module SDCDB test case.
5968
5969         * sim/ucsim/cmd.src/cmdset.cc:
5970         Took out debug printfs in ucsim "next" command.
5971
5972         * sim/ucsim/xa.src:
5973         Karl and Johan start ucsim XA support.  Most dissassembly working,
5974         about 75% emulation done(plenty of work remaining).
5975
5976         * sim/ucsim/z80.src:
5977         Add Z80 support to ucsim, add test-ucz80 regression test,
5978         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
5979         Notice z80 compiler fails on examples/test3.c/crc code.
5980
5981 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
5982
5983         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
5984         Added support for --parms-in-bank1
5985
5986         * src/ds390/peeph.def:
5987         added a few more peephole optimzations
5988
5989         * src/ds390/main.c:
5990         1) added __builtin_inp & __builtin_outp used to read in data of given length
5991            from a memory mapped port
5992         2) added __builtin_memcmp
5993         3) added __builtin_swapw swap bytes of a short
5994
5995         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
5996         1) handle multiple send & receives from register bank1
5997         2) ralloc can now allocate DPTR1 to some liveRanges
5998
5999         * src/SDCCsymt.c, src/SDCCsymt.h:
6000         changes to handle multiple sends & receives
6001
6002         * src/SDCCptropt.h:
6003         added some pointer arithmetic optimization
6004
6005         * src/SDCCptropt.c:
6006         added some pointer arithmetic optimizations but not stable yet so not
6007         called from anywhere (will get this working shortly)
6008
6009         * src/SDCCopt.c: fixed for multiple sends & receives
6010
6011         * src/SDCCmain.c:
6012         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
6013         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
6014            set preprocessor defines (depending on options)
6015
6016         * src/SDCCicode.c, src/SDCCicode.h:
6017         changes made to handle multiple sends & receives
6018
6019         * src/SDCCglobl.h:
6020         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
6021
6022         * src/SDCCcse.c, src/SDCCcse.h:
6023         added function findbackward def (to be used in upcoming optimization)
6024
6025         * src/SDCCcflow.c, src/SDCCcflow.h:
6026         added function returnAtEnd - to determine if a basic block terminates with
6027         a RETURN iCode
6028
6029         * src/SDCCast.c, src/SDCCast.h:
6030         added option parms-in-bank1
6031
6032         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
6033         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
6034         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
6035         adjusted for --parms-in-bank1 option
6036
6037         * device/include/string.h:
6038         donot redefine "reentrant" keyword
6039
6040         * device/include/ds80c390.h: Added some more SFRs
6041
6042 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
6043
6044         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
6045
6046 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
6047
6048         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
6049
6050 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
6051
6052         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
6053
6054 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
6055
6056         * Added --xram-movc option
6057
6058 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
6059
6060         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
6061
6062 2002-01-11  Johan Knol
6063
6064         * Added math lib of Jesus Calvino-Fraga
6065
6066 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
6067
6068         * src/SDCCmain.c (processFile): fix processing of ../../src.c
6069         * support/regression/Makefile: new target test-mcs51-stack-auto
6070         * support/regression/ports/mcs51-stack-auto/spec.mk: added
6071
6072 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
6073
6074         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
6075
6076 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
6077
6078         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
6079
6080 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
6081
6082         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
6083
6084         * src/SDCCglue.h: add definition for printIvalChar()
6085
6086 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
6087
6088         * src/SDCCast.c: fix #498138 by Johan
6089
6090         * src/SDCCglue.c: fix #498138 by Johan
6091
6092 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
6093
6094         * support/regression/Makefile: fix clean
6095
6096         * support/regression/ports/ds390/support.c: fix transmission of last character
6097
6098 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
6099
6100         * /sdcc/src/ds390/gen.c:
6101         a) improved computing address of stack variable
6102         b) took out some #if 0 code
6103         c) improved parmBytes adjustment
6104         d) improved genPlusIncr & genMinusIncr
6105         e) genCmp could generate bad code (when left assigned to DPTR)
6106         f) Fixed bug in hasInc
6107
6108         * /sdcc/src/ds390/ralloc.c:
6109         a) packRegsForSupport could mess up live information (Fixed)
6110         b) packRegsDPTRuse could be incorrect for left & right shift
6111
6112         * /sdcc/src/mcs51/ralloc.c:
6113         packRegsForSupport could mess up the live information (Fixed)
6114
6115         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
6116
6117         * /sdcc/src/SDCCast.c:
6118         can reverse a loop even if function call is present as long
6119         as the loop control variable is local & is not passed as parameter
6120
6121 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
6122
6123         * /sdcc/ChangeLog: *** empty log message ***
6124
6125         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
6126         More builtin function additions for TININative
6127
6128         * /sdcc/src/ds390/ralloc.c:
6129         Had broken the regression testsuite
6130
6131         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
6132
6133         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
6134         Added funcattr hasStackParms will be set for reentrant functions when there
6135         are paramteres on the stack, this helps in minimizing frame pointer generation
6136         typeFromStr can handle function pointers now
6137
6138         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
6139         *** empty log message ***
6140
6141 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
6142
6143         * /src/ds390/gen.c, /src/ds390/main.c:
6144         More builtin function additions for TININative
6145
6146         * /src/ds390/ralloc.c:
6147         Had broken the regression testsuite
6148
6149         * /src/SDCCast.c: Fixed a bug in dumptree
6150
6151         * /src/SDCCsymt.c, /src/SDCCsymt.h:
6152         Added funcattr hasStackParms will be set for reentrant functions when there
6153         are paramteres on the stack, this helps in minimizing frame pointer generation
6154         typeFromStr can handle function pointers now
6155
6156         * /doc/builtins.txt, /doc/TININative.txt:
6157         *** empty log message ***
6158
6159
6160 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
6161
6162         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
6163         ALPHA version for -mTININative
6164
6165         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
6166         updated to reflect changes in the port structure
6167
6168         * /src/port.h:
6169         added function do_assemble (similar to do_link) if non-null this function
6170         will be called to do assembly (-mTININative) requires a multi command
6171         assembly
6172         added function genAssemblerEnd will be called to generate assembler Epilogue
6173
6174         * /src/SDCCsymt.c:
6175         added _JavaNative to debug info printing
6176
6177         * /src/SDCCmain.c: added option --tini-libid
6178         added port->do_assemble function (-mTININative) has a multi command assemble
6179
6180         * /src/SDCCglue.c: Disabled "constExpr" check
6181         added port->genAssemblerEnd function
6182
6183         * /src/SDCCglobl.h: Added option --tini-libid value
6184
6185         * /src/SDCCast.h:
6186         tookout optimizeCompare from the header (has no external references)
6187
6188         * /src/SDCCast.c: made one more function "static"
6189
6190 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
6191
6192         * src/z80/mappings.i: Added z80asm support.
6193
6194         * src/z80/main.c: Added z80asm support on --asm=z80asm
6195
6196         * src/z80/gen.c: Fixed asm portability issues.
6197
6198         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
6199
6200         * src/SDCCglue.c (printExterns): Added global/extern split.
6201
6202 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
6203
6204         * support/regression/Makefile: added test for mcs51 model large
6205
6206         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
6207
6208         * support/regression/ports/gbz80/spec.mk: added -mgbz80
6209
6210 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
6211
6212         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
6213
6214 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
6215
6216         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
6217
6218         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
6219
6220 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
6221
6222         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
6223
6224         * support/regression/tests/simplefloat.c: Port to mcs51.
6225
6226 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
6227         * support/regression/tests/bug-485362.c: Added.
6228
6229         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
6230
6231         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
6232
6233         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
6234
6235         * src/z80/gen.c (aopDump): Added a dump function.
6236
6237 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
6238         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
6239
6240         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
6241
6242         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
6243
6244         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
6245
6246         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
6247
6248         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
6249
6250         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
6251
6252         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
6253
6254         * support/regression/ports/ds390/support.c: Use tinibios.
6255
6256         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
6257
6258 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
6259
6260         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
6261         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
6262
6263         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
6264
6265         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
6266
6267 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
6268
6269         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
6270
6271         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
6272         (packRegsForIYUse): Created and optimised.
6273
6274 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
6275
6276         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
6277 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
6278
6279         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
6280
6281         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
6282
6283         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
6284
6285 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
6286
6287         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
6288
6289         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
6290
6291 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
6292
6293         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
6294
6295         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
6296
6297         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
6298
6299 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
6300
6301         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
6302         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
6303         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
6304
6305         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
6306
6307         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
6308         (genNotFloat): Added.
6309         (genUminusFloat): Added.
6310
6311         * device/lib/z80/Makefile: Added floating pt stubs.
6312
6313         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
6314
6315         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
6316
6317         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
6318
6319 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
6320
6321         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
6322
6323         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
6324
6325         * sdcc/support/regression/Makefile: Add port ds390.
6326
6327         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
6328
6329         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
6330
6331         * sdcc/support/regression/ports/ds390/spec.mk: Added.
6332
6333         * sdcc/support/regression/ports/ds390/support.c: Added.
6334
6335         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
6336
6337         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
6338
6339         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
6340
6341 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
6342
6343         * device/include/malloc.h: Added z80 and gbz80 support.
6344
6345         * device/lib/gbz80/heap.s: Added.
6346
6347         * device/lib/z80/heap.s: Added.
6348
6349         * device/lib/malloc.c: Added z80 and gbz80 support.
6350
6351         * support/regression/tests/malloc.c (testMalloc): Added.
6352
6353         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
6354
6355         * support/regression/tests/bug-478094.c: Added.
6356
6357         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
6358
6359 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
6360
6361         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
6362
6363         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
6364
6365         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
6366
6367         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
6368
6369         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
6370
6371 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
6372
6373         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
6374
6375 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
6376
6377         * support/regression/tests/bug-477927.c: Added.
6378
6379         * src/z80/peeph.def: Added minor rules.
6380
6381         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
6382
6383         * src/z80/peeph.def: Added jump optimisation modification.
6384
6385 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
6386
6387         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
6388
6389 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
6390
6391         * support/regression/tests/funptrs.c: Added.
6392
6393 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
6394
6395         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
6396
6397 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
6398
6399         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
6400
6401         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
6402
6403         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
6404         (movLeft2ResultLong): Created.
6405
6406         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
6407         (joinPushes): Added.  Joins two char pushes into a word push.
6408
6409 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
6410
6411         * support/cpp2/Makefile.in (install): Added creation of dest dir.
6412
6413         * support/makebin/Makefile (install): Added creation of dest dir.
6414
6415 2001-10-24 Karl Bongers <karl AT turbobit.com>
6416
6417         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
6418
6419 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
6420
6421         * src/z80/ralloc.c: Turned off faulty pack for one use.
6422
6423         * src/z80/peeph-gbz80.def: Removed redundent restart options.
6424
6425         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
6426
6427 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
6428
6429         * support/regression/Makefile: Improved clean
6430
6431         * support/regression/ports/gbz80/spec.mk: Added clean
6432
6433         * support/regression/ports/host/spec.mk: Added clean
6434
6435         * support/regression/ports/z80/spec.mk: Added clean
6436
6437         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
6438
6439         * support/regression/ports/mcs51/timeout.c: little improvements
6440
6441 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
6442
6443         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
6444
6445         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
6446
6447         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
6448
6449 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
6450
6451         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
6452
6453         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
6454
6455 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
6456         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
6457
6458         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
6459
6460         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
6461
6462         * src/mcs51/main.c (_linkCmd): Added bin path to command.
6463
6464         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
6465
6466         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
6467
6468         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
6469
6470         * support/regression/tests/longor.c: Added.
6471
6472 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
6473
6474         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
6475
6476         * as/mcs51/aslink.h: define PATH_MAX
6477
6478         * as/mcs51/asm.h: define PATH_MAX
6479
6480         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
6481
6482         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
6483
6484         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
6485
6486         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
6487
6488         * src/SDCCglobl.h: define PATH_MAX
6489
6490         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
6491
6492         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
6493
6494 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
6495
6496         * src/z80/gen.c (gencjneshort): Fixed
6497
6498         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
6499
6500 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
6501
6502         * support/regression/tests/bug-469671.c: Added.
6503
6504         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
6505
6506 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
6507
6508         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
6509
6510         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
6511
6512 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
6513
6514         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
6515
6516         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
6517
6518         * src/device/lib/_mullong.c : removed hint: nooverlay bug
6519
6520         * src/device/lib/_divuint.c : removed hint: nooverlay bug
6521
6522         * src/device/lib/_divulong.c: removed hint: nooverlay bug
6523
6524         * src/device/lib/_moduint.c : removed hint: nooverlay bug
6525
6526         * src/device/lib/_modulong.c: removed hint: nooverlay bug
6527
6528 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
6529
6530         * 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.
6531
6532         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
6533
6534         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
6535
6536 2001-10-07    <johan AT FRIJA>
6537
6538         * device/lib/gets.c (gets): fixed the return value.
6539
6540 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
6541         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
6542
6543         * 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.
6544
6545         * 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.
6546
6547         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
6548
6549         * src/pic/gen.c: Removed Safe_strdup.
6550
6551         * configure.in: Added option to enable libgc support.
6552
6553         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
6554         (bitVectUnion): Optimised.
6555         (bitVectIntersect): Optimised.
6556         (bitVectBitsInCommon): Optimised.
6557         (bitVectCplAnd): Optimised.
6558
6559         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
6560
6561 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
6562
6563         * src/SDCCmain.c: distinguish between assembler debug and plain options
6564
6565         * src/avr/main.c:   remove standard assembler options
6566
6567         * src/ds390/main.c: remove standard assembler options
6568
6569         * src/mcs51/main.c: remove standard assembler options
6570
6571         * src/port.h: removed "PENDING" comment
6572
6573 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
6574
6575         * src/device/lib/_mulint.c  : new, with assember functions
6576
6577         * src/device/lib/_mullong.c : new, with assember functions
6578
6579         * src/device/lib/_divuint.c : with assember functions
6580
6581         * src/device/lib/_divsint.c : with assember functions
6582
6583         * src/device/lib/_divulong.c: with assember functions
6584
6585         * src/device/lib/_divslong.c: with assember functions
6586
6587         * src/device/lib/_moduint.c : with assember functions
6588
6589         * src/device/lib/_modsint.c : with assember functions
6590
6591         * src/device/lib/_modulong.c: with assember functions
6592
6593         * src/device/lib/_modslong.c: with assember functions
6594
6595         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
6596
6597         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
6598
6599         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
6600                                       replaced _mululong.c and _mulslong.c by _mullong.c
6601
6602 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
6603
6604         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
6605
6606 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
6607
6608         * src/SDCCglue.c: test, if win32api is available for MINGW
6609
6610 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
6611
6612         * src/SDCCsymt.c: no more _modifier in printTypeChain()
6613         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
6614         * support/regression/ports/gbz80/spec.mk: removed GENERIC
6615         * support/regression/ports/host/spec.mk: removed GENERIC
6616         * support/regression/ports/mcs51/spec.mk: removed GENERIC
6617         * support/regression/ports/z80/spec.mk: removed GENERIC
6618
6619 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
6620
6621         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
6622
6623         * support/regression/tests/bug-467035.c: Created.
6624
6625 2001-10-01    <johan AT FRIJA>
6626
6627         * src/SDCC.y: fixed bug #466586 part 1
6628
6629 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
6630
6631         * SDCCicode.c: z80 has no generic pointers
6632         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
6633
6634 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
6635
6636         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
6637
6638 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
6639
6640         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
6641
6642         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
6643
6644 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
6645
6646         * configure.in: Fixed up so that ucsim is only configured once.
6647
6648         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
6649
6650         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
6651         (getPathDifference): As above.
6652
6653         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
6654
6655         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
6656
6657 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
6658         * .version: Updated to 2.3.1
6659
6660         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
6661         Added copyright header.
6662
6663         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
6664         (assemble): Added support for macro based assembler commands.
6665         (linkEdit): Added support for macro based linker commands.
6666         (preProcess): Changed the pre-processor to use macros.
6667         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
6668         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
6669
6670         * device/lib/z80/crt0.s: Added module name for debugging.
6671
6672 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
6673
6674         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
6675
6676         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
6677
6678         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
6679
6680         * src/Makefile.in: Added SDCCmacro and SDCCutil
6681
6682 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
6683
6684         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
6685
6686 2001-09-16    <johan AT FRIJA>
6687
6688         * 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.
6689
6690 2001-09-15    <johan AT FRIJA>
6691
6692         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
6693         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
6694
6695 2001-09-11    <johan AT FRIJA>
6696
6697         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
6698
6699 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
6700
6701         * support/regression/tests/bug-460444.c: Added test case.
6702
6703         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
6704         (genCast): Added justification for all of the asserts.
6705
6706 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
6707
6708         * support/regression/support.c: _xdata replaced by xdata
6709
6710         * support/regression/spec.mk: removed _generic
6711
6712 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
6713
6714         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
6715
6716         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
6717         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
6718
6719         * src/z80/peeph.def: Added a rule to optimise shift then compare.
6720
6721         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
6722
6723         * support/regression/tests/bug-460010.c: Added test case.
6724
6725         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
6726
6727 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
6728
6729         * support/regression/Makefile: inter-port-clean adjusted for mcs51
6730
6731         * support/regression/testfwk.c: removed workaround for bug #436344
6732
6733         * support/regression/tests/bp.c: use less memory with mcs51
6734
6735         * support/regression/tests/bug-441448.c: use less memory
6736
6737         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
6738
6739         * support/regression/collate-results.py: typo
6740
6741 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
6742
6743         * support/regression/tests/fetchoverlap.c: Added new test case.
6744
6745         * support/regression/tests/bp.c: Added new test case.
6746
6747         * support/regression/tests/bug-448984.c: Added new test case.
6748
6749         * support/regression/tests/pow2shifts.c: Added new test case.
6750
6751         * src/z80/gen.c: Turned off the noise it normally generates for the release.
6752         (genlshTwo): Fixed right shift for count > 8.
6753
6754         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
6755
6756 2001-09-08    <johan AT FRIJA>
6757
6758         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
6759
6760 2001-09-07    <johan AT FRIJA>
6761
6762         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
6763
6764         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
6765
6766 2001-09-06    <johan AT FRIJA>
6767
6768         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
6769         * bernhard noted me at this: "() equals to (void)" (1.38)
6770
6771 2001-09-05    <johan AT FRIJA>
6772
6773         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
6774
6775 2001-09-04    <johan AT FRIJA>
6776
6777         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
6778
6779
6780 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
6781
6782         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
6783
6784 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
6785
6786         * link/z80/aslink.h: Fixed path for PATH_MAX
6787
6788 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
6789
6790         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
6791
6792         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
6793
6794         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
6795
6796         * 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.
6797
6798 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
6799
6800         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
6801         (genCmp): Fixed up genCmp for the GB with longs.
6802
6803         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
6804
6805         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
6806
6807         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
6808
6809         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
6810
6811 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
6812
6813         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
6814
6815 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
6816
6817         * 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.
6818
6819         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
6820
6821 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
6822
6823         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
6824
6825         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
6826
6827 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
6828
6829   * sim/ucsim/configure:    little improvement of Cygwin-detection
6830   * sim/ucsim/configure.in: little improvement of Cygwin-detection
6831   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
6832   * support/regression/tests/bug-221100.c: small changes for mcs51
6833   * support/regression/tests/bug-221168.c: small changes for mcs51
6834   * support/regression/tests/bug-227710.c: small changes for mcs51
6835   * support/regression/tests/staticinit.c: small changes for mcs51
6836   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
6837   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
6838   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
6839
6840 $Revision$