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