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