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