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