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