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