* support/regression/ports/mcs51-xstack-auto/spec.mk: added --std-sdcc99 to LIBSDCCFLAGS
[fw/sdcc] / ChangeLog
1 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCicode.h,
4         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
5         renamed, added possibility to create "postLoopLbl"-labels
6         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
7         newiTempLoopHeaderLabel
8         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
9         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
10         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
11         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
12         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
13         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
14         (basicInduction): fixed bug #136564, made static,
15         (loopInduction): changed parameter of basicInduction, made static,
16         (addPostLoopBlock): added
17         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
18         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
19         findLoopEndSeq
20         * support/regression/tests/bug-136564.c: added
21         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
22         --std-sdcc99 to LIBSDCCFLAGS
23
24 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
25
26         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
27         while loop
28         * support/regression/tests/bug-1406131.c: added
29
30 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
31
32         * src/SDCCast.c (decorateType): fix promotion of unary minus
33         * src/SDCCsymt.c (computeType): beautified
34         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
35         (valUnaryPM, valComplement): fix sign and promotion,
36         (valNot): ANSI: result type is int (SDCC: unsigned char)
37         * support/regression/tests/uminus.c: speedup by removing superflous
38         test case 'int'
39         * support/regression/tests/onebyte.c: added promotion and signedness
40         tests for unary minus
41         * support/regressions/tests/bug-477927.c: disable warning about
42         uninitialized variables
43         * support/regression/tests/not.c: added
44
45 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
46
47         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
48         * src/mcs51/gen.c (gen51Code): show final register usage after
49         fillGaps in asm with --i-code-in-asm
50         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
51         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
52         incUsed, rliveClear, adjustIChain): made static,
53         (setFromRange): excluded because it's unused,
54         (findPrevUseSym, markWholeLoop): added,
55         (findPrevUse): rewritten; fixes bug 895992; now a complete search
56         through all branches of predecessors enables sdcc to emit the warning
57         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
58         (rlivePoint): made static, added parameter emitWarnings which is only
59         true during the first run out of two,
60         (findRecursiveSucc, findRecursivePred): removed,
61         (computeLiveRanges): made static, added parameter emitWarnings,
62         (dumpIcRlive): added for debugging only
63         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
64         removed prototype of setFromRange()
65         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
66         in call of computeLiveRanges()
67         * support/regression/tests/bug-895992.c: added
68         * support/regression/tests/bug-971834.c: added
69         * support/valdiag/tests/bug-895992.c: added
70         * support/valdiag/tests/bug-971834.c: added
71
72 2005-12-18 Raphael Neider <rneider AT web.de>
73
74         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
75           (genUnpackBits): improved code for direct operands,
76           (genPackBits): improved code for literal assignment to bitfields
77             and for direct destination operands (no FSR indirection),
78             prevented redundant AND, fixes #1362800,
79           (AccLsh): added parameter to disable masking of the result
80         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
81           skip instructions with side-effects (like incfsz),
82           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
83         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
84         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
85           fixes #1375263
86
87 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
88
89         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
90         volatile variables as spill location
91
92 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
93
94         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
95         replacing literals
96         * support/regression/tests/bug-1376320.c: added
97
98 2005-12-08 Raphael Neider <rneider AT web.de>
99
100         * src/pic/device.c: renamed is_shared to pic14_is_shared
101         * src/pic/gen.c (genIfx): re-enabled handling of sbits
102         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
103           (is_valid_identifier): added for above workaround
104
105 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * device/lib/Makefile.in: fixed to enable port-specific-objects
108         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
109           char, thanks Hubert Sack
110         * doc/sdccman.lyx: documented --xstack-loc,
111           elaborated a bit more on interrupts and pitfalls,
112           removed "setjmp/longjmp unsupported",
113           documented some unsupported C99 features
114         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
115         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
116           if, thanks Hubert Sack
117         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
118         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
119           make make_library
120         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
121           regression tests can report resource usage (rfe 700441)
122         * support/regression/collate-results.py: report resource usage
123         * support/regression/ports/ds390/spec.mk,
124         * support/regression/ports/hc08/spec.mk,
125         * support/regression/ports/mcs51/spec.mk,
126         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
127         * support/regression/ports/ds390/uCsim.cmd,
128         * support/regression/ports/hc08/uCsim.cmd,
129         * support/regression/ports/mcs51/uCsim.cmd,
130         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
131         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
132           library, use the default one
133         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
134           building the library
135
136 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
137
138         * config.dsp: added dependency on .version and configure_vc.awk
139         * device/include/setjmp.h: updated for --stack-auto and --xstack
140         * device/include/mcs51/at89c51snd1c.h: corrected line endings
141         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
142         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
143         * device/lib/libsdcc.lib: added _setjmp
144         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
145           (decorateType): fixed bug 1372851,
146           (optimizeGetHbit): fixed warning
147         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
148           array initialisation
149         * support/regression/tests/bug1057979.c: added test for bug 1358192
150         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
151
152 2005-12-03 Borut Razem <borut.razem AT siol.net>
153
154         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
155           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
156
157 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
158
159         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
160         createIval): implement symbol independant "flexible array member",
161         (createIvalCharPtr): implemented flexible array initialisation with a
162         string
163         * src/SDCCsymt.c (copyStruct): removed,
164         (getSize): fixed misleading comment,
165         (getAllocSize): removed, the additional allocation size is now in
166         sym->flexArrayLength,
167         (checkStructFlexArray): new, syntax checks for flexible array members,
168         (compStructSize): added syntax checks for "flexible array members"
169         (copyStruct): removed,
170         (copyLinkChain): removed inefficient fix for bug 770487
171         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
172         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
173         symbol->flexArrayLength
174         * src/SDCCerr.c,
175         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
176         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
177         * support/regression/tests/structflexarray.c: added
178         * support/valdiag/tests/structflexiblearray.c: added
179
180 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
181
182         * src/SDCCast.c (decorateType): fixed bug 1368489
183         * support/Util/SDCCerr.c,
184         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
185
186 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
187
188         * device/include/mcs51/at89c51snd1c.h: added file submitted by
189           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
190
191 2005-11-27 Borut Razem <borut.razem AT siol.net>
192
193         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
194           support/cpp2/mkdeps.h: added command line option
195           -obj-ext=<extension> to SDCPP to define object file externion, used
196           for generation of make dependencies (-M)
197         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
198
199 2005-11-26 Borut Razem <borut.razem AT siol.net>
200
201         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
202           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
203           added pic and pic16 libraries
204
205 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
206
207         * device/include/float.h: Corrected typo in prototype of __fsgt
208
209 2005-11-25 Borut Razem <borut.razem AT siol.net>
210
211         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
212           added creation of model-mcs51-stack-auto libraries
213
214 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
215
216         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
217         and fields-list too
218         * src/SDCCast.c (createIvalArray): removed obsolete comment
219
220 2005-11-24 Borut Razem <borut.razem AT siol.net>
221
222         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
223           added missing device/lib/mcs51/crt*.asm sources
224
225 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
226
227         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
228
229 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
230
231         * device/lib/_fs2schar.c,
232         * device/lib/_fs2sint.c,
233         * device/lib/_fs2slong.c: optimized inline asm
234
235 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
236
237         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
238           Better handling of floats between -1.0 and 0.0.
239
240 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
241
242         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
243           (the missing "if"s prohibited removal of redundant labels)
244
245 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
246
247         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
248           Properly convert floats between -1.0 and 0.0 to long, int, and char
249           types (max integer value of negative floats tends to zero).
250         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
251           Removed changes made so to work properly with floats between
252           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
253           and _fs2char.c
254
255 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
256
257         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
258         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
259         (genCast) cosmetic change
260         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
261         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
262         from mcs51
263         * support/regression/tests/bitfields (testSignedBitfields): added
264
265 2005-11-18 Borut Razem <borut.razem AT siol.net>
266
267         * sdcc/device/lib/Makefile.in: remove all unnecessary files
268         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
269           introduced SILENT option to make building of pic16 libraries less
270
271 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
272
273         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
274           Now they work properly with floats between -1.0 and 0.0
275         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
276
277 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
278
279         * src/SDCCicode.c (printOperand): added missing else
280
281 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
282
283         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
284         reformatted for better readability
285         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
286         signed bitfields
287
288 2005-11-17 Borut Razem <borut.razem AT siol.net>
289
290         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
291           introduced SILENT option to make building of pic16 libraries less
292           verbose - used for nightly snapshot build
293         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
294           available on Win32 platforms.
295         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
296           medium, large, pic and pic16
297
298 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
299
300         * device/lib/printf_large.c: Temporary patch for bug 1358192:
301           printf("%f"...) sets fraction to zero.
302
303 2005-11-16 Raphael Neider <rneider AT web.de>
304
305         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
306           fixes #1357221
307         * src/pic/gen.c (genIfx): implemented for CARRY bit
308         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
309           to generic pointers, fixes #1357332,
310           (pic16_movLit2f): NEW,
311           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
312
313 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
314
315         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
316
317 2005-11-11 Raphael Neider <rneider AT web.de>
318
319         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
320         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
321           compute pointer's type from operand,
322           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
323           improved single bit reads, fixes bug #1353379
324
325 2005-11-09 Borut Razem <borut.razem AT siol.net>
326
327         * support/scripts/sdcc.nsi: added lib/pic to the package
328
329 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
330
331         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
332
333 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
334
335         * support/regression/tests/bug1348008.c: added
336         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
337         * support/regression/tests/bug1337835.c: updated comment
338
339 2005-11-06 Borut Razem <borut.razem AT siol.net>
340
341         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
342           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
343           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
344           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
345           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
346           dynamic construction of cl_error_class and derivates - 2.nd try
347
348 2005-11-05 Borut Razem <borut.razem AT siol.net>
349
350         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
351           bug, which caused Bus Errors on sparc solaris
352
353 2005-11-04 Borut Razem <borut.razem AT siol.net>
354
355         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
356           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
357           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
358           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
359           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
360           and derivates to resolve the initialization problem on OSX
361
362 2005-11-02 Borut Razem <borut.razem AT siol.net>
363
364         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
365           corrected typo - #include <winsock2.h>
366
367 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
368
369         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
370           (_asxxxx_mapping): added org directive for future enhancements
371
372 2005-11-01 Borut Razem <borut.razem AT siol.net>
373
374         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
375           enabled sockets on WIN32
376         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
377
378 2005-10-31 Borut Razem <borut.razem AT siol.net>
379
380         * support/regression/generate-cases.py: escape backslashes in {testcase}:
381           WIN32 backslash path delimiters should be escaped when used in C strings
382         * support/regression/tests/bitfields.c: exclude failing assertions for
383           __CYGWIN32__ and __MINGW32__ hosts
384
385 2005-10-30 Borut Razem <borut.razem AT siol.net>
386
387         * src/SDCCutil.c: corrected double comparison typo
388
389 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
390
391         * device/lib/medium/Makefile: added for new memory model medium
392         * device/include/asm/mcs51/features.h: updated for medium/pdata
393         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
394           added Multiply & Accumulate sbit's and MAC0_PAGE define
395         * device/include/mcs51/c8051f300.h: added sfr16 definitions
396         * device/include/mcs51/c8051f310.h: added sfr16 definitions
397         * device/lib/_mullong.c: update for medium model
398         * device/lib/incl.mk: added medium model
399         * doc/sdccman.lyx: documented medium model
400         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
401         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
402         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
403         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
404           (allocParms): set SCLS and OCLS to pdata for medium model
405         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
406           for pdata,
407           (powof2): return <0 if not power of 2
408         * src/avr/gen.c (genBitWise): use updated powof2
409         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
410           (shiftR2Left2Result): small optimization in setup, save acc when storing,
411           (shiftLLeftOrResult): use B if necessary
412         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
413         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
414         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
415         * support/regression/Makefile.in: added test-mcs51-medium
416         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
417
418 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
419
420         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
421         specifier unsigned
422         * device/lib/time.c (mktime): fixed bug 1334315
423
424 2005-10-28 Raphael Neider <rneider AT web.de>
425
426         * device/include/pic/p16f_common.inc: added common declarations
427         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
428
429 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
430
431         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
432           (aopPutUsesAcc): added to predict accumulator use,
433           (assignResultValue): save acc if necessary,
434           (genMinusDec): store result if indirectly addressed,
435           (genDivOneByte):  save acc if necessary,
436           (movLeft2Result): bugfix if left already in acc,
437           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
438             attention to accumulator use (esp. pdata),
439           (genReceive): receive pdata correctly
440         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
441         * src/SDCCicode.h: added isOperandInPagedSpace prototype
442
443 2005-10-27 Raphael Neider <rneider AT web.de>
444
445         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
446
447 2005-10-27 Raphael Neider <rneider AT web.de>
448
449         * .version: changed version to 2.5.4
450         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
451         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
452           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
453             arithmetics support routines
454         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
455         * device/lib/Makefile.in: also create installdir for pic
456
457         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
458           pic14 port as well
459         * src/pic/device.c (dump_sfr): rewritten to delegate register
460           placement to the linker (use `extern sym' rather than sym EQU addr),
461           (validAddress): fixed to check last specified address
462         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
463           (popGetLit): truncate literal value to 8 bit,
464           (popGet): moved assert to more appropriate place
465           (popGetExternal): create pCode operand from and mark the according
466             symbol as being `extern'
467           (popGetAddr): added sanity check on immediate's offset, provide
468             GPOINTER tag on demand
469           (aopPut): fixed for immediates,
470           (mov2w_op): move operand's address or contents to WREG (depending on
471             operand type), safer variant of mov2w,
472           (movwf,call_libraryfunc): NEW, handy abbreviations,
473           (get_argument_pcop,get_return_val_pcop,pass_argument,
474           get_returnvalue): interface for accessing function parameters and
475             return values,
476           (assignResultValuei,genRet): use new parameter/return value interface
477           (pic14_getDataSize): back to old version handling generic pointers,
478           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
479             provided implementation and/or fixed old one,
480           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
481             calls, removed legacy 8051 reference code
482           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
483           (loadSignToC): NEW, move the operands sign bit to CARRY,
484           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
485             genRightShiftSigned, accepts negative shift counts,
486           (setup_fsr): load FSR and adjust IRP (indirect memory access),
487           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
488             generic pointers, __data pointers and __code pointers,
489           (genUnpackBits,genPackBits): rewritten to work with generic pointers
490             and signed bitfields, limit bitfields to 8 bit,
491           (genDataPointerGet): fixed number of bytes read,
492           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
493           (genPointerGet,genPointerSet): fixed handling of __code pointers,
494             pointers to constant data are no longer assumed to point to __code
495             space, removed invalid pointer types,
496           (bitpatternFromVal): retrieve the PICs representation of an integer
497             or float literal,
498           (genDataPointerSet): fixed assigning to po_immediate operands,
499           (genGenPointerSet): implemented as library call,
500           (genIfx): fixed incorrect condition,
501           (genAddrOf): limit generic pointers' addresses to 2 bytes,
502             provide GPOINTER tag according to destination's storage class,
503           (genCast): added code to handle casting to generic pointers, added
504             sign-/zero extension of the result
505           (aop_isLitLike,op_isLitLike): fixed handling of immediates
506         * src/pic/gen.h: added macros to access IRP bit in STATUS register
507         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
508           extend the result
509         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
510           address/register resides in the shared banks
511           (emitSymbolToFile): improved to handle global and `pinned' symbols,
512             put all variables into separate sections (have the linker arrange
513             them)
514           (picglue): put init code and interrupt handlers in separate sections
515         * src/pic/main.c: added port specific options table, modified to PORT
516           structure to make GPOINTERs 3 byte, added pic14_options
517           (_pic14_do_link): private linking routine (update paths to libraries,
518             add libsdcc.lib by default)
519         * src/pic/main.h: declare pic14_options
520         * src/pic/pcode.c: fixed instructions i/o relations,
521           (RegCond): reverted to correct version,
522           (newpCodeOpLit): truncate literals to 8 bit,
523           (genericPrint): added debug output,
524           (getRegFromInstruction): fixed for various operand types, simplified
525           (BuildFlow): fixed broken handling of isntructions with labels
526           (LinkFlow): start at last instruction in flow (skip trailing comments),
527             pass the flow on to the next instruction after CALL
528           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
529           (insertPCodeInstruction): fixed inserting after a skip instruction,
530           (DoBankSelect): fixed for labeled instructions
531           (OptimizepBlock): honor --nopeep switch
532           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
533         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
534         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
535           (pCodeOptime2pCodes): allow disabling this optimization via
536             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
537             but is still buggy), started implementation of a dataflow based
538             pCode optimization (CSE + dead code elimination)
539           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
540         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
541           names are independant of the stack location and therefore portable across
542           devices
543
544 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
545
546         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
547           (selectSpil): fixed bug 1337835 by not spilling bit variables
548         * support/regression/tests/bug1337835.c: added test for this bug
549         * src/mcs51/peeph.def: restart after rule 3.c,
550           addded rules 263.x to optimize loading constants
551
552 2005-10-26 Raphael Neider <rneider AT web.de>
553
554         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
555         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
556           (genAssign): emit warning when casting literals to generic pointer
557             type, also applies when taking the address of a fixed variable,
558           (genCast): improved casting to generic pointers
559         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
560           extern variables, added verbose error message
561         * device/include/pic16/{string.h,errno.h}: added #pragma library c
562
563 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
564
565         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
566         carry must be complemented too
567         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
568         could be emitted by genMinus
569         * src/SDCCval.c (constVal): fixed bug 1305065
570
571 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
572
573         * src/SDCCast.c (addCast): added promotion for bit variables
574         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
575         promotion casts + optimisation
576         (optimizeGetWord): fix warning 'i' might be used uninitialized
577         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
578         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
579
580 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
581
582         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
583         all chars are promoted to int; promotion should be handled in SDCCast.c
584
585 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
586
587         * device/lib/_strcmp.c: Fixed bug 1326457
588
589 2005-10-11 Raphael Neider <rneider AT web.de>
590
591         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
592         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
593
594 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
595
596         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
597         * support/regression/tests/sfr16.c: added test for the sfr32 bug
598
599 2005-10-04 Raphael Neider <rneider AT web.de>
600
601         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
602           device/lib/pic16/pics.all: added pic18f1320
603         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
604
605 2005-09-30 Raphael Neider <rneider AT web.de>
606
607         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
608         * src/pic16/devices.inc: NEW, provides device descriptions
609         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
610
611 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
612
613         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
614           GETHBIT
615
616 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * doc/sdccman.lyx: updated Highest Order Bit documentation,
619           documented Any Order Bit, Higher Order Byte and Higher Order Word
620         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
621         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
622           (optimizeGetAbit): new, to get any bit, not only the high bit,
623           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
624           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
625           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
626           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
627             RIGHT_OP: also try GETBYTE, GETWORD optimization,
628             GETABIT, GETBYTE, GETWORD: decorate them,
629           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
630           (ast_print): added GETABIT, GETBYTE, GETWORD
631         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
632         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
633           (geniCodeBinary): new generic binary icode,
634           (ast2iCode): added GETABIT, GETBYTE, GETWORD
635         * src/port.h: updated comment for PORT.hasExtBitOp
636         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
637           (genGetByte): new, to get a single byte,
638           (genGetWord): new, to get a word from a long,
639           (gen51Code): added GETABIT, GETBYTE, GETWORD
640         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
641
642 2005-09-23 Raphael Neider <rneider AT web.de>
643
644         * configure.in, configure: have device/lib/pic configured
645         * device/lib/Makefile.in: added model-pic14
646         * device/lib/clean.mk: added pic/ to clean rule
647         * device/lib/pic: added rudimentary pic14 library providing support
648           functions for multiplication/division/generic pointer access
649         * src/SDCCopt.c (convilong): mark support functions as extern
650           for pic14 port as well
651         * src/pic/gen.c (genMult): added assertions,
652           (genpic14Code): emit warning on unhandled iCodes
653         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
654         * src/pic/pcode.c (pCodeOpCopy),
655         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
656           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
657           SFR_REGISTER}), made safe for future extensions
658         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
659           instructions even if preceeded by SKIP instructions (also remove
660           them); removed unused code
661         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
662           prevents leaving parts of the structure uninitialized after copying
663
664 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
665
666         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
667           ago by me
668         * support/regression/tests/addsub.c: added test for the bug
669
670 2005-09-21 Raphael Neider <rneider AT web.de>
671
672         * device/include/pic16/pic18f1220.h,
673           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
674         * device/lib/pic16/Makefile.rules: added missing opening paren
675         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
676           are provided in genutils.c,
677           (genUminusFloat,genUminus,genCmpEq): added asserts on different
678           operand/result sizes,
679           (genCmp): assert on NULL pointers first, then check deref'ed values
680         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
681           result size
682
683 2005-09-18 Raphael Neider <rneider AT web.de>
684
685         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
686           as these are now unused,
687           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
688         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
689           local, avoids uninitialized pointer dereference on r->name
690         * src/pic16/ralloc.c (newReg): fixed indentation
691
692 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
693
694         * src/SDCCval.c (constVal): fixed bug 730366
695         * support/Util/SDCCerr.c,
696         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
697
698 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
699
700         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
701
702 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
703
704         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
705
706 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
707
708         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
709           (hex2dec): made hex_digit unsigned char, removed ascii dependance
710         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
711           (hex2dec): made hex_digit unsigned char, removed ascii dependance
712         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
713         * packihx/packihx.c (hexDigit): made c unsigned char
714         * as/mcs51/lklibr.c (fndsym),
715         * link/z80/lkgb.c (gb),
716         * link/z80/lklibr.c (fndsym),
717         * link/z80/lkrloc.c (relr),
718         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
719         * src/SDCC.lex (checkCurrFile, process_pragma),
720         * src/SDCCglue.c (spacesToUnderscores),
721         * src/SDCCmain.c (setParseWithComma, processFile),
722         * src/asm.c (tvsprintf, printCLine),
723         * src/avr/gen.c (emitcode, aopPut),
724         * src/ds390/gen.c (emitcode),
725         * src/hc08/gen.c (emitcode, emitinline),
726         * src/mcs51/gen.c (emitcode, genInline),
727         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
728           tokenizeLineNode),
729         * src/pic/ralloc.c (debugLog),
730         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
731           tokenizeLineNode),
732         * src/pic16/ralloc.c (debugLog),
733         * src/z80/main.c (_process_pragma):
734            made all ctype.h function calls safe
735         * src/SDCCopt.c: include math.h for fabs
736         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
737           and used them throughout the code to make ctype.h function calls safe
738         * src/ds390/main.c (asmLineNodeFromLineNode),
739         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
740         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
741            unsigned char*
742         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
743           (newpCodeAsmDir): made ctype.h function calls safe
744         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
745           pic16_emitcode):  made lbp unsigned char*
746         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
747           (pic16_newpCodeAsmDir): made ctype.h function calls safe
748         * src/xa51/gen.c (emitcode),
749         * src/z80/gen.c (_emit2): made lbp unsigned char*
750         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
751            char*
752
753 2005-09-05 Raphael Neider <rneider AT web.de>
754
755         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
756           access bank splitpoint
757
758 2005-09-05 Raphael Neider <rneider AT web.de>
759
760         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
761
762 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
763
764         * .version: changed to version 2.5.3
765         * doc/sdccman.lyx: changed version to 2.5.3,
766           documented --codeseg and --constseg and pragma codeseg and constseg,
767           documented bit parameters (reentrant) and bit returning
768         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
769            currFunc->recvSize, but is this ok for all ports?
770           (ast2iCode): result of ~ on unsigned char must be cast to int for
771            bool to work
772         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
773           function pointers in bit space
774         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
775           (processFuncArgs): call port.reg_parm() with reentrancy info
776         * src/port.h,
777         * src/avr/main.c,
778         * src/ds390/main.c,
779         * src/hc08/main.c,
780         * src/pic/main.c,
781         * src/pic16/main.c,
782         * src/xa51/main.c,
783         * src/z80/main.c: port.reg_parm prototype extended with
784           "bool reentrant" parameter
785         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
786           options.stackAuto for allocating bit register parameters
787         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
788           (genSend): set BitBankUsed if it is,
789           (selectRegBank): factored out of genCall for use in genPcall,
790           (genCall): removed redundant dtype assignmen, use selectRegBank,
791           (genPcall): handle returning in Carry properly, save in F0 if needed,
792           (genReceive): handle bit register parameters
793         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
794           (mcs51_assignRegisters): enable bit registers for all reentrant
795            functions and don't set BitBankUsed unconditionally
796         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
797         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
798         * support/regression/tests/funptrs.c: added tests for BOOL and for return
799
800 2005-08-27 Borut Razem <borut.razem AT siol.net>
801
802         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
803         ppc-osx (Darwin) does not support -u option. It seems that it is
804         supported only on Linux - GNU cp
805
806 2005-08-25 Borut Razem <borut.razem AT siol.net>
807
808         * sim/ucsim/gui.src/serio.src/Makefile.in,
809           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
810           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
811           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
812           install and strip, since the strip at /usr/ccs/bin should be used
813           on solaris
814
815 2005-08-24 Borut Razem <borut.razem AT siol.net>
816
817         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
818
819 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
820
821         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
822         ffffffffu
823
824 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
825
826         * as/mcs51/aslink.h: completed lkrloc.c prototypes
827         * as/mcs51/lkmain.c (link_main): fixed warning
828         * device/include/stdbool.h: ds390 has no advanced bit support yet
829         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
830         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
831         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
832           and updated their macros
833         * src/SDCCval.c (constVal): updated comment for renamed b_long
834
835 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
836
837         * as/mcs51/asdata.c: changed ctype['['] to BINOP
838         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
839           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
840           (oprio): set priority for '['
841         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
842            and adb_24_bit
843         * as/mcs51/asm.h: added defines R_BIT and S_BIT
844         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
845         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
846         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
847           added overlayable BIT_BANK area
848         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
849           (summary2): explain 'T' in legenda
850         * as/mcs51/lkrloc.c: replaced old K&R style,
851           (relr): added R_BIT processing,
852           (errmsg): added "Bit-addressable relocation error",
853           (adb_bit): added for converting from byte- to bit-addressable space,
854           (adb_24_bit): added for converting from byte- to bit-addressable space
855         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
856            used in reentrant functions now even as return value
857         * device/lib/_gptrput.c (_gptrput): removed obsolete code
858         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
859           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
860         * src/SDCCglobl.h: added indicator BitBankUsed
861         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
862            the bit registers b0-b7
863         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
864           (geniCodeCast): fixed bug 1263853,
865           (geniCodeLogicAndOr): put result in bool or char,
866           (geniCodeReceive): added parameter func for accessing the return type,
867           (geniCodeFunctionBody): pass func to geniCodeReceive
868         * src/SDCCmain.c: added indicator BitBankUsed
869         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
870         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
871           (checkSClass): don't put automatic bool/bit on stack,
872           (checkFunction): removed check on function cannot return bit
873         * src/SDCCsymt.h: added newBoolLink prototype
874         * src/mcs51/gen.c (rb1regs): added bit registers,
875           (movc): created for assigning to carry,
876           (pushReg, popReg): created for pushing registers,
877           (sameRegs): check both AOP_REG and AOP_CRY types,
878           (aopOp): handle bit registers,
879           (aopPut): optimization no self-assign,
880           (saveRegisters): push reg->base (bits) only once for bit registers,
881            and use pushReg,
882           (unsaveRegisters): pop reg->base only once and use popReg,
883           (assignResultValue): added parameter func and return in carry for bits,
884           (genIpush): optimization no reload in A if not changed,
885           (genSend): bit parameters in reentrant functions are passed in bit
886            registers by first assigning to bits in B, then save registers and
887            copy B to bits,
888           (genCall): handle returning in Carry properly, save it in F0 if needed,
889           (genPcall): updated assignResultValue call, this is not safe yet for bit
890            returning function !!!
891           (genFunction): don't generate equ's for bit registers and use pushReg,
892           (genEndFunction): take care of bit returning functions and use popReg,
893           (genRet): return bit in Carry,
894           (genIfx): optimize bit registers and other directly addressable bits,
895           (genReceive): updated assignResultValue call
896         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
897           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
898            registers when using stack-auto
899         * src/mcs51/ralloc.c (_G): added allBitregs,
900           (regs8051): added the bit registers,
901           (createStackSpil): use macro IS_BIT,
902           (getRegBit): added to allocate a bit register, else spill,
903           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
904           (updateRegUsage): factored out to ease stepping while debugging,
905           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
906            also allocate bit registers,
907           (fillGaps): handle bit registers,
908           (findAllBitregs): added to create bit vector with all bit registers,
909           (mcs51_allBitregs): returns this bit vector,
910           (mcs51_assignRegisters): when using stack-auto use bit registers for
911            passing parameters and creating local variables
912         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
913
914 2005-08-22 Borut Razem <borut.razem AT siol.net>
915
916         * device/lib/Makefile.in: replaced find option -or with -o
917           to make it run on solaris
918
919 2005-08-22 Raphael Neider <rneider AT web.de>
920
921         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
922           fixes #1265442 (crash on Solaris)
923
924 2005-08-20 Borut Razem <borut.razem AT siol.net>
925
926         * configure, configure.in: added tests for libsocket and libnsl libraries,
927           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
928           from support/regression/Makefile.in
929         * support/regression/Makefile.in: added
930         * device/lib/pic16/Makefile.common.in: force make to use bash shell
931         * sim/ucsim/libtool: regenerated on sparc-solaris
932         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
933           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
934           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
935           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
936           sparc-solaris, which doesn't use GNU ld linker
937         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
938         * as/Makefile: find on sparc-solaris does not support -maxdepth option
939
940 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
941
942         * src/mcs51/peeph.def: updated comments
943
944 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
945
946         * device/lib/_gptrget.c,
947         * device/lib/_gptrput.c: slightly shorter
948         * doc/sdccman.lyx: incremented version
949         * src/mcs51/peeph.def: moved peephole comments to the line of first
950           change to better keep line correlation, reanimated 186.e
951         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
952
953 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
954
955         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
956           David Saxton with quotes around file name.
957
958 2005-08-15 Borut Razem <borut.razem AT siol.net>
959
960         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
961           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
962           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
963           make tests run on x86_64 platform
964
965 2005-08-13 Raphael Neider <rneider AT web.de>
966
967         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
968           as it might be executed DURING a build (parallel make is wonderful)
969
970 2005-08-13 Raphael Neider <rneider AT web.de>
971
972         * device/lib/Makefile.in (port-specific-objects-pic16):
973           revert to cp $(PORT)/bin/*.* $(PORTDIR)
974         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
975           dependency
976         * device/lib/pic16/Makefile.rules: build subdirs before creating
977           the library, removed builddir rule, create $(builddir) early in
978           recurse rule, use empty recurse rule for leaf directories
979         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
980           mkdir errors (race condition), removed duplicate suffix "hex"
981           from clean rules
982         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
983         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
984           prevents mkdir -p from aborting on Alpha
985
986 2005-08-12 Raphael Neider <rneider AT web.de>
987
988         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
989           db-statements in order to allow for arrays of pointers in code
990           sections to be placed without interspersed 0-padding, fixes
991           bug #1256215
992         * (emitStatistics): fixed division by zero for pic18f1220
993         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
994           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
995         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
996         * (pic16_pCodeConstString): keep track of already emitted string
997           literals to prevent "duplicate definitions of symbol _str_NR"
998         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
999           debug message
1000         * device/lib/Makefile.in: ignore failing PIC16 library builds
1001         * device/lib/pic16/Makefile: do not build if gputils are missing
1002         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1003
1004 2005-08-10 Raphael Neider <rneider AT web.de>
1005
1006         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1007           my last commit)
1008
1009 2005-08-10 Raphael Neider <rneider AT web.de>
1010
1011         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1012           Rokas' patch to add the new fixed point type "__fixed16x16"
1013         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1014           functions for __fixed16x16 arithmetics
1015         * device/lib/pic16: reimplemented the build system to support
1016           a separate build directory, better handling of libio (create
1017           the library in a separate subdir for each architecture) and
1018           easier configuration (centralized in Makefile.common)
1019
1020 2005-08-07 Raphael Neider <rneider AT web.de>
1021
1022         * src/pic16/gen.c (genrshTwo): fixed sign extension
1023         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1024         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1025           added T0CONbits
1026         * device/include/pic16/pic18f4220.h: NEW, header for
1027           pic18f4220 and pic18f4320
1028         * device/include/pic16/pic18fregs.h: added new devices,
1029           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1030         * device/include/pic16/signal.h: resolved name clashes
1031           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1032           to also allow testing for interrupt enable bits, added
1033           comments on how to use the macros
1034         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1035         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1036           register definitions for the devices
1037         * device/lib/pic16/pics.all: added new devices
1038         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1039           allocated memory
1040         * device/lib/pic16/libc/stdlib/memfree: do not count
1041           the block header as free memory
1042         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1043           simplified and added missing end-of-blocklist-marker
1044           (reported by Peter Onion, fixes #1252814)
1045         * (_mergeHeapBlock): fixed loop condition
1046         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1047           len==0, restructured code
1048         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1049           up a bit, reduced bitfield accesses, prevent endless loops
1050           in case of heap corruption
1051         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1052           "unreferenced arguments/must return a value" warnings
1053         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1054           replaced BAUDREG with SPBRG
1055         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1056           device/lib/pic16/debug/gstack/gstack.c: replaced
1057           _naked, _asm, _endasm with __naked, __asm, __endasm
1058
1059 2005-08-05 Raphael Neider <rneider AT web.de>
1060
1061         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1062           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1063
1064 2005-08-05 Borut Razem <borut.razem AT siol.net>
1065
1066         * device/lib/Makefile.in: added missing ';'
1067         * configure: removed ^M characters
1068
1069 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1070
1071         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1072           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1073           License
1074
1075 2005-08-04 Borut Razem <borut.razem AT siol.net>
1076
1077         * configure.in: pic16 libraries build 2nd try - enable running
1078           configure in device/lib/pic16
1079         * configure: regenerated from configure.in
1080         * device/lib/Makefile.in: create $(PORT)/bin directory
1081
1082 2005-08-03 Raphael Neider <rneider AT web.de>
1083
1084         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1085           to get/set values via pointers
1086         * (genUnpackBits,genPackBits): changed detection of
1087           ptr->bitfield vs. sym.bitfield, fixed access via generic
1088           pointers, removed dead (wrong) code for multibyte bitfields
1089         * (genNearPointerGet, genGenPointerGet): removed useless code,
1090           fixed bitfield detection, fixes #1250594
1091         * (genNearPointerSet): removed useless code
1092         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1093           and introduced macro pic16_emitpcode that conditionally emits
1094           the origin of the following pCode (useful for debugging SDCC)
1095         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1096         * (createDefmap): fixed handling of LFSR for --optimize-df
1097
1098 2005-08-02 Borut Razem <borut.razem AT siol.net>
1099
1100         * device/lib/Makefile.in: pic16 libraries build enabled since
1101           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1102
1103 2005-08-02 Raphael Neider <rneider AT web.de>
1104
1105         * src/pic16/gen.c (genPackBits): removed deprecated warning
1106         * (genGenPointerSet): fixed bitfield detection
1107
1108 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1109
1110         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1111
1112 2005-07-31 Raphael Neider <rneider AT web.de>
1113
1114         * device/lib/pic16/libdev/pic18f458.c,
1115           device/include/pic16/pic18f458.h: added missing T0CONbits
1116
1117 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1118
1119         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1120
1121 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1122
1123         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1124
1125 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1126
1127         * device/include/mcs51/at89c51ed2.h: added.
1128
1129 2005-07-23 Raphael Neider <rneider AT web.de>
1130
1131         * src/pic/gen.h: added emitpcode macro for debugging
1132         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1133           and replace by macro adding debug information on demand
1134         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1135         * (gencjne): tried to fix; replaced with correct (slower) code
1136         * (gen{Unp,P}ackBits): fixed single bit access
1137         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1138         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1139           previous instruction
1140         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1141           register has to be handled with care (forbidding movement
1142           of assignments/uses, removing assignments completely, ...)
1143         * (pCodeOptime2pCodes): make use of regIsSpecial
1144         * added lots of debugging output (commented out)
1145         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1146           from being reused as result UNLESS it is known to work
1147
1148 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * support/Util/dbuf.h: include <stddef.h> for size_t
1151         * .version: changed to version 2.5.2
1152
1153 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1154
1155         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1156
1157 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1158
1159         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1160           (genModOneByte): removed needless psha/pula
1161
1162 2005-07-22 Raphael Neider <rneider AT web.de>
1163
1164         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1165           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1166         * src/pic/gen.c (resolveIfx): do not "invent" labels
1167         * (genSkipc): changed to positive logic
1168         * (genSkipCond): removed as no longer needed
1169         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1170           backport from PIC16
1171         * (genLeftShift): check operands are in different registers
1172         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1173           INCF does not update CARRY...
1174         * src/pic/main.c: fixed _linkCmd
1175         * src/pic/pcode.c (unlinkpCode): added inactive code
1176         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1177           alive (do not assign result and operand overlapping registers)
1178
1179 2005-07-22 Raphael Neider <rneider AT web.de>
1180
1181         * src/pic/device.c (dump_sfr): replaced register declaration with
1182           call to emitSymbolToFile() to avoid duplicate symbols
1183         * (assignRelocatableRegisters): do not declare external symbols
1184         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1185           right (take size of type, not etype)
1186         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1187         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1188         * (packRegsForAccUse): disabled assignment of WREG as
1189           the result reg to prevent occurence of just fixed #1235003,
1190           fixes #1242954
1191         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1192           symbols (avoids duplicate symbols in .asm file)
1193         * (pic14emitRegularMap): use emitSymbolToFile()
1194         * src/pic/gen.c (aopOp): fixed spillLocation handling
1195         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1196         * (genDataPointerSet): removed unneccessary variables/output
1197
1198 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1199
1200         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1201         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1202
1203 2005-07-21 Raphael Neider <rneider AT web.de>
1204
1205         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1206           architecture cannot handle them efficiently, fixes bug #1235003
1207         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1208           check for empty sets before using them (fixes bug #1232190)
1209
1210 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1213           (lnksect2): generate warnings for memory overlap
1214         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1215           constseg to set the name of these segments so you can instruct the linker
1216           to place them in banks
1217         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1218         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1219           added code_seg and const_seg to options
1220         * src/SDCCglue.c (emitMaps): use options.const_seg,
1221           (createInterruptVect): put interrupt vectors in segment HOME,
1222           (glue): put HOME before static segment and put the main glue in HOME,
1223           (glue): use options.code_seg
1224         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1225         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1226           these segments so you can instruct the linker to place them in banks
1227           (linkEdit): use code_loc for HOME segment which should be the first
1228           segment in code memory now
1229         * src/SDCCmem.c: fixed more stuff like bug 1238386
1230         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1231           (changePointer): don't change function pointers to code pointers for
1232           banked functions,
1233           (compareType): added exceptional check for banked function pointers
1234         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1235         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1236           after static in code memory
1237         * src/mcs51/gen.c: added aopLiteralLong prototype,
1238           (aopForSym): use getSize for functions,
1239           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1240           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1241           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1242           the segment,
1243           (genPcall): use call for literal function pointers and generate banked
1244           calls over the one trampoline so there's only one place for the user to
1245           modify according to his/hers hardware,
1246           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1247           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1248         * src/mcs51/main.c: added keyword banked,
1249           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1250         * support/Util/SDCCerr.c,
1251         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1252           needed for passing the bank and address to the trampoline
1253         * device/lib/mcs51/crtbank.asm: added for bankswitching
1254         * device/lib/mcs51/Makefile: added crtbank
1255
1256 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1257
1258         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1259           for fields at offset 0 of a struct or union as reported
1260           on 2005-07-07 in the developer mailing list.
1261
1262 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * src/SDCCmem.c: fixed bug 1238386
1265
1266 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1267
1268         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1269           (patch #1144962), added peephole 300, enabled 259.x
1270         * doc/sdccman.lyx: removed screenshot and provided link instead
1271
1272 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1273
1274         * doc/sdccman.lyx: added section about debugging with ddd
1275         * doc/figures/ddd_example.eps: screenshot of debugging session
1276
1277 2005-07-04 Raphael Neider <rneider AT web.de>
1278
1279         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1280           like CODE pointers, fixes #1115683
1281         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1282           call, fixes bugs #1232211, #1228110,
1283           fixed wrong casts to pCodeFlow from pCodeInstructions
1284
1285 2005-07-04 Raphael Neider <rneider AT web.de>
1286
1287         * src/pic/gen.c (popGet): changed assert to allow for
1288           bit operands
1289         * (popGetAddr): changed signature to provide
1290           an additional index, patched all call sites
1291         * (genCmpEq): handle literal-like operands correctly
1292         * (genAddrOf): added sanity checks on __code/__data pointers
1293         * (genAssign): added handling of symbols from __code section
1294         * (gencjne): do not generate code for comparisons whose result
1295           is neither stored nor used, fixes bug #1171114
1296         * (AccLsh, AccRsh): operate on operand instead of WREG
1297         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1298           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1299           by known count
1300         * rewrote complete shift-by-literal logic, commented unused
1301           functions out
1302         * (genConstPointerGet): get multiple bytes (if result size > 1),
1303           fixed handling of non-immediate addresses
1304         * (genPointerGet): handle CODE pointers like CONST pointers
1305         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1306         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1307           operand is to be treated as a literal or not
1308         * (mov2w,genPcall,genCmpEq),
1309           src/pic/genarith.c: use aop_isLitLike() to decide between
1310           literal/register contents
1311         * (addSign): added missing offset
1312         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1313           only emit comment in debug-mode,
1314           use {aop,op}_isLitLike throughout the file
1315         * src/pic/glue.c: fix initializers for pointers (work in progress)
1316         * src/pic/pcode.c (get_op): honor index on _const symbols
1317         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1318         * (dumppBlock): added pCode size estimation
1319         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1320           check for IS_SYMOP before OP_SYMBOL'ing
1321         * fixed indentation, compacted switch-statements
1322         * (allocReg): find free register and allocate it instead of
1323           allocating new registers all the time
1324         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1325           registers as its operands (necessary only for multibyte GETs)
1326
1327 2005-07-01 Raphael Neider <rneider AT web.de>
1328
1329         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1330           debugging .asm-output macros FENTRY + FEXIT
1331         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1332           way... I wonder...
1333         * (emitpComment): NEW, printf to pCode
1334         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1335           offset handling
1336         * (popGetAddr): NEW, variant of popGet to access an immediates
1337           high(er) bytes instead of the n'th byte of memory they reference,
1338           replaced popGet with popGetAddr where neccessary
1339         * (genDataPointerGet): reactivated and fixed implementation
1340         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1341           accesses
1342         * (genDataPointerSet): fixed multibyte assignments
1343         * (genpic14Code): fixed --i-code-in-asm handling
1344         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1345         * (genPlus): fixed index-out-of-bounds error
1346         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1347         * src/pic/ralloc.c: added debugging output macro FENTRY2
1348         * (spillThis): fixed indentation, enbraced for-body for clarity
1349         * (rematStr): commented out as now unused
1350         * (regTypeNum): commented out special spill case (overwrites
1351           arbitrary values)
1352         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1353
1354 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1355
1356         * doc/sdccman.lyx: documented sfr16/sfr32,
1357           added example for using storage class with function pointers
1358         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1359
1360 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1363         * device/lib/_itoa.c,
1364         * device/lib/_ltoa.c: optimized codesize
1365         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1366           but don't know how to suppress the double warning.
1367         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1368         * support/Util/SDCCerr.c,
1369         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1370
1371 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1372
1373         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1374           fixed old K&R prototypes
1375         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1376         * device/lib/_gptrget.c,
1377         * device/lib/_gptrgetc.c,
1378         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1379           also new versions for small generic pointers and banked generic pointers
1380         * src/port.h: added const_name
1381         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1382         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1383         * src/SDCCcse.c (findPrevIc): check all associative operators
1384         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1385         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1386         * src/SDCCmem.c: updated comments,
1387           set far-space to 0 for pdata, results in optimized code
1388         * src/SDCCmem.h: added macro CONST_NAME
1389         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1390           moving the info into the highest bits, see also gptrget/gptrput
1391         * src/src.dsp: added sdcc.ico to project files
1392         * src/avr/gen.c (genCast): fixed bug 0x%d
1393         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1394         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1395           relation between ptr_type and DCL_TYPE,
1396           (genCast): fixed bug 0x%d
1397         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1398           (CODE)" for const_name
1399         * src/hc08/gen.c (genCast): fixed bug 0x%d
1400         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1401           (hc08_port): added "CONST (CODE)" for const_name
1402         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1403           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1404           between ptr_type and DCL_TYPE,
1405           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1406           operand* and took AOP() inside function so sfr-ness can be checked,
1407           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1408           new prototype,
1409           (genFunction, genEndFunction): optimized stack setup,
1410           (genMinus): optimized for literals with ending zeroes (in bytes),
1411           (genCast): fixed bug 0x%d
1412         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1413           (mcs51_port): added "CONST (CODE)" for const_name
1414         * src/mcs51/peeph.def: made rule 226 more generic
1415         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1416         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1417         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1418         * src/z80/main.c (z80_port): added NULL for const_name,
1419           (gbz80_port): added NULL for const_name
1420         * support/regression/tests/bug663539.c,
1421         * support/regression/tests/sfr16.c: new tests
1422
1423 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1424
1425         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1426
1427 2005-06-24 Raphael Neider <rneider AT web.de>
1428
1429         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1430           corrected typos...
1431         * device/include/pic16/signal.h: added USBIF
1432           and SIG_USB
1433
1434 2005-06-24 Raphael Neider <rneider AT web.de>
1435
1436         * device/lib/pic16/libdev/pic18f2455.c,
1437           device/include/pic16/pic18f2455.h: NEW
1438         * device/include/pic16/pic18fregs.h,
1439           device/lib/pic16/pics.all,
1440           src/pic16/device.c: added 18f2455
1441         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1442           device/include/pic16/{pic18f[68][567].h,usart.h}:
1443           replaced MULTIPLE_USARTS define with more relaible
1444           compatibility sfrs (for USART access)
1445
1446 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1447
1448         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1449           and the output asm file line is printed on two lines.
1450
1451 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1452
1453         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1454           BGT, BLE, BHI, and BLS instructions
1455         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1456           genCmpEq): removed
1457         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1458           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1459           fixes bug #1216342
1460         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1461
1462 2005-06-15 Raphael Neider <rneider AT web.de>
1463
1464         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1465         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1466         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1467           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1468           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1469
1470 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1471
1472         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1473           Marcel Telka in bug #1215704
1474
1475 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1476
1477         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1478           located in shared memory bank.
1479
1480 2005-05-31 Raphael Neider <rneider AT web.de>
1481
1482         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1483           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1484           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1485
1486 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1487
1488         * device/lib/_strncpy.c: fixed the fix
1489
1490 2005-05-26 Raphael Neider <rneider AT web.de>
1491
1492         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1493           initializers with \0, bug #1208187
1494         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1495           intializers with \0, bug #1208187
1496
1497 2005-05-26 Raphael Neider <rneider AT web.de>
1498
1499         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1500           initializers with \0, bug #1208187
1501         * src/pic16/main.c (_process_pragma): added sanity checks
1502           for stack position and size, emit warnings when appropriate
1503
1504 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1505
1506         * device/lib/_strncpy.c: fixed not filling with \0
1507
1508 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1509
1510         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1511           createFunction),
1512         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1513           compound_statement),
1514         * src/SDCCsymt.h,
1515         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1516
1517 2005-05-24 Raphael Neider <rneider AT web.de>
1518
1519         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1520
1521 2005-05-24 Raphael Neider <rneider AT web.de>
1522
1523         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1524           TRISE definitions, closes bug #1162453
1525
1526 2005-05-22 Raphael Neider <rneider AT web.de>
1527
1528         * src/pic16/main.c (_process_pragma): check for missing
1529           arguments to pragmas code and udata
1530         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1531           consistency fixes to match other headers (thanks to Jim Paris)
1532         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1533
1534 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1535
1536         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1537
1538 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1539
1540         * support/regression/tests/bug1198642.c: new test
1541         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1542         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1543         * support/scripts/resource.h,
1544         * support/scripts/resource.rc,
1545         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1546         * support/scripts/sdcc.ico: added 32x32 icon
1547
1548 2005-05-18 Raphael Neider <rneider AT web.de>
1549
1550         * device/lib/pic16/libdev/pic18f*.c,
1551         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1552           keywords to "__sfr" and "__at (X)"
1553         * device/include/pic16/pic18fregs.h: added pic18f4520
1554         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1555           #1203088 (MPLAB compatibility)
1556
1557 2005-05-17 Raphael Neider <rneider AT web.de>
1558
1559         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1560         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1561         * device/lib/pic16/pics.all: added new devices
1562         * src/pic16/device.c: added support for pic18f4520
1563
1564 2005-05-16 Raphael Neider <rneider AT web.de>
1565         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1566         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1567         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1568           convenience function for bit access
1569
1570 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1571
1572         * device/lib/printf_large.c: fixed bug 1193299
1573         * support/regression/tests/bug1057979.c: added test %3.3s
1574
1575 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1576
1577         * device/include/mcs51/8051.h,
1578         * device/include/mcs51/8052.h: made parseable with lint
1579         * device/include/mcs51/lint.h: added include file for (sp)lint
1580         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1581         * doc/cdbfileformat.lyx,
1582         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1583
1584 2005-05-14 Raphael Neider <rneider AT web.de>
1585
1586         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1587         * device/lib/pic16/libc/stdlib/itoa.c (new)
1588         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1589         * device/lib/pic16/libio/Makefile: exclude subdir according to
1590           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1591         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1592         * src/pic16/gen.c (genFunction): prevent annoying warning
1593         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1594           nameclashes on BeOS
1595         * support/cpp2/cppmain.c (cpp_output_string): new
1596         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1597           fixes bug 1116802
1598
1599 2005-05-13 Borut Razem <borut.razem AT siol.net>
1600
1601         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1602
1603 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1604
1605         * .version: changed to version 2.5.1; back to bleeding edge development
1606
1607 2005-05-11 Borut Razem <borut.razem AT siol.net>
1608
1609         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1610           generate PDF version 1.3 documents
1611
1612 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1613
1614         * .version: changed to version 2.5.0
1615
1616 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1617
1618         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1619
1620 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1621
1622         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1623         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1624         well as many smaller updates.
1625         * .version: changed to version 2.5.0-pre1
1626
1627 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1628
1629         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1630
1631 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1632
1633         * support/regression/tests/bug1185672.c: added
1634         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1635           bug 1185672
1636         * src/mcs51/gen.c (genCall): added comments, made it look safer
1637         * src/mcs51/gen.c (genEndFunction): simplified
1638
1639 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1640
1641         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1642
1643 2005-04-14 Borut Razem <borut.razem AT siol.net>
1644
1645         * fixed bug 1045046 - SIGSEGV with really simple code?:
1646           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1647           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1648
1649 2005-04-14 Borut Razem <borut.razem AT siol.net>
1650
1651         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1652           src/pic16/device.h: temporarily disabled experimental #inline pragma
1653           for 2.5.0 release
1654
1655 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1656
1657         * device/include/z80/stdio.h,
1658         * device/include/z80/string.h: removed these highly incomplete files so
1659           SDCC can use the default ones in device/include/
1660
1661 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1662
1663         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1664         gcc warning.
1665         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1666         fix sdcpp warnings.
1667
1668 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1669
1670         * device/include/malloc.h: removed redundant __reentrant prototypes
1671         * device/lib/_mullong.c: added working xstack variant in asm (C version
1672           doesn't pass regression tests)
1673         * device/lib/bpx.c: used __data and made bpx char for mcs51
1674         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1675           (createFunction): fixed bug with xstackPtr
1676         * src/SDCCcse.c: corrected comments
1677         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1678           (killDeadCode, eBBlockFromiCode): removed unused code
1679         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1680           corrected comments
1681         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1682           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1683           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1684           (genModOneByte): fixed warning in MSVC
1685         * src/mcs51/main.c (): added comments
1686         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1687
1688 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1689
1690         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1691
1692 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1693
1694         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1695
1696 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1697
1698         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1699         characters arrays of larger size than the declared one.
1700
1701 2005-04-10 Borut Razem <borut.razem AT siol.net>
1702
1703         * src/pic/gen.c (genInline),
1704           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1705           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1706           (findNextInstruction), (findPrevInstruction),
1707           (findInstructionUsingLabel),
1708           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1709         * src/pic/pcode.c (findLabel): added missing '\n'
1710         * src/src.dsp: added SDCCdwarf2.c to the project
1711
1712 2005-04-09 Borut Razem <borut.razem AT siol.net>
1713
1714         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1715
1716 2005-04-08 Raphael Neider <rneider AT web.de>
1717
1718         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1719           into the chain after a given one) and mergeDefmapSymbols (combine
1720           defmap entries for each symbol per pcode)
1721         * (createDefmap): have defmap entries merged in the end
1722         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1723           a symbol before replacing one access type's symbol, merge symbols in
1724           the end (replacement symbol might already have an entry)
1725         * (assignValnums): keep reference to written WREG intact
1726
1727 2005-04-08 Raphael Neider <rneider AT web.de>
1728
1729         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1730           Alpha)
1731
1732 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1733
1734         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1735         bytes
1736
1737 2005-04-07 Raphael Neider <rneider AT web.de>
1738
1739         * device/include/pic16/usart.h: added compatibility defines for
1740           devices with more than one USART
1741         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1742
1743 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1744
1745         * device/lib/Makefile.in: updated for port specific include
1746
1747 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1748
1749         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1750
1751 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1752
1753         * device/include/8051.h,
1754         * device/include/8052.h,
1755         * device/include/at89S8252.h,
1756         * device/include/at89c55.h,
1757         * device/include/at89x051.h,
1758         * device/include/at89x51.h,
1759         * device/include/at89x52.h,
1760         * device/include/mcs51reg.h,
1761         * device/include/reg51.h,
1762         * device/include/reg764.h,
1763         * device/include/regc515c.h,
1764         * device/include/sab80515.h: (re)moved these 12 files
1765         * device/include/mcs51/8051.h,
1766         * device/include/mcs51/8052.h,
1767         * device/include/mcs51/at89S8252.h,
1768         * device/include/mcs51/at89c55.h,
1769         * device/include/mcs51/at89x051.h,
1770         * device/include/mcs51/at89x51.h,
1771         * device/include/mcs51/at89x52.h,
1772         * device/include/mcs51/mcs51reg.h,
1773         * device/include/mcs51/reg51.h,
1774         * device/include/mcs51/reg764.h,
1775         * device/include/mcs51/regc515c.h,
1776         * device/include/mcs51/sab80515.h: and added them here
1777
1778 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1779
1780         * device/include/stdarg.h: changed SDCC specific keywords to double
1781           underlined form.
1782         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1783           mcs51 and ds390.
1784         * device/include/hc08/mc68hc908gp32.h,
1785         * device/include/hc08/mc68hc908jb8.h,
1786         * device/include/hc08/mc68hc908jkjl.h,
1787         * device/include/hc08/mc68hc908qy.h: fixed comments
1788         * device/include/mcs51/README: updated
1789         * device/include/mcs51/c8051f120.h: added PINRSF
1790         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1791         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1792           amidst code. Also inline is not supported.
1793
1794 2005-04-06 Raphael Neider <rneider AT web.de>
1795
1796         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1797         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1798           callers stack/frame pointers
1799
1800 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1801
1802         * device/include/pic16/usart.h: added, missing in previous commit,
1803         * device/include/pic16/adc.h: fixed typo,
1804         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1805         commit,
1806         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1807         <p18fxxx.inc>
1808         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1809         uninitialized because a bug appears with gplink
1810         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1811         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1812         complains for unrecognised option
1813
1814 2005-04-05 Raphael Neider <rneider AT web.de>
1815
1816         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1817           structs as well (using memcpy)
1818         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1819           on ISRs (GOTO has no label)
1820         * src/pic16/device.h: added OF_OPTIMIZE_DF
1821         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1822           new data flow analysis/optimization
1823         * src/pic16/pcode.c: added (prototypes for and implementation of)
1824           dataflow analysis functions, fixed pCodeInstructions' inCond and
1825           outCond values, made RCALL a branch instruction
1826         * (pic16_unlinkpCode): keep C line if possible
1827         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1828           C line moved if possible
1829         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1830         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1831           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1832         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1833           new flow)
1834         * (pic16_getJumptabpCode): NEW, needed in...
1835         * (LinkFlow): fixed handling of jumptables, calls and conditional
1836           branches
1837         * (pic16_InsertCommentAfter): NEW
1838         * (pic16_pCodeReplace): made verbose and flow preserving
1839         * (AnalyzeFlow): added call to data flow analysis
1840         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1841         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1842         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1843
1844 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1845
1846         * src/SDCCast.c (decorateType): fixed bug #1105626
1847
1848 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1849
1850         * device/include/asm/pic16/features.h,
1851         * pic18f*.h headers,
1852         * device/include/pic16/adc.h,
1853         * device/include/pic16/delay.h,
1854         * device/include/pic16/i2c.h,
1855         * device/include/pic16/malloc.h,
1856         * device/include/pic16/stdio.h,
1857         * device/include/pic16/stdlib.h,
1858         * device/include/pic16/string.h,
1859         * device/lib/pic16/libc/stdio/printf_tiny.c,
1860         * device/lib/pic16/libc/stdio/printf_small.c,
1861         * device/lib/pic16/libc/stdio/strmgpsim.c,
1862         * device/lib/pic16/libc/stdio/strmmssp.c,
1863         * device/lib/pic16/libc/stdio/strmusart.c,
1864         * device/lib/pic16/libc/stdio/vfprintf.c,
1865         * device/lib/pic16/libc/stdlib/ltoa.c,
1866         * device/lib/pic16/libc/stdlib/putchar.c,
1867         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1868         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1869         * device/lib/pic16/libc/stdlib/memchrram.c,
1870         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1871         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1872         * device/lib/pic16/libio/adc/adcbusy.c,
1873         * device/lib/pic16/libio/adc/adcread.c,
1874         * device/lib/pic16/libio/adc/adcsetch.c,
1875         * device/lib/pic16/libio/usart/ubaud.c,
1876         * device/lib/pic16/libio/usart/ubusy.c,
1877         * device/lib/pic16/libio/usart/udrdy.c,
1878         * device/lib/pic16/libio/usart/uopen.c,
1879         * device/lib/pic16/libio/usart/uputc.c,
1880         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1881         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1882         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1883         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1884         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1885         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1886         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1887         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1888         specific keywords to double underlined form,
1889         * device/lib/pic16/libc/Makefile.rules,
1890         * device/lib/pic16/libsdcc/Makefile.rules,
1891         * device/lib/pic16/libm/Makefile,
1892         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1893         to compile with C standard set in Makefile.common
1894         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1895         rand.c and crc.c in compilation process,
1896         * device/lib/pic16/libsdcc/int/divuint.c,
1897         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1898         `c' from signed to unsigned,
1899         * device/lib/pic16/startup/crt0.c,
1900         * device/lib/pic16/startup/crt0i.c,
1901         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1902         keywords to double underlined form, bug fixes in _do_cinit function
1903         which prevented the correct initialization of the .idata segment,
1904         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1905         core to enter a infinite loop
1906         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1907
1908 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1909
1910         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1911
1912 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1913
1914         * device/include/Makefile.in: add support for hc08 subdirectory
1915         * device/include/hc08/: new subdirectory
1916         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1917         Lucas Loizaga, thanks!
1918         * device/include/hc08/mc68hc908qy.h,
1919         * device/include/hc08/mc68hc908gp32.h,
1920         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1921         their own directory. Changed internal macro names to use the compiler
1922         reserved namespace. Changed SDCC specific keywords to double
1923         underlined form.
1924         * device/include/math.h,
1925         * device/include/malloc.h,
1926         * device/include/stdarg.h,
1927         * device/include/stdbool.h
1928         * device/include/string.h,
1929         * device/include/tinibios.h,
1930         * device/include/ds400rom.h,
1931         * device/include/8051.h,
1932         * device/include/8052.h,
1933         * device/include/80c51xa.h,
1934         * device/include/at89c55.h,
1935         * device/include/at89S8252.h,
1936         * device/include/at89x51.h,
1937         * device/include/at89x52.h,
1938         * device/include/ds80c390.h,
1939         * device/include/reg764.h,
1940         * device/include/regc515c.h,
1941         * device/include/sab80515.h,
1942         * device/include/mcs51/c8051f000.h,
1943         * device/include/mcs51/c8051f018.h,
1944         * device/include/mcs51/c8051f020.h,
1945         * device/include/mcs51/c8051f040.h,
1946         * device/include/mcs51/c8051f060.h,
1947         * device/include/mcs51/c8051f120.h,
1948         * device/include/mcs51/c8051f300.h,
1949         * device/include/mcs51/c8051f310.h,
1950         * device/include/mcs51/c8051f320.h,
1951         * device/include/mcs51/c8051f330.h,
1952         * device/include/mcs51/c8051f350.h,
1953         * device/include/z180.h: Changed SDCC specific keywords to double
1954         underlined form.
1955
1956 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1957
1958         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1959         18F4455,
1960         * (pic16_assignConfigWordValue): disable testing of configuration
1961         register value with config mask,
1962         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1963         function with port->fun_prefix,
1964         * (genFunction): when generating a naked interrupt function never
1965         create an absolute segment placed in interrupt vector address, place
1966         the actual interrupt function at IVA instead, when an interrupt
1967         function is generated with unspecified interrupt then do not create
1968         the absolute section,
1969         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1970         code for generating a call to generic pointer get/put function with
1971         a call to function pic16_callGenericPointer(),
1972         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1973         the call to the generic pointer get/put functions with prefixing the
1974         function name with port->fun_prefix,
1975         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1976         * src/pic16/main.c (_process_pragma): prefix function with
1977         port->fun_prefix,
1978         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1979         calling assembler, old 18Fxxxx macro is deprecated,
1980         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1981         PC_ASMDIR in while condition,
1982         * (findInstruction): add PC_ASMDIR in while condition,
1983         * (buildCallTree): prefix main with port->fun_prefix,
1984         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1985         identifier for variable with banked access in instructions BTFSS,
1986         BTFSC, BCF, BSF, BTG
1987         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1988         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1989         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1990         perform optimization when enviroment variable NO_REG_OPT is set,
1991         * (insideLRBlock): NEW, return 1 if register is inside an
1992         INF_LOCALREGS block,
1993         * (RemoveRegFromLRBlock): remove a register that is completely
1994         eliminated by register optimization, but it is still left in local
1995         register store/restore in/from stack block,
1996         * (Remove2pcodes): after removing register, check to see if it
1997         should be removed from local register store/restore in/from stack
1998         block,
1999         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2000         DUMMY_READ_VOLATILE,
2001
2002         * device/include/pic16/adc.h: minor prototype modifications and
2003         update,
2004         * device/include/pic16/malloc.h: added GPL notice various
2005         modifications,
2006         * device/include/pic16/stdint.h: NEW, standard header for ints
2007         * device/include/pic16/delay.h: NEW, header for delay functions,
2008         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2009         delay1mtcy,
2010         * device/include/pic16/signal.h: NEW, header providing helper macros
2011         for implementing signal handlers,
2012         * device/include/pic16/stdio.h: added prototypes for functions,
2013         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2014         prototypes for stdin and stdout, added macro PUTCHAR to
2015         automatically implement putchar function prototype,
2016         * device/include/pic16/usart.h: modified and updated USART library,
2017         * device/lib/pic16/libio/adc/,
2018         * device/lib/pic16/libio/i2c: some modifications to improve library
2019         performance,
2020         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2021         family of functions,
2022         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2023         family of functions and other sources,
2024         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2025         of the PIC18Fxx[28] devices,
2026         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2027         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2028         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2029         _do_cinit function, because the previous failed when local variables
2030         where not placed in the same memory bank,
2031         * device/lib/pic16/libsdcc/char/: various modifications to improve
2032         library performance,
2033         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2034         information on the new functions of the c library and more...
2035
2036 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2037
2038         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2039
2040 2005-03-26 Raphael Neider <rneider AT web.de>
2041
2042         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2043           if condition == CARRY)
2044         * (genCmp): adapted to new genSkipc semantics
2045         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2046           on rIfx (genCmp was broken)
2047
2048 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2049
2050         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2051         * src/z80/main.c (_keywords[]),
2052         * src/SDCCglobal.h (struct options),
2053         * src/SDCC.y,
2054         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2055         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2056         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2057         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2058         always available in leading double underscore form. The C99 support is
2059         mostly missing, but it's a start.
2060         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2061         reserved identifier "__data".
2062
2063 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2064
2065         * src/mcs51/peeph.def: fixed bug 1170013
2066
2067 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2068
2069         * device/include/mcs51reg.h: fixed bug 842007
2070
2071 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2072
2073         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2074         last time.
2075
2076 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2077
2078         * src/port.h (struct PORT),
2079         * src/avr/ralloc.c (avr_assignRegisters),
2080         * src/avr/main.c,
2081         * src/ds390/ralloc.c (ds390_assignRegisters),
2082         * src/ds390/main.c,
2083         * src/hc08/ralloc.c (hc08_assignRegisters),
2084         * src/hc08/main.c,
2085         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2086         * src/mcs51/main.c,
2087         * src/pic/ralloc.c (pic14_assignRegisters),
2088         * src/pic/main.c,
2089         * src/pic16/ralloc.c (pic16_assignRegisters),
2090         * src/pic16/main.c,
2091         * src/xa51/ralloc.c (xa51_assignRegisters),
2092         * src/xa51/main.c,
2093         * src/z80/ralloc.c (z80_assignRegisters),
2094         * src/z80/ralloc.h,
2095         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2096         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2097         * src/SDCCcse.h,
2098         * src/SDCCdflow.c (computeDataFlow),
2099         * src/SDCCdflow.h,
2100         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2101         * src/SDCCloop.h,
2102         * src/SDCCcflow.c (*),
2103         * src/SDCCcflow.h,
2104         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2105         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2106         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2107         immedDom() returning wrong block; probably fixes bug #1160833)
2108
2109 2005-03-20 Borut Razem <borut.razem AT siol.net>
2110
2111         * support/scripts/inc2h.pl: WIN32 port
2112
2113 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2114
2115         * device/lib/makefile.in: added abs.c and labs.c
2116
2117 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2118
2119         * device/include/stdint.h: added
2120         * device/lib/abs.c: added
2121         * device/lib/labs.c: added
2122         * device/include/stdlib.h: added abs() and labs() prototypes
2123         * device/lib/libsdcc.lib: added abs and labs
2124         * device/include/float.h,
2125         * device/lib/_fsmul.c,
2126         * device/lib/printf_fast.c,
2127         * device/lib/printf_tiny.c: updated comments
2128
2129 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2130
2131         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2132         bug #1164313
2133
2134 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2135
2136         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2137         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2138
2139 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2140
2141         * device/lib/printf_large.c: removed inline assembly for portability and
2142           readability. Use printf_fast if speed or size are more important.
2143         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2144         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2145
2146 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2147
2148         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2149         prevent compiler warning
2150
2151 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2152
2153         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2154         moved to level 0 and declared as static. Also they are explicit
2155         placed in access bank. This was necessery because some times they
2156         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2157         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2158         optimizations. Currently only compare to unsigned char is implemented,
2159         * src/pic16/gen.c: added fReturnIdx array,
2160         * (struct resolvedIfx) is moved to gen.h and made public,
2161         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2162         * (aopForSym): added an optimization to directly store in stack of
2163         the operand of a SEND iCode,
2164         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2165         but as registers instead (AOP_REG) using the fReturnIdx array,
2166         * (pic16_freeAsmop): remove the freed register from the
2167         _G.sregsAlloc field,
2168         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2169         a compare of 'WREG',
2170         * (pic16_popGetTempRegCond): changed function prototype, now
2171         function takes also a bitVector argument v which holds the current
2172         set of registers that are allocated for stack access by aopForSym,
2173         registers allocated in aopForSym for accessing stack symbols are not
2174         any more part of the functions usedRegs field,
2175         * (genCall): some times aopOp is called for a stack variable to be
2176         send, aopForSym might perform the push, if this is true make sure
2177         that genCall doesn't push the variable twice by testing _G.resDirect,
2178         * (genFunction): changed testing for unspecified interrupt number
2179         from 256 to INTNO_UNSPEC,
2180         * modified selection scheme of frame pointer generation. Previously
2181         if function did use local registers a frame pointer was generated,
2182         now a frame pointer is generated only if function has arguments
2183         (that need PLUSW2 register access), or has stack arguments, or the
2184         compiler is not instructed to omit the frame pointer,
2185         * (genEndFunction): before restoring local registers that were saved
2186         in the function preamble, also restore the registers that *might*
2187         have been allocated for stack access,
2188         * (genRet): removed some old comments,
2189         * (genCmp, the active (RN's) version): added a call to the
2190         pic16_genCmp_special function to perform the compare with a more
2191         robust and optimized way,
2192         * (genInline): a feature has been added in inline code generation,
2193         which allows a wildcard variable substitution when writing inline
2194         assembly. Code is incomplete and experimental therefore undocumented,
2195         * (genCast): changed order of aopOp for result and right to allow
2196         aopForSym to directly load the result if possible,
2197         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2198         perform an optimized compare on some selected special occasions,
2199         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2200         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2201         generate an IVT any more,
2202         * src/pic16/main.c (pic16_optionsTable): added command line option
2203         --optimize-cmp,
2204         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2205         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2206         macros,
2207         * src/pic16/NOTES: Raphael Neider added in list of active developers
2208         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2209         jumptable_end to prevent bug #,
2210         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2211         inCond and outCond fields,
2212         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2213         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2214         turn off register spilling,
2215         * (packRegsForOneUse): synced with other ports' versions although it
2216         is not used currently,
2217         * (pic16_packRegisters): added an optimization while reading
2218         structure bitfields, some registers may be saved (malloc code is
2219         decreased by 80 bytes)
2220
2221 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2222
2223         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2224         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2225         this can be optimized more?
2226
2227 2005-03-10 Raphael Neider <rneider AT web.de>
2228
2229         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2230           genNearPointerGet): (hopefully) fixed access to bitfields via
2231           pointers (p->bitN = x; and x = p->bitN; failed)
2232
2233 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2234
2235         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2236
2237 2005-03-09 Raphael Neider <rneider AT web.de>
2238
2239         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2240
2241 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2242
2243         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2244         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2245           (regTypeNum): set REG_BIT type if necessary
2246         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2247         * support/regression/tests/critical.c: check bug 1144613
2248
2249 2005-03-02 Raphael Neider <rneider AT web.de>
2250
2251         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2252
2253 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2254
2255         * src/avr/ralloc.c (serialRegAssign),
2256         * src/ds390/ralloc.c (serialRegAssign),
2257         * src/hc08/ralloc.c (serialRegAssign),
2258         * src/mcs51/ralloc.c (serialRegAssign),
2259         * src/pic/ralloc.c (serialRegAssign),
2260         * src/pic16/ralloc.c (serialRegAssign),
2261         * src/xa51/ralloc.c (serialRegAssign),
2262         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2263
2264 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2265
2266         * src/SDCCast.c (decorateType): fixed bug 1124787
2267
2268 2005-02-20 Hubert Sack <sack AT digiplan.de>
2269         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2270
2271         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2272         patch #1121755
2273
2274 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2275
2276         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2277         to keep the correct label reference count when adding/removing references
2278         to labels. A peephole file using this is appended to patch #1144962.
2279
2280 2005-02-14 Raphael Neider <rneider AT web.de>
2281
2282         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2283         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2284         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2285           retrievals of result operand's value on assignment
2286
2287 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2288
2289         * device/include/pic16/string.h: modified prototype for memccpy()
2290         to memccpy(void *, void *, char, size_t)
2291         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2292         check whether to omit frame pointer or not,
2293         * (genInline): convert all occurences of "\n" to LF in inline
2294         assembler blocks, this helps formatting the inline text,
2295         * (pic16_loadFSR0): modified prototype,
2296         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2297         removed some 8051 legacy code,
2298         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2299         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2300         before allocating temporary registers in functions,
2301
2302 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2303
2304         * support/regression/tests/bitvars.c: corrected the "fix"
2305
2306 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2307
2308         * support/regression/tests/bitvars.c,
2309         * support/regression/tests/bitwise.c,
2310         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2311
2312 2005-02-10 Raphael Neider <rneider AT web.de>
2313
2314         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2315           different size for Alpha
2316         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2317
2318 2005-02-09 Raphael Neider <rneider AT web.de>
2319
2320         * src/SDCC.lex(doPragma) : save and restore warning options as well
2321           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2322         * have #pragma less_pedantic set the errorlevel to WARNING
2323           (fixes #1117001)
2324         * (cloneOptimize) : fixed wrong malloc's size
2325         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2326           facilitate correct handling of #pragma (save|restore)
2327
2328 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2329
2330         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2331
2332 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2333
2334         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2335
2336 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2337
2338         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2339
2340 2005-02-02 Raphael Neider <rneider AT web.de>
2341
2342         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2343         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2344         * (pic16_storeForReturn): fixed to allow returning function pointers
2345         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2346         * device/include/pic16/{stddef.h,stdbool.h}: added
2347
2348 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2349
2350         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2351
2352 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2353
2354         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2355         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2356          appeared to be required
2357
2358 2005-01-31 Borut Razem <borut.razem AT siol.net>
2359
2360         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2361           include/mcs51 and include/z80 directories to the package
2362
2363 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2364
2365         * src/hc08/gen.c (genFunction): fixed bug #1112752
2366
2367 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2368
2369         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2370
2371 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2372
2373         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2374
2375 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2376
2377         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2378
2379 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2380
2381         * device/include/c8051fxxx.h: removed these 6 files
2382         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2383
2384 2005-01-26 Raphael Neider <rneider AT web.de>
2385
2386         * src/pic16/gen.c (genAssign): fixed assignment from longs
2387           in codespace (were cut to three bytes)
2388         * (genDummyRead): implemented (except for CODESPACE...),
2389           fixed bug #1108575
2390         * src/pic16/glue.c (emitStatistics): beautified
2391         * device/lib/pic16/libm/Makefile: added include path
2392
2393 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2394
2395         * src/z80/gen.c (aopPut): fixed bug #1103902
2396
2397 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2398
2399         * device/lib/expf.c: fixed bug #1095792
2400
2401 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2402
2403         * device/lib/pic16/libm: added Math library sources
2404
2405 2005-01-24 Raphael Neider <rneider AT web.de>
2406
2407         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2408           to enable upcast to pCodeOpReg2 (there is no type tag to
2409           differenciate the two and pic16_popGet2p cast into PCOR2)
2410         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2411           (sizeof(sectNames) changed to sizeof(sectName))
2412           Both patches fix segfaults under MinGW.
2413
2414 2005-01-23 Raphael Neider <rneider AT web.de>
2415
2416         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2417           Safe_[mc]?alloc()'ed variables
2418         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2419           of (byte sized) temporaries (assign them to WREG for now)
2420         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2421           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2422           this might fix SIGSEGVs on MinGW...
2423         * src/SDCCopt.c (killDeadCode): restored original behaviour
2424           (volatile operands might get thrown away though)
2425
2426 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2427
2428         * src/pic16/gen.c: fixed bug #1106975,
2429         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2430         pointer update, INTCON is saved, global interrupts are disabled and
2431         restored after updateing TOS.
2432         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2433         * added function attribute 'shadowregs' to take advantage of shadow
2434         registers,
2435         * added function attribute 'wparam' as an alternative to the wparam
2436         pragma,
2437         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2438         user declares a non-ISR function as 'shadowregs',
2439         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2440
2441 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2442
2443         * .version: bumped version number to 2.4.8
2444         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2445         pic16 port,
2446         * device/lib/pic16/libio/i2c/: I2C module support library,
2447         * device/include/pic16/i2c.h: I2C support library header,
2448         * device/lib/pic16/libc/stdio/: standard IO support sources,
2449         * (printf_small.c): printf_small() source, supports float print,
2450         * (printf_tiny.c): printf_tiny() source, does not support floats,
2451         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2452         enable global optimizations for entire library source, other
2453         Makefiles in the source tree are also modified to reflect this,
2454         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2455         function,
2456         * doc/sdccman.lyx: updated to reflect new changes,
2457         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2458         sym->onStack if-case,
2459         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2460         sbit, idata, _idata, xdata, _xdata,
2461         * added pragma library, to link an external library, (see doc),
2462         * removed command line options, --pomit-config-words, --pomit-ivt,
2463         --pleave-reset-vector,
2464         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2465         when calling assembler to reflect memory model used, also define
2466         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2467         reflect stack model used,
2468         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2469         on stack return NULL,
2470
2471 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2472
2473         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2474           of the operands is volatile. Fixes #1020220
2475
2476 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2477
2478         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2479         * (OptimizeRegUsage): make sure that there is really no other flow where
2480           the first pCode is used
2481
2482 2005-01-22 Raphael Neider <rneider AT web.de>
2483
2484         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2485           to fix #1106967 (pCode->seq are not set up correctly)
2486
2487 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2488
2489         * src/SDCCglue.c (glue): make sure code area is declared before the
2490         static initialization area.
2491
2492 2005-01-21 Raphael Neider <rneider AT web.de>
2493
2494         * device/lib/Makefile.in: fixed test for pic16 install dir
2495         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2496           optimizations
2497         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2498           added --optimize-goto compiler switch and pragma wparam documentation
2499         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2500         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2501           and PRODH closing bug #1071770 (peephole optimizer)
2502
2503 2005-01-19 Raphael Neider <rneider AT web.de>
2504
2505         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2506           cmdLine buffers (used when calling sdcpp...) are large enough
2507           (MAX_PATH=256 truncates arguments leading to system halts when
2508           used in MinGW...)
2509         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2510         * (genUminus): rewritten to for efficiency
2511         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2512           used uninitialized in some cases)
2513         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2514           copy the third byte from the int -- now assumes 0x80 (data memory)
2515         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2516           operands (genAddLit expects the iCode's operands to swapped as
2517           well), fixed leftover bytes (crashed for short left operands)
2518         * (pic16_genMinusDec): performance improvements, removed false
2519           PIC14 emitSKPNCs
2520         * (pic16_genMinus): fixed to cope with differently sized operands
2521         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2522           for --obanksel > 1
2523         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2524         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2525           new banksel optimization
2526         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2527           analysis for temporary registers (segfaults...)
2528         * src/pic16/peeph.def: added rule
2529
2530 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2531
2532         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2533         which converts a float number to its ASCII representation
2534         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2535         functions to convert the fractional and integer part of a float to ASCII,
2536         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2537         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2538         ram
2539         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2540         _STATMEM macros,
2541         * device/include/pic16/adc.h: added GPL info,
2542         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2543         a pCodeOp as tested operand,
2544         * (genNearPointerGet): optimized bit testing, does not use
2545         intermediate register for bit value, test directly instead with
2546         BTFSS, BTFSC, works only for single bits,
2547         * (genpic16Code): dump the name of the iCode in the asm,
2548         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2549         renamed to pic16_decodeOp,
2550         * (serialRegAssign): do not allocate a temporary register for iCode
2551         sequences that test a single bit for 1/0
2552
2553 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2554
2555         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2556         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2557         access stack and frame pointers. They are initially assigned to
2558         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2559         accessing SFRs. Updated all occurences of modification of stack or
2560         frame pointer in gen.c and pcode.c,
2561         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2562         assigning of a literal value to pointers,
2563         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2564         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2565         selected
2566
2567 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2568
2569         * doc/sdccman.lyx: update documentation about stack pragma, added
2570         some info for stack memory models
2571
2572 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2573
2574         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2575
2576 2005-01-08 Raphael Neider <rneider AT web.de>
2577
2578         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2579           udata sections to fix bug #1097823
2580
2581 2005-01-05 Raphael Neider <rneider AT web.de>
2582
2583         * src/pic16/gen.c (genGenericShift): added handling of differently
2584           sized left operand and result
2585
2586 2005-01-04 Raphael Neider <rneider AT web.de>
2587
2588         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2589         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2590           to hold the condition bit)
2591         * added new version of genCmp (old code available via #define)
2592         * added new version of genShiftLeft/genShiftRight in a generic
2593           way, now supports shifting by negative values
2594         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2595           shiftCount (expected by genGenericShift)
2596         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2597         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2598           dump
2599         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2600           is an invalid literal too...)
2601
2602 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2603
2604         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2605         from Raphael Neider,
2606         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2607         for 8-bit literals. This fixes some literal operands which are sign
2608         extended to 16-bits ints when instruction needs only 8-bits.
2609
2610 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2611
2612         * device/lib/logf.c: added mcs51 assembly version
2613         * device/lib/expf.c: added mcs51 assembly version
2614         * device/lib/_logexpf.c: new shared asm code for expf and logf
2615         * device/include/math.h: add defines for assembly math library
2616         * device/lib/Makefile.in: build new _logexpf.c
2617         * device/lib/libfloat.lib: use new _logexpf.c
2618
2619 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2620
2621         * src/pic/device.c
2622         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2623           device types which have less than 0x7f registers.
2624
2625 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2626
2627         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2628
2629 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2630
2631         * device/lib/printf_fast.c: only build on supported arch.
2632         * device/lib/printf_tiny.c: only build on supported arch.
2633         * device/lib/printf_fast_f.c: only build if asm float lib
2634         * device/lib/_fsget1arg.c: only build if asm float lib
2635         * device/lib/_fsget2args.c: only build if asm float lib
2636         * device/lib/_fsnormalize.c: only build if asm float lib
2637         * device/lib/_fsreturnval.c: only build if asm float lib
2638         * device/lib/_fsrshift.c: only build if asm float lib
2639         * device/lib/_fsswapargs.c: only build if asm float lib
2640         * device/include/stdio.h: don't provide print_fast,
2641           print_fast_f, print_tiny prototypes if --xstack used
2642
2643 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2644
2645         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2646         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2647           to the SOURCES
2648
2649 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2650
2651         * device/lib/printf_fast_f.c: same as printf_fast, but
2652           with floating point enabled
2653         * device/lib/printf_fast.c: minor tweaks
2654         * device/include/stdio.h: add printf_fast_f
2655
2656 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2657
2658         * src/SDCCmain.c: make --float-reent default for mcs51
2659         * device/lib/_fsadd.c: added mcs51 assembly version
2660         * device/lib/_fssub.c: added mcs51 assembly version
2661         * device/lib/_fsmul.c: added mcs51 assembly version
2662         * device/lib/_fsdiv.c: added mcs51 assembly version
2663         * device/lib/_fseq.c: added mcs51 assembly version
2664         * device/lib/_fsneq.c: added mcs51 assembly version
2665         * device/lib/_fsgt.c: added mcs51 assembly version
2666         * device/lib/_fslt.c: added mcs51 assembly version
2667         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2668         * device/lib/Makefile.in: add _fscmp to build
2669         * device/lib/libfloat.lib: add _fscmp to build
2670
2671 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2672
2673         * device/lib/_fs2slong.c: added mcs51 assembly version
2674         * device/lib/_fs2sint.c: added mcs51 assembly version
2675         * device/lib/_fs2schar.c: added mcs51 assembly version
2676         * device/lib/_fs2ulong.c: added mcs51 assembly version
2677         * device/lib/_fs2uint.c: added mcs51 assembly version
2678         * device/lib/_fs2uchar.c: added mcs51 assembly version
2679         * device/lib/_slong2fs.c: added mcs51 assembly version
2680         * device/lib/_sint2fs.c: added mcs51 assembly version
2681         * device/lib/_schar2fs.c: added mcs51 assembly version
2682         * device/lib/_ulong2fs.c: added mcs51 assembly version
2683         * device/lib/_uint2fs.c: added mcs51 assembly version
2684         * device/lib/_uchar2fs.c: added mcs51 assembly version
2685         * device/include/float.h: added #define to select asm vs c
2686
2687 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2688
2689         * device/lib/printf_fast.c: improvements to float output
2690         * device/include/float.h: add defines for assembly float library
2691         * device/lib/_fsget1arg.c: receive 1 float arg
2692         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2693         * device/lib/_fsnormalize.c: normalize a float
2694         * device/lib/_fsreturnval.c: return float, various helper routines
2695         * device/lib/_fsrshift.c: right shift a float's mantissa
2696         * device/lib/_fsswapargs.c: swap 2 floats
2697         * device/lib/Makefile.in: build these 6 new files for mcs51
2698         * device/lib/libfloat.lib: add these 6 files to the library
2699
2700 2004-12-26 Borut Razem <borut.razem AT siol.net>
2701
2702         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2703           built by gcc 3.4.2
2704
2705 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2706
2707         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2708           and fully reentrant and register bank neutral.
2709         * device/lib/printf_fast.c: added float (not enabled by default),
2710           added compact/slower integer (also not enabled by default),
2711           improved size/speed of fast integer code, other minor changes
2712         * device/include/stdio.h, device/lib/Makefile.in,
2713           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2714
2715 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2716
2717         * src/pic16/pcode.c: declaring variables other than at the start of a
2718           block is not supported in C by VC6.
2719
2720 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2721
2722         * applied a previous patch from Raphael Neider that wasn't included
2723         in the previous commits, which fixes infinite loops within jumptable
2724         improvements,
2725         * made some fixes that previous patches introduced
2726
2727 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2728
2729         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2730         that fixes an issue with AOP_PCODE asmop's offset,
2731         * (pic16_popCopyReg): update instance field too,
2732         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2733         function of pic port,
2734         * (genCmp, genAnd, genAssign),
2735         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2736
2737 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2738
2739         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2740         variables initial values to idata section,
2741         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2742         variables in some functions. This utilizes parmBytes field of iCode
2743         structure to hold the offset of the variable in stack. (might be
2744         able to use the stack field too?)
2745         * applied patch from Raphael Neider # ### , # ###
2746         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2747         variable initial values in idata section,
2748         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2749         for static variables with initial value
2750         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2751         applied fix in while loop from Raphael Neider.
2752
2753 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2754
2755         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2756         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2757         * src/ds390/ralloc.c (serialRegAssign): spill bits
2758         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2759         * support/Util/SDCCerr.c,
2760         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2761         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2762         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2763
2764 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2765
2766         * device/include/sdcc-lib.h: inserted LGPL, added includes
2767           asm/ds390/features.h and asm/mcs51/features.h
2768         * device/include/asm/default/features.h,
2769         * device/include/asm/gbz80/features.h,
2770         * device/include/asm/z80/features.h: added empty _AUTOMEM
2771           and _STATMEM
2772         * device/include/asm/ds390/features.h,
2773         * device/include/asm/mcs51/features.h: added files with defines for
2774           _AUTOMEM and _STATMEM indicating automatic and static storage class
2775         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2776         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2777         * src/SDCCicode.c (geniCodeCast),
2778         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2779         * src/SDCCloop.c (loopInduction): removed unused variable lr
2780         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2781           to convertToFcall to include char modulo (RFE 1065037), added check
2782           if left operand is unsigned and use abs of literal value
2783         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2784           as it doesn't work after conversion from peephole.def to peephole.rul
2785         * src/mcs51/gen.c (toBoolean): added check for size,
2786           (genModOneByte): optimized code for signed char modulo a literal
2787           power of 2 (thanks to Hubert Sack),
2788           (genRRC): removed unnecessary "clr c",
2789           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2790         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2791           jump optimization,
2792           swapped rules 256.c and 256.d,
2793           extended 256.d by using new multiple checks (thanks Erik),
2794           added rules 256.e and 256.f,
2795           updated rule 261.a and 261.b to new generated code
2796         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2797
2798 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2799
2800         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2801           induction related bugs, including first part of bug #1074377
2802
2803 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2804
2805         * applied patch from bug-report #1076292,
2806         * applied patches for genAnd and Goto-optimizations for Raphael
2807         Neider,
2808         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2809         dump a less iCode information,
2810         * src/pic16/device.h (pic16_options_t): added field debgen,
2811         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2812         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2813         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2814         puclic,
2815         * (various functions): added macros FENTRY and FENTRY2 to functions,
2816         to emit function prologue,
2817         * (various functions): fixed indentation,
2818         * (genNearPointerGet): fixed loading of FSR0,
2819         * (genPackBits): applied patch from Raphael Neider to fix updating
2820         of FSR0 and touching only the modified bits,
2821         * src/pic16/genarith.c (various functions): added macros FENTRY to
2822         emit function prologue in comments,
2823         * src/pic16/pcode.h: added functions debugf2, debugf3,
2824         * src/pic16/ralloc.c: partial fix for packForPush caused
2825         segmentation fault,
2826
2827 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2828
2829         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2830           <stsp AT users.sourceforge.net> with reversed byte order
2831         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2832
2833 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2834
2835         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2836           bug #1074377
2837         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2838         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2839
2840 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2841
2842         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2843
2844 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2845
2846         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2847           conditions,
2848           (setFromConditionArgs): friendly operand parser for peephole rules,
2849           (operandBaseName, operandsNotRelated): new peephole condition
2850           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2851           architecture specific register naming into account, handles n-way
2852           comparisons, and supports quoted literals
2853         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2854
2855 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2856
2857         * src/mcs51/peeph.def: fixed bug #1076940
2858
2859 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2860
2861         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2862
2863 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2864
2865         Adding support for replacing ljmps with sjmps in jumptables
2866         generated for switch statements. For now you need to set the
2867         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2868         Now 4 algorithms for mcs51 jumptable generation are used:
2869         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2870         addresses loaded pc-relative for up to 112 cases and stack-pushing
2871         target addresses loaded with offset from dptr for up to 256 cases.
2872
2873         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2874         * src/mcs51/main.c: adapted constants for switch table generation
2875         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2876
2877 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2878
2879         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2880         * support/regression/tests/bug1057979.c: added test for bug 1073386
2881
2882 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2883
2884         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2885         compilers
2886
2887 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2888
2889         * src/pic16/device.h,
2890         * src/pic16/genarith.c,
2891         * src/pic16/glue.c,
2892         * src/pic16/main.c,
2893         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2894
2895 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2896
2897         Large cummulative patch for pic16 port.
2898         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2899         to call when a stack overflow occurs,
2900         * (malloc.h): added CVS Id tag,
2901         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2902         variable,
2903         * added libc directory. The current version of LibC contains string
2904         functions, ctype functions and macros and some functions of the
2905         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2906         be extensively tested in the future. Standard disclaimer here.
2907         Library is not automatically build yet. But one can build it by
2908         invoking 'make' inside the libc directory.
2909         * added ADC library under libio. Preliminary version yet.
2910
2911         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2912         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2913         aopForRemat() now and not by pic16_aopOp(),
2914         * (pic16_popGetTempReg): removed warning messgae when allocating
2915         temporary registers, its a buggy feature and will be removed,
2916         * (pic16_popGet): set register instance field in AOP_CRY,
2917         * (pic16_outBitC): fixed for results in size greater than 1,
2918         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2919         * (pic16_storeForReturn): optimized return of 0,
2920         * (genCmp): experimental code for new genCmp which uses PIC18's
2921         special compare&skip instructions. Initial tests fail some times
2922         with variables grater than 1 byte in size, so new code is disabled,
2923         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2924         a single bit,
2925         * (genCast): began a fix to optimize the casting of a bit to another
2926         bit, now assigning a bitfield to another bitfield will fail, sorry,
2927         * src/pic16/main.c: disabled the use of lr-support feature,
2928         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2929         * added some function prototypes, added function _debugf prototype,
2930         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2931         bits with offset (case PO_GPR_BIT),
2932         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2933         command line,
2934         * (isBankInstruction): modified to return 0 for no banking instruction,
2935         and 1 for banking instruction,
2936         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2937         caused stop processing pCodes after a inline assembly block,
2938         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2939         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2940         registers when it shouldn't,
2941         * src/pic16/ralloc.c (allocReg): add preliminary support for
2942         supporting a limited set of temporary registers,
2943
2944 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2945
2946         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2947           genDataPointerSet): ensure assignments always copy in MSB to LSB
2948           order,
2949           (loadRegFromAop): recognize CLRH optimization,
2950           (genFunction): optimize RECEIVE iCodes in reentrant functions
2951
2952 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2953
2954         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2955           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2956           selected.
2957         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2958         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2959           contiguous with data
2960
2961 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2962
2963         * device/lib/_gptrget.c (_gptrget),
2964         * device/lib/_gptrgetc.c (_gptrgetc),
2965         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2966           instead of sjmp to ret
2967         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2968           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2969
2970 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2971
2972         * .version: bumped version to 2.4.7
2973         * device/lib/_gptrget.c (_gptrget): is now _naked
2974         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2975         * device/lib/_gptrput.c (_gptrput): is now _naked
2976         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2977           (createFunction): fixed xstack
2978         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2979         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2980           or bit either,
2981           (geniCodeCritical): store original interrupt state in an iTemp bit
2982           var unless stack-auto
2983         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2984         * src/SDCCmain.c (setIncludePath): added include/target to search path
2985         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2986         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2987           prototype,
2988           (processFuncArgs): put bit vars in bit area
2989         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2990           unsaveRBank): fixed xstack,
2991           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2992           (genFunction, genEndFunction): fixed xstack,
2993           (genAssign): optimization don't walk backwards through mem
2994         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2995         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2996         * support/regression/Makefile: also make library (for stack-auto) when
2997           making "all" and added "test-mcs51-xstack-auto"
2998         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2999         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3000         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3001         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3002         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3003           make-library by MAKE_LIBRARY
3004         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3005           regression tests for xstack
3006         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3007         * support/regression/tests/critical.c: test for critical on mcs51
3008
3009 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3010
3011         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3012           built version of sdcc instead of installed version
3013
3014 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3015
3016         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3017         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3018           vprintf.c now
3019         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3020         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3021           WARNING: remove device/lib/build/z80/printf.o by hand when
3022           updating from previous build!
3023         * device/lib/z80/printf.c: updated comment
3024         * support/regression/tests/bug1057979.c: test all ports now
3025         * support/regression/tests/bug1065458.c: file added
3026
3027 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3028
3029         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3030           *_start and *_end symbols for static functions
3031
3032 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3033
3034         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3035           and search crt0.o in all library paths,
3036           (setIncludePath): proper handling of --nostdinc,
3037           (setLibPath): proper handling of --nostdlib
3038         * support/regression/Makefile,
3039         * support/regression/ports/ds390/spec.mk,
3040         * support/regression/ports/gbz80/spec.mk,
3041         * support/regression/ports/hc08/spec.mk,
3042         * support/regression/ports/mcs51/spec.mk,
3043         * support/regression/ports/mcs51-large/spec.mk,
3044         * support/regression/ports/mcs51-stack-auto/spec.mk,
3045         * support/regression/ports/z80/spec.mk: use include and lib files from
3046           built version of sdcc instead of installed version
3047         * doc/sdccman.lyx: fixed typo in --nostdinc
3048
3049 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3050
3051         * src/pic/pcode.c,
3052         * src/pic/device.c,
3053         * src/pic/ralloc.c,
3054         * src/pic/gen.c : added support to generate code for struct bit fields.
3055
3056 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3057
3058         * as/xa51/xa_version.h,
3059         * device/include/errno.h,
3060         * device/include/regc515c.h,
3061         * device/lib/_itoa.c,
3062         * device/lib/_ltoa.c,
3063         * device/lib/ser_ir_cts_rts.c,
3064         * sim/ucsim/xa.src/glob.cc,
3065         * sim/ucsim/xa.src/inst_gen.cc,
3066         * sim/ucsim/xa.src/xa_bit.cc,
3067         * sim/ucsim/xa.src/xa_sfr.cc,
3068         * sim/ucsim/z80.src/inst_dd.cc,
3069         * sim/ucsim/z80.src/inst_fdcb.cc,
3070         * support/scripts/keil2sdcc.pl,
3071         * src/pic16/pic16.dsp,
3072         * src/pic16/pic16a.dsp: corrected cvs line endings
3073         * device/lib/printf_large.c: fixed bug 1057979
3074         * src/pic16/gen.c: fixed non-C standard code
3075         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3076         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3077         * support/regression/ports/mcs51/support.c: reload T1 asap
3078         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3079           pdata use and clear idata startup behaviour
3080         * support/regression/tests/bug1057979.c: added
3081
3082 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3083
3084         * device/examples/ds390/ow390/ad26.h,
3085         * device/examples/ds390/ow390/cnt1d.h,
3086         * device/examples/ds390/ow390/crcutil.c,
3087         * device/examples/ds390/ow390/ownet.h,
3088         * device/examples/ds390/ow390/owsesu.c,
3089         * device/examples/ds390/ow390/swt12.h,
3090         * device/examples/ds390/ow390/swtoper.c,
3091         * device/examples/ds390/ow390/temp10.h,
3092         * device/examples/ds390/ow390/thermodl.c,
3093         * device/examples/ds390/tinitalk/tinitalk.dsp,
3094         * device/examples/ds390/tinitalk/tinitalk.dsw,
3095         * device/examples/mcs51/clock/hw.h,
3096         * device/examples/mcs51/simple2/go.bat,
3097         * device/examples/serialcomm/windows/serial.h,
3098         * device/examples/xa51/dummy.c,
3099         * device/examples/xa51/hello.c,
3100         * device/include/80c51xa.h,
3101         * device/include/at89x051.h: corrected cvs line endings
3102
3103 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3104
3105         * src/pic16/main.c (options): added command line --gstack, to trace
3106         stack over/under flows,
3107         * added pragma 'wparam' to allow passing first byte of function
3108         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3109         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3110         call to __gstack_test function and sets up the symbol as extern,
3111         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3112         * popaop): added call to pic16_testStackOverflow,
3113         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3114         wparamList list,
3115         * (genCall, genPcall): now all parameters are passed via stack
3116         except in functions that are pass to wparam pragma in which WREG is
3117         used too,
3118         * (genPcall): REENTRANT flag is checked to see if variable prototype
3119         contains reentrant keyword, don't call a non-reentrant function, via
3120         a reentrant function pointer or vice versa, functions are never
3121         passed via WREG,
3122         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3123         D.Winkler,
3124         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3125         SIGSEGV when accessing a NULL register stucture,
3126         * (pic16_printGPointerType): modified to handle UPPER modifier for
3127         function initializers, changed prototype of function to simpler one,
3128         * (pic16_printIvalFuncPtr): check to see if function is already
3129         added in externs list,
3130         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3131         optimized a move from W to SFR with a move to the same register
3132         later after a CALL,
3133         * device/lib/pic16/debug: NEW directory, contains debug features
3134         which are enabled when linking with libdebug.lib, currently command
3135         line option --gstack enables stack pointer tracing for over/under
3136         flow, corresponding sources are in debug/gstack
3137
3138 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3139
3140         * doc/sdccman.lyx: updated SDCC version,
3141         * (PIC16 port): update list of command line options,
3142         * src/pic16/device.h (structure pic16_options_t): added field gstack
3143         to enable stack overflow tracing on push/pops,
3144         * src/pic16/device.c (statistics structure): added statistics
3145         structure,
3146         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3147         pic16_dump_int_registers): increase statistics counters for each
3148         * variable which is encountered
3149         * (pic16_dump_usection): emit each .udata variable to its own udata
3150         section,
3151         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3152         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3153         parameters via stack, otherwise use old scheme,
3154         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3155         assembler output file,
3156         * src/pic16/main.c: added command line options --gstack to enable
3157         push/pop tracing for stack overflow,
3158         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3159         instructions): added size of each instruction,
3160         * (pic16_countInstruction): estimate size of instructions in
3161         the_pFile list, inline assembly blocks are not counted,
3162         * (pic16_FixRegisterBanking): trace previous register usage, when
3163         banksel optimizations is greater than 0, don't emit a redudant
3164         banksel directive,
3165
3166 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3167
3168         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3169         * src/pic16/ralloc.c : applied same fix for pic16.
3170         * src/pic/gen.c : tidied it up a little.
3171
3172 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3173
3174         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3175         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3176
3177 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3178
3179         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3180
3181 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3182
3183         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3184         non-reentrant function __modsint in the interrupt function (thus
3185         corrupting math operations during serial I/O)
3186         * device/lib/ser_ir.c: as above, changed buffersize
3187         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3188         256.c,d for zeroing
3189         * doc/Makefile: added option -t for rsync
3190
3191 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3192
3193         * src/SDCCast.h (struct ast),
3194         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3195
3196 2004-10-20 Borut Razem <borut.razem AT siol.net>
3197
3198         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3199         package
3200
3201 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3202
3203         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3204         makefile targets,
3205         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3206         support functions to replace long sequences of MOVFF's from access
3207         bank registers to stack and vice versa,
3208         * src/pic16/device.h: added new field opt_flags, where optimization
3209         flags can be set to enable certain features,
3210         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3211         * pBlock, (genFunction, genEndFunction): surroung loop for
3212         saving/loading used registers in stack with PC_INFO pCodes,
3213         INF_LREGS. Code in between can then be optimized by pCode optimizer
3214         to support function calls,
3215         * (genDataPointerSet): fixed bug which loaded float fields in
3216         structures with corrupt data,
3217         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3218         in a standard way debug info on stderr. Feature used for developing
3219         and debugging only,
3220         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3221         obsolete chunks of code,
3222         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3223         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3224         * pic16/src/pcode.c (pic16_newpCodeInfo,
3225         * (pic16_newpCodeOpLocalRegs),
3226         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3227         feature,
3228         * (pic16_pCodeConstString): printing of the initial value of a
3229         symbol as a comment is inhibited since parsing was already done by
3230         copyStr and output is corrupt,
3231         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3232
3233 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3234
3235         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3236
3237 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * as/mcs51/lkarea.c: removed old K&R style,
3240           (lnksect): changed check on boundary error,
3241           (lnksect2): changed check on boundary error,
3242           (lnksect2): extend XSTK to end of page if size = 1
3243         * as/mcs51/lkmain.c: removed old K&R style,
3244           (Areas51): create l_IRAM symbol
3245         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3246         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3247           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3248         * device/lib/_mullong.c: added version to be compiled with xstack
3249         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3250         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3251         * device/lib/mcs51/crtxstack.asm: fixed comment
3252         * src/SDCCglue.c: maxInterrupts defaults to 0,
3253           (emitMaps): added pdata,
3254           (createInterruptVect): (re)moved default,
3255           (glue): added pdata,
3256           (glue): moved __start__xstack to XSTK with default size 1
3257         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3258           and options.float_rent when options.stackAuto is set,
3259           (linkEdit): only write XDATA_NAME if provided on command line
3260         * src/SDCCmem.h,
3261         * src/SDCCmem.c: added pdata
3262         * src/port.h: added pdata_name to PORT
3263         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3264           (saveRegisters, unsaveRegisters): removed usage of B,
3265           (genMinus): fixed accumulator clash,
3266           (genJumpTab): added comment, this needs another look
3267         * src/mcs51/gen.c: added check for "B in use" paranoia,
3268           added pushB() and popB()
3269         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3270           chance
3271         * src/avr/main.c,
3272         * src/ds390/main.c,
3273         * src/hc08/main.c,
3274         * src/mcs51/main.c,
3275         * src/pic/main.c,
3276         * src/pic16/main.c,
3277         * src/xa51/main.c,
3278         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3279           added PSEG (PAG,XDATA) or NULL to port specifier
3280         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3281         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3282           (_mcs51_genInitStartup): removed __start__xstack equ,
3283           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3284         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3285         * src/z80/gen.c (_rleAppend): fixed warnings
3286         * support/regression/tests/zeropad.c: added pdata test
3287         * .version: bumped to 2.4.6
3288
3289 2004-10-17 Borut Razem <borut.razem AT siol.net>
3290
3291         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3292         as a part of nightly build
3293
3294 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3295
3296         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3297         WREG holds the first byte function parameters,
3298         * (aopForSym): take special case for symbols which are in FARSPACE
3299         but in CODESPACE too,
3300         * (assignResultValue): modified to take into account _G.useWreg,
3301         * (genCall): don't use wreg for parameter passing when function is
3302         declared as reentrant, too, added optimization INCF to stack
3303         pointer when stack parameter count is 1,
3304         * (genFunction, genEndFunction): refurnished and fixed to not using
3305         wreg for passing parameters when function has varargs or is
3306         reentrant, fixed bug with symbol name compare for generating
3307         functions in absolute address,
3308         * (pic16_storeForReturn): refurnished,
3309         * (genCmp): began writing a new version of the function, not ready
3310         yet, therefore it is disabled,
3311         * (genAssign): do not read code memory when assigning a function to
3312         a pointer function,
3313         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3314         array of characters, not pointer,
3315         * (pic16initialComments): in debug mode emit an .ident directive for
3316         the assembler,
3317         * (_process_pragma): emit a new warning type (internal to pic16)
3318         when setting stack to default length, emit a similar warning when
3319         placing a function at absolute address and address is not word aligned
3320         * (_pic16_parseOptions): added 'return TRUE' statement,
3321         * (_pic16_linkEdit): if compiling a source, then add the source's
3322         file object, first in the list of objects to link,
3323
3324 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3325
3326         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3327         * src/pic/main.c : removed VC warning.
3328         * src/pic/gen.c : changed comment.
3329
3330 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3331
3332         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3333         reference to a deprecated symbol _GPTRREG was causing failure to
3334         link. Thanks G. M. Gallant for the info.
3335
3336 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3337
3338         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3339         comments for Bugs item #954788.
3340
3341 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3342
3343         * src/pic16/device.c (pic16_dump_gsection,
3344         * pic16_groupRegistersInSection): handle symbols declared to be in
3345         access bank differently,
3346         * src/pic16/gen.c (struct _G): added field resDirect,
3347         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3348         send values read from stack directly to result and don't allocate
3349         temporary values,
3350         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3351         same registers,
3352         * (pic16_sameRegsOfs): NEW,
3353         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3354         free because they were not allocated from temporary pool,
3355         * pic16_popRegFromString): workaround to fix a problem with
3356         allocating variables twice or never,
3357         * (genGenPointerGet): using PRODL instead of FSR0H,
3358         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3359         instead of FSR0H,
3360         * (genAssign): take advantage of the _G.resDirect flag,
3361         * (genCast): around line 11844, use mov2f instead of directly
3362         MOVFF'ing between operands to account for literal values,
3363         * src/pic16/genutils.c: some new debug functions for gpsim have been
3364         added,
3365         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3366         float with integer part only,
3367         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3368         place variables in access bank
3369         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3370         updated sources to reflect recent changes in gen.c
3371
3372 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3373
3374         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3375         sources that searched for headers in installation path, now the
3376         device/include/pic16 is used,
3377         * src/pic16/glue.c (pic16glue),
3378         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3379         .line directives if not in debug mode, this suppresses assembler's
3380         warnings for ignored directives
3381
3382 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3383
3384         * src/port.h: made reset_regparms prototype void parameter explicit.
3385         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3386         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3387         * doc/sdccman.lyx: documented warning disabling and how to use
3388           printf_large to make it print floats.
3389         * device/include/stdbool.h: NEW
3390         * device/lib/_atof.c,
3391         * device/lib/_divuint.c,
3392         * device/lib/_divulong.c,
3393         * device/lib/expf.c,
3394         * device/lib/printf_large.c,
3395         * device/lib/sincosf.c,
3396         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3397         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3398           a completely reentrant lib.
3399
3400 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3401
3402         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3403         * device/include/pic16/stdio.h: fixed bug with colon
3404
3405 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3406
3407         * device/include/pic16/stdio.h,
3408         * device/include/pic16/stdlib.h,
3409         * device/include/pic16/math.h: NEW
3410         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3411         declared as _naked to reduce overhead
3412         * device/lib/Makefile.in (target port-specific-objects-pic16):
3413         changed * to *.* so to ignore the CVS directory,
3414         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3415         stacked variables back in stack,
3416         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3417         corruption
3418
3419 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3420
3421         * .version: bumped version number to 2.4.5
3422         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3423         * support/Util/SDCCerr.c (messages structure): added entry for
3424         W_POSSBUG2
3425
3426         Large cumulative patch for pic16 port and libraries.
3427         * device/include/pic16/sdcc-lib.h,
3428         * device/include/pic16/stdarg.h,
3429         * device/include/asm/pic16/features.h,
3430         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3431         * device/include/pic16/float.h: changes reentrant keyword with
3432         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3433         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3434         updated target build-libraries to include objects from gptr,
3435         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3436         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3437         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3438         all function headings,
3439         * src/SDCCmain.c: added global parameter userIncDirsSet,
3440         * (parseCmdLine): when option -I is encountered add directory to
3441         userIncDirsSet too,
3442         * src/version.awk: added space between control and long,
3443         * src/pic16/NOTES: added some notes for the port,
3444         * src/pic16/gen.c: added prototype for mov2fp function,
3445         * (fReturnpic16[]): properly named return value registers,
3446         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3447         * (aopForSym): added code to handle symbols with onStack flag set,
3448         symbols onStack are allocated PTRSIZE bytes,
3449         * (aopFreeAsmop): handles special case where asmops are stack objects,
3450         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3451         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3452         added argument lock to trace flaws in allocating temporary registers
3453         when developing port,
3454         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3455         * (pic16_popRegFromString): reenabled allocating a direct register
3456         from string,
3457         * (assignResultValue): various beautifications,
3458         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3459         referenced function argument,
3460         * (genIpush): reenabled to allow stacked arguments, handles only
3461         ic->parmPush iCodes,
3462         * (genCall, genPcall): major changes to allow for variable argument
3463         functions, fixed a bug with falsely restoring stack pointer after
3464         returning from call,
3465         * (genFunction): pending code for critical function,
3466         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3467         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3468         * (genNearPointerGet): fixed bug with indirect reading, was always
3469         reading from INDF0
3470         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3471         pointers,
3472         * (genAddrOf): rewrote code to take address of a stacked function parameter
3473         * (genCast): fixed casting to generic pointer type,
3474         * src/pic16/gen.h: added AOP_STA,
3475         * (struct asmop): added field stk,
3476         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3477         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3478         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3479         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3480         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3481         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3482         generic pointers,
3483         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3484         and library paths,
3485         * (pic16_port structure): generic pointer size is set to 3,
3486         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3487         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3488         compiler warning,
3489         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3490         operand is an iTemp,
3491
3492 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3493
3494         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3495         * debugger/mcs51/simi.c: addapt new syntax of s51
3496
3497 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3498
3499         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3500         * src/pic16/pcode.c: commented out some calls to free() in order to
3501         fix bug #989576,
3502
3503 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3504
3505         * src/SDCCicode.h,
3506         * src/SDCCicode.c (isiCodeInFunctionCall),
3507         * src/avr/ralloc.c (selectSpil),
3508         * src/pic/ralloc.c (selectSpil),
3509         * src/pic16/ralloc.c (selectSpil),
3510         * src/ds390/ralloc.c (selectSpil),
3511         * src/hc08/ralloc.c (selectSpil),
3512         * src/xa51/ralloc.c (selectSpil),
3513         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3514         stack in the middle of a function call sequence (fixes bug #1020268)
3515         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3516         costs associated with the minimum switch case.
3517
3518 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3519
3520         * src/SDCC.lex: fixed bug #1030549
3521
3522 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3523
3524         * src/SDCCcse.h (struct cseDef),
3525         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3526         over a function call if the CSE is derived from a symbol whose
3527         address has been taken (fixes bug #1029883)
3528         * support/regression/tests/bug-1029883: a new regression test for
3529         this bug
3530
3531 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3532
3533         * src/hc08/gen.c (emitinline): fixed bug #1029778
3534         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3535         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3536         and starts toward RFE #905167)
3537
3538 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3539
3540         * src/pic16/gen.c (mov2f): New function to move an operand to
3541         another without considering if it is a literal or a register,
3542         * (pic16_sameRegs): don't check if they are both AOP_REG,
3543         * (AccRsh): removed andmask=0 lines,
3544         * (genLeftShift): duplicated to be improved in future versions,
3545         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3546         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3547         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3548         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3549         * (insertBankSwitch): fixed inserting banksel directives algorithm
3550         for instructions that follow a skip instruction, this fixes a report
3551         for broken subtraction code generation,
3552         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3553         iCode is a left op, just in case result and right share the same
3554         registers
3555
3556 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3557
3558         * src/hc08/main.c,
3559         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3560         preservation of HX
3561         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3562         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3563         on 2004-09-12; it was buggy
3564
3565 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3566
3567         * src/SDCCsymt.h: removed RESULT_CHECK
3568         * src/SDCCast.c,
3569         * src/SDCCglue.c,
3570         * src/SDCCval.c,
3571         * src/pic/glue.c,
3572         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3573
3574 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3575
3576         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3577         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3578         configuration values no more rejected by compiler, they are assigned
3579         to configuration registers with a warning message instead,
3580         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3581         the for-loop so last conf register is emitted too,
3582         * (_pic16_initPaths): link library libsdcc.lib by default,
3583         * (_hasNativeMulFor): modified test for multiplication according to
3584         Raphael Neider's remarks. Integer multiplication is also done with
3585         support functions,
3586         * device/include/pic16/pic18fregs.h: corrected type error in while
3587         testing and including 18f6720 header file
3588
3589 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3590
3591         * src/pic16/device.h (pic16_options): removed field use_crt,
3592         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3593         until an optimization to handle single bits is added,
3594         * (pic16_loadFSR0): moved before genUnpackBits,
3595         * (genAnd): some white lines removed,
3596         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3597         leave_reset flags in pic16_options when using crt modules,
3598
3599 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3600
3601         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3602           for bugs 898889 & 979599. Also used some safer print instructions.
3603
3604 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3605
3606         * src/pic16/device.h (pic16_options_t): added field use_crt,
3607         crt_name, no_crt,
3608         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3609         catch a probable future bug,
3610         * src/pic16/gen.c: aopIdx function commented out,
3611         * (genAssign): commented out old code which used aopIdx,
3612         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3613         code, added if conditionals to take into account the --use-crt
3614         command line options,
3615         * src/pic16/main.c (pic16_optionsTable): added new command line
3616         options, --use-crt= and --no-crt,
3617         * (_pic16_linkEdit): now the proper crt object is added in the
3618         linker command line except than when --no-crt is specified,
3619         * src/pic16/pcode.c,
3620         * src/pic16/pcode.h: added some structures and functions for a new
3621         optimization scheme to compansate for instruction overhead between
3622         same iCodes, this scheme is currently under development and is not
3623         working in any way,
3624         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3625         to && operator,
3626         * device/lib/pic16/startup/crt0i.c,
3627         * device/lib/pic16/startup/crt0iz.c: added global char variable
3628         __uflags to force the generation of an idata section
3629
3630 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3631
3632         * doc/Makefile,
3633         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3634         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3635
3636 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3637
3638         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3639         Frieder) and clarified the default code optimization mode
3640
3641 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3642
3643         * src/SDCC.lex (doPragma, process_pragma),
3644         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3645         "opt_code_size", and "opt_code_balanced"
3646         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3647         regrouped options by category, added support for category headers
3648         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3649         and "--opt-code-size"
3650         * doc/sdccman.lyx: documented these new options and pragmas
3651         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3652         preference into account
3653
3654 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3655
3656         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3657           geniCodePreDec): Fixed bug 904237 by generating a warning
3658         * src/SDCCerr.h,
3659         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3660
3661 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3662
3663         * src/pic/device.c : When no max ram set validate full memory range.
3664         * src/pic/pcode.c,
3665         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3666
3667 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3668
3669         * device/lib/_gptrget.c,
3670         * device/lib/_gptrput.c: updated comment
3671         * device/lib/calloc.c,
3672         * device/lib/free.c,
3673         * device/lib/malloc.c,
3674         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3675         * src/SDCCcse.c (cseBBlock),
3676         * src/SDCCicode.c (printOperand, geniCodeArray),
3677         * src/SDCCicode.h (struct operand): fixed bug 868103
3678         * support/regression/tests/bug-868103.c: added
3679         * src/SDCCast.c (searchLitOp),
3680         * src/SDCCcse.h (struct cseDef),
3681         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3682         * src/SDCCicode.h (struct operand),
3683         * src/SDCCsymt.h (struct sym_link),
3684         * src/avr/gen.c (hasInc),
3685         * src/ds390/gen.c (hasInc),
3686         * src/hc08/gen.c (genPlusIncr, hasInc),
3687         * src/mcs51/gen.c (hasInc),
3688         * src/pic16/glue.c (pic16_printIvalChar),
3689         * src/pic16/ralloc.c (regWithIdx),
3690         * src/xa51/gen.c (hasInc) : removed warnings
3691         * src/SDCCast.c (createBlock): added comment ???
3692         * src/hc08/ralloc.c: updated comments
3693
3694 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3695
3696         * doc/sdccman.lyx: updated section on switch statements, added
3697         section about semaphore locking
3698         * doc/Makefile: added option -info for latex2html
3699         * device/lib/_gptrget.c,
3700         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3701
3702 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3703
3704         * src/pic/device.h,
3705         * src/pic/device.c,
3706         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3707          maxram is less than 0x100.
3708
3709 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3710
3711         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3712
3713 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3714
3715         * src/port.h,
3716         * src/mcs51/main.c,
3717         * src/ds390/main.c,
3718         * src/z80/main.c,
3719         * src/hc08/main.c,
3720         * src/pic/main.c,
3721         * src/pic16/main.c,
3722         * src/avr/main.c,
3723         * src/xa51/main.c
3724         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3725         a jump table is the best form for a switch statement, including
3726         automatic insertion of missing cases to make the case range
3727         continuous. Developed in collaboration with Frieder Ferlemann.
3728
3729 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3730
3731         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3732         accumulator result if it needs sign extension
3733
3734 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3735
3736         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3737
3738 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3739
3740         * device/lib/gbz80/printf.c,
3741         * device/lib/z80/printf.c: removed define for NULL
3742
3743 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3744
3745         * as/xa51/xa_link.c,
3746         * device/examples/ds390/ow390/ad26.c,
3747         * device/examples/ds390/ow390/cnt1d.c,
3748         * device/examples/ds390/ow390/counter.c,
3749         * device/examples/ds390/ow390/ds2480.h,
3750         * device/examples/ds390/ow390/ds2480ut.c,
3751         * device/examples/ds390/ow390/findtype.c,
3752         * device/examples/ds390/ow390/gethumd.c,
3753         * device/examples/ds390/ow390/owllu.c,
3754         * device/examples/ds390/ow390/ownetu.c,
3755         * device/examples/ds390/ow390/swt12.c,
3756         * device/examples/ds390/ow390/swtloop.c,
3757         * device/examples/ds390/ow390/temp.c,
3758         * device/examples/ds390/ow390/temp10.c,
3759         * device/examples/ds390/ow390/thermo21.c,
3760         * device/examples/ds390/ow390/tinilnk.c,
3761         * device/examples/ds390/ow390/tstfind.c,
3762         * device/examples/serialcomm/windows/serial.cpp,
3763         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3764         * device/include/reg51.h: fixed line endings for cvs
3765
3766 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3767
3768         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3769         packRegsForAccUse, packRegisters): new accumulator register
3770         packing algorithm
3771         * support/regression/ports/hc08/support.c (_putchar): suppress
3772         warning of unused variable
3773         * src/SDCCicode.c: added SWAP entry to codeTable
3774
3775 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3776
3777         * device/lib/sprintf.c: forgot to add this file before previous commit
3778
3779 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3780
3781         * src/pic16/gen.c (genPackBits): added operand right in function
3782         parameters, load result directly if p_type is POINTER (that is
3783         called by genNearPointerSet)
3784         * (genUnPackBits): added operand left in function parameters,
3785         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3786         FSR0 if accessing bitfields,
3787
3788 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3789
3790         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3791           _print_format; updated printf, sprintf, vsprintf
3792         * device/include/asm/default/features.h: corrected comment/define
3793         * device/lib/Makefile.in: added sprintf.c
3794         * device/lib/libsdcc.lib: added sprintf module
3795         * device/lib/printf_large.c,
3796         * device/lib/vprintf.c,
3797         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3798           into these 3 files
3799         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3800         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3801         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3802           hc08 test
3803         * support/regression/tests/zeropad.c: define idata as data for hc08
3804
3805 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3806
3807         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3808         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3809         labels are referenced at least once (even if a reference is not found)
3810         * src/hc08/gen.c (emitcode): set isComment flag for comments
3811         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3812         loads), rules 6a..6b (optimize jumps to return)
3813
3814 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3815
3816         * device/lib/acosf.c (acosf),
3817         * device/lib/asinf.c (asinf),
3818         * device/lib/atanf.c (atanf),
3819         * device/lib/ceilf.c (ceilf),
3820         * device/lib/cosf.c (cosf),
3821         * device/lib/coshf.c (coshf),
3822         * device/lib/cotf.c (cotf),
3823         * device/lib/fabsf.c (fabsf),
3824         * device/lib/floorf.c (floorf),
3825         * device/lib/log10f.c (log10f),
3826         * device/lib/logf.c (logf),
3827         * device/lib/sinf.c (sinf),
3828         * device/lib/sinhf.c (sinhf),
3829         * device/lib/sqrtf.c (sqrtf),
3830         * device/lib/tanf.c (tanf),
3831         * device/lib/tanhf.c (tanhf),
3832         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3833         replaced all instances of "reentrant" in the library functions
3834         defined in math.h with this macro.
3835         * support/regression/tests/float_trans.c: reenabled test for hc08
3836
3837 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3838
3839         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3840         erroneously deleted
3841
3842 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3843
3844         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3845         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3846         multi-byte volatile operands are used
3847         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3848         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3849         initialization to area GSINIT0 so that it would always precede
3850         any static initializers in GSINIT
3851         * support/regression/tests/zeropad.c: fixed idata define for hc08
3852         * support/regression/tests/bug-927659.c,
3853         * support/regression/tests/float_trans.c: disabled tests for hc08
3854         pending missing library routines
3855         * .version: increased version number to 2.4.4 - hc08 port now passes
3856         regression tests
3857
3858
3859 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3860
3861         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3862         * Makefile.common.in,
3863         * as/Makefile,
3864         * as/hc08/Makefile.in,
3865         * as/mcs51/Makefile.in,
3866         * as/z80/Makefile.in,
3867         * debugger/mcs51/Makefile.in,
3868         * device/include/Makefile.in,
3869         * device/lib/Makefile.in,
3870         * doc/Makefile,
3871         * link/Makefile,
3872         * link/z80/Makefile.in,
3873         * packihx/Makefile.in,
3874         * sim/ucsim/main_in.mk,
3875         * sim/ucsim/avr.src/Makefile.in,
3876         * sim/ucsim/doc/Makefile.in,
3877         * sim/ucsim/gui.src/serio.src/Makefile.in,
3878         * sim/ucsim/hc08.src/Makefile.in,
3879         * sim/ucsim/s51.src/Makefile.in,
3880         * sim/ucsim/xa.src/Makefile.in,
3881         * sim/ucsim/z80.src/Makefile.in,
3882         * src/Makefile.in,
3883         * support/cpp2/Makefile.in,
3884         * support/librarian/Makefile,
3885         * support/makebin/Makefile: added DESTDIR to the install path proposed
3886         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3887         * doc/sdccman.lyx: added DESTDIR documentation
3888
3889 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3890
3891         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3892         instruction for interrupt handlers, use fast returns when returning
3893         from high priority interrupts
3894
3895 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3896
3897         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3898         code generation
3899         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3900         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3901         bugs, ported much of Bernhard's code from mcs51
3902         * src/mcs51/gen.c (genSend),
3903         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3904         than one when calling a reentrant function
3905         * device/lib/_mullong.c: defined an alternate struct layout for big
3906         endian ports (hc08)
3907
3908 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3909
3910         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3911         test
3912
3913 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3914
3915         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3916         are sane and complete before asking the port its prefered parameter
3917         passing method (fixes bug #1017633)
3918         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3919         and _ret3
3920
3921 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3922
3923         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3924         problem in bitfields >= 8 bits.
3925
3926 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3927
3928         * src/SDCCsymt.c: undid changes that were not meant to be committed
3929
3930 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3931
3932         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3933
3934 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3935
3936         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3937           copied and wrong bit got inverted
3938
3939 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3940
3941         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3942         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3943         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3944         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3945         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3946         assignments to bitfields at known addresses
3947         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3948         reads from bitfields at known addresses
3949         * src/hc08/ralloc.c (packRegisters),
3950         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3951         genhc08Code): optimize pointer get values used as conditionals
3952         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3953         and branch
3954
3955 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3956
3957         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3958         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3959         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3960         as conditionals
3961
3962 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3963
3964         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3965
3966 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3967
3968         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3969         related problems
3970
3971 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3972
3973         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3974
3975 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3976
3977         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3978         mcs51 port
3979
3980 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3981
3982         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3983
3984 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3985
3986         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3987         cases use more compact code.
3988
3989 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3990
3991         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3992
3993 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3994
3995         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3996
3997 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3998
3999         * src/SDCCsymt.h,
4000         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4001         parameter of changePointer() from symbol* to sym_link*
4002         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4003         * src/SDCCsymt.c (compareType): void* type is castable to other
4004         pointers, but not necesarily an exact match.
4005         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4006         is no longer blindly treated as an exact match.
4007         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4008
4009 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4010
4011         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4012
4013 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4014
4015         * src/pic/gen.c,
4016         * src/pic/pcode.c,
4017         * src/pic/ralloc.h,
4018         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4019
4020 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4021
4022         * src/pic/device.c,
4023         * src/pic/device.h,
4024         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4025
4026 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4027
4028         * src/mcs51/gen.c (emitcode): fixed bug #992819
4029
4030 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4031
4032         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4033           there's no need to make it worse
4034
4035 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4036
4037         * src/mcs51/ralloc.c (deassignLR),
4038         * src/ds390/ralloc.c (deassignLR),
4039         * src/hc08/ralloc.c (deassignLR),
4040         * src/z80/ralloc.c (deassignLR),
4041         * src/pic/ralloc.c (deassignLR),
4042         * src/pic16/ralloc.c (deassignLR),
4043         * src/avr/ralloc.c (deassignLR),
4044         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4045         rlivePoint): fixed another part of bug #971834
4046
4047 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4048
4049         * src/z80/main.c: enabled "critical" keyword
4050         * src/z80/mappings.i,
4051         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4052         functions (fixes bug #979646)
4053         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4054
4055 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4056
4057         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4058           such as c:\mydir.
4059
4060 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4061
4062         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4063           doesn't disable too much optimizations
4064
4065 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4066
4067         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4068
4069 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4070
4071         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4072
4073 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4074
4075         * src/pic/gen.c tidied up tabs
4076         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4077         * src/pic/main.c tidied up tabs
4078         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4079         * src/pic/pcoderegs.c tidied up tabs
4080         * src/pic/ralloc.c tidied up tabs
4081
4082 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4083
4084         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4085         to S_FIXED for pic16 port and when symbol is not in level 0,
4086         allocate for S_REGISTER storage class and pic16 port, too,
4087         * src/pic16/device.h: prototype for checkSym,
4088         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4089         * (pic16_assignConfigWordValue): test the value and the mask to
4090         validate that the value is suitable for the configuration word,
4091         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4092         collect extern declared symbols, don't emit symbol twice, check
4093         first if symbol is in publics set first,
4094         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4095         * added command line '--fstack' which enables an experimental
4096         feature for stack access, too buggy to be used yet...
4097         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4098         * (pic16_allocDirReg): when register has storage class S_REGISTER
4099         allocate in pic16_dynAccessRegs,
4100         * device/include/pic16/pic18f????.h: modified configuration word
4101         naming convention, words started as CONFIG0H but should be CONFIG1H
4102
4103 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4104
4105         * device/include/mcs51reg.h: fixed bug 970993
4106
4107 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4108
4109         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4110         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4111         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4112         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4113         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4114         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4115           error/warning numbers,
4116           added function setWarningDisabled()
4117         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4118         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4119           _memcmp.c _memmove.c calloc.c realloc.c free.c
4120         * support/regression/tests/malloc.c: added tests for new functionality
4121         * support/regression/tests/zeropad.c: added tests for truncated initializers
4122           and initialized char arrays starting with '\x0'
4123         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4124
4125 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4126
4127         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4128
4129 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4130
4131         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4132         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4133         peephole 177.e. Thanks to anonymous
4134
4135 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4136
4137         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4138         function isn't used in the source but referenced as a
4139         variable initializer then declare it as extern in .asm file
4140
4141 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4142
4143         * .version: increased version number to 2.4.3
4144
4145         Adding version extension according to ChangeLog CVS revision
4146         * src/Makefile.in (target all): added dependency 'version.h'
4147         * (rule version.h): added rule to create version.h from ChangeLog,
4148         * (rule dep): added dependency version.h,
4149         * src/version.awk: AWK script to create version.h
4150         * src/SDCCdwarf2.c (dwWriteModule),
4151         * src/SDCCglue.c (initialComments),
4152         * src/SDCCmain.c (printVersionInfo): modified to write after
4153         version string the version extension number,
4154         * src/SDCCutil.c: included "version.h"
4155         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4156         number,
4157         * src/SDCCutil.h: added prototype for getBuildNumber
4158
4159         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4160         includeDirsSet, too,
4161         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4162         const char [] is found in function prototype...
4163
4164         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4165         moving to WREG with source is already in WREG,
4166         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4167         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4168         * (aopForSym): stack'ed symbols are partially supported, added
4169         if-clause to support symbols in FARSPACE,
4170         * (sameRegs): added test for AOP_ACC to see if registers are same,
4171         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4172         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4173         * (pic16_popRegFromString): will not allocate a new register if it
4174         doesn't find one by name, bug may have introduced...
4175         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4176         * (genIpush): revived to use pic16 port's stack,
4177         * (genAddrOf): added incomplete case for stack'ed operand,
4178         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4179         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4180         can handle multibyte operands,
4181         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4182         * (pic16initialComments): added message for MPLAB compatibility
4183         mode enabled,
4184         * src/pic16/main.h: prototype for pic16_mplab_comp,
4185         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4186         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4187         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4188         because of increased complexity of procedure,
4189         * (_process_pragma): stack pragma changed to format 'stack pos len',
4190         emit symbol '_stack_end' to conform with gplink,
4191         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4192         to search for register,
4193         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4194         PO_GPR_REGISTER,
4195         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4196         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4197         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4198         case for PO_GPR_REGISTER,
4199         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4200         dies, the new era is ahead !...
4201         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4202         pic16_dynInternalRegs,
4203         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4204         * (pic16_allocDirReg): minor optimizations and bug fixes,
4205         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4206
4207         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4208         load stack and frame pointer with address of 'stack_end' symbol
4209
4210 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4211
4212         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4213         without source code but only variable initializers
4214
4215 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4216
4217         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4218         external are not declared as extern to reduce overhead while linking
4219
4220 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4221
4222         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4223
4224 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4225
4226         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4227           Yee Keat for the patch
4228         * src/SDCCast.c (decorateType): fixed bug #979599
4229         * src/ds390/gen.h: removed local fReturnSizeDS390
4230         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4231         * src/ds390/gen.c (genAnd, genOr, genXor),
4232         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4233
4234 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4235
4236         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4237         add relFilesSet to $3, manipulate $2 to handle linking of object
4238         files without source files in command line,
4239         * device/include/pic16 (all headers): added ID location macros,
4240         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4241         entries for ID location bytes,
4242         * (pic16_assignIdByteValue): NEW,
4243         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4244         added field dumpcalltree to pic16_options_t,
4245         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4246         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4247         emitting rFalseIfx label after check_carry label,
4248         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4249         pic16_emitDIRegs), NEW
4250         * (pic16glue): dump .calltree file when option --calltree found,
4251         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4252         * (_pic16_genAssemblerPreamble): emit ID locations after
4253         configuration registers,
4254         * (pic16_linkCmd): modifications of the link command,
4255         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4256         * (pic16_pCodeInitRegisters): don't init stack registers,
4257         * (pic16_findPrevInstruction): fixed bug,
4258         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4259         bug with immediate registers,
4260         * (buildCallTree): traces stack push and pop,
4261         * (pct2): dump also stack usage for each function,
4262         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4263         * (pic16_allocDirReg): various modifications,
4264         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4265         fixed to 1,
4266
4267 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4268
4269         * src/pic16/pcode.c: removed buggy double colon
4270
4271 2004-07-01 Borut Razem <borut.razem AT siol.net>
4272
4273         * support/scripts/sdcc.nsi: added include/pic16 to setup
4274
4275 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4276
4277         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4278         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4279         target 'clean',
4280         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4281         specific command line arguments. Also added sample lkr script
4282         for placing a variable at a specific memory bank.
4283         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4284         at a specific memory bank,
4285         * (pic16_dump_isection): fixed bug which caused string literals to
4286         be omitted when dumping idata section,
4287         * (pic16_groupRegistersInSection): added code to handle registers
4288         in specific memory banks,
4289         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4290         public, all references are renamed too,
4291         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4292         AOP_DPTR2,
4293         * (pic16_storeForReturn): added case to handle when dest is WREG,
4294         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4295         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4296         pic16_rel_udata, check to see if that register is marked as being
4297         a member of a specific memory bank,
4298         * (pic16_printIvalCharPtr): added code to add string literals either
4299         to code or the idata sections,
4300         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4301         also accept the 'udata' pragma,
4302         * src/pic16/main.h: new structure types sectName and sectSym
4303         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4304         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4305         * (pic16_findPrevInstruction): fixed, it returned nothing,
4306         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4307         instruction combinations,
4308         * (pic16_FixRegisterBanking): heavily reorganised,
4309         * (pic16_AnalyzeBanking): if generating banksel directives is
4310         disabled, then don't call FixRegisterBanking at all,
4311         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4312         completely removed,
4313         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4314
4315 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4316
4317         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4318         Phuah Yee Keat <yk.phuah AT nestac.com>
4319
4320 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4321
4322         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4323         correctly the IVT even if it is relocated to some other location
4324
4325 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4326
4327         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4328         * device/include/pic16/pic18f2220.h: NEW,
4329         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4330         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4331         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4332         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4333         nodefaultlibs, ivt_loc is the location of the interrupt vector
4334         table, and nodefaultlibs signs that default libraries should not be
4335         linked in link stage,
4336         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4337         according to --ivt-loc argument,
4338         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4339         when pragma stack is found,
4340
4341 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4342
4343         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4344         256 (range check), 257 (do while), 258.a-f (bit banging
4345         f.e. on 3-wire SPI bus)
4346
4347 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4348
4349         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4350         variables used exclusively within a loop
4351
4352 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4353
4354         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4355
4356 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4357
4358         * src/SDCClrange.c (computeClash): fixed bug #971834
4359
4360 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4361
4362         * src/mcs51/gen.c (genCmp): fixed bug #975903
4363         * src/hc08/gen.c (operandsEqu),
4364         * src/ds390/gen.c (operandsEqu),
4365         * src/z80/gen.c (operandsEqu),
4366         * src/pic/gen.c (operandsEqu),
4367         * src/pic16/gen.c (operandsEqu),
4368         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4369         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4370
4371 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4372
4373         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4374
4375 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4376
4377         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4378         default case in switch statement,
4379         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4380         to eliminate problem with initialisation of pointers, but problem
4381         still exists,
4382         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4383         * (emitStaticSegment): removed various lines emitting debug info,
4384         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4385         added processor registers for utilizing EEPROM,
4386         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4387         configurable and set 8
4388
4389 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4390
4391         * .version: increased version number to 2.4.2,
4392
4393         Cumulative patch for pic16 port
4394         * src/pic16/device.c: changed scheme to dump initial values for
4395         variables in idata segment, all print_idata* functions were removed,
4396         now the pic16_printIval* will be called,
4397         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4398         * _pic16_printPointerType, pic16_printPointerType,
4399         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4400         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4401         NEW, similar to the respective functions in SDCCglue.c,
4402         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4403         way, emitting hex bytes,
4404         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4405
4406 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4407
4408         * src/avr/ralloc.c (serialRegAssign),
4409         * src/xa51/ralloc.c (serialRegAssign),
4410         * src/pic/ralloc.c (serialRegAssign),
4411         * src/pic16/ralloc.c (serialRegAssign),
4412         * src/hc08/ralloc.c (serialRegAssign),
4413         * src/z80/ralloc.c (serialRegAssign),
4414         * src/ds390/ralloc.c (serialRegAssign),
4415         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4416
4417 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4418
4419         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4420         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4421
4422 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4423
4424         Cumulative patch for pic16 port:
4425         * src/pic16/device.h (typedef PIC16_device) modified fields for
4426         defining microcontrollers,
4427         * src/pic16/device.c: added new info for all devices in Pics16 array,
4428         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4429         to be optimised out by the pCode optimiser,
4430         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4431         specially, bug reported by G.M. Gallant,
4432         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4433         as force'd so that cannot be optimised out by pCode optimiser,
4434         * src/pic16/pcode.c,
4435         * src/pic16/pcodepeeph.c,
4436         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4437         they are disabled by default, but can be enabled explicit with
4438         command argument --denable-peeps, for testing,
4439         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4440         --pomit-ivt in COMPILE_FLAGS
4441
4442 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4443
4444         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4445           compilation on MSVC
4446
4447 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4448
4449         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4450
4451 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4452
4453         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4454         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4455
4456 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4457
4458         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4459         would only assign 0x300001 register.
4460
4461 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4462
4463         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4464         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4465
4466 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4467
4468         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4469         for ds80c400
4470         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4471         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4472         added peephole 254 (left shift), 255 (jump table)
4473
4474 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4475
4476         * device/lib/Makefile.in: removed comment line with model-pic16,
4477         * (target port-specific-objects-pic16): the libraries and objects
4478         are copied to the build directory form the device/lib/pic16/bin
4479         directory
4480
4481         Cumulative patch concerning pic16 port:
4482         * library directory has been re-organized,
4483         * added support for PIC18F1220,
4484         * added headers and library sources for chips 18f1220,18f6520,
4485         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4486
4487         * configuration registers setting has changed, now each supported
4488         device has a complete description of the registers it uses,
4489         * all initialisations are moved to idata sections, these section
4490         can be absolute or relocatable,
4491         * fixed initialisation of codespace variables,
4492         * fixed warning about PCLATU and gpsim,
4493         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4494         * (genAssign): use table reads when assigning from variables in codespace,
4495         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4496         char/int variables placed in codespace,
4497         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4498         registers set in .asm file, no need for --pomit-config-words anymore,
4499         * (pic16glue): some 8051 legacy segments are commented out
4500         (to be removed completely),
4501         * added support for alternative assembler and linker with --asm=
4502         and --link= command line arguments,
4503         * peepholes are disabled automatically in the port, no need to
4504         specify on command line,
4505         * port supports natively char/int/long multiplication, but converts
4506         all divisions to support functions,
4507         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4508         to the file set in variable $2,
4509         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4510         strings in ASCII format and not in hex,
4511         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4512         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4513         allocate proper register if iCodes aren't temporary,
4514
4515 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4516
4517         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4518
4519 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4520
4521         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4522         is commented out
4523
4524 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4525
4526         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4527         computed address is reused
4528         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4529         multi-byte bitfields
4530
4531 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4532
4533         * src/z80/gen.c: (genArrayInit): must check for pointers too
4534
4535 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4536
4537         * support/regression/tests/zeropad.c: never meant to commit the
4538           nestedstruct test: removed, added check for GCC version
4539
4540 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4541
4542         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4543         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4544         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4545           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4546           bugs 928906 and 954082 half-empty initializers
4547         * src/SDCCsymt.h,
4548         * src/SDCCsymt.c (getAllocSize): added for above fix
4549         * src/z80/gen.c (genArrayInit): fixed bug 741044
4550         * support/regression/tests/zeropad.c: added tests
4551
4552 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4553
4554         * src/pic16/device.c (pic16_dump_section): corrected bug which
4555         caused some symbols of the libraries to be misplaced
4556
4557 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4558
4559         * src/pic16/glue.c,
4560         * src/pic16/ralloc.h,
4561         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4562         to fix conflict with pic port
4563
4564 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4565
4566         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4567         externs configuration variables,
4568         * src/pic16/ralloc.h,
4569         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4570         prototype in header, commented out some debug messages
4571
4572 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4573
4574         * src/pic16/glue.c,
4575         * src/pic16/main.c,
4576         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4577         for gpasm COFF object generation. Thanks to D. Hawkins for
4578         his patch info
4579
4580 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4581
4582         * src/ds390/main.c,
4583         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4584         Brock for spotting this)
4585         * src/ds390/gen.c (genEndFunction),
4586         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4587         interrupt handler and critical. Disable push/pop optimizations when
4588         peephole optimizations disabled.
4589
4590 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4591
4592         Updated pic16 library sources and headers.
4593         * device/lib/pic16/pic18f*/ ,
4594         * device/include/pic16/*.h: modified to handle structured SFR
4595         definitions
4596
4597 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4598
4599         * src/port.h (PORT structure): added hook initPaths, now each
4600         port can declare its own default search paths,
4601         which can been seen with the --print-search-dirs option,
4602         see pic16 port for example,
4603         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4604         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4605         * (doPrintSearchDirs): NEW, replaces in a central manner the
4606         printing of search dirs which was split in set*Paths functions,
4607         * (main): added call to port->initPaths and doPrintSearchDirs,
4608         * src/avr/main.c,
4609         * src/ds390/main.c,
4610         * src/hc08/main.c,
4611         * src/izt/i186.c,
4612         * src/izt/tlcs900h.c,
4613         * src/mcs51/main.c,
4614         * src/pic/main.c,
4615         * src/pic16/main.c: modified port structures to reflect addition of
4616         initPaths hook,
4617
4618         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4619         * (pic16_dump_section): for registers in same address reserve memory once,
4620         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4621         to no_banksel,
4622         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4623         result is greater in size than right or left,
4624         * (pic16_genUMult8X8_8): there are some cases where the result can
4625         be 16 bits size, so handle these,
4626         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4627         * (pic16_outBitC): modified to emit pcodes,
4628         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4629         or not,
4630         * (genDivOneByte): implemented algorithm to divide 8-bits,
4631         * (genCmp): uncommented goto, but issues still exist,
4632         * (genAnd): fixed a bug with variables >8bits,
4633         * (genPackBits): optimization added that uses BCF/BSF to change a
4634         single bit,
4635         * (genAssign): fixed bug when assigning floating point literals,
4636         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4637         __sdcc_gsinit_startup label,
4638         * src/pic16/main.c (_pic16_init): removed search directory
4639         initialisations,
4640         * (_pic16_initPaths): NEW, used to initialise search directories,
4641         * (_hasNativeMulFor): support functions for all except char/int
4642         multiplication, and char division,
4643         * (PIC16_port struct): modified entry for native mul support,
4644         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4645         no_banksel option,
4646         * (buildCallTree): call to register_usage is ifdef'ed out,
4647
4648 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * device/include/string.h: applied Stas Sergeev's patch to make this
4651         header file compatible with the preprocessor -Wundef option
4652         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4653         failure (fixes bug #941458)
4654
4655 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4656
4657         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4658         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4659         that the variable, not the function, should be static
4660         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4661         to be consistent with non-literal case
4662
4663 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4664
4665         * src/SDCCast.c (isConformingBody): fixed bug #949967
4666         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4667         convilong): fixed bug #952086
4668
4669 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/SDCCmem.c (allocVariables): fixed bug #955321
4672
4673 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4674
4675         * src/hc08/main.c (_hc08_genAssemblerEnd),
4676         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4677         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4678         completely eliminated the use of a temporary file
4679         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4680         when more than one file linked
4681         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4682
4683 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4684
4685         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4686         which fixes bug #543481
4687         * support/regression/tests/bug-751703.c: fixed comments left from a
4688         cut and paste error
4689         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4690         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4691         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4692         scopes
4693         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4694         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4695         are now changed to underscores in moduleName
4696
4697 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4698
4699         * as/mcs51/lkmem.c: better fix for bug #954173
4700
4701 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4702         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4703
4704         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4705         * device/include/c8051f000.h,
4706         * device/include/c8051f120.h,
4707         * device/include/c8051f300.h,
4708         * device/include/c8051f310.h,
4709         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4710         PWM16) and detab'ed
4711
4712 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4713
4714         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4715         and mailing lists, doc'ed --no-peep-comments, removed reference
4716         to knoppix (newest version has no LyX/LaTeX), other minor changes
4717         * src/SDCCglue.c (glue): save 2 bytes stack space with
4718         option --main-return. The ljmp could probably be avoided too
4719
4720 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4721
4722         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4723
4724 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4725
4726         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4727         * src/SDCCopt.c (isLocalWithoutDef),
4728         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4729         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4730         (credit to Maarten Brock for patch #949363, on which this is based)
4731         * support/regression/tests/bug-751703.c: some test cases of extern used
4732         within inner scopes.
4733
4734 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4735
4736         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4737         SPEC_STRUCT
4738         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4739         struct definitions
4740         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4741         dwWriteLabel): fix to create valid debugger symbols even when
4742         the module name has non-alphanumeric symbols in it
4743         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4744         when a variable's allocation has been optimized away
4745
4746
4747 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4748
4749         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4750         * src/hc08/main.c,
4751         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4752         * src/mcs51/main.c,
4753         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4754         * src/ds390/main.c,
4755         * src/z80/gen.c (z80_emitDebuggerSymbol),
4756         * src/z80/main.c,
4757         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4758         * src/pic/main.c,
4759         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4760         * src/pic16/main.c,
4761         * src/avr/gen.c (avr_emitDebuggerSymbol),
4762         * src/avr/main.c,
4763         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4764         * src/xa51/main.c,
4765         * src/SDCCdebug.c (emitDebuggerSymbol),
4766         * src/SDCCdebug.h,
4767         * src/port.h: added a debugger struct to the port struct. Added a
4768         callback for defining debugger symbols
4769
4770         * src/SDCCast.c (createLabel),
4771         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4772         with isitmp = 1
4773         * src/SDCCicode.h,
4774         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4775         iCode back to the ast for the function
4776
4777         * src/hc08/ralloc.c (hc08_assignRegisters),
4778         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4779         unneeded fields from the regs struct.
4780         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4781         pushReg() & pullReg() functions instead of emitcode()
4782
4783         * src/hc08/gen.c (genLabel, genhc08Code),
4784         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4785
4786         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4787         debugger hooks
4788
4789         * src/hc08/gen.c (genEndFunction, genhc08Code),
4790         * src/hc08/gen.h,
4791         * src/mcs51/gen.c (genEndFunction, gen51Code),
4792         * src/mcs51/gen.h,
4793         * src/ds390/gen.c (genEndFunction, gen390Code),
4794         * src/ds390/gen.h,
4795         * src/z80/gen.c (genEndFunction, genZ80Code),
4796         * src/z80/gen.h,
4797         * src/z80/z80.h,
4798         * src/pic/gen.c (genEndFunction, genpic14Code),
4799         * src/pic/gen.h,
4800         * src/pic16/gen.c (genEndFunction, genpic16Code),
4801         * src/pic16/gen.h,
4802         * src/avr/gen.c (genEndFunction, genAVRCode),
4803         * src/avr/gen.h,
4804         * src/xa51/gen.c (genEndFunction, genXA51Code),
4805         * src/xa51/gen.h,
4806         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4807         specific code to cdbFile.c and out of the backend code generators
4808
4809         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4810         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4811         starting address is now 0
4812
4813         * as/hc08/asm.h,
4814         * as/hc08/m08pst.c,
4815         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4816         assembler directive for DWARF support
4817         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4818
4819         * src/src.dsp,
4820         * src/Makefile.in,
4821         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4822
4823 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4824
4825         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4826         and inappropriate peephole optimization in jump tables
4827
4828 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4829
4830         * as/hc08/m08pst.c,
4831         * src/SDCCglue.c: sdccopt works for the hc08 port now
4832
4833 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4834
4835         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4836
4837 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4838
4839         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4840
4841 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4842
4843         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4844         rules
4845         * src/SDCCmain.c,
4846         * src/SDCCglobl.h,
4847         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4848         comments from the peephole optimizer replacement rules
4849         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4850         symbols
4851         * src/SDCCcse.c (updateSpillLocation),
4852         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4853         equivalents
4854         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4855         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4856         objects far pointers
4857
4858 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4859
4860         * src/SDCCsymt.h: a missing part of my last change
4861         * src/pic/ralloc.c (regTypeNum),
4862         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4863
4864 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4865
4866         * src/SDCCicode.h,
4867         * src/SDCCicode.c (aggrToPtrDclType),
4868         * src/SDCCptropt.h,
4869         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4870         ptrPseudoSymConvert),
4871         * src/pic/ralloc.c (regTypeNum),
4872         * src/pic16/ralloc.c (regTypeNum),
4873         * src/hc08/ralloc.c (regTypeNum),
4874         * src/ds390/ralloc.c (regTypeNum),
4875         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4876         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4877
4878 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4879
4880         * link/z80/lkmain.c (afile),
4881         * as/hc08/lkmain.c (afile),
4882         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4883         prevent a pointer problem when a filename has no directory and
4884         no extension specified.
4885
4886 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4887
4888         * link/z80/lkmain.c (afile): allow periods in directory names
4889         * link/z80/lkmain.c (afile),
4890         * as/mcs51/lkmain.c (afile),
4891         * as/hc08/lkmain.c (afile): allow linker script file to have an
4892         extension other than ".lnk"
4893         * link/z80/lklex.c (getfid),
4894         * link/z80/lkmain.c (parse),
4895         * as/mcs51/lklex.c (getfid),
4896         * as/mcs51/lkmain.c (parse),
4897         * as/hc08/lklex.c (getfid),
4898         * as/hc08/lkmain.c (parse): Support comments in the linker script
4899         file on lines by themselves and after filenames
4900
4901 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4902
4903         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4904
4905 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4906
4907         * src/z80/peeph-z80.def: removed some peephole rules that don't
4908         work with multibyte arithmetic (fixed bug #937126)
4909         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4910         to registers and not global variables
4911         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4912         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4913         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4914         checking for assignments not internally generated (fixed bug #931895)
4915         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4916         structure member (fixed bug #930072)
4917
4918 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4919
4920         * src/SDCCmain.c (linkEdit),
4921         * src/hc08/main.c (_hc08_parseOptions),
4922         * as/hc08/Makefile.in,
4923         * as/hc08/aslink.h,
4924         * as/hc08/asm.h,
4925         * as/hc08/m08pst.c,
4926         * as/hc08/lkrloc.c (relr, rele),
4927         * as/hc08/lkarea.c (lnkarea)
4928         * as/hc08/lkmain.c (afile, parse),
4929         * as/hc08/lkelf.c: support for ELF output
4930         * as/hc08/lks19.c (s19),
4931         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4932
4933 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4934
4935         * as/mcs51/lkihx.c: Fixed bug #899105.
4936
4937 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4938
4939         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4940         .dsp files from Unix to DOS.
4941
4942 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4943
4944         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4945         function pointers; we have been compliant for several months now.
4946         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4947         change that was accidently commented out
4948         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4949         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4950         bug #922319
4951
4952 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4953
4954         * src/hc08/gen.c: output of all of the internal debugging information
4955         is now controlled by the D() macro; it is disabled by default
4956
4957 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4958
4959         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4960         harder to keep the same registers during a CAST iCode
4961         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4962         long via int can be done in a single cast, if the signedness is
4963         correct.
4964         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4965         putchar() in tinibios.c in ds390's library
4966
4967 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4968
4969         * src/SDCCast.c (decorateType): fixed bug #898889,
4970         cast result of a literal complement too
4971         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4972         fixed check for bitfields
4973
4974 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4975
4976         * src/SDCCicode.c (geniCodeLogic): made it static,
4977         (geniCodeLogicAndOr): added in order to fix bug #905492,
4978         (ast2iCode): fixed bug #905492
4979         * support/regression/tests/bug-905492.c: added
4980         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4981         (processParms): fixed bug #927659: don't copy parms, this will clear
4982         decorated flag
4983         * support/regression/tests/bug-927659.c: added
4984
4985 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4986
4987         * src/SDCCast.c (addCast): don't cast float to char
4988         * device/lib/libsdcc.lib: added _memmove
4989
4990 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4991
4992         * device/lib/large/Makefile: fixed parallel execution by
4993         replacing `make` by `$(MAKE)`
4994
4995 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4996
4997         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4998         offsets (fixes bug #923936)
4999
5000 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5001
5002         * device/lib/small/Makefile: fixed parallel execution by
5003         replacing `make` by `$(MAKE)`
5004
5005 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5006
5007         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5008
5009 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5010
5011         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5012         * src/regression/Makefile: Regression test was not running.
5013
5014 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5015
5016         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5017         complement if possible
5018         * src/SDCCval.c (valComplement),
5019         * src/SDCCicode.c (operandOperation): fixed complement of literal
5020         * support/regression/tests/onebyte.c (testComplement): added
5021
5022 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5023
5024         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5025         return an optimized tree; actually replace actParm with the new tree
5026         * src/SDCCast.h: added some parantheses to remove side effects
5027         * support/regression/tests/bug-920866.c
5028
5029 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5030         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5031         Bit operands were not being handled properly in the pic14 port.
5032         (now src/regression/add.c passes again).
5033
5034 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5035
5036         * src/SDCC.y (labeled_statement): case and default no longer require
5037         a following statement (RFE #893037)
5038
5039 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5042         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5043         disabled (fixes bug #916294)
5044         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5045         "mov a,acc"; patch provided by Lenny Story
5046         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5047
5048 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5049
5050         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5051         functions
5052         * src/ds390/gen.c (genFunction, genEndFunction),
5053         * src/ds390/ralloc.c (ds390_assignRegisters),
5054         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5055         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5056         pushed if there are parameters passed on the stack. Also, a cleaner
5057         way to decide if r0/r1 should be pushed/popped. (Together they fix
5058         bug #918693)
5059
5060 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5061
5062         * doc/sdccman.lyx,
5063         * device/lib/mcs51/crtpagesfr.asm,
5064         * device/lib/mcs51/crtxinit.asm,
5065         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5066         to avoid confusion with Si Lab's SFRPAGE register.
5067
5068 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5069
5070         * src/SDCCglue.c (emitMaps): allow public sfr variables
5071         * src/SDCCglue.c (initialComments): include compiler build date
5072         with compiler version and put the timestamp of the generated
5073         assembly file on a serperate line to be less confusing.
5074         * src/port.h: added genInitStartup hook
5075         * src/avr/main.c,
5076         * src/ds390/main.c,
5077         * src/hc08/main.c,
5078         * src/pic/main.c,
5079         * src/pic16/main.c,
5080         * src/xa51/main.c,
5081         * src/z80/main.c: genInitStartup initialize as NULL (default to
5082         historical behaviour)
5083         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5084         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5085         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5086         library instead of hard coding it into the compiler.
5087         * support/regression/ports/mcs51-stack-auto/spec.mk,
5088         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5089         * device/lib/mcs51/Makefile,
5090         * device/lib/small/Makefile,
5091         * device/lib/large/Makefile,
5092         * device/lib/mcs51/crtpagesfr.asm,
5093         * device/lib/mcs51/crtstart.asm,
5094         * device/lib/mcs51/crtxclear.asm,
5095         * device/lib/mcs51/crtxinit.asm,
5096         * device/lib/mcs51/crtclear.asm,
5097         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5098         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5099         and into user configurable files.
5100         * device/lib/clean.mk: clean mcs51 directory too
5101         * support/regression/tests/longlit.c: added static to T1 declaration
5102         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5103         accesses in the initialization code
5104
5105 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5106
5107         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5108         OSCTRIMVAL as noted in bug #916008
5109
5110 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5111
5112         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5113         in loops with multiple exits (reported as incorrect registers
5114         used by Martin Helmling in Sdcc-user list)
5115
5116 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5117
5118         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5119         made ds390 register extensions look less like error messages
5120
5121 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5122
5123         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5124         reported by Adam Wozniak in Sdcc-user list
5125
5126 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5127
5128         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5129         arithmetic optimizations, added debug output
5130
5131 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5132
5133         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5134         * sdcc.spec: updated and split sdcc into 3 rpms
5135         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5136         needed for literals of LEFT_OP and '+'
5137         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5138         introduced RESULT_TYPE_NOPROM
5139         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5140         left shift
5141         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5142         limited promotion to int only for '*'
5143         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5144
5145 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5146
5147         * src/pic16/gen.c (genSkip),
5148         (genc16bit2lit), (gencjneshort): commented out
5149         (is_LitOp): new helper function, checks operand type
5150         (genCmpEq): rewritten
5151
5152 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5153
5154         * support/regression/tests/bug-908454.c: added
5155
5156 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5157
5158         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5159         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5160         (geniCodeCast): cosmetic, don't preserve bit storage class
5161         (geniCodeLeftShift): added promotion
5162         (geniCodeLogic): fixed regression
5163         * src/SDCCsymt.c (computeTypeOr): accept bits too
5164         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5165
5166 2004-03-07  Borut Razem <borut.razem AT siol.net>
5167
5168         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5169
5170 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5171
5172         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5173         version of pic16_genPackRegisters which does not check if ic is a
5174         CAST operator,
5175         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5176         function cause string1.c regression test fails
5177
5178 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5179
5180         * sim/ucsim/configure.in,
5181         * sim/ucsim/configure,
5182         * sim/ucsim/doc/Makefile.in: use docdir
5183         * src/SDCC.y: fixed sbit atrributes
5184         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5185         * src/SDCCast.c (decorateType): |^& need special promotion handling
5186         * src/SDCCast.h,
5187         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5188         * src/SDCCsymt.h (computeType),
5189         * src/SDCCicode.c: computeType() needs op
5190         * src/SDCCsymt.c (checkTypeSanity),
5191         * doc/sddman.lyx: "plain" bitfields are unsigned
5192         * src/SDCCsymt.c (computeTypeOr): added
5193         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5194         |^& ops
5195         * src/SDCCval.c (val*): computeType() needs op
5196         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5197         * support/regression/tests/onebyte.c: added tests for |^&
5198
5199 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5200
5201         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5202         for writing icode into asm output.
5203
5204 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5205
5206         * src/pic16/device.c: added some debug lines enabled
5207         with macro DEBUG_CHECK,
5208         * src/pic16/genarith.c: more debug in genPlus,
5209         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5210         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5211         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5212         * (aopForSym): onStack symbols are re-placed in data memspace,
5213         and onStack flag is cleared,
5214         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5215         copy temporary pcodeop,
5216         * (genPcall): added warning for not updating PCLATU,
5217         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5218         always true for pic16 port,
5219         * (genMultOneWord): NEW, supports integer multiplication,
5220         * (genMult): modified to call genMultOneWord,
5221         * (ifxForOp): added warning when return NULL,
5222         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5223         flag is set before call to operandFromSymbol for implicit
5224         added structures,
5225         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5226         options.intlong_rent are set by default,
5227         * (_hasNativeMulFor): modified to allow port generation of integer
5228         multiplication,
5229         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5230         set regtype to REG_SFR for all registers, restricting seting the
5231         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5232
5233 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5234
5235         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5236         more than 500 times in the regression tests
5237
5238 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         * support/Util/SDCCerr.h,
5241         * support/Util/SDCCerr.c,
5242         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5243         enumerator_list),
5244         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5245         for symbol conflicts.
5246         * support/valdiags/tests/enum.c,
5247         * support/valdiags/tests/tentdecl.c,
5248         * support/valdiags/tests/struct.c: expect possible error messages
5249         referring to original symbol definitions.
5250         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5251         * src/SDCCsymt.h,
5252         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5253
5254 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5255
5256         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5257
5258 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5259
5260         * src/pic16/ralloc.c (newReg): fixed bug #908929
5261
5262 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5263
5264         * src/ds390/gen.c: added missing #include "main.h"
5265
5266 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5267
5268         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5269         checking if symbol is already in set,
5270         * src/pic16/device.h: prototype for checkAddSym,
5271         * src/pic16/gen.c: (_G): added entry interruptvector,
5272         * (assignResultValue): removed some commented out lines,
5273         * (genFunction): check for ISR via sym->type, absolute section for
5274         interrupt code is created via a new pBlock, the goto instruction is
5275         placed now correctly at the interrupt vector position, changed all
5276         references from ivec to _G.interruptvector,
5277         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5278         is the interrupt is a high priority one, same for return from ISR,
5279         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5280         externs to calls of checkAddSym,
5281         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5282         pic16_pcode_verbose flag is set,
5283         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5284         * src/pic16/pcoderegs.c: message about how many registers are saved
5285         will only be emitted if pic16_pcode_verbose flag is set,
5286
5287 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5288
5289         * src/ds390/ralloc.h,
5290         * src/ds390/ralloc.c (ds390_regWithIdx),
5291         * src/ds390/gen.c (emitcode),
5292         * src/ds390/main.h,
5293         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5294         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5295         ds390operandCompare, getRegsRead, getRegsWritten,
5296         initializeAsmLineNode): customized instruction size calculation for
5297         ds390, started basis for some register optimizations
5298         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5299         corresponding assembly output
5300         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5301         missing push/pop of r0/r1. Optimized push/pops
5302
5303 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5304
5305         * src/mcs51/main.c (instructionSize): fixed ACALL size
5306         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5307
5308 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5309
5310         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5311         the sorting of rlist with NULL elements
5312         * (print_idataType, print_idata): NEW to create idata sections
5313         * src/pic16/device.h: idataSymSet new variable
5314         * src/pic16/gen.c (genFunction): fixed some bugs in string
5315         comparing, improved the absolute section creation for ISRs,
5316         added FSR0L/FSR0H in registers that are saved in an ISR,
5317         * (genInline): fixed the processing of inline snippets,
5318         now they undergo no process by the peephole optimizer
5319         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5320         are placed in idataSymSet,
5321         * (pic16emitStaticSeg): extern symbols are added in externs,
5322         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5323         switching when aboslute variables are placed in access bank memory
5324         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5325         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5326         commented out with #if,
5327         * (pic16_packRegisters): reintroduce the check for CAST because some
5328         symbols are not correctly handled,
5329         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5330         pCodeInstruction instead of pCode,
5331         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5332         pCodeAsmDir definition,
5333         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5334         directive, then the argument directive is emitted without the leading
5335         tab, hack for inline labels which must be in the first column,
5336         * (compareLabel,pic16_findNextInstruction),
5337         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5338         * (insertBankSwitch): modified for the new pCodeAsmDir,
5339
5340 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5341         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5342
5343         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5344         instance,
5345         * (pushSide): commented out with #if,
5346         * (assignResultValue): fixed some typos in saving
5347         registers,
5348         * (genPcall): FIXED and sync'ed with genCall,
5349         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5350         * (genNearPointerGet): fixed to handle some more cases,
5351         implementation scheme via table reads,
5352         * (genConstPointerGet): modified to access code memory correct,
5353         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5354         and improved to handle some cases
5355         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5356         instead of "RETLW" for init data
5357         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5358         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5359         variables are placed in access bank memory (<0x80 and >=0xf80),
5360         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5361         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5362         TBLWT_POSTDEC,TBLWT_PREINC
5363         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5364         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5365         directives
5366         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5367         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5368         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5369         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5370
5371 2004-02-29  Borut Razem <borut.razem AT siol.net>
5372
5373         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5374         support/Util/findme.h, support/Util/system.h: enhance binary relative
5375         search for lib and include by using findProgramPath()
5376
5377 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5378
5379         * src/SDCCpeeph.h,
5380         * src/SDCCpeeph.c (pcDistance),
5381         * src/port.h,
5382         * src/mcs51/ralloc.h,
5383         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5384         * src/mcs51/main.h,
5385         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5386         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5387         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5388         size calculation port specific, started basis for some register
5389         optimizations
5390         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5391         missing push/pop of r0/r1. Optimized push/pops
5392         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5393         * device/lib/_modsint.c (_modsint),
5394         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5395         and stack version so regression tests pass
5396
5397 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5398
5399         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5400         * src/SDCCast.c (decorateType): catch another small optimization
5401         with '?' operator
5402         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5403         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5404         modified to finally use computeType() all over SDCC,
5405         see Feature Request #877103
5406         * src/SDCCval.h: cosmetic
5407         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5408         valCompare(); regression tested in muldiv.c
5409         * support/regression/tests/muldiv.c (testMod): mod sign follows
5410         dividend only
5411
5412 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5413
5414         * src/SDCCast.c (decorateType): fixed bug #902362
5415         * doc/INSTALL.txt: fixed install instructions for win32
5416
5417 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5418
5419         * device/include/Makefile.in (install): fixed by replacing spaces
5420         by tabs
5421         * doc/README.txt,
5422         * doc/INSTALL.txt: updated for release
5423         * doc/sdccman.lyx: added warning for --xstack being buggy
5424
5425 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5426
5427         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5428         to eliminate build warnings.
5429         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5430
5431 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5432            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5433
5434         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5435         removed -penable-stack, added comment for stack pragma, added
5436         warning for not initializing the stack/frame registers, removed
5437         comment at interrupts section
5438
5439         Stack is made permanent, there is no ability to disable stack usage.
5440         * src/pic16/device.h,
5441         * src/pic16/device.c: removed all references to USE_STACK macro,
5442         * src/pic16/device.c (pic16_dump_section): when no elements in
5443         rlist, free rlist before return,
5444         * (pic16_dump_int_registers): NEW, internal registers are a new set
5445         of general purpose registers reused by each function,
5446         * (checkAddReg): returns 1 if registers is added to set,
5447         * (pic16_groupRegistersInSection): when a registers is of type
5448         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5449         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5450         SRCASECMP macro is moved here from device.c
5451         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5452         PO_PCLATU, PO_PRODL, PO_PRODH,
5453         * (pic16_pCodeOpType, genMinus,
5454         changed compares to "a" register, with AOP_ACC,
5455         * (pic16_genPlus): fixed some bugs and indented properly,
5456         * (pic16_addSign): changed size to size+offset in the MOVWF
5457         instruction,
5458         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5459         multiply 8-bit operand by literal, result is 8-bit,
5460         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5461         multiply 2 8-bit operand, result is 8-bit,
5462         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5463         genUMult8X*_16,
5464         * src/pic16/gen.c: changed accUse to contain WREG only,
5465         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5466         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5467         true, do not use immediate addressing any more unless sym is a
5468         pointer in codespace,
5469         * (aopForRemat): do not use immediate addressing when symbol not in
5470         codespace and when symbol's address is requested,
5471         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5472         accUse size (= 1),
5473         * (aopGet): added case for AOP_ACC and don't return "accumulator
5474         bug" but WREG instead,
5475         * (popGetTempReg): pushes contents of temporary register in stack,
5476         * (popReleaseTempReg): pops contents of temporary register from
5477         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5478         * (pic16_popGet): separated case AOP_ACC to return register WREG
5479         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5480         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5481         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5482         the use of immediate pointers to certain cases only.
5483
5484         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5485         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5486         * (assignResultValue, genCall, genRet): modified to use the new
5487         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5488         genPcall is still broken,
5489         * (genFunction): added code to create 'A' type pBlocks when
5490         interrupt functions are generated, code not extensively tested yet,
5491         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5492         * (genEndFunction): modified so ISRs pop stored registers from stack,
5493         * (genMultOneByte): cleanup,
5494         * (AccRsh): added flag andmask, to and result with appropriate mask,
5495         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5496         * (genDataPointerGet): fixed and reenabled its use,
5497         * (genNearDataPointerGet): bugs fixed,
5498         * (genDataPointerSet): bugs fixed,
5499         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5500         pic16_DumpSymbol, pic16_DumpOp,
5501         * src/pic16/genutils.h: function prototypes for the above functions,
5502         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5503         pointers,
5504         * (pic16emitRegularMap): many many many improvements, but needs a
5505         major cleanup,
5506         * src/pic16/main.c: enable_stack in pic16_options is removed,
5507         * (_pic16_parseOptions): removed command line options -penable-stack,
5508         * (_process_pragma): emit stack symbol only when stack pragma is
5509         processed,
5510         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5511         redirected to FSR0L/FSR0H pair,
5512         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5513         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5514         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5515         for immediates,
5516         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5517         * (dumpPicOptype): NEW,
5518         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5519         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5520         with movff instruction,
5521         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5522         added pic16_int_regs, some packRegsFor* functions are commented out,
5523         because produce errors,
5524         * src/pic16/NOTES: minor modifications
5525
5526 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5527
5528         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5529         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5530         --pack-iram.
5531         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5532         * as/mcs51/lkaomf51.c: fixed bug #895763
5533
5534 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5535
5536         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5537
5538 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5539
5540         * doc/sdccman.lyx: added details about the HC08 storage classes and
5541         interrupts, fixed the register usage info for z80 & gbz80
5542
5543 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5544
5545         * doc/sdccman.lyx: added more pic16 port documentation
5546         * device/include/pic16/: added header pic18fregs.h
5547
5548 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5549
5550         * doc/sdccman.lyx: added Vangelis' contribution
5551
5552 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5553
5554         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5555         extend to the next CALL or PCALL, not just to the next CALL.
5556
5557 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5558
5559         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5560
5561 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5562
5563         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5564         bug #895752 and a better fix for bug #716790
5565
5566 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5567
5568         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5569
5570 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5571
5572         * doc/sdccman.lyx: minor changes, minor changed
5573
5574 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5575
5576         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5577         which can't handle SDCC_NEWONEBYTEOPS,
5578         (geniCodeMultiply): removed conversion from mult to shift for pic14
5579         and pic16
5580
5581 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5582
5583         * src/hc08/gen.h,
5584         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5585         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5586         thus fixing bug #895406
5587
5588 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5589
5590         * device/lib/_modsint.c,
5591         * device/lib/_modslong.c: sign follows divisor only
5592         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5593         signs or signedness can be ignored
5594         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5595         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5596         added optimization for IFX,
5597         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5598         arguments;
5599         reenabled optimization for IFX, which was removed on 2004-01-11
5600         * src/SDCCast.h: added return type IFX
5601         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5602         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5603         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5604         SDCC_OLDONEBYTEOPS selects the old behaviour
5605         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5606         changed again and commented promotion rule
5607         * src/SDCCval.c (valDiv): promotion no longer necessary
5608         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5609         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5610         rewritten
5611         * support/regression/tests/onebyte.c: added
5612
5613 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5614
5615         * gen.c (genInline): reverted to old code for assemnling inline
5616         code because of bug reported James Chadd
5617
5618 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5619
5620         * ralloc.h: missing declarations from previous patch,
5621         seems that patch for ralloc.h was never applied, fixed
5622
5623 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5624            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5625
5626         * pcode.c,
5627         * pcode.h,
5628         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5629         indirect addressing. Marked FSR0 as deprecated
5630         * gen.c (pointerCode): commented out, not needed now
5631         (pic16_popGet2p): new MOVFF helper function
5632         (genGenPointerGet),
5633         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5634         (shiftRLong): removed duplicate debugging info
5635
5636 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5637
5638         * src/ds390/gen.c (genNearPointerGet),
5639         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5640         optimization with bits, but not bitfields.
5641         * src/ds390/ralloc.c (packRegisters),
5642         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5643
5644 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5645
5646         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5647
5648 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5649
5650         * src/SDCCsymt.h,
5651         * src/SDCCicode.c (operandFromSymbol),
5652         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5653         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5654         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5655         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5656         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5657         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5658         bug #892038
5659         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5660         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5661         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5662         * src/SDCCsymt.c (newSymbol),
5663         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5664         enumerator_list),
5665         * src/SDCCval.h,
5666         * src/SDCCval.c (newiList): fixed bug #885705
5667
5668 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5669
5670         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5671         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5672
5673 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5674
5675         * device/include/c8051f120.h,
5676         * device/include/c8051f300.h,
5677         * device/include/c8051f310.h: added/updated header files for Silicon
5678         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5679         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5680         in new section Submitting patches
5681
5682 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5683
5684         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5685         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5686         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5687         genGenPointerSet),
5688         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5689         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5690         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5691         genGenPointerSet),
5692         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5693         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5694         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5695         genGenPointerSet),
5696         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5697         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5698         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5699         genGenPointerSet): fixed bug #892400
5700         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5701         to eliminate build warnings.
5702         * src/SDCCast.c (processParms),
5703         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5704         fixed bug 751859
5705         * support/valdiag/valdiag.py: added GCC to the list of defines active
5706         when compiling with gcc
5707
5708 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5709
5710         * support/Util/SDCCerr.h,
5711         * support/Util/SDCCerr.c,
5712         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5713         with an incomplete type (fixed bug #883734)
5714         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5715
5716 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5717
5718         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5719
5720 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5721
5722         * src/SDCCast.c (decorateType),
5723         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5724         function pointer implementation
5725         * support/regression/tests/funptrs.c: added tests to verify both forms
5726         of function pointers work correctly. Added tests to verify parameters
5727         are passed in the correct order.
5728
5729 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5730
5731         * device.c (regCompare): registers are sorted by ascending
5732         address and increasing size,
5733         * main.c (_pic16_finaliseOptions): removed the declaration
5734         of compiler macro MCU. Now a macro of the format pic18fxxxx
5735         will be defined from the command line
5736
5737 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5738             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5739
5740         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5741         PCOP_RLCF was overwritten!
5742         * gen.c (genSkip): commented out calls to pic16_emitcode,
5743         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5744         * (genlshTwo),
5745         * (genRRC): added debugging info,
5746         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5747         overwritten while shifting,
5748         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5749         overwritten while shifting,
5750         * (AccLsh),
5751         * (AccRsh),
5752         * (shiftLLeftOrResult),
5753         * (shiftRLeftOrResult),
5754         * (shiftRLong),
5755         * (shiftLLong): Implemented with pic16_emitpcode
5756         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5757         * (genLeftShift): Fixed bug, operand for shift by variable always
5758         was "and"ed with 0x0f,
5759         * (genLeftShiftLiteral),
5760         * (genrshTwo),
5761         * (genRightShiftLiteral): added debugging info,
5762         * (genrshFour): added comment,
5763         * (genRightShift): determined signedness from operand "left"
5764         instead of "result"
5765
5766 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5767
5768         * src/SDCCicode.c (geniCodeParms),
5769         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5770         function pointers, fixed function pointer bugs #861242 and #861896
5771
5772 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5773
5774         * device/include/c8051f000.h,
5775         * device/include/c8051f120.h,
5776         * device/include/c8051f300.h: added header files for Silicon
5777         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5778
5779 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5780
5781         * src/SDCCast.c (processParams): added new type flow and restructured
5782         (gatherAutoInit): added new type flow
5783         (addCast): cosmetic changes
5784         (getLeftResultType): added new type flow for array indices, patch
5785         provided by Stas, see FR #877103
5786         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5787         array index patch by Stas
5788         * src/SDCCast.h: added prototype getResultTypeFromType()
5789         * src/SDCCval.h,
5790         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5791         * src/pic/glue.c (pic14emitStaticSeg),
5792         * src/pic16/glue.c (pic16emitStaticSeg),
5793         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5794         for initialization of symbols
5795         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5796         * support/Util/SDCCerr.h:
5797         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5798         * .version: bumped version number to 2.3.8
5799         * device/include/Makefile.in (install),
5800         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5801         avoid warnings
5802
5803 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5804
5805         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5806         Slade Rich fixed an optimization bug
5807         * src/pic/pcodepeep.c,
5808         * src/pic/pcoderegs.c
5809         * doc/Makefile (install): added test for directory
5810
5811 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5812
5813         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5814         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5815         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5816         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5817         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5818         * as/mcs51/asexpr.c (term),
5819         * as/hc08/asexpr.c (term): fixed bug #887146
5820
5821 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5822
5823         * src/z80/gen.c (genMult): handle single byte result product
5824         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5825         DUMMY_READ_VOLATILE (fixed bug #886367)
5826
5827 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5828
5829         * support/regression/tests/libmullong.c: fixed logic, on little endian
5830         hosts we ended without a mullong_wrapper()
5831
5832 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5833
5834         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5835         virus/worm forged address usage.
5836
5837 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5838
5839         Fixed promotion, it should be done on AST level:
5840         * src/SDCCast.c (addCast): added promotion to int
5841         (decorateType): updated call to upCast()
5842         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5843         usualUnaryConversions()
5844
5845 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5846
5847         * support/regression/tests/literalop.c (mulWrapper): Added a
5848         wrapper to remove integer overflow warnings.
5849
5850         * support/regression/tests/float_trans.c: Made work on host.
5851
5852         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5853         location of sz80.
5854
5855         * support/regression/generate-cases.py (main): Changed from inline
5856         to a main method.
5857
5858         * doc/Makefile (install): Changed to depth first to get rid of
5859         missing directory install warning.
5860
5861         * as/Makefile (install-doc): Made work on Mac.
5862
5863 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5864
5865         * src/SDCCast.c: added an additional type flow in decorateType() of
5866         opposite direction, see feature request #860006; it's enabled at runtime
5867         by setting the environment variable SDCC_NEWTYPEFLOW
5868         * src/SDCCast.h: changed prototype of decorateType()
5869         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5870         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5871         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5872         see feature request #877103
5873         * src/SDCCval.c: updated call of decorateType()
5874         (valBitwise): fixed bug #882876
5875         (valMinus): added promotion
5876         (valLogicAndOr): result is unsigned
5877         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5878         * src/SDCCsymt.c (computeType),
5879         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5880         must not cause an unsigned operation
5881         * src/pic/glue (pic14emitRegularMap),
5882         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5883
5884 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5885
5886         * src/pic/pcode.c (PCodeID): commented out left over debug code
5887
5888 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5889
5890         * support/valdiag/tests/overflow.c: added shift tests
5891         * src/pic/device.c,
5892         * src/pic/gen.c,
5893         * src/pic/gen.h,
5894         * src/pic/glue.c,
5895         * src/pic/main.c,
5896         * src/pic/pcode.c,
5897         * src/pic/pcode.h,
5898         * src/pic/pcodepeep.c,
5899         * src/pic/pcoderegs.c,
5900         * src/pic/ralloc.c,
5901         * src/pic/ralloc.h: applied patch from Slade Rich;
5902         added support for multiple code pages and multiple RAM banks on the
5903         PIC 14 port. The ASM files now no longer simply assume all the
5904         code / RAM are in the same page / bank. This means the linker can
5905         safely allocate code/RAM of separate ASM files to different pages/banks.
5906         * doc/sdccman.lyx: added Slade's tips
5907         * src/mcs51/peeph.def: fixed bug #880768
5908
5909 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5910
5911         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5912         * src/SDCCast.c (decorateType): fixed bug #880197
5913
5914 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5915
5916         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5917         getopt.h.
5918
5919         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5920         strtof is not part of C89 and isn't included with Mac OS X.
5921
5922 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5923
5924         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5925         shiftL2Left2Result): fixed bug #879326
5926         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5927         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5928         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5929         address fetch for clr instruction
5930         * device/lib/hc08/_mulint.c: created optimized assembly version
5931         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5932
5933 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5934
5935         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5936         proposed in FR #877103
5937
5938 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5939
5940         * src/SDCCval.c (cheapestVal): added missing checks
5941         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5942         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5943
5944 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5945
5946         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5947         equal operands
5948
5949 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5950
5951         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5952         loaded with the linker search paths (-L arguments) and the libraries
5953         to be linked with the current source (-l arguments). Changes
5954         currently will affect only the pic16 port.
5955         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5956         include path the port specific paths and port specific libraries,
5957         * gplink command now contains the $3 argument,
5958         * src/pic16/device.h,
5959         * src/pic16/device.c,: structure PIC_device is made public and
5960         renamed to PIC16_device, the same for variable Pics which is renamed
5961         to Pics16. Updated all references to them.
5962         * src/pic16/glue.c (pic16glue): corrected bug with code
5963         initialization which bypassed the variable initializations block.
5964
5965         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5966         COMPILE_FLAGS and added the --nostdinc option
5967
5968 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5969
5970         * device/include/mc68hc908jb8.h: Register defs for another member
5971         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5972
5973 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5974
5975         Documenting changes from previous commits.
5976         * configure.in (version 1.56),
5977         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5978         when generating output files to configure the pic16 library,
5979         but now I've commented it out, since gputils aren't installed in the
5980         SF compile farm, so library won't compile
5981
5982         * device/lib/Makefile.in (version 1.56): initially I've added in
5983         target 'all' the prerequestive 'model-pic16' so it compiled the
5984         pic16 library, but now I've commented it out for the same reasons
5985         above,
5986         * added targets 'model-pic16' and 'objects-pic16' to compile the
5987         library
5988         * added target 'port-specific-objects-pic16' to handle the
5989         generated libraries and copy them into the build/ directory
5990         * added target 'clean-intermediate-pic16' to clean intermediate
5991         files into pic16 directory
5992         * in target 'installdirs' added line to create directory pic16 in
5993         the installation path
5994
5995         * device/include/Makefile.in (version 1.11): in target 'install'
5996         added lines to copy all header files to installation path,
5997         * in target 'installdirs' added line create directory for pic16
5998         headers in the installation path
5999
6000 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6001
6002         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6003          a function call
6004
6005 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6006
6007         * configure,
6008         * device/lib/configure.in,
6009         * device/lib/configure: fixed for autoconf 2.57
6010
6011 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6012
6013         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6014         option so that it actually works. Made it specific to the z80, since
6015         the gbz80 doesn't have these kinds of I/O ports.
6016
6017 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6018
6019         * device/include/z180.h,
6020         * device/lib/_memcpy.c,
6021         * device/lib/_memmove.c,
6022         * device/lib/_mulint.c,
6023         * device/lib/ser_ir.c,
6024         * device/lib/ser_ir_cts_rts.c,
6025         * device/lib/_strcmp.c,
6026         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6027         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6028         portmode; added deprecation warning for bank= and protmode= forms.
6029         Also, guard against buffer overflow.
6030         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6031
6032 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6033
6034         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6035         changed interrupt vector table generation to only emit declared vectors.
6036         * device/include/Makefile.in: added missing backslash
6037         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6038
6039 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6040
6041         Mainly changes to support compilation of the device libraries
6042         * src/pic16/device.c: stack is allocated via symbol and not
6043         via literal number. The symbol is placed in the corresponding
6044         position of the data ram
6045         * (pic16_dump_section): relocatable and absolute uninitialized
6046         data are now emitted in sorted order to reduce section naming,
6047         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6048         weren't marked as being in the access bank,
6049
6050 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6051
6052         Added portion of GNU PIC Library under the directory
6053         device/include/pic16 and device/lib/pic16. These files
6054         contain the declarations of SFRs for the PIC18Fxx2 devices.
6055         The directory is initialized via configure from toplevel.
6056
6057 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6058
6059         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6060         the spilllocations to be compared correctly
6061
6062 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6063
6064         * src/SDCCast.c (decorateType): fixed bug introduced today
6065
6066 2004-01-12  Borut Razem <borut.razem AT siol.net>
6067
6068         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6069         doc/sdccman.lyx: upper case pragmas are deprecated
6070
6071 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6072
6073         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6074         in simpler and even better code
6075
6076 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6077
6078         * src/SDCCicode.c (operandOperation): fixed bug #874819
6079         * src/SDCCast.c (decorateType): fixed
6080         char foo (unsigned long ul) { return ul > 0; }
6081
6082 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6083
6084         * doc/sdccman.lyx: Moved and added some sections, small changes
6085         all over. Telling LaTeX to be less strict with word spacing
6086         to better keep the right margin. Changed some notes about
6087         maintainance of the ports in section 3.2.1 - is it OK like this?
6088
6089 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6090
6091         SDCC source changes:
6092         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6093         convilong): modified to inform the pic16 port that builtin functions
6094         are external
6095
6096         PIC16 PORT specific changes:
6097         * src/pic16/device.c pic16_dump_equates() added,
6098         processor registers declared internally by the port are emitted in
6099         the translation as equates,
6100         * src/pic16/gen.c: inline code is passed unprocessed to the
6101         translation,
6102         * (pic16_popGetLit2): fnuction modified to take second operand as
6103         pCodeOp pointer and not as literal,
6104         * (popRegFromIdx): prefixed with pic16_,
6105         * (pic16_popCombine2): modified to receive already allocated pCode
6106         operands,
6107         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6108         * (genFunction): initializes local stack frame and pushes on stack
6109         all the registers used by this function,
6110         * (genEndFunction): restores all registers from stack and restores
6111         stack frame,
6112         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6113         improvements,
6114         * (pic16glue): changed the program startup sequence,
6115         * added new dbName code 'A' for functions placed in absolute section
6116         * src/pic16/main.c: added function attribute _naked,
6117         * added pragma 'code' to place a fnuction at an absolute address,
6118         * added command line arguments --debug-ralloc and --pcode-verbose,
6119         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6120         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6121         * (pic16_newpCodeOpLit2): modified to take the second operand as
6122         pCodeOp pointer,
6123         * (pic16_printpBlock): modified to emit each function in a separate
6124         section,
6125         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6126         UPPER for immediate operands,
6127         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6128         instruction,
6129         * src/pic16/peeph.def: all peepholes with movff are commented out,
6130         because there is a problem in the pcode peep optimizer,
6131         * src/pic16/ralloc.c: the register allocator can now reuse local
6132         function symbols for another function. This saves register usage.
6133         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6134
6135         Added file src/pic16/NOTES with information about program writing on
6136         the current port version.
6137
6138 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6139
6140         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6141         and peephole 252 (array access)
6142
6143 2004-01-09  Borut Razem <borut.razem AT siol.net>
6144
6145         * src/SDCCmain.c : fixed #872250: -l command line defined library
6146           files are scanned before standard library files
6147
6148 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6149
6150         * src/SDCCast.c (decorateType): fixed bug #874046
6151
6152 2004-01-09  Borut Razem <borut.razem AT siol.net>
6153
6154         * support/scripts/sdcc.nsi: remove previous installation
6155
6156 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6157
6158         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6159         bytes for last interrupt vector (mcs51)
6160         * sdcc.spec: fixed typo
6161
6162 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6165         gen51Code): more efficient parameter receive for --model-large
6166         ("bug" #845294)
6167
6168 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/ds390/main.c,
6171         * src/z80/main.c: added missed needLinkerScript flags (more than
6172         one port structure defined in these file)
6173         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6174         bug #795325
6175
6176 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6177
6178         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6179         * src/port.h: added flag needLinkerScript in port->linker
6180         structure to inform whether to create a .lnk file or not,
6181         * src/avr/main.c,
6182         * src/ds390/main.c,
6183         * src/hc08/main.c,
6184         * src/mcs51/main.c,
6185         * src/pic/main.c,
6186         * src/pic16/main.c,
6187         * src/xa51/main.c,
6188         * src/z80/main.c: changed appropriately to configure
6189         needLinkerScript flag
6190         * src/pic/gen.c,
6191         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6192         * src/pic/glue.c: added variable udata_section_name to
6193         override default uninitialized data segment definition for
6194         devices only with SHAREBANK memory (reported from Erik Epetrich)
6195         * (pic14emitOverlay): modified to emit a commented overlay segment
6196         directive when no overlay data exist
6197         * (picglue): modified to emit uninitialized data segment
6198         according to udata_section_name
6199         * src/pic/main.c (_pic14_parseOptions): added command line
6200         options --udata-section-name=[name] to override default
6201         udata definition name
6202         * modified _linkCmd and _asmCmd to include compiler passed
6203         arguments via -W option
6204         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6205         object file from '.rel' to '.o' in port->linker structure,
6206         changed size of fptr from 2 to 3 in port structure
6207
6208 2004-01-07  Borut Razem <borut.razem AT siol.net>
6209
6210         * support/scripts/sdcc.nsi: update PATH
6211         * support/scripts/sdcc.ico: craeted
6212
6213 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6214
6215         * device/include/Makefile.in: fix install
6216         * doc/Makefile: fix install
6217
6218 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6219
6220         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6221         in bug #860505
6222         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6223         how the function variable allocation summary is displayed; also
6224         include information about variables allocated to the overlay
6225         segment
6226
6227 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6228
6229         * as/mcs51/lkmain.c: Help about -Y option
6230         * as/mcs51/lkarea.c: Fixed gcc warnings
6231
6232 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6233
6234         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6235         fixed warning
6236         * support/valdiag/tests/overflow.c: added
6237         * src/SDCCast.c (decorateType),
6238         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6239         LEFT_OP (left shift)
6240
6241 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6242
6243         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6244         (default behaviour).
6245
6246 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6247
6248         A python script to validate compiler diagnostic messages. It can be
6249         used to verify that sdcc complains about bad c source code and
6250         gives a good location of the error.
6251         * support/valdiag/Makefile,
6252         * support/valdiag/valdiag.py,
6253         * support/valdiag/tests/*
6254
6255 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6256
6257         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6258         * src/SDCCsymt.c (newEnumType),
6259         * src/SDCCsymt.h
6260         * support/Util/SDCCerr.c,
6261         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6262         enum related bugs.
6263         * support/regression/tests/enum.c: added test for enum values that
6264         require at least 2 bytes of storage.
6265
6266 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6267
6268         * src/common.h: added ifndef/define/endif macros
6269         around the header file.
6270         Bug reported from Jesus Calvino-Fraga
6271
6272 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6273
6274         * sdcc.spec: updated
6275         * device/include/Makefile.in: don't install CVS directories
6276         * device/lib/Makefile.in: added removal of CVS directories after install
6277         * doc/Makefile: fixed install, added local_icons
6278         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6279         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6280         * src/ds390/gen.c (genRightShift): fixed bug #870788
6281         * src/SDCCast.c (decorateType): fixed bug #870781
6282
6283 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6284
6285         PIC16 port related changes:
6286         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6287         added variable stackPos,
6288
6289         * gen.c: genCall, assignResultValue: added support for
6290         pushing/retrieving function parameters to/from stack,
6291         genFunction,genEndFunction: setup stack frame for the
6292         generated function,
6293         genAddrOf: will be changed according to bug 863624
6294
6295         * added files genutils.c and genutils.h which contain gen*
6296         debugged and optimised functions extracted from gen.c
6297
6298         * glue.c: added variable 'externs' which holds extern symbols,
6299         pic16emitRegularMap: is modified to properly handle relocatable
6300          symbols under the new scheme,
6301         pic16createInterruptVect: is modified
6302         pic16printPublics: is modified to emit 'global' assembler directives,
6303         added pic16_printExterns to print extern symbols,
6304         pic16glue: initializes stack/frame pointer in the beginning of
6305         the assembly output. Temporary hack, will be corrected later,
6306         because gplink yet does not support stack and SDCC does not
6307         yet support a type of crt0.o object to create the final binary.
6308
6309         * Removed many lines that contain 8051 legacy code.
6310         * The code is finally placed under a 'code' directive.
6311         * Added port specific options.
6312
6313         * _process_pragma: simplified since now we do not need *special*
6314         include file to define SFR registers. But a separate header
6315         will be needed. This will be developed later.
6316         * _pic16_parseOptions: added, parses port specific options:
6317         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6318         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6319         --preplace-udata-with=
6320
6321         * _pic16_setDefaultOptions: modified to initialize section names,
6322         but hack is temporarly out of order since it needs improvement.
6323         * _pic16_genAssemblerPreamble: configuration words are emitted by
6324         their address instead of their name. This part is incomplete and
6325         supports only the 18Fxx2 devices. Other devices will emit an error
6326         during assembly since they do not contain the same set of config
6327         registers
6328         * _pic16_genIVT: is modified,
6329
6330         * pcode.c: added definitions for some hardware registers that are needed
6331         for stack support
6332         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6333         All PCI entries are updated. Now LFSR is supported.
6334         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6335         * added pic16_newpCodeOpLit2 to support instructions with
6336         two literal arguments
6337         * pic16_pCode2str: corrected code that emits assembler instructions
6338         with two literal operands and those that have an access bit modifier
6339         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6340         this fixes a bug which caused some labels to be lost, when an
6341         assembler directive was added, i.e. banksel,
6342         * pic16_FixRegisterBanking: improved logic that causes the insertion
6343         of bank switching,
6344         * InlineFunction: functions that are called once, are not any more
6345         inlined. This can be a port option in the future,
6346
6347         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6348
6349         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6350         hold the corresponding uninitialized symbols,
6351         * pic16_allocProcessorRegister: registers have explicit marked the
6352         accessBank field,
6353         * pic16_allocInternalRegister: registers are explicit marked as
6354         not used,
6355         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6356         processing list, so bit registers were lost,
6357         *
6358
6359         * ralloc.h: added field 'accessBank' and original symbol operand
6360         in register definition,
6361         * removed the field isMapped from register definition,
6362
6363         ** Several functions have been removed from various sources:
6364         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6365         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6366         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6367         pic16_assignRelocatableRegisters
6368
6369         ** others have been introduced:
6370         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6371         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6372
6373 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6374
6375         * support/scripts/inc2h.pl: changed definition of BIT_AT
6376         to emit 'sbit at' instead of 'bit at'. This was a request.
6377
6378         PIC16 port related preliminary changes:
6379         * gen.c: prefixed function popRegFromString with
6380         pic16_ and all references to it corrected
6381         * pcode.c: all pic16_pc_* hardware registers prefixed
6382         with underscore (_),
6383         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6384         * ralloc.c: newReg(): when register is REG_SFR then
6385         set address to rIdx,
6386         pic16_allocProcessorRegister(): marks register wasUsed=0
6387         pic16_writeUsedRegs(): added a call to assign processor
6388         registers via pic16_assignFixedRegisters
6389
6390 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6391
6392         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6393         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6394         variables in unused register banks.  Also the SSEG is placed
6395         wherever there is enough space for it, and IDATA can be anywhere
6396         in internal RAM.  For now compile using -Wl-Y[stack_size].
6397         The mem file is different for this option as well, since it
6398         makes no sense of talking about DSEG lenght.
6399
6400 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6401
6402         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6403         in certain cases, e.g. when ROM assignment, patch provided
6404         from Albert den Haan.
6405
6406 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6407
6408         Many signedness and type propagation fixes:
6409         * src/SDCCicode.c: made geniCodeCast() static
6410         replaced SPEC_ by IS_ (cosmetic)
6411         (operandOperation): fixed div and mod operation
6412         (usualBinaryConversions): added support for promotion of char
6413         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6414         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6415         (geniCodeAdd): an array index will stay unsigned, even if promoted
6416         from char to int
6417         (geniCodeArray): ditto
6418         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6419         * src/SDCCsymt.c (computeType): added more support for char;
6420         promotion of char is selectable by promoteCharToInt, fixed signedness
6421         for all cases
6422         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6423         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6424         * src/SDCCval (val*): replaced signedness calculation by
6425         computeType()
6426         rearranged if-branches (cosmetic)
6427         (valShift): added warning W_SHIFT_CHANGED
6428         (valCompare): fixed problem with different types
6429         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6430         * support/regression/tests/literalop.c: added many cases
6431         * support/regression/tests/ast_constant_folding.c: changed finally to
6432         'unsigned int'
6433         * .version: new year, new version: 2.3.7
6434         * src/SDCCmain.c (main): applied patch #866468
6435         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6436         provided by Scott Bronson
6437         * doc/sdccman.lyx: updated documentation for sdcdb
6438         updated and added chapter tips
6439
6440 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6441
6442         * src/SDCCsymt.h: missing from yesterday's commits
6443
6444 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6445
6446         * src/SDCC.y (struct_or_union_specifier),
6447         * support/Util/SDCCerr.c,
6448         * support/Util/SDCCerr.h: verify that struct & union tags are used
6449         as declared.
6450
6451 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6452
6453         * src/SDCCglobl.h: missing from yesterday's commits
6454
6455 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6456
6457         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6458         sft_attributes, struct_declaration, parameter_declaration,
6459         type_name, start_block, declaration_list),
6460         * src/SDCC.lex (check_type): support redefinition of typedef names
6461
6462 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6463
6464         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6465         aligned xdata arrays. Erik helped me with the if clause.
6466
6467 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6468
6469         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6470         warning
6471
6472 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6473
6474         * src/SDCCast.h,
6475         * src/SDCCast.c (newAst_),
6476         * src/SDCCicode.h,
6477         * src/SDCCicode.c (ast2iCode, newiCode),
6478         * src/SDCCglobl.h,
6479         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6480         expr, statement, expression_statement, selection_statement,
6481         iteration_statement, expr_opt, jump_statement): foundation for tracking
6482         sequence points
6483         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6484         point code too)
6485
6486 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * support/Util/SDCCerr.c,
6489         * src/SDCCast.h,
6490         * src/SDCCast.c (createCase, createDefault, decorateType),
6491         * src/SDCClabel.c (labelUnreach),
6492         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6493         to error messages.
6494         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6495         (with thanks to Stas Sergeev)
6496         * device/include/time.h,
6497         * device/lib/time.c (CheckTime): suppress unreachable code warning
6498
6499 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/SDCCast.c (createIvalCharPtr),
6502         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6503         bug #753752)
6504         * support/regression/tests/nullstring.c: tests for these two bugs
6505
6506 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6507
6508         * support/Util/SDCCerr.h,
6509         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6510         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6511         about storage class and 'at' used inside struct or union
6512         * src/SDCCBBlock.c (iCodeFromeBBlock),
6513         * src/SDCCcse.c (ifxOptimize),
6514         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6515         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6516         printIval, emitStaticSeg, emitOverlay),
6517         * src/SDCClabel.c (deleteIfx),
6518         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6519         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6520         gatherAutoInit, processParms),
6521         * support/Util/SDCCerr.h,
6522         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6523         reporting for post-parse errors.
6524
6525 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6526
6527         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6528         implicit casts via union; they don't work on big endian systems
6529         (possible fix for bug #861138)
6530
6531 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6532
6533         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6534         * src/mcs51/main.c: fixed the fix for bug #737001
6535
6536 2003-12-15  Borut Razem <borut.razem AT siol.net>
6537
6538         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6539
6540 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         * support/makebin/makebin.c: put output in binary mode
6543
6544 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6545
6546         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6547         xdata and data memory on startup. Set the environment variable
6548         SDCC_NOGENRAMCLEAR to disable this.
6549         * src/mcs51/peephole.def,
6550         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6551         (allows non-interrupt and interrupt code to safely compete for a resource
6552         without the non-interrupt code having to disable interrupts)
6553
6554 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/SDCCicode.c (geniCodeAdd),
6557         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6558         with valFromType if type might be a pointer and host is big endian).
6559         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6560         types, not just integer types.
6561         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6562         multiply defined with mismatching "at" address.
6563
6564 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6567         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6568         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6569         with embedded nulls (fixed bug #753752)
6570
6571 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6572
6573         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6574         Apparently this did not see much testing (endless loop)
6575
6576 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6577
6578         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6579
6580 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6583         gracefully handle NULL memmap pointers
6584
6585 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6588         instead of deleting the iCode when an operand is volatile
6589         * src/z80/gen.c (genDummyRead),
6590         * src/mcs51/gen.c (genDummyRead),
6591         * src/ds390/gen.c (genDummyRead),
6592         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6593         not just IC_RIGHT
6594         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6595         * src/SDCC.y: fixed bug #850420
6596
6597 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6598
6599         Applied z80 i/o port patch from Peter Townson and fixed some operators
6600         to better handle operands in A register.
6601         * device/include/z180.h
6602         * src/SDCC.y
6603         * src/SDCCglue.c
6604         * src/z80/gen.c
6605         * src/z80/gen.h
6606         * src/z80/main.c
6607         * src/z80/peeph-z80.def
6608         * src/z80/peeph.def
6609         * src/z80/z80.h
6610
6611 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6612
6613         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6614
6615 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         * device/lib/hc08/_mullong.c: Removed extra #endif
6618
6619 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6620
6621         * sim/ucsim/hc08.src/inst.cc,
6622         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6623         carries from x to h
6624         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6625         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6626         * device/include/stdarg.h: fixed varargs for hc08
6627         * device/lib/Makefile.in,
6628         * device/lib/hc08/Makefile,
6629         * device/lib/hc08/_mulint.c,
6630         * device/lib/hc08/_mullong.c: fixed some endian problems
6631
6632 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6633
6634         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6635         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6636         * device/lib/_gptrget.c,
6637         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6638
6639 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6640
6641         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6642         * src/SDCCast.c (astErrors): fixed bug #846007
6643         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6644
6645 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6646
6647         * src/SDCCast.c (decorateType): disabled a transformation I added in
6648         revision 1.188 (access to fields of a structure at an absolute address);
6649         it breaks with bitfields, extern declarations, and gcse analysis.
6650         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6651         could be assigned through a pointer, so don't complain.
6652         * src/SDCCast.c (astErrors),
6653         * src/SDCCast.h,
6654         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6655
6656 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6657
6658         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6659         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6660         output of __config directives, since gpasm now supports them
6661         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6662         pre-processor macro, i.e. -DMCU=p18f452
6663         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6664         and modified to handle 'cast' icode similarly to '=' icode
6665         * src/pic16/device.h (typedef struct PIC_device): added field
6666         'extMIface' to indicate that chip has external memory interface
6667         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6668         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6669         18F8720
6670
6671 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6672
6673         * src/SDCC.y (pointer): fixed bug #846006
6674         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6675         * src/SDCCast.c (decorateType): fixed bug #846009
6676         * src/ds390/peeph.def,
6677         * src/ds390/gen.c (genAnd, genOr),
6678         * src/mcs51/peeph.def,
6679         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6680
6681 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6682
6683         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6684         * src/SDCCdflow.c
6685         * src/SDCCcse.c
6686         * src/SDCCcse.h
6687         * src/SDCCBBlock.h
6688         * src/SDCCBBlock.c
6689
6690 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6691
6692         fixed bug #845089
6693         * src/SDCCbitv.h,
6694         * src/SDCCbitv.c: added function to free a bitvector
6695         * src/SDCClrange.h,
6696         * src/SDCClrange.c: added function to recompute the liveranges
6697         * src/avr/ralloc.c,
6698         * src/ds390/ralloc.c,
6699         * src/hc08/ralloc.c,
6700         * src/mcs51/ralloc.c,
6701         * src/pic/ralloc.c,
6702         * src/pic16/ralloc.c,
6703         * src/xa51/ralloc.c,
6704         * src/z80/ralloc.c: recompute the liveranges after register packing
6705
6706 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6707
6708         * src/SDCCloop.c (newInduction): fixed bug #845630
6709
6710 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6711
6712         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6713         inadvertantly left behind from my 2003-11-12 change
6714
6715 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         Updated headers I neglected to commit yesterday.
6718         * src/SDCClrange.h,
6719         * src/SDCCicode.h
6720
6721 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6722
6723         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6724         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6725         * src/SDCCopt.c (eBBlockFromiCode),
6726         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6727         the creation of the key hash table from the sequencing so it can be used
6728         earlier (for some GCSE bug fixes still pending)
6729
6730 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6731
6732         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6733         * support/regression/tests/addsub.c: testing genPlus shortcut
6734
6735 2003-11-15  Borut Razem <borut.razem AT siol.net>
6736
6737         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6738
6739 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6742         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6743         ordering is immaterial.
6744         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6745
6746 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6747
6748         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6749         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6750         (SIGSEV) of bug #840381
6751         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6752         unlink new file before rename if new and old filenames are the same)
6753
6754 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6755
6756         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6757         uninitialized variables) for the mcs51. Set environment variable
6758         SDCC_GENRAMCLEAR to test.
6759         xdata initialization slightly shorter
6760
6761 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * src/SDCCsymt.h,
6764         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6765         #838241 & 780691 (basicly the same bug)
6766         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6767         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6768
6769 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6770
6771         * src/SDCCmain.c (linkEdit): "fix" #834252
6772
6773 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6774
6775         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6776         * src/SDCCast.h,
6777         * src/SDCC.y: fixed bug #819403
6778
6779 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6780
6781         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6782         the reentrant attribute.
6783         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6784         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6785         simulation
6786         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6787         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6788         erroneously reduced to a literal.
6789         * src/hc08/ralloc.c (packRegisters, rematStr),
6790         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6791         some cases
6792
6793 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6794
6795         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6796         * doc/sdccman.lyx: changed from 'article' to 'book'
6797         * doc/Makefile: readded test_suite_spec and cdbfileformat
6798
6799 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6800
6801         * device/include/stdlib.h: include malloc.h to comply with ANSI
6802         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6803
6804 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6805
6806         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6807         * doc/clean.mk: also remove *.out files
6808         * doc/sdccman.lyx: some additions, larger top/bottom margins
6809
6810 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/SDCC.y: fixed bug #837365
6813         * support/regression/tests/bitopcse.c
6814         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6815         a symbol (might be valop instead)
6816         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6817         * device/lib/clean.mk: added hc08 to the cleaning list
6818
6819 2003-11-04  Borut Razem <borut.razem AT siol.net>
6820
6821         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6822           made 2003-11-04
6823         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6824           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6825           malloc is declared in standard stdlib.h
6826
6827 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6828
6829         * device/lib/hc08/Makefile: need to clean .rel not .o files
6830         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6831
6832 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6833
6834         * src/port.h,
6835         * src/hc08/main.c,
6836         * src/mcs51/main.c,
6837         * src/ds390/main.c,
6838         * src/z80/main.c,
6839         * src/avr/main.c,
6840         * src/pic/main.c,
6841         * src/pic16/main.c,
6842         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6843         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6844         tests (which uses the port's oclsExpense function)
6845         * src/SDCC.y,
6846         * src/SDCCast.c,
6847         * src/SDCCicode.c,
6848         * src/hc08/gen.c,
6849         * src/ds390/gen.c,
6850         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6851
6852 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/SDCCcse.c (ifxOptimize),
6855         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6856         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6857         deleting the IFX iCode.
6858         * src/hc08/ralloc.c: reduced unneeded slocs
6859         * src/hc08/gen.c: fixed bug in asmopToBoolean
6860
6861 2003-11-04  Borut Razem <borut.razem AT siol.net>
6862
6863         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6864           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6865           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6866           transferred to configure
6867
6868 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6869
6870         Use headers defined in the C[++] standards:
6871         * sim/ucsim/gui.src/serio.src/fileio.cc
6872         * sim/ucsim/gui.src/serio.src/frontend.cc
6873         * sim/ucsim/gui.src/serio.src/main.cc
6874         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6875         * support/Util/NewAlloc.c
6876         * as/hc08/lklibr.c
6877         * as/mcs51/lklibr.c
6878         * as/z80/aslist.c
6879         * as/z80/assym.c
6880
6881 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6882
6883         * Added MSVC projects for hc08 assembler and linker:
6884         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6885         /as/hc08/link_hc08.dsp
6886
6887 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6888
6889         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6890
6891 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6892
6893         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6894
6895 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6896
6897         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6898
6899 2003-10-31  Borut Razem <borut.razem AT siol.net>
6900
6901         * support/cpp2/cpplib.h,
6902           support/cpp2/cpplib.c,
6903           support/cpp2/cpplex.c,
6904           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6905           to switch _asm block preprocessing on / off. Default is
6906           #pragma preproc_asm +
6907
6908 2003-10-31  Borut Razem <borut.razem AT siol.net>
6909
6910         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6911           when outputting comment blocks (when executed with -C option) and
6912           _asm (SDCPP specific) blocks
6913
6914 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6915
6916         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6917
6918 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6919
6920         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6921
6922 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6923
6924         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6925         * src/SDCCast.c (decorateType): fixed bug #832664
6926
6927 2003-10-31  Borut Razem <borut.razem AT siol.net>
6928
6929         * support\cpp2\cpplex.c: fixed for SDCPP:
6930           comments(when executed with -C option) and _asm blocks
6931           were included even if they where in skipped #if block.
6932           Applied solution from GCC cpp 3.3.2
6933
6934 2003-10-31  Borut Razem <borut.razem AT siol.net>
6935
6936         * src/SDCC.lex: sdcc now understands both formats:
6937           '# <line_number> <file_name>' and
6938           '#line <line_number> <file_name>'
6939         * support/cpp2/cppmain.c: sdcpp now generates the standard
6940           '# <line_number> <file_name>' instead of former
6941           '#line <line_number> <file_name>'
6942
6943 2003-10-30  Borut Razem <borut.razem AT siol.net>
6944
6945         * support/cpp2/cpphash.h,
6946         * support/cpp2/cpplib.h
6947         * support/cpp2/cpplex.c,
6948         * support/cpp2/cppmain.c,
6949         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6950
6951 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         Fixed a number of problems revealed by bug #827883.
6954         * src/SDCCloop.c (loopInvariants): Spill location of the
6955         result operand should be recomputed if extracted from
6956         a loop. Also, don't extract assignments of an iTemp
6957         from a literal.
6958         * src/SDCCast.c (isConformingBody): loop reversal should
6959         not occur if the control variable is involved with a
6960         relational operator.
6961
6962 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6963
6964         * .version: bumped to 2.3.6 to reflect the big improvements
6965         made by Erik and Klaus. Thanks!
6966
6967 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6968
6969         Replaced the livrange code.
6970         * src/SDCClrange.c: added new LR code
6971         * src/SDCCloop.c,
6972         * src/SDCCBBlock.h: removed remainig parts from old LR code
6973         * src/ds390/ralloc.c,
6974         * src/ds390/gen.c: minor fixes to make it work with new code
6975
6976 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6977
6978         * as/hc08/asm.h,
6979         * as/hc08/lkrloc.c,
6980         * src/hc08/gen.c,
6981         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6982         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6983         (tweaked fix for bug #818696)
6984
6985 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6986
6987         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6988
6989 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6990
6991         * src/SDCCmain.c,
6992         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6993         * src/mcs51/gen.c (gencjneshort),
6994         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6995         more efficient (per Scott Bronson's suggestion)
6996
6997 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6998
6999         Extended the semantics of the critical keyword to include
7000         individual statements. See RFE #827755 and #799831
7001         * src/SDCC.y
7002         * src/SDCCicode.c
7003         * src/SDCCopt.c
7004         * src/SDCCast.c
7005         * support/Util/SDCCerr.c
7006         * support/Util/SDCCerr.h
7007         * src/mcs51/gen.c
7008         * src/ds390/gen.c
7009         * src/hc08/gen.c
7010
7011 2003-10-19  Borut Razem <borut.razem AT siol.net>
7012
7013         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7014
7015 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7016
7017         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7018         Fixed bug #818696
7019         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7020         and predecrement operand is displayed
7021
7022 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7023
7024         * src/SDCCval.c (valMinus): fixed bug #826041
7025
7026 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7027
7028         Some hc08 related updates that I missed earlier
7029         * sim/ucsim/stypes.h
7030         * support/regression/ports/hc08/spec.mk
7031
7032 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7033
7034         New target "hc08" for the Motorola 68hc08 family of micros
7035
7036         * configure
7037         * configure.in
7038         * Makefile
7039         * src/hc08/*
7040         * src/SDCCmain.c
7041         * src/port.h
7042         * sim/ucsim/hc08.src/*
7043         * sim/ucsim/configure.in
7044         * src/ucsim/configure
7045         * sim/ucsim/packages_in.mk
7046         * as/hc08/*
7047         * as/Makefile
7048         * device/include/mc68hc908qy.h
7049         * device/lib/hc08/*
7050         * device/lib/Makefile.in
7051         * support/regression/ports/hc08/*
7052         * support/regression/Makefile
7053
7054 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7055
7056         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7057         regression test
7058         * src/ds390/gen.c (genCast): fixed bug #821957
7059
7060 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7061
7062         * device/lib/logf.c: "fixed" overlay bug
7063         * support/regression/ports/host/spec.mk: added m library
7064         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7065         * support/regression/tests/float_trans: added (for Eric)
7066
7067 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7068
7069         * src/mcs51/gen.c (genCpl): fixed bug
7070         http://sf.net/mailarchive/message.php?msg_id=6263915
7071
7072 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7073
7074         * src/SDCCast.c (decorateType): added extended constant folding
7075         * src/SDCCsymt.c (computeType): cleanup
7076         * src/SDCCval.c (valShift): minor optimization
7077         * support/regression/tests/ast_constant_folding.c: added
7078
7079 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7080
7081         * src/SDCCmain.c: removed some unintended changes
7082
7083 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7084
7085         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7086         * src/z80/gen.c: fixed part of bug #817589
7087         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7088
7089 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7090
7091         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7092         * src/SDCCcflow.c
7093         * src/SDCCcse.c
7094         * src/SDCCdflow.c
7095         * src/SDCClabel.c
7096         * src/SDCClrange.c
7097         * src/SDCCmem.c
7098         * src/SDCCopt.c
7099         * src/SDCCpeeph.c
7100         * src/SDCCset.c
7101         * src/avr/ralloc.c
7102         * src/ds390/ralloc.c
7103         * src/izt/ralloc.c
7104         * src/mcs51/ralloc.c
7105         * src/pic/ralloc.c
7106         * src/pic16/ralloc.c
7107         * src/xa51/ralloc.c
7108         * src/z80/ralloc.c
7109         * src/z80/gen.c: removed unused label "release:"
7110
7111 2003-10-06  Borut Razem <borut.razem AT siol.net>
7112
7113         * src/SDCC.lex: removed definition of unused variables
7114           save_optimize and save_options
7115
7116 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7117
7118         * clean.mk: removed '=' in "-maxdepth=1"
7119         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7120         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7121
7122 2003-10-06  Borut Razem <borut.razem AT siol.net>
7123
7124         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7125           my_unput() replaced by unput()
7126
7127 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7128
7129         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7130         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7131         type-punned pointer will break strict-aliasing rules"
7132         Old LR behaviour is again default; Klaus' LR can be choosen by
7133         defining the environment variable LRKLAUS
7134         * src/SDCCBBlock.h
7135         * src/SDCCloop.c
7136         * src/SDCClrange.c
7137         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7138         * clean.mk: fixed removal of files in bin/CVS/
7139         * device/lib/clean.mk: fixed removal of directories small and large
7140         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7141         * src/SDCCicode.c,
7142         * src/SDCCval.c: removed superflous test for pedantic
7143
7144 2003-10-05  Borut Razem <borut.razem AT siol.net>
7145
7146         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7147           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7148           message "unmatched #pragma SAVE and #pragma RESTORE"
7149
7150 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7151
7152         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7153           assembly, critical functions, atomic, nojtbound)
7154
7155 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7156
7157         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7158         * src/SDCCBBlock.h
7159         * src/SDCCloop.c
7160         * src/SDCCloop.h
7161         * src/SDCClrange.c
7162
7163 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7164
7165         * src/z80/gen.h,
7166         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7167         * src/mcs51/gen.h
7168         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7169         * src/ds390/gen.h
7170         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7171         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7172         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7173
7174 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7175
7176         * src/z80/gen.c (genRet): fixed bug #524753
7177         * src/z80/gen.c (genCast): fixed internal error on cast from
7178         pointer to long
7179         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7180         fix for bug #477835 to the z80
7181         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7182         for tracking iCodes in the peephole optimizer for z80
7183
7184 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7185
7186         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7187         the other part of bug #814548
7188         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7189
7190 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7191
7192         * src/SDCCcse.c: fixed part of bug #814548
7193
7194 2003-09-28  Borut Razem <borut.razem AT siol.net>
7195
7196         * src/asm.c: rewrite of printILine() to use temporary file instead
7197           a pipe
7198         * src/xa51/main.c: commented out declaration of int rewinds
7199
7200 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7201
7202         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7203
7204 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7205
7206         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7207         * src/asm.c (printILine): Fixed bug #811015
7208
7209 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7210
7211         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7212         freeing.
7213
7214 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7215
7216         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7217         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7218         to correctly handle general case of AOP_PAIRPTR
7219         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7220
7221 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7222
7223         * src/mcs51/ralloc.c (fillGaps),
7224         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7225         register positioning bug)
7226
7227 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7228
7229         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7230
7231 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7232
7233         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7234         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7235         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7236         (ralloc doesn't intentionally do this now, but perhaps later)
7237         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7238         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7239         register positioning bugs (Fixed bug #762602 and #795325)
7240         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7241         (Fixed bug #808779)
7242         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7243         lines that --i-code-in-asm generates
7244
7245 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7246
7247         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7248         trying to fclose a FILE* that was already closed.
7249
7250 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7253         of const struct should be treated as if const themselves)
7254
7255 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7256
7257         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7258
7259 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7260
7261         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7262         Unix (/n) and DOS (/r/n) line terminations.
7263
7264 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7265
7266         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7267         bug #613775
7268
7269 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * src/mcs51/gen.c (genFunction, genEndFunction),
7272         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7273         and restore of EA so that stack offsets to parameters are
7274         correct when using both critical and reentrant/stack-auto.
7275         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7276         size (can be triggered in error if sloc is shared between
7277         different sized objects)
7278         * device/include/float.h: fixed macros to explicitly use
7279         unsigned long where needed
7280
7281 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7282
7283         Feature req. 799831: added code to allow nesting of critical functions
7284         * src/mcs51/gen.c (genFunction, genEndFunction)
7285         * src/ds390/gen.c (genFunction, genEndFunction)
7286
7287 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCCsymt.c (sclsFromPtr),
7290         * src/SDCCsymt.h,
7291         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7292         support for standard C idiom of memory mapped variables; for
7293         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7294         to xdata int at 0x1234 tempvar = 1.
7295         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7296         provided by Akiya ISHIDA
7297
7298 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7299
7300         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7301         * src/SDCCval.c (constVal): added reduction from int to char
7302         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7303         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7304         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7305         to ignore the sign
7306         * support/regression/tests/shifts.c: fixed
7307
7308 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/z80/gen.c (genXor): Fixed bug #805445
7311
7312 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7313
7314         Fixed bug #621531 (const & volatile confusion in the type chain).
7315         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7316         refer to the const or volatile state of the pointer itself.
7317
7318         * src/SDCCast.c
7319         * src/SDCCglue.c
7320         * src/SDCCicode.c
7321         * src/SDCCsymt.c
7322         * src/SDCCval.c
7323         * src/SDCC.y
7324         * src/SDCCsymt.h
7325         * src/pic/gen.c
7326         * src/pic/ralloc.c
7327         * src/pic16/gen.c
7328         * src/pic16/ralloc.c
7329         * support/regression/tests/const.c
7330
7331 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7332
7333         When checking for duplicated modules, use absolute paths
7334         instead of relative paths.  Files changed:
7335
7336         * as/mcs51/lklib.c
7337         * link/z80/lklib.c
7338
7339 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7340
7341         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7342
7343 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7344
7345         * device/include/string.h: added size_t typedef, changed
7346         prototypes to use size_t, eliminated separate reentrant and
7347         non-reentrant declarations, added _memmove declaration
7348         * device/lib/_memcpy.c: changed to use size_t instead of int,
7349         changed /4 to >>2 to avoid division library call
7350         * device/lib/_memcmp.c,
7351         * device/lib/_memset.c,
7352         * device/lib/_strncat.c,
7353         * device/lib/_strncpy.c,
7354         * device/lib/_strncmp.c: changed to use size_t instead of int
7355         * device/lib/_memmove.c: new file (fixed bug #772294)
7356         * device/lib/Makefile.in: added _memmove.c
7357         * device/lib/z80/asm_strings.s: fixed bug #772290
7358         * support/regression/tests/bitfields.c: attempt to fix host assertion
7359         failure on amd64-unknown-linux2.2
7360
7361 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7362
7363         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7364         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7365         * as/z80/asmain.c (main): fixed bug #801766
7366
7367 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7368
7369         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7370         compilers
7371
7372 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7373
7374         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7375         reported in bug #800609
7376
7377 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7378
7379         * Top header beautifications in src/pic16 directory:
7380           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7381           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7382           pcoderegs.h, ralloc.c, ralloc.h
7383         * main.c: added top header and GPL license notice
7384         * pcode.c: fixed the if-conditional warning
7385
7386 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7387
7388         * device/lib/_mullong.c: replaced int by short for gcc
7389
7390 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7391
7392         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7393         and JUMPTABLE iCodes properly now (worked by accident before)
7394         * src/mcs51/gen.c (leftRightUseAcc),
7395         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7396         iCode properly now. Use getSize instead of nRegs since a & b
7397         aren't part of the nRegs tally.
7398
7399 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7400
7401         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7402         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7403           before instructions that use the _STATUS register
7404
7405 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7406
7407         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7408         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7409         fetching of the pointer
7410         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7411         copied from genNearPointerSet()
7412         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7413         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7414         If they pop r0/r1 they must be called in the opposite order than aopOp().
7415         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7416         (resp. --stack-auto), prepared for --xstack
7417
7418 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7419
7420         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7421
7422 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7423
7424         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7425         these ports have their own __sdcc_external_start()
7426
7427 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7428
7429         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7430         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7431         type for bits was changed. It resulted in bit variables becoming
7432         global, which is not permitted in PIC 14 assembly output.
7433
7434 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7435
7436         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7437
7438 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7439
7440         Z80 and MCS51 linkers complaint if a public symbol is defined
7441         in more than one library module:
7442
7443         * as/mcs51/lklib.c
7444         * link/z80/lklib.c
7445         * as/mcs51/Makefile.in
7446
7447 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7448
7449         A few small changes that speed up the peephole optimizer.
7450
7451         * src/SDCCpeeph.c
7452
7453 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7454
7455         Try to make the peephole optimizer smarter by maintaining
7456         an association between the assembly source code and the
7457         iCodes that originated them. Put this information to use
7458         with a new peephole rule condition "notVolatile" so that
7459         the rules can be aggressive yet still safe.
7460
7461         * src/SDCCpeeph.c
7462         * src/SDCCpeeph.h
7463         * src/mcs51/gen.c
7464         * src/mcs51/peeph.def
7465
7466 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7467
7468         Fixed bug #741761
7469
7470         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7471         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7472         if the left or right operand symbols have the accuse flag set.
7473
7474 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7475
7476         Changed the type of the result of the ! (NOT) operator to char;
7477         previously it returned the same type as the source. This allows
7478         us to eliminate all the genFloatNot functions (all of its target
7479         implementations were very buggy) since !float can use the same
7480         code as !long now.
7481
7482         * src/SDCCicode.c (ast2iCode): ! returns char
7483         * src/mcs51/gen.c (genNot, genNotFloat),
7484         * src/ds390/gen.c (genNot, genNotFloat),
7485         * src/z80/gen.c (genNot, genNotFloat),
7486         * src/pic/gen.c (genNot, genNotFloat),
7487         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7488
7489 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7490
7491         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7492         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7493            during interrupts. Ensure WSAVE is located at a shared bank address.
7494         2. Fixed page selection in some places
7495         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7496            the registers name strings.
7497         4. Fixed "signed / unsigned compare" compiler warnings.
7498         5. The PIC port manages its own allocation of the general purpose
7499            registers, but makes no attempt to reuse them. As a result when
7500            compiling it soon runs out of general purpose registers. Some
7501            additional code was added to the files pcode.c and device.c to walk
7502            through the function call tree and rename the registers so that they
7503            get reused.
7504
7505         * src/pic/device.c
7506         * src/pic/gen.c
7507         * src/pic/glue.c
7508         * src/pic/pcode.c
7509         * src/pic/pcode.h
7510         * src/pic/ralloc.c
7511         * src/pic/ralloc.h
7512         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7513         genPlus() & genMinus() when the result is the same as left or right
7514
7515 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7516
7517         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7518
7519 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7520
7521         Made bitfield a distinct type from bit so that bitfields
7522         convert as per ANSI C and bits retain their traditional
7523         boolean style behaviour. Implemented bitfield support in
7524         the z80 port.
7525
7526         * src/SDCCsymt.h,
7527         * src/SDCCsymt.c,
7528         * src/SDCCast.c,
7529         * src/cdbFile.c,
7530         * src/mcs51/gen.c,
7531         * src/ds390/gen.c: bit v bitfield split
7532         * src/z80/gen.c: New support for bitfields
7533         * support/regression/tests/bitfields.c: reenabled z80,
7534         added more tests
7535
7536 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7537
7538         Rules 246.x, 247.x relate to bitfields, the others speed up
7539         access to xdata mapped I/O devices.
7540
7541         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7542
7543 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7544
7545         Cleaned up genPackBits and genUnpackBits and added two helper
7546         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7547         for literal assignments in genPackBits (thanks to Frieder for
7548         reminding me).
7549
7550         * src/mcs51/gen.c
7551         * src/ds390/gen.c
7552
7553 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         Fixed bug #748310 (pointer to function type mishandled when the
7556         function name is omitted). Also fixed a SIGSEGV when a function
7557         attribute (reentrant, etc) is used on a non-function or on a
7558         function but misplaced before the parameter list.
7559
7560         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7561         bug #748310
7562         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7563         * support/Util/SDCCerr.h,
7564         * support/Util/SDCCerr.c: Added func attr misuse error msg
7565
7566 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7567
7568         Fixed bug #787649 by anonymous
7569         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7570         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7571
7572 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         Fixed numerous bitfield problems.
7575
7576         * src/SDCC.y: More bitfield related error checking
7577         * src/SDCCsymt.h,
7578         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7579         * support/Util/SDCCerr.h,
7580         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7581         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7582         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7583         * support/regression/tests/bitfields.c: tests added
7584
7585 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7586
7587         Made the constant following the "interrupt" keyword optional. If
7588         omitted, the function will not automatically be given an entry
7589         in the interrupt vector table (similar to #pragma NOIV, but
7590         less syntacticly kludgy). The interrupt number is also now
7591         range checked. Also fixed a bug in the high order bit example
7592         in the manual.
7593
7594         * src/SDCC.y
7595         * src/SDCCmem.c
7596         * src/SDCCglue.c
7597         * src/SDCCsymt.h
7598         * support/Util/SDCCerr.c
7599         * support/Util/SDCCerr.h
7600         * doc/sdccman.lyx
7601
7602 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7603
7604         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7605         * src/SDCCicode.c (operandOperation): rewritten some ops
7606         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7607         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7608         other type
7609         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7610         be re-activated by defining REDUCE_LITERALS)
7611         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7612         unsigned, but are signed by default
7613         * src/SDCCval.c (constVal): rearranged
7614         * src/SDCCval.c (valMod): preliminary fix
7615         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7616         * support/regression/literalop.c: added, work in progress
7617
7618 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7619
7620         Generate warnings for useless declarations like "char data;"
7621         that don't do what new users expect.
7622
7623         * src/SDCC.y
7624         * support/Util/SDCCerr.h
7625         * support/Util/SDCCerr.c
7626
7627 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7628
7629         * src/SDCCval.c (valMult): fix overflow detection of negative int
7630
7631 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7632
7633         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7634
7635         Changes to support big endian targets:
7636
7637         * src/ports.h
7638         * src/SDCCglue.c
7639         * src/avr/main.c
7640         * src/ds390/main.c
7641         * src/izt/i186.c
7642         * src/mcs51/main.c
7643         * src/pic/main.c
7644         * src/pic16/main.c
7645         * src/xa51/main.c
7646         * src/z80/main.c
7647
7648 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7649
7650         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7651         * device/lib/time.c: fixed warning "integer overflow in expression"
7652
7653 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7654
7655         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7656         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7657         constants are unsigned; added recognition of "u" flag for unsigned
7658         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7659         * src/SDCCval.c (valDiv, valMod): fixed signdness
7660         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7661         signedness of modulo, left and right shift
7662         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7663         * support/Util/SDCCerr.h: added warning W_INT_OVL
7664         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7665         * src/SDCCast.c (ast_print): improved output of constants
7666
7667 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7668
7669         Fixed some warnings when building with MSVC:
7670
7671         * as\mcs51\asdata.c
7672         * as\z80\asdata.c
7673         * as\mcs51\asm.h
7674         * as\z80\asm.h
7675         * link\z80\aslink.h
7676         * link\z80\lkdata.c
7677         * link\z80\lkeval.c
7678         * link\z80\lkgb.c
7679         * link\z80\lkihx.c
7680         * link\z80\lks19.c
7681         * link\z80\lksym.c
7682         * support\cpp2\cpplib.c
7683         * src\ds390\gen.c
7684         * src\mcs51\gen.c
7685
7686 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7687
7688         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7689
7690 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7691
7692         * support\librarian\clean.mk: Do not remove Makefile.
7693         * support\librarian\Makefile: added.
7694
7695 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7696
7697         Added librarian to MSVC build:
7698         * all.dsp
7699         * sdcc.dsw
7700         * support\librarian\librarian.dsp
7701
7702         'configure' not needed for librarian, removed:
7703         * support\librarian\configure
7704         * support\librarian\configure.in
7705         * support\librarian\config_in.h
7706         * support\librarian\Makefile.in
7707
7708         Hopefully these ones built the librarian and the rest of sdcc properly:
7709         * Makefile
7710         * Makefile.common.in
7711
7712         Messed up 'configure', so revert to previous version:
7713         * configure
7714         * configure.in
7715
7716 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7717
7718         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7719         there, while the mantissa of a double is "only" 53 bits wide.
7720
7721 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7722
7723         Adding sdcclib to the build.  MSVC project coming soon.
7724         Files added/changed:
7725
7726         * support\librarian\clean.mk
7727         * support\librarian\configure
7728         * support\librarian\configure.in
7729         * support\librarian\config_in.h
7730         * support\librarian\Makefile.bcc
7731         * support\librarian\Makefile.in
7732         * support\librarian\sdcclib.c
7733         * Makefile.bcc
7734         * Makefile
7735         * Makefile.common.in
7736         * configure
7737         * configure.in
7738
7739 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7740
7741         Linker now complaints if linked modules have conflicting options, for
7742         example, one compiled using --model-large and another one compiled with
7743         --model-small.  The following files were modified:
7744
7745         * as\mcs51\asdata.c
7746         * as\mcs51\aslink.h
7747         * as\mcs51\asm.h
7748         * as\mcs51\asmain.c
7749         * as\mcs51\asout.c
7750         * as\mcs51\i51pst.c
7751         * as\mcs51\lkdata.c
7752         * as\mcs51\lklibr.c
7753         * as\mcs51\lkmain.c
7754         * as\z80\asdata.c
7755         * as\z80\asm.h
7756         * as\z80\asmain.c
7757         * as\z80\asout.c
7758         * as\z80\z80pst.c
7759         * link\z80\aslink.h
7760         * link\z80\lkdata.c
7761         * link\z80\lklibr.c
7762         * link\z80\lkmain.c
7763         * src\SDCCglue.c
7764
7765 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7766
7767         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7768         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7769
7770 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7771
7772         * src/z80/mappings.i: fix _mul[us][int,long] entries
7773
7774 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7775
7776         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7777
7778 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7779
7780         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7781         * support/regression/tests/bitopcse.c: added
7782         fixed warning:
7783         * src/avr/gen.c:
7784         * src/pic/gen.c:
7785         * src/pic16/gen.c:
7786         * src/z80/gen.c:
7787         * src/xa51/gen.c:
7788
7789 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7790
7791         added support for new library format to z80, gbz80 linkers:
7792         *link/z80/aslink.h
7793         *link/z80/lklex.c
7794         *link/z80/lklib.c
7795         *link/z80/lklist.c
7796
7797 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7798
7799         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7800         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7801
7802 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         added DUMMY_READ_VOLATILE:
7805         * src/SDCC.y:
7806         * src/avr/gen.c:
7807         * src/xa51/gen.c:
7808         * src/z80/gen.c:
7809         * src/pic/gen.c:
7810         * src/pic16/gen.c:
7811         * src/mcs51/gen.c:
7812         * src/ds390/gen.c:
7813         * src/SDCCcse.c (algebraicOpts): many improvements
7814         * src/SDCCcse.h: removed algebraicOpts()
7815         * src/SDCCicode.c (picDummyRead): added
7816
7817 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7818
7819         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7820         "Insufficient space in data memory".
7821
7822 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7823
7824         * src/mcs51/gen.c: fixed bug #771358
7825         * src/z80/gen.c: fixed bug #759087
7826
7827 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7828
7829         * src/pic16/glue.c: minor cleanup by Vangelis
7830
7831 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7832
7833         * device/include/regc515c.h: fixed #758477
7834         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7835         * device/lib/_gptrput.c: saved a few bytes
7836         * my tab spacing is 8, yours too?)
7837         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7838         * device/lib/serial.c: process RX bytes earlier than TX bytes
7839         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7840
7841 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7842
7843         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7844
7845 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7846
7847     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7848
7849 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7850
7851         * device/lib/Makefile.in: bad fix, reverted to 1.43
7852
7853 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7854
7855         * device/lib/Makefile.in: added missing z80 object files
7856
7857 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7858
7859         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7860         pic16 progress by Vangelis:
7861         * src/SDCCglobl.h:
7862         * src/SDCCmain.c:
7863         * src/pic/Makefile:
7864         * src/pic:
7865         * pic/Makefile:
7866         * pic16/device.c:
7867         * pic16/device.h:
7868         * pic16/gen.c:
7869         * pic16/gen.h:
7870         * pic16/genarith.c:
7871         * pic16/glue.c:
7872         * pic16/main.c:
7873         * pic16/pcode.c:
7874         * pic16/pcode.h:
7875         * pic16/pcodepeep.c:
7876         * pic16/peeph.def:
7877
7878 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7879
7880     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7881
7882 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7883
7884     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7885     added gbz80 build to MSVC project.
7886     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7887     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7888     from 8051 stuff and setup so it links using a .lnk file.
7889
7890 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7891
7892     * support/librarian/sdcclib.c: sdcc librarian.
7893     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7894     with sdcclib.
7895
7896 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7897
7898     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7899
7900 2003-07-02  Borut Razem <borut.razem AT siol.net>
7901
7902         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7903         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7904         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7905         src/xa51/main.c, src/z80/main.c:
7906         virtualization of glue() function: each port has it's own glue function,
7907         which is accessed by do_glue function pointer in PORT.general structure
7908
7909 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7910
7911         * DS800C400 fun, improved ROM interface and tinibios.
7912
7913 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7914
7915         * More support for DS80C400. Now includes beginning of interface to ROM.
7916
7917 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7918
7919         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7920
7921 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7922
7923         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7924
7925 2003-06-19  Borut Razem <borut.razem AT siol.net>
7926
7927         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7928
7929 2003-06-19  Borut Razem <borut.razem AT siol.net>
7930
7931         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7932         fixed Z80 port - crt0.o: cannot open.
7933
7934 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7935
7936         * support/Util/MySystem.c (merge_command): revert bad fix
7937
7938 2003-06-18  Borut Razem <borut.razem AT siol.net>
7939
7940         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7941
7942 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7943
7944         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7945         option --use-stdout sends errors to stdout instead of stderr.
7946
7947 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7948
7949         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7950
7951 2003-06-15  Borut Razem <borut.razem AT siol.net>
7952
7953         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7954         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7955         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7956         fixed width array of pointers replaced with sets;
7957         multiple include and lib paths ared transferred to preprocessor and linker
7958         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7959         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7960         fixed width array of pointers
7961         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7962         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7963         fixupPath(), getPathDifference()
7964         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7965         fixed width array of pointers
7966
7967 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7968
7969         * src/pic16/ralloc.c: fix warnings
7970         * src/pic16/pcode.c: fix warning
7971
7972 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7973
7974          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7975         know all the details, but essentially this set of changes enable
7976         the pic16 port to generate movff instructions and generate assembler
7977         directives,
7978         * src/SDCCmain.c:
7979         * src/pic16/gen.c:
7980         * src/pic16/glue.c:
7981         * src/pic16/pcode.c:
7982         * src/pic16/device.c:
7983         * src/pic16/main.c:
7984         * src/pic16/pcode.h:
7985         * src/pic16/pcoderegs.c:
7986         * src/pic16/ralloc.c:
7987         * src/pic16/ralloc.h:
7988
7989 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7990
7991         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7992         added option --vc, so sdcc errors and warnings are compatible with
7993         Microsoft Visual Studio.
7994
7995 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7996
7997         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7998           device/lib/libfloat.lib: added atof function.
7999
8000 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8001
8002         * doc/sdccman.lyx: updated to Lyx 1.3
8003         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8004         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8005         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8006
8007 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8008
8009         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8010
8011 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8012
8013         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8014           additions to the "related tools/documentation" section
8015
8016 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8017
8018         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8019
8020 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8021
8022         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8023         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8024
8025 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8026
8027         * doc/sdccman.lyx: fix double dash and other minor things
8028         * doc/Makefile: fix double dash
8029
8030 2003-05-28  Karl Bongers(patches from Martin Helmling)
8031         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8032           condition and ignore commands.
8033
8034 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8035
8036         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8037           is in parts still quite out of date, I did changes as far as I felt makes sense
8038           for a non-native english speaker.
8039           Please feel free to add to the manual or to correct my changes.
8040         * doc/Makefile: undid touching the date of intermediate tex files.
8041
8042 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8043
8044         * doc/sdccman.lyx: Manual has an index now
8045
8046 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8047
8048         Finalize muluint/mulsint and mululong/mulslong merging:
8049         * device/lib/_mulint.c
8050         * device/lib/_mullong.c
8051         * device/lib/gbz80/mul.s
8052         * device/lib/gbz80/stubs.s
8053         * device/lib/z80/mul.s
8054         * device/lib/z80/stubs.s
8055         * src/SDCCsymt.c (initCSupport)
8056
8057 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8058
8059         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8060         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8061           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8062           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8063           instead of /Zm500.
8064
8065 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8066
8067         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8068           the regression tests I'm not brave enough to enable 245.b, 245.c
8069         * doc/sdccman.lyx: added latex preamble for hyperref package.
8070           Using pdflatex this will give you a hyperlinked pdf file with
8071           bookmarks. (prepend '%' before /usepackage if this breaks something)
8072
8073 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8074
8075          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8076
8077 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8080
8081 2003-05-21    <johan AT balder>
8082
8083         * src/SDCCglue.c (printIval): fixed bug #739934
8084
8085 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8086
8087         Applied patch from bug 737905 (renamed yylineo to mylineno):
8088         * src/altlex.c
8089         * src/SDCCast.c
8090         * src/SDCglobl.h
8091         * src/SDCC.lex
8092         * src/SDCCsymt.c
8093         * src/SDCCval.c
8094         * src/pic16/pcode.c: Cleaned warnings
8095         * src/pic16/pcodeflow.c: Cleaned warnings
8096         * src/pic16/pcoderegs.c: Cleaned warnings
8097
8098 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8099
8100         * src/pic16/pcode.c: Cleaned warnings
8101         * src/pic16/pcodepeep.c: Cleaned warnings
8102         * src/pic16/ralloc.c: Cleaned warnings
8103
8104 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8105
8106         * doc/sdccman.lyx: fixed bug 739745
8107         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8108
8109 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8110
8111         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8112         it can be defined with CFLAGS when running configure
8113         * src/SDCCmain.c: fixed compiling + linking with object files
8114
8115 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8116
8117         * configure.in: configure for pic16 port,
8118             added --disable-pic16-port
8119         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8120         * src/SDCCmain.c: linkOptions is changed to set *,
8121             added if/endif conditional macros to remove options help
8122             messages from optionsTable when a port is not configured, added
8123             support for the PIc16 port in the ports table, when executing
8124             the compiler with no port specified on command line, a default
8125             port is selected with the new macro DEFAULT_PORT which is
8126             defined in port.h, in setDefaultOptions() linkOptions is removed
8127             from initialization assignment, since now it is a set,
8128             parseCmdLine uses setParseWithComma for linkOptions, in
8129             linkEdit() linkOptions are accessed with new function indexSet()
8130             which returns the i'th item of a set variable. See SDCCset.c, in
8131             linkEdit() when calling buildCmdLine(), added linkOptions as
8132             last argument. Now users can pass arguments to gplink via the
8133             -Wl option, main() uses pic16glue() to glue up pic16 programs
8134         * src/SDCCpeeph.c: various changes to support pic16
8135         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8136             return the i'th item of the set
8137         * src/SDCCset.h: added function prototype for indexSet()
8138         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8139         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8140         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8141             added macro DEFAULT_PORT
8142         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8143         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8144             generated
8145         * src/pic16/glue.c: commented out some error producing lines
8146         * src/pic16/main.c: __config directives are commented out to stop
8147             gpasm complaining and test the linkage with gplink, _linkCmd and
8148             _asmCmd changed to be more gplink and gpasm friendly
8149         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8150             produced an error when parsed, peep rule 12 is added to utilize
8151             movff, but it is commented out since the pCode does not support
8152             yet a command with 2 address arguments
8153
8154 2003-05-18    <johan AT balder>
8155
8156         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8157         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8158 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8159
8160         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8161   Added feature to script commands from file.
8162
8163 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8166         * src/SDCCutil.c: include ctype.h for win32
8167
8168 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8169
8170         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8171
8172 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8173
8174         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8175   Fixed so you can set breakpoints prior to run, run does not stop
8176   on entry now.  Add tbreak.  Other enhancements and fixes for use
8177   with ddd.
8178
8179 2003-05-12  Borut Razem <borut.razem AT siol.net>
8180
8181         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8182
8183 2003-05-11  Borut Razem <borut.razem AT siol.net>
8184
8185         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8186         the path of bin directory, so that PATH is the only env. variable, which has to be set
8187         in case of standard installation.
8188         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8189         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8190         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8191
8192 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8193
8194         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8195         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8196         temp files are in the port dir; clean the gen/test directory when
8197         generating new test.c
8198         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8199         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8200         * support/regression/tests/zeropad.c: added
8201
8202 2003-05-09    <johan AT balder>
8203
8204         * src/SDCCglue.c: fixed bug #597940
8205
8206 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8207
8208         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8209   cache sfr, optimize next,step, fix off by one sourceline,
8210   support ddd list function.
8211         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8212
8213 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8214
8215         * support/regression/HTMLgen.py: added compare_s2f()
8216         * support/regression/Makefile: redo 1.27
8217         * support/regression/generate-cases.py: redo 1.5
8218
8219 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8220
8221         * support/regression/tests/float.c: workaround 33 bit hex constant
8222         * support/regression/tests/simplefloat.c: fix division for host
8223
8224 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8225
8226         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8227         that tame's the PIC's over-aggressive optimizer.
8228
8229 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8230
8231          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8232          support for MSVC.
8233
8234 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8235
8236         Initial support for DS80C400. "Hello world" runs on TINIm400
8237         (with polled I/O).
8238
8239 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8240
8241          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8242          * Some notes on ddd usage added in debugger/README
8243          Martin Helmling adding more features and fixes for ddd GUI debugger.
8244          Code added for nexti, stepi, up, down, and other adjustments.
8245
8246 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8247
8248         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8249         * src/pic/peeph.def Added two rules to optimize carry manipulation
8250         * src/pic/* removed debug printfs
8251
8252 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8253
8254         * debugger/mcs51/cmd.c: added header newalloc.h
8255
8256 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8257
8258         * as/Makefile: new EXEEXT
8259         * as/z80/Makefile: remove trailing slash of BUILDIR
8260         * as/z80/clean.mk: new EXEEXT
8261         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8262         * support/cpp2/Makefile.in: new EXEEXT
8263         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8264
8265 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8266
8267         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8268         EXEEXT was introduced to fix all related problems with targets
8269         "clean", "install" and "uninstall"; a couple of further flaws
8270         especially with "clean" have been fixed too
8271         * as/mcs51/Makefile.in
8272         * as/mcs51/clean.mk
8273         * as/z80/Makefile
8274         * Makefile
8275         * clean.mk
8276         * debugger/mcs51/Makefile.in
8277         * debugger/mcs51/clean.mk
8278         * link/z80/Makefile
8279         * link/z80/Makefile.in
8280         * link/z80/clean.mk
8281         * link/Makefile
8282         * packihx/Makefile.in
8283         * packihx/clean.mk
8284         * sim/ucsim/Makefile
8285         * sim/ucsim/clean.mk
8286         * sim/ucsim/avr.src/Makefile.in
8287         * sim/ucsim/avr.src/clean.mk
8288         * sim/ucsim/s51.src/Makefile.in
8289         * sim/ucsim/s51.src/clean.mk
8290         * sim/ucsim/xa.src/Makefile.in
8291         * sim/ucsim/xa.src/clean.mk
8292         * sim/ucsim/z80.src/Makefile.in
8293         * sim/ucsim/z80.src/clean.mk
8294         * sim/ucsim/main_in.mk
8295         * sim/ucsim/packages_in.mk
8296         * sim/ucsim/gui.src/Makefile.in
8297         * sim/ucsim/gui.src/serio.src/Makefile.in
8298         * sim/ucsim/gui.src/serio.src/clean.mk
8299         * src/Makefile.in
8300         * src/clean.mk
8301         * support/cpp2/Makefile.in
8302         * support/cpp2/clean.mk
8303         * support/makebin/Makefile
8304         * support/makebin/clean.mk
8305         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8306         * doc/sdccman.lyx: --program-suffix no longer needed
8307
8308 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8309
8310          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8311          Martin Helmling added support for ddd GUI debugger.
8312          Code added to display assembly, set variables, and other commands
8313          to interface to ddd.
8314
8315 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8316
8317         * as/Makefile: fix target clean
8318         * as/clean.mk: fix target clean
8319         * as/z80/clean.mk: fix target clean
8320
8321 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * Makefile.common.in: added  AT EXEEXT AT
8324         * configure.in: removed all mingw32 stuff
8325         * configure: rebuilt from configure.in
8326         * doc/sdccman.lyx: updated section "installation"
8327         * support/scripts/sdcc_mingw32: adapted to configure
8328         * support/scripts/sdcc_cygwin_mingw32: added
8329
8330 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8331
8332         * src/pic Added object file support for the PIC port
8333         * src/pic Applied patch from Craig Franklin (this started the object file support)
8334         * src/regression Updated the PIC regression tests for object files
8335
8336 2003-04-20  Borut Razem <borut.razem AT siol.net>
8337
8338         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8339           lklex.c: In function `getfid':
8340           lklex.c:203: warning: array subscript has type `char'
8341         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8342           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8343         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8344           stack handling macros
8345
8346 2003-04-19  Borut Razem <borut.razem AT siol.net>
8347
8348         * "handling space characters in file path" task:
8349         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8350         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8351         * support/Util/MySystem.h: make it self-sufficient
8352         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8353           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8354           handling space characters in file path
8355         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8356           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8357         * support/Util/MySystem.c: handling space characters in executable's path
8358
8359 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8360
8361         * as/z80/Makefile: fix permanent rebuild of z80
8362         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8363         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8364
8365 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8366
8367         * src/SDCCopt.c: add special case optimization to replace modulo by
8368           a power of two with a bitwise AND.
8369
8370 2003-04-18    <johan AT balder>
8371
8372         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8373
8374 2003-04-17    <johan AT balder>
8375
8376         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8377         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8378
8379 2003-04-13  Borut Razem <borut.razem AT siol.net>
8380
8381         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8382         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8383           fixed mingw problem in adl_NORMALIZE_PATH
8384
8385 2003-04-12  Borut Razem <borut.razem AT siol.net>
8386
8387         * fixed "#pragma SAVE/RESTORE can not be nested":
8388         * src/SDCC.lex: reworked pragma handling functions
8389         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8390         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8391
8392 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8393
8394         * src/SDCCutil.c (pathEquivalent): defined but not used
8395         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8396         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8397         * configure: rebuilt from configure.in
8398         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8399         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8400         * device/include/Makefile.in: replace sdcc_datadir
8401         * device/lib/Makefile.in: replace sdcc_datadir
8402         * Makefile.common.in: add LDFLAGS from configure
8403         * packihx/Makefile.in: use LDFLAGS
8404         * src/Makefile.in: use LDFLAGS
8405         * support/cpp2/Makefile.in: add LDFLAGS from configure
8406         * support/makebin/Makefile: use LDFLAGS
8407         * .version: bumped version number to 2.3.5
8408
8409 2003-04-12  Borut Razem <borut.razem AT siol.net>
8410
8411         * completed "different paths" task:
8412         * src/SDCCmacro.c: fixed bug in handling quotes
8413         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8414         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8415
8416 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8417
8418         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8419
8420 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8421
8422         * ds390/gen.c ds390/peeph.def: fix bug 706781
8423
8424 2003-04-11  Borut Razem <borut.razem AT siol.net>
8425
8426         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8427
8428 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8429
8430         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8431         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8432          set - this bit used to not be set...).
8433         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8434           bad code in PIC Port
8435         * src/regression/and2.c added to test bug 609268
8436         * src/regression/Makefile added and2.c to regression test
8437
8438
8439 2003-04-08    <johan AT CP255758-A>
8440
8441         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8442         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8443         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8444
8445 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8448         fix bug #487815
8449         * support/cpp2/Makefile.in: fix bug #487815
8450         * configure: rebuilt from configure.in
8451         * Makefile.common.in: docdir changed, new path suffixes
8452         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8453         * sdcc_vc_in.h: reflect changes from sdccconf.h
8454         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8455         * src/SDCCutil.h: remove BINDIR hack
8456         * doc/sdccman.lyx: update new path hierarchy
8457
8458 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8459
8460         * src/SDCCpeeph.c: added okToRemoveSLOC test
8461
8462 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8463
8464         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8465
8466 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8467
8468         * src/SDCCpeeph.c: added labelIsReturnOnly test
8469         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8470
8471 2003-04-05    <johan AT balder>
8472
8473         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8474         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8475         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8476         * src/SDCCast.c: fixed a warning
8477         * src/SDCCast.h: fixed a warning
8478         * src/SDCCicode.c (operandFromAst): fixed a warning
8479
8480 2003-04-04    <johan AT balder>
8481
8482         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8483         * src/SDCCast.c (decorateType): fixed bug #715076
8484         * src/SDCC.y: fixed bug #702907
8485
8486 2003-04-03    <johan AT balder>
8487
8488         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8489         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8490         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8491         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8492         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8493
8494 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * _decdptr.c: fix return values
8497         * _gptrget.c: fix return values
8498         * _gptrgetc.c: fix return values
8499         * _gptrput.c: fix return values
8500         * _mulint.c: fix return values
8501         * as/z80/Makefile: fix 'make -j' problem
8502
8503 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8506         * configure.in: big cleanup, updated to autoconf 2.5x
8507         * configure: rebuilt from configure.in
8508         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8509         * sdcc_vc_in.h: reflect changes from sdccconf.h
8510         * doc/Makefile: fixed a flaw in "make install"
8511
8512 2003-04-02    <johan AT balder>
8513
8514         * src/ds390/gen.c (genCmp): no comments
8515         * src/mcs51/gen.c (genCmp): no comments
8516         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8517         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8518
8519 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8520
8521         * support/regression/generate-cases.py: place generated file in given sub directory
8522         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8523         * support/regression/Makefile: improvements for 'make -j';
8524         side effect: it's simpler and faster now
8525
8526 2003-03-31  Borut Razem <borut.razem AT siol.net>
8527
8528         * src/z80/main.c: link-{port} and as-{port} defined without path
8529         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8530
8531 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8532
8533         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8534
8535 2003-03-30  Borut Razem <borut.razem AT siol.net>
8536
8537         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8538           changed type of list parameter to set
8539         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8540         * src/port.h: changed type of do_assemble() parameter to set
8541         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8542           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8543           definition of "cppoutfilename" macro with NULL value in preProcess()
8544         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8545         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8546         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8547           replaced with set *binPathSet
8548         * shash_add() deallocates the item, if allready exsists, before adding the new one
8549         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8550
8551 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8552
8553         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8554           a nested for loop bug in the PIC port
8555         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8556           for loops
8557
8558 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8559
8560         * support/Util/dbuf.h: remove C++ stuff to make it portable
8561
8562 2003-03-28  Borut Razem <borut.razem AT siol.net>
8563
8564         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8565           literal strings in stringLiteral()
8566         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8567         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8568           to the project
8569
8570 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8571
8572         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8573
8574 2003-03-26    <johan AT balder>
8575
8576         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8577         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8578         * src/SDCCast.c (decorateType): fixed " -v < 3"
8579
8580 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8583         Added Lenny Story's debug infrastructure changes:
8584         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8585         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8586         * src/cdbFile.c: added
8587         * src/SDCCdebug.c: added
8588         * src/SDCCdebug.h: added
8589         * src/SDCCast.c (createFunction)
8590         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8591         * src/SDCCmain.c (parseCmdLine, main)
8592         * src/SDCCmem.c (redoStackOffsets)
8593         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8594         * src/SDCCsymt.h
8595         * src/common.h
8596         * src/avr/gen.c (genAVRCode)
8597         * src/ds390/gen.c (gen390Code)
8598         * src/mcs51/gen.c (gen51Code)
8599         * src/pic/gen.c (genpic14Code)
8600         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8601         * src/xa51/gen.c (genXA51Code)
8602         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8603
8604 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8605
8606         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8607         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8608
8609 2003-03-22    <johan AT balder>
8610
8611         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8612
8613 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8614
8615         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8616         * doc/cdbfileformat.lyx: added, written by Lenny Story
8617         * doc/Makefile: added cdbfileformat.lyx
8618         * doc/clean.mk: added cdbfileformat.lyx
8619
8620 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * src/mcs51/peeph.def: fix bug #705773
8623
8624 2003-03-20    <johan AT balder>
8625
8626         An sfr/sbit can have an "at #" AND an initializer
8627         * src/SDCCsymt.c (checkSClass):
8628         * src/SDCCmem.c (allocGlobal):
8629         * src/SDCCmem.c (allocLocal):
8630         * src/SDCCast.c (createBlock):
8631
8632 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8633
8634         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8635
8636 2003-03-16    <johan AT balder>
8637
8638         Undid the hackup of const and volatile, the problem is much bigger
8639         * src/SDCC.y:1.65
8640         * src/SDCCast.c:1.171
8641         * src/SDCCglue.c:1.138
8642         * src/SDCCicode.c:1.146
8643         * src/SDCCsymt.c:1.150
8644         * src/SDCCval.c:1.65
8645
8646 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8647
8648         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8649         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8650
8651 2003-03-13    <johan AT balder>
8652
8653         Hackup const and volatile modifiers in type chains a bit:
8654         * src/SDCC.y:1.63
8655         * src/SDCCast.c:1.169
8656         * src/SDCCglue.c:1.136
8657         * src/SDCCicode.c:1.143
8658         * src/SDCCsymt.c1.146
8659         * src/SDCCsymt.h1.59
8660         * src/SDCCval.c:1.63
8661
8662 2003-03-12    <johan AT balder>
8663
8664         * src/SDCCBBlock.h: more LRH debugging junk
8665         * src/SDCCcflow.h: more LRH debugging junk
8666         * src/SDCCloop.c: more LRH debugging junk
8667         * src/SDCC.y (struct_declaration): fixed bug #697590
8668         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8669         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8670         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8671
8672 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8673         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8674         test function names must now match exactly).
8675         * src/SDCCcse.c: added special case in findCheaperOp to allow
8676         extending a short integer. Makes less awful code for bug 700121 test case.
8677
8678 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8679
8680         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8681         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8682
8683 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8684
8685         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8686         actually called (operandsNotEqual() was called for all
8687         operandsNotEqualX tests).
8688
8689 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8690
8691         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8692         with shorter literals. Fixes bug 700121.
8693
8694 2003-03-11    <johan AT balder>
8695
8696         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8697
8698 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8701         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8702
8703 2003-03-10  Borut Razem <borut.razem AT siol.net>
8704
8705         * src/SDCCmain.c: pipe preprocessor's output
8706         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8707         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8708         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8709         which closes all pipes in pipeSet set
8710         * src/SDCCset.c: free deleted item in function deleteSetItem()
8711         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8712         moved from z80 to src subproject
8713         * .version: increased version number to 2.3.4
8714
8715 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8718         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8719         * support/regression/ports/xa51/spec.mk: fix typo
8720
8721 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8724
8725 2003-03-09  Borut Razem <borut.razem AT siol.net>
8726
8727         * src/SDCCmain.c: pipe preprocessor's output
8728         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8729         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8730         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8731         which closes all pipes in pipeSet set
8732         * src/SDCCset.c: free deleted item in function deleteSetItem()
8733         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8734         moved from z80 to src subproject
8735
8736 2003-03-09  Borut Razem <borut.razem AT siol.net>
8737
8738         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8739         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8740         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8741         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8742         * src/SDCCglobl.h: unification of WIN32 native definitions
8743
8744 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8745
8746         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8747
8748 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8749
8750         * src/configure.in:   check for endianess (even while cross-compiling)
8751         * src/configure:      check for endianess (even while cross-compiling)
8752         * src/configure_in.h: check for endianess (even while cross-compiling)
8753         * src/avr/gen.c:        remove old endianess stuff
8754         * src/mcs51/gen.c:      remove old endianess stuff
8755         * src/ds390/gen.c:      remove old endianess stuff
8756         * src/pic/gen.c:        remove old endianess stuff
8757         * src/pic/genarith.c:   remove old endianess stuff
8758         * src/pic/glue.c:       fix endianess check
8759         * src/pic16/gen.c:      remove old endianess stuff
8760         * src/pic16/genarith.c: remove old endianess stuff
8761         * src/pic16/glue.c:     fix endianess check
8762         * src/xa51/gen.c:       remove old endianess stuff
8763         * src/z80/gen.c:        fix endianess check
8764         * src/SDCCglue.c:       fix endianess check
8765         * src/ds390/peeph.def: fix bug 700036
8766
8767 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8768
8769         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8770         * src/configure: find appropriate data-types on host for SDCC's int and long
8771         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8772         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8773         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8774
8775 2003-03-07    <johan AT balder>
8776
8777         Just a big NOOP:
8778                 some minor cleanups before the big shot
8779                 OP_DEFS and OP_USES now use Kevin's protection
8780                 new option --nolabelopt
8781
8782         * src/SDCCBBlock.c:
8783         * src/SDCCast.c,:
8784         * src/SDCCcflow.c:
8785         * src/SDCCcse.c:
8786         * src/SDCCicode.c:
8787         * src/SDCCicode.h:
8788         * src/SDCClabel.c:
8789         * src/SDCCloop.c:
8790         * src/SDCCmain.c:
8791         * src/ds390/ralloc.c:
8792         * src/mcs51/ralloc.c:
8793         * src/pic/ralloc.c:
8794         * src/xa51/ralloc.c:
8795         * src/z80/ralloc.c:
8796
8797 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8798
8799         * src/pic/pcode.c (get_op): fix 64 bit warnings
8800         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8801         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8802         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8803         * support/regression/tests/malloc.c: fix 64 bit warnings
8804
8805 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8806
8807         * src/mcs51/gen.c (genMinus): fixed bug 696436
8808
8809 2003-03-02  Borut Razem <borut.razem AT siol.net>
8810
8811         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8812
8813 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8814
8815         * configure.in: test for mkstemp
8816         * sdccconf_in.h: add HAVE_MKSTEMP
8817
8818 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * device/include/ctype.h: removed warning while using --stack-auto
8821         * device/include/malloc.h: removed warning while using --stack-auto
8822         * device/include/string.h: removed warning while using --stack-auto
8823
8824 2003-02-23  Borut Razem <borut.razem AT siol.net>
8825
8826         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8827         because NDEBUG is defined (see man assert)
8828         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8829
8830 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8831
8832         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8833         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8834
8835 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8836
8837         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8838         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8839
8840 2003-02-18    <johan AT balder>
8841
8842         * as/mcs51/asmain.c (asmbl): module can start with a digit
8843         * as/z80/asmain.c (asmbl): module can start with a digit
8844
8845 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8846
8847         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8848         * src/asm.c: fix pipe() for Mingw32
8849
8850 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8853         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8854         make -V work again; --c1mode reads now from stdin
8855         * doc/sdccman.lyx: added --c1mode
8856         * support/Util/SDCCerr.c: new messages for c1 mode
8857         * support/Util/SDCCerr.h: new messages for c1 mode
8858         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8859
8860 2003-02-15    <johan AT balder>
8861
8862         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8863
8864 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8865
8866         * doc/sdccman.lyx: Environment variables, -o and other minor things
8867
8868 2003-02-14    <johan AT balder>
8869
8870         * src/xa51/main.c: before anyone really tries to use it :)
8871
8872         * Install doc's in share/sdcc/doc
8873         * removed some obsolete files
8874         * Do a proper make distclean and uninstall
8875         M Makefile.common.in
8876         R sdccbuild.sh
8877         M as/Makefile
8878         M device/include/Makefile.in
8879         M device/lib/Makefile.in
8880         M doc/sdccman.lyx
8881         M link/Makefile
8882         M sim/ucsim/doc/Makefile.in
8883         M src/clean.mk
8884         R src/avr/peeph.rul
8885         R src/xa51/peeph.rul
8886         M support/cpp2/Makefile.in
8887         M support/makebin/Makefile
8888
8889
8890 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8893
8894 2003-02-10  Borut Razem <borut.razem AT siol.net>
8895
8896         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8897         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8898         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8899         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8900         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8901         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8902         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8903         src/z80/Makefile.bcc: Borland Makefile cleanup
8904         * as/z80/Makefile.bcc: Added Borland Makefile
8905         * support/cpp2/borland.h: Removed
8906
8907 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8908
8909         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8910         * src/SDCC.lex: new pragma NOIV
8911         * src/SDCCglobl.h: new pragma NOIV
8912         * src/SDCCmem.c: new pragma NOIV
8913
8914 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8915
8916         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8917
8918 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8919
8920         * src/SDCCmain.c: signal handling is switched off by --debug
8921         * doc/Makefile: small fix for install; use clean.mk again
8922         * doc/clean.mk: clean *.pdf and *.html too
8923
8924 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8927         * device/lib/printfl.c: fix a ds390 bug by making it portable
8928         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8929         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8930         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8931         * debugger/mcs51/cmd.c: converted multi-line string literals
8932         * sim/ucsim/globals.cc: converted multi-line string literals
8933         * src/SDCCmain.c: introduced signal handler to remove temp files
8934         * doc/Makefile: small tweaks, implement clean
8935         * doc: removed generated files
8936
8937 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8938
8939         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8940         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8941         Address Record is not correctly generated for DS390."
8942
8943 2003-02-02  Borut Razem <borut.razem AT siol.net>
8944
8945         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8946         * as/mcs51/asm.h: fixed compilation with Borland C
8947         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8948         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8949         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8950         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8951         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8952         src/z80/Makefile.bcc: delete $(LIB) only if exist
8953         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8954
8955 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8956
8957         * device/include/malloc.h: introduced NULL
8958         * device/include/string.h: introduced NULL
8959         * device/include/stdlib.h: introduced NULL
8960         * device/lib/_memcpy.c: removed NULL
8961         * device/lib/_strcat.c: removed NULL
8962         * device/lib/_strchr.c: removed NULL
8963         * device/lib/_strcmp.c: removed NULL
8964         * device/lib/_strcpy.c: removed NULL
8965         * device/lib/_strcspn.c: removed NULL
8966         * device/lib/_strlen.c: removed NULL
8967         * device/lib/_strncat.c: removed NULL
8968         * device/lib/_strncmp.c: removed NULL
8969         * device/lib/_strncpy.c: removed NULL
8970         * device/lib/_strpbrk.c: removed NULL
8971         * device/lib/_strrchr.c: removed NULL
8972         * device/lib/_strspn.c: removed NULL
8973         * device/lib/_strstr.c: removed NULL
8974         * device/lib/_strtok.c: removed NULL
8975         * device/lib/malloc.c: removed NULL, include own header
8976
8977 2003-02-02    <johan AT balder>
8978
8979         * 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
8980         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8981         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8982         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8983         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8984         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8985
8986 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8987
8988         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8989         area 'DATA'"
8990
8991 2003-02-01    <johan AT balder>
8992
8993         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8994
8995 2003-01-31    <johan AT CP255758-A>
8996
8997         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8998
8999 2003-01-30    <johan AT balder>
9000
9001         * src/SDCCBBlock.c: automatic bug detection
9002         * src/SDCCicode.c: automatic bug detection
9003
9004 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9005
9006         * src/SDCCglobl.h:   now --xram-size 0 works
9007         * src/SDCCmain.c:    now --xram-size 0 works
9008
9009 2003-01-29    <johan AT balder>
9010
9011         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9012
9013 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9014
9015         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9016         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9017         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9018         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9019         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9020         * src/SDCCmain.c:    Added options --xram-size and --code-size
9021
9022 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9023
9024         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9025         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9026
9027 2003-01-27    <johan AT balder>
9028
9029         * src/SDCC.y: fixed bug #613764
9030
9031 2003-01-26    <johan AT balder>
9032
9033         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9034         * src/SDCCsymt.h: fixed bug #673374
9035         * src/SDCCglue.c: fixed bug #661910
9036         * src/SDCCast.c: fixed bug #458099 and 673374
9037
9038 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9039
9040         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9041         * as/mcs51/strcmpi.h: added
9042         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9043         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9044         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9045         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9046         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9047         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9048         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9049         * as/mcs51/Makefile.aslink: new module strcmpi
9050         * as/mcs51/Makefile.asx8051: new module strcmpi
9051         * as/mcs51/Makefil.bcc: new module strcmpi
9052         * as/mcs51/Makefile.in: new module strcmpi
9053         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9054
9055 2003-01-26    <johan AT balder>
9056
9057         * src/SDCCglue.c: reverted back to 1.124
9058         * src/SDCCast.c: reverted back to 1.156
9059         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9060
9061 2003-01-25    <johan AT balder>
9062
9063         * src/SDCCglue.c: A better fix for bug #661910
9064         * src/SDCCast.c: A better fix for bug #661910
9065         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9066
9067 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9068
9069         * src/Makefile.in: remove spawn.o
9070         * src/SDCCmain.c: remove spawn.h
9071         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9072         * src/spawn.c: removed
9073         * src/spawn.h: removed
9074         * support/regression/ports/ds390/spec.mk: link with -r
9075
9076 2003-01-24    <johan AT CP255758-A>
9077
9078         * src/ds390/gen.c (aopOp): fixed bug #667458
9079         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9080         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9081         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9082
9083 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9084
9085         * src/mcs51/peeph.def: better assembler identation by Frieder
9086         * src/mcs51/gen.c: better assembler identation by Frieder
9087
9088 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9089
9090         * as/z80/string.h: removed for gcc 3.2
9091         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9092         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9093
9094 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9095
9096         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9097         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9098         * support/regression/Makefile: separate temp files for ports
9099         * support/regression/generate-cases.py: separate temp files for ports
9100         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9101         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9102
9103 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9104
9105         * moved tinitalk to device/examples/ds390
9106
9107 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9108
9109         * as/mcs51/lkmem.c: rflag is for DS390
9110         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9111         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9112                          (linkEdit): move mem- and map-files the same way as ihx-files
9113         * src/z80/main.c (_setDefaultOptions): removed --generic
9114         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9115         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9116         * src/pic/glue.c (picglue): --c1mode works again
9117         * src/pic16/glue.c (pic16glue): --c1mode works again
9118         * src/asm.c (printCLine): fix #660034
9119
9120 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9121
9122         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9123         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9124         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9125         * as/mcs51/lkmem (summary): better fix for sp problem
9126         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9127         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9128         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9129                                               remove --stack-after-data
9130
9131 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9132
9133         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9134         * src/SDCCutil.c (join): ugly bug: missing '\0'
9135         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9136
9137 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9138
9139         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9140         * src/port.h: typo
9141         * src/pic/main.c (_asmCmd): gpasm supports -o
9142         * src/z80/main.c: more general macros
9143         * device/lib/Makefile.in: remove intermediate files
9144
9145 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9146
9147         * .version: Bumped version number to 2.3.3
9148         * src/SDCCBBlock.c: new option -o
9149         * src/SDCCglobl.h: new option -o
9150         * src/SDCCglue.c: new option -o
9151         * src/SDCCmain.c: new option -o
9152         * src/asm.c: new option -o
9153         * src/ds390/main.c: new option -o
9154         * src/pic/glue.c: new option -o
9155         * src/pic/pcode.c: new option -o
9156         * src/pic/ralloc.c: new option -o
9157         * src/pic16/glue.c: new option -o
9158         * src/pic16/pcode.c: new option -o
9159         * src/pic16/ralloc.c: new option -o
9160         * src/z80/main.c: new option -o
9161         * device/lib/Makefile.in: use -o
9162         * support/regression/ports/ds390/spec.mk: use -o
9163         * support/regression/ports/gbz80/spec.mk: use -o
9164         * support/regression/ports/mcs51/spec.mk: use -o
9165         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9166         * support/regression/ports/z80/spec.mk: use -o
9167         * support/regression/ports/ucz80/spec.mk: use -o
9168         * support/regression/ports/xa51/spec.mk: use -o
9169         * support/regression/fwk/lib/timeout.c: fix usage string
9170
9171 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9172         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9173
9174 2003-01-07    <johan AT balder>
9175
9176         * src/SDCCast.c (decorateType): fixed bug #600035
9177
9178 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9179         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9180         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9181         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9182         * src/pic/pcode.c: outcommented unused variable to remove warnings
9183         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9184
9185 2003-01-06    <karl AT turbobit.com>
9186         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9187    regression tests.
9188
9189 2003-01-06    <johan AT balder>
9190
9191         * src/SDCCicode.c: fixed array add
9192
9193 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9194         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9195         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9196
9197 2003-01-04    <johan AT balder>
9198
9199         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9200
9201 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9202         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9203
9204 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9205         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9206         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9207
9208 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9209         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9210
9211 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9212         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9213
9214 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9215         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9216
9217 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9218
9219     * in \sdcc\as\mcs51\ changed these files in order to create an
9220     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9221     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9222     following files to include the previous two files: aslink.dsp,
9223     Makefile.aslink, Makefile.bcc, and Makefile.in.
9224
9225     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9226     .adb instead of .cdb
9227
9228 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9229
9230         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9231         value from option --iram-size.
9232
9233 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9234
9235         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9236         dram[] array.
9237
9238 2002-09-18    <wiml AT hhhh.org>
9239
9240         * SDCClrange.h: exposed setFromRange() and setToRange()
9241         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9242           packRegsForAccUse() (bug 542397)
9243         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9244           multiple times and emitting the fetch operations more than once
9245           added aopGetUsesAcc() function to allow binary operators to
9246           fetch their operands in the correct order; made genMinus() emit
9247           compact code for X = LITERAL - Y
9248
9249 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9250         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9251         sprintf() in line 1267.
9252
9253 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9254         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9255         like ports.
9256
9257 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9258         Changes to aslink (All the changes are marked with 'JCF'):
9259
9260         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9261         summary().
9262
9263         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9264         area BSEG.  Also moves, if possible, the DATA area down into the internal
9265         ram so more space is available.
9266
9267         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9268         sflag.
9269
9270         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9271         not bytes.  Function summary() which creates a memory usage summary
9272         file with extension .mem.  Reports of overlaping stack and small stack
9273         size.  If the space for the stack is less than 16 bytes aslink trows a
9274         warning.
9275
9276         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9277         the 8051.  Option 'y' for memory summary output file.
9278
9279         Changes to sdcc (All the changes are marked with 'JCF'):
9280
9281         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9282
9283         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9284         overlaying area for it (uses RegBankUsed[4]).
9285
9286         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9287         bank zero as used by default.  By default aslink locates the stack
9288         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9289         the creation of the .mem file.  Delegates the allocation of data area
9290         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9291         the begining of the stack area to aslink.
9292
9293         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9294         glue() in SDCCglue.c creates an area for it.
9295
9296 2002-09-03  Borut Razem <borut.razem AT siol.net>
9297         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9298         sdcc/src/pic/glue.c:
9299         introduced atexit() handler for teporay files removal in case of
9300         errors, assertions, ...
9301
9302 2002-08-29  Borut Razem <borut.razem AT siol.net>
9303         * sdcc/support/cpp2/auto-host_vc_in.h:
9304         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9305         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9306         Maybe there is a similar problem with BORLANDC? It should be checked!
9307
9308         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9309         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9310         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9311         was not executed, and the compiler (cl) launched a warning:
9312         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9313
9314 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9315         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9316
9317 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9318         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9319
9320         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9321           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9322           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9323           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9324           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9325           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9326           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9327         - added Release configuration in VS projects
9328         - review of compiler an linker options
9329         - VC .exe files are generated in bin_vc directory, not to interfere
9330           with binaries generated from other projects (cygwin, mingw, bcc ...)
9331
9332         * sdcc/src/yacc.dsp: added
9333
9334         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9335         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9336         and insert the version number definitions from .version
9337
9338         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9339
9340         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9341         added - genarate auto-host.h using auto-host_vc_in.h as template
9342
9343         * sdcc/sdcc_vc.h,
9344         removed from CVS, generated automatically
9345
9346 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9347         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9348
9349 2002-08-11  Borut Razem <borut.razem AT siol.net>
9350         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9351
9352 2002-08-10  Borut Razem <borut.razem AT siol.net>
9353         * src/SDCCmain.c (main):
9354         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9355         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9356         The consequence was that some temporary files were not removed.
9357
9358         * src/SDCCglue.c:
9359         unification of code in functions tempfilename() and tempfile():
9360         function tempnam() is defined in Visual Studio 6.0 and .NET
9361
9362         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9363
9364         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9365           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9366         - removed compiler command line option /WX: Treats all warnings as errors
9367         - update a list of source files, included into the project
9368
9369         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9370           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9371         changed project type to Generic Project so that can be correcly converted to VS.NET project
9372
9373         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9374
9375         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9376
9377         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9378
9379         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9380         added return 0 statements after assert() to make compiler happy
9381
9382         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9383         added newline in the def file to keep MSC compiler satisfied
9384
9385         * sdcc/src/z80/gen.c:
9386         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9387           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9388         - solved MSC error in function aopDump()
9389
9390         * sdcc_vc.h: define PREFIX as "\\sdcc"
9391
9392 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9393         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9394
9395 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9396         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9397         - Rewrote the register banking algorithm.
9398         - Added pCode live-range analysis to registers (for now, only non-used and
9399         singly-used registers optimized away)
9400
9401         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9402
9403         * 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.
9404
9405 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9406         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9407
9408 2002-04-22  Michael Hope  <michaelh AT vroom>
9409
9410         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9411
9412         * configure.in (DD_COPT): Added include support required for gbdk.
9413
9414         * .version: Bumped version number just to increase it.
9415
9416         * src/SDCCmain.c: Added -nostdinc to the default options.
9417
9418 2002-04-15  Michael Hope  <michaelh AT vroom>
9419
9420         * device/lib/z80/printf.c (sprintf): Added.
9421
9422         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9423
9424         * src/z80/peeph.def: Added transpose redundent load rule.
9425
9426         * src/z80/main.c: Added force callee saves for jaune.
9427
9428         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9429
9430         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9431
9432 2002-03-28  Johan Knol  <johan AT balder>
9433
9434         * src/SDCCval.c: fixed bug #532436
9435
9436 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9437         * /src/port.h:
9438         Added "char *Processor" field to the port structure.
9439
9440         * /src/SDCCmain.c:
9441         Added -p option. Allows port dependent processor to be specified.
9442
9443         * all ports:
9444         Initialized the new field char *Processor field to NULL in all ports
9445
9446         * /src/pic/*:
9447         Compiler generated registers for interrupt context saving
9448         were not getting allocated.
9449
9450 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9451
9452         * /src/SDCCast.c:
9453         Fixed left shift. Will promote the left side of a left shift
9454         if a) left shifting more than size of operand or b) when assigned
9455         to something size > size of left side
9456
9457 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9458         * src/pic/*
9459         tons of changes. Register allocation has been
9460         rewritten. Added customization for the various PICs. Flow
9461         analysis is restructured. ...
9462
9463         * src/pic/device.h:
9464         Added
9465
9466         * src/pic/device.c:
9467         Added. device.c is a PIC port hack to accomodate variations
9468         in PIC devices.
9469
9470 2002-03-13  Michael Hope  <michaelh AT vroom>
9471
9472         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9473
9474 2002-03-04  johanknol  <johanknol AT manik>
9475
9476         * /src/SDCCval.c: fixed
9477
9478         const unsigned char arr[][2] = { { 0, 1 } };
9479         t18.c:1: error: Initializer element is not constant
9480
9481 2002-03-04  bela  <bela AT manik>
9482
9483         * /device/include/mcs51reg.h:
9484         ds89c420 register definition update
9485
9486 2002-03-03    <johan AT FRIJA>
9487
9488         * support/Util/SDCCerr.c: did something, but don't no why anymore
9489
9490         * support/regression/tests/bug-524691.c: made it a little less shy
9491
9492         * src/SDCCast.c (decorateType): fixed bug #524697
9493
9494         * src/SDCCast.c: made some lineno improvements
9495
9496         * src/SDCCval.c (getNelements): changed warning to error
9497
9498         * src/SDCCglue.c (printIvalArray): changed warning to error
9499
9500         * src/SDCCicode.c: fixed a warning for mingw
9501
9502         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9503
9504         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9505
9506 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9507
9508         * src/ds390/peeph.def:
9509         Added some more peephole rules
9510
9511         * src/ds390/gen.c: Various fixes & enhancements
9512
9513         * src/SDCClrange.c, src/SDCClrange.h:
9514         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9515
9516         * src/ds390/ralloc.c:
9517         various fixes & enhancements (ds390) specific
9518
9519         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9520         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9521         from rallocs.
9522
9523         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9524
9525 2002-03-02    <johan AT FRIJA>
9526
9527         * src/SDCCast.c (decorateType): fixed bug #524708
9528
9529         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9530
9531         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9532
9533 2002-03-01  Michael Hope  <michaelh AT vroom>
9534
9535         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9536
9537         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9538
9539 2002-03-01    <johan AT FRIJA>
9540
9541         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9542
9543         * src/SDCCast.c (decorateType): fixed bug #524209
9544
9545         * src/SDCCval.c (valNot): fixed bug #524195
9546
9547 2002-02-26    <johan AT balder>
9548
9549         * src/xa51/gen.c: fixed a warning
9550
9551         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9552
9553         * src/SDCCast.c (decorateType): fixed bug #522534
9554
9555 2002-02-23    <johan AT balder>
9556
9557         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9558
9559 2002-02-22    <johan AT balder>
9560
9561         * src/SDCCast.c: fixed bug #514865
9562
9563         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9564
9565 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9566
9567         * sdcc/src/SDCCloop.c:
9568         Previous fix was not good. basic blocks that have "break" or "return" are
9569         not really partof a loop , but live ranges used in these blocks should
9570         be live thru the entire loop, so set partOfLoop but don't add them to
9571         loop region
9572
9573 2002-02-21    <johan AT FRIJA>
9574
9575         * src/SDCCcse.c: fixed bug #514308
9576
9577 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9578
9579         * src/SDCCloop.c:
9580         Fixed BUG #519583. If a conditional block ended in a return/break
9581         statement inside a loop, it was not being considered part of the loop.
9582
9583         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9584
9585 2002-02-10  Karl Bongers <karl AT turbobit.com>
9586
9587         * debugger/*:
9588         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9589         with lots of comments and notes.
9590
9591         * device/examples/test2.c:
9592         Fix bug, "red" variable not being initialized(compiler complained).
9593
9594         * device/examples/Makefile, examples/test3.c:
9595         Add Makefile in device/examples folder, compiles test3.c
9596         for use as a multiple module SDCDB test case.
9597
9598         * sim/ucsim/cmd.src/cmdset.cc:
9599         Took out debug printfs in ucsim "next" command.
9600
9601         * sim/ucsim/xa.src:
9602         Karl and Johan start ucsim XA support.  Most dissassembly working,
9603         about 75% emulation done(plenty of work remaining).
9604
9605         * sim/ucsim/z80.src:
9606         Add Z80 support to ucsim, add test-ucz80 regression test,
9607         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9608         Notice z80 compiler fails on examples/test3.c/crc code.
9609
9610 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9611
9612         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9613         Added support for --parms-in-bank1
9614
9615         * src/ds390/peeph.def:
9616         added a few more peephole optimzations
9617
9618         * src/ds390/main.c:
9619         1) added __builtin_inp & __builtin_outp used to read in data of given length
9620            from a memory mapped port
9621         2) added __builtin_memcmp
9622         3) added __builtin_swapw swap bytes of a short
9623
9624         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9625         1) handle multiple send & receives from register bank1
9626         2) ralloc can now allocate DPTR1 to some liveRanges
9627
9628         * src/SDCCsymt.c, src/SDCCsymt.h:
9629         changes to handle multiple sends & receives
9630
9631         * src/SDCCptropt.h:
9632         added some pointer arithmetic optimization
9633
9634         * src/SDCCptropt.c:
9635         added some pointer arithmetic optimizations but not stable yet so not
9636         called from anywhere (will get this working shortly)
9637
9638         * src/SDCCopt.c: fixed for multiple sends & receives
9639
9640         * src/SDCCmain.c:
9641         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9642         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9643            set preprocessor defines (depending on options)
9644
9645         * src/SDCCicode.c, src/SDCCicode.h:
9646         changes made to handle multiple sends & receives
9647
9648         * src/SDCCglobl.h:
9649         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9650
9651         * src/SDCCcse.c, src/SDCCcse.h:
9652         added function findbackward def (to be used in upcoming optimization)
9653
9654         * src/SDCCcflow.c, src/SDCCcflow.h:
9655         added function returnAtEnd - to determine if a basic block terminates with
9656         a RETURN iCode
9657
9658         * src/SDCCast.c, src/SDCCast.h:
9659         added option parms-in-bank1
9660
9661         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9662         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9663         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9664         adjusted for --parms-in-bank1 option
9665
9666         * device/include/string.h:
9667         donot redefine "reentrant" keyword
9668
9669         * device/include/ds80c390.h: Added some more SFRs
9670
9671 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9672
9673         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9674
9675 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9676
9677         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9678
9679 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9680
9681         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9682
9683 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9684
9685         * Added --xram-movc option
9686
9687 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9688
9689         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9690
9691 2002-01-11  Johan Knol
9692
9693         * Added math lib of Jesus Calvino-Fraga
9694
9695 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9696
9697         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9698         * support/regression/Makefile: new target test-mcs51-stack-auto
9699         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9700
9701 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9702
9703         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9704
9705 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9706
9707         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9708
9709 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9710
9711         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9712
9713         * src/SDCCglue.h: add definition for printIvalChar()
9714
9715 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9716
9717         * src/SDCCast.c: fix #498138 by Johan
9718
9719         * src/SDCCglue.c: fix #498138 by Johan
9720
9721 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9722
9723         * support/regression/Makefile: fix clean
9724
9725         * support/regression/ports/ds390/support.c: fix transmission of last character
9726
9727 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9728
9729         * /sdcc/src/ds390/gen.c:
9730         a) improved computing address of stack variable
9731         b) took out some #if 0 code
9732         c) improved parmBytes adjustment
9733         d) improved genPlusIncr & genMinusIncr
9734         e) genCmp could generate bad code (when left assigned to DPTR)
9735         f) Fixed bug in hasInc
9736
9737         * /sdcc/src/ds390/ralloc.c:
9738         a) packRegsForSupport could mess up live information (Fixed)
9739         b) packRegsDPTRuse could be incorrect for left & right shift
9740
9741         * /sdcc/src/mcs51/ralloc.c:
9742         packRegsForSupport could mess up the live information (Fixed)
9743
9744         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9745
9746         * /sdcc/src/SDCCast.c:
9747         can reverse a loop even if function call is present as long
9748         as the loop control variable is local & is not passed as parameter
9749
9750 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9751
9752         * /sdcc/ChangeLog: *** empty log message ***
9753
9754         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9755         More builtin function additions for TININative
9756
9757         * /sdcc/src/ds390/ralloc.c:
9758         Had broken the regression testsuite
9759
9760         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9761
9762         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9763         Added funcattr hasStackParms will be set for reentrant functions when there
9764         are paramteres on the stack, this helps in minimizing frame pointer generation
9765         typeFromStr can handle function pointers now
9766
9767         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9768         *** empty log message ***
9769
9770 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9771
9772         * /src/ds390/gen.c, /src/ds390/main.c:
9773         More builtin function additions for TININative
9774
9775         * /src/ds390/ralloc.c:
9776         Had broken the regression testsuite
9777
9778         * /src/SDCCast.c: Fixed a bug in dumptree
9779
9780         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9781         Added funcattr hasStackParms will be set for reentrant functions when there
9782         are paramteres on the stack, this helps in minimizing frame pointer generation
9783         typeFromStr can handle function pointers now
9784
9785         * /doc/builtins.txt, /doc/TININative.txt:
9786         *** empty log message ***
9787
9788
9789 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9790
9791         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9792         ALPHA version for -mTININative
9793
9794         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9795         updated to reflect changes in the port structure
9796
9797         * /src/port.h:
9798         added function do_assemble (similar to do_link) if non-null this function
9799         will be called to do assembly (-mTININative) requires a multi command
9800         assembly
9801         added function genAssemblerEnd will be called to generate assembler Epilogue
9802
9803         * /src/SDCCsymt.c:
9804         added _JavaNative to debug info printing
9805
9806         * /src/SDCCmain.c: added option --tini-libid
9807         added port->do_assemble function (-mTININative) has a multi command assemble
9808
9809         * /src/SDCCglue.c: Disabled "constExpr" check
9810         added port->genAssemblerEnd function
9811
9812         * /src/SDCCglobl.h: Added option --tini-libid value
9813
9814         * /src/SDCCast.h:
9815         tookout optimizeCompare from the header (has no external references)
9816
9817         * /src/SDCCast.c: made one more function "static"
9818
9819 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9820
9821         * src/z80/mappings.i: Added z80asm support.
9822
9823         * src/z80/main.c: Added z80asm support on --asm=z80asm
9824
9825         * src/z80/gen.c: Fixed asm portability issues.
9826
9827         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9828
9829         * src/SDCCglue.c (printExterns): Added global/extern split.
9830
9831 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9832
9833         * support/regression/Makefile: added test for mcs51 model large
9834
9835         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9836
9837         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9838
9839 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9840
9841         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9842
9843 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9844
9845         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9846
9847         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9848
9849 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9850
9851         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9852
9853         * support/regression/tests/simplefloat.c: Port to mcs51.
9854
9855 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9856         * support/regression/tests/bug-485362.c: Added.
9857
9858         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9859
9860         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9861
9862         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9863
9864         * src/z80/gen.c (aopDump): Added a dump function.
9865
9866 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9867         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9868
9869         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9870
9871         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9872
9873         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9874
9875         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9876
9877         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9878
9879         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9880
9881         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9882
9883         * support/regression/ports/ds390/support.c: Use tinibios.
9884
9885         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9886
9887 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9888
9889         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9890         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9891
9892         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9893
9894         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9895
9896 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9897
9898         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9899
9900         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9901         (packRegsForIYUse): Created and optimised.
9902
9903 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9904
9905         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9906 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9907
9908         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9909
9910         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9911
9912         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9913
9914 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9915
9916         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9917
9918         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9919
9920 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9921
9922         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9923
9924         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9925
9926         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9927
9928 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9929
9930         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9931         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9932         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9933
9934         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9935
9936         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9937         (genNotFloat): Added.
9938         (genUminusFloat): Added.
9939
9940         * device/lib/z80/Makefile: Added floating pt stubs.
9941
9942         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9943
9944         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9945
9946         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9947
9948 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9949
9950         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9951
9952         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9953
9954         * sdcc/support/regression/Makefile: Add port ds390.
9955
9956         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9957
9958         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9959
9960         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9961
9962         * sdcc/support/regression/ports/ds390/support.c: Added.
9963
9964         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9965
9966         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9967
9968         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9969
9970 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9971
9972         * device/include/malloc.h: Added z80 and gbz80 support.
9973
9974         * device/lib/gbz80/heap.s: Added.
9975
9976         * device/lib/z80/heap.s: Added.
9977
9978         * device/lib/malloc.c: Added z80 and gbz80 support.
9979
9980         * support/regression/tests/malloc.c (testMalloc): Added.
9981
9982         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9983
9984         * support/regression/tests/bug-478094.c: Added.
9985
9986         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9987
9988 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9989
9990         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9991
9992         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9993
9994         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9995
9996         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9997
9998         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9999
10000 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10001
10002         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10003
10004 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10005
10006         * support/regression/tests/bug-477927.c: Added.
10007
10008         * src/z80/peeph.def: Added minor rules.
10009
10010         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10011
10012         * src/z80/peeph.def: Added jump optimisation modification.
10013
10014 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10015
10016         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10017
10018 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10019
10020         * support/regression/tests/funptrs.c: Added.
10021
10022 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10023
10024         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10025
10026 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10027
10028         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10029
10030         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10031
10032         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10033         (movLeft2ResultLong): Created.
10034
10035         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10036         (joinPushes): Added.  Joins two char pushes into a word push.
10037
10038 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10039
10040         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10041
10042         * support/makebin/Makefile (install): Added creation of dest dir.
10043
10044 2001-10-24 Karl Bongers <karl AT turbobit.com>
10045
10046         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10047
10048 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10049
10050         * src/z80/ralloc.c: Turned off faulty pack for one use.
10051
10052         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10053
10054         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10055
10056 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10057
10058         * support/regression/Makefile: Improved clean
10059
10060         * support/regression/ports/gbz80/spec.mk: Added clean
10061
10062         * support/regression/ports/host/spec.mk: Added clean
10063
10064         * support/regression/ports/z80/spec.mk: Added clean
10065
10066         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10067
10068         * support/regression/ports/mcs51/timeout.c: little improvements
10069
10070 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10071
10072         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10073
10074         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10075
10076         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10077
10078 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10079
10080         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10081
10082         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10083
10084 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10085         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10086
10087         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10088
10089         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10090
10091         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10092
10093         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10094
10095         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10096
10097         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10098
10099         * support/regression/tests/longor.c: Added.
10100
10101 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10102
10103         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10104
10105         * as/mcs51/aslink.h: define PATH_MAX
10106
10107         * as/mcs51/asm.h: define PATH_MAX
10108
10109         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10110
10111         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10112
10113         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10114
10115         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10116
10117         * src/SDCCglobl.h: define PATH_MAX
10118
10119         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10120
10121         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10122
10123 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10124
10125         * src/z80/gen.c (gencjneshort): Fixed
10126
10127         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10128
10129 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10130
10131         * support/regression/tests/bug-469671.c: Added.
10132
10133         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10134
10135 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10136
10137         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10138
10139         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10140
10141 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10142
10143         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10144
10145         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10146
10147         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10148
10149         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10150
10151         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10152
10153         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10154
10155         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10156
10157 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10158
10159         * 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.
10160
10161         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10162
10163         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10164
10165 2001-10-07    <johan AT FRIJA>
10166
10167         * device/lib/gets.c (gets): fixed the return value.
10168
10169 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10170         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10171
10172         * 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.
10173
10174         * 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.
10175
10176         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10177
10178         * src/pic/gen.c: Removed Safe_strdup.
10179
10180         * configure.in: Added option to enable libgc support.
10181
10182         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10183         (bitVectUnion): Optimised.
10184         (bitVectIntersect): Optimised.
10185         (bitVectBitsInCommon): Optimised.
10186         (bitVectCplAnd): Optimised.
10187
10188         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10189
10190 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10191
10192         * src/SDCCmain.c: distinguish between assembler debug and plain options
10193
10194         * src/avr/main.c:   remove standard assembler options
10195
10196         * src/ds390/main.c: remove standard assembler options
10197
10198         * src/mcs51/main.c: remove standard assembler options
10199
10200         * src/port.h: removed "PENDING" comment
10201
10202 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10203
10204         * src/device/lib/_mulint.c  : new, with assember functions
10205
10206         * src/device/lib/_mullong.c : new, with assember functions
10207
10208         * src/device/lib/_divuint.c : with assember functions
10209
10210         * src/device/lib/_divsint.c : with assember functions
10211
10212         * src/device/lib/_divulong.c: with assember functions
10213
10214         * src/device/lib/_divslong.c: with assember functions
10215
10216         * src/device/lib/_moduint.c : with assember functions
10217
10218         * src/device/lib/_modsint.c : with assember functions
10219
10220         * src/device/lib/_modulong.c: with assember functions
10221
10222         * src/device/lib/_modslong.c: with assember functions
10223
10224         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10225
10226         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10227
10228         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10229                                       replaced _mululong.c and _mulslong.c by _mullong.c
10230
10231 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10232
10233         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10234
10235 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10236
10237         * src/SDCCglue.c: test, if win32api is available for MINGW
10238
10239 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10240
10241         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10242         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10243         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10244         * support/regression/ports/host/spec.mk: removed GENERIC
10245         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10246         * support/regression/ports/z80/spec.mk: removed GENERIC
10247
10248 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10249
10250         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10251
10252         * support/regression/tests/bug-467035.c: Created.
10253
10254 2001-10-01    <johan AT FRIJA>
10255
10256         * src/SDCC.y: fixed bug #466586 part 1
10257
10258 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10259
10260         * SDCCicode.c: z80 has no generic pointers
10261         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10262
10263 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10264
10265         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10266
10267 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10268
10269         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10270
10271         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10272
10273 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10274
10275         * configure.in: Fixed up so that ucsim is only configured once.
10276
10277         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10278
10279         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10280         (getPathDifference): As above.
10281
10282         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10283
10284         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10285
10286 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10287         * .version: Updated to 2.3.1
10288
10289         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10290         Added copyright header.
10291
10292         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10293         (assemble): Added support for macro based assembler commands.
10294         (linkEdit): Added support for macro based linker commands.
10295         (preProcess): Changed the pre-processor to use macros.
10296         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10297         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10298
10299         * device/lib/z80/crt0.s: Added module name for debugging.
10300
10301 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10302
10303         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10304
10305         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10306
10307         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10308
10309         * src/Makefile.in: Added SDCCmacro and SDCCutil
10310
10311 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10312
10313         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10314
10315 2001-09-16    <johan AT FRIJA>
10316
10317         * 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.
10318
10319 2001-09-15    <johan AT FRIJA>
10320
10321         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10322         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10323
10324 2001-09-11    <johan AT FRIJA>
10325
10326         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10327
10328 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10329
10330         * support/regression/tests/bug-460444.c: Added test case.
10331
10332         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10333         (genCast): Added justification for all of the asserts.
10334
10335 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10336
10337         * support/regression/support.c: _xdata replaced by xdata
10338
10339         * support/regression/spec.mk: removed _generic
10340
10341 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10342
10343         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10344
10345         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10346         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10347
10348         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10349
10350         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10351
10352         * support/regression/tests/bug-460010.c: Added test case.
10353
10354         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10355
10356 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10357
10358         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10359
10360         * support/regression/testfwk.c: removed workaround for bug #436344
10361
10362         * support/regression/tests/bp.c: use less memory with mcs51
10363
10364         * support/regression/tests/bug-441448.c: use less memory
10365
10366         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10367
10368         * support/regression/collate-results.py: typo
10369
10370 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10371
10372         * support/regression/tests/fetchoverlap.c: Added new test case.
10373
10374         * support/regression/tests/bp.c: Added new test case.
10375
10376         * support/regression/tests/bug-448984.c: Added new test case.
10377
10378         * support/regression/tests/pow2shifts.c: Added new test case.
10379
10380         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10381         (genlshTwo): Fixed right shift for count > 8.
10382
10383         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10384
10385 2001-09-08    <johan AT FRIJA>
10386
10387         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10388
10389 2001-09-07    <johan AT FRIJA>
10390
10391         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10392
10393         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10394
10395 2001-09-06    <johan AT FRIJA>
10396
10397         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10398         * bernhard noted me at this: "() equals to (void)" (1.38)
10399
10400 2001-09-05    <johan AT FRIJA>
10401
10402         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10403
10404 2001-09-04    <johan AT FRIJA>
10405
10406         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10407
10408
10409 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10410
10411         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10412
10413 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10414
10415         * link/z80/aslink.h: Fixed path for PATH_MAX
10416
10417 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10418
10419         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10420
10421         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10422
10423         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10424
10425         * 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.
10426
10427 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10428
10429         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10430         (genCmp): Fixed up genCmp for the GB with longs.
10431
10432         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10433
10434         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10435
10436         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10437
10438         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10439
10440 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10441
10442         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10443
10444 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10445
10446         * 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.
10447
10448         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10449
10450 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10451
10452         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10453
10454         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10455
10456 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10457
10458   * sim/ucsim/configure:    little improvement of Cygwin-detection
10459   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10460   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10461   * support/regression/tests/bug-221100.c: small changes for mcs51
10462   * support/regression/tests/bug-221168.c: small changes for mcs51
10463   * support/regression/tests/bug-227710.c: small changes for mcs51
10464   * support/regression/tests/staticinit.c: small changes for mcs51
10465   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10466   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10467   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10468
10469 $Revision$