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