* src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it inifinitely recurseabl...
[fw/sdcc] / ChangeLog
1 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
4         inifinitely recurseable, added static   
5         * support/regression/tests/bug-1408066.c: added
6
7 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
8
9         * src/SDCCicode.h,
10         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
11         renamed, added possibility to create "postLoopLbl"-labels
12         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
13         newiTempLoopHeaderLabel
14         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
15         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
16         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
17         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
18         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
19         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
20         (basicInduction): fixed bug #136564, made static,
21         (loopInduction): changed parameter of basicInduction, made static,
22         (addPostLoopBlock): added
23         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
24         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
25         findLoopEndSeq
26         * support/regression/tests/bug-136564.c: added
27         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
28         --std-sdcc99 to LIBSDCCFLAGS
29
30 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
31
32         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
33         while loop
34         * support/regression/tests/bug-1406131.c: added
35
36 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
37
38         * src/SDCCast.c (decorateType): fix promotion of unary minus
39         * src/SDCCsymt.c (computeType): beautified
40         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
41         (valUnaryPM, valComplement): fix sign and promotion,
42         (valNot): ANSI: result type is int (SDCC: unsigned char)
43         * support/regression/tests/uminus.c: speedup by removing superflous
44         test case 'int'
45         * support/regression/tests/onebyte.c: added promotion and signedness
46         tests for unary minus
47         * support/regressions/tests/bug-477927.c: disable warning about
48         uninitialized variables
49         * support/regression/tests/not.c: added
50
51 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
52
53         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
54         * src/mcs51/gen.c (gen51Code): show final register usage after
55         fillGaps in asm with --i-code-in-asm
56         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
57         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
58         incUsed, rliveClear, adjustIChain): made static,
59         (setFromRange): excluded because it's unused,
60         (findPrevUseSym, markWholeLoop): added,
61         (findPrevUse): rewritten; fixes bug 895992; now a complete search
62         through all branches of predecessors enables sdcc to emit the warning
63         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
64         (rlivePoint): made static, added parameter emitWarnings which is only
65         true during the first run out of two,
66         (findRecursiveSucc, findRecursivePred): removed,
67         (computeLiveRanges): made static, added parameter emitWarnings,
68         (dumpIcRlive): added for debugging only
69         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
70         removed prototype of setFromRange()
71         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
72         in call of computeLiveRanges()
73         * support/regression/tests/bug-895992.c: added
74         * support/regression/tests/bug-971834.c: added
75         * support/valdiag/tests/bug-895992.c: added
76         * support/valdiag/tests/bug-971834.c: added
77
78 2005-12-18 Raphael Neider <rneider AT web.de>
79
80         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
81           (genUnpackBits): improved code for direct operands,
82           (genPackBits): improved code for literal assignment to bitfields
83             and for direct destination operands (no FSR indirection),
84             prevented redundant AND, fixes #1362800,
85           (AccLsh): added parameter to disable masking of the result
86         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
87           skip instructions with side-effects (like incfsz),
88           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
89         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
90         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
91           fixes #1375263
92
93 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
94
95         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
96         volatile variables as spill location
97
98 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
99
100         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
101         replacing literals
102         * support/regression/tests/bug-1376320.c: added
103
104 2005-12-08 Raphael Neider <rneider AT web.de>
105
106         * src/pic/device.c: renamed is_shared to pic14_is_shared
107         * src/pic/gen.c (genIfx): re-enabled handling of sbits
108         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
109           (is_valid_identifier): added for above workaround
110
111 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
112
113         * device/lib/Makefile.in: fixed to enable port-specific-objects
114         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
115           char, thanks Hubert Sack
116         * doc/sdccman.lyx: documented --xstack-loc,
117           elaborated a bit more on interrupts and pitfalls,
118           removed "setjmp/longjmp unsupported",
119           documented some unsupported C99 features
120         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
121         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
122           if, thanks Hubert Sack
123         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
124         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
125           make make_library
126         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
127           regression tests can report resource usage (rfe 700441)
128         * support/regression/collate-results.py: report resource usage
129         * support/regression/ports/ds390/spec.mk,
130         * support/regression/ports/hc08/spec.mk,
131         * support/regression/ports/mcs51/spec.mk,
132         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
133         * support/regression/ports/ds390/uCsim.cmd,
134         * support/regression/ports/hc08/uCsim.cmd,
135         * support/regression/ports/mcs51/uCsim.cmd,
136         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
137         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
138           library, use the default one
139         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
140           building the library
141
142 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
143
144         * config.dsp: added dependency on .version and configure_vc.awk
145         * device/include/setjmp.h: updated for --stack-auto and --xstack
146         * device/include/mcs51/at89c51snd1c.h: corrected line endings
147         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
148         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
149         * device/lib/libsdcc.lib: added _setjmp
150         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
151           (decorateType): fixed bug 1372851,
152           (optimizeGetHbit): fixed warning
153         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
154           array initialisation
155         * support/regression/tests/bug1057979.c: added test for bug 1358192
156         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
157
158 2005-12-03 Borut Razem <borut.razem AT siol.net>
159
160         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
161           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
162
163 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
164
165         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
166         createIval): implement symbol independant "flexible array member",
167         (createIvalCharPtr): implemented flexible array initialisation with a
168         string
169         * src/SDCCsymt.c (copyStruct): removed,
170         (getSize): fixed misleading comment,
171         (getAllocSize): removed, the additional allocation size is now in
172         sym->flexArrayLength,
173         (checkStructFlexArray): new, syntax checks for flexible array members,
174         (compStructSize): added syntax checks for "flexible array members"
175         (copyStruct): removed,
176         (copyLinkChain): removed inefficient fix for bug 770487
177         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
178         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
179         symbol->flexArrayLength
180         * src/SDCCerr.c,
181         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
182         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
183         * support/regression/tests/structflexarray.c: added
184         * support/valdiag/tests/structflexiblearray.c: added
185
186 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
187
188         * src/SDCCast.c (decorateType): fixed bug 1368489
189         * support/Util/SDCCerr.c,
190         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
191
192 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
193
194         * device/include/mcs51/at89c51snd1c.h: added file submitted by
195           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
196
197 2005-11-27 Borut Razem <borut.razem AT siol.net>
198
199         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
200           support/cpp2/mkdeps.h: added command line option
201           -obj-ext=<extension> to SDCPP to define object file externion, used
202           for generation of make dependencies (-M)
203         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
204
205 2005-11-26 Borut Razem <borut.razem AT siol.net>
206
207         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
208           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
209           added pic and pic16 libraries
210
211 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
212
213         * device/include/float.h: Corrected typo in prototype of __fsgt
214
215 2005-11-25 Borut Razem <borut.razem AT siol.net>
216
217         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
218           added creation of model-mcs51-stack-auto libraries
219
220 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
221
222         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
223         and fields-list too
224         * src/SDCCast.c (createIvalArray): removed obsolete comment
225
226 2005-11-24 Borut Razem <borut.razem AT siol.net>
227
228         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
229           added missing device/lib/mcs51/crt*.asm sources
230
231 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
232
233         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
234
235 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * device/lib/_fs2schar.c,
238         * device/lib/_fs2sint.c,
239         * device/lib/_fs2slong.c: optimized inline asm
240
241 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
242
243         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
244           Better handling of floats between -1.0 and 0.0.
245
246 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
247
248         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
249           (the missing "if"s prohibited removal of redundant labels)
250
251 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
252
253         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
254           Properly convert floats between -1.0 and 0.0 to long, int, and char
255           types (max integer value of negative floats tends to zero).
256         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
257           Removed changes made so to work properly with floats between
258           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
259           and _fs2char.c
260
261 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
262
263         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
264         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
265         (genCast) cosmetic change
266         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
267         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
268         from mcs51
269         * support/regression/tests/bitfields (testSignedBitfields): added
270
271 2005-11-18 Borut Razem <borut.razem AT siol.net>
272
273         * sdcc/device/lib/Makefile.in: remove all unnecessary files
274         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
275           introduced SILENT option to make building of pic16 libraries less
276
277 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
278
279         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
280           Now they work properly with floats between -1.0 and 0.0
281         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
282
283 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
284
285         * src/SDCCicode.c (printOperand): added missing else
286
287 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
288
289         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
290         reformatted for better readability
291         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
292         signed bitfields
293
294 2005-11-17 Borut Razem <borut.razem AT siol.net>
295
296         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
297           introduced SILENT option to make building of pic16 libraries less
298           verbose - used for nightly snapshot build
299         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
300           available on Win32 platforms.
301         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
302           medium, large, pic and pic16
303
304 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
305
306         * device/lib/printf_large.c: Temporary patch for bug 1358192:
307           printf("%f"...) sets fraction to zero.
308
309 2005-11-16 Raphael Neider <rneider AT web.de>
310
311         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
312           fixes #1357221
313         * src/pic/gen.c (genIfx): implemented for CARRY bit
314         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
315           to generic pointers, fixes #1357332,
316           (pic16_movLit2f): NEW,
317           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
318
319 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
320
321         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
322
323 2005-11-11 Raphael Neider <rneider AT web.de>
324
325         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
326         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
327           compute pointer's type from operand,
328           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
329           improved single bit reads, fixes bug #1353379
330
331 2005-11-09 Borut Razem <borut.razem AT siol.net>
332
333         * support/scripts/sdcc.nsi: added lib/pic to the package
334
335 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
336
337         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
338
339 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
340
341         * support/regression/tests/bug1348008.c: added
342         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
343         * support/regression/tests/bug1337835.c: updated comment
344
345 2005-11-06 Borut Razem <borut.razem AT siol.net>
346
347         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
348           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
349           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
350           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
351           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
352           dynamic construction of cl_error_class and derivates - 2.nd try
353
354 2005-11-05 Borut Razem <borut.razem AT siol.net>
355
356         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
357           bug, which caused Bus Errors on sparc solaris
358
359 2005-11-04 Borut Razem <borut.razem AT siol.net>
360
361         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
362           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
363           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
364           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
365           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
366           and derivates to resolve the initialization problem on OSX
367
368 2005-11-02 Borut Razem <borut.razem AT siol.net>
369
370         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
371           corrected typo - #include <winsock2.h>
372
373 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
374
375         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
376           (_asxxxx_mapping): added org directive for future enhancements
377
378 2005-11-01 Borut Razem <borut.razem AT siol.net>
379
380         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
381           enabled sockets on WIN32
382         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
383
384 2005-10-31 Borut Razem <borut.razem AT siol.net>
385
386         * support/regression/generate-cases.py: escape backslashes in {testcase}:
387           WIN32 backslash path delimiters should be escaped when used in C strings
388         * support/regression/tests/bitfields.c: exclude failing assertions for
389           __CYGWIN32__ and __MINGW32__ hosts
390
391 2005-10-30 Borut Razem <borut.razem AT siol.net>
392
393         * src/SDCCutil.c: corrected double comparison typo
394
395 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
396
397         * device/lib/medium/Makefile: added for new memory model medium
398         * device/include/asm/mcs51/features.h: updated for medium/pdata
399         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
400           added Multiply & Accumulate sbit's and MAC0_PAGE define
401         * device/include/mcs51/c8051f300.h: added sfr16 definitions
402         * device/include/mcs51/c8051f310.h: added sfr16 definitions
403         * device/lib/_mullong.c: update for medium model
404         * device/lib/incl.mk: added medium model
405         * doc/sdccman.lyx: documented medium model
406         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
407         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
408         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
409         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
410           (allocParms): set SCLS and OCLS to pdata for medium model
411         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
412           for pdata,
413           (powof2): return <0 if not power of 2
414         * src/avr/gen.c (genBitWise): use updated powof2
415         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
416           (shiftR2Left2Result): small optimization in setup, save acc when storing,
417           (shiftLLeftOrResult): use B if necessary
418         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
419         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
420         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
421         * support/regression/Makefile.in: added test-mcs51-medium
422         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
423
424 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
425
426         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
427         specifier unsigned
428         * device/lib/time.c (mktime): fixed bug 1334315
429
430 2005-10-28 Raphael Neider <rneider AT web.de>
431
432         * device/include/pic/p16f_common.inc: added common declarations
433         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
434
435 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
436
437         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
438           (aopPutUsesAcc): added to predict accumulator use,
439           (assignResultValue): save acc if necessary,
440           (genMinusDec): store result if indirectly addressed,
441           (genDivOneByte):  save acc if necessary,
442           (movLeft2Result): bugfix if left already in acc,
443           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
444             attention to accumulator use (esp. pdata),
445           (genReceive): receive pdata correctly
446         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
447         * src/SDCCicode.h: added isOperandInPagedSpace prototype
448
449 2005-10-27 Raphael Neider <rneider AT web.de>
450
451         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
452
453 2005-10-27 Raphael Neider <rneider AT web.de>
454
455         * .version: changed version to 2.5.4
456         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
457         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
458           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
459             arithmetics support routines
460         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
461         * device/lib/Makefile.in: also create installdir for pic
462
463         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
464           pic14 port as well
465         * src/pic/device.c (dump_sfr): rewritten to delegate register
466           placement to the linker (use `extern sym' rather than sym EQU addr),
467           (validAddress): fixed to check last specified address
468         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
469           (popGetLit): truncate literal value to 8 bit,
470           (popGet): moved assert to more appropriate place
471           (popGetExternal): create pCode operand from and mark the according
472             symbol as being `extern'
473           (popGetAddr): added sanity check on immediate's offset, provide
474             GPOINTER tag on demand
475           (aopPut): fixed for immediates,
476           (mov2w_op): move operand's address or contents to WREG (depending on
477             operand type), safer variant of mov2w,
478           (movwf,call_libraryfunc): NEW, handy abbreviations,
479           (get_argument_pcop,get_return_val_pcop,pass_argument,
480           get_returnvalue): interface for accessing function parameters and
481             return values,
482           (assignResultValuei,genRet): use new parameter/return value interface
483           (pic14_getDataSize): back to old version handling generic pointers,
484           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
485             provided implementation and/or fixed old one,
486           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
487             calls, removed legacy 8051 reference code
488           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
489           (loadSignToC): NEW, move the operands sign bit to CARRY,
490           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
491             genRightShiftSigned, accepts negative shift counts,
492           (setup_fsr): load FSR and adjust IRP (indirect memory access),
493           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
494             generic pointers, __data pointers and __code pointers,
495           (genUnpackBits,genPackBits): rewritten to work with generic pointers
496             and signed bitfields, limit bitfields to 8 bit,
497           (genDataPointerGet): fixed number of bytes read,
498           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
499           (genPointerGet,genPointerSet): fixed handling of __code pointers,
500             pointers to constant data are no longer assumed to point to __code
501             space, removed invalid pointer types,
502           (bitpatternFromVal): retrieve the PICs representation of an integer
503             or float literal,
504           (genDataPointerSet): fixed assigning to po_immediate operands,
505           (genGenPointerSet): implemented as library call,
506           (genIfx): fixed incorrect condition,
507           (genAddrOf): limit generic pointers' addresses to 2 bytes,
508             provide GPOINTER tag according to destination's storage class,
509           (genCast): added code to handle casting to generic pointers, added
510             sign-/zero extension of the result
511           (aop_isLitLike,op_isLitLike): fixed handling of immediates
512         * src/pic/gen.h: added macros to access IRP bit in STATUS register
513         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
514           extend the result
515         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
516           address/register resides in the shared banks
517           (emitSymbolToFile): improved to handle global and `pinned' symbols,
518             put all variables into separate sections (have the linker arrange
519             them)
520           (picglue): put init code and interrupt handlers in separate sections
521         * src/pic/main.c: added port specific options table, modified to PORT
522           structure to make GPOINTERs 3 byte, added pic14_options
523           (_pic14_do_link): private linking routine (update paths to libraries,
524             add libsdcc.lib by default)
525         * src/pic/main.h: declare pic14_options
526         * src/pic/pcode.c: fixed instructions i/o relations,
527           (RegCond): reverted to correct version,
528           (newpCodeOpLit): truncate literals to 8 bit,
529           (genericPrint): added debug output,
530           (getRegFromInstruction): fixed for various operand types, simplified
531           (BuildFlow): fixed broken handling of isntructions with labels
532           (LinkFlow): start at last instruction in flow (skip trailing comments),
533             pass the flow on to the next instruction after CALL
534           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
535           (insertPCodeInstruction): fixed inserting after a skip instruction,
536           (DoBankSelect): fixed for labeled instructions
537           (OptimizepBlock): honor --nopeep switch
538           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
539         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
540         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
541           (pCodeOptime2pCodes): allow disabling this optimization via
542             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
543             but is still buggy), started implementation of a dataflow based
544             pCode optimization (CSE + dead code elimination)
545           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
546         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
547           names are independant of the stack location and therefore portable across
548           devices
549
550 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
551
552         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
553           (selectSpil): fixed bug 1337835 by not spilling bit variables
554         * support/regression/tests/bug1337835.c: added test for this bug
555         * src/mcs51/peeph.def: restart after rule 3.c,
556           addded rules 263.x to optimize loading constants
557
558 2005-10-26 Raphael Neider <rneider AT web.de>
559
560         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
561         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
562           (genAssign): emit warning when casting literals to generic pointer
563             type, also applies when taking the address of a fixed variable,
564           (genCast): improved casting to generic pointers
565         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
566           extern variables, added verbose error message
567         * device/include/pic16/{string.h,errno.h}: added #pragma library c
568
569 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
570
571         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
572         carry must be complemented too
573         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
574         could be emitted by genMinus
575         * src/SDCCval.c (constVal): fixed bug 1305065
576
577 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
578
579         * src/SDCCast.c (addCast): added promotion for bit variables
580         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
581         promotion casts + optimisation
582         (optimizeGetWord): fix warning 'i' might be used uninitialized
583         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
584         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
585
586 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
587
588         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
589         all chars are promoted to int; promotion should be handled in SDCCast.c
590
591 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
592
593         * device/lib/_strcmp.c: Fixed bug 1326457
594
595 2005-10-11 Raphael Neider <rneider AT web.de>
596
597         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
598         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
599
600 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
601
602         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
603         * support/regression/tests/sfr16.c: added test for the sfr32 bug
604
605 2005-10-04 Raphael Neider <rneider AT web.de>
606
607         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
608           device/lib/pic16/pics.all: added pic18f1320
609         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
610
611 2005-09-30 Raphael Neider <rneider AT web.de>
612
613         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
614         * src/pic16/devices.inc: NEW, provides device descriptions
615         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
616
617 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
618
619         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
620           GETHBIT
621
622 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
623
624         * doc/sdccman.lyx: updated Highest Order Bit documentation,
625           documented Any Order Bit, Higher Order Byte and Higher Order Word
626         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
627         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
628           (optimizeGetAbit): new, to get any bit, not only the high bit,
629           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
630           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
631           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
632           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
633             RIGHT_OP: also try GETBYTE, GETWORD optimization,
634             GETABIT, GETBYTE, GETWORD: decorate them,
635           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
636           (ast_print): added GETABIT, GETBYTE, GETWORD
637         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
638         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
639           (geniCodeBinary): new generic binary icode,
640           (ast2iCode): added GETABIT, GETBYTE, GETWORD
641         * src/port.h: updated comment for PORT.hasExtBitOp
642         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
643           (genGetByte): new, to get a single byte,
644           (genGetWord): new, to get a word from a long,
645           (gen51Code): added GETABIT, GETBYTE, GETWORD
646         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
647
648 2005-09-23 Raphael Neider <rneider AT web.de>
649
650         * configure.in, configure: have device/lib/pic configured
651         * device/lib/Makefile.in: added model-pic14
652         * device/lib/clean.mk: added pic/ to clean rule
653         * device/lib/pic: added rudimentary pic14 library providing support
654           functions for multiplication/division/generic pointer access
655         * src/SDCCopt.c (convilong): mark support functions as extern
656           for pic14 port as well
657         * src/pic/gen.c (genMult): added assertions,
658           (genpic14Code): emit warning on unhandled iCodes
659         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
660         * src/pic/pcode.c (pCodeOpCopy),
661         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
662           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
663           SFR_REGISTER}), made safe for future extensions
664         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
665           instructions even if preceeded by SKIP instructions (also remove
666           them); removed unused code
667         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
668           prevents leaving parts of the structure uninitialized after copying
669
670 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
673           ago by me
674         * support/regression/tests/addsub.c: added test for the bug
675
676 2005-09-21 Raphael Neider <rneider AT web.de>
677
678         * device/include/pic16/pic18f1220.h,
679           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
680         * device/lib/pic16/Makefile.rules: added missing opening paren
681         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
682           are provided in genutils.c,
683           (genUminusFloat,genUminus,genCmpEq): added asserts on different
684           operand/result sizes,
685           (genCmp): assert on NULL pointers first, then check deref'ed values
686         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
687           result size
688
689 2005-09-18 Raphael Neider <rneider AT web.de>
690
691         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
692           as these are now unused,
693           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
694         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
695           local, avoids uninitialized pointer dereference on r->name
696         * src/pic16/ralloc.c (newReg): fixed indentation
697
698 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
699
700         * src/SDCCval.c (constVal): fixed bug 730366
701         * support/Util/SDCCerr.c,
702         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
703
704 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
705
706         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
707
708 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
709
710         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
711
712 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
713
714         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
715           (hex2dec): made hex_digit unsigned char, removed ascii dependance
716         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
717           (hex2dec): made hex_digit unsigned char, removed ascii dependance
718         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
719         * packihx/packihx.c (hexDigit): made c unsigned char
720         * as/mcs51/lklibr.c (fndsym),
721         * link/z80/lkgb.c (gb),
722         * link/z80/lklibr.c (fndsym),
723         * link/z80/lkrloc.c (relr),
724         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
725         * src/SDCC.lex (checkCurrFile, process_pragma),
726         * src/SDCCglue.c (spacesToUnderscores),
727         * src/SDCCmain.c (setParseWithComma, processFile),
728         * src/asm.c (tvsprintf, printCLine),
729         * src/avr/gen.c (emitcode, aopPut),
730         * src/ds390/gen.c (emitcode),
731         * src/hc08/gen.c (emitcode, emitinline),
732         * src/mcs51/gen.c (emitcode, genInline),
733         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
734           tokenizeLineNode),
735         * src/pic/ralloc.c (debugLog),
736         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
737           tokenizeLineNode),
738         * src/pic16/ralloc.c (debugLog),
739         * src/z80/main.c (_process_pragma):
740            made all ctype.h function calls safe
741         * src/SDCCopt.c: include math.h for fabs
742         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
743           and used them throughout the code to make ctype.h function calls safe
744         * src/ds390/main.c (asmLineNodeFromLineNode),
745         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
746         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
747            unsigned char*
748         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
749           (newpCodeAsmDir): made ctype.h function calls safe
750         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
751           pic16_emitcode):  made lbp unsigned char*
752         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
753           (pic16_newpCodeAsmDir): made ctype.h function calls safe
754         * src/xa51/gen.c (emitcode),
755         * src/z80/gen.c (_emit2): made lbp unsigned char*
756         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
757            char*
758
759 2005-09-05 Raphael Neider <rneider AT web.de>
760
761         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
762           access bank splitpoint
763
764 2005-09-05 Raphael Neider <rneider AT web.de>
765
766         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
767
768 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
769
770         * .version: changed to version 2.5.3
771         * doc/sdccman.lyx: changed version to 2.5.3,
772           documented --codeseg and --constseg and pragma codeseg and constseg,
773           documented bit parameters (reentrant) and bit returning
774         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
775            currFunc->recvSize, but is this ok for all ports?
776           (ast2iCode): result of ~ on unsigned char must be cast to int for
777            bool to work
778         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
779           function pointers in bit space
780         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
781           (processFuncArgs): call port.reg_parm() with reentrancy info
782         * src/port.h,
783         * src/avr/main.c,
784         * src/ds390/main.c,
785         * src/hc08/main.c,
786         * src/pic/main.c,
787         * src/pic16/main.c,
788         * src/xa51/main.c,
789         * src/z80/main.c: port.reg_parm prototype extended with
790           "bool reentrant" parameter
791         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
792           options.stackAuto for allocating bit register parameters
793         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
794           (genSend): set BitBankUsed if it is,
795           (selectRegBank): factored out of genCall for use in genPcall,
796           (genCall): removed redundant dtype assignmen, use selectRegBank,
797           (genPcall): handle returning in Carry properly, save in F0 if needed,
798           (genReceive): handle bit register parameters
799         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
800           (mcs51_assignRegisters): enable bit registers for all reentrant
801            functions and don't set BitBankUsed unconditionally
802         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
803         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
804         * support/regression/tests/funptrs.c: added tests for BOOL and for return
805
806 2005-08-27 Borut Razem <borut.razem AT siol.net>
807
808         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
809         ppc-osx (Darwin) does not support -u option. It seems that it is
810         supported only on Linux - GNU cp
811
812 2005-08-25 Borut Razem <borut.razem AT siol.net>
813
814         * sim/ucsim/gui.src/serio.src/Makefile.in,
815           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
816           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
817           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
818           install and strip, since the strip at /usr/ccs/bin should be used
819           on solaris
820
821 2005-08-24 Borut Razem <borut.razem AT siol.net>
822
823         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
824
825 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
826
827         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
828         ffffffffu
829
830 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
831
832         * as/mcs51/aslink.h: completed lkrloc.c prototypes
833         * as/mcs51/lkmain.c (link_main): fixed warning
834         * device/include/stdbool.h: ds390 has no advanced bit support yet
835         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
836         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
837         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
838           and updated their macros
839         * src/SDCCval.c (constVal): updated comment for renamed b_long
840
841 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
842
843         * as/mcs51/asdata.c: changed ctype['['] to BINOP
844         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
845           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
846           (oprio): set priority for '['
847         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
848            and adb_24_bit
849         * as/mcs51/asm.h: added defines R_BIT and S_BIT
850         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
851         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
852         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
853           added overlayable BIT_BANK area
854         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
855           (summary2): explain 'T' in legenda
856         * as/mcs51/lkrloc.c: replaced old K&R style,
857           (relr): added R_BIT processing,
858           (errmsg): added "Bit-addressable relocation error",
859           (adb_bit): added for converting from byte- to bit-addressable space,
860           (adb_24_bit): added for converting from byte- to bit-addressable space
861         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
862            used in reentrant functions now even as return value
863         * device/lib/_gptrput.c (_gptrput): removed obsolete code
864         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
865           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
866         * src/SDCCglobl.h: added indicator BitBankUsed
867         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
868            the bit registers b0-b7
869         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
870           (geniCodeCast): fixed bug 1263853,
871           (geniCodeLogicAndOr): put result in bool or char,
872           (geniCodeReceive): added parameter func for accessing the return type,
873           (geniCodeFunctionBody): pass func to geniCodeReceive
874         * src/SDCCmain.c: added indicator BitBankUsed
875         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
876         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
877           (checkSClass): don't put automatic bool/bit on stack,
878           (checkFunction): removed check on function cannot return bit
879         * src/SDCCsymt.h: added newBoolLink prototype
880         * src/mcs51/gen.c (rb1regs): added bit registers,
881           (movc): created for assigning to carry,
882           (pushReg, popReg): created for pushing registers,
883           (sameRegs): check both AOP_REG and AOP_CRY types,
884           (aopOp): handle bit registers,
885           (aopPut): optimization no self-assign,
886           (saveRegisters): push reg->base (bits) only once for bit registers,
887            and use pushReg,
888           (unsaveRegisters): pop reg->base only once and use popReg,
889           (assignResultValue): added parameter func and return in carry for bits,
890           (genIpush): optimization no reload in A if not changed,
891           (genSend): bit parameters in reentrant functions are passed in bit
892            registers by first assigning to bits in B, then save registers and
893            copy B to bits,
894           (genCall): handle returning in Carry properly, save it in F0 if needed,
895           (genPcall): updated assignResultValue call, this is not safe yet for bit
896            returning function !!!
897           (genFunction): don't generate equ's for bit registers and use pushReg,
898           (genEndFunction): take care of bit returning functions and use popReg,
899           (genRet): return bit in Carry,
900           (genIfx): optimize bit registers and other directly addressable bits,
901           (genReceive): updated assignResultValue call
902         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
903           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
904            registers when using stack-auto
905         * src/mcs51/ralloc.c (_G): added allBitregs,
906           (regs8051): added the bit registers,
907           (createStackSpil): use macro IS_BIT,
908           (getRegBit): added to allocate a bit register, else spill,
909           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
910           (updateRegUsage): factored out to ease stepping while debugging,
911           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
912            also allocate bit registers,
913           (fillGaps): handle bit registers,
914           (findAllBitregs): added to create bit vector with all bit registers,
915           (mcs51_allBitregs): returns this bit vector,
916           (mcs51_assignRegisters): when using stack-auto use bit registers for
917            passing parameters and creating local variables
918         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
919
920 2005-08-22 Borut Razem <borut.razem AT siol.net>
921
922         * device/lib/Makefile.in: replaced find option -or with -o
923           to make it run on solaris
924
925 2005-08-22 Raphael Neider <rneider AT web.de>
926
927         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
928           fixes #1265442 (crash on Solaris)
929
930 2005-08-20 Borut Razem <borut.razem AT siol.net>
931
932         * configure, configure.in: added tests for libsocket and libnsl libraries,
933           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
934           from support/regression/Makefile.in
935         * support/regression/Makefile.in: added
936         * device/lib/pic16/Makefile.common.in: force make to use bash shell
937         * sim/ucsim/libtool: regenerated on sparc-solaris
938         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
939           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
940           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
941           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
942           sparc-solaris, which doesn't use GNU ld linker
943         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
944         * as/Makefile: find on sparc-solaris does not support -maxdepth option
945
946 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
947
948         * src/mcs51/peeph.def: updated comments
949
950 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
951
952         * device/lib/_gptrget.c,
953         * device/lib/_gptrput.c: slightly shorter
954         * doc/sdccman.lyx: incremented version
955         * src/mcs51/peeph.def: moved peephole comments to the line of first
956           change to better keep line correlation, reanimated 186.e
957         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
958
959 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
960
961         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
962           David Saxton with quotes around file name.
963
964 2005-08-15 Borut Razem <borut.razem AT siol.net>
965
966         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
967           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
968           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
969           make tests run on x86_64 platform
970
971 2005-08-13 Raphael Neider <rneider AT web.de>
972
973         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
974           as it might be executed DURING a build (parallel make is wonderful)
975
976 2005-08-13 Raphael Neider <rneider AT web.de>
977
978         * device/lib/Makefile.in (port-specific-objects-pic16):
979           revert to cp $(PORT)/bin/*.* $(PORTDIR)
980         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
981           dependency
982         * device/lib/pic16/Makefile.rules: build subdirs before creating
983           the library, removed builddir rule, create $(builddir) early in
984           recurse rule, use empty recurse rule for leaf directories
985         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
986           mkdir errors (race condition), removed duplicate suffix "hex"
987           from clean rules
988         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
989         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
990           prevents mkdir -p from aborting on Alpha
991
992 2005-08-12 Raphael Neider <rneider AT web.de>
993
994         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
995           db-statements in order to allow for arrays of pointers in code
996           sections to be placed without interspersed 0-padding, fixes
997           bug #1256215
998         * (emitStatistics): fixed division by zero for pic18f1220
999         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
1000           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
1001         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
1002         * (pic16_pCodeConstString): keep track of already emitted string
1003           literals to prevent "duplicate definitions of symbol _str_NR"
1004         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
1005           debug message
1006         * device/lib/Makefile.in: ignore failing PIC16 library builds
1007         * device/lib/pic16/Makefile: do not build if gputils are missing
1008         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
1009
1010 2005-08-10 Raphael Neider <rneider AT web.de>
1011
1012         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
1013           my last commit)
1014
1015 2005-08-10 Raphael Neider <rneider AT web.de>
1016
1017         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
1018           Rokas' patch to add the new fixed point type "__fixed16x16"
1019         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
1020           functions for __fixed16x16 arithmetics
1021         * device/lib/pic16: reimplemented the build system to support
1022           a separate build directory, better handling of libio (create
1023           the library in a separate subdir for each architecture) and
1024           easier configuration (centralized in Makefile.common)
1025
1026 2005-08-07 Raphael Neider <rneider AT web.de>
1027
1028         * src/pic16/gen.c (genrshTwo): fixed sign extension
1029         * src/pic16/device.c: added pic18f2320, 4220 and 4320
1030         * device/include/pic16/pic18f2220.h: changed some bit definitions,
1031           added T0CONbits
1032         * device/include/pic16/pic18f4220.h: NEW, header for
1033           pic18f4220 and pic18f4320
1034         * device/include/pic16/pic18fregs.h: added new devices,
1035           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
1036         * device/include/pic16/signal.h: resolved name clashes
1037           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
1038           to also allow testing for interrupt enable bits, added
1039           comments on how to use the macros
1040         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
1041         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
1042           register definitions for the devices
1043         * device/lib/pic16/pics.all: added new devices
1044         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
1045           allocated memory
1046         * device/lib/pic16/libc/stdlib/memfree: do not count
1047           the block header as free memory
1048         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
1049           simplified and added missing end-of-blocklist-marker
1050           (reported by Peter Onion, fixes #1252814)
1051         * (_mergeHeapBlock): fixed loop condition
1052         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
1053           len==0, restructured code
1054         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
1055           up a bit, reduced bitfield accesses, prevent endless loops
1056           in case of heap corruption
1057         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
1058           "unreferenced arguments/must return a value" warnings
1059         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
1060           replaced BAUDREG with SPBRG
1061         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
1062           device/lib/pic16/debug/gstack/gstack.c: replaced
1063           _naked, _asm, _endasm with __naked, __asm, __endasm
1064
1065 2005-08-05 Raphael Neider <rneider AT web.de>
1066
1067         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
1068           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
1069
1070 2005-08-05 Borut Razem <borut.razem AT siol.net>
1071
1072         * device/lib/Makefile.in: added missing ';'
1073         * configure: removed ^M characters
1074
1075 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1076
1077         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
1078           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
1079           License
1080
1081 2005-08-04 Borut Razem <borut.razem AT siol.net>
1082
1083         * configure.in: pic16 libraries build 2nd try - enable running
1084           configure in device/lib/pic16
1085         * configure: regenerated from configure.in
1086         * device/lib/Makefile.in: create $(PORT)/bin directory
1087
1088 2005-08-03 Raphael Neider <rneider AT web.de>
1089
1090         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
1091           to get/set values via pointers
1092         * (genUnpackBits,genPackBits): changed detection of
1093           ptr->bitfield vs. sym.bitfield, fixed access via generic
1094           pointers, removed dead (wrong) code for multibyte bitfields
1095         * (genNearPointerGet, genGenPointerGet): removed useless code,
1096           fixed bitfield detection, fixes #1250594
1097         * (genNearPointerSet): removed useless code
1098         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
1099           and introduced macro pic16_emitpcode that conditionally emits
1100           the origin of the following pCode (useful for debugging SDCC)
1101         * src/pic16/pcode.c: changed (and disabled) some debug outputs
1102         * (createDefmap): fixed handling of LFSR for --optimize-df
1103
1104 2005-08-02 Borut Razem <borut.razem AT siol.net>
1105
1106         * device/lib/Makefile.in: pic16 libraries build enabled since
1107           gputils-0.13.2 are now localy installed at sourceforge's compile farm
1108
1109 2005-08-02 Raphael Neider <rneider AT web.de>
1110
1111         * src/pic16/gen.c (genPackBits): removed deprecated warning
1112         * (genGenPointerSet): fixed bitfield detection
1113
1114 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1115
1116         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
1117
1118 2005-07-31 Raphael Neider <rneider AT web.de>
1119
1120         * device/lib/pic16/libdev/pic18f458.c,
1121           device/include/pic16/pic18f458.h: added missing T0CONbits
1122
1123 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1124
1125         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
1126
1127 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
1128
1129         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
1130
1131 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1132
1133         * device/include/mcs51/at89c51ed2.h: added.
1134
1135 2005-07-23 Raphael Neider <rneider AT web.de>
1136
1137         * src/pic/gen.h: added emitpcode macro for debugging
1138         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
1139           and replace by macro adding debug information on demand
1140         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
1141         * (gencjne): tried to fix; replaced with correct (slower) code
1142         * (gen{Unp,P}ackBits): fixed single bit access
1143         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
1144         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
1145           previous instruction
1146         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
1147           register has to be handled with care (forbidding movement
1148           of assignments/uses, removing assignments completely, ...)
1149         * (pCodeOptime2pCodes): make use of regIsSpecial
1150         * added lots of debugging output (commented out)
1151         * src/pic/rallloc.c (deassignLRs): prevent operand registers
1152           from being reused as result UNLESS it is known to work
1153
1154 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1155
1156         * support/Util/dbuf.h: include <stddef.h> for size_t
1157         * .version: changed to version 2.5.2
1158
1159 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1160
1161         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
1162
1163 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1164
1165         * src/hc08/gen.c (genMinus): fixed bug #1241835,
1166           (genModOneByte): removed needless psha/pula
1167
1168 2005-07-22 Raphael Neider <rneider AT web.de>
1169
1170         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
1171           have PIC14 handled like PIC16, fixes broken pic14 linker calls
1172         * src/pic/gen.c (resolveIfx): do not "invent" labels
1173         * (genSkipc): changed to positive logic
1174         * (genSkipCond): removed as no longer needed
1175         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
1176           backport from PIC16
1177         * (genLeftShift): check operands are in different registers
1178         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
1179           INCF does not update CARRY...
1180         * src/pic/main.c: fixed _linkCmd
1181         * src/pic/pcode.c (unlinkpCode): added inactive code
1182         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
1183           alive (do not assign result and operand overlapping registers)
1184
1185 2005-07-22 Raphael Neider <rneider AT web.de>
1186
1187         * src/pic/device.c (dump_sfr): replaced register declaration with
1188           call to emitSymbolToFile() to avoid duplicate symbols
1189         * (assignRelocatableRegisters): do not declare external symbols
1190         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
1191           right (take size of type, not etype)
1192         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
1193         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
1194         * (packRegsForAccUse): disabled assignment of WREG as
1195           the result reg to prevent occurence of just fixed #1235003,
1196           fixes #1242954
1197         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1198           symbols (avoids duplicate symbols in .asm file)
1199         * (pic14emitRegularMap): use emitSymbolToFile()
1200         * src/pic/gen.c (aopOp): fixed spillLocation handling
1201         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1202         * (genDataPointerSet): removed unneccessary variables/output
1203
1204 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1205
1206         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1207         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1208
1209 2005-07-21 Raphael Neider <rneider AT web.de>
1210
1211         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1212           architecture cannot handle them efficiently, fixes bug #1235003
1213         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1214           check for empty sets before using them (fixes bug #1232190)
1215
1216 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1217
1218         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1219           (lnksect2): generate warnings for memory overlap
1220         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1221           constseg to set the name of these segments so you can instruct the linker
1222           to place them in banks
1223         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1224         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1225           added code_seg and const_seg to options
1226         * src/SDCCglue.c (emitMaps): use options.const_seg,
1227           (createInterruptVect): put interrupt vectors in segment HOME,
1228           (glue): put HOME before static segment and put the main glue in HOME,
1229           (glue): use options.code_seg
1230         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1231         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1232           these segments so you can instruct the linker to place them in banks
1233           (linkEdit): use code_loc for HOME segment which should be the first
1234           segment in code memory now
1235         * src/SDCCmem.c: fixed more stuff like bug 1238386
1236         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1237           (changePointer): don't change function pointers to code pointers for
1238           banked functions,
1239           (compareType): added exceptional check for banked function pointers
1240         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1241         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1242           after static in code memory
1243         * src/mcs51/gen.c: added aopLiteralLong prototype,
1244           (aopForSym): use getSize for functions,
1245           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1246           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1247           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1248           the segment,
1249           (genPcall): use call for literal function pointers and generate banked
1250           calls over the one trampoline so there's only one place for the user to
1251           modify according to his/hers hardware,
1252           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1253           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1254         * src/mcs51/main.c: added keyword banked,
1255           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1256         * support/Util/SDCCerr.c,
1257         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1258           needed for passing the bank and address to the trampoline
1259         * device/lib/mcs51/crtbank.asm: added for bankswitching
1260         * device/lib/mcs51/Makefile: added crtbank
1261
1262 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1263
1264         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1265           for fields at offset 0 of a struct or union as reported
1266           on 2005-07-07 in the developer mailing list.
1267
1268 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1269
1270         * src/SDCCmem.c: fixed bug 1238386
1271
1272 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1273
1274         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1275           (patch #1144962), added peephole 300, enabled 259.x
1276         * doc/sdccman.lyx: removed screenshot and provided link instead
1277
1278 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1279
1280         * doc/sdccman.lyx: added section about debugging with ddd
1281         * doc/figures/ddd_example.eps: screenshot of debugging session
1282
1283 2005-07-04 Raphael Neider <rneider AT web.de>
1284
1285         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1286           like CODE pointers, fixes #1115683
1287         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1288           call, fixes bugs #1232211, #1228110,
1289           fixed wrong casts to pCodeFlow from pCodeInstructions
1290
1291 2005-07-04 Raphael Neider <rneider AT web.de>
1292
1293         * src/pic/gen.c (popGet): changed assert to allow for
1294           bit operands
1295         * (popGetAddr): changed signature to provide
1296           an additional index, patched all call sites
1297         * (genCmpEq): handle literal-like operands correctly
1298         * (genAddrOf): added sanity checks on __code/__data pointers
1299         * (genAssign): added handling of symbols from __code section
1300         * (gencjne): do not generate code for comparisons whose result
1301           is neither stored nor used, fixes bug #1171114
1302         * (AccLsh, AccRsh): operate on operand instead of WREG
1303         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1304           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1305           by known count
1306         * rewrote complete shift-by-literal logic, commented unused
1307           functions out
1308         * (genConstPointerGet): get multiple bytes (if result size > 1),
1309           fixed handling of non-immediate addresses
1310         * (genPointerGet): handle CODE pointers like CONST pointers
1311         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1312         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1313           operand is to be treated as a literal or not
1314         * (mov2w,genPcall,genCmpEq),
1315           src/pic/genarith.c: use aop_isLitLike() to decide between
1316           literal/register contents
1317         * (addSign): added missing offset
1318         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1319           only emit comment in debug-mode,
1320           use {aop,op}_isLitLike throughout the file
1321         * src/pic/glue.c: fix initializers for pointers (work in progress)
1322         * src/pic/pcode.c (get_op): honor index on _const symbols
1323         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1324         * (dumppBlock): added pCode size estimation
1325         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1326           check for IS_SYMOP before OP_SYMBOL'ing
1327         * fixed indentation, compacted switch-statements
1328         * (allocReg): find free register and allocate it instead of
1329           allocating new registers all the time
1330         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1331           registers as its operands (necessary only for multibyte GETs)
1332
1333 2005-07-01 Raphael Neider <rneider AT web.de>
1334
1335         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1336           debugging .asm-output macros FENTRY + FEXIT
1337         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1338           way... I wonder...
1339         * (emitpComment): NEW, printf to pCode
1340         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1341           offset handling
1342         * (popGetAddr): NEW, variant of popGet to access an immediates
1343           high(er) bytes instead of the n'th byte of memory they reference,
1344           replaced popGet with popGetAddr where neccessary
1345         * (genDataPointerGet): reactivated and fixed implementation
1346         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1347           accesses
1348         * (genDataPointerSet): fixed multibyte assignments
1349         * (genpic14Code): fixed --i-code-in-asm handling
1350         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1351         * (genPlus): fixed index-out-of-bounds error
1352         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1353         * src/pic/ralloc.c: added debugging output macro FENTRY2
1354         * (spillThis): fixed indentation, enbraced for-body for clarity
1355         * (rematStr): commented out as now unused
1356         * (regTypeNum): commented out special spill case (overwrites
1357           arbitrary values)
1358         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1359
1360 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * doc/sdccman.lyx: documented sfr16/sfr32,
1363           added example for using storage class with function pointers
1364         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1365
1366 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1367
1368         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1369         * device/lib/_itoa.c,
1370         * device/lib/_ltoa.c: optimized codesize
1371         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1372           but don't know how to suppress the double warning.
1373         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1374         * support/Util/SDCCerr.c,
1375         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1376
1377 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1378
1379         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1380           fixed old K&R prototypes
1381         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1382         * device/lib/_gptrget.c,
1383         * device/lib/_gptrgetc.c,
1384         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1385           also new versions for small generic pointers and banked generic pointers
1386         * src/port.h: added const_name
1387         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1388         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1389         * src/SDCCcse.c (findPrevIc): check all associative operators
1390         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1391         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1392         * src/SDCCmem.c: updated comments,
1393           set far-space to 0 for pdata, results in optimized code
1394         * src/SDCCmem.h: added macro CONST_NAME
1395         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1396           moving the info into the highest bits, see also gptrget/gptrput
1397         * src/src.dsp: added sdcc.ico to project files
1398         * src/avr/gen.c (genCast): fixed bug 0x%d
1399         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1400         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1401           relation between ptr_type and DCL_TYPE,
1402           (genCast): fixed bug 0x%d
1403         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1404           (CODE)" for const_name
1405         * src/hc08/gen.c (genCast): fixed bug 0x%d
1406         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1407           (hc08_port): added "CONST (CODE)" for const_name
1408         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1409           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1410           between ptr_type and DCL_TYPE,
1411           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1412           operand* and took AOP() inside function so sfr-ness can be checked,
1413           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1414           new prototype,
1415           (genFunction, genEndFunction): optimized stack setup,
1416           (genMinus): optimized for literals with ending zeroes (in bytes),
1417           (genCast): fixed bug 0x%d
1418         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1419           (mcs51_port): added "CONST (CODE)" for const_name
1420         * src/mcs51/peeph.def: made rule 226 more generic
1421         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1422         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1423         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1424         * src/z80/main.c (z80_port): added NULL for const_name,
1425           (gbz80_port): added NULL for const_name
1426         * support/regression/tests/bug663539.c,
1427         * support/regression/tests/sfr16.c: new tests
1428
1429 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1430
1431         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1432
1433 2005-06-24 Raphael Neider <rneider AT web.de>
1434
1435         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1436           corrected typos...
1437         * device/include/pic16/signal.h: added USBIF
1438           and SIG_USB
1439
1440 2005-06-24 Raphael Neider <rneider AT web.de>
1441
1442         * device/lib/pic16/libdev/pic18f2455.c,
1443           device/include/pic16/pic18f2455.h: NEW
1444         * device/include/pic16/pic18fregs.h,
1445           device/lib/pic16/pics.all,
1446           src/pic16/device.c: added 18f2455
1447         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1448           device/include/pic16/{pic18f[68][567].h,usart.h}:
1449           replaced MULTIPLE_USARTS define with more relaible
1450           compatibility sfrs (for USART access)
1451
1452 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1453
1454         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1455           and the output asm file line is printed on two lines.
1456
1457 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1458
1459         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1460           BGT, BLE, BHI, and BLS instructions
1461         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1462           genCmpEq): removed
1463         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1464           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1465           fixes bug #1216342
1466         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1467
1468 2005-06-15 Raphael Neider <rneider AT web.de>
1469
1470         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1471         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1472         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1473           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1474           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1475
1476 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1477
1478         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1479           Marcel Telka in bug #1215704
1480
1481 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1482
1483         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1484           located in shared memory bank.
1485
1486 2005-05-31 Raphael Neider <rneider AT web.de>
1487
1488         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1489           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1490           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1491
1492 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1493
1494         * device/lib/_strncpy.c: fixed the fix
1495
1496 2005-05-26 Raphael Neider <rneider AT web.de>
1497
1498         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1499           initializers with \0, bug #1208187
1500         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1501           intializers with \0, bug #1208187
1502
1503 2005-05-26 Raphael Neider <rneider AT web.de>
1504
1505         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1506           initializers with \0, bug #1208187
1507         * src/pic16/main.c (_process_pragma): added sanity checks
1508           for stack position and size, emit warnings when appropriate
1509
1510 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1511
1512         * device/lib/_strncpy.c: fixed not filling with \0
1513
1514 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1515
1516         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1517           createFunction),
1518         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1519           compound_statement),
1520         * src/SDCCsymt.h,
1521         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1522
1523 2005-05-24 Raphael Neider <rneider AT web.de>
1524
1525         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1526
1527 2005-05-24 Raphael Neider <rneider AT web.de>
1528
1529         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1530           TRISE definitions, closes bug #1162453
1531
1532 2005-05-22 Raphael Neider <rneider AT web.de>
1533
1534         * src/pic16/main.c (_process_pragma): check for missing
1535           arguments to pragmas code and udata
1536         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1537           consistency fixes to match other headers (thanks to Jim Paris)
1538         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1539
1540 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1541
1542         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1543
1544 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1545
1546         * support/regression/tests/bug1198642.c: new test
1547         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1548         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1549         * support/scripts/resource.h,
1550         * support/scripts/resource.rc,
1551         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1552         * support/scripts/sdcc.ico: added 32x32 icon
1553
1554 2005-05-18 Raphael Neider <rneider AT web.de>
1555
1556         * device/lib/pic16/libdev/pic18f*.c,
1557         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1558           keywords to "__sfr" and "__at (X)"
1559         * device/include/pic16/pic18fregs.h: added pic18f4520
1560         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1561           #1203088 (MPLAB compatibility)
1562
1563 2005-05-17 Raphael Neider <rneider AT web.de>
1564
1565         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1566         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1567         * device/lib/pic16/pics.all: added new devices
1568         * src/pic16/device.c: added support for pic18f4520
1569
1570 2005-05-16 Raphael Neider <rneider AT web.de>
1571         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1572         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1573         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1574           convenience function for bit access
1575
1576 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1577
1578         * device/lib/printf_large.c: fixed bug 1193299
1579         * support/regression/tests/bug1057979.c: added test %3.3s
1580
1581 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1582
1583         * device/include/mcs51/8051.h,
1584         * device/include/mcs51/8052.h: made parseable with lint
1585         * device/include/mcs51/lint.h: added include file for (sp)lint
1586         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1587         * doc/cdbfileformat.lyx,
1588         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1589
1590 2005-05-14 Raphael Neider <rneider AT web.de>
1591
1592         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1593         * device/lib/pic16/libc/stdlib/itoa.c (new)
1594         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1595         * device/lib/pic16/libio/Makefile: exclude subdir according to
1596           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1597         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1598         * src/pic16/gen.c (genFunction): prevent annoying warning
1599         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1600           nameclashes on BeOS
1601         * support/cpp2/cppmain.c (cpp_output_string): new
1602         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1603           fixes bug 1116802
1604
1605 2005-05-13 Borut Razem <borut.razem AT siol.net>
1606
1607         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1608
1609 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1610
1611         * .version: changed to version 2.5.1; back to bleeding edge development
1612
1613 2005-05-11 Borut Razem <borut.razem AT siol.net>
1614
1615         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1616           generate PDF version 1.3 documents
1617
1618 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1619
1620         * .version: changed to version 2.5.0
1621
1622 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1623
1624         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1625
1626 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1627
1628         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1629         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1630         well as many smaller updates.
1631         * .version: changed to version 2.5.0-pre1
1632
1633 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1634
1635         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1636
1637 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1638
1639         * support/regression/tests/bug1185672.c: added
1640         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1641           bug 1185672
1642         * src/mcs51/gen.c (genCall): added comments, made it look safer
1643         * src/mcs51/gen.c (genEndFunction): simplified
1644
1645 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1646
1647         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1648
1649 2005-04-14 Borut Razem <borut.razem AT siol.net>
1650
1651         * fixed bug 1045046 - SIGSEGV with really simple code?:
1652           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1653           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1654
1655 2005-04-14 Borut Razem <borut.razem AT siol.net>
1656
1657         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1658           src/pic16/device.h: temporarily disabled experimental #inline pragma
1659           for 2.5.0 release
1660
1661 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1662
1663         * device/include/z80/stdio.h,
1664         * device/include/z80/string.h: removed these highly incomplete files so
1665           SDCC can use the default ones in device/include/
1666
1667 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1668
1669         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1670         gcc warning.
1671         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1672         fix sdcpp warnings.
1673
1674 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1675
1676         * device/include/malloc.h: removed redundant __reentrant prototypes
1677         * device/lib/_mullong.c: added working xstack variant in asm (C version
1678           doesn't pass regression tests)
1679         * device/lib/bpx.c: used __data and made bpx char for mcs51
1680         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1681           (createFunction): fixed bug with xstackPtr
1682         * src/SDCCcse.c: corrected comments
1683         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1684           (killDeadCode, eBBlockFromiCode): removed unused code
1685         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1686           corrected comments
1687         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1688           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1689           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1690           (genModOneByte): fixed warning in MSVC
1691         * src/mcs51/main.c (): added comments
1692         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1693
1694 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1695
1696         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1697
1698 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1699
1700         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1701
1702 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1703
1704         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1705         characters arrays of larger size than the declared one.
1706
1707 2005-04-10 Borut Razem <borut.razem AT siol.net>
1708
1709         * src/pic/gen.c (genInline),
1710           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1711           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1712           (findNextInstruction), (findPrevInstruction),
1713           (findInstructionUsingLabel),
1714           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1715         * src/pic/pcode.c (findLabel): added missing '\n'
1716         * src/src.dsp: added SDCCdwarf2.c to the project
1717
1718 2005-04-09 Borut Razem <borut.razem AT siol.net>
1719
1720         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1721
1722 2005-04-08 Raphael Neider <rneider AT web.de>
1723
1724         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1725           into the chain after a given one) and mergeDefmapSymbols (combine
1726           defmap entries for each symbol per pcode)
1727         * (createDefmap): have defmap entries merged in the end
1728         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1729           a symbol before replacing one access type's symbol, merge symbols in
1730           the end (replacement symbol might already have an entry)
1731         * (assignValnums): keep reference to written WREG intact
1732
1733 2005-04-08 Raphael Neider <rneider AT web.de>
1734
1735         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1736           Alpha)
1737
1738 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1739
1740         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1741         bytes
1742
1743 2005-04-07 Raphael Neider <rneider AT web.de>
1744
1745         * device/include/pic16/usart.h: added compatibility defines for
1746           devices with more than one USART
1747         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1748
1749 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1750
1751         * device/lib/Makefile.in: updated for port specific include
1752
1753 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1754
1755         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1756
1757 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1758
1759         * device/include/8051.h,
1760         * device/include/8052.h,
1761         * device/include/at89S8252.h,
1762         * device/include/at89c55.h,
1763         * device/include/at89x051.h,
1764         * device/include/at89x51.h,
1765         * device/include/at89x52.h,
1766         * device/include/mcs51reg.h,
1767         * device/include/reg51.h,
1768         * device/include/reg764.h,
1769         * device/include/regc515c.h,
1770         * device/include/sab80515.h: (re)moved these 12 files
1771         * device/include/mcs51/8051.h,
1772         * device/include/mcs51/8052.h,
1773         * device/include/mcs51/at89S8252.h,
1774         * device/include/mcs51/at89c55.h,
1775         * device/include/mcs51/at89x051.h,
1776         * device/include/mcs51/at89x51.h,
1777         * device/include/mcs51/at89x52.h,
1778         * device/include/mcs51/mcs51reg.h,
1779         * device/include/mcs51/reg51.h,
1780         * device/include/mcs51/reg764.h,
1781         * device/include/mcs51/regc515c.h,
1782         * device/include/mcs51/sab80515.h: and added them here
1783
1784 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1785
1786         * device/include/stdarg.h: changed SDCC specific keywords to double
1787           underlined form.
1788         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1789           mcs51 and ds390.
1790         * device/include/hc08/mc68hc908gp32.h,
1791         * device/include/hc08/mc68hc908jb8.h,
1792         * device/include/hc08/mc68hc908jkjl.h,
1793         * device/include/hc08/mc68hc908qy.h: fixed comments
1794         * device/include/mcs51/README: updated
1795         * device/include/mcs51/c8051f120.h: added PINRSF
1796         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1797         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1798           amidst code. Also inline is not supported.
1799
1800 2005-04-06 Raphael Neider <rneider AT web.de>
1801
1802         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1803         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1804           callers stack/frame pointers
1805
1806 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1807
1808         * device/include/pic16/usart.h: added, missing in previous commit,
1809         * device/include/pic16/adc.h: fixed typo,
1810         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1811         commit,
1812         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1813         <p18fxxx.inc>
1814         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1815         uninitialized because a bug appears with gplink
1816         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1817         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1818         complains for unrecognised option
1819
1820 2005-04-05 Raphael Neider <rneider AT web.de>
1821
1822         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1823           structs as well (using memcpy)
1824         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1825           on ISRs (GOTO has no label)
1826         * src/pic16/device.h: added OF_OPTIMIZE_DF
1827         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1828           new data flow analysis/optimization
1829         * src/pic16/pcode.c: added (prototypes for and implementation of)
1830           dataflow analysis functions, fixed pCodeInstructions' inCond and
1831           outCond values, made RCALL a branch instruction
1832         * (pic16_unlinkpCode): keep C line if possible
1833         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1834           C line moved if possible
1835         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1836         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1837           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1838         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1839           new flow)
1840         * (pic16_getJumptabpCode): NEW, needed in...
1841         * (LinkFlow): fixed handling of jumptables, calls and conditional
1842           branches
1843         * (pic16_InsertCommentAfter): NEW
1844         * (pic16_pCodeReplace): made verbose and flow preserving
1845         * (AnalyzeFlow): added call to data flow analysis
1846         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1847         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1848         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1849
1850 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1851
1852         * src/SDCCast.c (decorateType): fixed bug #1105626
1853
1854 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1855
1856         * device/include/asm/pic16/features.h,
1857         * pic18f*.h headers,
1858         * device/include/pic16/adc.h,
1859         * device/include/pic16/delay.h,
1860         * device/include/pic16/i2c.h,
1861         * device/include/pic16/malloc.h,
1862         * device/include/pic16/stdio.h,
1863         * device/include/pic16/stdlib.h,
1864         * device/include/pic16/string.h,
1865         * device/lib/pic16/libc/stdio/printf_tiny.c,
1866         * device/lib/pic16/libc/stdio/printf_small.c,
1867         * device/lib/pic16/libc/stdio/strmgpsim.c,
1868         * device/lib/pic16/libc/stdio/strmmssp.c,
1869         * device/lib/pic16/libc/stdio/strmusart.c,
1870         * device/lib/pic16/libc/stdio/vfprintf.c,
1871         * device/lib/pic16/libc/stdlib/ltoa.c,
1872         * device/lib/pic16/libc/stdlib/putchar.c,
1873         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1874         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1875         * device/lib/pic16/libc/stdlib/memchrram.c,
1876         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1877         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1878         * device/lib/pic16/libio/adc/adcbusy.c,
1879         * device/lib/pic16/libio/adc/adcread.c,
1880         * device/lib/pic16/libio/adc/adcsetch.c,
1881         * device/lib/pic16/libio/usart/ubaud.c,
1882         * device/lib/pic16/libio/usart/ubusy.c,
1883         * device/lib/pic16/libio/usart/udrdy.c,
1884         * device/lib/pic16/libio/usart/uopen.c,
1885         * device/lib/pic16/libio/usart/uputc.c,
1886         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1887         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1888         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1889         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1890         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1891         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1892         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1893         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1894         specific keywords to double underlined form,
1895         * device/lib/pic16/libc/Makefile.rules,
1896         * device/lib/pic16/libsdcc/Makefile.rules,
1897         * device/lib/pic16/libm/Makefile,
1898         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1899         to compile with C standard set in Makefile.common
1900         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1901         rand.c and crc.c in compilation process,
1902         * device/lib/pic16/libsdcc/int/divuint.c,
1903         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1904         `c' from signed to unsigned,
1905         * device/lib/pic16/startup/crt0.c,
1906         * device/lib/pic16/startup/crt0i.c,
1907         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1908         keywords to double underlined form, bug fixes in _do_cinit function
1909         which prevented the correct initialization of the .idata segment,
1910         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1911         core to enter a infinite loop
1912         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1913
1914 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1915
1916         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1917
1918 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1919
1920         * device/include/Makefile.in: add support for hc08 subdirectory
1921         * device/include/hc08/: new subdirectory
1922         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1923         Lucas Loizaga, thanks!
1924         * device/include/hc08/mc68hc908qy.h,
1925         * device/include/hc08/mc68hc908gp32.h,
1926         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1927         their own directory. Changed internal macro names to use the compiler
1928         reserved namespace. Changed SDCC specific keywords to double
1929         underlined form.
1930         * device/include/math.h,
1931         * device/include/malloc.h,
1932         * device/include/stdarg.h,
1933         * device/include/stdbool.h
1934         * device/include/string.h,
1935         * device/include/tinibios.h,
1936         * device/include/ds400rom.h,
1937         * device/include/8051.h,
1938         * device/include/8052.h,
1939         * device/include/80c51xa.h,
1940         * device/include/at89c55.h,
1941         * device/include/at89S8252.h,
1942         * device/include/at89x51.h,
1943         * device/include/at89x52.h,
1944         * device/include/ds80c390.h,
1945         * device/include/reg764.h,
1946         * device/include/regc515c.h,
1947         * device/include/sab80515.h,
1948         * device/include/mcs51/c8051f000.h,
1949         * device/include/mcs51/c8051f018.h,
1950         * device/include/mcs51/c8051f020.h,
1951         * device/include/mcs51/c8051f040.h,
1952         * device/include/mcs51/c8051f060.h,
1953         * device/include/mcs51/c8051f120.h,
1954         * device/include/mcs51/c8051f300.h,
1955         * device/include/mcs51/c8051f310.h,
1956         * device/include/mcs51/c8051f320.h,
1957         * device/include/mcs51/c8051f330.h,
1958         * device/include/mcs51/c8051f350.h,
1959         * device/include/z180.h: Changed SDCC specific keywords to double
1960         underlined form.
1961
1962 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1963
1964         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1965         18F4455,
1966         * (pic16_assignConfigWordValue): disable testing of configuration
1967         register value with config mask,
1968         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1969         function with port->fun_prefix,
1970         * (genFunction): when generating a naked interrupt function never
1971         create an absolute segment placed in interrupt vector address, place
1972         the actual interrupt function at IVA instead, when an interrupt
1973         function is generated with unspecified interrupt then do not create
1974         the absolute section,
1975         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1976         code for generating a call to generic pointer get/put function with
1977         a call to function pic16_callGenericPointer(),
1978         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1979         the call to the generic pointer get/put functions with prefixing the
1980         function name with port->fun_prefix,
1981         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1982         * src/pic16/main.c (_process_pragma): prefix function with
1983         port->fun_prefix,
1984         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1985         calling assembler, old 18Fxxxx macro is deprecated,
1986         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1987         PC_ASMDIR in while condition,
1988         * (findInstruction): add PC_ASMDIR in while condition,
1989         * (buildCallTree): prefix main with port->fun_prefix,
1990         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1991         identifier for variable with banked access in instructions BTFSS,
1992         BTFSC, BCF, BSF, BTG
1993         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1994         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1995         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1996         perform optimization when enviroment variable NO_REG_OPT is set,
1997         * (insideLRBlock): NEW, return 1 if register is inside an
1998         INF_LOCALREGS block,
1999         * (RemoveRegFromLRBlock): remove a register that is completely
2000         eliminated by register optimization, but it is still left in local
2001         register store/restore in/from stack block,
2002         * (Remove2pcodes): after removing register, check to see if it
2003         should be removed from local register store/restore in/from stack
2004         block,
2005         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
2006         DUMMY_READ_VOLATILE,
2007
2008         * device/include/pic16/adc.h: minor prototype modifications and
2009         update,
2010         * device/include/pic16/malloc.h: added GPL notice various
2011         modifications,
2012         * device/include/pic16/stdint.h: NEW, standard header for ints
2013         * device/include/pic16/delay.h: NEW, header for delay functions,
2014         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
2015         delay1mtcy,
2016         * device/include/pic16/signal.h: NEW, header providing helper macros
2017         for implementing signal handlers,
2018         * device/include/pic16/stdio.h: added prototypes for functions,
2019         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
2020         prototypes for stdin and stdout, added macro PUTCHAR to
2021         automatically implement putchar function prototype,
2022         * device/include/pic16/usart.h: modified and updated USART library,
2023         * device/lib/pic16/libio/adc/,
2024         * device/lib/pic16/libio/i2c: some modifications to improve library
2025         performance,
2026         * device/lib/pic16/libc/stdio/: modifications for the new printf*
2027         family of functions,
2028         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
2029         family of functions and other sources,
2030         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
2031         of the PIC18Fxx[28] devices,
2032         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
2033         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
2034         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
2035         _do_cinit function, because the previous failed when local variables
2036         where not placed in the same memory bank,
2037         * device/lib/pic16/libsdcc/char/: various modifications to improve
2038         library performance,
2039         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
2040         information on the new functions of the c library and more...
2041
2042 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2043
2044         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
2045
2046 2005-03-26 Raphael Neider <rneider AT web.de>
2047
2048         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
2049           if condition == CARRY)
2050         * (genCmp): adapted to new genSkipc semantics
2051         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
2052           on rIfx (genCmp was broken)
2053
2054 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2055
2056         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
2057         * src/z80/main.c (_keywords[]),
2058         * src/SDCCglobal.h (struct options),
2059         * src/SDCC.y,
2060         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
2061         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
2062         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
2063         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
2064         always available in leading double underscore form. The C99 support is
2065         mostly missing, but it's a start.
2066         * support/regression/tests/bug-227710.c: fixed nonconforming use of
2067         reserved identifier "__data".
2068
2069 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2070
2071         * src/mcs51/peeph.def: fixed bug 1170013
2072
2073 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
2074
2075         * device/include/mcs51reg.h: fixed bug 842007
2076
2077 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2078
2079         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
2080         last time.
2081
2082 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2083
2084         * src/port.h (struct PORT),
2085         * src/avr/ralloc.c (avr_assignRegisters),
2086         * src/avr/main.c,
2087         * src/ds390/ralloc.c (ds390_assignRegisters),
2088         * src/ds390/main.c,
2089         * src/hc08/ralloc.c (hc08_assignRegisters),
2090         * src/hc08/main.c,
2091         * src/mcs51/ralloc.c (mcs51_assignRegisters),
2092         * src/mcs51/main.c,
2093         * src/pic/ralloc.c (pic14_assignRegisters),
2094         * src/pic/main.c,
2095         * src/pic16/ralloc.c (pic16_assignRegisters),
2096         * src/pic16/main.c,
2097         * src/xa51/ralloc.c (xa51_assignRegisters),
2098         * src/xa51/main.c,
2099         * src/z80/ralloc.c (z80_assignRegisters),
2100         * src/z80/ralloc.h,
2101         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
2102         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
2103         * src/SDCCcse.h,
2104         * src/SDCCdflow.c (computeDataFlow),
2105         * src/SDCCdflow.h,
2106         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
2107         * src/SDCCloop.h,
2108         * src/SDCCcflow.c (*),
2109         * src/SDCCcflow.h,
2110         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
2111         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
2112         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
2113         immedDom() returning wrong block; probably fixes bug #1160833)
2114
2115 2005-03-20 Borut Razem <borut.razem AT siol.net>
2116
2117         * support/scripts/inc2h.pl: WIN32 port
2118
2119 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2120
2121         * device/lib/makefile.in: added abs.c and labs.c
2122
2123 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
2124
2125         * device/include/stdint.h: added
2126         * device/lib/abs.c: added
2127         * device/lib/labs.c: added
2128         * device/include/stdlib.h: added abs() and labs() prototypes
2129         * device/lib/libsdcc.lib: added abs and labs
2130         * device/include/float.h,
2131         * device/lib/_fsmul.c,
2132         * device/lib/printf_fast.c,
2133         * device/lib/printf_tiny.c: updated comments
2134
2135 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2136
2137         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
2138         bug #1164313
2139
2140 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2141
2142         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
2143         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
2144
2145 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
2146
2147         * device/lib/printf_large.c: removed inline assembly for portability and
2148           readability. Use printf_fast if speed or size are more important.
2149         * src/pic16/gen.c: removed conditions around use of DEBUGpc
2150         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
2151
2152 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
2153
2154         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
2155         prevent compiler warning
2156
2157 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2158
2159         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
2160         moved to level 0 and declared as static. Also they are explicit
2161         placed in access bank. This was necessery because some times they
2162         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
2163         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
2164         optimizations. Currently only compare to unsigned char is implemented,
2165         * src/pic16/gen.c: added fReturnIdx array,
2166         * (struct resolvedIfx) is moved to gen.h and made public,
2167         * (struct _G): added sregsAlloc and sregsAllocSet fields,
2168         * (aopForSym): added an optimization to directly store in stack of
2169         the operand of a SEND iCode,
2170         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
2171         but as registers instead (AOP_REG) using the fReturnIdx array,
2172         * (pic16_freeAsmop): remove the freed register from the
2173         _G.sregsAlloc field,
2174         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
2175         a compare of 'WREG',
2176         * (pic16_popGetTempRegCond): changed function prototype, now
2177         function takes also a bitVector argument v which holds the current
2178         set of registers that are allocated for stack access by aopForSym,
2179         registers allocated in aopForSym for accessing stack symbols are not
2180         any more part of the functions usedRegs field,
2181         * (genCall): some times aopOp is called for a stack variable to be
2182         send, aopForSym might perform the push, if this is true make sure
2183         that genCall doesn't push the variable twice by testing _G.resDirect,
2184         * (genFunction): changed testing for unspecified interrupt number
2185         from 256 to INTNO_UNSPEC,
2186         * modified selection scheme of frame pointer generation. Previously
2187         if function did use local registers a frame pointer was generated,
2188         now a frame pointer is generated only if function has arguments
2189         (that need PLUSW2 register access), or has stack arguments, or the
2190         compiler is not instructed to omit the frame pointer,
2191         * (genEndFunction): before restoring local registers that were saved
2192         in the function preamble, also restore the registers that *might*
2193         have been allocated for stack access,
2194         * (genRet): removed some old comments,
2195         * (genCmp, the active (RN's) version): added a call to the
2196         pic16_genCmp_special function to perform the compare with a more
2197         robust and optimized way,
2198         * (genInline): a feature has been added in inline code generation,
2199         which allows a wildcard variable substitution when writing inline
2200         assembly. Code is incomplete and experimental therefore undocumented,
2201         * (genCast): changed order of aopOp for result and right to allow
2202         aopForSym to directly load the result if possible,
2203         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2204         perform an optimized compare on some selected special occasions,
2205         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2206         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2207         generate an IVT any more,
2208         * src/pic16/main.c (pic16_optionsTable): added command line option
2209         --optimize-cmp,
2210         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2211         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2212         macros,
2213         * src/pic16/NOTES: Raphael Neider added in list of active developers
2214         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2215         jumptable_end to prevent bug #,
2216         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2217         inCond and outCond fields,
2218         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2219         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2220         turn off register spilling,
2221         * (packRegsForOneUse): synced with other ports' versions although it
2222         is not used currently,
2223         * (pic16_packRegisters): added an optimization while reading
2224         structure bitfields, some registers may be saved (malloc code is
2225         decreased by 80 bytes)
2226
2227 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2228
2229         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2230         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2231         this can be optimized more?
2232
2233 2005-03-10 Raphael Neider <rneider AT web.de>
2234
2235         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2236           genNearPointerGet): (hopefully) fixed access to bitfields via
2237           pointers (p->bitN = x; and x = p->bitN; failed)
2238
2239 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2240
2241         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2242
2243 2005-03-09 Raphael Neider <rneider AT web.de>
2244
2245         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2246
2247 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2248
2249         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2250         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2251           (regTypeNum): set REG_BIT type if necessary
2252         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2253         * support/regression/tests/critical.c: check bug 1144613
2254
2255 2005-03-02 Raphael Neider <rneider AT web.de>
2256
2257         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2258
2259 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2260
2261         * src/avr/ralloc.c (serialRegAssign),
2262         * src/ds390/ralloc.c (serialRegAssign),
2263         * src/hc08/ralloc.c (serialRegAssign),
2264         * src/mcs51/ralloc.c (serialRegAssign),
2265         * src/pic/ralloc.c (serialRegAssign),
2266         * src/pic16/ralloc.c (serialRegAssign),
2267         * src/xa51/ralloc.c (serialRegAssign),
2268         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2269
2270 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2271
2272         * src/SDCCast.c (decorateType): fixed bug 1124787
2273
2274 2005-02-20 Hubert Sack <sack AT digiplan.de>
2275         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2276
2277         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2278         patch #1121755
2279
2280 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2281
2282         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2283         to keep the correct label reference count when adding/removing references
2284         to labels. A peephole file using this is appended to patch #1144962.
2285
2286 2005-02-14 Raphael Neider <rneider AT web.de>
2287
2288         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2289         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2290         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2291           retrievals of result operand's value on assignment
2292
2293 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2294
2295         * device/include/pic16/string.h: modified prototype for memccpy()
2296         to memccpy(void *, void *, char, size_t)
2297         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2298         check whether to omit frame pointer or not,
2299         * (genInline): convert all occurences of "\n" to LF in inline
2300         assembler blocks, this helps formatting the inline text,
2301         * (pic16_loadFSR0): modified prototype,
2302         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2303         removed some 8051 legacy code,
2304         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2305         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2306         before allocating temporary registers in functions,
2307
2308 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2309
2310         * support/regression/tests/bitvars.c: corrected the "fix"
2311
2312 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2313
2314         * support/regression/tests/bitvars.c,
2315         * support/regression/tests/bitwise.c,
2316         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2317
2318 2005-02-10 Raphael Neider <rneider AT web.de>
2319
2320         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2321           different size for Alpha
2322         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2323
2324 2005-02-09 Raphael Neider <rneider AT web.de>
2325
2326         * src/SDCC.lex(doPragma) : save and restore warning options as well
2327           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2328         * have #pragma less_pedantic set the errorlevel to WARNING
2329           (fixes #1117001)
2330         * (cloneOptimize) : fixed wrong malloc's size
2331         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2332           facilitate correct handling of #pragma (save|restore)
2333
2334 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2335
2336         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2337
2338 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2339
2340         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2341
2342 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2343
2344         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2345
2346 2005-02-02 Raphael Neider <rneider AT web.de>
2347
2348         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2349         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2350         * (pic16_storeForReturn): fixed to allow returning function pointers
2351         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2352         * device/include/pic16/{stddef.h,stdbool.h}: added
2353
2354 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2355
2356         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2357
2358 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2359
2360         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2361         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2362          appeared to be required
2363
2364 2005-01-31 Borut Razem <borut.razem AT siol.net>
2365
2366         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2367           include/mcs51 and include/z80 directories to the package
2368
2369 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2370
2371         * src/hc08/gen.c (genFunction): fixed bug #1112752
2372
2373 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2374
2375         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2376
2377 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2378
2379         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2380
2381 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2382
2383         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2384
2385 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2386
2387         * device/include/c8051fxxx.h: removed these 6 files
2388         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2389
2390 2005-01-26 Raphael Neider <rneider AT web.de>
2391
2392         * src/pic16/gen.c (genAssign): fixed assignment from longs
2393           in codespace (were cut to three bytes)
2394         * (genDummyRead): implemented (except for CODESPACE...),
2395           fixed bug #1108575
2396         * src/pic16/glue.c (emitStatistics): beautified
2397         * device/lib/pic16/libm/Makefile: added include path
2398
2399 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2400
2401         * src/z80/gen.c (aopPut): fixed bug #1103902
2402
2403 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2404
2405         * device/lib/expf.c: fixed bug #1095792
2406
2407 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2408
2409         * device/lib/pic16/libm: added Math library sources
2410
2411 2005-01-24 Raphael Neider <rneider AT web.de>
2412
2413         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2414           to enable upcast to pCodeOpReg2 (there is no type tag to
2415           differenciate the two and pic16_popGet2p cast into PCOR2)
2416         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2417           (sizeof(sectNames) changed to sizeof(sectName))
2418           Both patches fix segfaults under MinGW.
2419
2420 2005-01-23 Raphael Neider <rneider AT web.de>
2421
2422         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2423           Safe_[mc]?alloc()'ed variables
2424         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2425           of (byte sized) temporaries (assign them to WREG for now)
2426         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2427           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2428           this might fix SIGSEGVs on MinGW...
2429         * src/SDCCopt.c (killDeadCode): restored original behaviour
2430           (volatile operands might get thrown away though)
2431
2432 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2433
2434         * src/pic16/gen.c: fixed bug #1106975,
2435         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2436         pointer update, INTCON is saved, global interrupts are disabled and
2437         restored after updateing TOS.
2438         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2439         * added function attribute 'shadowregs' to take advantage of shadow
2440         registers,
2441         * added function attribute 'wparam' as an alternative to the wparam
2442         pragma,
2443         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2444         user declares a non-ISR function as 'shadowregs',
2445         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2446
2447 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2448
2449         * .version: bumped version number to 2.4.8
2450         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2451         pic16 port,
2452         * device/lib/pic16/libio/i2c/: I2C module support library,
2453         * device/include/pic16/i2c.h: I2C support library header,
2454         * device/lib/pic16/libc/stdio/: standard IO support sources,
2455         * (printf_small.c): printf_small() source, supports float print,
2456         * (printf_tiny.c): printf_tiny() source, does not support floats,
2457         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2458         enable global optimizations for entire library source, other
2459         Makefiles in the source tree are also modified to reflect this,
2460         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2461         function,
2462         * doc/sdccman.lyx: updated to reflect new changes,
2463         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2464         sym->onStack if-case,
2465         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2466         sbit, idata, _idata, xdata, _xdata,
2467         * added pragma library, to link an external library, (see doc),
2468         * removed command line options, --pomit-config-words, --pomit-ivt,
2469         --pleave-reset-vector,
2470         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2471         when calling assembler to reflect memory model used, also define
2472         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2473         reflect stack model used,
2474         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2475         on stack return NULL,
2476
2477 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2478
2479         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2480           of the operands is volatile. Fixes #1020220
2481
2482 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2483
2484         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2485         * (OptimizeRegUsage): make sure that there is really no other flow where
2486           the first pCode is used
2487
2488 2005-01-22 Raphael Neider <rneider AT web.de>
2489
2490         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2491           to fix #1106967 (pCode->seq are not set up correctly)
2492
2493 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2494
2495         * src/SDCCglue.c (glue): make sure code area is declared before the
2496         static initialization area.
2497
2498 2005-01-21 Raphael Neider <rneider AT web.de>
2499
2500         * device/lib/Makefile.in: fixed test for pic16 install dir
2501         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2502           optimizations
2503         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2504           added --optimize-goto compiler switch and pragma wparam documentation
2505         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2506         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2507           and PRODH closing bug #1071770 (peephole optimizer)
2508
2509 2005-01-19 Raphael Neider <rneider AT web.de>
2510
2511         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2512           cmdLine buffers (used when calling sdcpp...) are large enough
2513           (MAX_PATH=256 truncates arguments leading to system halts when
2514           used in MinGW...)
2515         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2516         * (genUminus): rewritten to for efficiency
2517         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2518           used uninitialized in some cases)
2519         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2520           copy the third byte from the int -- now assumes 0x80 (data memory)
2521         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2522           operands (genAddLit expects the iCode's operands to swapped as
2523           well), fixed leftover bytes (crashed for short left operands)
2524         * (pic16_genMinusDec): performance improvements, removed false
2525           PIC14 emitSKPNCs
2526         * (pic16_genMinus): fixed to cope with differently sized operands
2527         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2528           for --obanksel > 1
2529         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2530         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2531           new banksel optimization
2532         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2533           analysis for temporary registers (segfaults...)
2534         * src/pic16/peeph.def: added rule
2535
2536 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2537
2538         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2539         which converts a float number to its ASCII representation
2540         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2541         functions to convert the fractional and integer part of a float to ASCII,
2542         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2543         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2544         ram
2545         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2546         _STATMEM macros,
2547         * device/include/pic16/adc.h: added GPL info,
2548         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2549         a pCodeOp as tested operand,
2550         * (genNearPointerGet): optimized bit testing, does not use
2551         intermediate register for bit value, test directly instead with
2552         BTFSS, BTFSC, works only for single bits,
2553         * (genpic16Code): dump the name of the iCode in the asm,
2554         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2555         renamed to pic16_decodeOp,
2556         * (serialRegAssign): do not allocate a temporary register for iCode
2557         sequences that test a single bit for 1/0
2558
2559 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2560
2561         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2562         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2563         access stack and frame pointers. They are initially assigned to
2564         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2565         accessing SFRs. Updated all occurences of modification of stack or
2566         frame pointer in gen.c and pcode.c,
2567         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2568         assigning of a literal value to pointers,
2569         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2570         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2571         selected
2572
2573 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2574
2575         * doc/sdccman.lyx: update documentation about stack pragma, added
2576         some info for stack memory models
2577
2578 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2579
2580         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2581
2582 2005-01-08 Raphael Neider <rneider AT web.de>
2583
2584         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2585           udata sections to fix bug #1097823
2586
2587 2005-01-05 Raphael Neider <rneider AT web.de>
2588
2589         * src/pic16/gen.c (genGenericShift): added handling of differently
2590           sized left operand and result
2591
2592 2005-01-04 Raphael Neider <rneider AT web.de>
2593
2594         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2595         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2596           to hold the condition bit)
2597         * added new version of genCmp (old code available via #define)
2598         * added new version of genShiftLeft/genShiftRight in a generic
2599           way, now supports shifting by negative values
2600         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2601           shiftCount (expected by genGenericShift)
2602         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2603         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2604           dump
2605         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2606           is an invalid literal too...)
2607
2608 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2609
2610         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2611         from Raphael Neider,
2612         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2613         for 8-bit literals. This fixes some literal operands which are sign
2614         extended to 16-bits ints when instruction needs only 8-bits.
2615
2616 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2617
2618         * device/lib/logf.c: added mcs51 assembly version
2619         * device/lib/expf.c: added mcs51 assembly version
2620         * device/lib/_logexpf.c: new shared asm code for expf and logf
2621         * device/include/math.h: add defines for assembly math library
2622         * device/lib/Makefile.in: build new _logexpf.c
2623         * device/lib/libfloat.lib: use new _logexpf.c
2624
2625 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2626
2627         * src/pic/device.c
2628         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2629           device types which have less than 0x7f registers.
2630
2631 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2632
2633         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2634
2635 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2636
2637         * device/lib/printf_fast.c: only build on supported arch.
2638         * device/lib/printf_tiny.c: only build on supported arch.
2639         * device/lib/printf_fast_f.c: only build if asm float lib
2640         * device/lib/_fsget1arg.c: only build if asm float lib
2641         * device/lib/_fsget2args.c: only build if asm float lib
2642         * device/lib/_fsnormalize.c: only build if asm float lib
2643         * device/lib/_fsreturnval.c: only build if asm float lib
2644         * device/lib/_fsrshift.c: only build if asm float lib
2645         * device/lib/_fsswapargs.c: only build if asm float lib
2646         * device/include/stdio.h: don't provide print_fast,
2647           print_fast_f, print_tiny prototypes if --xstack used
2648
2649 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2650
2651         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2652         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2653           to the SOURCES
2654
2655 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2656
2657         * device/lib/printf_fast_f.c: same as printf_fast, but
2658           with floating point enabled
2659         * device/lib/printf_fast.c: minor tweaks
2660         * device/include/stdio.h: add printf_fast_f
2661
2662 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2663
2664         * src/SDCCmain.c: make --float-reent default for mcs51
2665         * device/lib/_fsadd.c: added mcs51 assembly version
2666         * device/lib/_fssub.c: added mcs51 assembly version
2667         * device/lib/_fsmul.c: added mcs51 assembly version
2668         * device/lib/_fsdiv.c: added mcs51 assembly version
2669         * device/lib/_fseq.c: added mcs51 assembly version
2670         * device/lib/_fsneq.c: added mcs51 assembly version
2671         * device/lib/_fsgt.c: added mcs51 assembly version
2672         * device/lib/_fslt.c: added mcs51 assembly version
2673         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2674         * device/lib/Makefile.in: add _fscmp to build
2675         * device/lib/libfloat.lib: add _fscmp to build
2676
2677 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2678
2679         * device/lib/_fs2slong.c: added mcs51 assembly version
2680         * device/lib/_fs2sint.c: added mcs51 assembly version
2681         * device/lib/_fs2schar.c: added mcs51 assembly version
2682         * device/lib/_fs2ulong.c: added mcs51 assembly version
2683         * device/lib/_fs2uint.c: added mcs51 assembly version
2684         * device/lib/_fs2uchar.c: added mcs51 assembly version
2685         * device/lib/_slong2fs.c: added mcs51 assembly version
2686         * device/lib/_sint2fs.c: added mcs51 assembly version
2687         * device/lib/_schar2fs.c: added mcs51 assembly version
2688         * device/lib/_ulong2fs.c: added mcs51 assembly version
2689         * device/lib/_uint2fs.c: added mcs51 assembly version
2690         * device/lib/_uchar2fs.c: added mcs51 assembly version
2691         * device/include/float.h: added #define to select asm vs c
2692
2693 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2694
2695         * device/lib/printf_fast.c: improvements to float output
2696         * device/include/float.h: add defines for assembly float library
2697         * device/lib/_fsget1arg.c: receive 1 float arg
2698         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2699         * device/lib/_fsnormalize.c: normalize a float
2700         * device/lib/_fsreturnval.c: return float, various helper routines
2701         * device/lib/_fsrshift.c: right shift a float's mantissa
2702         * device/lib/_fsswapargs.c: swap 2 floats
2703         * device/lib/Makefile.in: build these 6 new files for mcs51
2704         * device/lib/libfloat.lib: add these 6 files to the library
2705
2706 2004-12-26 Borut Razem <borut.razem AT siol.net>
2707
2708         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2709           built by gcc 3.4.2
2710
2711 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2712
2713         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2714           and fully reentrant and register bank neutral.
2715         * device/lib/printf_fast.c: added float (not enabled by default),
2716           added compact/slower integer (also not enabled by default),
2717           improved size/speed of fast integer code, other minor changes
2718         * device/include/stdio.h, device/lib/Makefile.in,
2719           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2720
2721 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2722
2723         * src/pic16/pcode.c: declaring variables other than at the start of a
2724           block is not supported in C by VC6.
2725
2726 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2727
2728         * applied a previous patch from Raphael Neider that wasn't included
2729         in the previous commits, which fixes infinite loops within jumptable
2730         improvements,
2731         * made some fixes that previous patches introduced
2732
2733 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2734
2735         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2736         that fixes an issue with AOP_PCODE asmop's offset,
2737         * (pic16_popCopyReg): update instance field too,
2738         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2739         function of pic port,
2740         * (genCmp, genAnd, genAssign),
2741         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2742
2743 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2744
2745         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2746         variables initial values to idata section,
2747         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2748         variables in some functions. This utilizes parmBytes field of iCode
2749         structure to hold the offset of the variable in stack. (might be
2750         able to use the stack field too?)
2751         * applied patch from Raphael Neider # ### , # ###
2752         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2753         variable initial values in idata section,
2754         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2755         for static variables with initial value
2756         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2757         applied fix in while loop from Raphael Neider.
2758
2759 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2760
2761         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2762         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2763         * src/ds390/ralloc.c (serialRegAssign): spill bits
2764         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2765         * support/Util/SDCCerr.c,
2766         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2767         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2768         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2769
2770 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2771
2772         * device/include/sdcc-lib.h: inserted LGPL, added includes
2773           asm/ds390/features.h and asm/mcs51/features.h
2774         * device/include/asm/default/features.h,
2775         * device/include/asm/gbz80/features.h,
2776         * device/include/asm/z80/features.h: added empty _AUTOMEM
2777           and _STATMEM
2778         * device/include/asm/ds390/features.h,
2779         * device/include/asm/mcs51/features.h: added files with defines for
2780           _AUTOMEM and _STATMEM indicating automatic and static storage class
2781         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2782         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2783         * src/SDCCicode.c (geniCodeCast),
2784         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2785         * src/SDCCloop.c (loopInduction): removed unused variable lr
2786         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2787           to convertToFcall to include char modulo (RFE 1065037), added check
2788           if left operand is unsigned and use abs of literal value
2789         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2790           as it doesn't work after conversion from peephole.def to peephole.rul
2791         * src/mcs51/gen.c (toBoolean): added check for size,
2792           (genModOneByte): optimized code for signed char modulo a literal
2793           power of 2 (thanks to Hubert Sack),
2794           (genRRC): removed unnecessary "clr c",
2795           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2796         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2797           jump optimization,
2798           swapped rules 256.c and 256.d,
2799           extended 256.d by using new multiple checks (thanks Erik),
2800           added rules 256.e and 256.f,
2801           updated rule 261.a and 261.b to new generated code
2802         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2803
2804 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2805
2806         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2807           induction related bugs, including first part of bug #1074377
2808
2809 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2810
2811         * applied patch from bug-report #1076292,
2812         * applied patches for genAnd and Goto-optimizations for Raphael
2813         Neider,
2814         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2815         dump a less iCode information,
2816         * src/pic16/device.h (pic16_options_t): added field debgen,
2817         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2818         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2819         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2820         puclic,
2821         * (various functions): added macros FENTRY and FENTRY2 to functions,
2822         to emit function prologue,
2823         * (various functions): fixed indentation,
2824         * (genNearPointerGet): fixed loading of FSR0,
2825         * (genPackBits): applied patch from Raphael Neider to fix updating
2826         of FSR0 and touching only the modified bits,
2827         * src/pic16/genarith.c (various functions): added macros FENTRY to
2828         emit function prologue in comments,
2829         * src/pic16/pcode.h: added functions debugf2, debugf3,
2830         * src/pic16/ralloc.c: partial fix for packForPush caused
2831         segmentation fault,
2832
2833 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2834
2835         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2836           <stsp AT users.sourceforge.net> with reversed byte order
2837         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2838
2839 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2840
2841         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2842           bug #1074377
2843         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2844         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2845
2846 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2847
2848         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2849
2850 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2851
2852         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2853           conditions,
2854           (setFromConditionArgs): friendly operand parser for peephole rules,
2855           (operandBaseName, operandsNotRelated): new peephole condition
2856           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2857           architecture specific register naming into account, handles n-way
2858           comparisons, and supports quoted literals
2859         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2860
2861 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2862
2863         * src/mcs51/peeph.def: fixed bug #1076940
2864
2865 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2866
2867         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2868
2869 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2870
2871         Adding support for replacing ljmps with sjmps in jumptables
2872         generated for switch statements. For now you need to set the
2873         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2874         Now 4 algorithms for mcs51 jumptable generation are used:
2875         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2876         addresses loaded pc-relative for up to 112 cases and stack-pushing
2877         target addresses loaded with offset from dptr for up to 256 cases.
2878
2879         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2880         * src/mcs51/main.c: adapted constants for switch table generation
2881         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2882
2883 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2884
2885         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2886         * support/regression/tests/bug1057979.c: added test for bug 1073386
2887
2888 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2889
2890         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2891         compilers
2892
2893 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2894
2895         * src/pic16/device.h,
2896         * src/pic16/genarith.c,
2897         * src/pic16/glue.c,
2898         * src/pic16/main.c,
2899         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2900
2901 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2902
2903         Large cummulative patch for pic16 port.
2904         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2905         to call when a stack overflow occurs,
2906         * (malloc.h): added CVS Id tag,
2907         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2908         variable,
2909         * added libc directory. The current version of LibC contains string
2910         functions, ctype functions and macros and some functions of the
2911         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2912         be extensively tested in the future. Standard disclaimer here.
2913         Library is not automatically build yet. But one can build it by
2914         invoking 'make' inside the libc directory.
2915         * added ADC library under libio. Preliminary version yet.
2916
2917         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2918         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2919         aopForRemat() now and not by pic16_aopOp(),
2920         * (pic16_popGetTempReg): removed warning messgae when allocating
2921         temporary registers, its a buggy feature and will be removed,
2922         * (pic16_popGet): set register instance field in AOP_CRY,
2923         * (pic16_outBitC): fixed for results in size greater than 1,
2924         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2925         * (pic16_storeForReturn): optimized return of 0,
2926         * (genCmp): experimental code for new genCmp which uses PIC18's
2927         special compare&skip instructions. Initial tests fail some times
2928         with variables grater than 1 byte in size, so new code is disabled,
2929         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2930         a single bit,
2931         * (genCast): began a fix to optimize the casting of a bit to another
2932         bit, now assigning a bitfield to another bitfield will fail, sorry,
2933         * src/pic16/main.c: disabled the use of lr-support feature,
2934         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2935         * added some function prototypes, added function _debugf prototype,
2936         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2937         bits with offset (case PO_GPR_BIT),
2938         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2939         command line,
2940         * (isBankInstruction): modified to return 0 for no banking instruction,
2941         and 1 for banking instruction,
2942         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2943         caused stop processing pCodes after a inline assembly block,
2944         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2945         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2946         registers when it shouldn't,
2947         * src/pic16/ralloc.c (allocReg): add preliminary support for
2948         supporting a limited set of temporary registers,
2949
2950 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2951
2952         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2953           genDataPointerSet): ensure assignments always copy in MSB to LSB
2954           order,
2955           (loadRegFromAop): recognize CLRH optimization,
2956           (genFunction): optimize RECEIVE iCodes in reentrant functions
2957
2958 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2959
2960         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2961           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2962           selected.
2963         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2964         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2965           contiguous with data
2966
2967 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2968
2969         * device/lib/_gptrget.c (_gptrget),
2970         * device/lib/_gptrgetc.c (_gptrgetc),
2971         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2972           instead of sjmp to ret
2973         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2974           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2975
2976 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2977
2978         * .version: bumped version to 2.4.7
2979         * device/lib/_gptrget.c (_gptrget): is now _naked
2980         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2981         * device/lib/_gptrput.c (_gptrput): is now _naked
2982         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2983           (createFunction): fixed xstack
2984         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2985         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2986           or bit either,
2987           (geniCodeCritical): store original interrupt state in an iTemp bit
2988           var unless stack-auto
2989         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2990         * src/SDCCmain.c (setIncludePath): added include/target to search path
2991         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2992         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2993           prototype,
2994           (processFuncArgs): put bit vars in bit area
2995         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2996           unsaveRBank): fixed xstack,
2997           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2998           (genFunction, genEndFunction): fixed xstack,
2999           (genAssign): optimization don't walk backwards through mem
3000         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
3001         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
3002         * support/regression/Makefile: also make library (for stack-auto) when
3003           making "all" and added "test-mcs51-xstack-auto"
3004         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
3005         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
3006         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
3007         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
3008         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
3009           make-library by MAKE_LIBRARY
3010         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
3011           regression tests for xstack
3012         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
3013         * support/regression/tests/critical.c: test for critical on mcs51
3014
3015 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3016
3017         * support/regression/ports/ucz80/spec.mk: use include and lib files from
3018           built version of sdcc instead of installed version
3019
3020 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
3021
3022         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
3023         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
3024           vprintf.c now
3025         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
3026         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
3027           WARNING: remove device/lib/build/z80/printf.o by hand when
3028           updating from previous build!
3029         * device/lib/z80/printf.c: updated comment
3030         * support/regression/tests/bug1057979.c: test all ports now
3031         * support/regression/tests/bug1065458.c: file added
3032
3033 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3034
3035         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
3036           *_start and *_end symbols for static functions
3037
3038 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
3039
3040         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
3041           and search crt0.o in all library paths,
3042           (setIncludePath): proper handling of --nostdinc,
3043           (setLibPath): proper handling of --nostdlib
3044         * support/regression/Makefile,
3045         * support/regression/ports/ds390/spec.mk,
3046         * support/regression/ports/gbz80/spec.mk,
3047         * support/regression/ports/hc08/spec.mk,
3048         * support/regression/ports/mcs51/spec.mk,
3049         * support/regression/ports/mcs51-large/spec.mk,
3050         * support/regression/ports/mcs51-stack-auto/spec.mk,
3051         * support/regression/ports/z80/spec.mk: use include and lib files from
3052           built version of sdcc instead of installed version
3053         * doc/sdccman.lyx: fixed typo in --nostdinc
3054
3055 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
3056
3057         * src/pic/pcode.c,
3058         * src/pic/device.c,
3059         * src/pic/ralloc.c,
3060         * src/pic/gen.c : added support to generate code for struct bit fields.
3061
3062 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3063
3064         * as/xa51/xa_version.h,
3065         * device/include/errno.h,
3066         * device/include/regc515c.h,
3067         * device/lib/_itoa.c,
3068         * device/lib/_ltoa.c,
3069         * device/lib/ser_ir_cts_rts.c,
3070         * sim/ucsim/xa.src/glob.cc,
3071         * sim/ucsim/xa.src/inst_gen.cc,
3072         * sim/ucsim/xa.src/xa_bit.cc,
3073         * sim/ucsim/xa.src/xa_sfr.cc,
3074         * sim/ucsim/z80.src/inst_dd.cc,
3075         * sim/ucsim/z80.src/inst_fdcb.cc,
3076         * support/scripts/keil2sdcc.pl,
3077         * src/pic16/pic16.dsp,
3078         * src/pic16/pic16a.dsp: corrected cvs line endings
3079         * device/lib/printf_large.c: fixed bug 1057979
3080         * src/pic16/gen.c: fixed non-C standard code
3081         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
3082         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
3083         * support/regression/ports/mcs51/support.c: reload T1 asap
3084         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
3085           pdata use and clear idata startup behaviour
3086         * support/regression/tests/bug1057979.c: added
3087
3088 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
3089
3090         * device/examples/ds390/ow390/ad26.h,
3091         * device/examples/ds390/ow390/cnt1d.h,
3092         * device/examples/ds390/ow390/crcutil.c,
3093         * device/examples/ds390/ow390/ownet.h,
3094         * device/examples/ds390/ow390/owsesu.c,
3095         * device/examples/ds390/ow390/swt12.h,
3096         * device/examples/ds390/ow390/swtoper.c,
3097         * device/examples/ds390/ow390/temp10.h,
3098         * device/examples/ds390/ow390/thermodl.c,
3099         * device/examples/ds390/tinitalk/tinitalk.dsp,
3100         * device/examples/ds390/tinitalk/tinitalk.dsw,
3101         * device/examples/mcs51/clock/hw.h,
3102         * device/examples/mcs51/simple2/go.bat,
3103         * device/examples/serialcomm/windows/serial.h,
3104         * device/examples/xa51/dummy.c,
3105         * device/examples/xa51/hello.c,
3106         * device/include/80c51xa.h,
3107         * device/include/at89x051.h: corrected cvs line endings
3108
3109 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
3110
3111         * src/pic16/main.c (options): added command line --gstack, to trace
3112         stack over/under flows,
3113         * added pragma 'wparam' to allow passing first byte of function
3114         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
3115         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
3116         call to __gstack_test function and sets up the symbol as extern,
3117         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
3118         * popaop): added call to pic16_testStackOverflow,
3119         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
3120         wparamList list,
3121         * (genCall, genPcall): now all parameters are passed via stack
3122         except in functions that are pass to wparam pragma in which WREG is
3123         used too,
3124         * (genPcall): REENTRANT flag is checked to see if variable prototype
3125         contains reentrant keyword, don't call a non-reentrant function, via
3126         a reentrant function pointer or vice versa, functions are never
3127         passed via WREG,
3128         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
3129         D.Winkler,
3130         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
3131         SIGSEGV when accessing a NULL register stucture,
3132         * (pic16_printGPointerType): modified to handle UPPER modifier for
3133         function initializers, changed prototype of function to simpler one,
3134         * (pic16_printIvalFuncPtr): check to see if function is already
3135         added in externs list,
3136         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
3137         optimized a move from W to SFR with a move to the same register
3138         later after a CALL,
3139         * device/lib/pic16/debug: NEW directory, contains debug features
3140         which are enabled when linking with libdebug.lib, currently command
3141         line option --gstack enables stack pointer tracing for over/under
3142         flow, corresponding sources are in debug/gstack
3143
3144 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
3145
3146         * doc/sdccman.lyx: updated SDCC version,
3147         * (PIC16 port): update list of command line options,
3148         * src/pic16/device.h (structure pic16_options_t): added field gstack
3149         to enable stack overflow tracing on push/pops,
3150         * src/pic16/device.c (statistics structure): added statistics
3151         structure,
3152         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
3153         pic16_dump_int_registers): increase statistics counters for each
3154         * variable which is encountered
3155         * (pic16_dump_usection): emit each .udata variable to its own udata
3156         section,
3157         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
3158         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
3159         parameters via stack, otherwise use old scheme,
3160         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
3161         assembler output file,
3162         * src/pic16/main.c: added command line options --gstack to enable
3163         push/pop tracing for stack overflow,
3164         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
3165         instructions): added size of each instruction,
3166         * (pic16_countInstruction): estimate size of instructions in
3167         the_pFile list, inline assembly blocks are not counted,
3168         * (pic16_FixRegisterBanking): trace previous register usage, when
3169         banksel optimizations is greater than 0, don't emit a redudant
3170         banksel directive,
3171
3172 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
3173
3174         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
3175         * src/pic16/ralloc.c : applied same fix for pic16.
3176         * src/pic/gen.c : tidied it up a little.
3177
3178 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3179
3180         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
3181         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
3182
3183 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3184
3185         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
3186
3187 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3188
3189         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
3190         non-reentrant function __modsint in the interrupt function (thus
3191         corrupting math operations during serial I/O)
3192         * device/lib/ser_ir.c: as above, changed buffersize
3193         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
3194         256.c,d for zeroing
3195         * doc/Makefile: added option -t for rsync
3196
3197 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3198
3199         * src/SDCCast.h (struct ast),
3200         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3201
3202 2004-10-20 Borut Razem <borut.razem AT siol.net>
3203
3204         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3205         package
3206
3207 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3208
3209         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3210         makefile targets,
3211         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3212         support functions to replace long sequences of MOVFF's from access
3213         bank registers to stack and vice versa,
3214         * src/pic16/device.h: added new field opt_flags, where optimization
3215         flags can be set to enable certain features,
3216         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3217         * pBlock, (genFunction, genEndFunction): surroung loop for
3218         saving/loading used registers in stack with PC_INFO pCodes,
3219         INF_LREGS. Code in between can then be optimized by pCode optimizer
3220         to support function calls,
3221         * (genDataPointerSet): fixed bug which loaded float fields in
3222         structures with corrupt data,
3223         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3224         in a standard way debug info on stderr. Feature used for developing
3225         and debugging only,
3226         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3227         obsolete chunks of code,
3228         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3229         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3230         * pic16/src/pcode.c (pic16_newpCodeInfo,
3231         * (pic16_newpCodeOpLocalRegs),
3232         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3233         feature,
3234         * (pic16_pCodeConstString): printing of the initial value of a
3235         symbol as a comment is inhibited since parsing was already done by
3236         copyStr and output is corrupt,
3237         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3238
3239 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3240
3241         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3242
3243 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3244
3245         * as/mcs51/lkarea.c: removed old K&R style,
3246           (lnksect): changed check on boundary error,
3247           (lnksect2): changed check on boundary error,
3248           (lnksect2): extend XSTK to end of page if size = 1
3249         * as/mcs51/lkmain.c: removed old K&R style,
3250           (Areas51): create l_IRAM symbol
3251         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3252         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3253           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3254         * device/lib/_mullong.c: added version to be compiled with xstack
3255         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3256         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3257         * device/lib/mcs51/crtxstack.asm: fixed comment
3258         * src/SDCCglue.c: maxInterrupts defaults to 0,
3259           (emitMaps): added pdata,
3260           (createInterruptVect): (re)moved default,
3261           (glue): added pdata,
3262           (glue): moved __start__xstack to XSTK with default size 1
3263         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3264           and options.float_rent when options.stackAuto is set,
3265           (linkEdit): only write XDATA_NAME if provided on command line
3266         * src/SDCCmem.h,
3267         * src/SDCCmem.c: added pdata
3268         * src/port.h: added pdata_name to PORT
3269         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3270           (saveRegisters, unsaveRegisters): removed usage of B,
3271           (genMinus): fixed accumulator clash,
3272           (genJumpTab): added comment, this needs another look
3273         * src/mcs51/gen.c: added check for "B in use" paranoia,
3274           added pushB() and popB()
3275         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3276           chance
3277         * src/avr/main.c,
3278         * src/ds390/main.c,
3279         * src/hc08/main.c,
3280         * src/mcs51/main.c,
3281         * src/pic/main.c,
3282         * src/pic16/main.c,
3283         * src/xa51/main.c,
3284         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3285           added PSEG (PAG,XDATA) or NULL to port specifier
3286         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3287         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3288           (_mcs51_genInitStartup): removed __start__xstack equ,
3289           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3290         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3291         * src/z80/gen.c (_rleAppend): fixed warnings
3292         * support/regression/tests/zeropad.c: added pdata test
3293         * .version: bumped to 2.4.6
3294
3295 2004-10-17 Borut Razem <borut.razem AT siol.net>
3296
3297         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3298         as a part of nightly build
3299
3300 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3301
3302         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3303         WREG holds the first byte function parameters,
3304         * (aopForSym): take special case for symbols which are in FARSPACE
3305         but in CODESPACE too,
3306         * (assignResultValue): modified to take into account _G.useWreg,
3307         * (genCall): don't use wreg for parameter passing when function is
3308         declared as reentrant, too, added optimization INCF to stack
3309         pointer when stack parameter count is 1,
3310         * (genFunction, genEndFunction): refurnished and fixed to not using
3311         wreg for passing parameters when function has varargs or is
3312         reentrant, fixed bug with symbol name compare for generating
3313         functions in absolute address,
3314         * (pic16_storeForReturn): refurnished,
3315         * (genCmp): began writing a new version of the function, not ready
3316         yet, therefore it is disabled,
3317         * (genAssign): do not read code memory when assigning a function to
3318         a pointer function,
3319         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3320         array of characters, not pointer,
3321         * (pic16initialComments): in debug mode emit an .ident directive for
3322         the assembler,
3323         * (_process_pragma): emit a new warning type (internal to pic16)
3324         when setting stack to default length, emit a similar warning when
3325         placing a function at absolute address and address is not word aligned
3326         * (_pic16_parseOptions): added 'return TRUE' statement,
3327         * (_pic16_linkEdit): if compiling a source, then add the source's
3328         file object, first in the list of objects to link,
3329
3330 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3331
3332         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3333         * src/pic/main.c : removed VC warning.
3334         * src/pic/gen.c : changed comment.
3335
3336 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3337
3338         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3339         reference to a deprecated symbol _GPTRREG was causing failure to
3340         link. Thanks G. M. Gallant for the info.
3341
3342 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3343
3344         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3345         comments for Bugs item #954788.
3346
3347 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3348
3349         * src/pic16/device.c (pic16_dump_gsection,
3350         * pic16_groupRegistersInSection): handle symbols declared to be in
3351         access bank differently,
3352         * src/pic16/gen.c (struct _G): added field resDirect,
3353         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3354         send values read from stack directly to result and don't allocate
3355         temporary values,
3356         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3357         same registers,
3358         * (pic16_sameRegsOfs): NEW,
3359         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3360         free because they were not allocated from temporary pool,
3361         * pic16_popRegFromString): workaround to fix a problem with
3362         allocating variables twice or never,
3363         * (genGenPointerGet): using PRODL instead of FSR0H,
3364         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3365         instead of FSR0H,
3366         * (genAssign): take advantage of the _G.resDirect flag,
3367         * (genCast): around line 11844, use mov2f instead of directly
3368         MOVFF'ing between operands to account for literal values,
3369         * src/pic16/genutils.c: some new debug functions for gpsim have been
3370         added,
3371         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3372         float with integer part only,
3373         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3374         place variables in access bank
3375         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3376         updated sources to reflect recent changes in gen.c
3377
3378 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3379
3380         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3381         sources that searched for headers in installation path, now the
3382         device/include/pic16 is used,
3383         * src/pic16/glue.c (pic16glue),
3384         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3385         .line directives if not in debug mode, this suppresses assembler's
3386         warnings for ignored directives
3387
3388 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3389
3390         * src/port.h: made reset_regparms prototype void parameter explicit.
3391         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3392         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3393         * doc/sdccman.lyx: documented warning disabling and how to use
3394           printf_large to make it print floats.
3395         * device/include/stdbool.h: NEW
3396         * device/lib/_atof.c,
3397         * device/lib/_divuint.c,
3398         * device/lib/_divulong.c,
3399         * device/lib/expf.c,
3400         * device/lib/printf_large.c,
3401         * device/lib/sincosf.c,
3402         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3403         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3404           a completely reentrant lib.
3405
3406 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3407
3408         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3409         * device/include/pic16/stdio.h: fixed bug with colon
3410
3411 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3412
3413         * device/include/pic16/stdio.h,
3414         * device/include/pic16/stdlib.h,
3415         * device/include/pic16/math.h: NEW
3416         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3417         declared as _naked to reduce overhead
3418         * device/lib/Makefile.in (target port-specific-objects-pic16):
3419         changed * to *.* so to ignore the CVS directory,
3420         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3421         stacked variables back in stack,
3422         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3423         corruption
3424
3425 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3426
3427         * .version: bumped version number to 2.4.5
3428         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3429         * support/Util/SDCCerr.c (messages structure): added entry for
3430         W_POSSBUG2
3431
3432         Large cumulative patch for pic16 port and libraries.
3433         * device/include/pic16/sdcc-lib.h,
3434         * device/include/pic16/stdarg.h,
3435         * device/include/asm/pic16/features.h,
3436         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3437         * device/include/pic16/float.h: changes reentrant keyword with
3438         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3439         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3440         updated target build-libraries to include objects from gptr,
3441         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3442         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3443         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3444         all function headings,
3445         * src/SDCCmain.c: added global parameter userIncDirsSet,
3446         * (parseCmdLine): when option -I is encountered add directory to
3447         userIncDirsSet too,
3448         * src/version.awk: added space between control and long,
3449         * src/pic16/NOTES: added some notes for the port,
3450         * src/pic16/gen.c: added prototype for mov2fp function,
3451         * (fReturnpic16[]): properly named return value registers,
3452         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3453         * (aopForSym): added code to handle symbols with onStack flag set,
3454         symbols onStack are allocated PTRSIZE bytes,
3455         * (aopFreeAsmop): handles special case where asmops are stack objects,
3456         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3457         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3458         added argument lock to trace flaws in allocating temporary registers
3459         when developing port,
3460         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3461         * (pic16_popRegFromString): reenabled allocating a direct register
3462         from string,
3463         * (assignResultValue): various beautifications,
3464         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3465         referenced function argument,
3466         * (genIpush): reenabled to allow stacked arguments, handles only
3467         ic->parmPush iCodes,
3468         * (genCall, genPcall): major changes to allow for variable argument
3469         functions, fixed a bug with falsely restoring stack pointer after
3470         returning from call,
3471         * (genFunction): pending code for critical function,
3472         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3473         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3474         * (genNearPointerGet): fixed bug with indirect reading, was always
3475         reading from INDF0
3476         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3477         pointers,
3478         * (genAddrOf): rewrote code to take address of a stacked function parameter
3479         * (genCast): fixed casting to generic pointer type,
3480         * src/pic16/gen.h: added AOP_STA,
3481         * (struct asmop): added field stk,
3482         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3483         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3484         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3485         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3486         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3487         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3488         generic pointers,
3489         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3490         and library paths,
3491         * (pic16_port structure): generic pointer size is set to 3,
3492         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3493         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3494         compiler warning,
3495         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3496         operand is an iTemp,
3497
3498 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3499
3500         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3501         * debugger/mcs51/simi.c: addapt new syntax of s51
3502
3503 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3504
3505         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3506         * src/pic16/pcode.c: commented out some calls to free() in order to
3507         fix bug #989576,
3508
3509 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3510
3511         * src/SDCCicode.h,
3512         * src/SDCCicode.c (isiCodeInFunctionCall),
3513         * src/avr/ralloc.c (selectSpil),
3514         * src/pic/ralloc.c (selectSpil),
3515         * src/pic16/ralloc.c (selectSpil),
3516         * src/ds390/ralloc.c (selectSpil),
3517         * src/hc08/ralloc.c (selectSpil),
3518         * src/xa51/ralloc.c (selectSpil),
3519         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3520         stack in the middle of a function call sequence (fixes bug #1020268)
3521         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3522         costs associated with the minimum switch case.
3523
3524 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3525
3526         * src/SDCC.lex: fixed bug #1030549
3527
3528 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3529
3530         * src/SDCCcse.h (struct cseDef),
3531         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3532         over a function call if the CSE is derived from a symbol whose
3533         address has been taken (fixes bug #1029883)
3534         * support/regression/tests/bug-1029883: a new regression test for
3535         this bug
3536
3537 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3538
3539         * src/hc08/gen.c (emitinline): fixed bug #1029778
3540         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3541         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3542         and starts toward RFE #905167)
3543
3544 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3545
3546         * src/pic16/gen.c (mov2f): New function to move an operand to
3547         another without considering if it is a literal or a register,
3548         * (pic16_sameRegs): don't check if they are both AOP_REG,
3549         * (AccRsh): removed andmask=0 lines,
3550         * (genLeftShift): duplicated to be improved in future versions,
3551         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3552         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3553         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3554         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3555         * (insertBankSwitch): fixed inserting banksel directives algorithm
3556         for instructions that follow a skip instruction, this fixes a report
3557         for broken subtraction code generation,
3558         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3559         iCode is a left op, just in case result and right share the same
3560         registers
3561
3562 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3563
3564         * src/hc08/main.c,
3565         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3566         preservation of HX
3567         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3568         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3569         on 2004-09-12; it was buggy
3570
3571 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3572
3573         * src/SDCCsymt.h: removed RESULT_CHECK
3574         * src/SDCCast.c,
3575         * src/SDCCglue.c,
3576         * src/SDCCval.c,
3577         * src/pic/glue.c,
3578         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3579
3580 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3581
3582         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3583         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3584         configuration values no more rejected by compiler, they are assigned
3585         to configuration registers with a warning message instead,
3586         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3587         the for-loop so last conf register is emitted too,
3588         * (_pic16_initPaths): link library libsdcc.lib by default,
3589         * (_hasNativeMulFor): modified test for multiplication according to
3590         Raphael Neider's remarks. Integer multiplication is also done with
3591         support functions,
3592         * device/include/pic16/pic18fregs.h: corrected type error in while
3593         testing and including 18f6720 header file
3594
3595 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3596
3597         * src/pic16/device.h (pic16_options): removed field use_crt,
3598         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3599         until an optimization to handle single bits is added,
3600         * (pic16_loadFSR0): moved before genUnpackBits,
3601         * (genAnd): some white lines removed,
3602         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3603         leave_reset flags in pic16_options when using crt modules,
3604
3605 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3606
3607         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3608           for bugs 898889 & 979599. Also used some safer print instructions.
3609
3610 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3611
3612         * src/pic16/device.h (pic16_options_t): added field use_crt,
3613         crt_name, no_crt,
3614         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3615         catch a probable future bug,
3616         * src/pic16/gen.c: aopIdx function commented out,
3617         * (genAssign): commented out old code which used aopIdx,
3618         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3619         code, added if conditionals to take into account the --use-crt
3620         command line options,
3621         * src/pic16/main.c (pic16_optionsTable): added new command line
3622         options, --use-crt= and --no-crt,
3623         * (_pic16_linkEdit): now the proper crt object is added in the
3624         linker command line except than when --no-crt is specified,
3625         * src/pic16/pcode.c,
3626         * src/pic16/pcode.h: added some structures and functions for a new
3627         optimization scheme to compansate for instruction overhead between
3628         same iCodes, this scheme is currently under development and is not
3629         working in any way,
3630         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3631         to && operator,
3632         * device/lib/pic16/startup/crt0i.c,
3633         * device/lib/pic16/startup/crt0iz.c: added global char variable
3634         __uflags to force the generation of an idata section
3635
3636 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3637
3638         * doc/Makefile,
3639         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3640         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3641
3642 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3643
3644         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3645         Frieder) and clarified the default code optimization mode
3646
3647 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3648
3649         * src/SDCC.lex (doPragma, process_pragma),
3650         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3651         "opt_code_size", and "opt_code_balanced"
3652         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3653         regrouped options by category, added support for category headers
3654         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3655         and "--opt-code-size"
3656         * doc/sdccman.lyx: documented these new options and pragmas
3657         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3658         preference into account
3659
3660 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3661
3662         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3663           geniCodePreDec): Fixed bug 904237 by generating a warning
3664         * src/SDCCerr.h,
3665         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3666
3667 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3668
3669         * src/pic/device.c : When no max ram set validate full memory range.
3670         * src/pic/pcode.c,
3671         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3672
3673 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3674
3675         * device/lib/_gptrget.c,
3676         * device/lib/_gptrput.c: updated comment
3677         * device/lib/calloc.c,
3678         * device/lib/free.c,
3679         * device/lib/malloc.c,
3680         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3681         * src/SDCCcse.c (cseBBlock),
3682         * src/SDCCicode.c (printOperand, geniCodeArray),
3683         * src/SDCCicode.h (struct operand): fixed bug 868103
3684         * support/regression/tests/bug-868103.c: added
3685         * src/SDCCast.c (searchLitOp),
3686         * src/SDCCcse.h (struct cseDef),
3687         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3688         * src/SDCCicode.h (struct operand),
3689         * src/SDCCsymt.h (struct sym_link),
3690         * src/avr/gen.c (hasInc),
3691         * src/ds390/gen.c (hasInc),
3692         * src/hc08/gen.c (genPlusIncr, hasInc),
3693         * src/mcs51/gen.c (hasInc),
3694         * src/pic16/glue.c (pic16_printIvalChar),
3695         * src/pic16/ralloc.c (regWithIdx),
3696         * src/xa51/gen.c (hasInc) : removed warnings
3697         * src/SDCCast.c (createBlock): added comment ???
3698         * src/hc08/ralloc.c: updated comments
3699
3700 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3701
3702         * doc/sdccman.lyx: updated section on switch statements, added
3703         section about semaphore locking
3704         * doc/Makefile: added option -info for latex2html
3705         * device/lib/_gptrget.c,
3706         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3707
3708 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3709
3710         * src/pic/device.h,
3711         * src/pic/device.c,
3712         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3713          maxram is less than 0x100.
3714
3715 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3716
3717         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3718
3719 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3720
3721         * src/port.h,
3722         * src/mcs51/main.c,
3723         * src/ds390/main.c,
3724         * src/z80/main.c,
3725         * src/hc08/main.c,
3726         * src/pic/main.c,
3727         * src/pic16/main.c,
3728         * src/avr/main.c,
3729         * src/xa51/main.c
3730         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3731         a jump table is the best form for a switch statement, including
3732         automatic insertion of missing cases to make the case range
3733         continuous. Developed in collaboration with Frieder Ferlemann.
3734
3735 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3736
3737         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3738         accumulator result if it needs sign extension
3739
3740 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3741
3742         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3743
3744 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3745
3746         * device/lib/gbz80/printf.c,
3747         * device/lib/z80/printf.c: removed define for NULL
3748
3749 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3750
3751         * as/xa51/xa_link.c,
3752         * device/examples/ds390/ow390/ad26.c,
3753         * device/examples/ds390/ow390/cnt1d.c,
3754         * device/examples/ds390/ow390/counter.c,
3755         * device/examples/ds390/ow390/ds2480.h,
3756         * device/examples/ds390/ow390/ds2480ut.c,
3757         * device/examples/ds390/ow390/findtype.c,
3758         * device/examples/ds390/ow390/gethumd.c,
3759         * device/examples/ds390/ow390/owllu.c,
3760         * device/examples/ds390/ow390/ownetu.c,
3761         * device/examples/ds390/ow390/swt12.c,
3762         * device/examples/ds390/ow390/swtloop.c,
3763         * device/examples/ds390/ow390/temp.c,
3764         * device/examples/ds390/ow390/temp10.c,
3765         * device/examples/ds390/ow390/thermo21.c,
3766         * device/examples/ds390/ow390/tinilnk.c,
3767         * device/examples/ds390/ow390/tstfind.c,
3768         * device/examples/serialcomm/windows/serial.cpp,
3769         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3770         * device/include/reg51.h: fixed line endings for cvs
3771
3772 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3773
3774         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3775         packRegsForAccUse, packRegisters): new accumulator register
3776         packing algorithm
3777         * support/regression/ports/hc08/support.c (_putchar): suppress
3778         warning of unused variable
3779         * src/SDCCicode.c: added SWAP entry to codeTable
3780
3781 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3782
3783         * device/lib/sprintf.c: forgot to add this file before previous commit
3784
3785 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3786
3787         * src/pic16/gen.c (genPackBits): added operand right in function
3788         parameters, load result directly if p_type is POINTER (that is
3789         called by genNearPointerSet)
3790         * (genUnPackBits): added operand left in function parameters,
3791         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3792         FSR0 if accessing bitfields,
3793
3794 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3795
3796         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3797           _print_format; updated printf, sprintf, vsprintf
3798         * device/include/asm/default/features.h: corrected comment/define
3799         * device/lib/Makefile.in: added sprintf.c
3800         * device/lib/libsdcc.lib: added sprintf module
3801         * device/lib/printf_large.c,
3802         * device/lib/vprintf.c,
3803         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3804           into these 3 files
3805         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3806         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3807         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3808           hc08 test
3809         * support/regression/tests/zeropad.c: define idata as data for hc08
3810
3811 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3812
3813         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3814         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3815         labels are referenced at least once (even if a reference is not found)
3816         * src/hc08/gen.c (emitcode): set isComment flag for comments
3817         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3818         loads), rules 6a..6b (optimize jumps to return)
3819
3820 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3821
3822         * device/lib/acosf.c (acosf),
3823         * device/lib/asinf.c (asinf),
3824         * device/lib/atanf.c (atanf),
3825         * device/lib/ceilf.c (ceilf),
3826         * device/lib/cosf.c (cosf),
3827         * device/lib/coshf.c (coshf),
3828         * device/lib/cotf.c (cotf),
3829         * device/lib/fabsf.c (fabsf),
3830         * device/lib/floorf.c (floorf),
3831         * device/lib/log10f.c (log10f),
3832         * device/lib/logf.c (logf),
3833         * device/lib/sinf.c (sinf),
3834         * device/lib/sinhf.c (sinhf),
3835         * device/lib/sqrtf.c (sqrtf),
3836         * device/lib/tanf.c (tanf),
3837         * device/lib/tanhf.c (tanhf),
3838         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3839         replaced all instances of "reentrant" in the library functions
3840         defined in math.h with this macro.
3841         * support/regression/tests/float_trans.c: reenabled test for hc08
3842
3843 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3844
3845         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3846         erroneously deleted
3847
3848 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3849
3850         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3851         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3852         multi-byte volatile operands are used
3853         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3854         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3855         initialization to area GSINIT0 so that it would always precede
3856         any static initializers in GSINIT
3857         * support/regression/tests/zeropad.c: fixed idata define for hc08
3858         * support/regression/tests/bug-927659.c,
3859         * support/regression/tests/float_trans.c: disabled tests for hc08
3860         pending missing library routines
3861         * .version: increased version number to 2.4.4 - hc08 port now passes
3862         regression tests
3863
3864
3865 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3866
3867         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3868         * Makefile.common.in,
3869         * as/Makefile,
3870         * as/hc08/Makefile.in,
3871         * as/mcs51/Makefile.in,
3872         * as/z80/Makefile.in,
3873         * debugger/mcs51/Makefile.in,
3874         * device/include/Makefile.in,
3875         * device/lib/Makefile.in,
3876         * doc/Makefile,
3877         * link/Makefile,
3878         * link/z80/Makefile.in,
3879         * packihx/Makefile.in,
3880         * sim/ucsim/main_in.mk,
3881         * sim/ucsim/avr.src/Makefile.in,
3882         * sim/ucsim/doc/Makefile.in,
3883         * sim/ucsim/gui.src/serio.src/Makefile.in,
3884         * sim/ucsim/hc08.src/Makefile.in,
3885         * sim/ucsim/s51.src/Makefile.in,
3886         * sim/ucsim/xa.src/Makefile.in,
3887         * sim/ucsim/z80.src/Makefile.in,
3888         * src/Makefile.in,
3889         * support/cpp2/Makefile.in,
3890         * support/librarian/Makefile,
3891         * support/makebin/Makefile: added DESTDIR to the install path proposed
3892         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3893         * doc/sdccman.lyx: added DESTDIR documentation
3894
3895 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3896
3897         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3898         instruction for interrupt handlers, use fast returns when returning
3899         from high priority interrupts
3900
3901 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3902
3903         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3904         code generation
3905         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3906         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3907         bugs, ported much of Bernhard's code from mcs51
3908         * src/mcs51/gen.c (genSend),
3909         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3910         than one when calling a reentrant function
3911         * device/lib/_mullong.c: defined an alternate struct layout for big
3912         endian ports (hc08)
3913
3914 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3915
3916         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3917         test
3918
3919 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3920
3921         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3922         are sane and complete before asking the port its prefered parameter
3923         passing method (fixes bug #1017633)
3924         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3925         and _ret3
3926
3927 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3928
3929         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3930         problem in bitfields >= 8 bits.
3931
3932 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3933
3934         * src/SDCCsymt.c: undid changes that were not meant to be committed
3935
3936 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3937
3938         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3939
3940 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3941
3942         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3943           copied and wrong bit got inverted
3944
3945 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3946
3947         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3948         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3949         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3950         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3951         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3952         assignments to bitfields at known addresses
3953         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3954         reads from bitfields at known addresses
3955         * src/hc08/ralloc.c (packRegisters),
3956         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3957         genhc08Code): optimize pointer get values used as conditionals
3958         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3959         and branch
3960
3961 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3962
3963         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3964         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3965         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3966         as conditionals
3967
3968 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3969
3970         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3971
3972 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3973
3974         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3975         related problems
3976
3977 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3978
3979         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3980
3981 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3982
3983         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3984         mcs51 port
3985
3986 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3987
3988         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3989
3990 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3991
3992         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3993         cases use more compact code.
3994
3995 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3996
3997         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3998
3999 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4000
4001         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
4002
4003 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4004
4005         * src/SDCCsymt.h,
4006         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
4007         parameter of changePointer() from symbol* to sym_link*
4008         * src/SDCCast.c (decorateType): call changePointer() for CAST op
4009         * src/SDCCsymt.c (compareType): void* type is castable to other
4010         pointers, but not necesarily an exact match.
4011         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
4012         is no longer blindly treated as an exact match.
4013         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
4014
4015 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
4016
4017         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
4018
4019 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
4020
4021         * src/pic/gen.c,
4022         * src/pic/pcode.c,
4023         * src/pic/ralloc.h,
4024         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
4025
4026 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
4027
4028         * src/pic/device.c,
4029         * src/pic/device.h,
4030         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
4031
4032 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4033
4034         * src/mcs51/gen.c (emitcode): fixed bug #992819
4035
4036 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
4037
4038         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
4039           there's no need to make it worse
4040
4041 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4042
4043         * src/mcs51/ralloc.c (deassignLR),
4044         * src/ds390/ralloc.c (deassignLR),
4045         * src/hc08/ralloc.c (deassignLR),
4046         * src/z80/ralloc.c (deassignLR),
4047         * src/pic/ralloc.c (deassignLR),
4048         * src/pic16/ralloc.c (deassignLR),
4049         * src/avr/ralloc.c (deassignLR),
4050         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
4051         rlivePoint): fixed another part of bug #971834
4052
4053 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4054
4055         * src/z80/main.c: enabled "critical" keyword
4056         * src/z80/mappings.i,
4057         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
4058         functions (fixes bug #979646)
4059         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
4060
4061 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4062
4063         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
4064           such as c:\mydir.
4065
4066 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
4067
4068         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
4069           doesn't disable too much optimizations
4070
4071 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4072
4073         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
4074
4075 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
4076
4077         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
4078
4079 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
4080
4081         * src/pic/gen.c tidied up tabs
4082         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
4083         * src/pic/main.c tidied up tabs
4084         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
4085         * src/pic/pcoderegs.c tidied up tabs
4086         * src/pic/ralloc.c tidied up tabs
4087
4088 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
4089
4090         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
4091         to S_FIXED for pic16 port and when symbol is not in level 0,
4092         allocate for S_REGISTER storage class and pic16 port, too,
4093         * src/pic16/device.h: prototype for checkSym,
4094         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
4095         * (pic16_assignConfigWordValue): test the value and the mask to
4096         validate that the value is suitable for the configuration word,
4097         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
4098         collect extern declared symbols, don't emit symbol twice, check
4099         first if symbol is in publics set first,
4100         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
4101         * added command line '--fstack' which enables an experimental
4102         feature for stack access, too buggy to be used yet...
4103         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
4104         * (pic16_allocDirReg): when register has storage class S_REGISTER
4105         allocate in pic16_dynAccessRegs,
4106         * device/include/pic16/pic18f????.h: modified configuration word
4107         naming convention, words started as CONFIG0H but should be CONFIG1H
4108
4109 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
4110
4111         * device/include/mcs51reg.h: fixed bug 970993
4112
4113 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
4114
4115         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
4116         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
4117         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
4118         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
4119         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
4120         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
4121           error/warning numbers,
4122           added function setWarningDisabled()
4123         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
4124         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
4125           _memcmp.c _memmove.c calloc.c realloc.c free.c
4126         * support/regression/tests/malloc.c: added tests for new functionality
4127         * support/regression/tests/zeropad.c: added tests for truncated initializers
4128           and initialized char arrays starting with '\x0'
4129         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
4130
4131 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
4132
4133         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
4134
4135 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4136
4137         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
4138         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
4139         peephole 177.e. Thanks to anonymous
4140
4141 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
4142
4143         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
4144         function isn't used in the source but referenced as a
4145         variable initializer then declare it as extern in .asm file
4146
4147 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
4148
4149         * .version: increased version number to 2.4.3
4150
4151         Adding version extension according to ChangeLog CVS revision
4152         * src/Makefile.in (target all): added dependency 'version.h'
4153         * (rule version.h): added rule to create version.h from ChangeLog,
4154         * (rule dep): added dependency version.h,
4155         * src/version.awk: AWK script to create version.h
4156         * src/SDCCdwarf2.c (dwWriteModule),
4157         * src/SDCCglue.c (initialComments),
4158         * src/SDCCmain.c (printVersionInfo): modified to write after
4159         version string the version extension number,
4160         * src/SDCCutil.c: included "version.h"
4161         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
4162         number,
4163         * src/SDCCutil.h: added prototype for getBuildNumber
4164
4165         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
4166         includeDirsSet, too,
4167         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
4168         const char [] is found in function prototype...
4169
4170         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
4171         moving to WREG with source is already in WREG,
4172         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
4173         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
4174         * (aopForSym): stack'ed symbols are partially supported, added
4175         if-clause to support symbols in FARSPACE,
4176         * (sameRegs): added test for AOP_ACC to see if registers are same,
4177         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
4178         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
4179         * (pic16_popRegFromString): will not allocate a new register if it
4180         doesn't find one by name, bug may have introduced...
4181         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
4182         * (genIpush): revived to use pic16 port's stack,
4183         * (genAddrOf): added incomplete case for stack'ed operand,
4184         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
4185         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
4186         can handle multibyte operands,
4187         * src/pic16/glue.c (pic16_printIval*): some debug info added,
4188         * (pic16initialComments): added message for MPLAB compatibility
4189         mode enabled,
4190         * src/pic16/main.h: prototype for pic16_mplab_comp,
4191         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
4192         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
4193         * (_pic16_linkEdit): NEW, handles link stage, transferred here
4194         because of increased complexity of procedure,
4195         * (_process_pragma): stack pragma changed to format 'stack pos len',
4196         emit symbol '_stack_end' to conform with gplink,
4197         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4198         to search for register,
4199         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4200         PO_GPR_REGISTER,
4201         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4202         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4203         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4204         case for PO_GPR_REGISTER,
4205         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4206         dies, the new era is ahead !...
4207         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4208         pic16_dynInternalRegs,
4209         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4210         * (pic16_allocDirReg): minor optimizations and bug fixes,
4211         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4212
4213         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4214         load stack and frame pointer with address of 'stack_end' symbol
4215
4216 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4217
4218         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4219         without source code but only variable initializers
4220
4221 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4222
4223         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4224         external are not declared as extern to reduce overhead while linking
4225
4226 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4227
4228         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4229
4230 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4231
4232         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4233           Yee Keat for the patch
4234         * src/SDCCast.c (decorateType): fixed bug #979599
4235         * src/ds390/gen.h: removed local fReturnSizeDS390
4236         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4237         * src/ds390/gen.c (genAnd, genOr, genXor),
4238         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4239
4240 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4241
4242         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4243         add relFilesSet to $3, manipulate $2 to handle linking of object
4244         files without source files in command line,
4245         * device/include/pic16 (all headers): added ID location macros,
4246         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4247         entries for ID location bytes,
4248         * (pic16_assignIdByteValue): NEW,
4249         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4250         added field dumpcalltree to pic16_options_t,
4251         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4252         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4253         emitting rFalseIfx label after check_carry label,
4254         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4255         pic16_emitDIRegs), NEW
4256         * (pic16glue): dump .calltree file when option --calltree found,
4257         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4258         * (_pic16_genAssemblerPreamble): emit ID locations after
4259         configuration registers,
4260         * (pic16_linkCmd): modifications of the link command,
4261         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4262         * (pic16_pCodeInitRegisters): don't init stack registers,
4263         * (pic16_findPrevInstruction): fixed bug,
4264         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4265         bug with immediate registers,
4266         * (buildCallTree): traces stack push and pop,
4267         * (pct2): dump also stack usage for each function,
4268         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4269         * (pic16_allocDirReg): various modifications,
4270         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4271         fixed to 1,
4272
4273 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4274
4275         * src/pic16/pcode.c: removed buggy double colon
4276
4277 2004-07-01 Borut Razem <borut.razem AT siol.net>
4278
4279         * support/scripts/sdcc.nsi: added include/pic16 to setup
4280
4281 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4282
4283         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4284         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4285         target 'clean',
4286         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4287         specific command line arguments. Also added sample lkr script
4288         for placing a variable at a specific memory bank.
4289         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4290         at a specific memory bank,
4291         * (pic16_dump_isection): fixed bug which caused string literals to
4292         be omitted when dumping idata section,
4293         * (pic16_groupRegistersInSection): added code to handle registers
4294         in specific memory banks,
4295         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4296         public, all references are renamed too,
4297         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4298         AOP_DPTR2,
4299         * (pic16_storeForReturn): added case to handle when dest is WREG,
4300         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4301         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4302         pic16_rel_udata, check to see if that register is marked as being
4303         a member of a specific memory bank,
4304         * (pic16_printIvalCharPtr): added code to add string literals either
4305         to code or the idata sections,
4306         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4307         also accept the 'udata' pragma,
4308         * src/pic16/main.h: new structure types sectName and sectSym
4309         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4310         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4311         * (pic16_findPrevInstruction): fixed, it returned nothing,
4312         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4313         instruction combinations,
4314         * (pic16_FixRegisterBanking): heavily reorganised,
4315         * (pic16_AnalyzeBanking): if generating banksel directives is
4316         disabled, then don't call FixRegisterBanking at all,
4317         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4318         completely removed,
4319         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4320
4321 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4322
4323         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4324         Phuah Yee Keat <yk.phuah AT nestac.com>
4325
4326 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4327
4328         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4329         correctly the IVT even if it is relocated to some other location
4330
4331 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4332
4333         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4334         * device/include/pic16/pic18f2220.h: NEW,
4335         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4336         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4337         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4338         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4339         nodefaultlibs, ivt_loc is the location of the interrupt vector
4340         table, and nodefaultlibs signs that default libraries should not be
4341         linked in link stage,
4342         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4343         according to --ivt-loc argument,
4344         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4345         when pragma stack is found,
4346
4347 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4348
4349         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4350         256 (range check), 257 (do while), 258.a-f (bit banging
4351         f.e. on 3-wire SPI bus)
4352
4353 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4354
4355         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4356         variables used exclusively within a loop
4357
4358 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4359
4360         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4361
4362 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4363
4364         * src/SDCClrange.c (computeClash): fixed bug #971834
4365
4366 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4367
4368         * src/mcs51/gen.c (genCmp): fixed bug #975903
4369         * src/hc08/gen.c (operandsEqu),
4370         * src/ds390/gen.c (operandsEqu),
4371         * src/z80/gen.c (operandsEqu),
4372         * src/pic/gen.c (operandsEqu),
4373         * src/pic16/gen.c (operandsEqu),
4374         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4375         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4376
4377 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4378
4379         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4380
4381 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4382
4383         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4384         default case in switch statement,
4385         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4386         to eliminate problem with initialisation of pointers, but problem
4387         still exists,
4388         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4389         * (emitStaticSegment): removed various lines emitting debug info,
4390         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4391         added processor registers for utilizing EEPROM,
4392         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4393         configurable and set 8
4394
4395 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4396
4397         * .version: increased version number to 2.4.2,
4398
4399         Cumulative patch for pic16 port
4400         * src/pic16/device.c: changed scheme to dump initial values for
4401         variables in idata segment, all print_idata* functions were removed,
4402         now the pic16_printIval* will be called,
4403         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4404         * _pic16_printPointerType, pic16_printPointerType,
4405         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4406         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4407         NEW, similar to the respective functions in SDCCglue.c,
4408         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4409         way, emitting hex bytes,
4410         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4411
4412 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4413
4414         * src/avr/ralloc.c (serialRegAssign),
4415         * src/xa51/ralloc.c (serialRegAssign),
4416         * src/pic/ralloc.c (serialRegAssign),
4417         * src/pic16/ralloc.c (serialRegAssign),
4418         * src/hc08/ralloc.c (serialRegAssign),
4419         * src/z80/ralloc.c (serialRegAssign),
4420         * src/ds390/ralloc.c (serialRegAssign),
4421         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4422
4423 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4424
4425         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4426         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4427
4428 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4429
4430         Cumulative patch for pic16 port:
4431         * src/pic16/device.h (typedef PIC16_device) modified fields for
4432         defining microcontrollers,
4433         * src/pic16/device.c: added new info for all devices in Pics16 array,
4434         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4435         to be optimised out by the pCode optimiser,
4436         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4437         specially, bug reported by G.M. Gallant,
4438         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4439         as force'd so that cannot be optimised out by pCode optimiser,
4440         * src/pic16/pcode.c,
4441         * src/pic16/pcodepeeph.c,
4442         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4443         they are disabled by default, but can be enabled explicit with
4444         command argument --denable-peeps, for testing,
4445         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4446         --pomit-ivt in COMPILE_FLAGS
4447
4448 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4449
4450         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4451           compilation on MSVC
4452
4453 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4454
4455         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4456
4457 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4458
4459         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4460         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4461
4462 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4463
4464         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4465         would only assign 0x300001 register.
4466
4467 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4468
4469         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4470         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4471
4472 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4473
4474         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4475         for ds80c400
4476         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4477         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4478         added peephole 254 (left shift), 255 (jump table)
4479
4480 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4481
4482         * device/lib/Makefile.in: removed comment line with model-pic16,
4483         * (target port-specific-objects-pic16): the libraries and objects
4484         are copied to the build directory form the device/lib/pic16/bin
4485         directory
4486
4487         Cumulative patch concerning pic16 port:
4488         * library directory has been re-organized,
4489         * added support for PIC18F1220,
4490         * added headers and library sources for chips 18f1220,18f6520,
4491         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4492
4493         * configuration registers setting has changed, now each supported
4494         device has a complete description of the registers it uses,
4495         * all initialisations are moved to idata sections, these section
4496         can be absolute or relocatable,
4497         * fixed initialisation of codespace variables,
4498         * fixed warning about PCLATU and gpsim,
4499         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4500         * (genAssign): use table reads when assigning from variables in codespace,
4501         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4502         char/int variables placed in codespace,
4503         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4504         registers set in .asm file, no need for --pomit-config-words anymore,
4505         * (pic16glue): some 8051 legacy segments are commented out
4506         (to be removed completely),
4507         * added support for alternative assembler and linker with --asm=
4508         and --link= command line arguments,
4509         * peepholes are disabled automatically in the port, no need to
4510         specify on command line,
4511         * port supports natively char/int/long multiplication, but converts
4512         all divisions to support functions,
4513         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4514         to the file set in variable $2,
4515         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4516         strings in ASCII format and not in hex,
4517         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4518         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4519         allocate proper register if iCodes aren't temporary,
4520
4521 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4522
4523         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4524
4525 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4526
4527         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4528         is commented out
4529
4530 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4533         computed address is reused
4534         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4535         multi-byte bitfields
4536
4537 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4538
4539         * src/z80/gen.c: (genArrayInit): must check for pointers too
4540
4541 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4542
4543         * support/regression/tests/zeropad.c: never meant to commit the
4544           nestedstruct test: removed, added check for GCC version
4545
4546 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4547
4548         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4549         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4550         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4551           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4552           bugs 928906 and 954082 half-empty initializers
4553         * src/SDCCsymt.h,
4554         * src/SDCCsymt.c (getAllocSize): added for above fix
4555         * src/z80/gen.c (genArrayInit): fixed bug 741044
4556         * support/regression/tests/zeropad.c: added tests
4557
4558 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4559
4560         * src/pic16/device.c (pic16_dump_section): corrected bug which
4561         caused some symbols of the libraries to be misplaced
4562
4563 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4564
4565         * src/pic16/glue.c,
4566         * src/pic16/ralloc.h,
4567         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4568         to fix conflict with pic port
4569
4570 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4571
4572         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4573         externs configuration variables,
4574         * src/pic16/ralloc.h,
4575         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4576         prototype in header, commented out some debug messages
4577
4578 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4579
4580         * src/pic16/glue.c,
4581         * src/pic16/main.c,
4582         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4583         for gpasm COFF object generation. Thanks to D. Hawkins for
4584         his patch info
4585
4586 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4587
4588         * src/ds390/main.c,
4589         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4590         Brock for spotting this)
4591         * src/ds390/gen.c (genEndFunction),
4592         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4593         interrupt handler and critical. Disable push/pop optimizations when
4594         peephole optimizations disabled.
4595
4596 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4597
4598         Updated pic16 library sources and headers.
4599         * device/lib/pic16/pic18f*/ ,
4600         * device/include/pic16/*.h: modified to handle structured SFR
4601         definitions
4602
4603 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4604
4605         * src/port.h (PORT structure): added hook initPaths, now each
4606         port can declare its own default search paths,
4607         which can been seen with the --print-search-dirs option,
4608         see pic16 port for example,
4609         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4610         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4611         * (doPrintSearchDirs): NEW, replaces in a central manner the
4612         printing of search dirs which was split in set*Paths functions,
4613         * (main): added call to port->initPaths and doPrintSearchDirs,
4614         * src/avr/main.c,
4615         * src/ds390/main.c,
4616         * src/hc08/main.c,
4617         * src/izt/i186.c,
4618         * src/izt/tlcs900h.c,
4619         * src/mcs51/main.c,
4620         * src/pic/main.c,
4621         * src/pic16/main.c: modified port structures to reflect addition of
4622         initPaths hook,
4623
4624         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4625         * (pic16_dump_section): for registers in same address reserve memory once,
4626         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4627         to no_banksel,
4628         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4629         result is greater in size than right or left,
4630         * (pic16_genUMult8X8_8): there are some cases where the result can
4631         be 16 bits size, so handle these,
4632         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4633         * (pic16_outBitC): modified to emit pcodes,
4634         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4635         or not,
4636         * (genDivOneByte): implemented algorithm to divide 8-bits,
4637         * (genCmp): uncommented goto, but issues still exist,
4638         * (genAnd): fixed a bug with variables >8bits,
4639         * (genPackBits): optimization added that uses BCF/BSF to change a
4640         single bit,
4641         * (genAssign): fixed bug when assigning floating point literals,
4642         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4643         __sdcc_gsinit_startup label,
4644         * src/pic16/main.c (_pic16_init): removed search directory
4645         initialisations,
4646         * (_pic16_initPaths): NEW, used to initialise search directories,
4647         * (_hasNativeMulFor): support functions for all except char/int
4648         multiplication, and char division,
4649         * (PIC16_port struct): modified entry for native mul support,
4650         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4651         no_banksel option,
4652         * (buildCallTree): call to register_usage is ifdef'ed out,
4653
4654 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4655
4656         * device/include/string.h: applied Stas Sergeev's patch to make this
4657         header file compatible with the preprocessor -Wundef option
4658         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4659         failure (fixes bug #941458)
4660
4661 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4664         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4665         that the variable, not the function, should be static
4666         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4667         to be consistent with non-literal case
4668
4669 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4670
4671         * src/SDCCast.c (isConformingBody): fixed bug #949967
4672         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4673         convilong): fixed bug #952086
4674
4675 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4676
4677         * src/SDCCmem.c (allocVariables): fixed bug #955321
4678
4679 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4680
4681         * src/hc08/main.c (_hc08_genAssemblerEnd),
4682         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4683         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4684         completely eliminated the use of a temporary file
4685         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4686         when more than one file linked
4687         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4688
4689 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4690
4691         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4692         which fixes bug #543481
4693         * support/regression/tests/bug-751703.c: fixed comments left from a
4694         cut and paste error
4695         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4696         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4697         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4698         scopes
4699         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4700         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4701         are now changed to underscores in moduleName
4702
4703 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4704
4705         * as/mcs51/lkmem.c: better fix for bug #954173
4706
4707 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4708         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4709
4710         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4711         * device/include/c8051f000.h,
4712         * device/include/c8051f120.h,
4713         * device/include/c8051f300.h,
4714         * device/include/c8051f310.h,
4715         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4716         PWM16) and detab'ed
4717
4718 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4719
4720         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4721         and mailing lists, doc'ed --no-peep-comments, removed reference
4722         to knoppix (newest version has no LyX/LaTeX), other minor changes
4723         * src/SDCCglue.c (glue): save 2 bytes stack space with
4724         option --main-return. The ljmp could probably be avoided too
4725
4726 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4727
4728         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4729
4730 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4731
4732         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4733         * src/SDCCopt.c (isLocalWithoutDef),
4734         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4735         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4736         (credit to Maarten Brock for patch #949363, on which this is based)
4737         * support/regression/tests/bug-751703.c: some test cases of extern used
4738         within inner scopes.
4739
4740 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4741
4742         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4743         SPEC_STRUCT
4744         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4745         struct definitions
4746         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4747         dwWriteLabel): fix to create valid debugger symbols even when
4748         the module name has non-alphanumeric symbols in it
4749         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4750         when a variable's allocation has been optimized away
4751
4752
4753 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4754
4755         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4756         * src/hc08/main.c,
4757         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4758         * src/mcs51/main.c,
4759         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4760         * src/ds390/main.c,
4761         * src/z80/gen.c (z80_emitDebuggerSymbol),
4762         * src/z80/main.c,
4763         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4764         * src/pic/main.c,
4765         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4766         * src/pic16/main.c,
4767         * src/avr/gen.c (avr_emitDebuggerSymbol),
4768         * src/avr/main.c,
4769         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4770         * src/xa51/main.c,
4771         * src/SDCCdebug.c (emitDebuggerSymbol),
4772         * src/SDCCdebug.h,
4773         * src/port.h: added a debugger struct to the port struct. Added a
4774         callback for defining debugger symbols
4775
4776         * src/SDCCast.c (createLabel),
4777         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4778         with isitmp = 1
4779         * src/SDCCicode.h,
4780         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4781         iCode back to the ast for the function
4782
4783         * src/hc08/ralloc.c (hc08_assignRegisters),
4784         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4785         unneeded fields from the regs struct.
4786         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4787         pushReg() & pullReg() functions instead of emitcode()
4788
4789         * src/hc08/gen.c (genLabel, genhc08Code),
4790         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4791
4792         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4793         debugger hooks
4794
4795         * src/hc08/gen.c (genEndFunction, genhc08Code),
4796         * src/hc08/gen.h,
4797         * src/mcs51/gen.c (genEndFunction, gen51Code),
4798         * src/mcs51/gen.h,
4799         * src/ds390/gen.c (genEndFunction, gen390Code),
4800         * src/ds390/gen.h,
4801         * src/z80/gen.c (genEndFunction, genZ80Code),
4802         * src/z80/gen.h,
4803         * src/z80/z80.h,
4804         * src/pic/gen.c (genEndFunction, genpic14Code),
4805         * src/pic/gen.h,
4806         * src/pic16/gen.c (genEndFunction, genpic16Code),
4807         * src/pic16/gen.h,
4808         * src/avr/gen.c (genEndFunction, genAVRCode),
4809         * src/avr/gen.h,
4810         * src/xa51/gen.c (genEndFunction, genXA51Code),
4811         * src/xa51/gen.h,
4812         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4813         specific code to cdbFile.c and out of the backend code generators
4814
4815         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4816         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4817         starting address is now 0
4818
4819         * as/hc08/asm.h,
4820         * as/hc08/m08pst.c,
4821         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4822         assembler directive for DWARF support
4823         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4824
4825         * src/src.dsp,
4826         * src/Makefile.in,
4827         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4828
4829 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4830
4831         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4832         and inappropriate peephole optimization in jump tables
4833
4834 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4835
4836         * as/hc08/m08pst.c,
4837         * src/SDCCglue.c: sdccopt works for the hc08 port now
4838
4839 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4840
4841         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4842
4843 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4844
4845         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4846
4847 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4848
4849         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4850         rules
4851         * src/SDCCmain.c,
4852         * src/SDCCglobl.h,
4853         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4854         comments from the peephole optimizer replacement rules
4855         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4856         symbols
4857         * src/SDCCcse.c (updateSpillLocation),
4858         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4859         equivalents
4860         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4861         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4862         objects far pointers
4863
4864 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4865
4866         * src/SDCCsymt.h: a missing part of my last change
4867         * src/pic/ralloc.c (regTypeNum),
4868         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4869
4870 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4871
4872         * src/SDCCicode.h,
4873         * src/SDCCicode.c (aggrToPtrDclType),
4874         * src/SDCCptropt.h,
4875         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4876         ptrPseudoSymConvert),
4877         * src/pic/ralloc.c (regTypeNum),
4878         * src/pic16/ralloc.c (regTypeNum),
4879         * src/hc08/ralloc.c (regTypeNum),
4880         * src/ds390/ralloc.c (regTypeNum),
4881         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4882         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4883
4884 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4885
4886         * link/z80/lkmain.c (afile),
4887         * as/hc08/lkmain.c (afile),
4888         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4889         prevent a pointer problem when a filename has no directory and
4890         no extension specified.
4891
4892 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4893
4894         * link/z80/lkmain.c (afile): allow periods in directory names
4895         * link/z80/lkmain.c (afile),
4896         * as/mcs51/lkmain.c (afile),
4897         * as/hc08/lkmain.c (afile): allow linker script file to have an
4898         extension other than ".lnk"
4899         * link/z80/lklex.c (getfid),
4900         * link/z80/lkmain.c (parse),
4901         * as/mcs51/lklex.c (getfid),
4902         * as/mcs51/lkmain.c (parse),
4903         * as/hc08/lklex.c (getfid),
4904         * as/hc08/lkmain.c (parse): Support comments in the linker script
4905         file on lines by themselves and after filenames
4906
4907 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4908
4909         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4910
4911 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4912
4913         * src/z80/peeph-z80.def: removed some peephole rules that don't
4914         work with multibyte arithmetic (fixed bug #937126)
4915         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4916         to registers and not global variables
4917         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4918         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4919         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4920         checking for assignments not internally generated (fixed bug #931895)
4921         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4922         structure member (fixed bug #930072)
4923
4924 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4925
4926         * src/SDCCmain.c (linkEdit),
4927         * src/hc08/main.c (_hc08_parseOptions),
4928         * as/hc08/Makefile.in,
4929         * as/hc08/aslink.h,
4930         * as/hc08/asm.h,
4931         * as/hc08/m08pst.c,
4932         * as/hc08/lkrloc.c (relr, rele),
4933         * as/hc08/lkarea.c (lnkarea)
4934         * as/hc08/lkmain.c (afile, parse),
4935         * as/hc08/lkelf.c: support for ELF output
4936         * as/hc08/lks19.c (s19),
4937         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4938
4939 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4940
4941         * as/mcs51/lkihx.c: Fixed bug #899105.
4942
4943 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4944
4945         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4946         .dsp files from Unix to DOS.
4947
4948 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4951         function pointers; we have been compliant for several months now.
4952         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4953         change that was accidently commented out
4954         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4955         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4956         bug #922319
4957
4958 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4959
4960         * src/hc08/gen.c: output of all of the internal debugging information
4961         is now controlled by the D() macro; it is disabled by default
4962
4963 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4964
4965         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4966         harder to keep the same registers during a CAST iCode
4967         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4968         long via int can be done in a single cast, if the signedness is
4969         correct.
4970         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4971         putchar() in tinibios.c in ds390's library
4972
4973 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4974
4975         * src/SDCCast.c (decorateType): fixed bug #898889,
4976         cast result of a literal complement too
4977         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4978         fixed check for bitfields
4979
4980 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4981
4982         * src/SDCCicode.c (geniCodeLogic): made it static,
4983         (geniCodeLogicAndOr): added in order to fix bug #905492,
4984         (ast2iCode): fixed bug #905492
4985         * support/regression/tests/bug-905492.c: added
4986         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4987         (processParms): fixed bug #927659: don't copy parms, this will clear
4988         decorated flag
4989         * support/regression/tests/bug-927659.c: added
4990
4991 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4992
4993         * src/SDCCast.c (addCast): don't cast float to char
4994         * device/lib/libsdcc.lib: added _memmove
4995
4996 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4997
4998         * device/lib/large/Makefile: fixed parallel execution by
4999         replacing `make` by `$(MAKE)`
5000
5001 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5002
5003         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
5004         offsets (fixes bug #923936)
5005
5006 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
5007
5008         * device/lib/small/Makefile: fixed parallel execution by
5009         replacing `make` by `$(MAKE)`
5010
5011 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5012
5013         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
5014
5015 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
5016
5017         * src/pic/gen.c (genCpl): multi-byte complements were not working.
5018         * src/regression/Makefile: Regression test was not running.
5019
5020 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
5021
5022         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
5023         complement if possible
5024         * src/SDCCval.c (valComplement),
5025         * src/SDCCicode.c (operandOperation): fixed complement of literal
5026         * support/regression/tests/onebyte.c (testComplement): added
5027
5028 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
5029
5030         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
5031         return an optimized tree; actually replace actParm with the new tree
5032         * src/SDCCast.h: added some parantheses to remove side effects
5033         * support/regression/tests/bug-920866.c
5034
5035 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
5036         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
5037         Bit operands were not being handled properly in the pic14 port.
5038         (now src/regression/add.c passes again).
5039
5040 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5041
5042         * src/SDCC.y (labeled_statement): case and default no longer require
5043         a following statement (RFE #893037)
5044
5045 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5046
5047         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
5048         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
5049         disabled (fixes bug #916294)
5050         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
5051         "mov a,acc"; patch provided by Lenny Story
5052         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
5053
5054 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5055
5056         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
5057         functions
5058         * src/ds390/gen.c (genFunction, genEndFunction),
5059         * src/ds390/ralloc.c (ds390_assignRegisters),
5060         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
5061         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
5062         pushed if there are parameters passed on the stack. Also, a cleaner
5063         way to decide if r0/r1 should be pushed/popped. (Together they fix
5064         bug #918693)
5065
5066 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5067
5068         * doc/sdccman.lyx,
5069         * device/lib/mcs51/crtpagesfr.asm,
5070         * device/lib/mcs51/crtxinit.asm,
5071         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
5072         to avoid confusion with Si Lab's SFRPAGE register.
5073
5074 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5075
5076         * src/SDCCglue.c (emitMaps): allow public sfr variables
5077         * src/SDCCglue.c (initialComments): include compiler build date
5078         with compiler version and put the timestamp of the generated
5079         assembly file on a serperate line to be less confusing.
5080         * src/port.h: added genInitStartup hook
5081         * src/avr/main.c,
5082         * src/ds390/main.c,
5083         * src/hc08/main.c,
5084         * src/pic/main.c,
5085         * src/pic16/main.c,
5086         * src/xa51/main.c,
5087         * src/z80/main.c: genInitStartup initialize as NULL (default to
5088         historical behaviour)
5089         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
5090         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
5091         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
5092         library instead of hard coding it into the compiler.
5093         * support/regression/ports/mcs51-stack-auto/spec.mk,
5094         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
5095         * device/lib/mcs51/Makefile,
5096         * device/lib/small/Makefile,
5097         * device/lib/large/Makefile,
5098         * device/lib/mcs51/crtpagesfr.asm,
5099         * device/lib/mcs51/crtstart.asm,
5100         * device/lib/mcs51/crtxclear.asm,
5101         * device/lib/mcs51/crtxinit.asm,
5102         * device/lib/mcs51/crtclear.asm,
5103         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
5104         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
5105         and into user configurable files.
5106         * device/lib/clean.mk: clean mcs51 directory too
5107         * support/regression/tests/longlit.c: added static to T1 declaration
5108         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
5109         accesses in the initialization code
5110
5111 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5112
5113         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
5114         OSCTRIMVAL as noted in bug #916008
5115
5116 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5117
5118         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
5119         in loops with multiple exits (reported as incorrect registers
5120         used by Martin Helmling in Sdcc-user list)
5121
5122 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5123
5124         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
5125         made ds390 register extensions look less like error messages
5126
5127 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5128
5129         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
5130         reported by Adam Wozniak in Sdcc-user list
5131
5132 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
5133
5134         * src/SDCCast.c (decorateType): fixed with bug and promotion in
5135         arithmetic optimizations, added debug output
5136
5137 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
5138
5139         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
5140         * sdcc.spec: updated and split sdcc into 3 rpms
5141         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
5142         needed for literals of LEFT_OP and '+'
5143         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
5144         introduced RESULT_TYPE_NOPROM
5145         (geniCodeMultiply): fixed logic for decision if mul is optimized to
5146         left shift
5147         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
5148         limited promotion to int only for '*'
5149         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
5150
5151 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
5152
5153         * src/pic16/gen.c (genSkip),
5154         (genc16bit2lit), (gencjneshort): commented out
5155         (is_LitOp): new helper function, checks operand type
5156         (genCmpEq): rewritten
5157
5158 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
5159
5160         * support/regression/tests/bug-908454.c: added
5161
5162 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
5163
5164         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
5165         * src/SDCCicode.c (usualBinaryConversions): op needs int type
5166         (geniCodeCast): cosmetic, don't preserve bit storage class
5167         (geniCodeLeftShift): added promotion
5168         (geniCodeLogic): fixed regression
5169         * src/SDCCsymt.c (computeTypeOr): accept bits too
5170         (compareType): 2nd part of fix for bug #908454, needed for bitfields
5171
5172 2004-03-07  Borut Razem <borut.razem AT siol.net>
5173
5174         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
5175
5176 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
5177
5178         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
5179         version of pic16_genPackRegisters which does not check if ic is a
5180         CAST operator,
5181         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
5182         function cause string1.c regression test fails
5183
5184 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
5185
5186         * sim/ucsim/configure.in,
5187         * sim/ucsim/configure,
5188         * sim/ucsim/doc/Makefile.in: use docdir
5189         * src/SDCC.y: fixed sbit atrributes
5190         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
5191         * src/SDCCast.c (decorateType): |^& need special promotion handling
5192         * src/SDCCast.h,
5193         * src/SDCCsymt.h: moved definition of RESULT_TYPE
5194         * src/SDCCsymt.h (computeType),
5195         * src/SDCCicode.c: computeType() needs op
5196         * src/SDCCsymt.c (checkTypeSanity),
5197         * doc/sddman.lyx: "plain" bitfields are unsigned
5198         * src/SDCCsymt.c (computeTypeOr): added
5199         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5200         |^& ops
5201         * src/SDCCval.c (val*): computeType() needs op
5202         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5203         * support/regression/tests/onebyte.c: added tests for |^&
5204
5205 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5206
5207         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5208         for writing icode into asm output.
5209
5210 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5211
5212         * src/pic16/device.c: added some debug lines enabled
5213         with macro DEBUG_CHECK,
5214         * src/pic16/genarith.c: more debug in genPlus,
5215         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5216         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5217         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5218         * (aopForSym): onStack symbols are re-placed in data memspace,
5219         and onStack flag is cleared,
5220         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5221         copy temporary pcodeop,
5222         * (genPcall): added warning for not updating PCLATU,
5223         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5224         always true for pic16 port,
5225         * (genMultOneWord): NEW, supports integer multiplication,
5226         * (genMult): modified to call genMultOneWord,
5227         * (ifxForOp): added warning when return NULL,
5228         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5229         flag is set before call to operandFromSymbol for implicit
5230         added structures,
5231         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5232         options.intlong_rent are set by default,
5233         * (_hasNativeMulFor): modified to allow port generation of integer
5234         multiplication,
5235         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5236         set regtype to REG_SFR for all registers, restricting seting the
5237         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5238
5239 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5240
5241         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5242         more than 500 times in the regression tests
5243
5244 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5245
5246         * support/Util/SDCCerr.h,
5247         * support/Util/SDCCerr.c,
5248         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5249         enumerator_list),
5250         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5251         for symbol conflicts.
5252         * support/valdiags/tests/enum.c,
5253         * support/valdiags/tests/tentdecl.c,
5254         * support/valdiags/tests/struct.c: expect possible error messages
5255         referring to original symbol definitions.
5256         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5257         * src/SDCCsymt.h,
5258         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5259
5260 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5261
5262         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5263
5264 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5265
5266         * src/pic16/ralloc.c (newReg): fixed bug #908929
5267
5268 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5269
5270         * src/ds390/gen.c: added missing #include "main.h"
5271
5272 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5273
5274         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5275         checking if symbol is already in set,
5276         * src/pic16/device.h: prototype for checkAddSym,
5277         * src/pic16/gen.c: (_G): added entry interruptvector,
5278         * (assignResultValue): removed some commented out lines,
5279         * (genFunction): check for ISR via sym->type, absolute section for
5280         interrupt code is created via a new pBlock, the goto instruction is
5281         placed now correctly at the interrupt vector position, changed all
5282         references from ivec to _G.interruptvector,
5283         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5284         is the interrupt is a high priority one, same for return from ISR,
5285         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5286         externs to calls of checkAddSym,
5287         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5288         pic16_pcode_verbose flag is set,
5289         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5290         * src/pic16/pcoderegs.c: message about how many registers are saved
5291         will only be emitted if pic16_pcode_verbose flag is set,
5292
5293 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5294
5295         * src/ds390/ralloc.h,
5296         * src/ds390/ralloc.c (ds390_regWithIdx),
5297         * src/ds390/gen.c (emitcode),
5298         * src/ds390/main.h,
5299         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5300         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5301         ds390operandCompare, getRegsRead, getRegsWritten,
5302         initializeAsmLineNode): customized instruction size calculation for
5303         ds390, started basis for some register optimizations
5304         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5305         corresponding assembly output
5306         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5307         missing push/pop of r0/r1. Optimized push/pops
5308
5309 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5310
5311         * src/mcs51/main.c (instructionSize): fixed ACALL size
5312         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5313
5314 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5315
5316         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5317         the sorting of rlist with NULL elements
5318         * (print_idataType, print_idata): NEW to create idata sections
5319         * src/pic16/device.h: idataSymSet new variable
5320         * src/pic16/gen.c (genFunction): fixed some bugs in string
5321         comparing, improved the absolute section creation for ISRs,
5322         added FSR0L/FSR0H in registers that are saved in an ISR,
5323         * (genInline): fixed the processing of inline snippets,
5324         now they undergo no process by the peephole optimizer
5325         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5326         are placed in idataSymSet,
5327         * (pic16emitStaticSeg): extern symbols are added in externs,
5328         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5329         switching when aboslute variables are placed in access bank memory
5330         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5331         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5332         commented out with #if,
5333         * (pic16_packRegisters): reintroduce the check for CAST because some
5334         symbols are not correctly handled,
5335         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5336         pCodeInstruction instead of pCode,
5337         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5338         pCodeAsmDir definition,
5339         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5340         directive, then the argument directive is emitted without the leading
5341         tab, hack for inline labels which must be in the first column,
5342         * (compareLabel,pic16_findNextInstruction),
5343         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5344         * (insertBankSwitch): modified for the new pCodeAsmDir,
5345
5346 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5347         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5348
5349         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5350         instance,
5351         * (pushSide): commented out with #if,
5352         * (assignResultValue): fixed some typos in saving
5353         registers,
5354         * (genPcall): FIXED and sync'ed with genCall,
5355         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5356         * (genNearPointerGet): fixed to handle some more cases,
5357         implementation scheme via table reads,
5358         * (genConstPointerGet): modified to access code memory correct,
5359         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5360         and improved to handle some cases
5361         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5362         instead of "RETLW" for init data
5363         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5364         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5365         variables are placed in access bank memory (<0x80 and >=0xf80),
5366         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5367         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5368         TBLWT_POSTDEC,TBLWT_PREINC
5369         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5370         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5371         directives
5372         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5373         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5374         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5375         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5376
5377 2004-02-29  Borut Razem <borut.razem AT siol.net>
5378
5379         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5380         support/Util/findme.h, support/Util/system.h: enhance binary relative
5381         search for lib and include by using findProgramPath()
5382
5383 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5384
5385         * src/SDCCpeeph.h,
5386         * src/SDCCpeeph.c (pcDistance),
5387         * src/port.h,
5388         * src/mcs51/ralloc.h,
5389         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5390         * src/mcs51/main.h,
5391         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5392         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5393         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5394         size calculation port specific, started basis for some register
5395         optimizations
5396         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5397         missing push/pop of r0/r1. Optimized push/pops
5398         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5399         * device/lib/_modsint.c (_modsint),
5400         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5401         and stack version so regression tests pass
5402
5403 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5404
5405         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5406         * src/SDCCast.c (decorateType): catch another small optimization
5407         with '?' operator
5408         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5409         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5410         modified to finally use computeType() all over SDCC,
5411         see Feature Request #877103
5412         * src/SDCCval.h: cosmetic
5413         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5414         valCompare(); regression tested in muldiv.c
5415         * support/regression/tests/muldiv.c (testMod): mod sign follows
5416         dividend only
5417
5418 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5419
5420         * src/SDCCast.c (decorateType): fixed bug #902362
5421         * doc/INSTALL.txt: fixed install instructions for win32
5422
5423 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5424
5425         * device/include/Makefile.in (install): fixed by replacing spaces
5426         by tabs
5427         * doc/README.txt,
5428         * doc/INSTALL.txt: updated for release
5429         * doc/sdccman.lyx: added warning for --xstack being buggy
5430
5431 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5432
5433         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5434         to eliminate build warnings.
5435         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5436
5437 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5438            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5439
5440         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5441         removed -penable-stack, added comment for stack pragma, added
5442         warning for not initializing the stack/frame registers, removed
5443         comment at interrupts section
5444
5445         Stack is made permanent, there is no ability to disable stack usage.
5446         * src/pic16/device.h,
5447         * src/pic16/device.c: removed all references to USE_STACK macro,
5448         * src/pic16/device.c (pic16_dump_section): when no elements in
5449         rlist, free rlist before return,
5450         * (pic16_dump_int_registers): NEW, internal registers are a new set
5451         of general purpose registers reused by each function,
5452         * (checkAddReg): returns 1 if registers is added to set,
5453         * (pic16_groupRegistersInSection): when a registers is of type
5454         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5455         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5456         SRCASECMP macro is moved here from device.c
5457         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5458         PO_PCLATU, PO_PRODL, PO_PRODH,
5459         * (pic16_pCodeOpType, genMinus,
5460         changed compares to "a" register, with AOP_ACC,
5461         * (pic16_genPlus): fixed some bugs and indented properly,
5462         * (pic16_addSign): changed size to size+offset in the MOVWF
5463         instruction,
5464         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5465         multiply 8-bit operand by literal, result is 8-bit,
5466         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5467         multiply 2 8-bit operand, result is 8-bit,
5468         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5469         genUMult8X*_16,
5470         * src/pic16/gen.c: changed accUse to contain WREG only,
5471         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5472         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5473         true, do not use immediate addressing any more unless sym is a
5474         pointer in codespace,
5475         * (aopForRemat): do not use immediate addressing when symbol not in
5476         codespace and when symbol's address is requested,
5477         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5478         accUse size (= 1),
5479         * (aopGet): added case for AOP_ACC and don't return "accumulator
5480         bug" but WREG instead,
5481         * (popGetTempReg): pushes contents of temporary register in stack,
5482         * (popReleaseTempReg): pops contents of temporary register from
5483         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5484         * (pic16_popGet): separated case AOP_ACC to return register WREG
5485         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5486         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5487         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5488         the use of immediate pointers to certain cases only.
5489
5490         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5491         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5492         * (assignResultValue, genCall, genRet): modified to use the new
5493         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5494         genPcall is still broken,
5495         * (genFunction): added code to create 'A' type pBlocks when
5496         interrupt functions are generated, code not extensively tested yet,
5497         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5498         * (genEndFunction): modified so ISRs pop stored registers from stack,
5499         * (genMultOneByte): cleanup,
5500         * (AccRsh): added flag andmask, to and result with appropriate mask,
5501         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5502         * (genDataPointerGet): fixed and reenabled its use,
5503         * (genNearDataPointerGet): bugs fixed,
5504         * (genDataPointerSet): bugs fixed,
5505         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5506         pic16_DumpSymbol, pic16_DumpOp,
5507         * src/pic16/genutils.h: function prototypes for the above functions,
5508         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5509         pointers,
5510         * (pic16emitRegularMap): many many many improvements, but needs a
5511         major cleanup,
5512         * src/pic16/main.c: enable_stack in pic16_options is removed,
5513         * (_pic16_parseOptions): removed command line options -penable-stack,
5514         * (_process_pragma): emit stack symbol only when stack pragma is
5515         processed,
5516         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5517         redirected to FSR0L/FSR0H pair,
5518         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5519         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5520         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5521         for immediates,
5522         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5523         * (dumpPicOptype): NEW,
5524         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5525         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5526         with movff instruction,
5527         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5528         added pic16_int_regs, some packRegsFor* functions are commented out,
5529         because produce errors,
5530         * src/pic16/NOTES: minor modifications
5531
5532 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5533
5534         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5535         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5536         --pack-iram.
5537         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5538         * as/mcs51/lkaomf51.c: fixed bug #895763
5539
5540 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5541
5542         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5543
5544 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5545
5546         * doc/sdccman.lyx: added details about the HC08 storage classes and
5547         interrupts, fixed the register usage info for z80 & gbz80
5548
5549 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5550
5551         * doc/sdccman.lyx: added more pic16 port documentation
5552         * device/include/pic16/: added header pic18fregs.h
5553
5554 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5555
5556         * doc/sdccman.lyx: added Vangelis' contribution
5557
5558 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5559
5560         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5561         extend to the next CALL or PCALL, not just to the next CALL.
5562
5563 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5564
5565         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5566
5567 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5568
5569         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5570         bug #895752 and a better fix for bug #716790
5571
5572 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5573
5574         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5575
5576 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5577
5578         * doc/sdccman.lyx: minor changes, minor changed
5579
5580 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5581
5582         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5583         which can't handle SDCC_NEWONEBYTEOPS,
5584         (geniCodeMultiply): removed conversion from mult to shift for pic14
5585         and pic16
5586
5587 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5588
5589         * src/hc08/gen.h,
5590         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5591         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5592         thus fixing bug #895406
5593
5594 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5595
5596         * device/lib/_modsint.c,
5597         * device/lib/_modslong.c: sign follows divisor only
5598         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5599         signs or signedness can be ignored
5600         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5601         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5602         added optimization for IFX,
5603         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5604         arguments;
5605         reenabled optimization for IFX, which was removed on 2004-01-11
5606         * src/SDCCast.h: added return type IFX
5607         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5608         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5609         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5610         SDCC_OLDONEBYTEOPS selects the old behaviour
5611         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5612         changed again and commented promotion rule
5613         * src/SDCCval.c (valDiv): promotion no longer necessary
5614         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5615         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5616         rewritten
5617         * support/regression/tests/onebyte.c: added
5618
5619 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5620
5621         * gen.c (genInline): reverted to old code for assemnling inline
5622         code because of bug reported James Chadd
5623
5624 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5625
5626         * ralloc.h: missing declarations from previous patch,
5627         seems that patch for ralloc.h was never applied, fixed
5628
5629 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5630            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5631
5632         * pcode.c,
5633         * pcode.h,
5634         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5635         indirect addressing. Marked FSR0 as deprecated
5636         * gen.c (pointerCode): commented out, not needed now
5637         (pic16_popGet2p): new MOVFF helper function
5638         (genGenPointerGet),
5639         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5640         (shiftRLong): removed duplicate debugging info
5641
5642 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * src/ds390/gen.c (genNearPointerGet),
5645         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5646         optimization with bits, but not bitfields.
5647         * src/ds390/ralloc.c (packRegisters),
5648         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5649
5650 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5651
5652         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5653
5654 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5655
5656         * src/SDCCsymt.h,
5657         * src/SDCCicode.c (operandFromSymbol),
5658         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5659         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5660         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5661         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5662         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5663         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5664         bug #892038
5665         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5666         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5667         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5668         * src/SDCCsymt.c (newSymbol),
5669         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5670         enumerator_list),
5671         * src/SDCCval.h,
5672         * src/SDCCval.c (newiList): fixed bug #885705
5673
5674 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5675
5676         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5677         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5678
5679 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5680
5681         * device/include/c8051f120.h,
5682         * device/include/c8051f300.h,
5683         * device/include/c8051f310.h: added/updated header files for Silicon
5684         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5685         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5686         in new section Submitting patches
5687
5688 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5689
5690         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5691         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5692         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5693         genGenPointerSet),
5694         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5695         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5696         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5697         genGenPointerSet),
5698         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5699         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5700         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5701         genGenPointerSet),
5702         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5703         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5704         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5705         genGenPointerSet): fixed bug #892400
5706         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5707         to eliminate build warnings.
5708         * src/SDCCast.c (processParms),
5709         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5710         fixed bug 751859
5711         * support/valdiag/valdiag.py: added GCC to the list of defines active
5712         when compiling with gcc
5713
5714 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * support/Util/SDCCerr.h,
5717         * support/Util/SDCCerr.c,
5718         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5719         with an incomplete type (fixed bug #883734)
5720         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5721
5722 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5723
5724         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5725
5726 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5727
5728         * src/SDCCast.c (decorateType),
5729         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5730         function pointer implementation
5731         * support/regression/tests/funptrs.c: added tests to verify both forms
5732         of function pointers work correctly. Added tests to verify parameters
5733         are passed in the correct order.
5734
5735 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5736
5737         * device.c (regCompare): registers are sorted by ascending
5738         address and increasing size,
5739         * main.c (_pic16_finaliseOptions): removed the declaration
5740         of compiler macro MCU. Now a macro of the format pic18fxxxx
5741         will be defined from the command line
5742
5743 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5744             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5745
5746         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5747         PCOP_RLCF was overwritten!
5748         * gen.c (genSkip): commented out calls to pic16_emitcode,
5749         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5750         * (genlshTwo),
5751         * (genRRC): added debugging info,
5752         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5753         overwritten while shifting,
5754         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5755         overwritten while shifting,
5756         * (AccLsh),
5757         * (AccRsh),
5758         * (shiftLLeftOrResult),
5759         * (shiftRLeftOrResult),
5760         * (shiftRLong),
5761         * (shiftLLong): Implemented with pic16_emitpcode
5762         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5763         * (genLeftShift): Fixed bug, operand for shift by variable always
5764         was "and"ed with 0x0f,
5765         * (genLeftShiftLiteral),
5766         * (genrshTwo),
5767         * (genRightShiftLiteral): added debugging info,
5768         * (genrshFour): added comment,
5769         * (genRightShift): determined signedness from operand "left"
5770         instead of "result"
5771
5772 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5773
5774         * src/SDCCicode.c (geniCodeParms),
5775         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5776         function pointers, fixed function pointer bugs #861242 and #861896
5777
5778 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5779
5780         * device/include/c8051f000.h,
5781         * device/include/c8051f120.h,
5782         * device/include/c8051f300.h: added header files for Silicon
5783         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5784
5785 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5786
5787         * src/SDCCast.c (processParams): added new type flow and restructured
5788         (gatherAutoInit): added new type flow
5789         (addCast): cosmetic changes
5790         (getLeftResultType): added new type flow for array indices, patch
5791         provided by Stas, see FR #877103
5792         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5793         array index patch by Stas
5794         * src/SDCCast.h: added prototype getResultTypeFromType()
5795         * src/SDCCval.h,
5796         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5797         * src/pic/glue.c (pic14emitStaticSeg),
5798         * src/pic16/glue.c (pic16emitStaticSeg),
5799         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5800         for initialization of symbols
5801         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5802         * support/Util/SDCCerr.h:
5803         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5804         * .version: bumped version number to 2.3.8
5805         * device/include/Makefile.in (install),
5806         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5807         avoid warnings
5808
5809 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5810
5811         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5812         Slade Rich fixed an optimization bug
5813         * src/pic/pcodepeep.c,
5814         * src/pic/pcoderegs.c
5815         * doc/Makefile (install): added test for directory
5816
5817 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5818
5819         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5820         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5821         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5822         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5823         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5824         * as/mcs51/asexpr.c (term),
5825         * as/hc08/asexpr.c (term): fixed bug #887146
5826
5827 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * src/z80/gen.c (genMult): handle single byte result product
5830         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5831         DUMMY_READ_VOLATILE (fixed bug #886367)
5832
5833 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5834
5835         * support/regression/tests/libmullong.c: fixed logic, on little endian
5836         hosts we ended without a mullong_wrapper()
5837
5838 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5839
5840         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5841         virus/worm forged address usage.
5842
5843 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5844
5845         Fixed promotion, it should be done on AST level:
5846         * src/SDCCast.c (addCast): added promotion to int
5847         (decorateType): updated call to upCast()
5848         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5849         usualUnaryConversions()
5850
5851 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5852
5853         * support/regression/tests/literalop.c (mulWrapper): Added a
5854         wrapper to remove integer overflow warnings.
5855
5856         * support/regression/tests/float_trans.c: Made work on host.
5857
5858         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5859         location of sz80.
5860
5861         * support/regression/generate-cases.py (main): Changed from inline
5862         to a main method.
5863
5864         * doc/Makefile (install): Changed to depth first to get rid of
5865         missing directory install warning.
5866
5867         * as/Makefile (install-doc): Made work on Mac.
5868
5869 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5870
5871         * src/SDCCast.c: added an additional type flow in decorateType() of
5872         opposite direction, see feature request #860006; it's enabled at runtime
5873         by setting the environment variable SDCC_NEWTYPEFLOW
5874         * src/SDCCast.h: changed prototype of decorateType()
5875         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5876         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5877         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5878         see feature request #877103
5879         * src/SDCCval.c: updated call of decorateType()
5880         (valBitwise): fixed bug #882876
5881         (valMinus): added promotion
5882         (valLogicAndOr): result is unsigned
5883         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5884         * src/SDCCsymt.c (computeType),
5885         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5886         must not cause an unsigned operation
5887         * src/pic/glue (pic14emitRegularMap),
5888         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5889
5890 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5891
5892         * src/pic/pcode.c (PCodeID): commented out left over debug code
5893
5894 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5895
5896         * support/valdiag/tests/overflow.c: added shift tests
5897         * src/pic/device.c,
5898         * src/pic/gen.c,
5899         * src/pic/gen.h,
5900         * src/pic/glue.c,
5901         * src/pic/main.c,
5902         * src/pic/pcode.c,
5903         * src/pic/pcode.h,
5904         * src/pic/pcodepeep.c,
5905         * src/pic/pcoderegs.c,
5906         * src/pic/ralloc.c,
5907         * src/pic/ralloc.h: applied patch from Slade Rich;
5908         added support for multiple code pages and multiple RAM banks on the
5909         PIC 14 port. The ASM files now no longer simply assume all the
5910         code / RAM are in the same page / bank. This means the linker can
5911         safely allocate code/RAM of separate ASM files to different pages/banks.
5912         * doc/sdccman.lyx: added Slade's tips
5913         * src/mcs51/peeph.def: fixed bug #880768
5914
5915 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5916
5917         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5918         * src/SDCCast.c (decorateType): fixed bug #880197
5919
5920 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5921
5922         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5923         getopt.h.
5924
5925         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5926         strtof is not part of C89 and isn't included with Mac OS X.
5927
5928 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5929
5930         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5931         shiftL2Left2Result): fixed bug #879326
5932         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5933         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5934         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5935         address fetch for clr instruction
5936         * device/lib/hc08/_mulint.c: created optimized assembly version
5937         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5938
5939 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5940
5941         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5942         proposed in FR #877103
5943
5944 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5945
5946         * src/SDCCval.c (cheapestVal): added missing checks
5947         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5948         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5949
5950 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5951
5952         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5953         equal operands
5954
5955 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5956
5957         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5958         loaded with the linker search paths (-L arguments) and the libraries
5959         to be linked with the current source (-l arguments). Changes
5960         currently will affect only the pic16 port.
5961         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5962         include path the port specific paths and port specific libraries,
5963         * gplink command now contains the $3 argument,
5964         * src/pic16/device.h,
5965         * src/pic16/device.c,: structure PIC_device is made public and
5966         renamed to PIC16_device, the same for variable Pics which is renamed
5967         to Pics16. Updated all references to them.
5968         * src/pic16/glue.c (pic16glue): corrected bug with code
5969         initialization which bypassed the variable initializations block.
5970
5971         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5972         COMPILE_FLAGS and added the --nostdinc option
5973
5974 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5975
5976         * device/include/mc68hc908jb8.h: Register defs for another member
5977         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5978
5979 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5980
5981         Documenting changes from previous commits.
5982         * configure.in (version 1.56),
5983         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5984         when generating output files to configure the pic16 library,
5985         but now I've commented it out, since gputils aren't installed in the
5986         SF compile farm, so library won't compile
5987
5988         * device/lib/Makefile.in (version 1.56): initially I've added in
5989         target 'all' the prerequestive 'model-pic16' so it compiled the
5990         pic16 library, but now I've commented it out for the same reasons
5991         above,
5992         * added targets 'model-pic16' and 'objects-pic16' to compile the
5993         library
5994         * added target 'port-specific-objects-pic16' to handle the
5995         generated libraries and copy them into the build/ directory
5996         * added target 'clean-intermediate-pic16' to clean intermediate
5997         files into pic16 directory
5998         * in target 'installdirs' added line to create directory pic16 in
5999         the installation path
6000
6001         * device/include/Makefile.in (version 1.11): in target 'install'
6002         added lines to copy all header files to installation path,
6003         * in target 'installdirs' added line create directory for pic16
6004         headers in the installation path
6005
6006 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
6007
6008         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
6009          a function call
6010
6011 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
6012
6013         * configure,
6014         * device/lib/configure.in,
6015         * device/lib/configure: fixed for autoconf 2.57
6016
6017 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6018
6019         * src/z80/main.c (_parseOptions): fixed the portmode= command line
6020         option so that it actually works. Made it specific to the z80, since
6021         the gbz80 doesn't have these kinds of I/O ports.
6022
6023 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6024
6025         * device/include/z180.h,
6026         * device/lib/_memcpy.c,
6027         * device/lib/_memmove.c,
6028         * device/lib/_mulint.c,
6029         * device/lib/ser_ir.c,
6030         * device/lib/ser_ir_cts_rts.c,
6031         * device/lib/_strcmp.c,
6032         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
6033         * src/z80/main.c (_process_pragma): add support for pragmas bank and
6034         portmode; added deprecation warning for bank= and protmode= forms.
6035         Also, guard against buffer overflow.
6036         * src/z80/gen.c (aopGet): generate better code for sfr banked read
6037
6038 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6039
6040         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
6041         changed interrupt vector table generation to only emit declared vectors.
6042         * device/include/Makefile.in: added missing backslash
6043         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
6044
6045 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6046
6047         Mainly changes to support compilation of the device libraries
6048         * src/pic16/device.c: stack is allocated via symbol and not
6049         via literal number. The symbol is placed in the corresponding
6050         position of the data ram
6051         * (pic16_dump_section): relocatable and absolute uninitialized
6052         data are now emitted in sorted order to reduce section naming,
6053         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
6054         weren't marked as being in the access bank,
6055
6056 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
6057
6058         Added portion of GNU PIC Library under the directory
6059         device/include/pic16 and device/lib/pic16. These files
6060         contain the declarations of SFRs for the PIC18Fxx2 devices.
6061         The directory is initialized via configure from toplevel.
6062
6063 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
6064
6065         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
6066         the spilllocations to be compared correctly
6067
6068 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6069
6070         * src/SDCCast.c (decorateType): fixed bug introduced today
6071
6072 2004-01-12  Borut Razem <borut.razem AT siol.net>
6073
6074         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
6075         doc/sdccman.lyx: upper case pragmas are deprecated
6076
6077 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
6078
6079         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
6080         in simpler and even better code
6081
6082 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
6083
6084         * src/SDCCicode.c (operandOperation): fixed bug #874819
6085         * src/SDCCast.c (decorateType): fixed
6086         char foo (unsigned long ul) { return ul > 0; }
6087
6088 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6089
6090         * doc/sdccman.lyx: Moved and added some sections, small changes
6091         all over. Telling LaTeX to be less strict with word spacing
6092         to better keep the right margin. Changed some notes about
6093         maintainance of the ports in section 3.2.1 - is it OK like this?
6094
6095 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
6096
6097         SDCC source changes:
6098         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
6099         convilong): modified to inform the pic16 port that builtin functions
6100         are external
6101
6102         PIC16 PORT specific changes:
6103         * src/pic16/device.c pic16_dump_equates() added,
6104         processor registers declared internally by the port are emitted in
6105         the translation as equates,
6106         * src/pic16/gen.c: inline code is passed unprocessed to the
6107         translation,
6108         * (pic16_popGetLit2): fnuction modified to take second operand as
6109         pCodeOp pointer and not as literal,
6110         * (popRegFromIdx): prefixed with pic16_,
6111         * (pic16_popCombine2): modified to receive already allocated pCode
6112         operands,
6113         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
6114         * (genFunction): initializes local stack frame and pushes on stack
6115         all the registers used by this function,
6116         * (genEndFunction): restores all registers from stack and restores
6117         stack frame,
6118         * src/pic16/glue.c (pic16emitRegularMap): various changes and
6119         improvements,
6120         * (pic16glue): changed the program startup sequence,
6121         * added new dbName code 'A' for functions placed in absolute section
6122         * src/pic16/main.c: added function attribute _naked,
6123         * added pragma 'code' to place a fnuction at an absolute address,
6124         * added command line arguments --debug-ralloc and --pcode-verbose,
6125         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
6126         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
6127         * (pic16_newpCodeOpLit2): modified to take the second operand as
6128         pCodeOp pointer,
6129         * (pic16_printpBlock): modified to emit each function in a separate
6130         section,
6131         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
6132         UPPER for immediate operands,
6133         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
6134         instruction,
6135         * src/pic16/peeph.def: all peepholes with movff are commented out,
6136         because there is a problem in the pcode peep optimizer,
6137         * src/pic16/ralloc.c: the register allocator can now reuse local
6138         function symbols for another function. This saves register usage.
6139         * src/pic16/ralloc.h: added flag isLocal in structure regs,
6140
6141         Added file src/pic16/NOTES with information about program writing on
6142         the current port version.
6143
6144 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6145
6146         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
6147         and peephole 252 (array access)
6148
6149 2004-01-09  Borut Razem <borut.razem AT siol.net>
6150
6151         * src/SDCCmain.c : fixed #872250: -l command line defined library
6152           files are scanned before standard library files
6153
6154 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         * src/SDCCast.c (decorateType): fixed bug #874046
6157
6158 2004-01-09  Borut Razem <borut.razem AT siol.net>
6159
6160         * support/scripts/sdcc.nsi: remove previous installation
6161
6162 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6163
6164         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
6165         bytes for last interrupt vector (mcs51)
6166         * sdcc.spec: fixed typo
6167
6168 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
6171         gen51Code): more efficient parameter receive for --model-large
6172         ("bug" #845294)
6173
6174 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6175
6176         * src/ds390/main.c,
6177         * src/z80/main.c: added missed needLinkerScript flags (more than
6178         one port structure defined in these file)
6179         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
6180         bug #795325
6181
6182 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
6183
6184         * src/SDCCmain.c: removed various references to DEFAULT_PORT
6185         * src/port.h: added flag needLinkerScript in port->linker
6186         structure to inform whether to create a .lnk file or not,
6187         * src/avr/main.c,
6188         * src/ds390/main.c,
6189         * src/hc08/main.c,
6190         * src/mcs51/main.c,
6191         * src/pic/main.c,
6192         * src/pic16/main.c,
6193         * src/xa51/main.c,
6194         * src/z80/main.c: changed appropriately to configure
6195         needLinkerScript flag
6196         * src/pic/gen.c,
6197         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6198         * src/pic/glue.c: added variable udata_section_name to
6199         override default uninitialized data segment definition for
6200         devices only with SHAREBANK memory (reported from Erik Epetrich)
6201         * (pic14emitOverlay): modified to emit a commented overlay segment
6202         directive when no overlay data exist
6203         * (picglue): modified to emit uninitialized data segment
6204         according to udata_section_name
6205         * src/pic/main.c (_pic14_parseOptions): added command line
6206         options --udata-section-name=[name] to override default
6207         udata definition name
6208         * modified _linkCmd and _asmCmd to include compiler passed
6209         arguments via -W option
6210         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6211         object file from '.rel' to '.o' in port->linker structure,
6212         changed size of fptr from 2 to 3 in port structure
6213
6214 2004-01-07  Borut Razem <borut.razem AT siol.net>
6215
6216         * support/scripts/sdcc.nsi: update PATH
6217         * support/scripts/sdcc.ico: craeted
6218
6219 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6220
6221         * device/include/Makefile.in: fix install
6222         * doc/Makefile: fix install
6223
6224 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6227         in bug #860505
6228         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6229         how the function variable allocation summary is displayed; also
6230         include information about variables allocated to the overlay
6231         segment
6232
6233 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6234
6235         * as/mcs51/lkmain.c: Help about -Y option
6236         * as/mcs51/lkarea.c: Fixed gcc warnings
6237
6238 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6239
6240         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6241         fixed warning
6242         * support/valdiag/tests/overflow.c: added
6243         * src/SDCCast.c (decorateType),
6244         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6245         LEFT_OP (left shift)
6246
6247 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6248
6249         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6250         (default behaviour).
6251
6252 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6253
6254         A python script to validate compiler diagnostic messages. It can be
6255         used to verify that sdcc complains about bad c source code and
6256         gives a good location of the error.
6257         * support/valdiag/Makefile,
6258         * support/valdiag/valdiag.py,
6259         * support/valdiag/tests/*
6260
6261 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6264         * src/SDCCsymt.c (newEnumType),
6265         * src/SDCCsymt.h
6266         * support/Util/SDCCerr.c,
6267         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6268         enum related bugs.
6269         * support/regression/tests/enum.c: added test for enum values that
6270         require at least 2 bytes of storage.
6271
6272 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6273
6274         * src/common.h: added ifndef/define/endif macros
6275         around the header file.
6276         Bug reported from Jesus Calvino-Fraga
6277
6278 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6279
6280         * sdcc.spec: updated
6281         * device/include/Makefile.in: don't install CVS directories
6282         * device/lib/Makefile.in: added removal of CVS directories after install
6283         * doc/Makefile: fixed install, added local_icons
6284         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6285         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6286         * src/ds390/gen.c (genRightShift): fixed bug #870788
6287         * src/SDCCast.c (decorateType): fixed bug #870781
6288
6289 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6290
6291         PIC16 port related changes:
6292         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6293         added variable stackPos,
6294
6295         * gen.c: genCall, assignResultValue: added support for
6296         pushing/retrieving function parameters to/from stack,
6297         genFunction,genEndFunction: setup stack frame for the
6298         generated function,
6299         genAddrOf: will be changed according to bug 863624
6300
6301         * added files genutils.c and genutils.h which contain gen*
6302         debugged and optimised functions extracted from gen.c
6303
6304         * glue.c: added variable 'externs' which holds extern symbols,
6305         pic16emitRegularMap: is modified to properly handle relocatable
6306          symbols under the new scheme,
6307         pic16createInterruptVect: is modified
6308         pic16printPublics: is modified to emit 'global' assembler directives,
6309         added pic16_printExterns to print extern symbols,
6310         pic16glue: initializes stack/frame pointer in the beginning of
6311         the assembly output. Temporary hack, will be corrected later,
6312         because gplink yet does not support stack and SDCC does not
6313         yet support a type of crt0.o object to create the final binary.
6314
6315         * Removed many lines that contain 8051 legacy code.
6316         * The code is finally placed under a 'code' directive.
6317         * Added port specific options.
6318
6319         * _process_pragma: simplified since now we do not need *special*
6320         include file to define SFR registers. But a separate header
6321         will be needed. This will be developed later.
6322         * _pic16_parseOptions: added, parses port specific options:
6323         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6324         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6325         --preplace-udata-with=
6326
6327         * _pic16_setDefaultOptions: modified to initialize section names,
6328         but hack is temporarly out of order since it needs improvement.
6329         * _pic16_genAssemblerPreamble: configuration words are emitted by
6330         their address instead of their name. This part is incomplete and
6331         supports only the 18Fxx2 devices. Other devices will emit an error
6332         during assembly since they do not contain the same set of config
6333         registers
6334         * _pic16_genIVT: is modified,
6335
6336         * pcode.c: added definitions for some hardware registers that are needed
6337         for stack support
6338         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6339         All PCI entries are updated. Now LFSR is supported.
6340         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6341         * added pic16_newpCodeOpLit2 to support instructions with
6342         two literal arguments
6343         * pic16_pCode2str: corrected code that emits assembler instructions
6344         with two literal operands and those that have an access bit modifier
6345         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6346         this fixes a bug which caused some labels to be lost, when an
6347         assembler directive was added, i.e. banksel,
6348         * pic16_FixRegisterBanking: improved logic that causes the insertion
6349         of bank switching,
6350         * InlineFunction: functions that are called once, are not any more
6351         inlined. This can be a port option in the future,
6352
6353         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6354
6355         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6356         hold the corresponding uninitialized symbols,
6357         * pic16_allocProcessorRegister: registers have explicit marked the
6358         accessBank field,
6359         * pic16_allocInternalRegister: registers are explicit marked as
6360         not used,
6361         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6362         processing list, so bit registers were lost,
6363         *
6364
6365         * ralloc.h: added field 'accessBank' and original symbol operand
6366         in register definition,
6367         * removed the field isMapped from register definition,
6368
6369         ** Several functions have been removed from various sources:
6370         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6371         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6372         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6373         pic16_assignRelocatableRegisters
6374
6375         ** others have been introduced:
6376         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6377         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6378
6379 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6380
6381         * support/scripts/inc2h.pl: changed definition of BIT_AT
6382         to emit 'sbit at' instead of 'bit at'. This was a request.
6383
6384         PIC16 port related preliminary changes:
6385         * gen.c: prefixed function popRegFromString with
6386         pic16_ and all references to it corrected
6387         * pcode.c: all pic16_pc_* hardware registers prefixed
6388         with underscore (_),
6389         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6390         * ralloc.c: newReg(): when register is REG_SFR then
6391         set address to rIdx,
6392         pic16_allocProcessorRegister(): marks register wasUsed=0
6393         pic16_writeUsedRegs(): added a call to assign processor
6394         registers via pic16_assignFixedRegisters
6395
6396 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6397
6398         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6399         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6400         variables in unused register banks.  Also the SSEG is placed
6401         wherever there is enough space for it, and IDATA can be anywhere
6402         in internal RAM.  For now compile using -Wl-Y[stack_size].
6403         The mem file is different for this option as well, since it
6404         makes no sense of talking about DSEG lenght.
6405
6406 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6407
6408         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6409         in certain cases, e.g. when ROM assignment, patch provided
6410         from Albert den Haan.
6411
6412 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6413
6414         Many signedness and type propagation fixes:
6415         * src/SDCCicode.c: made geniCodeCast() static
6416         replaced SPEC_ by IS_ (cosmetic)
6417         (operandOperation): fixed div and mod operation
6418         (usualBinaryConversions): added support for promotion of char
6419         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6420         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6421         (geniCodeAdd): an array index will stay unsigned, even if promoted
6422         from char to int
6423         (geniCodeArray): ditto
6424         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6425         * src/SDCCsymt.c (computeType): added more support for char;
6426         promotion of char is selectable by promoteCharToInt, fixed signedness
6427         for all cases
6428         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6429         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6430         * src/SDCCval (val*): replaced signedness calculation by
6431         computeType()
6432         rearranged if-branches (cosmetic)
6433         (valShift): added warning W_SHIFT_CHANGED
6434         (valCompare): fixed problem with different types
6435         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6436         * support/regression/tests/literalop.c: added many cases
6437         * support/regression/tests/ast_constant_folding.c: changed finally to
6438         'unsigned int'
6439         * .version: new year, new version: 2.3.7
6440         * src/SDCCmain.c (main): applied patch #866468
6441         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6442         provided by Scott Bronson
6443         * doc/sdccman.lyx: updated documentation for sdcdb
6444         updated and added chapter tips
6445
6446 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         * src/SDCCsymt.h: missing from yesterday's commits
6449
6450 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6451
6452         * src/SDCC.y (struct_or_union_specifier),
6453         * support/Util/SDCCerr.c,
6454         * support/Util/SDCCerr.h: verify that struct & union tags are used
6455         as declared.
6456
6457 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6458
6459         * src/SDCCglobl.h: missing from yesterday's commits
6460
6461 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6462
6463         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6464         sft_attributes, struct_declaration, parameter_declaration,
6465         type_name, start_block, declaration_list),
6466         * src/SDCC.lex (check_type): support redefinition of typedef names
6467
6468 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6469
6470         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6471         aligned xdata arrays. Erik helped me with the if clause.
6472
6473 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6476         warning
6477
6478 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6479
6480         * src/SDCCast.h,
6481         * src/SDCCast.c (newAst_),
6482         * src/SDCCicode.h,
6483         * src/SDCCicode.c (ast2iCode, newiCode),
6484         * src/SDCCglobl.h,
6485         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6486         expr, statement, expression_statement, selection_statement,
6487         iteration_statement, expr_opt, jump_statement): foundation for tracking
6488         sequence points
6489         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6490         point code too)
6491
6492 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6493
6494         * support/Util/SDCCerr.c,
6495         * src/SDCCast.h,
6496         * src/SDCCast.c (createCase, createDefault, decorateType),
6497         * src/SDCClabel.c (labelUnreach),
6498         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6499         to error messages.
6500         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6501         (with thanks to Stas Sergeev)
6502         * device/include/time.h,
6503         * device/lib/time.c (CheckTime): suppress unreachable code warning
6504
6505 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6506
6507         * src/SDCCast.c (createIvalCharPtr),
6508         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6509         bug #753752)
6510         * support/regression/tests/nullstring.c: tests for these two bugs
6511
6512 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6513
6514         * support/Util/SDCCerr.h,
6515         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6516         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6517         about storage class and 'at' used inside struct or union
6518         * src/SDCCBBlock.c (iCodeFromeBBlock),
6519         * src/SDCCcse.c (ifxOptimize),
6520         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6521         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6522         printIval, emitStaticSeg, emitOverlay),
6523         * src/SDCClabel.c (deleteIfx),
6524         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6525         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6526         gatherAutoInit, processParms),
6527         * support/Util/SDCCerr.h,
6528         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6529         reporting for post-parse errors.
6530
6531 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6532
6533         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6534         implicit casts via union; they don't work on big endian systems
6535         (possible fix for bug #861138)
6536
6537 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6538
6539         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6540         * src/mcs51/main.c: fixed the fix for bug #737001
6541
6542 2003-12-15  Borut Razem <borut.razem AT siol.net>
6543
6544         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6545
6546 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6547
6548         * support/makebin/makebin.c: put output in binary mode
6549
6550 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6551
6552         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6553         xdata and data memory on startup. Set the environment variable
6554         SDCC_NOGENRAMCLEAR to disable this.
6555         * src/mcs51/peephole.def,
6556         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6557         (allows non-interrupt and interrupt code to safely compete for a resource
6558         without the non-interrupt code having to disable interrupts)
6559
6560 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6561
6562         * src/SDCCicode.c (geniCodeAdd),
6563         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6564         with valFromType if type might be a pointer and host is big endian).
6565         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6566         types, not just integer types.
6567         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6568         multiply defined with mismatching "at" address.
6569
6570 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6571
6572         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6573         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6574         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6575         with embedded nulls (fixed bug #753752)
6576
6577 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6578
6579         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6580         Apparently this did not see much testing (endless loop)
6581
6582 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6583
6584         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6585
6586 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6589         gracefully handle NULL memmap pointers
6590
6591 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6592
6593         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6594         instead of deleting the iCode when an operand is volatile
6595         * src/z80/gen.c (genDummyRead),
6596         * src/mcs51/gen.c (genDummyRead),
6597         * src/ds390/gen.c (genDummyRead),
6598         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6599         not just IC_RIGHT
6600         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6601         * src/SDCC.y: fixed bug #850420
6602
6603 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6604
6605         Applied z80 i/o port patch from Peter Townson and fixed some operators
6606         to better handle operands in A register.
6607         * device/include/z180.h
6608         * src/SDCC.y
6609         * src/SDCCglue.c
6610         * src/z80/gen.c
6611         * src/z80/gen.h
6612         * src/z80/main.c
6613         * src/z80/peeph-z80.def
6614         * src/z80/peeph.def
6615         * src/z80/z80.h
6616
6617 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6618
6619         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6620
6621 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6622
6623         * device/lib/hc08/_mullong.c: Removed extra #endif
6624
6625 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6626
6627         * sim/ucsim/hc08.src/inst.cc,
6628         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6629         carries from x to h
6630         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6631         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6632         * device/include/stdarg.h: fixed varargs for hc08
6633         * device/lib/Makefile.in,
6634         * device/lib/hc08/Makefile,
6635         * device/lib/hc08/_mulint.c,
6636         * device/lib/hc08/_mullong.c: fixed some endian problems
6637
6638 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6639
6640         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6641         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6642         * device/lib/_gptrget.c,
6643         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6644
6645 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6646
6647         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6648         * src/SDCCast.c (astErrors): fixed bug #846007
6649         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6650
6651 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6652
6653         * src/SDCCast.c (decorateType): disabled a transformation I added in
6654         revision 1.188 (access to fields of a structure at an absolute address);
6655         it breaks with bitfields, extern declarations, and gcse analysis.
6656         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6657         could be assigned through a pointer, so don't complain.
6658         * src/SDCCast.c (astErrors),
6659         * src/SDCCast.h,
6660         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6661
6662 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6663
6664         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6665         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6666         output of __config directives, since gpasm now supports them
6667         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6668         pre-processor macro, i.e. -DMCU=p18f452
6669         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6670         and modified to handle 'cast' icode similarly to '=' icode
6671         * src/pic16/device.h (typedef struct PIC_device): added field
6672         'extMIface' to indicate that chip has external memory interface
6673         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6674         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6675         18F8720
6676
6677 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6678
6679         * src/SDCC.y (pointer): fixed bug #846006
6680         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6681         * src/SDCCast.c (decorateType): fixed bug #846009
6682         * src/ds390/peeph.def,
6683         * src/ds390/gen.c (genAnd, genOr),
6684         * src/mcs51/peeph.def,
6685         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6686
6687 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6690         * src/SDCCdflow.c
6691         * src/SDCCcse.c
6692         * src/SDCCcse.h
6693         * src/SDCCBBlock.h
6694         * src/SDCCBBlock.c
6695
6696 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6697
6698         fixed bug #845089
6699         * src/SDCCbitv.h,
6700         * src/SDCCbitv.c: added function to free a bitvector
6701         * src/SDCClrange.h,
6702         * src/SDCClrange.c: added function to recompute the liveranges
6703         * src/avr/ralloc.c,
6704         * src/ds390/ralloc.c,
6705         * src/hc08/ralloc.c,
6706         * src/mcs51/ralloc.c,
6707         * src/pic/ralloc.c,
6708         * src/pic16/ralloc.c,
6709         * src/xa51/ralloc.c,
6710         * src/z80/ralloc.c: recompute the liveranges after register packing
6711
6712 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6713
6714         * src/SDCCloop.c (newInduction): fixed bug #845630
6715
6716 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6717
6718         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6719         inadvertantly left behind from my 2003-11-12 change
6720
6721 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6722
6723         Updated headers I neglected to commit yesterday.
6724         * src/SDCClrange.h,
6725         * src/SDCCicode.h
6726
6727 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6728
6729         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6730         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6731         * src/SDCCopt.c (eBBlockFromiCode),
6732         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6733         the creation of the key hash table from the sequencing so it can be used
6734         earlier (for some GCSE bug fixes still pending)
6735
6736 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6737
6738         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6739         * support/regression/tests/addsub.c: testing genPlus shortcut
6740
6741 2003-11-15  Borut Razem <borut.razem AT siol.net>
6742
6743         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6744
6745 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6748         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6749         ordering is immaterial.
6750         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6751
6752 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6753
6754         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6755         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6756         (SIGSEV) of bug #840381
6757         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6758         unlink new file before rename if new and old filenames are the same)
6759
6760 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6761
6762         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6763         uninitialized variables) for the mcs51. Set environment variable
6764         SDCC_GENRAMCLEAR to test.
6765         xdata initialization slightly shorter
6766
6767 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6768
6769         * src/SDCCsymt.h,
6770         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6771         #838241 & 780691 (basicly the same bug)
6772         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6773         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6774
6775 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6776
6777         * src/SDCCmain.c (linkEdit): "fix" #834252
6778
6779 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6780
6781         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6782         * src/SDCCast.h,
6783         * src/SDCC.y: fixed bug #819403
6784
6785 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6786
6787         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6788         the reentrant attribute.
6789         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6790         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6791         simulation
6792         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6793         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6794         erroneously reduced to a literal.
6795         * src/hc08/ralloc.c (packRegisters, rematStr),
6796         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6797         some cases
6798
6799 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6800
6801         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6802         * doc/sdccman.lyx: changed from 'article' to 'book'
6803         * doc/Makefile: readded test_suite_spec and cdbfileformat
6804
6805 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6806
6807         * device/include/stdlib.h: include malloc.h to comply with ANSI
6808         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6809
6810 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6811
6812         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6813         * doc/clean.mk: also remove *.out files
6814         * doc/sdccman.lyx: some additions, larger top/bottom margins
6815
6816 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/SDCC.y: fixed bug #837365
6819         * support/regression/tests/bitopcse.c
6820         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6821         a symbol (might be valop instead)
6822         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6823         * device/lib/clean.mk: added hc08 to the cleaning list
6824
6825 2003-11-04  Borut Razem <borut.razem AT siol.net>
6826
6827         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6828           made 2003-11-04
6829         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6830           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6831           malloc is declared in standard stdlib.h
6832
6833 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6834
6835         * device/lib/hc08/Makefile: need to clean .rel not .o files
6836         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6837
6838 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6839
6840         * src/port.h,
6841         * src/hc08/main.c,
6842         * src/mcs51/main.c,
6843         * src/ds390/main.c,
6844         * src/z80/main.c,
6845         * src/avr/main.c,
6846         * src/pic/main.c,
6847         * src/pic16/main.c,
6848         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6849         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6850         tests (which uses the port's oclsExpense function)
6851         * src/SDCC.y,
6852         * src/SDCCast.c,
6853         * src/SDCCicode.c,
6854         * src/hc08/gen.c,
6855         * src/ds390/gen.c,
6856         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6857
6858 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6859
6860         * src/SDCCcse.c (ifxOptimize),
6861         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6862         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6863         deleting the IFX iCode.
6864         * src/hc08/ralloc.c: reduced unneeded slocs
6865         * src/hc08/gen.c: fixed bug in asmopToBoolean
6866
6867 2003-11-04  Borut Razem <borut.razem AT siol.net>
6868
6869         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6870           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6871           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6872           transferred to configure
6873
6874 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6875
6876         Use headers defined in the C[++] standards:
6877         * sim/ucsim/gui.src/serio.src/fileio.cc
6878         * sim/ucsim/gui.src/serio.src/frontend.cc
6879         * sim/ucsim/gui.src/serio.src/main.cc
6880         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6881         * support/Util/NewAlloc.c
6882         * as/hc08/lklibr.c
6883         * as/mcs51/lklibr.c
6884         * as/z80/aslist.c
6885         * as/z80/assym.c
6886
6887 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6888
6889         * Added MSVC projects for hc08 assembler and linker:
6890         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6891         /as/hc08/link_hc08.dsp
6892
6893 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6894
6895         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6896
6897 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6898
6899         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6900
6901 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6902
6903         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6904
6905 2003-10-31  Borut Razem <borut.razem AT siol.net>
6906
6907         * support/cpp2/cpplib.h,
6908           support/cpp2/cpplib.c,
6909           support/cpp2/cpplex.c,
6910           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6911           to switch _asm block preprocessing on / off. Default is
6912           #pragma preproc_asm +
6913
6914 2003-10-31  Borut Razem <borut.razem AT siol.net>
6915
6916         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6917           when outputting comment blocks (when executed with -C option) and
6918           _asm (SDCPP specific) blocks
6919
6920 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6921
6922         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6923
6924 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6925
6926         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6927
6928 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6929
6930         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6931         * src/SDCCast.c (decorateType): fixed bug #832664
6932
6933 2003-10-31  Borut Razem <borut.razem AT siol.net>
6934
6935         * support\cpp2\cpplex.c: fixed for SDCPP:
6936           comments(when executed with -C option) and _asm blocks
6937           were included even if they where in skipped #if block.
6938           Applied solution from GCC cpp 3.3.2
6939
6940 2003-10-31  Borut Razem <borut.razem AT siol.net>
6941
6942         * src/SDCC.lex: sdcc now understands both formats:
6943           '# <line_number> <file_name>' and
6944           '#line <line_number> <file_name>'
6945         * support/cpp2/cppmain.c: sdcpp now generates the standard
6946           '# <line_number> <file_name>' instead of former
6947           '#line <line_number> <file_name>'
6948
6949 2003-10-30  Borut Razem <borut.razem AT siol.net>
6950
6951         * support/cpp2/cpphash.h,
6952         * support/cpp2/cpplib.h
6953         * support/cpp2/cpplex.c,
6954         * support/cpp2/cppmain.c,
6955         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6956
6957 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6958
6959         Fixed a number of problems revealed by bug #827883.
6960         * src/SDCCloop.c (loopInvariants): Spill location of the
6961         result operand should be recomputed if extracted from
6962         a loop. Also, don't extract assignments of an iTemp
6963         from a literal.
6964         * src/SDCCast.c (isConformingBody): loop reversal should
6965         not occur if the control variable is involved with a
6966         relational operator.
6967
6968 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6969
6970         * .version: bumped to 2.3.6 to reflect the big improvements
6971         made by Erik and Klaus. Thanks!
6972
6973 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6974
6975         Replaced the livrange code.
6976         * src/SDCClrange.c: added new LR code
6977         * src/SDCCloop.c,
6978         * src/SDCCBBlock.h: removed remainig parts from old LR code
6979         * src/ds390/ralloc.c,
6980         * src/ds390/gen.c: minor fixes to make it work with new code
6981
6982 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * as/hc08/asm.h,
6985         * as/hc08/lkrloc.c,
6986         * src/hc08/gen.c,
6987         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6988         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6989         (tweaked fix for bug #818696)
6990
6991 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6992
6993         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6994
6995 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6996
6997         * src/SDCCmain.c,
6998         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6999         * src/mcs51/gen.c (gencjneshort),
7000         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
7001         more efficient (per Scott Bronson's suggestion)
7002
7003 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7004
7005         Extended the semantics of the critical keyword to include
7006         individual statements. See RFE #827755 and #799831
7007         * src/SDCC.y
7008         * src/SDCCicode.c
7009         * src/SDCCopt.c
7010         * src/SDCCast.c
7011         * support/Util/SDCCerr.c
7012         * support/Util/SDCCerr.h
7013         * src/mcs51/gen.c
7014         * src/ds390/gen.c
7015         * src/hc08/gen.c
7016
7017 2003-10-19  Borut Razem <borut.razem AT siol.net>
7018
7019         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
7020
7021 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7022
7023         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
7024         Fixed bug #818696
7025         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
7026         and predecrement operand is displayed
7027
7028 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7029
7030         * src/SDCCval.c (valMinus): fixed bug #826041
7031
7032 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7033
7034         Some hc08 related updates that I missed earlier
7035         * sim/ucsim/stypes.h
7036         * support/regression/ports/hc08/spec.mk
7037
7038 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         New target "hc08" for the Motorola 68hc08 family of micros
7041
7042         * configure
7043         * configure.in
7044         * Makefile
7045         * src/hc08/*
7046         * src/SDCCmain.c
7047         * src/port.h
7048         * sim/ucsim/hc08.src/*
7049         * sim/ucsim/configure.in
7050         * src/ucsim/configure
7051         * sim/ucsim/packages_in.mk
7052         * as/hc08/*
7053         * as/Makefile
7054         * device/include/mc68hc908qy.h
7055         * device/lib/hc08/*
7056         * device/lib/Makefile.in
7057         * support/regression/ports/hc08/*
7058         * support/regression/Makefile
7059
7060 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7061
7062         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
7063         regression test
7064         * src/ds390/gen.c (genCast): fixed bug #821957
7065
7066 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
7067
7068         * device/lib/logf.c: "fixed" overlay bug
7069         * support/regression/ports/host/spec.mk: added m library
7070         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
7071         * support/regression/tests/float_trans: added (for Eric)
7072
7073 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
7074
7075         * src/mcs51/gen.c (genCpl): fixed bug
7076         http://sf.net/mailarchive/message.php?msg_id=6263915
7077
7078 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
7079
7080         * src/SDCCast.c (decorateType): added extended constant folding
7081         * src/SDCCsymt.c (computeType): cleanup
7082         * src/SDCCval.c (valShift): minor optimization
7083         * support/regression/tests/ast_constant_folding.c: added
7084
7085 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/SDCCmain.c: removed some unintended changes
7088
7089 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7090
7091         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
7092         * src/z80/gen.c: fixed part of bug #817589
7093         * src/SDCCsymt.c (checkFunction): fixed bug #817895
7094
7095 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
7096
7097         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
7098         * src/SDCCcflow.c
7099         * src/SDCCcse.c
7100         * src/SDCCdflow.c
7101         * src/SDCClabel.c
7102         * src/SDCClrange.c
7103         * src/SDCCmem.c
7104         * src/SDCCopt.c
7105         * src/SDCCpeeph.c
7106         * src/SDCCset.c
7107         * src/avr/ralloc.c
7108         * src/ds390/ralloc.c
7109         * src/izt/ralloc.c
7110         * src/mcs51/ralloc.c
7111         * src/pic/ralloc.c
7112         * src/pic16/ralloc.c
7113         * src/xa51/ralloc.c
7114         * src/z80/ralloc.c
7115         * src/z80/gen.c: removed unused label "release:"
7116
7117 2003-10-06  Borut Razem <borut.razem AT siol.net>
7118
7119         * src/SDCC.lex: removed definition of unused variables
7120           save_optimize and save_options
7121
7122 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
7123
7124         * clean.mk: removed '=' in "-maxdepth=1"
7125         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
7126         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
7127
7128 2003-10-06  Borut Razem <borut.razem AT siol.net>
7129
7130         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
7131           my_unput() replaced by unput()
7132
7133 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
7134
7135         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
7136         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
7137         type-punned pointer will break strict-aliasing rules"
7138         Old LR behaviour is again default; Klaus' LR can be choosen by
7139         defining the environment variable LRKLAUS
7140         * src/SDCCBBlock.h
7141         * src/SDCCloop.c
7142         * src/SDCClrange.c
7143         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
7144         * clean.mk: fixed removal of files in bin/CVS/
7145         * device/lib/clean.mk: fixed removal of directories small and large
7146         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
7147         * src/SDCCicode.c,
7148         * src/SDCCval.c: removed superflous test for pedantic
7149
7150 2003-10-05  Borut Razem <borut.razem AT siol.net>
7151
7152         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
7153           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
7154           message "unmatched #pragma SAVE and #pragma RESTORE"
7155
7156 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7157
7158         * doc/sdccman.lyx: various additions and updates (interrupts, inline
7159           assembly, critical functions, atomic, nojtbound)
7160
7161 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
7162
7163         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
7164         * src/SDCCBBlock.h
7165         * src/SDCCloop.c
7166         * src/SDCCloop.h
7167         * src/SDCClrange.c
7168
7169 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7170
7171         * src/z80/gen.h,
7172         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7173         * src/mcs51/gen.h
7174         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7175         * src/ds390/gen.h
7176         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
7177         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
7178         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
7179
7180 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7181
7182         * src/z80/gen.c (genRet): fixed bug #524753
7183         * src/z80/gen.c (genCast): fixed internal error on cast from
7184         pointer to long
7185         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
7186         fix for bug #477835 to the z80
7187         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
7188         for tracking iCodes in the peephole optimizer for z80
7189
7190 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7191
7192         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
7193         the other part of bug #814548
7194         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
7195
7196 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7197
7198         * src/SDCCcse.c: fixed part of bug #814548
7199
7200 2003-09-28  Borut Razem <borut.razem AT siol.net>
7201
7202         * src/asm.c: rewrite of printILine() to use temporary file instead
7203           a pipe
7204         * src/xa51/main.c: commented out declaration of int rewinds
7205
7206 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7207
7208         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7209
7210 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7211
7212         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7213         * src/asm.c (printILine): Fixed bug #811015
7214
7215 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7216
7217         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7218         freeing.
7219
7220 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7223         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7224         to correctly handle general case of AOP_PAIRPTR
7225         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7226
7227 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7228
7229         * src/mcs51/ralloc.c (fillGaps),
7230         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7231         register positioning bug)
7232
7233 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7234
7235         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7236
7237 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7238
7239         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7240         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7241         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7242         (ralloc doesn't intentionally do this now, but perhaps later)
7243         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7244         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7245         register positioning bugs (Fixed bug #762602 and #795325)
7246         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7247         (Fixed bug #808779)
7248         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7249         lines that --i-code-in-asm generates
7250
7251 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7252
7253         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7254         trying to fclose a FILE* that was already closed.
7255
7256 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7259         of const struct should be treated as if const themselves)
7260
7261 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7262
7263         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7264
7265 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7266
7267         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7268         Unix (/n) and DOS (/r/n) line terminations.
7269
7270 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7271
7272         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7273         bug #613775
7274
7275 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7276
7277         * src/mcs51/gen.c (genFunction, genEndFunction),
7278         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7279         and restore of EA so that stack offsets to parameters are
7280         correct when using both critical and reentrant/stack-auto.
7281         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7282         size (can be triggered in error if sloc is shared between
7283         different sized objects)
7284         * device/include/float.h: fixed macros to explicitly use
7285         unsigned long where needed
7286
7287 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7288
7289         Feature req. 799831: added code to allow nesting of critical functions
7290         * src/mcs51/gen.c (genFunction, genEndFunction)
7291         * src/ds390/gen.c (genFunction, genEndFunction)
7292
7293 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7294
7295         * src/SDCCsymt.c (sclsFromPtr),
7296         * src/SDCCsymt.h,
7297         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7298         support for standard C idiom of memory mapped variables; for
7299         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7300         to xdata int at 0x1234 tempvar = 1.
7301         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7302         provided by Akiya ISHIDA
7303
7304 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7305
7306         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7307         * src/SDCCval.c (constVal): added reduction from int to char
7308         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7309         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7310         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7311         to ignore the sign
7312         * support/regression/tests/shifts.c: fixed
7313
7314 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7315
7316         * src/z80/gen.c (genXor): Fixed bug #805445
7317
7318 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7319
7320         Fixed bug #621531 (const & volatile confusion in the type chain).
7321         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7322         refer to the const or volatile state of the pointer itself.
7323
7324         * src/SDCCast.c
7325         * src/SDCCglue.c
7326         * src/SDCCicode.c
7327         * src/SDCCsymt.c
7328         * src/SDCCval.c
7329         * src/SDCC.y
7330         * src/SDCCsymt.h
7331         * src/pic/gen.c
7332         * src/pic/ralloc.c
7333         * src/pic16/gen.c
7334         * src/pic16/ralloc.c
7335         * support/regression/tests/const.c
7336
7337 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7338
7339         When checking for duplicated modules, use absolute paths
7340         instead of relative paths.  Files changed:
7341
7342         * as/mcs51/lklib.c
7343         * link/z80/lklib.c
7344
7345 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7348
7349 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7350
7351         * device/include/string.h: added size_t typedef, changed
7352         prototypes to use size_t, eliminated separate reentrant and
7353         non-reentrant declarations, added _memmove declaration
7354         * device/lib/_memcpy.c: changed to use size_t instead of int,
7355         changed /4 to >>2 to avoid division library call
7356         * device/lib/_memcmp.c,
7357         * device/lib/_memset.c,
7358         * device/lib/_strncat.c,
7359         * device/lib/_strncpy.c,
7360         * device/lib/_strncmp.c: changed to use size_t instead of int
7361         * device/lib/_memmove.c: new file (fixed bug #772294)
7362         * device/lib/Makefile.in: added _memmove.c
7363         * device/lib/z80/asm_strings.s: fixed bug #772290
7364         * support/regression/tests/bitfields.c: attempt to fix host assertion
7365         failure on amd64-unknown-linux2.2
7366
7367 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7370         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7371         * as/z80/asmain.c (main): fixed bug #801766
7372
7373 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7374
7375         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7376         compilers
7377
7378 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7381         reported in bug #800609
7382
7383 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7384
7385         * Top header beautifications in src/pic16 directory:
7386           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7387           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7388           pcoderegs.h, ralloc.c, ralloc.h
7389         * main.c: added top header and GPL license notice
7390         * pcode.c: fixed the if-conditional warning
7391
7392 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7393
7394         * device/lib/_mullong.c: replaced int by short for gcc
7395
7396 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7397
7398         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7399         and JUMPTABLE iCodes properly now (worked by accident before)
7400         * src/mcs51/gen.c (leftRightUseAcc),
7401         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7402         iCode properly now. Use getSize instead of nRegs since a & b
7403         aren't part of the nRegs tally.
7404
7405 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7406
7407         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7408         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7409           before instructions that use the _STATUS register
7410
7411 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7412
7413         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7414         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7415         fetching of the pointer
7416         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7417         copied from genNearPointerSet()
7418         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7419         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7420         If they pop r0/r1 they must be called in the opposite order than aopOp().
7421         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7422         (resp. --stack-auto), prepared for --xstack
7423
7424 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7425
7426         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7427
7428 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7429
7430         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7431         these ports have their own __sdcc_external_start()
7432
7433 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7434
7435         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7436         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7437         type for bits was changed. It resulted in bit variables becoming
7438         global, which is not permitted in PIC 14 assembly output.
7439
7440 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7441
7442         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7443
7444 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7445
7446         Z80 and MCS51 linkers complaint if a public symbol is defined
7447         in more than one library module:
7448
7449         * as/mcs51/lklib.c
7450         * link/z80/lklib.c
7451         * as/mcs51/Makefile.in
7452
7453 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7454
7455         A few small changes that speed up the peephole optimizer.
7456
7457         * src/SDCCpeeph.c
7458
7459 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7460
7461         Try to make the peephole optimizer smarter by maintaining
7462         an association between the assembly source code and the
7463         iCodes that originated them. Put this information to use
7464         with a new peephole rule condition "notVolatile" so that
7465         the rules can be aggressive yet still safe.
7466
7467         * src/SDCCpeeph.c
7468         * src/SDCCpeeph.h
7469         * src/mcs51/gen.c
7470         * src/mcs51/peeph.def
7471
7472 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7473
7474         Fixed bug #741761
7475
7476         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7477         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7478         if the left or right operand symbols have the accuse flag set.
7479
7480 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7481
7482         Changed the type of the result of the ! (NOT) operator to char;
7483         previously it returned the same type as the source. This allows
7484         us to eliminate all the genFloatNot functions (all of its target
7485         implementations were very buggy) since !float can use the same
7486         code as !long now.
7487
7488         * src/SDCCicode.c (ast2iCode): ! returns char
7489         * src/mcs51/gen.c (genNot, genNotFloat),
7490         * src/ds390/gen.c (genNot, genNotFloat),
7491         * src/z80/gen.c (genNot, genNotFloat),
7492         * src/pic/gen.c (genNot, genNotFloat),
7493         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7494
7495 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7496
7497         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7498         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7499            during interrupts. Ensure WSAVE is located at a shared bank address.
7500         2. Fixed page selection in some places
7501         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7502            the registers name strings.
7503         4. Fixed "signed / unsigned compare" compiler warnings.
7504         5. The PIC port manages its own allocation of the general purpose
7505            registers, but makes no attempt to reuse them. As a result when
7506            compiling it soon runs out of general purpose registers. Some
7507            additional code was added to the files pcode.c and device.c to walk
7508            through the function call tree and rename the registers so that they
7509            get reused.
7510
7511         * src/pic/device.c
7512         * src/pic/gen.c
7513         * src/pic/glue.c
7514         * src/pic/pcode.c
7515         * src/pic/pcode.h
7516         * src/pic/ralloc.c
7517         * src/pic/ralloc.h
7518         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7519         genPlus() & genMinus() when the result is the same as left or right
7520
7521 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7522
7523         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7524
7525 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7526
7527         Made bitfield a distinct type from bit so that bitfields
7528         convert as per ANSI C and bits retain their traditional
7529         boolean style behaviour. Implemented bitfield support in
7530         the z80 port.
7531
7532         * src/SDCCsymt.h,
7533         * src/SDCCsymt.c,
7534         * src/SDCCast.c,
7535         * src/cdbFile.c,
7536         * src/mcs51/gen.c,
7537         * src/ds390/gen.c: bit v bitfield split
7538         * src/z80/gen.c: New support for bitfields
7539         * support/regression/tests/bitfields.c: reenabled z80,
7540         added more tests
7541
7542 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7543
7544         Rules 246.x, 247.x relate to bitfields, the others speed up
7545         access to xdata mapped I/O devices.
7546
7547         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7548
7549 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7550
7551         Cleaned up genPackBits and genUnpackBits and added two helper
7552         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7553         for literal assignments in genPackBits (thanks to Frieder for
7554         reminding me).
7555
7556         * src/mcs51/gen.c
7557         * src/ds390/gen.c
7558
7559 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7560
7561         Fixed bug #748310 (pointer to function type mishandled when the
7562         function name is omitted). Also fixed a SIGSEGV when a function
7563         attribute (reentrant, etc) is used on a non-function or on a
7564         function but misplaced before the parameter list.
7565
7566         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7567         bug #748310
7568         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7569         * support/Util/SDCCerr.h,
7570         * support/Util/SDCCerr.c: Added func attr misuse error msg
7571
7572 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7573
7574         Fixed bug #787649 by anonymous
7575         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7576         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7577
7578 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7579
7580         Fixed numerous bitfield problems.
7581
7582         * src/SDCC.y: More bitfield related error checking
7583         * src/SDCCsymt.h,
7584         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7585         * support/Util/SDCCerr.h,
7586         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7587         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7588         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7589         * support/regression/tests/bitfields.c: tests added
7590
7591 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7592
7593         Made the constant following the "interrupt" keyword optional. If
7594         omitted, the function will not automatically be given an entry
7595         in the interrupt vector table (similar to #pragma NOIV, but
7596         less syntacticly kludgy). The interrupt number is also now
7597         range checked. Also fixed a bug in the high order bit example
7598         in the manual.
7599
7600         * src/SDCC.y
7601         * src/SDCCmem.c
7602         * src/SDCCglue.c
7603         * src/SDCCsymt.h
7604         * support/Util/SDCCerr.c
7605         * support/Util/SDCCerr.h
7606         * doc/sdccman.lyx
7607
7608 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7609
7610         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7611         * src/SDCCicode.c (operandOperation): rewritten some ops
7612         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7613         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7614         other type
7615         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7616         be re-activated by defining REDUCE_LITERALS)
7617         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7618         unsigned, but are signed by default
7619         * src/SDCCval.c (constVal): rearranged
7620         * src/SDCCval.c (valMod): preliminary fix
7621         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7622         * support/regression/literalop.c: added, work in progress
7623
7624 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7625
7626         Generate warnings for useless declarations like "char data;"
7627         that don't do what new users expect.
7628
7629         * src/SDCC.y
7630         * support/Util/SDCCerr.h
7631         * support/Util/SDCCerr.c
7632
7633 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7634
7635         * src/SDCCval.c (valMult): fix overflow detection of negative int
7636
7637 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7638
7639         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7640
7641         Changes to support big endian targets:
7642
7643         * src/ports.h
7644         * src/SDCCglue.c
7645         * src/avr/main.c
7646         * src/ds390/main.c
7647         * src/izt/i186.c
7648         * src/mcs51/main.c
7649         * src/pic/main.c
7650         * src/pic16/main.c
7651         * src/xa51/main.c
7652         * src/z80/main.c
7653
7654 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7655
7656         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7657         * device/lib/time.c: fixed warning "integer overflow in expression"
7658
7659 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7662         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7663         constants are unsigned; added recognition of "u" flag for unsigned
7664         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7665         * src/SDCCval.c (valDiv, valMod): fixed signdness
7666         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7667         signedness of modulo, left and right shift
7668         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7669         * support/Util/SDCCerr.h: added warning W_INT_OVL
7670         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7671         * src/SDCCast.c (ast_print): improved output of constants
7672
7673 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7674
7675         Fixed some warnings when building with MSVC:
7676
7677         * as\mcs51\asdata.c
7678         * as\z80\asdata.c
7679         * as\mcs51\asm.h
7680         * as\z80\asm.h
7681         * link\z80\aslink.h
7682         * link\z80\lkdata.c
7683         * link\z80\lkeval.c
7684         * link\z80\lkgb.c
7685         * link\z80\lkihx.c
7686         * link\z80\lks19.c
7687         * link\z80\lksym.c
7688         * support\cpp2\cpplib.c
7689         * src\ds390\gen.c
7690         * src\mcs51\gen.c
7691
7692 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7693
7694         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7695
7696 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7697
7698         * support\librarian\clean.mk: Do not remove Makefile.
7699         * support\librarian\Makefile: added.
7700
7701 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7702
7703         Added librarian to MSVC build:
7704         * all.dsp
7705         * sdcc.dsw
7706         * support\librarian\librarian.dsp
7707
7708         'configure' not needed for librarian, removed:
7709         * support\librarian\configure
7710         * support\librarian\configure.in
7711         * support\librarian\config_in.h
7712         * support\librarian\Makefile.in
7713
7714         Hopefully these ones built the librarian and the rest of sdcc properly:
7715         * Makefile
7716         * Makefile.common.in
7717
7718         Messed up 'configure', so revert to previous version:
7719         * configure
7720         * configure.in
7721
7722 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7723
7724         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7725         there, while the mantissa of a double is "only" 53 bits wide.
7726
7727 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7728
7729         Adding sdcclib to the build.  MSVC project coming soon.
7730         Files added/changed:
7731
7732         * support\librarian\clean.mk
7733         * support\librarian\configure
7734         * support\librarian\configure.in
7735         * support\librarian\config_in.h
7736         * support\librarian\Makefile.bcc
7737         * support\librarian\Makefile.in
7738         * support\librarian\sdcclib.c
7739         * Makefile.bcc
7740         * Makefile
7741         * Makefile.common.in
7742         * configure
7743         * configure.in
7744
7745 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7746
7747         Linker now complaints if linked modules have conflicting options, for
7748         example, one compiled using --model-large and another one compiled with
7749         --model-small.  The following files were modified:
7750
7751         * as\mcs51\asdata.c
7752         * as\mcs51\aslink.h
7753         * as\mcs51\asm.h
7754         * as\mcs51\asmain.c
7755         * as\mcs51\asout.c
7756         * as\mcs51\i51pst.c
7757         * as\mcs51\lkdata.c
7758         * as\mcs51\lklibr.c
7759         * as\mcs51\lkmain.c
7760         * as\z80\asdata.c
7761         * as\z80\asm.h
7762         * as\z80\asmain.c
7763         * as\z80\asout.c
7764         * as\z80\z80pst.c
7765         * link\z80\aslink.h
7766         * link\z80\lkdata.c
7767         * link\z80\lklibr.c
7768         * link\z80\lkmain.c
7769         * src\SDCCglue.c
7770
7771 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7772
7773         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7774         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7775
7776 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7777
7778         * src/z80/mappings.i: fix _mul[us][int,long] entries
7779
7780 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7781
7782         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7783
7784 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7785
7786         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7787         * support/regression/tests/bitopcse.c: added
7788         fixed warning:
7789         * src/avr/gen.c:
7790         * src/pic/gen.c:
7791         * src/pic16/gen.c:
7792         * src/z80/gen.c:
7793         * src/xa51/gen.c:
7794
7795 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7796
7797         added support for new library format to z80, gbz80 linkers:
7798         *link/z80/aslink.h
7799         *link/z80/lklex.c
7800         *link/z80/lklib.c
7801         *link/z80/lklist.c
7802
7803 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7804
7805         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7806         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7807
7808 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7809
7810         added DUMMY_READ_VOLATILE:
7811         * src/SDCC.y:
7812         * src/avr/gen.c:
7813         * src/xa51/gen.c:
7814         * src/z80/gen.c:
7815         * src/pic/gen.c:
7816         * src/pic16/gen.c:
7817         * src/mcs51/gen.c:
7818         * src/ds390/gen.c:
7819         * src/SDCCcse.c (algebraicOpts): many improvements
7820         * src/SDCCcse.h: removed algebraicOpts()
7821         * src/SDCCicode.c (picDummyRead): added
7822
7823 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7824
7825         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7826         "Insufficient space in data memory".
7827
7828 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7829
7830         * src/mcs51/gen.c: fixed bug #771358
7831         * src/z80/gen.c: fixed bug #759087
7832
7833 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7834
7835         * src/pic16/glue.c: minor cleanup by Vangelis
7836
7837 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7838
7839         * device/include/regc515c.h: fixed #758477
7840         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7841         * device/lib/_gptrput.c: saved a few bytes
7842         * my tab spacing is 8, yours too?)
7843         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7844         * device/lib/serial.c: process RX bytes earlier than TX bytes
7845         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7846
7847 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7848
7849         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7850
7851 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7852
7853     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7854
7855 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7856
7857         * device/lib/Makefile.in: bad fix, reverted to 1.43
7858
7859 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7860
7861         * device/lib/Makefile.in: added missing z80 object files
7862
7863 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7864
7865         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7866         pic16 progress by Vangelis:
7867         * src/SDCCglobl.h:
7868         * src/SDCCmain.c:
7869         * src/pic/Makefile:
7870         * src/pic:
7871         * pic/Makefile:
7872         * pic16/device.c:
7873         * pic16/device.h:
7874         * pic16/gen.c:
7875         * pic16/gen.h:
7876         * pic16/genarith.c:
7877         * pic16/glue.c:
7878         * pic16/main.c:
7879         * pic16/pcode.c:
7880         * pic16/pcode.h:
7881         * pic16/pcodepeep.c:
7882         * pic16/peeph.def:
7883
7884 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7885
7886     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7887
7888 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7889
7890     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7891     added gbz80 build to MSVC project.
7892     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7893     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7894     from 8051 stuff and setup so it links using a .lnk file.
7895
7896 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7897
7898     * support/librarian/sdcclib.c: sdcc librarian.
7899     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7900     with sdcclib.
7901
7902 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7903
7904     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7905
7906 2003-07-02  Borut Razem <borut.razem AT siol.net>
7907
7908         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7909         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7910         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7911         src/xa51/main.c, src/z80/main.c:
7912         virtualization of glue() function: each port has it's own glue function,
7913         which is accessed by do_glue function pointer in PORT.general structure
7914
7915 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7916
7917         * DS800C400 fun, improved ROM interface and tinibios.
7918
7919 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7920
7921         * More support for DS80C400. Now includes beginning of interface to ROM.
7922
7923 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7924
7925         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7926
7927 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7928
7929         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7930
7931 2003-06-19  Borut Razem <borut.razem AT siol.net>
7932
7933         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7934
7935 2003-06-19  Borut Razem <borut.razem AT siol.net>
7936
7937         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7938         fixed Z80 port - crt0.o: cannot open.
7939
7940 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7941
7942         * support/Util/MySystem.c (merge_command): revert bad fix
7943
7944 2003-06-18  Borut Razem <borut.razem AT siol.net>
7945
7946         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7947
7948 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7949
7950         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7951         option --use-stdout sends errors to stdout instead of stderr.
7952
7953 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7954
7955         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7956
7957 2003-06-15  Borut Razem <borut.razem AT siol.net>
7958
7959         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7960         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7961         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7962         fixed width array of pointers replaced with sets;
7963         multiple include and lib paths ared transferred to preprocessor and linker
7964         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7965         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7966         fixed width array of pointers
7967         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7968         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7969         fixupPath(), getPathDifference()
7970         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7971         fixed width array of pointers
7972
7973 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7974
7975         * src/pic16/ralloc.c: fix warnings
7976         * src/pic16/pcode.c: fix warning
7977
7978 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7979
7980          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7981         know all the details, but essentially this set of changes enable
7982         the pic16 port to generate movff instructions and generate assembler
7983         directives,
7984         * src/SDCCmain.c:
7985         * src/pic16/gen.c:
7986         * src/pic16/glue.c:
7987         * src/pic16/pcode.c:
7988         * src/pic16/device.c:
7989         * src/pic16/main.c:
7990         * src/pic16/pcode.h:
7991         * src/pic16/pcoderegs.c:
7992         * src/pic16/ralloc.c:
7993         * src/pic16/ralloc.h:
7994
7995 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7996
7997         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7998         added option --vc, so sdcc errors and warnings are compatible with
7999         Microsoft Visual Studio.
8000
8001 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8002
8003         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
8004           device/lib/libfloat.lib: added atof function.
8005
8006 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
8007
8008         * doc/sdccman.lyx: updated to Lyx 1.3
8009         * doc/cdbfileformat.lyx: updated to Lyx 1.3
8010         * doc/test_suite_spec.lyx: updated to Lyx 1.3
8011         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
8012
8013 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
8014
8015         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
8016
8017 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8018
8019         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
8020           additions to the "related tools/documentation" section
8021
8022 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
8023
8024         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
8025
8026 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
8027
8028         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
8029         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
8030
8031 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
8032
8033         * doc/sdccman.lyx: fix double dash and other minor things
8034         * doc/Makefile: fix double dash
8035
8036 2003-05-28  Karl Bongers(patches from Martin Helmling)
8037         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
8038           condition and ignore commands.
8039
8040 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8041
8042         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
8043           is in parts still quite out of date, I did changes as far as I felt makes sense
8044           for a non-native english speaker.
8045           Please feel free to add to the manual or to correct my changes.
8046         * doc/Makefile: undid touching the date of intermediate tex files.
8047
8048 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8049
8050         * doc/sdccman.lyx: Manual has an index now
8051
8052 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
8053
8054         Finalize muluint/mulsint and mululong/mulslong merging:
8055         * device/lib/_mulint.c
8056         * device/lib/_mullong.c
8057         * device/lib/gbz80/mul.s
8058         * device/lib/gbz80/stubs.s
8059         * device/lib/z80/mul.s
8060         * device/lib/z80/stubs.s
8061         * src/SDCCsymt.c (initCSupport)
8062
8063 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8064
8065         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
8066         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
8067           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
8068           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
8069           instead of /Zm500.
8070
8071 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8072
8073         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
8074           the regression tests I'm not brave enough to enable 245.b, 245.c
8075         * doc/sdccman.lyx: added latex preamble for hyperref package.
8076           Using pdflatex this will give you a hyperlinked pdf file with
8077           bookmarks. (prepend '%' before /usepackage if this breaks something)
8078
8079 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8080
8081          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
8082
8083 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
8084
8085         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
8086
8087 2003-05-21    <johan AT balder>
8088
8089         * src/SDCCglue.c (printIval): fixed bug #739934
8090
8091 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         Applied patch from bug 737905 (renamed yylineo to mylineno):
8094         * src/altlex.c
8095         * src/SDCCast.c
8096         * src/SDCglobl.h
8097         * src/SDCC.lex
8098         * src/SDCCsymt.c
8099         * src/SDCCval.c
8100         * src/pic16/pcode.c: Cleaned warnings
8101         * src/pic16/pcodeflow.c: Cleaned warnings
8102         * src/pic16/pcoderegs.c: Cleaned warnings
8103
8104 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
8105
8106         * src/pic16/pcode.c: Cleaned warnings
8107         * src/pic16/pcodepeep.c: Cleaned warnings
8108         * src/pic16/ralloc.c: Cleaned warnings
8109
8110 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
8111
8112         * doc/sdccman.lyx: fixed bug 739745
8113         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
8114
8115 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
8116
8117         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
8118         it can be defined with CFLAGS when running configure
8119         * src/SDCCmain.c: fixed compiling + linking with object files
8120
8121 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
8122
8123         * configure.in: configure for pic16 port,
8124             added --disable-pic16-port
8125         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
8126         * src/SDCCmain.c: linkOptions is changed to set *,
8127             added if/endif conditional macros to remove options help
8128             messages from optionsTable when a port is not configured, added
8129             support for the PIc16 port in the ports table, when executing
8130             the compiler with no port specified on command line, a default
8131             port is selected with the new macro DEFAULT_PORT which is
8132             defined in port.h, in setDefaultOptions() linkOptions is removed
8133             from initialization assignment, since now it is a set,
8134             parseCmdLine uses setParseWithComma for linkOptions, in
8135             linkEdit() linkOptions are accessed with new function indexSet()
8136             which returns the i'th item of a set variable. See SDCCset.c, in
8137             linkEdit() when calling buildCmdLine(), added linkOptions as
8138             last argument. Now users can pass arguments to gplink via the
8139             -Wl option, main() uses pic16glue() to glue up pic16 programs
8140         * src/SDCCpeeph.c: various changes to support pic16
8141         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
8142             return the i'th item of the set
8143         * src/SDCCset.h: added function prototype for indexSet()
8144         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
8145         * src/clean.mk: added pic16 in CLEANALLPORTS variable
8146         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
8147             added macro DEFAULT_PORT
8148         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
8149         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
8150             generated
8151         * src/pic16/glue.c: commented out some error producing lines
8152         * src/pic16/main.c: __config directives are commented out to stop
8153             gpasm complaining and test the linkage with gplink, _linkCmd and
8154             _asmCmd changed to be more gplink and gpasm friendly
8155         * src/pic16/peeph.def: peep rule 3 is commented out, since it
8156             produced an error when parsed, peep rule 12 is added to utilize
8157             movff, but it is commented out since the pCode does not support
8158             yet a command with 2 address arguments
8159
8160 2003-05-18    <johan AT balder>
8161
8162         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8163         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
8164 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
8165
8166         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
8167   Added feature to script commands from file.
8168
8169 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
8170
8171         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
8172         * src/SDCCutil.c: include ctype.h for win32
8173
8174 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
8175
8176         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
8177
8178 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
8179
8180         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
8181   Fixed so you can set breakpoints prior to run, run does not stop
8182   on entry now.  Add tbreak.  Other enhancements and fixes for use
8183   with ddd.
8184
8185 2003-05-12  Borut Razem <borut.razem AT siol.net>
8186
8187         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
8188
8189 2003-05-11  Borut Razem <borut.razem AT siol.net>
8190
8191         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
8192         the path of bin directory, so that PATH is the only env. variable, which has to be set
8193         in case of standard installation.
8194         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
8195         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8196         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8197
8198 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8199
8200         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8201         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8202         temp files are in the port dir; clean the gen/test directory when
8203         generating new test.c
8204         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8205         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8206         * support/regression/tests/zeropad.c: added
8207
8208 2003-05-09    <johan AT balder>
8209
8210         * src/SDCCglue.c: fixed bug #597940
8211
8212 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8213
8214         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8215   cache sfr, optimize next,step, fix off by one sourceline,
8216   support ddd list function.
8217         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8218
8219 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8220
8221         * support/regression/HTMLgen.py: added compare_s2f()
8222         * support/regression/Makefile: redo 1.27
8223         * support/regression/generate-cases.py: redo 1.5
8224
8225 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8226
8227         * support/regression/tests/float.c: workaround 33 bit hex constant
8228         * support/regression/tests/simplefloat.c: fix division for host
8229
8230 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8231
8232         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8233         that tame's the PIC's over-aggressive optimizer.
8234
8235 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8236
8237          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8238          support for MSVC.
8239
8240 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8241
8242         Initial support for DS80C400. "Hello world" runs on TINIm400
8243         (with polled I/O).
8244
8245 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8246
8247          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8248          * Some notes on ddd usage added in debugger/README
8249          Martin Helmling adding more features and fixes for ddd GUI debugger.
8250          Code added for nexti, stepi, up, down, and other adjustments.
8251
8252 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8253
8254         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8255         * src/pic/peeph.def Added two rules to optimize carry manipulation
8256         * src/pic/* removed debug printfs
8257
8258 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8259
8260         * debugger/mcs51/cmd.c: added header newalloc.h
8261
8262 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8263
8264         * as/Makefile: new EXEEXT
8265         * as/z80/Makefile: remove trailing slash of BUILDIR
8266         * as/z80/clean.mk: new EXEEXT
8267         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8268         * support/cpp2/Makefile.in: new EXEEXT
8269         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8270
8271 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8272
8273         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8274         EXEEXT was introduced to fix all related problems with targets
8275         "clean", "install" and "uninstall"; a couple of further flaws
8276         especially with "clean" have been fixed too
8277         * as/mcs51/Makefile.in
8278         * as/mcs51/clean.mk
8279         * as/z80/Makefile
8280         * Makefile
8281         * clean.mk
8282         * debugger/mcs51/Makefile.in
8283         * debugger/mcs51/clean.mk
8284         * link/z80/Makefile
8285         * link/z80/Makefile.in
8286         * link/z80/clean.mk
8287         * link/Makefile
8288         * packihx/Makefile.in
8289         * packihx/clean.mk
8290         * sim/ucsim/Makefile
8291         * sim/ucsim/clean.mk
8292         * sim/ucsim/avr.src/Makefile.in
8293         * sim/ucsim/avr.src/clean.mk
8294         * sim/ucsim/s51.src/Makefile.in
8295         * sim/ucsim/s51.src/clean.mk
8296         * sim/ucsim/xa.src/Makefile.in
8297         * sim/ucsim/xa.src/clean.mk
8298         * sim/ucsim/z80.src/Makefile.in
8299         * sim/ucsim/z80.src/clean.mk
8300         * sim/ucsim/main_in.mk
8301         * sim/ucsim/packages_in.mk
8302         * sim/ucsim/gui.src/Makefile.in
8303         * sim/ucsim/gui.src/serio.src/Makefile.in
8304         * sim/ucsim/gui.src/serio.src/clean.mk
8305         * src/Makefile.in
8306         * src/clean.mk
8307         * support/cpp2/Makefile.in
8308         * support/cpp2/clean.mk
8309         * support/makebin/Makefile
8310         * support/makebin/clean.mk
8311         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8312         * doc/sdccman.lyx: --program-suffix no longer needed
8313
8314 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8315
8316          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8317          Martin Helmling added support for ddd GUI debugger.
8318          Code added to display assembly, set variables, and other commands
8319          to interface to ddd.
8320
8321 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * as/Makefile: fix target clean
8324         * as/clean.mk: fix target clean
8325         * as/z80/clean.mk: fix target clean
8326
8327 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8328
8329         * Makefile.common.in: added  AT EXEEXT AT
8330         * configure.in: removed all mingw32 stuff
8331         * configure: rebuilt from configure.in
8332         * doc/sdccman.lyx: updated section "installation"
8333         * support/scripts/sdcc_mingw32: adapted to configure
8334         * support/scripts/sdcc_cygwin_mingw32: added
8335
8336 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8337
8338         * src/pic Added object file support for the PIC port
8339         * src/pic Applied patch from Craig Franklin (this started the object file support)
8340         * src/regression Updated the PIC regression tests for object files
8341
8342 2003-04-20  Borut Razem <borut.razem AT siol.net>
8343
8344         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8345           lklex.c: In function `getfid':
8346           lklex.c:203: warning: array subscript has type `char'
8347         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8348           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8349         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8350           stack handling macros
8351
8352 2003-04-19  Borut Razem <borut.razem AT siol.net>
8353
8354         * "handling space characters in file path" task:
8355         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8356         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8357         * support/Util/MySystem.h: make it self-sufficient
8358         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8359           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8360           handling space characters in file path
8361         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8362           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8363         * support/Util/MySystem.c: handling space characters in executable's path
8364
8365 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8366
8367         * as/z80/Makefile: fix permanent rebuild of z80
8368         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8369         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8370
8371 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8372
8373         * src/SDCCopt.c: add special case optimization to replace modulo by
8374           a power of two with a bitwise AND.
8375
8376 2003-04-18    <johan AT balder>
8377
8378         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8379
8380 2003-04-17    <johan AT balder>
8381
8382         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8383         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8384
8385 2003-04-13  Borut Razem <borut.razem AT siol.net>
8386
8387         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8388         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8389           fixed mingw problem in adl_NORMALIZE_PATH
8390
8391 2003-04-12  Borut Razem <borut.razem AT siol.net>
8392
8393         * fixed "#pragma SAVE/RESTORE can not be nested":
8394         * src/SDCC.lex: reworked pragma handling functions
8395         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8396         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8397
8398 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8399
8400         * src/SDCCutil.c (pathEquivalent): defined but not used
8401         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8402         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8403         * configure: rebuilt from configure.in
8404         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8405         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8406         * device/include/Makefile.in: replace sdcc_datadir
8407         * device/lib/Makefile.in: replace sdcc_datadir
8408         * Makefile.common.in: add LDFLAGS from configure
8409         * packihx/Makefile.in: use LDFLAGS
8410         * src/Makefile.in: use LDFLAGS
8411         * support/cpp2/Makefile.in: add LDFLAGS from configure
8412         * support/makebin/Makefile: use LDFLAGS
8413         * .version: bumped version number to 2.3.5
8414
8415 2003-04-12  Borut Razem <borut.razem AT siol.net>
8416
8417         * completed "different paths" task:
8418         * src/SDCCmacro.c: fixed bug in handling quotes
8419         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8420         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8421
8422 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8423
8424         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8425
8426 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8427
8428         * ds390/gen.c ds390/peeph.def: fix bug 706781
8429
8430 2003-04-11  Borut Razem <borut.razem AT siol.net>
8431
8432         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8433
8434 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8435
8436         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8437         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8438          set - this bit used to not be set...).
8439         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8440           bad code in PIC Port
8441         * src/regression/and2.c added to test bug 609268
8442         * src/regression/Makefile added and2.c to regression test
8443
8444
8445 2003-04-08    <johan AT CP255758-A>
8446
8447         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8448         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8449         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8450
8451 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8452
8453         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8454         fix bug #487815
8455         * support/cpp2/Makefile.in: fix bug #487815
8456         * configure: rebuilt from configure.in
8457         * Makefile.common.in: docdir changed, new path suffixes
8458         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8459         * sdcc_vc_in.h: reflect changes from sdccconf.h
8460         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8461         * src/SDCCutil.h: remove BINDIR hack
8462         * doc/sdccman.lyx: update new path hierarchy
8463
8464 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8465
8466         * src/SDCCpeeph.c: added okToRemoveSLOC test
8467
8468 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8469
8470         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8471
8472 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8473
8474         * src/SDCCpeeph.c: added labelIsReturnOnly test
8475         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8476
8477 2003-04-05    <johan AT balder>
8478
8479         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8480         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8481         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8482         * src/SDCCast.c: fixed a warning
8483         * src/SDCCast.h: fixed a warning
8484         * src/SDCCicode.c (operandFromAst): fixed a warning
8485
8486 2003-04-04    <johan AT balder>
8487
8488         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8489         * src/SDCCast.c (decorateType): fixed bug #715076
8490         * src/SDCC.y: fixed bug #702907
8491
8492 2003-04-03    <johan AT balder>
8493
8494         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8495         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8496         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8497         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8498         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8499
8500 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8501
8502         * _decdptr.c: fix return values
8503         * _gptrget.c: fix return values
8504         * _gptrgetc.c: fix return values
8505         * _gptrput.c: fix return values
8506         * _mulint.c: fix return values
8507         * as/z80/Makefile: fix 'make -j' problem
8508
8509 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8510
8511         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8512         * configure.in: big cleanup, updated to autoconf 2.5x
8513         * configure: rebuilt from configure.in
8514         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8515         * sdcc_vc_in.h: reflect changes from sdccconf.h
8516         * doc/Makefile: fixed a flaw in "make install"
8517
8518 2003-04-02    <johan AT balder>
8519
8520         * src/ds390/gen.c (genCmp): no comments
8521         * src/mcs51/gen.c (genCmp): no comments
8522         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8523         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8524
8525 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * support/regression/generate-cases.py: place generated file in given sub directory
8528         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8529         * support/regression/Makefile: improvements for 'make -j';
8530         side effect: it's simpler and faster now
8531
8532 2003-03-31  Borut Razem <borut.razem AT siol.net>
8533
8534         * src/z80/main.c: link-{port} and as-{port} defined without path
8535         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8536
8537 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8538
8539         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8540
8541 2003-03-30  Borut Razem <borut.razem AT siol.net>
8542
8543         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8544           changed type of list parameter to set
8545         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8546         * src/port.h: changed type of do_assemble() parameter to set
8547         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8548           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8549           definition of "cppoutfilename" macro with NULL value in preProcess()
8550         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8551         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8552         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8553           replaced with set *binPathSet
8554         * shash_add() deallocates the item, if allready exsists, before adding the new one
8555         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8556
8557 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8558
8559         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8560           a nested for loop bug in the PIC port
8561         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8562           for loops
8563
8564 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8565
8566         * support/Util/dbuf.h: remove C++ stuff to make it portable
8567
8568 2003-03-28  Borut Razem <borut.razem AT siol.net>
8569
8570         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8571           literal strings in stringLiteral()
8572         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8573         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8574           to the project
8575
8576 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8577
8578         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8579
8580 2003-03-26    <johan AT balder>
8581
8582         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8583         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8584         * src/SDCCast.c (decorateType): fixed " -v < 3"
8585
8586 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8587
8588         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8589         Added Lenny Story's debug infrastructure changes:
8590         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8591         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8592         * src/cdbFile.c: added
8593         * src/SDCCdebug.c: added
8594         * src/SDCCdebug.h: added
8595         * src/SDCCast.c (createFunction)
8596         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8597         * src/SDCCmain.c (parseCmdLine, main)
8598         * src/SDCCmem.c (redoStackOffsets)
8599         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8600         * src/SDCCsymt.h
8601         * src/common.h
8602         * src/avr/gen.c (genAVRCode)
8603         * src/ds390/gen.c (gen390Code)
8604         * src/mcs51/gen.c (gen51Code)
8605         * src/pic/gen.c (genpic14Code)
8606         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8607         * src/xa51/gen.c (genXA51Code)
8608         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8609
8610 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8611
8612         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8613         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8614
8615 2003-03-22    <johan AT balder>
8616
8617         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8618
8619 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8620
8621         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8622         * doc/cdbfileformat.lyx: added, written by Lenny Story
8623         * doc/Makefile: added cdbfileformat.lyx
8624         * doc/clean.mk: added cdbfileformat.lyx
8625
8626 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8627
8628         * src/mcs51/peeph.def: fix bug #705773
8629
8630 2003-03-20    <johan AT balder>
8631
8632         An sfr/sbit can have an "at #" AND an initializer
8633         * src/SDCCsymt.c (checkSClass):
8634         * src/SDCCmem.c (allocGlobal):
8635         * src/SDCCmem.c (allocLocal):
8636         * src/SDCCast.c (createBlock):
8637
8638 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8639
8640         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8641
8642 2003-03-16    <johan AT balder>
8643
8644         Undid the hackup of const and volatile, the problem is much bigger
8645         * src/SDCC.y:1.65
8646         * src/SDCCast.c:1.171
8647         * src/SDCCglue.c:1.138
8648         * src/SDCCicode.c:1.146
8649         * src/SDCCsymt.c:1.150
8650         * src/SDCCval.c:1.65
8651
8652 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8653
8654         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8655         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8656
8657 2003-03-13    <johan AT balder>
8658
8659         Hackup const and volatile modifiers in type chains a bit:
8660         * src/SDCC.y:1.63
8661         * src/SDCCast.c:1.169
8662         * src/SDCCglue.c:1.136
8663         * src/SDCCicode.c:1.143
8664         * src/SDCCsymt.c1.146
8665         * src/SDCCsymt.h1.59
8666         * src/SDCCval.c:1.63
8667
8668 2003-03-12    <johan AT balder>
8669
8670         * src/SDCCBBlock.h: more LRH debugging junk
8671         * src/SDCCcflow.h: more LRH debugging junk
8672         * src/SDCCloop.c: more LRH debugging junk
8673         * src/SDCC.y (struct_declaration): fixed bug #697590
8674         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8675         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8676         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8677
8678 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8679         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8680         test function names must now match exactly).
8681         * src/SDCCcse.c: added special case in findCheaperOp to allow
8682         extending a short integer. Makes less awful code for bug 700121 test case.
8683
8684 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8685
8686         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8687         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8688
8689 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8690
8691         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8692         actually called (operandsNotEqual() was called for all
8693         operandsNotEqualX tests).
8694
8695 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8696
8697         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8698         with shorter literals. Fixes bug 700121.
8699
8700 2003-03-11    <johan AT balder>
8701
8702         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8703
8704 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8705
8706         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8707         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8708
8709 2003-03-10  Borut Razem <borut.razem AT siol.net>
8710
8711         * src/SDCCmain.c: pipe preprocessor's output
8712         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8713         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8714         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8715         which closes all pipes in pipeSet set
8716         * src/SDCCset.c: free deleted item in function deleteSetItem()
8717         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8718         moved from z80 to src subproject
8719         * .version: increased version number to 2.3.4
8720
8721 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8722
8723         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8724         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8725         * support/regression/ports/xa51/spec.mk: fix typo
8726
8727 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8730
8731 2003-03-09  Borut Razem <borut.razem AT siol.net>
8732
8733         * src/SDCCmain.c: pipe preprocessor's output
8734         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8735         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8736         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8737         which closes all pipes in pipeSet set
8738         * src/SDCCset.c: free deleted item in function deleteSetItem()
8739         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8740         moved from z80 to src subproject
8741
8742 2003-03-09  Borut Razem <borut.razem AT siol.net>
8743
8744         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8745         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8746         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8747         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8748         * src/SDCCglobl.h: unification of WIN32 native definitions
8749
8750 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8751
8752         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8753
8754 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8755
8756         * src/configure.in:   check for endianess (even while cross-compiling)
8757         * src/configure:      check for endianess (even while cross-compiling)
8758         * src/configure_in.h: check for endianess (even while cross-compiling)
8759         * src/avr/gen.c:        remove old endianess stuff
8760         * src/mcs51/gen.c:      remove old endianess stuff
8761         * src/ds390/gen.c:      remove old endianess stuff
8762         * src/pic/gen.c:        remove old endianess stuff
8763         * src/pic/genarith.c:   remove old endianess stuff
8764         * src/pic/glue.c:       fix endianess check
8765         * src/pic16/gen.c:      remove old endianess stuff
8766         * src/pic16/genarith.c: remove old endianess stuff
8767         * src/pic16/glue.c:     fix endianess check
8768         * src/xa51/gen.c:       remove old endianess stuff
8769         * src/z80/gen.c:        fix endianess check
8770         * src/SDCCglue.c:       fix endianess check
8771         * src/ds390/peeph.def: fix bug 700036
8772
8773 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8774
8775         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8776         * src/configure: find appropriate data-types on host for SDCC's int and long
8777         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8778         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8779         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8780
8781 2003-03-07    <johan AT balder>
8782
8783         Just a big NOOP:
8784                 some minor cleanups before the big shot
8785                 OP_DEFS and OP_USES now use Kevin's protection
8786                 new option --nolabelopt
8787
8788         * src/SDCCBBlock.c:
8789         * src/SDCCast.c,:
8790         * src/SDCCcflow.c:
8791         * src/SDCCcse.c:
8792         * src/SDCCicode.c:
8793         * src/SDCCicode.h:
8794         * src/SDCClabel.c:
8795         * src/SDCCloop.c:
8796         * src/SDCCmain.c:
8797         * src/ds390/ralloc.c:
8798         * src/mcs51/ralloc.c:
8799         * src/pic/ralloc.c:
8800         * src/xa51/ralloc.c:
8801         * src/z80/ralloc.c:
8802
8803 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8804
8805         * src/pic/pcode.c (get_op): fix 64 bit warnings
8806         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8807         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8808         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8809         * support/regression/tests/malloc.c: fix 64 bit warnings
8810
8811 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8812
8813         * src/mcs51/gen.c (genMinus): fixed bug 696436
8814
8815 2003-03-02  Borut Razem <borut.razem AT siol.net>
8816
8817         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8818
8819 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8820
8821         * configure.in: test for mkstemp
8822         * sdccconf_in.h: add HAVE_MKSTEMP
8823
8824 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8825
8826         * device/include/ctype.h: removed warning while using --stack-auto
8827         * device/include/malloc.h: removed warning while using --stack-auto
8828         * device/include/string.h: removed warning while using --stack-auto
8829
8830 2003-02-23  Borut Razem <borut.razem AT siol.net>
8831
8832         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8833         because NDEBUG is defined (see man assert)
8834         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8835
8836 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8837
8838         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8839         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8840
8841 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8842
8843         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8844         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8845
8846 2003-02-18    <johan AT balder>
8847
8848         * as/mcs51/asmain.c (asmbl): module can start with a digit
8849         * as/z80/asmain.c (asmbl): module can start with a digit
8850
8851 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8852
8853         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8854         * src/asm.c: fix pipe() for Mingw32
8855
8856 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8857
8858         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8859         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8860         make -V work again; --c1mode reads now from stdin
8861         * doc/sdccman.lyx: added --c1mode
8862         * support/Util/SDCCerr.c: new messages for c1 mode
8863         * support/Util/SDCCerr.h: new messages for c1 mode
8864         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8865
8866 2003-02-15    <johan AT balder>
8867
8868         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8869
8870 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8871
8872         * doc/sdccman.lyx: Environment variables, -o and other minor things
8873
8874 2003-02-14    <johan AT balder>
8875
8876         * src/xa51/main.c: before anyone really tries to use it :)
8877
8878         * Install doc's in share/sdcc/doc
8879         * removed some obsolete files
8880         * Do a proper make distclean and uninstall
8881         M Makefile.common.in
8882         R sdccbuild.sh
8883         M as/Makefile
8884         M device/include/Makefile.in
8885         M device/lib/Makefile.in
8886         M doc/sdccman.lyx
8887         M link/Makefile
8888         M sim/ucsim/doc/Makefile.in
8889         M src/clean.mk
8890         R src/avr/peeph.rul
8891         R src/xa51/peeph.rul
8892         M support/cpp2/Makefile.in
8893         M support/makebin/Makefile
8894
8895
8896 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8897
8898         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8899
8900 2003-02-10  Borut Razem <borut.razem AT siol.net>
8901
8902         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8903         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8904         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8905         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8906         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8907         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8908         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8909         src/z80/Makefile.bcc: Borland Makefile cleanup
8910         * as/z80/Makefile.bcc: Added Borland Makefile
8911         * support/cpp2/borland.h: Removed
8912
8913 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8914
8915         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8916         * src/SDCC.lex: new pragma NOIV
8917         * src/SDCCglobl.h: new pragma NOIV
8918         * src/SDCCmem.c: new pragma NOIV
8919
8920 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8921
8922         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8923
8924 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8925
8926         * src/SDCCmain.c: signal handling is switched off by --debug
8927         * doc/Makefile: small fix for install; use clean.mk again
8928         * doc/clean.mk: clean *.pdf and *.html too
8929
8930 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8933         * device/lib/printfl.c: fix a ds390 bug by making it portable
8934         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8935         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8936         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8937         * debugger/mcs51/cmd.c: converted multi-line string literals
8938         * sim/ucsim/globals.cc: converted multi-line string literals
8939         * src/SDCCmain.c: introduced signal handler to remove temp files
8940         * doc/Makefile: small tweaks, implement clean
8941         * doc: removed generated files
8942
8943 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8944
8945         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8946         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8947         Address Record is not correctly generated for DS390."
8948
8949 2003-02-02  Borut Razem <borut.razem AT siol.net>
8950
8951         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8952         * as/mcs51/asm.h: fixed compilation with Borland C
8953         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8954         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8955         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8956         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8957         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8958         src/z80/Makefile.bcc: delete $(LIB) only if exist
8959         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8960
8961 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         * device/include/malloc.h: introduced NULL
8964         * device/include/string.h: introduced NULL
8965         * device/include/stdlib.h: introduced NULL
8966         * device/lib/_memcpy.c: removed NULL
8967         * device/lib/_strcat.c: removed NULL
8968         * device/lib/_strchr.c: removed NULL
8969         * device/lib/_strcmp.c: removed NULL
8970         * device/lib/_strcpy.c: removed NULL
8971         * device/lib/_strcspn.c: removed NULL
8972         * device/lib/_strlen.c: removed NULL
8973         * device/lib/_strncat.c: removed NULL
8974         * device/lib/_strncmp.c: removed NULL
8975         * device/lib/_strncpy.c: removed NULL
8976         * device/lib/_strpbrk.c: removed NULL
8977         * device/lib/_strrchr.c: removed NULL
8978         * device/lib/_strspn.c: removed NULL
8979         * device/lib/_strstr.c: removed NULL
8980         * device/lib/_strtok.c: removed NULL
8981         * device/lib/malloc.c: removed NULL, include own header
8982
8983 2003-02-02    <johan AT balder>
8984
8985         * 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
8986         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8987         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8988         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8989         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8990         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8991
8992 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8993
8994         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8995         area 'DATA'"
8996
8997 2003-02-01    <johan AT balder>
8998
8999         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
9000
9001 2003-01-31    <johan AT CP255758-A>
9002
9003         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
9004
9005 2003-01-30    <johan AT balder>
9006
9007         * src/SDCCBBlock.c: automatic bug detection
9008         * src/SDCCicode.c: automatic bug detection
9009
9010 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9011
9012         * src/SDCCglobl.h:   now --xram-size 0 works
9013         * src/SDCCmain.c:    now --xram-size 0 works
9014
9015 2003-01-29    <johan AT balder>
9016
9017         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
9018
9019 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9020
9021         * as/mcs51/aslink.h: Added options --xram-size and --code-size
9022         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
9023         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
9024         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
9025         * src/SDCCglobl.h:   Added options --xram-size and --code-size
9026         * src/SDCCmain.c:    Added options --xram-size and --code-size
9027
9028 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
9029
9030         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
9031         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
9032
9033 2003-01-27    <johan AT balder>
9034
9035         * src/SDCC.y: fixed bug #613764
9036
9037 2003-01-26    <johan AT balder>
9038
9039         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
9040         * src/SDCCsymt.h: fixed bug #673374
9041         * src/SDCCglue.c: fixed bug #661910
9042         * src/SDCCast.c: fixed bug #458099 and 673374
9043
9044 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
9045
9046         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
9047         * as/mcs51/strcmpi.h: added
9048         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
9049         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
9050         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
9051         * as/mcs51/assym.c: strcmpi -> as_strcmpi
9052         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
9053         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
9054         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
9055         * as/mcs51/Makefile.aslink: new module strcmpi
9056         * as/mcs51/Makefile.asx8051: new module strcmpi
9057         * as/mcs51/Makefil.bcc: new module strcmpi
9058         * as/mcs51/Makefile.in: new module strcmpi
9059         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
9060
9061 2003-01-26    <johan AT balder>
9062
9063         * src/SDCCglue.c: reverted back to 1.124
9064         * src/SDCCast.c: reverted back to 1.156
9065         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
9066
9067 2003-01-25    <johan AT balder>
9068
9069         * src/SDCCglue.c: A better fix for bug #661910
9070         * src/SDCCast.c: A better fix for bug #661910
9071         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
9072
9073 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9074
9075         * src/Makefile.in: remove spawn.o
9076         * src/SDCCmain.c: remove spawn.h
9077         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
9078         * src/spawn.c: removed
9079         * src/spawn.h: removed
9080         * support/regression/ports/ds390/spec.mk: link with -r
9081
9082 2003-01-24    <johan AT CP255758-A>
9083
9084         * src/ds390/gen.c (aopOp): fixed bug #667458
9085         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
9086         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
9087         (createIvalCharPtr): an ival doesn't always have a storage class anymore
9088
9089 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
9090
9091         * src/mcs51/peeph.def: better assembler identation by Frieder
9092         * src/mcs51/gen.c: better assembler identation by Frieder
9093
9094 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
9095
9096         * as/z80/string.h: removed for gcc 3.2
9097         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
9098         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
9099
9100 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9101
9102         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
9103         * src/SDCCpeeph.c (replaceRule): fix bug #663503
9104         * support/regression/Makefile: separate temp files for ports
9105         * support/regression/generate-cases.py: separate temp files for ports
9106         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9107         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
9108
9109 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         * moved tinitalk to device/examples/ds390
9112
9113 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
9114
9115         * as/mcs51/lkmem.c: rflag is for DS390
9116         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
9117         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
9118                          (linkEdit): move mem- and map-files the same way as ihx-files
9119         * src/z80/main.c (_setDefaultOptions): removed --generic
9120         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
9121         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
9122         * src/pic/glue.c (picglue): --c1mode works again
9123         * src/pic16/glue.c (pic16glue): --c1mode works again
9124         * src/asm.c (printCLine): fix #660034
9125
9126 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
9127
9128         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
9129         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
9130         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
9131         * as/mcs51/lkmem (summary): better fix for sp problem
9132         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
9133         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
9134         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
9135                                               remove --stack-after-data
9136
9137 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
9138
9139         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
9140         * src/SDCCutil.c (join): ugly bug: missing '\0'
9141         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
9142
9143 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9144
9145         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
9146         * src/port.h: typo
9147         * src/pic/main.c (_asmCmd): gpasm supports -o
9148         * src/z80/main.c: more general macros
9149         * device/lib/Makefile.in: remove intermediate files
9150
9151 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
9152
9153         * .version: Bumped version number to 2.3.3
9154         * src/SDCCBBlock.c: new option -o
9155         * src/SDCCglobl.h: new option -o
9156         * src/SDCCglue.c: new option -o
9157         * src/SDCCmain.c: new option -o
9158         * src/asm.c: new option -o
9159         * src/ds390/main.c: new option -o
9160         * src/pic/glue.c: new option -o
9161         * src/pic/pcode.c: new option -o
9162         * src/pic/ralloc.c: new option -o
9163         * src/pic16/glue.c: new option -o
9164         * src/pic16/pcode.c: new option -o
9165         * src/pic16/ralloc.c: new option -o
9166         * src/z80/main.c: new option -o
9167         * device/lib/Makefile.in: use -o
9168         * support/regression/ports/ds390/spec.mk: use -o
9169         * support/regression/ports/gbz80/spec.mk: use -o
9170         * support/regression/ports/mcs51/spec.mk: use -o
9171         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
9172         * support/regression/ports/z80/spec.mk: use -o
9173         * support/regression/ports/ucz80/spec.mk: use -o
9174         * support/regression/ports/xa51/spec.mk: use -o
9175         * support/regression/fwk/lib/timeout.c: fix usage string
9176
9177 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
9178         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
9179
9180 2003-01-07    <johan AT balder>
9181
9182         * src/SDCCast.c (decorateType): fixed bug #600035
9183
9184 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
9185         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
9186         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
9187         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
9188         * src/pic/pcode.c: outcommented unused variable to remove warnings
9189         * src/pic/ralloc.c: outcommented unused variable to remove warnings
9190
9191 2003-01-06    <karl AT turbobit.com>
9192         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
9193    regression tests.
9194
9195 2003-01-06    <johan AT balder>
9196
9197         * src/SDCCicode.c: fixed array add
9198
9199 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9200         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9201         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9202
9203 2003-01-04    <johan AT balder>
9204
9205         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9206
9207 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9208         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9209
9210 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9211         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9212         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9213
9214 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9215         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9216
9217 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9218         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9219
9220 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9221         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9222
9223 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9224
9225     * in \sdcc\as\mcs51\ changed these files in order to create an
9226     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9227     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9228     following files to include the previous two files: aslink.dsp,
9229     Makefile.aslink, Makefile.bcc, and Makefile.in.
9230
9231     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9232     .adb instead of .cdb
9233
9234 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9235
9236         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9237         value from option --iram-size.
9238
9239 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9240
9241         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9242         dram[] array.
9243
9244 2002-09-18    <wiml AT hhhh.org>
9245
9246         * SDCClrange.h: exposed setFromRange() and setToRange()
9247         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9248           packRegsForAccUse() (bug 542397)
9249         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9250           multiple times and emitting the fetch operations more than once
9251           added aopGetUsesAcc() function to allow binary operators to
9252           fetch their operands in the correct order; made genMinus() emit
9253           compact code for X = LITERAL - Y
9254
9255 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9256         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9257         sprintf() in line 1267.
9258
9259 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9260         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9261         like ports.
9262
9263 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9264         Changes to aslink (All the changes are marked with 'JCF'):
9265
9266         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9267         summary().
9268
9269         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9270         area BSEG.  Also moves, if possible, the DATA area down into the internal
9271         ram so more space is available.
9272
9273         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9274         sflag.
9275
9276         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9277         not bytes.  Function summary() which creates a memory usage summary
9278         file with extension .mem.  Reports of overlaping stack and small stack
9279         size.  If the space for the stack is less than 16 bytes aslink trows a
9280         warning.
9281
9282         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9283         the 8051.  Option 'y' for memory summary output file.
9284
9285         Changes to sdcc (All the changes are marked with 'JCF'):
9286
9287         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9288
9289         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9290         overlaying area for it (uses RegBankUsed[4]).
9291
9292         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9293         bank zero as used by default.  By default aslink locates the stack
9294         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9295         the creation of the .mem file.  Delegates the allocation of data area
9296         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9297         the begining of the stack area to aslink.
9298
9299         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9300         glue() in SDCCglue.c creates an area for it.
9301
9302 2002-09-03  Borut Razem <borut.razem AT siol.net>
9303         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9304         sdcc/src/pic/glue.c:
9305         introduced atexit() handler for teporay files removal in case of
9306         errors, assertions, ...
9307
9308 2002-08-29  Borut Razem <borut.razem AT siol.net>
9309         * sdcc/support/cpp2/auto-host_vc_in.h:
9310         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9311         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9312         Maybe there is a similar problem with BORLANDC? It should be checked!
9313
9314         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9315         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9316         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9317         was not executed, and the compiler (cl) launched a warning:
9318         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9319
9320 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9321         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9322
9323 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9324         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9325
9326         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9327           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9328           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9329           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9330           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9331           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9332           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9333         - added Release configuration in VS projects
9334         - review of compiler an linker options
9335         - VC .exe files are generated in bin_vc directory, not to interfere
9336           with binaries generated from other projects (cygwin, mingw, bcc ...)
9337
9338         * sdcc/src/yacc.dsp: added
9339
9340         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9341         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9342         and insert the version number definitions from .version
9343
9344         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9345
9346         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9347         added - genarate auto-host.h using auto-host_vc_in.h as template
9348
9349         * sdcc/sdcc_vc.h,
9350         removed from CVS, generated automatically
9351
9352 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9353         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9354
9355 2002-08-11  Borut Razem <borut.razem AT siol.net>
9356         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9357
9358 2002-08-10  Borut Razem <borut.razem AT siol.net>
9359         * src/SDCCmain.c (main):
9360         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9361         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9362         The consequence was that some temporary files were not removed.
9363
9364         * src/SDCCglue.c:
9365         unification of code in functions tempfilename() and tempfile():
9366         function tempnam() is defined in Visual Studio 6.0 and .NET
9367
9368         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9369
9370         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9371           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9372         - removed compiler command line option /WX: Treats all warnings as errors
9373         - update a list of source files, included into the project
9374
9375         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9376           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9377         changed project type to Generic Project so that can be correcly converted to VS.NET project
9378
9379         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9380
9381         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9382
9383         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9384
9385         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9386         added return 0 statements after assert() to make compiler happy
9387
9388         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9389         added newline in the def file to keep MSC compiler satisfied
9390
9391         * sdcc/src/z80/gen.c:
9392         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9393           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9394         - solved MSC error in function aopDump()
9395
9396         * sdcc_vc.h: define PREFIX as "\\sdcc"
9397
9398 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9399         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9400
9401 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9402         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9403         - Rewrote the register banking algorithm.
9404         - Added pCode live-range analysis to registers (for now, only non-used and
9405         singly-used registers optimized away)
9406
9407         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9408
9409         * 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.
9410
9411 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9412         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9413
9414 2002-04-22  Michael Hope  <michaelh AT vroom>
9415
9416         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9417
9418         * configure.in (DD_COPT): Added include support required for gbdk.
9419
9420         * .version: Bumped version number just to increase it.
9421
9422         * src/SDCCmain.c: Added -nostdinc to the default options.
9423
9424 2002-04-15  Michael Hope  <michaelh AT vroom>
9425
9426         * device/lib/z80/printf.c (sprintf): Added.
9427
9428         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9429
9430         * src/z80/peeph.def: Added transpose redundent load rule.
9431
9432         * src/z80/main.c: Added force callee saves for jaune.
9433
9434         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9435
9436         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9437
9438 2002-03-28  Johan Knol  <johan AT balder>
9439
9440         * src/SDCCval.c: fixed bug #532436
9441
9442 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9443         * /src/port.h:
9444         Added "char *Processor" field to the port structure.
9445
9446         * /src/SDCCmain.c:
9447         Added -p option. Allows port dependent processor to be specified.
9448
9449         * all ports:
9450         Initialized the new field char *Processor field to NULL in all ports
9451
9452         * /src/pic/*:
9453         Compiler generated registers for interrupt context saving
9454         were not getting allocated.
9455
9456 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9457
9458         * /src/SDCCast.c:
9459         Fixed left shift. Will promote the left side of a left shift
9460         if a) left shifting more than size of operand or b) when assigned
9461         to something size > size of left side
9462
9463 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9464         * src/pic/*
9465         tons of changes. Register allocation has been
9466         rewritten. Added customization for the various PICs. Flow
9467         analysis is restructured. ...
9468
9469         * src/pic/device.h:
9470         Added
9471
9472         * src/pic/device.c:
9473         Added. device.c is a PIC port hack to accomodate variations
9474         in PIC devices.
9475
9476 2002-03-13  Michael Hope  <michaelh AT vroom>
9477
9478         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9479
9480 2002-03-04  johanknol  <johanknol AT manik>
9481
9482         * /src/SDCCval.c: fixed
9483
9484         const unsigned char arr[][2] = { { 0, 1 } };
9485         t18.c:1: error: Initializer element is not constant
9486
9487 2002-03-04  bela  <bela AT manik>
9488
9489         * /device/include/mcs51reg.h:
9490         ds89c420 register definition update
9491
9492 2002-03-03    <johan AT FRIJA>
9493
9494         * support/Util/SDCCerr.c: did something, but don't no why anymore
9495
9496         * support/regression/tests/bug-524691.c: made it a little less shy
9497
9498         * src/SDCCast.c (decorateType): fixed bug #524697
9499
9500         * src/SDCCast.c: made some lineno improvements
9501
9502         * src/SDCCval.c (getNelements): changed warning to error
9503
9504         * src/SDCCglue.c (printIvalArray): changed warning to error
9505
9506         * src/SDCCicode.c: fixed a warning for mingw
9507
9508         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9509
9510         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9511
9512 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9513
9514         * src/ds390/peeph.def:
9515         Added some more peephole rules
9516
9517         * src/ds390/gen.c: Various fixes & enhancements
9518
9519         * src/SDCClrange.c, src/SDCClrange.h:
9520         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9521
9522         * src/ds390/ralloc.c:
9523         various fixes & enhancements (ds390) specific
9524
9525         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9526         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9527         from rallocs.
9528
9529         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9530
9531 2002-03-02    <johan AT FRIJA>
9532
9533         * src/SDCCast.c (decorateType): fixed bug #524708
9534
9535         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9536
9537         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9538
9539 2002-03-01  Michael Hope  <michaelh AT vroom>
9540
9541         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9542
9543         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9544
9545 2002-03-01    <johan AT FRIJA>
9546
9547         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9548
9549         * src/SDCCast.c (decorateType): fixed bug #524209
9550
9551         * src/SDCCval.c (valNot): fixed bug #524195
9552
9553 2002-02-26    <johan AT balder>
9554
9555         * src/xa51/gen.c: fixed a warning
9556
9557         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9558
9559         * src/SDCCast.c (decorateType): fixed bug #522534
9560
9561 2002-02-23    <johan AT balder>
9562
9563         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9564
9565 2002-02-22    <johan AT balder>
9566
9567         * src/SDCCast.c: fixed bug #514865
9568
9569         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9570
9571 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9572
9573         * sdcc/src/SDCCloop.c:
9574         Previous fix was not good. basic blocks that have "break" or "return" are
9575         not really partof a loop , but live ranges used in these blocks should
9576         be live thru the entire loop, so set partOfLoop but don't add them to
9577         loop region
9578
9579 2002-02-21    <johan AT FRIJA>
9580
9581         * src/SDCCcse.c: fixed bug #514308
9582
9583 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9584
9585         * src/SDCCloop.c:
9586         Fixed BUG #519583. If a conditional block ended in a return/break
9587         statement inside a loop, it was not being considered part of the loop.
9588
9589         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9590
9591 2002-02-10  Karl Bongers <karl AT turbobit.com>
9592
9593         * debugger/*:
9594         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9595         with lots of comments and notes.
9596
9597         * device/examples/test2.c:
9598         Fix bug, "red" variable not being initialized(compiler complained).
9599
9600         * device/examples/Makefile, examples/test3.c:
9601         Add Makefile in device/examples folder, compiles test3.c
9602         for use as a multiple module SDCDB test case.
9603
9604         * sim/ucsim/cmd.src/cmdset.cc:
9605         Took out debug printfs in ucsim "next" command.
9606
9607         * sim/ucsim/xa.src:
9608         Karl and Johan start ucsim XA support.  Most dissassembly working,
9609         about 75% emulation done(plenty of work remaining).
9610
9611         * sim/ucsim/z80.src:
9612         Add Z80 support to ucsim, add test-ucz80 regression test,
9613         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9614         Notice z80 compiler fails on examples/test3.c/crc code.
9615
9616 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9617
9618         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9619         Added support for --parms-in-bank1
9620
9621         * src/ds390/peeph.def:
9622         added a few more peephole optimzations
9623
9624         * src/ds390/main.c:
9625         1) added __builtin_inp & __builtin_outp used to read in data of given length
9626            from a memory mapped port
9627         2) added __builtin_memcmp
9628         3) added __builtin_swapw swap bytes of a short
9629
9630         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9631         1) handle multiple send & receives from register bank1
9632         2) ralloc can now allocate DPTR1 to some liveRanges
9633
9634         * src/SDCCsymt.c, src/SDCCsymt.h:
9635         changes to handle multiple sends & receives
9636
9637         * src/SDCCptropt.h:
9638         added some pointer arithmetic optimization
9639
9640         * src/SDCCptropt.c:
9641         added some pointer arithmetic optimizations but not stable yet so not
9642         called from anywhere (will get this working shortly)
9643
9644         * src/SDCCopt.c: fixed for multiple sends & receives
9645
9646         * src/SDCCmain.c:
9647         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9648         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9649            set preprocessor defines (depending on options)
9650
9651         * src/SDCCicode.c, src/SDCCicode.h:
9652         changes made to handle multiple sends & receives
9653
9654         * src/SDCCglobl.h:
9655         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9656
9657         * src/SDCCcse.c, src/SDCCcse.h:
9658         added function findbackward def (to be used in upcoming optimization)
9659
9660         * src/SDCCcflow.c, src/SDCCcflow.h:
9661         added function returnAtEnd - to determine if a basic block terminates with
9662         a RETURN iCode
9663
9664         * src/SDCCast.c, src/SDCCast.h:
9665         added option parms-in-bank1
9666
9667         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9668         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9669         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9670         adjusted for --parms-in-bank1 option
9671
9672         * device/include/string.h:
9673         donot redefine "reentrant" keyword
9674
9675         * device/include/ds80c390.h: Added some more SFRs
9676
9677 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9678
9679         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9680
9681 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9682
9683         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9684
9685 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9686
9687         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9688
9689 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9690
9691         * Added --xram-movc option
9692
9693 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9694
9695         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9696
9697 2002-01-11  Johan Knol
9698
9699         * Added math lib of Jesus Calvino-Fraga
9700
9701 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9702
9703         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9704         * support/regression/Makefile: new target test-mcs51-stack-auto
9705         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9706
9707 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9708
9709         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9710
9711 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9712
9713         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9714
9715 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9716
9717         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9718
9719         * src/SDCCglue.h: add definition for printIvalChar()
9720
9721 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9722
9723         * src/SDCCast.c: fix #498138 by Johan
9724
9725         * src/SDCCglue.c: fix #498138 by Johan
9726
9727 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9728
9729         * support/regression/Makefile: fix clean
9730
9731         * support/regression/ports/ds390/support.c: fix transmission of last character
9732
9733 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9734
9735         * /sdcc/src/ds390/gen.c:
9736         a) improved computing address of stack variable
9737         b) took out some #if 0 code
9738         c) improved parmBytes adjustment
9739         d) improved genPlusIncr & genMinusIncr
9740         e) genCmp could generate bad code (when left assigned to DPTR)
9741         f) Fixed bug in hasInc
9742
9743         * /sdcc/src/ds390/ralloc.c:
9744         a) packRegsForSupport could mess up live information (Fixed)
9745         b) packRegsDPTRuse could be incorrect for left & right shift
9746
9747         * /sdcc/src/mcs51/ralloc.c:
9748         packRegsForSupport could mess up the live information (Fixed)
9749
9750         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9751
9752         * /sdcc/src/SDCCast.c:
9753         can reverse a loop even if function call is present as long
9754         as the loop control variable is local & is not passed as parameter
9755
9756 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9757
9758         * /sdcc/ChangeLog: *** empty log message ***
9759
9760         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9761         More builtin function additions for TININative
9762
9763         * /sdcc/src/ds390/ralloc.c:
9764         Had broken the regression testsuite
9765
9766         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9767
9768         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9769         Added funcattr hasStackParms will be set for reentrant functions when there
9770         are paramteres on the stack, this helps in minimizing frame pointer generation
9771         typeFromStr can handle function pointers now
9772
9773         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9774         *** empty log message ***
9775
9776 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9777
9778         * /src/ds390/gen.c, /src/ds390/main.c:
9779         More builtin function additions for TININative
9780
9781         * /src/ds390/ralloc.c:
9782         Had broken the regression testsuite
9783
9784         * /src/SDCCast.c: Fixed a bug in dumptree
9785
9786         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9787         Added funcattr hasStackParms will be set for reentrant functions when there
9788         are paramteres on the stack, this helps in minimizing frame pointer generation
9789         typeFromStr can handle function pointers now
9790
9791         * /doc/builtins.txt, /doc/TININative.txt:
9792         *** empty log message ***
9793
9794
9795 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9796
9797         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9798         ALPHA version for -mTININative
9799
9800         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9801         updated to reflect changes in the port structure
9802
9803         * /src/port.h:
9804         added function do_assemble (similar to do_link) if non-null this function
9805         will be called to do assembly (-mTININative) requires a multi command
9806         assembly
9807         added function genAssemblerEnd will be called to generate assembler Epilogue
9808
9809         * /src/SDCCsymt.c:
9810         added _JavaNative to debug info printing
9811
9812         * /src/SDCCmain.c: added option --tini-libid
9813         added port->do_assemble function (-mTININative) has a multi command assemble
9814
9815         * /src/SDCCglue.c: Disabled "constExpr" check
9816         added port->genAssemblerEnd function
9817
9818         * /src/SDCCglobl.h: Added option --tini-libid value
9819
9820         * /src/SDCCast.h:
9821         tookout optimizeCompare from the header (has no external references)
9822
9823         * /src/SDCCast.c: made one more function "static"
9824
9825 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9826
9827         * src/z80/mappings.i: Added z80asm support.
9828
9829         * src/z80/main.c: Added z80asm support on --asm=z80asm
9830
9831         * src/z80/gen.c: Fixed asm portability issues.
9832
9833         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9834
9835         * src/SDCCglue.c (printExterns): Added global/extern split.
9836
9837 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9838
9839         * support/regression/Makefile: added test for mcs51 model large
9840
9841         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9842
9843         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9844
9845 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9846
9847         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9848
9849 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9850
9851         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9852
9853         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9854
9855 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9856
9857         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9858
9859         * support/regression/tests/simplefloat.c: Port to mcs51.
9860
9861 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9862         * support/regression/tests/bug-485362.c: Added.
9863
9864         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9865
9866         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9867
9868         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9869
9870         * src/z80/gen.c (aopDump): Added a dump function.
9871
9872 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9873         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9874
9875         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9876
9877         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9878
9879         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9880
9881         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9882
9883         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9884
9885         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9886
9887         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9888
9889         * support/regression/ports/ds390/support.c: Use tinibios.
9890
9891         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9892
9893 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9894
9895         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9896         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9897
9898         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9899
9900         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9901
9902 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9903
9904         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9905
9906         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9907         (packRegsForIYUse): Created and optimised.
9908
9909 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9910
9911         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9912 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9913
9914         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9915
9916         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9917
9918         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9919
9920 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9921
9922         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9923
9924         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9925
9926 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9927
9928         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9929
9930         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9931
9932         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9933
9934 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9935
9936         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9937         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9938         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9939
9940         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9941
9942         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9943         (genNotFloat): Added.
9944         (genUminusFloat): Added.
9945
9946         * device/lib/z80/Makefile: Added floating pt stubs.
9947
9948         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9949
9950         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9951
9952         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9953
9954 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9955
9956         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9957
9958         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9959
9960         * sdcc/support/regression/Makefile: Add port ds390.
9961
9962         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9963
9964         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9965
9966         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9967
9968         * sdcc/support/regression/ports/ds390/support.c: Added.
9969
9970         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9971
9972         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9973
9974         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9975
9976 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9977
9978         * device/include/malloc.h: Added z80 and gbz80 support.
9979
9980         * device/lib/gbz80/heap.s: Added.
9981
9982         * device/lib/z80/heap.s: Added.
9983
9984         * device/lib/malloc.c: Added z80 and gbz80 support.
9985
9986         * support/regression/tests/malloc.c (testMalloc): Added.
9987
9988         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9989
9990         * support/regression/tests/bug-478094.c: Added.
9991
9992         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9993
9994 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9995
9996         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9997
9998         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9999
10000         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
10001
10002         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
10003
10004         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
10005
10006 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
10007
10008         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
10009
10010 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
10011
10012         * support/regression/tests/bug-477927.c: Added.
10013
10014         * src/z80/peeph.def: Added minor rules.
10015
10016         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
10017
10018         * src/z80/peeph.def: Added jump optimisation modification.
10019
10020 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
10021
10022         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
10023
10024 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
10025
10026         * support/regression/tests/funptrs.c: Added.
10027
10028 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
10029
10030         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
10031
10032 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
10033
10034         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
10035
10036         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
10037
10038         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
10039         (movLeft2ResultLong): Created.
10040
10041         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
10042         (joinPushes): Added.  Joins two char pushes into a word push.
10043
10044 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
10045
10046         * support/cpp2/Makefile.in (install): Added creation of dest dir.
10047
10048         * support/makebin/Makefile (install): Added creation of dest dir.
10049
10050 2001-10-24 Karl Bongers <karl AT turbobit.com>
10051
10052         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
10053
10054 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
10055
10056         * src/z80/ralloc.c: Turned off faulty pack for one use.
10057
10058         * src/z80/peeph-gbz80.def: Removed redundent restart options.
10059
10060         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
10061
10062 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
10063
10064         * support/regression/Makefile: Improved clean
10065
10066         * support/regression/ports/gbz80/spec.mk: Added clean
10067
10068         * support/regression/ports/host/spec.mk: Added clean
10069
10070         * support/regression/ports/z80/spec.mk: Added clean
10071
10072         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
10073
10074         * support/regression/ports/mcs51/timeout.c: little improvements
10075
10076 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
10077
10078         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
10079
10080         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
10081
10082         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
10083
10084 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
10085
10086         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
10087
10088         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
10089
10090 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
10091         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
10092
10093         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
10094
10095         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
10096
10097         * src/mcs51/main.c (_linkCmd): Added bin path to command.
10098
10099         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
10100
10101         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
10102
10103         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
10104
10105         * support/regression/tests/longor.c: Added.
10106
10107 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
10108
10109         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
10110
10111         * as/mcs51/aslink.h: define PATH_MAX
10112
10113         * as/mcs51/asm.h: define PATH_MAX
10114
10115         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
10116
10117         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
10118
10119         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
10120
10121         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
10122
10123         * src/SDCCglobl.h: define PATH_MAX
10124
10125         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
10126
10127         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
10128
10129 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
10130
10131         * src/z80/gen.c (gencjneshort): Fixed
10132
10133         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
10134
10135 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
10136
10137         * support/regression/tests/bug-469671.c: Added.
10138
10139         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
10140
10141 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
10142
10143         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
10144
10145         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
10146
10147 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
10148
10149         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
10150
10151         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
10152
10153         * src/device/lib/_mullong.c : removed hint: nooverlay bug
10154
10155         * src/device/lib/_divuint.c : removed hint: nooverlay bug
10156
10157         * src/device/lib/_divulong.c: removed hint: nooverlay bug
10158
10159         * src/device/lib/_moduint.c : removed hint: nooverlay bug
10160
10161         * src/device/lib/_modulong.c: removed hint: nooverlay bug
10162
10163 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
10164
10165         * 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.
10166
10167         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
10168
10169         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
10170
10171 2001-10-07    <johan AT FRIJA>
10172
10173         * device/lib/gets.c (gets): fixed the return value.
10174
10175 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
10176         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
10177
10178         * 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.
10179
10180         * 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.
10181
10182         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
10183
10184         * src/pic/gen.c: Removed Safe_strdup.
10185
10186         * configure.in: Added option to enable libgc support.
10187
10188         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
10189         (bitVectUnion): Optimised.
10190         (bitVectIntersect): Optimised.
10191         (bitVectBitsInCommon): Optimised.
10192         (bitVectCplAnd): Optimised.
10193
10194         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
10195
10196 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10197
10198         * src/SDCCmain.c: distinguish between assembler debug and plain options
10199
10200         * src/avr/main.c:   remove standard assembler options
10201
10202         * src/ds390/main.c: remove standard assembler options
10203
10204         * src/mcs51/main.c: remove standard assembler options
10205
10206         * src/port.h: removed "PENDING" comment
10207
10208 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10209
10210         * src/device/lib/_mulint.c  : new, with assember functions
10211
10212         * src/device/lib/_mullong.c : new, with assember functions
10213
10214         * src/device/lib/_divuint.c : with assember functions
10215
10216         * src/device/lib/_divsint.c : with assember functions
10217
10218         * src/device/lib/_divulong.c: with assember functions
10219
10220         * src/device/lib/_divslong.c: with assember functions
10221
10222         * src/device/lib/_moduint.c : with assember functions
10223
10224         * src/device/lib/_modsint.c : with assember functions
10225
10226         * src/device/lib/_modulong.c: with assember functions
10227
10228         * src/device/lib/_modslong.c: with assember functions
10229
10230         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10231
10232         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10233
10234         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10235                                       replaced _mululong.c and _mulslong.c by _mullong.c
10236
10237 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10238
10239         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10240
10241 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10242
10243         * src/SDCCglue.c: test, if win32api is available for MINGW
10244
10245 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10246
10247         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10248         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10249         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10250         * support/regression/ports/host/spec.mk: removed GENERIC
10251         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10252         * support/regression/ports/z80/spec.mk: removed GENERIC
10253
10254 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10255
10256         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10257
10258         * support/regression/tests/bug-467035.c: Created.
10259
10260 2001-10-01    <johan AT FRIJA>
10261
10262         * src/SDCC.y: fixed bug #466586 part 1
10263
10264 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10265
10266         * SDCCicode.c: z80 has no generic pointers
10267         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10268
10269 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10270
10271         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10272
10273 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10274
10275         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10276
10277         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10278
10279 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10280
10281         * configure.in: Fixed up so that ucsim is only configured once.
10282
10283         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10284
10285         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10286         (getPathDifference): As above.
10287
10288         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10289
10290         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10291
10292 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10293         * .version: Updated to 2.3.1
10294
10295         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10296         Added copyright header.
10297
10298         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10299         (assemble): Added support for macro based assembler commands.
10300         (linkEdit): Added support for macro based linker commands.
10301         (preProcess): Changed the pre-processor to use macros.
10302         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10303         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10304
10305         * device/lib/z80/crt0.s: Added module name for debugging.
10306
10307 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10308
10309         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10310
10311         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10312
10313         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10314
10315         * src/Makefile.in: Added SDCCmacro and SDCCutil
10316
10317 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10318
10319         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10320
10321 2001-09-16    <johan AT FRIJA>
10322
10323         * 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.
10324
10325 2001-09-15    <johan AT FRIJA>
10326
10327         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10328         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10329
10330 2001-09-11    <johan AT FRIJA>
10331
10332         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10333
10334 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10335
10336         * support/regression/tests/bug-460444.c: Added test case.
10337
10338         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10339         (genCast): Added justification for all of the asserts.
10340
10341 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10342
10343         * support/regression/support.c: _xdata replaced by xdata
10344
10345         * support/regression/spec.mk: removed _generic
10346
10347 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10348
10349         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10350
10351         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10352         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10353
10354         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10355
10356         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10357
10358         * support/regression/tests/bug-460010.c: Added test case.
10359
10360         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10361
10362 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10363
10364         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10365
10366         * support/regression/testfwk.c: removed workaround for bug #436344
10367
10368         * support/regression/tests/bp.c: use less memory with mcs51
10369
10370         * support/regression/tests/bug-441448.c: use less memory
10371
10372         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10373
10374         * support/regression/collate-results.py: typo
10375
10376 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10377
10378         * support/regression/tests/fetchoverlap.c: Added new test case.
10379
10380         * support/regression/tests/bp.c: Added new test case.
10381
10382         * support/regression/tests/bug-448984.c: Added new test case.
10383
10384         * support/regression/tests/pow2shifts.c: Added new test case.
10385
10386         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10387         (genlshTwo): Fixed right shift for count > 8.
10388
10389         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10390
10391 2001-09-08    <johan AT FRIJA>
10392
10393         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10394
10395 2001-09-07    <johan AT FRIJA>
10396
10397         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10398
10399         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10400
10401 2001-09-06    <johan AT FRIJA>
10402
10403         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10404         * bernhard noted me at this: "() equals to (void)" (1.38)
10405
10406 2001-09-05    <johan AT FRIJA>
10407
10408         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10409
10410 2001-09-04    <johan AT FRIJA>
10411
10412         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10413
10414
10415 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10416
10417         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10418
10419 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10420
10421         * link/z80/aslink.h: Fixed path for PATH_MAX
10422
10423 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10424
10425         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10426
10427         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10428
10429         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10430
10431         * 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.
10432
10433 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10434
10435         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10436         (genCmp): Fixed up genCmp for the GB with longs.
10437
10438         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10439
10440         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10441
10442         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10443
10444         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10445
10446 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10447
10448         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10449
10450 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10451
10452         * 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.
10453
10454         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10455
10456 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10457
10458         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10459
10460         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10461
10462 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10463
10464   * sim/ucsim/configure:    little improvement of Cygwin-detection
10465   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10466   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10467   * support/regression/tests/bug-221100.c: small changes for mcs51
10468   * support/regression/tests/bug-221168.c: small changes for mcs51
10469   * support/regression/tests/bug-227710.c: small changes for mcs51
10470   * support/regression/tests/staticinit.c: small changes for mcs51
10471   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10472   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10473   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10474
10475 $Revision$