* support/regression/ports/hc08/spec.mk: remove *.asm in traget _clean
[fw/sdcc] / ChangeLog
1 2006-03-04 Borut Razem <borut.razem AT siol.net>
2
3         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
4           _clean
5         * support/regression/tests/bug-524697.c: decreased array size for
6           mcs51 to fit into the internal RAM
7         * support/regression/Makefile.in: a little bit more verbose
8
9 2006-03-03 Borut Razem <borut.razem AT siol.net>
10
11         * support/regression/fwk/lib/testfwk.c,
12           support/regression/fwk/include/testfwk.h: introduced function
13           _prints(), nonrecursive _printn(), call _initEmu() from main()
14         * support/regression/ports/gbz80/support.asm,
15           support/regression/ports/ucz80/support.asm,
16           support/regression/ports/z80/support.asm,
17           support/regression/ports/ds390/support.c,
18           support/regression/ports/hc08/support.c,
19           support/regression/ports/host/support.c,
20           support/regression/ports/mcs51/support.c,
21           support/regression/ports/xa51/support.c: added empty _initEmu()
22           function
23         * support/regression/ports/pic16/gpsim.cmd,
24           support/regression/ports/pic16/spec.mk,
25           support/regression/ports/pic16/support.c,
26           support/regression/Makefile.in: added pic16 regression test
27
28 2006-03-01 Raphael Neider <rneider AT web.de>
29
30         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
31           genConstPointerGet): use safe way of generating MOVFF to cover
32             literals as well as registers, fixes bug #1440527
33         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
34             dereference
35           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
36             more correctly, fixes bug #1232186
37           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
38         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
39             gplink guess the correct processor in more cases, applied patch
40             from Till Riedel attached to and fixing bug #1436552
41
42 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
43
44         * support/regression/tests/array.c: added, contains check for #1434401
45         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
46
47 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
48
49         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
50         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
51         * device/include/mcs51/c8051f326.h,
52         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
53         * device/include/mcs51/c8051f000.h,
54         * device/include/mcs51/c8051f018.h,
55         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
56           PCON_IDLE,PCON_STOP and added sfr16 definitions
57
58 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
59
60         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
61           genGetWord): fixed bug 1409955
62
63 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
64
65         * device/include/hc08/mc68hc908gp32.h,
66         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
67
68 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
69
70         * src/SDCCast.c (constExprValue): return NULL if not a value
71         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
72         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
73         * support/regression/tests/bitfields.c: enabled signed bitfield for all
74
75 2006-02-13 Borut Razem <borut.razem AT siol.net>
76
77         * src/regression/ptrarg.c: added, fails due to bug #1430967
78         * src/regression/Makefile: ptrarg.c added, ...
79
80 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
81
82         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
83         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
84
85 2006-02-11 Borut Razem <borut.razem AT siol.net>
86
87         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
88           print "Processor: xxx" message to stdout only if --verbose
89
90 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
91
92         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
93         * support/regression/tests/bug1426356.c: added
94         * support/regression/tests/bitfields.c: removed 2 tests
95
96 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
99         * device/include/mcs51/c8051f330.h,
100         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
101           PCON_IDLE,PCON_STOP and added sfr16 definitions
102         * device/lib/_divsint.c,
103         * device/lib/_divuint.c,
104         * device/lib/_divulong.c,
105         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
106           register bank bug for small stackauto
107
108 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
109
110         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
111
112 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
113
114         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
115         * all.dsp: corrected several bin paths
116         * device/include/mcs51/c8051f120.h,
117         * device/include/mcs51/c8051f300.h,
118         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
119           to PCON_IDLE,PCON_STOP
120         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
121         * device/lib/printf_large.c (output_float): fixed bug 1388703
122         * support/regression/tests/bug1057979.c: added test for bug 1388703
123
124 2006-02-08 Raphael Neider <rneider AT web.de>
125
126         * src/pic/pcode.c (pciTRIS): fixed typo,
127           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
128           (LinkFlow): fixed handling of flows that end in a call,
129           (ReuseReg): perform safety check earlier
130         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
131             to work with flows at the beginning of a pBlock,
132             fixes #1426557 (Symbol not previously defined),
133           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
134             usage information
135           (RemoveUnusedRegisters): update register usage info
136         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
137             created, reuse existing ones instead
138         * src/pic/gen.c (genPcall): fixed #1424719
139
140 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
141
142         * link/z80/lkmain.c,
143         * link/z80/lklex.c,
144         * link/z80/lkdata.c,
145         * link/z80/aslink.h: fixed build on current cygwin:
146         replaced getline() by lk_getline()
147
148 2006-02-01 Borut Razem <borut.razem AT siol.net>
149
150         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
151           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
152           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
153           src/regression/bool1.c, src/regression/bool2.c,
154           src/regression/bool3.c, src/regression/call1.c,
155           src/regression/compare.c, src/regression/compare10.c,
156           src/regression/compare2.c, src/regression/compare3.c,
157           src/regression/compare4.c, src/regression/compare5.c,
158           src/regression/compare6.c, src/regression/compare7.c,
159           src/regression/compare8.c, src/regression/compare9.c,
160           src/regression/configword.c, src/regression/for.c,
161           src/regression/inline.c, src/regression/mult1.c,
162           src/regression/nestfor.c, src/regression/or1.c,
163           src/regression/pointer1.c, src/regression/ptrfunc.c,
164           src/regression/rotate1.c, src/regression/rotate2.c,
165           src/regression/rotate3.c, src/regression/rotate4.c,
166           src/regression/rotate5.c, src/regression/rotate6.c,
167           src/regression/rotate7.c, src/regression/string1.c,
168           src/regression/struct1.c, src/regression/sub.c,
169           src/regression/sub2.c, src/regression/switch1.c,
170           src/regression/while.c, src/regression/xor.c,
171           src/regression/create_stc, src/regression/simulate,
172           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
173           regression tests
174         * src/regression/gpsim_assert.h: added
175
176 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
177
178         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
179         ((void (code *) (void)) 0) ();
180         * as/hc08/aslex.c,
181         * as/hc08/aslink.h,
182         * as/hc08/asm.h,
183         * as/hc08/asmain.c,
184         * as/hc08/lkdata.c,
185         * as/hc08/lklex.c,
186         * as/hc08/lkmain.c,
187         * as/mcs51/aslex.c,
188         * as/mcs51/aslink.h,
189         * as/mcs51/asm.h,
190         * as/mcs51/asmain.c,
191         * as/mcs51/lkdata.c,
192         * as/mcs51/lklex.c,
193         * as/mcs51/lkmain.c,
194         * as/z80/aslex.c,
195         * as/z80/asm.h,
196         * as/z80/asmain.c: fixed build on current cygwin:
197         replaced getline() by as_getline()
198
199 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
200
201         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
202         declarator in the symbol chain
203         * src/SDCCsymt.h,
204         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
205         parameter list for function pointers
206         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
207         * support/regression/tests/bug-716242.c: added
208
209 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
210
211         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
212         offset if possible
213         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
214
215 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
216
217         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
218         inifinitely recurseable, added static
219         * support/regression/tests/bug-1408066.c: added
220
221 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
222
223         * src/SDCCicode.h,
224         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
225         renamed, added possibility to create "postLoopLbl"-labels
226         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
227         newiTempLoopHeaderLabel
228         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
229         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
230         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
231         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
232         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
233         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
234         (basicInduction): fixed bug #136564, made static,
235         (loopInduction): changed parameter of basicInduction, made static,
236         (addPostLoopBlock): added
237         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
238         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
239         findLoopEndSeq
240         * support/regression/tests/bug-136564.c: added
241         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
242         --std-sdcc99 to LIBSDCCFLAGS
243
244 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
245
246         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
247         while loop
248         * support/regression/tests/bug-1406131.c: added
249
250 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
251
252         * src/SDCCast.c (decorateType): fix promotion of unary minus
253         * src/SDCCsymt.c (computeType): beautified
254         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
255         (valUnaryPM, valComplement): fix sign and promotion,
256         (valNot): ANSI: result type is int (SDCC: unsigned char)
257         * support/regression/tests/uminus.c: speedup by removing superflous
258         test case 'int'
259         * support/regression/tests/onebyte.c: added promotion and signedness
260         tests for unary minus
261         * support/regressions/tests/bug-477927.c: disable warning about
262         uninitialized variables
263         * support/regression/tests/not.c: added
264
265 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
266
267         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
268         * src/mcs51/gen.c (gen51Code): show final register usage after
269         fillGaps in asm with --i-code-in-asm
270         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
271         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
272         incUsed, rliveClear, adjustIChain): made static,
273         (setFromRange): excluded because it's unused,
274         (findPrevUseSym, markWholeLoop): added,
275         (findPrevUse): rewritten; fixes bug 895992; now a complete search
276         through all branches of predecessors enables sdcc to emit the warning
277         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
278         (rlivePoint): made static, added parameter emitWarnings which is only
279         true during the first run out of two,
280         (findRecursiveSucc, findRecursivePred): removed,
281         (computeLiveRanges): made static, added parameter emitWarnings,
282         (dumpIcRlive): added for debugging only
283         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
284         removed prototype of setFromRange()
285         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
286         in call of computeLiveRanges()
287         * support/regression/tests/bug-895992.c: added
288         * support/regression/tests/bug-971834.c: added
289         * support/valdiag/tests/bug-895992.c: added
290         * support/valdiag/tests/bug-971834.c: added
291
292 2005-12-18 Raphael Neider <rneider AT web.de>
293
294         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
295           (genUnpackBits): improved code for direct operands,
296           (genPackBits): improved code for literal assignment to bitfields
297             and for direct destination operands (no FSR indirection),
298             prevented redundant AND, fixes #1362800,
299           (AccLsh): added parameter to disable masking of the result
300         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
301           skip instructions with side-effects (like incfsz),
302           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
303         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
304         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
305           fixes #1375263
306
307 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
308
309         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
310         volatile variables as spill location
311
312 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
313
314         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
315         replacing literals
316         * support/regression/tests/bug-1376320.c: added
317
318 2005-12-08 Raphael Neider <rneider AT web.de>
319
320         * src/pic/device.c: renamed is_shared to pic14_is_shared
321         * src/pic/gen.c (genIfx): re-enabled handling of sbits
322         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
323           (is_valid_identifier): added for above workaround
324
325 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
326
327         * device/lib/Makefile.in: fixed to enable port-specific-objects
328         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
329           char, thanks Hubert Sack
330         * doc/sdccman.lyx: documented --xstack-loc,
331           elaborated a bit more on interrupts and pitfalls,
332           removed "setjmp/longjmp unsupported",
333           documented some unsupported C99 features
334         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
335         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
336           if, thanks Hubert Sack
337         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
338         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
339           make make_library
340         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
341           regression tests can report resource usage (rfe 700441)
342         * support/regression/collate-results.py: report resource usage
343         * support/regression/ports/ds390/spec.mk,
344         * support/regression/ports/hc08/spec.mk,
345         * support/regression/ports/mcs51/spec.mk,
346         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
347         * support/regression/ports/ds390/uCsim.cmd,
348         * support/regression/ports/hc08/uCsim.cmd,
349         * support/regression/ports/mcs51/uCsim.cmd,
350         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
351         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
352           library, use the default one
353         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
354           building the library
355
356 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
357
358         * config.dsp: added dependency on .version and configure_vc.awk
359         * device/include/setjmp.h: updated for --stack-auto and --xstack
360         * device/include/mcs51/at89c51snd1c.h: corrected line endings
361         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
362         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
363         * device/lib/libsdcc.lib: added _setjmp
364         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
365           (decorateType): fixed bug 1372851,
366           (optimizeGetHbit): fixed warning
367         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
368           array initialisation
369         * support/regression/tests/bug1057979.c: added test for bug 1358192
370         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
371
372 2005-12-03 Borut Razem <borut.razem AT siol.net>
373
374         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
375           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
376
377 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
378
379         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
380         createIval): implement symbol independant "flexible array member",
381         (createIvalCharPtr): implemented flexible array initialisation with a
382         string
383         * src/SDCCsymt.c (copyStruct): removed,
384         (getSize): fixed misleading comment,
385         (getAllocSize): removed, the additional allocation size is now in
386         sym->flexArrayLength,
387         (checkStructFlexArray): new, syntax checks for flexible array members,
388         (compStructSize): added syntax checks for "flexible array members"
389         (copyStruct): removed,
390         (copyLinkChain): removed inefficient fix for bug 770487
391         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
392         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
393         symbol->flexArrayLength
394         * src/SDCCerr.c,
395         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
396         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
397         * support/regression/tests/structflexarray.c: added
398         * support/valdiag/tests/structflexiblearray.c: added
399
400 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
401
402         * src/SDCCast.c (decorateType): fixed bug 1368489
403         * support/Util/SDCCerr.c,
404         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
405
406 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
407
408         * device/include/mcs51/at89c51snd1c.h: added file submitted by
409           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
410
411 2005-11-27 Borut Razem <borut.razem AT siol.net>
412
413         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
414           support/cpp2/mkdeps.h: added command line option
415           -obj-ext=<extension> to SDCPP to define object file externion, used
416           for generation of make dependencies (-M)
417         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
418
419 2005-11-26 Borut Razem <borut.razem AT siol.net>
420
421         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
422           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
423           added pic and pic16 libraries
424
425 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
426
427         * device/include/float.h: Corrected typo in prototype of __fsgt
428
429 2005-11-25 Borut Razem <borut.razem AT siol.net>
430
431         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
432           added creation of model-mcs51-stack-auto libraries
433
434 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
435
436         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
437         and fields-list too
438         * src/SDCCast.c (createIvalArray): removed obsolete comment
439
440 2005-11-24 Borut Razem <borut.razem AT siol.net>
441
442         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
443           added missing device/lib/mcs51/crt*.asm sources
444
445 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
446
447         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
448
449 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
450
451         * device/lib/_fs2schar.c,
452         * device/lib/_fs2sint.c,
453         * device/lib/_fs2slong.c: optimized inline asm
454
455 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
456
457         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
458           Better handling of floats between -1.0 and 0.0.
459
460 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
461
462         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
463           (the missing "if"s prohibited removal of redundant labels)
464
465 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
466
467         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
468           Properly convert floats between -1.0 and 0.0 to long, int, and char
469           types (max integer value of negative floats tends to zero).
470         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
471           Removed changes made so to work properly with floats between
472           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
473           and _fs2char.c
474
475 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
476
477         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
478         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
479         (genCast) cosmetic change
480         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
481         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
482         from mcs51
483         * support/regression/tests/bitfields (testSignedBitfields): added
484
485 2005-11-18 Borut Razem <borut.razem AT siol.net>
486
487         * sdcc/device/lib/Makefile.in: remove all unnecessary files
488         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
489           introduced SILENT option to make building of pic16 libraries less
490
491 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
492
493         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
494           Now they work properly with floats between -1.0 and 0.0
495         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
496
497 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * src/SDCCicode.c (printOperand): added missing else
500
501 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
502
503         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
504         reformatted for better readability
505         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
506         signed bitfields
507
508 2005-11-17 Borut Razem <borut.razem AT siol.net>
509
510         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
511           introduced SILENT option to make building of pic16 libraries less
512           verbose - used for nightly snapshot build
513         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
514           available on Win32 platforms.
515         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
516           medium, large, pic and pic16
517
518 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
519
520         * device/lib/printf_large.c: Temporary patch for bug 1358192:
521           printf("%f"...) sets fraction to zero.
522
523 2005-11-16 Raphael Neider <rneider AT web.de>
524
525         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
526           fixes #1357221
527         * src/pic/gen.c (genIfx): implemented for CARRY bit
528         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
529           to generic pointers, fixes #1357332,
530           (pic16_movLit2f): NEW,
531           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
532
533 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
534
535         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
536
537 2005-11-11 Raphael Neider <rneider AT web.de>
538
539         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
540         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
541           compute pointer's type from operand,
542           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
543           improved single bit reads, fixes bug #1353379
544
545 2005-11-09 Borut Razem <borut.razem AT siol.net>
546
547         * support/scripts/sdcc.nsi: added lib/pic to the package
548
549 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
550
551         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
552
553 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
554
555         * support/regression/tests/bug1348008.c: added
556         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
557         * support/regression/tests/bug1337835.c: updated comment
558
559 2005-11-06 Borut Razem <borut.razem AT siol.net>
560
561         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
562           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
563           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
564           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
565           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
566           dynamic construction of cl_error_class and derivates - 2.nd try
567
568 2005-11-05 Borut Razem <borut.razem AT siol.net>
569
570         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
571           bug, which caused Bus Errors on sparc solaris
572
573 2005-11-04 Borut Razem <borut.razem AT siol.net>
574
575         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
576           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
577           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
578           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
579           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
580           and derivates to resolve the initialization problem on OSX
581
582 2005-11-02 Borut Razem <borut.razem AT siol.net>
583
584         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
585           corrected typo - #include <winsock2.h>
586
587 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
588
589         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
590           (_asxxxx_mapping): added org directive for future enhancements
591
592 2005-11-01 Borut Razem <borut.razem AT siol.net>
593
594         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
595           enabled sockets on WIN32
596         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
597
598 2005-10-31 Borut Razem <borut.razem AT siol.net>
599
600         * support/regression/generate-cases.py: escape backslashes in {testcase}:
601           WIN32 backslash path delimiters should be escaped when used in C strings
602         * support/regression/tests/bitfields.c: exclude failing assertions for
603           __CYGWIN32__ and __MINGW32__ hosts
604
605 2005-10-30 Borut Razem <borut.razem AT siol.net>
606
607         * src/SDCCutil.c: corrected double comparison typo
608
609 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
610
611         * device/lib/medium/Makefile: added for new memory model medium
612         * device/include/asm/mcs51/features.h: updated for medium/pdata
613         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
614           added Multiply & Accumulate sbit's and MAC0_PAGE define
615         * device/include/mcs51/c8051f300.h: added sfr16 definitions
616         * device/include/mcs51/c8051f310.h: added sfr16 definitions
617         * device/lib/_mullong.c: update for medium model
618         * device/lib/incl.mk: added medium model
619         * doc/sdccman.lyx: documented medium model
620         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
621         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
622         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
623         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
624           (allocParms): set SCLS and OCLS to pdata for medium model
625         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
626           for pdata,
627           (powof2): return <0 if not power of 2
628         * src/avr/gen.c (genBitWise): use updated powof2
629         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
630           (shiftR2Left2Result): small optimization in setup, save acc when storing,
631           (shiftLLeftOrResult): use B if necessary
632         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
633         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
634         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
635         * support/regression/Makefile.in: added test-mcs51-medium
636         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
637
638 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
639
640         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
641         specifier unsigned
642         * device/lib/time.c (mktime): fixed bug 1334315
643
644 2005-10-28 Raphael Neider <rneider AT web.de>
645
646         * device/include/pic/p16f_common.inc: added common declarations
647         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
648
649 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
650
651         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
652           (aopPutUsesAcc): added to predict accumulator use,
653           (assignResultValue): save acc if necessary,
654           (genMinusDec): store result if indirectly addressed,
655           (genDivOneByte):  save acc if necessary,
656           (movLeft2Result): bugfix if left already in acc,
657           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
658             attention to accumulator use (esp. pdata),
659           (genReceive): receive pdata correctly
660         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
661         * src/SDCCicode.h: added isOperandInPagedSpace prototype
662
663 2005-10-27 Raphael Neider <rneider AT web.de>
664
665         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
666
667 2005-10-27 Raphael Neider <rneider AT web.de>
668
669         * .version: changed version to 2.5.4
670         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
671         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
672           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
673             arithmetics support routines
674         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
675         * device/lib/Makefile.in: also create installdir for pic
676
677         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
678           pic14 port as well
679         * src/pic/device.c (dump_sfr): rewritten to delegate register
680           placement to the linker (use `extern sym' rather than sym EQU addr),
681           (validAddress): fixed to check last specified address
682         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
683           (popGetLit): truncate literal value to 8 bit,
684           (popGet): moved assert to more appropriate place
685           (popGetExternal): create pCode operand from and mark the according
686             symbol as being `extern'
687           (popGetAddr): added sanity check on immediate's offset, provide
688             GPOINTER tag on demand
689           (aopPut): fixed for immediates,
690           (mov2w_op): move operand's address or contents to WREG (depending on
691             operand type), safer variant of mov2w,
692           (movwf,call_libraryfunc): NEW, handy abbreviations,
693           (get_argument_pcop,get_return_val_pcop,pass_argument,
694           get_returnvalue): interface for accessing function parameters and
695             return values,
696           (assignResultValuei,genRet): use new parameter/return value interface
697           (pic14_getDataSize): back to old version handling generic pointers,
698           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
699             provided implementation and/or fixed old one,
700           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
701             calls, removed legacy 8051 reference code
702           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
703           (loadSignToC): NEW, move the operands sign bit to CARRY,
704           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
705             genRightShiftSigned, accepts negative shift counts,
706           (setup_fsr): load FSR and adjust IRP (indirect memory access),
707           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
708             generic pointers, __data pointers and __code pointers,
709           (genUnpackBits,genPackBits): rewritten to work with generic pointers
710             and signed bitfields, limit bitfields to 8 bit,
711           (genDataPointerGet): fixed number of bytes read,
712           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
713           (genPointerGet,genPointerSet): fixed handling of __code pointers,
714             pointers to constant data are no longer assumed to point to __code
715             space, removed invalid pointer types,
716           (bitpatternFromVal): retrieve the PICs representation of an integer
717             or float literal,
718           (genDataPointerSet): fixed assigning to po_immediate operands,
719           (genGenPointerSet): implemented as library call,
720           (genIfx): fixed incorrect condition,
721           (genAddrOf): limit generic pointers' addresses to 2 bytes,
722             provide GPOINTER tag according to destination's storage class,
723           (genCast): added code to handle casting to generic pointers, added
724             sign-/zero extension of the result
725           (aop_isLitLike,op_isLitLike): fixed handling of immediates
726         * src/pic/gen.h: added macros to access IRP bit in STATUS register
727         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
728           extend the result
729         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
730           address/register resides in the shared banks
731           (emitSymbolToFile): improved to handle global and `pinned' symbols,
732             put all variables into separate sections (have the linker arrange
733             them)
734           (picglue): put init code and interrupt handlers in separate sections
735         * src/pic/main.c: added port specific options table, modified to PORT
736           structure to make GPOINTERs 3 byte, added pic14_options
737           (_pic14_do_link): private linking routine (update paths to libraries,
738             add libsdcc.lib by default)
739         * src/pic/main.h: declare pic14_options
740         * src/pic/pcode.c: fixed instructions i/o relations,
741           (RegCond): reverted to correct version,
742           (newpCodeOpLit): truncate literals to 8 bit,
743           (genericPrint): added debug output,
744           (getRegFromInstruction): fixed for various operand types, simplified
745           (BuildFlow): fixed broken handling of isntructions with labels
746           (LinkFlow): start at last instruction in flow (skip trailing comments),
747             pass the flow on to the next instruction after CALL
748           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
749           (insertPCodeInstruction): fixed inserting after a skip instruction,
750           (DoBankSelect): fixed for labeled instructions
751           (OptimizepBlock): honor --nopeep switch
752           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
753         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
754         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
755           (pCodeOptime2pCodes): allow disabling this optimization via
756             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
757             but is still buggy), started implementation of a dataflow based
758             pCode optimization (CSE + dead code elimination)
759           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
760         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
761           names are independant of the stack location and therefore portable across
762           devices
763
764 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
765
766         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
767           (selectSpil): fixed bug 1337835 by not spilling bit variables
768         * support/regression/tests/bug1337835.c: added test for this bug
769         * src/mcs51/peeph.def: restart after rule 3.c,
770           addded rules 263.x to optimize loading constants
771
772 2005-10-26 Raphael Neider <rneider AT web.de>
773
774         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
775         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
776           (genAssign): emit warning when casting literals to generic pointer
777             type, also applies when taking the address of a fixed variable,
778           (genCast): improved casting to generic pointers
779         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
780           extern variables, added verbose error message
781         * device/include/pic16/{string.h,errno.h}: added #pragma library c
782
783 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
784
785         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
786         carry must be complemented too
787         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
788         could be emitted by genMinus
789         * src/SDCCval.c (constVal): fixed bug 1305065
790
791 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
792
793         * src/SDCCast.c (addCast): added promotion for bit variables
794         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
795         promotion casts + optimisation
796         (optimizeGetWord): fix warning 'i' might be used uninitialized
797         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
798         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
799
800 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
801
802         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
803         all chars are promoted to int; promotion should be handled in SDCCast.c
804
805 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
806
807         * device/lib/_strcmp.c: Fixed bug 1326457
808
809 2005-10-11 Raphael Neider <rneider AT web.de>
810
811         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
812         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
813
814 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
815
816         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
817         * support/regression/tests/sfr16.c: added test for the sfr32 bug
818
819 2005-10-04 Raphael Neider <rneider AT web.de>
820
821         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
822           device/lib/pic16/pics.all: added pic18f1320
823         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
824
825 2005-09-30 Raphael Neider <rneider AT web.de>
826
827         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
828         * src/pic16/devices.inc: NEW, provides device descriptions
829         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
830
831 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
832
833         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
834           GETHBIT
835
836 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
837
838         * doc/sdccman.lyx: updated Highest Order Bit documentation,
839           documented Any Order Bit, Higher Order Byte and Higher Order Word
840         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
841         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
842           (optimizeGetAbit): new, to get any bit, not only the high bit,
843           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
844           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
845           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
846           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
847             RIGHT_OP: also try GETBYTE, GETWORD optimization,
848             GETABIT, GETBYTE, GETWORD: decorate them,
849           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
850           (ast_print): added GETABIT, GETBYTE, GETWORD
851         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
852         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
853           (geniCodeBinary): new generic binary icode,
854           (ast2iCode): added GETABIT, GETBYTE, GETWORD
855         * src/port.h: updated comment for PORT.hasExtBitOp
856         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
857           (genGetByte): new, to get a single byte,
858           (genGetWord): new, to get a word from a long,
859           (gen51Code): added GETABIT, GETBYTE, GETWORD
860         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
861
862 2005-09-23 Raphael Neider <rneider AT web.de>
863
864         * configure.in, configure: have device/lib/pic configured
865         * device/lib/Makefile.in: added model-pic14
866         * device/lib/clean.mk: added pic/ to clean rule
867         * device/lib/pic: added rudimentary pic14 library providing support
868           functions for multiplication/division/generic pointer access
869         * src/SDCCopt.c (convilong): mark support functions as extern
870           for pic14 port as well
871         * src/pic/gen.c (genMult): added assertions,
872           (genpic14Code): emit warning on unhandled iCodes
873         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
874         * src/pic/pcode.c (pCodeOpCopy),
875         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
876           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
877           SFR_REGISTER}), made safe for future extensions
878         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
879           instructions even if preceeded by SKIP instructions (also remove
880           them); removed unused code
881         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
882           prevents leaving parts of the structure uninitialized after copying
883
884 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
885
886         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
887           ago by me
888         * support/regression/tests/addsub.c: added test for the bug
889
890 2005-09-21 Raphael Neider <rneider AT web.de>
891
892         * device/include/pic16/pic18f1220.h,
893           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
894         * device/lib/pic16/Makefile.rules: added missing opening paren
895         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
896           are provided in genutils.c,
897           (genUminusFloat,genUminus,genCmpEq): added asserts on different
898           operand/result sizes,
899           (genCmp): assert on NULL pointers first, then check deref'ed values
900         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
901           result size
902
903 2005-09-18 Raphael Neider <rneider AT web.de>
904
905         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
906           as these are now unused,
907           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
908         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
909           local, avoids uninitialized pointer dereference on r->name
910         * src/pic16/ralloc.c (newReg): fixed indentation
911
912 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
913
914         * src/SDCCval.c (constVal): fixed bug 730366
915         * support/Util/SDCCerr.c,
916         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
917
918 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
919
920         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
921
922 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
923
924         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
925
926 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
927
928         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
929           (hex2dec): made hex_digit unsigned char, removed ascii dependance
930         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
931           (hex2dec): made hex_digit unsigned char, removed ascii dependance
932         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
933         * packihx/packihx.c (hexDigit): made c unsigned char
934         * as/mcs51/lklibr.c (fndsym),
935         * link/z80/lkgb.c (gb),
936         * link/z80/lklibr.c (fndsym),
937         * link/z80/lkrloc.c (relr),
938         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
939         * src/SDCC.lex (checkCurrFile, process_pragma),
940         * src/SDCCglue.c (spacesToUnderscores),
941         * src/SDCCmain.c (setParseWithComma, processFile),
942         * src/asm.c (tvsprintf, printCLine),
943         * src/avr/gen.c (emitcode, aopPut),
944         * src/ds390/gen.c (emitcode),
945         * src/hc08/gen.c (emitcode, emitinline),
946         * src/mcs51/gen.c (emitcode, genInline),
947         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
948           tokenizeLineNode),
949         * src/pic/ralloc.c (debugLog),
950         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
951           tokenizeLineNode),
952         * src/pic16/ralloc.c (debugLog),
953         * src/z80/main.c (_process_pragma):
954            made all ctype.h function calls safe
955         * src/SDCCopt.c: include math.h for fabs
956         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
957           and used them throughout the code to make ctype.h function calls safe
958         * src/ds390/main.c (asmLineNodeFromLineNode),
959         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
960         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
961            unsigned char*
962         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
963           (newpCodeAsmDir): made ctype.h function calls safe
964         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
965           pic16_emitcode):  made lbp unsigned char*
966         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
967           (pic16_newpCodeAsmDir): made ctype.h function calls safe
968         * src/xa51/gen.c (emitcode),
969         * src/z80/gen.c (_emit2): made lbp unsigned char*
970         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
971            char*
972
973 2005-09-05 Raphael Neider <rneider AT web.de>
974
975         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
976           access bank splitpoint
977
978 2005-09-05 Raphael Neider <rneider AT web.de>
979
980         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
981
982 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
983
984         * .version: changed to version 2.5.3
985         * doc/sdccman.lyx: changed version to 2.5.3,
986           documented --codeseg and --constseg and pragma codeseg and constseg,
987           documented bit parameters (reentrant) and bit returning
988         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
989            currFunc->recvSize, but is this ok for all ports?
990           (ast2iCode): result of ~ on unsigned char must be cast to int for
991            bool to work
992         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
993           function pointers in bit space
994         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
995           (processFuncArgs): call port.reg_parm() with reentrancy info
996         * src/port.h,
997         * src/avr/main.c,
998         * src/ds390/main.c,
999         * src/hc08/main.c,
1000         * src/pic/main.c,
1001         * src/pic16/main.c,
1002         * src/xa51/main.c,
1003         * src/z80/main.c: port.reg_parm prototype extended with
1004           "bool reentrant" parameter
1005         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
1006           options.stackAuto for allocating bit register parameters
1007         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
1008           (genSend): set BitBankUsed if it is,
1009           (selectRegBank): factored out of genCall for use in genPcall,
1010           (genCall): removed redundant dtype assignmen, use selectRegBank,
1011           (genPcall): handle returning in Carry properly, save in F0 if needed,
1012           (genReceive): handle bit register parameters
1013         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
1014           (mcs51_assignRegisters): enable bit registers for all reentrant
1015            functions and don't set BitBankUsed unconditionally
1016         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
1017         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
1018         * support/regression/tests/funptrs.c: added tests for BOOL and for return
1019
1020 2005-08-27 Borut Razem <borut.razem AT siol.net>
1021
1022         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
1023         ppc-osx (Darwin) does not support -u option. It seems that it is
1024         supported only on Linux - GNU cp
1025
1026 2005-08-25 Borut Razem <borut.razem AT siol.net>
1027
1028         * sim/ucsim/gui.src/serio.src/Makefile.in,
1029           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
1030           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1031           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
1032           install and strip, since the strip at /usr/ccs/bin should be used
1033           on solaris
1034
1035 2005-08-24 Borut Razem <borut.razem AT siol.net>
1036
1037         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
1038
1039 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
1040
1041         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
1042         ffffffffu
1043
1044 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
1045
1046         * as/mcs51/aslink.h: completed lkrloc.c prototypes
1047         * as/mcs51/lkmain.c (link_main): fixed warning
1048         * device/include/stdbool.h: ds390 has no advanced bit support yet
1049         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
1050         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
1051         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
1052           and updated their macros
1053         * src/SDCCval.c (constVal): updated comment for renamed b_long
1054
1055 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
1056
1057         * as/mcs51/asdata.c: changed ctype['['] to BINOP
1058         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
1059           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
1060           (oprio): set priority for '['
1061         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
1062            and adb_24_bit
1063         * as/mcs51/asm.h: added defines R_BIT and S_BIT
1064         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
1065         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
1066         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
1067           added overlayable BIT_BANK area
1068         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
1069           (summary2): explain 'T' in legenda
1070         * as/mcs51/lkrloc.c: replaced old K&R style,
1071           (relr): added R_BIT processing,
1072           (errmsg): added "Bit-addressable relocation error",
1073           (adb_bit): added for converting from byte- to bit-addressable space,
1074           (adb_24_bit): added for converting from byte- to bit-addressable space
1075         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
1076            used in reentrant functions now even as return value
1077         * device/lib/_gptrput.c (_gptrput): removed obsolete code
1078         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
1079           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
1080         * src/SDCCglobl.h: added indicator BitBankUsed
1081         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
1082            the bit registers b0-b7
1083         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
1084           (geniCodeCast): fixed bug 1263853,
1085           (geniCodeLogicAndOr): put result in bool or char,
1086           (geniCodeReceive): added parameter func for accessing the return type,
1087           (geniCodeFunctionBody): pass func to geniCodeReceive
1088         * src/SDCCmain.c: added indicator BitBankUsed
1089         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
1090         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
1091           (checkSClass): don't put automatic bool/bit on stack,
1092           (checkFunction): removed check on function cannot return bit
1093         * src/SDCCsymt.h: added newBoolLink prototype
1094         * src/mcs51/gen.c (rb1regs): added bit registers,
1095           (movc): created for assigning to carry,
1096           (pushReg, popReg): created for pushing registers,
1097           (sameRegs): check both AOP_REG and AOP_CRY types,
1098           (aopOp): handle bit registers,
1099           (aopPut): optimization no self-assign,
1100           (saveRegisters): push reg->base (bits) only once for bit registers,
1101            and use pushReg,
1102           (unsaveRegisters): pop reg->base only once and use popReg,
1103           (assignResultValue): added parameter func and return in carry for bits,
1104           (genIpush): optimization no reload in A if not changed,
1105           (genSend): bit parameters in reentrant functions are passed in bit
1106            registers by first assigning to bits in B, then save registers and
1107            copy B to bits,
1108           (genCall): handle returning in Carry properly, save it in F0 if needed,
1109           (genPcall): updated assignResultValue call, this is not safe yet for bit
1110            returning function !!!
1111           (genFunction): don't generate equ's for bit registers and use pushReg,
1112           (genEndFunction): take care of bit returning functions and use popReg,
1113           (genRet): return bit in Carry,
1114           (genIfx): optimize bit registers and other directly addressable bits,
1115           (genReceive): updated assignResultValue call
1116         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
1117           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
1118            registers when using stack-auto
1119         * src/mcs51/ralloc.c (_G): added allBitregs,
1120           (regs8051): added the bit registers,
1121           (createStackSpil): use macro IS_BIT,
1122           (getRegBit): added to allocate a bit register, else spill,
1123           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
1124           (updateRegUsage): factored out to ease stepping while debugging,
1125           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
1126            also allocate bit registers,
1127           (fillGaps): handle bit registers,
1128           (findAllBitregs): added to create bit vector with all bit registers,
1129           (mcs51_allBitregs): returns this bit vector,
1130           (mcs51_assignRegisters): when using stack-auto use bit registers for
1131            passing parameters and creating local variables
1132         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
1133
1134 2005-08-22 Borut Razem <borut.razem AT siol.net>
1135
1136         * device/lib/Makefile.in: replaced find option -or with -o
1137           to make it run on solaris
1138
1139 2005-08-22 Raphael Neider <rneider AT web.de>
1140
1141         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
1142           fixes #1265442 (crash on Solaris)
1143
1144 2005-08-20 Borut Razem <borut.razem AT siol.net>
1145
1146         * configure, configure.in: added tests for libsocket and libnsl libraries,
1147           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
1148           from support/regression/Makefile.in
1149         * support/regression/Makefile.in: added
1150         * device/lib/pic16/Makefile.common.in: force make to use bash shell
1151         * sim/ucsim/libtool: regenerated on sparc-solaris
1152         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1153           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
1154           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
1155           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
1156           sparc-solaris, which doesn't use GNU ld linker
1157         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
1158         * as/Makefile: find on sparc-solaris does not support -maxdepth option
1159
1160 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
1161
1162         * src/mcs51/peeph.def: updated comments
1163
1164 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1165
1166         * device/lib/_gptrget.c,
1167         * device/lib/_gptrput.c: slightly shorter
1168         * doc/sdccman.lyx: incremented version
1169         * src/mcs51/peeph.def: moved peephole comments to the line of first
1170           change to better keep line correlation, reanimated 186.e
1171         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
1172
1173 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1174
1175         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
1176           David Saxton with quotes around file name.
1177
1178 2005-08-15 Borut Razem <borut.razem AT siol.net>
1179
1180         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
1181           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
1182           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
1183           make tests run on x86_64 platform
1184
1185 2005-08-13 Raphael Neider <rneider AT web.de>
1186
1187         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
1188           as it might be executed DURING a build (parallel make is wonderful)
1189
1190 2005-08-13 Raphael Neider <rneider AT web.de>
1191
1192         * device/lib/Makefile.in (port-specific-objects-pic16):
1193           revert to cp $(PORT)/bin/*.* $(PORTDIR)
1194         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
1195           dependency
1196         * device/lib/pic16/Makefile.rules: build subdirs before creating
1197           the library, removed builddir rule, create $(builddir) early in
1198           recurse rule, use empty recurse rule for leaf directories
1199         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
1200           mkdir errors (race condition), removed duplicate suffix "hex"
1201           from clean rules
1202         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
1203         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
1204           prevents mkdir -p from aborting on Alpha
1205
1206 2005-08-12 Raphael Neider <rneider AT web.de>
1207
1208         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
1209           db-statements in order to allow for arrays of pointers in code
1210           sections to be placed without interspersed 0-padding, fixes
1211           bug #1256215
1212         * (emitStatistics): fixed division by zero for pic18f1220
1213         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1214           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1215         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1216         * (pic16_pCodeConstString): keep track of already emitted string
1217           literals to prevent "duplicate definitions of symbol _str_NR"
1218         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1219           debug message
1220         * device/lib/Makefile.in: ignore failing PIC16 library builds
1221         * device/lib/pic16/Makefile: do not build if gputils are missing
1222         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1223
1224 2005-08-10 Raphael Neider <rneider AT web.de>
1225
1226         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1227           my last commit)
1228
1229 2005-08-10 Raphael Neider <rneider AT web.de>
1230
1231         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1232           Rokas' patch to add the new fixed point type "__fixed16x16"
1233         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1234           functions for __fixed16x16 arithmetics
1235         * device/lib/pic16: reimplemented the build system to support
1236           a separate build directory, better handling of libio (create
1237           the library in a separate subdir for each architecture) and
1238           easier configuration (centralized in Makefile.common)
1239
1240 2005-08-07 Raphael Neider <rneider AT web.de>
1241
1242         * src/pic16/gen.c (genrshTwo): fixed sign extension
1243         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1244         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1245           added T0CONbits
1246         * device/include/pic16/pic18f4220.h: NEW, header for
1247           pic18f4220 and pic18f4320
1248         * device/include/pic16/pic18fregs.h: added new devices,
1249           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1250         * device/include/pic16/signal.h: resolved name clashes
1251           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1252           to also allow testing for interrupt enable bits, added
1253           comments on how to use the macros
1254         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1255         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1256           register definitions for the devices
1257         * device/lib/pic16/pics.all: added new devices
1258         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1259           allocated memory
1260         * device/lib/pic16/libc/stdlib/memfree: do not count
1261           the block header as free memory
1262         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1263           simplified and added missing end-of-blocklist-marker
1264           (reported by Peter Onion, fixes #1252814)
1265         * (_mergeHeapBlock): fixed loop condition
1266         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1267           len==0, restructured code
1268         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1269           up a bit, reduced bitfield accesses, prevent endless loops
1270           in case of heap corruption
1271         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1272           "unreferenced arguments/must return a value" warnings
1273         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1274           replaced BAUDREG with SPBRG
1275         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1276           device/lib/pic16/debug/gstack/gstack.c: replaced
1277           _naked, _asm, _endasm with __naked, __asm, __endasm
1278
1279 2005-08-05 Raphael Neider <rneider AT web.de>
1280
1281         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1282           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1283
1284 2005-08-05 Borut Razem <borut.razem AT siol.net>
1285
1286         * device/lib/Makefile.in: added missing ';'
1287         * configure: removed ^M characters
1288
1289 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1290
1291         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1292           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1293           License
1294
1295 2005-08-04 Borut Razem <borut.razem AT siol.net>
1296
1297         * configure.in: pic16 libraries build 2nd try - enable running
1298           configure in device/lib/pic16
1299         * configure: regenerated from configure.in
1300         * device/lib/Makefile.in: create $(PORT)/bin directory
1301
1302 2005-08-03 Raphael Neider <rneider AT web.de>
1303
1304         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1305           to get/set values via pointers
1306         * (genUnpackBits,genPackBits): changed detection of
1307           ptr->bitfield vs. sym.bitfield, fixed access via generic
1308           pointers, removed dead (wrong) code for multibyte bitfields
1309         * (genNearPointerGet, genGenPointerGet): removed useless code,
1310           fixed bitfield detection, fixes #1250594
1311         * (genNearPointerSet): removed useless code
1312         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1313           and introduced macro pic16_emitpcode that conditionally emits
1314           the origin of the following pCode (useful for debugging SDCC)
1315         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1316         * (createDefmap): fixed handling of LFSR for --optimize-df
1317
1318 2005-08-02 Borut Razem <borut.razem AT siol.net>
1319
1320         * device/lib/Makefile.in: pic16 libraries build enabled since
1321           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1322
1323 2005-08-02 Raphael Neider <rneider AT web.de>
1324
1325         * src/pic16/gen.c (genPackBits): removed deprecated warning
1326         * (genGenPointerSet): fixed bitfield detection
1327
1328 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1329
1330         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1331
1332 2005-07-31 Raphael Neider <rneider AT web.de>
1333
1334         * device/lib/pic16/libdev/pic18f458.c,
1335           device/include/pic16/pic18f458.h: added missing T0CONbits
1336
1337 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1338
1339         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1340
1341 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1342
1343         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1344
1345 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1346
1347         * device/include/mcs51/at89c51ed2.h: added.
1348
1349 2005-07-23 Raphael Neider <rneider AT web.de>
1350
1351         * src/pic/gen.h: added emitpcode macro for debugging
1352         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1353           and replace by macro adding debug information on demand
1354         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1355         * (gencjne): tried to fix; replaced with correct (slower) code
1356         * (gen{Unp,P}ackBits): fixed single bit access
1357         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1358         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1359           previous instruction
1360         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1361           register has to be handled with care (forbidding movement
1362           of assignments/uses, removing assignments completely, ...)
1363         * (pCodeOptime2pCodes): make use of regIsSpecial
1364         * added lots of debugging output (commented out)
1365         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1366           from being reused as result UNLESS it is known to work
1367
1368 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * support/Util/dbuf.h: include <stddef.h> for size_t
1371         * .version: changed to version 2.5.2
1372
1373 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1374
1375         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1376
1377 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1378
1379         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1380           (genModOneByte): removed needless psha/pula
1381
1382 2005-07-22 Raphael Neider <rneider AT web.de>
1383
1384         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1385           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1386         * src/pic/gen.c (resolveIfx): do not "invent" labels
1387         * (genSkipc): changed to positive logic
1388         * (genSkipCond): removed as no longer needed
1389         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1390           backport from PIC16
1391         * (genLeftShift): check operands are in different registers
1392         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1393           INCF does not update CARRY...
1394         * src/pic/main.c: fixed _linkCmd
1395         * src/pic/pcode.c (unlinkpCode): added inactive code
1396         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1397           alive (do not assign result and operand overlapping registers)
1398
1399 2005-07-22 Raphael Neider <rneider AT web.de>
1400
1401         * src/pic/device.c (dump_sfr): replaced register declaration with
1402           call to emitSymbolToFile() to avoid duplicate symbols
1403         * (assignRelocatableRegisters): do not declare external symbols
1404         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1405           right (take size of type, not etype)
1406         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1407         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1408         * (packRegsForAccUse): disabled assignment of WREG as
1409           the result reg to prevent occurence of just fixed #1235003,
1410           fixes #1242954
1411         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1412           symbols (avoids duplicate symbols in .asm file)
1413         * (pic14emitRegularMap): use emitSymbolToFile()
1414         * src/pic/gen.c (aopOp): fixed spillLocation handling
1415         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1416         * (genDataPointerSet): removed unneccessary variables/output
1417
1418 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1419
1420         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1421         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1422
1423 2005-07-21 Raphael Neider <rneider AT web.de>
1424
1425         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1426           architecture cannot handle them efficiently, fixes bug #1235003
1427         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1428           check for empty sets before using them (fixes bug #1232190)
1429
1430 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1431
1432         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1433           (lnksect2): generate warnings for memory overlap
1434         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1435           constseg to set the name of these segments so you can instruct the linker
1436           to place them in banks
1437         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1438         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1439           added code_seg and const_seg to options
1440         * src/SDCCglue.c (emitMaps): use options.const_seg,
1441           (createInterruptVect): put interrupt vectors in segment HOME,
1442           (glue): put HOME before static segment and put the main glue in HOME,
1443           (glue): use options.code_seg
1444         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1445         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1446           these segments so you can instruct the linker to place them in banks
1447           (linkEdit): use code_loc for HOME segment which should be the first
1448           segment in code memory now
1449         * src/SDCCmem.c: fixed more stuff like bug 1238386
1450         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1451           (changePointer): don't change function pointers to code pointers for
1452           banked functions,
1453           (compareType): added exceptional check for banked function pointers
1454         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1455         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1456           after static in code memory
1457         * src/mcs51/gen.c: added aopLiteralLong prototype,
1458           (aopForSym): use getSize for functions,
1459           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1460           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1461           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1462           the segment,
1463           (genPcall): use call for literal function pointers and generate banked
1464           calls over the one trampoline so there's only one place for the user to
1465           modify according to his/hers hardware,
1466           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1467           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1468         * src/mcs51/main.c: added keyword banked,
1469           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1470         * support/Util/SDCCerr.c,
1471         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1472           needed for passing the bank and address to the trampoline
1473         * device/lib/mcs51/crtbank.asm: added for bankswitching
1474         * device/lib/mcs51/Makefile: added crtbank
1475
1476 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1477
1478         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1479           for fields at offset 0 of a struct or union as reported
1480           on 2005-07-07 in the developer mailing list.
1481
1482 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1483
1484         * src/SDCCmem.c: fixed bug 1238386
1485
1486 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1487
1488         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1489           (patch #1144962), added peephole 300, enabled 259.x
1490         * doc/sdccman.lyx: removed screenshot and provided link instead
1491
1492 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1493
1494         * doc/sdccman.lyx: added section about debugging with ddd
1495         * doc/figures/ddd_example.eps: screenshot of debugging session
1496
1497 2005-07-04 Raphael Neider <rneider AT web.de>
1498
1499         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1500           like CODE pointers, fixes #1115683
1501         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1502           call, fixes bugs #1232211, #1228110,
1503           fixed wrong casts to pCodeFlow from pCodeInstructions
1504
1505 2005-07-04 Raphael Neider <rneider AT web.de>
1506
1507         * src/pic/gen.c (popGet): changed assert to allow for
1508           bit operands
1509         * (popGetAddr): changed signature to provide
1510           an additional index, patched all call sites
1511         * (genCmpEq): handle literal-like operands correctly
1512         * (genAddrOf): added sanity checks on __code/__data pointers
1513         * (genAssign): added handling of symbols from __code section
1514         * (gencjne): do not generate code for comparisons whose result
1515           is neither stored nor used, fixes bug #1171114
1516         * (AccLsh, AccRsh): operate on operand instead of WREG
1517         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1518           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1519           by known count
1520         * rewrote complete shift-by-literal logic, commented unused
1521           functions out
1522         * (genConstPointerGet): get multiple bytes (if result size > 1),
1523           fixed handling of non-immediate addresses
1524         * (genPointerGet): handle CODE pointers like CONST pointers
1525         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1526         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1527           operand is to be treated as a literal or not
1528         * (mov2w,genPcall,genCmpEq),
1529           src/pic/genarith.c: use aop_isLitLike() to decide between
1530           literal/register contents
1531         * (addSign): added missing offset
1532         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1533           only emit comment in debug-mode,
1534           use {aop,op}_isLitLike throughout the file
1535         * src/pic/glue.c: fix initializers for pointers (work in progress)
1536         * src/pic/pcode.c (get_op): honor index on _const symbols
1537         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1538         * (dumppBlock): added pCode size estimation
1539         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1540           check for IS_SYMOP before OP_SYMBOL'ing
1541         * fixed indentation, compacted switch-statements
1542         * (allocReg): find free register and allocate it instead of
1543           allocating new registers all the time
1544         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1545           registers as its operands (necessary only for multibyte GETs)
1546
1547 2005-07-01 Raphael Neider <rneider AT web.de>
1548
1549         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1550           debugging .asm-output macros FENTRY + FEXIT
1551         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1552           way... I wonder...
1553         * (emitpComment): NEW, printf to pCode
1554         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1555           offset handling
1556         * (popGetAddr): NEW, variant of popGet to access an immediates
1557           high(er) bytes instead of the n'th byte of memory they reference,
1558           replaced popGet with popGetAddr where neccessary
1559         * (genDataPointerGet): reactivated and fixed implementation
1560         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1561           accesses
1562         * (genDataPointerSet): fixed multibyte assignments
1563         * (genpic14Code): fixed --i-code-in-asm handling
1564         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1565         * (genPlus): fixed index-out-of-bounds error
1566         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1567         * src/pic/ralloc.c: added debugging output macro FENTRY2
1568         * (spillThis): fixed indentation, enbraced for-body for clarity
1569         * (rematStr): commented out as now unused
1570         * (regTypeNum): commented out special spill case (overwrites
1571           arbitrary values)
1572         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1573
1574 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * doc/sdccman.lyx: documented sfr16/sfr32,
1577           added example for using storage class with function pointers
1578         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1579
1580 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1581
1582         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1583         * device/lib/_itoa.c,
1584         * device/lib/_ltoa.c: optimized codesize
1585         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1586           but don't know how to suppress the double warning.
1587         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1588         * support/Util/SDCCerr.c,
1589         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1590
1591 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1592
1593         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1594           fixed old K&R prototypes
1595         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1596         * device/lib/_gptrget.c,
1597         * device/lib/_gptrgetc.c,
1598         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1599           also new versions for small generic pointers and banked generic pointers
1600         * src/port.h: added const_name
1601         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1602         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1603         * src/SDCCcse.c (findPrevIc): check all associative operators
1604         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1605         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1606         * src/SDCCmem.c: updated comments,
1607           set far-space to 0 for pdata, results in optimized code
1608         * src/SDCCmem.h: added macro CONST_NAME
1609         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1610           moving the info into the highest bits, see also gptrget/gptrput
1611         * src/src.dsp: added sdcc.ico to project files
1612         * src/avr/gen.c (genCast): fixed bug 0x%d
1613         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1614         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1615           relation between ptr_type and DCL_TYPE,
1616           (genCast): fixed bug 0x%d
1617         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1618           (CODE)" for const_name
1619         * src/hc08/gen.c (genCast): fixed bug 0x%d
1620         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1621           (hc08_port): added "CONST (CODE)" for const_name
1622         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1623           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1624           between ptr_type and DCL_TYPE,
1625           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1626           operand* and took AOP() inside function so sfr-ness can be checked,
1627           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1628           new prototype,
1629           (genFunction, genEndFunction): optimized stack setup,
1630           (genMinus): optimized for literals with ending zeroes (in bytes),
1631           (genCast): fixed bug 0x%d
1632         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1633           (mcs51_port): added "CONST (CODE)" for const_name
1634         * src/mcs51/peeph.def: made rule 226 more generic
1635         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1636         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1637         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1638         * src/z80/main.c (z80_port): added NULL for const_name,
1639           (gbz80_port): added NULL for const_name
1640         * support/regression/tests/bug663539.c,
1641         * support/regression/tests/sfr16.c: new tests
1642
1643 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1644
1645         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1646
1647 2005-06-24 Raphael Neider <rneider AT web.de>
1648
1649         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1650           corrected typos...
1651         * device/include/pic16/signal.h: added USBIF
1652           and SIG_USB
1653
1654 2005-06-24 Raphael Neider <rneider AT web.de>
1655
1656         * device/lib/pic16/libdev/pic18f2455.c,
1657           device/include/pic16/pic18f2455.h: NEW
1658         * device/include/pic16/pic18fregs.h,
1659           device/lib/pic16/pics.all,
1660           src/pic16/device.c: added 18f2455
1661         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1662           device/include/pic16/{pic18f[68][567].h,usart.h}:
1663           replaced MULTIPLE_USARTS define with more relaible
1664           compatibility sfrs (for USART access)
1665
1666 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1667
1668         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1669           and the output asm file line is printed on two lines.
1670
1671 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1672
1673         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1674           BGT, BLE, BHI, and BLS instructions
1675         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1676           genCmpEq): removed
1677         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1678           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1679           fixes bug #1216342
1680         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1681
1682 2005-06-15 Raphael Neider <rneider AT web.de>
1683
1684         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1685         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1686         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1687           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1688           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1689
1690 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1691
1692         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1693           Marcel Telka in bug #1215704
1694
1695 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1696
1697         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1698           located in shared memory bank.
1699
1700 2005-05-31 Raphael Neider <rneider AT web.de>
1701
1702         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1703           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1704           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1705
1706 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1707
1708         * device/lib/_strncpy.c: fixed the fix
1709
1710 2005-05-26 Raphael Neider <rneider AT web.de>
1711
1712         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1713           initializers with \0, bug #1208187
1714         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1715           intializers with \0, bug #1208187
1716
1717 2005-05-26 Raphael Neider <rneider AT web.de>
1718
1719         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1720           initializers with \0, bug #1208187
1721         * src/pic16/main.c (_process_pragma): added sanity checks
1722           for stack position and size, emit warnings when appropriate
1723
1724 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1725
1726         * device/lib/_strncpy.c: fixed not filling with \0
1727
1728 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1729
1730         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1731           createFunction),
1732         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1733           compound_statement),
1734         * src/SDCCsymt.h,
1735         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1736
1737 2005-05-24 Raphael Neider <rneider AT web.de>
1738
1739         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1740
1741 2005-05-24 Raphael Neider <rneider AT web.de>
1742
1743         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1744           TRISE definitions, closes bug #1162453
1745
1746 2005-05-22 Raphael Neider <rneider AT web.de>
1747
1748         * src/pic16/main.c (_process_pragma): check for missing
1749           arguments to pragmas code and udata
1750         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1751           consistency fixes to match other headers (thanks to Jim Paris)
1752         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1753
1754 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1755
1756         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1757
1758 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1759
1760         * support/regression/tests/bug1198642.c: new test
1761         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1762         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1763         * support/scripts/resource.h,
1764         * support/scripts/resource.rc,
1765         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1766         * support/scripts/sdcc.ico: added 32x32 icon
1767
1768 2005-05-18 Raphael Neider <rneider AT web.de>
1769
1770         * device/lib/pic16/libdev/pic18f*.c,
1771         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1772           keywords to "__sfr" and "__at (X)"
1773         * device/include/pic16/pic18fregs.h: added pic18f4520
1774         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1775           #1203088 (MPLAB compatibility)
1776
1777 2005-05-17 Raphael Neider <rneider AT web.de>
1778
1779         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1780         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1781         * device/lib/pic16/pics.all: added new devices
1782         * src/pic16/device.c: added support for pic18f4520
1783
1784 2005-05-16 Raphael Neider <rneider AT web.de>
1785         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1786         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1787         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1788           convenience function for bit access
1789
1790 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1791
1792         * device/lib/printf_large.c: fixed bug 1193299
1793         * support/regression/tests/bug1057979.c: added test %3.3s
1794
1795 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1796
1797         * device/include/mcs51/8051.h,
1798         * device/include/mcs51/8052.h: made parseable with lint
1799         * device/include/mcs51/lint.h: added include file for (sp)lint
1800         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1801         * doc/cdbfileformat.lyx,
1802         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1803
1804 2005-05-14 Raphael Neider <rneider AT web.de>
1805
1806         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1807         * device/lib/pic16/libc/stdlib/itoa.c (new)
1808         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1809         * device/lib/pic16/libio/Makefile: exclude subdir according to
1810           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1811         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1812         * src/pic16/gen.c (genFunction): prevent annoying warning
1813         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1814           nameclashes on BeOS
1815         * support/cpp2/cppmain.c (cpp_output_string): new
1816         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1817           fixes bug 1116802
1818
1819 2005-05-13 Borut Razem <borut.razem AT siol.net>
1820
1821         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1822
1823 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1824
1825         * .version: changed to version 2.5.1; back to bleeding edge development
1826
1827 2005-05-11 Borut Razem <borut.razem AT siol.net>
1828
1829         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1830           generate PDF version 1.3 documents
1831
1832 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1833
1834         * .version: changed to version 2.5.0
1835
1836 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1837
1838         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1839
1840 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1841
1842         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1843         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1844         well as many smaller updates.
1845         * .version: changed to version 2.5.0-pre1
1846
1847 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1848
1849         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1850
1851 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1852
1853         * support/regression/tests/bug1185672.c: added
1854         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1855           bug 1185672
1856         * src/mcs51/gen.c (genCall): added comments, made it look safer
1857         * src/mcs51/gen.c (genEndFunction): simplified
1858
1859 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1860
1861         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1862
1863 2005-04-14 Borut Razem <borut.razem AT siol.net>
1864
1865         * fixed bug 1045046 - SIGSEGV with really simple code?:
1866           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1867           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1868
1869 2005-04-14 Borut Razem <borut.razem AT siol.net>
1870
1871         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1872           src/pic16/device.h: temporarily disabled experimental #inline pragma
1873           for 2.5.0 release
1874
1875 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1876
1877         * device/include/z80/stdio.h,
1878         * device/include/z80/string.h: removed these highly incomplete files so
1879           SDCC can use the default ones in device/include/
1880
1881 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1882
1883         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1884         gcc warning.
1885         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1886         fix sdcpp warnings.
1887
1888 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1889
1890         * device/include/malloc.h: removed redundant __reentrant prototypes
1891         * device/lib/_mullong.c: added working xstack variant in asm (C version
1892           doesn't pass regression tests)
1893         * device/lib/bpx.c: used __data and made bpx char for mcs51
1894         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1895           (createFunction): fixed bug with xstackPtr
1896         * src/SDCCcse.c: corrected comments
1897         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1898           (killDeadCode, eBBlockFromiCode): removed unused code
1899         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1900           corrected comments
1901         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1902           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1903           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1904           (genModOneByte): fixed warning in MSVC
1905         * src/mcs51/main.c (): added comments
1906         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1907
1908 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1909
1910         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1911
1912 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1913
1914         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1915
1916 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1917
1918         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1919         characters arrays of larger size than the declared one.
1920
1921 2005-04-10 Borut Razem <borut.razem AT siol.net>
1922
1923         * src/pic/gen.c (genInline),
1924           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1925           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1926           (findNextInstruction), (findPrevInstruction),
1927           (findInstructionUsingLabel),
1928           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1929         * src/pic/pcode.c (findLabel): added missing '\n'
1930         * src/src.dsp: added SDCCdwarf2.c to the project
1931
1932 2005-04-09 Borut Razem <borut.razem AT siol.net>
1933
1934         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1935
1936 2005-04-08 Raphael Neider <rneider AT web.de>
1937
1938         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1939           into the chain after a given one) and mergeDefmapSymbols (combine
1940           defmap entries for each symbol per pcode)
1941         * (createDefmap): have defmap entries merged in the end
1942         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1943           a symbol before replacing one access type's symbol, merge symbols in
1944           the end (replacement symbol might already have an entry)
1945         * (assignValnums): keep reference to written WREG intact
1946
1947 2005-04-08 Raphael Neider <rneider AT web.de>
1948
1949         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1950           Alpha)
1951
1952 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1953
1954         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1955         bytes
1956
1957 2005-04-07 Raphael Neider <rneider AT web.de>
1958
1959         * device/include/pic16/usart.h: added compatibility defines for
1960           devices with more than one USART
1961         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1962
1963 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1964
1965         * device/lib/Makefile.in: updated for port specific include
1966
1967 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1968
1969         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1970
1971 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1972
1973         * device/include/8051.h,
1974         * device/include/8052.h,
1975         * device/include/at89S8252.h,
1976         * device/include/at89c55.h,
1977         * device/include/at89x051.h,
1978         * device/include/at89x51.h,
1979         * device/include/at89x52.h,
1980         * device/include/mcs51reg.h,
1981         * device/include/reg51.h,
1982         * device/include/reg764.h,
1983         * device/include/regc515c.h,
1984         * device/include/sab80515.h: (re)moved these 12 files
1985         * device/include/mcs51/8051.h,
1986         * device/include/mcs51/8052.h,
1987         * device/include/mcs51/at89S8252.h,
1988         * device/include/mcs51/at89c55.h,
1989         * device/include/mcs51/at89x051.h,
1990         * device/include/mcs51/at89x51.h,
1991         * device/include/mcs51/at89x52.h,
1992         * device/include/mcs51/mcs51reg.h,
1993         * device/include/mcs51/reg51.h,
1994         * device/include/mcs51/reg764.h,
1995         * device/include/mcs51/regc515c.h,
1996         * device/include/mcs51/sab80515.h: and added them here
1997
1998 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1999
2000         * device/include/stdarg.h: changed SDCC specific keywords to double
2001           underlined form.
2002         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
2003           mcs51 and ds390.
2004         * device/include/hc08/mc68hc908gp32.h,
2005         * device/include/hc08/mc68hc908jb8.h,
2006         * device/include/hc08/mc68hc908jkjl.h,
2007         * device/include/hc08/mc68hc908qy.h: fixed comments
2008         * device/include/mcs51/README: updated
2009         * device/include/mcs51/c8051f120.h: added PINRSF
2010         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
2011         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
2012           amidst code. Also inline is not supported.
2013
2014 2005-04-06 Raphael Neider <rneider AT web.de>
2015
2016         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
2017         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
2018           callers stack/frame pointers
2019
2020 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2021
2022         * device/include/pic16/usart.h: added, missing in previous commit,
2023         * device/include/pic16/adc.h: fixed typo,
2024         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
2025         commit,
2026         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
2027         <p18fxxx.inc>
2028         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
2029         uninitialized because a bug appears with gplink
2030         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
2031         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
2032         complains for unrecognised option
2033
2034 2005-04-05 Raphael Neider <rneider AT web.de>
2035
2036         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
2037           structs as well (using memcpy)
2038         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
2039           on ISRs (GOTO has no label)
2040         * src/pic16/device.h: added OF_OPTIMIZE_DF
2041         * src/pic16/main.c: added compiler switch --optimize-df to enable the
2042           new data flow analysis/optimization
2043         * src/pic16/pcode.c: added (prototypes for and implementation of)
2044           dataflow analysis functions, fixed pCodeInstructions' inCond and
2045           outCond values, made RCALL a branch instruction
2046         * (pic16_unlinkpCode): keep C line if possible
2047         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
2048           C line moved if possible
2049         * (pic16_getRegFrompCodeOp): NEW, improved version of...
2050         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
2051           to use new pic16_getRegFrompCodeOp (works for more SFRs)
2052         * (pic16_BuildFlow): fixed skip instructions with label (did not start
2053           new flow)
2054         * (pic16_getJumptabpCode): NEW, needed in...
2055         * (LinkFlow): fixed handling of jumptables, calls and conditional
2056           branches
2057         * (pic16_InsertCommentAfter): NEW
2058         * (pic16_pCodeReplace): made verbose and flow preserving
2059         * (AnalyzeFlow): added call to data flow analysis
2060         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
2061         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
2062         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
2063
2064 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2065
2066         * src/SDCCast.c (decorateType): fixed bug #1105626
2067
2068 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
2069
2070         * device/include/asm/pic16/features.h,
2071         * pic18f*.h headers,
2072         * device/include/pic16/adc.h,
2073         * device/include/pic16/delay.h,
2074         * device/include/pic16/i2c.h,
2075         * device/include/pic16/malloc.h,
2076         * device/include/pic16/stdio.h,
2077         * device/include/pic16/stdlib.h,
2078         * device/include/pic16/string.h,
2079         * device/lib/pic16/libc/stdio/printf_tiny.c,
2080         * device/lib/pic16/libc/stdio/printf_small.c,
2081         * device/lib/pic16/libc/stdio/strmgpsim.c,
2082         * device/lib/pic16/libc/stdio/strmmssp.c,
2083         * device/lib/pic16/libc/stdio/strmusart.c,
2084         * device/lib/pic16/libc/stdio/vfprintf.c,
2085         * device/lib/pic16/libc/stdlib/ltoa.c,
2086         * device/lib/pic16/libc/stdlib/putchar.c,
2087         * device/lib/pic16/libc/stdlib/x_ftoa.c,
2088         * device/lib/pic16/libc/stdlib/memchrpgm.c,
2089         * device/lib/pic16/libc/stdlib/memchrram.c,
2090         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
2091         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
2092         * device/lib/pic16/libio/adc/adcbusy.c,
2093         * device/lib/pic16/libio/adc/adcread.c,
2094         * device/lib/pic16/libio/adc/adcsetch.c,
2095         * device/lib/pic16/libio/usart/ubaud.c,
2096         * device/lib/pic16/libio/usart/ubusy.c,
2097         * device/lib/pic16/libio/usart/udrdy.c,
2098         * device/lib/pic16/libio/usart/uopen.c,
2099         * device/lib/pic16/libio/usart/uputc.c,
2100         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
2101         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
2102         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
2103         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
2104         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
2105         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
2106         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
2107         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
2108         specific keywords to double underlined form,
2109         * device/lib/pic16/libc/Makefile.rules,
2110         * device/lib/pic16/libsdcc/Makefile.rules,
2111         * device/lib/pic16/libm/Makefile,
2112         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
2113         to compile with C standard set in Makefile.common
2114         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
2115         rand.c and crc.c in compilation process,
2116         * device/lib/pic16/libsdcc/int/divuint.c,
2117         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
2118         `c' from signed to unsigned,
2119         * device/lib/pic16/startup/crt0.c,
2120         * device/lib/pic16/startup/crt0i.c,
2121         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
2122         keywords to double underlined form, bug fixes in _do_cinit function
2123         which prevented the correct initialization of the .idata segment,
2124         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
2125         core to enter a infinite loop
2126         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
2127
2128 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2129
2130         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
2131
2132 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2133
2134         * device/include/Makefile.in: add support for hc08 subdirectory
2135         * device/include/hc08/: new subdirectory
2136         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
2137         Lucas Loizaga, thanks!
2138         * device/include/hc08/mc68hc908qy.h,
2139         * device/include/hc08/mc68hc908gp32.h,
2140         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
2141         their own directory. Changed internal macro names to use the compiler
2142         reserved namespace. Changed SDCC specific keywords to double
2143         underlined form.
2144         * device/include/math.h,
2145         * device/include/malloc.h,
2146         * device/include/stdarg.h,
2147         * device/include/stdbool.h
2148         * device/include/string.h,
2149         * device/include/tinibios.h,
2150         * device/include/ds400rom.h,
2151         * device/include/8051.h,
2152         * device/include/8052.h,
2153         * device/include/80c51xa.h,
2154         * device/include/at89c55.h,
2155         * device/include/at89S8252.h,
2156         * device/include/at89x51.h,
2157         * device/include/at89x52.h,
2158         * device/include/ds80c390.h,
2159         * device/include/reg764.h,
2160         * device/include/regc515c.h,
2161         * device/include/sab80515.h,
2162         * device/include/mcs51/c8051f000.h,
2163         * device/include/mcs51/c8051f018.h,
2164         * device/include/mcs51/c8051f020.h,
2165         * device/include/mcs51/c8051f040.h,
2166         * device/include/mcs51/c8051f060.h,
2167         * device/include/mcs51/c8051f120.h,
2168         * device/include/mcs51/c8051f300.h,
2169         * device/include/mcs51/c8051f310.h,
2170         * device/include/mcs51/c8051f320.h,
2171         * device/include/mcs51/c8051f330.h,
2172         * device/include/mcs51/c8051f350.h,
2173         * device/include/z180.h: Changed SDCC specific keywords to double
2174         underlined form.
2175
2176 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
2177
2178         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
2179         18F4455,
2180         * (pic16_assignConfigWordValue): disable testing of configuration
2181         register value with config mask,
2182         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
2183         function with port->fun_prefix,
2184         * (genFunction): when generating a naked interrupt function never
2185         create an absolute segment placed in interrupt vector address, place
2186         the actual interrupt function at IVA instead, when an interrupt
2187         function is generated with unspecified interrupt then do not create
2188         the absolute section,
2189         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
2190         code for generating a call to generic pointer get/put function with
2191         a call to function pic16_callGenericPointer(),
2192         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
2193         the call to the generic pointer get/put functions with prefixing the
2194         function name with port->fun_prefix,
2195         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
2196         * src/pic16/main.c (_process_pragma): prefix function with
2197         port->fun_prefix,
2198         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
2199         calling assembler, old 18Fxxxx macro is deprecated,
2200         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
2201         PC_ASMDIR in while condition,
2202         * (findInstruction): add PC_ASMDIR in while condition,
2203         * (buildCallTree): prefix main with port->fun_prefix,
2204         * (pic16_pCode2str): fixed bug that didn't emit the memory access
2205         identifier for variable with banked access in instructions BTFSS,
2206         BTFSC, BCF, BSF, BTG
2207         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
2208         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
2209         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
2210         perform optimization when enviroment variable NO_REG_OPT is set,
2211         * (insideLRBlock): NEW, return 1 if register is inside an
2212         INF_LOCALREGS block,
2213         * (RemoveRegFromLRBlock): remove a register that is completely
2214         eliminated by register optimization, but it is still left in local
2215         register store/restore in/from stack block,
2216         * (Remove2pcodes): after removing register, check to see if it
2217         should be removed from local register store/restore in/from stack
2218         block,
2219         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2220         DUMMY_READ_VOLATILE,
2221
2222         * device/include/pic16/adc.h: minor prototype modifications and
2223         update,
2224         * device/include/pic16/malloc.h: added GPL notice various
2225         modifications,
2226         * device/include/pic16/stdint.h: NEW, standard header for ints
2227         * device/include/pic16/delay.h: NEW, header for delay functions,
2228         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2229         delay1mtcy,
2230         * device/include/pic16/signal.h: NEW, header providing helper macros
2231         for implementing signal handlers,
2232         * device/include/pic16/stdio.h: added prototypes for functions,
2233         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2234         prototypes for stdin and stdout, added macro PUTCHAR to
2235         automatically implement putchar function prototype,
2236         * device/include/pic16/usart.h: modified and updated USART library,
2237         * device/lib/pic16/libio/adc/,
2238         * device/lib/pic16/libio/i2c: some modifications to improve library
2239         performance,
2240         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2241         family of functions,
2242         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2243         family of functions and other sources,
2244         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2245         of the PIC18Fxx[28] devices,
2246         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2247         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2248         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2249         _do_cinit function, because the previous failed when local variables
2250         where not placed in the same memory bank,
2251         * device/lib/pic16/libsdcc/char/: various modifications to improve
2252         library performance,
2253         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2254         information on the new functions of the c library and more...
2255
2256 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2257
2258         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2259
2260 2005-03-26 Raphael Neider <rneider AT web.de>
2261
2262         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2263           if condition == CARRY)
2264         * (genCmp): adapted to new genSkipc semantics
2265         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2266           on rIfx (genCmp was broken)
2267
2268 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2269
2270         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2271         * src/z80/main.c (_keywords[]),
2272         * src/SDCCglobal.h (struct options),
2273         * src/SDCC.y,
2274         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2275         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2276         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2277         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2278         always available in leading double underscore form. The C99 support is
2279         mostly missing, but it's a start.
2280         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2281         reserved identifier "__data".
2282
2283 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2284
2285         * src/mcs51/peeph.def: fixed bug 1170013
2286
2287 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2288
2289         * device/include/mcs51reg.h: fixed bug 842007
2290
2291 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2292
2293         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2294         last time.
2295
2296 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2297
2298         * src/port.h (struct PORT),
2299         * src/avr/ralloc.c (avr_assignRegisters),
2300         * src/avr/main.c,
2301         * src/ds390/ralloc.c (ds390_assignRegisters),
2302         * src/ds390/main.c,
2303         * src/hc08/ralloc.c (hc08_assignRegisters),
2304         * src/hc08/main.c,
2305         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2306         * src/mcs51/main.c,
2307         * src/pic/ralloc.c (pic14_assignRegisters),
2308         * src/pic/main.c,
2309         * src/pic16/ralloc.c (pic16_assignRegisters),
2310         * src/pic16/main.c,
2311         * src/xa51/ralloc.c (xa51_assignRegisters),
2312         * src/xa51/main.c,
2313         * src/z80/ralloc.c (z80_assignRegisters),
2314         * src/z80/ralloc.h,
2315         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2316         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2317         * src/SDCCcse.h,
2318         * src/SDCCdflow.c (computeDataFlow),
2319         * src/SDCCdflow.h,
2320         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2321         * src/SDCCloop.h,
2322         * src/SDCCcflow.c (*),
2323         * src/SDCCcflow.h,
2324         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2325         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2326         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2327         immedDom() returning wrong block; probably fixes bug #1160833)
2328
2329 2005-03-20 Borut Razem <borut.razem AT siol.net>
2330
2331         * support/scripts/inc2h.pl: WIN32 port
2332
2333 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2334
2335         * device/lib/makefile.in: added abs.c and labs.c
2336
2337 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2338
2339         * device/include/stdint.h: added
2340         * device/lib/abs.c: added
2341         * device/lib/labs.c: added
2342         * device/include/stdlib.h: added abs() and labs() prototypes
2343         * device/lib/libsdcc.lib: added abs and labs
2344         * device/include/float.h,
2345         * device/lib/_fsmul.c,
2346         * device/lib/printf_fast.c,
2347         * device/lib/printf_tiny.c: updated comments
2348
2349 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2350
2351         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2352         bug #1164313
2353
2354 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2355
2356         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2357         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2358
2359 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2360
2361         * device/lib/printf_large.c: removed inline assembly for portability and
2362           readability. Use printf_fast if speed or size are more important.
2363         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2364         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2365
2366 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2367
2368         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2369         prevent compiler warning
2370
2371 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2372
2373         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2374         moved to level 0 and declared as static. Also they are explicit
2375         placed in access bank. This was necessery because some times they
2376         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2377         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2378         optimizations. Currently only compare to unsigned char is implemented,
2379         * src/pic16/gen.c: added fReturnIdx array,
2380         * (struct resolvedIfx) is moved to gen.h and made public,
2381         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2382         * (aopForSym): added an optimization to directly store in stack of
2383         the operand of a SEND iCode,
2384         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2385         but as registers instead (AOP_REG) using the fReturnIdx array,
2386         * (pic16_freeAsmop): remove the freed register from the
2387         _G.sregsAlloc field,
2388         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2389         a compare of 'WREG',
2390         * (pic16_popGetTempRegCond): changed function prototype, now
2391         function takes also a bitVector argument v which holds the current
2392         set of registers that are allocated for stack access by aopForSym,
2393         registers allocated in aopForSym for accessing stack symbols are not
2394         any more part of the functions usedRegs field,
2395         * (genCall): some times aopOp is called for a stack variable to be
2396         send, aopForSym might perform the push, if this is true make sure
2397         that genCall doesn't push the variable twice by testing _G.resDirect,
2398         * (genFunction): changed testing for unspecified interrupt number
2399         from 256 to INTNO_UNSPEC,
2400         * modified selection scheme of frame pointer generation. Previously
2401         if function did use local registers a frame pointer was generated,
2402         now a frame pointer is generated only if function has arguments
2403         (that need PLUSW2 register access), or has stack arguments, or the
2404         compiler is not instructed to omit the frame pointer,
2405         * (genEndFunction): before restoring local registers that were saved
2406         in the function preamble, also restore the registers that *might*
2407         have been allocated for stack access,
2408         * (genRet): removed some old comments,
2409         * (genCmp, the active (RN's) version): added a call to the
2410         pic16_genCmp_special function to perform the compare with a more
2411         robust and optimized way,
2412         * (genInline): a feature has been added in inline code generation,
2413         which allows a wildcard variable substitution when writing inline
2414         assembly. Code is incomplete and experimental therefore undocumented,
2415         * (genCast): changed order of aopOp for result and right to allow
2416         aopForSym to directly load the result if possible,
2417         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2418         perform an optimized compare on some selected special occasions,
2419         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2420         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2421         generate an IVT any more,
2422         * src/pic16/main.c (pic16_optionsTable): added command line option
2423         --optimize-cmp,
2424         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2425         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2426         macros,
2427         * src/pic16/NOTES: Raphael Neider added in list of active developers
2428         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2429         jumptable_end to prevent bug #,
2430         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2431         inCond and outCond fields,
2432         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2433         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2434         turn off register spilling,
2435         * (packRegsForOneUse): synced with other ports' versions although it
2436         is not used currently,
2437         * (pic16_packRegisters): added an optimization while reading
2438         structure bitfields, some registers may be saved (malloc code is
2439         decreased by 80 bytes)
2440
2441 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2442
2443         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2444         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2445         this can be optimized more?
2446
2447 2005-03-10 Raphael Neider <rneider AT web.de>
2448
2449         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2450           genNearPointerGet): (hopefully) fixed access to bitfields via
2451           pointers (p->bitN = x; and x = p->bitN; failed)
2452
2453 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2454
2455         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2456
2457 2005-03-09 Raphael Neider <rneider AT web.de>
2458
2459         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2460
2461 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2462
2463         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2464         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2465           (regTypeNum): set REG_BIT type if necessary
2466         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2467         * support/regression/tests/critical.c: check bug 1144613
2468
2469 2005-03-02 Raphael Neider <rneider AT web.de>
2470
2471         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2472
2473 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2474
2475         * src/avr/ralloc.c (serialRegAssign),
2476         * src/ds390/ralloc.c (serialRegAssign),
2477         * src/hc08/ralloc.c (serialRegAssign),
2478         * src/mcs51/ralloc.c (serialRegAssign),
2479         * src/pic/ralloc.c (serialRegAssign),
2480         * src/pic16/ralloc.c (serialRegAssign),
2481         * src/xa51/ralloc.c (serialRegAssign),
2482         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2483
2484 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2485
2486         * src/SDCCast.c (decorateType): fixed bug 1124787
2487
2488 2005-02-20 Hubert Sack <sack AT digiplan.de>
2489         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2490
2491         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2492         patch #1121755
2493
2494 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2495
2496         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2497         to keep the correct label reference count when adding/removing references
2498         to labels. A peephole file using this is appended to patch #1144962.
2499
2500 2005-02-14 Raphael Neider <rneider AT web.de>
2501
2502         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2503         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2504         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2505           retrievals of result operand's value on assignment
2506
2507 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2508
2509         * device/include/pic16/string.h: modified prototype for memccpy()
2510         to memccpy(void *, void *, char, size_t)
2511         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2512         check whether to omit frame pointer or not,
2513         * (genInline): convert all occurences of "\n" to LF in inline
2514         assembler blocks, this helps formatting the inline text,
2515         * (pic16_loadFSR0): modified prototype,
2516         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2517         removed some 8051 legacy code,
2518         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2519         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2520         before allocating temporary registers in functions,
2521
2522 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2523
2524         * support/regression/tests/bitvars.c: corrected the "fix"
2525
2526 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2527
2528         * support/regression/tests/bitvars.c,
2529         * support/regression/tests/bitwise.c,
2530         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2531
2532 2005-02-10 Raphael Neider <rneider AT web.de>
2533
2534         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2535           different size for Alpha
2536         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2537
2538 2005-02-09 Raphael Neider <rneider AT web.de>
2539
2540         * src/SDCC.lex(doPragma) : save and restore warning options as well
2541           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2542         * have #pragma less_pedantic set the errorlevel to WARNING
2543           (fixes #1117001)
2544         * (cloneOptimize) : fixed wrong malloc's size
2545         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2546           facilitate correct handling of #pragma (save|restore)
2547
2548 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2549
2550         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2551
2552 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2553
2554         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2555
2556 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2557
2558         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2559
2560 2005-02-02 Raphael Neider <rneider AT web.de>
2561
2562         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2563         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2564         * (pic16_storeForReturn): fixed to allow returning function pointers
2565         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2566         * device/include/pic16/{stddef.h,stdbool.h}: added
2567
2568 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2569
2570         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2571
2572 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2573
2574         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2575         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2576          appeared to be required
2577
2578 2005-01-31 Borut Razem <borut.razem AT siol.net>
2579
2580         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2581           include/mcs51 and include/z80 directories to the package
2582
2583 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2584
2585         * src/hc08/gen.c (genFunction): fixed bug #1112752
2586
2587 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2588
2589         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2590
2591 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2592
2593         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2594
2595 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2596
2597         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2598
2599 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2600
2601         * device/include/c8051fxxx.h: removed these 6 files
2602         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2603
2604 2005-01-26 Raphael Neider <rneider AT web.de>
2605
2606         * src/pic16/gen.c (genAssign): fixed assignment from longs
2607           in codespace (were cut to three bytes)
2608         * (genDummyRead): implemented (except for CODESPACE...),
2609           fixed bug #1108575
2610         * src/pic16/glue.c (emitStatistics): beautified
2611         * device/lib/pic16/libm/Makefile: added include path
2612
2613 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2614
2615         * src/z80/gen.c (aopPut): fixed bug #1103902
2616
2617 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2618
2619         * device/lib/expf.c: fixed bug #1095792
2620
2621 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2622
2623         * device/lib/pic16/libm: added Math library sources
2624
2625 2005-01-24 Raphael Neider <rneider AT web.de>
2626
2627         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2628           to enable upcast to pCodeOpReg2 (there is no type tag to
2629           differenciate the two and pic16_popGet2p cast into PCOR2)
2630         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2631           (sizeof(sectNames) changed to sizeof(sectName))
2632           Both patches fix segfaults under MinGW.
2633
2634 2005-01-23 Raphael Neider <rneider AT web.de>
2635
2636         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2637           Safe_[mc]?alloc()'ed variables
2638         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2639           of (byte sized) temporaries (assign them to WREG for now)
2640         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2641           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2642           this might fix SIGSEGVs on MinGW...
2643         * src/SDCCopt.c (killDeadCode): restored original behaviour
2644           (volatile operands might get thrown away though)
2645
2646 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2647
2648         * src/pic16/gen.c: fixed bug #1106975,
2649         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2650         pointer update, INTCON is saved, global interrupts are disabled and
2651         restored after updateing TOS.
2652         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2653         * added function attribute 'shadowregs' to take advantage of shadow
2654         registers,
2655         * added function attribute 'wparam' as an alternative to the wparam
2656         pragma,
2657         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2658         user declares a non-ISR function as 'shadowregs',
2659         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2660
2661 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2662
2663         * .version: bumped version number to 2.4.8
2664         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2665         pic16 port,
2666         * device/lib/pic16/libio/i2c/: I2C module support library,
2667         * device/include/pic16/i2c.h: I2C support library header,
2668         * device/lib/pic16/libc/stdio/: standard IO support sources,
2669         * (printf_small.c): printf_small() source, supports float print,
2670         * (printf_tiny.c): printf_tiny() source, does not support floats,
2671         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2672         enable global optimizations for entire library source, other
2673         Makefiles in the source tree are also modified to reflect this,
2674         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2675         function,
2676         * doc/sdccman.lyx: updated to reflect new changes,
2677         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2678         sym->onStack if-case,
2679         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2680         sbit, idata, _idata, xdata, _xdata,
2681         * added pragma library, to link an external library, (see doc),
2682         * removed command line options, --pomit-config-words, --pomit-ivt,
2683         --pleave-reset-vector,
2684         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2685         when calling assembler to reflect memory model used, also define
2686         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2687         reflect stack model used,
2688         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2689         on stack return NULL,
2690
2691 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2692
2693         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2694           of the operands is volatile. Fixes #1020220
2695
2696 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2697
2698         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2699         * (OptimizeRegUsage): make sure that there is really no other flow where
2700           the first pCode is used
2701
2702 2005-01-22 Raphael Neider <rneider AT web.de>
2703
2704         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2705           to fix #1106967 (pCode->seq are not set up correctly)
2706
2707 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2708
2709         * src/SDCCglue.c (glue): make sure code area is declared before the
2710         static initialization area.
2711
2712 2005-01-21 Raphael Neider <rneider AT web.de>
2713
2714         * device/lib/Makefile.in: fixed test for pic16 install dir
2715         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2716           optimizations
2717         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2718           added --optimize-goto compiler switch and pragma wparam documentation
2719         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2720         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2721           and PRODH closing bug #1071770 (peephole optimizer)
2722
2723 2005-01-19 Raphael Neider <rneider AT web.de>
2724
2725         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2726           cmdLine buffers (used when calling sdcpp...) are large enough
2727           (MAX_PATH=256 truncates arguments leading to system halts when
2728           used in MinGW...)
2729         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2730         * (genUminus): rewritten to for efficiency
2731         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2732           used uninitialized in some cases)
2733         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2734           copy the third byte from the int -- now assumes 0x80 (data memory)
2735         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2736           operands (genAddLit expects the iCode's operands to swapped as
2737           well), fixed leftover bytes (crashed for short left operands)
2738         * (pic16_genMinusDec): performance improvements, removed false
2739           PIC14 emitSKPNCs
2740         * (pic16_genMinus): fixed to cope with differently sized operands
2741         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2742           for --obanksel > 1
2743         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2744         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2745           new banksel optimization
2746         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2747           analysis for temporary registers (segfaults...)
2748         * src/pic16/peeph.def: added rule
2749
2750 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2751
2752         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2753         which converts a float number to its ASCII representation
2754         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2755         functions to convert the fractional and integer part of a float to ASCII,
2756         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2757         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2758         ram
2759         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2760         _STATMEM macros,
2761         * device/include/pic16/adc.h: added GPL info,
2762         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2763         a pCodeOp as tested operand,
2764         * (genNearPointerGet): optimized bit testing, does not use
2765         intermediate register for bit value, test directly instead with
2766         BTFSS, BTFSC, works only for single bits,
2767         * (genpic16Code): dump the name of the iCode in the asm,
2768         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2769         renamed to pic16_decodeOp,
2770         * (serialRegAssign): do not allocate a temporary register for iCode
2771         sequences that test a single bit for 1/0
2772
2773 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2774
2775         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2776         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2777         access stack and frame pointers. They are initially assigned to
2778         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2779         accessing SFRs. Updated all occurences of modification of stack or
2780         frame pointer in gen.c and pcode.c,
2781         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2782         assigning of a literal value to pointers,
2783         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2784         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2785         selected
2786
2787 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2788
2789         * doc/sdccman.lyx: update documentation about stack pragma, added
2790         some info for stack memory models
2791
2792 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2793
2794         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2795
2796 2005-01-08 Raphael Neider <rneider AT web.de>
2797
2798         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2799           udata sections to fix bug #1097823
2800
2801 2005-01-05 Raphael Neider <rneider AT web.de>
2802
2803         * src/pic16/gen.c (genGenericShift): added handling of differently
2804           sized left operand and result
2805
2806 2005-01-04 Raphael Neider <rneider AT web.de>
2807
2808         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2809         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2810           to hold the condition bit)
2811         * added new version of genCmp (old code available via #define)
2812         * added new version of genShiftLeft/genShiftRight in a generic
2813           way, now supports shifting by negative values
2814         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2815           shiftCount (expected by genGenericShift)
2816         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2817         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2818           dump
2819         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2820           is an invalid literal too...)
2821
2822 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2823
2824         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2825         from Raphael Neider,
2826         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2827         for 8-bit literals. This fixes some literal operands which are sign
2828         extended to 16-bits ints when instruction needs only 8-bits.
2829
2830 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2831
2832         * device/lib/logf.c: added mcs51 assembly version
2833         * device/lib/expf.c: added mcs51 assembly version
2834         * device/lib/_logexpf.c: new shared asm code for expf and logf
2835         * device/include/math.h: add defines for assembly math library
2836         * device/lib/Makefile.in: build new _logexpf.c
2837         * device/lib/libfloat.lib: use new _logexpf.c
2838
2839 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2840
2841         * src/pic/device.c
2842         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2843           device types which have less than 0x7f registers.
2844
2845 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2846
2847         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2848
2849 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2850
2851         * device/lib/printf_fast.c: only build on supported arch.
2852         * device/lib/printf_tiny.c: only build on supported arch.
2853         * device/lib/printf_fast_f.c: only build if asm float lib
2854         * device/lib/_fsget1arg.c: only build if asm float lib
2855         * device/lib/_fsget2args.c: only build if asm float lib
2856         * device/lib/_fsnormalize.c: only build if asm float lib
2857         * device/lib/_fsreturnval.c: only build if asm float lib
2858         * device/lib/_fsrshift.c: only build if asm float lib
2859         * device/lib/_fsswapargs.c: only build if asm float lib
2860         * device/include/stdio.h: don't provide print_fast,
2861           print_fast_f, print_tiny prototypes if --xstack used
2862
2863 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2864
2865         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2866         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2867           to the SOURCES
2868
2869 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2870
2871         * device/lib/printf_fast_f.c: same as printf_fast, but
2872           with floating point enabled
2873         * device/lib/printf_fast.c: minor tweaks
2874         * device/include/stdio.h: add printf_fast_f
2875
2876 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2877
2878         * src/SDCCmain.c: make --float-reent default for mcs51
2879         * device/lib/_fsadd.c: added mcs51 assembly version
2880         * device/lib/_fssub.c: added mcs51 assembly version
2881         * device/lib/_fsmul.c: added mcs51 assembly version
2882         * device/lib/_fsdiv.c: added mcs51 assembly version
2883         * device/lib/_fseq.c: added mcs51 assembly version
2884         * device/lib/_fsneq.c: added mcs51 assembly version
2885         * device/lib/_fsgt.c: added mcs51 assembly version
2886         * device/lib/_fslt.c: added mcs51 assembly version
2887         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2888         * device/lib/Makefile.in: add _fscmp to build
2889         * device/lib/libfloat.lib: add _fscmp to build
2890
2891 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2892
2893         * device/lib/_fs2slong.c: added mcs51 assembly version
2894         * device/lib/_fs2sint.c: added mcs51 assembly version
2895         * device/lib/_fs2schar.c: added mcs51 assembly version
2896         * device/lib/_fs2ulong.c: added mcs51 assembly version
2897         * device/lib/_fs2uint.c: added mcs51 assembly version
2898         * device/lib/_fs2uchar.c: added mcs51 assembly version
2899         * device/lib/_slong2fs.c: added mcs51 assembly version
2900         * device/lib/_sint2fs.c: added mcs51 assembly version
2901         * device/lib/_schar2fs.c: added mcs51 assembly version
2902         * device/lib/_ulong2fs.c: added mcs51 assembly version
2903         * device/lib/_uint2fs.c: added mcs51 assembly version
2904         * device/lib/_uchar2fs.c: added mcs51 assembly version
2905         * device/include/float.h: added #define to select asm vs c
2906
2907 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2908
2909         * device/lib/printf_fast.c: improvements to float output
2910         * device/include/float.h: add defines for assembly float library
2911         * device/lib/_fsget1arg.c: receive 1 float arg
2912         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2913         * device/lib/_fsnormalize.c: normalize a float
2914         * device/lib/_fsreturnval.c: return float, various helper routines
2915         * device/lib/_fsrshift.c: right shift a float's mantissa
2916         * device/lib/_fsswapargs.c: swap 2 floats
2917         * device/lib/Makefile.in: build these 6 new files for mcs51
2918         * device/lib/libfloat.lib: add these 6 files to the library
2919
2920 2004-12-26 Borut Razem <borut.razem AT siol.net>
2921
2922         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2923           built by gcc 3.4.2
2924
2925 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2926
2927         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2928           and fully reentrant and register bank neutral.
2929         * device/lib/printf_fast.c: added float (not enabled by default),
2930           added compact/slower integer (also not enabled by default),
2931           improved size/speed of fast integer code, other minor changes
2932         * device/include/stdio.h, device/lib/Makefile.in,
2933           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2934
2935 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2936
2937         * src/pic16/pcode.c: declaring variables other than at the start of a
2938           block is not supported in C by VC6.
2939
2940 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2941
2942         * applied a previous patch from Raphael Neider that wasn't included
2943         in the previous commits, which fixes infinite loops within jumptable
2944         improvements,
2945         * made some fixes that previous patches introduced
2946
2947 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2948
2949         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2950         that fixes an issue with AOP_PCODE asmop's offset,
2951         * (pic16_popCopyReg): update instance field too,
2952         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2953         function of pic port,
2954         * (genCmp, genAnd, genAssign),
2955         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2956
2957 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2958
2959         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2960         variables initial values to idata section,
2961         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2962         variables in some functions. This utilizes parmBytes field of iCode
2963         structure to hold the offset of the variable in stack. (might be
2964         able to use the stack field too?)
2965         * applied patch from Raphael Neider # ### , # ###
2966         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2967         variable initial values in idata section,
2968         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2969         for static variables with initial value
2970         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2971         applied fix in while loop from Raphael Neider.
2972
2973 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2974
2975         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2976         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2977         * src/ds390/ralloc.c (serialRegAssign): spill bits
2978         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2979         * support/Util/SDCCerr.c,
2980         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2981         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2982         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2983
2984 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2985
2986         * device/include/sdcc-lib.h: inserted LGPL, added includes
2987           asm/ds390/features.h and asm/mcs51/features.h
2988         * device/include/asm/default/features.h,
2989         * device/include/asm/gbz80/features.h,
2990         * device/include/asm/z80/features.h: added empty _AUTOMEM
2991           and _STATMEM
2992         * device/include/asm/ds390/features.h,
2993         * device/include/asm/mcs51/features.h: added files with defines for
2994           _AUTOMEM and _STATMEM indicating automatic and static storage class
2995         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2996         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2997         * src/SDCCicode.c (geniCodeCast),
2998         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2999         * src/SDCCloop.c (loopInduction): removed unused variable lr
3000         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
3001           to convertToFcall to include char modulo (RFE 1065037), added check
3002           if left operand is unsigned and use abs of literal value
3003         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
3004           as it doesn't work after conversion from peephole.def to peephole.rul
3005         * src/mcs51/gen.c (toBoolean): added check for size,
3006           (genModOneByte): optimized code for signed char modulo a literal
3007           power of 2 (thanks to Hubert Sack),
3008           (genRRC): removed unnecessary "clr c",
3009           (genRLC): replaced "add a,acc" with cheaper "rlc a"
3010         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
3011           jump optimization,
3012           swapped rules 256.c and 256.d,
3013           extended 256.d by using new multiple checks (thanks Erik),
3014           added rules 256.e and 256.f,
3015           updated rule 261.a and 261.b to new generated code
3016         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
3017
3018 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3019
3020         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
3021           induction related bugs, including first part of bug #1074377
3022
3023 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
3024
3025         * applied patch from bug-report #1076292,
3026         * applied patches for genAnd and Goto-optimizations for Raphael
3027         Neider,
3028         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
3029         dump a less iCode information,
3030         * src/pic16/device.h (pic16_options_t): added field debgen,
3031         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
3032         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
3033         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
3034         puclic,
3035         * (various functions): added macros FENTRY and FENTRY2 to functions,
3036         to emit function prologue,
3037         * (various functions): fixed indentation,
3038         * (genNearPointerGet): fixed loading of FSR0,
3039         * (genPackBits): applied patch from Raphael Neider to fix updating
3040         of FSR0 and touching only the modified bits,
3041         * src/pic16/genarith.c (various functions): added macros FENTRY to
3042         emit function prologue in comments,
3043         * src/pic16/pcode.h: added functions debugf2, debugf3,
3044         * src/pic16/ralloc.c: partial fix for packForPush caused
3045         segmentation fault,
3046
3047 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3048
3049         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
3050           <stsp AT users.sourceforge.net> with reversed byte order
3051         * support/regression/tests/rotate.c: added (ds390 skips some tests)
3052
3053 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3054
3055         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
3056           bug #1074377
3057         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
3058         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
3059
3060 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3061
3062         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
3063
3064 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3065
3066         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
3067           conditions,
3068           (setFromConditionArgs): friendly operand parser for peephole rules,
3069           (operandBaseName, operandsNotRelated): new peephole condition
3070           "operandsNotRelated" -- similar to "operandsNotSame", but takes
3071           architecture specific register naming into account, handles n-way
3072           comparisons, and supports quoted literals
3073         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
3074
3075 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3076
3077         * src/mcs51/peeph.def: fixed bug #1076940
3078
3079 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
3080
3081         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
3082
3083 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3084
3085         Adding support for replacing ljmps with sjmps in jumptables
3086         generated for switch statements. For now you need to set the
3087         environment variable SDCC_SJMP_JUMPTABLE to enable this.
3088         Now 4 algorithms for mcs51 jumptable generation are used:
3089         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
3090         addresses loaded pc-relative for up to 112 cases and stack-pushing
3091         target addresses loaded with offset from dptr for up to 256 cases.
3092
3093         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
3094         * src/mcs51/main.c: adapted constants for switch table generation
3095         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
3096
3097 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
3098
3099         * device/lib/printf_large.c (_print_format): fixed bug 1073386
3100         * support/regression/tests/bug1057979.c: added test for bug 1073386
3101
3102 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3103
3104         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
3105         compilers
3106
3107 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
3108
3109         * src/pic16/device.h,
3110         * src/pic16/genarith.c,
3111         * src/pic16/glue.c,
3112         * src/pic16/main.c,
3113         * src/pic16/pcode.c: applied patches #1068154 and #1070213
3114
3115 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
3116
3117         Large cummulative patch for pic16 port.
3118         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
3119         to call when a stack overflow occurs,
3120         * (malloc.h): added CVS Id tag,
3121         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
3122         variable,
3123         * added libc directory. The current version of LibC contains string
3124         functions, ctype functions and macros and some functions of the
3125         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
3126         be extensively tested in the future. Standard disclaimer here.
3127         Library is not automatically build yet. But one can build it by
3128         invoking 'make' inside the libc directory.
3129         * added ADC library under libio. Preliminary version yet.
3130
3131         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
3132         * src/pic16/gen.c (aopForRemat): asmop size is filled by
3133         aopForRemat() now and not by pic16_aopOp(),
3134         * (pic16_popGetTempReg): removed warning messgae when allocating
3135         temporary registers, its a buggy feature and will be removed,
3136         * (pic16_popGet): set register instance field in AOP_CRY,
3137         * (pic16_outBitC): fixed for results in size greater than 1,
3138         * (genUminusFloat): fixed for pic16, ported code from mcs51,
3139         * (pic16_storeForReturn): optimized return of 0,
3140         * (genCmp): experimental code for new genCmp which uses PIC18's
3141         special compare&skip instructions. Initial tests fail some times
3142         with variables grater than 1 byte in size, so new code is disabled,
3143         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
3144         a single bit,
3145         * (genCast): began a fix to optimize the casting of a bit to another
3146         bit, now assigning a bitfield to another bitfield will fail, sorry,
3147         * src/pic16/main.c: disabled the use of lr-support feature,
3148         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
3149         * added some function prototypes, added function _debugf prototype,
3150         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
3151         bits with offset (case PO_GPR_BIT),
3152         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
3153         command line,
3154         * (isBankInstruction): modified to return 0 for no banking instruction,
3155         and 1 for banking instruction,
3156         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
3157         caused stop processing pCodes after a inline assembly block,
3158         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
3159         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
3160         registers when it shouldn't,
3161         * src/pic16/ralloc.c (allocReg): add preliminary support for
3162         supporting a limited set of temporary registers,
3163
3164 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3165
3166         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
3167           genDataPointerSet): ensure assignments always copy in MSB to LSB
3168           order,
3169           (loadRegFromAop): recognize CLRH optimization,
3170           (genFunction): optimize RECEIVE iCodes in reentrant functions
3171
3172 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3173
3174         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
3175           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
3176           selected.
3177         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
3178         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
3179           contiguous with data
3180
3181 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3182
3183         * device/lib/_gptrget.c (_gptrget),
3184         * device/lib/_gptrgetc.c (_gptrgetc),
3185         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
3186           instead of sjmp to ret
3187         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
3188           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
3189
3190 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
3191
3192         * .version: bumped version to 2.4.7
3193         * device/lib/_gptrget.c (_gptrget): is now _naked
3194         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
3195         * device/lib/_gptrput.c (_gptrput): is now _naked
3196         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
3197           (createFunction): fixed xstack
3198         * src/SDCCglue.c (emitMaps): set allocation required for bit area
3199         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
3200           or bit either,
3201           (geniCodeCritical): store original interrupt state in an iTemp bit
3202           var unless stack-auto
3203         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
3204         * src/SDCCmain.c (setIncludePath): added include/target to search path
3205         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
3206         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
3207           prototype,
3208           (processFuncArgs): put bit vars in bit area
3209         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
3210           unsaveRBank): fixed xstack,
3211           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
3212           (genFunction, genEndFunction): fixed xstack,
3213           (genAssign): optimization don't walk backwards through mem
3214         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3215         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3216         * support/regression/Makefile: also make library (for stack-auto) when
3217           making "all" and added "test-mcs51-xstack-auto"
3218         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3219         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3220         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3221         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3222         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3223           make-library by MAKE_LIBRARY
3224         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3225           regression tests for xstack
3226         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3227         * support/regression/tests/critical.c: test for critical on mcs51
3228
3229 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3230
3231         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3232           built version of sdcc instead of installed version
3233
3234 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3235
3236         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3237         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3238           vprintf.c now
3239         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3240         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3241           WARNING: remove device/lib/build/z80/printf.o by hand when
3242           updating from previous build!
3243         * device/lib/z80/printf.c: updated comment
3244         * support/regression/tests/bug1057979.c: test all ports now
3245         * support/regression/tests/bug1065458.c: file added
3246
3247 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3248
3249         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3250           *_start and *_end symbols for static functions
3251
3252 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3253
3254         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3255           and search crt0.o in all library paths,
3256           (setIncludePath): proper handling of --nostdinc,
3257           (setLibPath): proper handling of --nostdlib
3258         * support/regression/Makefile,
3259         * support/regression/ports/ds390/spec.mk,
3260         * support/regression/ports/gbz80/spec.mk,
3261         * support/regression/ports/hc08/spec.mk,
3262         * support/regression/ports/mcs51/spec.mk,
3263         * support/regression/ports/mcs51-large/spec.mk,
3264         * support/regression/ports/mcs51-stack-auto/spec.mk,
3265         * support/regression/ports/z80/spec.mk: use include and lib files from
3266           built version of sdcc instead of installed version
3267         * doc/sdccman.lyx: fixed typo in --nostdinc
3268
3269 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3270
3271         * src/pic/pcode.c,
3272         * src/pic/device.c,
3273         * src/pic/ralloc.c,
3274         * src/pic/gen.c : added support to generate code for struct bit fields.
3275
3276 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3277
3278         * as/xa51/xa_version.h,
3279         * device/include/errno.h,
3280         * device/include/regc515c.h,
3281         * device/lib/_itoa.c,
3282         * device/lib/_ltoa.c,
3283         * device/lib/ser_ir_cts_rts.c,
3284         * sim/ucsim/xa.src/glob.cc,
3285         * sim/ucsim/xa.src/inst_gen.cc,
3286         * sim/ucsim/xa.src/xa_bit.cc,
3287         * sim/ucsim/xa.src/xa_sfr.cc,
3288         * sim/ucsim/z80.src/inst_dd.cc,
3289         * sim/ucsim/z80.src/inst_fdcb.cc,
3290         * support/scripts/keil2sdcc.pl,
3291         * src/pic16/pic16.dsp,
3292         * src/pic16/pic16a.dsp: corrected cvs line endings
3293         * device/lib/printf_large.c: fixed bug 1057979
3294         * src/pic16/gen.c: fixed non-C standard code
3295         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3296         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3297         * support/regression/ports/mcs51/support.c: reload T1 asap
3298         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3299           pdata use and clear idata startup behaviour
3300         * support/regression/tests/bug1057979.c: added
3301
3302 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3303
3304         * device/examples/ds390/ow390/ad26.h,
3305         * device/examples/ds390/ow390/cnt1d.h,
3306         * device/examples/ds390/ow390/crcutil.c,
3307         * device/examples/ds390/ow390/ownet.h,
3308         * device/examples/ds390/ow390/owsesu.c,
3309         * device/examples/ds390/ow390/swt12.h,
3310         * device/examples/ds390/ow390/swtoper.c,
3311         * device/examples/ds390/ow390/temp10.h,
3312         * device/examples/ds390/ow390/thermodl.c,
3313         * device/examples/ds390/tinitalk/tinitalk.dsp,
3314         * device/examples/ds390/tinitalk/tinitalk.dsw,
3315         * device/examples/mcs51/clock/hw.h,
3316         * device/examples/mcs51/simple2/go.bat,
3317         * device/examples/serialcomm/windows/serial.h,
3318         * device/examples/xa51/dummy.c,
3319         * device/examples/xa51/hello.c,
3320         * device/include/80c51xa.h,
3321         * device/include/at89x051.h: corrected cvs line endings
3322
3323 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3324
3325         * src/pic16/main.c (options): added command line --gstack, to trace
3326         stack over/under flows,
3327         * added pragma 'wparam' to allow passing first byte of function
3328         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3329         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3330         call to __gstack_test function and sets up the symbol as extern,
3331         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3332         * popaop): added call to pic16_testStackOverflow,
3333         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3334         wparamList list,
3335         * (genCall, genPcall): now all parameters are passed via stack
3336         except in functions that are pass to wparam pragma in which WREG is
3337         used too,
3338         * (genPcall): REENTRANT flag is checked to see if variable prototype
3339         contains reentrant keyword, don't call a non-reentrant function, via
3340         a reentrant function pointer or vice versa, functions are never
3341         passed via WREG,
3342         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3343         D.Winkler,
3344         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3345         SIGSEGV when accessing a NULL register stucture,
3346         * (pic16_printGPointerType): modified to handle UPPER modifier for
3347         function initializers, changed prototype of function to simpler one,
3348         * (pic16_printIvalFuncPtr): check to see if function is already
3349         added in externs list,
3350         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3351         optimized a move from W to SFR with a move to the same register
3352         later after a CALL,
3353         * device/lib/pic16/debug: NEW directory, contains debug features
3354         which are enabled when linking with libdebug.lib, currently command
3355         line option --gstack enables stack pointer tracing for over/under
3356         flow, corresponding sources are in debug/gstack
3357
3358 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3359
3360         * doc/sdccman.lyx: updated SDCC version,
3361         * (PIC16 port): update list of command line options,
3362         * src/pic16/device.h (structure pic16_options_t): added field gstack
3363         to enable stack overflow tracing on push/pops,
3364         * src/pic16/device.c (statistics structure): added statistics
3365         structure,
3366         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3367         pic16_dump_int_registers): increase statistics counters for each
3368         * variable which is encountered
3369         * (pic16_dump_usection): emit each .udata variable to its own udata
3370         section,
3371         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3372         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3373         parameters via stack, otherwise use old scheme,
3374         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3375         assembler output file,
3376         * src/pic16/main.c: added command line options --gstack to enable
3377         push/pop tracing for stack overflow,
3378         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3379         instructions): added size of each instruction,
3380         * (pic16_countInstruction): estimate size of instructions in
3381         the_pFile list, inline assembly blocks are not counted,
3382         * (pic16_FixRegisterBanking): trace previous register usage, when
3383         banksel optimizations is greater than 0, don't emit a redudant
3384         banksel directive,
3385
3386 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3387
3388         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3389         * src/pic16/ralloc.c : applied same fix for pic16.
3390         * src/pic/gen.c : tidied it up a little.
3391
3392 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3393
3394         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3395         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3396
3397 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3398
3399         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3400
3401 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3402
3403         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3404         non-reentrant function __modsint in the interrupt function (thus
3405         corrupting math operations during serial I/O)
3406         * device/lib/ser_ir.c: as above, changed buffersize
3407         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3408         256.c,d for zeroing
3409         * doc/Makefile: added option -t for rsync
3410
3411 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3412
3413         * src/SDCCast.h (struct ast),
3414         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3415
3416 2004-10-20 Borut Razem <borut.razem AT siol.net>
3417
3418         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3419         package
3420
3421 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3422
3423         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3424         makefile targets,
3425         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3426         support functions to replace long sequences of MOVFF's from access
3427         bank registers to stack and vice versa,
3428         * src/pic16/device.h: added new field opt_flags, where optimization
3429         flags can be set to enable certain features,
3430         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3431         * pBlock, (genFunction, genEndFunction): surroung loop for
3432         saving/loading used registers in stack with PC_INFO pCodes,
3433         INF_LREGS. Code in between can then be optimized by pCode optimizer
3434         to support function calls,
3435         * (genDataPointerSet): fixed bug which loaded float fields in
3436         structures with corrupt data,
3437         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3438         in a standard way debug info on stderr. Feature used for developing
3439         and debugging only,
3440         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3441         obsolete chunks of code,
3442         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3443         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3444         * pic16/src/pcode.c (pic16_newpCodeInfo,
3445         * (pic16_newpCodeOpLocalRegs),
3446         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3447         feature,
3448         * (pic16_pCodeConstString): printing of the initial value of a
3449         symbol as a comment is inhibited since parsing was already done by
3450         copyStr and output is corrupt,
3451         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3452
3453 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3454
3455         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3456
3457 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3458
3459         * as/mcs51/lkarea.c: removed old K&R style,
3460           (lnksect): changed check on boundary error,
3461           (lnksect2): changed check on boundary error,
3462           (lnksect2): extend XSTK to end of page if size = 1
3463         * as/mcs51/lkmain.c: removed old K&R style,
3464           (Areas51): create l_IRAM symbol
3465         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3466         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3467           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3468         * device/lib/_mullong.c: added version to be compiled with xstack
3469         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3470         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3471         * device/lib/mcs51/crtxstack.asm: fixed comment
3472         * src/SDCCglue.c: maxInterrupts defaults to 0,
3473           (emitMaps): added pdata,
3474           (createInterruptVect): (re)moved default,
3475           (glue): added pdata,
3476           (glue): moved __start__xstack to XSTK with default size 1
3477         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3478           and options.float_rent when options.stackAuto is set,
3479           (linkEdit): only write XDATA_NAME if provided on command line
3480         * src/SDCCmem.h,
3481         * src/SDCCmem.c: added pdata
3482         * src/port.h: added pdata_name to PORT
3483         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3484           (saveRegisters, unsaveRegisters): removed usage of B,
3485           (genMinus): fixed accumulator clash,
3486           (genJumpTab): added comment, this needs another look
3487         * src/mcs51/gen.c: added check for "B in use" paranoia,
3488           added pushB() and popB()
3489         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3490           chance
3491         * src/avr/main.c,
3492         * src/ds390/main.c,
3493         * src/hc08/main.c,
3494         * src/mcs51/main.c,
3495         * src/pic/main.c,
3496         * src/pic16/main.c,
3497         * src/xa51/main.c,
3498         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3499           added PSEG (PAG,XDATA) or NULL to port specifier
3500         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3501         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3502           (_mcs51_genInitStartup): removed __start__xstack equ,
3503           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3504         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3505         * src/z80/gen.c (_rleAppend): fixed warnings
3506         * support/regression/tests/zeropad.c: added pdata test
3507         * .version: bumped to 2.4.6
3508
3509 2004-10-17 Borut Razem <borut.razem AT siol.net>
3510
3511         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3512         as a part of nightly build
3513
3514 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3515
3516         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3517         WREG holds the first byte function parameters,
3518         * (aopForSym): take special case for symbols which are in FARSPACE
3519         but in CODESPACE too,
3520         * (assignResultValue): modified to take into account _G.useWreg,
3521         * (genCall): don't use wreg for parameter passing when function is
3522         declared as reentrant, too, added optimization INCF to stack
3523         pointer when stack parameter count is 1,
3524         * (genFunction, genEndFunction): refurnished and fixed to not using
3525         wreg for passing parameters when function has varargs or is
3526         reentrant, fixed bug with symbol name compare for generating
3527         functions in absolute address,
3528         * (pic16_storeForReturn): refurnished,
3529         * (genCmp): began writing a new version of the function, not ready
3530         yet, therefore it is disabled,
3531         * (genAssign): do not read code memory when assigning a function to
3532         a pointer function,
3533         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3534         array of characters, not pointer,
3535         * (pic16initialComments): in debug mode emit an .ident directive for
3536         the assembler,
3537         * (_process_pragma): emit a new warning type (internal to pic16)
3538         when setting stack to default length, emit a similar warning when
3539         placing a function at absolute address and address is not word aligned
3540         * (_pic16_parseOptions): added 'return TRUE' statement,
3541         * (_pic16_linkEdit): if compiling a source, then add the source's
3542         file object, first in the list of objects to link,
3543
3544 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3545
3546         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3547         * src/pic/main.c : removed VC warning.
3548         * src/pic/gen.c : changed comment.
3549
3550 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3551
3552         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3553         reference to a deprecated symbol _GPTRREG was causing failure to
3554         link. Thanks G. M. Gallant for the info.
3555
3556 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3557
3558         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3559         comments for Bugs item #954788.
3560
3561 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3562
3563         * src/pic16/device.c (pic16_dump_gsection,
3564         * pic16_groupRegistersInSection): handle symbols declared to be in
3565         access bank differently,
3566         * src/pic16/gen.c (struct _G): added field resDirect,
3567         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3568         send values read from stack directly to result and don't allocate
3569         temporary values,
3570         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3571         same registers,
3572         * (pic16_sameRegsOfs): NEW,
3573         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3574         free because they were not allocated from temporary pool,
3575         * pic16_popRegFromString): workaround to fix a problem with
3576         allocating variables twice or never,
3577         * (genGenPointerGet): using PRODL instead of FSR0H,
3578         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3579         instead of FSR0H,
3580         * (genAssign): take advantage of the _G.resDirect flag,
3581         * (genCast): around line 11844, use mov2f instead of directly
3582         MOVFF'ing between operands to account for literal values,
3583         * src/pic16/genutils.c: some new debug functions for gpsim have been
3584         added,
3585         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3586         float with integer part only,
3587         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3588         place variables in access bank
3589         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3590         updated sources to reflect recent changes in gen.c
3591
3592 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3593
3594         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3595         sources that searched for headers in installation path, now the
3596         device/include/pic16 is used,
3597         * src/pic16/glue.c (pic16glue),
3598         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3599         .line directives if not in debug mode, this suppresses assembler's
3600         warnings for ignored directives
3601
3602 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3603
3604         * src/port.h: made reset_regparms prototype void parameter explicit.
3605         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3606         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3607         * doc/sdccman.lyx: documented warning disabling and how to use
3608           printf_large to make it print floats.
3609         * device/include/stdbool.h: NEW
3610         * device/lib/_atof.c,
3611         * device/lib/_divuint.c,
3612         * device/lib/_divulong.c,
3613         * device/lib/expf.c,
3614         * device/lib/printf_large.c,
3615         * device/lib/sincosf.c,
3616         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3617         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3618           a completely reentrant lib.
3619
3620 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3621
3622         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3623         * device/include/pic16/stdio.h: fixed bug with colon
3624
3625 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3626
3627         * device/include/pic16/stdio.h,
3628         * device/include/pic16/stdlib.h,
3629         * device/include/pic16/math.h: NEW
3630         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3631         declared as _naked to reduce overhead
3632         * device/lib/Makefile.in (target port-specific-objects-pic16):
3633         changed * to *.* so to ignore the CVS directory,
3634         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3635         stacked variables back in stack,
3636         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3637         corruption
3638
3639 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3640
3641         * .version: bumped version number to 2.4.5
3642         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3643         * support/Util/SDCCerr.c (messages structure): added entry for
3644         W_POSSBUG2
3645
3646         Large cumulative patch for pic16 port and libraries.
3647         * device/include/pic16/sdcc-lib.h,
3648         * device/include/pic16/stdarg.h,
3649         * device/include/asm/pic16/features.h,
3650         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3651         * device/include/pic16/float.h: changes reentrant keyword with
3652         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3653         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3654         updated target build-libraries to include objects from gptr,
3655         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3656         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3657         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3658         all function headings,
3659         * src/SDCCmain.c: added global parameter userIncDirsSet,
3660         * (parseCmdLine): when option -I is encountered add directory to
3661         userIncDirsSet too,
3662         * src/version.awk: added space between control and long,
3663         * src/pic16/NOTES: added some notes for the port,
3664         * src/pic16/gen.c: added prototype for mov2fp function,
3665         * (fReturnpic16[]): properly named return value registers,
3666         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3667         * (aopForSym): added code to handle symbols with onStack flag set,
3668         symbols onStack are allocated PTRSIZE bytes,
3669         * (aopFreeAsmop): handles special case where asmops are stack objects,
3670         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3671         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3672         added argument lock to trace flaws in allocating temporary registers
3673         when developing port,
3674         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3675         * (pic16_popRegFromString): reenabled allocating a direct register
3676         from string,
3677         * (assignResultValue): various beautifications,
3678         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3679         referenced function argument,
3680         * (genIpush): reenabled to allow stacked arguments, handles only
3681         ic->parmPush iCodes,
3682         * (genCall, genPcall): major changes to allow for variable argument
3683         functions, fixed a bug with falsely restoring stack pointer after
3684         returning from call,
3685         * (genFunction): pending code for critical function,
3686         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3687         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3688         * (genNearPointerGet): fixed bug with indirect reading, was always
3689         reading from INDF0
3690         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3691         pointers,
3692         * (genAddrOf): rewrote code to take address of a stacked function parameter
3693         * (genCast): fixed casting to generic pointer type,
3694         * src/pic16/gen.h: added AOP_STA,
3695         * (struct asmop): added field stk,
3696         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3697         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3698         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3699         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3700         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3701         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3702         generic pointers,
3703         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3704         and library paths,
3705         * (pic16_port structure): generic pointer size is set to 3,
3706         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3707         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3708         compiler warning,
3709         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3710         operand is an iTemp,
3711
3712 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3713
3714         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3715         * debugger/mcs51/simi.c: addapt new syntax of s51
3716
3717 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3718
3719         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3720         * src/pic16/pcode.c: commented out some calls to free() in order to
3721         fix bug #989576,
3722
3723 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * src/SDCCicode.h,
3726         * src/SDCCicode.c (isiCodeInFunctionCall),
3727         * src/avr/ralloc.c (selectSpil),
3728         * src/pic/ralloc.c (selectSpil),
3729         * src/pic16/ralloc.c (selectSpil),
3730         * src/ds390/ralloc.c (selectSpil),
3731         * src/hc08/ralloc.c (selectSpil),
3732         * src/xa51/ralloc.c (selectSpil),
3733         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3734         stack in the middle of a function call sequence (fixes bug #1020268)
3735         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3736         costs associated with the minimum switch case.
3737
3738 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3739
3740         * src/SDCC.lex: fixed bug #1030549
3741
3742 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3743
3744         * src/SDCCcse.h (struct cseDef),
3745         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3746         over a function call if the CSE is derived from a symbol whose
3747         address has been taken (fixes bug #1029883)
3748         * support/regression/tests/bug-1029883: a new regression test for
3749         this bug
3750
3751 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3752
3753         * src/hc08/gen.c (emitinline): fixed bug #1029778
3754         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3755         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3756         and starts toward RFE #905167)
3757
3758 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3759
3760         * src/pic16/gen.c (mov2f): New function to move an operand to
3761         another without considering if it is a literal or a register,
3762         * (pic16_sameRegs): don't check if they are both AOP_REG,
3763         * (AccRsh): removed andmask=0 lines,
3764         * (genLeftShift): duplicated to be improved in future versions,
3765         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3766         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3767         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3768         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3769         * (insertBankSwitch): fixed inserting banksel directives algorithm
3770         for instructions that follow a skip instruction, this fixes a report
3771         for broken subtraction code generation,
3772         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3773         iCode is a left op, just in case result and right share the same
3774         registers
3775
3776 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3777
3778         * src/hc08/main.c,
3779         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3780         preservation of HX
3781         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3782         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3783         on 2004-09-12; it was buggy
3784
3785 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3786
3787         * src/SDCCsymt.h: removed RESULT_CHECK
3788         * src/SDCCast.c,
3789         * src/SDCCglue.c,
3790         * src/SDCCval.c,
3791         * src/pic/glue.c,
3792         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3793
3794 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3795
3796         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3797         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3798         configuration values no more rejected by compiler, they are assigned
3799         to configuration registers with a warning message instead,
3800         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3801         the for-loop so last conf register is emitted too,
3802         * (_pic16_initPaths): link library libsdcc.lib by default,
3803         * (_hasNativeMulFor): modified test for multiplication according to
3804         Raphael Neider's remarks. Integer multiplication is also done with
3805         support functions,
3806         * device/include/pic16/pic18fregs.h: corrected type error in while
3807         testing and including 18f6720 header file
3808
3809 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3810
3811         * src/pic16/device.h (pic16_options): removed field use_crt,
3812         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3813         until an optimization to handle single bits is added,
3814         * (pic16_loadFSR0): moved before genUnpackBits,
3815         * (genAnd): some white lines removed,
3816         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3817         leave_reset flags in pic16_options when using crt modules,
3818
3819 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3820
3821         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3822           for bugs 898889 & 979599. Also used some safer print instructions.
3823
3824 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3825
3826         * src/pic16/device.h (pic16_options_t): added field use_crt,
3827         crt_name, no_crt,
3828         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3829         catch a probable future bug,
3830         * src/pic16/gen.c: aopIdx function commented out,
3831         * (genAssign): commented out old code which used aopIdx,
3832         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3833         code, added if conditionals to take into account the --use-crt
3834         command line options,
3835         * src/pic16/main.c (pic16_optionsTable): added new command line
3836         options, --use-crt= and --no-crt,
3837         * (_pic16_linkEdit): now the proper crt object is added in the
3838         linker command line except than when --no-crt is specified,
3839         * src/pic16/pcode.c,
3840         * src/pic16/pcode.h: added some structures and functions for a new
3841         optimization scheme to compansate for instruction overhead between
3842         same iCodes, this scheme is currently under development and is not
3843         working in any way,
3844         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3845         to && operator,
3846         * device/lib/pic16/startup/crt0i.c,
3847         * device/lib/pic16/startup/crt0iz.c: added global char variable
3848         __uflags to force the generation of an idata section
3849
3850 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3851
3852         * doc/Makefile,
3853         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3854         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3855
3856 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3857
3858         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3859         Frieder) and clarified the default code optimization mode
3860
3861 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3862
3863         * src/SDCC.lex (doPragma, process_pragma),
3864         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3865         "opt_code_size", and "opt_code_balanced"
3866         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3867         regrouped options by category, added support for category headers
3868         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3869         and "--opt-code-size"
3870         * doc/sdccman.lyx: documented these new options and pragmas
3871         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3872         preference into account
3873
3874 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3875
3876         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3877           geniCodePreDec): Fixed bug 904237 by generating a warning
3878         * src/SDCCerr.h,
3879         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3880
3881 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3882
3883         * src/pic/device.c : When no max ram set validate full memory range.
3884         * src/pic/pcode.c,
3885         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3886
3887 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3888
3889         * device/lib/_gptrget.c,
3890         * device/lib/_gptrput.c: updated comment
3891         * device/lib/calloc.c,
3892         * device/lib/free.c,
3893         * device/lib/malloc.c,
3894         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3895         * src/SDCCcse.c (cseBBlock),
3896         * src/SDCCicode.c (printOperand, geniCodeArray),
3897         * src/SDCCicode.h (struct operand): fixed bug 868103
3898         * support/regression/tests/bug-868103.c: added
3899         * src/SDCCast.c (searchLitOp),
3900         * src/SDCCcse.h (struct cseDef),
3901         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3902         * src/SDCCicode.h (struct operand),
3903         * src/SDCCsymt.h (struct sym_link),
3904         * src/avr/gen.c (hasInc),
3905         * src/ds390/gen.c (hasInc),
3906         * src/hc08/gen.c (genPlusIncr, hasInc),
3907         * src/mcs51/gen.c (hasInc),
3908         * src/pic16/glue.c (pic16_printIvalChar),
3909         * src/pic16/ralloc.c (regWithIdx),
3910         * src/xa51/gen.c (hasInc) : removed warnings
3911         * src/SDCCast.c (createBlock): added comment ???
3912         * src/hc08/ralloc.c: updated comments
3913
3914 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3915
3916         * doc/sdccman.lyx: updated section on switch statements, added
3917         section about semaphore locking
3918         * doc/Makefile: added option -info for latex2html
3919         * device/lib/_gptrget.c,
3920         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3921
3922 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3923
3924         * src/pic/device.h,
3925         * src/pic/device.c,
3926         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3927          maxram is less than 0x100.
3928
3929 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3930
3931         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3932
3933 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3934
3935         * src/port.h,
3936         * src/mcs51/main.c,
3937         * src/ds390/main.c,
3938         * src/z80/main.c,
3939         * src/hc08/main.c,
3940         * src/pic/main.c,
3941         * src/pic16/main.c,
3942         * src/avr/main.c,
3943         * src/xa51/main.c
3944         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3945         a jump table is the best form for a switch statement, including
3946         automatic insertion of missing cases to make the case range
3947         continuous. Developed in collaboration with Frieder Ferlemann.
3948
3949 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3950
3951         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3952         accumulator result if it needs sign extension
3953
3954 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3955
3956         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3957
3958 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3959
3960         * device/lib/gbz80/printf.c,
3961         * device/lib/z80/printf.c: removed define for NULL
3962
3963 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3964
3965         * as/xa51/xa_link.c,
3966         * device/examples/ds390/ow390/ad26.c,
3967         * device/examples/ds390/ow390/cnt1d.c,
3968         * device/examples/ds390/ow390/counter.c,
3969         * device/examples/ds390/ow390/ds2480.h,
3970         * device/examples/ds390/ow390/ds2480ut.c,
3971         * device/examples/ds390/ow390/findtype.c,
3972         * device/examples/ds390/ow390/gethumd.c,
3973         * device/examples/ds390/ow390/owllu.c,
3974         * device/examples/ds390/ow390/ownetu.c,
3975         * device/examples/ds390/ow390/swt12.c,
3976         * device/examples/ds390/ow390/swtloop.c,
3977         * device/examples/ds390/ow390/temp.c,
3978         * device/examples/ds390/ow390/temp10.c,
3979         * device/examples/ds390/ow390/thermo21.c,
3980         * device/examples/ds390/ow390/tinilnk.c,
3981         * device/examples/ds390/ow390/tstfind.c,
3982         * device/examples/serialcomm/windows/serial.cpp,
3983         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3984         * device/include/reg51.h: fixed line endings for cvs
3985
3986 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3987
3988         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3989         packRegsForAccUse, packRegisters): new accumulator register
3990         packing algorithm
3991         * support/regression/ports/hc08/support.c (_putchar): suppress
3992         warning of unused variable
3993         * src/SDCCicode.c: added SWAP entry to codeTable
3994
3995 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3996
3997         * device/lib/sprintf.c: forgot to add this file before previous commit
3998
3999 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
4000
4001         * src/pic16/gen.c (genPackBits): added operand right in function
4002         parameters, load result directly if p_type is POINTER (that is
4003         called by genNearPointerSet)
4004         * (genUnPackBits): added operand left in function parameters,
4005         * (genNearPointerGet, genNearPointerSet): prevent the loading of
4006         FSR0 if accessing bitfields,
4007
4008 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
4009
4010         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
4011           _print_format; updated printf, sprintf, vsprintf
4012         * device/include/asm/default/features.h: corrected comment/define
4013         * device/lib/Makefile.in: added sprintf.c
4014         * device/lib/libsdcc.lib: added sprintf module
4015         * device/lib/printf_large.c,
4016         * device/lib/vprintf.c,
4017         * device/lib/sprintf.c: totally refactored printf_large and vprintf
4018           into these 3 files
4019         * support/regression/Makefile: changed ALL_PORTS into a usefull default
4020         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
4021         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
4022           hc08 test
4023         * support/regression/tests/zeropad.c: define idata as data for hc08
4024
4025 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4026
4027         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
4028         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
4029         labels are referenced at least once (even if a reference is not found)
4030         * src/hc08/gen.c (emitcode): set isComment flag for comments
4031         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
4032         loads), rules 6a..6b (optimize jumps to return)
4033
4034 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4035
4036         * device/lib/acosf.c (acosf),
4037         * device/lib/asinf.c (asinf),
4038         * device/lib/atanf.c (atanf),
4039         * device/lib/ceilf.c (ceilf),
4040         * device/lib/cosf.c (cosf),
4041         * device/lib/coshf.c (coshf),
4042         * device/lib/cotf.c (cotf),
4043         * device/lib/fabsf.c (fabsf),
4044         * device/lib/floorf.c (floorf),
4045         * device/lib/log10f.c (log10f),
4046         * device/lib/logf.c (logf),
4047         * device/lib/sinf.c (sinf),
4048         * device/lib/sinhf.c (sinhf),
4049         * device/lib/sqrtf.c (sqrtf),
4050         * device/lib/tanf.c (tanf),
4051         * device/lib/tanhf.c (tanhf),
4052         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
4053         replaced all instances of "reentrant" in the library functions
4054         defined in math.h with this macro.
4055         * support/regression/tests/float_trans.c: reenabled test for hc08
4056
4057 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
4058
4059         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
4060         erroneously deleted
4061
4062 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4063
4064         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
4065         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
4066         multi-byte volatile operands are used
4067         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
4068         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
4069         initialization to area GSINIT0 so that it would always precede
4070         any static initializers in GSINIT
4071         * support/regression/tests/zeropad.c: fixed idata define for hc08
4072         * support/regression/tests/bug-927659.c,
4073         * support/regression/tests/float_trans.c: disabled tests for hc08
4074         pending missing library routines
4075         * .version: increased version number to 2.4.4 - hc08 port now passes
4076         regression tests
4077
4078
4079 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
4080
4081         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
4082         * Makefile.common.in,
4083         * as/Makefile,
4084         * as/hc08/Makefile.in,
4085         * as/mcs51/Makefile.in,
4086         * as/z80/Makefile.in,
4087         * debugger/mcs51/Makefile.in,
4088         * device/include/Makefile.in,
4089         * device/lib/Makefile.in,
4090         * doc/Makefile,
4091         * link/Makefile,
4092         * link/z80/Makefile.in,
4093         * packihx/Makefile.in,
4094         * sim/ucsim/main_in.mk,
4095         * sim/ucsim/avr.src/Makefile.in,
4096         * sim/ucsim/doc/Makefile.in,
4097         * sim/ucsim/gui.src/serio.src/Makefile.in,
4098         * sim/ucsim/hc08.src/Makefile.in,
4099         * sim/ucsim/s51.src/Makefile.in,
4100         * sim/ucsim/xa.src/Makefile.in,
4101         * sim/ucsim/z80.src/Makefile.in,
4102         * src/Makefile.in,
4103         * support/cpp2/Makefile.in,
4104         * support/librarian/Makefile,
4105         * support/makebin/Makefile: added DESTDIR to the install path proposed
4106         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
4107         * doc/sdccman.lyx: added DESTDIR documentation
4108
4109 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
4110
4111         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
4112         instruction for interrupt handlers, use fast returns when returning
4113         from high priority interrupts
4114
4115 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4116
4117         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
4118         code generation
4119         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
4120         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
4121         bugs, ported much of Bernhard's code from mcs51
4122         * src/mcs51/gen.c (genSend),
4123         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
4124         than one when calling a reentrant function
4125         * device/lib/_mullong.c: defined an alternate struct layout for big
4126         endian ports (hc08)
4127
4128 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4129
4130         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
4131         test
4132
4133 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4134
4135         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
4136         are sane and complete before asking the port its prefered parameter
4137         passing method (fixes bug #1017633)
4138         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
4139         and _ret3
4140
4141 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4142
4143         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
4144         problem in bitfields >= 8 bits.
4145
4146 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4147
4148         * src/SDCCsymt.c: undid changes that were not meant to be committed
4149
4150 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4151
4152         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
4153
4154 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
4155
4156         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
4157           copied and wrong bit got inverted
4158
4159 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4160
4161         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
4162         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
4163         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
4164         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
4165         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
4166         assignments to bitfields at known addresses
4167         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
4168         reads from bitfields at known addresses
4169         * src/hc08/ralloc.c (packRegisters),
4170         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
4171         genhc08Code): optimize pointer get values used as conditionals
4172         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
4173         and branch
4174
4175 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4176
4177         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
4178         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
4179         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
4180         as conditionals
4181
4182 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4183
4184         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
4185
4186 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4187
4188         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
4189         related problems
4190
4191 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
4192
4193         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
4194
4195 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4196
4197         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
4198         mcs51 port
4199
4200 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
4201
4202         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
4203
4204 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4205
4206         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
4207         cases use more compact code.
4208
4209 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
4210
4211         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
4212
4213 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4214
4215         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4216
4217 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4218
4219         * src/SDCCsymt.h,
4220         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4221         parameter of changePointer() from symbol* to sym_link*
4222         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4223         * src/SDCCsymt.c (compareType): void* type is castable to other
4224         pointers, but not necesarily an exact match.
4225         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4226         is no longer blindly treated as an exact match.
4227         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4228
4229 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4230
4231         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4232
4233 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4234
4235         * src/pic/gen.c,
4236         * src/pic/pcode.c,
4237         * src/pic/ralloc.h,
4238         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4239
4240 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4241
4242         * src/pic/device.c,
4243         * src/pic/device.h,
4244         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4245
4246 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4247
4248         * src/mcs51/gen.c (emitcode): fixed bug #992819
4249
4250 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4251
4252         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4253           there's no need to make it worse
4254
4255 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4256
4257         * src/mcs51/ralloc.c (deassignLR),
4258         * src/ds390/ralloc.c (deassignLR),
4259         * src/hc08/ralloc.c (deassignLR),
4260         * src/z80/ralloc.c (deassignLR),
4261         * src/pic/ralloc.c (deassignLR),
4262         * src/pic16/ralloc.c (deassignLR),
4263         * src/avr/ralloc.c (deassignLR),
4264         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4265         rlivePoint): fixed another part of bug #971834
4266
4267 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4268
4269         * src/z80/main.c: enabled "critical" keyword
4270         * src/z80/mappings.i,
4271         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4272         functions (fixes bug #979646)
4273         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4274
4275 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4276
4277         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4278           such as c:\mydir.
4279
4280 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4281
4282         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4283           doesn't disable too much optimizations
4284
4285 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4286
4287         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4288
4289 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4290
4291         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4292
4293 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4294
4295         * src/pic/gen.c tidied up tabs
4296         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4297         * src/pic/main.c tidied up tabs
4298         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4299         * src/pic/pcoderegs.c tidied up tabs
4300         * src/pic/ralloc.c tidied up tabs
4301
4302 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4303
4304         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4305         to S_FIXED for pic16 port and when symbol is not in level 0,
4306         allocate for S_REGISTER storage class and pic16 port, too,
4307         * src/pic16/device.h: prototype for checkSym,
4308         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4309         * (pic16_assignConfigWordValue): test the value and the mask to
4310         validate that the value is suitable for the configuration word,
4311         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4312         collect extern declared symbols, don't emit symbol twice, check
4313         first if symbol is in publics set first,
4314         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4315         * added command line '--fstack' which enables an experimental
4316         feature for stack access, too buggy to be used yet...
4317         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4318         * (pic16_allocDirReg): when register has storage class S_REGISTER
4319         allocate in pic16_dynAccessRegs,
4320         * device/include/pic16/pic18f????.h: modified configuration word
4321         naming convention, words started as CONFIG0H but should be CONFIG1H
4322
4323 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4324
4325         * device/include/mcs51reg.h: fixed bug 970993
4326
4327 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4328
4329         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4330         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4331         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4332         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4333         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4334         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4335           error/warning numbers,
4336           added function setWarningDisabled()
4337         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4338         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4339           _memcmp.c _memmove.c calloc.c realloc.c free.c
4340         * support/regression/tests/malloc.c: added tests for new functionality
4341         * support/regression/tests/zeropad.c: added tests for truncated initializers
4342           and initialized char arrays starting with '\x0'
4343         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4344
4345 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4346
4347         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4348
4349 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4350
4351         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4352         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4353         peephole 177.e. Thanks to anonymous
4354
4355 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4356
4357         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4358         function isn't used in the source but referenced as a
4359         variable initializer then declare it as extern in .asm file
4360
4361 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4362
4363         * .version: increased version number to 2.4.3
4364
4365         Adding version extension according to ChangeLog CVS revision
4366         * src/Makefile.in (target all): added dependency 'version.h'
4367         * (rule version.h): added rule to create version.h from ChangeLog,
4368         * (rule dep): added dependency version.h,
4369         * src/version.awk: AWK script to create version.h
4370         * src/SDCCdwarf2.c (dwWriteModule),
4371         * src/SDCCglue.c (initialComments),
4372         * src/SDCCmain.c (printVersionInfo): modified to write after
4373         version string the version extension number,
4374         * src/SDCCutil.c: included "version.h"
4375         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4376         number,
4377         * src/SDCCutil.h: added prototype for getBuildNumber
4378
4379         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4380         includeDirsSet, too,
4381         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4382         const char [] is found in function prototype...
4383
4384         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4385         moving to WREG with source is already in WREG,
4386         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4387         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4388         * (aopForSym): stack'ed symbols are partially supported, added
4389         if-clause to support symbols in FARSPACE,
4390         * (sameRegs): added test for AOP_ACC to see if registers are same,
4391         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4392         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4393         * (pic16_popRegFromString): will not allocate a new register if it
4394         doesn't find one by name, bug may have introduced...
4395         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4396         * (genIpush): revived to use pic16 port's stack,
4397         * (genAddrOf): added incomplete case for stack'ed operand,
4398         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4399         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4400         can handle multibyte operands,
4401         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4402         * (pic16initialComments): added message for MPLAB compatibility
4403         mode enabled,
4404         * src/pic16/main.h: prototype for pic16_mplab_comp,
4405         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4406         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4407         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4408         because of increased complexity of procedure,
4409         * (_process_pragma): stack pragma changed to format 'stack pos len',
4410         emit symbol '_stack_end' to conform with gplink,
4411         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4412         to search for register,
4413         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4414         PO_GPR_REGISTER,
4415         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4416         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4417         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4418         case for PO_GPR_REGISTER,
4419         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4420         dies, the new era is ahead !...
4421         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4422         pic16_dynInternalRegs,
4423         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4424         * (pic16_allocDirReg): minor optimizations and bug fixes,
4425         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4426
4427         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4428         load stack and frame pointer with address of 'stack_end' symbol
4429
4430 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4431
4432         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4433         without source code but only variable initializers
4434
4435 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4436
4437         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4438         external are not declared as extern to reduce overhead while linking
4439
4440 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4441
4442         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4443
4444 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4445
4446         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4447           Yee Keat for the patch
4448         * src/SDCCast.c (decorateType): fixed bug #979599
4449         * src/ds390/gen.h: removed local fReturnSizeDS390
4450         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4451         * src/ds390/gen.c (genAnd, genOr, genXor),
4452         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4453
4454 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4455
4456         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4457         add relFilesSet to $3, manipulate $2 to handle linking of object
4458         files without source files in command line,
4459         * device/include/pic16 (all headers): added ID location macros,
4460         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4461         entries for ID location bytes,
4462         * (pic16_assignIdByteValue): NEW,
4463         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4464         added field dumpcalltree to pic16_options_t,
4465         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4466         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4467         emitting rFalseIfx label after check_carry label,
4468         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4469         pic16_emitDIRegs), NEW
4470         * (pic16glue): dump .calltree file when option --calltree found,
4471         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4472         * (_pic16_genAssemblerPreamble): emit ID locations after
4473         configuration registers,
4474         * (pic16_linkCmd): modifications of the link command,
4475         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4476         * (pic16_pCodeInitRegisters): don't init stack registers,
4477         * (pic16_findPrevInstruction): fixed bug,
4478         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4479         bug with immediate registers,
4480         * (buildCallTree): traces stack push and pop,
4481         * (pct2): dump also stack usage for each function,
4482         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4483         * (pic16_allocDirReg): various modifications,
4484         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4485         fixed to 1,
4486
4487 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4488
4489         * src/pic16/pcode.c: removed buggy double colon
4490
4491 2004-07-01 Borut Razem <borut.razem AT siol.net>
4492
4493         * support/scripts/sdcc.nsi: added include/pic16 to setup
4494
4495 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4496
4497         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4498         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4499         target 'clean',
4500         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4501         specific command line arguments. Also added sample lkr script
4502         for placing a variable at a specific memory bank.
4503         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4504         at a specific memory bank,
4505         * (pic16_dump_isection): fixed bug which caused string literals to
4506         be omitted when dumping idata section,
4507         * (pic16_groupRegistersInSection): added code to handle registers
4508         in specific memory banks,
4509         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4510         public, all references are renamed too,
4511         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4512         AOP_DPTR2,
4513         * (pic16_storeForReturn): added case to handle when dest is WREG,
4514         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4515         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4516         pic16_rel_udata, check to see if that register is marked as being
4517         a member of a specific memory bank,
4518         * (pic16_printIvalCharPtr): added code to add string literals either
4519         to code or the idata sections,
4520         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4521         also accept the 'udata' pragma,
4522         * src/pic16/main.h: new structure types sectName and sectSym
4523         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4524         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4525         * (pic16_findPrevInstruction): fixed, it returned nothing,
4526         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4527         instruction combinations,
4528         * (pic16_FixRegisterBanking): heavily reorganised,
4529         * (pic16_AnalyzeBanking): if generating banksel directives is
4530         disabled, then don't call FixRegisterBanking at all,
4531         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4532         completely removed,
4533         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4534
4535 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4536
4537         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4538         Phuah Yee Keat <yk.phuah AT nestac.com>
4539
4540 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4541
4542         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4543         correctly the IVT even if it is relocated to some other location
4544
4545 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4546
4547         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4548         * device/include/pic16/pic18f2220.h: NEW,
4549         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4550         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4551         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4552         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4553         nodefaultlibs, ivt_loc is the location of the interrupt vector
4554         table, and nodefaultlibs signs that default libraries should not be
4555         linked in link stage,
4556         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4557         according to --ivt-loc argument,
4558         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4559         when pragma stack is found,
4560
4561 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4562
4563         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4564         256 (range check), 257 (do while), 258.a-f (bit banging
4565         f.e. on 3-wire SPI bus)
4566
4567 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4568
4569         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4570         variables used exclusively within a loop
4571
4572 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4573
4574         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4575
4576 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4577
4578         * src/SDCClrange.c (computeClash): fixed bug #971834
4579
4580 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4581
4582         * src/mcs51/gen.c (genCmp): fixed bug #975903
4583         * src/hc08/gen.c (operandsEqu),
4584         * src/ds390/gen.c (operandsEqu),
4585         * src/z80/gen.c (operandsEqu),
4586         * src/pic/gen.c (operandsEqu),
4587         * src/pic16/gen.c (operandsEqu),
4588         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4589         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4590
4591 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4594
4595 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4596
4597         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4598         default case in switch statement,
4599         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4600         to eliminate problem with initialisation of pointers, but problem
4601         still exists,
4602         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4603         * (emitStaticSegment): removed various lines emitting debug info,
4604         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4605         added processor registers for utilizing EEPROM,
4606         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4607         configurable and set 8
4608
4609 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4610
4611         * .version: increased version number to 2.4.2,
4612
4613         Cumulative patch for pic16 port
4614         * src/pic16/device.c: changed scheme to dump initial values for
4615         variables in idata segment, all print_idata* functions were removed,
4616         now the pic16_printIval* will be called,
4617         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4618         * _pic16_printPointerType, pic16_printPointerType,
4619         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4620         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4621         NEW, similar to the respective functions in SDCCglue.c,
4622         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4623         way, emitting hex bytes,
4624         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4625
4626 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4627
4628         * src/avr/ralloc.c (serialRegAssign),
4629         * src/xa51/ralloc.c (serialRegAssign),
4630         * src/pic/ralloc.c (serialRegAssign),
4631         * src/pic16/ralloc.c (serialRegAssign),
4632         * src/hc08/ralloc.c (serialRegAssign),
4633         * src/z80/ralloc.c (serialRegAssign),
4634         * src/ds390/ralloc.c (serialRegAssign),
4635         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4636
4637 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4638
4639         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4640         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4641
4642 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4643
4644         Cumulative patch for pic16 port:
4645         * src/pic16/device.h (typedef PIC16_device) modified fields for
4646         defining microcontrollers,
4647         * src/pic16/device.c: added new info for all devices in Pics16 array,
4648         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4649         to be optimised out by the pCode optimiser,
4650         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4651         specially, bug reported by G.M. Gallant,
4652         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4653         as force'd so that cannot be optimised out by pCode optimiser,
4654         * src/pic16/pcode.c,
4655         * src/pic16/pcodepeeph.c,
4656         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4657         they are disabled by default, but can be enabled explicit with
4658         command argument --denable-peeps, for testing,
4659         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4660         --pomit-ivt in COMPILE_FLAGS
4661
4662 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4663
4664         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4665           compilation on MSVC
4666
4667 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4668
4669         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4670
4671 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4672
4673         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4674         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4675
4676 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4677
4678         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4679         would only assign 0x300001 register.
4680
4681 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4682
4683         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4684         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4685
4686 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4687
4688         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4689         for ds80c400
4690         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4691         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4692         added peephole 254 (left shift), 255 (jump table)
4693
4694 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4695
4696         * device/lib/Makefile.in: removed comment line with model-pic16,
4697         * (target port-specific-objects-pic16): the libraries and objects
4698         are copied to the build directory form the device/lib/pic16/bin
4699         directory
4700
4701         Cumulative patch concerning pic16 port:
4702         * library directory has been re-organized,
4703         * added support for PIC18F1220,
4704         * added headers and library sources for chips 18f1220,18f6520,
4705         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4706
4707         * configuration registers setting has changed, now each supported
4708         device has a complete description of the registers it uses,
4709         * all initialisations are moved to idata sections, these section
4710         can be absolute or relocatable,
4711         * fixed initialisation of codespace variables,
4712         * fixed warning about PCLATU and gpsim,
4713         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4714         * (genAssign): use table reads when assigning from variables in codespace,
4715         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4716         char/int variables placed in codespace,
4717         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4718         registers set in .asm file, no need for --pomit-config-words anymore,
4719         * (pic16glue): some 8051 legacy segments are commented out
4720         (to be removed completely),
4721         * added support for alternative assembler and linker with --asm=
4722         and --link= command line arguments,
4723         * peepholes are disabled automatically in the port, no need to
4724         specify on command line,
4725         * port supports natively char/int/long multiplication, but converts
4726         all divisions to support functions,
4727         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4728         to the file set in variable $2,
4729         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4730         strings in ASCII format and not in hex,
4731         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4732         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4733         allocate proper register if iCodes aren't temporary,
4734
4735 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4736
4737         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4738
4739 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4740
4741         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4742         is commented out
4743
4744 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4747         computed address is reused
4748         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4749         multi-byte bitfields
4750
4751 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4752
4753         * src/z80/gen.c: (genArrayInit): must check for pointers too
4754
4755 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4756
4757         * support/regression/tests/zeropad.c: never meant to commit the
4758           nestedstruct test: removed, added check for GCC version
4759
4760 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4761
4762         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4763         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4764         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4765           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4766           bugs 928906 and 954082 half-empty initializers
4767         * src/SDCCsymt.h,
4768         * src/SDCCsymt.c (getAllocSize): added for above fix
4769         * src/z80/gen.c (genArrayInit): fixed bug 741044
4770         * support/regression/tests/zeropad.c: added tests
4771
4772 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4773
4774         * src/pic16/device.c (pic16_dump_section): corrected bug which
4775         caused some symbols of the libraries to be misplaced
4776
4777 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4778
4779         * src/pic16/glue.c,
4780         * src/pic16/ralloc.h,
4781         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4782         to fix conflict with pic port
4783
4784 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4785
4786         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4787         externs configuration variables,
4788         * src/pic16/ralloc.h,
4789         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4790         prototype in header, commented out some debug messages
4791
4792 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4793
4794         * src/pic16/glue.c,
4795         * src/pic16/main.c,
4796         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4797         for gpasm COFF object generation. Thanks to D. Hawkins for
4798         his patch info
4799
4800 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4801
4802         * src/ds390/main.c,
4803         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4804         Brock for spotting this)
4805         * src/ds390/gen.c (genEndFunction),
4806         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4807         interrupt handler and critical. Disable push/pop optimizations when
4808         peephole optimizations disabled.
4809
4810 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4811
4812         Updated pic16 library sources and headers.
4813         * device/lib/pic16/pic18f*/ ,
4814         * device/include/pic16/*.h: modified to handle structured SFR
4815         definitions
4816
4817 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4818
4819         * src/port.h (PORT structure): added hook initPaths, now each
4820         port can declare its own default search paths,
4821         which can been seen with the --print-search-dirs option,
4822         see pic16 port for example,
4823         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4824         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4825         * (doPrintSearchDirs): NEW, replaces in a central manner the
4826         printing of search dirs which was split in set*Paths functions,
4827         * (main): added call to port->initPaths and doPrintSearchDirs,
4828         * src/avr/main.c,
4829         * src/ds390/main.c,
4830         * src/hc08/main.c,
4831         * src/izt/i186.c,
4832         * src/izt/tlcs900h.c,
4833         * src/mcs51/main.c,
4834         * src/pic/main.c,
4835         * src/pic16/main.c: modified port structures to reflect addition of
4836         initPaths hook,
4837
4838         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4839         * (pic16_dump_section): for registers in same address reserve memory once,
4840         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4841         to no_banksel,
4842         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4843         result is greater in size than right or left,
4844         * (pic16_genUMult8X8_8): there are some cases where the result can
4845         be 16 bits size, so handle these,
4846         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4847         * (pic16_outBitC): modified to emit pcodes,
4848         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4849         or not,
4850         * (genDivOneByte): implemented algorithm to divide 8-bits,
4851         * (genCmp): uncommented goto, but issues still exist,
4852         * (genAnd): fixed a bug with variables >8bits,
4853         * (genPackBits): optimization added that uses BCF/BSF to change a
4854         single bit,
4855         * (genAssign): fixed bug when assigning floating point literals,
4856         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4857         __sdcc_gsinit_startup label,
4858         * src/pic16/main.c (_pic16_init): removed search directory
4859         initialisations,
4860         * (_pic16_initPaths): NEW, used to initialise search directories,
4861         * (_hasNativeMulFor): support functions for all except char/int
4862         multiplication, and char division,
4863         * (PIC16_port struct): modified entry for native mul support,
4864         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4865         no_banksel option,
4866         * (buildCallTree): call to register_usage is ifdef'ed out,
4867
4868 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4869
4870         * device/include/string.h: applied Stas Sergeev's patch to make this
4871         header file compatible with the preprocessor -Wundef option
4872         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4873         failure (fixes bug #941458)
4874
4875 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4876
4877         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4878         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4879         that the variable, not the function, should be static
4880         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4881         to be consistent with non-literal case
4882
4883 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4884
4885         * src/SDCCast.c (isConformingBody): fixed bug #949967
4886         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4887         convilong): fixed bug #952086
4888
4889 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4890
4891         * src/SDCCmem.c (allocVariables): fixed bug #955321
4892
4893 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4894
4895         * src/hc08/main.c (_hc08_genAssemblerEnd),
4896         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4897         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4898         completely eliminated the use of a temporary file
4899         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4900         when more than one file linked
4901         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4902
4903 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4904
4905         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4906         which fixes bug #543481
4907         * support/regression/tests/bug-751703.c: fixed comments left from a
4908         cut and paste error
4909         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4910         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4911         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4912         scopes
4913         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4914         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4915         are now changed to underscores in moduleName
4916
4917 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4918
4919         * as/mcs51/lkmem.c: better fix for bug #954173
4920
4921 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4922         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4923
4924         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4925         * device/include/c8051f000.h,
4926         * device/include/c8051f120.h,
4927         * device/include/c8051f300.h,
4928         * device/include/c8051f310.h,
4929         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4930         PWM16) and detab'ed
4931
4932 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4933
4934         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4935         and mailing lists, doc'ed --no-peep-comments, removed reference
4936         to knoppix (newest version has no LyX/LaTeX), other minor changes
4937         * src/SDCCglue.c (glue): save 2 bytes stack space with
4938         option --main-return. The ljmp could probably be avoided too
4939
4940 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4941
4942         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4943
4944 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4945
4946         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4947         * src/SDCCopt.c (isLocalWithoutDef),
4948         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4949         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4950         (credit to Maarten Brock for patch #949363, on which this is based)
4951         * support/regression/tests/bug-751703.c: some test cases of extern used
4952         within inner scopes.
4953
4954 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4955
4956         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4957         SPEC_STRUCT
4958         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4959         struct definitions
4960         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4961         dwWriteLabel): fix to create valid debugger symbols even when
4962         the module name has non-alphanumeric symbols in it
4963         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4964         when a variable's allocation has been optimized away
4965
4966
4967 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4968
4969         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4970         * src/hc08/main.c,
4971         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4972         * src/mcs51/main.c,
4973         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4974         * src/ds390/main.c,
4975         * src/z80/gen.c (z80_emitDebuggerSymbol),
4976         * src/z80/main.c,
4977         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4978         * src/pic/main.c,
4979         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4980         * src/pic16/main.c,
4981         * src/avr/gen.c (avr_emitDebuggerSymbol),
4982         * src/avr/main.c,
4983         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4984         * src/xa51/main.c,
4985         * src/SDCCdebug.c (emitDebuggerSymbol),
4986         * src/SDCCdebug.h,
4987         * src/port.h: added a debugger struct to the port struct. Added a
4988         callback for defining debugger symbols
4989
4990         * src/SDCCast.c (createLabel),
4991         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4992         with isitmp = 1
4993         * src/SDCCicode.h,
4994         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4995         iCode back to the ast for the function
4996
4997         * src/hc08/ralloc.c (hc08_assignRegisters),
4998         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4999         unneeded fields from the regs struct.
5000         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
5001         pushReg() & pullReg() functions instead of emitcode()
5002
5003         * src/hc08/gen.c (genLabel, genhc08Code),
5004         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
5005
5006         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
5007         debugger hooks
5008
5009         * src/hc08/gen.c (genEndFunction, genhc08Code),
5010         * src/hc08/gen.h,
5011         * src/mcs51/gen.c (genEndFunction, gen51Code),
5012         * src/mcs51/gen.h,
5013         * src/ds390/gen.c (genEndFunction, gen390Code),
5014         * src/ds390/gen.h,
5015         * src/z80/gen.c (genEndFunction, genZ80Code),
5016         * src/z80/gen.h,
5017         * src/z80/z80.h,
5018         * src/pic/gen.c (genEndFunction, genpic14Code),
5019         * src/pic/gen.h,
5020         * src/pic16/gen.c (genEndFunction, genpic16Code),
5021         * src/pic16/gen.h,
5022         * src/avr/gen.c (genEndFunction, genAVRCode),
5023         * src/avr/gen.h,
5024         * src/xa51/gen.c (genEndFunction, genXA51Code),
5025         * src/xa51/gen.h,
5026         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
5027         specific code to cdbFile.c and out of the backend code generators
5028
5029         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
5030         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
5031         starting address is now 0
5032
5033         * as/hc08/asm.h,
5034         * as/hc08/m08pst.c,
5035         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
5036         assembler directive for DWARF support
5037         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
5038
5039         * src/src.dsp,
5040         * src/Makefile.in,
5041         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
5042
5043 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5044
5045         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
5046         and inappropriate peephole optimization in jump tables
5047
5048 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5049
5050         * as/hc08/m08pst.c,
5051         * src/SDCCglue.c: sdccopt works for the hc08 port now
5052
5053 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
5054
5055         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
5056
5057 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5058
5059         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
5060
5061 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5062
5063         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
5064         rules
5065         * src/SDCCmain.c,
5066         * src/SDCCglobl.h,
5067         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
5068         comments from the peephole optimizer replacement rules
5069         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
5070         symbols
5071         * src/SDCCcse.c (updateSpillLocation),
5072         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
5073         equivalents
5074         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
5075         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
5076         objects far pointers
5077
5078 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5079
5080         * src/SDCCsymt.h: a missing part of my last change
5081         * src/pic/ralloc.c (regTypeNum),
5082         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
5083
5084 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5085
5086         * src/SDCCicode.h,
5087         * src/SDCCicode.c (aggrToPtrDclType),
5088         * src/SDCCptropt.h,
5089         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
5090         ptrPseudoSymConvert),
5091         * src/pic/ralloc.c (regTypeNum),
5092         * src/pic16/ralloc.c (regTypeNum),
5093         * src/hc08/ralloc.c (regTypeNum),
5094         * src/ds390/ralloc.c (regTypeNum),
5095         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
5096         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
5097
5098 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5099
5100         * link/z80/lkmain.c (afile),
5101         * as/hc08/lkmain.c (afile),
5102         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
5103         prevent a pointer problem when a filename has no directory and
5104         no extension specified.
5105
5106 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5107
5108         * link/z80/lkmain.c (afile): allow periods in directory names
5109         * link/z80/lkmain.c (afile),
5110         * as/mcs51/lkmain.c (afile),
5111         * as/hc08/lkmain.c (afile): allow linker script file to have an
5112         extension other than ".lnk"
5113         * link/z80/lklex.c (getfid),
5114         * link/z80/lkmain.c (parse),
5115         * as/mcs51/lklex.c (getfid),
5116         * as/mcs51/lkmain.c (parse),
5117         * as/hc08/lklex.c (getfid),
5118         * as/hc08/lkmain.c (parse): Support comments in the linker script
5119         file on lines by themselves and after filenames
5120
5121 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5122
5123         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
5124
5125 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5126
5127         * src/z80/peeph-z80.def: removed some peephole rules that don't
5128         work with multibyte arithmetic (fixed bug #937126)
5129         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
5130         to registers and not global variables
5131         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
5132         geniCodePreInc, geniCodePostDec, geniCodePreDec,
5133         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
5134         checking for assignments not internally generated (fixed bug #931895)
5135         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
5136         structure member (fixed bug #930072)
5137
5138 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5139
5140         * src/SDCCmain.c (linkEdit),
5141         * src/hc08/main.c (_hc08_parseOptions),
5142         * as/hc08/Makefile.in,
5143         * as/hc08/aslink.h,
5144         * as/hc08/asm.h,
5145         * as/hc08/m08pst.c,
5146         * as/hc08/lkrloc.c (relr, rele),
5147         * as/hc08/lkarea.c (lnkarea)
5148         * as/hc08/lkmain.c (afile, parse),
5149         * as/hc08/lkelf.c: support for ELF output
5150         * as/hc08/lks19.c (s19),
5151         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
5152
5153 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5154
5155         * as/mcs51/lkihx.c: Fixed bug #899105.
5156
5157 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5158
5159         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
5160         .dsp files from Unix to DOS.
5161
5162 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5163
5164         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
5165         function pointers; we have been compliant for several months now.
5166         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
5167         change that was accidently commented out
5168         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
5169         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
5170         bug #922319
5171
5172 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5173
5174         * src/hc08/gen.c: output of all of the internal debugging information
5175         is now controlled by the D() macro; it is disabled by default
5176
5177 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5178
5179         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
5180         harder to keep the same registers during a CAST iCode
5181         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
5182         long via int can be done in a single cast, if the signedness is
5183         correct.
5184         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
5185         putchar() in tinibios.c in ds390's library
5186
5187 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
5188
5189         * src/SDCCast.c (decorateType): fixed bug #898889,
5190         cast result of a literal complement too
5191         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
5192         fixed check for bitfields
5193
5194 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
5195
5196         * src/SDCCicode.c (geniCodeLogic): made it static,
5197         (geniCodeLogicAndOr): added in order to fix bug #905492,
5198         (ast2iCode): fixed bug #905492
5199         * support/regression/tests/bug-905492.c: added
5200         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
5201         (processParms): fixed bug #927659: don't copy parms, this will clear
5202         decorated flag
5203         * support/regression/tests/bug-927659.c: added
5204
5205 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
5206
5207         * src/SDCCast.c (addCast): don't cast float to char
5208         * device/lib/libsdcc.lib: added _memmove
5209
5210 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
5211
5212         * device/lib/large/Makefile: fixed parallel execution by
5213         replacing `make` by `$(MAKE)`
5214
5215 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5216
5217         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5218         offsets (fixes bug #923936)
5219
5220 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5221
5222         * device/lib/small/Makefile: fixed parallel execution by
5223         replacing `make` by `$(MAKE)`
5224
5225 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5226
5227         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5228
5229 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5230
5231         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5232         * src/regression/Makefile: Regression test was not running.
5233
5234 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5235
5236         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5237         complement if possible
5238         * src/SDCCval.c (valComplement),
5239         * src/SDCCicode.c (operandOperation): fixed complement of literal
5240         * support/regression/tests/onebyte.c (testComplement): added
5241
5242 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5243
5244         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5245         return an optimized tree; actually replace actParm with the new tree
5246         * src/SDCCast.h: added some parantheses to remove side effects
5247         * support/regression/tests/bug-920866.c
5248
5249 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5250         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5251         Bit operands were not being handled properly in the pic14 port.
5252         (now src/regression/add.c passes again).
5253
5254 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5255
5256         * src/SDCC.y (labeled_statement): case and default no longer require
5257         a following statement (RFE #893037)
5258
5259 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5260
5261         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5262         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5263         disabled (fixes bug #916294)
5264         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5265         "mov a,acc"; patch provided by Lenny Story
5266         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5267
5268 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5269
5270         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5271         functions
5272         * src/ds390/gen.c (genFunction, genEndFunction),
5273         * src/ds390/ralloc.c (ds390_assignRegisters),
5274         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5275         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5276         pushed if there are parameters passed on the stack. Also, a cleaner
5277         way to decide if r0/r1 should be pushed/popped. (Together they fix
5278         bug #918693)
5279
5280 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5281
5282         * doc/sdccman.lyx,
5283         * device/lib/mcs51/crtpagesfr.asm,
5284         * device/lib/mcs51/crtxinit.asm,
5285         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5286         to avoid confusion with Si Lab's SFRPAGE register.
5287
5288 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5289
5290         * src/SDCCglue.c (emitMaps): allow public sfr variables
5291         * src/SDCCglue.c (initialComments): include compiler build date
5292         with compiler version and put the timestamp of the generated
5293         assembly file on a serperate line to be less confusing.
5294         * src/port.h: added genInitStartup hook
5295         * src/avr/main.c,
5296         * src/ds390/main.c,
5297         * src/hc08/main.c,
5298         * src/pic/main.c,
5299         * src/pic16/main.c,
5300         * src/xa51/main.c,
5301         * src/z80/main.c: genInitStartup initialize as NULL (default to
5302         historical behaviour)
5303         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5304         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5305         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5306         library instead of hard coding it into the compiler.
5307         * support/regression/ports/mcs51-stack-auto/spec.mk,
5308         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5309         * device/lib/mcs51/Makefile,
5310         * device/lib/small/Makefile,
5311         * device/lib/large/Makefile,
5312         * device/lib/mcs51/crtpagesfr.asm,
5313         * device/lib/mcs51/crtstart.asm,
5314         * device/lib/mcs51/crtxclear.asm,
5315         * device/lib/mcs51/crtxinit.asm,
5316         * device/lib/mcs51/crtclear.asm,
5317         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5318         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5319         and into user configurable files.
5320         * device/lib/clean.mk: clean mcs51 directory too
5321         * support/regression/tests/longlit.c: added static to T1 declaration
5322         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5323         accesses in the initialization code
5324
5325 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5326
5327         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5328         OSCTRIMVAL as noted in bug #916008
5329
5330 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5331
5332         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5333         in loops with multiple exits (reported as incorrect registers
5334         used by Martin Helmling in Sdcc-user list)
5335
5336 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5337
5338         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5339         made ds390 register extensions look less like error messages
5340
5341 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5342
5343         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5344         reported by Adam Wozniak in Sdcc-user list
5345
5346 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5347
5348         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5349         arithmetic optimizations, added debug output
5350
5351 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5352
5353         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5354         * sdcc.spec: updated and split sdcc into 3 rpms
5355         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5356         needed for literals of LEFT_OP and '+'
5357         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5358         introduced RESULT_TYPE_NOPROM
5359         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5360         left shift
5361         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5362         limited promotion to int only for '*'
5363         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5364
5365 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5366
5367         * src/pic16/gen.c (genSkip),
5368         (genc16bit2lit), (gencjneshort): commented out
5369         (is_LitOp): new helper function, checks operand type
5370         (genCmpEq): rewritten
5371
5372 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5373
5374         * support/regression/tests/bug-908454.c: added
5375
5376 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5377
5378         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5379         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5380         (geniCodeCast): cosmetic, don't preserve bit storage class
5381         (geniCodeLeftShift): added promotion
5382         (geniCodeLogic): fixed regression
5383         * src/SDCCsymt.c (computeTypeOr): accept bits too
5384         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5385
5386 2004-03-07  Borut Razem <borut.razem AT siol.net>
5387
5388         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5389
5390 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5391
5392         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5393         version of pic16_genPackRegisters which does not check if ic is a
5394         CAST operator,
5395         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5396         function cause string1.c regression test fails
5397
5398 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5399
5400         * sim/ucsim/configure.in,
5401         * sim/ucsim/configure,
5402         * sim/ucsim/doc/Makefile.in: use docdir
5403         * src/SDCC.y: fixed sbit atrributes
5404         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5405         * src/SDCCast.c (decorateType): |^& need special promotion handling
5406         * src/SDCCast.h,
5407         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5408         * src/SDCCsymt.h (computeType),
5409         * src/SDCCicode.c: computeType() needs op
5410         * src/SDCCsymt.c (checkTypeSanity),
5411         * doc/sddman.lyx: "plain" bitfields are unsigned
5412         * src/SDCCsymt.c (computeTypeOr): added
5413         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5414         |^& ops
5415         * src/SDCCval.c (val*): computeType() needs op
5416         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5417         * support/regression/tests/onebyte.c: added tests for |^&
5418
5419 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5420
5421         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5422         for writing icode into asm output.
5423
5424 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5425
5426         * src/pic16/device.c: added some debug lines enabled
5427         with macro DEBUG_CHECK,
5428         * src/pic16/genarith.c: more debug in genPlus,
5429         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5430         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5431         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5432         * (aopForSym): onStack symbols are re-placed in data memspace,
5433         and onStack flag is cleared,
5434         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5435         copy temporary pcodeop,
5436         * (genPcall): added warning for not updating PCLATU,
5437         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5438         always true for pic16 port,
5439         * (genMultOneWord): NEW, supports integer multiplication,
5440         * (genMult): modified to call genMultOneWord,
5441         * (ifxForOp): added warning when return NULL,
5442         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5443         flag is set before call to operandFromSymbol for implicit
5444         added structures,
5445         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5446         options.intlong_rent are set by default,
5447         * (_hasNativeMulFor): modified to allow port generation of integer
5448         multiplication,
5449         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5450         set regtype to REG_SFR for all registers, restricting seting the
5451         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5452
5453 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5454
5455         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5456         more than 500 times in the regression tests
5457
5458 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5459
5460         * support/Util/SDCCerr.h,
5461         * support/Util/SDCCerr.c,
5462         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5463         enumerator_list),
5464         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5465         for symbol conflicts.
5466         * support/valdiags/tests/enum.c,
5467         * support/valdiags/tests/tentdecl.c,
5468         * support/valdiags/tests/struct.c: expect possible error messages
5469         referring to original symbol definitions.
5470         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5471         * src/SDCCsymt.h,
5472         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5473
5474 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5475
5476         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5477
5478 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5479
5480         * src/pic16/ralloc.c (newReg): fixed bug #908929
5481
5482 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5483
5484         * src/ds390/gen.c: added missing #include "main.h"
5485
5486 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5487
5488         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5489         checking if symbol is already in set,
5490         * src/pic16/device.h: prototype for checkAddSym,
5491         * src/pic16/gen.c: (_G): added entry interruptvector,
5492         * (assignResultValue): removed some commented out lines,
5493         * (genFunction): check for ISR via sym->type, absolute section for
5494         interrupt code is created via a new pBlock, the goto instruction is
5495         placed now correctly at the interrupt vector position, changed all
5496         references from ivec to _G.interruptvector,
5497         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5498         is the interrupt is a high priority one, same for return from ISR,
5499         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5500         externs to calls of checkAddSym,
5501         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5502         pic16_pcode_verbose flag is set,
5503         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5504         * src/pic16/pcoderegs.c: message about how many registers are saved
5505         will only be emitted if pic16_pcode_verbose flag is set,
5506
5507 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5508
5509         * src/ds390/ralloc.h,
5510         * src/ds390/ralloc.c (ds390_regWithIdx),
5511         * src/ds390/gen.c (emitcode),
5512         * src/ds390/main.h,
5513         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5514         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5515         ds390operandCompare, getRegsRead, getRegsWritten,
5516         initializeAsmLineNode): customized instruction size calculation for
5517         ds390, started basis for some register optimizations
5518         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5519         corresponding assembly output
5520         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5521         missing push/pop of r0/r1. Optimized push/pops
5522
5523 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5524
5525         * src/mcs51/main.c (instructionSize): fixed ACALL size
5526         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5527
5528 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5529
5530         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5531         the sorting of rlist with NULL elements
5532         * (print_idataType, print_idata): NEW to create idata sections
5533         * src/pic16/device.h: idataSymSet new variable
5534         * src/pic16/gen.c (genFunction): fixed some bugs in string
5535         comparing, improved the absolute section creation for ISRs,
5536         added FSR0L/FSR0H in registers that are saved in an ISR,
5537         * (genInline): fixed the processing of inline snippets,
5538         now they undergo no process by the peephole optimizer
5539         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5540         are placed in idataSymSet,
5541         * (pic16emitStaticSeg): extern symbols are added in externs,
5542         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5543         switching when aboslute variables are placed in access bank memory
5544         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5545         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5546         commented out with #if,
5547         * (pic16_packRegisters): reintroduce the check for CAST because some
5548         symbols are not correctly handled,
5549         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5550         pCodeInstruction instead of pCode,
5551         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5552         pCodeAsmDir definition,
5553         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5554         directive, then the argument directive is emitted without the leading
5555         tab, hack for inline labels which must be in the first column,
5556         * (compareLabel,pic16_findNextInstruction),
5557         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5558         * (insertBankSwitch): modified for the new pCodeAsmDir,
5559
5560 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5561         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5562
5563         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5564         instance,
5565         * (pushSide): commented out with #if,
5566         * (assignResultValue): fixed some typos in saving
5567         registers,
5568         * (genPcall): FIXED and sync'ed with genCall,
5569         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5570         * (genNearPointerGet): fixed to handle some more cases,
5571         implementation scheme via table reads,
5572         * (genConstPointerGet): modified to access code memory correct,
5573         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5574         and improved to handle some cases
5575         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5576         instead of "RETLW" for init data
5577         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5578         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5579         variables are placed in access bank memory (<0x80 and >=0xf80),
5580         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5581         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5582         TBLWT_POSTDEC,TBLWT_PREINC
5583         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5584         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5585         directives
5586         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5587         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5588         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5589         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5590
5591 2004-02-29  Borut Razem <borut.razem AT siol.net>
5592
5593         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5594         support/Util/findme.h, support/Util/system.h: enhance binary relative
5595         search for lib and include by using findProgramPath()
5596
5597 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5598
5599         * src/SDCCpeeph.h,
5600         * src/SDCCpeeph.c (pcDistance),
5601         * src/port.h,
5602         * src/mcs51/ralloc.h,
5603         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5604         * src/mcs51/main.h,
5605         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5606         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5607         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5608         size calculation port specific, started basis for some register
5609         optimizations
5610         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5611         missing push/pop of r0/r1. Optimized push/pops
5612         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5613         * device/lib/_modsint.c (_modsint),
5614         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5615         and stack version so regression tests pass
5616
5617 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5618
5619         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5620         * src/SDCCast.c (decorateType): catch another small optimization
5621         with '?' operator
5622         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5623         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5624         modified to finally use computeType() all over SDCC,
5625         see Feature Request #877103
5626         * src/SDCCval.h: cosmetic
5627         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5628         valCompare(); regression tested in muldiv.c
5629         * support/regression/tests/muldiv.c (testMod): mod sign follows
5630         dividend only
5631
5632 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5633
5634         * src/SDCCast.c (decorateType): fixed bug #902362
5635         * doc/INSTALL.txt: fixed install instructions for win32
5636
5637 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5638
5639         * device/include/Makefile.in (install): fixed by replacing spaces
5640         by tabs
5641         * doc/README.txt,
5642         * doc/INSTALL.txt: updated for release
5643         * doc/sdccman.lyx: added warning for --xstack being buggy
5644
5645 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5646
5647         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5648         to eliminate build warnings.
5649         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5650
5651 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5652            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5653
5654         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5655         removed -penable-stack, added comment for stack pragma, added
5656         warning for not initializing the stack/frame registers, removed
5657         comment at interrupts section
5658
5659         Stack is made permanent, there is no ability to disable stack usage.
5660         * src/pic16/device.h,
5661         * src/pic16/device.c: removed all references to USE_STACK macro,
5662         * src/pic16/device.c (pic16_dump_section): when no elements in
5663         rlist, free rlist before return,
5664         * (pic16_dump_int_registers): NEW, internal registers are a new set
5665         of general purpose registers reused by each function,
5666         * (checkAddReg): returns 1 if registers is added to set,
5667         * (pic16_groupRegistersInSection): when a registers is of type
5668         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5669         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5670         SRCASECMP macro is moved here from device.c
5671         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5672         PO_PCLATU, PO_PRODL, PO_PRODH,
5673         * (pic16_pCodeOpType, genMinus,
5674         changed compares to "a" register, with AOP_ACC,
5675         * (pic16_genPlus): fixed some bugs and indented properly,
5676         * (pic16_addSign): changed size to size+offset in the MOVWF
5677         instruction,
5678         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5679         multiply 8-bit operand by literal, result is 8-bit,
5680         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5681         multiply 2 8-bit operand, result is 8-bit,
5682         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5683         genUMult8X*_16,
5684         * src/pic16/gen.c: changed accUse to contain WREG only,
5685         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5686         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5687         true, do not use immediate addressing any more unless sym is a
5688         pointer in codespace,
5689         * (aopForRemat): do not use immediate addressing when symbol not in
5690         codespace and when symbol's address is requested,
5691         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5692         accUse size (= 1),
5693         * (aopGet): added case for AOP_ACC and don't return "accumulator
5694         bug" but WREG instead,
5695         * (popGetTempReg): pushes contents of temporary register in stack,
5696         * (popReleaseTempReg): pops contents of temporary register from
5697         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5698         * (pic16_popGet): separated case AOP_ACC to return register WREG
5699         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5700         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5701         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5702         the use of immediate pointers to certain cases only.
5703
5704         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5705         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5706         * (assignResultValue, genCall, genRet): modified to use the new
5707         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5708         genPcall is still broken,
5709         * (genFunction): added code to create 'A' type pBlocks when
5710         interrupt functions are generated, code not extensively tested yet,
5711         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5712         * (genEndFunction): modified so ISRs pop stored registers from stack,
5713         * (genMultOneByte): cleanup,
5714         * (AccRsh): added flag andmask, to and result with appropriate mask,
5715         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5716         * (genDataPointerGet): fixed and reenabled its use,
5717         * (genNearDataPointerGet): bugs fixed,
5718         * (genDataPointerSet): bugs fixed,
5719         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5720         pic16_DumpSymbol, pic16_DumpOp,
5721         * src/pic16/genutils.h: function prototypes for the above functions,
5722         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5723         pointers,
5724         * (pic16emitRegularMap): many many many improvements, but needs a
5725         major cleanup,
5726         * src/pic16/main.c: enable_stack in pic16_options is removed,
5727         * (_pic16_parseOptions): removed command line options -penable-stack,
5728         * (_process_pragma): emit stack symbol only when stack pragma is
5729         processed,
5730         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5731         redirected to FSR0L/FSR0H pair,
5732         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5733         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5734         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5735         for immediates,
5736         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5737         * (dumpPicOptype): NEW,
5738         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5739         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5740         with movff instruction,
5741         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5742         added pic16_int_regs, some packRegsFor* functions are commented out,
5743         because produce errors,
5744         * src/pic16/NOTES: minor modifications
5745
5746 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5747
5748         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5749         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5750         --pack-iram.
5751         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5752         * as/mcs51/lkaomf51.c: fixed bug #895763
5753
5754 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5755
5756         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5757
5758 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5759
5760         * doc/sdccman.lyx: added details about the HC08 storage classes and
5761         interrupts, fixed the register usage info for z80 & gbz80
5762
5763 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5764
5765         * doc/sdccman.lyx: added more pic16 port documentation
5766         * device/include/pic16/: added header pic18fregs.h
5767
5768 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5769
5770         * doc/sdccman.lyx: added Vangelis' contribution
5771
5772 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5773
5774         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5775         extend to the next CALL or PCALL, not just to the next CALL.
5776
5777 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5778
5779         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5780
5781 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5784         bug #895752 and a better fix for bug #716790
5785
5786 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5787
5788         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5789
5790 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5791
5792         * doc/sdccman.lyx: minor changes, minor changed
5793
5794 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5795
5796         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5797         which can't handle SDCC_NEWONEBYTEOPS,
5798         (geniCodeMultiply): removed conversion from mult to shift for pic14
5799         and pic16
5800
5801 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * src/hc08/gen.h,
5804         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5805         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5806         thus fixing bug #895406
5807
5808 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5809
5810         * device/lib/_modsint.c,
5811         * device/lib/_modslong.c: sign follows divisor only
5812         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5813         signs or signedness can be ignored
5814         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5815         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5816         added optimization for IFX,
5817         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5818         arguments;
5819         reenabled optimization for IFX, which was removed on 2004-01-11
5820         * src/SDCCast.h: added return type IFX
5821         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5822         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5823         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5824         SDCC_OLDONEBYTEOPS selects the old behaviour
5825         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5826         changed again and commented promotion rule
5827         * src/SDCCval.c (valDiv): promotion no longer necessary
5828         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5829         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5830         rewritten
5831         * support/regression/tests/onebyte.c: added
5832
5833 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5834
5835         * gen.c (genInline): reverted to old code for assemnling inline
5836         code because of bug reported James Chadd
5837
5838 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5839
5840         * ralloc.h: missing declarations from previous patch,
5841         seems that patch for ralloc.h was never applied, fixed
5842
5843 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5844            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5845
5846         * pcode.c,
5847         * pcode.h,
5848         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5849         indirect addressing. Marked FSR0 as deprecated
5850         * gen.c (pointerCode): commented out, not needed now
5851         (pic16_popGet2p): new MOVFF helper function
5852         (genGenPointerGet),
5853         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5854         (shiftRLong): removed duplicate debugging info
5855
5856 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5857
5858         * src/ds390/gen.c (genNearPointerGet),
5859         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5860         optimization with bits, but not bitfields.
5861         * src/ds390/ralloc.c (packRegisters),
5862         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5863
5864 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5865
5866         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5867
5868 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5869
5870         * src/SDCCsymt.h,
5871         * src/SDCCicode.c (operandFromSymbol),
5872         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5873         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5874         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5875         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5876         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5877         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5878         bug #892038
5879         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5880         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5881         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5882         * src/SDCCsymt.c (newSymbol),
5883         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5884         enumerator_list),
5885         * src/SDCCval.h,
5886         * src/SDCCval.c (newiList): fixed bug #885705
5887
5888 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5889
5890         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5891         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5892
5893 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5894
5895         * device/include/c8051f120.h,
5896         * device/include/c8051f300.h,
5897         * device/include/c8051f310.h: added/updated header files for Silicon
5898         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5899         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5900         in new section Submitting patches
5901
5902 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5903
5904         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5905         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5906         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5907         genGenPointerSet),
5908         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5909         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5910         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5911         genGenPointerSet),
5912         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5913         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5914         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5915         genGenPointerSet),
5916         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5917         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5918         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5919         genGenPointerSet): fixed bug #892400
5920         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5921         to eliminate build warnings.
5922         * src/SDCCast.c (processParms),
5923         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5924         fixed bug 751859
5925         * support/valdiag/valdiag.py: added GCC to the list of defines active
5926         when compiling with gcc
5927
5928 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5929
5930         * support/Util/SDCCerr.h,
5931         * support/Util/SDCCerr.c,
5932         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5933         with an incomplete type (fixed bug #883734)
5934         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5935
5936 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5937
5938         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5939
5940 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5941
5942         * src/SDCCast.c (decorateType),
5943         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5944         function pointer implementation
5945         * support/regression/tests/funptrs.c: added tests to verify both forms
5946         of function pointers work correctly. Added tests to verify parameters
5947         are passed in the correct order.
5948
5949 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5950
5951         * device.c (regCompare): registers are sorted by ascending
5952         address and increasing size,
5953         * main.c (_pic16_finaliseOptions): removed the declaration
5954         of compiler macro MCU. Now a macro of the format pic18fxxxx
5955         will be defined from the command line
5956
5957 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5958             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5959
5960         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5961         PCOP_RLCF was overwritten!
5962         * gen.c (genSkip): commented out calls to pic16_emitcode,
5963         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5964         * (genlshTwo),
5965         * (genRRC): added debugging info,
5966         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5967         overwritten while shifting,
5968         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5969         overwritten while shifting,
5970         * (AccLsh),
5971         * (AccRsh),
5972         * (shiftLLeftOrResult),
5973         * (shiftRLeftOrResult),
5974         * (shiftRLong),
5975         * (shiftLLong): Implemented with pic16_emitpcode
5976         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5977         * (genLeftShift): Fixed bug, operand for shift by variable always
5978         was "and"ed with 0x0f,
5979         * (genLeftShiftLiteral),
5980         * (genrshTwo),
5981         * (genRightShiftLiteral): added debugging info,
5982         * (genrshFour): added comment,
5983         * (genRightShift): determined signedness from operand "left"
5984         instead of "result"
5985
5986 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5987
5988         * src/SDCCicode.c (geniCodeParms),
5989         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5990         function pointers, fixed function pointer bugs #861242 and #861896
5991
5992 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5993
5994         * device/include/c8051f000.h,
5995         * device/include/c8051f120.h,
5996         * device/include/c8051f300.h: added header files for Silicon
5997         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5998
5999 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
6000
6001         * src/SDCCast.c (processParams): added new type flow and restructured
6002         (gatherAutoInit): added new type flow
6003         (addCast): cosmetic changes
6004         (getLeftResultType): added new type flow for array indices, patch
6005         provided by Stas, see FR #877103
6006         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
6007         array index patch by Stas
6008         * src/SDCCast.h: added prototype getResultTypeFromType()
6009         * src/SDCCval.h,
6010         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
6011         * src/pic/glue.c (pic14emitStaticSeg),
6012         * src/pic16/glue.c (pic16emitStaticSeg),
6013         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
6014         for initialization of symbols
6015         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
6016         * support/Util/SDCCerr.h:
6017         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
6018         * .version: bumped version number to 2.3.8
6019         * device/include/Makefile.in (install),
6020         * doc/Makefile (install): changed to 'rm `find ...`' construct to
6021         avoid warnings
6022
6023 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
6024
6025         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
6026         Slade Rich fixed an optimization bug
6027         * src/pic/pcodepeep.c,
6028         * src/pic/pcoderegs.c
6029         * doc/Makefile (install): added test for directory
6030
6031 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6032
6033         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
6034         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
6035         * src/pic/ralloc.c (getRegPtr, getRegGpr),
6036         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
6037         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
6038         * as/mcs51/asexpr.c (term),
6039         * as/hc08/asexpr.c (term): fixed bug #887146
6040
6041 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6042
6043         * src/z80/gen.c (genMult): handle single byte result product
6044         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
6045         DUMMY_READ_VOLATILE (fixed bug #886367)
6046
6047 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6048
6049         * support/regression/tests/libmullong.c: fixed logic, on little endian
6050         hosts we ended without a mullong_wrapper()
6051
6052 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6053
6054         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
6055         virus/worm forged address usage.
6056
6057 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
6058
6059         Fixed promotion, it should be done on AST level:
6060         * src/SDCCast.c (addCast): added promotion to int
6061         (decorateType): updated call to upCast()
6062         * src/SDCCicode.c (geniCodeLeftShift): removed call to
6063         usualUnaryConversions()
6064
6065 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
6066
6067         * support/regression/tests/literalop.c (mulWrapper): Added a
6068         wrapper to remove integer overflow warnings.
6069
6070         * support/regression/tests/float_trans.c: Made work on host.
6071
6072         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
6073         location of sz80.
6074
6075         * support/regression/generate-cases.py (main): Changed from inline
6076         to a main method.
6077
6078         * doc/Makefile (install): Changed to depth first to get rid of
6079         missing directory install warning.
6080
6081         * as/Makefile (install-doc): Made work on Mac.
6082
6083 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
6084
6085         * src/SDCCast.c: added an additional type flow in decorateType() of
6086         opposite direction, see feature request #860006; it's enabled at runtime
6087         by setting the environment variable SDCC_NEWTYPEFLOW
6088         * src/SDCCast.h: changed prototype of decorateType()
6089         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
6090         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
6091         'char' to 'int' can be omitted, if both operands are 'unsigned char';
6092         see feature request #877103
6093         * src/SDCCval.c: updated call of decorateType()
6094         (valBitwise): fixed bug #882876
6095         (valMinus): added promotion
6096         (valLogicAndOr): result is unsigned
6097         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
6098         * src/SDCCsymt.c (computeType),
6099         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
6100         must not cause an unsigned operation
6101         * src/pic/glue (pic14emitRegularMap),
6102         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
6103
6104 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
6105
6106         * src/pic/pcode.c (PCodeID): commented out left over debug code
6107
6108 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
6109
6110         * support/valdiag/tests/overflow.c: added shift tests
6111         * src/pic/device.c,
6112         * src/pic/gen.c,
6113         * src/pic/gen.h,
6114         * src/pic/glue.c,
6115         * src/pic/main.c,
6116         * src/pic/pcode.c,
6117         * src/pic/pcode.h,
6118         * src/pic/pcodepeep.c,
6119         * src/pic/pcoderegs.c,
6120         * src/pic/ralloc.c,
6121         * src/pic/ralloc.h: applied patch from Slade Rich;
6122         added support for multiple code pages and multiple RAM banks on the
6123         PIC 14 port. The ASM files now no longer simply assume all the
6124         code / RAM are in the same page / bank. This means the linker can
6125         safely allocate code/RAM of separate ASM files to different pages/banks.
6126         * doc/sdccman.lyx: added Slade's tips
6127         * src/mcs51/peeph.def: fixed bug #880768
6128
6129 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6130
6131         * src/hc08/ralloc.c (rematStr): fixed bug #879282
6132         * src/SDCCast.c (decorateType): fixed bug #880197
6133
6134 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
6135
6136         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
6137         getopt.h.
6138
6139         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
6140         strtof is not part of C89 and isn't included with Mac OS X.
6141
6142 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6143
6144         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
6145         shiftL2Left2Result): fixed bug #879326
6146         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
6147         (genMultOneByte): fixed bug in signed vs unsigned multiplication
6148         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
6149         address fetch for clr instruction
6150         * device/lib/hc08/_mulint.c: created optimized assembly version
6151         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
6152
6153 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
6154
6155         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
6156         proposed in FR #877103
6157
6158 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
6159
6160         * src/SDCCval.c (cheapestVal): added missing checks
6161         * src/SDCCicode.c (usualBinaryConversions): fixed condition
6162         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
6163
6164 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
6165
6166         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
6167         equal operands
6168
6169 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
6170
6171         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
6172         loaded with the linker search paths (-L arguments) and the libraries
6173         to be linked with the current source (-l arguments). Changes
6174         currently will affect only the pic16 port.
6175         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
6176         include path the port specific paths and port specific libraries,
6177         * gplink command now contains the $3 argument,
6178         * src/pic16/device.h,
6179         * src/pic16/device.c,: structure PIC_device is made public and
6180         renamed to PIC16_device, the same for variable Pics which is renamed
6181         to Pics16. Updated all references to them.
6182         * src/pic16/glue.c (pic16glue): corrected bug with code
6183         initialization which bypassed the variable initializations block.
6184
6185         * device/lib/pic16/Makefile.rules: removed --penable-stack from
6186         COMPILE_FLAGS and added the --nostdinc option
6187
6188 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * device/include/mc68hc908jb8.h: Register defs for another member
6191         of the hc08 family. Contributed by Bjorn Bringert - thanks!
6192
6193 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
6194
6195         Documenting changes from previous commits.
6196         * configure.in (version 1.56),
6197         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
6198         when generating output files to configure the pic16 library,
6199         but now I've commented it out, since gputils aren't installed in the
6200         SF compile farm, so library won't compile
6201
6202         * device/lib/Makefile.in (version 1.56): initially I've added in
6203         target 'all' the prerequestive 'model-pic16' so it compiled the
6204         pic16 library, but now I've commented it out for the same reasons
6205         above,
6206         * added targets 'model-pic16' and 'objects-pic16' to compile the
6207         library
6208         * added target 'port-specific-objects-pic16' to handle the
6209         generated libraries and copy them into the build/ directory
6210         * added target 'clean-intermediate-pic16' to clean intermediate
6211         files into pic16 directory
6212         * in target 'installdirs' added line to create directory pic16 in
6213         the installation path
6214
6215         * device/include/Makefile.in (version 1.11): in target 'install'
6216         added lines to copy all header files to installation path,
6217         * in target 'installdirs' added line create directory for pic16
6218         headers in the installation path
6219
6220 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6221
6222         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6223          a function call
6224
6225 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6226
6227         * configure,
6228         * device/lib/configure.in,
6229         * device/lib/configure: fixed for autoconf 2.57
6230
6231 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6232
6233         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6234         option so that it actually works. Made it specific to the z80, since
6235         the gbz80 doesn't have these kinds of I/O ports.
6236
6237 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6238
6239         * device/include/z180.h,
6240         * device/lib/_memcpy.c,
6241         * device/lib/_memmove.c,
6242         * device/lib/_mulint.c,
6243         * device/lib/ser_ir.c,
6244         * device/lib/ser_ir_cts_rts.c,
6245         * device/lib/_strcmp.c,
6246         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6247         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6248         portmode; added deprecation warning for bank= and protmode= forms.
6249         Also, guard against buffer overflow.
6250         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6251
6252 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6253
6254         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6255         changed interrupt vector table generation to only emit declared vectors.
6256         * device/include/Makefile.in: added missing backslash
6257         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6258
6259 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6260
6261         Mainly changes to support compilation of the device libraries
6262         * src/pic16/device.c: stack is allocated via symbol and not
6263         via literal number. The symbol is placed in the corresponding
6264         position of the data ram
6265         * (pic16_dump_section): relocatable and absolute uninitialized
6266         data are now emitted in sorted order to reduce section naming,
6267         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6268         weren't marked as being in the access bank,
6269
6270 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6271
6272         Added portion of GNU PIC Library under the directory
6273         device/include/pic16 and device/lib/pic16. These files
6274         contain the declarations of SFRs for the PIC18Fxx2 devices.
6275         The directory is initialized via configure from toplevel.
6276
6277 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6278
6279         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6280         the spilllocations to be compared correctly
6281
6282 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6283
6284         * src/SDCCast.c (decorateType): fixed bug introduced today
6285
6286 2004-01-12  Borut Razem <borut.razem AT siol.net>
6287
6288         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6289         doc/sdccman.lyx: upper case pragmas are deprecated
6290
6291 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6292
6293         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6294         in simpler and even better code
6295
6296 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6297
6298         * src/SDCCicode.c (operandOperation): fixed bug #874819
6299         * src/SDCCast.c (decorateType): fixed
6300         char foo (unsigned long ul) { return ul > 0; }
6301
6302 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6303
6304         * doc/sdccman.lyx: Moved and added some sections, small changes
6305         all over. Telling LaTeX to be less strict with word spacing
6306         to better keep the right margin. Changed some notes about
6307         maintainance of the ports in section 3.2.1 - is it OK like this?
6308
6309 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6310
6311         SDCC source changes:
6312         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6313         convilong): modified to inform the pic16 port that builtin functions
6314         are external
6315
6316         PIC16 PORT specific changes:
6317         * src/pic16/device.c pic16_dump_equates() added,
6318         processor registers declared internally by the port are emitted in
6319         the translation as equates,
6320         * src/pic16/gen.c: inline code is passed unprocessed to the
6321         translation,
6322         * (pic16_popGetLit2): fnuction modified to take second operand as
6323         pCodeOp pointer and not as literal,
6324         * (popRegFromIdx): prefixed with pic16_,
6325         * (pic16_popCombine2): modified to receive already allocated pCode
6326         operands,
6327         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6328         * (genFunction): initializes local stack frame and pushes on stack
6329         all the registers used by this function,
6330         * (genEndFunction): restores all registers from stack and restores
6331         stack frame,
6332         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6333         improvements,
6334         * (pic16glue): changed the program startup sequence,
6335         * added new dbName code 'A' for functions placed in absolute section
6336         * src/pic16/main.c: added function attribute _naked,
6337         * added pragma 'code' to place a fnuction at an absolute address,
6338         * added command line arguments --debug-ralloc and --pcode-verbose,
6339         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6340         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6341         * (pic16_newpCodeOpLit2): modified to take the second operand as
6342         pCodeOp pointer,
6343         * (pic16_printpBlock): modified to emit each function in a separate
6344         section,
6345         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6346         UPPER for immediate operands,
6347         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6348         instruction,
6349         * src/pic16/peeph.def: all peepholes with movff are commented out,
6350         because there is a problem in the pcode peep optimizer,
6351         * src/pic16/ralloc.c: the register allocator can now reuse local
6352         function symbols for another function. This saves register usage.
6353         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6354
6355         Added file src/pic16/NOTES with information about program writing on
6356         the current port version.
6357
6358 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6359
6360         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6361         and peephole 252 (array access)
6362
6363 2004-01-09  Borut Razem <borut.razem AT siol.net>
6364
6365         * src/SDCCmain.c : fixed #872250: -l command line defined library
6366           files are scanned before standard library files
6367
6368 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6369
6370         * src/SDCCast.c (decorateType): fixed bug #874046
6371
6372 2004-01-09  Borut Razem <borut.razem AT siol.net>
6373
6374         * support/scripts/sdcc.nsi: remove previous installation
6375
6376 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6377
6378         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6379         bytes for last interrupt vector (mcs51)
6380         * sdcc.spec: fixed typo
6381
6382 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6385         gen51Code): more efficient parameter receive for --model-large
6386         ("bug" #845294)
6387
6388 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6389
6390         * src/ds390/main.c,
6391         * src/z80/main.c: added missed needLinkerScript flags (more than
6392         one port structure defined in these file)
6393         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6394         bug #795325
6395
6396 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6397
6398         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6399         * src/port.h: added flag needLinkerScript in port->linker
6400         structure to inform whether to create a .lnk file or not,
6401         * src/avr/main.c,
6402         * src/ds390/main.c,
6403         * src/hc08/main.c,
6404         * src/mcs51/main.c,
6405         * src/pic/main.c,
6406         * src/pic16/main.c,
6407         * src/xa51/main.c,
6408         * src/z80/main.c: changed appropriately to configure
6409         needLinkerScript flag
6410         * src/pic/gen.c,
6411         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6412         * src/pic/glue.c: added variable udata_section_name to
6413         override default uninitialized data segment definition for
6414         devices only with SHAREBANK memory (reported from Erik Epetrich)
6415         * (pic14emitOverlay): modified to emit a commented overlay segment
6416         directive when no overlay data exist
6417         * (picglue): modified to emit uninitialized data segment
6418         according to udata_section_name
6419         * src/pic/main.c (_pic14_parseOptions): added command line
6420         options --udata-section-name=[name] to override default
6421         udata definition name
6422         * modified _linkCmd and _asmCmd to include compiler passed
6423         arguments via -W option
6424         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6425         object file from '.rel' to '.o' in port->linker structure,
6426         changed size of fptr from 2 to 3 in port structure
6427
6428 2004-01-07  Borut Razem <borut.razem AT siol.net>
6429
6430         * support/scripts/sdcc.nsi: update PATH
6431         * support/scripts/sdcc.ico: craeted
6432
6433 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6434
6435         * device/include/Makefile.in: fix install
6436         * doc/Makefile: fix install
6437
6438 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6439
6440         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6441         in bug #860505
6442         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6443         how the function variable allocation summary is displayed; also
6444         include information about variables allocated to the overlay
6445         segment
6446
6447 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6448
6449         * as/mcs51/lkmain.c: Help about -Y option
6450         * as/mcs51/lkarea.c: Fixed gcc warnings
6451
6452 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6453
6454         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6455         fixed warning
6456         * support/valdiag/tests/overflow.c: added
6457         * src/SDCCast.c (decorateType),
6458         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6459         LEFT_OP (left shift)
6460
6461 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6462
6463         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6464         (default behaviour).
6465
6466 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6467
6468         A python script to validate compiler diagnostic messages. It can be
6469         used to verify that sdcc complains about bad c source code and
6470         gives a good location of the error.
6471         * support/valdiag/Makefile,
6472         * support/valdiag/valdiag.py,
6473         * support/valdiag/tests/*
6474
6475 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6476
6477         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6478         * src/SDCCsymt.c (newEnumType),
6479         * src/SDCCsymt.h
6480         * support/Util/SDCCerr.c,
6481         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6482         enum related bugs.
6483         * support/regression/tests/enum.c: added test for enum values that
6484         require at least 2 bytes of storage.
6485
6486 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6487
6488         * src/common.h: added ifndef/define/endif macros
6489         around the header file.
6490         Bug reported from Jesus Calvino-Fraga
6491
6492 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6493
6494         * sdcc.spec: updated
6495         * device/include/Makefile.in: don't install CVS directories
6496         * device/lib/Makefile.in: added removal of CVS directories after install
6497         * doc/Makefile: fixed install, added local_icons
6498         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6499         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6500         * src/ds390/gen.c (genRightShift): fixed bug #870788
6501         * src/SDCCast.c (decorateType): fixed bug #870781
6502
6503 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6504
6505         PIC16 port related changes:
6506         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6507         added variable stackPos,
6508
6509         * gen.c: genCall, assignResultValue: added support for
6510         pushing/retrieving function parameters to/from stack,
6511         genFunction,genEndFunction: setup stack frame for the
6512         generated function,
6513         genAddrOf: will be changed according to bug 863624
6514
6515         * added files genutils.c and genutils.h which contain gen*
6516         debugged and optimised functions extracted from gen.c
6517
6518         * glue.c: added variable 'externs' which holds extern symbols,
6519         pic16emitRegularMap: is modified to properly handle relocatable
6520          symbols under the new scheme,
6521         pic16createInterruptVect: is modified
6522         pic16printPublics: is modified to emit 'global' assembler directives,
6523         added pic16_printExterns to print extern symbols,
6524         pic16glue: initializes stack/frame pointer in the beginning of
6525         the assembly output. Temporary hack, will be corrected later,
6526         because gplink yet does not support stack and SDCC does not
6527         yet support a type of crt0.o object to create the final binary.
6528
6529         * Removed many lines that contain 8051 legacy code.
6530         * The code is finally placed under a 'code' directive.
6531         * Added port specific options.
6532
6533         * _process_pragma: simplified since now we do not need *special*
6534         include file to define SFR registers. But a separate header
6535         will be needed. This will be developed later.
6536         * _pic16_parseOptions: added, parses port specific options:
6537         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6538         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6539         --preplace-udata-with=
6540
6541         * _pic16_setDefaultOptions: modified to initialize section names,
6542         but hack is temporarly out of order since it needs improvement.
6543         * _pic16_genAssemblerPreamble: configuration words are emitted by
6544         their address instead of their name. This part is incomplete and
6545         supports only the 18Fxx2 devices. Other devices will emit an error
6546         during assembly since they do not contain the same set of config
6547         registers
6548         * _pic16_genIVT: is modified,
6549
6550         * pcode.c: added definitions for some hardware registers that are needed
6551         for stack support
6552         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6553         All PCI entries are updated. Now LFSR is supported.
6554         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6555         * added pic16_newpCodeOpLit2 to support instructions with
6556         two literal arguments
6557         * pic16_pCode2str: corrected code that emits assembler instructions
6558         with two literal operands and those that have an access bit modifier
6559         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6560         this fixes a bug which caused some labels to be lost, when an
6561         assembler directive was added, i.e. banksel,
6562         * pic16_FixRegisterBanking: improved logic that causes the insertion
6563         of bank switching,
6564         * InlineFunction: functions that are called once, are not any more
6565         inlined. This can be a port option in the future,
6566
6567         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6568
6569         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6570         hold the corresponding uninitialized symbols,
6571         * pic16_allocProcessorRegister: registers have explicit marked the
6572         accessBank field,
6573         * pic16_allocInternalRegister: registers are explicit marked as
6574         not used,
6575         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6576         processing list, so bit registers were lost,
6577         *
6578
6579         * ralloc.h: added field 'accessBank' and original symbol operand
6580         in register definition,
6581         * removed the field isMapped from register definition,
6582
6583         ** Several functions have been removed from various sources:
6584         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6585         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6586         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6587         pic16_assignRelocatableRegisters
6588
6589         ** others have been introduced:
6590         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6591         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6592
6593 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6594
6595         * support/scripts/inc2h.pl: changed definition of BIT_AT
6596         to emit 'sbit at' instead of 'bit at'. This was a request.
6597
6598         PIC16 port related preliminary changes:
6599         * gen.c: prefixed function popRegFromString with
6600         pic16_ and all references to it corrected
6601         * pcode.c: all pic16_pc_* hardware registers prefixed
6602         with underscore (_),
6603         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6604         * ralloc.c: newReg(): when register is REG_SFR then
6605         set address to rIdx,
6606         pic16_allocProcessorRegister(): marks register wasUsed=0
6607         pic16_writeUsedRegs(): added a call to assign processor
6608         registers via pic16_assignFixedRegisters
6609
6610 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6611
6612         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6613         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6614         variables in unused register banks.  Also the SSEG is placed
6615         wherever there is enough space for it, and IDATA can be anywhere
6616         in internal RAM.  For now compile using -Wl-Y[stack_size].
6617         The mem file is different for this option as well, since it
6618         makes no sense of talking about DSEG lenght.
6619
6620 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6621
6622         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6623         in certain cases, e.g. when ROM assignment, patch provided
6624         from Albert den Haan.
6625
6626 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6627
6628         Many signedness and type propagation fixes:
6629         * src/SDCCicode.c: made geniCodeCast() static
6630         replaced SPEC_ by IS_ (cosmetic)
6631         (operandOperation): fixed div and mod operation
6632         (usualBinaryConversions): added support for promotion of char
6633         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6634         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6635         (geniCodeAdd): an array index will stay unsigned, even if promoted
6636         from char to int
6637         (geniCodeArray): ditto
6638         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6639         * src/SDCCsymt.c (computeType): added more support for char;
6640         promotion of char is selectable by promoteCharToInt, fixed signedness
6641         for all cases
6642         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6643         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6644         * src/SDCCval (val*): replaced signedness calculation by
6645         computeType()
6646         rearranged if-branches (cosmetic)
6647         (valShift): added warning W_SHIFT_CHANGED
6648         (valCompare): fixed problem with different types
6649         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6650         * support/regression/tests/literalop.c: added many cases
6651         * support/regression/tests/ast_constant_folding.c: changed finally to
6652         'unsigned int'
6653         * .version: new year, new version: 2.3.7
6654         * src/SDCCmain.c (main): applied patch #866468
6655         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6656         provided by Scott Bronson
6657         * doc/sdccman.lyx: updated documentation for sdcdb
6658         updated and added chapter tips
6659
6660 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6661
6662         * src/SDCCsymt.h: missing from yesterday's commits
6663
6664 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6665
6666         * src/SDCC.y (struct_or_union_specifier),
6667         * support/Util/SDCCerr.c,
6668         * support/Util/SDCCerr.h: verify that struct & union tags are used
6669         as declared.
6670
6671 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6672
6673         * src/SDCCglobl.h: missing from yesterday's commits
6674
6675 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6676
6677         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6678         sft_attributes, struct_declaration, parameter_declaration,
6679         type_name, start_block, declaration_list),
6680         * src/SDCC.lex (check_type): support redefinition of typedef names
6681
6682 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6683
6684         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6685         aligned xdata arrays. Erik helped me with the if clause.
6686
6687 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6690         warning
6691
6692 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6693
6694         * src/SDCCast.h,
6695         * src/SDCCast.c (newAst_),
6696         * src/SDCCicode.h,
6697         * src/SDCCicode.c (ast2iCode, newiCode),
6698         * src/SDCCglobl.h,
6699         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6700         expr, statement, expression_statement, selection_statement,
6701         iteration_statement, expr_opt, jump_statement): foundation for tracking
6702         sequence points
6703         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6704         point code too)
6705
6706 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6707
6708         * support/Util/SDCCerr.c,
6709         * src/SDCCast.h,
6710         * src/SDCCast.c (createCase, createDefault, decorateType),
6711         * src/SDCClabel.c (labelUnreach),
6712         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6713         to error messages.
6714         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6715         (with thanks to Stas Sergeev)
6716         * device/include/time.h,
6717         * device/lib/time.c (CheckTime): suppress unreachable code warning
6718
6719 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6720
6721         * src/SDCCast.c (createIvalCharPtr),
6722         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6723         bug #753752)
6724         * support/regression/tests/nullstring.c: tests for these two bugs
6725
6726 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6727
6728         * support/Util/SDCCerr.h,
6729         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6730         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6731         about storage class and 'at' used inside struct or union
6732         * src/SDCCBBlock.c (iCodeFromeBBlock),
6733         * src/SDCCcse.c (ifxOptimize),
6734         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6735         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6736         printIval, emitStaticSeg, emitOverlay),
6737         * src/SDCClabel.c (deleteIfx),
6738         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6739         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6740         gatherAutoInit, processParms),
6741         * support/Util/SDCCerr.h,
6742         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6743         reporting for post-parse errors.
6744
6745 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6748         implicit casts via union; they don't work on big endian systems
6749         (possible fix for bug #861138)
6750
6751 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6752
6753         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6754         * src/mcs51/main.c: fixed the fix for bug #737001
6755
6756 2003-12-15  Borut Razem <borut.razem AT siol.net>
6757
6758         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6759
6760 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6761
6762         * support/makebin/makebin.c: put output in binary mode
6763
6764 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6765
6766         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6767         xdata and data memory on startup. Set the environment variable
6768         SDCC_NOGENRAMCLEAR to disable this.
6769         * src/mcs51/peephole.def,
6770         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6771         (allows non-interrupt and interrupt code to safely compete for a resource
6772         without the non-interrupt code having to disable interrupts)
6773
6774 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6775
6776         * src/SDCCicode.c (geniCodeAdd),
6777         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6778         with valFromType if type might be a pointer and host is big endian).
6779         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6780         types, not just integer types.
6781         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6782         multiply defined with mismatching "at" address.
6783
6784 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6787         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6788         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6789         with embedded nulls (fixed bug #753752)
6790
6791 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6792
6793         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6794         Apparently this did not see much testing (endless loop)
6795
6796 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6797
6798         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6799
6800 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6801
6802         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6803         gracefully handle NULL memmap pointers
6804
6805 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6806
6807         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6808         instead of deleting the iCode when an operand is volatile
6809         * src/z80/gen.c (genDummyRead),
6810         * src/mcs51/gen.c (genDummyRead),
6811         * src/ds390/gen.c (genDummyRead),
6812         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6813         not just IC_RIGHT
6814         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6815         * src/SDCC.y: fixed bug #850420
6816
6817 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6818
6819         Applied z80 i/o port patch from Peter Townson and fixed some operators
6820         to better handle operands in A register.
6821         * device/include/z180.h
6822         * src/SDCC.y
6823         * src/SDCCglue.c
6824         * src/z80/gen.c
6825         * src/z80/gen.h
6826         * src/z80/main.c
6827         * src/z80/peeph-z80.def
6828         * src/z80/peeph.def
6829         * src/z80/z80.h
6830
6831 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6832
6833         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6834
6835 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6836
6837         * device/lib/hc08/_mullong.c: Removed extra #endif
6838
6839 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6840
6841         * sim/ucsim/hc08.src/inst.cc,
6842         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6843         carries from x to h
6844         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6845         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6846         * device/include/stdarg.h: fixed varargs for hc08
6847         * device/lib/Makefile.in,
6848         * device/lib/hc08/Makefile,
6849         * device/lib/hc08/_mulint.c,
6850         * device/lib/hc08/_mullong.c: fixed some endian problems
6851
6852 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6853
6854         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6855         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6856         * device/lib/_gptrget.c,
6857         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6858
6859 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6860
6861         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6862         * src/SDCCast.c (astErrors): fixed bug #846007
6863         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6864
6865 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6866
6867         * src/SDCCast.c (decorateType): disabled a transformation I added in
6868         revision 1.188 (access to fields of a structure at an absolute address);
6869         it breaks with bitfields, extern declarations, and gcse analysis.
6870         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6871         could be assigned through a pointer, so don't complain.
6872         * src/SDCCast.c (astErrors),
6873         * src/SDCCast.h,
6874         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6875
6876 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6877
6878         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6879         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6880         output of __config directives, since gpasm now supports them
6881         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6882         pre-processor macro, i.e. -DMCU=p18f452
6883         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6884         and modified to handle 'cast' icode similarly to '=' icode
6885         * src/pic16/device.h (typedef struct PIC_device): added field
6886         'extMIface' to indicate that chip has external memory interface
6887         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6888         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6889         18F8720
6890
6891 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6892
6893         * src/SDCC.y (pointer): fixed bug #846006
6894         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6895         * src/SDCCast.c (decorateType): fixed bug #846009
6896         * src/ds390/peeph.def,
6897         * src/ds390/gen.c (genAnd, genOr),
6898         * src/mcs51/peeph.def,
6899         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6900
6901 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6904         * src/SDCCdflow.c
6905         * src/SDCCcse.c
6906         * src/SDCCcse.h
6907         * src/SDCCBBlock.h
6908         * src/SDCCBBlock.c
6909
6910 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6911
6912         fixed bug #845089
6913         * src/SDCCbitv.h,
6914         * src/SDCCbitv.c: added function to free a bitvector
6915         * src/SDCClrange.h,
6916         * src/SDCClrange.c: added function to recompute the liveranges
6917         * src/avr/ralloc.c,
6918         * src/ds390/ralloc.c,
6919         * src/hc08/ralloc.c,
6920         * src/mcs51/ralloc.c,
6921         * src/pic/ralloc.c,
6922         * src/pic16/ralloc.c,
6923         * src/xa51/ralloc.c,
6924         * src/z80/ralloc.c: recompute the liveranges after register packing
6925
6926 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6927
6928         * src/SDCCloop.c (newInduction): fixed bug #845630
6929
6930 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6931
6932         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6933         inadvertantly left behind from my 2003-11-12 change
6934
6935 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6936
6937         Updated headers I neglected to commit yesterday.
6938         * src/SDCClrange.h,
6939         * src/SDCCicode.h
6940
6941 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6942
6943         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6944         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6945         * src/SDCCopt.c (eBBlockFromiCode),
6946         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6947         the creation of the key hash table from the sequencing so it can be used
6948         earlier (for some GCSE bug fixes still pending)
6949
6950 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6951
6952         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6953         * support/regression/tests/addsub.c: testing genPlus shortcut
6954
6955 2003-11-15  Borut Razem <borut.razem AT siol.net>
6956
6957         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6958
6959 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6960
6961         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6962         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6963         ordering is immaterial.
6964         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6965
6966 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6967
6968         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6969         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6970         (SIGSEV) of bug #840381
6971         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6972         unlink new file before rename if new and old filenames are the same)
6973
6974 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6975
6976         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6977         uninitialized variables) for the mcs51. Set environment variable
6978         SDCC_GENRAMCLEAR to test.
6979         xdata initialization slightly shorter
6980
6981 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6982
6983         * src/SDCCsymt.h,
6984         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6985         #838241 & 780691 (basicly the same bug)
6986         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6987         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6988
6989 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6990
6991         * src/SDCCmain.c (linkEdit): "fix" #834252
6992
6993 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6994
6995         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6996         * src/SDCCast.h,
6997         * src/SDCC.y: fixed bug #819403
6998
6999 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7000
7001         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
7002         the reentrant attribute.
7003         * src/hc08/gen.c (genPackBits): added missing stack readjustment
7004         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
7005         simulation
7006         * src/SDCCast.c (decorateType): fixed bug with storage class not being
7007         updated during pointer dereference; f.e. ~(((char *)1)*) was being
7008         erroneously reduced to a literal.
7009         * src/hc08/ralloc.c (packRegisters, rematStr),
7010         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
7011         some cases
7012
7013 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7014
7015         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
7016         * doc/sdccman.lyx: changed from 'article' to 'book'
7017         * doc/Makefile: readded test_suite_spec and cdbfileformat
7018
7019 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
7020
7021         * device/include/stdlib.h: include malloc.h to comply with ANSI
7022         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
7023
7024 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7025
7026         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
7027         * doc/clean.mk: also remove *.out files
7028         * doc/sdccman.lyx: some additions, larger top/bottom margins
7029
7030 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7031
7032         * src/SDCC.y: fixed bug #837365
7033         * support/regression/tests/bitopcse.c
7034         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
7035         a symbol (might be valop instead)
7036         * device/lib/Makefile.in: added errno.c to HC08SOURCES
7037         * device/lib/clean.mk: added hc08 to the cleaning list
7038
7039 2003-11-04  Borut Razem <borut.razem AT siol.net>
7040
7041         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
7042           made 2003-11-04
7043         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7044           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
7045           malloc is declared in standard stdlib.h
7046
7047 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7048
7049         * device/lib/hc08/Makefile: need to clean .rel not .o files
7050         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
7051
7052 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/port.h,
7055         * src/hc08/main.c,
7056         * src/mcs51/main.c,
7057         * src/ds390/main.c,
7058         * src/z80/main.c,
7059         * src/avr/main.c,
7060         * src/pic/main.c,
7061         * src/pic16/main.c,
7062         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
7063         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
7064         tests (which uses the port's oclsExpense function)
7065         * src/SDCC.y,
7066         * src/SDCCast.c,
7067         * src/SDCCicode.c,
7068         * src/hc08/gen.c,
7069         * src/ds390/gen.c,
7070         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
7071
7072 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7073
7074         * src/SDCCcse.c (ifxOptimize),
7075         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
7076         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
7077         deleting the IFX iCode.
7078         * src/hc08/ralloc.c: reduced unneeded slocs
7079         * src/hc08/gen.c: fixed bug in asmopToBoolean
7080
7081 2003-11-04  Borut Razem <borut.razem AT siol.net>
7082
7083         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
7084           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
7085           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
7086           transferred to configure
7087
7088 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
7089
7090         Use headers defined in the C[++] standards:
7091         * sim/ucsim/gui.src/serio.src/fileio.cc
7092         * sim/ucsim/gui.src/serio.src/frontend.cc
7093         * sim/ucsim/gui.src/serio.src/main.cc
7094         * sim/ucsim/gui.src/serio.src/posix_signal.cc
7095         * support/Util/NewAlloc.c
7096         * as/hc08/lklibr.c
7097         * as/mcs51/lklibr.c
7098         * as/z80/aslist.c
7099         * as/z80/assym.c
7100
7101 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7102
7103         * Added MSVC projects for hc08 assembler and linker:
7104         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
7105         /as/hc08/link_hc08.dsp
7106
7107 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
7108
7109         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
7110
7111 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
7112
7113         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
7114
7115 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7116
7117         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
7118
7119 2003-10-31  Borut Razem <borut.razem AT siol.net>
7120
7121         * support/cpp2/cpplib.h,
7122           support/cpp2/cpplib.c,
7123           support/cpp2/cpplex.c,
7124           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
7125           to switch _asm block preprocessing on / off. Default is
7126           #pragma preproc_asm +
7127
7128 2003-10-31  Borut Razem <borut.razem AT siol.net>
7129
7130         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
7131           when outputting comment blocks (when executed with -C option) and
7132           _asm (SDCPP specific) blocks
7133
7134 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7135
7136         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
7137
7138 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
7139
7140         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
7141
7142 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
7143
7144         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
7145         * src/SDCCast.c (decorateType): fixed bug #832664
7146
7147 2003-10-31  Borut Razem <borut.razem AT siol.net>
7148
7149         * support\cpp2\cpplex.c: fixed for SDCPP:
7150           comments(when executed with -C option) and _asm blocks
7151           were included even if they where in skipped #if block.
7152           Applied solution from GCC cpp 3.3.2
7153
7154 2003-10-31  Borut Razem <borut.razem AT siol.net>
7155
7156         * src/SDCC.lex: sdcc now understands both formats:
7157           '# <line_number> <file_name>' and
7158           '#line <line_number> <file_name>'
7159         * support/cpp2/cppmain.c: sdcpp now generates the standard
7160           '# <line_number> <file_name>' instead of former
7161           '#line <line_number> <file_name>'
7162
7163 2003-10-30  Borut Razem <borut.razem AT siol.net>
7164
7165         * support/cpp2/cpphash.h,
7166         * support/cpp2/cpplib.h
7167         * support/cpp2/cpplex.c,
7168         * support/cpp2/cppmain.c,
7169         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
7170
7171 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         Fixed a number of problems revealed by bug #827883.
7174         * src/SDCCloop.c (loopInvariants): Spill location of the
7175         result operand should be recomputed if extracted from
7176         a loop. Also, don't extract assignments of an iTemp
7177         from a literal.
7178         * src/SDCCast.c (isConformingBody): loop reversal should
7179         not occur if the control variable is involved with a
7180         relational operator.
7181
7182 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
7183
7184         * .version: bumped to 2.3.6 to reflect the big improvements
7185         made by Erik and Klaus. Thanks!
7186
7187 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
7188
7189         Replaced the livrange code.
7190         * src/SDCClrange.c: added new LR code
7191         * src/SDCCloop.c,
7192         * src/SDCCBBlock.h: removed remainig parts from old LR code
7193         * src/ds390/ralloc.c,
7194         * src/ds390/gen.c: minor fixes to make it work with new code
7195
7196 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7197
7198         * as/hc08/asm.h,
7199         * as/hc08/lkrloc.c,
7200         * src/hc08/gen.c,
7201         * src/hc08/ralloc.c: Fix various warnings related to the hc08
7202         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
7203         (tweaked fix for bug #818696)
7204
7205 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
7208
7209 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7210
7211         * src/SDCCmain.c,
7212         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
7213         * src/mcs51/gen.c (gencjneshort),
7214         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7215         more efficient (per Scott Bronson's suggestion)
7216
7217 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7218
7219         Extended the semantics of the critical keyword to include
7220         individual statements. See RFE #827755 and #799831
7221         * src/SDCC.y
7222         * src/SDCCicode.c
7223         * src/SDCCopt.c
7224         * src/SDCCast.c
7225         * support/Util/SDCCerr.c
7226         * support/Util/SDCCerr.h
7227         * src/mcs51/gen.c
7228         * src/ds390/gen.c
7229         * src/hc08/gen.c
7230
7231 2003-10-19  Borut Razem <borut.razem AT siol.net>
7232
7233         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7234
7235 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7236
7237         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7238         Fixed bug #818696
7239         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7240         and predecrement operand is displayed
7241
7242 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7243
7244         * src/SDCCval.c (valMinus): fixed bug #826041
7245
7246 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7247
7248         Some hc08 related updates that I missed earlier
7249         * sim/ucsim/stypes.h
7250         * support/regression/ports/hc08/spec.mk
7251
7252 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7253
7254         New target "hc08" for the Motorola 68hc08 family of micros
7255
7256         * configure
7257         * configure.in
7258         * Makefile
7259         * src/hc08/*
7260         * src/SDCCmain.c
7261         * src/port.h
7262         * sim/ucsim/hc08.src/*
7263         * sim/ucsim/configure.in
7264         * src/ucsim/configure
7265         * sim/ucsim/packages_in.mk
7266         * as/hc08/*
7267         * as/Makefile
7268         * device/include/mc68hc908qy.h
7269         * device/lib/hc08/*
7270         * device/lib/Makefile.in
7271         * support/regression/ports/hc08/*
7272         * support/regression/Makefile
7273
7274 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7275
7276         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7277         regression test
7278         * src/ds390/gen.c (genCast): fixed bug #821957
7279
7280 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7281
7282         * device/lib/logf.c: "fixed" overlay bug
7283         * support/regression/ports/host/spec.mk: added m library
7284         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7285         * support/regression/tests/float_trans: added (for Eric)
7286
7287 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7288
7289         * src/mcs51/gen.c (genCpl): fixed bug
7290         http://sf.net/mailarchive/message.php?msg_id=6263915
7291
7292 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7293
7294         * src/SDCCast.c (decorateType): added extended constant folding
7295         * src/SDCCsymt.c (computeType): cleanup
7296         * src/SDCCval.c (valShift): minor optimization
7297         * support/regression/tests/ast_constant_folding.c: added
7298
7299 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * src/SDCCmain.c: removed some unintended changes
7302
7303 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7304
7305         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7306         * src/z80/gen.c: fixed part of bug #817589
7307         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7308
7309 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7310
7311         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7312         * src/SDCCcflow.c
7313         * src/SDCCcse.c
7314         * src/SDCCdflow.c
7315         * src/SDCClabel.c
7316         * src/SDCClrange.c
7317         * src/SDCCmem.c
7318         * src/SDCCopt.c
7319         * src/SDCCpeeph.c
7320         * src/SDCCset.c
7321         * src/avr/ralloc.c
7322         * src/ds390/ralloc.c
7323         * src/izt/ralloc.c
7324         * src/mcs51/ralloc.c
7325         * src/pic/ralloc.c
7326         * src/pic16/ralloc.c
7327         * src/xa51/ralloc.c
7328         * src/z80/ralloc.c
7329         * src/z80/gen.c: removed unused label "release:"
7330
7331 2003-10-06  Borut Razem <borut.razem AT siol.net>
7332
7333         * src/SDCC.lex: removed definition of unused variables
7334           save_optimize and save_options
7335
7336 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7337
7338         * clean.mk: removed '=' in "-maxdepth=1"
7339         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7340         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7341
7342 2003-10-06  Borut Razem <borut.razem AT siol.net>
7343
7344         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7345           my_unput() replaced by unput()
7346
7347 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7348
7349         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7350         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7351         type-punned pointer will break strict-aliasing rules"
7352         Old LR behaviour is again default; Klaus' LR can be choosen by
7353         defining the environment variable LRKLAUS
7354         * src/SDCCBBlock.h
7355         * src/SDCCloop.c
7356         * src/SDCClrange.c
7357         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7358         * clean.mk: fixed removal of files in bin/CVS/
7359         * device/lib/clean.mk: fixed removal of directories small and large
7360         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7361         * src/SDCCicode.c,
7362         * src/SDCCval.c: removed superflous test for pedantic
7363
7364 2003-10-05  Borut Razem <borut.razem AT siol.net>
7365
7366         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7367           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7368           message "unmatched #pragma SAVE and #pragma RESTORE"
7369
7370 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7371
7372         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7373           assembly, critical functions, atomic, nojtbound)
7374
7375 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7376
7377         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7378         * src/SDCCBBlock.h
7379         * src/SDCCloop.c
7380         * src/SDCCloop.h
7381         * src/SDCClrange.c
7382
7383 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         * src/z80/gen.h,
7386         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7387         * src/mcs51/gen.h
7388         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7389         * src/ds390/gen.h
7390         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7391         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7392         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7393
7394 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7395
7396         * src/z80/gen.c (genRet): fixed bug #524753
7397         * src/z80/gen.c (genCast): fixed internal error on cast from
7398         pointer to long
7399         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7400         fix for bug #477835 to the z80
7401         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7402         for tracking iCodes in the peephole optimizer for z80
7403
7404 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7405
7406         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7407         the other part of bug #814548
7408         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7409
7410 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/SDCCcse.c: fixed part of bug #814548
7413
7414 2003-09-28  Borut Razem <borut.razem AT siol.net>
7415
7416         * src/asm.c: rewrite of printILine() to use temporary file instead
7417           a pipe
7418         * src/xa51/main.c: commented out declaration of int rewinds
7419
7420 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7421
7422         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7423
7424 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7425
7426         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7427         * src/asm.c (printILine): Fixed bug #811015
7428
7429 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7430
7431         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7432         freeing.
7433
7434 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7435
7436         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7437         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7438         to correctly handle general case of AOP_PAIRPTR
7439         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7440
7441 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/mcs51/ralloc.c (fillGaps),
7444         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7445         register positioning bug)
7446
7447 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7448
7449         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7450
7451 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7452
7453         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7454         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7455         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7456         (ralloc doesn't intentionally do this now, but perhaps later)
7457         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7458         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7459         register positioning bugs (Fixed bug #762602 and #795325)
7460         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7461         (Fixed bug #808779)
7462         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7463         lines that --i-code-in-asm generates
7464
7465 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7466
7467         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7468         trying to fclose a FILE* that was already closed.
7469
7470 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7471
7472         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7473         of const struct should be treated as if const themselves)
7474
7475 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7476
7477         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7478
7479 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7480
7481         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7482         Unix (/n) and DOS (/r/n) line terminations.
7483
7484 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7487         bug #613775
7488
7489 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7490
7491         * src/mcs51/gen.c (genFunction, genEndFunction),
7492         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7493         and restore of EA so that stack offsets to parameters are
7494         correct when using both critical and reentrant/stack-auto.
7495         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7496         size (can be triggered in error if sloc is shared between
7497         different sized objects)
7498         * device/include/float.h: fixed macros to explicitly use
7499         unsigned long where needed
7500
7501 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7502
7503         Feature req. 799831: added code to allow nesting of critical functions
7504         * src/mcs51/gen.c (genFunction, genEndFunction)
7505         * src/ds390/gen.c (genFunction, genEndFunction)
7506
7507 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7508
7509         * src/SDCCsymt.c (sclsFromPtr),
7510         * src/SDCCsymt.h,
7511         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7512         support for standard C idiom of memory mapped variables; for
7513         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7514         to xdata int at 0x1234 tempvar = 1.
7515         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7516         provided by Akiya ISHIDA
7517
7518 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7519
7520         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7521         * src/SDCCval.c (constVal): added reduction from int to char
7522         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7523         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7524         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7525         to ignore the sign
7526         * support/regression/tests/shifts.c: fixed
7527
7528 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7529
7530         * src/z80/gen.c (genXor): Fixed bug #805445
7531
7532 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         Fixed bug #621531 (const & volatile confusion in the type chain).
7535         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7536         refer to the const or volatile state of the pointer itself.
7537
7538         * src/SDCCast.c
7539         * src/SDCCglue.c
7540         * src/SDCCicode.c
7541         * src/SDCCsymt.c
7542         * src/SDCCval.c
7543         * src/SDCC.y
7544         * src/SDCCsymt.h
7545         * src/pic/gen.c
7546         * src/pic/ralloc.c
7547         * src/pic16/gen.c
7548         * src/pic16/ralloc.c
7549         * support/regression/tests/const.c
7550
7551 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7552
7553         When checking for duplicated modules, use absolute paths
7554         instead of relative paths.  Files changed:
7555
7556         * as/mcs51/lklib.c
7557         * link/z80/lklib.c
7558
7559 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7560
7561         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7562
7563 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7564
7565         * device/include/string.h: added size_t typedef, changed
7566         prototypes to use size_t, eliminated separate reentrant and
7567         non-reentrant declarations, added _memmove declaration
7568         * device/lib/_memcpy.c: changed to use size_t instead of int,
7569         changed /4 to >>2 to avoid division library call
7570         * device/lib/_memcmp.c,
7571         * device/lib/_memset.c,
7572         * device/lib/_strncat.c,
7573         * device/lib/_strncpy.c,
7574         * device/lib/_strncmp.c: changed to use size_t instead of int
7575         * device/lib/_memmove.c: new file (fixed bug #772294)
7576         * device/lib/Makefile.in: added _memmove.c
7577         * device/lib/z80/asm_strings.s: fixed bug #772290
7578         * support/regression/tests/bitfields.c: attempt to fix host assertion
7579         failure on amd64-unknown-linux2.2
7580
7581 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7582
7583         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7584         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7585         * as/z80/asmain.c (main): fixed bug #801766
7586
7587 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7588
7589         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7590         compilers
7591
7592 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7593
7594         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7595         reported in bug #800609
7596
7597 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7598
7599         * Top header beautifications in src/pic16 directory:
7600           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7601           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7602           pcoderegs.h, ralloc.c, ralloc.h
7603         * main.c: added top header and GPL license notice
7604         * pcode.c: fixed the if-conditional warning
7605
7606 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7607
7608         * device/lib/_mullong.c: replaced int by short for gcc
7609
7610 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7611
7612         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7613         and JUMPTABLE iCodes properly now (worked by accident before)
7614         * src/mcs51/gen.c (leftRightUseAcc),
7615         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7616         iCode properly now. Use getSize instead of nRegs since a & b
7617         aren't part of the nRegs tally.
7618
7619 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7620
7621         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7622         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7623           before instructions that use the _STATUS register
7624
7625 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7626
7627         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7628         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7629         fetching of the pointer
7630         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7631         copied from genNearPointerSet()
7632         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7633         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7634         If they pop r0/r1 they must be called in the opposite order than aopOp().
7635         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7636         (resp. --stack-auto), prepared for --xstack
7637
7638 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7639
7640         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7641
7642 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7643
7644         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7645         these ports have their own __sdcc_external_start()
7646
7647 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7648
7649         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7650         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7651         type for bits was changed. It resulted in bit variables becoming
7652         global, which is not permitted in PIC 14 assembly output.
7653
7654 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7655
7656         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7657
7658 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7659
7660         Z80 and MCS51 linkers complaint if a public symbol is defined
7661         in more than one library module:
7662
7663         * as/mcs51/lklib.c
7664         * link/z80/lklib.c
7665         * as/mcs51/Makefile.in
7666
7667 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7668
7669         A few small changes that speed up the peephole optimizer.
7670
7671         * src/SDCCpeeph.c
7672
7673 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         Try to make the peephole optimizer smarter by maintaining
7676         an association between the assembly source code and the
7677         iCodes that originated them. Put this information to use
7678         with a new peephole rule condition "notVolatile" so that
7679         the rules can be aggressive yet still safe.
7680
7681         * src/SDCCpeeph.c
7682         * src/SDCCpeeph.h
7683         * src/mcs51/gen.c
7684         * src/mcs51/peeph.def
7685
7686 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7687
7688         Fixed bug #741761
7689
7690         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7691         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7692         if the left or right operand symbols have the accuse flag set.
7693
7694 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7695
7696         Changed the type of the result of the ! (NOT) operator to char;
7697         previously it returned the same type as the source. This allows
7698         us to eliminate all the genFloatNot functions (all of its target
7699         implementations were very buggy) since !float can use the same
7700         code as !long now.
7701
7702         * src/SDCCicode.c (ast2iCode): ! returns char
7703         * src/mcs51/gen.c (genNot, genNotFloat),
7704         * src/ds390/gen.c (genNot, genNotFloat),
7705         * src/z80/gen.c (genNot, genNotFloat),
7706         * src/pic/gen.c (genNot, genNotFloat),
7707         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7708
7709 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7710
7711         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7712         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7713            during interrupts. Ensure WSAVE is located at a shared bank address.
7714         2. Fixed page selection in some places
7715         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7716            the registers name strings.
7717         4. Fixed "signed / unsigned compare" compiler warnings.
7718         5. The PIC port manages its own allocation of the general purpose
7719            registers, but makes no attempt to reuse them. As a result when
7720            compiling it soon runs out of general purpose registers. Some
7721            additional code was added to the files pcode.c and device.c to walk
7722            through the function call tree and rename the registers so that they
7723            get reused.
7724
7725         * src/pic/device.c
7726         * src/pic/gen.c
7727         * src/pic/glue.c
7728         * src/pic/pcode.c
7729         * src/pic/pcode.h
7730         * src/pic/ralloc.c
7731         * src/pic/ralloc.h
7732         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7733         genPlus() & genMinus() when the result is the same as left or right
7734
7735 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7736
7737         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7738
7739 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7740
7741         Made bitfield a distinct type from bit so that bitfields
7742         convert as per ANSI C and bits retain their traditional
7743         boolean style behaviour. Implemented bitfield support in
7744         the z80 port.
7745
7746         * src/SDCCsymt.h,
7747         * src/SDCCsymt.c,
7748         * src/SDCCast.c,
7749         * src/cdbFile.c,
7750         * src/mcs51/gen.c,
7751         * src/ds390/gen.c: bit v bitfield split
7752         * src/z80/gen.c: New support for bitfields
7753         * support/regression/tests/bitfields.c: reenabled z80,
7754         added more tests
7755
7756 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7757
7758         Rules 246.x, 247.x relate to bitfields, the others speed up
7759         access to xdata mapped I/O devices.
7760
7761         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7762
7763 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         Cleaned up genPackBits and genUnpackBits and added two helper
7766         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7767         for literal assignments in genPackBits (thanks to Frieder for
7768         reminding me).
7769
7770         * src/mcs51/gen.c
7771         * src/ds390/gen.c
7772
7773 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7774
7775         Fixed bug #748310 (pointer to function type mishandled when the
7776         function name is omitted). Also fixed a SIGSEGV when a function
7777         attribute (reentrant, etc) is used on a non-function or on a
7778         function but misplaced before the parameter list.
7779
7780         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7781         bug #748310
7782         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7783         * support/Util/SDCCerr.h,
7784         * support/Util/SDCCerr.c: Added func attr misuse error msg
7785
7786 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7787
7788         Fixed bug #787649 by anonymous
7789         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7790         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7791
7792 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7793
7794         Fixed numerous bitfield problems.
7795
7796         * src/SDCC.y: More bitfield related error checking
7797         * src/SDCCsymt.h,
7798         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7799         * support/Util/SDCCerr.h,
7800         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7801         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7802         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7803         * support/regression/tests/bitfields.c: tests added
7804
7805 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7806
7807         Made the constant following the "interrupt" keyword optional. If
7808         omitted, the function will not automatically be given an entry
7809         in the interrupt vector table (similar to #pragma NOIV, but
7810         less syntacticly kludgy). The interrupt number is also now
7811         range checked. Also fixed a bug in the high order bit example
7812         in the manual.
7813
7814         * src/SDCC.y
7815         * src/SDCCmem.c
7816         * src/SDCCglue.c
7817         * src/SDCCsymt.h
7818         * support/Util/SDCCerr.c
7819         * support/Util/SDCCerr.h
7820         * doc/sdccman.lyx
7821
7822 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7825         * src/SDCCicode.c (operandOperation): rewritten some ops
7826         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7827         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7828         other type
7829         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7830         be re-activated by defining REDUCE_LITERALS)
7831         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7832         unsigned, but are signed by default
7833         * src/SDCCval.c (constVal): rearranged
7834         * src/SDCCval.c (valMod): preliminary fix
7835         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7836         * support/regression/literalop.c: added, work in progress
7837
7838 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7839
7840         Generate warnings for useless declarations like "char data;"
7841         that don't do what new users expect.
7842
7843         * src/SDCC.y
7844         * support/Util/SDCCerr.h
7845         * support/Util/SDCCerr.c
7846
7847 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7848
7849         * src/SDCCval.c (valMult): fix overflow detection of negative int
7850
7851 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7852
7853         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7854
7855         Changes to support big endian targets:
7856
7857         * src/ports.h
7858         * src/SDCCglue.c
7859         * src/avr/main.c
7860         * src/ds390/main.c
7861         * src/izt/i186.c
7862         * src/mcs51/main.c
7863         * src/pic/main.c
7864         * src/pic16/main.c
7865         * src/xa51/main.c
7866         * src/z80/main.c
7867
7868 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7869
7870         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7871         * device/lib/time.c: fixed warning "integer overflow in expression"
7872
7873 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7874
7875         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7876         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7877         constants are unsigned; added recognition of "u" flag for unsigned
7878         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7879         * src/SDCCval.c (valDiv, valMod): fixed signdness
7880         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7881         signedness of modulo, left and right shift
7882         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7883         * support/Util/SDCCerr.h: added warning W_INT_OVL
7884         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7885         * src/SDCCast.c (ast_print): improved output of constants
7886
7887 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7888
7889         Fixed some warnings when building with MSVC:
7890
7891         * as\mcs51\asdata.c
7892         * as\z80\asdata.c
7893         * as\mcs51\asm.h
7894         * as\z80\asm.h
7895         * link\z80\aslink.h
7896         * link\z80\lkdata.c
7897         * link\z80\lkeval.c
7898         * link\z80\lkgb.c
7899         * link\z80\lkihx.c
7900         * link\z80\lks19.c
7901         * link\z80\lksym.c
7902         * support\cpp2\cpplib.c
7903         * src\ds390\gen.c
7904         * src\mcs51\gen.c
7905
7906 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7907
7908         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7909
7910 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7911
7912         * support\librarian\clean.mk: Do not remove Makefile.
7913         * support\librarian\Makefile: added.
7914
7915 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7916
7917         Added librarian to MSVC build:
7918         * all.dsp
7919         * sdcc.dsw
7920         * support\librarian\librarian.dsp
7921
7922         'configure' not needed for librarian, removed:
7923         * support\librarian\configure
7924         * support\librarian\configure.in
7925         * support\librarian\config_in.h
7926         * support\librarian\Makefile.in
7927
7928         Hopefully these ones built the librarian and the rest of sdcc properly:
7929         * Makefile
7930         * Makefile.common.in
7931
7932         Messed up 'configure', so revert to previous version:
7933         * configure
7934         * configure.in
7935
7936 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7937
7938         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7939         there, while the mantissa of a double is "only" 53 bits wide.
7940
7941 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7942
7943         Adding sdcclib to the build.  MSVC project coming soon.
7944         Files added/changed:
7945
7946         * support\librarian\clean.mk
7947         * support\librarian\configure
7948         * support\librarian\configure.in
7949         * support\librarian\config_in.h
7950         * support\librarian\Makefile.bcc
7951         * support\librarian\Makefile.in
7952         * support\librarian\sdcclib.c
7953         * Makefile.bcc
7954         * Makefile
7955         * Makefile.common.in
7956         * configure
7957         * configure.in
7958
7959 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7960
7961         Linker now complaints if linked modules have conflicting options, for
7962         example, one compiled using --model-large and another one compiled with
7963         --model-small.  The following files were modified:
7964
7965         * as\mcs51\asdata.c
7966         * as\mcs51\aslink.h
7967         * as\mcs51\asm.h
7968         * as\mcs51\asmain.c
7969         * as\mcs51\asout.c
7970         * as\mcs51\i51pst.c
7971         * as\mcs51\lkdata.c
7972         * as\mcs51\lklibr.c
7973         * as\mcs51\lkmain.c
7974         * as\z80\asdata.c
7975         * as\z80\asm.h
7976         * as\z80\asmain.c
7977         * as\z80\asout.c
7978         * as\z80\z80pst.c
7979         * link\z80\aslink.h
7980         * link\z80\lkdata.c
7981         * link\z80\lklibr.c
7982         * link\z80\lkmain.c
7983         * src\SDCCglue.c
7984
7985 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7986
7987         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7988         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7989
7990 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7991
7992         * src/z80/mappings.i: fix _mul[us][int,long] entries
7993
7994 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7995
7996         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7997
7998 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7999
8000         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
8001         * support/regression/tests/bitopcse.c: added
8002         fixed warning:
8003         * src/avr/gen.c:
8004         * src/pic/gen.c:
8005         * src/pic16/gen.c:
8006         * src/z80/gen.c:
8007         * src/xa51/gen.c:
8008
8009 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8010
8011         added support for new library format to z80, gbz80 linkers:
8012         *link/z80/aslink.h
8013         *link/z80/lklex.c
8014         *link/z80/lklib.c
8015         *link/z80/lklist.c
8016
8017 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
8018
8019         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
8020         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
8021
8022 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
8023
8024         added DUMMY_READ_VOLATILE:
8025         * src/SDCC.y:
8026         * src/avr/gen.c:
8027         * src/xa51/gen.c:
8028         * src/z80/gen.c:
8029         * src/pic/gen.c:
8030         * src/pic16/gen.c:
8031         * src/mcs51/gen.c:
8032         * src/ds390/gen.c:
8033         * src/SDCCcse.c (algebraicOpts): many improvements
8034         * src/SDCCcse.h: removed algebraicOpts()
8035         * src/SDCCicode.c (picDummyRead): added
8036
8037 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8038
8039         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
8040         "Insufficient space in data memory".
8041
8042 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8043
8044         * src/mcs51/gen.c: fixed bug #771358
8045         * src/z80/gen.c: fixed bug #759087
8046
8047 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
8048
8049         * src/pic16/glue.c: minor cleanup by Vangelis
8050
8051 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8052
8053         * device/include/regc515c.h: fixed #758477
8054         * device/lib/_gptrget.c: saving some cycles in generic pointer get
8055         * device/lib/_gptrput.c: saved a few bytes
8056         * my tab spacing is 8, yours too?)
8057         * device/lib/_ser.c: process RX bytes earlier than TX bytes
8058         * device/lib/serial.c: process RX bytes earlier than TX bytes
8059         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
8060
8061 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8062
8063         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
8064
8065 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8066
8067     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
8068
8069 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
8070
8071         * device/lib/Makefile.in: bad fix, reverted to 1.43
8072
8073 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
8074
8075         * device/lib/Makefile.in: added missing z80 object files
8076
8077 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
8080         pic16 progress by Vangelis:
8081         * src/SDCCglobl.h:
8082         * src/SDCCmain.c:
8083         * src/pic/Makefile:
8084         * src/pic:
8085         * pic/Makefile:
8086         * pic16/device.c:
8087         * pic16/device.h:
8088         * pic16/gen.c:
8089         * pic16/gen.h:
8090         * pic16/genarith.c:
8091         * pic16/glue.c:
8092         * pic16/main.c:
8093         * pic16/pcode.c:
8094         * pic16/pcode.h:
8095         * pic16/pcodepeep.c:
8096         * pic16/peeph.def:
8097
8098 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8099
8100     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
8101
8102 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8103
8104     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
8105     added gbz80 build to MSVC project.
8106     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
8107     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
8108     from 8051 stuff and setup so it links using a .lnk file.
8109
8110 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8111
8112     * support/librarian/sdcclib.c: sdcc librarian.
8113     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
8114     with sdcclib.
8115
8116 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8117
8118     * as/mcs51/lkmain.c: properly handle extensions in function afile.
8119
8120 2003-07-02  Borut Razem <borut.razem AT siol.net>
8121
8122         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
8123         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
8124         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
8125         src/xa51/main.c, src/z80/main.c:
8126         virtualization of glue() function: each port has it's own glue function,
8127         which is accessed by do_glue function pointer in PORT.general structure
8128
8129 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
8130
8131         * DS800C400 fun, improved ROM interface and tinibios.
8132
8133 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
8134
8135         * More support for DS80C400. Now includes beginning of interface to ROM.
8136
8137 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
8138
8139         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
8140
8141 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8142
8143         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
8144
8145 2003-06-19  Borut Razem <borut.razem AT siol.net>
8146
8147         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
8148
8149 2003-06-19  Borut Razem <borut.razem AT siol.net>
8150
8151         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
8152         fixed Z80 port - crt0.o: cannot open.
8153
8154 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
8155
8156         * support/Util/MySystem.c (merge_command): revert bad fix
8157
8158 2003-06-18  Borut Razem <borut.razem AT siol.net>
8159
8160         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
8161
8162 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8163
8164         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8165         option --use-stdout sends errors to stdout instead of stderr.
8166
8167 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
8168
8169         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
8170
8171 2003-06-15  Borut Razem <borut.razem AT siol.net>
8172
8173         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
8174         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
8175         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
8176         fixed width array of pointers replaced with sets;
8177         multiple include and lib paths ared transferred to preprocessor and linker
8178         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
8179         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
8180         fixed width array of pointers
8181         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
8182         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
8183         fixupPath(), getPathDifference()
8184         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
8185         fixed width array of pointers
8186
8187 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
8188
8189         * src/pic16/ralloc.c: fix warnings
8190         * src/pic16/pcode.c: fix warning
8191
8192 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
8193
8194          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
8195         know all the details, but essentially this set of changes enable
8196         the pic16 port to generate movff instructions and generate assembler
8197         directives,
8198         * src/SDCCmain.c:
8199         * src/pic16/gen.c:
8200         * src/pic16/glue.c:
8201         * src/pic16/pcode.c:
8202         * src/pic16/device.c:
8203         * src/pic16/main.c:
8204         * src/pic16/pcode.h:
8205         * src/pic16/pcoderegs.c:
8206         * src/pic16/ralloc.c:
8207         * src/pic16/ralloc.h:
8208
8209 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8210
8211         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
8212         added option --vc, so sdcc errors and warnings are compatible with
8213         Microsoft Visual Studio.
8214
8215 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8216
8217         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8218           device/lib/libfloat.lib: added atof function.
8219
8220 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8221
8222         * doc/sdccman.lyx: updated to Lyx 1.3
8223         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8224         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8225         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8226
8227 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8228
8229         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8230
8231 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8232
8233         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8234           additions to the "related tools/documentation" section
8235
8236 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8237
8238         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8239
8240 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8241
8242         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8243         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8244
8245 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8246
8247         * doc/sdccman.lyx: fix double dash and other minor things
8248         * doc/Makefile: fix double dash
8249
8250 2003-05-28  Karl Bongers(patches from Martin Helmling)
8251         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8252           condition and ignore commands.
8253
8254 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8255
8256         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8257           is in parts still quite out of date, I did changes as far as I felt makes sense
8258           for a non-native english speaker.
8259           Please feel free to add to the manual or to correct my changes.
8260         * doc/Makefile: undid touching the date of intermediate tex files.
8261
8262 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8263
8264         * doc/sdccman.lyx: Manual has an index now
8265
8266 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8267
8268         Finalize muluint/mulsint and mululong/mulslong merging:
8269         * device/lib/_mulint.c
8270         * device/lib/_mullong.c
8271         * device/lib/gbz80/mul.s
8272         * device/lib/gbz80/stubs.s
8273         * device/lib/z80/mul.s
8274         * device/lib/z80/stubs.s
8275         * src/SDCCsymt.c (initCSupport)
8276
8277 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8278
8279         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8280         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8281           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8282           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8283           instead of /Zm500.
8284
8285 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8286
8287         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8288           the regression tests I'm not brave enough to enable 245.b, 245.c
8289         * doc/sdccman.lyx: added latex preamble for hyperref package.
8290           Using pdflatex this will give you a hyperlinked pdf file with
8291           bookmarks. (prepend '%' before /usepackage if this breaks something)
8292
8293 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8294
8295          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8296
8297 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8298
8299         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8300
8301 2003-05-21    <johan AT balder>
8302
8303         * src/SDCCglue.c (printIval): fixed bug #739934
8304
8305 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8306
8307         Applied patch from bug 737905 (renamed yylineo to mylineno):
8308         * src/altlex.c
8309         * src/SDCCast.c
8310         * src/SDCglobl.h
8311         * src/SDCC.lex
8312         * src/SDCCsymt.c
8313         * src/SDCCval.c
8314         * src/pic16/pcode.c: Cleaned warnings
8315         * src/pic16/pcodeflow.c: Cleaned warnings
8316         * src/pic16/pcoderegs.c: Cleaned warnings
8317
8318 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8319
8320         * src/pic16/pcode.c: Cleaned warnings
8321         * src/pic16/pcodepeep.c: Cleaned warnings
8322         * src/pic16/ralloc.c: Cleaned warnings
8323
8324 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8325
8326         * doc/sdccman.lyx: fixed bug 739745
8327         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8328
8329 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8330
8331         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8332         it can be defined with CFLAGS when running configure
8333         * src/SDCCmain.c: fixed compiling + linking with object files
8334
8335 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8336
8337         * configure.in: configure for pic16 port,
8338             added --disable-pic16-port
8339         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8340         * src/SDCCmain.c: linkOptions is changed to set *,
8341             added if/endif conditional macros to remove options help
8342             messages from optionsTable when a port is not configured, added
8343             support for the PIc16 port in the ports table, when executing
8344             the compiler with no port specified on command line, a default
8345             port is selected with the new macro DEFAULT_PORT which is
8346             defined in port.h, in setDefaultOptions() linkOptions is removed
8347             from initialization assignment, since now it is a set,
8348             parseCmdLine uses setParseWithComma for linkOptions, in
8349             linkEdit() linkOptions are accessed with new function indexSet()
8350             which returns the i'th item of a set variable. See SDCCset.c, in
8351             linkEdit() when calling buildCmdLine(), added linkOptions as
8352             last argument. Now users can pass arguments to gplink via the
8353             -Wl option, main() uses pic16glue() to glue up pic16 programs
8354         * src/SDCCpeeph.c: various changes to support pic16
8355         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8356             return the i'th item of the set
8357         * src/SDCCset.h: added function prototype for indexSet()
8358         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8359         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8360         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8361             added macro DEFAULT_PORT
8362         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8363         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8364             generated
8365         * src/pic16/glue.c: commented out some error producing lines
8366         * src/pic16/main.c: __config directives are commented out to stop
8367             gpasm complaining and test the linkage with gplink, _linkCmd and
8368             _asmCmd changed to be more gplink and gpasm friendly
8369         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8370             produced an error when parsed, peep rule 12 is added to utilize
8371             movff, but it is commented out since the pCode does not support
8372             yet a command with 2 address arguments
8373
8374 2003-05-18    <johan AT balder>
8375
8376         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8377         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8378 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8379
8380         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8381   Added feature to script commands from file.
8382
8383 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8384
8385         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8386         * src/SDCCutil.c: include ctype.h for win32
8387
8388 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8389
8390         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8391
8392 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8393
8394         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8395   Fixed so you can set breakpoints prior to run, run does not stop
8396   on entry now.  Add tbreak.  Other enhancements and fixes for use
8397   with ddd.
8398
8399 2003-05-12  Borut Razem <borut.razem AT siol.net>
8400
8401         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8402
8403 2003-05-11  Borut Razem <borut.razem AT siol.net>
8404
8405         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8406         the path of bin directory, so that PATH is the only env. variable, which has to be set
8407         in case of standard installation.
8408         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8409         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8410         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8411
8412 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8415         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8416         temp files are in the port dir; clean the gen/test directory when
8417         generating new test.c
8418         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8419         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8420         * support/regression/tests/zeropad.c: added
8421
8422 2003-05-09    <johan AT balder>
8423
8424         * src/SDCCglue.c: fixed bug #597940
8425
8426 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8427
8428         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8429   cache sfr, optimize next,step, fix off by one sourceline,
8430   support ddd list function.
8431         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8432
8433 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8434
8435         * support/regression/HTMLgen.py: added compare_s2f()
8436         * support/regression/Makefile: redo 1.27
8437         * support/regression/generate-cases.py: redo 1.5
8438
8439 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8440
8441         * support/regression/tests/float.c: workaround 33 bit hex constant
8442         * support/regression/tests/simplefloat.c: fix division for host
8443
8444 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8445
8446         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8447         that tame's the PIC's over-aggressive optimizer.
8448
8449 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8450
8451          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8452          support for MSVC.
8453
8454 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8455
8456         Initial support for DS80C400. "Hello world" runs on TINIm400
8457         (with polled I/O).
8458
8459 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8460
8461          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8462          * Some notes on ddd usage added in debugger/README
8463          Martin Helmling adding more features and fixes for ddd GUI debugger.
8464          Code added for nexti, stepi, up, down, and other adjustments.
8465
8466 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8467
8468         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8469         * src/pic/peeph.def Added two rules to optimize carry manipulation
8470         * src/pic/* removed debug printfs
8471
8472 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8473
8474         * debugger/mcs51/cmd.c: added header newalloc.h
8475
8476 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8477
8478         * as/Makefile: new EXEEXT
8479         * as/z80/Makefile: remove trailing slash of BUILDIR
8480         * as/z80/clean.mk: new EXEEXT
8481         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8482         * support/cpp2/Makefile.in: new EXEEXT
8483         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8484
8485 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8486
8487         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8488         EXEEXT was introduced to fix all related problems with targets
8489         "clean", "install" and "uninstall"; a couple of further flaws
8490         especially with "clean" have been fixed too
8491         * as/mcs51/Makefile.in
8492         * as/mcs51/clean.mk
8493         * as/z80/Makefile
8494         * Makefile
8495         * clean.mk
8496         * debugger/mcs51/Makefile.in
8497         * debugger/mcs51/clean.mk
8498         * link/z80/Makefile
8499         * link/z80/Makefile.in
8500         * link/z80/clean.mk
8501         * link/Makefile
8502         * packihx/Makefile.in
8503         * packihx/clean.mk
8504         * sim/ucsim/Makefile
8505         * sim/ucsim/clean.mk
8506         * sim/ucsim/avr.src/Makefile.in
8507         * sim/ucsim/avr.src/clean.mk
8508         * sim/ucsim/s51.src/Makefile.in
8509         * sim/ucsim/s51.src/clean.mk
8510         * sim/ucsim/xa.src/Makefile.in
8511         * sim/ucsim/xa.src/clean.mk
8512         * sim/ucsim/z80.src/Makefile.in
8513         * sim/ucsim/z80.src/clean.mk
8514         * sim/ucsim/main_in.mk
8515         * sim/ucsim/packages_in.mk
8516         * sim/ucsim/gui.src/Makefile.in
8517         * sim/ucsim/gui.src/serio.src/Makefile.in
8518         * sim/ucsim/gui.src/serio.src/clean.mk
8519         * src/Makefile.in
8520         * src/clean.mk
8521         * support/cpp2/Makefile.in
8522         * support/cpp2/clean.mk
8523         * support/makebin/Makefile
8524         * support/makebin/clean.mk
8525         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8526         * doc/sdccman.lyx: --program-suffix no longer needed
8527
8528 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8529
8530          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8531          Martin Helmling added support for ddd GUI debugger.
8532          Code added to display assembly, set variables, and other commands
8533          to interface to ddd.
8534
8535 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8536
8537         * as/Makefile: fix target clean
8538         * as/clean.mk: fix target clean
8539         * as/z80/clean.mk: fix target clean
8540
8541 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8542
8543         * Makefile.common.in: added  AT EXEEXT AT
8544         * configure.in: removed all mingw32 stuff
8545         * configure: rebuilt from configure.in
8546         * doc/sdccman.lyx: updated section "installation"
8547         * support/scripts/sdcc_mingw32: adapted to configure
8548         * support/scripts/sdcc_cygwin_mingw32: added
8549
8550 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8551
8552         * src/pic Added object file support for the PIC port
8553         * src/pic Applied patch from Craig Franklin (this started the object file support)
8554         * src/regression Updated the PIC regression tests for object files
8555
8556 2003-04-20  Borut Razem <borut.razem AT siol.net>
8557
8558         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8559           lklex.c: In function `getfid':
8560           lklex.c:203: warning: array subscript has type `char'
8561         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8562           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8563         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8564           stack handling macros
8565
8566 2003-04-19  Borut Razem <borut.razem AT siol.net>
8567
8568         * "handling space characters in file path" task:
8569         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8570         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8571         * support/Util/MySystem.h: make it self-sufficient
8572         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8573           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8574           handling space characters in file path
8575         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8576           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8577         * support/Util/MySystem.c: handling space characters in executable's path
8578
8579 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8580
8581         * as/z80/Makefile: fix permanent rebuild of z80
8582         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8583         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8584
8585 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8586
8587         * src/SDCCopt.c: add special case optimization to replace modulo by
8588           a power of two with a bitwise AND.
8589
8590 2003-04-18    <johan AT balder>
8591
8592         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8593
8594 2003-04-17    <johan AT balder>
8595
8596         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8597         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8598
8599 2003-04-13  Borut Razem <borut.razem AT siol.net>
8600
8601         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8602         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8603           fixed mingw problem in adl_NORMALIZE_PATH
8604
8605 2003-04-12  Borut Razem <borut.razem AT siol.net>
8606
8607         * fixed "#pragma SAVE/RESTORE can not be nested":
8608         * src/SDCC.lex: reworked pragma handling functions
8609         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8610         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8611
8612 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8613
8614         * src/SDCCutil.c (pathEquivalent): defined but not used
8615         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8616         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8617         * configure: rebuilt from configure.in
8618         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8619         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8620         * device/include/Makefile.in: replace sdcc_datadir
8621         * device/lib/Makefile.in: replace sdcc_datadir
8622         * Makefile.common.in: add LDFLAGS from configure
8623         * packihx/Makefile.in: use LDFLAGS
8624         * src/Makefile.in: use LDFLAGS
8625         * support/cpp2/Makefile.in: add LDFLAGS from configure
8626         * support/makebin/Makefile: use LDFLAGS
8627         * .version: bumped version number to 2.3.5
8628
8629 2003-04-12  Borut Razem <borut.razem AT siol.net>
8630
8631         * completed "different paths" task:
8632         * src/SDCCmacro.c: fixed bug in handling quotes
8633         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8634         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8635
8636 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8637
8638         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8639
8640 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8641
8642         * ds390/gen.c ds390/peeph.def: fix bug 706781
8643
8644 2003-04-11  Borut Razem <borut.razem AT siol.net>
8645
8646         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8647
8648 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8649
8650         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8651         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8652          set - this bit used to not be set...).
8653         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8654           bad code in PIC Port
8655         * src/regression/and2.c added to test bug 609268
8656         * src/regression/Makefile added and2.c to regression test
8657
8658
8659 2003-04-08    <johan AT CP255758-A>
8660
8661         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8662         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8663         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8664
8665 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8666
8667         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8668         fix bug #487815
8669         * support/cpp2/Makefile.in: fix bug #487815
8670         * configure: rebuilt from configure.in
8671         * Makefile.common.in: docdir changed, new path suffixes
8672         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8673         * sdcc_vc_in.h: reflect changes from sdccconf.h
8674         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8675         * src/SDCCutil.h: remove BINDIR hack
8676         * doc/sdccman.lyx: update new path hierarchy
8677
8678 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8679
8680         * src/SDCCpeeph.c: added okToRemoveSLOC test
8681
8682 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8683
8684         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8685
8686 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8687
8688         * src/SDCCpeeph.c: added labelIsReturnOnly test
8689         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8690
8691 2003-04-05    <johan AT balder>
8692
8693         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8694         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8695         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8696         * src/SDCCast.c: fixed a warning
8697         * src/SDCCast.h: fixed a warning
8698         * src/SDCCicode.c (operandFromAst): fixed a warning
8699
8700 2003-04-04    <johan AT balder>
8701
8702         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8703         * src/SDCCast.c (decorateType): fixed bug #715076
8704         * src/SDCC.y: fixed bug #702907
8705
8706 2003-04-03    <johan AT balder>
8707
8708         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8709         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8710         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8711         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8712         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8713
8714 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8715
8716         * _decdptr.c: fix return values
8717         * _gptrget.c: fix return values
8718         * _gptrgetc.c: fix return values
8719         * _gptrput.c: fix return values
8720         * _mulint.c: fix return values
8721         * as/z80/Makefile: fix 'make -j' problem
8722
8723 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8724
8725         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8726         * configure.in: big cleanup, updated to autoconf 2.5x
8727         * configure: rebuilt from configure.in
8728         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8729         * sdcc_vc_in.h: reflect changes from sdccconf.h
8730         * doc/Makefile: fixed a flaw in "make install"
8731
8732 2003-04-02    <johan AT balder>
8733
8734         * src/ds390/gen.c (genCmp): no comments
8735         * src/mcs51/gen.c (genCmp): no comments
8736         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8737         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8738
8739 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8740
8741         * support/regression/generate-cases.py: place generated file in given sub directory
8742         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8743         * support/regression/Makefile: improvements for 'make -j';
8744         side effect: it's simpler and faster now
8745
8746 2003-03-31  Borut Razem <borut.razem AT siol.net>
8747
8748         * src/z80/main.c: link-{port} and as-{port} defined without path
8749         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8750
8751 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8752
8753         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8754
8755 2003-03-30  Borut Razem <borut.razem AT siol.net>
8756
8757         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8758           changed type of list parameter to set
8759         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8760         * src/port.h: changed type of do_assemble() parameter to set
8761         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8762           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8763           definition of "cppoutfilename" macro with NULL value in preProcess()
8764         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8765         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8766         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8767           replaced with set *binPathSet
8768         * shash_add() deallocates the item, if allready exsists, before adding the new one
8769         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8770
8771 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8772
8773         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8774           a nested for loop bug in the PIC port
8775         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8776           for loops
8777
8778 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8779
8780         * support/Util/dbuf.h: remove C++ stuff to make it portable
8781
8782 2003-03-28  Borut Razem <borut.razem AT siol.net>
8783
8784         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8785           literal strings in stringLiteral()
8786         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8787         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8788           to the project
8789
8790 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8791
8792         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8793
8794 2003-03-26    <johan AT balder>
8795
8796         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8797         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8798         * src/SDCCast.c (decorateType): fixed " -v < 3"
8799
8800 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8801
8802         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8803         Added Lenny Story's debug infrastructure changes:
8804         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8805         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8806         * src/cdbFile.c: added
8807         * src/SDCCdebug.c: added
8808         * src/SDCCdebug.h: added
8809         * src/SDCCast.c (createFunction)
8810         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8811         * src/SDCCmain.c (parseCmdLine, main)
8812         * src/SDCCmem.c (redoStackOffsets)
8813         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8814         * src/SDCCsymt.h
8815         * src/common.h
8816         * src/avr/gen.c (genAVRCode)
8817         * src/ds390/gen.c (gen390Code)
8818         * src/mcs51/gen.c (gen51Code)
8819         * src/pic/gen.c (genpic14Code)
8820         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8821         * src/xa51/gen.c (genXA51Code)
8822         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8823
8824 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8825
8826         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8827         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8828
8829 2003-03-22    <johan AT balder>
8830
8831         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8832
8833 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8836         * doc/cdbfileformat.lyx: added, written by Lenny Story
8837         * doc/Makefile: added cdbfileformat.lyx
8838         * doc/clean.mk: added cdbfileformat.lyx
8839
8840 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8841
8842         * src/mcs51/peeph.def: fix bug #705773
8843
8844 2003-03-20    <johan AT balder>
8845
8846         An sfr/sbit can have an "at #" AND an initializer
8847         * src/SDCCsymt.c (checkSClass):
8848         * src/SDCCmem.c (allocGlobal):
8849         * src/SDCCmem.c (allocLocal):
8850         * src/SDCCast.c (createBlock):
8851
8852 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8853
8854         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8855
8856 2003-03-16    <johan AT balder>
8857
8858         Undid the hackup of const and volatile, the problem is much bigger
8859         * src/SDCC.y:1.65
8860         * src/SDCCast.c:1.171
8861         * src/SDCCglue.c:1.138
8862         * src/SDCCicode.c:1.146
8863         * src/SDCCsymt.c:1.150
8864         * src/SDCCval.c:1.65
8865
8866 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8867
8868         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8869         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8870
8871 2003-03-13    <johan AT balder>
8872
8873         Hackup const and volatile modifiers in type chains a bit:
8874         * src/SDCC.y:1.63
8875         * src/SDCCast.c:1.169
8876         * src/SDCCglue.c:1.136
8877         * src/SDCCicode.c:1.143
8878         * src/SDCCsymt.c1.146
8879         * src/SDCCsymt.h1.59
8880         * src/SDCCval.c:1.63
8881
8882 2003-03-12    <johan AT balder>
8883
8884         * src/SDCCBBlock.h: more LRH debugging junk
8885         * src/SDCCcflow.h: more LRH debugging junk
8886         * src/SDCCloop.c: more LRH debugging junk
8887         * src/SDCC.y (struct_declaration): fixed bug #697590
8888         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8889         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8890         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8891
8892 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8893         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8894         test function names must now match exactly).
8895         * src/SDCCcse.c: added special case in findCheaperOp to allow
8896         extending a short integer. Makes less awful code for bug 700121 test case.
8897
8898 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8899
8900         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8901         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8902
8903 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8904
8905         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8906         actually called (operandsNotEqual() was called for all
8907         operandsNotEqualX tests).
8908
8909 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8910
8911         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8912         with shorter literals. Fixes bug 700121.
8913
8914 2003-03-11    <johan AT balder>
8915
8916         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8917
8918 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8919
8920         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8921         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8922
8923 2003-03-10  Borut Razem <borut.razem AT siol.net>
8924
8925         * src/SDCCmain.c: pipe preprocessor's output
8926         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8927         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8928         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8929         which closes all pipes in pipeSet set
8930         * src/SDCCset.c: free deleted item in function deleteSetItem()
8931         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8932         moved from z80 to src subproject
8933         * .version: increased version number to 2.3.4
8934
8935 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8936
8937         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8938         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8939         * support/regression/ports/xa51/spec.mk: fix typo
8940
8941 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8944
8945 2003-03-09  Borut Razem <borut.razem AT siol.net>
8946
8947         * src/SDCCmain.c: pipe preprocessor's output
8948         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8949         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8950         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8951         which closes all pipes in pipeSet set
8952         * src/SDCCset.c: free deleted item in function deleteSetItem()
8953         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8954         moved from z80 to src subproject
8955
8956 2003-03-09  Borut Razem <borut.razem AT siol.net>
8957
8958         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8959         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8960         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8961         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8962         * src/SDCCglobl.h: unification of WIN32 native definitions
8963
8964 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8965
8966         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8967
8968 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8969
8970         * src/configure.in:   check for endianess (even while cross-compiling)
8971         * src/configure:      check for endianess (even while cross-compiling)
8972         * src/configure_in.h: check for endianess (even while cross-compiling)
8973         * src/avr/gen.c:        remove old endianess stuff
8974         * src/mcs51/gen.c:      remove old endianess stuff
8975         * src/ds390/gen.c:      remove old endianess stuff
8976         * src/pic/gen.c:        remove old endianess stuff
8977         * src/pic/genarith.c:   remove old endianess stuff
8978         * src/pic/glue.c:       fix endianess check
8979         * src/pic16/gen.c:      remove old endianess stuff
8980         * src/pic16/genarith.c: remove old endianess stuff
8981         * src/pic16/glue.c:     fix endianess check
8982         * src/xa51/gen.c:       remove old endianess stuff
8983         * src/z80/gen.c:        fix endianess check
8984         * src/SDCCglue.c:       fix endianess check
8985         * src/ds390/peeph.def: fix bug 700036
8986
8987 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8988
8989         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8990         * src/configure: find appropriate data-types on host for SDCC's int and long
8991         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8992         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8993         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8994
8995 2003-03-07    <johan AT balder>
8996
8997         Just a big NOOP:
8998                 some minor cleanups before the big shot
8999                 OP_DEFS and OP_USES now use Kevin's protection
9000                 new option --nolabelopt
9001
9002         * src/SDCCBBlock.c:
9003         * src/SDCCast.c,:
9004         * src/SDCCcflow.c:
9005         * src/SDCCcse.c:
9006         * src/SDCCicode.c:
9007         * src/SDCCicode.h:
9008         * src/SDCClabel.c:
9009         * src/SDCCloop.c:
9010         * src/SDCCmain.c:
9011         * src/ds390/ralloc.c:
9012         * src/mcs51/ralloc.c:
9013         * src/pic/ralloc.c:
9014         * src/xa51/ralloc.c:
9015         * src/z80/ralloc.c:
9016
9017 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
9018
9019         * src/pic/pcode.c (get_op): fix 64 bit warnings
9020         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
9021         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
9022         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
9023         * support/regression/tests/malloc.c: fix 64 bit warnings
9024
9025 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
9026
9027         * src/mcs51/gen.c (genMinus): fixed bug 696436
9028
9029 2003-03-02  Borut Razem <borut.razem AT siol.net>
9030
9031         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
9032
9033 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
9034
9035         * configure.in: test for mkstemp
9036         * sdccconf_in.h: add HAVE_MKSTEMP
9037
9038 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         * device/include/ctype.h: removed warning while using --stack-auto
9041         * device/include/malloc.h: removed warning while using --stack-auto
9042         * device/include/string.h: removed warning while using --stack-auto
9043
9044 2003-02-23  Borut Razem <borut.razem AT siol.net>
9045
9046         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
9047         because NDEBUG is defined (see man assert)
9048         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
9049
9050 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9051
9052         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
9053         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
9054
9055 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9056
9057         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
9058         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
9059
9060 2003-02-18    <johan AT balder>
9061
9062         * as/mcs51/asmain.c (asmbl): module can start with a digit
9063         * as/z80/asmain.c (asmbl): module can start with a digit
9064
9065 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
9066
9067         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
9068         * src/asm.c: fix pipe() for Mingw32
9069
9070 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
9071
9072         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
9073         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
9074         make -V work again; --c1mode reads now from stdin
9075         * doc/sdccman.lyx: added --c1mode
9076         * support/Util/SDCCerr.c: new messages for c1 mode
9077         * support/Util/SDCCerr.h: new messages for c1 mode
9078         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
9079
9080 2003-02-15    <johan AT balder>
9081
9082         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
9083
9084 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
9085
9086         * doc/sdccman.lyx: Environment variables, -o and other minor things
9087
9088 2003-02-14    <johan AT balder>
9089
9090         * src/xa51/main.c: before anyone really tries to use it :)
9091
9092         * Install doc's in share/sdcc/doc
9093         * removed some obsolete files
9094         * Do a proper make distclean and uninstall
9095         M Makefile.common.in
9096         R sdccbuild.sh
9097         M as/Makefile
9098         M device/include/Makefile.in
9099         M device/lib/Makefile.in
9100         M doc/sdccman.lyx
9101         M link/Makefile
9102         M sim/ucsim/doc/Makefile.in
9103         M src/clean.mk
9104         R src/avr/peeph.rul
9105         R src/xa51/peeph.rul
9106         M support/cpp2/Makefile.in
9107         M support/makebin/Makefile
9108
9109
9110 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
9111
9112         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
9113
9114 2003-02-10  Borut Razem <borut.razem AT siol.net>
9115
9116         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
9117         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
9118         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
9119         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
9120         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
9121         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
9122         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
9123         src/z80/Makefile.bcc: Borland Makefile cleanup
9124         * as/z80/Makefile.bcc: Added Borland Makefile
9125         * support/cpp2/borland.h: Removed
9126
9127 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
9128
9129         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
9130         * src/SDCC.lex: new pragma NOIV
9131         * src/SDCCglobl.h: new pragma NOIV
9132         * src/SDCCmem.c: new pragma NOIV
9133
9134 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9135
9136         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
9137
9138 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
9139
9140         * src/SDCCmain.c: signal handling is switched off by --debug
9141         * doc/Makefile: small fix for install; use clean.mk again
9142         * doc/clean.mk: clean *.pdf and *.html too
9143
9144 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
9145
9146         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
9147         * device/lib/printfl.c: fix a ds390 bug by making it portable
9148         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
9149         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
9150         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
9151         * debugger/mcs51/cmd.c: converted multi-line string literals
9152         * sim/ucsim/globals.cc: converted multi-line string literals
9153         * src/SDCCmain.c: introduced signal handler to remove temp files
9154         * doc/Makefile: small tweaks, implement clean
9155         * doc: removed generated files
9156
9157 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9158
9159         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
9160         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
9161         Address Record is not correctly generated for DS390."
9162
9163 2003-02-02  Borut Razem <borut.razem AT siol.net>
9164
9165         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
9166         * as/mcs51/asm.h: fixed compilation with Borland C
9167         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
9168         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
9169         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
9170         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
9171         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
9172         src/z80/Makefile.bcc: delete $(LIB) only if exist
9173         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
9174
9175 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
9176
9177         * device/include/malloc.h: introduced NULL
9178         * device/include/string.h: introduced NULL
9179         * device/include/stdlib.h: introduced NULL
9180         * device/lib/_memcpy.c: removed NULL
9181         * device/lib/_strcat.c: removed NULL
9182         * device/lib/_strchr.c: removed NULL
9183         * device/lib/_strcmp.c: removed NULL
9184         * device/lib/_strcpy.c: removed NULL
9185         * device/lib/_strcspn.c: removed NULL
9186         * device/lib/_strlen.c: removed NULL
9187         * device/lib/_strncat.c: removed NULL
9188         * device/lib/_strncmp.c: removed NULL
9189         * device/lib/_strncpy.c: removed NULL
9190         * device/lib/_strpbrk.c: removed NULL
9191         * device/lib/_strrchr.c: removed NULL
9192         * device/lib/_strspn.c: removed NULL
9193         * device/lib/_strstr.c: removed NULL
9194         * device/lib/_strtok.c: removed NULL
9195         * device/lib/malloc.c: removed NULL, include own header
9196
9197 2003-02-02    <johan AT balder>
9198
9199         * 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
9200         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
9201         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
9202         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
9203         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
9204         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
9205
9206 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9207
9208         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
9209         area 'DATA'"
9210
9211 2003-02-01    <johan AT balder>
9212
9213         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9214
9215 2003-01-31    <johan AT CP255758-A>
9216
9217         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9218
9219 2003-01-30    <johan AT balder>
9220
9221         * src/SDCCBBlock.c: automatic bug detection
9222         * src/SDCCicode.c: automatic bug detection
9223
9224 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9225
9226         * src/SDCCglobl.h:   now --xram-size 0 works
9227         * src/SDCCmain.c:    now --xram-size 0 works
9228
9229 2003-01-29    <johan AT balder>
9230
9231         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9232
9233 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9234
9235         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9236         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9237         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9238         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9239         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9240         * src/SDCCmain.c:    Added options --xram-size and --code-size
9241
9242 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9243
9244         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9245         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9246
9247 2003-01-27    <johan AT balder>
9248
9249         * src/SDCC.y: fixed bug #613764
9250
9251 2003-01-26    <johan AT balder>
9252
9253         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9254         * src/SDCCsymt.h: fixed bug #673374
9255         * src/SDCCglue.c: fixed bug #661910
9256         * src/SDCCast.c: fixed bug #458099 and 673374
9257
9258 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9259
9260         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9261         * as/mcs51/strcmpi.h: added
9262         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9263         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9264         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9265         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9266         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9267         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9268         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9269         * as/mcs51/Makefile.aslink: new module strcmpi
9270         * as/mcs51/Makefile.asx8051: new module strcmpi
9271         * as/mcs51/Makefil.bcc: new module strcmpi
9272         * as/mcs51/Makefile.in: new module strcmpi
9273         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9274
9275 2003-01-26    <johan AT balder>
9276
9277         * src/SDCCglue.c: reverted back to 1.124
9278         * src/SDCCast.c: reverted back to 1.156
9279         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9280
9281 2003-01-25    <johan AT balder>
9282
9283         * src/SDCCglue.c: A better fix for bug #661910
9284         * src/SDCCast.c: A better fix for bug #661910
9285         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9286
9287 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9288
9289         * src/Makefile.in: remove spawn.o
9290         * src/SDCCmain.c: remove spawn.h
9291         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9292         * src/spawn.c: removed
9293         * src/spawn.h: removed
9294         * support/regression/ports/ds390/spec.mk: link with -r
9295
9296 2003-01-24    <johan AT CP255758-A>
9297
9298         * src/ds390/gen.c (aopOp): fixed bug #667458
9299         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9300         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9301         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9302
9303 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9304
9305         * src/mcs51/peeph.def: better assembler identation by Frieder
9306         * src/mcs51/gen.c: better assembler identation by Frieder
9307
9308 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9309
9310         * as/z80/string.h: removed for gcc 3.2
9311         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9312         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9313
9314 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9315
9316         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9317         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9318         * support/regression/Makefile: separate temp files for ports
9319         * support/regression/generate-cases.py: separate temp files for ports
9320         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9321         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9322
9323 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9324
9325         * moved tinitalk to device/examples/ds390
9326
9327 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9328
9329         * as/mcs51/lkmem.c: rflag is for DS390
9330         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9331         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9332                          (linkEdit): move mem- and map-files the same way as ihx-files
9333         * src/z80/main.c (_setDefaultOptions): removed --generic
9334         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9335         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9336         * src/pic/glue.c (picglue): --c1mode works again
9337         * src/pic16/glue.c (pic16glue): --c1mode works again
9338         * src/asm.c (printCLine): fix #660034
9339
9340 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9341
9342         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9343         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9344         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9345         * as/mcs51/lkmem (summary): better fix for sp problem
9346         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9347         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9348         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9349                                               remove --stack-after-data
9350
9351 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9352
9353         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9354         * src/SDCCutil.c (join): ugly bug: missing '\0'
9355         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9356
9357 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9358
9359         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9360         * src/port.h: typo
9361         * src/pic/main.c (_asmCmd): gpasm supports -o
9362         * src/z80/main.c: more general macros
9363         * device/lib/Makefile.in: remove intermediate files
9364
9365 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9366
9367         * .version: Bumped version number to 2.3.3
9368         * src/SDCCBBlock.c: new option -o
9369         * src/SDCCglobl.h: new option -o
9370         * src/SDCCglue.c: new option -o
9371         * src/SDCCmain.c: new option -o
9372         * src/asm.c: new option -o
9373         * src/ds390/main.c: new option -o
9374         * src/pic/glue.c: new option -o
9375         * src/pic/pcode.c: new option -o
9376         * src/pic/ralloc.c: new option -o
9377         * src/pic16/glue.c: new option -o
9378         * src/pic16/pcode.c: new option -o
9379         * src/pic16/ralloc.c: new option -o
9380         * src/z80/main.c: new option -o
9381         * device/lib/Makefile.in: use -o
9382         * support/regression/ports/ds390/spec.mk: use -o
9383         * support/regression/ports/gbz80/spec.mk: use -o
9384         * support/regression/ports/mcs51/spec.mk: use -o
9385         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9386         * support/regression/ports/z80/spec.mk: use -o
9387         * support/regression/ports/ucz80/spec.mk: use -o
9388         * support/regression/ports/xa51/spec.mk: use -o
9389         * support/regression/fwk/lib/timeout.c: fix usage string
9390
9391 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9392         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9393
9394 2003-01-07    <johan AT balder>
9395
9396         * src/SDCCast.c (decorateType): fixed bug #600035
9397
9398 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9399         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9400         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9401         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9402         * src/pic/pcode.c: outcommented unused variable to remove warnings
9403         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9404
9405 2003-01-06    <karl AT turbobit.com>
9406         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9407    regression tests.
9408
9409 2003-01-06    <johan AT balder>
9410
9411         * src/SDCCicode.c: fixed array add
9412
9413 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9414         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9415         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9416
9417 2003-01-04    <johan AT balder>
9418
9419         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9420
9421 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9422         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9423
9424 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9425         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9426         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9427
9428 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9429         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9430
9431 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9432         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9433
9434 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9435         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9436
9437 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9438
9439     * in \sdcc\as\mcs51\ changed these files in order to create an
9440     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9441     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9442     following files to include the previous two files: aslink.dsp,
9443     Makefile.aslink, Makefile.bcc, and Makefile.in.
9444
9445     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9446     .adb instead of .cdb
9447
9448 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9449
9450         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9451         value from option --iram-size.
9452
9453 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9454
9455         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9456         dram[] array.
9457
9458 2002-09-18    <wiml AT hhhh.org>
9459
9460         * SDCClrange.h: exposed setFromRange() and setToRange()
9461         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9462           packRegsForAccUse() (bug 542397)
9463         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9464           multiple times and emitting the fetch operations more than once
9465           added aopGetUsesAcc() function to allow binary operators to
9466           fetch their operands in the correct order; made genMinus() emit
9467           compact code for X = LITERAL - Y
9468
9469 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9470         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9471         sprintf() in line 1267.
9472
9473 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9474         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9475         like ports.
9476
9477 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9478         Changes to aslink (All the changes are marked with 'JCF'):
9479
9480         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9481         summary().
9482
9483         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9484         area BSEG.  Also moves, if possible, the DATA area down into the internal
9485         ram so more space is available.
9486
9487         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9488         sflag.
9489
9490         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9491         not bytes.  Function summary() which creates a memory usage summary
9492         file with extension .mem.  Reports of overlaping stack and small stack
9493         size.  If the space for the stack is less than 16 bytes aslink trows a
9494         warning.
9495
9496         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9497         the 8051.  Option 'y' for memory summary output file.
9498
9499         Changes to sdcc (All the changes are marked with 'JCF'):
9500
9501         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9502
9503         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9504         overlaying area for it (uses RegBankUsed[4]).
9505
9506         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9507         bank zero as used by default.  By default aslink locates the stack
9508         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9509         the creation of the .mem file.  Delegates the allocation of data area
9510         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9511         the begining of the stack area to aslink.
9512
9513         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9514         glue() in SDCCglue.c creates an area for it.
9515
9516 2002-09-03  Borut Razem <borut.razem AT siol.net>
9517         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9518         sdcc/src/pic/glue.c:
9519         introduced atexit() handler for teporay files removal in case of
9520         errors, assertions, ...
9521
9522 2002-08-29  Borut Razem <borut.razem AT siol.net>
9523         * sdcc/support/cpp2/auto-host_vc_in.h:
9524         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9525         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9526         Maybe there is a similar problem with BORLANDC? It should be checked!
9527
9528         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9529         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9530         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9531         was not executed, and the compiler (cl) launched a warning:
9532         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9533
9534 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9535         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9536
9537 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9538         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9539
9540         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9541           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9542           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9543           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9544           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9545           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9546           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9547         - added Release configuration in VS projects
9548         - review of compiler an linker options
9549         - VC .exe files are generated in bin_vc directory, not to interfere
9550           with binaries generated from other projects (cygwin, mingw, bcc ...)
9551
9552         * sdcc/src/yacc.dsp: added
9553
9554         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9555         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9556         and insert the version number definitions from .version
9557
9558         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9559
9560         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9561         added - genarate auto-host.h using auto-host_vc_in.h as template
9562
9563         * sdcc/sdcc_vc.h,
9564         removed from CVS, generated automatically
9565
9566 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9567         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9568
9569 2002-08-11  Borut Razem <borut.razem AT siol.net>
9570         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9571
9572 2002-08-10  Borut Razem <borut.razem AT siol.net>
9573         * src/SDCCmain.c (main):
9574         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9575         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9576         The consequence was that some temporary files were not removed.
9577
9578         * src/SDCCglue.c:
9579         unification of code in functions tempfilename() and tempfile():
9580         function tempnam() is defined in Visual Studio 6.0 and .NET
9581
9582         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9583
9584         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9585           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9586         - removed compiler command line option /WX: Treats all warnings as errors
9587         - update a list of source files, included into the project
9588
9589         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9590           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9591         changed project type to Generic Project so that can be correcly converted to VS.NET project
9592
9593         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9594
9595         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9596
9597         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9598
9599         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9600         added return 0 statements after assert() to make compiler happy
9601
9602         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9603         added newline in the def file to keep MSC compiler satisfied
9604
9605         * sdcc/src/z80/gen.c:
9606         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9607           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9608         - solved MSC error in function aopDump()
9609
9610         * sdcc_vc.h: define PREFIX as "\\sdcc"
9611
9612 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9613         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9614
9615 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9616         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9617         - Rewrote the register banking algorithm.
9618         - Added pCode live-range analysis to registers (for now, only non-used and
9619         singly-used registers optimized away)
9620
9621         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9622
9623         * 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.
9624
9625 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9626         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9627
9628 2002-04-22  Michael Hope  <michaelh AT vroom>
9629
9630         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9631
9632         * configure.in (DD_COPT): Added include support required for gbdk.
9633
9634         * .version: Bumped version number just to increase it.
9635
9636         * src/SDCCmain.c: Added -nostdinc to the default options.
9637
9638 2002-04-15  Michael Hope  <michaelh AT vroom>
9639
9640         * device/lib/z80/printf.c (sprintf): Added.
9641
9642         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9643
9644         * src/z80/peeph.def: Added transpose redundent load rule.
9645
9646         * src/z80/main.c: Added force callee saves for jaune.
9647
9648         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9649
9650         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9651
9652 2002-03-28  Johan Knol  <johan AT balder>
9653
9654         * src/SDCCval.c: fixed bug #532436
9655
9656 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9657         * /src/port.h:
9658         Added "char *Processor" field to the port structure.
9659
9660         * /src/SDCCmain.c:
9661         Added -p option. Allows port dependent processor to be specified.
9662
9663         * all ports:
9664         Initialized the new field char *Processor field to NULL in all ports
9665
9666         * /src/pic/*:
9667         Compiler generated registers for interrupt context saving
9668         were not getting allocated.
9669
9670 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9671
9672         * /src/SDCCast.c:
9673         Fixed left shift. Will promote the left side of a left shift
9674         if a) left shifting more than size of operand or b) when assigned
9675         to something size > size of left side
9676
9677 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9678         * src/pic/*
9679         tons of changes. Register allocation has been
9680         rewritten. Added customization for the various PICs. Flow
9681         analysis is restructured. ...
9682
9683         * src/pic/device.h:
9684         Added
9685
9686         * src/pic/device.c:
9687         Added. device.c is a PIC port hack to accomodate variations
9688         in PIC devices.
9689
9690 2002-03-13  Michael Hope  <michaelh AT vroom>
9691
9692         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9693
9694 2002-03-04  johanknol  <johanknol AT manik>
9695
9696         * /src/SDCCval.c: fixed
9697
9698         const unsigned char arr[][2] = { { 0, 1 } };
9699         t18.c:1: error: Initializer element is not constant
9700
9701 2002-03-04  bela  <bela AT manik>
9702
9703         * /device/include/mcs51reg.h:
9704         ds89c420 register definition update
9705
9706 2002-03-03    <johan AT FRIJA>
9707
9708         * support/Util/SDCCerr.c: did something, but don't no why anymore
9709
9710         * support/regression/tests/bug-524691.c: made it a little less shy
9711
9712         * src/SDCCast.c (decorateType): fixed bug #524697
9713
9714         * src/SDCCast.c: made some lineno improvements
9715
9716         * src/SDCCval.c (getNelements): changed warning to error
9717
9718         * src/SDCCglue.c (printIvalArray): changed warning to error
9719
9720         * src/SDCCicode.c: fixed a warning for mingw
9721
9722         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9723
9724         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9725
9726 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9727
9728         * src/ds390/peeph.def:
9729         Added some more peephole rules
9730
9731         * src/ds390/gen.c: Various fixes & enhancements
9732
9733         * src/SDCClrange.c, src/SDCClrange.h:
9734         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9735
9736         * src/ds390/ralloc.c:
9737         various fixes & enhancements (ds390) specific
9738
9739         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9740         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9741         from rallocs.
9742
9743         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9744
9745 2002-03-02    <johan AT FRIJA>
9746
9747         * src/SDCCast.c (decorateType): fixed bug #524708
9748
9749         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9750
9751         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9752
9753 2002-03-01  Michael Hope  <michaelh AT vroom>
9754
9755         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9756
9757         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9758
9759 2002-03-01    <johan AT FRIJA>
9760
9761         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9762
9763         * src/SDCCast.c (decorateType): fixed bug #524209
9764
9765         * src/SDCCval.c (valNot): fixed bug #524195
9766
9767 2002-02-26    <johan AT balder>
9768
9769         * src/xa51/gen.c: fixed a warning
9770
9771         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9772
9773         * src/SDCCast.c (decorateType): fixed bug #522534
9774
9775 2002-02-23    <johan AT balder>
9776
9777         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9778
9779 2002-02-22    <johan AT balder>
9780
9781         * src/SDCCast.c: fixed bug #514865
9782
9783         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9784
9785 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9786
9787         * sdcc/src/SDCCloop.c:
9788         Previous fix was not good. basic blocks that have "break" or "return" are
9789         not really partof a loop , but live ranges used in these blocks should
9790         be live thru the entire loop, so set partOfLoop but don't add them to
9791         loop region
9792
9793 2002-02-21    <johan AT FRIJA>
9794
9795         * src/SDCCcse.c: fixed bug #514308
9796
9797 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9798
9799         * src/SDCCloop.c:
9800         Fixed BUG #519583. If a conditional block ended in a return/break
9801         statement inside a loop, it was not being considered part of the loop.
9802
9803         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9804
9805 2002-02-10  Karl Bongers <karl AT turbobit.com>
9806
9807         * debugger/*:
9808         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9809         with lots of comments and notes.
9810
9811         * device/examples/test2.c:
9812         Fix bug, "red" variable not being initialized(compiler complained).
9813
9814         * device/examples/Makefile, examples/test3.c:
9815         Add Makefile in device/examples folder, compiles test3.c
9816         for use as a multiple module SDCDB test case.
9817
9818         * sim/ucsim/cmd.src/cmdset.cc:
9819         Took out debug printfs in ucsim "next" command.
9820
9821         * sim/ucsim/xa.src:
9822         Karl and Johan start ucsim XA support.  Most dissassembly working,
9823         about 75% emulation done(plenty of work remaining).
9824
9825         * sim/ucsim/z80.src:
9826         Add Z80 support to ucsim, add test-ucz80 regression test,
9827         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9828         Notice z80 compiler fails on examples/test3.c/crc code.
9829
9830 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9831
9832         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9833         Added support for --parms-in-bank1
9834
9835         * src/ds390/peeph.def:
9836         added a few more peephole optimzations
9837
9838         * src/ds390/main.c:
9839         1) added __builtin_inp & __builtin_outp used to read in data of given length
9840            from a memory mapped port
9841         2) added __builtin_memcmp
9842         3) added __builtin_swapw swap bytes of a short
9843
9844         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9845         1) handle multiple send & receives from register bank1
9846         2) ralloc can now allocate DPTR1 to some liveRanges
9847
9848         * src/SDCCsymt.c, src/SDCCsymt.h:
9849         changes to handle multiple sends & receives
9850
9851         * src/SDCCptropt.h:
9852         added some pointer arithmetic optimization
9853
9854         * src/SDCCptropt.c:
9855         added some pointer arithmetic optimizations but not stable yet so not
9856         called from anywhere (will get this working shortly)
9857
9858         * src/SDCCopt.c: fixed for multiple sends & receives
9859
9860         * src/SDCCmain.c:
9861         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9862         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9863            set preprocessor defines (depending on options)
9864
9865         * src/SDCCicode.c, src/SDCCicode.h:
9866         changes made to handle multiple sends & receives
9867
9868         * src/SDCCglobl.h:
9869         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9870
9871         * src/SDCCcse.c, src/SDCCcse.h:
9872         added function findbackward def (to be used in upcoming optimization)
9873
9874         * src/SDCCcflow.c, src/SDCCcflow.h:
9875         added function returnAtEnd - to determine if a basic block terminates with
9876         a RETURN iCode
9877
9878         * src/SDCCast.c, src/SDCCast.h:
9879         added option parms-in-bank1
9880
9881         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9882         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9883         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9884         adjusted for --parms-in-bank1 option
9885
9886         * device/include/string.h:
9887         donot redefine "reentrant" keyword
9888
9889         * device/include/ds80c390.h: Added some more SFRs
9890
9891 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9892
9893         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9894
9895 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9896
9897         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9898
9899 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9900
9901         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9902
9903 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9904
9905         * Added --xram-movc option
9906
9907 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9908
9909         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9910
9911 2002-01-11  Johan Knol
9912
9913         * Added math lib of Jesus Calvino-Fraga
9914
9915 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9916
9917         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9918         * support/regression/Makefile: new target test-mcs51-stack-auto
9919         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9920
9921 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9922
9923         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9924
9925 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9926
9927         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9928
9929 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9930
9931         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9932
9933         * src/SDCCglue.h: add definition for printIvalChar()
9934
9935 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9936
9937         * src/SDCCast.c: fix #498138 by Johan
9938
9939         * src/SDCCglue.c: fix #498138 by Johan
9940
9941 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9942
9943         * support/regression/Makefile: fix clean
9944
9945         * support/regression/ports/ds390/support.c: fix transmission of last character
9946
9947 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9948
9949         * /sdcc/src/ds390/gen.c:
9950         a) improved computing address of stack variable
9951         b) took out some #if 0 code
9952         c) improved parmBytes adjustment
9953         d) improved genPlusIncr & genMinusIncr
9954         e) genCmp could generate bad code (when left assigned to DPTR)
9955         f) Fixed bug in hasInc
9956
9957         * /sdcc/src/ds390/ralloc.c:
9958         a) packRegsForSupport could mess up live information (Fixed)
9959         b) packRegsDPTRuse could be incorrect for left & right shift
9960
9961         * /sdcc/src/mcs51/ralloc.c:
9962         packRegsForSupport could mess up the live information (Fixed)
9963
9964         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9965
9966         * /sdcc/src/SDCCast.c:
9967         can reverse a loop even if function call is present as long
9968         as the loop control variable is local & is not passed as parameter
9969
9970 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9971
9972         * /sdcc/ChangeLog: *** empty log message ***
9973
9974         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9975         More builtin function additions for TININative
9976
9977         * /sdcc/src/ds390/ralloc.c:
9978         Had broken the regression testsuite
9979
9980         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9981
9982         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9983         Added funcattr hasStackParms will be set for reentrant functions when there
9984         are paramteres on the stack, this helps in minimizing frame pointer generation
9985         typeFromStr can handle function pointers now
9986
9987         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9988         *** empty log message ***
9989
9990 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9991
9992         * /src/ds390/gen.c, /src/ds390/main.c:
9993         More builtin function additions for TININative
9994
9995         * /src/ds390/ralloc.c:
9996         Had broken the regression testsuite
9997
9998         * /src/SDCCast.c: Fixed a bug in dumptree
9999
10000         * /src/SDCCsymt.c, /src/SDCCsymt.h:
10001         Added funcattr hasStackParms will be set for reentrant functions when there
10002         are paramteres on the stack, this helps in minimizing frame pointer generation
10003         typeFromStr can handle function pointers now
10004
10005         * /doc/builtins.txt, /doc/TININative.txt:
10006         *** empty log message ***
10007
10008
10009 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
10010
10011         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
10012         ALPHA version for -mTININative
10013
10014         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
10015         updated to reflect changes in the port structure
10016
10017         * /src/port.h:
10018         added function do_assemble (similar to do_link) if non-null this function
10019         will be called to do assembly (-mTININative) requires a multi command
10020         assembly
10021         added function genAssemblerEnd will be called to generate assembler Epilogue
10022
10023         * /src/SDCCsymt.c:
10024         added _JavaNative to debug info printing
10025
10026         * /src/SDCCmain.c: added option --tini-libid
10027         added port->do_assemble function (-mTININative) has a multi command assemble
10028
10029         * /src/SDCCglue.c: Disabled "constExpr" check
10030         added port->genAssemblerEnd function
10031
10032         * /src/SDCCglobl.h: Added option --tini-libid value
10033
10034         * /src/SDCCast.h:
10035         tookout optimizeCompare from the header (has no external references)
10036
10037         * /src/SDCCast.c: made one more function "static"
10038
10039 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
10040
10041         * src/z80/mappings.i: Added z80asm support.
10042
10043         * src/z80/main.c: Added z80asm support on --asm=z80asm
10044
10045         * src/z80/gen.c: Fixed asm portability issues.
10046
10047         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
10048
10049         * src/SDCCglue.c (printExterns): Added global/extern split.
10050
10051 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
10052
10053         * support/regression/Makefile: added test for mcs51 model large
10054
10055         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
10056
10057         * support/regression/ports/gbz80/spec.mk: added -mgbz80
10058
10059 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
10060
10061         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
10062
10063 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
10064
10065         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
10066
10067         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
10068
10069 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
10070
10071         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
10072
10073         * support/regression/tests/simplefloat.c: Port to mcs51.
10074
10075 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
10076         * support/regression/tests/bug-485362.c: Added.
10077
10078         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
10079
10080         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
10081
10082         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
10083
10084         * src/z80/gen.c (aopDump): Added a dump function.
10085
10086 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
10087         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
10088
10089         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
10090
10091         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
10092
10093         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
10094
10095         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
10096
10097         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
10098
10099         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
10100
10101         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
10102
10103         * support/regression/ports/ds390/support.c: Use tinibios.
10104
10105         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
10106
10107 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
10108
10109         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
10110         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
10111
10112         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
10113
10114         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
10115
10116 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
10117
10118         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
10119
10120         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
10121         (packRegsForIYUse): Created and optimised.
10122
10123 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10124
10125         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
10126 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
10127
10128         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
10129
10130         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
10131
10132         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
10133
10134 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10135
10136         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
10137
10138         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
10139
10140 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10141
10142         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
10143
10144         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
10145
10146         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
10147
10148 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
10149
10150         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
10151         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
10152         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
10153
10154         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
10155
10156         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
10157         (genNotFloat): Added.
10158         (genUminusFloat): Added.
10159
10160         * device/lib/z80/Makefile: Added floating pt stubs.
10161
10162         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
10163
10164         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
10165
10166         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
10167
10168 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
10169
10170         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
10171
10172         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
10173
10174         * sdcc/support/regression/Makefile: Add port ds390.
10175
10176         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
10177
10178         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
10179
10180         * sdcc/support/regression/ports/ds390/spec.mk: Added.
10181
10182         * sdcc/support/regression/ports/ds390/support.c: Added.
10183
10184         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
10185
10186         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
10187
10188         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
10189
10190 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10191
10192         * device/include/malloc.h: Added z80 and gbz80 support.
10193
10194         * device/lib/gbz80/heap.s: Added.
10195
10196         * device/lib/z80/heap.s: Added.
10197
10198         * device/lib/malloc.c: Added z80 and gbz80 support.
10199
10200         * support/regression/tests/malloc.c (testMalloc): Added.
10201
10202         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
10203
10204         * support/regression/tests/bug-478094.c: Added.
10205
10206         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
10207
10208 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
10209
10210         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
10211
10212         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
10213
10214         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10215
10216         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10217
10218         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10219
10220 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10221
10222         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10223
10224 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10225
10226         * support/regression/tests/bug-477927.c: Added.
10227
10228         * src/z80/peeph.def: Added minor rules.
10229
10230         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10231
10232         * src/z80/peeph.def: Added jump optimisation modification.
10233
10234 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10235
10236         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10237
10238 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10239
10240         * support/regression/tests/funptrs.c: Added.
10241
10242 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10243
10244         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10245
10246 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10247
10248         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10249
10250         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10251
10252         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10253         (movLeft2ResultLong): Created.
10254
10255         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10256         (joinPushes): Added.  Joins two char pushes into a word push.
10257
10258 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10259
10260         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10261
10262         * support/makebin/Makefile (install): Added creation of dest dir.
10263
10264 2001-10-24 Karl Bongers <karl AT turbobit.com>
10265
10266         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10267
10268 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10269
10270         * src/z80/ralloc.c: Turned off faulty pack for one use.
10271
10272         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10273
10274         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10275
10276 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10277
10278         * support/regression/Makefile: Improved clean
10279
10280         * support/regression/ports/gbz80/spec.mk: Added clean
10281
10282         * support/regression/ports/host/spec.mk: Added clean
10283
10284         * support/regression/ports/z80/spec.mk: Added clean
10285
10286         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10287
10288         * support/regression/ports/mcs51/timeout.c: little improvements
10289
10290 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10291
10292         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10293
10294         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10295
10296         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10297
10298 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10299
10300         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10301
10302         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10303
10304 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10305         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10306
10307         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10308
10309         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10310
10311         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10312
10313         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10314
10315         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10316
10317         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10318
10319         * support/regression/tests/longor.c: Added.
10320
10321 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10322
10323         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10324
10325         * as/mcs51/aslink.h: define PATH_MAX
10326
10327         * as/mcs51/asm.h: define PATH_MAX
10328
10329         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10330
10331         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10332
10333         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10334
10335         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10336
10337         * src/SDCCglobl.h: define PATH_MAX
10338
10339         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10340
10341         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10342
10343 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10344
10345         * src/z80/gen.c (gencjneshort): Fixed
10346
10347         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10348
10349 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10350
10351         * support/regression/tests/bug-469671.c: Added.
10352
10353         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10354
10355 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10356
10357         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10358
10359         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10360
10361 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10362
10363         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10364
10365         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10366
10367         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10368
10369         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10370
10371         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10372
10373         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10374
10375         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10376
10377 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10378
10379         * 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.
10380
10381         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10382
10383         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10384
10385 2001-10-07    <johan AT FRIJA>
10386
10387         * device/lib/gets.c (gets): fixed the return value.
10388
10389 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10390         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10391
10392         * 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.
10393
10394         * 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.
10395
10396         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10397
10398         * src/pic/gen.c: Removed Safe_strdup.
10399
10400         * configure.in: Added option to enable libgc support.
10401
10402         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10403         (bitVectUnion): Optimised.
10404         (bitVectIntersect): Optimised.
10405         (bitVectBitsInCommon): Optimised.
10406         (bitVectCplAnd): Optimised.
10407
10408         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10409
10410 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10411
10412         * src/SDCCmain.c: distinguish between assembler debug and plain options
10413
10414         * src/avr/main.c:   remove standard assembler options
10415
10416         * src/ds390/main.c: remove standard assembler options
10417
10418         * src/mcs51/main.c: remove standard assembler options
10419
10420         * src/port.h: removed "PENDING" comment
10421
10422 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10423
10424         * src/device/lib/_mulint.c  : new, with assember functions
10425
10426         * src/device/lib/_mullong.c : new, with assember functions
10427
10428         * src/device/lib/_divuint.c : with assember functions
10429
10430         * src/device/lib/_divsint.c : with assember functions
10431
10432         * src/device/lib/_divulong.c: with assember functions
10433
10434         * src/device/lib/_divslong.c: with assember functions
10435
10436         * src/device/lib/_moduint.c : with assember functions
10437
10438         * src/device/lib/_modsint.c : with assember functions
10439
10440         * src/device/lib/_modulong.c: with assember functions
10441
10442         * src/device/lib/_modslong.c: with assember functions
10443
10444         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10445
10446         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10447
10448         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10449                                       replaced _mululong.c and _mulslong.c by _mullong.c
10450
10451 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10452
10453         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10454
10455 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10456
10457         * src/SDCCglue.c: test, if win32api is available for MINGW
10458
10459 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10460
10461         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10462         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10463         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10464         * support/regression/ports/host/spec.mk: removed GENERIC
10465         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10466         * support/regression/ports/z80/spec.mk: removed GENERIC
10467
10468 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10469
10470         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10471
10472         * support/regression/tests/bug-467035.c: Created.
10473
10474 2001-10-01    <johan AT FRIJA>
10475
10476         * src/SDCC.y: fixed bug #466586 part 1
10477
10478 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10479
10480         * SDCCicode.c: z80 has no generic pointers
10481         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10482
10483 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10484
10485         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10486
10487 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10488
10489         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10490
10491         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10492
10493 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10494
10495         * configure.in: Fixed up so that ucsim is only configured once.
10496
10497         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10498
10499         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10500         (getPathDifference): As above.
10501
10502         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10503
10504         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10505
10506 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10507         * .version: Updated to 2.3.1
10508
10509         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10510         Added copyright header.
10511
10512         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10513         (assemble): Added support for macro based assembler commands.
10514         (linkEdit): Added support for macro based linker commands.
10515         (preProcess): Changed the pre-processor to use macros.
10516         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10517         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10518
10519         * device/lib/z80/crt0.s: Added module name for debugging.
10520
10521 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10522
10523         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10524
10525         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10526
10527         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10528
10529         * src/Makefile.in: Added SDCCmacro and SDCCutil
10530
10531 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10532
10533         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10534
10535 2001-09-16    <johan AT FRIJA>
10536
10537         * 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.
10538
10539 2001-09-15    <johan AT FRIJA>
10540
10541         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10542         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10543
10544 2001-09-11    <johan AT FRIJA>
10545
10546         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10547
10548 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10549
10550         * support/regression/tests/bug-460444.c: Added test case.
10551
10552         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10553         (genCast): Added justification for all of the asserts.
10554
10555 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10556
10557         * support/regression/support.c: _xdata replaced by xdata
10558
10559         * support/regression/spec.mk: removed _generic
10560
10561 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10562
10563         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10564
10565         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10566         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10567
10568         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10569
10570         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10571
10572         * support/regression/tests/bug-460010.c: Added test case.
10573
10574         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10575
10576 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10577
10578         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10579
10580         * support/regression/testfwk.c: removed workaround for bug #436344
10581
10582         * support/regression/tests/bp.c: use less memory with mcs51
10583
10584         * support/regression/tests/bug-441448.c: use less memory
10585
10586         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10587
10588         * support/regression/collate-results.py: typo
10589
10590 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10591
10592         * support/regression/tests/fetchoverlap.c: Added new test case.
10593
10594         * support/regression/tests/bp.c: Added new test case.
10595
10596         * support/regression/tests/bug-448984.c: Added new test case.
10597
10598         * support/regression/tests/pow2shifts.c: Added new test case.
10599
10600         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10601         (genlshTwo): Fixed right shift for count > 8.
10602
10603         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10604
10605 2001-09-08    <johan AT FRIJA>
10606
10607         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10608
10609 2001-09-07    <johan AT FRIJA>
10610
10611         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10612
10613         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10614
10615 2001-09-06    <johan AT FRIJA>
10616
10617         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10618         * bernhard noted me at this: "() equals to (void)" (1.38)
10619
10620 2001-09-05    <johan AT FRIJA>
10621
10622         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10623
10624 2001-09-04    <johan AT FRIJA>
10625
10626         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10627
10628
10629 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10630
10631         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10632
10633 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10634
10635         * link/z80/aslink.h: Fixed path for PATH_MAX
10636
10637 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10638
10639         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10640
10641         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10642
10643         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10644
10645         * 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.
10646
10647 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10648
10649         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10650         (genCmp): Fixed up genCmp for the GB with longs.
10651
10652         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10653
10654         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10655
10656         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10657
10658         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10659
10660 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10661
10662         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10663
10664 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10665
10666         * 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.
10667
10668         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10669
10670 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10671
10672         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10673
10674         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10675
10676 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10677
10678   * sim/ucsim/configure:    little improvement of Cygwin-detection
10679   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10680   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10681   * support/regression/tests/bug-221100.c: small changes for mcs51
10682   * support/regression/tests/bug-221168.c: small changes for mcs51
10683   * support/regression/tests/bug-227710.c: small changes for mcs51
10684   * support/regression/tests/staticinit.c: small changes for mcs51
10685   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10686   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10687   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10688
10689 $Revision$