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