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