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