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