* sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
[fw/sdcc] / ChangeLog
1 2005-11-25 Borut Razem <borut.razem AT siol.net>
2
3         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
4           added creation of model-mcs51-stack-auto libraries
5
6 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
7
8         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
9         and fields-list too
10         * src/SDCCast.c (createIvalArray): removed obsolete comment
11
12 2005-11-24 Borut Razem <borut.razem AT siol.net>
13
14         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
15           added missing device/lib/mcs51/crt*.asm sources
16
17 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
18
19         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
20
21 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
22
23         * device/lib/_fs2schar.c,
24         * device/lib/_fs2sint.c,
25         * device/lib/_fs2slong.c: optimized inline asm
26
27 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
28
29         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
30           Better handling of floats between -1.0 and 0.0.
31
32 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
33
34         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
35           (the missing "if"s prohibited removal of redundant labels)
36
37 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
38
39         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
40           Properly convert floats between -1.0 and 0.0 to long, int, and char
41           types (max integer value of negative floats tends to zero).
42         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
43           Removed changes made so to work properly with floats between
44           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
45           and _fs2char.c
46
47 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
48
49         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
50         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
51         (genCast) cosmetic change
52         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
53         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
54         from mcs51
55         * support/regression/tests/bitfields (testSignedBitfields): added
56
57 2005-11-18 Borut Razem <borut.razem AT siol.net>
58
59         * sdcc/device/lib/Makefile.in: remove all unnecessary files
60         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
61           introduced SILENT option to make building of pic16 libraries less
62
63 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
64
65         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
66           Now they work properly with floats between -1.0 and 0.0
67         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
68
69 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
70
71         * src/SDCCicode.c (printOperand): added missing else
72
73 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
74
75         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
76         reformatted for better readability
77         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
78         signed bitfields
79
80 2005-11-17 Borut Razem <borut.razem AT siol.net>
81
82         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
83           introduced SILENT option to make building of pic16 libraries less
84           verbose - used for nightly snapshot build
85         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
86           available on Win32 platforms.
87         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
88           medium, large, pic and pic16
89
90 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
91
92         * device/lib/printf_large.c: Temporary patch for bug 1358192:
93           printf("%f"...) sets fraction to zero.
94
95 2005-11-16 Raphael Neider <rneider AT web.de>
96
97         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
98           fixes #1357221
99         * src/pic/gen.c (genIfx): implemented for CARRY bit
100         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
101           to generic pointers, fixes #1357332,
102           (pic16_movLit2f): NEW,
103           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
104
105 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
108
109 2005-11-11 Raphael Neider <rneider AT web.de>
110
111         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
112         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
113           compute pointer's type from operand,
114           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
115           improved single bit reads, fixes bug #1353379
116
117 2005-11-09 Borut Razem <borut.razem AT siol.net>
118
119         * support/scripts/sdcc.nsi: added lib/pic to the package
120
121 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
122
123         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
124
125 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
126
127         * support/regression/tests/bug1348008.c: added
128         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
129         * support/regression/tests/bug1337835.c: updated comment
130
131 2005-11-06 Borut Razem <borut.razem AT siol.net>
132
133         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
134           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
135           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
136           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
137           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
138           dynamic construction of cl_error_class and derivates - 2.nd try
139
140 2005-11-05 Borut Razem <borut.razem AT siol.net>
141
142         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
143           bug, which caused Bus Errors on sparc solaris
144
145 2005-11-04 Borut Razem <borut.razem AT siol.net>
146
147         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
148           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
149           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
150           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
151           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
152           and derivates to resolve the initialization problem on OSX
153
154 2005-11-02 Borut Razem <borut.razem AT siol.net>
155
156         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
157           corrected typo - #include <winsock2.h>
158
159 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
162           (_asxxxx_mapping): added org directive for future enhancements
163
164 2005-11-01 Borut Razem <borut.razem AT siol.net>
165
166         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
167           enabled sockets on WIN32
168         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
169
170 2005-10-31 Borut Razem <borut.razem AT siol.net>
171
172         * support/regression/generate-cases.py: escape backslashes in {testcase}:
173           WIN32 backslash path delimiters should be escaped when used in C strings
174         * support/regression/tests/bitfields.c: exclude failing assertions for
175           __CYGWIN32__ and __MINGW32__ hosts
176
177 2005-10-30 Borut Razem <borut.razem AT siol.net>
178
179         * src/SDCCutil.c: corrected double comparison typo
180
181 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
182
183         * device/lib/medium/Makefile: added for new memory model medium
184         * device/include/asm/mcs51/features.h: updated for medium/pdata
185         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
186           added Multiply & Accumulate sbit's and MAC0_PAGE define
187         * device/include/mcs51/c8051f300.h: added sfr16 definitions
188         * device/include/mcs51/c8051f310.h: added sfr16 definitions
189         * device/lib/_mullong.c: update for medium model
190         * device/lib/incl.mk: added medium model
191         * doc/sdccman.lyx: documented medium model
192         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
193         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
194         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
195         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
196           (allocParms): set SCLS and OCLS to pdata for medium model
197         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
198           for pdata,
199           (powof2): return <0 if not power of 2
200         * src/avr/gen.c (genBitWise): use updated powof2
201         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
202           (shiftR2Left2Result): small optimization in setup, save acc when storing,
203           (shiftLLeftOrResult): use B if necessary
204         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
205         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
206         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
207         * support/regression/Makefile.in: added test-mcs51-medium
208         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
209
210 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
211
212         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
213         specifier unsigned
214         * device/lib/time.c (mktime): fixed bug 1334315
215
216 2005-10-28 Raphael Neider <rneider AT web.de>
217
218         * device/include/pic/p16f_common.inc: added common declarations
219         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
220
221 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
222
223         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
224           (aopPutUsesAcc): added to predict accumulator use,
225           (assignResultValue): save acc if necessary,
226           (genMinusDec): store result if indirectly addressed,
227           (genDivOneByte):  save acc if necessary,
228           (movLeft2Result): bugfix if left already in acc,
229           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
230             attention to accumulator use (esp. pdata),
231           (genReceive): receive pdata correctly
232         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
233         * src/SDCCicode.h: added isOperandInPagedSpace prototype
234
235 2005-10-27 Raphael Neider <rneider AT web.de>
236
237         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
238
239 2005-10-27 Raphael Neider <rneider AT web.de>
240
241         * .version: changed version to 2.5.4
242         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
243         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
244           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
245             arithmetics support routines
246         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
247         * device/lib/Makefile.in: also create installdir for pic
248
249         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
250           pic14 port as well
251         * src/pic/device.c (dump_sfr): rewritten to delegate register
252           placement to the linker (use `extern sym' rather than sym EQU addr),
253           (validAddress): fixed to check last specified address
254         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
255           (popGetLit): truncate literal value to 8 bit,
256           (popGet): moved assert to more appropriate place
257           (popGetExternal): create pCode operand from and mark the according
258             symbol as being `extern'
259           (popGetAddr): added sanity check on immediate's offset, provide
260             GPOINTER tag on demand
261           (aopPut): fixed for immediates,
262           (mov2w_op): move operand's address or contents to WREG (depending on
263             operand type), safer variant of mov2w,
264           (movwf,call_libraryfunc): NEW, handy abbreviations,
265           (get_argument_pcop,get_return_val_pcop,pass_argument,
266           get_returnvalue): interface for accessing function parameters and
267             return values,
268           (assignResultValuei,genRet): use new parameter/return value interface
269           (pic14_getDataSize): back to old version handling generic pointers,
270           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
271             provided implementation and/or fixed old one,
272           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
273             calls, removed legacy 8051 reference code
274           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
275           (loadSignToC): NEW, move the operands sign bit to CARRY,
276           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
277             genRightShiftSigned, accepts negative shift counts,
278           (setup_fsr): load FSR and adjust IRP (indirect memory access),
279           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
280             generic pointers, __data pointers and __code pointers,
281           (genUnpackBits,genPackBits): rewritten to work with generic pointers
282             and signed bitfields, limit bitfields to 8 bit,
283           (genDataPointerGet): fixed number of bytes read,
284           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
285           (genPointerGet,genPointerSet): fixed handling of __code pointers,
286             pointers to constant data are no longer assumed to point to __code
287             space, removed invalid pointer types,
288           (bitpatternFromVal): retrieve the PICs representation of an integer
289             or float literal,
290           (genDataPointerSet): fixed assigning to po_immediate operands,
291           (genGenPointerSet): implemented as library call,
292           (genIfx): fixed incorrect condition,
293           (genAddrOf): limit generic pointers' addresses to 2 bytes,
294             provide GPOINTER tag according to destination's storage class,
295           (genCast): added code to handle casting to generic pointers, added
296             sign-/zero extension of the result
297           (aop_isLitLike,op_isLitLike): fixed handling of immediates
298         * src/pic/gen.h: added macros to access IRP bit in STATUS register
299         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
300           extend the result
301         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
302           address/register resides in the shared banks
303           (emitSymbolToFile): improved to handle global and `pinned' symbols,
304             put all variables into separate sections (have the linker arrange
305             them)
306           (picglue): put init code and interrupt handlers in separate sections
307         * src/pic/main.c: added port specific options table, modified to PORT
308           structure to make GPOINTERs 3 byte, added pic14_options
309           (_pic14_do_link): private linking routine (update paths to libraries,
310             add libsdcc.lib by default)
311         * src/pic/main.h: declare pic14_options
312         * src/pic/pcode.c: fixed instructions i/o relations,
313           (RegCond): reverted to correct version,
314           (newpCodeOpLit): truncate literals to 8 bit,
315           (genericPrint): added debug output,
316           (getRegFromInstruction): fixed for various operand types, simplified
317           (BuildFlow): fixed broken handling of isntructions with labels
318           (LinkFlow): start at last instruction in flow (skip trailing comments),
319             pass the flow on to the next instruction after CALL
320           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
321           (insertPCodeInstruction): fixed inserting after a skip instruction,
322           (DoBankSelect): fixed for labeled instructions
323           (OptimizepBlock): honor --nopeep switch
324           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
325         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
326         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
327           (pCodeOptime2pCodes): allow disabling this optimization via
328             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
329             but is still buggy), started implementation of a dataflow based
330             pCode optimization (CSE + dead code elimination)
331           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
332         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
333           names are independant of the stack location and therefore portable across
334           devices
335
336 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
337
338         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
339           (selectSpil): fixed bug 1337835 by not spilling bit variables
340         * support/regression/tests/bug1337835.c: added test for this bug
341         * src/mcs51/peeph.def: restart after rule 3.c,
342           addded rules 263.x to optimize loading constants
343
344 2005-10-26 Raphael Neider <rneider AT web.de>
345
346         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
347         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
348           (genAssign): emit warning when casting literals to generic pointer
349             type, also applies when taking the address of a fixed variable,
350           (genCast): improved casting to generic pointers
351         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
352           extern variables, added verbose error message
353         * device/include/pic16/{string.h,errno.h}: added #pragma library c
354
355 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
356
357         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
358         carry must be complemented too
359         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
360         could be emitted by genMinus
361         * src/SDCCval.c (constVal): fixed bug 1305065
362
363 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
364
365         * src/SDCCast.c (addCast): added promotion for bit variables
366         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
367         promotion casts + optimisation
368         (optimizeGetWord): fix warning 'i' might be used uninitialized
369         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
370         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
371
372 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
373
374         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
375         all chars are promoted to int; promotion should be handled in SDCCast.c
376
377 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
378
379         * device/lib/_strcmp.c: Fixed bug 1326457
380
381 2005-10-11 Raphael Neider <rneider AT web.de>
382
383         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
384         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
385
386 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
387
388         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
389         * support/regression/tests/sfr16.c: added test for the sfr32 bug
390
391 2005-10-04 Raphael Neider <rneider AT web.de>
392
393         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
394           device/lib/pic16/pics.all: added pic18f1320
395         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
396
397 2005-09-30 Raphael Neider <rneider AT web.de>
398
399         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
400         * src/pic16/devices.inc: NEW, provides device descriptions
401         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
402
403 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
404
405         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
406           GETHBIT
407
408 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
409
410         * doc/sdccman.lyx: updated Highest Order Bit documentation,
411           documented Any Order Bit, Higher Order Byte and Higher Order Word
412         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
413         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
414           (optimizeGetAbit): new, to get any bit, not only the high bit,
415           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
416           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
417           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
418           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
419             RIGHT_OP: also try GETBYTE, GETWORD optimization,
420             GETABIT, GETBYTE, GETWORD: decorate them,
421           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
422           (ast_print): added GETABIT, GETBYTE, GETWORD
423         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
424         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
425           (geniCodeBinary): new generic binary icode,
426           (ast2iCode): added GETABIT, GETBYTE, GETWORD
427         * src/port.h: updated comment for PORT.hasExtBitOp
428         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
429           (genGetByte): new, to get a single byte,
430           (genGetWord): new, to get a word from a long,
431           (gen51Code): added GETABIT, GETBYTE, GETWORD
432         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
433
434 2005-09-23 Raphael Neider <rneider AT web.de>
435
436         * configure.in, configure: have device/lib/pic configured
437         * device/lib/Makefile.in: added model-pic14
438         * device/lib/clean.mk: added pic/ to clean rule
439         * device/lib/pic: added rudimentary pic14 library providing support
440           functions for multiplication/division/generic pointer access
441         * src/SDCCopt.c (convilong): mark support functions as extern
442           for pic14 port as well
443         * src/pic/gen.c (genMult): added assertions,
444           (genpic14Code): emit warning on unhandled iCodes
445         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
446         * src/pic/pcode.c (pCodeOpCopy),
447         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
448           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
449           SFR_REGISTER}), made safe for future extensions
450         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
451           instructions even if preceeded by SKIP instructions (also remove
452           them); removed unused code
453         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
454           prevents leaving parts of the structure uninitialized after copying
455
456 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
457
458         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
459           ago by me
460         * support/regression/tests/addsub.c: added test for the bug
461
462 2005-09-21 Raphael Neider <rneider AT web.de>
463
464         * device/include/pic16/pic18f1220.h,
465           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
466         * device/lib/pic16/Makefile.rules: added missing opening paren
467         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
468           are provided in genutils.c,
469           (genUminusFloat,genUminus,genCmpEq): added asserts on different
470           operand/result sizes,
471           (genCmp): assert on NULL pointers first, then check deref'ed values
472         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
473           result size
474
475 2005-09-18 Raphael Neider <rneider AT web.de>
476
477         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
478           as these are now unused,
479           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
480         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
481           local, avoids uninitialized pointer dereference on r->name
482         * src/pic16/ralloc.c (newReg): fixed indentation
483
484 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
485
486         * src/SDCCval.c (constVal): fixed bug 730366
487         * support/Util/SDCCerr.c,
488         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
489
490 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
491
492         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
493
494 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
495
496         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
497
498 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
499
500         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
501           (hex2dec): made hex_digit unsigned char, removed ascii dependance
502         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
503           (hex2dec): made hex_digit unsigned char, removed ascii dependance
504         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
505         * packihx/packihx.c (hexDigit): made c unsigned char
506         * as/mcs51/lklibr.c (fndsym),
507         * link/z80/lkgb.c (gb),
508         * link/z80/lklibr.c (fndsym),
509         * link/z80/lkrloc.c (relr),
510         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
511         * src/SDCC.lex (checkCurrFile, process_pragma),
512         * src/SDCCglue.c (spacesToUnderscores),
513         * src/SDCCmain.c (setParseWithComma, processFile),
514         * src/asm.c (tvsprintf, printCLine),
515         * src/avr/gen.c (emitcode, aopPut),
516         * src/ds390/gen.c (emitcode),
517         * src/hc08/gen.c (emitcode, emitinline),
518         * src/mcs51/gen.c (emitcode, genInline),
519         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
520           tokenizeLineNode),
521         * src/pic/ralloc.c (debugLog),
522         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
523           tokenizeLineNode),
524         * src/pic16/ralloc.c (debugLog),
525         * src/z80/main.c (_process_pragma):
526            made all ctype.h function calls safe
527         * src/SDCCopt.c: include math.h for fabs
528         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
529           and used them throughout the code to make ctype.h function calls safe
530         * src/ds390/main.c (asmLineNodeFromLineNode),
531         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
532         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
533            unsigned char*
534         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
535           (newpCodeAsmDir): made ctype.h function calls safe
536         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
537           pic16_emitcode):  made lbp unsigned char*
538         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
539           (pic16_newpCodeAsmDir): made ctype.h function calls safe
540         * src/xa51/gen.c (emitcode),
541         * src/z80/gen.c (_emit2): made lbp unsigned char*
542         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
543            char*
544
545 2005-09-05 Raphael Neider <rneider AT web.de>
546
547         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
548           access bank splitpoint
549
550 2005-09-05 Raphael Neider <rneider AT web.de>
551
552         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
553
554 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
555
556         * .version: changed to version 2.5.3
557         * doc/sdccman.lyx: changed version to 2.5.3,
558           documented --codeseg and --constseg and pragma codeseg and constseg,
559           documented bit parameters (reentrant) and bit returning
560         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
561            currFunc->recvSize, but is this ok for all ports?
562           (ast2iCode): result of ~ on unsigned char must be cast to int for
563            bool to work
564         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
565           function pointers in bit space
566         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
567           (processFuncArgs): call port.reg_parm() with reentrancy info
568         * src/port.h,
569         * src/avr/main.c,
570         * src/ds390/main.c,
571         * src/hc08/main.c,
572         * src/pic/main.c,
573         * src/pic16/main.c,
574         * src/xa51/main.c,
575         * src/z80/main.c: port.reg_parm prototype extended with
576           "bool reentrant" parameter
577         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
578           options.stackAuto for allocating bit register parameters
579         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
580           (genSend): set BitBankUsed if it is,
581           (selectRegBank): factored out of genCall for use in genPcall,
582           (genCall): removed redundant dtype assignmen, use selectRegBank,
583           (genPcall): handle returning in Carry properly, save in F0 if needed,
584           (genReceive): handle bit register parameters
585         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
586           (mcs51_assignRegisters): enable bit registers for all reentrant
587            functions and don't set BitBankUsed unconditionally
588         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
589         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
590         * support/regression/tests/funptrs.c: added tests for BOOL and for return
591
592 2005-08-27 Borut Razem <borut.razem AT siol.net>
593
594         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
595         ppc-osx (Darwin) does not support -u option. It seems that it is
596         supported only on Linux - GNU cp
597
598 2005-08-25 Borut Razem <borut.razem AT siol.net>
599
600         * sim/ucsim/gui.src/serio.src/Makefile.in,
601           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
602           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
603           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
604           install and strip, since the strip at /usr/ccs/bin should be used
605           on solaris
606
607 2005-08-24 Borut Razem <borut.razem AT siol.net>
608
609         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
610
611 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
612
613         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
614         ffffffffu
615
616 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * as/mcs51/aslink.h: completed lkrloc.c prototypes
619         * as/mcs51/lkmain.c (link_main): fixed warning
620         * device/include/stdbool.h: ds390 has no advanced bit support yet
621         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
622         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
623         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
624           and updated their macros
625         * src/SDCCval.c (constVal): updated comment for renamed b_long
626
627 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
628
629         * as/mcs51/asdata.c: changed ctype['['] to BINOP
630         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
631           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
632           (oprio): set priority for '['
633         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
634            and adb_24_bit
635         * as/mcs51/asm.h: added defines R_BIT and S_BIT
636         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
637         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
638         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
639           added overlayable BIT_BANK area
640         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
641           (summary2): explain 'T' in legenda
642         * as/mcs51/lkrloc.c: replaced old K&R style,
643           (relr): added R_BIT processing,
644           (errmsg): added "Bit-addressable relocation error",
645           (adb_bit): added for converting from byte- to bit-addressable space,
646           (adb_24_bit): added for converting from byte- to bit-addressable space
647         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
648            used in reentrant functions now even as return value
649         * device/lib/_gptrput.c (_gptrput): removed obsolete code
650         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
651           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
652         * src/SDCCglobl.h: added indicator BitBankUsed
653         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
654            the bit registers b0-b7
655         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
656           (geniCodeCast): fixed bug 1263853,
657           (geniCodeLogicAndOr): put result in bool or char,
658           (geniCodeReceive): added parameter func for accessing the return type,
659           (geniCodeFunctionBody): pass func to geniCodeReceive
660         * src/SDCCmain.c: added indicator BitBankUsed
661         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
662         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
663           (checkSClass): don't put automatic bool/bit on stack,
664           (checkFunction): removed check on function cannot return bit
665         * src/SDCCsymt.h: added newBoolLink prototype
666         * src/mcs51/gen.c (rb1regs): added bit registers,
667           (movc): created for assigning to carry,
668           (pushReg, popReg): created for pushing registers,
669           (sameRegs): check both AOP_REG and AOP_CRY types,
670           (aopOp): handle bit registers,
671           (aopPut): optimization no self-assign,
672           (saveRegisters): push reg->base (bits) only once for bit registers,
673            and use pushReg,
674           (unsaveRegisters): pop reg->base only once and use popReg,
675           (assignResultValue): added parameter func and return in carry for bits,
676           (genIpush): optimization no reload in A if not changed,
677           (genSend): bit parameters in reentrant functions are passed in bit
678            registers by first assigning to bits in B, then save registers and
679            copy B to bits,
680           (genCall): handle returning in Carry properly, save it in F0 if needed,
681           (genPcall): updated assignResultValue call, this is not safe yet for bit
682            returning function !!!
683           (genFunction): don't generate equ's for bit registers and use pushReg,
684           (genEndFunction): take care of bit returning functions and use popReg,
685           (genRet): return bit in Carry,
686           (genIfx): optimize bit registers and other directly addressable bits,
687           (genReceive): updated assignResultValue call
688         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
689           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
690            registers when using stack-auto
691         * src/mcs51/ralloc.c (_G): added allBitregs,
692           (regs8051): added the bit registers,
693           (createStackSpil): use macro IS_BIT,
694           (getRegBit): added to allocate a bit register, else spill,
695           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
696           (updateRegUsage): factored out to ease stepping while debugging,
697           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
698            also allocate bit registers,
699           (fillGaps): handle bit registers,
700           (findAllBitregs): added to create bit vector with all bit registers,
701           (mcs51_allBitregs): returns this bit vector,
702           (mcs51_assignRegisters): when using stack-auto use bit registers for
703            passing parameters and creating local variables
704         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
705
706 2005-08-22 Borut Razem <borut.razem AT siol.net>
707
708         * device/lib/Makefile.in: replaced find option -or with -o
709           to make it run on solaris
710
711 2005-08-22 Raphael Neider <rneider AT web.de>
712
713         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
714           fixes #1265442 (crash on Solaris)
715
716 2005-08-20 Borut Razem <borut.razem AT siol.net>
717
718         * configure, configure.in: added tests for libsocket and libnsl libraries,
719           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
720           from support/regression/Makefile.in
721         * support/regression/Makefile.in: added
722         * device/lib/pic16/Makefile.common.in: force make to use bash shell
723         * sim/ucsim/libtool: regenerated on sparc-solaris
724         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
725           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
726           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
727           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
728           sparc-solaris, which doesn't use GNU ld linker
729         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
730         * as/Makefile: find on sparc-solaris does not support -maxdepth option
731
732 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
733
734         * src/mcs51/peeph.def: updated comments
735
736 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
737
738         * device/lib/_gptrget.c,
739         * device/lib/_gptrput.c: slightly shorter
740         * doc/sdccman.lyx: incremented version
741         * src/mcs51/peeph.def: moved peephole comments to the line of first
742           change to better keep line correlation, reanimated 186.e
743         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
744
745 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
746
747         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
748           David Saxton with quotes around file name.
749
750 2005-08-15 Borut Razem <borut.razem AT siol.net>
751
752         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
753           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
754           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
755           make tests run on x86_64 platform
756
757 2005-08-13 Raphael Neider <rneider AT web.de>
758
759         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
760           as it might be executed DURING a build (parallel make is wonderful)
761
762 2005-08-13 Raphael Neider <rneider AT web.de>
763
764         * device/lib/Makefile.in (port-specific-objects-pic16):
765           revert to cp $(PORT)/bin/*.* $(PORTDIR)
766         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
767           dependency
768         * device/lib/pic16/Makefile.rules: build subdirs before creating
769           the library, removed builddir rule, create $(builddir) early in
770           recurse rule, use empty recurse rule for leaf directories
771         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
772           mkdir errors (race condition), removed duplicate suffix "hex"
773           from clean rules
774         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
775         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
776           prevents mkdir -p from aborting on Alpha
777
778 2005-08-12 Raphael Neider <rneider AT web.de>
779
780         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
781           db-statements in order to allow for arrays of pointers in code
782           sections to be placed without interspersed 0-padding, fixes
783           bug #1256215
784         * (emitStatistics): fixed division by zero for pic18f1220
785         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
786           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
787         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
788         * (pic16_pCodeConstString): keep track of already emitted string
789           literals to prevent "duplicate definitions of symbol _str_NR"
790         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
791           debug message
792         * device/lib/Makefile.in: ignore failing PIC16 library builds
793         * device/lib/pic16/Makefile: do not build if gputils are missing
794         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
795
796 2005-08-10 Raphael Neider <rneider AT web.de>
797
798         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
799           my last commit)
800
801 2005-08-10 Raphael Neider <rneider AT web.de>
802
803         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
804           Rokas' patch to add the new fixed point type "__fixed16x16"
805         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
806           functions for __fixed16x16 arithmetics
807         * device/lib/pic16: reimplemented the build system to support
808           a separate build directory, better handling of libio (create
809           the library in a separate subdir for each architecture) and
810           easier configuration (centralized in Makefile.common)
811
812 2005-08-07 Raphael Neider <rneider AT web.de>
813
814         * src/pic16/gen.c (genrshTwo): fixed sign extension
815         * src/pic16/device.c: added pic18f2320, 4220 and 4320
816         * device/include/pic16/pic18f2220.h: changed some bit definitions,
817           added T0CONbits
818         * device/include/pic16/pic18f4220.h: NEW, header for
819           pic18f4220 and pic18f4320
820         * device/include/pic16/pic18fregs.h: added new devices,
821           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
822         * device/include/pic16/signal.h: resolved name clashes
823           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
824           to also allow testing for interrupt enable bits, added
825           comments on how to use the macros
826         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
827         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
828           register definitions for the devices
829         * device/lib/pic16/pics.all: added new devices
830         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
831           allocated memory
832         * device/lib/pic16/libc/stdlib/memfree: do not count
833           the block header as free memory
834         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
835           simplified and added missing end-of-blocklist-marker
836           (reported by Peter Onion, fixes #1252814)
837         * (_mergeHeapBlock): fixed loop condition
838         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
839           len==0, restructured code
840         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
841           up a bit, reduced bitfield accesses, prevent endless loops
842           in case of heap corruption
843         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
844           "unreferenced arguments/must return a value" warnings
845         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
846           replaced BAUDREG with SPBRG
847         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
848           device/lib/pic16/debug/gstack/gstack.c: replaced
849           _naked, _asm, _endasm with __naked, __asm, __endasm
850
851 2005-08-05 Raphael Neider <rneider AT web.de>
852
853         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
854           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
855
856 2005-08-05 Borut Razem <borut.razem AT siol.net>
857
858         * device/lib/Makefile.in: added missing ';'
859         * configure: removed ^M characters
860
861 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
862
863         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
864           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
865           License
866
867 2005-08-04 Borut Razem <borut.razem AT siol.net>
868
869         * configure.in: pic16 libraries build 2nd try - enable running
870           configure in device/lib/pic16
871         * configure: regenerated from configure.in
872         * device/lib/Makefile.in: create $(PORT)/bin directory
873
874 2005-08-03 Raphael Neider <rneider AT web.de>
875
876         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
877           to get/set values via pointers
878         * (genUnpackBits,genPackBits): changed detection of
879           ptr->bitfield vs. sym.bitfield, fixed access via generic
880           pointers, removed dead (wrong) code for multibyte bitfields
881         * (genNearPointerGet, genGenPointerGet): removed useless code,
882           fixed bitfield detection, fixes #1250594
883         * (genNearPointerSet): removed useless code
884         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
885           and introduced macro pic16_emitpcode that conditionally emits
886           the origin of the following pCode (useful for debugging SDCC)
887         * src/pic16/pcode.c: changed (and disabled) some debug outputs
888         * (createDefmap): fixed handling of LFSR for --optimize-df
889
890 2005-08-02 Borut Razem <borut.razem AT siol.net>
891
892         * device/lib/Makefile.in: pic16 libraries build enabled since
893           gputils-0.13.2 are now localy installed at sourceforge's compile farm
894
895 2005-08-02 Raphael Neider <rneider AT web.de>
896
897         * src/pic16/gen.c (genPackBits): removed deprecated warning
898         * (genGenPointerSet): fixed bitfield detection
899
900 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
901
902         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
903
904 2005-07-31 Raphael Neider <rneider AT web.de>
905
906         * device/lib/pic16/libdev/pic18f458.c,
907           device/include/pic16/pic18f458.h: added missing T0CONbits
908
909 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
910
911         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
912
913 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
914
915         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
916
917 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
918
919         * device/include/mcs51/at89c51ed2.h: added.
920
921 2005-07-23 Raphael Neider <rneider AT web.de>
922
923         * src/pic/gen.h: added emitpcode macro for debugging
924         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
925           and replace by macro adding debug information on demand
926         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
927         * (gencjne): tried to fix; replaced with correct (slower) code
928         * (gen{Unp,P}ackBits): fixed single bit access
929         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
930         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
931           previous instruction
932         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
933           register has to be handled with care (forbidding movement
934           of assignments/uses, removing assignments completely, ...)
935         * (pCodeOptime2pCodes): make use of regIsSpecial
936         * added lots of debugging output (commented out)
937         * src/pic/rallloc.c (deassignLRs): prevent operand registers
938           from being reused as result UNLESS it is known to work
939
940 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
941
942         * support/Util/dbuf.h: include <stddef.h> for size_t
943         * .version: changed to version 2.5.2
944
945 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
946
947         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
948
949 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
950
951         * src/hc08/gen.c (genMinus): fixed bug #1241835,
952           (genModOneByte): removed needless psha/pula
953
954 2005-07-22 Raphael Neider <rneider AT web.de>
955
956         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
957           have PIC14 handled like PIC16, fixes broken pic14 linker calls
958         * src/pic/gen.c (resolveIfx): do not "invent" labels
959         * (genSkipc): changed to positive logic
960         * (genSkipCond): removed as no longer needed
961         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
962           backport from PIC16
963         * (genLeftShift): check operands are in different registers
964         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
965           INCF does not update CARRY...
966         * src/pic/main.c: fixed _linkCmd
967         * src/pic/pcode.c (unlinkpCode): added inactive code
968         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
969           alive (do not assign result and operand overlapping registers)
970
971 2005-07-22 Raphael Neider <rneider AT web.de>
972
973         * src/pic/device.c (dump_sfr): replaced register declaration with
974           call to emitSymbolToFile() to avoid duplicate symbols
975         * (assignRelocatableRegisters): do not declare external symbols
976         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
977           right (take size of type, not etype)
978         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
979         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
980         * (packRegsForAccUse): disabled assignment of WREG as
981           the result reg to prevent occurence of just fixed #1235003,
982           fixes #1242954
983         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
984           symbols (avoids duplicate symbols in .asm file)
985         * (pic14emitRegularMap): use emitSymbolToFile()
986         * src/pic/gen.c (aopOp): fixed spillLocation handling
987         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
988         * (genDataPointerSet): removed unneccessary variables/output
989
990 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
991
992         * as/mcs51/lkarea.c: enlarged codemap for banked memory
993         * device/lib/mcs51/crtbank.asm: added # to 0x0F
994
995 2005-07-21 Raphael Neider <rneider AT web.de>
996
997         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
998           architecture cannot handle them efficiently, fixes bug #1235003
999         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1000           check for empty sets before using them (fixes bug #1232190)
1001
1002 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1003
1004         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1005           (lnksect2): generate warnings for memory overlap
1006         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1007           constseg to set the name of these segments so you can instruct the linker
1008           to place them in banks
1009         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1010         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1011           added code_seg and const_seg to options
1012         * src/SDCCglue.c (emitMaps): use options.const_seg,
1013           (createInterruptVect): put interrupt vectors in segment HOME,
1014           (glue): put HOME before static segment and put the main glue in HOME,
1015           (glue): use options.code_seg
1016         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1017         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1018           these segments so you can instruct the linker to place them in banks
1019           (linkEdit): use code_loc for HOME segment which should be the first
1020           segment in code memory now
1021         * src/SDCCmem.c: fixed more stuff like bug 1238386
1022         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1023           (changePointer): don't change function pointers to code pointers for
1024           banked functions,
1025           (compareType): added exceptional check for banked function pointers
1026         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1027         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1028           after static in code memory
1029         * src/mcs51/gen.c: added aopLiteralLong prototype,
1030           (aopForSym): use getSize for functions,
1031           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1032           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1033           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1034           the segment,
1035           (genPcall): use call for literal function pointers and generate banked
1036           calls over the one trampoline so there's only one place for the user to
1037           modify according to his/hers hardware,
1038           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1039           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1040         * src/mcs51/main.c: added keyword banked,
1041           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1042         * support/Util/SDCCerr.c,
1043         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1044           needed for passing the bank and address to the trampoline
1045         * device/lib/mcs51/crtbank.asm: added for bankswitching
1046         * device/lib/mcs51/Makefile: added crtbank
1047
1048 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1049
1050         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1051           for fields at offset 0 of a struct or union as reported
1052           on 2005-07-07 in the developer mailing list.
1053
1054 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1055
1056         * src/SDCCmem.c: fixed bug 1238386
1057
1058 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1059
1060         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1061           (patch #1144962), added peephole 300, enabled 259.x
1062         * doc/sdccman.lyx: removed screenshot and provided link instead
1063
1064 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1065
1066         * doc/sdccman.lyx: added section about debugging with ddd
1067         * doc/figures/ddd_example.eps: screenshot of debugging session
1068
1069 2005-07-04 Raphael Neider <rneider AT web.de>
1070
1071         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1072           like CODE pointers, fixes #1115683
1073         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1074           call, fixes bugs #1232211, #1228110,
1075           fixed wrong casts to pCodeFlow from pCodeInstructions
1076
1077 2005-07-04 Raphael Neider <rneider AT web.de>
1078
1079         * src/pic/gen.c (popGet): changed assert to allow for
1080           bit operands
1081         * (popGetAddr): changed signature to provide
1082           an additional index, patched all call sites
1083         * (genCmpEq): handle literal-like operands correctly
1084         * (genAddrOf): added sanity checks on __code/__data pointers
1085         * (genAssign): added handling of symbols from __code section
1086         * (gencjne): do not generate code for comparisons whose result
1087           is neither stored nor used, fixes bug #1171114
1088         * (AccLsh, AccRsh): operate on operand instead of WREG
1089         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1090           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1091           by known count
1092         * rewrote complete shift-by-literal logic, commented unused
1093           functions out
1094         * (genConstPointerGet): get multiple bytes (if result size > 1),
1095           fixed handling of non-immediate addresses
1096         * (genPointerGet): handle CODE pointers like CONST pointers
1097         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1098         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1099           operand is to be treated as a literal or not
1100         * (mov2w,genPcall,genCmpEq),
1101           src/pic/genarith.c: use aop_isLitLike() to decide between
1102           literal/register contents
1103         * (addSign): added missing offset
1104         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1105           only emit comment in debug-mode,
1106           use {aop,op}_isLitLike throughout the file
1107         * src/pic/glue.c: fix initializers for pointers (work in progress)
1108         * src/pic/pcode.c (get_op): honor index on _const symbols
1109         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1110         * (dumppBlock): added pCode size estimation
1111         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1112           check for IS_SYMOP before OP_SYMBOL'ing
1113         * fixed indentation, compacted switch-statements
1114         * (allocReg): find free register and allocate it instead of
1115           allocating new registers all the time
1116         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1117           registers as its operands (necessary only for multibyte GETs)
1118
1119 2005-07-01 Raphael Neider <rneider AT web.de>
1120
1121         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1122           debugging .asm-output macros FENTRY + FEXIT
1123         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1124           way... I wonder...
1125         * (emitpComment): NEW, printf to pCode
1126         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1127           offset handling
1128         * (popGetAddr): NEW, variant of popGet to access an immediates
1129           high(er) bytes instead of the n'th byte of memory they reference,
1130           replaced popGet with popGetAddr where neccessary
1131         * (genDataPointerGet): reactivated and fixed implementation
1132         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1133           accesses
1134         * (genDataPointerSet): fixed multibyte assignments
1135         * (genpic14Code): fixed --i-code-in-asm handling
1136         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1137         * (genPlus): fixed index-out-of-bounds error
1138         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1139         * src/pic/ralloc.c: added debugging output macro FENTRY2
1140         * (spillThis): fixed indentation, enbraced for-body for clarity
1141         * (rematStr): commented out as now unused
1142         * (regTypeNum): commented out special spill case (overwrites
1143           arbitrary values)
1144         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1145
1146 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1147
1148         * doc/sdccman.lyx: documented sfr16/sfr32,
1149           added example for using storage class with function pointers
1150         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1151
1152 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1153
1154         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1155         * device/lib/_itoa.c,
1156         * device/lib/_ltoa.c: optimized codesize
1157         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1158           but don't know how to suppress the double warning.
1159         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1160         * support/Util/SDCCerr.c,
1161         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1162
1163 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1164
1165         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1166           fixed old K&R prototypes
1167         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1168         * device/lib/_gptrget.c,
1169         * device/lib/_gptrgetc.c,
1170         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1171           also new versions for small generic pointers and banked generic pointers
1172         * src/port.h: added const_name
1173         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1174         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1175         * src/SDCCcse.c (findPrevIc): check all associative operators
1176         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1177         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1178         * src/SDCCmem.c: updated comments,
1179           set far-space to 0 for pdata, results in optimized code
1180         * src/SDCCmem.h: added macro CONST_NAME
1181         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1182           moving the info into the highest bits, see also gptrget/gptrput
1183         * src/src.dsp: added sdcc.ico to project files
1184         * src/avr/gen.c (genCast): fixed bug 0x%d
1185         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1186         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1187           relation between ptr_type and DCL_TYPE,
1188           (genCast): fixed bug 0x%d
1189         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1190           (CODE)" for const_name
1191         * src/hc08/gen.c (genCast): fixed bug 0x%d
1192         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1193           (hc08_port): added "CONST (CODE)" for const_name
1194         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1195           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1196           between ptr_type and DCL_TYPE,
1197           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1198           operand* and took AOP() inside function so sfr-ness can be checked,
1199           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1200           new prototype,
1201           (genFunction, genEndFunction): optimized stack setup,
1202           (genMinus): optimized for literals with ending zeroes (in bytes),
1203           (genCast): fixed bug 0x%d
1204         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1205           (mcs51_port): added "CONST (CODE)" for const_name
1206         * src/mcs51/peeph.def: made rule 226 more generic
1207         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1208         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1209         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1210         * src/z80/main.c (z80_port): added NULL for const_name,
1211           (gbz80_port): added NULL for const_name
1212         * support/regression/tests/bug663539.c,
1213         * support/regression/tests/sfr16.c: new tests
1214
1215 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1216
1217         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1218
1219 2005-06-24 Raphael Neider <rneider AT web.de>
1220
1221         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1222           corrected typos...
1223         * device/include/pic16/signal.h: added USBIF
1224           and SIG_USB
1225
1226 2005-06-24 Raphael Neider <rneider AT web.de>
1227
1228         * device/lib/pic16/libdev/pic18f2455.c,
1229           device/include/pic16/pic18f2455.h: NEW
1230         * device/include/pic16/pic18fregs.h,
1231           device/lib/pic16/pics.all,
1232           src/pic16/device.c: added 18f2455
1233         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1234           device/include/pic16/{pic18f[68][567].h,usart.h}:
1235           replaced MULTIPLE_USARTS define with more relaible
1236           compatibility sfrs (for USART access)
1237
1238 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1239
1240         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1241           and the output asm file line is printed on two lines.
1242
1243 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1244
1245         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1246           BGT, BLE, BHI, and BLS instructions
1247         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1248           genCmpEq): removed
1249         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1250           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1251           fixes bug #1216342
1252         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1253
1254 2005-06-15 Raphael Neider <rneider AT web.de>
1255
1256         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1257         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1258         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1259           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1260           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1261
1262 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1263
1264         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1265           Marcel Telka in bug #1215704
1266
1267 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1268
1269         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1270           located in shared memory bank.
1271
1272 2005-05-31 Raphael Neider <rneider AT web.de>
1273
1274         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1275           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1276           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1277
1278 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1279
1280         * device/lib/_strncpy.c: fixed the fix
1281
1282 2005-05-26 Raphael Neider <rneider AT web.de>
1283
1284         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1285           initializers with \0, bug #1208187
1286         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1287           intializers with \0, bug #1208187
1288
1289 2005-05-26 Raphael Neider <rneider AT web.de>
1290
1291         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1292           initializers with \0, bug #1208187
1293         * src/pic16/main.c (_process_pragma): added sanity checks
1294           for stack position and size, emit warnings when appropriate
1295
1296 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * device/lib/_strncpy.c: fixed not filling with \0
1299
1300 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1301
1302         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1303           createFunction),
1304         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1305           compound_statement),
1306         * src/SDCCsymt.h,
1307         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1308
1309 2005-05-24 Raphael Neider <rneider AT web.de>
1310
1311         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1312
1313 2005-05-24 Raphael Neider <rneider AT web.de>
1314
1315         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1316           TRISE definitions, closes bug #1162453
1317
1318 2005-05-22 Raphael Neider <rneider AT web.de>
1319
1320         * src/pic16/main.c (_process_pragma): check for missing
1321           arguments to pragmas code and udata
1322         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1323           consistency fixes to match other headers (thanks to Jim Paris)
1324         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1325
1326 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1327
1328         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1329
1330 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1331
1332         * support/regression/tests/bug1198642.c: new test
1333         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1334         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1335         * support/scripts/resource.h,
1336         * support/scripts/resource.rc,
1337         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1338         * support/scripts/sdcc.ico: added 32x32 icon
1339
1340 2005-05-18 Raphael Neider <rneider AT web.de>
1341
1342         * device/lib/pic16/libdev/pic18f*.c,
1343         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1344           keywords to "__sfr" and "__at (X)"
1345         * device/include/pic16/pic18fregs.h: added pic18f4520
1346         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1347           #1203088 (MPLAB compatibility)
1348
1349 2005-05-17 Raphael Neider <rneider AT web.de>
1350
1351         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1352         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1353         * device/lib/pic16/pics.all: added new devices
1354         * src/pic16/device.c: added support for pic18f4520
1355
1356 2005-05-16 Raphael Neider <rneider AT web.de>
1357         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1358         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1359         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1360           convenience function for bit access
1361
1362 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1363
1364         * device/lib/printf_large.c: fixed bug 1193299
1365         * support/regression/tests/bug1057979.c: added test %3.3s
1366
1367 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1368
1369         * device/include/mcs51/8051.h,
1370         * device/include/mcs51/8052.h: made parseable with lint
1371         * device/include/mcs51/lint.h: added include file for (sp)lint
1372         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1373         * doc/cdbfileformat.lyx,
1374         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1375
1376 2005-05-14 Raphael Neider <rneider AT web.de>
1377
1378         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1379         * device/lib/pic16/libc/stdlib/itoa.c (new)
1380         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1381         * device/lib/pic16/libio/Makefile: exclude subdir according to
1382           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1383         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1384         * src/pic16/gen.c (genFunction): prevent annoying warning
1385         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1386           nameclashes on BeOS
1387         * support/cpp2/cppmain.c (cpp_output_string): new
1388         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1389           fixes bug 1116802
1390
1391 2005-05-13 Borut Razem <borut.razem AT siol.net>
1392
1393         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1394
1395 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1396
1397         * .version: changed to version 2.5.1; back to bleeding edge development
1398
1399 2005-05-11 Borut Razem <borut.razem AT siol.net>
1400
1401         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1402           generate PDF version 1.3 documents
1403
1404 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1405
1406         * .version: changed to version 2.5.0
1407
1408 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1409
1410         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1411
1412 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1413
1414         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1415         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1416         well as many smaller updates.
1417         * .version: changed to version 2.5.0-pre1
1418
1419 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1420
1421         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1422
1423 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1424
1425         * support/regression/tests/bug1185672.c: added
1426         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1427           bug 1185672
1428         * src/mcs51/gen.c (genCall): added comments, made it look safer
1429         * src/mcs51/gen.c (genEndFunction): simplified
1430
1431 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1432
1433         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1434
1435 2005-04-14 Borut Razem <borut.razem AT siol.net>
1436
1437         * fixed bug 1045046 - SIGSEGV with really simple code?:
1438           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1439           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1440
1441 2005-04-14 Borut Razem <borut.razem AT siol.net>
1442
1443         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1444           src/pic16/device.h: temporarily disabled experimental #inline pragma
1445           for 2.5.0 release
1446
1447 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1448
1449         * device/include/z80/stdio.h,
1450         * device/include/z80/string.h: removed these highly incomplete files so
1451           SDCC can use the default ones in device/include/
1452
1453 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1454
1455         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1456         gcc warning.
1457         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1458         fix sdcpp warnings.
1459
1460 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1461
1462         * device/include/malloc.h: removed redundant __reentrant prototypes
1463         * device/lib/_mullong.c: added working xstack variant in asm (C version
1464           doesn't pass regression tests)
1465         * device/lib/bpx.c: used __data and made bpx char for mcs51
1466         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1467           (createFunction): fixed bug with xstackPtr
1468         * src/SDCCcse.c: corrected comments
1469         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1470           (killDeadCode, eBBlockFromiCode): removed unused code
1471         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1472           corrected comments
1473         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1474           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1475           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1476           (genModOneByte): fixed warning in MSVC
1477         * src/mcs51/main.c (): added comments
1478         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1479
1480 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1481
1482         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1483
1484 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1487
1488 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1489
1490         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1491         characters arrays of larger size than the declared one.
1492
1493 2005-04-10 Borut Razem <borut.razem AT siol.net>
1494
1495         * src/pic/gen.c (genInline),
1496           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1497           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1498           (findNextInstruction), (findPrevInstruction),
1499           (findInstructionUsingLabel),
1500           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1501         * src/pic/pcode.c (findLabel): added missing '\n'
1502         * src/src.dsp: added SDCCdwarf2.c to the project
1503
1504 2005-04-09 Borut Razem <borut.razem AT siol.net>
1505
1506         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1507
1508 2005-04-08 Raphael Neider <rneider AT web.de>
1509
1510         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1511           into the chain after a given one) and mergeDefmapSymbols (combine
1512           defmap entries for each symbol per pcode)
1513         * (createDefmap): have defmap entries merged in the end
1514         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1515           a symbol before replacing one access type's symbol, merge symbols in
1516           the end (replacement symbol might already have an entry)
1517         * (assignValnums): keep reference to written WREG intact
1518
1519 2005-04-08 Raphael Neider <rneider AT web.de>
1520
1521         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1522           Alpha)
1523
1524 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1525
1526         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1527         bytes
1528
1529 2005-04-07 Raphael Neider <rneider AT web.de>
1530
1531         * device/include/pic16/usart.h: added compatibility defines for
1532           devices with more than one USART
1533         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1534
1535 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1536
1537         * device/lib/Makefile.in: updated for port specific include
1538
1539 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1542
1543 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1544
1545         * device/include/8051.h,
1546         * device/include/8052.h,
1547         * device/include/at89S8252.h,
1548         * device/include/at89c55.h,
1549         * device/include/at89x051.h,
1550         * device/include/at89x51.h,
1551         * device/include/at89x52.h,
1552         * device/include/mcs51reg.h,
1553         * device/include/reg51.h,
1554         * device/include/reg764.h,
1555         * device/include/regc515c.h,
1556         * device/include/sab80515.h: (re)moved these 12 files
1557         * device/include/mcs51/8051.h,
1558         * device/include/mcs51/8052.h,
1559         * device/include/mcs51/at89S8252.h,
1560         * device/include/mcs51/at89c55.h,
1561         * device/include/mcs51/at89x051.h,
1562         * device/include/mcs51/at89x51.h,
1563         * device/include/mcs51/at89x52.h,
1564         * device/include/mcs51/mcs51reg.h,
1565         * device/include/mcs51/reg51.h,
1566         * device/include/mcs51/reg764.h,
1567         * device/include/mcs51/regc515c.h,
1568         * device/include/mcs51/sab80515.h: and added them here
1569
1570 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1571
1572         * device/include/stdarg.h: changed SDCC specific keywords to double
1573           underlined form.
1574         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1575           mcs51 and ds390.
1576         * device/include/hc08/mc68hc908gp32.h,
1577         * device/include/hc08/mc68hc908jb8.h,
1578         * device/include/hc08/mc68hc908jkjl.h,
1579         * device/include/hc08/mc68hc908qy.h: fixed comments
1580         * device/include/mcs51/README: updated
1581         * device/include/mcs51/c8051f120.h: added PINRSF
1582         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1583         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1584           amidst code. Also inline is not supported.
1585
1586 2005-04-06 Raphael Neider <rneider AT web.de>
1587
1588         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1589         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1590           callers stack/frame pointers
1591
1592 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1593
1594         * device/include/pic16/usart.h: added, missing in previous commit,
1595         * device/include/pic16/adc.h: fixed typo,
1596         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1597         commit,
1598         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1599         <p18fxxx.inc>
1600         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1601         uninitialized because a bug appears with gplink
1602         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1603         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1604         complains for unrecognised option
1605
1606 2005-04-05 Raphael Neider <rneider AT web.de>
1607
1608         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1609           structs as well (using memcpy)
1610         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1611           on ISRs (GOTO has no label)
1612         * src/pic16/device.h: added OF_OPTIMIZE_DF
1613         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1614           new data flow analysis/optimization
1615         * src/pic16/pcode.c: added (prototypes for and implementation of)
1616           dataflow analysis functions, fixed pCodeInstructions' inCond and
1617           outCond values, made RCALL a branch instruction
1618         * (pic16_unlinkpCode): keep C line if possible
1619         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1620           C line moved if possible
1621         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1622         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1623           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1624         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1625           new flow)
1626         * (pic16_getJumptabpCode): NEW, needed in...
1627         * (LinkFlow): fixed handling of jumptables, calls and conditional
1628           branches
1629         * (pic16_InsertCommentAfter): NEW
1630         * (pic16_pCodeReplace): made verbose and flow preserving
1631         * (AnalyzeFlow): added call to data flow analysis
1632         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1633         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1634         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1635
1636 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1637
1638         * src/SDCCast.c (decorateType): fixed bug #1105626
1639
1640 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1641
1642         * device/include/asm/pic16/features.h,
1643         * pic18f*.h headers,
1644         * device/include/pic16/adc.h,
1645         * device/include/pic16/delay.h,
1646         * device/include/pic16/i2c.h,
1647         * device/include/pic16/malloc.h,
1648         * device/include/pic16/stdio.h,
1649         * device/include/pic16/stdlib.h,
1650         * device/include/pic16/string.h,
1651         * device/lib/pic16/libc/stdio/printf_tiny.c,
1652         * device/lib/pic16/libc/stdio/printf_small.c,
1653         * device/lib/pic16/libc/stdio/strmgpsim.c,
1654         * device/lib/pic16/libc/stdio/strmmssp.c,
1655         * device/lib/pic16/libc/stdio/strmusart.c,
1656         * device/lib/pic16/libc/stdio/vfprintf.c,
1657         * device/lib/pic16/libc/stdlib/ltoa.c,
1658         * device/lib/pic16/libc/stdlib/putchar.c,
1659         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1660         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1661         * device/lib/pic16/libc/stdlib/memchrram.c,
1662         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1663         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1664         * device/lib/pic16/libio/adc/adcbusy.c,
1665         * device/lib/pic16/libio/adc/adcread.c,
1666         * device/lib/pic16/libio/adc/adcsetch.c,
1667         * device/lib/pic16/libio/usart/ubaud.c,
1668         * device/lib/pic16/libio/usart/ubusy.c,
1669         * device/lib/pic16/libio/usart/udrdy.c,
1670         * device/lib/pic16/libio/usart/uopen.c,
1671         * device/lib/pic16/libio/usart/uputc.c,
1672         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1673         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1674         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1675         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1676         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1677         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1678         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1679         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1680         specific keywords to double underlined form,
1681         * device/lib/pic16/libc/Makefile.rules,
1682         * device/lib/pic16/libsdcc/Makefile.rules,
1683         * device/lib/pic16/libm/Makefile,
1684         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1685         to compile with C standard set in Makefile.common
1686         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1687         rand.c and crc.c in compilation process,
1688         * device/lib/pic16/libsdcc/int/divuint.c,
1689         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1690         `c' from signed to unsigned,
1691         * device/lib/pic16/startup/crt0.c,
1692         * device/lib/pic16/startup/crt0i.c,
1693         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1694         keywords to double underlined form, bug fixes in _do_cinit function
1695         which prevented the correct initialization of the .idata segment,
1696         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1697         core to enter a infinite loop
1698         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1699
1700 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1701
1702         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1703
1704 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1705
1706         * device/include/Makefile.in: add support for hc08 subdirectory
1707         * device/include/hc08/: new subdirectory
1708         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1709         Lucas Loizaga, thanks!
1710         * device/include/hc08/mc68hc908qy.h,
1711         * device/include/hc08/mc68hc908gp32.h,
1712         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1713         their own directory. Changed internal macro names to use the compiler
1714         reserved namespace. Changed SDCC specific keywords to double
1715         underlined form.
1716         * device/include/math.h,
1717         * device/include/malloc.h,
1718         * device/include/stdarg.h,
1719         * device/include/stdbool.h
1720         * device/include/string.h,
1721         * device/include/tinibios.h,
1722         * device/include/ds400rom.h,
1723         * device/include/8051.h,
1724         * device/include/8052.h,
1725         * device/include/80c51xa.h,
1726         * device/include/at89c55.h,
1727         * device/include/at89S8252.h,
1728         * device/include/at89x51.h,
1729         * device/include/at89x52.h,
1730         * device/include/ds80c390.h,
1731         * device/include/reg764.h,
1732         * device/include/regc515c.h,
1733         * device/include/sab80515.h,
1734         * device/include/mcs51/c8051f000.h,
1735         * device/include/mcs51/c8051f018.h,
1736         * device/include/mcs51/c8051f020.h,
1737         * device/include/mcs51/c8051f040.h,
1738         * device/include/mcs51/c8051f060.h,
1739         * device/include/mcs51/c8051f120.h,
1740         * device/include/mcs51/c8051f300.h,
1741         * device/include/mcs51/c8051f310.h,
1742         * device/include/mcs51/c8051f320.h,
1743         * device/include/mcs51/c8051f330.h,
1744         * device/include/mcs51/c8051f350.h,
1745         * device/include/z180.h: Changed SDCC specific keywords to double
1746         underlined form.
1747
1748 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1749
1750         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1751         18F4455,
1752         * (pic16_assignConfigWordValue): disable testing of configuration
1753         register value with config mask,
1754         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1755         function with port->fun_prefix,
1756         * (genFunction): when generating a naked interrupt function never
1757         create an absolute segment placed in interrupt vector address, place
1758         the actual interrupt function at IVA instead, when an interrupt
1759         function is generated with unspecified interrupt then do not create
1760         the absolute section,
1761         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1762         code for generating a call to generic pointer get/put function with
1763         a call to function pic16_callGenericPointer(),
1764         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1765         the call to the generic pointer get/put functions with prefixing the
1766         function name with port->fun_prefix,
1767         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1768         * src/pic16/main.c (_process_pragma): prefix function with
1769         port->fun_prefix,
1770         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1771         calling assembler, old 18Fxxxx macro is deprecated,
1772         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1773         PC_ASMDIR in while condition,
1774         * (findInstruction): add PC_ASMDIR in while condition,
1775         * (buildCallTree): prefix main with port->fun_prefix,
1776         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1777         identifier for variable with banked access in instructions BTFSS,
1778         BTFSC, BCF, BSF, BTG
1779         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1780         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1781         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1782         perform optimization when enviroment variable NO_REG_OPT is set,
1783         * (insideLRBlock): NEW, return 1 if register is inside an
1784         INF_LOCALREGS block,
1785         * (RemoveRegFromLRBlock): remove a register that is completely
1786         eliminated by register optimization, but it is still left in local
1787         register store/restore in/from stack block,
1788         * (Remove2pcodes): after removing register, check to see if it
1789         should be removed from local register store/restore in/from stack
1790         block,
1791         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1792         DUMMY_READ_VOLATILE,
1793
1794         * device/include/pic16/adc.h: minor prototype modifications and
1795         update,
1796         * device/include/pic16/malloc.h: added GPL notice various
1797         modifications,
1798         * device/include/pic16/stdint.h: NEW, standard header for ints
1799         * device/include/pic16/delay.h: NEW, header for delay functions,
1800         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1801         delay1mtcy,
1802         * device/include/pic16/signal.h: NEW, header providing helper macros
1803         for implementing signal handlers,
1804         * device/include/pic16/stdio.h: added prototypes for functions,
1805         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1806         prototypes for stdin and stdout, added macro PUTCHAR to
1807         automatically implement putchar function prototype,
1808         * device/include/pic16/usart.h: modified and updated USART library,
1809         * device/lib/pic16/libio/adc/,
1810         * device/lib/pic16/libio/i2c: some modifications to improve library
1811         performance,
1812         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1813         family of functions,
1814         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1815         family of functions and other sources,
1816         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1817         of the PIC18Fxx[28] devices,
1818         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1819         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1820         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1821         _do_cinit function, because the previous failed when local variables
1822         where not placed in the same memory bank,
1823         * device/lib/pic16/libsdcc/char/: various modifications to improve
1824         library performance,
1825         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1826         information on the new functions of the c library and more...
1827
1828 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1829
1830         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1831
1832 2005-03-26 Raphael Neider <rneider AT web.de>
1833
1834         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1835           if condition == CARRY)
1836         * (genCmp): adapted to new genSkipc semantics
1837         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1838           on rIfx (genCmp was broken)
1839
1840 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1841
1842         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1843         * src/z80/main.c (_keywords[]),
1844         * src/SDCCglobal.h (struct options),
1845         * src/SDCC.y,
1846         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1847         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1848         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1849         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1850         always available in leading double underscore form. The C99 support is
1851         mostly missing, but it's a start.
1852         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1853         reserved identifier "__data".
1854
1855 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1856
1857         * src/mcs51/peeph.def: fixed bug 1170013
1858
1859 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1860
1861         * device/include/mcs51reg.h: fixed bug 842007
1862
1863 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1864
1865         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1866         last time.
1867
1868 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1869
1870         * src/port.h (struct PORT),
1871         * src/avr/ralloc.c (avr_assignRegisters),
1872         * src/avr/main.c,
1873         * src/ds390/ralloc.c (ds390_assignRegisters),
1874         * src/ds390/main.c,
1875         * src/hc08/ralloc.c (hc08_assignRegisters),
1876         * src/hc08/main.c,
1877         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1878         * src/mcs51/main.c,
1879         * src/pic/ralloc.c (pic14_assignRegisters),
1880         * src/pic/main.c,
1881         * src/pic16/ralloc.c (pic16_assignRegisters),
1882         * src/pic16/main.c,
1883         * src/xa51/ralloc.c (xa51_assignRegisters),
1884         * src/xa51/main.c,
1885         * src/z80/ralloc.c (z80_assignRegisters),
1886         * src/z80/ralloc.h,
1887         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1888         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1889         * src/SDCCcse.h,
1890         * src/SDCCdflow.c (computeDataFlow),
1891         * src/SDCCdflow.h,
1892         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1893         * src/SDCCloop.h,
1894         * src/SDCCcflow.c (*),
1895         * src/SDCCcflow.h,
1896         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1897         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1898         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1899         immedDom() returning wrong block; probably fixes bug #1160833)
1900
1901 2005-03-20 Borut Razem <borut.razem AT siol.net>
1902
1903         * support/scripts/inc2h.pl: WIN32 port
1904
1905 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1906
1907         * device/lib/makefile.in: added abs.c and labs.c
1908
1909 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1910
1911         * device/include/stdint.h: added
1912         * device/lib/abs.c: added
1913         * device/lib/labs.c: added
1914         * device/include/stdlib.h: added abs() and labs() prototypes
1915         * device/lib/libsdcc.lib: added abs and labs
1916         * device/include/float.h,
1917         * device/lib/_fsmul.c,
1918         * device/lib/printf_fast.c,
1919         * device/lib/printf_tiny.c: updated comments
1920
1921 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1922
1923         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1924         bug #1164313
1925
1926 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1927
1928         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1929         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1930
1931 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1932
1933         * device/lib/printf_large.c: removed inline assembly for portability and
1934           readability. Use printf_fast if speed or size are more important.
1935         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1936         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1937
1938 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1939
1940         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1941         prevent compiler warning
1942
1943 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1944
1945         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1946         moved to level 0 and declared as static. Also they are explicit
1947         placed in access bank. This was necessery because some times they
1948         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1949         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1950         optimizations. Currently only compare to unsigned char is implemented,
1951         * src/pic16/gen.c: added fReturnIdx array,
1952         * (struct resolvedIfx) is moved to gen.h and made public,
1953         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1954         * (aopForSym): added an optimization to directly store in stack of
1955         the operand of a SEND iCode,
1956         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1957         but as registers instead (AOP_REG) using the fReturnIdx array,
1958         * (pic16_freeAsmop): remove the freed register from the
1959         _G.sregsAlloc field,
1960         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1961         a compare of 'WREG',
1962         * (pic16_popGetTempRegCond): changed function prototype, now
1963         function takes also a bitVector argument v which holds the current
1964         set of registers that are allocated for stack access by aopForSym,
1965         registers allocated in aopForSym for accessing stack symbols are not
1966         any more part of the functions usedRegs field,
1967         * (genCall): some times aopOp is called for a stack variable to be
1968         send, aopForSym might perform the push, if this is true make sure
1969         that genCall doesn't push the variable twice by testing _G.resDirect,
1970         * (genFunction): changed testing for unspecified interrupt number
1971         from 256 to INTNO_UNSPEC,
1972         * modified selection scheme of frame pointer generation. Previously
1973         if function did use local registers a frame pointer was generated,
1974         now a frame pointer is generated only if function has arguments
1975         (that need PLUSW2 register access), or has stack arguments, or the
1976         compiler is not instructed to omit the frame pointer,
1977         * (genEndFunction): before restoring local registers that were saved
1978         in the function preamble, also restore the registers that *might*
1979         have been allocated for stack access,
1980         * (genRet): removed some old comments,
1981         * (genCmp, the active (RN's) version): added a call to the
1982         pic16_genCmp_special function to perform the compare with a more
1983         robust and optimized way,
1984         * (genInline): a feature has been added in inline code generation,
1985         which allows a wildcard variable substitution when writing inline
1986         assembly. Code is incomplete and experimental therefore undocumented,
1987         * (genCast): changed order of aopOp for result and right to allow
1988         aopForSym to directly load the result if possible,
1989         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1990         perform an optimized compare on some selected special occasions,
1991         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1992         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1993         generate an IVT any more,
1994         * src/pic16/main.c (pic16_optionsTable): added command line option
1995         --optimize-cmp,
1996         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1997         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1998         macros,
1999         * src/pic16/NOTES: Raphael Neider added in list of active developers
2000         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2001         jumptable_end to prevent bug #,
2002         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2003         inCond and outCond fields,
2004         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2005         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2006         turn off register spilling,
2007         * (packRegsForOneUse): synced with other ports' versions although it
2008         is not used currently,
2009         * (pic16_packRegisters): added an optimization while reading
2010         structure bitfields, some registers may be saved (malloc code is
2011         decreased by 80 bytes)
2012
2013 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2014
2015         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2016         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2017         this can be optimized more?
2018
2019 2005-03-10 Raphael Neider <rneider AT web.de>
2020
2021         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2022           genNearPointerGet): (hopefully) fixed access to bitfields via
2023           pointers (p->bitN = x; and x = p->bitN; failed)
2024
2025 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2026
2027         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2028
2029 2005-03-09 Raphael Neider <rneider AT web.de>
2030
2031         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2032
2033 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2034
2035         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2036         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2037           (regTypeNum): set REG_BIT type if necessary
2038         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2039         * support/regression/tests/critical.c: check bug 1144613
2040
2041 2005-03-02 Raphael Neider <rneider AT web.de>
2042
2043         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2044
2045 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2046
2047         * src/avr/ralloc.c (serialRegAssign),
2048         * src/ds390/ralloc.c (serialRegAssign),
2049         * src/hc08/ralloc.c (serialRegAssign),
2050         * src/mcs51/ralloc.c (serialRegAssign),
2051         * src/pic/ralloc.c (serialRegAssign),
2052         * src/pic16/ralloc.c (serialRegAssign),
2053         * src/xa51/ralloc.c (serialRegAssign),
2054         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2055
2056 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2057
2058         * src/SDCCast.c (decorateType): fixed bug 1124787
2059
2060 2005-02-20 Hubert Sack <sack AT digiplan.de>
2061         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2062
2063         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2064         patch #1121755
2065
2066 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2067
2068         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2069         to keep the correct label reference count when adding/removing references
2070         to labels. A peephole file using this is appended to patch #1144962.
2071
2072 2005-02-14 Raphael Neider <rneider AT web.de>
2073
2074         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2075         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2076         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2077           retrievals of result operand's value on assignment
2078
2079 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2080
2081         * device/include/pic16/string.h: modified prototype for memccpy()
2082         to memccpy(void *, void *, char, size_t)
2083         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2084         check whether to omit frame pointer or not,
2085         * (genInline): convert all occurences of "\n" to LF in inline
2086         assembler blocks, this helps formatting the inline text,
2087         * (pic16_loadFSR0): modified prototype,
2088         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2089         removed some 8051 legacy code,
2090         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2091         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2092         before allocating temporary registers in functions,
2093
2094 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2095
2096         * support/regression/tests/bitvars.c: corrected the "fix"
2097
2098 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2099
2100         * support/regression/tests/bitvars.c,
2101         * support/regression/tests/bitwise.c,
2102         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2103
2104 2005-02-10 Raphael Neider <rneider AT web.de>
2105
2106         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2107           different size for Alpha
2108         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2109
2110 2005-02-09 Raphael Neider <rneider AT web.de>
2111
2112         * src/SDCC.lex(doPragma) : save and restore warning options as well
2113           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2114         * have #pragma less_pedantic set the errorlevel to WARNING
2115           (fixes #1117001)
2116         * (cloneOptimize) : fixed wrong malloc's size
2117         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2118           facilitate correct handling of #pragma (save|restore)
2119
2120 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2121
2122         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2123
2124 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2125
2126         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2127
2128 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2129
2130         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2131
2132 2005-02-02 Raphael Neider <rneider AT web.de>
2133
2134         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2135         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2136         * (pic16_storeForReturn): fixed to allow returning function pointers
2137         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2138         * device/include/pic16/{stddef.h,stdbool.h}: added
2139
2140 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2141
2142         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2143
2144 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2145
2146         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2147         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2148          appeared to be required
2149
2150 2005-01-31 Borut Razem <borut.razem AT siol.net>
2151
2152         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2153           include/mcs51 and include/z80 directories to the package
2154
2155 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2156
2157         * src/hc08/gen.c (genFunction): fixed bug #1112752
2158
2159 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2160
2161         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2162
2163 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2164
2165         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2166
2167 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2168
2169         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2170
2171 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2172
2173         * device/include/c8051fxxx.h: removed these 6 files
2174         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2175
2176 2005-01-26 Raphael Neider <rneider AT web.de>
2177
2178         * src/pic16/gen.c (genAssign): fixed assignment from longs
2179           in codespace (were cut to three bytes)
2180         * (genDummyRead): implemented (except for CODESPACE...),
2181           fixed bug #1108575
2182         * src/pic16/glue.c (emitStatistics): beautified
2183         * device/lib/pic16/libm/Makefile: added include path
2184
2185 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2186
2187         * src/z80/gen.c (aopPut): fixed bug #1103902
2188
2189 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2190
2191         * device/lib/expf.c: fixed bug #1095792
2192
2193 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2194
2195         * device/lib/pic16/libm: added Math library sources
2196
2197 2005-01-24 Raphael Neider <rneider AT web.de>
2198
2199         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2200           to enable upcast to pCodeOpReg2 (there is no type tag to
2201           differenciate the two and pic16_popGet2p cast into PCOR2)
2202         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2203           (sizeof(sectNames) changed to sizeof(sectName))
2204           Both patches fix segfaults under MinGW.
2205
2206 2005-01-23 Raphael Neider <rneider AT web.de>
2207
2208         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2209           Safe_[mc]?alloc()'ed variables
2210         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2211           of (byte sized) temporaries (assign them to WREG for now)
2212         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2213           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2214           this might fix SIGSEGVs on MinGW...
2215         * src/SDCCopt.c (killDeadCode): restored original behaviour
2216           (volatile operands might get thrown away though)
2217
2218 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2219
2220         * src/pic16/gen.c: fixed bug #1106975,
2221         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2222         pointer update, INTCON is saved, global interrupts are disabled and
2223         restored after updateing TOS.
2224         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2225         * added function attribute 'shadowregs' to take advantage of shadow
2226         registers,
2227         * added function attribute 'wparam' as an alternative to the wparam
2228         pragma,
2229         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2230         user declares a non-ISR function as 'shadowregs',
2231         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2232
2233 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2234
2235         * .version: bumped version number to 2.4.8
2236         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2237         pic16 port,
2238         * device/lib/pic16/libio/i2c/: I2C module support library,
2239         * device/include/pic16/i2c.h: I2C support library header,
2240         * device/lib/pic16/libc/stdio/: standard IO support sources,
2241         * (printf_small.c): printf_small() source, supports float print,
2242         * (printf_tiny.c): printf_tiny() source, does not support floats,
2243         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2244         enable global optimizations for entire library source, other
2245         Makefiles in the source tree are also modified to reflect this,
2246         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2247         function,
2248         * doc/sdccman.lyx: updated to reflect new changes,
2249         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2250         sym->onStack if-case,
2251         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2252         sbit, idata, _idata, xdata, _xdata,
2253         * added pragma library, to link an external library, (see doc),
2254         * removed command line options, --pomit-config-words, --pomit-ivt,
2255         --pleave-reset-vector,
2256         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2257         when calling assembler to reflect memory model used, also define
2258         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2259         reflect stack model used,
2260         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2261         on stack return NULL,
2262
2263 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2264
2265         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2266           of the operands is volatile. Fixes #1020220
2267
2268 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2269
2270         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2271         * (OptimizeRegUsage): make sure that there is really no other flow where
2272           the first pCode is used
2273
2274 2005-01-22 Raphael Neider <rneider AT web.de>
2275
2276         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2277           to fix #1106967 (pCode->seq are not set up correctly)
2278
2279 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2280
2281         * src/SDCCglue.c (glue): make sure code area is declared before the
2282         static initialization area.
2283
2284 2005-01-21 Raphael Neider <rneider AT web.de>
2285
2286         * device/lib/Makefile.in: fixed test for pic16 install dir
2287         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2288           optimizations
2289         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2290           added --optimize-goto compiler switch and pragma wparam documentation
2291         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2292         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2293           and PRODH closing bug #1071770 (peephole optimizer)
2294
2295 2005-01-19 Raphael Neider <rneider AT web.de>
2296
2297         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2298           cmdLine buffers (used when calling sdcpp...) are large enough
2299           (MAX_PATH=256 truncates arguments leading to system halts when
2300           used in MinGW...)
2301         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2302         * (genUminus): rewritten to for efficiency
2303         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2304           used uninitialized in some cases)
2305         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2306           copy the third byte from the int -- now assumes 0x80 (data memory)
2307         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2308           operands (genAddLit expects the iCode's operands to swapped as
2309           well), fixed leftover bytes (crashed for short left operands)
2310         * (pic16_genMinusDec): performance improvements, removed false
2311           PIC14 emitSKPNCs
2312         * (pic16_genMinus): fixed to cope with differently sized operands
2313         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2314           for --obanksel > 1
2315         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2316         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2317           new banksel optimization
2318         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2319           analysis for temporary registers (segfaults...)
2320         * src/pic16/peeph.def: added rule
2321
2322 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2323
2324         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2325         which converts a float number to its ASCII representation
2326         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2327         functions to convert the fractional and integer part of a float to ASCII,
2328         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2329         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2330         ram
2331         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2332         _STATMEM macros,
2333         * device/include/pic16/adc.h: added GPL info,
2334         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2335         a pCodeOp as tested operand,
2336         * (genNearPointerGet): optimized bit testing, does not use
2337         intermediate register for bit value, test directly instead with
2338         BTFSS, BTFSC, works only for single bits,
2339         * (genpic16Code): dump the name of the iCode in the asm,
2340         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2341         renamed to pic16_decodeOp,
2342         * (serialRegAssign): do not allocate a temporary register for iCode
2343         sequences that test a single bit for 1/0
2344
2345 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2346
2347         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2348         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2349         access stack and frame pointers. They are initially assigned to
2350         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2351         accessing SFRs. Updated all occurences of modification of stack or
2352         frame pointer in gen.c and pcode.c,
2353         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2354         assigning of a literal value to pointers,
2355         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2356         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2357         selected
2358
2359 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2360
2361         * doc/sdccman.lyx: update documentation about stack pragma, added
2362         some info for stack memory models
2363
2364 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2365
2366         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2367
2368 2005-01-08 Raphael Neider <rneider AT web.de>
2369
2370         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2371           udata sections to fix bug #1097823
2372
2373 2005-01-05 Raphael Neider <rneider AT web.de>
2374
2375         * src/pic16/gen.c (genGenericShift): added handling of differently
2376           sized left operand and result
2377
2378 2005-01-04 Raphael Neider <rneider AT web.de>
2379
2380         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2381         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2382           to hold the condition bit)
2383         * added new version of genCmp (old code available via #define)
2384         * added new version of genShiftLeft/genShiftRight in a generic
2385           way, now supports shifting by negative values
2386         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2387           shiftCount (expected by genGenericShift)
2388         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2389         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2390           dump
2391         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2392           is an invalid literal too...)
2393
2394 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2395
2396         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2397         from Raphael Neider,
2398         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2399         for 8-bit literals. This fixes some literal operands which are sign
2400         extended to 16-bits ints when instruction needs only 8-bits.
2401
2402 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2403
2404         * device/lib/logf.c: added mcs51 assembly version
2405         * device/lib/expf.c: added mcs51 assembly version
2406         * device/lib/_logexpf.c: new shared asm code for expf and logf
2407         * device/include/math.h: add defines for assembly math library
2408         * device/lib/Makefile.in: build new _logexpf.c
2409         * device/lib/libfloat.lib: use new _logexpf.c
2410
2411 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2412
2413         * src/pic/device.c
2414         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2415           device types which have less than 0x7f registers.
2416
2417 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2418
2419         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2420
2421 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2422
2423         * device/lib/printf_fast.c: only build on supported arch.
2424         * device/lib/printf_tiny.c: only build on supported arch.
2425         * device/lib/printf_fast_f.c: only build if asm float lib
2426         * device/lib/_fsget1arg.c: only build if asm float lib
2427         * device/lib/_fsget2args.c: only build if asm float lib
2428         * device/lib/_fsnormalize.c: only build if asm float lib
2429         * device/lib/_fsreturnval.c: only build if asm float lib
2430         * device/lib/_fsrshift.c: only build if asm float lib
2431         * device/lib/_fsswapargs.c: only build if asm float lib
2432         * device/include/stdio.h: don't provide print_fast,
2433           print_fast_f, print_tiny prototypes if --xstack used
2434
2435 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2436
2437         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2438         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2439           to the SOURCES
2440
2441 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2442
2443         * device/lib/printf_fast_f.c: same as printf_fast, but
2444           with floating point enabled
2445         * device/lib/printf_fast.c: minor tweaks
2446         * device/include/stdio.h: add printf_fast_f
2447
2448 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2449
2450         * src/SDCCmain.c: make --float-reent default for mcs51
2451         * device/lib/_fsadd.c: added mcs51 assembly version
2452         * device/lib/_fssub.c: added mcs51 assembly version
2453         * device/lib/_fsmul.c: added mcs51 assembly version
2454         * device/lib/_fsdiv.c: added mcs51 assembly version
2455         * device/lib/_fseq.c: added mcs51 assembly version
2456         * device/lib/_fsneq.c: added mcs51 assembly version
2457         * device/lib/_fsgt.c: added mcs51 assembly version
2458         * device/lib/_fslt.c: added mcs51 assembly version
2459         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2460         * device/lib/Makefile.in: add _fscmp to build
2461         * device/lib/libfloat.lib: add _fscmp to build
2462
2463 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2464
2465         * device/lib/_fs2slong.c: added mcs51 assembly version
2466         * device/lib/_fs2sint.c: added mcs51 assembly version
2467         * device/lib/_fs2schar.c: added mcs51 assembly version
2468         * device/lib/_fs2ulong.c: added mcs51 assembly version
2469         * device/lib/_fs2uint.c: added mcs51 assembly version
2470         * device/lib/_fs2uchar.c: added mcs51 assembly version
2471         * device/lib/_slong2fs.c: added mcs51 assembly version
2472         * device/lib/_sint2fs.c: added mcs51 assembly version
2473         * device/lib/_schar2fs.c: added mcs51 assembly version
2474         * device/lib/_ulong2fs.c: added mcs51 assembly version
2475         * device/lib/_uint2fs.c: added mcs51 assembly version
2476         * device/lib/_uchar2fs.c: added mcs51 assembly version
2477         * device/include/float.h: added #define to select asm vs c
2478
2479 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2480
2481         * device/lib/printf_fast.c: improvements to float output
2482         * device/include/float.h: add defines for assembly float library
2483         * device/lib/_fsget1arg.c: receive 1 float arg
2484         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2485         * device/lib/_fsnormalize.c: normalize a float
2486         * device/lib/_fsreturnval.c: return float, various helper routines
2487         * device/lib/_fsrshift.c: right shift a float's mantissa
2488         * device/lib/_fsswapargs.c: swap 2 floats
2489         * device/lib/Makefile.in: build these 6 new files for mcs51
2490         * device/lib/libfloat.lib: add these 6 files to the library
2491
2492 2004-12-26 Borut Razem <borut.razem AT siol.net>
2493
2494         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2495           built by gcc 3.4.2
2496
2497 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2498
2499         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2500           and fully reentrant and register bank neutral.
2501         * device/lib/printf_fast.c: added float (not enabled by default),
2502           added compact/slower integer (also not enabled by default),
2503           improved size/speed of fast integer code, other minor changes
2504         * device/include/stdio.h, device/lib/Makefile.in,
2505           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2506
2507 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2508
2509         * src/pic16/pcode.c: declaring variables other than at the start of a
2510           block is not supported in C by VC6.
2511
2512 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2513
2514         * applied a previous patch from Raphael Neider that wasn't included
2515         in the previous commits, which fixes infinite loops within jumptable
2516         improvements,
2517         * made some fixes that previous patches introduced
2518
2519 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2520
2521         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2522         that fixes an issue with AOP_PCODE asmop's offset,
2523         * (pic16_popCopyReg): update instance field too,
2524         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2525         function of pic port,
2526         * (genCmp, genAnd, genAssign),
2527         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2528
2529 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2530
2531         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2532         variables initial values to idata section,
2533         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2534         variables in some functions. This utilizes parmBytes field of iCode
2535         structure to hold the offset of the variable in stack. (might be
2536         able to use the stack field too?)
2537         * applied patch from Raphael Neider # ### , # ###
2538         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2539         variable initial values in idata section,
2540         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2541         for static variables with initial value
2542         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2543         applied fix in while loop from Raphael Neider.
2544
2545 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2546
2547         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2548         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2549         * src/ds390/ralloc.c (serialRegAssign): spill bits
2550         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2551         * support/Util/SDCCerr.c,
2552         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2553         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2554         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2555
2556 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2557
2558         * device/include/sdcc-lib.h: inserted LGPL, added includes
2559           asm/ds390/features.h and asm/mcs51/features.h
2560         * device/include/asm/default/features.h,
2561         * device/include/asm/gbz80/features.h,
2562         * device/include/asm/z80/features.h: added empty _AUTOMEM
2563           and _STATMEM
2564         * device/include/asm/ds390/features.h,
2565         * device/include/asm/mcs51/features.h: added files with defines for
2566           _AUTOMEM and _STATMEM indicating automatic and static storage class
2567         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2568         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2569         * src/SDCCicode.c (geniCodeCast),
2570         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2571         * src/SDCCloop.c (loopInduction): removed unused variable lr
2572         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2573           to convertToFcall to include char modulo (RFE 1065037), added check
2574           if left operand is unsigned and use abs of literal value
2575         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2576           as it doesn't work after conversion from peephole.def to peephole.rul
2577         * src/mcs51/gen.c (toBoolean): added check for size,
2578           (genModOneByte): optimized code for signed char modulo a literal
2579           power of 2 (thanks to Hubert Sack),
2580           (genRRC): removed unnecessary "clr c",
2581           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2582         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2583           jump optimization,
2584           swapped rules 256.c and 256.d,
2585           extended 256.d by using new multiple checks (thanks Erik),
2586           added rules 256.e and 256.f,
2587           updated rule 261.a and 261.b to new generated code
2588         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2589
2590 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2591
2592         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2593           induction related bugs, including first part of bug #1074377
2594
2595 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2596
2597         * applied patch from bug-report #1076292,
2598         * applied patches for genAnd and Goto-optimizations for Raphael
2599         Neider,
2600         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2601         dump a less iCode information,
2602         * src/pic16/device.h (pic16_options_t): added field debgen,
2603         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2604         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2605         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2606         puclic,
2607         * (various functions): added macros FENTRY and FENTRY2 to functions,
2608         to emit function prologue,
2609         * (various functions): fixed indentation,
2610         * (genNearPointerGet): fixed loading of FSR0,
2611         * (genPackBits): applied patch from Raphael Neider to fix updating
2612         of FSR0 and touching only the modified bits,
2613         * src/pic16/genarith.c (various functions): added macros FENTRY to
2614         emit function prologue in comments,
2615         * src/pic16/pcode.h: added functions debugf2, debugf3,
2616         * src/pic16/ralloc.c: partial fix for packForPush caused
2617         segmentation fault,
2618
2619 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2620
2621         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2622           <stsp AT users.sourceforge.net> with reversed byte order
2623         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2624
2625 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2626
2627         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2628           bug #1074377
2629         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2630         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2631
2632 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2633
2634         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2635
2636 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2637
2638         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2639           conditions,
2640           (setFromConditionArgs): friendly operand parser for peephole rules,
2641           (operandBaseName, operandsNotRelated): new peephole condition
2642           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2643           architecture specific register naming into account, handles n-way
2644           comparisons, and supports quoted literals
2645         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2646
2647 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2648
2649         * src/mcs51/peeph.def: fixed bug #1076940
2650
2651 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2652
2653         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2654
2655 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2656
2657         Adding support for replacing ljmps with sjmps in jumptables
2658         generated for switch statements. For now you need to set the
2659         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2660         Now 4 algorithms for mcs51 jumptable generation are used:
2661         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2662         addresses loaded pc-relative for up to 112 cases and stack-pushing
2663         target addresses loaded with offset from dptr for up to 256 cases.
2664
2665         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2666         * src/mcs51/main.c: adapted constants for switch table generation
2667         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2668
2669 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2670
2671         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2672         * support/regression/tests/bug1057979.c: added test for bug 1073386
2673
2674 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2675
2676         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2677         compilers
2678
2679 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2680
2681         * src/pic16/device.h,
2682         * src/pic16/genarith.c,
2683         * src/pic16/glue.c,
2684         * src/pic16/main.c,
2685         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2686
2687 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2688
2689         Large cummulative patch for pic16 port.
2690         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2691         to call when a stack overflow occurs,
2692         * (malloc.h): added CVS Id tag,
2693         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2694         variable,
2695         * added libc directory. The current version of LibC contains string
2696         functions, ctype functions and macros and some functions of the
2697         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2698         be extensively tested in the future. Standard disclaimer here.
2699         Library is not automatically build yet. But one can build it by
2700         invoking 'make' inside the libc directory.
2701         * added ADC library under libio. Preliminary version yet.
2702
2703         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2704         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2705         aopForRemat() now and not by pic16_aopOp(),
2706         * (pic16_popGetTempReg): removed warning messgae when allocating
2707         temporary registers, its a buggy feature and will be removed,
2708         * (pic16_popGet): set register instance field in AOP_CRY,
2709         * (pic16_outBitC): fixed for results in size greater than 1,
2710         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2711         * (pic16_storeForReturn): optimized return of 0,
2712         * (genCmp): experimental code for new genCmp which uses PIC18's
2713         special compare&skip instructions. Initial tests fail some times
2714         with variables grater than 1 byte in size, so new code is disabled,
2715         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2716         a single bit,
2717         * (genCast): began a fix to optimize the casting of a bit to another
2718         bit, now assigning a bitfield to another bitfield will fail, sorry,
2719         * src/pic16/main.c: disabled the use of lr-support feature,
2720         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2721         * added some function prototypes, added function _debugf prototype,
2722         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2723         bits with offset (case PO_GPR_BIT),
2724         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2725         command line,
2726         * (isBankInstruction): modified to return 0 for no banking instruction,
2727         and 1 for banking instruction,
2728         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2729         caused stop processing pCodes after a inline assembly block,
2730         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2731         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2732         registers when it shouldn't,
2733         * src/pic16/ralloc.c (allocReg): add preliminary support for
2734         supporting a limited set of temporary registers,
2735
2736 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2737
2738         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2739           genDataPointerSet): ensure assignments always copy in MSB to LSB
2740           order,
2741           (loadRegFromAop): recognize CLRH optimization,
2742           (genFunction): optimize RECEIVE iCodes in reentrant functions
2743
2744 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2745
2746         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2747           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2748           selected.
2749         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2750         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2751           contiguous with data
2752
2753 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2754
2755         * device/lib/_gptrget.c (_gptrget),
2756         * device/lib/_gptrgetc.c (_gptrgetc),
2757         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2758           instead of sjmp to ret
2759         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2760           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2761
2762 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2763
2764         * .version: bumped version to 2.4.7
2765         * device/lib/_gptrget.c (_gptrget): is now _naked
2766         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2767         * device/lib/_gptrput.c (_gptrput): is now _naked
2768         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2769           (createFunction): fixed xstack
2770         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2771         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2772           or bit either,
2773           (geniCodeCritical): store original interrupt state in an iTemp bit
2774           var unless stack-auto
2775         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2776         * src/SDCCmain.c (setIncludePath): added include/target to search path
2777         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2778         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2779           prototype,
2780           (processFuncArgs): put bit vars in bit area
2781         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2782           unsaveRBank): fixed xstack,
2783           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2784           (genFunction, genEndFunction): fixed xstack,
2785           (genAssign): optimization don't walk backwards through mem
2786         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2787         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2788         * support/regression/Makefile: also make library (for stack-auto) when
2789           making "all" and added "test-mcs51-xstack-auto"
2790         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2791         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2792         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2793         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2794         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2795           make-library by MAKE_LIBRARY
2796         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2797           regression tests for xstack
2798         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2799         * support/regression/tests/critical.c: test for critical on mcs51
2800
2801 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2802
2803         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2804           built version of sdcc instead of installed version
2805
2806 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2807
2808         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2809         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2810           vprintf.c now
2811         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2812         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2813           WARNING: remove device/lib/build/z80/printf.o by hand when
2814           updating from previous build!
2815         * device/lib/z80/printf.c: updated comment
2816         * support/regression/tests/bug1057979.c: test all ports now
2817         * support/regression/tests/bug1065458.c: file added
2818
2819 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2820
2821         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2822           *_start and *_end symbols for static functions
2823
2824 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2825
2826         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2827           and search crt0.o in all library paths,
2828           (setIncludePath): proper handling of --nostdinc,
2829           (setLibPath): proper handling of --nostdlib
2830         * support/regression/Makefile,
2831         * support/regression/ports/ds390/spec.mk,
2832         * support/regression/ports/gbz80/spec.mk,
2833         * support/regression/ports/hc08/spec.mk,
2834         * support/regression/ports/mcs51/spec.mk,
2835         * support/regression/ports/mcs51-large/spec.mk,
2836         * support/regression/ports/mcs51-stack-auto/spec.mk,
2837         * support/regression/ports/z80/spec.mk: use include and lib files from
2838           built version of sdcc instead of installed version
2839         * doc/sdccman.lyx: fixed typo in --nostdinc
2840
2841 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2842
2843         * src/pic/pcode.c,
2844         * src/pic/device.c,
2845         * src/pic/ralloc.c,
2846         * src/pic/gen.c : added support to generate code for struct bit fields.
2847
2848 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2849
2850         * as/xa51/xa_version.h,
2851         * device/include/errno.h,
2852         * device/include/regc515c.h,
2853         * device/lib/_itoa.c,
2854         * device/lib/_ltoa.c,
2855         * device/lib/ser_ir_cts_rts.c,
2856         * sim/ucsim/xa.src/glob.cc,
2857         * sim/ucsim/xa.src/inst_gen.cc,
2858         * sim/ucsim/xa.src/xa_bit.cc,
2859         * sim/ucsim/xa.src/xa_sfr.cc,
2860         * sim/ucsim/z80.src/inst_dd.cc,
2861         * sim/ucsim/z80.src/inst_fdcb.cc,
2862         * support/scripts/keil2sdcc.pl,
2863         * src/pic16/pic16.dsp,
2864         * src/pic16/pic16a.dsp: corrected cvs line endings
2865         * device/lib/printf_large.c: fixed bug 1057979
2866         * src/pic16/gen.c: fixed non-C standard code
2867         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2868         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2869         * support/regression/ports/mcs51/support.c: reload T1 asap
2870         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2871           pdata use and clear idata startup behaviour
2872         * support/regression/tests/bug1057979.c: added
2873
2874 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2875
2876         * device/examples/ds390/ow390/ad26.h,
2877         * device/examples/ds390/ow390/cnt1d.h,
2878         * device/examples/ds390/ow390/crcutil.c,
2879         * device/examples/ds390/ow390/ownet.h,
2880         * device/examples/ds390/ow390/owsesu.c,
2881         * device/examples/ds390/ow390/swt12.h,
2882         * device/examples/ds390/ow390/swtoper.c,
2883         * device/examples/ds390/ow390/temp10.h,
2884         * device/examples/ds390/ow390/thermodl.c,
2885         * device/examples/ds390/tinitalk/tinitalk.dsp,
2886         * device/examples/ds390/tinitalk/tinitalk.dsw,
2887         * device/examples/mcs51/clock/hw.h,
2888         * device/examples/mcs51/simple2/go.bat,
2889         * device/examples/serialcomm/windows/serial.h,
2890         * device/examples/xa51/dummy.c,
2891         * device/examples/xa51/hello.c,
2892         * device/include/80c51xa.h,
2893         * device/include/at89x051.h: corrected cvs line endings
2894
2895 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2896
2897         * src/pic16/main.c (options): added command line --gstack, to trace
2898         stack over/under flows,
2899         * added pragma 'wparam' to allow passing first byte of function
2900         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2901         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2902         call to __gstack_test function and sets up the symbol as extern,
2903         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2904         * popaop): added call to pic16_testStackOverflow,
2905         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2906         wparamList list,
2907         * (genCall, genPcall): now all parameters are passed via stack
2908         except in functions that are pass to wparam pragma in which WREG is
2909         used too,
2910         * (genPcall): REENTRANT flag is checked to see if variable prototype
2911         contains reentrant keyword, don't call a non-reentrant function, via
2912         a reentrant function pointer or vice versa, functions are never
2913         passed via WREG,
2914         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2915         D.Winkler,
2916         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2917         SIGSEGV when accessing a NULL register stucture,
2918         * (pic16_printGPointerType): modified to handle UPPER modifier for
2919         function initializers, changed prototype of function to simpler one,
2920         * (pic16_printIvalFuncPtr): check to see if function is already
2921         added in externs list,
2922         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2923         optimized a move from W to SFR with a move to the same register
2924         later after a CALL,
2925         * device/lib/pic16/debug: NEW directory, contains debug features
2926         which are enabled when linking with libdebug.lib, currently command
2927         line option --gstack enables stack pointer tracing for over/under
2928         flow, corresponding sources are in debug/gstack
2929
2930 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2931
2932         * doc/sdccman.lyx: updated SDCC version,
2933         * (PIC16 port): update list of command line options,
2934         * src/pic16/device.h (structure pic16_options_t): added field gstack
2935         to enable stack overflow tracing on push/pops,
2936         * src/pic16/device.c (statistics structure): added statistics
2937         structure,
2938         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2939         pic16_dump_int_registers): increase statistics counters for each
2940         * variable which is encountered
2941         * (pic16_dump_usection): emit each .udata variable to its own udata
2942         section,
2943         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2944         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2945         parameters via stack, otherwise use old scheme,
2946         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2947         assembler output file,
2948         * src/pic16/main.c: added command line options --gstack to enable
2949         push/pop tracing for stack overflow,
2950         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2951         instructions): added size of each instruction,
2952         * (pic16_countInstruction): estimate size of instructions in
2953         the_pFile list, inline assembly blocks are not counted,
2954         * (pic16_FixRegisterBanking): trace previous register usage, when
2955         banksel optimizations is greater than 0, don't emit a redudant
2956         banksel directive,
2957
2958 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2959
2960         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2961         * src/pic16/ralloc.c : applied same fix for pic16.
2962         * src/pic/gen.c : tidied it up a little.
2963
2964 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2965
2966         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2967         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2968
2969 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2970
2971         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2972
2973 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2974
2975         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2976         non-reentrant function __modsint in the interrupt function (thus
2977         corrupting math operations during serial I/O)
2978         * device/lib/ser_ir.c: as above, changed buffersize
2979         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2980         256.c,d for zeroing
2981         * doc/Makefile: added option -t for rsync
2982
2983 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2984
2985         * src/SDCCast.h (struct ast),
2986         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2987
2988 2004-10-20 Borut Razem <borut.razem AT siol.net>
2989
2990         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2991         package
2992
2993 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2994
2995         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2996         makefile targets,
2997         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2998         support functions to replace long sequences of MOVFF's from access
2999         bank registers to stack and vice versa,
3000         * src/pic16/device.h: added new field opt_flags, where optimization
3001         flags can be set to enable certain features,
3002         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3003         * pBlock, (genFunction, genEndFunction): surroung loop for
3004         saving/loading used registers in stack with PC_INFO pCodes,
3005         INF_LREGS. Code in between can then be optimized by pCode optimizer
3006         to support function calls,
3007         * (genDataPointerSet): fixed bug which loaded float fields in
3008         structures with corrupt data,
3009         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3010         in a standard way debug info on stderr. Feature used for developing
3011         and debugging only,
3012         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3013         obsolete chunks of code,
3014         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3015         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3016         * pic16/src/pcode.c (pic16_newpCodeInfo,
3017         * (pic16_newpCodeOpLocalRegs),
3018         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3019         feature,
3020         * (pic16_pCodeConstString): printing of the initial value of a
3021         symbol as a comment is inhibited since parsing was already done by
3022         copyStr and output is corrupt,
3023         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3024
3025 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3026
3027         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3028
3029 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3030
3031         * as/mcs51/lkarea.c: removed old K&R style,
3032           (lnksect): changed check on boundary error,
3033           (lnksect2): changed check on boundary error,
3034           (lnksect2): extend XSTK to end of page if size = 1
3035         * as/mcs51/lkmain.c: removed old K&R style,
3036           (Areas51): create l_IRAM symbol
3037         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3038         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3039           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3040         * device/lib/_mullong.c: added version to be compiled with xstack
3041         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3042         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3043         * device/lib/mcs51/crtxstack.asm: fixed comment
3044         * src/SDCCglue.c: maxInterrupts defaults to 0,
3045           (emitMaps): added pdata,
3046           (createInterruptVect): (re)moved default,
3047           (glue): added pdata,
3048           (glue): moved __start__xstack to XSTK with default size 1
3049         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3050           and options.float_rent when options.stackAuto is set,
3051           (linkEdit): only write XDATA_NAME if provided on command line
3052         * src/SDCCmem.h,
3053         * src/SDCCmem.c: added pdata
3054         * src/port.h: added pdata_name to PORT
3055         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3056           (saveRegisters, unsaveRegisters): removed usage of B,
3057           (genMinus): fixed accumulator clash,
3058           (genJumpTab): added comment, this needs another look
3059         * src/mcs51/gen.c: added check for "B in use" paranoia,
3060           added pushB() and popB()
3061         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3062           chance
3063         * src/avr/main.c,
3064         * src/ds390/main.c,
3065         * src/hc08/main.c,
3066         * src/mcs51/main.c,
3067         * src/pic/main.c,
3068         * src/pic16/main.c,
3069         * src/xa51/main.c,
3070         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3071           added PSEG (PAG,XDATA) or NULL to port specifier
3072         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3073         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3074           (_mcs51_genInitStartup): removed __start__xstack equ,
3075           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3076         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3077         * src/z80/gen.c (_rleAppend): fixed warnings
3078         * support/regression/tests/zeropad.c: added pdata test
3079         * .version: bumped to 2.4.6
3080
3081 2004-10-17 Borut Razem <borut.razem AT siol.net>
3082
3083         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3084         as a part of nightly build
3085
3086 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3087
3088         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3089         WREG holds the first byte function parameters,
3090         * (aopForSym): take special case for symbols which are in FARSPACE
3091         but in CODESPACE too,
3092         * (assignResultValue): modified to take into account _G.useWreg,
3093         * (genCall): don't use wreg for parameter passing when function is
3094         declared as reentrant, too, added optimization INCF to stack
3095         pointer when stack parameter count is 1,
3096         * (genFunction, genEndFunction): refurnished and fixed to not using
3097         wreg for passing parameters when function has varargs or is
3098         reentrant, fixed bug with symbol name compare for generating
3099         functions in absolute address,
3100         * (pic16_storeForReturn): refurnished,
3101         * (genCmp): began writing a new version of the function, not ready
3102         yet, therefore it is disabled,
3103         * (genAssign): do not read code memory when assigning a function to
3104         a pointer function,
3105         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3106         array of characters, not pointer,
3107         * (pic16initialComments): in debug mode emit an .ident directive for
3108         the assembler,
3109         * (_process_pragma): emit a new warning type (internal to pic16)
3110         when setting stack to default length, emit a similar warning when
3111         placing a function at absolute address and address is not word aligned
3112         * (_pic16_parseOptions): added 'return TRUE' statement,
3113         * (_pic16_linkEdit): if compiling a source, then add the source's
3114         file object, first in the list of objects to link,
3115
3116 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3117
3118         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3119         * src/pic/main.c : removed VC warning.
3120         * src/pic/gen.c : changed comment.
3121
3122 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3123
3124         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3125         reference to a deprecated symbol _GPTRREG was causing failure to
3126         link. Thanks G. M. Gallant for the info.
3127
3128 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3129
3130         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3131         comments for Bugs item #954788.
3132
3133 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3134
3135         * src/pic16/device.c (pic16_dump_gsection,
3136         * pic16_groupRegistersInSection): handle symbols declared to be in
3137         access bank differently,
3138         * src/pic16/gen.c (struct _G): added field resDirect,
3139         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3140         send values read from stack directly to result and don't allocate
3141         temporary values,
3142         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3143         same registers,
3144         * (pic16_sameRegsOfs): NEW,
3145         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3146         free because they were not allocated from temporary pool,
3147         * pic16_popRegFromString): workaround to fix a problem with
3148         allocating variables twice or never,
3149         * (genGenPointerGet): using PRODL instead of FSR0H,
3150         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3151         instead of FSR0H,
3152         * (genAssign): take advantage of the _G.resDirect flag,
3153         * (genCast): around line 11844, use mov2f instead of directly
3154         MOVFF'ing between operands to account for literal values,
3155         * src/pic16/genutils.c: some new debug functions for gpsim have been
3156         added,
3157         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3158         float with integer part only,
3159         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3160         place variables in access bank
3161         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3162         updated sources to reflect recent changes in gen.c
3163
3164 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3165
3166         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3167         sources that searched for headers in installation path, now the
3168         device/include/pic16 is used,
3169         * src/pic16/glue.c (pic16glue),
3170         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3171         .line directives if not in debug mode, this suppresses assembler's
3172         warnings for ignored directives
3173
3174 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3175
3176         * src/port.h: made reset_regparms prototype void parameter explicit.
3177         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3178         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3179         * doc/sdccman.lyx: documented warning disabling and how to use
3180           printf_large to make it print floats.
3181         * device/include/stdbool.h: NEW
3182         * device/lib/_atof.c,
3183         * device/lib/_divuint.c,
3184         * device/lib/_divulong.c,
3185         * device/lib/expf.c,
3186         * device/lib/printf_large.c,
3187         * device/lib/sincosf.c,
3188         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3189         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3190           a completely reentrant lib.
3191
3192 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3193
3194         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3195         * device/include/pic16/stdio.h: fixed bug with colon
3196
3197 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3198
3199         * device/include/pic16/stdio.h,
3200         * device/include/pic16/stdlib.h,
3201         * device/include/pic16/math.h: NEW
3202         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3203         declared as _naked to reduce overhead
3204         * device/lib/Makefile.in (target port-specific-objects-pic16):
3205         changed * to *.* so to ignore the CVS directory,
3206         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3207         stacked variables back in stack,
3208         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3209         corruption
3210
3211 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3212
3213         * .version: bumped version number to 2.4.5
3214         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3215         * support/Util/SDCCerr.c (messages structure): added entry for
3216         W_POSSBUG2
3217
3218         Large cumulative patch for pic16 port and libraries.
3219         * device/include/pic16/sdcc-lib.h,
3220         * device/include/pic16/stdarg.h,
3221         * device/include/asm/pic16/features.h,
3222         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3223         * device/include/pic16/float.h: changes reentrant keyword with
3224         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3225         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3226         updated target build-libraries to include objects from gptr,
3227         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3228         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3229         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3230         all function headings,
3231         * src/SDCCmain.c: added global parameter userIncDirsSet,
3232         * (parseCmdLine): when option -I is encountered add directory to
3233         userIncDirsSet too,
3234         * src/version.awk: added space between control and long,
3235         * src/pic16/NOTES: added some notes for the port,
3236         * src/pic16/gen.c: added prototype for mov2fp function,
3237         * (fReturnpic16[]): properly named return value registers,
3238         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3239         * (aopForSym): added code to handle symbols with onStack flag set,
3240         symbols onStack are allocated PTRSIZE bytes,
3241         * (aopFreeAsmop): handles special case where asmops are stack objects,
3242         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3243         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3244         added argument lock to trace flaws in allocating temporary registers
3245         when developing port,
3246         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3247         * (pic16_popRegFromString): reenabled allocating a direct register
3248         from string,
3249         * (assignResultValue): various beautifications,
3250         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3251         referenced function argument,
3252         * (genIpush): reenabled to allow stacked arguments, handles only
3253         ic->parmPush iCodes,
3254         * (genCall, genPcall): major changes to allow for variable argument
3255         functions, fixed a bug with falsely restoring stack pointer after
3256         returning from call,
3257         * (genFunction): pending code for critical function,
3258         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3259         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3260         * (genNearPointerGet): fixed bug with indirect reading, was always
3261         reading from INDF0
3262         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3263         pointers,
3264         * (genAddrOf): rewrote code to take address of a stacked function parameter
3265         * (genCast): fixed casting to generic pointer type,
3266         * src/pic16/gen.h: added AOP_STA,
3267         * (struct asmop): added field stk,
3268         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3269         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3270         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3271         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3272         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3273         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3274         generic pointers,
3275         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3276         and library paths,
3277         * (pic16_port structure): generic pointer size is set to 3,
3278         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3279         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3280         compiler warning,
3281         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3282         operand is an iTemp,
3283
3284 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3285
3286         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3287         * debugger/mcs51/simi.c: addapt new syntax of s51
3288
3289 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3290
3291         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3292         * src/pic16/pcode.c: commented out some calls to free() in order to
3293         fix bug #989576,
3294
3295 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3296
3297         * src/SDCCicode.h,
3298         * src/SDCCicode.c (isiCodeInFunctionCall),
3299         * src/avr/ralloc.c (selectSpil),
3300         * src/pic/ralloc.c (selectSpil),
3301         * src/pic16/ralloc.c (selectSpil),
3302         * src/ds390/ralloc.c (selectSpil),
3303         * src/hc08/ralloc.c (selectSpil),
3304         * src/xa51/ralloc.c (selectSpil),
3305         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3306         stack in the middle of a function call sequence (fixes bug #1020268)
3307         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3308         costs associated with the minimum switch case.
3309
3310 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3311
3312         * src/SDCC.lex: fixed bug #1030549
3313
3314 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3315
3316         * src/SDCCcse.h (struct cseDef),
3317         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3318         over a function call if the CSE is derived from a symbol whose
3319         address has been taken (fixes bug #1029883)
3320         * support/regression/tests/bug-1029883: a new regression test for
3321         this bug
3322
3323 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3324
3325         * src/hc08/gen.c (emitinline): fixed bug #1029778
3326         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3327         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3328         and starts toward RFE #905167)
3329
3330 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3331
3332         * src/pic16/gen.c (mov2f): New function to move an operand to
3333         another without considering if it is a literal or a register,
3334         * (pic16_sameRegs): don't check if they are both AOP_REG,
3335         * (AccRsh): removed andmask=0 lines,
3336         * (genLeftShift): duplicated to be improved in future versions,
3337         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3338         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3339         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3340         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3341         * (insertBankSwitch): fixed inserting banksel directives algorithm
3342         for instructions that follow a skip instruction, this fixes a report
3343         for broken subtraction code generation,
3344         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3345         iCode is a left op, just in case result and right share the same
3346         registers
3347
3348 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3349
3350         * src/hc08/main.c,
3351         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3352         preservation of HX
3353         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3354         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3355         on 2004-09-12; it was buggy
3356
3357 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3358
3359         * src/SDCCsymt.h: removed RESULT_CHECK
3360         * src/SDCCast.c,
3361         * src/SDCCglue.c,
3362         * src/SDCCval.c,
3363         * src/pic/glue.c,
3364         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3365
3366 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3367
3368         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3369         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3370         configuration values no more rejected by compiler, they are assigned
3371         to configuration registers with a warning message instead,
3372         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3373         the for-loop so last conf register is emitted too,
3374         * (_pic16_initPaths): link library libsdcc.lib by default,
3375         * (_hasNativeMulFor): modified test for multiplication according to
3376         Raphael Neider's remarks. Integer multiplication is also done with
3377         support functions,
3378         * device/include/pic16/pic18fregs.h: corrected type error in while
3379         testing and including 18f6720 header file
3380
3381 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3382
3383         * src/pic16/device.h (pic16_options): removed field use_crt,
3384         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3385         until an optimization to handle single bits is added,
3386         * (pic16_loadFSR0): moved before genUnpackBits,
3387         * (genAnd): some white lines removed,
3388         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3389         leave_reset flags in pic16_options when using crt modules,
3390
3391 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3394           for bugs 898889 & 979599. Also used some safer print instructions.
3395
3396 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3397
3398         * src/pic16/device.h (pic16_options_t): added field use_crt,
3399         crt_name, no_crt,
3400         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3401         catch a probable future bug,
3402         * src/pic16/gen.c: aopIdx function commented out,
3403         * (genAssign): commented out old code which used aopIdx,
3404         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3405         code, added if conditionals to take into account the --use-crt
3406         command line options,
3407         * src/pic16/main.c (pic16_optionsTable): added new command line
3408         options, --use-crt= and --no-crt,
3409         * (_pic16_linkEdit): now the proper crt object is added in the
3410         linker command line except than when --no-crt is specified,
3411         * src/pic16/pcode.c,
3412         * src/pic16/pcode.h: added some structures and functions for a new
3413         optimization scheme to compansate for instruction overhead between
3414         same iCodes, this scheme is currently under development and is not
3415         working in any way,
3416         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3417         to && operator,
3418         * device/lib/pic16/startup/crt0i.c,
3419         * device/lib/pic16/startup/crt0iz.c: added global char variable
3420         __uflags to force the generation of an idata section
3421
3422 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3423
3424         * doc/Makefile,
3425         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3426         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3427
3428 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3429
3430         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3431         Frieder) and clarified the default code optimization mode
3432
3433 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3434
3435         * src/SDCC.lex (doPragma, process_pragma),
3436         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3437         "opt_code_size", and "opt_code_balanced"
3438         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3439         regrouped options by category, added support for category headers
3440         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3441         and "--opt-code-size"
3442         * doc/sdccman.lyx: documented these new options and pragmas
3443         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3444         preference into account
3445
3446 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3447
3448         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3449           geniCodePreDec): Fixed bug 904237 by generating a warning
3450         * src/SDCCerr.h,
3451         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3452
3453 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3454
3455         * src/pic/device.c : When no max ram set validate full memory range.
3456         * src/pic/pcode.c,
3457         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3458
3459 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3460
3461         * device/lib/_gptrget.c,
3462         * device/lib/_gptrput.c: updated comment
3463         * device/lib/calloc.c,
3464         * device/lib/free.c,
3465         * device/lib/malloc.c,
3466         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3467         * src/SDCCcse.c (cseBBlock),
3468         * src/SDCCicode.c (printOperand, geniCodeArray),
3469         * src/SDCCicode.h (struct operand): fixed bug 868103
3470         * support/regression/tests/bug-868103.c: added
3471         * src/SDCCast.c (searchLitOp),
3472         * src/SDCCcse.h (struct cseDef),
3473         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3474         * src/SDCCicode.h (struct operand),
3475         * src/SDCCsymt.h (struct sym_link),
3476         * src/avr/gen.c (hasInc),
3477         * src/ds390/gen.c (hasInc),
3478         * src/hc08/gen.c (genPlusIncr, hasInc),
3479         * src/mcs51/gen.c (hasInc),
3480         * src/pic16/glue.c (pic16_printIvalChar),
3481         * src/pic16/ralloc.c (regWithIdx),
3482         * src/xa51/gen.c (hasInc) : removed warnings
3483         * src/SDCCast.c (createBlock): added comment ???
3484         * src/hc08/ralloc.c: updated comments
3485
3486 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3487
3488         * doc/sdccman.lyx: updated section on switch statements, added
3489         section about semaphore locking
3490         * doc/Makefile: added option -info for latex2html
3491         * device/lib/_gptrget.c,
3492         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3493
3494 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3495
3496         * src/pic/device.h,
3497         * src/pic/device.c,
3498         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3499          maxram is less than 0x100.
3500
3501 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3502
3503         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3504
3505 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3506
3507         * src/port.h,
3508         * src/mcs51/main.c,
3509         * src/ds390/main.c,
3510         * src/z80/main.c,
3511         * src/hc08/main.c,
3512         * src/pic/main.c,
3513         * src/pic16/main.c,
3514         * src/avr/main.c,
3515         * src/xa51/main.c
3516         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3517         a jump table is the best form for a switch statement, including
3518         automatic insertion of missing cases to make the case range
3519         continuous. Developed in collaboration with Frieder Ferlemann.
3520
3521 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3522
3523         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3524         accumulator result if it needs sign extension
3525
3526 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3527
3528         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3529
3530 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3531
3532         * device/lib/gbz80/printf.c,
3533         * device/lib/z80/printf.c: removed define for NULL
3534
3535 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3536
3537         * as/xa51/xa_link.c,
3538         * device/examples/ds390/ow390/ad26.c,
3539         * device/examples/ds390/ow390/cnt1d.c,
3540         * device/examples/ds390/ow390/counter.c,
3541         * device/examples/ds390/ow390/ds2480.h,
3542         * device/examples/ds390/ow390/ds2480ut.c,
3543         * device/examples/ds390/ow390/findtype.c,
3544         * device/examples/ds390/ow390/gethumd.c,
3545         * device/examples/ds390/ow390/owllu.c,
3546         * device/examples/ds390/ow390/ownetu.c,
3547         * device/examples/ds390/ow390/swt12.c,
3548         * device/examples/ds390/ow390/swtloop.c,
3549         * device/examples/ds390/ow390/temp.c,
3550         * device/examples/ds390/ow390/temp10.c,
3551         * device/examples/ds390/ow390/thermo21.c,
3552         * device/examples/ds390/ow390/tinilnk.c,
3553         * device/examples/ds390/ow390/tstfind.c,
3554         * device/examples/serialcomm/windows/serial.cpp,
3555         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3556         * device/include/reg51.h: fixed line endings for cvs
3557
3558 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3559
3560         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3561         packRegsForAccUse, packRegisters): new accumulator register
3562         packing algorithm
3563         * support/regression/ports/hc08/support.c (_putchar): suppress
3564         warning of unused variable
3565         * src/SDCCicode.c: added SWAP entry to codeTable
3566
3567 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3568
3569         * device/lib/sprintf.c: forgot to add this file before previous commit
3570
3571 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3572
3573         * src/pic16/gen.c (genPackBits): added operand right in function
3574         parameters, load result directly if p_type is POINTER (that is
3575         called by genNearPointerSet)
3576         * (genUnPackBits): added operand left in function parameters,
3577         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3578         FSR0 if accessing bitfields,
3579
3580 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3581
3582         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3583           _print_format; updated printf, sprintf, vsprintf
3584         * device/include/asm/default/features.h: corrected comment/define
3585         * device/lib/Makefile.in: added sprintf.c
3586         * device/lib/libsdcc.lib: added sprintf module
3587         * device/lib/printf_large.c,
3588         * device/lib/vprintf.c,
3589         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3590           into these 3 files
3591         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3592         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3593         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3594           hc08 test
3595         * support/regression/tests/zeropad.c: define idata as data for hc08
3596
3597 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3598
3599         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3600         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3601         labels are referenced at least once (even if a reference is not found)
3602         * src/hc08/gen.c (emitcode): set isComment flag for comments
3603         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3604         loads), rules 6a..6b (optimize jumps to return)
3605
3606 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3607
3608         * device/lib/acosf.c (acosf),
3609         * device/lib/asinf.c (asinf),
3610         * device/lib/atanf.c (atanf),
3611         * device/lib/ceilf.c (ceilf),
3612         * device/lib/cosf.c (cosf),
3613         * device/lib/coshf.c (coshf),
3614         * device/lib/cotf.c (cotf),
3615         * device/lib/fabsf.c (fabsf),
3616         * device/lib/floorf.c (floorf),
3617         * device/lib/log10f.c (log10f),
3618         * device/lib/logf.c (logf),
3619         * device/lib/sinf.c (sinf),
3620         * device/lib/sinhf.c (sinhf),
3621         * device/lib/sqrtf.c (sqrtf),
3622         * device/lib/tanf.c (tanf),
3623         * device/lib/tanhf.c (tanhf),
3624         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3625         replaced all instances of "reentrant" in the library functions
3626         defined in math.h with this macro.
3627         * support/regression/tests/float_trans.c: reenabled test for hc08
3628
3629 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3630
3631         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3632         erroneously deleted
3633
3634 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3635
3636         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3637         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3638         multi-byte volatile operands are used
3639         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3640         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3641         initialization to area GSINIT0 so that it would always precede
3642         any static initializers in GSINIT
3643         * support/regression/tests/zeropad.c: fixed idata define for hc08
3644         * support/regression/tests/bug-927659.c,
3645         * support/regression/tests/float_trans.c: disabled tests for hc08
3646         pending missing library routines
3647         * .version: increased version number to 2.4.4 - hc08 port now passes
3648         regression tests
3649
3650
3651 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3652
3653         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3654         * Makefile.common.in,
3655         * as/Makefile,
3656         * as/hc08/Makefile.in,
3657         * as/mcs51/Makefile.in,
3658         * as/z80/Makefile.in,
3659         * debugger/mcs51/Makefile.in,
3660         * device/include/Makefile.in,
3661         * device/lib/Makefile.in,
3662         * doc/Makefile,
3663         * link/Makefile,
3664         * link/z80/Makefile.in,
3665         * packihx/Makefile.in,
3666         * sim/ucsim/main_in.mk,
3667         * sim/ucsim/avr.src/Makefile.in,
3668         * sim/ucsim/doc/Makefile.in,
3669         * sim/ucsim/gui.src/serio.src/Makefile.in,
3670         * sim/ucsim/hc08.src/Makefile.in,
3671         * sim/ucsim/s51.src/Makefile.in,
3672         * sim/ucsim/xa.src/Makefile.in,
3673         * sim/ucsim/z80.src/Makefile.in,
3674         * src/Makefile.in,
3675         * support/cpp2/Makefile.in,
3676         * support/librarian/Makefile,
3677         * support/makebin/Makefile: added DESTDIR to the install path proposed
3678         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3679         * doc/sdccman.lyx: added DESTDIR documentation
3680
3681 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3682
3683         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3684         instruction for interrupt handlers, use fast returns when returning
3685         from high priority interrupts
3686
3687 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3688
3689         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3690         code generation
3691         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3692         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3693         bugs, ported much of Bernhard's code from mcs51
3694         * src/mcs51/gen.c (genSend),
3695         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3696         than one when calling a reentrant function
3697         * device/lib/_mullong.c: defined an alternate struct layout for big
3698         endian ports (hc08)
3699
3700 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3701
3702         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3703         test
3704
3705 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3706
3707         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3708         are sane and complete before asking the port its prefered parameter
3709         passing method (fixes bug #1017633)
3710         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3711         and _ret3
3712
3713 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3714
3715         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3716         problem in bitfields >= 8 bits.
3717
3718 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3719
3720         * src/SDCCsymt.c: undid changes that were not meant to be committed
3721
3722 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3725
3726 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3727
3728         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3729           copied and wrong bit got inverted
3730
3731 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3732
3733         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3734         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3735         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3736         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3737         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3738         assignments to bitfields at known addresses
3739         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3740         reads from bitfields at known addresses
3741         * src/hc08/ralloc.c (packRegisters),
3742         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3743         genhc08Code): optimize pointer get values used as conditionals
3744         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3745         and branch
3746
3747 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3748
3749         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3750         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3751         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3752         as conditionals
3753
3754 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3755
3756         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3757
3758 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3759
3760         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3761         related problems
3762
3763 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3764
3765         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3766
3767 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3768
3769         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3770         mcs51 port
3771
3772 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3773
3774         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3775
3776 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3777
3778         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3779         cases use more compact code.
3780
3781 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3782
3783         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3784
3785 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3786
3787         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3788
3789 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3790
3791         * src/SDCCsymt.h,
3792         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3793         parameter of changePointer() from symbol* to sym_link*
3794         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3795         * src/SDCCsymt.c (compareType): void* type is castable to other
3796         pointers, but not necesarily an exact match.
3797         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3798         is no longer blindly treated as an exact match.
3799         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3800
3801 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3802
3803         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3804
3805 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3806
3807         * src/pic/gen.c,
3808         * src/pic/pcode.c,
3809         * src/pic/ralloc.h,
3810         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3811
3812 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3813
3814         * src/pic/device.c,
3815         * src/pic/device.h,
3816         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3817
3818 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3819
3820         * src/mcs51/gen.c (emitcode): fixed bug #992819
3821
3822 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3823
3824         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3825           there's no need to make it worse
3826
3827 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3828
3829         * src/mcs51/ralloc.c (deassignLR),
3830         * src/ds390/ralloc.c (deassignLR),
3831         * src/hc08/ralloc.c (deassignLR),
3832         * src/z80/ralloc.c (deassignLR),
3833         * src/pic/ralloc.c (deassignLR),
3834         * src/pic16/ralloc.c (deassignLR),
3835         * src/avr/ralloc.c (deassignLR),
3836         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3837         rlivePoint): fixed another part of bug #971834
3838
3839 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3840
3841         * src/z80/main.c: enabled "critical" keyword
3842         * src/z80/mappings.i,
3843         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3844         functions (fixes bug #979646)
3845         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3846
3847 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3848
3849         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3850           such as c:\mydir.
3851
3852 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3853
3854         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3855           doesn't disable too much optimizations
3856
3857 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3858
3859         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3860
3861 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3862
3863         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3864
3865 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3866
3867         * src/pic/gen.c tidied up tabs
3868         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3869         * src/pic/main.c tidied up tabs
3870         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3871         * src/pic/pcoderegs.c tidied up tabs
3872         * src/pic/ralloc.c tidied up tabs
3873
3874 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3875
3876         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3877         to S_FIXED for pic16 port and when symbol is not in level 0,
3878         allocate for S_REGISTER storage class and pic16 port, too,
3879         * src/pic16/device.h: prototype for checkSym,
3880         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3881         * (pic16_assignConfigWordValue): test the value and the mask to
3882         validate that the value is suitable for the configuration word,
3883         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3884         collect extern declared symbols, don't emit symbol twice, check
3885         first if symbol is in publics set first,
3886         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3887         * added command line '--fstack' which enables an experimental
3888         feature for stack access, too buggy to be used yet...
3889         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3890         * (pic16_allocDirReg): when register has storage class S_REGISTER
3891         allocate in pic16_dynAccessRegs,
3892         * device/include/pic16/pic18f????.h: modified configuration word
3893         naming convention, words started as CONFIG0H but should be CONFIG1H
3894
3895 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3896
3897         * device/include/mcs51reg.h: fixed bug 970993
3898
3899 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3900
3901         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3902         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3903         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3904         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3905         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3906         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3907           error/warning numbers,
3908           added function setWarningDisabled()
3909         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3910         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3911           _memcmp.c _memmove.c calloc.c realloc.c free.c
3912         * support/regression/tests/malloc.c: added tests for new functionality
3913         * support/regression/tests/zeropad.c: added tests for truncated initializers
3914           and initialized char arrays starting with '\x0'
3915         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3916
3917 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3918
3919         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3920
3921 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3922
3923         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3924         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3925         peephole 177.e. Thanks to anonymous
3926
3927 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3928
3929         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3930         function isn't used in the source but referenced as a
3931         variable initializer then declare it as extern in .asm file
3932
3933 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3934
3935         * .version: increased version number to 2.4.3
3936
3937         Adding version extension according to ChangeLog CVS revision
3938         * src/Makefile.in (target all): added dependency 'version.h'
3939         * (rule version.h): added rule to create version.h from ChangeLog,
3940         * (rule dep): added dependency version.h,
3941         * src/version.awk: AWK script to create version.h
3942         * src/SDCCdwarf2.c (dwWriteModule),
3943         * src/SDCCglue.c (initialComments),
3944         * src/SDCCmain.c (printVersionInfo): modified to write after
3945         version string the version extension number,
3946         * src/SDCCutil.c: included "version.h"
3947         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3948         number,
3949         * src/SDCCutil.h: added prototype for getBuildNumber
3950
3951         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3952         includeDirsSet, too,
3953         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3954         const char [] is found in function prototype...
3955
3956         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3957         moving to WREG with source is already in WREG,
3958         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3959         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3960         * (aopForSym): stack'ed symbols are partially supported, added
3961         if-clause to support symbols in FARSPACE,
3962         * (sameRegs): added test for AOP_ACC to see if registers are same,
3963         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3964         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3965         * (pic16_popRegFromString): will not allocate a new register if it
3966         doesn't find one by name, bug may have introduced...
3967         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3968         * (genIpush): revived to use pic16 port's stack,
3969         * (genAddrOf): added incomplete case for stack'ed operand,
3970         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3971         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3972         can handle multibyte operands,
3973         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3974         * (pic16initialComments): added message for MPLAB compatibility
3975         mode enabled,
3976         * src/pic16/main.h: prototype for pic16_mplab_comp,
3977         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3978         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3979         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3980         because of increased complexity of procedure,
3981         * (_process_pragma): stack pragma changed to format 'stack pos len',
3982         emit symbol '_stack_end' to conform with gplink,
3983         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3984         to search for register,
3985         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3986         PO_GPR_REGISTER,
3987         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3988         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3989         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3990         case for PO_GPR_REGISTER,
3991         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3992         dies, the new era is ahead !...
3993         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3994         pic16_dynInternalRegs,
3995         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3996         * (pic16_allocDirReg): minor optimizations and bug fixes,
3997         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3998
3999         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4000         load stack and frame pointer with address of 'stack_end' symbol
4001
4002 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4003
4004         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4005         without source code but only variable initializers
4006
4007 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4008
4009         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4010         external are not declared as extern to reduce overhead while linking
4011
4012 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4013
4014         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4015
4016 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4017
4018         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4019           Yee Keat for the patch
4020         * src/SDCCast.c (decorateType): fixed bug #979599
4021         * src/ds390/gen.h: removed local fReturnSizeDS390
4022         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4023         * src/ds390/gen.c (genAnd, genOr, genXor),
4024         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4025
4026 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4027
4028         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4029         add relFilesSet to $3, manipulate $2 to handle linking of object
4030         files without source files in command line,
4031         * device/include/pic16 (all headers): added ID location macros,
4032         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4033         entries for ID location bytes,
4034         * (pic16_assignIdByteValue): NEW,
4035         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4036         added field dumpcalltree to pic16_options_t,
4037         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4038         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4039         emitting rFalseIfx label after check_carry label,
4040         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4041         pic16_emitDIRegs), NEW
4042         * (pic16glue): dump .calltree file when option --calltree found,
4043         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4044         * (_pic16_genAssemblerPreamble): emit ID locations after
4045         configuration registers,
4046         * (pic16_linkCmd): modifications of the link command,
4047         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4048         * (pic16_pCodeInitRegisters): don't init stack registers,
4049         * (pic16_findPrevInstruction): fixed bug,
4050         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4051         bug with immediate registers,
4052         * (buildCallTree): traces stack push and pop,
4053         * (pct2): dump also stack usage for each function,
4054         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4055         * (pic16_allocDirReg): various modifications,
4056         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4057         fixed to 1,
4058
4059 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4060
4061         * src/pic16/pcode.c: removed buggy double colon
4062
4063 2004-07-01 Borut Razem <borut.razem AT siol.net>
4064
4065         * support/scripts/sdcc.nsi: added include/pic16 to setup
4066
4067 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4068
4069         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4070         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4071         target 'clean',
4072         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4073         specific command line arguments. Also added sample lkr script
4074         for placing a variable at a specific memory bank.
4075         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4076         at a specific memory bank,
4077         * (pic16_dump_isection): fixed bug which caused string literals to
4078         be omitted when dumping idata section,
4079         * (pic16_groupRegistersInSection): added code to handle registers
4080         in specific memory banks,
4081         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4082         public, all references are renamed too,
4083         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4084         AOP_DPTR2,
4085         * (pic16_storeForReturn): added case to handle when dest is WREG,
4086         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4087         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4088         pic16_rel_udata, check to see if that register is marked as being
4089         a member of a specific memory bank,
4090         * (pic16_printIvalCharPtr): added code to add string literals either
4091         to code or the idata sections,
4092         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4093         also accept the 'udata' pragma,
4094         * src/pic16/main.h: new structure types sectName and sectSym
4095         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4096         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4097         * (pic16_findPrevInstruction): fixed, it returned nothing,
4098         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4099         instruction combinations,
4100         * (pic16_FixRegisterBanking): heavily reorganised,
4101         * (pic16_AnalyzeBanking): if generating banksel directives is
4102         disabled, then don't call FixRegisterBanking at all,
4103         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4104         completely removed,
4105         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4106
4107 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4108
4109         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4110         Phuah Yee Keat <yk.phuah AT nestac.com>
4111
4112 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4113
4114         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4115         correctly the IVT even if it is relocated to some other location
4116
4117 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4118
4119         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4120         * device/include/pic16/pic18f2220.h: NEW,
4121         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4122         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4123         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4124         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4125         nodefaultlibs, ivt_loc is the location of the interrupt vector
4126         table, and nodefaultlibs signs that default libraries should not be
4127         linked in link stage,
4128         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4129         according to --ivt-loc argument,
4130         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4131         when pragma stack is found,
4132
4133 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4134
4135         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4136         256 (range check), 257 (do while), 258.a-f (bit banging
4137         f.e. on 3-wire SPI bus)
4138
4139 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4140
4141         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4142         variables used exclusively within a loop
4143
4144 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4145
4146         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4147
4148 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4149
4150         * src/SDCClrange.c (computeClash): fixed bug #971834
4151
4152 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4153
4154         * src/mcs51/gen.c (genCmp): fixed bug #975903
4155         * src/hc08/gen.c (operandsEqu),
4156         * src/ds390/gen.c (operandsEqu),
4157         * src/z80/gen.c (operandsEqu),
4158         * src/pic/gen.c (operandsEqu),
4159         * src/pic16/gen.c (operandsEqu),
4160         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4161         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4162
4163 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4164
4165         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4166
4167 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4168
4169         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4170         default case in switch statement,
4171         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4172         to eliminate problem with initialisation of pointers, but problem
4173         still exists,
4174         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4175         * (emitStaticSegment): removed various lines emitting debug info,
4176         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4177         added processor registers for utilizing EEPROM,
4178         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4179         configurable and set 8
4180
4181 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4182
4183         * .version: increased version number to 2.4.2,
4184
4185         Cumulative patch for pic16 port
4186         * src/pic16/device.c: changed scheme to dump initial values for
4187         variables in idata segment, all print_idata* functions were removed,
4188         now the pic16_printIval* will be called,
4189         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4190         * _pic16_printPointerType, pic16_printPointerType,
4191         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4192         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4193         NEW, similar to the respective functions in SDCCglue.c,
4194         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4195         way, emitting hex bytes,
4196         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4197
4198 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4199
4200         * src/avr/ralloc.c (serialRegAssign),
4201         * src/xa51/ralloc.c (serialRegAssign),
4202         * src/pic/ralloc.c (serialRegAssign),
4203         * src/pic16/ralloc.c (serialRegAssign),
4204         * src/hc08/ralloc.c (serialRegAssign),
4205         * src/z80/ralloc.c (serialRegAssign),
4206         * src/ds390/ralloc.c (serialRegAssign),
4207         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4208
4209 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4210
4211         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4212         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4213
4214 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4215
4216         Cumulative patch for pic16 port:
4217         * src/pic16/device.h (typedef PIC16_device) modified fields for
4218         defining microcontrollers,
4219         * src/pic16/device.c: added new info for all devices in Pics16 array,
4220         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4221         to be optimised out by the pCode optimiser,
4222         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4223         specially, bug reported by G.M. Gallant,
4224         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4225         as force'd so that cannot be optimised out by pCode optimiser,
4226         * src/pic16/pcode.c,
4227         * src/pic16/pcodepeeph.c,
4228         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4229         they are disabled by default, but can be enabled explicit with
4230         command argument --denable-peeps, for testing,
4231         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4232         --pomit-ivt in COMPILE_FLAGS
4233
4234 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4235
4236         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4237           compilation on MSVC
4238
4239 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4240
4241         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4242
4243 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4244
4245         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4246         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4247
4248 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4249
4250         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4251         would only assign 0x300001 register.
4252
4253 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4254
4255         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4256         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4257
4258 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4259
4260         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4261         for ds80c400
4262         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4263         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4264         added peephole 254 (left shift), 255 (jump table)
4265
4266 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4267
4268         * device/lib/Makefile.in: removed comment line with model-pic16,
4269         * (target port-specific-objects-pic16): the libraries and objects
4270         are copied to the build directory form the device/lib/pic16/bin
4271         directory
4272
4273         Cumulative patch concerning pic16 port:
4274         * library directory has been re-organized,
4275         * added support for PIC18F1220,
4276         * added headers and library sources for chips 18f1220,18f6520,
4277         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4278
4279         * configuration registers setting has changed, now each supported
4280         device has a complete description of the registers it uses,
4281         * all initialisations are moved to idata sections, these section
4282         can be absolute or relocatable,
4283         * fixed initialisation of codespace variables,
4284         * fixed warning about PCLATU and gpsim,
4285         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4286         * (genAssign): use table reads when assigning from variables in codespace,
4287         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4288         char/int variables placed in codespace,
4289         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4290         registers set in .asm file, no need for --pomit-config-words anymore,
4291         * (pic16glue): some 8051 legacy segments are commented out
4292         (to be removed completely),
4293         * added support for alternative assembler and linker with --asm=
4294         and --link= command line arguments,
4295         * peepholes are disabled automatically in the port, no need to
4296         specify on command line,
4297         * port supports natively char/int/long multiplication, but converts
4298         all divisions to support functions,
4299         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4300         to the file set in variable $2,
4301         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4302         strings in ASCII format and not in hex,
4303         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4304         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4305         allocate proper register if iCodes aren't temporary,
4306
4307 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4308
4309         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4310
4311 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4312
4313         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4314         is commented out
4315
4316 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4317
4318         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4319         computed address is reused
4320         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4321         multi-byte bitfields
4322
4323 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4324
4325         * src/z80/gen.c: (genArrayInit): must check for pointers too
4326
4327 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4328
4329         * support/regression/tests/zeropad.c: never meant to commit the
4330           nestedstruct test: removed, added check for GCC version
4331
4332 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4333
4334         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4335         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4336         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4337           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4338           bugs 928906 and 954082 half-empty initializers
4339         * src/SDCCsymt.h,
4340         * src/SDCCsymt.c (getAllocSize): added for above fix
4341         * src/z80/gen.c (genArrayInit): fixed bug 741044
4342         * support/regression/tests/zeropad.c: added tests
4343
4344 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4345
4346         * src/pic16/device.c (pic16_dump_section): corrected bug which
4347         caused some symbols of the libraries to be misplaced
4348
4349 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4350
4351         * src/pic16/glue.c,
4352         * src/pic16/ralloc.h,
4353         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4354         to fix conflict with pic port
4355
4356 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4357
4358         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4359         externs configuration variables,
4360         * src/pic16/ralloc.h,
4361         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4362         prototype in header, commented out some debug messages
4363
4364 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4365
4366         * src/pic16/glue.c,
4367         * src/pic16/main.c,
4368         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4369         for gpasm COFF object generation. Thanks to D. Hawkins for
4370         his patch info
4371
4372 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4373
4374         * src/ds390/main.c,
4375         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4376         Brock for spotting this)
4377         * src/ds390/gen.c (genEndFunction),
4378         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4379         interrupt handler and critical. Disable push/pop optimizations when
4380         peephole optimizations disabled.
4381
4382 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4383
4384         Updated pic16 library sources and headers.
4385         * device/lib/pic16/pic18f*/ ,
4386         * device/include/pic16/*.h: modified to handle structured SFR
4387         definitions
4388
4389 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4390
4391         * src/port.h (PORT structure): added hook initPaths, now each
4392         port can declare its own default search paths,
4393         which can been seen with the --print-search-dirs option,
4394         see pic16 port for example,
4395         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4396         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4397         * (doPrintSearchDirs): NEW, replaces in a central manner the
4398         printing of search dirs which was split in set*Paths functions,
4399         * (main): added call to port->initPaths and doPrintSearchDirs,
4400         * src/avr/main.c,
4401         * src/ds390/main.c,
4402         * src/hc08/main.c,
4403         * src/izt/i186.c,
4404         * src/izt/tlcs900h.c,
4405         * src/mcs51/main.c,
4406         * src/pic/main.c,
4407         * src/pic16/main.c: modified port structures to reflect addition of
4408         initPaths hook,
4409
4410         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4411         * (pic16_dump_section): for registers in same address reserve memory once,
4412         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4413         to no_banksel,
4414         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4415         result is greater in size than right or left,
4416         * (pic16_genUMult8X8_8): there are some cases where the result can
4417         be 16 bits size, so handle these,
4418         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4419         * (pic16_outBitC): modified to emit pcodes,
4420         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4421         or not,
4422         * (genDivOneByte): implemented algorithm to divide 8-bits,
4423         * (genCmp): uncommented goto, but issues still exist,
4424         * (genAnd): fixed a bug with variables >8bits,
4425         * (genPackBits): optimization added that uses BCF/BSF to change a
4426         single bit,
4427         * (genAssign): fixed bug when assigning floating point literals,
4428         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4429         __sdcc_gsinit_startup label,
4430         * src/pic16/main.c (_pic16_init): removed search directory
4431         initialisations,
4432         * (_pic16_initPaths): NEW, used to initialise search directories,
4433         * (_hasNativeMulFor): support functions for all except char/int
4434         multiplication, and char division,
4435         * (PIC16_port struct): modified entry for native mul support,
4436         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4437         no_banksel option,
4438         * (buildCallTree): call to register_usage is ifdef'ed out,
4439
4440 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4441
4442         * device/include/string.h: applied Stas Sergeev's patch to make this
4443         header file compatible with the preprocessor -Wundef option
4444         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4445         failure (fixes bug #941458)
4446
4447 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4450         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4451         that the variable, not the function, should be static
4452         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4453         to be consistent with non-literal case
4454
4455 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4456
4457         * src/SDCCast.c (isConformingBody): fixed bug #949967
4458         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4459         convilong): fixed bug #952086
4460
4461 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4462
4463         * src/SDCCmem.c (allocVariables): fixed bug #955321
4464
4465 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4466
4467         * src/hc08/main.c (_hc08_genAssemblerEnd),
4468         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4469         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4470         completely eliminated the use of a temporary file
4471         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4472         when more than one file linked
4473         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4474
4475 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4476
4477         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4478         which fixes bug #543481
4479         * support/regression/tests/bug-751703.c: fixed comments left from a
4480         cut and paste error
4481         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4482         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4483         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4484         scopes
4485         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4486         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4487         are now changed to underscores in moduleName
4488
4489 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4490
4491         * as/mcs51/lkmem.c: better fix for bug #954173
4492
4493 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4494         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4495
4496         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4497         * device/include/c8051f000.h,
4498         * device/include/c8051f120.h,
4499         * device/include/c8051f300.h,
4500         * device/include/c8051f310.h,
4501         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4502         PWM16) and detab'ed
4503
4504 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4505
4506         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4507         and mailing lists, doc'ed --no-peep-comments, removed reference
4508         to knoppix (newest version has no LyX/LaTeX), other minor changes
4509         * src/SDCCglue.c (glue): save 2 bytes stack space with
4510         option --main-return. The ljmp could probably be avoided too
4511
4512 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4513
4514         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4515
4516 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4517
4518         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4519         * src/SDCCopt.c (isLocalWithoutDef),
4520         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4521         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4522         (credit to Maarten Brock for patch #949363, on which this is based)
4523         * support/regression/tests/bug-751703.c: some test cases of extern used
4524         within inner scopes.
4525
4526 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4529         SPEC_STRUCT
4530         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4531         struct definitions
4532         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4533         dwWriteLabel): fix to create valid debugger symbols even when
4534         the module name has non-alphanumeric symbols in it
4535         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4536         when a variable's allocation has been optimized away
4537
4538
4539 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4540
4541         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4542         * src/hc08/main.c,
4543         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4544         * src/mcs51/main.c,
4545         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4546         * src/ds390/main.c,
4547         * src/z80/gen.c (z80_emitDebuggerSymbol),
4548         * src/z80/main.c,
4549         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4550         * src/pic/main.c,
4551         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4552         * src/pic16/main.c,
4553         * src/avr/gen.c (avr_emitDebuggerSymbol),
4554         * src/avr/main.c,
4555         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4556         * src/xa51/main.c,
4557         * src/SDCCdebug.c (emitDebuggerSymbol),
4558         * src/SDCCdebug.h,
4559         * src/port.h: added a debugger struct to the port struct. Added a
4560         callback for defining debugger symbols
4561
4562         * src/SDCCast.c (createLabel),
4563         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4564         with isitmp = 1
4565         * src/SDCCicode.h,
4566         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4567         iCode back to the ast for the function
4568
4569         * src/hc08/ralloc.c (hc08_assignRegisters),
4570         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4571         unneeded fields from the regs struct.
4572         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4573         pushReg() & pullReg() functions instead of emitcode()
4574
4575         * src/hc08/gen.c (genLabel, genhc08Code),
4576         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4577
4578         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4579         debugger hooks
4580
4581         * src/hc08/gen.c (genEndFunction, genhc08Code),
4582         * src/hc08/gen.h,
4583         * src/mcs51/gen.c (genEndFunction, gen51Code),
4584         * src/mcs51/gen.h,
4585         * src/ds390/gen.c (genEndFunction, gen390Code),
4586         * src/ds390/gen.h,
4587         * src/z80/gen.c (genEndFunction, genZ80Code),
4588         * src/z80/gen.h,
4589         * src/z80/z80.h,
4590         * src/pic/gen.c (genEndFunction, genpic14Code),
4591         * src/pic/gen.h,
4592         * src/pic16/gen.c (genEndFunction, genpic16Code),
4593         * src/pic16/gen.h,
4594         * src/avr/gen.c (genEndFunction, genAVRCode),
4595         * src/avr/gen.h,
4596         * src/xa51/gen.c (genEndFunction, genXA51Code),
4597         * src/xa51/gen.h,
4598         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4599         specific code to cdbFile.c and out of the backend code generators
4600
4601         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4602         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4603         starting address is now 0
4604
4605         * as/hc08/asm.h,
4606         * as/hc08/m08pst.c,
4607         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4608         assembler directive for DWARF support
4609         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4610
4611         * src/src.dsp,
4612         * src/Makefile.in,
4613         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4614
4615 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4616
4617         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4618         and inappropriate peephole optimization in jump tables
4619
4620 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4621
4622         * as/hc08/m08pst.c,
4623         * src/SDCCglue.c: sdccopt works for the hc08 port now
4624
4625 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4626
4627         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4628
4629 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4630
4631         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4632
4633 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4634
4635         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4636         rules
4637         * src/SDCCmain.c,
4638         * src/SDCCglobl.h,
4639         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4640         comments from the peephole optimizer replacement rules
4641         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4642         symbols
4643         * src/SDCCcse.c (updateSpillLocation),
4644         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4645         equivalents
4646         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4647         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4648         objects far pointers
4649
4650 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4651
4652         * src/SDCCsymt.h: a missing part of my last change
4653         * src/pic/ralloc.c (regTypeNum),
4654         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4655
4656 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4657
4658         * src/SDCCicode.h,
4659         * src/SDCCicode.c (aggrToPtrDclType),
4660         * src/SDCCptropt.h,
4661         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4662         ptrPseudoSymConvert),
4663         * src/pic/ralloc.c (regTypeNum),
4664         * src/pic16/ralloc.c (regTypeNum),
4665         * src/hc08/ralloc.c (regTypeNum),
4666         * src/ds390/ralloc.c (regTypeNum),
4667         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4668         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4669
4670 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4671
4672         * link/z80/lkmain.c (afile),
4673         * as/hc08/lkmain.c (afile),
4674         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4675         prevent a pointer problem when a filename has no directory and
4676         no extension specified.
4677
4678 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4679
4680         * link/z80/lkmain.c (afile): allow periods in directory names
4681         * link/z80/lkmain.c (afile),
4682         * as/mcs51/lkmain.c (afile),
4683         * as/hc08/lkmain.c (afile): allow linker script file to have an
4684         extension other than ".lnk"
4685         * link/z80/lklex.c (getfid),
4686         * link/z80/lkmain.c (parse),
4687         * as/mcs51/lklex.c (getfid),
4688         * as/mcs51/lkmain.c (parse),
4689         * as/hc08/lklex.c (getfid),
4690         * as/hc08/lkmain.c (parse): Support comments in the linker script
4691         file on lines by themselves and after filenames
4692
4693 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4694
4695         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4696
4697 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4698
4699         * src/z80/peeph-z80.def: removed some peephole rules that don't
4700         work with multibyte arithmetic (fixed bug #937126)
4701         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4702         to registers and not global variables
4703         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4704         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4705         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4706         checking for assignments not internally generated (fixed bug #931895)
4707         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4708         structure member (fixed bug #930072)
4709
4710 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4711
4712         * src/SDCCmain.c (linkEdit),
4713         * src/hc08/main.c (_hc08_parseOptions),
4714         * as/hc08/Makefile.in,
4715         * as/hc08/aslink.h,
4716         * as/hc08/asm.h,
4717         * as/hc08/m08pst.c,
4718         * as/hc08/lkrloc.c (relr, rele),
4719         * as/hc08/lkarea.c (lnkarea)
4720         * as/hc08/lkmain.c (afile, parse),
4721         * as/hc08/lkelf.c: support for ELF output
4722         * as/hc08/lks19.c (s19),
4723         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4724
4725 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4726
4727         * as/mcs51/lkihx.c: Fixed bug #899105.
4728
4729 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4730
4731         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4732         .dsp files from Unix to DOS.
4733
4734 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4735
4736         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4737         function pointers; we have been compliant for several months now.
4738         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4739         change that was accidently commented out
4740         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4741         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4742         bug #922319
4743
4744 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * src/hc08/gen.c: output of all of the internal debugging information
4747         is now controlled by the D() macro; it is disabled by default
4748
4749 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4750
4751         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4752         harder to keep the same registers during a CAST iCode
4753         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4754         long via int can be done in a single cast, if the signedness is
4755         correct.
4756         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4757         putchar() in tinibios.c in ds390's library
4758
4759 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4760
4761         * src/SDCCast.c (decorateType): fixed bug #898889,
4762         cast result of a literal complement too
4763         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4764         fixed check for bitfields
4765
4766 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4767
4768         * src/SDCCicode.c (geniCodeLogic): made it static,
4769         (geniCodeLogicAndOr): added in order to fix bug #905492,
4770         (ast2iCode): fixed bug #905492
4771         * support/regression/tests/bug-905492.c: added
4772         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4773         (processParms): fixed bug #927659: don't copy parms, this will clear
4774         decorated flag
4775         * support/regression/tests/bug-927659.c: added
4776
4777 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4778
4779         * src/SDCCast.c (addCast): don't cast float to char
4780         * device/lib/libsdcc.lib: added _memmove
4781
4782 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4783
4784         * device/lib/large/Makefile: fixed parallel execution by
4785         replacing `make` by `$(MAKE)`
4786
4787 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4788
4789         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4790         offsets (fixes bug #923936)
4791
4792 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4793
4794         * device/lib/small/Makefile: fixed parallel execution by
4795         replacing `make` by `$(MAKE)`
4796
4797 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4798
4799         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4800
4801 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4802
4803         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4804         * src/regression/Makefile: Regression test was not running.
4805
4806 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4807
4808         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4809         complement if possible
4810         * src/SDCCval.c (valComplement),
4811         * src/SDCCicode.c (operandOperation): fixed complement of literal
4812         * support/regression/tests/onebyte.c (testComplement): added
4813
4814 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4815
4816         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4817         return an optimized tree; actually replace actParm with the new tree
4818         * src/SDCCast.h: added some parantheses to remove side effects
4819         * support/regression/tests/bug-920866.c
4820
4821 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4822         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4823         Bit operands were not being handled properly in the pic14 port.
4824         (now src/regression/add.c passes again).
4825
4826 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4827
4828         * src/SDCC.y (labeled_statement): case and default no longer require
4829         a following statement (RFE #893037)
4830
4831 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4832
4833         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4834         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4835         disabled (fixes bug #916294)
4836         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4837         "mov a,acc"; patch provided by Lenny Story
4838         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4839
4840 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4843         functions
4844         * src/ds390/gen.c (genFunction, genEndFunction),
4845         * src/ds390/ralloc.c (ds390_assignRegisters),
4846         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4847         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4848         pushed if there are parameters passed on the stack. Also, a cleaner
4849         way to decide if r0/r1 should be pushed/popped. (Together they fix
4850         bug #918693)
4851
4852 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4853
4854         * doc/sdccman.lyx,
4855         * device/lib/mcs51/crtpagesfr.asm,
4856         * device/lib/mcs51/crtxinit.asm,
4857         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4858         to avoid confusion with Si Lab's SFRPAGE register.
4859
4860 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4861
4862         * src/SDCCglue.c (emitMaps): allow public sfr variables
4863         * src/SDCCglue.c (initialComments): include compiler build date
4864         with compiler version and put the timestamp of the generated
4865         assembly file on a serperate line to be less confusing.
4866         * src/port.h: added genInitStartup hook
4867         * src/avr/main.c,
4868         * src/ds390/main.c,
4869         * src/hc08/main.c,
4870         * src/pic/main.c,
4871         * src/pic16/main.c,
4872         * src/xa51/main.c,
4873         * src/z80/main.c: genInitStartup initialize as NULL (default to
4874         historical behaviour)
4875         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4876         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4877         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4878         library instead of hard coding it into the compiler.
4879         * support/regression/ports/mcs51-stack-auto/spec.mk,
4880         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4881         * device/lib/mcs51/Makefile,
4882         * device/lib/small/Makefile,
4883         * device/lib/large/Makefile,
4884         * device/lib/mcs51/crtpagesfr.asm,
4885         * device/lib/mcs51/crtstart.asm,
4886         * device/lib/mcs51/crtxclear.asm,
4887         * device/lib/mcs51/crtxinit.asm,
4888         * device/lib/mcs51/crtclear.asm,
4889         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4890         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4891         and into user configurable files.
4892         * device/lib/clean.mk: clean mcs51 directory too
4893         * support/regression/tests/longlit.c: added static to T1 declaration
4894         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4895         accesses in the initialization code
4896
4897 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4898
4899         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4900         OSCTRIMVAL as noted in bug #916008
4901
4902 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4903
4904         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4905         in loops with multiple exits (reported as incorrect registers
4906         used by Martin Helmling in Sdcc-user list)
4907
4908 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4909
4910         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4911         made ds390 register extensions look less like error messages
4912
4913 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4914
4915         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4916         reported by Adam Wozniak in Sdcc-user list
4917
4918 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4919
4920         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4921         arithmetic optimizations, added debug output
4922
4923 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4924
4925         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4926         * sdcc.spec: updated and split sdcc into 3 rpms
4927         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4928         needed for literals of LEFT_OP and '+'
4929         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4930         introduced RESULT_TYPE_NOPROM
4931         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4932         left shift
4933         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4934         limited promotion to int only for '*'
4935         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4936
4937 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4938
4939         * src/pic16/gen.c (genSkip),
4940         (genc16bit2lit), (gencjneshort): commented out
4941         (is_LitOp): new helper function, checks operand type
4942         (genCmpEq): rewritten
4943
4944 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4945
4946         * support/regression/tests/bug-908454.c: added
4947
4948 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4949
4950         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4951         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4952         (geniCodeCast): cosmetic, don't preserve bit storage class
4953         (geniCodeLeftShift): added promotion
4954         (geniCodeLogic): fixed regression
4955         * src/SDCCsymt.c (computeTypeOr): accept bits too
4956         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4957
4958 2004-03-07  Borut Razem <borut.razem AT siol.net>
4959
4960         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4961
4962 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4963
4964         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4965         version of pic16_genPackRegisters which does not check if ic is a
4966         CAST operator,
4967         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4968         function cause string1.c regression test fails
4969
4970 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4971
4972         * sim/ucsim/configure.in,
4973         * sim/ucsim/configure,
4974         * sim/ucsim/doc/Makefile.in: use docdir
4975         * src/SDCC.y: fixed sbit atrributes
4976         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4977         * src/SDCCast.c (decorateType): |^& need special promotion handling
4978         * src/SDCCast.h,
4979         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4980         * src/SDCCsymt.h (computeType),
4981         * src/SDCCicode.c: computeType() needs op
4982         * src/SDCCsymt.c (checkTypeSanity),
4983         * doc/sddman.lyx: "plain" bitfields are unsigned
4984         * src/SDCCsymt.c (computeTypeOr): added
4985         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4986         |^& ops
4987         * src/SDCCval.c (val*): computeType() needs op
4988         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4989         * support/regression/tests/onebyte.c: added tests for |^&
4990
4991 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4992
4993         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4994         for writing icode into asm output.
4995
4996 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4997
4998         * src/pic16/device.c: added some debug lines enabled
4999         with macro DEBUG_CHECK,
5000         * src/pic16/genarith.c: more debug in genPlus,
5001         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5002         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5003         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5004         * (aopForSym): onStack symbols are re-placed in data memspace,
5005         and onStack flag is cleared,
5006         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5007         copy temporary pcodeop,
5008         * (genPcall): added warning for not updating PCLATU,
5009         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5010         always true for pic16 port,
5011         * (genMultOneWord): NEW, supports integer multiplication,
5012         * (genMult): modified to call genMultOneWord,
5013         * (ifxForOp): added warning when return NULL,
5014         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5015         flag is set before call to operandFromSymbol for implicit
5016         added structures,
5017         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5018         options.intlong_rent are set by default,
5019         * (_hasNativeMulFor): modified to allow port generation of integer
5020         multiplication,
5021         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5022         set regtype to REG_SFR for all registers, restricting seting the
5023         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5024
5025 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5026
5027         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5028         more than 500 times in the regression tests
5029
5030 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5031
5032         * support/Util/SDCCerr.h,
5033         * support/Util/SDCCerr.c,
5034         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5035         enumerator_list),
5036         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5037         for symbol conflicts.
5038         * support/valdiags/tests/enum.c,
5039         * support/valdiags/tests/tentdecl.c,
5040         * support/valdiags/tests/struct.c: expect possible error messages
5041         referring to original symbol definitions.
5042         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5043         * src/SDCCsymt.h,
5044         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5045
5046 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5047
5048         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5049
5050 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5051
5052         * src/pic16/ralloc.c (newReg): fixed bug #908929
5053
5054 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5055
5056         * src/ds390/gen.c: added missing #include "main.h"
5057
5058 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5059
5060         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5061         checking if symbol is already in set,
5062         * src/pic16/device.h: prototype for checkAddSym,
5063         * src/pic16/gen.c: (_G): added entry interruptvector,
5064         * (assignResultValue): removed some commented out lines,
5065         * (genFunction): check for ISR via sym->type, absolute section for
5066         interrupt code is created via a new pBlock, the goto instruction is
5067         placed now correctly at the interrupt vector position, changed all
5068         references from ivec to _G.interruptvector,
5069         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5070         is the interrupt is a high priority one, same for return from ISR,
5071         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5072         externs to calls of checkAddSym,
5073         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5074         pic16_pcode_verbose flag is set,
5075         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5076         * src/pic16/pcoderegs.c: message about how many registers are saved
5077         will only be emitted if pic16_pcode_verbose flag is set,
5078
5079 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5080
5081         * src/ds390/ralloc.h,
5082         * src/ds390/ralloc.c (ds390_regWithIdx),
5083         * src/ds390/gen.c (emitcode),
5084         * src/ds390/main.h,
5085         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5086         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5087         ds390operandCompare, getRegsRead, getRegsWritten,
5088         initializeAsmLineNode): customized instruction size calculation for
5089         ds390, started basis for some register optimizations
5090         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5091         corresponding assembly output
5092         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5093         missing push/pop of r0/r1. Optimized push/pops
5094
5095 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5096
5097         * src/mcs51/main.c (instructionSize): fixed ACALL size
5098         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5099
5100 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5101
5102         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5103         the sorting of rlist with NULL elements
5104         * (print_idataType, print_idata): NEW to create idata sections
5105         * src/pic16/device.h: idataSymSet new variable
5106         * src/pic16/gen.c (genFunction): fixed some bugs in string
5107         comparing, improved the absolute section creation for ISRs,
5108         added FSR0L/FSR0H in registers that are saved in an ISR,
5109         * (genInline): fixed the processing of inline snippets,
5110         now they undergo no process by the peephole optimizer
5111         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5112         are placed in idataSymSet,
5113         * (pic16emitStaticSeg): extern symbols are added in externs,
5114         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5115         switching when aboslute variables are placed in access bank memory
5116         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5117         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5118         commented out with #if,
5119         * (pic16_packRegisters): reintroduce the check for CAST because some
5120         symbols are not correctly handled,
5121         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5122         pCodeInstruction instead of pCode,
5123         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5124         pCodeAsmDir definition,
5125         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5126         directive, then the argument directive is emitted without the leading
5127         tab, hack for inline labels which must be in the first column,
5128         * (compareLabel,pic16_findNextInstruction),
5129         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5130         * (insertBankSwitch): modified for the new pCodeAsmDir,
5131
5132 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5133         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5134
5135         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5136         instance,
5137         * (pushSide): commented out with #if,
5138         * (assignResultValue): fixed some typos in saving
5139         registers,
5140         * (genPcall): FIXED and sync'ed with genCall,
5141         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5142         * (genNearPointerGet): fixed to handle some more cases,
5143         implementation scheme via table reads,
5144         * (genConstPointerGet): modified to access code memory correct,
5145         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5146         and improved to handle some cases
5147         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5148         instead of "RETLW" for init data
5149         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5150         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5151         variables are placed in access bank memory (<0x80 and >=0xf80),
5152         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5153         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5154         TBLWT_POSTDEC,TBLWT_PREINC
5155         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5156         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5157         directives
5158         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5159         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5160         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5161         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5162
5163 2004-02-29  Borut Razem <borut.razem AT siol.net>
5164
5165         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5166         support/Util/findme.h, support/Util/system.h: enhance binary relative
5167         search for lib and include by using findProgramPath()
5168
5169 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5170
5171         * src/SDCCpeeph.h,
5172         * src/SDCCpeeph.c (pcDistance),
5173         * src/port.h,
5174         * src/mcs51/ralloc.h,
5175         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5176         * src/mcs51/main.h,
5177         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5178         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5179         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5180         size calculation port specific, started basis for some register
5181         optimizations
5182         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5183         missing push/pop of r0/r1. Optimized push/pops
5184         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5185         * device/lib/_modsint.c (_modsint),
5186         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5187         and stack version so regression tests pass
5188
5189 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5190
5191         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5192         * src/SDCCast.c (decorateType): catch another small optimization
5193         with '?' operator
5194         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5195         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5196         modified to finally use computeType() all over SDCC,
5197         see Feature Request #877103
5198         * src/SDCCval.h: cosmetic
5199         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5200         valCompare(); regression tested in muldiv.c
5201         * support/regression/tests/muldiv.c (testMod): mod sign follows
5202         dividend only
5203
5204 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5205
5206         * src/SDCCast.c (decorateType): fixed bug #902362
5207         * doc/INSTALL.txt: fixed install instructions for win32
5208
5209 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5210
5211         * device/include/Makefile.in (install): fixed by replacing spaces
5212         by tabs
5213         * doc/README.txt,
5214         * doc/INSTALL.txt: updated for release
5215         * doc/sdccman.lyx: added warning for --xstack being buggy
5216
5217 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5218
5219         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5220         to eliminate build warnings.
5221         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5222
5223 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5224            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5225
5226         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5227         removed -penable-stack, added comment for stack pragma, added
5228         warning for not initializing the stack/frame registers, removed
5229         comment at interrupts section
5230
5231         Stack is made permanent, there is no ability to disable stack usage.
5232         * src/pic16/device.h,
5233         * src/pic16/device.c: removed all references to USE_STACK macro,
5234         * src/pic16/device.c (pic16_dump_section): when no elements in
5235         rlist, free rlist before return,
5236         * (pic16_dump_int_registers): NEW, internal registers are a new set
5237         of general purpose registers reused by each function,
5238         * (checkAddReg): returns 1 if registers is added to set,
5239         * (pic16_groupRegistersInSection): when a registers is of type
5240         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5241         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5242         SRCASECMP macro is moved here from device.c
5243         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5244         PO_PCLATU, PO_PRODL, PO_PRODH,
5245         * (pic16_pCodeOpType, genMinus,
5246         changed compares to "a" register, with AOP_ACC,
5247         * (pic16_genPlus): fixed some bugs and indented properly,
5248         * (pic16_addSign): changed size to size+offset in the MOVWF
5249         instruction,
5250         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5251         multiply 8-bit operand by literal, result is 8-bit,
5252         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5253         multiply 2 8-bit operand, result is 8-bit,
5254         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5255         genUMult8X*_16,
5256         * src/pic16/gen.c: changed accUse to contain WREG only,
5257         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5258         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5259         true, do not use immediate addressing any more unless sym is a
5260         pointer in codespace,
5261         * (aopForRemat): do not use immediate addressing when symbol not in
5262         codespace and when symbol's address is requested,
5263         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5264         accUse size (= 1),
5265         * (aopGet): added case for AOP_ACC and don't return "accumulator
5266         bug" but WREG instead,
5267         * (popGetTempReg): pushes contents of temporary register in stack,
5268         * (popReleaseTempReg): pops contents of temporary register from
5269         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5270         * (pic16_popGet): separated case AOP_ACC to return register WREG
5271         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5272         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5273         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5274         the use of immediate pointers to certain cases only.
5275
5276         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5277         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5278         * (assignResultValue, genCall, genRet): modified to use the new
5279         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5280         genPcall is still broken,
5281         * (genFunction): added code to create 'A' type pBlocks when
5282         interrupt functions are generated, code not extensively tested yet,
5283         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5284         * (genEndFunction): modified so ISRs pop stored registers from stack,
5285         * (genMultOneByte): cleanup,
5286         * (AccRsh): added flag andmask, to and result with appropriate mask,
5287         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5288         * (genDataPointerGet): fixed and reenabled its use,
5289         * (genNearDataPointerGet): bugs fixed,
5290         * (genDataPointerSet): bugs fixed,
5291         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5292         pic16_DumpSymbol, pic16_DumpOp,
5293         * src/pic16/genutils.h: function prototypes for the above functions,
5294         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5295         pointers,
5296         * (pic16emitRegularMap): many many many improvements, but needs a
5297         major cleanup,
5298         * src/pic16/main.c: enable_stack in pic16_options is removed,
5299         * (_pic16_parseOptions): removed command line options -penable-stack,
5300         * (_process_pragma): emit stack symbol only when stack pragma is
5301         processed,
5302         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5303         redirected to FSR0L/FSR0H pair,
5304         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5305         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5306         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5307         for immediates,
5308         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5309         * (dumpPicOptype): NEW,
5310         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5311         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5312         with movff instruction,
5313         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5314         added pic16_int_regs, some packRegsFor* functions are commented out,
5315         because produce errors,
5316         * src/pic16/NOTES: minor modifications
5317
5318 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5319
5320         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5321         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5322         --pack-iram.
5323         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5324         * as/mcs51/lkaomf51.c: fixed bug #895763
5325
5326 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5327
5328         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5329
5330 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5331
5332         * doc/sdccman.lyx: added details about the HC08 storage classes and
5333         interrupts, fixed the register usage info for z80 & gbz80
5334
5335 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5336
5337         * doc/sdccman.lyx: added more pic16 port documentation
5338         * device/include/pic16/: added header pic18fregs.h
5339
5340 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5341
5342         * doc/sdccman.lyx: added Vangelis' contribution
5343
5344 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5347         extend to the next CALL or PCALL, not just to the next CALL.
5348
5349 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5350
5351         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5352
5353 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5354
5355         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5356         bug #895752 and a better fix for bug #716790
5357
5358 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5361
5362 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5363
5364         * doc/sdccman.lyx: minor changes, minor changed
5365
5366 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5367
5368         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5369         which can't handle SDCC_NEWONEBYTEOPS,
5370         (geniCodeMultiply): removed conversion from mult to shift for pic14
5371         and pic16
5372
5373 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5374
5375         * src/hc08/gen.h,
5376         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5377         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5378         thus fixing bug #895406
5379
5380 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5381
5382         * device/lib/_modsint.c,
5383         * device/lib/_modslong.c: sign follows divisor only
5384         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5385         signs or signedness can be ignored
5386         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5387         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5388         added optimization for IFX,
5389         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5390         arguments;
5391         reenabled optimization for IFX, which was removed on 2004-01-11
5392         * src/SDCCast.h: added return type IFX
5393         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5394         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5395         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5396         SDCC_OLDONEBYTEOPS selects the old behaviour
5397         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5398         changed again and commented promotion rule
5399         * src/SDCCval.c (valDiv): promotion no longer necessary
5400         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5401         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5402         rewritten
5403         * support/regression/tests/onebyte.c: added
5404
5405 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5406
5407         * gen.c (genInline): reverted to old code for assemnling inline
5408         code because of bug reported James Chadd
5409
5410 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5411
5412         * ralloc.h: missing declarations from previous patch,
5413         seems that patch for ralloc.h was never applied, fixed
5414
5415 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5416            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5417
5418         * pcode.c,
5419         * pcode.h,
5420         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5421         indirect addressing. Marked FSR0 as deprecated
5422         * gen.c (pointerCode): commented out, not needed now
5423         (pic16_popGet2p): new MOVFF helper function
5424         (genGenPointerGet),
5425         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5426         (shiftRLong): removed duplicate debugging info
5427
5428 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5429
5430         * src/ds390/gen.c (genNearPointerGet),
5431         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5432         optimization with bits, but not bitfields.
5433         * src/ds390/ralloc.c (packRegisters),
5434         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5435
5436 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5437
5438         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5439
5440 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5441
5442         * src/SDCCsymt.h,
5443         * src/SDCCicode.c (operandFromSymbol),
5444         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5445         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5446         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5447         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5448         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5449         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5450         bug #892038
5451         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5452         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5453         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5454         * src/SDCCsymt.c (newSymbol),
5455         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5456         enumerator_list),
5457         * src/SDCCval.h,
5458         * src/SDCCval.c (newiList): fixed bug #885705
5459
5460 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5461
5462         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5463         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5464
5465 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5466
5467         * device/include/c8051f120.h,
5468         * device/include/c8051f300.h,
5469         * device/include/c8051f310.h: added/updated header files for Silicon
5470         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5471         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5472         in new section Submitting patches
5473
5474 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5475
5476         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5477         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5478         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5479         genGenPointerSet),
5480         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5481         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5482         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5483         genGenPointerSet),
5484         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5485         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5486         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5487         genGenPointerSet),
5488         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5489         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5490         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5491         genGenPointerSet): fixed bug #892400
5492         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5493         to eliminate build warnings.
5494         * src/SDCCast.c (processParms),
5495         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5496         fixed bug 751859
5497         * support/valdiag/valdiag.py: added GCC to the list of defines active
5498         when compiling with gcc
5499
5500 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5501
5502         * support/Util/SDCCerr.h,
5503         * support/Util/SDCCerr.c,
5504         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5505         with an incomplete type (fixed bug #883734)
5506         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5507
5508 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5509
5510         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5511
5512 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/SDCCast.c (decorateType),
5515         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5516         function pointer implementation
5517         * support/regression/tests/funptrs.c: added tests to verify both forms
5518         of function pointers work correctly. Added tests to verify parameters
5519         are passed in the correct order.
5520
5521 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5522
5523         * device.c (regCompare): registers are sorted by ascending
5524         address and increasing size,
5525         * main.c (_pic16_finaliseOptions): removed the declaration
5526         of compiler macro MCU. Now a macro of the format pic18fxxxx
5527         will be defined from the command line
5528
5529 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5530             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5531
5532         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5533         PCOP_RLCF was overwritten!
5534         * gen.c (genSkip): commented out calls to pic16_emitcode,
5535         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5536         * (genlshTwo),
5537         * (genRRC): added debugging info,
5538         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5539         overwritten while shifting,
5540         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5541         overwritten while shifting,
5542         * (AccLsh),
5543         * (AccRsh),
5544         * (shiftLLeftOrResult),
5545         * (shiftRLeftOrResult),
5546         * (shiftRLong),
5547         * (shiftLLong): Implemented with pic16_emitpcode
5548         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5549         * (genLeftShift): Fixed bug, operand for shift by variable always
5550         was "and"ed with 0x0f,
5551         * (genLeftShiftLiteral),
5552         * (genrshTwo),
5553         * (genRightShiftLiteral): added debugging info,
5554         * (genrshFour): added comment,
5555         * (genRightShift): determined signedness from operand "left"
5556         instead of "result"
5557
5558 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5559
5560         * src/SDCCicode.c (geniCodeParms),
5561         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5562         function pointers, fixed function pointer bugs #861242 and #861896
5563
5564 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5565
5566         * device/include/c8051f000.h,
5567         * device/include/c8051f120.h,
5568         * device/include/c8051f300.h: added header files for Silicon
5569         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5570
5571 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5572
5573         * src/SDCCast.c (processParams): added new type flow and restructured
5574         (gatherAutoInit): added new type flow
5575         (addCast): cosmetic changes
5576         (getLeftResultType): added new type flow for array indices, patch
5577         provided by Stas, see FR #877103
5578         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5579         array index patch by Stas
5580         * src/SDCCast.h: added prototype getResultTypeFromType()
5581         * src/SDCCval.h,
5582         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5583         * src/pic/glue.c (pic14emitStaticSeg),
5584         * src/pic16/glue.c (pic16emitStaticSeg),
5585         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5586         for initialization of symbols
5587         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5588         * support/Util/SDCCerr.h:
5589         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5590         * .version: bumped version number to 2.3.8
5591         * device/include/Makefile.in (install),
5592         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5593         avoid warnings
5594
5595 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5596
5597         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5598         Slade Rich fixed an optimization bug
5599         * src/pic/pcodepeep.c,
5600         * src/pic/pcoderegs.c
5601         * doc/Makefile (install): added test for directory
5602
5603 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5604
5605         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5606         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5607         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5608         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5609         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5610         * as/mcs51/asexpr.c (term),
5611         * as/hc08/asexpr.c (term): fixed bug #887146
5612
5613 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5614
5615         * src/z80/gen.c (genMult): handle single byte result product
5616         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5617         DUMMY_READ_VOLATILE (fixed bug #886367)
5618
5619 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5620
5621         * support/regression/tests/libmullong.c: fixed logic, on little endian
5622         hosts we ended without a mullong_wrapper()
5623
5624 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5625
5626         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5627         virus/worm forged address usage.
5628
5629 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5630
5631         Fixed promotion, it should be done on AST level:
5632         * src/SDCCast.c (addCast): added promotion to int
5633         (decorateType): updated call to upCast()
5634         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5635         usualUnaryConversions()
5636
5637 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5638
5639         * support/regression/tests/literalop.c (mulWrapper): Added a
5640         wrapper to remove integer overflow warnings.
5641
5642         * support/regression/tests/float_trans.c: Made work on host.
5643
5644         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5645         location of sz80.
5646
5647         * support/regression/generate-cases.py (main): Changed from inline
5648         to a main method.
5649
5650         * doc/Makefile (install): Changed to depth first to get rid of
5651         missing directory install warning.
5652
5653         * as/Makefile (install-doc): Made work on Mac.
5654
5655 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5656
5657         * src/SDCCast.c: added an additional type flow in decorateType() of
5658         opposite direction, see feature request #860006; it's enabled at runtime
5659         by setting the environment variable SDCC_NEWTYPEFLOW
5660         * src/SDCCast.h: changed prototype of decorateType()
5661         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5662         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5663         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5664         see feature request #877103
5665         * src/SDCCval.c: updated call of decorateType()
5666         (valBitwise): fixed bug #882876
5667         (valMinus): added promotion
5668         (valLogicAndOr): result is unsigned
5669         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5670         * src/SDCCsymt.c (computeType),
5671         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5672         must not cause an unsigned operation
5673         * src/pic/glue (pic14emitRegularMap),
5674         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5675
5676 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5677
5678         * src/pic/pcode.c (PCodeID): commented out left over debug code
5679
5680 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5681
5682         * support/valdiag/tests/overflow.c: added shift tests
5683         * src/pic/device.c,
5684         * src/pic/gen.c,
5685         * src/pic/gen.h,
5686         * src/pic/glue.c,
5687         * src/pic/main.c,
5688         * src/pic/pcode.c,
5689         * src/pic/pcode.h,
5690         * src/pic/pcodepeep.c,
5691         * src/pic/pcoderegs.c,
5692         * src/pic/ralloc.c,
5693         * src/pic/ralloc.h: applied patch from Slade Rich;
5694         added support for multiple code pages and multiple RAM banks on the
5695         PIC 14 port. The ASM files now no longer simply assume all the
5696         code / RAM are in the same page / bank. This means the linker can
5697         safely allocate code/RAM of separate ASM files to different pages/banks.
5698         * doc/sdccman.lyx: added Slade's tips
5699         * src/mcs51/peeph.def: fixed bug #880768
5700
5701 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5702
5703         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5704         * src/SDCCast.c (decorateType): fixed bug #880197
5705
5706 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5707
5708         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5709         getopt.h.
5710
5711         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5712         strtof is not part of C89 and isn't included with Mac OS X.
5713
5714 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5715
5716         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5717         shiftL2Left2Result): fixed bug #879326
5718         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5719         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5720         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5721         address fetch for clr instruction
5722         * device/lib/hc08/_mulint.c: created optimized assembly version
5723         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5724
5725 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5726
5727         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5728         proposed in FR #877103
5729
5730 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5731
5732         * src/SDCCval.c (cheapestVal): added missing checks
5733         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5734         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5735
5736 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5737
5738         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5739         equal operands
5740
5741 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5742
5743         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5744         loaded with the linker search paths (-L arguments) and the libraries
5745         to be linked with the current source (-l arguments). Changes
5746         currently will affect only the pic16 port.
5747         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5748         include path the port specific paths and port specific libraries,
5749         * gplink command now contains the $3 argument,
5750         * src/pic16/device.h,
5751         * src/pic16/device.c,: structure PIC_device is made public and
5752         renamed to PIC16_device, the same for variable Pics which is renamed
5753         to Pics16. Updated all references to them.
5754         * src/pic16/glue.c (pic16glue): corrected bug with code
5755         initialization which bypassed the variable initializations block.
5756
5757         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5758         COMPILE_FLAGS and added the --nostdinc option
5759
5760 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5761
5762         * device/include/mc68hc908jb8.h: Register defs for another member
5763         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5764
5765 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5766
5767         Documenting changes from previous commits.
5768         * configure.in (version 1.56),
5769         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5770         when generating output files to configure the pic16 library,
5771         but now I've commented it out, since gputils aren't installed in the
5772         SF compile farm, so library won't compile
5773
5774         * device/lib/Makefile.in (version 1.56): initially I've added in
5775         target 'all' the prerequestive 'model-pic16' so it compiled the
5776         pic16 library, but now I've commented it out for the same reasons
5777         above,
5778         * added targets 'model-pic16' and 'objects-pic16' to compile the
5779         library
5780         * added target 'port-specific-objects-pic16' to handle the
5781         generated libraries and copy them into the build/ directory
5782         * added target 'clean-intermediate-pic16' to clean intermediate
5783         files into pic16 directory
5784         * in target 'installdirs' added line to create directory pic16 in
5785         the installation path
5786
5787         * device/include/Makefile.in (version 1.11): in target 'install'
5788         added lines to copy all header files to installation path,
5789         * in target 'installdirs' added line create directory for pic16
5790         headers in the installation path
5791
5792 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5793
5794         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5795          a function call
5796
5797 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5798
5799         * configure,
5800         * device/lib/configure.in,
5801         * device/lib/configure: fixed for autoconf 2.57
5802
5803 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5804
5805         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5806         option so that it actually works. Made it specific to the z80, since
5807         the gbz80 doesn't have these kinds of I/O ports.
5808
5809 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5810
5811         * device/include/z180.h,
5812         * device/lib/_memcpy.c,
5813         * device/lib/_memmove.c,
5814         * device/lib/_mulint.c,
5815         * device/lib/ser_ir.c,
5816         * device/lib/ser_ir_cts_rts.c,
5817         * device/lib/_strcmp.c,
5818         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5819         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5820         portmode; added deprecation warning for bank= and protmode= forms.
5821         Also, guard against buffer overflow.
5822         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5823
5824 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5825
5826         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5827         changed interrupt vector table generation to only emit declared vectors.
5828         * device/include/Makefile.in: added missing backslash
5829         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5830
5831 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5832
5833         Mainly changes to support compilation of the device libraries
5834         * src/pic16/device.c: stack is allocated via symbol and not
5835         via literal number. The symbol is placed in the corresponding
5836         position of the data ram
5837         * (pic16_dump_section): relocatable and absolute uninitialized
5838         data are now emitted in sorted order to reduce section naming,
5839         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5840         weren't marked as being in the access bank,
5841
5842 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5843
5844         Added portion of GNU PIC Library under the directory
5845         device/include/pic16 and device/lib/pic16. These files
5846         contain the declarations of SFRs for the PIC18Fxx2 devices.
5847         The directory is initialized via configure from toplevel.
5848
5849 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5850
5851         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5852         the spilllocations to be compared correctly
5853
5854 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5855
5856         * src/SDCCast.c (decorateType): fixed bug introduced today
5857
5858 2004-01-12  Borut Razem <borut.razem AT siol.net>
5859
5860         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5861         doc/sdccman.lyx: upper case pragmas are deprecated
5862
5863 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5864
5865         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5866         in simpler and even better code
5867
5868 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5869
5870         * src/SDCCicode.c (operandOperation): fixed bug #874819
5871         * src/SDCCast.c (decorateType): fixed
5872         char foo (unsigned long ul) { return ul > 0; }
5873
5874 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5875
5876         * doc/sdccman.lyx: Moved and added some sections, small changes
5877         all over. Telling LaTeX to be less strict with word spacing
5878         to better keep the right margin. Changed some notes about
5879         maintainance of the ports in section 3.2.1 - is it OK like this?
5880
5881 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5882
5883         SDCC source changes:
5884         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5885         convilong): modified to inform the pic16 port that builtin functions
5886         are external
5887
5888         PIC16 PORT specific changes:
5889         * src/pic16/device.c pic16_dump_equates() added,
5890         processor registers declared internally by the port are emitted in
5891         the translation as equates,
5892         * src/pic16/gen.c: inline code is passed unprocessed to the
5893         translation,
5894         * (pic16_popGetLit2): fnuction modified to take second operand as
5895         pCodeOp pointer and not as literal,
5896         * (popRegFromIdx): prefixed with pic16_,
5897         * (pic16_popCombine2): modified to receive already allocated pCode
5898         operands,
5899         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5900         * (genFunction): initializes local stack frame and pushes on stack
5901         all the registers used by this function,
5902         * (genEndFunction): restores all registers from stack and restores
5903         stack frame,
5904         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5905         improvements,
5906         * (pic16glue): changed the program startup sequence,
5907         * added new dbName code 'A' for functions placed in absolute section
5908         * src/pic16/main.c: added function attribute _naked,
5909         * added pragma 'code' to place a fnuction at an absolute address,
5910         * added command line arguments --debug-ralloc and --pcode-verbose,
5911         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5912         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5913         * (pic16_newpCodeOpLit2): modified to take the second operand as
5914         pCodeOp pointer,
5915         * (pic16_printpBlock): modified to emit each function in a separate
5916         section,
5917         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5918         UPPER for immediate operands,
5919         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5920         instruction,
5921         * src/pic16/peeph.def: all peepholes with movff are commented out,
5922         because there is a problem in the pcode peep optimizer,
5923         * src/pic16/ralloc.c: the register allocator can now reuse local
5924         function symbols for another function. This saves register usage.
5925         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5926
5927         Added file src/pic16/NOTES with information about program writing on
5928         the current port version.
5929
5930 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5931
5932         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5933         and peephole 252 (array access)
5934
5935 2004-01-09  Borut Razem <borut.razem AT siol.net>
5936
5937         * src/SDCCmain.c : fixed #872250: -l command line defined library
5938           files are scanned before standard library files
5939
5940 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5941
5942         * src/SDCCast.c (decorateType): fixed bug #874046
5943
5944 2004-01-09  Borut Razem <borut.razem AT siol.net>
5945
5946         * support/scripts/sdcc.nsi: remove previous installation
5947
5948 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5949
5950         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5951         bytes for last interrupt vector (mcs51)
5952         * sdcc.spec: fixed typo
5953
5954 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5955
5956         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5957         gen51Code): more efficient parameter receive for --model-large
5958         ("bug" #845294)
5959
5960 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5961
5962         * src/ds390/main.c,
5963         * src/z80/main.c: added missed needLinkerScript flags (more than
5964         one port structure defined in these file)
5965         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5966         bug #795325
5967
5968 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5969
5970         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5971         * src/port.h: added flag needLinkerScript in port->linker
5972         structure to inform whether to create a .lnk file or not,
5973         * src/avr/main.c,
5974         * src/ds390/main.c,
5975         * src/hc08/main.c,
5976         * src/mcs51/main.c,
5977         * src/pic/main.c,
5978         * src/pic16/main.c,
5979         * src/xa51/main.c,
5980         * src/z80/main.c: changed appropriately to configure
5981         needLinkerScript flag
5982         * src/pic/gen.c,
5983         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5984         * src/pic/glue.c: added variable udata_section_name to
5985         override default uninitialized data segment definition for
5986         devices only with SHAREBANK memory (reported from Erik Epetrich)
5987         * (pic14emitOverlay): modified to emit a commented overlay segment
5988         directive when no overlay data exist
5989         * (picglue): modified to emit uninitialized data segment
5990         according to udata_section_name
5991         * src/pic/main.c (_pic14_parseOptions): added command line
5992         options --udata-section-name=[name] to override default
5993         udata definition name
5994         * modified _linkCmd and _asmCmd to include compiler passed
5995         arguments via -W option
5996         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5997         object file from '.rel' to '.o' in port->linker structure,
5998         changed size of fptr from 2 to 3 in port structure
5999
6000 2004-01-07  Borut Razem <borut.razem AT siol.net>
6001
6002         * support/scripts/sdcc.nsi: update PATH
6003         * support/scripts/sdcc.ico: craeted
6004
6005 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6006
6007         * device/include/Makefile.in: fix install
6008         * doc/Makefile: fix install
6009
6010 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6011
6012         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6013         in bug #860505
6014         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6015         how the function variable allocation summary is displayed; also
6016         include information about variables allocated to the overlay
6017         segment
6018
6019 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6020
6021         * as/mcs51/lkmain.c: Help about -Y option
6022         * as/mcs51/lkarea.c: Fixed gcc warnings
6023
6024 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6025
6026         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6027         fixed warning
6028         * support/valdiag/tests/overflow.c: added
6029         * src/SDCCast.c (decorateType),
6030         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6031         LEFT_OP (left shift)
6032
6033 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6034
6035         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6036         (default behaviour).
6037
6038 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6039
6040         A python script to validate compiler diagnostic messages. It can be
6041         used to verify that sdcc complains about bad c source code and
6042         gives a good location of the error.
6043         * support/valdiag/Makefile,
6044         * support/valdiag/valdiag.py,
6045         * support/valdiag/tests/*
6046
6047 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6048
6049         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6050         * src/SDCCsymt.c (newEnumType),
6051         * src/SDCCsymt.h
6052         * support/Util/SDCCerr.c,
6053         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6054         enum related bugs.
6055         * support/regression/tests/enum.c: added test for enum values that
6056         require at least 2 bytes of storage.
6057
6058 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6059
6060         * src/common.h: added ifndef/define/endif macros
6061         around the header file.
6062         Bug reported from Jesus Calvino-Fraga
6063
6064 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6065
6066         * sdcc.spec: updated
6067         * device/include/Makefile.in: don't install CVS directories
6068         * device/lib/Makefile.in: added removal of CVS directories after install
6069         * doc/Makefile: fixed install, added local_icons
6070         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6071         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6072         * src/ds390/gen.c (genRightShift): fixed bug #870788
6073         * src/SDCCast.c (decorateType): fixed bug #870781
6074
6075 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6076
6077         PIC16 port related changes:
6078         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6079         added variable stackPos,
6080
6081         * gen.c: genCall, assignResultValue: added support for
6082         pushing/retrieving function parameters to/from stack,
6083         genFunction,genEndFunction: setup stack frame for the
6084         generated function,
6085         genAddrOf: will be changed according to bug 863624
6086
6087         * added files genutils.c and genutils.h which contain gen*
6088         debugged and optimised functions extracted from gen.c
6089
6090         * glue.c: added variable 'externs' which holds extern symbols,
6091         pic16emitRegularMap: is modified to properly handle relocatable
6092          symbols under the new scheme,
6093         pic16createInterruptVect: is modified
6094         pic16printPublics: is modified to emit 'global' assembler directives,
6095         added pic16_printExterns to print extern symbols,
6096         pic16glue: initializes stack/frame pointer in the beginning of
6097         the assembly output. Temporary hack, will be corrected later,
6098         because gplink yet does not support stack and SDCC does not
6099         yet support a type of crt0.o object to create the final binary.
6100
6101         * Removed many lines that contain 8051 legacy code.
6102         * The code is finally placed under a 'code' directive.
6103         * Added port specific options.
6104
6105         * _process_pragma: simplified since now we do not need *special*
6106         include file to define SFR registers. But a separate header
6107         will be needed. This will be developed later.
6108         * _pic16_parseOptions: added, parses port specific options:
6109         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6110         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6111         --preplace-udata-with=
6112
6113         * _pic16_setDefaultOptions: modified to initialize section names,
6114         but hack is temporarly out of order since it needs improvement.
6115         * _pic16_genAssemblerPreamble: configuration words are emitted by
6116         their address instead of their name. This part is incomplete and
6117         supports only the 18Fxx2 devices. Other devices will emit an error
6118         during assembly since they do not contain the same set of config
6119         registers
6120         * _pic16_genIVT: is modified,
6121
6122         * pcode.c: added definitions for some hardware registers that are needed
6123         for stack support
6124         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6125         All PCI entries are updated. Now LFSR is supported.
6126         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6127         * added pic16_newpCodeOpLit2 to support instructions with
6128         two literal arguments
6129         * pic16_pCode2str: corrected code that emits assembler instructions
6130         with two literal operands and those that have an access bit modifier
6131         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6132         this fixes a bug which caused some labels to be lost, when an
6133         assembler directive was added, i.e. banksel,
6134         * pic16_FixRegisterBanking: improved logic that causes the insertion
6135         of bank switching,
6136         * InlineFunction: functions that are called once, are not any more
6137         inlined. This can be a port option in the future,
6138
6139         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6140
6141         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6142         hold the corresponding uninitialized symbols,
6143         * pic16_allocProcessorRegister: registers have explicit marked the
6144         accessBank field,
6145         * pic16_allocInternalRegister: registers are explicit marked as
6146         not used,
6147         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6148         processing list, so bit registers were lost,
6149         *
6150
6151         * ralloc.h: added field 'accessBank' and original symbol operand
6152         in register definition,
6153         * removed the field isMapped from register definition,
6154
6155         ** Several functions have been removed from various sources:
6156         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6157         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6158         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6159         pic16_assignRelocatableRegisters
6160
6161         ** others have been introduced:
6162         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6163         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6164
6165 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6166
6167         * support/scripts/inc2h.pl: changed definition of BIT_AT
6168         to emit 'sbit at' instead of 'bit at'. This was a request.
6169
6170         PIC16 port related preliminary changes:
6171         * gen.c: prefixed function popRegFromString with
6172         pic16_ and all references to it corrected
6173         * pcode.c: all pic16_pc_* hardware registers prefixed
6174         with underscore (_),
6175         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6176         * ralloc.c: newReg(): when register is REG_SFR then
6177         set address to rIdx,
6178         pic16_allocProcessorRegister(): marks register wasUsed=0
6179         pic16_writeUsedRegs(): added a call to assign processor
6180         registers via pic16_assignFixedRegisters
6181
6182 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6183
6184         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6185         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6186         variables in unused register banks.  Also the SSEG is placed
6187         wherever there is enough space for it, and IDATA can be anywhere
6188         in internal RAM.  For now compile using -Wl-Y[stack_size].
6189         The mem file is different for this option as well, since it
6190         makes no sense of talking about DSEG lenght.
6191
6192 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6193
6194         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6195         in certain cases, e.g. when ROM assignment, patch provided
6196         from Albert den Haan.
6197
6198 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6199
6200         Many signedness and type propagation fixes:
6201         * src/SDCCicode.c: made geniCodeCast() static
6202         replaced SPEC_ by IS_ (cosmetic)
6203         (operandOperation): fixed div and mod operation
6204         (usualBinaryConversions): added support for promotion of char
6205         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6206         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6207         (geniCodeAdd): an array index will stay unsigned, even if promoted
6208         from char to int
6209         (geniCodeArray): ditto
6210         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6211         * src/SDCCsymt.c (computeType): added more support for char;
6212         promotion of char is selectable by promoteCharToInt, fixed signedness
6213         for all cases
6214         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6215         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6216         * src/SDCCval (val*): replaced signedness calculation by
6217         computeType()
6218         rearranged if-branches (cosmetic)
6219         (valShift): added warning W_SHIFT_CHANGED
6220         (valCompare): fixed problem with different types
6221         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6222         * support/regression/tests/literalop.c: added many cases
6223         * support/regression/tests/ast_constant_folding.c: changed finally to
6224         'unsigned int'
6225         * .version: new year, new version: 2.3.7
6226         * src/SDCCmain.c (main): applied patch #866468
6227         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6228         provided by Scott Bronson
6229         * doc/sdccman.lyx: updated documentation for sdcdb
6230         updated and added chapter tips
6231
6232 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6233
6234         * src/SDCCsymt.h: missing from yesterday's commits
6235
6236 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6237
6238         * src/SDCC.y (struct_or_union_specifier),
6239         * support/Util/SDCCerr.c,
6240         * support/Util/SDCCerr.h: verify that struct & union tags are used
6241         as declared.
6242
6243 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6244
6245         * src/SDCCglobl.h: missing from yesterday's commits
6246
6247 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6248
6249         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6250         sft_attributes, struct_declaration, parameter_declaration,
6251         type_name, start_block, declaration_list),
6252         * src/SDCC.lex (check_type): support redefinition of typedef names
6253
6254 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6255
6256         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6257         aligned xdata arrays. Erik helped me with the if clause.
6258
6259 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6260
6261         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6262         warning
6263
6264 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6265
6266         * src/SDCCast.h,
6267         * src/SDCCast.c (newAst_),
6268         * src/SDCCicode.h,
6269         * src/SDCCicode.c (ast2iCode, newiCode),
6270         * src/SDCCglobl.h,
6271         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6272         expr, statement, expression_statement, selection_statement,
6273         iteration_statement, expr_opt, jump_statement): foundation for tracking
6274         sequence points
6275         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6276         point code too)
6277
6278 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * support/Util/SDCCerr.c,
6281         * src/SDCCast.h,
6282         * src/SDCCast.c (createCase, createDefault, decorateType),
6283         * src/SDCClabel.c (labelUnreach),
6284         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6285         to error messages.
6286         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6287         (with thanks to Stas Sergeev)
6288         * device/include/time.h,
6289         * device/lib/time.c (CheckTime): suppress unreachable code warning
6290
6291 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6292
6293         * src/SDCCast.c (createIvalCharPtr),
6294         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6295         bug #753752)
6296         * support/regression/tests/nullstring.c: tests for these two bugs
6297
6298 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * support/Util/SDCCerr.h,
6301         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6302         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6303         about storage class and 'at' used inside struct or union
6304         * src/SDCCBBlock.c (iCodeFromeBBlock),
6305         * src/SDCCcse.c (ifxOptimize),
6306         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6307         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6308         printIval, emitStaticSeg, emitOverlay),
6309         * src/SDCClabel.c (deleteIfx),
6310         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6311         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6312         gatherAutoInit, processParms),
6313         * support/Util/SDCCerr.h,
6314         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6315         reporting for post-parse errors.
6316
6317 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6318
6319         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6320         implicit casts via union; they don't work on big endian systems
6321         (possible fix for bug #861138)
6322
6323 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6324
6325         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6326         * src/mcs51/main.c: fixed the fix for bug #737001
6327
6328 2003-12-15  Borut Razem <borut.razem AT siol.net>
6329
6330         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6331
6332 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6333
6334         * support/makebin/makebin.c: put output in binary mode
6335
6336 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6337
6338         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6339         xdata and data memory on startup. Set the environment variable
6340         SDCC_NOGENRAMCLEAR to disable this.
6341         * src/mcs51/peephole.def,
6342         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6343         (allows non-interrupt and interrupt code to safely compete for a resource
6344         without the non-interrupt code having to disable interrupts)
6345
6346 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6347
6348         * src/SDCCicode.c (geniCodeAdd),
6349         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6350         with valFromType if type might be a pointer and host is big endian).
6351         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6352         types, not just integer types.
6353         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6354         multiply defined with mismatching "at" address.
6355
6356 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6359         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6360         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6361         with embedded nulls (fixed bug #753752)
6362
6363 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6364
6365         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6366         Apparently this did not see much testing (endless loop)
6367
6368 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6369
6370         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6371
6372 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6375         gracefully handle NULL memmap pointers
6376
6377 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6378
6379         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6380         instead of deleting the iCode when an operand is volatile
6381         * src/z80/gen.c (genDummyRead),
6382         * src/mcs51/gen.c (genDummyRead),
6383         * src/ds390/gen.c (genDummyRead),
6384         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6385         not just IC_RIGHT
6386         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6387         * src/SDCC.y: fixed bug #850420
6388
6389 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6390
6391         Applied z80 i/o port patch from Peter Townson and fixed some operators
6392         to better handle operands in A register.
6393         * device/include/z180.h
6394         * src/SDCC.y
6395         * src/SDCCglue.c
6396         * src/z80/gen.c
6397         * src/z80/gen.h
6398         * src/z80/main.c
6399         * src/z80/peeph-z80.def
6400         * src/z80/peeph.def
6401         * src/z80/z80.h
6402
6403 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6404
6405         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6406
6407 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6408
6409         * device/lib/hc08/_mullong.c: Removed extra #endif
6410
6411 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         * sim/ucsim/hc08.src/inst.cc,
6414         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6415         carries from x to h
6416         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6417         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6418         * device/include/stdarg.h: fixed varargs for hc08
6419         * device/lib/Makefile.in,
6420         * device/lib/hc08/Makefile,
6421         * device/lib/hc08/_mulint.c,
6422         * device/lib/hc08/_mullong.c: fixed some endian problems
6423
6424 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6425
6426         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6427         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6428         * device/lib/_gptrget.c,
6429         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6430
6431 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6432
6433         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6434         * src/SDCCast.c (astErrors): fixed bug #846007
6435         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6436
6437 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6438
6439         * src/SDCCast.c (decorateType): disabled a transformation I added in
6440         revision 1.188 (access to fields of a structure at an absolute address);
6441         it breaks with bitfields, extern declarations, and gcse analysis.
6442         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6443         could be assigned through a pointer, so don't complain.
6444         * src/SDCCast.c (astErrors),
6445         * src/SDCCast.h,
6446         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6447
6448 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6449
6450         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6451         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6452         output of __config directives, since gpasm now supports them
6453         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6454         pre-processor macro, i.e. -DMCU=p18f452
6455         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6456         and modified to handle 'cast' icode similarly to '=' icode
6457         * src/pic16/device.h (typedef struct PIC_device): added field
6458         'extMIface' to indicate that chip has external memory interface
6459         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6460         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6461         18F8720
6462
6463 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6464
6465         * src/SDCC.y (pointer): fixed bug #846006
6466         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6467         * src/SDCCast.c (decorateType): fixed bug #846009
6468         * src/ds390/peeph.def,
6469         * src/ds390/gen.c (genAnd, genOr),
6470         * src/mcs51/peeph.def,
6471         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6472
6473 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6476         * src/SDCCdflow.c
6477         * src/SDCCcse.c
6478         * src/SDCCcse.h
6479         * src/SDCCBBlock.h
6480         * src/SDCCBBlock.c
6481
6482 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6483
6484         fixed bug #845089
6485         * src/SDCCbitv.h,
6486         * src/SDCCbitv.c: added function to free a bitvector
6487         * src/SDCClrange.h,
6488         * src/SDCClrange.c: added function to recompute the liveranges
6489         * src/avr/ralloc.c,
6490         * src/ds390/ralloc.c,
6491         * src/hc08/ralloc.c,
6492         * src/mcs51/ralloc.c,
6493         * src/pic/ralloc.c,
6494         * src/pic16/ralloc.c,
6495         * src/xa51/ralloc.c,
6496         * src/z80/ralloc.c: recompute the liveranges after register packing
6497
6498 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6499
6500         * src/SDCCloop.c (newInduction): fixed bug #845630
6501
6502 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6503
6504         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6505         inadvertantly left behind from my 2003-11-12 change
6506
6507 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6508
6509         Updated headers I neglected to commit yesterday.
6510         * src/SDCClrange.h,
6511         * src/SDCCicode.h
6512
6513 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6514
6515         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6516         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6517         * src/SDCCopt.c (eBBlockFromiCode),
6518         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6519         the creation of the key hash table from the sequencing so it can be used
6520         earlier (for some GCSE bug fixes still pending)
6521
6522 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6523
6524         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6525         * support/regression/tests/addsub.c: testing genPlus shortcut
6526
6527 2003-11-15  Borut Razem <borut.razem AT siol.net>
6528
6529         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6530
6531 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6532
6533         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6534         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6535         ordering is immaterial.
6536         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6537
6538 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6539
6540         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6541         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6542         (SIGSEV) of bug #840381
6543         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6544         unlink new file before rename if new and old filenames are the same)
6545
6546 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6547
6548         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6549         uninitialized variables) for the mcs51. Set environment variable
6550         SDCC_GENRAMCLEAR to test.
6551         xdata initialization slightly shorter
6552
6553 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * src/SDCCsymt.h,
6556         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6557         #838241 & 780691 (basicly the same bug)
6558         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6559         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6560
6561 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6562
6563         * src/SDCCmain.c (linkEdit): "fix" #834252
6564
6565 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6566
6567         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6568         * src/SDCCast.h,
6569         * src/SDCC.y: fixed bug #819403
6570
6571 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6572
6573         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6574         the reentrant attribute.
6575         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6576         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6577         simulation
6578         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6579         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6580         erroneously reduced to a literal.
6581         * src/hc08/ralloc.c (packRegisters, rematStr),
6582         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6583         some cases
6584
6585 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6586
6587         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6588         * doc/sdccman.lyx: changed from 'article' to 'book'
6589         * doc/Makefile: readded test_suite_spec and cdbfileformat
6590
6591 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6592
6593         * device/include/stdlib.h: include malloc.h to comply with ANSI
6594         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6595
6596 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6597
6598         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6599         * doc/clean.mk: also remove *.out files
6600         * doc/sdccman.lyx: some additions, larger top/bottom margins
6601
6602 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6603
6604         * src/SDCC.y: fixed bug #837365
6605         * support/regression/tests/bitopcse.c
6606         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6607         a symbol (might be valop instead)
6608         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6609         * device/lib/clean.mk: added hc08 to the cleaning list
6610
6611 2003-11-04  Borut Razem <borut.razem AT siol.net>
6612
6613         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6614           made 2003-11-04
6615         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6616           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6617           malloc is declared in standard stdlib.h
6618
6619 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6620
6621         * device/lib/hc08/Makefile: need to clean .rel not .o files
6622         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6623
6624 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         * src/port.h,
6627         * src/hc08/main.c,
6628         * src/mcs51/main.c,
6629         * src/ds390/main.c,
6630         * src/z80/main.c,
6631         * src/avr/main.c,
6632         * src/pic/main.c,
6633         * src/pic16/main.c,
6634         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6635         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6636         tests (which uses the port's oclsExpense function)
6637         * src/SDCC.y,
6638         * src/SDCCast.c,
6639         * src/SDCCicode.c,
6640         * src/hc08/gen.c,
6641         * src/ds390/gen.c,
6642         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6643
6644 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         * src/SDCCcse.c (ifxOptimize),
6647         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6648         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6649         deleting the IFX iCode.
6650         * src/hc08/ralloc.c: reduced unneeded slocs
6651         * src/hc08/gen.c: fixed bug in asmopToBoolean
6652
6653 2003-11-04  Borut Razem <borut.razem AT siol.net>
6654
6655         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6656           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6657           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6658           transferred to configure
6659
6660 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6661
6662         Use headers defined in the C[++] standards:
6663         * sim/ucsim/gui.src/serio.src/fileio.cc
6664         * sim/ucsim/gui.src/serio.src/frontend.cc
6665         * sim/ucsim/gui.src/serio.src/main.cc
6666         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6667         * support/Util/NewAlloc.c
6668         * as/hc08/lklibr.c
6669         * as/mcs51/lklibr.c
6670         * as/z80/aslist.c
6671         * as/z80/assym.c
6672
6673 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6674
6675         * Added MSVC projects for hc08 assembler and linker:
6676         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6677         /as/hc08/link_hc08.dsp
6678
6679 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6680
6681         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6682
6683 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6684
6685         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6686
6687 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6688
6689         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6690
6691 2003-10-31  Borut Razem <borut.razem AT siol.net>
6692
6693         * support/cpp2/cpplib.h,
6694           support/cpp2/cpplib.c,
6695           support/cpp2/cpplex.c,
6696           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6697           to switch _asm block preprocessing on / off. Default is
6698           #pragma preproc_asm +
6699
6700 2003-10-31  Borut Razem <borut.razem AT siol.net>
6701
6702         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6703           when outputting comment blocks (when executed with -C option) and
6704           _asm (SDCPP specific) blocks
6705
6706 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6707
6708         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6709
6710 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6711
6712         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6713
6714 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6715
6716         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6717         * src/SDCCast.c (decorateType): fixed bug #832664
6718
6719 2003-10-31  Borut Razem <borut.razem AT siol.net>
6720
6721         * support\cpp2\cpplex.c: fixed for SDCPP:
6722           comments(when executed with -C option) and _asm blocks
6723           were included even if they where in skipped #if block.
6724           Applied solution from GCC cpp 3.3.2
6725
6726 2003-10-31  Borut Razem <borut.razem AT siol.net>
6727
6728         * src/SDCC.lex: sdcc now understands both formats:
6729           '# <line_number> <file_name>' and
6730           '#line <line_number> <file_name>'
6731         * support/cpp2/cppmain.c: sdcpp now generates the standard
6732           '# <line_number> <file_name>' instead of former
6733           '#line <line_number> <file_name>'
6734
6735 2003-10-30  Borut Razem <borut.razem AT siol.net>
6736
6737         * support/cpp2/cpphash.h,
6738         * support/cpp2/cpplib.h
6739         * support/cpp2/cpplex.c,
6740         * support/cpp2/cppmain.c,
6741         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6742
6743 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6744
6745         Fixed a number of problems revealed by bug #827883.
6746         * src/SDCCloop.c (loopInvariants): Spill location of the
6747         result operand should be recomputed if extracted from
6748         a loop. Also, don't extract assignments of an iTemp
6749         from a literal.
6750         * src/SDCCast.c (isConformingBody): loop reversal should
6751         not occur if the control variable is involved with a
6752         relational operator.
6753
6754 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6755
6756         * .version: bumped to 2.3.6 to reflect the big improvements
6757         made by Erik and Klaus. Thanks!
6758
6759 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6760
6761         Replaced the livrange code.
6762         * src/SDCClrange.c: added new LR code
6763         * src/SDCCloop.c,
6764         * src/SDCCBBlock.h: removed remainig parts from old LR code
6765         * src/ds390/ralloc.c,
6766         * src/ds390/gen.c: minor fixes to make it work with new code
6767
6768 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6769
6770         * as/hc08/asm.h,
6771         * as/hc08/lkrloc.c,
6772         * src/hc08/gen.c,
6773         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6774         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6775         (tweaked fix for bug #818696)
6776
6777 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6778
6779         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6780
6781 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6782
6783         * src/SDCCmain.c,
6784         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6785         * src/mcs51/gen.c (gencjneshort),
6786         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6787         more efficient (per Scott Bronson's suggestion)
6788
6789 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6790
6791         Extended the semantics of the critical keyword to include
6792         individual statements. See RFE #827755 and #799831
6793         * src/SDCC.y
6794         * src/SDCCicode.c
6795         * src/SDCCopt.c
6796         * src/SDCCast.c
6797         * support/Util/SDCCerr.c
6798         * support/Util/SDCCerr.h
6799         * src/mcs51/gen.c
6800         * src/ds390/gen.c
6801         * src/hc08/gen.c
6802
6803 2003-10-19  Borut Razem <borut.razem AT siol.net>
6804
6805         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6806
6807 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6808
6809         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6810         Fixed bug #818696
6811         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6812         and predecrement operand is displayed
6813
6814 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6815
6816         * src/SDCCval.c (valMinus): fixed bug #826041
6817
6818 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6819
6820         Some hc08 related updates that I missed earlier
6821         * sim/ucsim/stypes.h
6822         * support/regression/ports/hc08/spec.mk
6823
6824 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6825
6826         New target "hc08" for the Motorola 68hc08 family of micros
6827
6828         * configure
6829         * configure.in
6830         * Makefile
6831         * src/hc08/*
6832         * src/SDCCmain.c
6833         * src/port.h
6834         * sim/ucsim/hc08.src/*
6835         * sim/ucsim/configure.in
6836         * src/ucsim/configure
6837         * sim/ucsim/packages_in.mk
6838         * as/hc08/*
6839         * as/Makefile
6840         * device/include/mc68hc908qy.h
6841         * device/lib/hc08/*
6842         * device/lib/Makefile.in
6843         * support/regression/ports/hc08/*
6844         * support/regression/Makefile
6845
6846 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6847
6848         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6849         regression test
6850         * src/ds390/gen.c (genCast): fixed bug #821957
6851
6852 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6853
6854         * device/lib/logf.c: "fixed" overlay bug
6855         * support/regression/ports/host/spec.mk: added m library
6856         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6857         * support/regression/tests/float_trans: added (for Eric)
6858
6859 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6860
6861         * src/mcs51/gen.c (genCpl): fixed bug
6862         http://sf.net/mailarchive/message.php?msg_id=6263915
6863
6864 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6865
6866         * src/SDCCast.c (decorateType): added extended constant folding
6867         * src/SDCCsymt.c (computeType): cleanup
6868         * src/SDCCval.c (valShift): minor optimization
6869         * support/regression/tests/ast_constant_folding.c: added
6870
6871 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6872
6873         * src/SDCCmain.c: removed some unintended changes
6874
6875 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6876
6877         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6878         * src/z80/gen.c: fixed part of bug #817589
6879         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6880
6881 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6882
6883         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6884         * src/SDCCcflow.c
6885         * src/SDCCcse.c
6886         * src/SDCCdflow.c
6887         * src/SDCClabel.c
6888         * src/SDCClrange.c
6889         * src/SDCCmem.c
6890         * src/SDCCopt.c
6891         * src/SDCCpeeph.c
6892         * src/SDCCset.c
6893         * src/avr/ralloc.c
6894         * src/ds390/ralloc.c
6895         * src/izt/ralloc.c
6896         * src/mcs51/ralloc.c
6897         * src/pic/ralloc.c
6898         * src/pic16/ralloc.c
6899         * src/xa51/ralloc.c
6900         * src/z80/ralloc.c
6901         * src/z80/gen.c: removed unused label "release:"
6902
6903 2003-10-06  Borut Razem <borut.razem AT siol.net>
6904
6905         * src/SDCC.lex: removed definition of unused variables
6906           save_optimize and save_options
6907
6908 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6909
6910         * clean.mk: removed '=' in "-maxdepth=1"
6911         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6912         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6913
6914 2003-10-06  Borut Razem <borut.razem AT siol.net>
6915
6916         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6917           my_unput() replaced by unput()
6918
6919 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6920
6921         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6922         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6923         type-punned pointer will break strict-aliasing rules"
6924         Old LR behaviour is again default; Klaus' LR can be choosen by
6925         defining the environment variable LRKLAUS
6926         * src/SDCCBBlock.h
6927         * src/SDCCloop.c
6928         * src/SDCClrange.c
6929         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6930         * clean.mk: fixed removal of files in bin/CVS/
6931         * device/lib/clean.mk: fixed removal of directories small and large
6932         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6933         * src/SDCCicode.c,
6934         * src/SDCCval.c: removed superflous test for pedantic
6935
6936 2003-10-05  Borut Razem <borut.razem AT siol.net>
6937
6938         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6939           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6940           message "unmatched #pragma SAVE and #pragma RESTORE"
6941
6942 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6943
6944         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6945           assembly, critical functions, atomic, nojtbound)
6946
6947 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6948
6949         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6950         * src/SDCCBBlock.h
6951         * src/SDCCloop.c
6952         * src/SDCCloop.h
6953         * src/SDCClrange.c
6954
6955 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/z80/gen.h,
6958         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6959         * src/mcs51/gen.h
6960         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6961         * src/ds390/gen.h
6962         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6963         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6964         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6965
6966 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6967
6968         * src/z80/gen.c (genRet): fixed bug #524753
6969         * src/z80/gen.c (genCast): fixed internal error on cast from
6970         pointer to long
6971         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6972         fix for bug #477835 to the z80
6973         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6974         for tracking iCodes in the peephole optimizer for z80
6975
6976 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6977
6978         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6979         the other part of bug #814548
6980         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6981
6982 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6983
6984         * src/SDCCcse.c: fixed part of bug #814548
6985
6986 2003-09-28  Borut Razem <borut.razem AT siol.net>
6987
6988         * src/asm.c: rewrite of printILine() to use temporary file instead
6989           a pipe
6990         * src/xa51/main.c: commented out declaration of int rewinds
6991
6992 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6993
6994         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6995
6996 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6997
6998         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6999         * src/asm.c (printILine): Fixed bug #811015
7000
7001 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7002
7003         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7004         freeing.
7005
7006 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7007
7008         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7009         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7010         to correctly handle general case of AOP_PAIRPTR
7011         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7012
7013 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7014
7015         * src/mcs51/ralloc.c (fillGaps),
7016         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7017         register positioning bug)
7018
7019 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7020
7021         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7022
7023 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7024
7025         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7026         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7027         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7028         (ralloc doesn't intentionally do this now, but perhaps later)
7029         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7030         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7031         register positioning bugs (Fixed bug #762602 and #795325)
7032         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7033         (Fixed bug #808779)
7034         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7035         lines that --i-code-in-asm generates
7036
7037 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7038
7039         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7040         trying to fclose a FILE* that was already closed.
7041
7042 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7045         of const struct should be treated as if const themselves)
7046
7047 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7048
7049         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7050
7051 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7052
7053         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7054         Unix (/n) and DOS (/r/n) line terminations.
7055
7056 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7057
7058         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7059         bug #613775
7060
7061 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * src/mcs51/gen.c (genFunction, genEndFunction),
7064         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7065         and restore of EA so that stack offsets to parameters are
7066         correct when using both critical and reentrant/stack-auto.
7067         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7068         size (can be triggered in error if sloc is shared between
7069         different sized objects)
7070         * device/include/float.h: fixed macros to explicitly use
7071         unsigned long where needed
7072
7073 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7074
7075         Feature req. 799831: added code to allow nesting of critical functions
7076         * src/mcs51/gen.c (genFunction, genEndFunction)
7077         * src/ds390/gen.c (genFunction, genEndFunction)
7078
7079 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7080
7081         * src/SDCCsymt.c (sclsFromPtr),
7082         * src/SDCCsymt.h,
7083         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7084         support for standard C idiom of memory mapped variables; for
7085         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7086         to xdata int at 0x1234 tempvar = 1.
7087         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7088         provided by Akiya ISHIDA
7089
7090 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7091
7092         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7093         * src/SDCCval.c (constVal): added reduction from int to char
7094         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7095         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7096         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7097         to ignore the sign
7098         * support/regression/tests/shifts.c: fixed
7099
7100 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7101
7102         * src/z80/gen.c (genXor): Fixed bug #805445
7103
7104 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7105
7106         Fixed bug #621531 (const & volatile confusion in the type chain).
7107         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7108         refer to the const or volatile state of the pointer itself.
7109
7110         * src/SDCCast.c
7111         * src/SDCCglue.c
7112         * src/SDCCicode.c
7113         * src/SDCCsymt.c
7114         * src/SDCCval.c
7115         * src/SDCC.y
7116         * src/SDCCsymt.h
7117         * src/pic/gen.c
7118         * src/pic/ralloc.c
7119         * src/pic16/gen.c
7120         * src/pic16/ralloc.c
7121         * support/regression/tests/const.c
7122
7123 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7124
7125         When checking for duplicated modules, use absolute paths
7126         instead of relative paths.  Files changed:
7127
7128         * as/mcs51/lklib.c
7129         * link/z80/lklib.c
7130
7131 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7132
7133         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7134
7135 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * device/include/string.h: added size_t typedef, changed
7138         prototypes to use size_t, eliminated separate reentrant and
7139         non-reentrant declarations, added _memmove declaration
7140         * device/lib/_memcpy.c: changed to use size_t instead of int,
7141         changed /4 to >>2 to avoid division library call
7142         * device/lib/_memcmp.c,
7143         * device/lib/_memset.c,
7144         * device/lib/_strncat.c,
7145         * device/lib/_strncpy.c,
7146         * device/lib/_strncmp.c: changed to use size_t instead of int
7147         * device/lib/_memmove.c: new file (fixed bug #772294)
7148         * device/lib/Makefile.in: added _memmove.c
7149         * device/lib/z80/asm_strings.s: fixed bug #772290
7150         * support/regression/tests/bitfields.c: attempt to fix host assertion
7151         failure on amd64-unknown-linux2.2
7152
7153 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7154
7155         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7156         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7157         * as/z80/asmain.c (main): fixed bug #801766
7158
7159 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7160
7161         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7162         compilers
7163
7164 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7165
7166         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7167         reported in bug #800609
7168
7169 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7170
7171         * Top header beautifications in src/pic16 directory:
7172           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7173           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7174           pcoderegs.h, ralloc.c, ralloc.h
7175         * main.c: added top header and GPL license notice
7176         * pcode.c: fixed the if-conditional warning
7177
7178 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7179
7180         * device/lib/_mullong.c: replaced int by short for gcc
7181
7182 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7185         and JUMPTABLE iCodes properly now (worked by accident before)
7186         * src/mcs51/gen.c (leftRightUseAcc),
7187         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7188         iCode properly now. Use getSize instead of nRegs since a & b
7189         aren't part of the nRegs tally.
7190
7191 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7192
7193         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7194         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7195           before instructions that use the _STATUS register
7196
7197 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7198
7199         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7200         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7201         fetching of the pointer
7202         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7203         copied from genNearPointerSet()
7204         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7205         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7206         If they pop r0/r1 they must be called in the opposite order than aopOp().
7207         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7208         (resp. --stack-auto), prepared for --xstack
7209
7210 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7211
7212         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7213
7214 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7215
7216         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7217         these ports have their own __sdcc_external_start()
7218
7219 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7220
7221         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7222         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7223         type for bits was changed. It resulted in bit variables becoming
7224         global, which is not permitted in PIC 14 assembly output.
7225
7226 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7227
7228         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7229
7230 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7231
7232         Z80 and MCS51 linkers complaint if a public symbol is defined
7233         in more than one library module:
7234
7235         * as/mcs51/lklib.c
7236         * link/z80/lklib.c
7237         * as/mcs51/Makefile.in
7238
7239 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7240
7241         A few small changes that speed up the peephole optimizer.
7242
7243         * src/SDCCpeeph.c
7244
7245 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         Try to make the peephole optimizer smarter by maintaining
7248         an association between the assembly source code and the
7249         iCodes that originated them. Put this information to use
7250         with a new peephole rule condition "notVolatile" so that
7251         the rules can be aggressive yet still safe.
7252
7253         * src/SDCCpeeph.c
7254         * src/SDCCpeeph.h
7255         * src/mcs51/gen.c
7256         * src/mcs51/peeph.def
7257
7258 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7259
7260         Fixed bug #741761
7261
7262         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7263         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7264         if the left or right operand symbols have the accuse flag set.
7265
7266 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7267
7268         Changed the type of the result of the ! (NOT) operator to char;
7269         previously it returned the same type as the source. This allows
7270         us to eliminate all the genFloatNot functions (all of its target
7271         implementations were very buggy) since !float can use the same
7272         code as !long now.
7273
7274         * src/SDCCicode.c (ast2iCode): ! returns char
7275         * src/mcs51/gen.c (genNot, genNotFloat),
7276         * src/ds390/gen.c (genNot, genNotFloat),
7277         * src/z80/gen.c (genNot, genNotFloat),
7278         * src/pic/gen.c (genNot, genNotFloat),
7279         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7280
7281 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7282
7283         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7284         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7285            during interrupts. Ensure WSAVE is located at a shared bank address.
7286         2. Fixed page selection in some places
7287         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7288            the registers name strings.
7289         4. Fixed "signed / unsigned compare" compiler warnings.
7290         5. The PIC port manages its own allocation of the general purpose
7291            registers, but makes no attempt to reuse them. As a result when
7292            compiling it soon runs out of general purpose registers. Some
7293            additional code was added to the files pcode.c and device.c to walk
7294            through the function call tree and rename the registers so that they
7295            get reused.
7296
7297         * src/pic/device.c
7298         * src/pic/gen.c
7299         * src/pic/glue.c
7300         * src/pic/pcode.c
7301         * src/pic/pcode.h
7302         * src/pic/ralloc.c
7303         * src/pic/ralloc.h
7304         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7305         genPlus() & genMinus() when the result is the same as left or right
7306
7307 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7308
7309         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7310
7311 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7312
7313         Made bitfield a distinct type from bit so that bitfields
7314         convert as per ANSI C and bits retain their traditional
7315         boolean style behaviour. Implemented bitfield support in
7316         the z80 port.
7317
7318         * src/SDCCsymt.h,
7319         * src/SDCCsymt.c,
7320         * src/SDCCast.c,
7321         * src/cdbFile.c,
7322         * src/mcs51/gen.c,
7323         * src/ds390/gen.c: bit v bitfield split
7324         * src/z80/gen.c: New support for bitfields
7325         * support/regression/tests/bitfields.c: reenabled z80,
7326         added more tests
7327
7328 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7329
7330         Rules 246.x, 247.x relate to bitfields, the others speed up
7331         access to xdata mapped I/O devices.
7332
7333         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7334
7335 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7336
7337         Cleaned up genPackBits and genUnpackBits and added two helper
7338         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7339         for literal assignments in genPackBits (thanks to Frieder for
7340         reminding me).
7341
7342         * src/mcs51/gen.c
7343         * src/ds390/gen.c
7344
7345 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         Fixed bug #748310 (pointer to function type mishandled when the
7348         function name is omitted). Also fixed a SIGSEGV when a function
7349         attribute (reentrant, etc) is used on a non-function or on a
7350         function but misplaced before the parameter list.
7351
7352         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7353         bug #748310
7354         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7355         * support/Util/SDCCerr.h,
7356         * support/Util/SDCCerr.c: Added func attr misuse error msg
7357
7358 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7359
7360         Fixed bug #787649 by anonymous
7361         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7362         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7363
7364 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7365
7366         Fixed numerous bitfield problems.
7367
7368         * src/SDCC.y: More bitfield related error checking
7369         * src/SDCCsymt.h,
7370         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7371         * support/Util/SDCCerr.h,
7372         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7373         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7374         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7375         * support/regression/tests/bitfields.c: tests added
7376
7377 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7378
7379         Made the constant following the "interrupt" keyword optional. If
7380         omitted, the function will not automatically be given an entry
7381         in the interrupt vector table (similar to #pragma NOIV, but
7382         less syntacticly kludgy). The interrupt number is also now
7383         range checked. Also fixed a bug in the high order bit example
7384         in the manual.
7385
7386         * src/SDCC.y
7387         * src/SDCCmem.c
7388         * src/SDCCglue.c
7389         * src/SDCCsymt.h
7390         * support/Util/SDCCerr.c
7391         * support/Util/SDCCerr.h
7392         * doc/sdccman.lyx
7393
7394 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7395
7396         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7397         * src/SDCCicode.c (operandOperation): rewritten some ops
7398         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7399         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7400         other type
7401         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7402         be re-activated by defining REDUCE_LITERALS)
7403         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7404         unsigned, but are signed by default
7405         * src/SDCCval.c (constVal): rearranged
7406         * src/SDCCval.c (valMod): preliminary fix
7407         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7408         * support/regression/literalop.c: added, work in progress
7409
7410 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7411
7412         Generate warnings for useless declarations like "char data;"
7413         that don't do what new users expect.
7414
7415         * src/SDCC.y
7416         * support/Util/SDCCerr.h
7417         * support/Util/SDCCerr.c
7418
7419 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7420
7421         * src/SDCCval.c (valMult): fix overflow detection of negative int
7422
7423 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7424
7425         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7426
7427         Changes to support big endian targets:
7428
7429         * src/ports.h
7430         * src/SDCCglue.c
7431         * src/avr/main.c
7432         * src/ds390/main.c
7433         * src/izt/i186.c
7434         * src/mcs51/main.c
7435         * src/pic/main.c
7436         * src/pic16/main.c
7437         * src/xa51/main.c
7438         * src/z80/main.c
7439
7440 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7441
7442         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7443         * device/lib/time.c: fixed warning "integer overflow in expression"
7444
7445 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7446
7447         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7448         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7449         constants are unsigned; added recognition of "u" flag for unsigned
7450         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7451         * src/SDCCval.c (valDiv, valMod): fixed signdness
7452         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7453         signedness of modulo, left and right shift
7454         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7455         * support/Util/SDCCerr.h: added warning W_INT_OVL
7456         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7457         * src/SDCCast.c (ast_print): improved output of constants
7458
7459 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7460
7461         Fixed some warnings when building with MSVC:
7462
7463         * as\mcs51\asdata.c
7464         * as\z80\asdata.c
7465         * as\mcs51\asm.h
7466         * as\z80\asm.h
7467         * link\z80\aslink.h
7468         * link\z80\lkdata.c
7469         * link\z80\lkeval.c
7470         * link\z80\lkgb.c
7471         * link\z80\lkihx.c
7472         * link\z80\lks19.c
7473         * link\z80\lksym.c
7474         * support\cpp2\cpplib.c
7475         * src\ds390\gen.c
7476         * src\mcs51\gen.c
7477
7478 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7479
7480         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7481
7482 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7483
7484         * support\librarian\clean.mk: Do not remove Makefile.
7485         * support\librarian\Makefile: added.
7486
7487 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7488
7489         Added librarian to MSVC build:
7490         * all.dsp
7491         * sdcc.dsw
7492         * support\librarian\librarian.dsp
7493
7494         'configure' not needed for librarian, removed:
7495         * support\librarian\configure
7496         * support\librarian\configure.in
7497         * support\librarian\config_in.h
7498         * support\librarian\Makefile.in
7499
7500         Hopefully these ones built the librarian and the rest of sdcc properly:
7501         * Makefile
7502         * Makefile.common.in
7503
7504         Messed up 'configure', so revert to previous version:
7505         * configure
7506         * configure.in
7507
7508 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7509
7510         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7511         there, while the mantissa of a double is "only" 53 bits wide.
7512
7513 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7514
7515         Adding sdcclib to the build.  MSVC project coming soon.
7516         Files added/changed:
7517
7518         * support\librarian\clean.mk
7519         * support\librarian\configure
7520         * support\librarian\configure.in
7521         * support\librarian\config_in.h
7522         * support\librarian\Makefile.bcc
7523         * support\librarian\Makefile.in
7524         * support\librarian\sdcclib.c
7525         * Makefile.bcc
7526         * Makefile
7527         * Makefile.common.in
7528         * configure
7529         * configure.in
7530
7531 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7532
7533         Linker now complaints if linked modules have conflicting options, for
7534         example, one compiled using --model-large and another one compiled with
7535         --model-small.  The following files were modified:
7536
7537         * as\mcs51\asdata.c
7538         * as\mcs51\aslink.h
7539         * as\mcs51\asm.h
7540         * as\mcs51\asmain.c
7541         * as\mcs51\asout.c
7542         * as\mcs51\i51pst.c
7543         * as\mcs51\lkdata.c
7544         * as\mcs51\lklibr.c
7545         * as\mcs51\lkmain.c
7546         * as\z80\asdata.c
7547         * as\z80\asm.h
7548         * as\z80\asmain.c
7549         * as\z80\asout.c
7550         * as\z80\z80pst.c
7551         * link\z80\aslink.h
7552         * link\z80\lkdata.c
7553         * link\z80\lklibr.c
7554         * link\z80\lkmain.c
7555         * src\SDCCglue.c
7556
7557 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7558
7559         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7560         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7561
7562 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7563
7564         * src/z80/mappings.i: fix _mul[us][int,long] entries
7565
7566 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7567
7568         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7569
7570 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7571
7572         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7573         * support/regression/tests/bitopcse.c: added
7574         fixed warning:
7575         * src/avr/gen.c:
7576         * src/pic/gen.c:
7577         * src/pic16/gen.c:
7578         * src/z80/gen.c:
7579         * src/xa51/gen.c:
7580
7581 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7582
7583         added support for new library format to z80, gbz80 linkers:
7584         *link/z80/aslink.h
7585         *link/z80/lklex.c
7586         *link/z80/lklib.c
7587         *link/z80/lklist.c
7588
7589 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7590
7591         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7592         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7593
7594 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7595
7596         added DUMMY_READ_VOLATILE:
7597         * src/SDCC.y:
7598         * src/avr/gen.c:
7599         * src/xa51/gen.c:
7600         * src/z80/gen.c:
7601         * src/pic/gen.c:
7602         * src/pic16/gen.c:
7603         * src/mcs51/gen.c:
7604         * src/ds390/gen.c:
7605         * src/SDCCcse.c (algebraicOpts): many improvements
7606         * src/SDCCcse.h: removed algebraicOpts()
7607         * src/SDCCicode.c (picDummyRead): added
7608
7609 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7610
7611         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7612         "Insufficient space in data memory".
7613
7614 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7615
7616         * src/mcs51/gen.c: fixed bug #771358
7617         * src/z80/gen.c: fixed bug #759087
7618
7619 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7620
7621         * src/pic16/glue.c: minor cleanup by Vangelis
7622
7623 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7624
7625         * device/include/regc515c.h: fixed #758477
7626         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7627         * device/lib/_gptrput.c: saved a few bytes
7628         * my tab spacing is 8, yours too?)
7629         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7630         * device/lib/serial.c: process RX bytes earlier than TX bytes
7631         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7632
7633 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7634
7635         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7636
7637 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7638
7639     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7640
7641 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7642
7643         * device/lib/Makefile.in: bad fix, reverted to 1.43
7644
7645 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7646
7647         * device/lib/Makefile.in: added missing z80 object files
7648
7649 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7650
7651         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7652         pic16 progress by Vangelis:
7653         * src/SDCCglobl.h:
7654         * src/SDCCmain.c:
7655         * src/pic/Makefile:
7656         * src/pic:
7657         * pic/Makefile:
7658         * pic16/device.c:
7659         * pic16/device.h:
7660         * pic16/gen.c:
7661         * pic16/gen.h:
7662         * pic16/genarith.c:
7663         * pic16/glue.c:
7664         * pic16/main.c:
7665         * pic16/pcode.c:
7666         * pic16/pcode.h:
7667         * pic16/pcodepeep.c:
7668         * pic16/peeph.def:
7669
7670 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7671
7672     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7673
7674 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7675
7676     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7677     added gbz80 build to MSVC project.
7678     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7679     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7680     from 8051 stuff and setup so it links using a .lnk file.
7681
7682 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7683
7684     * support/librarian/sdcclib.c: sdcc librarian.
7685     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7686     with sdcclib.
7687
7688 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7689
7690     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7691
7692 2003-07-02  Borut Razem <borut.razem AT siol.net>
7693
7694         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7695         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7696         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7697         src/xa51/main.c, src/z80/main.c:
7698         virtualization of glue() function: each port has it's own glue function,
7699         which is accessed by do_glue function pointer in PORT.general structure
7700
7701 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7702
7703         * DS800C400 fun, improved ROM interface and tinibios.
7704
7705 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7706
7707         * More support for DS80C400. Now includes beginning of interface to ROM.
7708
7709 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7710
7711         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7712
7713 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7714
7715         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7716
7717 2003-06-19  Borut Razem <borut.razem AT siol.net>
7718
7719         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7720
7721 2003-06-19  Borut Razem <borut.razem AT siol.net>
7722
7723         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7724         fixed Z80 port - crt0.o: cannot open.
7725
7726 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7727
7728         * support/Util/MySystem.c (merge_command): revert bad fix
7729
7730 2003-06-18  Borut Razem <borut.razem AT siol.net>
7731
7732         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7733
7734 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7735
7736         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7737         option --use-stdout sends errors to stdout instead of stderr.
7738
7739 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7740
7741         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7742
7743 2003-06-15  Borut Razem <borut.razem AT siol.net>
7744
7745         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7746         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7747         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7748         fixed width array of pointers replaced with sets;
7749         multiple include and lib paths ared transferred to preprocessor and linker
7750         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7751         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7752         fixed width array of pointers
7753         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7754         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7755         fixupPath(), getPathDifference()
7756         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7757         fixed width array of pointers
7758
7759 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7760
7761         * src/pic16/ralloc.c: fix warnings
7762         * src/pic16/pcode.c: fix warning
7763
7764 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7765
7766          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7767         know all the details, but essentially this set of changes enable
7768         the pic16 port to generate movff instructions and generate assembler
7769         directives,
7770         * src/SDCCmain.c:
7771         * src/pic16/gen.c:
7772         * src/pic16/glue.c:
7773         * src/pic16/pcode.c:
7774         * src/pic16/device.c:
7775         * src/pic16/main.c:
7776         * src/pic16/pcode.h:
7777         * src/pic16/pcoderegs.c:
7778         * src/pic16/ralloc.c:
7779         * src/pic16/ralloc.h:
7780
7781 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7782
7783         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7784         added option --vc, so sdcc errors and warnings are compatible with
7785         Microsoft Visual Studio.
7786
7787 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7788
7789         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7790           device/lib/libfloat.lib: added atof function.
7791
7792 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7793
7794         * doc/sdccman.lyx: updated to Lyx 1.3
7795         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7796         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7797         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7798
7799 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7800
7801         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7802
7803 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7804
7805         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7806           additions to the "related tools/documentation" section
7807
7808 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7809
7810         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7811
7812 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7813
7814         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7815         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7816
7817 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7818
7819         * doc/sdccman.lyx: fix double dash and other minor things
7820         * doc/Makefile: fix double dash
7821
7822 2003-05-28  Karl Bongers(patches from Martin Helmling)
7823         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7824           condition and ignore commands.
7825
7826 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7827
7828         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7829           is in parts still quite out of date, I did changes as far as I felt makes sense
7830           for a non-native english speaker.
7831           Please feel free to add to the manual or to correct my changes.
7832         * doc/Makefile: undid touching the date of intermediate tex files.
7833
7834 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7835
7836         * doc/sdccman.lyx: Manual has an index now
7837
7838 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7839
7840         Finalize muluint/mulsint and mululong/mulslong merging:
7841         * device/lib/_mulint.c
7842         * device/lib/_mullong.c
7843         * device/lib/gbz80/mul.s
7844         * device/lib/gbz80/stubs.s
7845         * device/lib/z80/mul.s
7846         * device/lib/z80/stubs.s
7847         * src/SDCCsymt.c (initCSupport)
7848
7849 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7850
7851         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7852         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7853           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7854           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7855           instead of /Zm500.
7856
7857 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7858
7859         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7860           the regression tests I'm not brave enough to enable 245.b, 245.c
7861         * doc/sdccman.lyx: added latex preamble for hyperref package.
7862           Using pdflatex this will give you a hyperlinked pdf file with
7863           bookmarks. (prepend '%' before /usepackage if this breaks something)
7864
7865 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7866
7867          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7868
7869 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7870
7871         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7872
7873 2003-05-21    <johan AT balder>
7874
7875         * src/SDCCglue.c (printIval): fixed bug #739934
7876
7877 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7878
7879         Applied patch from bug 737905 (renamed yylineo to mylineno):
7880         * src/altlex.c
7881         * src/SDCCast.c
7882         * src/SDCglobl.h
7883         * src/SDCC.lex
7884         * src/SDCCsymt.c
7885         * src/SDCCval.c
7886         * src/pic16/pcode.c: Cleaned warnings
7887         * src/pic16/pcodeflow.c: Cleaned warnings
7888         * src/pic16/pcoderegs.c: Cleaned warnings
7889
7890 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7891
7892         * src/pic16/pcode.c: Cleaned warnings
7893         * src/pic16/pcodepeep.c: Cleaned warnings
7894         * src/pic16/ralloc.c: Cleaned warnings
7895
7896 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7897
7898         * doc/sdccman.lyx: fixed bug 739745
7899         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7900
7901 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7902
7903         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7904         it can be defined with CFLAGS when running configure
7905         * src/SDCCmain.c: fixed compiling + linking with object files
7906
7907 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7908
7909         * configure.in: configure for pic16 port,
7910             added --disable-pic16-port
7911         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7912         * src/SDCCmain.c: linkOptions is changed to set *,
7913             added if/endif conditional macros to remove options help
7914             messages from optionsTable when a port is not configured, added
7915             support for the PIc16 port in the ports table, when executing
7916             the compiler with no port specified on command line, a default
7917             port is selected with the new macro DEFAULT_PORT which is
7918             defined in port.h, in setDefaultOptions() linkOptions is removed
7919             from initialization assignment, since now it is a set,
7920             parseCmdLine uses setParseWithComma for linkOptions, in
7921             linkEdit() linkOptions are accessed with new function indexSet()
7922             which returns the i'th item of a set variable. See SDCCset.c, in
7923             linkEdit() when calling buildCmdLine(), added linkOptions as
7924             last argument. Now users can pass arguments to gplink via the
7925             -Wl option, main() uses pic16glue() to glue up pic16 programs
7926         * src/SDCCpeeph.c: various changes to support pic16
7927         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7928             return the i'th item of the set
7929         * src/SDCCset.h: added function prototype for indexSet()
7930         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7931         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7932         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7933             added macro DEFAULT_PORT
7934         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7935         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7936             generated
7937         * src/pic16/glue.c: commented out some error producing lines
7938         * src/pic16/main.c: __config directives are commented out to stop
7939             gpasm complaining and test the linkage with gplink, _linkCmd and
7940             _asmCmd changed to be more gplink and gpasm friendly
7941         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7942             produced an error when parsed, peep rule 12 is added to utilize
7943             movff, but it is commented out since the pCode does not support
7944             yet a command with 2 address arguments
7945
7946 2003-05-18    <johan AT balder>
7947
7948         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7949         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7950 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7951
7952         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7953   Added feature to script commands from file.
7954
7955 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7956
7957         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7958         * src/SDCCutil.c: include ctype.h for win32
7959
7960 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7961
7962         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7963
7964 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7965
7966         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7967   Fixed so you can set breakpoints prior to run, run does not stop
7968   on entry now.  Add tbreak.  Other enhancements and fixes for use
7969   with ddd.
7970
7971 2003-05-12  Borut Razem <borut.razem AT siol.net>
7972
7973         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7974
7975 2003-05-11  Borut Razem <borut.razem AT siol.net>
7976
7977         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7978         the path of bin directory, so that PATH is the only env. variable, which has to be set
7979         in case of standard installation.
7980         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7981         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7982         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7983
7984 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7985
7986         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7987         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7988         temp files are in the port dir; clean the gen/test directory when
7989         generating new test.c
7990         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7991         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7992         * support/regression/tests/zeropad.c: added
7993
7994 2003-05-09    <johan AT balder>
7995
7996         * src/SDCCglue.c: fixed bug #597940
7997
7998 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7999
8000         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8001   cache sfr, optimize next,step, fix off by one sourceline,
8002   support ddd list function.
8003         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8004
8005 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8006
8007         * support/regression/HTMLgen.py: added compare_s2f()
8008         * support/regression/Makefile: redo 1.27
8009         * support/regression/generate-cases.py: redo 1.5
8010
8011 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8012
8013         * support/regression/tests/float.c: workaround 33 bit hex constant
8014         * support/regression/tests/simplefloat.c: fix division for host
8015
8016 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8017
8018         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8019         that tame's the PIC's over-aggressive optimizer.
8020
8021 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8022
8023          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8024          support for MSVC.
8025
8026 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8027
8028         Initial support for DS80C400. "Hello world" runs on TINIm400
8029         (with polled I/O).
8030
8031 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8032
8033          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8034          * Some notes on ddd usage added in debugger/README
8035          Martin Helmling adding more features and fixes for ddd GUI debugger.
8036          Code added for nexti, stepi, up, down, and other adjustments.
8037
8038 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8039
8040         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8041         * src/pic/peeph.def Added two rules to optimize carry manipulation
8042         * src/pic/* removed debug printfs
8043
8044 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8045
8046         * debugger/mcs51/cmd.c: added header newalloc.h
8047
8048 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8049
8050         * as/Makefile: new EXEEXT
8051         * as/z80/Makefile: remove trailing slash of BUILDIR
8052         * as/z80/clean.mk: new EXEEXT
8053         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8054         * support/cpp2/Makefile.in: new EXEEXT
8055         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8056
8057 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8058
8059         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8060         EXEEXT was introduced to fix all related problems with targets
8061         "clean", "install" and "uninstall"; a couple of further flaws
8062         especially with "clean" have been fixed too
8063         * as/mcs51/Makefile.in
8064         * as/mcs51/clean.mk
8065         * as/z80/Makefile
8066         * Makefile
8067         * clean.mk
8068         * debugger/mcs51/Makefile.in
8069         * debugger/mcs51/clean.mk
8070         * link/z80/Makefile
8071         * link/z80/Makefile.in
8072         * link/z80/clean.mk
8073         * link/Makefile
8074         * packihx/Makefile.in
8075         * packihx/clean.mk
8076         * sim/ucsim/Makefile
8077         * sim/ucsim/clean.mk
8078         * sim/ucsim/avr.src/Makefile.in
8079         * sim/ucsim/avr.src/clean.mk
8080         * sim/ucsim/s51.src/Makefile.in
8081         * sim/ucsim/s51.src/clean.mk
8082         * sim/ucsim/xa.src/Makefile.in
8083         * sim/ucsim/xa.src/clean.mk
8084         * sim/ucsim/z80.src/Makefile.in
8085         * sim/ucsim/z80.src/clean.mk
8086         * sim/ucsim/main_in.mk
8087         * sim/ucsim/packages_in.mk
8088         * sim/ucsim/gui.src/Makefile.in
8089         * sim/ucsim/gui.src/serio.src/Makefile.in
8090         * sim/ucsim/gui.src/serio.src/clean.mk
8091         * src/Makefile.in
8092         * src/clean.mk
8093         * support/cpp2/Makefile.in
8094         * support/cpp2/clean.mk
8095         * support/makebin/Makefile
8096         * support/makebin/clean.mk
8097         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8098         * doc/sdccman.lyx: --program-suffix no longer needed
8099
8100 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8101
8102          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8103          Martin Helmling added support for ddd GUI debugger.
8104          Code added to display assembly, set variables, and other commands
8105          to interface to ddd.
8106
8107 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8108
8109         * as/Makefile: fix target clean
8110         * as/clean.mk: fix target clean
8111         * as/z80/clean.mk: fix target clean
8112
8113 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8114
8115         * Makefile.common.in: added  AT EXEEXT AT
8116         * configure.in: removed all mingw32 stuff
8117         * configure: rebuilt from configure.in
8118         * doc/sdccman.lyx: updated section "installation"
8119         * support/scripts/sdcc_mingw32: adapted to configure
8120         * support/scripts/sdcc_cygwin_mingw32: added
8121
8122 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8123
8124         * src/pic Added object file support for the PIC port
8125         * src/pic Applied patch from Craig Franklin (this started the object file support)
8126         * src/regression Updated the PIC regression tests for object files
8127
8128 2003-04-20  Borut Razem <borut.razem AT siol.net>
8129
8130         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8131           lklex.c: In function `getfid':
8132           lklex.c:203: warning: array subscript has type `char'
8133         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8134           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8135         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8136           stack handling macros
8137
8138 2003-04-19  Borut Razem <borut.razem AT siol.net>
8139
8140         * "handling space characters in file path" task:
8141         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8142         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8143         * support/Util/MySystem.h: make it self-sufficient
8144         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8145           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8146           handling space characters in file path
8147         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8148           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8149         * support/Util/MySystem.c: handling space characters in executable's path
8150
8151 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8152
8153         * as/z80/Makefile: fix permanent rebuild of z80
8154         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8155         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8156
8157 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8158
8159         * src/SDCCopt.c: add special case optimization to replace modulo by
8160           a power of two with a bitwise AND.
8161
8162 2003-04-18    <johan AT balder>
8163
8164         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8165
8166 2003-04-17    <johan AT balder>
8167
8168         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8169         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8170
8171 2003-04-13  Borut Razem <borut.razem AT siol.net>
8172
8173         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8174         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8175           fixed mingw problem in adl_NORMALIZE_PATH
8176
8177 2003-04-12  Borut Razem <borut.razem AT siol.net>
8178
8179         * fixed "#pragma SAVE/RESTORE can not be nested":
8180         * src/SDCC.lex: reworked pragma handling functions
8181         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8182         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8183
8184 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8185
8186         * src/SDCCutil.c (pathEquivalent): defined but not used
8187         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8188         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8189         * configure: rebuilt from configure.in
8190         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8191         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8192         * device/include/Makefile.in: replace sdcc_datadir
8193         * device/lib/Makefile.in: replace sdcc_datadir
8194         * Makefile.common.in: add LDFLAGS from configure
8195         * packihx/Makefile.in: use LDFLAGS
8196         * src/Makefile.in: use LDFLAGS
8197         * support/cpp2/Makefile.in: add LDFLAGS from configure
8198         * support/makebin/Makefile: use LDFLAGS
8199         * .version: bumped version number to 2.3.5
8200
8201 2003-04-12  Borut Razem <borut.razem AT siol.net>
8202
8203         * completed "different paths" task:
8204         * src/SDCCmacro.c: fixed bug in handling quotes
8205         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8206         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8207
8208 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8209
8210         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8211
8212 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8213
8214         * ds390/gen.c ds390/peeph.def: fix bug 706781
8215
8216 2003-04-11  Borut Razem <borut.razem AT siol.net>
8217
8218         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8219
8220 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8221
8222         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8223         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8224          set - this bit used to not be set...).
8225         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8226           bad code in PIC Port
8227         * src/regression/and2.c added to test bug 609268
8228         * src/regression/Makefile added and2.c to regression test
8229
8230
8231 2003-04-08    <johan AT CP255758-A>
8232
8233         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8234         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8235         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8236
8237 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8238
8239         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8240         fix bug #487815
8241         * support/cpp2/Makefile.in: fix bug #487815
8242         * configure: rebuilt from configure.in
8243         * Makefile.common.in: docdir changed, new path suffixes
8244         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8245         * sdcc_vc_in.h: reflect changes from sdccconf.h
8246         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8247         * src/SDCCutil.h: remove BINDIR hack
8248         * doc/sdccman.lyx: update new path hierarchy
8249
8250 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8251
8252         * src/SDCCpeeph.c: added okToRemoveSLOC test
8253
8254 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8255
8256         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8257
8258 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8259
8260         * src/SDCCpeeph.c: added labelIsReturnOnly test
8261         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8262
8263 2003-04-05    <johan AT balder>
8264
8265         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8266         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8267         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8268         * src/SDCCast.c: fixed a warning
8269         * src/SDCCast.h: fixed a warning
8270         * src/SDCCicode.c (operandFromAst): fixed a warning
8271
8272 2003-04-04    <johan AT balder>
8273
8274         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8275         * src/SDCCast.c (decorateType): fixed bug #715076
8276         * src/SDCC.y: fixed bug #702907
8277
8278 2003-04-03    <johan AT balder>
8279
8280         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8281         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8282         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8283         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8284         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8285
8286 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8287
8288         * _decdptr.c: fix return values
8289         * _gptrget.c: fix return values
8290         * _gptrgetc.c: fix return values
8291         * _gptrput.c: fix return values
8292         * _mulint.c: fix return values
8293         * as/z80/Makefile: fix 'make -j' problem
8294
8295 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8296
8297         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8298         * configure.in: big cleanup, updated to autoconf 2.5x
8299         * configure: rebuilt from configure.in
8300         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8301         * sdcc_vc_in.h: reflect changes from sdccconf.h
8302         * doc/Makefile: fixed a flaw in "make install"
8303
8304 2003-04-02    <johan AT balder>
8305
8306         * src/ds390/gen.c (genCmp): no comments
8307         * src/mcs51/gen.c (genCmp): no comments
8308         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8309         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8310
8311 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8312
8313         * support/regression/generate-cases.py: place generated file in given sub directory
8314         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8315         * support/regression/Makefile: improvements for 'make -j';
8316         side effect: it's simpler and faster now
8317
8318 2003-03-31  Borut Razem <borut.razem AT siol.net>
8319
8320         * src/z80/main.c: link-{port} and as-{port} defined without path
8321         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8322
8323 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8324
8325         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8326
8327 2003-03-30  Borut Razem <borut.razem AT siol.net>
8328
8329         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8330           changed type of list parameter to set
8331         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8332         * src/port.h: changed type of do_assemble() parameter to set
8333         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8334           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8335           definition of "cppoutfilename" macro with NULL value in preProcess()
8336         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8337         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8338         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8339           replaced with set *binPathSet
8340         * shash_add() deallocates the item, if allready exsists, before adding the new one
8341         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8342
8343 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8344
8345         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8346           a nested for loop bug in the PIC port
8347         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8348           for loops
8349
8350 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8351
8352         * support/Util/dbuf.h: remove C++ stuff to make it portable
8353
8354 2003-03-28  Borut Razem <borut.razem AT siol.net>
8355
8356         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8357           literal strings in stringLiteral()
8358         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8359         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8360           to the project
8361
8362 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8363
8364         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8365
8366 2003-03-26    <johan AT balder>
8367
8368         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8369         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8370         * src/SDCCast.c (decorateType): fixed " -v < 3"
8371
8372 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8373
8374         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8375         Added Lenny Story's debug infrastructure changes:
8376         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8377         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8378         * src/cdbFile.c: added
8379         * src/SDCCdebug.c: added
8380         * src/SDCCdebug.h: added
8381         * src/SDCCast.c (createFunction)
8382         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8383         * src/SDCCmain.c (parseCmdLine, main)
8384         * src/SDCCmem.c (redoStackOffsets)
8385         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8386         * src/SDCCsymt.h
8387         * src/common.h
8388         * src/avr/gen.c (genAVRCode)
8389         * src/ds390/gen.c (gen390Code)
8390         * src/mcs51/gen.c (gen51Code)
8391         * src/pic/gen.c (genpic14Code)
8392         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8393         * src/xa51/gen.c (genXA51Code)
8394         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8395
8396 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8397
8398         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8399         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8400
8401 2003-03-22    <johan AT balder>
8402
8403         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8404
8405 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8406
8407         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8408         * doc/cdbfileformat.lyx: added, written by Lenny Story
8409         * doc/Makefile: added cdbfileformat.lyx
8410         * doc/clean.mk: added cdbfileformat.lyx
8411
8412 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         * src/mcs51/peeph.def: fix bug #705773
8415
8416 2003-03-20    <johan AT balder>
8417
8418         An sfr/sbit can have an "at #" AND an initializer
8419         * src/SDCCsymt.c (checkSClass):
8420         * src/SDCCmem.c (allocGlobal):
8421         * src/SDCCmem.c (allocLocal):
8422         * src/SDCCast.c (createBlock):
8423
8424 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8425
8426         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8427
8428 2003-03-16    <johan AT balder>
8429
8430         Undid the hackup of const and volatile, the problem is much bigger
8431         * src/SDCC.y:1.65
8432         * src/SDCCast.c:1.171
8433         * src/SDCCglue.c:1.138
8434         * src/SDCCicode.c:1.146
8435         * src/SDCCsymt.c:1.150
8436         * src/SDCCval.c:1.65
8437
8438 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8441         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8442
8443 2003-03-13    <johan AT balder>
8444
8445         Hackup const and volatile modifiers in type chains a bit:
8446         * src/SDCC.y:1.63
8447         * src/SDCCast.c:1.169
8448         * src/SDCCglue.c:1.136
8449         * src/SDCCicode.c:1.143
8450         * src/SDCCsymt.c1.146
8451         * src/SDCCsymt.h1.59
8452         * src/SDCCval.c:1.63
8453
8454 2003-03-12    <johan AT balder>
8455
8456         * src/SDCCBBlock.h: more LRH debugging junk
8457         * src/SDCCcflow.h: more LRH debugging junk
8458         * src/SDCCloop.c: more LRH debugging junk
8459         * src/SDCC.y (struct_declaration): fixed bug #697590
8460         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8461         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8462         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8463
8464 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8465         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8466         test function names must now match exactly).
8467         * src/SDCCcse.c: added special case in findCheaperOp to allow
8468         extending a short integer. Makes less awful code for bug 700121 test case.
8469
8470 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8471
8472         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8473         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8474
8475 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8476
8477         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8478         actually called (operandsNotEqual() was called for all
8479         operandsNotEqualX tests).
8480
8481 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8482
8483         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8484         with shorter literals. Fixes bug 700121.
8485
8486 2003-03-11    <johan AT balder>
8487
8488         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8489
8490 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8491
8492         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8493         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8494
8495 2003-03-10  Borut Razem <borut.razem AT siol.net>
8496
8497         * src/SDCCmain.c: pipe preprocessor's output
8498         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8499         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8500         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8501         which closes all pipes in pipeSet set
8502         * src/SDCCset.c: free deleted item in function deleteSetItem()
8503         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8504         moved from z80 to src subproject
8505         * .version: increased version number to 2.3.4
8506
8507 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8508
8509         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8510         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8511         * support/regression/ports/xa51/spec.mk: fix typo
8512
8513 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8514
8515         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8516
8517 2003-03-09  Borut Razem <borut.razem AT siol.net>
8518
8519         * src/SDCCmain.c: pipe preprocessor's output
8520         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8521         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8522         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8523         which closes all pipes in pipeSet set
8524         * src/SDCCset.c: free deleted item in function deleteSetItem()
8525         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8526         moved from z80 to src subproject
8527
8528 2003-03-09  Borut Razem <borut.razem AT siol.net>
8529
8530         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8531         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8532         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8533         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8534         * src/SDCCglobl.h: unification of WIN32 native definitions
8535
8536 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8537
8538         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8539
8540 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8541
8542         * src/configure.in:   check for endianess (even while cross-compiling)
8543         * src/configure:      check for endianess (even while cross-compiling)
8544         * src/configure_in.h: check for endianess (even while cross-compiling)
8545         * src/avr/gen.c:        remove old endianess stuff
8546         * src/mcs51/gen.c:      remove old endianess stuff
8547         * src/ds390/gen.c:      remove old endianess stuff
8548         * src/pic/gen.c:        remove old endianess stuff
8549         * src/pic/genarith.c:   remove old endianess stuff
8550         * src/pic/glue.c:       fix endianess check
8551         * src/pic16/gen.c:      remove old endianess stuff
8552         * src/pic16/genarith.c: remove old endianess stuff
8553         * src/pic16/glue.c:     fix endianess check
8554         * src/xa51/gen.c:       remove old endianess stuff
8555         * src/z80/gen.c:        fix endianess check
8556         * src/SDCCglue.c:       fix endianess check
8557         * src/ds390/peeph.def: fix bug 700036
8558
8559 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8560
8561         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8562         * src/configure: find appropriate data-types on host for SDCC's int and long
8563         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8564         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8565         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8566
8567 2003-03-07    <johan AT balder>
8568
8569         Just a big NOOP:
8570                 some minor cleanups before the big shot
8571                 OP_DEFS and OP_USES now use Kevin's protection
8572                 new option --nolabelopt
8573
8574         * src/SDCCBBlock.c:
8575         * src/SDCCast.c,:
8576         * src/SDCCcflow.c:
8577         * src/SDCCcse.c:
8578         * src/SDCCicode.c:
8579         * src/SDCCicode.h:
8580         * src/SDCClabel.c:
8581         * src/SDCCloop.c:
8582         * src/SDCCmain.c:
8583         * src/ds390/ralloc.c:
8584         * src/mcs51/ralloc.c:
8585         * src/pic/ralloc.c:
8586         * src/xa51/ralloc.c:
8587         * src/z80/ralloc.c:
8588
8589 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8590
8591         * src/pic/pcode.c (get_op): fix 64 bit warnings
8592         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8593         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8594         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8595         * support/regression/tests/malloc.c: fix 64 bit warnings
8596
8597 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * src/mcs51/gen.c (genMinus): fixed bug 696436
8600
8601 2003-03-02  Borut Razem <borut.razem AT siol.net>
8602
8603         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8604
8605 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * configure.in: test for mkstemp
8608         * sdccconf_in.h: add HAVE_MKSTEMP
8609
8610 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         * device/include/ctype.h: removed warning while using --stack-auto
8613         * device/include/malloc.h: removed warning while using --stack-auto
8614         * device/include/string.h: removed warning while using --stack-auto
8615
8616 2003-02-23  Borut Razem <borut.razem AT siol.net>
8617
8618         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8619         because NDEBUG is defined (see man assert)
8620         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8621
8622 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8623
8624         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8625         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8626
8627 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8628
8629         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8630         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8631
8632 2003-02-18    <johan AT balder>
8633
8634         * as/mcs51/asmain.c (asmbl): module can start with a digit
8635         * as/z80/asmain.c (asmbl): module can start with a digit
8636
8637 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8638
8639         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8640         * src/asm.c: fix pipe() for Mingw32
8641
8642 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8643
8644         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8645         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8646         make -V work again; --c1mode reads now from stdin
8647         * doc/sdccman.lyx: added --c1mode
8648         * support/Util/SDCCerr.c: new messages for c1 mode
8649         * support/Util/SDCCerr.h: new messages for c1 mode
8650         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8651
8652 2003-02-15    <johan AT balder>
8653
8654         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8655
8656 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8657
8658         * doc/sdccman.lyx: Environment variables, -o and other minor things
8659
8660 2003-02-14    <johan AT balder>
8661
8662         * src/xa51/main.c: before anyone really tries to use it :)
8663
8664         * Install doc's in share/sdcc/doc
8665         * removed some obsolete files
8666         * Do a proper make distclean and uninstall
8667         M Makefile.common.in
8668         R sdccbuild.sh
8669         M as/Makefile
8670         M device/include/Makefile.in
8671         M device/lib/Makefile.in
8672         M doc/sdccman.lyx
8673         M link/Makefile
8674         M sim/ucsim/doc/Makefile.in
8675         M src/clean.mk
8676         R src/avr/peeph.rul
8677         R src/xa51/peeph.rul
8678         M support/cpp2/Makefile.in
8679         M support/makebin/Makefile
8680
8681
8682 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8683
8684         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8685
8686 2003-02-10  Borut Razem <borut.razem AT siol.net>
8687
8688         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8689         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8690         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8691         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8692         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8693         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8694         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8695         src/z80/Makefile.bcc: Borland Makefile cleanup
8696         * as/z80/Makefile.bcc: Added Borland Makefile
8697         * support/cpp2/borland.h: Removed
8698
8699 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8700
8701         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8702         * src/SDCC.lex: new pragma NOIV
8703         * src/SDCCglobl.h: new pragma NOIV
8704         * src/SDCCmem.c: new pragma NOIV
8705
8706 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8707
8708         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8709
8710 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8711
8712         * src/SDCCmain.c: signal handling is switched off by --debug
8713         * doc/Makefile: small fix for install; use clean.mk again
8714         * doc/clean.mk: clean *.pdf and *.html too
8715
8716 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8717
8718         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8719         * device/lib/printfl.c: fix a ds390 bug by making it portable
8720         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8721         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8722         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8723         * debugger/mcs51/cmd.c: converted multi-line string literals
8724         * sim/ucsim/globals.cc: converted multi-line string literals
8725         * src/SDCCmain.c: introduced signal handler to remove temp files
8726         * doc/Makefile: small tweaks, implement clean
8727         * doc: removed generated files
8728
8729 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8730
8731         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8732         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8733         Address Record is not correctly generated for DS390."
8734
8735 2003-02-02  Borut Razem <borut.razem AT siol.net>
8736
8737         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8738         * as/mcs51/asm.h: fixed compilation with Borland C
8739         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8740         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8741         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8742         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8743         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8744         src/z80/Makefile.bcc: delete $(LIB) only if exist
8745         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8746
8747 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8748
8749         * device/include/malloc.h: introduced NULL
8750         * device/include/string.h: introduced NULL
8751         * device/include/stdlib.h: introduced NULL
8752         * device/lib/_memcpy.c: removed NULL
8753         * device/lib/_strcat.c: removed NULL
8754         * device/lib/_strchr.c: removed NULL
8755         * device/lib/_strcmp.c: removed NULL
8756         * device/lib/_strcpy.c: removed NULL
8757         * device/lib/_strcspn.c: removed NULL
8758         * device/lib/_strlen.c: removed NULL
8759         * device/lib/_strncat.c: removed NULL
8760         * device/lib/_strncmp.c: removed NULL
8761         * device/lib/_strncpy.c: removed NULL
8762         * device/lib/_strpbrk.c: removed NULL
8763         * device/lib/_strrchr.c: removed NULL
8764         * device/lib/_strspn.c: removed NULL
8765         * device/lib/_strstr.c: removed NULL
8766         * device/lib/_strtok.c: removed NULL
8767         * device/lib/malloc.c: removed NULL, include own header
8768
8769 2003-02-02    <johan AT balder>
8770
8771         * 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
8772         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8773         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8774         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8775         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8776         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8777
8778 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8779
8780         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8781         area 'DATA'"
8782
8783 2003-02-01    <johan AT balder>
8784
8785         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8786
8787 2003-01-31    <johan AT CP255758-A>
8788
8789         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8790
8791 2003-01-30    <johan AT balder>
8792
8793         * src/SDCCBBlock.c: automatic bug detection
8794         * src/SDCCicode.c: automatic bug detection
8795
8796 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8797
8798         * src/SDCCglobl.h:   now --xram-size 0 works
8799         * src/SDCCmain.c:    now --xram-size 0 works
8800
8801 2003-01-29    <johan AT balder>
8802
8803         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8804
8805 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8806
8807         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8808         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8809         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8810         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8811         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8812         * src/SDCCmain.c:    Added options --xram-size and --code-size
8813
8814 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8815
8816         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8817         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8818
8819 2003-01-27    <johan AT balder>
8820
8821         * src/SDCC.y: fixed bug #613764
8822
8823 2003-01-26    <johan AT balder>
8824
8825         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8826         * src/SDCCsymt.h: fixed bug #673374
8827         * src/SDCCglue.c: fixed bug #661910
8828         * src/SDCCast.c: fixed bug #458099 and 673374
8829
8830 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8831
8832         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8833         * as/mcs51/strcmpi.h: added
8834         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8835         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8836         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8837         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8838         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8839         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8840         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8841         * as/mcs51/Makefile.aslink: new module strcmpi
8842         * as/mcs51/Makefile.asx8051: new module strcmpi
8843         * as/mcs51/Makefil.bcc: new module strcmpi
8844         * as/mcs51/Makefile.in: new module strcmpi
8845         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8846
8847 2003-01-26    <johan AT balder>
8848
8849         * src/SDCCglue.c: reverted back to 1.124
8850         * src/SDCCast.c: reverted back to 1.156
8851         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8852
8853 2003-01-25    <johan AT balder>
8854
8855         * src/SDCCglue.c: A better fix for bug #661910
8856         * src/SDCCast.c: A better fix for bug #661910
8857         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8858
8859 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * src/Makefile.in: remove spawn.o
8862         * src/SDCCmain.c: remove spawn.h
8863         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8864         * src/spawn.c: removed
8865         * src/spawn.h: removed
8866         * support/regression/ports/ds390/spec.mk: link with -r
8867
8868 2003-01-24    <johan AT CP255758-A>
8869
8870         * src/ds390/gen.c (aopOp): fixed bug #667458
8871         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8872         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8873         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8874
8875 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8876
8877         * src/mcs51/peeph.def: better assembler identation by Frieder
8878         * src/mcs51/gen.c: better assembler identation by Frieder
8879
8880 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8881
8882         * as/z80/string.h: removed for gcc 3.2
8883         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8884         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8885
8886 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8887
8888         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8889         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8890         * support/regression/Makefile: separate temp files for ports
8891         * support/regression/generate-cases.py: separate temp files for ports
8892         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8893         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8894
8895 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8896
8897         * moved tinitalk to device/examples/ds390
8898
8899 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8900
8901         * as/mcs51/lkmem.c: rflag is for DS390
8902         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8903         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8904                          (linkEdit): move mem- and map-files the same way as ihx-files
8905         * src/z80/main.c (_setDefaultOptions): removed --generic
8906         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8907         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8908         * src/pic/glue.c (picglue): --c1mode works again
8909         * src/pic16/glue.c (pic16glue): --c1mode works again
8910         * src/asm.c (printCLine): fix #660034
8911
8912 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8913
8914         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8915         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8916         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8917         * as/mcs51/lkmem (summary): better fix for sp problem
8918         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8919         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8920         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8921                                               remove --stack-after-data
8922
8923 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8924
8925         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8926         * src/SDCCutil.c (join): ugly bug: missing '\0'
8927         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8928
8929 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8930
8931         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8932         * src/port.h: typo
8933         * src/pic/main.c (_asmCmd): gpasm supports -o
8934         * src/z80/main.c: more general macros
8935         * device/lib/Makefile.in: remove intermediate files
8936
8937 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8938
8939         * .version: Bumped version number to 2.3.3
8940         * src/SDCCBBlock.c: new option -o
8941         * src/SDCCglobl.h: new option -o
8942         * src/SDCCglue.c: new option -o
8943         * src/SDCCmain.c: new option -o
8944         * src/asm.c: new option -o
8945         * src/ds390/main.c: new option -o
8946         * src/pic/glue.c: new option -o
8947         * src/pic/pcode.c: new option -o
8948         * src/pic/ralloc.c: new option -o
8949         * src/pic16/glue.c: new option -o
8950         * src/pic16/pcode.c: new option -o
8951         * src/pic16/ralloc.c: new option -o
8952         * src/z80/main.c: new option -o
8953         * device/lib/Makefile.in: use -o
8954         * support/regression/ports/ds390/spec.mk: use -o
8955         * support/regression/ports/gbz80/spec.mk: use -o
8956         * support/regression/ports/mcs51/spec.mk: use -o
8957         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8958         * support/regression/ports/z80/spec.mk: use -o
8959         * support/regression/ports/ucz80/spec.mk: use -o
8960         * support/regression/ports/xa51/spec.mk: use -o
8961         * support/regression/fwk/lib/timeout.c: fix usage string
8962
8963 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8964         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8965
8966 2003-01-07    <johan AT balder>
8967
8968         * src/SDCCast.c (decorateType): fixed bug #600035
8969
8970 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8971         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8972         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8973         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8974         * src/pic/pcode.c: outcommented unused variable to remove warnings
8975         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8976
8977 2003-01-06    <karl AT turbobit.com>
8978         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8979    regression tests.
8980
8981 2003-01-06    <johan AT balder>
8982
8983         * src/SDCCicode.c: fixed array add
8984
8985 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8986         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8987         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8988
8989 2003-01-04    <johan AT balder>
8990
8991         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8992
8993 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8994         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8995
8996 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8997         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8998         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8999
9000 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9001         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9002
9003 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9004         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9005
9006 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9007         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9008
9009 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9010
9011     * in \sdcc\as\mcs51\ changed these files in order to create an
9012     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9013     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9014     following files to include the previous two files: aslink.dsp,
9015     Makefile.aslink, Makefile.bcc, and Makefile.in.
9016
9017     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9018     .adb instead of .cdb
9019
9020 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9021
9022         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9023         value from option --iram-size.
9024
9025 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9026
9027         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9028         dram[] array.
9029
9030 2002-09-18    <wiml AT hhhh.org>
9031
9032         * SDCClrange.h: exposed setFromRange() and setToRange()
9033         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9034           packRegsForAccUse() (bug 542397)
9035         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9036           multiple times and emitting the fetch operations more than once
9037           added aopGetUsesAcc() function to allow binary operators to
9038           fetch their operands in the correct order; made genMinus() emit
9039           compact code for X = LITERAL - Y
9040
9041 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9042         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9043         sprintf() in line 1267.
9044
9045 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9046         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9047         like ports.
9048
9049 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9050         Changes to aslink (All the changes are marked with 'JCF'):
9051
9052         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9053         summary().
9054
9055         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9056         area BSEG.  Also moves, if possible, the DATA area down into the internal
9057         ram so more space is available.
9058
9059         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9060         sflag.
9061
9062         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9063         not bytes.  Function summary() which creates a memory usage summary
9064         file with extension .mem.  Reports of overlaping stack and small stack
9065         size.  If the space for the stack is less than 16 bytes aslink trows a
9066         warning.
9067
9068         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9069         the 8051.  Option 'y' for memory summary output file.
9070
9071         Changes to sdcc (All the changes are marked with 'JCF'):
9072
9073         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9074
9075         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9076         overlaying area for it (uses RegBankUsed[4]).
9077
9078         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9079         bank zero as used by default.  By default aslink locates the stack
9080         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9081         the creation of the .mem file.  Delegates the allocation of data area
9082         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9083         the begining of the stack area to aslink.
9084
9085         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9086         glue() in SDCCglue.c creates an area for it.
9087
9088 2002-09-03  Borut Razem <borut.razem AT siol.net>
9089         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9090         sdcc/src/pic/glue.c:
9091         introduced atexit() handler for teporay files removal in case of
9092         errors, assertions, ...
9093
9094 2002-08-29  Borut Razem <borut.razem AT siol.net>
9095         * sdcc/support/cpp2/auto-host_vc_in.h:
9096         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9097         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9098         Maybe there is a similar problem with BORLANDC? It should be checked!
9099
9100         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9101         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9102         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9103         was not executed, and the compiler (cl) launched a warning:
9104         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9105
9106 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9107         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9108
9109 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9110         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9111
9112         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9113           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9114           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9115           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9116           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9117           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9118           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9119         - added Release configuration in VS projects
9120         - review of compiler an linker options
9121         - VC .exe files are generated in bin_vc directory, not to interfere
9122           with binaries generated from other projects (cygwin, mingw, bcc ...)
9123
9124         * sdcc/src/yacc.dsp: added
9125
9126         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9127         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9128         and insert the version number definitions from .version
9129
9130         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9131
9132         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9133         added - genarate auto-host.h using auto-host_vc_in.h as template
9134
9135         * sdcc/sdcc_vc.h,
9136         removed from CVS, generated automatically
9137
9138 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9139         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9140
9141 2002-08-11  Borut Razem <borut.razem AT siol.net>
9142         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9143
9144 2002-08-10  Borut Razem <borut.razem AT siol.net>
9145         * src/SDCCmain.c (main):
9146         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9147         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9148         The consequence was that some temporary files were not removed.
9149
9150         * src/SDCCglue.c:
9151         unification of code in functions tempfilename() and tempfile():
9152         function tempnam() is defined in Visual Studio 6.0 and .NET
9153
9154         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9155
9156         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9157           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9158         - removed compiler command line option /WX: Treats all warnings as errors
9159         - update a list of source files, included into the project
9160
9161         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9162           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9163         changed project type to Generic Project so that can be correcly converted to VS.NET project
9164
9165         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9166
9167         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9168
9169         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9170
9171         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9172         added return 0 statements after assert() to make compiler happy
9173
9174         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9175         added newline in the def file to keep MSC compiler satisfied
9176
9177         * sdcc/src/z80/gen.c:
9178         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9179           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9180         - solved MSC error in function aopDump()
9181
9182         * sdcc_vc.h: define PREFIX as "\\sdcc"
9183
9184 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9185         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9186
9187 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9188         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9189         - Rewrote the register banking algorithm.
9190         - Added pCode live-range analysis to registers (for now, only non-used and
9191         singly-used registers optimized away)
9192
9193         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9194
9195         * 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.
9196
9197 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9198         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9199
9200 2002-04-22  Michael Hope  <michaelh AT vroom>
9201
9202         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9203
9204         * configure.in (DD_COPT): Added include support required for gbdk.
9205
9206         * .version: Bumped version number just to increase it.
9207
9208         * src/SDCCmain.c: Added -nostdinc to the default options.
9209
9210 2002-04-15  Michael Hope  <michaelh AT vroom>
9211
9212         * device/lib/z80/printf.c (sprintf): Added.
9213
9214         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9215
9216         * src/z80/peeph.def: Added transpose redundent load rule.
9217
9218         * src/z80/main.c: Added force callee saves for jaune.
9219
9220         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9221
9222         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9223
9224 2002-03-28  Johan Knol  <johan AT balder>
9225
9226         * src/SDCCval.c: fixed bug #532436
9227
9228 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9229         * /src/port.h:
9230         Added "char *Processor" field to the port structure.
9231
9232         * /src/SDCCmain.c:
9233         Added -p option. Allows port dependent processor to be specified.
9234
9235         * all ports:
9236         Initialized the new field char *Processor field to NULL in all ports
9237
9238         * /src/pic/*:
9239         Compiler generated registers for interrupt context saving
9240         were not getting allocated.
9241
9242 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9243
9244         * /src/SDCCast.c:
9245         Fixed left shift. Will promote the left side of a left shift
9246         if a) left shifting more than size of operand or b) when assigned
9247         to something size > size of left side
9248
9249 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9250         * src/pic/*
9251         tons of changes. Register allocation has been
9252         rewritten. Added customization for the various PICs. Flow
9253         analysis is restructured. ...
9254
9255         * src/pic/device.h:
9256         Added
9257
9258         * src/pic/device.c:
9259         Added. device.c is a PIC port hack to accomodate variations
9260         in PIC devices.
9261
9262 2002-03-13  Michael Hope  <michaelh AT vroom>
9263
9264         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9265
9266 2002-03-04  johanknol  <johanknol AT manik>
9267
9268         * /src/SDCCval.c: fixed
9269
9270         const unsigned char arr[][2] = { { 0, 1 } };
9271         t18.c:1: error: Initializer element is not constant
9272
9273 2002-03-04  bela  <bela AT manik>
9274
9275         * /device/include/mcs51reg.h:
9276         ds89c420 register definition update
9277
9278 2002-03-03    <johan AT FRIJA>
9279
9280         * support/Util/SDCCerr.c: did something, but don't no why anymore
9281
9282         * support/regression/tests/bug-524691.c: made it a little less shy
9283
9284         * src/SDCCast.c (decorateType): fixed bug #524697
9285
9286         * src/SDCCast.c: made some lineno improvements
9287
9288         * src/SDCCval.c (getNelements): changed warning to error
9289
9290         * src/SDCCglue.c (printIvalArray): changed warning to error
9291
9292         * src/SDCCicode.c: fixed a warning for mingw
9293
9294         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9295
9296         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9297
9298 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9299
9300         * src/ds390/peeph.def:
9301         Added some more peephole rules
9302
9303         * src/ds390/gen.c: Various fixes & enhancements
9304
9305         * src/SDCClrange.c, src/SDCClrange.h:
9306         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9307
9308         * src/ds390/ralloc.c:
9309         various fixes & enhancements (ds390) specific
9310
9311         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9312         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9313         from rallocs.
9314
9315         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9316
9317 2002-03-02    <johan AT FRIJA>
9318
9319         * src/SDCCast.c (decorateType): fixed bug #524708
9320
9321         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9322
9323         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9324
9325 2002-03-01  Michael Hope  <michaelh AT vroom>
9326
9327         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9328
9329         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9330
9331 2002-03-01    <johan AT FRIJA>
9332
9333         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9334
9335         * src/SDCCast.c (decorateType): fixed bug #524209
9336
9337         * src/SDCCval.c (valNot): fixed bug #524195
9338
9339 2002-02-26    <johan AT balder>
9340
9341         * src/xa51/gen.c: fixed a warning
9342
9343         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9344
9345         * src/SDCCast.c (decorateType): fixed bug #522534
9346
9347 2002-02-23    <johan AT balder>
9348
9349         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9350
9351 2002-02-22    <johan AT balder>
9352
9353         * src/SDCCast.c: fixed bug #514865
9354
9355         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9356
9357 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9358
9359         * sdcc/src/SDCCloop.c:
9360         Previous fix was not good. basic blocks that have "break" or "return" are
9361         not really partof a loop , but live ranges used in these blocks should
9362         be live thru the entire loop, so set partOfLoop but don't add them to
9363         loop region
9364
9365 2002-02-21    <johan AT FRIJA>
9366
9367         * src/SDCCcse.c: fixed bug #514308
9368
9369 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9370
9371         * src/SDCCloop.c:
9372         Fixed BUG #519583. If a conditional block ended in a return/break
9373         statement inside a loop, it was not being considered part of the loop.
9374
9375         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9376
9377 2002-02-10  Karl Bongers <karl AT turbobit.com>
9378
9379         * debugger/*:
9380         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9381         with lots of comments and notes.
9382
9383         * device/examples/test2.c:
9384         Fix bug, "red" variable not being initialized(compiler complained).
9385
9386         * device/examples/Makefile, examples/test3.c:
9387         Add Makefile in device/examples folder, compiles test3.c
9388         for use as a multiple module SDCDB test case.
9389
9390         * sim/ucsim/cmd.src/cmdset.cc:
9391         Took out debug printfs in ucsim "next" command.
9392
9393         * sim/ucsim/xa.src:
9394         Karl and Johan start ucsim XA support.  Most dissassembly working,
9395         about 75% emulation done(plenty of work remaining).
9396
9397         * sim/ucsim/z80.src:
9398         Add Z80 support to ucsim, add test-ucz80 regression test,
9399         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9400         Notice z80 compiler fails on examples/test3.c/crc code.
9401
9402 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9403
9404         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9405         Added support for --parms-in-bank1
9406
9407         * src/ds390/peeph.def:
9408         added a few more peephole optimzations
9409
9410         * src/ds390/main.c:
9411         1) added __builtin_inp & __builtin_outp used to read in data of given length
9412            from a memory mapped port
9413         2) added __builtin_memcmp
9414         3) added __builtin_swapw swap bytes of a short
9415
9416         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9417         1) handle multiple send & receives from register bank1
9418         2) ralloc can now allocate DPTR1 to some liveRanges
9419
9420         * src/SDCCsymt.c, src/SDCCsymt.h:
9421         changes to handle multiple sends & receives
9422
9423         * src/SDCCptropt.h:
9424         added some pointer arithmetic optimization
9425
9426         * src/SDCCptropt.c:
9427         added some pointer arithmetic optimizations but not stable yet so not
9428         called from anywhere (will get this working shortly)
9429
9430         * src/SDCCopt.c: fixed for multiple sends & receives
9431
9432         * src/SDCCmain.c:
9433         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9434         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9435            set preprocessor defines (depending on options)
9436
9437         * src/SDCCicode.c, src/SDCCicode.h:
9438         changes made to handle multiple sends & receives
9439
9440         * src/SDCCglobl.h:
9441         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9442
9443         * src/SDCCcse.c, src/SDCCcse.h:
9444         added function findbackward def (to be used in upcoming optimization)
9445
9446         * src/SDCCcflow.c, src/SDCCcflow.h:
9447         added function returnAtEnd - to determine if a basic block terminates with
9448         a RETURN iCode
9449
9450         * src/SDCCast.c, src/SDCCast.h:
9451         added option parms-in-bank1
9452
9453         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9454         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9455         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9456         adjusted for --parms-in-bank1 option
9457
9458         * device/include/string.h:
9459         donot redefine "reentrant" keyword
9460
9461         * device/include/ds80c390.h: Added some more SFRs
9462
9463 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9464
9465         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9466
9467 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9468
9469         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9470
9471 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9472
9473         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9474
9475 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9476
9477         * Added --xram-movc option
9478
9479 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9480
9481         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9482
9483 2002-01-11  Johan Knol
9484
9485         * Added math lib of Jesus Calvino-Fraga
9486
9487 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9488
9489         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9490         * support/regression/Makefile: new target test-mcs51-stack-auto
9491         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9492
9493 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9494
9495         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9496
9497 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9498
9499         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9500
9501 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9502
9503         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9504
9505         * src/SDCCglue.h: add definition for printIvalChar()
9506
9507 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9508
9509         * src/SDCCast.c: fix #498138 by Johan
9510
9511         * src/SDCCglue.c: fix #498138 by Johan
9512
9513 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9514
9515         * support/regression/Makefile: fix clean
9516
9517         * support/regression/ports/ds390/support.c: fix transmission of last character
9518
9519 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9520
9521         * /sdcc/src/ds390/gen.c:
9522         a) improved computing address of stack variable
9523         b) took out some #if 0 code
9524         c) improved parmBytes adjustment
9525         d) improved genPlusIncr & genMinusIncr
9526         e) genCmp could generate bad code (when left assigned to DPTR)
9527         f) Fixed bug in hasInc
9528
9529         * /sdcc/src/ds390/ralloc.c:
9530         a) packRegsForSupport could mess up live information (Fixed)
9531         b) packRegsDPTRuse could be incorrect for left & right shift
9532
9533         * /sdcc/src/mcs51/ralloc.c:
9534         packRegsForSupport could mess up the live information (Fixed)
9535
9536         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9537
9538         * /sdcc/src/SDCCast.c:
9539         can reverse a loop even if function call is present as long
9540         as the loop control variable is local & is not passed as parameter
9541
9542 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9543
9544         * /sdcc/ChangeLog: *** empty log message ***
9545
9546         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9547         More builtin function additions for TININative
9548
9549         * /sdcc/src/ds390/ralloc.c:
9550         Had broken the regression testsuite
9551
9552         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9553
9554         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9555         Added funcattr hasStackParms will be set for reentrant functions when there
9556         are paramteres on the stack, this helps in minimizing frame pointer generation
9557         typeFromStr can handle function pointers now
9558
9559         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9560         *** empty log message ***
9561
9562 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9563
9564         * /src/ds390/gen.c, /src/ds390/main.c:
9565         More builtin function additions for TININative
9566
9567         * /src/ds390/ralloc.c:
9568         Had broken the regression testsuite
9569
9570         * /src/SDCCast.c: Fixed a bug in dumptree
9571
9572         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9573         Added funcattr hasStackParms will be set for reentrant functions when there
9574         are paramteres on the stack, this helps in minimizing frame pointer generation
9575         typeFromStr can handle function pointers now
9576
9577         * /doc/builtins.txt, /doc/TININative.txt:
9578         *** empty log message ***
9579
9580
9581 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9582
9583         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9584         ALPHA version for -mTININative
9585
9586         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9587         updated to reflect changes in the port structure
9588
9589         * /src/port.h:
9590         added function do_assemble (similar to do_link) if non-null this function
9591         will be called to do assembly (-mTININative) requires a multi command
9592         assembly
9593         added function genAssemblerEnd will be called to generate assembler Epilogue
9594
9595         * /src/SDCCsymt.c:
9596         added _JavaNative to debug info printing
9597
9598         * /src/SDCCmain.c: added option --tini-libid
9599         added port->do_assemble function (-mTININative) has a multi command assemble
9600
9601         * /src/SDCCglue.c: Disabled "constExpr" check
9602         added port->genAssemblerEnd function
9603
9604         * /src/SDCCglobl.h: Added option --tini-libid value
9605
9606         * /src/SDCCast.h:
9607         tookout optimizeCompare from the header (has no external references)
9608
9609         * /src/SDCCast.c: made one more function "static"
9610
9611 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9612
9613         * src/z80/mappings.i: Added z80asm support.
9614
9615         * src/z80/main.c: Added z80asm support on --asm=z80asm
9616
9617         * src/z80/gen.c: Fixed asm portability issues.
9618
9619         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9620
9621         * src/SDCCglue.c (printExterns): Added global/extern split.
9622
9623 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9624
9625         * support/regression/Makefile: added test for mcs51 model large
9626
9627         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9628
9629         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9630
9631 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9632
9633         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9634
9635 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9636
9637         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9638
9639         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9640
9641 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9642
9643         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9644
9645         * support/regression/tests/simplefloat.c: Port to mcs51.
9646
9647 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9648         * support/regression/tests/bug-485362.c: Added.
9649
9650         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9651
9652         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9653
9654         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9655
9656         * src/z80/gen.c (aopDump): Added a dump function.
9657
9658 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9659         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9660
9661         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9662
9663         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9664
9665         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9666
9667         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9668
9669         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9670
9671         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9672
9673         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9674
9675         * support/regression/ports/ds390/support.c: Use tinibios.
9676
9677         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9678
9679 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9680
9681         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9682         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9683
9684         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9685
9686         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9687
9688 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9689
9690         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9691
9692         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9693         (packRegsForIYUse): Created and optimised.
9694
9695 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9696
9697         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9698 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9699
9700         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9701
9702         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9703
9704         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9705
9706 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9707
9708         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9709
9710         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9711
9712 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9713
9714         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9715
9716         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9717
9718         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9719
9720 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9721
9722         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9723         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9724         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9725
9726         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9727
9728         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9729         (genNotFloat): Added.
9730         (genUminusFloat): Added.
9731
9732         * device/lib/z80/Makefile: Added floating pt stubs.
9733
9734         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9735
9736         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9737
9738         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9739
9740 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9741
9742         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9743
9744         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9745
9746         * sdcc/support/regression/Makefile: Add port ds390.
9747
9748         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9749
9750         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9751
9752         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9753
9754         * sdcc/support/regression/ports/ds390/support.c: Added.
9755
9756         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9757
9758         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9759
9760         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9761
9762 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9763
9764         * device/include/malloc.h: Added z80 and gbz80 support.
9765
9766         * device/lib/gbz80/heap.s: Added.
9767
9768         * device/lib/z80/heap.s: Added.
9769
9770         * device/lib/malloc.c: Added z80 and gbz80 support.
9771
9772         * support/regression/tests/malloc.c (testMalloc): Added.
9773
9774         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9775
9776         * support/regression/tests/bug-478094.c: Added.
9777
9778         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9779
9780 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9781
9782         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9783
9784         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9785
9786         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9787
9788         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9789
9790         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9791
9792 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9793
9794         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9795
9796 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9797
9798         * support/regression/tests/bug-477927.c: Added.
9799
9800         * src/z80/peeph.def: Added minor rules.
9801
9802         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9803
9804         * src/z80/peeph.def: Added jump optimisation modification.
9805
9806 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9807
9808         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9809
9810 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9811
9812         * support/regression/tests/funptrs.c: Added.
9813
9814 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9815
9816         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9817
9818 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9819
9820         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9821
9822         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9823
9824         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9825         (movLeft2ResultLong): Created.
9826
9827         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9828         (joinPushes): Added.  Joins two char pushes into a word push.
9829
9830 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9831
9832         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9833
9834         * support/makebin/Makefile (install): Added creation of dest dir.
9835
9836 2001-10-24 Karl Bongers <karl AT turbobit.com>
9837
9838         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9839
9840 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9841
9842         * src/z80/ralloc.c: Turned off faulty pack for one use.
9843
9844         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9845
9846         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9847
9848 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9849
9850         * support/regression/Makefile: Improved clean
9851
9852         * support/regression/ports/gbz80/spec.mk: Added clean
9853
9854         * support/regression/ports/host/spec.mk: Added clean
9855
9856         * support/regression/ports/z80/spec.mk: Added clean
9857
9858         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9859
9860         * support/regression/ports/mcs51/timeout.c: little improvements
9861
9862 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9863
9864         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9865
9866         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9867
9868         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9869
9870 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9871
9872         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9873
9874         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9875
9876 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9877         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9878
9879         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9880
9881         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9882
9883         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9884
9885         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9886
9887         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9888
9889         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9890
9891         * support/regression/tests/longor.c: Added.
9892
9893 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9894
9895         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9896
9897         * as/mcs51/aslink.h: define PATH_MAX
9898
9899         * as/mcs51/asm.h: define PATH_MAX
9900
9901         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9902
9903         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9904
9905         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9906
9907         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9908
9909         * src/SDCCglobl.h: define PATH_MAX
9910
9911         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9912
9913         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9914
9915 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9916
9917         * src/z80/gen.c (gencjneshort): Fixed
9918
9919         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9920
9921 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9922
9923         * support/regression/tests/bug-469671.c: Added.
9924
9925         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9926
9927 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9928
9929         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9930
9931         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9932
9933 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9934
9935         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9936
9937         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9938
9939         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9940
9941         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9942
9943         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9944
9945         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9946
9947         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9948
9949 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9950
9951         * 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.
9952
9953         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9954
9955         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9956
9957 2001-10-07    <johan AT FRIJA>
9958
9959         * device/lib/gets.c (gets): fixed the return value.
9960
9961 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9962         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9963
9964         * 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.
9965
9966         * 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.
9967
9968         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9969
9970         * src/pic/gen.c: Removed Safe_strdup.
9971
9972         * configure.in: Added option to enable libgc support.
9973
9974         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9975         (bitVectUnion): Optimised.
9976         (bitVectIntersect): Optimised.
9977         (bitVectBitsInCommon): Optimised.
9978         (bitVectCplAnd): Optimised.
9979
9980         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9981
9982 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9983
9984         * src/SDCCmain.c: distinguish between assembler debug and plain options
9985
9986         * src/avr/main.c:   remove standard assembler options
9987
9988         * src/ds390/main.c: remove standard assembler options
9989
9990         * src/mcs51/main.c: remove standard assembler options
9991
9992         * src/port.h: removed "PENDING" comment
9993
9994 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9995
9996         * src/device/lib/_mulint.c  : new, with assember functions
9997
9998         * src/device/lib/_mullong.c : new, with assember functions
9999
10000         * src/device/lib/_divuint.c : with assember functions
10001
10002         * src/device/lib/_divsint.c : with assember functions
10003
10004         * src/device/lib/_divulong.c: with assember functions
10005
10006         * src/device/lib/_divslong.c: with assember functions
10007
10008         * src/device/lib/_moduint.c : with assember functions
10009
10010         * src/device/lib/_modsint.c : with assember functions
10011
10012         * src/device/lib/_modulong.c: with assember functions
10013
10014         * src/device/lib/_modslong.c: with assember functions
10015
10016         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10017
10018         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10019
10020         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10021                                       replaced _mululong.c and _mulslong.c by _mullong.c
10022
10023 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10024
10025         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10026
10027 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10028
10029         * src/SDCCglue.c: test, if win32api is available for MINGW
10030
10031 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10032
10033         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10034         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10035         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10036         * support/regression/ports/host/spec.mk: removed GENERIC
10037         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10038         * support/regression/ports/z80/spec.mk: removed GENERIC
10039
10040 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10041
10042         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10043
10044         * support/regression/tests/bug-467035.c: Created.
10045
10046 2001-10-01    <johan AT FRIJA>
10047
10048         * src/SDCC.y: fixed bug #466586 part 1
10049
10050 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10051
10052         * SDCCicode.c: z80 has no generic pointers
10053         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10054
10055 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10056
10057         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10058
10059 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10060
10061         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10062
10063         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10064
10065 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10066
10067         * configure.in: Fixed up so that ucsim is only configured once.
10068
10069         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10070
10071         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10072         (getPathDifference): As above.
10073
10074         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10075
10076         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10077
10078 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10079         * .version: Updated to 2.3.1
10080
10081         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10082         Added copyright header.
10083
10084         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10085         (assemble): Added support for macro based assembler commands.
10086         (linkEdit): Added support for macro based linker commands.
10087         (preProcess): Changed the pre-processor to use macros.
10088         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10089         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10090
10091         * device/lib/z80/crt0.s: Added module name for debugging.
10092
10093 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10094
10095         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10096
10097         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10098
10099         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10100
10101         * src/Makefile.in: Added SDCCmacro and SDCCutil
10102
10103 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10104
10105         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10106
10107 2001-09-16    <johan AT FRIJA>
10108
10109         * 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.
10110
10111 2001-09-15    <johan AT FRIJA>
10112
10113         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10114         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10115
10116 2001-09-11    <johan AT FRIJA>
10117
10118         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10119
10120 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10121
10122         * support/regression/tests/bug-460444.c: Added test case.
10123
10124         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10125         (genCast): Added justification for all of the asserts.
10126
10127 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10128
10129         * support/regression/support.c: _xdata replaced by xdata
10130
10131         * support/regression/spec.mk: removed _generic
10132
10133 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10134
10135         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10136
10137         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10138         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10139
10140         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10141
10142         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10143
10144         * support/regression/tests/bug-460010.c: Added test case.
10145
10146         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10147
10148 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10149
10150         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10151
10152         * support/regression/testfwk.c: removed workaround for bug #436344
10153
10154         * support/regression/tests/bp.c: use less memory with mcs51
10155
10156         * support/regression/tests/bug-441448.c: use less memory
10157
10158         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10159
10160         * support/regression/collate-results.py: typo
10161
10162 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10163
10164         * support/regression/tests/fetchoverlap.c: Added new test case.
10165
10166         * support/regression/tests/bp.c: Added new test case.
10167
10168         * support/regression/tests/bug-448984.c: Added new test case.
10169
10170         * support/regression/tests/pow2shifts.c: Added new test case.
10171
10172         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10173         (genlshTwo): Fixed right shift for count > 8.
10174
10175         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10176
10177 2001-09-08    <johan AT FRIJA>
10178
10179         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10180
10181 2001-09-07    <johan AT FRIJA>
10182
10183         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10184
10185         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10186
10187 2001-09-06    <johan AT FRIJA>
10188
10189         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10190         * bernhard noted me at this: "() equals to (void)" (1.38)
10191
10192 2001-09-05    <johan AT FRIJA>
10193
10194         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10195
10196 2001-09-04    <johan AT FRIJA>
10197
10198         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10199
10200
10201 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10202
10203         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10204
10205 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10206
10207         * link/z80/aslink.h: Fixed path for PATH_MAX
10208
10209 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10210
10211         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10212
10213         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10214
10215         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10216
10217         * 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.
10218
10219 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10220
10221         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10222         (genCmp): Fixed up genCmp for the GB with longs.
10223
10224         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10225
10226         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10227
10228         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10229
10230         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10231
10232 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10233
10234         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10235
10236 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10237
10238         * 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.
10239
10240         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10241
10242 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10243
10244         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10245
10246         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10247
10248 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10249
10250   * sim/ucsim/configure:    little improvement of Cygwin-detection
10251   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10252   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10253   * support/regression/tests/bug-221100.c: small changes for mcs51
10254   * support/regression/tests/bug-221168.c: small changes for mcs51
10255   * support/regression/tests/bug-227710.c: small changes for mcs51
10256   * support/regression/tests/staticinit.c: small changes for mcs51
10257   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10258   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10259   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10260
10261 $Revision$