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