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