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