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