* sim/ucsim/error.cc, sim/ucsim/errorcl.h,
[fw/sdcc] / ChangeLog
1 2005-11-06 Borut Razem <borut.razem AT siol.net>
2
3         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
4           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
5           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
6           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
7           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
8           dynamic construction of cl_error_class and derivates - 2.nd try
9
10 2005-11-05 Borut Razem <borut.razem AT siol.net>
11
12         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
13           bug, which caused Bus Errors on sparc solaris
14
15 2005-11-04 Borut Razem <borut.razem AT siol.net>
16
17         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
18           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
19           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
20           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
21           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
22           and derivates to resolve the initialization problem on OSX
23
24 2005-11-02 Borut Razem <borut.razem AT siol.net>
25
26         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
27           corrected typo - #include <winsock2.h>
28
29 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
30
31         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
32           (_asxxxx_mapping): added org directive for future enhancements
33
34 2005-11-01 Borut Razem <borut.razem AT siol.net>
35
36         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
37           enabled sockets on WIN32
38         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
39
40 2005-10-31 Borut Razem <borut.razem AT siol.net>
41
42         * support/regression/generate-cases.py: escape backslashes in {testcase}:
43           WIN32 backslash path delimiters should be escaped when used in C strings
44         * support/regression/tests/bitfields.c: exclude failing assertions for
45           __CYGWIN32__ and __MINGW32__ hosts
46
47 2005-10-30 Borut Razem <borut.razem AT siol.net>
48
49         * src/SDCCutil.c: corrected double comparison typo
50
51 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * device/lib/medium/Makefile: added for new memory model medium
54         * device/include/asm/mcs51/features.h: updated for medium/pdata
55         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
56           added Multiply & Accumulate sbit's and MAC0_PAGE define
57         * device/include/mcs51/c8051f300.h: added sfr16 definitions
58         * device/include/mcs51/c8051f310.h: added sfr16 definitions
59         * device/lib/_mullong.c: update for medium model
60         * device/lib/incl.mk: added medium model
61         * doc/sdccman.lyx: documented medium model
62         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
63         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
64         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
65         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
66           (allocParms): set SCLS and OCLS to pdata for medium model
67         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
68           for pdata,
69           (powof2): return <0 if not power of 2
70         * src/avr/gen.c (genBitWise): use updated powof2
71         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
72           (shiftR2Left2Result): small optimization in setup, save acc when storing,
73           (shiftLLeftOrResult): use B if necessary
74         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
75         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
76         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
77         * support/regression/Makefile.in: added test-mcs51-medium
78         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
79
80 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
81
82         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
83         specifier unsigned
84         * device/lib/time.c (mktime): fixed bug 1334315
85
86 2005-10-28 Raphael Neider <rneider AT web.de>
87
88         * device/include/pic/p16f_common.inc: added common declarations
89         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
90
91 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
92
93         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
94           (aopPutUsesAcc): added to predict accumulator use,
95           (assignResultValue): save acc if necessary,
96           (genMinusDec): store result if indirectly addressed,
97           (genDivOneByte):  save acc if necessary,
98           (movLeft2Result): bugfix if left already in acc,
99           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
100             attention to accumulator use (esp. pdata),
101           (genReceive): receive pdata correctly
102         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
103         * src/SDCCicode.h: added isOperandInPagedSpace prototype
104
105 2005-10-27 Raphael Neider <rneider AT web.de>
106
107         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
108
109 2005-10-27 Raphael Neider <rneider AT web.de>
110
111         * .version: changed version to 2.5.4
112         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
113         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
114           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
115             arithmetics support routines
116         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
117         * device/lib/Makefile.in: also create installdir for pic
118
119         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
120           pic14 port as well
121         * src/pic/device.c (dump_sfr): rewritten to delegate register
122           placement to the linker (use `extern sym' rather than sym EQU addr),
123           (validAddress): fixed to check last specified address
124         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
125           (popGetLit): truncate literal value to 8 bit,
126           (popGet): moved assert to more appropriate place
127           (popGetExternal): create pCode operand from and mark the according
128             symbol as being `extern'
129           (popGetAddr): added sanity check on immediate's offset, provide
130             GPOINTER tag on demand
131           (aopPut): fixed for immediates,
132           (mov2w_op): move operand's address or contents to WREG (depending on
133             operand type), safer variant of mov2w,
134           (movwf,call_libraryfunc): NEW, handy abbreviations,
135           (get_argument_pcop,get_return_val_pcop,pass_argument,
136           get_returnvalue): interface for accessing function parameters and
137             return values,
138           (assignResultValuei,genRet): use new parameter/return value interface
139           (pic14_getDataSize): back to old version handling generic pointers,
140           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
141             provided implementation and/or fixed old one,
142           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
143             calls, removed legacy 8051 reference code
144           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
145           (loadSignToC): NEW, move the operands sign bit to CARRY,
146           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
147             genRightShiftSigned, accepts negative shift counts,
148           (setup_fsr): load FSR and adjust IRP (indirect memory access),
149           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
150             generic pointers, __data pointers and __code pointers,
151           (genUnpackBits,genPackBits): rewritten to work with generic pointers
152             and signed bitfields, limit bitfields to 8 bit,
153           (genDataPointerGet): fixed number of bytes read,
154           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
155           (genPointerGet,genPointerSet): fixed handling of __code pointers,
156             pointers to constant data are no longer assumed to point to __code
157             space, removed invalid pointer types,
158           (bitpatternFromVal): retrieve the PICs representation of an integer
159             or float literal,
160           (genDataPointerSet): fixed assigning to po_immediate operands,
161           (genGenPointerSet): implemented as library call,
162           (genIfx): fixed incorrect condition,
163           (genAddrOf): limit generic pointers' addresses to 2 bytes,
164             provide GPOINTER tag according to destination's storage class,
165           (genCast): added code to handle casting to generic pointers, added
166             sign-/zero extension of the result
167           (aop_isLitLike,op_isLitLike): fixed handling of immediates
168         * src/pic/gen.h: added macros to access IRP bit in STATUS register
169         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
170           extend the result
171         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
172           address/register resides in the shared banks
173           (emitSymbolToFile): improved to handle global and `pinned' symbols,
174             put all variables into separate sections (have the linker arrange
175             them)
176           (picglue): put init code and interrupt handlers in separate sections
177         * src/pic/main.c: added port specific options table, modified to PORT
178           structure to make GPOINTERs 3 byte, added pic14_options
179           (_pic14_do_link): private linking routine (update paths to libraries,
180             add libsdcc.lib by default)
181         * src/pic/main.h: declare pic14_options
182         * src/pic/pcode.c: fixed instructions i/o relations,
183           (RegCond): reverted to correct version,
184           (newpCodeOpLit): truncate literals to 8 bit,
185           (genericPrint): added debug output,
186           (getRegFromInstruction): fixed for various operand types, simplified
187           (BuildFlow): fixed broken handling of isntructions with labels
188           (LinkFlow): start at last instruction in flow (skip trailing comments),
189             pass the flow on to the next instruction after CALL
190           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
191           (insertPCodeInstruction): fixed inserting after a skip instruction,
192           (DoBankSelect): fixed for labeled instructions
193           (OptimizepBlock): honor --nopeep switch
194           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
195         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
196         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
197           (pCodeOptime2pCodes): allow disabling this optimization via
198             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
199             but is still buggy), started implementation of a dataflow based
200             pCode optimization (CSE + dead code elimination)
201           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
202         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
203           names are independant of the stack location and therefore portable across
204           devices
205
206 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
207
208         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
209           (selectSpil): fixed bug 1337835 by not spilling bit variables
210         * support/regression/tests/bug1337835.c: added test for this bug
211         * src/mcs51/peeph.def: restart after rule 3.c,
212           addded rules 263.x to optimize loading constants
213
214 2005-10-26 Raphael Neider <rneider AT web.de>
215
216         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
217         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
218           (genAssign): emit warning when casting literals to generic pointer
219             type, also applies when taking the address of a fixed variable,
220           (genCast): improved casting to generic pointers
221         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
222           extern variables, added verbose error message
223         * device/include/pic16/{string.h,errno.h}: added #pragma library c
224
225 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
226
227         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
228         carry must be complemented too
229         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
230         could be emitted by genMinus
231         * src/SDCCval.c (constVal): fixed bug 1305065
232
233 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
234
235         * src/SDCCast.c (addCast): added promotion for bit variables
236         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
237         promotion casts + optimisation
238         (optimizeGetWord): fix warning 'i' might be used uninitialized
239         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
240         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
241
242 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
243
244         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
245         all chars are promoted to int; promotion should be handled in SDCCast.c
246
247 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
248
249         * device/lib/_strcmp.c: Fixed bug 1326457
250
251 2005-10-11 Raphael Neider <rneider AT web.de>
252
253         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
254         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
255
256 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
257
258         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
259         * support/regression/tests/sfr16.c: added test for the sfr32 bug
260
261 2005-10-04 Raphael Neider <rneider AT web.de>
262
263         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
264           device/lib/pic16/pics.all: added pic18f1320
265         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
266
267 2005-09-30 Raphael Neider <rneider AT web.de>
268
269         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
270         * src/pic16/devices.inc: NEW, provides device descriptions
271         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
272
273 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
274
275         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
276           GETHBIT
277
278 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
279
280         * doc/sdccman.lyx: updated Highest Order Bit documentation,
281           documented Any Order Bit, Higher Order Byte and Higher Order Word
282         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
283         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
284           (optimizeGetAbit): new, to get any bit, not only the high bit,
285           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
286           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
287           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
288           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
289             RIGHT_OP: also try GETBYTE, GETWORD optimization,
290             GETABIT, GETBYTE, GETWORD: decorate them,
291           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
292           (ast_print): added GETABIT, GETBYTE, GETWORD
293         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
294         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
295           (geniCodeBinary): new generic binary icode,
296           (ast2iCode): added GETABIT, GETBYTE, GETWORD
297         * src/port.h: updated comment for PORT.hasExtBitOp
298         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
299           (genGetByte): new, to get a single byte,
300           (genGetWord): new, to get a word from a long,
301           (gen51Code): added GETABIT, GETBYTE, GETWORD
302         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
303
304 2005-09-23 Raphael Neider <rneider AT web.de>
305
306         * configure.in, configure: have device/lib/pic configured
307         * device/lib/Makefile.in: added model-pic14
308         * device/lib/clean.mk: added pic/ to clean rule
309         * device/lib/pic: added rudimentary pic14 library providing support
310           functions for multiplication/division/generic pointer access
311         * src/SDCCopt.c (convilong): mark support functions as extern
312           for pic14 port as well
313         * src/pic/gen.c (genMult): added assertions,
314           (genpic14Code): emit warning on unhandled iCodes
315         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
316         * src/pic/pcode.c (pCodeOpCopy),
317         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
318           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
319           SFR_REGISTER}), made safe for future extensions
320         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
321           instructions even if preceeded by SKIP instructions (also remove
322           them); removed unused code
323         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
324           prevents leaving parts of the structure uninitialized after copying
325
326 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
327
328         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
329           ago by me
330         * support/regression/tests/addsub.c: added test for the bug
331
332 2005-09-21 Raphael Neider <rneider AT web.de>
333
334         * device/include/pic16/pic18f1220.h,
335           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
336         * device/lib/pic16/Makefile.rules: added missing opening paren
337         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
338           are provided in genutils.c,
339           (genUminusFloat,genUminus,genCmpEq): added asserts on different
340           operand/result sizes,
341           (genCmp): assert on NULL pointers first, then check deref'ed values
342         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
343           result size
344
345 2005-09-18 Raphael Neider <rneider AT web.de>
346
347         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
348           as these are now unused,
349           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
350         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
351           local, avoids uninitialized pointer dereference on r->name
352         * src/pic16/ralloc.c (newReg): fixed indentation
353
354 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
355
356         * src/SDCCval.c (constVal): fixed bug 730366
357         * support/Util/SDCCerr.c,
358         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
359
360 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
363
364 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
365
366         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
367
368 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
369
370         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
371           (hex2dec): made hex_digit unsigned char, removed ascii dependance
372         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
373           (hex2dec): made hex_digit unsigned char, removed ascii dependance
374         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
375         * packihx/packihx.c (hexDigit): made c unsigned char
376         * as/mcs51/lklibr.c (fndsym),
377         * link/z80/lkgb.c (gb),
378         * link/z80/lklibr.c (fndsym),
379         * link/z80/lkrloc.c (relr),
380         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
381         * src/SDCC.lex (checkCurrFile, process_pragma),
382         * src/SDCCglue.c (spacesToUnderscores),
383         * src/SDCCmain.c (setParseWithComma, processFile),
384         * src/asm.c (tvsprintf, printCLine),
385         * src/avr/gen.c (emitcode, aopPut),
386         * src/ds390/gen.c (emitcode),
387         * src/hc08/gen.c (emitcode, emitinline),
388         * src/mcs51/gen.c (emitcode, genInline),
389         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
390           tokenizeLineNode),
391         * src/pic/ralloc.c (debugLog),
392         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
393           tokenizeLineNode),
394         * src/pic16/ralloc.c (debugLog),
395         * src/z80/main.c (_process_pragma):
396            made all ctype.h function calls safe
397         * src/SDCCopt.c: include math.h for fabs
398         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
399           and used them throughout the code to make ctype.h function calls safe
400         * src/ds390/main.c (asmLineNodeFromLineNode),
401         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
402         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
403            unsigned char*
404         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
405           (newpCodeAsmDir): made ctype.h function calls safe
406         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
407           pic16_emitcode):  made lbp unsigned char*
408         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
409           (pic16_newpCodeAsmDir): made ctype.h function calls safe
410         * src/xa51/gen.c (emitcode),
411         * src/z80/gen.c (_emit2): made lbp unsigned char*
412         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
413            char*
414
415 2005-09-05 Raphael Neider <rneider AT web.de>
416
417         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
418           access bank splitpoint
419
420 2005-09-05 Raphael Neider <rneider AT web.de>
421
422         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
423
424 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
425
426         * .version: changed to version 2.5.3
427         * doc/sdccman.lyx: changed version to 2.5.3,
428           documented --codeseg and --constseg and pragma codeseg and constseg,
429           documented bit parameters (reentrant) and bit returning
430         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
431            currFunc->recvSize, but is this ok for all ports?
432           (ast2iCode): result of ~ on unsigned char must be cast to int for
433            bool to work
434         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
435           function pointers in bit space
436         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
437           (processFuncArgs): call port.reg_parm() with reentrancy info
438         * src/port.h,
439         * src/avr/main.c,
440         * src/ds390/main.c,
441         * src/hc08/main.c,
442         * src/pic/main.c,
443         * src/pic16/main.c,
444         * src/xa51/main.c,
445         * src/z80/main.c: port.reg_parm prototype extended with
446           "bool reentrant" parameter
447         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
448           options.stackAuto for allocating bit register parameters
449         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
450           (genSend): set BitBankUsed if it is,
451           (selectRegBank): factored out of genCall for use in genPcall,
452           (genCall): removed redundant dtype assignmen, use selectRegBank,
453           (genPcall): handle returning in Carry properly, save in F0 if needed,
454           (genReceive): handle bit register parameters
455         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
456           (mcs51_assignRegisters): enable bit registers for all reentrant
457            functions and don't set BitBankUsed unconditionally
458         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
459         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
460         * support/regression/tests/funptrs.c: added tests for BOOL and for return
461
462 2005-08-27 Borut Razem <borut.razem AT siol.net>
463
464         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
465         ppc-osx (Darwin) does not support -u option. It seems that it is
466         supported only on Linux - GNU cp
467
468 2005-08-25 Borut Razem <borut.razem AT siol.net>
469
470         * sim/ucsim/gui.src/serio.src/Makefile.in,
471           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
472           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
473           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
474           install and strip, since the strip at /usr/ccs/bin should be used
475           on solaris
476
477 2005-08-24 Borut Razem <borut.razem AT siol.net>
478
479         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
480
481 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
482
483         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
484         ffffffffu
485
486 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
487
488         * as/mcs51/aslink.h: completed lkrloc.c prototypes
489         * as/mcs51/lkmain.c (link_main): fixed warning
490         * device/include/stdbool.h: ds390 has no advanced bit support yet
491         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
492         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
493         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
494           and updated their macros
495         * src/SDCCval.c (constVal): updated comment for renamed b_long
496
497 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * as/mcs51/asdata.c: changed ctype['['] to BINOP
500         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
501           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
502           (oprio): set priority for '['
503         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
504            and adb_24_bit
505         * as/mcs51/asm.h: added defines R_BIT and S_BIT
506         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
507         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
508         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
509           added overlayable BIT_BANK area
510         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
511           (summary2): explain 'T' in legenda
512         * as/mcs51/lkrloc.c: replaced old K&R style,
513           (relr): added R_BIT processing,
514           (errmsg): added "Bit-addressable relocation error",
515           (adb_bit): added for converting from byte- to bit-addressable space,
516           (adb_24_bit): added for converting from byte- to bit-addressable space
517         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
518            used in reentrant functions now even as return value
519         * device/lib/_gptrput.c (_gptrput): removed obsolete code
520         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
521           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
522         * src/SDCCglobl.h: added indicator BitBankUsed
523         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
524            the bit registers b0-b7
525         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
526           (geniCodeCast): fixed bug 1263853,
527           (geniCodeLogicAndOr): put result in bool or char,
528           (geniCodeReceive): added parameter func for accessing the return type,
529           (geniCodeFunctionBody): pass func to geniCodeReceive
530         * src/SDCCmain.c: added indicator BitBankUsed
531         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
532         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
533           (checkSClass): don't put automatic bool/bit on stack,
534           (checkFunction): removed check on function cannot return bit
535         * src/SDCCsymt.h: added newBoolLink prototype
536         * src/mcs51/gen.c (rb1regs): added bit registers,
537           (movc): created for assigning to carry,
538           (pushReg, popReg): created for pushing registers,
539           (sameRegs): check both AOP_REG and AOP_CRY types,
540           (aopOp): handle bit registers,
541           (aopPut): optimization no self-assign,
542           (saveRegisters): push reg->base (bits) only once for bit registers,
543            and use pushReg,
544           (unsaveRegisters): pop reg->base only once and use popReg,
545           (assignResultValue): added parameter func and return in carry for bits,
546           (genIpush): optimization no reload in A if not changed,
547           (genSend): bit parameters in reentrant functions are passed in bit
548            registers by first assigning to bits in B, then save registers and
549            copy B to bits,
550           (genCall): handle returning in Carry properly, save it in F0 if needed,
551           (genPcall): updated assignResultValue call, this is not safe yet for bit
552            returning function !!!
553           (genFunction): don't generate equ's for bit registers and use pushReg,
554           (genEndFunction): take care of bit returning functions and use popReg,
555           (genRet): return bit in Carry,
556           (genIfx): optimize bit registers and other directly addressable bits,
557           (genReceive): updated assignResultValue call
558         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
559           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
560            registers when using stack-auto
561         * src/mcs51/ralloc.c (_G): added allBitregs,
562           (regs8051): added the bit registers,
563           (createStackSpil): use macro IS_BIT,
564           (getRegBit): added to allocate a bit register, else spill,
565           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
566           (updateRegUsage): factored out to ease stepping while debugging,
567           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
568            also allocate bit registers,
569           (fillGaps): handle bit registers,
570           (findAllBitregs): added to create bit vector with all bit registers,
571           (mcs51_allBitregs): returns this bit vector,
572           (mcs51_assignRegisters): when using stack-auto use bit registers for
573            passing parameters and creating local variables
574         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
575
576 2005-08-22 Borut Razem <borut.razem AT siol.net>
577
578         * device/lib/Makefile.in: replaced find option -or with -o
579           to make it run on solaris
580
581 2005-08-22 Raphael Neider <rneider AT web.de>
582
583         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
584           fixes #1265442 (crash on Solaris)
585
586 2005-08-20 Borut Razem <borut.razem AT siol.net>
587
588         * configure, configure.in: added tests for libsocket and libnsl libraries,
589           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
590           from support/regression/Makefile.in
591         * support/regression/Makefile.in: added
592         * device/lib/pic16/Makefile.common.in: force make to use bash shell
593         * sim/ucsim/libtool: regenerated on sparc-solaris
594         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
595           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
596           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
597           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
598           sparc-solaris, which doesn't use GNU ld linker
599         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
600         * as/Makefile: find on sparc-solaris does not support -maxdepth option
601
602 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
603
604         * src/mcs51/peeph.def: updated comments
605
606 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
607
608         * device/lib/_gptrget.c,
609         * device/lib/_gptrput.c: slightly shorter
610         * doc/sdccman.lyx: incremented version
611         * src/mcs51/peeph.def: moved peephole comments to the line of first
612           change to better keep line correlation, reanimated 186.e
613         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
614
615 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
616
617         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
618           David Saxton with quotes around file name.
619
620 2005-08-15 Borut Razem <borut.razem AT siol.net>
621
622         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
623           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
624           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
625           make tests run on x86_64 platform
626
627 2005-08-13 Raphael Neider <rneider AT web.de>
628
629         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
630           as it might be executed DURING a build (parallel make is wonderful)
631
632 2005-08-13 Raphael Neider <rneider AT web.de>
633
634         * device/lib/Makefile.in (port-specific-objects-pic16):
635           revert to cp $(PORT)/bin/*.* $(PORTDIR)
636         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
637           dependency
638         * device/lib/pic16/Makefile.rules: build subdirs before creating
639           the library, removed builddir rule, create $(builddir) early in
640           recurse rule, use empty recurse rule for leaf directories
641         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
642           mkdir errors (race condition), removed duplicate suffix "hex"
643           from clean rules
644         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
645         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
646           prevents mkdir -p from aborting on Alpha
647
648 2005-08-12 Raphael Neider <rneider AT web.de>
649
650         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
651           db-statements in order to allow for arrays of pointers in code
652           sections to be placed without interspersed 0-padding, fixes
653           bug #1256215
654         * (emitStatistics): fixed division by zero for pic18f1220
655         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
656           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
657         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
658         * (pic16_pCodeConstString): keep track of already emitted string
659           literals to prevent "duplicate definitions of symbol _str_NR"
660         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
661           debug message
662         * device/lib/Makefile.in: ignore failing PIC16 library builds
663         * device/lib/pic16/Makefile: do not build if gputils are missing
664         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
665
666 2005-08-10 Raphael Neider <rneider AT web.de>
667
668         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
669           my last commit)
670
671 2005-08-10 Raphael Neider <rneider AT web.de>
672
673         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
674           Rokas' patch to add the new fixed point type "__fixed16x16"
675         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
676           functions for __fixed16x16 arithmetics
677         * device/lib/pic16: reimplemented the build system to support
678           a separate build directory, better handling of libio (create
679           the library in a separate subdir for each architecture) and
680           easier configuration (centralized in Makefile.common)
681
682 2005-08-07 Raphael Neider <rneider AT web.de>
683
684         * src/pic16/gen.c (genrshTwo): fixed sign extension
685         * src/pic16/device.c: added pic18f2320, 4220 and 4320
686         * device/include/pic16/pic18f2220.h: changed some bit definitions,
687           added T0CONbits
688         * device/include/pic16/pic18f4220.h: NEW, header for
689           pic18f4220 and pic18f4320
690         * device/include/pic16/pic18fregs.h: added new devices,
691           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
692         * device/include/pic16/signal.h: resolved name clashes
693           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
694           to also allow testing for interrupt enable bits, added
695           comments on how to use the macros
696         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
697         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
698           register definitions for the devices
699         * device/lib/pic16/pics.all: added new devices
700         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
701           allocated memory
702         * device/lib/pic16/libc/stdlib/memfree: do not count
703           the block header as free memory
704         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
705           simplified and added missing end-of-blocklist-marker
706           (reported by Peter Onion, fixes #1252814)
707         * (_mergeHeapBlock): fixed loop condition
708         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
709           len==0, restructured code
710         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
711           up a bit, reduced bitfield accesses, prevent endless loops
712           in case of heap corruption
713         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
714           "unreferenced arguments/must return a value" warnings
715         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
716           replaced BAUDREG with SPBRG
717         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
718           device/lib/pic16/debug/gstack/gstack.c: replaced
719           _naked, _asm, _endasm with __naked, __asm, __endasm
720
721 2005-08-05 Raphael Neider <rneider AT web.de>
722
723         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
724           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
725
726 2005-08-05 Borut Razem <borut.razem AT siol.net>
727
728         * device/lib/Makefile.in: added missing ';'
729         * configure: removed ^M characters
730
731 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
732
733         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
734           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
735           License
736
737 2005-08-04 Borut Razem <borut.razem AT siol.net>
738
739         * configure.in: pic16 libraries build 2nd try - enable running
740           configure in device/lib/pic16
741         * configure: regenerated from configure.in
742         * device/lib/Makefile.in: create $(PORT)/bin directory
743
744 2005-08-03 Raphael Neider <rneider AT web.de>
745
746         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
747           to get/set values via pointers
748         * (genUnpackBits,genPackBits): changed detection of
749           ptr->bitfield vs. sym.bitfield, fixed access via generic
750           pointers, removed dead (wrong) code for multibyte bitfields
751         * (genNearPointerGet, genGenPointerGet): removed useless code,
752           fixed bitfield detection, fixes #1250594
753         * (genNearPointerSet): removed useless code
754         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
755           and introduced macro pic16_emitpcode that conditionally emits
756           the origin of the following pCode (useful for debugging SDCC)
757         * src/pic16/pcode.c: changed (and disabled) some debug outputs
758         * (createDefmap): fixed handling of LFSR for --optimize-df
759
760 2005-08-02 Borut Razem <borut.razem AT siol.net>
761
762         * device/lib/Makefile.in: pic16 libraries build enabled since
763           gputils-0.13.2 are now localy installed at sourceforge's compile farm
764
765 2005-08-02 Raphael Neider <rneider AT web.de>
766
767         * src/pic16/gen.c (genPackBits): removed deprecated warning
768         * (genGenPointerSet): fixed bitfield detection
769
770 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
771
772         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
773
774 2005-07-31 Raphael Neider <rneider AT web.de>
775
776         * device/lib/pic16/libdev/pic18f458.c,
777           device/include/pic16/pic18f458.h: added missing T0CONbits
778
779 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
780
781         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
782
783 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
784
785         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
786
787 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
788
789         * device/include/mcs51/at89c51ed2.h: added.
790
791 2005-07-23 Raphael Neider <rneider AT web.de>
792
793         * src/pic/gen.h: added emitpcode macro for debugging
794         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
795           and replace by macro adding debug information on demand
796         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
797         * (gencjne): tried to fix; replaced with correct (slower) code
798         * (gen{Unp,P}ackBits): fixed single bit access
799         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
800         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
801           previous instruction
802         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
803           register has to be handled with care (forbidding movement
804           of assignments/uses, removing assignments completely, ...)
805         * (pCodeOptime2pCodes): make use of regIsSpecial
806         * added lots of debugging output (commented out)
807         * src/pic/rallloc.c (deassignLRs): prevent operand registers
808           from being reused as result UNLESS it is known to work
809
810 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
811
812         * support/Util/dbuf.h: include <stddef.h> for size_t
813         * .version: changed to version 2.5.2
814
815 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
816
817         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
818
819 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
820
821         * src/hc08/gen.c (genMinus): fixed bug #1241835,
822           (genModOneByte): removed needless psha/pula
823
824 2005-07-22 Raphael Neider <rneider AT web.de>
825
826         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
827           have PIC14 handled like PIC16, fixes broken pic14 linker calls
828         * src/pic/gen.c (resolveIfx): do not "invent" labels
829         * (genSkipc): changed to positive logic
830         * (genSkipCond): removed as no longer needed
831         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
832           backport from PIC16
833         * (genLeftShift): check operands are in different registers
834         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
835           INCF does not update CARRY...
836         * src/pic/main.c: fixed _linkCmd
837         * src/pic/pcode.c (unlinkpCode): added inactive code
838         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
839           alive (do not assign result and operand overlapping registers)
840
841 2005-07-22 Raphael Neider <rneider AT web.de>
842
843         * src/pic/device.c (dump_sfr): replaced register declaration with
844           call to emitSymbolToFile() to avoid duplicate symbols
845         * (assignRelocatableRegisters): do not declare external symbols
846         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
847           right (take size of type, not etype)
848         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
849         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
850         * (packRegsForAccUse): disabled assignment of WREG as
851           the result reg to prevent occurence of just fixed #1235003,
852           fixes #1242954
853         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
854           symbols (avoids duplicate symbols in .asm file)
855         * (pic14emitRegularMap): use emitSymbolToFile()
856         * src/pic/gen.c (aopOp): fixed spillLocation handling
857         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
858         * (genDataPointerSet): removed unneccessary variables/output
859
860 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
861
862         * as/mcs51/lkarea.c: enlarged codemap for banked memory
863         * device/lib/mcs51/crtbank.asm: added # to 0x0F
864
865 2005-07-21 Raphael Neider <rneider AT web.de>
866
867         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
868           architecture cannot handle them efficiently, fixes bug #1235003
869         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
870           check for empty sets before using them (fixes bug #1232190)
871
872 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
873
874         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
875           (lnksect2): generate warnings for memory overlap
876         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
877           constseg to set the name of these segments so you can instruct the linker
878           to place them in banks
879         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
880         * src/SDCCglobl.h: added MODEL_HUGE to enum,
881           added code_seg and const_seg to options
882         * src/SDCCglue.c (emitMaps): use options.const_seg,
883           (createInterruptVect): put interrupt vectors in segment HOME,
884           (glue): put HOME before static segment and put the main glue in HOME,
885           (glue): use options.code_seg
886         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
887         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
888           these segments so you can instruct the linker to place them in banks
889           (linkEdit): use code_loc for HOME segment which should be the first
890           segment in code memory now
891         * src/SDCCmem.c: fixed more stuff like bug 1238386
892         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
893           (changePointer): don't change function pointers to code pointers for
894           banked functions,
895           (compareType): added exceptional check for banked function pointers
896         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
897         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
898           after static in code memory
899         * src/mcs51/gen.c: added aopLiteralLong prototype,
900           (aopForSym): use getSize for functions,
901           (genCall): generate banked calls over one trampoline __sdcc_banked_call
902           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
903           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
904           the segment,
905           (genPcall): use call for literal function pointers and generate banked
906           calls over the one trampoline so there's only one place for the user to
907           modify according to his/hers hardware,
908           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
909           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
910         * src/mcs51/main.c: added keyword banked,
911           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
912         * support/Util/SDCCerr.c,
913         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
914           needed for passing the bank and address to the trampoline
915         * device/lib/mcs51/crtbank.asm: added for bankswitching
916         * device/lib/mcs51/Makefile: added crtbank
917
918 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
919
920         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
921           for fields at offset 0 of a struct or union as reported
922           on 2005-07-07 in the developer mailing list.
923
924 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
925
926         * src/SDCCmem.c: fixed bug 1238386
927
928 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
929
930         * src/mcs51/peeph.def: added labelrefcounting for peepholes
931           (patch #1144962), added peephole 300, enabled 259.x
932         * doc/sdccman.lyx: removed screenshot and provided link instead
933
934 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
935
936         * doc/sdccman.lyx: added section about debugging with ddd
937         * doc/figures/ddd_example.eps: screenshot of debugging session
938
939 2005-07-04 Raphael Neider <rneider AT web.de>
940
941         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
942           like CODE pointers, fixes #1115683
943         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
944           call, fixes bugs #1232211, #1228110,
945           fixed wrong casts to pCodeFlow from pCodeInstructions
946
947 2005-07-04 Raphael Neider <rneider AT web.de>
948
949         * src/pic/gen.c (popGet): changed assert to allow for
950           bit operands
951         * (popGetAddr): changed signature to provide
952           an additional index, patched all call sites
953         * (genCmpEq): handle literal-like operands correctly
954         * (genAddrOf): added sanity checks on __code/__data pointers
955         * (genAssign): added handling of symbols from __code section
956         * (gencjne): do not generate code for comparisons whose result
957           is neither stored nor used, fixes bug #1171114
958         * (AccLsh, AccRsh): operate on operand instead of WREG
959         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
960           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
961           by known count
962         * rewrote complete shift-by-literal logic, commented unused
963           functions out
964         * (genConstPointerGet): get multiple bytes (if result size > 1),
965           fixed handling of non-immediate addresses
966         * (genPointerGet): handle CODE pointers like CONST pointers
967         * (genpic14Code): insert C-SRC lines as Cource-pCodes
968         * ({aop,op}_isLitLike): NEW, single place to decide whether an
969           operand is to be treated as a literal or not
970         * (mov2w,genPcall,genCmpEq),
971           src/pic/genarith.c: use aop_isLitLike() to decide between
972           literal/register contents
973         * (addSign): added missing offset
974         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
975           only emit comment in debug-mode,
976           use {aop,op}_isLitLike throughout the file
977         * src/pic/glue.c: fix initializers for pointers (work in progress)
978         * src/pic/pcode.c (get_op): honor index on _const symbols
979         * ({reset,dump}pCodeStatistics): NEW, estimate code size
980         * (dumppBlock): added pCode size estimation
981         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
982           check for IS_SYMOP before OP_SYMBOL'ing
983         * fixed indentation, compacted switch-statements
984         * (allocReg): find free register and allocate it instead of
985           allocating new registers all the time
986         * (deassignLRs): prevent POINTER_GET's from being assigned the same
987           registers as its operands (necessary only for multibyte GETs)
988
989 2005-07-01 Raphael Neider <rneider AT web.de>
990
991         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
992           debugging .asm-output macros FENTRY + FEXIT
993         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
994           way... I wonder...
995         * (emitpComment): NEW, printf to pCode
996         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
997           offset handling
998         * (popGetAddr): NEW, variant of popGet to access an immediates
999           high(er) bytes instead of the n'th byte of memory they reference,
1000           replaced popGet with popGetAddr where neccessary
1001         * (genDataPointerGet): reactivated and fixed implementation
1002         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1003           accesses
1004         * (genDataPointerSet): fixed multibyte assignments
1005         * (genpic14Code): fixed --i-code-in-asm handling
1006         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1007         * (genPlus): fixed index-out-of-bounds error
1008         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1009         * src/pic/ralloc.c: added debugging output macro FENTRY2
1010         * (spillThis): fixed indentation, enbraced for-body for clarity
1011         * (rematStr): commented out as now unused
1012         * (regTypeNum): commented out special spill case (overwrites
1013           arbitrary values)
1014         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1015
1016 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1017
1018         * doc/sdccman.lyx: documented sfr16/sfr32,
1019           added example for using storage class with function pointers
1020         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1021
1022 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1023
1024         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1025         * device/lib/_itoa.c,
1026         * device/lib/_ltoa.c: optimized codesize
1027         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1028           but don't know how to suppress the double warning.
1029         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1030         * support/Util/SDCCerr.c,
1031         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1032
1033 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1034
1035         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1036           fixed old K&R prototypes
1037         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1038         * device/lib/_gptrget.c,
1039         * device/lib/_gptrgetc.c,
1040         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1041           also new versions for small generic pointers and banked generic pointers
1042         * src/port.h: added const_name
1043         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1044         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1045         * src/SDCCcse.c (findPrevIc): check all associative operators
1046         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1047         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1048         * src/SDCCmem.c: updated comments,
1049           set far-space to 0 for pdata, results in optimized code
1050         * src/SDCCmem.h: added macro CONST_NAME
1051         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1052           moving the info into the highest bits, see also gptrget/gptrput
1053         * src/src.dsp: added sdcc.ico to project files
1054         * src/avr/gen.c (genCast): fixed bug 0x%d
1055         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1056         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1057           relation between ptr_type and DCL_TYPE,
1058           (genCast): fixed bug 0x%d
1059         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1060           (CODE)" for const_name
1061         * src/hc08/gen.c (genCast): fixed bug 0x%d
1062         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1063           (hc08_port): added "CONST (CODE)" for const_name
1064         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1065           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1066           between ptr_type and DCL_TYPE,
1067           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1068           operand* and took AOP() inside function so sfr-ness can be checked,
1069           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1070           new prototype,
1071           (genFunction, genEndFunction): optimized stack setup,
1072           (genMinus): optimized for literals with ending zeroes (in bytes),
1073           (genCast): fixed bug 0x%d
1074         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1075           (mcs51_port): added "CONST (CODE)" for const_name
1076         * src/mcs51/peeph.def: made rule 226 more generic
1077         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1078         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1079         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1080         * src/z80/main.c (z80_port): added NULL for const_name,
1081           (gbz80_port): added NULL for const_name
1082         * support/regression/tests/bug663539.c,
1083         * support/regression/tests/sfr16.c: new tests
1084
1085 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1086
1087         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1088
1089 2005-06-24 Raphael Neider <rneider AT web.de>
1090
1091         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1092           corrected typos...
1093         * device/include/pic16/signal.h: added USBIF
1094           and SIG_USB
1095
1096 2005-06-24 Raphael Neider <rneider AT web.de>
1097
1098         * device/lib/pic16/libdev/pic18f2455.c,
1099           device/include/pic16/pic18f2455.h: NEW
1100         * device/include/pic16/pic18fregs.h,
1101           device/lib/pic16/pics.all,
1102           src/pic16/device.c: added 18f2455
1103         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1104           device/include/pic16/{pic18f[68][567].h,usart.h}:
1105           replaced MULTIPLE_USARTS define with more relaible
1106           compatibility sfrs (for USART access)
1107
1108 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1109
1110         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1111           and the output asm file line is printed on two lines.
1112
1113 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1114
1115         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1116           BGT, BLE, BHI, and BLS instructions
1117         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1118           genCmpEq): removed
1119         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1120           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1121           fixes bug #1216342
1122         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1123
1124 2005-06-15 Raphael Neider <rneider AT web.de>
1125
1126         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1127         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1128         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1129           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1130           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1131
1132 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1133
1134         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1135           Marcel Telka in bug #1215704
1136
1137 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1138
1139         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1140           located in shared memory bank.
1141
1142 2005-05-31 Raphael Neider <rneider AT web.de>
1143
1144         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1145           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1146           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1147
1148 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * device/lib/_strncpy.c: fixed the fix
1151
1152 2005-05-26 Raphael Neider <rneider AT web.de>
1153
1154         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1155           initializers with \0, bug #1208187
1156         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1157           intializers with \0, bug #1208187
1158
1159 2005-05-26 Raphael Neider <rneider AT web.de>
1160
1161         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1162           initializers with \0, bug #1208187
1163         * src/pic16/main.c (_process_pragma): added sanity checks
1164           for stack position and size, emit warnings when appropriate
1165
1166 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1167
1168         * device/lib/_strncpy.c: fixed not filling with \0
1169
1170 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1171
1172         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1173           createFunction),
1174         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1175           compound_statement),
1176         * src/SDCCsymt.h,
1177         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1178
1179 2005-05-24 Raphael Neider <rneider AT web.de>
1180
1181         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1182
1183 2005-05-24 Raphael Neider <rneider AT web.de>
1184
1185         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1186           TRISE definitions, closes bug #1162453
1187
1188 2005-05-22 Raphael Neider <rneider AT web.de>
1189
1190         * src/pic16/main.c (_process_pragma): check for missing
1191           arguments to pragmas code and udata
1192         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1193           consistency fixes to match other headers (thanks to Jim Paris)
1194         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1195
1196 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1197
1198         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1199
1200 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1201
1202         * support/regression/tests/bug1198642.c: new test
1203         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1204         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1205         * support/scripts/resource.h,
1206         * support/scripts/resource.rc,
1207         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1208         * support/scripts/sdcc.ico: added 32x32 icon
1209
1210 2005-05-18 Raphael Neider <rneider AT web.de>
1211
1212         * device/lib/pic16/libdev/pic18f*.c,
1213         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1214           keywords to "__sfr" and "__at (X)"
1215         * device/include/pic16/pic18fregs.h: added pic18f4520
1216         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1217           #1203088 (MPLAB compatibility)
1218
1219 2005-05-17 Raphael Neider <rneider AT web.de>
1220
1221         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1222         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1223         * device/lib/pic16/pics.all: added new devices
1224         * src/pic16/device.c: added support for pic18f4520
1225
1226 2005-05-16 Raphael Neider <rneider AT web.de>
1227         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1228         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1229         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1230           convenience function for bit access
1231
1232 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1233
1234         * device/lib/printf_large.c: fixed bug 1193299
1235         * support/regression/tests/bug1057979.c: added test %3.3s
1236
1237 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1238
1239         * device/include/mcs51/8051.h,
1240         * device/include/mcs51/8052.h: made parseable with lint
1241         * device/include/mcs51/lint.h: added include file for (sp)lint
1242         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1243         * doc/cdbfileformat.lyx,
1244         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1245
1246 2005-05-14 Raphael Neider <rneider AT web.de>
1247
1248         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1249         * device/lib/pic16/libc/stdlib/itoa.c (new)
1250         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1251         * device/lib/pic16/libio/Makefile: exclude subdir according to
1252           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1253         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1254         * src/pic16/gen.c (genFunction): prevent annoying warning
1255         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1256           nameclashes on BeOS
1257         * support/cpp2/cppmain.c (cpp_output_string): new
1258         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1259           fixes bug 1116802
1260
1261 2005-05-13 Borut Razem <borut.razem AT siol.net>
1262
1263         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1264
1265 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1266
1267         * .version: changed to version 2.5.1; back to bleeding edge development
1268
1269 2005-05-11 Borut Razem <borut.razem AT siol.net>
1270
1271         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1272           generate PDF version 1.3 documents
1273
1274 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1275
1276         * .version: changed to version 2.5.0
1277
1278 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1279
1280         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1281
1282 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1283
1284         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1285         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1286         well as many smaller updates.
1287         * .version: changed to version 2.5.0-pre1
1288
1289 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1290
1291         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1292
1293 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1294
1295         * support/regression/tests/bug1185672.c: added
1296         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1297           bug 1185672
1298         * src/mcs51/gen.c (genCall): added comments, made it look safer
1299         * src/mcs51/gen.c (genEndFunction): simplified
1300
1301 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1302
1303         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1304
1305 2005-04-14 Borut Razem <borut.razem AT siol.net>
1306
1307         * fixed bug 1045046 - SIGSEGV with really simple code?:
1308           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1309           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1310
1311 2005-04-14 Borut Razem <borut.razem AT siol.net>
1312
1313         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1314           src/pic16/device.h: temporarily disabled experimental #inline pragma
1315           for 2.5.0 release
1316
1317 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1318
1319         * device/include/z80/stdio.h,
1320         * device/include/z80/string.h: removed these highly incomplete files so
1321           SDCC can use the default ones in device/include/
1322
1323 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1324
1325         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1326         gcc warning.
1327         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1328         fix sdcpp warnings.
1329
1330 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1331
1332         * device/include/malloc.h: removed redundant __reentrant prototypes
1333         * device/lib/_mullong.c: added working xstack variant in asm (C version
1334           doesn't pass regression tests)
1335         * device/lib/bpx.c: used __data and made bpx char for mcs51
1336         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1337           (createFunction): fixed bug with xstackPtr
1338         * src/SDCCcse.c: corrected comments
1339         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1340           (killDeadCode, eBBlockFromiCode): removed unused code
1341         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1342           corrected comments
1343         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1344           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1345           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1346           (genModOneByte): fixed warning in MSVC
1347         * src/mcs51/main.c (): added comments
1348         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1349
1350 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1351
1352         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1353
1354 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1355
1356         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1357
1358 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1359
1360         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1361         characters arrays of larger size than the declared one.
1362
1363 2005-04-10 Borut Razem <borut.razem AT siol.net>
1364
1365         * src/pic/gen.c (genInline),
1366           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1367           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1368           (findNextInstruction), (findPrevInstruction),
1369           (findInstructionUsingLabel),
1370           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1371         * src/pic/pcode.c (findLabel): added missing '\n'
1372         * src/src.dsp: added SDCCdwarf2.c to the project
1373
1374 2005-04-09 Borut Razem <borut.razem AT siol.net>
1375
1376         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1377
1378 2005-04-08 Raphael Neider <rneider AT web.de>
1379
1380         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1381           into the chain after a given one) and mergeDefmapSymbols (combine
1382           defmap entries for each symbol per pcode)
1383         * (createDefmap): have defmap entries merged in the end
1384         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1385           a symbol before replacing one access type's symbol, merge symbols in
1386           the end (replacement symbol might already have an entry)
1387         * (assignValnums): keep reference to written WREG intact
1388
1389 2005-04-08 Raphael Neider <rneider AT web.de>
1390
1391         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1392           Alpha)
1393
1394 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1395
1396         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1397         bytes
1398
1399 2005-04-07 Raphael Neider <rneider AT web.de>
1400
1401         * device/include/pic16/usart.h: added compatibility defines for
1402           devices with more than one USART
1403         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1404
1405 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1406
1407         * device/lib/Makefile.in: updated for port specific include
1408
1409 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1410
1411         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1412
1413 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1414
1415         * device/include/8051.h,
1416         * device/include/8052.h,
1417         * device/include/at89S8252.h,
1418         * device/include/at89c55.h,
1419         * device/include/at89x051.h,
1420         * device/include/at89x51.h,
1421         * device/include/at89x52.h,
1422         * device/include/mcs51reg.h,
1423         * device/include/reg51.h,
1424         * device/include/reg764.h,
1425         * device/include/regc515c.h,
1426         * device/include/sab80515.h: (re)moved these 12 files
1427         * device/include/mcs51/8051.h,
1428         * device/include/mcs51/8052.h,
1429         * device/include/mcs51/at89S8252.h,
1430         * device/include/mcs51/at89c55.h,
1431         * device/include/mcs51/at89x051.h,
1432         * device/include/mcs51/at89x51.h,
1433         * device/include/mcs51/at89x52.h,
1434         * device/include/mcs51/mcs51reg.h,
1435         * device/include/mcs51/reg51.h,
1436         * device/include/mcs51/reg764.h,
1437         * device/include/mcs51/regc515c.h,
1438         * device/include/mcs51/sab80515.h: and added them here
1439
1440 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1441
1442         * device/include/stdarg.h: changed SDCC specific keywords to double
1443           underlined form.
1444         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1445           mcs51 and ds390.
1446         * device/include/hc08/mc68hc908gp32.h,
1447         * device/include/hc08/mc68hc908jb8.h,
1448         * device/include/hc08/mc68hc908jkjl.h,
1449         * device/include/hc08/mc68hc908qy.h: fixed comments
1450         * device/include/mcs51/README: updated
1451         * device/include/mcs51/c8051f120.h: added PINRSF
1452         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1453         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1454           amidst code. Also inline is not supported.
1455
1456 2005-04-06 Raphael Neider <rneider AT web.de>
1457
1458         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1459         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1460           callers stack/frame pointers
1461
1462 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1463
1464         * device/include/pic16/usart.h: added, missing in previous commit,
1465         * device/include/pic16/adc.h: fixed typo,
1466         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1467         commit,
1468         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1469         <p18fxxx.inc>
1470         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1471         uninitialized because a bug appears with gplink
1472         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1473         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1474         complains for unrecognised option
1475
1476 2005-04-05 Raphael Neider <rneider AT web.de>
1477
1478         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1479           structs as well (using memcpy)
1480         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1481           on ISRs (GOTO has no label)
1482         * src/pic16/device.h: added OF_OPTIMIZE_DF
1483         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1484           new data flow analysis/optimization
1485         * src/pic16/pcode.c: added (prototypes for and implementation of)
1486           dataflow analysis functions, fixed pCodeInstructions' inCond and
1487           outCond values, made RCALL a branch instruction
1488         * (pic16_unlinkpCode): keep C line if possible
1489         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1490           C line moved if possible
1491         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1492         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1493           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1494         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1495           new flow)
1496         * (pic16_getJumptabpCode): NEW, needed in...
1497         * (LinkFlow): fixed handling of jumptables, calls and conditional
1498           branches
1499         * (pic16_InsertCommentAfter): NEW
1500         * (pic16_pCodeReplace): made verbose and flow preserving
1501         * (AnalyzeFlow): added call to data flow analysis
1502         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1503         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1504         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1505
1506 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1507
1508         * src/SDCCast.c (decorateType): fixed bug #1105626
1509
1510 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1511
1512         * device/include/asm/pic16/features.h,
1513         * pic18f*.h headers,
1514         * device/include/pic16/adc.h,
1515         * device/include/pic16/delay.h,
1516         * device/include/pic16/i2c.h,
1517         * device/include/pic16/malloc.h,
1518         * device/include/pic16/stdio.h,
1519         * device/include/pic16/stdlib.h,
1520         * device/include/pic16/string.h,
1521         * device/lib/pic16/libc/stdio/printf_tiny.c,
1522         * device/lib/pic16/libc/stdio/printf_small.c,
1523         * device/lib/pic16/libc/stdio/strmgpsim.c,
1524         * device/lib/pic16/libc/stdio/strmmssp.c,
1525         * device/lib/pic16/libc/stdio/strmusart.c,
1526         * device/lib/pic16/libc/stdio/vfprintf.c,
1527         * device/lib/pic16/libc/stdlib/ltoa.c,
1528         * device/lib/pic16/libc/stdlib/putchar.c,
1529         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1530         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1531         * device/lib/pic16/libc/stdlib/memchrram.c,
1532         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1533         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1534         * device/lib/pic16/libio/adc/adcbusy.c,
1535         * device/lib/pic16/libio/adc/adcread.c,
1536         * device/lib/pic16/libio/adc/adcsetch.c,
1537         * device/lib/pic16/libio/usart/ubaud.c,
1538         * device/lib/pic16/libio/usart/ubusy.c,
1539         * device/lib/pic16/libio/usart/udrdy.c,
1540         * device/lib/pic16/libio/usart/uopen.c,
1541         * device/lib/pic16/libio/usart/uputc.c,
1542         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1543         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1544         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1545         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1546         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1547         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1548         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1549         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1550         specific keywords to double underlined form,
1551         * device/lib/pic16/libc/Makefile.rules,
1552         * device/lib/pic16/libsdcc/Makefile.rules,
1553         * device/lib/pic16/libm/Makefile,
1554         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1555         to compile with C standard set in Makefile.common
1556         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1557         rand.c and crc.c in compilation process,
1558         * device/lib/pic16/libsdcc/int/divuint.c,
1559         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1560         `c' from signed to unsigned,
1561         * device/lib/pic16/startup/crt0.c,
1562         * device/lib/pic16/startup/crt0i.c,
1563         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1564         keywords to double underlined form, bug fixes in _do_cinit function
1565         which prevented the correct initialization of the .idata segment,
1566         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1567         core to enter a infinite loop
1568         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1569
1570 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1571
1572         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1573
1574 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1575
1576         * device/include/Makefile.in: add support for hc08 subdirectory
1577         * device/include/hc08/: new subdirectory
1578         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1579         Lucas Loizaga, thanks!
1580         * device/include/hc08/mc68hc908qy.h,
1581         * device/include/hc08/mc68hc908gp32.h,
1582         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1583         their own directory. Changed internal macro names to use the compiler
1584         reserved namespace. Changed SDCC specific keywords to double
1585         underlined form.
1586         * device/include/math.h,
1587         * device/include/malloc.h,
1588         * device/include/stdarg.h,
1589         * device/include/stdbool.h
1590         * device/include/string.h,
1591         * device/include/tinibios.h,
1592         * device/include/ds400rom.h,
1593         * device/include/8051.h,
1594         * device/include/8052.h,
1595         * device/include/80c51xa.h,
1596         * device/include/at89c55.h,
1597         * device/include/at89S8252.h,
1598         * device/include/at89x51.h,
1599         * device/include/at89x52.h,
1600         * device/include/ds80c390.h,
1601         * device/include/reg764.h,
1602         * device/include/regc515c.h,
1603         * device/include/sab80515.h,
1604         * device/include/mcs51/c8051f000.h,
1605         * device/include/mcs51/c8051f018.h,
1606         * device/include/mcs51/c8051f020.h,
1607         * device/include/mcs51/c8051f040.h,
1608         * device/include/mcs51/c8051f060.h,
1609         * device/include/mcs51/c8051f120.h,
1610         * device/include/mcs51/c8051f300.h,
1611         * device/include/mcs51/c8051f310.h,
1612         * device/include/mcs51/c8051f320.h,
1613         * device/include/mcs51/c8051f330.h,
1614         * device/include/mcs51/c8051f350.h,
1615         * device/include/z180.h: Changed SDCC specific keywords to double
1616         underlined form.
1617
1618 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1619
1620         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1621         18F4455,
1622         * (pic16_assignConfigWordValue): disable testing of configuration
1623         register value with config mask,
1624         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1625         function with port->fun_prefix,
1626         * (genFunction): when generating a naked interrupt function never
1627         create an absolute segment placed in interrupt vector address, place
1628         the actual interrupt function at IVA instead, when an interrupt
1629         function is generated with unspecified interrupt then do not create
1630         the absolute section,
1631         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1632         code for generating a call to generic pointer get/put function with
1633         a call to function pic16_callGenericPointer(),
1634         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1635         the call to the generic pointer get/put functions with prefixing the
1636         function name with port->fun_prefix,
1637         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1638         * src/pic16/main.c (_process_pragma): prefix function with
1639         port->fun_prefix,
1640         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1641         calling assembler, old 18Fxxxx macro is deprecated,
1642         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1643         PC_ASMDIR in while condition,
1644         * (findInstruction): add PC_ASMDIR in while condition,
1645         * (buildCallTree): prefix main with port->fun_prefix,
1646         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1647         identifier for variable with banked access in instructions BTFSS,
1648         BTFSC, BCF, BSF, BTG
1649         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1650         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1651         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1652         perform optimization when enviroment variable NO_REG_OPT is set,
1653         * (insideLRBlock): NEW, return 1 if register is inside an
1654         INF_LOCALREGS block,
1655         * (RemoveRegFromLRBlock): remove a register that is completely
1656         eliminated by register optimization, but it is still left in local
1657         register store/restore in/from stack block,
1658         * (Remove2pcodes): after removing register, check to see if it
1659         should be removed from local register store/restore in/from stack
1660         block,
1661         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1662         DUMMY_READ_VOLATILE,
1663
1664         * device/include/pic16/adc.h: minor prototype modifications and
1665         update,
1666         * device/include/pic16/malloc.h: added GPL notice various
1667         modifications,
1668         * device/include/pic16/stdint.h: NEW, standard header for ints
1669         * device/include/pic16/delay.h: NEW, header for delay functions,
1670         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1671         delay1mtcy,
1672         * device/include/pic16/signal.h: NEW, header providing helper macros
1673         for implementing signal handlers,
1674         * device/include/pic16/stdio.h: added prototypes for functions,
1675         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1676         prototypes for stdin and stdout, added macro PUTCHAR to
1677         automatically implement putchar function prototype,
1678         * device/include/pic16/usart.h: modified and updated USART library,
1679         * device/lib/pic16/libio/adc/,
1680         * device/lib/pic16/libio/i2c: some modifications to improve library
1681         performance,
1682         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1683         family of functions,
1684         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1685         family of functions and other sources,
1686         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1687         of the PIC18Fxx[28] devices,
1688         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1689         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1690         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1691         _do_cinit function, because the previous failed when local variables
1692         where not placed in the same memory bank,
1693         * device/lib/pic16/libsdcc/char/: various modifications to improve
1694         library performance,
1695         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1696         information on the new functions of the c library and more...
1697
1698 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1699
1700         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1701
1702 2005-03-26 Raphael Neider <rneider AT web.de>
1703
1704         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1705           if condition == CARRY)
1706         * (genCmp): adapted to new genSkipc semantics
1707         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1708           on rIfx (genCmp was broken)
1709
1710 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1711
1712         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1713         * src/z80/main.c (_keywords[]),
1714         * src/SDCCglobal.h (struct options),
1715         * src/SDCC.y,
1716         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1717         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1718         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1719         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1720         always available in leading double underscore form. The C99 support is
1721         mostly missing, but it's a start.
1722         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1723         reserved identifier "__data".
1724
1725 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1726
1727         * src/mcs51/peeph.def: fixed bug 1170013
1728
1729 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1730
1731         * device/include/mcs51reg.h: fixed bug 842007
1732
1733 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1734
1735         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1736         last time.
1737
1738 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1739
1740         * src/port.h (struct PORT),
1741         * src/avr/ralloc.c (avr_assignRegisters),
1742         * src/avr/main.c,
1743         * src/ds390/ralloc.c (ds390_assignRegisters),
1744         * src/ds390/main.c,
1745         * src/hc08/ralloc.c (hc08_assignRegisters),
1746         * src/hc08/main.c,
1747         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1748         * src/mcs51/main.c,
1749         * src/pic/ralloc.c (pic14_assignRegisters),
1750         * src/pic/main.c,
1751         * src/pic16/ralloc.c (pic16_assignRegisters),
1752         * src/pic16/main.c,
1753         * src/xa51/ralloc.c (xa51_assignRegisters),
1754         * src/xa51/main.c,
1755         * src/z80/ralloc.c (z80_assignRegisters),
1756         * src/z80/ralloc.h,
1757         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1758         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1759         * src/SDCCcse.h,
1760         * src/SDCCdflow.c (computeDataFlow),
1761         * src/SDCCdflow.h,
1762         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1763         * src/SDCCloop.h,
1764         * src/SDCCcflow.c (*),
1765         * src/SDCCcflow.h,
1766         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1767         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1768         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1769         immedDom() returning wrong block; probably fixes bug #1160833)
1770
1771 2005-03-20 Borut Razem <borut.razem AT siol.net>
1772
1773         * support/scripts/inc2h.pl: WIN32 port
1774
1775 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1776
1777         * device/lib/makefile.in: added abs.c and labs.c
1778
1779 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1780
1781         * device/include/stdint.h: added
1782         * device/lib/abs.c: added
1783         * device/lib/labs.c: added
1784         * device/include/stdlib.h: added abs() and labs() prototypes
1785         * device/lib/libsdcc.lib: added abs and labs
1786         * device/include/float.h,
1787         * device/lib/_fsmul.c,
1788         * device/lib/printf_fast.c,
1789         * device/lib/printf_tiny.c: updated comments
1790
1791 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1792
1793         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1794         bug #1164313
1795
1796 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1797
1798         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1799         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1800
1801 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1802
1803         * device/lib/printf_large.c: removed inline assembly for portability and
1804           readability. Use printf_fast if speed or size are more important.
1805         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1806         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1807
1808 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1809
1810         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1811         prevent compiler warning
1812
1813 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1814
1815         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1816         moved to level 0 and declared as static. Also they are explicit
1817         placed in access bank. This was necessery because some times they
1818         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1819         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1820         optimizations. Currently only compare to unsigned char is implemented,
1821         * src/pic16/gen.c: added fReturnIdx array,
1822         * (struct resolvedIfx) is moved to gen.h and made public,
1823         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1824         * (aopForSym): added an optimization to directly store in stack of
1825         the operand of a SEND iCode,
1826         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1827         but as registers instead (AOP_REG) using the fReturnIdx array,
1828         * (pic16_freeAsmop): remove the freed register from the
1829         _G.sregsAlloc field,
1830         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1831         a compare of 'WREG',
1832         * (pic16_popGetTempRegCond): changed function prototype, now
1833         function takes also a bitVector argument v which holds the current
1834         set of registers that are allocated for stack access by aopForSym,
1835         registers allocated in aopForSym for accessing stack symbols are not
1836         any more part of the functions usedRegs field,
1837         * (genCall): some times aopOp is called for a stack variable to be
1838         send, aopForSym might perform the push, if this is true make sure
1839         that genCall doesn't push the variable twice by testing _G.resDirect,
1840         * (genFunction): changed testing for unspecified interrupt number
1841         from 256 to INTNO_UNSPEC,
1842         * modified selection scheme of frame pointer generation. Previously
1843         if function did use local registers a frame pointer was generated,
1844         now a frame pointer is generated only if function has arguments
1845         (that need PLUSW2 register access), or has stack arguments, or the
1846         compiler is not instructed to omit the frame pointer,
1847         * (genEndFunction): before restoring local registers that were saved
1848         in the function preamble, also restore the registers that *might*
1849         have been allocated for stack access,
1850         * (genRet): removed some old comments,
1851         * (genCmp, the active (RN's) version): added a call to the
1852         pic16_genCmp_special function to perform the compare with a more
1853         robust and optimized way,
1854         * (genInline): a feature has been added in inline code generation,
1855         which allows a wildcard variable substitution when writing inline
1856         assembly. Code is incomplete and experimental therefore undocumented,
1857         * (genCast): changed order of aopOp for result and right to allow
1858         aopForSym to directly load the result if possible,
1859         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1860         perform an optimized compare on some selected special occasions,
1861         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1862         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1863         generate an IVT any more,
1864         * src/pic16/main.c (pic16_optionsTable): added command line option
1865         --optimize-cmp,
1866         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1867         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1868         macros,
1869         * src/pic16/NOTES: Raphael Neider added in list of active developers
1870         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1871         jumptable_end to prevent bug #,
1872         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1873         inCond and outCond fields,
1874         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1875         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1876         turn off register spilling,
1877         * (packRegsForOneUse): synced with other ports' versions although it
1878         is not used currently,
1879         * (pic16_packRegisters): added an optimization while reading
1880         structure bitfields, some registers may be saved (malloc code is
1881         decreased by 80 bytes)
1882
1883 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1884
1885         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1886         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1887         this can be optimized more?
1888
1889 2005-03-10 Raphael Neider <rneider AT web.de>
1890
1891         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1892           genNearPointerGet): (hopefully) fixed access to bitfields via
1893           pointers (p->bitN = x; and x = p->bitN; failed)
1894
1895 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1896
1897         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1898
1899 2005-03-09 Raphael Neider <rneider AT web.de>
1900
1901         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1902
1903 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1904
1905         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1906         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1907           (regTypeNum): set REG_BIT type if necessary
1908         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1909         * support/regression/tests/critical.c: check bug 1144613
1910
1911 2005-03-02 Raphael Neider <rneider AT web.de>
1912
1913         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1914
1915 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1916
1917         * src/avr/ralloc.c (serialRegAssign),
1918         * src/ds390/ralloc.c (serialRegAssign),
1919         * src/hc08/ralloc.c (serialRegAssign),
1920         * src/mcs51/ralloc.c (serialRegAssign),
1921         * src/pic/ralloc.c (serialRegAssign),
1922         * src/pic16/ralloc.c (serialRegAssign),
1923         * src/xa51/ralloc.c (serialRegAssign),
1924         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1925
1926 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1927
1928         * src/SDCCast.c (decorateType): fixed bug 1124787
1929
1930 2005-02-20 Hubert Sack <sack AT digiplan.de>
1931         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1932
1933         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1934         patch #1121755
1935
1936 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1937
1938         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1939         to keep the correct label reference count when adding/removing references
1940         to labels. A peephole file using this is appended to patch #1144962.
1941
1942 2005-02-14 Raphael Neider <rneider AT web.de>
1943
1944         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1945         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1946         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1947           retrievals of result operand's value on assignment
1948
1949 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1950
1951         * device/include/pic16/string.h: modified prototype for memccpy()
1952         to memccpy(void *, void *, char, size_t)
1953         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1954         check whether to omit frame pointer or not,
1955         * (genInline): convert all occurences of "\n" to LF in inline
1956         assembler blocks, this helps formatting the inline text,
1957         * (pic16_loadFSR0): modified prototype,
1958         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1959         removed some 8051 legacy code,
1960         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1961         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1962         before allocating temporary registers in functions,
1963
1964 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1965
1966         * support/regression/tests/bitvars.c: corrected the "fix"
1967
1968 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1969
1970         * support/regression/tests/bitvars.c,
1971         * support/regression/tests/bitwise.c,
1972         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1973
1974 2005-02-10 Raphael Neider <rneider AT web.de>
1975
1976         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1977           different size for Alpha
1978         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1979
1980 2005-02-09 Raphael Neider <rneider AT web.de>
1981
1982         * src/SDCC.lex(doPragma) : save and restore warning options as well
1983           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1984         * have #pragma less_pedantic set the errorlevel to WARNING
1985           (fixes #1117001)
1986         * (cloneOptimize) : fixed wrong malloc's size
1987         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1988           facilitate correct handling of #pragma (save|restore)
1989
1990 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1991
1992         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1993
1994 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1995
1996         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1997
1998 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1999
2000         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2001
2002 2005-02-02 Raphael Neider <rneider AT web.de>
2003
2004         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2005         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2006         * (pic16_storeForReturn): fixed to allow returning function pointers
2007         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2008         * device/include/pic16/{stddef.h,stdbool.h}: added
2009
2010 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2011
2012         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2013
2014 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2015
2016         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2017         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2018          appeared to be required
2019
2020 2005-01-31 Borut Razem <borut.razem AT siol.net>
2021
2022         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2023           include/mcs51 and include/z80 directories to the package
2024
2025 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2026
2027         * src/hc08/gen.c (genFunction): fixed bug #1112752
2028
2029 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2030
2031         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2032
2033 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2034
2035         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2036
2037 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2038
2039         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2040
2041 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2042
2043         * device/include/c8051fxxx.h: removed these 6 files
2044         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2045
2046 2005-01-26 Raphael Neider <rneider AT web.de>
2047
2048         * src/pic16/gen.c (genAssign): fixed assignment from longs
2049           in codespace (were cut to three bytes)
2050         * (genDummyRead): implemented (except for CODESPACE...),
2051           fixed bug #1108575
2052         * src/pic16/glue.c (emitStatistics): beautified
2053         * device/lib/pic16/libm/Makefile: added include path
2054
2055 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2056
2057         * src/z80/gen.c (aopPut): fixed bug #1103902
2058
2059 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2060
2061         * device/lib/expf.c: fixed bug #1095792
2062
2063 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2064
2065         * device/lib/pic16/libm: added Math library sources
2066
2067 2005-01-24 Raphael Neider <rneider AT web.de>
2068
2069         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2070           to enable upcast to pCodeOpReg2 (there is no type tag to
2071           differenciate the two and pic16_popGet2p cast into PCOR2)
2072         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2073           (sizeof(sectNames) changed to sizeof(sectName))
2074           Both patches fix segfaults under MinGW.
2075
2076 2005-01-23 Raphael Neider <rneider AT web.de>
2077
2078         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2079           Safe_[mc]?alloc()'ed variables
2080         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2081           of (byte sized) temporaries (assign them to WREG for now)
2082         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2083           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2084           this might fix SIGSEGVs on MinGW...
2085         * src/SDCCopt.c (killDeadCode): restored original behaviour
2086           (volatile operands might get thrown away though)
2087
2088 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2089
2090         * src/pic16/gen.c: fixed bug #1106975,
2091         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2092         pointer update, INTCON is saved, global interrupts are disabled and
2093         restored after updateing TOS.
2094         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2095         * added function attribute 'shadowregs' to take advantage of shadow
2096         registers,
2097         * added function attribute 'wparam' as an alternative to the wparam
2098         pragma,
2099         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2100         user declares a non-ISR function as 'shadowregs',
2101         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2102
2103 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2104
2105         * .version: bumped version number to 2.4.8
2106         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2107         pic16 port,
2108         * device/lib/pic16/libio/i2c/: I2C module support library,
2109         * device/include/pic16/i2c.h: I2C support library header,
2110         * device/lib/pic16/libc/stdio/: standard IO support sources,
2111         * (printf_small.c): printf_small() source, supports float print,
2112         * (printf_tiny.c): printf_tiny() source, does not support floats,
2113         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2114         enable global optimizations for entire library source, other
2115         Makefiles in the source tree are also modified to reflect this,
2116         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2117         function,
2118         * doc/sdccman.lyx: updated to reflect new changes,
2119         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2120         sym->onStack if-case,
2121         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2122         sbit, idata, _idata, xdata, _xdata,
2123         * added pragma library, to link an external library, (see doc),
2124         * removed command line options, --pomit-config-words, --pomit-ivt,
2125         --pleave-reset-vector,
2126         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2127         when calling assembler to reflect memory model used, also define
2128         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2129         reflect stack model used,
2130         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2131         on stack return NULL,
2132
2133 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2134
2135         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2136           of the operands is volatile. Fixes #1020220
2137
2138 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2139
2140         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2141         * (OptimizeRegUsage): make sure that there is really no other flow where
2142           the first pCode is used
2143
2144 2005-01-22 Raphael Neider <rneider AT web.de>
2145
2146         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2147           to fix #1106967 (pCode->seq are not set up correctly)
2148
2149 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2150
2151         * src/SDCCglue.c (glue): make sure code area is declared before the
2152         static initialization area.
2153
2154 2005-01-21 Raphael Neider <rneider AT web.de>
2155
2156         * device/lib/Makefile.in: fixed test for pic16 install dir
2157         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2158           optimizations
2159         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2160           added --optimize-goto compiler switch and pragma wparam documentation
2161         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2162         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2163           and PRODH closing bug #1071770 (peephole optimizer)
2164
2165 2005-01-19 Raphael Neider <rneider AT web.de>
2166
2167         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2168           cmdLine buffers (used when calling sdcpp...) are large enough
2169           (MAX_PATH=256 truncates arguments leading to system halts when
2170           used in MinGW...)
2171         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2172         * (genUminus): rewritten to for efficiency
2173         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2174           used uninitialized in some cases)
2175         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2176           copy the third byte from the int -- now assumes 0x80 (data memory)
2177         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2178           operands (genAddLit expects the iCode's operands to swapped as
2179           well), fixed leftover bytes (crashed for short left operands)
2180         * (pic16_genMinusDec): performance improvements, removed false
2181           PIC14 emitSKPNCs
2182         * (pic16_genMinus): fixed to cope with differently sized operands
2183         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2184           for --obanksel > 1
2185         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2186         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2187           new banksel optimization
2188         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2189           analysis for temporary registers (segfaults...)
2190         * src/pic16/peeph.def: added rule
2191
2192 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2193
2194         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2195         which converts a float number to its ASCII representation
2196         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2197         functions to convert the fractional and integer part of a float to ASCII,
2198         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2199         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2200         ram
2201         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2202         _STATMEM macros,
2203         * device/include/pic16/adc.h: added GPL info,
2204         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2205         a pCodeOp as tested operand,
2206         * (genNearPointerGet): optimized bit testing, does not use
2207         intermediate register for bit value, test directly instead with
2208         BTFSS, BTFSC, works only for single bits,
2209         * (genpic16Code): dump the name of the iCode in the asm,
2210         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2211         renamed to pic16_decodeOp,
2212         * (serialRegAssign): do not allocate a temporary register for iCode
2213         sequences that test a single bit for 1/0
2214
2215 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2216
2217         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2218         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2219         access stack and frame pointers. They are initially assigned to
2220         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2221         accessing SFRs. Updated all occurences of modification of stack or
2222         frame pointer in gen.c and pcode.c,
2223         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2224         assigning of a literal value to pointers,
2225         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2226         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2227         selected
2228
2229 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2230
2231         * doc/sdccman.lyx: update documentation about stack pragma, added
2232         some info for stack memory models
2233
2234 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2235
2236         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2237
2238 2005-01-08 Raphael Neider <rneider AT web.de>
2239
2240         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2241           udata sections to fix bug #1097823
2242
2243 2005-01-05 Raphael Neider <rneider AT web.de>
2244
2245         * src/pic16/gen.c (genGenericShift): added handling of differently
2246           sized left operand and result
2247
2248 2005-01-04 Raphael Neider <rneider AT web.de>
2249
2250         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2251         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2252           to hold the condition bit)
2253         * added new version of genCmp (old code available via #define)
2254         * added new version of genShiftLeft/genShiftRight in a generic
2255           way, now supports shifting by negative values
2256         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2257           shiftCount (expected by genGenericShift)
2258         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2259         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2260           dump
2261         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2262           is an invalid literal too...)
2263
2264 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2265
2266         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2267         from Raphael Neider,
2268         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2269         for 8-bit literals. This fixes some literal operands which are sign
2270         extended to 16-bits ints when instruction needs only 8-bits.
2271
2272 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2273
2274         * device/lib/logf.c: added mcs51 assembly version
2275         * device/lib/expf.c: added mcs51 assembly version
2276         * device/lib/_logexpf.c: new shared asm code for expf and logf
2277         * device/include/math.h: add defines for assembly math library
2278         * device/lib/Makefile.in: build new _logexpf.c
2279         * device/lib/libfloat.lib: use new _logexpf.c
2280
2281 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2282
2283         * src/pic/device.c
2284         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2285           device types which have less than 0x7f registers.
2286
2287 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2288
2289         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2290
2291 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2292
2293         * device/lib/printf_fast.c: only build on supported arch.
2294         * device/lib/printf_tiny.c: only build on supported arch.
2295         * device/lib/printf_fast_f.c: only build if asm float lib
2296         * device/lib/_fsget1arg.c: only build if asm float lib
2297         * device/lib/_fsget2args.c: only build if asm float lib
2298         * device/lib/_fsnormalize.c: only build if asm float lib
2299         * device/lib/_fsreturnval.c: only build if asm float lib
2300         * device/lib/_fsrshift.c: only build if asm float lib
2301         * device/lib/_fsswapargs.c: only build if asm float lib
2302         * device/include/stdio.h: don't provide print_fast,
2303           print_fast_f, print_tiny prototypes if --xstack used
2304
2305 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2306
2307         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2308         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2309           to the SOURCES
2310
2311 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2312
2313         * device/lib/printf_fast_f.c: same as printf_fast, but
2314           with floating point enabled
2315         * device/lib/printf_fast.c: minor tweaks
2316         * device/include/stdio.h: add printf_fast_f
2317
2318 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2319
2320         * src/SDCCmain.c: make --float-reent default for mcs51
2321         * device/lib/_fsadd.c: added mcs51 assembly version
2322         * device/lib/_fssub.c: added mcs51 assembly version
2323         * device/lib/_fsmul.c: added mcs51 assembly version
2324         * device/lib/_fsdiv.c: added mcs51 assembly version
2325         * device/lib/_fseq.c: added mcs51 assembly version
2326         * device/lib/_fsneq.c: added mcs51 assembly version
2327         * device/lib/_fsgt.c: added mcs51 assembly version
2328         * device/lib/_fslt.c: added mcs51 assembly version
2329         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2330         * device/lib/Makefile.in: add _fscmp to build
2331         * device/lib/libfloat.lib: add _fscmp to build
2332
2333 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2334
2335         * device/lib/_fs2slong.c: added mcs51 assembly version
2336         * device/lib/_fs2sint.c: added mcs51 assembly version
2337         * device/lib/_fs2schar.c: added mcs51 assembly version
2338         * device/lib/_fs2ulong.c: added mcs51 assembly version
2339         * device/lib/_fs2uint.c: added mcs51 assembly version
2340         * device/lib/_fs2uchar.c: added mcs51 assembly version
2341         * device/lib/_slong2fs.c: added mcs51 assembly version
2342         * device/lib/_sint2fs.c: added mcs51 assembly version
2343         * device/lib/_schar2fs.c: added mcs51 assembly version
2344         * device/lib/_ulong2fs.c: added mcs51 assembly version
2345         * device/lib/_uint2fs.c: added mcs51 assembly version
2346         * device/lib/_uchar2fs.c: added mcs51 assembly version
2347         * device/include/float.h: added #define to select asm vs c
2348
2349 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2350
2351         * device/lib/printf_fast.c: improvements to float output
2352         * device/include/float.h: add defines for assembly float library
2353         * device/lib/_fsget1arg.c: receive 1 float arg
2354         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2355         * device/lib/_fsnormalize.c: normalize a float
2356         * device/lib/_fsreturnval.c: return float, various helper routines
2357         * device/lib/_fsrshift.c: right shift a float's mantissa
2358         * device/lib/_fsswapargs.c: swap 2 floats
2359         * device/lib/Makefile.in: build these 6 new files for mcs51
2360         * device/lib/libfloat.lib: add these 6 files to the library
2361
2362 2004-12-26 Borut Razem <borut.razem AT siol.net>
2363
2364         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2365           built by gcc 3.4.2
2366
2367 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2368
2369         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2370           and fully reentrant and register bank neutral.
2371         * device/lib/printf_fast.c: added float (not enabled by default),
2372           added compact/slower integer (also not enabled by default),
2373           improved size/speed of fast integer code, other minor changes
2374         * device/include/stdio.h, device/lib/Makefile.in,
2375           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2376
2377 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2378
2379         * src/pic16/pcode.c: declaring variables other than at the start of a
2380           block is not supported in C by VC6.
2381
2382 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2383
2384         * applied a previous patch from Raphael Neider that wasn't included
2385         in the previous commits, which fixes infinite loops within jumptable
2386         improvements,
2387         * made some fixes that previous patches introduced
2388
2389 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2390
2391         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2392         that fixes an issue with AOP_PCODE asmop's offset,
2393         * (pic16_popCopyReg): update instance field too,
2394         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2395         function of pic port,
2396         * (genCmp, genAnd, genAssign),
2397         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2398
2399 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2400
2401         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2402         variables initial values to idata section,
2403         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2404         variables in some functions. This utilizes parmBytes field of iCode
2405         structure to hold the offset of the variable in stack. (might be
2406         able to use the stack field too?)
2407         * applied patch from Raphael Neider # ### , # ###
2408         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2409         variable initial values in idata section,
2410         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2411         for static variables with initial value
2412         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2413         applied fix in while loop from Raphael Neider.
2414
2415 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2416
2417         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2418         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2419         * src/ds390/ralloc.c (serialRegAssign): spill bits
2420         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2421         * support/Util/SDCCerr.c,
2422         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2423         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2424         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2425
2426 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2427
2428         * device/include/sdcc-lib.h: inserted LGPL, added includes
2429           asm/ds390/features.h and asm/mcs51/features.h
2430         * device/include/asm/default/features.h,
2431         * device/include/asm/gbz80/features.h,
2432         * device/include/asm/z80/features.h: added empty _AUTOMEM
2433           and _STATMEM
2434         * device/include/asm/ds390/features.h,
2435         * device/include/asm/mcs51/features.h: added files with defines for
2436           _AUTOMEM and _STATMEM indicating automatic and static storage class
2437         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2438         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2439         * src/SDCCicode.c (geniCodeCast),
2440         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2441         * src/SDCCloop.c (loopInduction): removed unused variable lr
2442         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2443           to convertToFcall to include char modulo (RFE 1065037), added check
2444           if left operand is unsigned and use abs of literal value
2445         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2446           as it doesn't work after conversion from peephole.def to peephole.rul
2447         * src/mcs51/gen.c (toBoolean): added check for size,
2448           (genModOneByte): optimized code for signed char modulo a literal
2449           power of 2 (thanks to Hubert Sack),
2450           (genRRC): removed unnecessary "clr c",
2451           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2452         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2453           jump optimization,
2454           swapped rules 256.c and 256.d,
2455           extended 256.d by using new multiple checks (thanks Erik),
2456           added rules 256.e and 256.f,
2457           updated rule 261.a and 261.b to new generated code
2458         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2459
2460 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2461
2462         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2463           induction related bugs, including first part of bug #1074377
2464
2465 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2466
2467         * applied patch from bug-report #1076292,
2468         * applied patches for genAnd and Goto-optimizations for Raphael
2469         Neider,
2470         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2471         dump a less iCode information,
2472         * src/pic16/device.h (pic16_options_t): added field debgen,
2473         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2474         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2475         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2476         puclic,
2477         * (various functions): added macros FENTRY and FENTRY2 to functions,
2478         to emit function prologue,
2479         * (various functions): fixed indentation,
2480         * (genNearPointerGet): fixed loading of FSR0,
2481         * (genPackBits): applied patch from Raphael Neider to fix updating
2482         of FSR0 and touching only the modified bits,
2483         * src/pic16/genarith.c (various functions): added macros FENTRY to
2484         emit function prologue in comments,
2485         * src/pic16/pcode.h: added functions debugf2, debugf3,
2486         * src/pic16/ralloc.c: partial fix for packForPush caused
2487         segmentation fault,
2488
2489 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2490
2491         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2492           <stsp AT users.sourceforge.net> with reversed byte order
2493         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2494
2495 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2496
2497         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2498           bug #1074377
2499         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2500         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2501
2502 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2503
2504         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2505
2506 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2507
2508         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2509           conditions,
2510           (setFromConditionArgs): friendly operand parser for peephole rules,
2511           (operandBaseName, operandsNotRelated): new peephole condition
2512           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2513           architecture specific register naming into account, handles n-way
2514           comparisons, and supports quoted literals
2515         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2516
2517 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2518
2519         * src/mcs51/peeph.def: fixed bug #1076940
2520
2521 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2522
2523         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2524
2525 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2526
2527         Adding support for replacing ljmps with sjmps in jumptables
2528         generated for switch statements. For now you need to set the
2529         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2530         Now 4 algorithms for mcs51 jumptable generation are used:
2531         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2532         addresses loaded pc-relative for up to 112 cases and stack-pushing
2533         target addresses loaded with offset from dptr for up to 256 cases.
2534
2535         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2536         * src/mcs51/main.c: adapted constants for switch table generation
2537         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2538
2539 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2540
2541         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2542         * support/regression/tests/bug1057979.c: added test for bug 1073386
2543
2544 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2545
2546         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2547         compilers
2548
2549 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2550
2551         * src/pic16/device.h,
2552         * src/pic16/genarith.c,
2553         * src/pic16/glue.c,
2554         * src/pic16/main.c,
2555         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2556
2557 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2558
2559         Large cummulative patch for pic16 port.
2560         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2561         to call when a stack overflow occurs,
2562         * (malloc.h): added CVS Id tag,
2563         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2564         variable,
2565         * added libc directory. The current version of LibC contains string
2566         functions, ctype functions and macros and some functions of the
2567         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2568         be extensively tested in the future. Standard disclaimer here.
2569         Library is not automatically build yet. But one can build it by
2570         invoking 'make' inside the libc directory.
2571         * added ADC library under libio. Preliminary version yet.
2572
2573         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2574         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2575         aopForRemat() now and not by pic16_aopOp(),
2576         * (pic16_popGetTempReg): removed warning messgae when allocating
2577         temporary registers, its a buggy feature and will be removed,
2578         * (pic16_popGet): set register instance field in AOP_CRY,
2579         * (pic16_outBitC): fixed for results in size greater than 1,
2580         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2581         * (pic16_storeForReturn): optimized return of 0,
2582         * (genCmp): experimental code for new genCmp which uses PIC18's
2583         special compare&skip instructions. Initial tests fail some times
2584         with variables grater than 1 byte in size, so new code is disabled,
2585         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2586         a single bit,
2587         * (genCast): began a fix to optimize the casting of a bit to another
2588         bit, now assigning a bitfield to another bitfield will fail, sorry,
2589         * src/pic16/main.c: disabled the use of lr-support feature,
2590         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2591         * added some function prototypes, added function _debugf prototype,
2592         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2593         bits with offset (case PO_GPR_BIT),
2594         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2595         command line,
2596         * (isBankInstruction): modified to return 0 for no banking instruction,
2597         and 1 for banking instruction,
2598         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2599         caused stop processing pCodes after a inline assembly block,
2600         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2601         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2602         registers when it shouldn't,
2603         * src/pic16/ralloc.c (allocReg): add preliminary support for
2604         supporting a limited set of temporary registers,
2605
2606 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2607
2608         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2609           genDataPointerSet): ensure assignments always copy in MSB to LSB
2610           order,
2611           (loadRegFromAop): recognize CLRH optimization,
2612           (genFunction): optimize RECEIVE iCodes in reentrant functions
2613
2614 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2615
2616         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2617           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2618           selected.
2619         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2620         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2621           contiguous with data
2622
2623 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2624
2625         * device/lib/_gptrget.c (_gptrget),
2626         * device/lib/_gptrgetc.c (_gptrgetc),
2627         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2628           instead of sjmp to ret
2629         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2630           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2631
2632 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2633
2634         * .version: bumped version to 2.4.7
2635         * device/lib/_gptrget.c (_gptrget): is now _naked
2636         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2637         * device/lib/_gptrput.c (_gptrput): is now _naked
2638         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2639           (createFunction): fixed xstack
2640         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2641         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2642           or bit either,
2643           (geniCodeCritical): store original interrupt state in an iTemp bit
2644           var unless stack-auto
2645         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2646         * src/SDCCmain.c (setIncludePath): added include/target to search path
2647         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2648         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2649           prototype,
2650           (processFuncArgs): put bit vars in bit area
2651         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2652           unsaveRBank): fixed xstack,
2653           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2654           (genFunction, genEndFunction): fixed xstack,
2655           (genAssign): optimization don't walk backwards through mem
2656         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2657         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2658         * support/regression/Makefile: also make library (for stack-auto) when
2659           making "all" and added "test-mcs51-xstack-auto"
2660         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2661         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2662         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2663         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2664         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2665           make-library by MAKE_LIBRARY
2666         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2667           regression tests for xstack
2668         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2669         * support/regression/tests/critical.c: test for critical on mcs51
2670
2671 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2672
2673         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2674           built version of sdcc instead of installed version
2675
2676 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2677
2678         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2679         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2680           vprintf.c now
2681         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2682         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2683           WARNING: remove device/lib/build/z80/printf.o by hand when
2684           updating from previous build!
2685         * device/lib/z80/printf.c: updated comment
2686         * support/regression/tests/bug1057979.c: test all ports now
2687         * support/regression/tests/bug1065458.c: file added
2688
2689 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2690
2691         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2692           *_start and *_end symbols for static functions
2693
2694 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2695
2696         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2697           and search crt0.o in all library paths,
2698           (setIncludePath): proper handling of --nostdinc,
2699           (setLibPath): proper handling of --nostdlib
2700         * support/regression/Makefile,
2701         * support/regression/ports/ds390/spec.mk,
2702         * support/regression/ports/gbz80/spec.mk,
2703         * support/regression/ports/hc08/spec.mk,
2704         * support/regression/ports/mcs51/spec.mk,
2705         * support/regression/ports/mcs51-large/spec.mk,
2706         * support/regression/ports/mcs51-stack-auto/spec.mk,
2707         * support/regression/ports/z80/spec.mk: use include and lib files from
2708           built version of sdcc instead of installed version
2709         * doc/sdccman.lyx: fixed typo in --nostdinc
2710
2711 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2712
2713         * src/pic/pcode.c,
2714         * src/pic/device.c,
2715         * src/pic/ralloc.c,
2716         * src/pic/gen.c : added support to generate code for struct bit fields.
2717
2718 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2719
2720         * as/xa51/xa_version.h,
2721         * device/include/errno.h,
2722         * device/include/regc515c.h,
2723         * device/lib/_itoa.c,
2724         * device/lib/_ltoa.c,
2725         * device/lib/ser_ir_cts_rts.c,
2726         * sim/ucsim/xa.src/glob.cc,
2727         * sim/ucsim/xa.src/inst_gen.cc,
2728         * sim/ucsim/xa.src/xa_bit.cc,
2729         * sim/ucsim/xa.src/xa_sfr.cc,
2730         * sim/ucsim/z80.src/inst_dd.cc,
2731         * sim/ucsim/z80.src/inst_fdcb.cc,
2732         * support/scripts/keil2sdcc.pl,
2733         * src/pic16/pic16.dsp,
2734         * src/pic16/pic16a.dsp: corrected cvs line endings
2735         * device/lib/printf_large.c: fixed bug 1057979
2736         * src/pic16/gen.c: fixed non-C standard code
2737         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2738         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2739         * support/regression/ports/mcs51/support.c: reload T1 asap
2740         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2741           pdata use and clear idata startup behaviour
2742         * support/regression/tests/bug1057979.c: added
2743
2744 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2745
2746         * device/examples/ds390/ow390/ad26.h,
2747         * device/examples/ds390/ow390/cnt1d.h,
2748         * device/examples/ds390/ow390/crcutil.c,
2749         * device/examples/ds390/ow390/ownet.h,
2750         * device/examples/ds390/ow390/owsesu.c,
2751         * device/examples/ds390/ow390/swt12.h,
2752         * device/examples/ds390/ow390/swtoper.c,
2753         * device/examples/ds390/ow390/temp10.h,
2754         * device/examples/ds390/ow390/thermodl.c,
2755         * device/examples/ds390/tinitalk/tinitalk.dsp,
2756         * device/examples/ds390/tinitalk/tinitalk.dsw,
2757         * device/examples/mcs51/clock/hw.h,
2758         * device/examples/mcs51/simple2/go.bat,
2759         * device/examples/serialcomm/windows/serial.h,
2760         * device/examples/xa51/dummy.c,
2761         * device/examples/xa51/hello.c,
2762         * device/include/80c51xa.h,
2763         * device/include/at89x051.h: corrected cvs line endings
2764
2765 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2766
2767         * src/pic16/main.c (options): added command line --gstack, to trace
2768         stack over/under flows,
2769         * added pragma 'wparam' to allow passing first byte of function
2770         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2771         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2772         call to __gstack_test function and sets up the symbol as extern,
2773         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2774         * popaop): added call to pic16_testStackOverflow,
2775         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2776         wparamList list,
2777         * (genCall, genPcall): now all parameters are passed via stack
2778         except in functions that are pass to wparam pragma in which WREG is
2779         used too,
2780         * (genPcall): REENTRANT flag is checked to see if variable prototype
2781         contains reentrant keyword, don't call a non-reentrant function, via
2782         a reentrant function pointer or vice versa, functions are never
2783         passed via WREG,
2784         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2785         D.Winkler,
2786         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2787         SIGSEGV when accessing a NULL register stucture,
2788         * (pic16_printGPointerType): modified to handle UPPER modifier for
2789         function initializers, changed prototype of function to simpler one,
2790         * (pic16_printIvalFuncPtr): check to see if function is already
2791         added in externs list,
2792         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2793         optimized a move from W to SFR with a move to the same register
2794         later after a CALL,
2795         * device/lib/pic16/debug: NEW directory, contains debug features
2796         which are enabled when linking with libdebug.lib, currently command
2797         line option --gstack enables stack pointer tracing for over/under
2798         flow, corresponding sources are in debug/gstack
2799
2800 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2801
2802         * doc/sdccman.lyx: updated SDCC version,
2803         * (PIC16 port): update list of command line options,
2804         * src/pic16/device.h (structure pic16_options_t): added field gstack
2805         to enable stack overflow tracing on push/pops,
2806         * src/pic16/device.c (statistics structure): added statistics
2807         structure,
2808         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2809         pic16_dump_int_registers): increase statistics counters for each
2810         * variable which is encountered
2811         * (pic16_dump_usection): emit each .udata variable to its own udata
2812         section,
2813         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2814         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2815         parameters via stack, otherwise use old scheme,
2816         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2817         assembler output file,
2818         * src/pic16/main.c: added command line options --gstack to enable
2819         push/pop tracing for stack overflow,
2820         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2821         instructions): added size of each instruction,
2822         * (pic16_countInstruction): estimate size of instructions in
2823         the_pFile list, inline assembly blocks are not counted,
2824         * (pic16_FixRegisterBanking): trace previous register usage, when
2825         banksel optimizations is greater than 0, don't emit a redudant
2826         banksel directive,
2827
2828 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2829
2830         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2831         * src/pic16/ralloc.c : applied same fix for pic16.
2832         * src/pic/gen.c : tidied it up a little.
2833
2834 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2835
2836         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2837         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2838
2839 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2840
2841         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2842
2843 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2844
2845         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2846         non-reentrant function __modsint in the interrupt function (thus
2847         corrupting math operations during serial I/O)
2848         * device/lib/ser_ir.c: as above, changed buffersize
2849         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2850         256.c,d for zeroing
2851         * doc/Makefile: added option -t for rsync
2852
2853 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2854
2855         * src/SDCCast.h (struct ast),
2856         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2857
2858 2004-10-20 Borut Razem <borut.razem AT siol.net>
2859
2860         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2861         package
2862
2863 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2864
2865         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2866         makefile targets,
2867         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2868         support functions to replace long sequences of MOVFF's from access
2869         bank registers to stack and vice versa,
2870         * src/pic16/device.h: added new field opt_flags, where optimization
2871         flags can be set to enable certain features,
2872         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2873         * pBlock, (genFunction, genEndFunction): surroung loop for
2874         saving/loading used registers in stack with PC_INFO pCodes,
2875         INF_LREGS. Code in between can then be optimized by pCode optimizer
2876         to support function calls,
2877         * (genDataPointerSet): fixed bug which loaded float fields in
2878         structures with corrupt data,
2879         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2880         in a standard way debug info on stderr. Feature used for developing
2881         and debugging only,
2882         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2883         obsolete chunks of code,
2884         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2885         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2886         * pic16/src/pcode.c (pic16_newpCodeInfo,
2887         * (pic16_newpCodeOpLocalRegs),
2888         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2889         feature,
2890         * (pic16_pCodeConstString): printing of the initial value of a
2891         symbol as a comment is inhibited since parsing was already done by
2892         copyStr and output is corrupt,
2893         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2894
2895 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2896
2897         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2898
2899 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2900
2901         * as/mcs51/lkarea.c: removed old K&R style,
2902           (lnksect): changed check on boundary error,
2903           (lnksect2): changed check on boundary error,
2904           (lnksect2): extend XSTK to end of page if size = 1
2905         * as/mcs51/lkmain.c: removed old K&R style,
2906           (Areas51): create l_IRAM symbol
2907         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2908         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2909           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2910         * device/lib/_mullong.c: added version to be compiled with xstack
2911         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2912         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2913         * device/lib/mcs51/crtxstack.asm: fixed comment
2914         * src/SDCCglue.c: maxInterrupts defaults to 0,
2915           (emitMaps): added pdata,
2916           (createInterruptVect): (re)moved default,
2917           (glue): added pdata,
2918           (glue): moved __start__xstack to XSTK with default size 1
2919         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2920           and options.float_rent when options.stackAuto is set,
2921           (linkEdit): only write XDATA_NAME if provided on command line
2922         * src/SDCCmem.h,
2923         * src/SDCCmem.c: added pdata
2924         * src/port.h: added pdata_name to PORT
2925         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2926           (saveRegisters, unsaveRegisters): removed usage of B,
2927           (genMinus): fixed accumulator clash,
2928           (genJumpTab): added comment, this needs another look
2929         * src/mcs51/gen.c: added check for "B in use" paranoia,
2930           added pushB() and popB()
2931         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2932           chance
2933         * src/avr/main.c,
2934         * src/ds390/main.c,
2935         * src/hc08/main.c,
2936         * src/mcs51/main.c,
2937         * src/pic/main.c,
2938         * src/pic16/main.c,
2939         * src/xa51/main.c,
2940         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2941           added PSEG (PAG,XDATA) or NULL to port specifier
2942         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2943         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2944           (_mcs51_genInitStartup): removed __start__xstack equ,
2945           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2946         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2947         * src/z80/gen.c (_rleAppend): fixed warnings
2948         * support/regression/tests/zeropad.c: added pdata test
2949         * .version: bumped to 2.4.6
2950
2951 2004-10-17 Borut Razem <borut.razem AT siol.net>
2952
2953         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2954         as a part of nightly build
2955
2956 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2957
2958         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2959         WREG holds the first byte function parameters,
2960         * (aopForSym): take special case for symbols which are in FARSPACE
2961         but in CODESPACE too,
2962         * (assignResultValue): modified to take into account _G.useWreg,
2963         * (genCall): don't use wreg for parameter passing when function is
2964         declared as reentrant, too, added optimization INCF to stack
2965         pointer when stack parameter count is 1,
2966         * (genFunction, genEndFunction): refurnished and fixed to not using
2967         wreg for passing parameters when function has varargs or is
2968         reentrant, fixed bug with symbol name compare for generating
2969         functions in absolute address,
2970         * (pic16_storeForReturn): refurnished,
2971         * (genCmp): began writing a new version of the function, not ready
2972         yet, therefore it is disabled,
2973         * (genAssign): do not read code memory when assigning a function to
2974         a pointer function,
2975         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2976         array of characters, not pointer,
2977         * (pic16initialComments): in debug mode emit an .ident directive for
2978         the assembler,
2979         * (_process_pragma): emit a new warning type (internal to pic16)
2980         when setting stack to default length, emit a similar warning when
2981         placing a function at absolute address and address is not word aligned
2982         * (_pic16_parseOptions): added 'return TRUE' statement,
2983         * (_pic16_linkEdit): if compiling a source, then add the source's
2984         file object, first in the list of objects to link,
2985
2986 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2987
2988         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2989         * src/pic/main.c : removed VC warning.
2990         * src/pic/gen.c : changed comment.
2991
2992 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2993
2994         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2995         reference to a deprecated symbol _GPTRREG was causing failure to
2996         link. Thanks G. M. Gallant for the info.
2997
2998 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2999
3000         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3001         comments for Bugs item #954788.
3002
3003 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3004
3005         * src/pic16/device.c (pic16_dump_gsection,
3006         * pic16_groupRegistersInSection): handle symbols declared to be in
3007         access bank differently,
3008         * src/pic16/gen.c (struct _G): added field resDirect,
3009         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3010         send values read from stack directly to result and don't allocate
3011         temporary values,
3012         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3013         same registers,
3014         * (pic16_sameRegsOfs): NEW,
3015         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3016         free because they were not allocated from temporary pool,
3017         * pic16_popRegFromString): workaround to fix a problem with
3018         allocating variables twice or never,
3019         * (genGenPointerGet): using PRODL instead of FSR0H,
3020         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3021         instead of FSR0H,
3022         * (genAssign): take advantage of the _G.resDirect flag,
3023         * (genCast): around line 11844, use mov2f instead of directly
3024         MOVFF'ing between operands to account for literal values,
3025         * src/pic16/genutils.c: some new debug functions for gpsim have been
3026         added,
3027         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3028         float with integer part only,
3029         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3030         place variables in access bank
3031         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3032         updated sources to reflect recent changes in gen.c
3033
3034 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3035
3036         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3037         sources that searched for headers in installation path, now the
3038         device/include/pic16 is used,
3039         * src/pic16/glue.c (pic16glue),
3040         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3041         .line directives if not in debug mode, this suppresses assembler's
3042         warnings for ignored directives
3043
3044 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3045
3046         * src/port.h: made reset_regparms prototype void parameter explicit.
3047         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3048         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3049         * doc/sdccman.lyx: documented warning disabling and how to use
3050           printf_large to make it print floats.
3051         * device/include/stdbool.h: NEW
3052         * device/lib/_atof.c,
3053         * device/lib/_divuint.c,
3054         * device/lib/_divulong.c,
3055         * device/lib/expf.c,
3056         * device/lib/printf_large.c,
3057         * device/lib/sincosf.c,
3058         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3059         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3060           a completely reentrant lib.
3061
3062 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3063
3064         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3065         * device/include/pic16/stdio.h: fixed bug with colon
3066
3067 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3068
3069         * device/include/pic16/stdio.h,
3070         * device/include/pic16/stdlib.h,
3071         * device/include/pic16/math.h: NEW
3072         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3073         declared as _naked to reduce overhead
3074         * device/lib/Makefile.in (target port-specific-objects-pic16):
3075         changed * to *.* so to ignore the CVS directory,
3076         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3077         stacked variables back in stack,
3078         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3079         corruption
3080
3081 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3082
3083         * .version: bumped version number to 2.4.5
3084         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3085         * support/Util/SDCCerr.c (messages structure): added entry for
3086         W_POSSBUG2
3087
3088         Large cumulative patch for pic16 port and libraries.
3089         * device/include/pic16/sdcc-lib.h,
3090         * device/include/pic16/stdarg.h,
3091         * device/include/asm/pic16/features.h,
3092         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3093         * device/include/pic16/float.h: changes reentrant keyword with
3094         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3095         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3096         updated target build-libraries to include objects from gptr,
3097         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3098         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3099         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3100         all function headings,
3101         * src/SDCCmain.c: added global parameter userIncDirsSet,
3102         * (parseCmdLine): when option -I is encountered add directory to
3103         userIncDirsSet too,
3104         * src/version.awk: added space between control and long,
3105         * src/pic16/NOTES: added some notes for the port,
3106         * src/pic16/gen.c: added prototype for mov2fp function,
3107         * (fReturnpic16[]): properly named return value registers,
3108         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3109         * (aopForSym): added code to handle symbols with onStack flag set,
3110         symbols onStack are allocated PTRSIZE bytes,
3111         * (aopFreeAsmop): handles special case where asmops are stack objects,
3112         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3113         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3114         added argument lock to trace flaws in allocating temporary registers
3115         when developing port,
3116         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3117         * (pic16_popRegFromString): reenabled allocating a direct register
3118         from string,
3119         * (assignResultValue): various beautifications,
3120         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3121         referenced function argument,
3122         * (genIpush): reenabled to allow stacked arguments, handles only
3123         ic->parmPush iCodes,
3124         * (genCall, genPcall): major changes to allow for variable argument
3125         functions, fixed a bug with falsely restoring stack pointer after
3126         returning from call,
3127         * (genFunction): pending code for critical function,
3128         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3129         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3130         * (genNearPointerGet): fixed bug with indirect reading, was always
3131         reading from INDF0
3132         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3133         pointers,
3134         * (genAddrOf): rewrote code to take address of a stacked function parameter
3135         * (genCast): fixed casting to generic pointer type,
3136         * src/pic16/gen.h: added AOP_STA,
3137         * (struct asmop): added field stk,
3138         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3139         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3140         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3141         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3142         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3143         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3144         generic pointers,
3145         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3146         and library paths,
3147         * (pic16_port structure): generic pointer size is set to 3,
3148         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3149         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3150         compiler warning,
3151         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3152         operand is an iTemp,
3153
3154 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3155
3156         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3157         * debugger/mcs51/simi.c: addapt new syntax of s51
3158
3159 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3160
3161         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3162         * src/pic16/pcode.c: commented out some calls to free() in order to
3163         fix bug #989576,
3164
3165 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3166
3167         * src/SDCCicode.h,
3168         * src/SDCCicode.c (isiCodeInFunctionCall),
3169         * src/avr/ralloc.c (selectSpil),
3170         * src/pic/ralloc.c (selectSpil),
3171         * src/pic16/ralloc.c (selectSpil),
3172         * src/ds390/ralloc.c (selectSpil),
3173         * src/hc08/ralloc.c (selectSpil),
3174         * src/xa51/ralloc.c (selectSpil),
3175         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3176         stack in the middle of a function call sequence (fixes bug #1020268)
3177         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3178         costs associated with the minimum switch case.
3179
3180 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3181
3182         * src/SDCC.lex: fixed bug #1030549
3183
3184 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3185
3186         * src/SDCCcse.h (struct cseDef),
3187         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3188         over a function call if the CSE is derived from a symbol whose
3189         address has been taken (fixes bug #1029883)
3190         * support/regression/tests/bug-1029883: a new regression test for
3191         this bug
3192
3193 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3194
3195         * src/hc08/gen.c (emitinline): fixed bug #1029778
3196         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3197         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3198         and starts toward RFE #905167)
3199
3200 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3201
3202         * src/pic16/gen.c (mov2f): New function to move an operand to
3203         another without considering if it is a literal or a register,
3204         * (pic16_sameRegs): don't check if they are both AOP_REG,
3205         * (AccRsh): removed andmask=0 lines,
3206         * (genLeftShift): duplicated to be improved in future versions,
3207         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3208         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3209         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3210         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3211         * (insertBankSwitch): fixed inserting banksel directives algorithm
3212         for instructions that follow a skip instruction, this fixes a report
3213         for broken subtraction code generation,
3214         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3215         iCode is a left op, just in case result and right share the same
3216         registers
3217
3218 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3219
3220         * src/hc08/main.c,
3221         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3222         preservation of HX
3223         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3224         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3225         on 2004-09-12; it was buggy
3226
3227 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3228
3229         * src/SDCCsymt.h: removed RESULT_CHECK
3230         * src/SDCCast.c,
3231         * src/SDCCglue.c,
3232         * src/SDCCval.c,
3233         * src/pic/glue.c,
3234         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3235
3236 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3237
3238         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3239         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3240         configuration values no more rejected by compiler, they are assigned
3241         to configuration registers with a warning message instead,
3242         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3243         the for-loop so last conf register is emitted too,
3244         * (_pic16_initPaths): link library libsdcc.lib by default,
3245         * (_hasNativeMulFor): modified test for multiplication according to
3246         Raphael Neider's remarks. Integer multiplication is also done with
3247         support functions,
3248         * device/include/pic16/pic18fregs.h: corrected type error in while
3249         testing and including 18f6720 header file
3250
3251 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3252
3253         * src/pic16/device.h (pic16_options): removed field use_crt,
3254         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3255         until an optimization to handle single bits is added,
3256         * (pic16_loadFSR0): moved before genUnpackBits,
3257         * (genAnd): some white lines removed,
3258         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3259         leave_reset flags in pic16_options when using crt modules,
3260
3261 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3262
3263         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3264           for bugs 898889 & 979599. Also used some safer print instructions.
3265
3266 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3267
3268         * src/pic16/device.h (pic16_options_t): added field use_crt,
3269         crt_name, no_crt,
3270         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3271         catch a probable future bug,
3272         * src/pic16/gen.c: aopIdx function commented out,
3273         * (genAssign): commented out old code which used aopIdx,
3274         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3275         code, added if conditionals to take into account the --use-crt
3276         command line options,
3277         * src/pic16/main.c (pic16_optionsTable): added new command line
3278         options, --use-crt= and --no-crt,
3279         * (_pic16_linkEdit): now the proper crt object is added in the
3280         linker command line except than when --no-crt is specified,
3281         * src/pic16/pcode.c,
3282         * src/pic16/pcode.h: added some structures and functions for a new
3283         optimization scheme to compansate for instruction overhead between
3284         same iCodes, this scheme is currently under development and is not
3285         working in any way,
3286         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3287         to && operator,
3288         * device/lib/pic16/startup/crt0i.c,
3289         * device/lib/pic16/startup/crt0iz.c: added global char variable
3290         __uflags to force the generation of an idata section
3291
3292 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3293
3294         * doc/Makefile,
3295         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3296         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3297
3298 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3299
3300         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3301         Frieder) and clarified the default code optimization mode
3302
3303 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3304
3305         * src/SDCC.lex (doPragma, process_pragma),
3306         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3307         "opt_code_size", and "opt_code_balanced"
3308         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3309         regrouped options by category, added support for category headers
3310         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3311         and "--opt-code-size"
3312         * doc/sdccman.lyx: documented these new options and pragmas
3313         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3314         preference into account
3315
3316 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3317
3318         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3319           geniCodePreDec): Fixed bug 904237 by generating a warning
3320         * src/SDCCerr.h,
3321         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3322
3323 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3324
3325         * src/pic/device.c : When no max ram set validate full memory range.
3326         * src/pic/pcode.c,
3327         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3328
3329 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3330
3331         * device/lib/_gptrget.c,
3332         * device/lib/_gptrput.c: updated comment
3333         * device/lib/calloc.c,
3334         * device/lib/free.c,
3335         * device/lib/malloc.c,
3336         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3337         * src/SDCCcse.c (cseBBlock),
3338         * src/SDCCicode.c (printOperand, geniCodeArray),
3339         * src/SDCCicode.h (struct operand): fixed bug 868103
3340         * support/regression/tests/bug-868103.c: added
3341         * src/SDCCast.c (searchLitOp),
3342         * src/SDCCcse.h (struct cseDef),
3343         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3344         * src/SDCCicode.h (struct operand),
3345         * src/SDCCsymt.h (struct sym_link),
3346         * src/avr/gen.c (hasInc),
3347         * src/ds390/gen.c (hasInc),
3348         * src/hc08/gen.c (genPlusIncr, hasInc),
3349         * src/mcs51/gen.c (hasInc),
3350         * src/pic16/glue.c (pic16_printIvalChar),
3351         * src/pic16/ralloc.c (regWithIdx),
3352         * src/xa51/gen.c (hasInc) : removed warnings
3353         * src/SDCCast.c (createBlock): added comment ???
3354         * src/hc08/ralloc.c: updated comments
3355
3356 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3357
3358         * doc/sdccman.lyx: updated section on switch statements, added
3359         section about semaphore locking
3360         * doc/Makefile: added option -info for latex2html
3361         * device/lib/_gptrget.c,
3362         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3363
3364 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3365
3366         * src/pic/device.h,
3367         * src/pic/device.c,
3368         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3369          maxram is less than 0x100.
3370
3371 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3372
3373         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3374
3375 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3376
3377         * src/port.h,
3378         * src/mcs51/main.c,
3379         * src/ds390/main.c,
3380         * src/z80/main.c,
3381         * src/hc08/main.c,
3382         * src/pic/main.c,
3383         * src/pic16/main.c,
3384         * src/avr/main.c,
3385         * src/xa51/main.c
3386         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3387         a jump table is the best form for a switch statement, including
3388         automatic insertion of missing cases to make the case range
3389         continuous. Developed in collaboration with Frieder Ferlemann.
3390
3391 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3392
3393         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3394         accumulator result if it needs sign extension
3395
3396 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3397
3398         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3399
3400 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3401
3402         * device/lib/gbz80/printf.c,
3403         * device/lib/z80/printf.c: removed define for NULL
3404
3405 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3406
3407         * as/xa51/xa_link.c,
3408         * device/examples/ds390/ow390/ad26.c,
3409         * device/examples/ds390/ow390/cnt1d.c,
3410         * device/examples/ds390/ow390/counter.c,
3411         * device/examples/ds390/ow390/ds2480.h,
3412         * device/examples/ds390/ow390/ds2480ut.c,
3413         * device/examples/ds390/ow390/findtype.c,
3414         * device/examples/ds390/ow390/gethumd.c,
3415         * device/examples/ds390/ow390/owllu.c,
3416         * device/examples/ds390/ow390/ownetu.c,
3417         * device/examples/ds390/ow390/swt12.c,
3418         * device/examples/ds390/ow390/swtloop.c,
3419         * device/examples/ds390/ow390/temp.c,
3420         * device/examples/ds390/ow390/temp10.c,
3421         * device/examples/ds390/ow390/thermo21.c,
3422         * device/examples/ds390/ow390/tinilnk.c,
3423         * device/examples/ds390/ow390/tstfind.c,
3424         * device/examples/serialcomm/windows/serial.cpp,
3425         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3426         * device/include/reg51.h: fixed line endings for cvs
3427
3428 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3429
3430         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3431         packRegsForAccUse, packRegisters): new accumulator register
3432         packing algorithm
3433         * support/regression/ports/hc08/support.c (_putchar): suppress
3434         warning of unused variable
3435         * src/SDCCicode.c: added SWAP entry to codeTable
3436
3437 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3438
3439         * device/lib/sprintf.c: forgot to add this file before previous commit
3440
3441 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3442
3443         * src/pic16/gen.c (genPackBits): added operand right in function
3444         parameters, load result directly if p_type is POINTER (that is
3445         called by genNearPointerSet)
3446         * (genUnPackBits): added operand left in function parameters,
3447         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3448         FSR0 if accessing bitfields,
3449
3450 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3451
3452         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3453           _print_format; updated printf, sprintf, vsprintf
3454         * device/include/asm/default/features.h: corrected comment/define
3455         * device/lib/Makefile.in: added sprintf.c
3456         * device/lib/libsdcc.lib: added sprintf module
3457         * device/lib/printf_large.c,
3458         * device/lib/vprintf.c,
3459         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3460           into these 3 files
3461         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3462         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3463         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3464           hc08 test
3465         * support/regression/tests/zeropad.c: define idata as data for hc08
3466
3467 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3468
3469         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3470         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3471         labels are referenced at least once (even if a reference is not found)
3472         * src/hc08/gen.c (emitcode): set isComment flag for comments
3473         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3474         loads), rules 6a..6b (optimize jumps to return)
3475
3476 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3477
3478         * device/lib/acosf.c (acosf),
3479         * device/lib/asinf.c (asinf),
3480         * device/lib/atanf.c (atanf),
3481         * device/lib/ceilf.c (ceilf),
3482         * device/lib/cosf.c (cosf),
3483         * device/lib/coshf.c (coshf),
3484         * device/lib/cotf.c (cotf),
3485         * device/lib/fabsf.c (fabsf),
3486         * device/lib/floorf.c (floorf),
3487         * device/lib/log10f.c (log10f),
3488         * device/lib/logf.c (logf),
3489         * device/lib/sinf.c (sinf),
3490         * device/lib/sinhf.c (sinhf),
3491         * device/lib/sqrtf.c (sqrtf),
3492         * device/lib/tanf.c (tanf),
3493         * device/lib/tanhf.c (tanhf),
3494         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3495         replaced all instances of "reentrant" in the library functions
3496         defined in math.h with this macro.
3497         * support/regression/tests/float_trans.c: reenabled test for hc08
3498
3499 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3500
3501         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3502         erroneously deleted
3503
3504 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3505
3506         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3507         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3508         multi-byte volatile operands are used
3509         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3510         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3511         initialization to area GSINIT0 so that it would always precede
3512         any static initializers in GSINIT
3513         * support/regression/tests/zeropad.c: fixed idata define for hc08
3514         * support/regression/tests/bug-927659.c,
3515         * support/regression/tests/float_trans.c: disabled tests for hc08
3516         pending missing library routines
3517         * .version: increased version number to 2.4.4 - hc08 port now passes
3518         regression tests
3519
3520
3521 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3522
3523         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3524         * Makefile.common.in,
3525         * as/Makefile,
3526         * as/hc08/Makefile.in,
3527         * as/mcs51/Makefile.in,
3528         * as/z80/Makefile.in,
3529         * debugger/mcs51/Makefile.in,
3530         * device/include/Makefile.in,
3531         * device/lib/Makefile.in,
3532         * doc/Makefile,
3533         * link/Makefile,
3534         * link/z80/Makefile.in,
3535         * packihx/Makefile.in,
3536         * sim/ucsim/main_in.mk,
3537         * sim/ucsim/avr.src/Makefile.in,
3538         * sim/ucsim/doc/Makefile.in,
3539         * sim/ucsim/gui.src/serio.src/Makefile.in,
3540         * sim/ucsim/hc08.src/Makefile.in,
3541         * sim/ucsim/s51.src/Makefile.in,
3542         * sim/ucsim/xa.src/Makefile.in,
3543         * sim/ucsim/z80.src/Makefile.in,
3544         * src/Makefile.in,
3545         * support/cpp2/Makefile.in,
3546         * support/librarian/Makefile,
3547         * support/makebin/Makefile: added DESTDIR to the install path proposed
3548         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3549         * doc/sdccman.lyx: added DESTDIR documentation
3550
3551 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3552
3553         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3554         instruction for interrupt handlers, use fast returns when returning
3555         from high priority interrupts
3556
3557 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3558
3559         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3560         code generation
3561         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3562         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3563         bugs, ported much of Bernhard's code from mcs51
3564         * src/mcs51/gen.c (genSend),
3565         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3566         than one when calling a reentrant function
3567         * device/lib/_mullong.c: defined an alternate struct layout for big
3568         endian ports (hc08)
3569
3570 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3571
3572         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3573         test
3574
3575 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3576
3577         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3578         are sane and complete before asking the port its prefered parameter
3579         passing method (fixes bug #1017633)
3580         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3581         and _ret3
3582
3583 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3584
3585         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3586         problem in bitfields >= 8 bits.
3587
3588 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3589
3590         * src/SDCCsymt.c: undid changes that were not meant to be committed
3591
3592 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3593
3594         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3595
3596 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3597
3598         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3599           copied and wrong bit got inverted
3600
3601 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3602
3603         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3604         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3605         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3606         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3607         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3608         assignments to bitfields at known addresses
3609         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3610         reads from bitfields at known addresses
3611         * src/hc08/ralloc.c (packRegisters),
3612         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3613         genhc08Code): optimize pointer get values used as conditionals
3614         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3615         and branch
3616
3617 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3618
3619         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3620         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3621         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3622         as conditionals
3623
3624 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3625
3626         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3627
3628 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3629
3630         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3631         related problems
3632
3633 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3634
3635         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3636
3637 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3638
3639         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3640         mcs51 port
3641
3642 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3643
3644         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3645
3646 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3647
3648         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3649         cases use more compact code.
3650
3651 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3652
3653         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3654
3655 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3658
3659 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3660
3661         * src/SDCCsymt.h,
3662         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3663         parameter of changePointer() from symbol* to sym_link*
3664         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3665         * src/SDCCsymt.c (compareType): void* type is castable to other
3666         pointers, but not necesarily an exact match.
3667         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3668         is no longer blindly treated as an exact match.
3669         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3670
3671 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3672
3673         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3674
3675 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3676
3677         * src/pic/gen.c,
3678         * src/pic/pcode.c,
3679         * src/pic/ralloc.h,
3680         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3681
3682 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3683
3684         * src/pic/device.c,
3685         * src/pic/device.h,
3686         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3687
3688 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3689
3690         * src/mcs51/gen.c (emitcode): fixed bug #992819
3691
3692 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3693
3694         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3695           there's no need to make it worse
3696
3697 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3698
3699         * src/mcs51/ralloc.c (deassignLR),
3700         * src/ds390/ralloc.c (deassignLR),
3701         * src/hc08/ralloc.c (deassignLR),
3702         * src/z80/ralloc.c (deassignLR),
3703         * src/pic/ralloc.c (deassignLR),
3704         * src/pic16/ralloc.c (deassignLR),
3705         * src/avr/ralloc.c (deassignLR),
3706         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3707         rlivePoint): fixed another part of bug #971834
3708
3709 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3710
3711         * src/z80/main.c: enabled "critical" keyword
3712         * src/z80/mappings.i,
3713         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3714         functions (fixes bug #979646)
3715         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3716
3717 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3718
3719         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3720           such as c:\mydir.
3721
3722 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3725           doesn't disable too much optimizations
3726
3727 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3728
3729         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3730
3731 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3732
3733         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3734
3735 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3736
3737         * src/pic/gen.c tidied up tabs
3738         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3739         * src/pic/main.c tidied up tabs
3740         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3741         * src/pic/pcoderegs.c tidied up tabs
3742         * src/pic/ralloc.c tidied up tabs
3743
3744 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3745
3746         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3747         to S_FIXED for pic16 port and when symbol is not in level 0,
3748         allocate for S_REGISTER storage class and pic16 port, too,
3749         * src/pic16/device.h: prototype for checkSym,
3750         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3751         * (pic16_assignConfigWordValue): test the value and the mask to
3752         validate that the value is suitable for the configuration word,
3753         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3754         collect extern declared symbols, don't emit symbol twice, check
3755         first if symbol is in publics set first,
3756         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3757         * added command line '--fstack' which enables an experimental
3758         feature for stack access, too buggy to be used yet...
3759         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3760         * (pic16_allocDirReg): when register has storage class S_REGISTER
3761         allocate in pic16_dynAccessRegs,
3762         * device/include/pic16/pic18f????.h: modified configuration word
3763         naming convention, words started as CONFIG0H but should be CONFIG1H
3764
3765 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3766
3767         * device/include/mcs51reg.h: fixed bug 970993
3768
3769 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3770
3771         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3772         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3773         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3774         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3775         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3776         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3777           error/warning numbers,
3778           added function setWarningDisabled()
3779         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3780         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3781           _memcmp.c _memmove.c calloc.c realloc.c free.c
3782         * support/regression/tests/malloc.c: added tests for new functionality
3783         * support/regression/tests/zeropad.c: added tests for truncated initializers
3784           and initialized char arrays starting with '\x0'
3785         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3786
3787 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3788
3789         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3790
3791 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3792
3793         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3794         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3795         peephole 177.e. Thanks to anonymous
3796
3797 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3798
3799         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3800         function isn't used in the source but referenced as a
3801         variable initializer then declare it as extern in .asm file
3802
3803 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3804
3805         * .version: increased version number to 2.4.3
3806
3807         Adding version extension according to ChangeLog CVS revision
3808         * src/Makefile.in (target all): added dependency 'version.h'
3809         * (rule version.h): added rule to create version.h from ChangeLog,
3810         * (rule dep): added dependency version.h,
3811         * src/version.awk: AWK script to create version.h
3812         * src/SDCCdwarf2.c (dwWriteModule),
3813         * src/SDCCglue.c (initialComments),
3814         * src/SDCCmain.c (printVersionInfo): modified to write after
3815         version string the version extension number,
3816         * src/SDCCutil.c: included "version.h"
3817         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3818         number,
3819         * src/SDCCutil.h: added prototype for getBuildNumber
3820
3821         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3822         includeDirsSet, too,
3823         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3824         const char [] is found in function prototype...
3825
3826         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3827         moving to WREG with source is already in WREG,
3828         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3829         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3830         * (aopForSym): stack'ed symbols are partially supported, added
3831         if-clause to support symbols in FARSPACE,
3832         * (sameRegs): added test for AOP_ACC to see if registers are same,
3833         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3834         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3835         * (pic16_popRegFromString): will not allocate a new register if it
3836         doesn't find one by name, bug may have introduced...
3837         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3838         * (genIpush): revived to use pic16 port's stack,
3839         * (genAddrOf): added incomplete case for stack'ed operand,
3840         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3841         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3842         can handle multibyte operands,
3843         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3844         * (pic16initialComments): added message for MPLAB compatibility
3845         mode enabled,
3846         * src/pic16/main.h: prototype for pic16_mplab_comp,
3847         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3848         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3849         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3850         because of increased complexity of procedure,
3851         * (_process_pragma): stack pragma changed to format 'stack pos len',
3852         emit symbol '_stack_end' to conform with gplink,
3853         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3854         to search for register,
3855         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3856         PO_GPR_REGISTER,
3857         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3858         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3859         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3860         case for PO_GPR_REGISTER,
3861         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3862         dies, the new era is ahead !...
3863         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3864         pic16_dynInternalRegs,
3865         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3866         * (pic16_allocDirReg): minor optimizations and bug fixes,
3867         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3868
3869         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3870         load stack and frame pointer with address of 'stack_end' symbol
3871
3872 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3873
3874         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3875         without source code but only variable initializers
3876
3877 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3878
3879         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3880         external are not declared as extern to reduce overhead while linking
3881
3882 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3883
3884         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3885
3886 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3887
3888         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3889           Yee Keat for the patch
3890         * src/SDCCast.c (decorateType): fixed bug #979599
3891         * src/ds390/gen.h: removed local fReturnSizeDS390
3892         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3893         * src/ds390/gen.c (genAnd, genOr, genXor),
3894         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3895
3896 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3897
3898         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3899         add relFilesSet to $3, manipulate $2 to handle linking of object
3900         files without source files in command line,
3901         * device/include/pic16 (all headers): added ID location macros,
3902         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3903         entries for ID location bytes,
3904         * (pic16_assignIdByteValue): NEW,
3905         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3906         added field dumpcalltree to pic16_options_t,
3907         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3908         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3909         emitting rFalseIfx label after check_carry label,
3910         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3911         pic16_emitDIRegs), NEW
3912         * (pic16glue): dump .calltree file when option --calltree found,
3913         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3914         * (_pic16_genAssemblerPreamble): emit ID locations after
3915         configuration registers,
3916         * (pic16_linkCmd): modifications of the link command,
3917         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3918         * (pic16_pCodeInitRegisters): don't init stack registers,
3919         * (pic16_findPrevInstruction): fixed bug,
3920         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3921         bug with immediate registers,
3922         * (buildCallTree): traces stack push and pop,
3923         * (pct2): dump also stack usage for each function,
3924         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3925         * (pic16_allocDirReg): various modifications,
3926         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3927         fixed to 1,
3928
3929 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3930
3931         * src/pic16/pcode.c: removed buggy double colon
3932
3933 2004-07-01 Borut Razem <borut.razem AT siol.net>
3934
3935         * support/scripts/sdcc.nsi: added include/pic16 to setup
3936
3937 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3938
3939         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3940         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3941         target 'clean',
3942         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3943         specific command line arguments. Also added sample lkr script
3944         for placing a variable at a specific memory bank.
3945         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3946         at a specific memory bank,
3947         * (pic16_dump_isection): fixed bug which caused string literals to
3948         be omitted when dumping idata section,
3949         * (pic16_groupRegistersInSection): added code to handle registers
3950         in specific memory banks,
3951         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3952         public, all references are renamed too,
3953         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3954         AOP_DPTR2,
3955         * (pic16_storeForReturn): added case to handle when dest is WREG,
3956         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3957         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3958         pic16_rel_udata, check to see if that register is marked as being
3959         a member of a specific memory bank,
3960         * (pic16_printIvalCharPtr): added code to add string literals either
3961         to code or the idata sections,
3962         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3963         also accept the 'udata' pragma,
3964         * src/pic16/main.h: new structure types sectName and sectSym
3965         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3966         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3967         * (pic16_findPrevInstruction): fixed, it returned nothing,
3968         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3969         instruction combinations,
3970         * (pic16_FixRegisterBanking): heavily reorganised,
3971         * (pic16_AnalyzeBanking): if generating banksel directives is
3972         disabled, then don't call FixRegisterBanking at all,
3973         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3974         completely removed,
3975         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3976
3977 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3978
3979         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3980         Phuah Yee Keat <yk.phuah AT nestac.com>
3981
3982 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3983
3984         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3985         correctly the IVT even if it is relocated to some other location
3986
3987 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3988
3989         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3990         * device/include/pic16/pic18f2220.h: NEW,
3991         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3992         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3993         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3994         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3995         nodefaultlibs, ivt_loc is the location of the interrupt vector
3996         table, and nodefaultlibs signs that default libraries should not be
3997         linked in link stage,
3998         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3999         according to --ivt-loc argument,
4000         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4001         when pragma stack is found,
4002
4003 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4004
4005         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4006         256 (range check), 257 (do while), 258.a-f (bit banging
4007         f.e. on 3-wire SPI bus)
4008
4009 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4010
4011         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4012         variables used exclusively within a loop
4013
4014 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4015
4016         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4017
4018 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4019
4020         * src/SDCClrange.c (computeClash): fixed bug #971834
4021
4022 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4023
4024         * src/mcs51/gen.c (genCmp): fixed bug #975903
4025         * src/hc08/gen.c (operandsEqu),
4026         * src/ds390/gen.c (operandsEqu),
4027         * src/z80/gen.c (operandsEqu),
4028         * src/pic/gen.c (operandsEqu),
4029         * src/pic16/gen.c (operandsEqu),
4030         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4031         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4032
4033 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4034
4035         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4036
4037 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4038
4039         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4040         default case in switch statement,
4041         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4042         to eliminate problem with initialisation of pointers, but problem
4043         still exists,
4044         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4045         * (emitStaticSegment): removed various lines emitting debug info,
4046         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4047         added processor registers for utilizing EEPROM,
4048         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4049         configurable and set 8
4050
4051 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4052
4053         * .version: increased version number to 2.4.2,
4054
4055         Cumulative patch for pic16 port
4056         * src/pic16/device.c: changed scheme to dump initial values for
4057         variables in idata segment, all print_idata* functions were removed,
4058         now the pic16_printIval* will be called,
4059         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4060         * _pic16_printPointerType, pic16_printPointerType,
4061         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4062         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4063         NEW, similar to the respective functions in SDCCglue.c,
4064         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4065         way, emitting hex bytes,
4066         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4067
4068 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4069
4070         * src/avr/ralloc.c (serialRegAssign),
4071         * src/xa51/ralloc.c (serialRegAssign),
4072         * src/pic/ralloc.c (serialRegAssign),
4073         * src/pic16/ralloc.c (serialRegAssign),
4074         * src/hc08/ralloc.c (serialRegAssign),
4075         * src/z80/ralloc.c (serialRegAssign),
4076         * src/ds390/ralloc.c (serialRegAssign),
4077         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4078
4079 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4080
4081         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4082         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4083
4084 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4085
4086         Cumulative patch for pic16 port:
4087         * src/pic16/device.h (typedef PIC16_device) modified fields for
4088         defining microcontrollers,
4089         * src/pic16/device.c: added new info for all devices in Pics16 array,
4090         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4091         to be optimised out by the pCode optimiser,
4092         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4093         specially, bug reported by G.M. Gallant,
4094         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4095         as force'd so that cannot be optimised out by pCode optimiser,
4096         * src/pic16/pcode.c,
4097         * src/pic16/pcodepeeph.c,
4098         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4099         they are disabled by default, but can be enabled explicit with
4100         command argument --denable-peeps, for testing,
4101         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4102         --pomit-ivt in COMPILE_FLAGS
4103
4104 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4105
4106         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4107           compilation on MSVC
4108
4109 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4110
4111         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4112
4113 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4114
4115         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4116         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4117
4118 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4119
4120         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4121         would only assign 0x300001 register.
4122
4123 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4124
4125         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4126         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4127
4128 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4129
4130         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4131         for ds80c400
4132         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4133         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4134         added peephole 254 (left shift), 255 (jump table)
4135
4136 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4137
4138         * device/lib/Makefile.in: removed comment line with model-pic16,
4139         * (target port-specific-objects-pic16): the libraries and objects
4140         are copied to the build directory form the device/lib/pic16/bin
4141         directory
4142
4143         Cumulative patch concerning pic16 port:
4144         * library directory has been re-organized,
4145         * added support for PIC18F1220,
4146         * added headers and library sources for chips 18f1220,18f6520,
4147         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4148
4149         * configuration registers setting has changed, now each supported
4150         device has a complete description of the registers it uses,
4151         * all initialisations are moved to idata sections, these section
4152         can be absolute or relocatable,
4153         * fixed initialisation of codespace variables,
4154         * fixed warning about PCLATU and gpsim,
4155         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4156         * (genAssign): use table reads when assigning from variables in codespace,
4157         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4158         char/int variables placed in codespace,
4159         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4160         registers set in .asm file, no need for --pomit-config-words anymore,
4161         * (pic16glue): some 8051 legacy segments are commented out
4162         (to be removed completely),
4163         * added support for alternative assembler and linker with --asm=
4164         and --link= command line arguments,
4165         * peepholes are disabled automatically in the port, no need to
4166         specify on command line,
4167         * port supports natively char/int/long multiplication, but converts
4168         all divisions to support functions,
4169         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4170         to the file set in variable $2,
4171         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4172         strings in ASCII format and not in hex,
4173         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4174         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4175         allocate proper register if iCodes aren't temporary,
4176
4177 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4178
4179         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4180
4181 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4182
4183         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4184         is commented out
4185
4186 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4187
4188         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4189         computed address is reused
4190         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4191         multi-byte bitfields
4192
4193 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/z80/gen.c: (genArrayInit): must check for pointers too
4196
4197 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4198
4199         * support/regression/tests/zeropad.c: never meant to commit the
4200           nestedstruct test: removed, added check for GCC version
4201
4202 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4203
4204         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4205         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4206         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4207           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4208           bugs 928906 and 954082 half-empty initializers
4209         * src/SDCCsymt.h,
4210         * src/SDCCsymt.c (getAllocSize): added for above fix
4211         * src/z80/gen.c (genArrayInit): fixed bug 741044
4212         * support/regression/tests/zeropad.c: added tests
4213
4214 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4215
4216         * src/pic16/device.c (pic16_dump_section): corrected bug which
4217         caused some symbols of the libraries to be misplaced
4218
4219 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4220
4221         * src/pic16/glue.c,
4222         * src/pic16/ralloc.h,
4223         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4224         to fix conflict with pic port
4225
4226 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4227
4228         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4229         externs configuration variables,
4230         * src/pic16/ralloc.h,
4231         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4232         prototype in header, commented out some debug messages
4233
4234 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4235
4236         * src/pic16/glue.c,
4237         * src/pic16/main.c,
4238         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4239         for gpasm COFF object generation. Thanks to D. Hawkins for
4240         his patch info
4241
4242 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4243
4244         * src/ds390/main.c,
4245         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4246         Brock for spotting this)
4247         * src/ds390/gen.c (genEndFunction),
4248         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4249         interrupt handler and critical. Disable push/pop optimizations when
4250         peephole optimizations disabled.
4251
4252 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4253
4254         Updated pic16 library sources and headers.
4255         * device/lib/pic16/pic18f*/ ,
4256         * device/include/pic16/*.h: modified to handle structured SFR
4257         definitions
4258
4259 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4260
4261         * src/port.h (PORT structure): added hook initPaths, now each
4262         port can declare its own default search paths,
4263         which can been seen with the --print-search-dirs option,
4264         see pic16 port for example,
4265         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4266         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4267         * (doPrintSearchDirs): NEW, replaces in a central manner the
4268         printing of search dirs which was split in set*Paths functions,
4269         * (main): added call to port->initPaths and doPrintSearchDirs,
4270         * src/avr/main.c,
4271         * src/ds390/main.c,
4272         * src/hc08/main.c,
4273         * src/izt/i186.c,
4274         * src/izt/tlcs900h.c,
4275         * src/mcs51/main.c,
4276         * src/pic/main.c,
4277         * src/pic16/main.c: modified port structures to reflect addition of
4278         initPaths hook,
4279
4280         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4281         * (pic16_dump_section): for registers in same address reserve memory once,
4282         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4283         to no_banksel,
4284         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4285         result is greater in size than right or left,
4286         * (pic16_genUMult8X8_8): there are some cases where the result can
4287         be 16 bits size, so handle these,
4288         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4289         * (pic16_outBitC): modified to emit pcodes,
4290         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4291         or not,
4292         * (genDivOneByte): implemented algorithm to divide 8-bits,
4293         * (genCmp): uncommented goto, but issues still exist,
4294         * (genAnd): fixed a bug with variables >8bits,
4295         * (genPackBits): optimization added that uses BCF/BSF to change a
4296         single bit,
4297         * (genAssign): fixed bug when assigning floating point literals,
4298         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4299         __sdcc_gsinit_startup label,
4300         * src/pic16/main.c (_pic16_init): removed search directory
4301         initialisations,
4302         * (_pic16_initPaths): NEW, used to initialise search directories,
4303         * (_hasNativeMulFor): support functions for all except char/int
4304         multiplication, and char division,
4305         * (PIC16_port struct): modified entry for native mul support,
4306         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4307         no_banksel option,
4308         * (buildCallTree): call to register_usage is ifdef'ed out,
4309
4310 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4311
4312         * device/include/string.h: applied Stas Sergeev's patch to make this
4313         header file compatible with the preprocessor -Wundef option
4314         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4315         failure (fixes bug #941458)
4316
4317 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4318
4319         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4320         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4321         that the variable, not the function, should be static
4322         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4323         to be consistent with non-literal case
4324
4325 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4326
4327         * src/SDCCast.c (isConformingBody): fixed bug #949967
4328         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4329         convilong): fixed bug #952086
4330
4331 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4332
4333         * src/SDCCmem.c (allocVariables): fixed bug #955321
4334
4335 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4336
4337         * src/hc08/main.c (_hc08_genAssemblerEnd),
4338         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4339         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4340         completely eliminated the use of a temporary file
4341         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4342         when more than one file linked
4343         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4344
4345 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4346
4347         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4348         which fixes bug #543481
4349         * support/regression/tests/bug-751703.c: fixed comments left from a
4350         cut and paste error
4351         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4352         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4353         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4354         scopes
4355         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4356         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4357         are now changed to underscores in moduleName
4358
4359 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4360
4361         * as/mcs51/lkmem.c: better fix for bug #954173
4362
4363 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4364         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4365
4366         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4367         * device/include/c8051f000.h,
4368         * device/include/c8051f120.h,
4369         * device/include/c8051f300.h,
4370         * device/include/c8051f310.h,
4371         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4372         PWM16) and detab'ed
4373
4374 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4375
4376         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4377         and mailing lists, doc'ed --no-peep-comments, removed reference
4378         to knoppix (newest version has no LyX/LaTeX), other minor changes
4379         * src/SDCCglue.c (glue): save 2 bytes stack space with
4380         option --main-return. The ljmp could probably be avoided too
4381
4382 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4383
4384         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4385
4386 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4387
4388         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4389         * src/SDCCopt.c (isLocalWithoutDef),
4390         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4391         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4392         (credit to Maarten Brock for patch #949363, on which this is based)
4393         * support/regression/tests/bug-751703.c: some test cases of extern used
4394         within inner scopes.
4395
4396 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4397
4398         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4399         SPEC_STRUCT
4400         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4401         struct definitions
4402         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4403         dwWriteLabel): fix to create valid debugger symbols even when
4404         the module name has non-alphanumeric symbols in it
4405         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4406         when a variable's allocation has been optimized away
4407
4408
4409 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4410
4411         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4412         * src/hc08/main.c,
4413         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4414         * src/mcs51/main.c,
4415         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4416         * src/ds390/main.c,
4417         * src/z80/gen.c (z80_emitDebuggerSymbol),
4418         * src/z80/main.c,
4419         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4420         * src/pic/main.c,
4421         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4422         * src/pic16/main.c,
4423         * src/avr/gen.c (avr_emitDebuggerSymbol),
4424         * src/avr/main.c,
4425         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4426         * src/xa51/main.c,
4427         * src/SDCCdebug.c (emitDebuggerSymbol),
4428         * src/SDCCdebug.h,
4429         * src/port.h: added a debugger struct to the port struct. Added a
4430         callback for defining debugger symbols
4431
4432         * src/SDCCast.c (createLabel),
4433         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4434         with isitmp = 1
4435         * src/SDCCicode.h,
4436         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4437         iCode back to the ast for the function
4438
4439         * src/hc08/ralloc.c (hc08_assignRegisters),
4440         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4441         unneeded fields from the regs struct.
4442         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4443         pushReg() & pullReg() functions instead of emitcode()
4444
4445         * src/hc08/gen.c (genLabel, genhc08Code),
4446         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4447
4448         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4449         debugger hooks
4450
4451         * src/hc08/gen.c (genEndFunction, genhc08Code),
4452         * src/hc08/gen.h,
4453         * src/mcs51/gen.c (genEndFunction, gen51Code),
4454         * src/mcs51/gen.h,
4455         * src/ds390/gen.c (genEndFunction, gen390Code),
4456         * src/ds390/gen.h,
4457         * src/z80/gen.c (genEndFunction, genZ80Code),
4458         * src/z80/gen.h,
4459         * src/z80/z80.h,
4460         * src/pic/gen.c (genEndFunction, genpic14Code),
4461         * src/pic/gen.h,
4462         * src/pic16/gen.c (genEndFunction, genpic16Code),
4463         * src/pic16/gen.h,
4464         * src/avr/gen.c (genEndFunction, genAVRCode),
4465         * src/avr/gen.h,
4466         * src/xa51/gen.c (genEndFunction, genXA51Code),
4467         * src/xa51/gen.h,
4468         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4469         specific code to cdbFile.c and out of the backend code generators
4470
4471         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4472         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4473         starting address is now 0
4474
4475         * as/hc08/asm.h,
4476         * as/hc08/m08pst.c,
4477         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4478         assembler directive for DWARF support
4479         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4480
4481         * src/src.dsp,
4482         * src/Makefile.in,
4483         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4484
4485 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4488         and inappropriate peephole optimization in jump tables
4489
4490 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4491
4492         * as/hc08/m08pst.c,
4493         * src/SDCCglue.c: sdccopt works for the hc08 port now
4494
4495 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4496
4497         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4498
4499 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4500
4501         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4502
4503 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4506         rules
4507         * src/SDCCmain.c,
4508         * src/SDCCglobl.h,
4509         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4510         comments from the peephole optimizer replacement rules
4511         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4512         symbols
4513         * src/SDCCcse.c (updateSpillLocation),
4514         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4515         equivalents
4516         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4517         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4518         objects far pointers
4519
4520 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4521
4522         * src/SDCCsymt.h: a missing part of my last change
4523         * src/pic/ralloc.c (regTypeNum),
4524         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4525
4526 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * src/SDCCicode.h,
4529         * src/SDCCicode.c (aggrToPtrDclType),
4530         * src/SDCCptropt.h,
4531         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4532         ptrPseudoSymConvert),
4533         * src/pic/ralloc.c (regTypeNum),
4534         * src/pic16/ralloc.c (regTypeNum),
4535         * src/hc08/ralloc.c (regTypeNum),
4536         * src/ds390/ralloc.c (regTypeNum),
4537         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4538         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4539
4540 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * link/z80/lkmain.c (afile),
4543         * as/hc08/lkmain.c (afile),
4544         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4545         prevent a pointer problem when a filename has no directory and
4546         no extension specified.
4547
4548 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4549
4550         * link/z80/lkmain.c (afile): allow periods in directory names
4551         * link/z80/lkmain.c (afile),
4552         * as/mcs51/lkmain.c (afile),
4553         * as/hc08/lkmain.c (afile): allow linker script file to have an
4554         extension other than ".lnk"
4555         * link/z80/lklex.c (getfid),
4556         * link/z80/lkmain.c (parse),
4557         * as/mcs51/lklex.c (getfid),
4558         * as/mcs51/lkmain.c (parse),
4559         * as/hc08/lklex.c (getfid),
4560         * as/hc08/lkmain.c (parse): Support comments in the linker script
4561         file on lines by themselves and after filenames
4562
4563 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4564
4565         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4566
4567 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4568
4569         * src/z80/peeph-z80.def: removed some peephole rules that don't
4570         work with multibyte arithmetic (fixed bug #937126)
4571         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4572         to registers and not global variables
4573         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4574         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4575         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4576         checking for assignments not internally generated (fixed bug #931895)
4577         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4578         structure member (fixed bug #930072)
4579
4580 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4581
4582         * src/SDCCmain.c (linkEdit),
4583         * src/hc08/main.c (_hc08_parseOptions),
4584         * as/hc08/Makefile.in,
4585         * as/hc08/aslink.h,
4586         * as/hc08/asm.h,
4587         * as/hc08/m08pst.c,
4588         * as/hc08/lkrloc.c (relr, rele),
4589         * as/hc08/lkarea.c (lnkarea)
4590         * as/hc08/lkmain.c (afile, parse),
4591         * as/hc08/lkelf.c: support for ELF output
4592         * as/hc08/lks19.c (s19),
4593         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4594
4595 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4596
4597         * as/mcs51/lkihx.c: Fixed bug #899105.
4598
4599 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4600
4601         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4602         .dsp files from Unix to DOS.
4603
4604 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4605
4606         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4607         function pointers; we have been compliant for several months now.
4608         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4609         change that was accidently commented out
4610         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4611         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4612         bug #922319
4613
4614 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4615
4616         * src/hc08/gen.c: output of all of the internal debugging information
4617         is now controlled by the D() macro; it is disabled by default
4618
4619 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4620
4621         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4622         harder to keep the same registers during a CAST iCode
4623         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4624         long via int can be done in a single cast, if the signedness is
4625         correct.
4626         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4627         putchar() in tinibios.c in ds390's library
4628
4629 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4630
4631         * src/SDCCast.c (decorateType): fixed bug #898889,
4632         cast result of a literal complement too
4633         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4634         fixed check for bitfields
4635
4636 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4637
4638         * src/SDCCicode.c (geniCodeLogic): made it static,
4639         (geniCodeLogicAndOr): added in order to fix bug #905492,
4640         (ast2iCode): fixed bug #905492
4641         * support/regression/tests/bug-905492.c: added
4642         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4643         (processParms): fixed bug #927659: don't copy parms, this will clear
4644         decorated flag
4645         * support/regression/tests/bug-927659.c: added
4646
4647 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4648
4649         * src/SDCCast.c (addCast): don't cast float to char
4650         * device/lib/libsdcc.lib: added _memmove
4651
4652 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4653
4654         * device/lib/large/Makefile: fixed parallel execution by
4655         replacing `make` by `$(MAKE)`
4656
4657 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4658
4659         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4660         offsets (fixes bug #923936)
4661
4662 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4663
4664         * device/lib/small/Makefile: fixed parallel execution by
4665         replacing `make` by `$(MAKE)`
4666
4667 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4668
4669         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4670
4671 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4672
4673         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4674         * src/regression/Makefile: Regression test was not running.
4675
4676 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4677
4678         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4679         complement if possible
4680         * src/SDCCval.c (valComplement),
4681         * src/SDCCicode.c (operandOperation): fixed complement of literal
4682         * support/regression/tests/onebyte.c (testComplement): added
4683
4684 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4685
4686         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4687         return an optimized tree; actually replace actParm with the new tree
4688         * src/SDCCast.h: added some parantheses to remove side effects
4689         * support/regression/tests/bug-920866.c
4690
4691 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4692         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4693         Bit operands were not being handled properly in the pic14 port.
4694         (now src/regression/add.c passes again).
4695
4696 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4697
4698         * src/SDCC.y (labeled_statement): case and default no longer require
4699         a following statement (RFE #893037)
4700
4701 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4702
4703         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4704         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4705         disabled (fixes bug #916294)
4706         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4707         "mov a,acc"; patch provided by Lenny Story
4708         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4709
4710 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4711
4712         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4713         functions
4714         * src/ds390/gen.c (genFunction, genEndFunction),
4715         * src/ds390/ralloc.c (ds390_assignRegisters),
4716         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4717         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4718         pushed if there are parameters passed on the stack. Also, a cleaner
4719         way to decide if r0/r1 should be pushed/popped. (Together they fix
4720         bug #918693)
4721
4722 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4723
4724         * doc/sdccman.lyx,
4725         * device/lib/mcs51/crtpagesfr.asm,
4726         * device/lib/mcs51/crtxinit.asm,
4727         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4728         to avoid confusion with Si Lab's SFRPAGE register.
4729
4730 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4731
4732         * src/SDCCglue.c (emitMaps): allow public sfr variables
4733         * src/SDCCglue.c (initialComments): include compiler build date
4734         with compiler version and put the timestamp of the generated
4735         assembly file on a serperate line to be less confusing.
4736         * src/port.h: added genInitStartup hook
4737         * src/avr/main.c,
4738         * src/ds390/main.c,
4739         * src/hc08/main.c,
4740         * src/pic/main.c,
4741         * src/pic16/main.c,
4742         * src/xa51/main.c,
4743         * src/z80/main.c: genInitStartup initialize as NULL (default to
4744         historical behaviour)
4745         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4746         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4747         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4748         library instead of hard coding it into the compiler.
4749         * support/regression/ports/mcs51-stack-auto/spec.mk,
4750         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4751         * device/lib/mcs51/Makefile,
4752         * device/lib/small/Makefile,
4753         * device/lib/large/Makefile,
4754         * device/lib/mcs51/crtpagesfr.asm,
4755         * device/lib/mcs51/crtstart.asm,
4756         * device/lib/mcs51/crtxclear.asm,
4757         * device/lib/mcs51/crtxinit.asm,
4758         * device/lib/mcs51/crtclear.asm,
4759         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4760         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4761         and into user configurable files.
4762         * device/lib/clean.mk: clean mcs51 directory too
4763         * support/regression/tests/longlit.c: added static to T1 declaration
4764         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4765         accesses in the initialization code
4766
4767 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4770         OSCTRIMVAL as noted in bug #916008
4771
4772 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4773
4774         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4775         in loops with multiple exits (reported as incorrect registers
4776         used by Martin Helmling in Sdcc-user list)
4777
4778 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4779
4780         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4781         made ds390 register extensions look less like error messages
4782
4783 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4784
4785         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4786         reported by Adam Wozniak in Sdcc-user list
4787
4788 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4789
4790         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4791         arithmetic optimizations, added debug output
4792
4793 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4794
4795         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4796         * sdcc.spec: updated and split sdcc into 3 rpms
4797         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4798         needed for literals of LEFT_OP and '+'
4799         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4800         introduced RESULT_TYPE_NOPROM
4801         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4802         left shift
4803         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4804         limited promotion to int only for '*'
4805         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4806
4807 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4808
4809         * src/pic16/gen.c (genSkip),
4810         (genc16bit2lit), (gencjneshort): commented out
4811         (is_LitOp): new helper function, checks operand type
4812         (genCmpEq): rewritten
4813
4814 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4815
4816         * support/regression/tests/bug-908454.c: added
4817
4818 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4819
4820         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4821         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4822         (geniCodeCast): cosmetic, don't preserve bit storage class
4823         (geniCodeLeftShift): added promotion
4824         (geniCodeLogic): fixed regression
4825         * src/SDCCsymt.c (computeTypeOr): accept bits too
4826         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4827
4828 2004-03-07  Borut Razem <borut.razem AT siol.net>
4829
4830         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4831
4832 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4833
4834         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4835         version of pic16_genPackRegisters which does not check if ic is a
4836         CAST operator,
4837         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4838         function cause string1.c regression test fails
4839
4840 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4841
4842         * sim/ucsim/configure.in,
4843         * sim/ucsim/configure,
4844         * sim/ucsim/doc/Makefile.in: use docdir
4845         * src/SDCC.y: fixed sbit atrributes
4846         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4847         * src/SDCCast.c (decorateType): |^& need special promotion handling
4848         * src/SDCCast.h,
4849         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4850         * src/SDCCsymt.h (computeType),
4851         * src/SDCCicode.c: computeType() needs op
4852         * src/SDCCsymt.c (checkTypeSanity),
4853         * doc/sddman.lyx: "plain" bitfields are unsigned
4854         * src/SDCCsymt.c (computeTypeOr): added
4855         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4856         |^& ops
4857         * src/SDCCval.c (val*): computeType() needs op
4858         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4859         * support/regression/tests/onebyte.c: added tests for |^&
4860
4861 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4862
4863         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4864         for writing icode into asm output.
4865
4866 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4867
4868         * src/pic16/device.c: added some debug lines enabled
4869         with macro DEBUG_CHECK,
4870         * src/pic16/genarith.c: more debug in genPlus,
4871         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4872         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4873         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4874         * (aopForSym): onStack symbols are re-placed in data memspace,
4875         and onStack flag is cleared,
4876         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4877         copy temporary pcodeop,
4878         * (genPcall): added warning for not updating PCLATU,
4879         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4880         always true for pic16 port,
4881         * (genMultOneWord): NEW, supports integer multiplication,
4882         * (genMult): modified to call genMultOneWord,
4883         * (ifxForOp): added warning when return NULL,
4884         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4885         flag is set before call to operandFromSymbol for implicit
4886         added structures,
4887         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4888         options.intlong_rent are set by default,
4889         * (_hasNativeMulFor): modified to allow port generation of integer
4890         multiplication,
4891         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4892         set regtype to REG_SFR for all registers, restricting seting the
4893         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4894
4895 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4896
4897         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4898         more than 500 times in the regression tests
4899
4900 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4901
4902         * support/Util/SDCCerr.h,
4903         * support/Util/SDCCerr.c,
4904         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4905         enumerator_list),
4906         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4907         for symbol conflicts.
4908         * support/valdiags/tests/enum.c,
4909         * support/valdiags/tests/tentdecl.c,
4910         * support/valdiags/tests/struct.c: expect possible error messages
4911         referring to original symbol definitions.
4912         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4913         * src/SDCCsymt.h,
4914         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4915
4916 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4917
4918         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4919
4920 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4921
4922         * src/pic16/ralloc.c (newReg): fixed bug #908929
4923
4924 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4925
4926         * src/ds390/gen.c: added missing #include "main.h"
4927
4928 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4929
4930         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4931         checking if symbol is already in set,
4932         * src/pic16/device.h: prototype for checkAddSym,
4933         * src/pic16/gen.c: (_G): added entry interruptvector,
4934         * (assignResultValue): removed some commented out lines,
4935         * (genFunction): check for ISR via sym->type, absolute section for
4936         interrupt code is created via a new pBlock, the goto instruction is
4937         placed now correctly at the interrupt vector position, changed all
4938         references from ivec to _G.interruptvector,
4939         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4940         is the interrupt is a high priority one, same for return from ISR,
4941         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4942         externs to calls of checkAddSym,
4943         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4944         pic16_pcode_verbose flag is set,
4945         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4946         * src/pic16/pcoderegs.c: message about how many registers are saved
4947         will only be emitted if pic16_pcode_verbose flag is set,
4948
4949 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4950
4951         * src/ds390/ralloc.h,
4952         * src/ds390/ralloc.c (ds390_regWithIdx),
4953         * src/ds390/gen.c (emitcode),
4954         * src/ds390/main.h,
4955         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4956         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4957         ds390operandCompare, getRegsRead, getRegsWritten,
4958         initializeAsmLineNode): customized instruction size calculation for
4959         ds390, started basis for some register optimizations
4960         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4961         corresponding assembly output
4962         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4963         missing push/pop of r0/r1. Optimized push/pops
4964
4965 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4966
4967         * src/mcs51/main.c (instructionSize): fixed ACALL size
4968         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4969
4970 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4971
4972         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4973         the sorting of rlist with NULL elements
4974         * (print_idataType, print_idata): NEW to create idata sections
4975         * src/pic16/device.h: idataSymSet new variable
4976         * src/pic16/gen.c (genFunction): fixed some bugs in string
4977         comparing, improved the absolute section creation for ISRs,
4978         added FSR0L/FSR0H in registers that are saved in an ISR,
4979         * (genInline): fixed the processing of inline snippets,
4980         now they undergo no process by the peephole optimizer
4981         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4982         are placed in idataSymSet,
4983         * (pic16emitStaticSeg): extern symbols are added in externs,
4984         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4985         switching when aboslute variables are placed in access bank memory
4986         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4987         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4988         commented out with #if,
4989         * (pic16_packRegisters): reintroduce the check for CAST because some
4990         symbols are not correctly handled,
4991         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4992         pCodeInstruction instead of pCode,
4993         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4994         pCodeAsmDir definition,
4995         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4996         directive, then the argument directive is emitted without the leading
4997         tab, hack for inline labels which must be in the first column,
4998         * (compareLabel,pic16_findNextInstruction),
4999         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5000         * (insertBankSwitch): modified for the new pCodeAsmDir,
5001
5002 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5003         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5004
5005         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5006         instance,
5007         * (pushSide): commented out with #if,
5008         * (assignResultValue): fixed some typos in saving
5009         registers,
5010         * (genPcall): FIXED and sync'ed with genCall,
5011         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5012         * (genNearPointerGet): fixed to handle some more cases,
5013         implementation scheme via table reads,
5014         * (genConstPointerGet): modified to access code memory correct,
5015         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5016         and improved to handle some cases
5017         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5018         instead of "RETLW" for init data
5019         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5020         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5021         variables are placed in access bank memory (<0x80 and >=0xf80),
5022         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5023         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5024         TBLWT_POSTDEC,TBLWT_PREINC
5025         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5026         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5027         directives
5028         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5029         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5030         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5031         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5032
5033 2004-02-29  Borut Razem <borut.razem AT siol.net>
5034
5035         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5036         support/Util/findme.h, support/Util/system.h: enhance binary relative
5037         search for lib and include by using findProgramPath()
5038
5039 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/SDCCpeeph.h,
5042         * src/SDCCpeeph.c (pcDistance),
5043         * src/port.h,
5044         * src/mcs51/ralloc.h,
5045         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5046         * src/mcs51/main.h,
5047         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5048         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5049         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5050         size calculation port specific, started basis for some register
5051         optimizations
5052         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5053         missing push/pop of r0/r1. Optimized push/pops
5054         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5055         * device/lib/_modsint.c (_modsint),
5056         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5057         and stack version so regression tests pass
5058
5059 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5060
5061         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5062         * src/SDCCast.c (decorateType): catch another small optimization
5063         with '?' operator
5064         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5065         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5066         modified to finally use computeType() all over SDCC,
5067         see Feature Request #877103
5068         * src/SDCCval.h: cosmetic
5069         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5070         valCompare(); regression tested in muldiv.c
5071         * support/regression/tests/muldiv.c (testMod): mod sign follows
5072         dividend only
5073
5074 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5075
5076         * src/SDCCast.c (decorateType): fixed bug #902362
5077         * doc/INSTALL.txt: fixed install instructions for win32
5078
5079 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5080
5081         * device/include/Makefile.in (install): fixed by replacing spaces
5082         by tabs
5083         * doc/README.txt,
5084         * doc/INSTALL.txt: updated for release
5085         * doc/sdccman.lyx: added warning for --xstack being buggy
5086
5087 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5088
5089         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5090         to eliminate build warnings.
5091         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5092
5093 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5094            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5095
5096         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5097         removed -penable-stack, added comment for stack pragma, added
5098         warning for not initializing the stack/frame registers, removed
5099         comment at interrupts section
5100
5101         Stack is made permanent, there is no ability to disable stack usage.
5102         * src/pic16/device.h,
5103         * src/pic16/device.c: removed all references to USE_STACK macro,
5104         * src/pic16/device.c (pic16_dump_section): when no elements in
5105         rlist, free rlist before return,
5106         * (pic16_dump_int_registers): NEW, internal registers are a new set
5107         of general purpose registers reused by each function,
5108         * (checkAddReg): returns 1 if registers is added to set,
5109         * (pic16_groupRegistersInSection): when a registers is of type
5110         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5111         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5112         SRCASECMP macro is moved here from device.c
5113         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5114         PO_PCLATU, PO_PRODL, PO_PRODH,
5115         * (pic16_pCodeOpType, genMinus,
5116         changed compares to "a" register, with AOP_ACC,
5117         * (pic16_genPlus): fixed some bugs and indented properly,
5118         * (pic16_addSign): changed size to size+offset in the MOVWF
5119         instruction,
5120         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5121         multiply 8-bit operand by literal, result is 8-bit,
5122         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5123         multiply 2 8-bit operand, result is 8-bit,
5124         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5125         genUMult8X*_16,
5126         * src/pic16/gen.c: changed accUse to contain WREG only,
5127         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5128         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5129         true, do not use immediate addressing any more unless sym is a
5130         pointer in codespace,
5131         * (aopForRemat): do not use immediate addressing when symbol not in
5132         codespace and when symbol's address is requested,
5133         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5134         accUse size (= 1),
5135         * (aopGet): added case for AOP_ACC and don't return "accumulator
5136         bug" but WREG instead,
5137         * (popGetTempReg): pushes contents of temporary register in stack,
5138         * (popReleaseTempReg): pops contents of temporary register from
5139         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5140         * (pic16_popGet): separated case AOP_ACC to return register WREG
5141         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5142         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5143         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5144         the use of immediate pointers to certain cases only.
5145
5146         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5147         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5148         * (assignResultValue, genCall, genRet): modified to use the new
5149         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5150         genPcall is still broken,
5151         * (genFunction): added code to create 'A' type pBlocks when
5152         interrupt functions are generated, code not extensively tested yet,
5153         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5154         * (genEndFunction): modified so ISRs pop stored registers from stack,
5155         * (genMultOneByte): cleanup,
5156         * (AccRsh): added flag andmask, to and result with appropriate mask,
5157         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5158         * (genDataPointerGet): fixed and reenabled its use,
5159         * (genNearDataPointerGet): bugs fixed,
5160         * (genDataPointerSet): bugs fixed,
5161         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5162         pic16_DumpSymbol, pic16_DumpOp,
5163         * src/pic16/genutils.h: function prototypes for the above functions,
5164         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5165         pointers,
5166         * (pic16emitRegularMap): many many many improvements, but needs a
5167         major cleanup,
5168         * src/pic16/main.c: enable_stack in pic16_options is removed,
5169         * (_pic16_parseOptions): removed command line options -penable-stack,
5170         * (_process_pragma): emit stack symbol only when stack pragma is
5171         processed,
5172         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5173         redirected to FSR0L/FSR0H pair,
5174         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5175         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5176         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5177         for immediates,
5178         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5179         * (dumpPicOptype): NEW,
5180         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5181         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5182         with movff instruction,
5183         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5184         added pic16_int_regs, some packRegsFor* functions are commented out,
5185         because produce errors,
5186         * src/pic16/NOTES: minor modifications
5187
5188 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5189
5190         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5191         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5192         --pack-iram.
5193         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5194         * as/mcs51/lkaomf51.c: fixed bug #895763
5195
5196 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5197
5198         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5199
5200 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5201
5202         * doc/sdccman.lyx: added details about the HC08 storage classes and
5203         interrupts, fixed the register usage info for z80 & gbz80
5204
5205 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5206
5207         * doc/sdccman.lyx: added more pic16 port documentation
5208         * device/include/pic16/: added header pic18fregs.h
5209
5210 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5211
5212         * doc/sdccman.lyx: added Vangelis' contribution
5213
5214 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5217         extend to the next CALL or PCALL, not just to the next CALL.
5218
5219 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5220
5221         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5222
5223 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5224
5225         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5226         bug #895752 and a better fix for bug #716790
5227
5228 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5229
5230         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5231
5232 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5233
5234         * doc/sdccman.lyx: minor changes, minor changed
5235
5236 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5237
5238         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5239         which can't handle SDCC_NEWONEBYTEOPS,
5240         (geniCodeMultiply): removed conversion from mult to shift for pic14
5241         and pic16
5242
5243 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5244
5245         * src/hc08/gen.h,
5246         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5247         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5248         thus fixing bug #895406
5249
5250 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5251
5252         * device/lib/_modsint.c,
5253         * device/lib/_modslong.c: sign follows divisor only
5254         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5255         signs or signedness can be ignored
5256         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5257         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5258         added optimization for IFX,
5259         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5260         arguments;
5261         reenabled optimization for IFX, which was removed on 2004-01-11
5262         * src/SDCCast.h: added return type IFX
5263         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5264         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5265         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5266         SDCC_OLDONEBYTEOPS selects the old behaviour
5267         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5268         changed again and commented promotion rule
5269         * src/SDCCval.c (valDiv): promotion no longer necessary
5270         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5271         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5272         rewritten
5273         * support/regression/tests/onebyte.c: added
5274
5275 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5276
5277         * gen.c (genInline): reverted to old code for assemnling inline
5278         code because of bug reported James Chadd
5279
5280 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5281
5282         * ralloc.h: missing declarations from previous patch,
5283         seems that patch for ralloc.h was never applied, fixed
5284
5285 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5286            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5287
5288         * pcode.c,
5289         * pcode.h,
5290         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5291         indirect addressing. Marked FSR0 as deprecated
5292         * gen.c (pointerCode): commented out, not needed now
5293         (pic16_popGet2p): new MOVFF helper function
5294         (genGenPointerGet),
5295         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5296         (shiftRLong): removed duplicate debugging info
5297
5298 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5299
5300         * src/ds390/gen.c (genNearPointerGet),
5301         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5302         optimization with bits, but not bitfields.
5303         * src/ds390/ralloc.c (packRegisters),
5304         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5305
5306 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5307
5308         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5309
5310 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5311
5312         * src/SDCCsymt.h,
5313         * src/SDCCicode.c (operandFromSymbol),
5314         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5315         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5316         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5317         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5318         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5319         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5320         bug #892038
5321         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5322         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5323         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5324         * src/SDCCsymt.c (newSymbol),
5325         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5326         enumerator_list),
5327         * src/SDCCval.h,
5328         * src/SDCCval.c (newiList): fixed bug #885705
5329
5330 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5331
5332         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5333         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5334
5335 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5336
5337         * device/include/c8051f120.h,
5338         * device/include/c8051f300.h,
5339         * device/include/c8051f310.h: added/updated header files for Silicon
5340         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5341         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5342         in new section Submitting patches
5343
5344 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5347         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5348         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5349         genGenPointerSet),
5350         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5351         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5352         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5353         genGenPointerSet),
5354         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5355         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5356         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5357         genGenPointerSet),
5358         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5359         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5360         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5361         genGenPointerSet): fixed bug #892400
5362         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5363         to eliminate build warnings.
5364         * src/SDCCast.c (processParms),
5365         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5366         fixed bug 751859
5367         * support/valdiag/valdiag.py: added GCC to the list of defines active
5368         when compiling with gcc
5369
5370 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5371
5372         * support/Util/SDCCerr.h,
5373         * support/Util/SDCCerr.c,
5374         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5375         with an incomplete type (fixed bug #883734)
5376         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5377
5378 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5379
5380         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5381
5382 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5383
5384         * src/SDCCast.c (decorateType),
5385         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5386         function pointer implementation
5387         * support/regression/tests/funptrs.c: added tests to verify both forms
5388         of function pointers work correctly. Added tests to verify parameters
5389         are passed in the correct order.
5390
5391 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5392
5393         * device.c (regCompare): registers are sorted by ascending
5394         address and increasing size,
5395         * main.c (_pic16_finaliseOptions): removed the declaration
5396         of compiler macro MCU. Now a macro of the format pic18fxxxx
5397         will be defined from the command line
5398
5399 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5400             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5401
5402         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5403         PCOP_RLCF was overwritten!
5404         * gen.c (genSkip): commented out calls to pic16_emitcode,
5405         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5406         * (genlshTwo),
5407         * (genRRC): added debugging info,
5408         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5409         overwritten while shifting,
5410         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5411         overwritten while shifting,
5412         * (AccLsh),
5413         * (AccRsh),
5414         * (shiftLLeftOrResult),
5415         * (shiftRLeftOrResult),
5416         * (shiftRLong),
5417         * (shiftLLong): Implemented with pic16_emitpcode
5418         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5419         * (genLeftShift): Fixed bug, operand for shift by variable always
5420         was "and"ed with 0x0f,
5421         * (genLeftShiftLiteral),
5422         * (genrshTwo),
5423         * (genRightShiftLiteral): added debugging info,
5424         * (genrshFour): added comment,
5425         * (genRightShift): determined signedness from operand "left"
5426         instead of "result"
5427
5428 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5429
5430         * src/SDCCicode.c (geniCodeParms),
5431         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5432         function pointers, fixed function pointer bugs #861242 and #861896
5433
5434 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5435
5436         * device/include/c8051f000.h,
5437         * device/include/c8051f120.h,
5438         * device/include/c8051f300.h: added header files for Silicon
5439         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5440
5441 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5442
5443         * src/SDCCast.c (processParams): added new type flow and restructured
5444         (gatherAutoInit): added new type flow
5445         (addCast): cosmetic changes
5446         (getLeftResultType): added new type flow for array indices, patch
5447         provided by Stas, see FR #877103
5448         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5449         array index patch by Stas
5450         * src/SDCCast.h: added prototype getResultTypeFromType()
5451         * src/SDCCval.h,
5452         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5453         * src/pic/glue.c (pic14emitStaticSeg),
5454         * src/pic16/glue.c (pic16emitStaticSeg),
5455         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5456         for initialization of symbols
5457         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5458         * support/Util/SDCCerr.h:
5459         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5460         * .version: bumped version number to 2.3.8
5461         * device/include/Makefile.in (install),
5462         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5463         avoid warnings
5464
5465 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5466
5467         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5468         Slade Rich fixed an optimization bug
5469         * src/pic/pcodepeep.c,
5470         * src/pic/pcoderegs.c
5471         * doc/Makefile (install): added test for directory
5472
5473 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5474
5475         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5476         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5477         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5478         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5479         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5480         * as/mcs51/asexpr.c (term),
5481         * as/hc08/asexpr.c (term): fixed bug #887146
5482
5483 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5484
5485         * src/z80/gen.c (genMult): handle single byte result product
5486         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5487         DUMMY_READ_VOLATILE (fixed bug #886367)
5488
5489 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5490
5491         * support/regression/tests/libmullong.c: fixed logic, on little endian
5492         hosts we ended without a mullong_wrapper()
5493
5494 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5495
5496         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5497         virus/worm forged address usage.
5498
5499 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5500
5501         Fixed promotion, it should be done on AST level:
5502         * src/SDCCast.c (addCast): added promotion to int
5503         (decorateType): updated call to upCast()
5504         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5505         usualUnaryConversions()
5506
5507 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5508
5509         * support/regression/tests/literalop.c (mulWrapper): Added a
5510         wrapper to remove integer overflow warnings.
5511
5512         * support/regression/tests/float_trans.c: Made work on host.
5513
5514         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5515         location of sz80.
5516
5517         * support/regression/generate-cases.py (main): Changed from inline
5518         to a main method.
5519
5520         * doc/Makefile (install): Changed to depth first to get rid of
5521         missing directory install warning.
5522
5523         * as/Makefile (install-doc): Made work on Mac.
5524
5525 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5526
5527         * src/SDCCast.c: added an additional type flow in decorateType() of
5528         opposite direction, see feature request #860006; it's enabled at runtime
5529         by setting the environment variable SDCC_NEWTYPEFLOW
5530         * src/SDCCast.h: changed prototype of decorateType()
5531         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5532         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5533         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5534         see feature request #877103
5535         * src/SDCCval.c: updated call of decorateType()
5536         (valBitwise): fixed bug #882876
5537         (valMinus): added promotion
5538         (valLogicAndOr): result is unsigned
5539         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5540         * src/SDCCsymt.c (computeType),
5541         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5542         must not cause an unsigned operation
5543         * src/pic/glue (pic14emitRegularMap),
5544         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5545
5546 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5547
5548         * src/pic/pcode.c (PCodeID): commented out left over debug code
5549
5550 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5551
5552         * support/valdiag/tests/overflow.c: added shift tests
5553         * src/pic/device.c,
5554         * src/pic/gen.c,
5555         * src/pic/gen.h,
5556         * src/pic/glue.c,
5557         * src/pic/main.c,
5558         * src/pic/pcode.c,
5559         * src/pic/pcode.h,
5560         * src/pic/pcodepeep.c,
5561         * src/pic/pcoderegs.c,
5562         * src/pic/ralloc.c,
5563         * src/pic/ralloc.h: applied patch from Slade Rich;
5564         added support for multiple code pages and multiple RAM banks on the
5565         PIC 14 port. The ASM files now no longer simply assume all the
5566         code / RAM are in the same page / bank. This means the linker can
5567         safely allocate code/RAM of separate ASM files to different pages/banks.
5568         * doc/sdccman.lyx: added Slade's tips
5569         * src/mcs51/peeph.def: fixed bug #880768
5570
5571 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5572
5573         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5574         * src/SDCCast.c (decorateType): fixed bug #880197
5575
5576 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5577
5578         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5579         getopt.h.
5580
5581         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5582         strtof is not part of C89 and isn't included with Mac OS X.
5583
5584 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5585
5586         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5587         shiftL2Left2Result): fixed bug #879326
5588         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5589         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5590         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5591         address fetch for clr instruction
5592         * device/lib/hc08/_mulint.c: created optimized assembly version
5593         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5594
5595 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5596
5597         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5598         proposed in FR #877103
5599
5600 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5601
5602         * src/SDCCval.c (cheapestVal): added missing checks
5603         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5604         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5605
5606 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5607
5608         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5609         equal operands
5610
5611 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5612
5613         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5614         loaded with the linker search paths (-L arguments) and the libraries
5615         to be linked with the current source (-l arguments). Changes
5616         currently will affect only the pic16 port.
5617         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5618         include path the port specific paths and port specific libraries,
5619         * gplink command now contains the $3 argument,
5620         * src/pic16/device.h,
5621         * src/pic16/device.c,: structure PIC_device is made public and
5622         renamed to PIC16_device, the same for variable Pics which is renamed
5623         to Pics16. Updated all references to them.
5624         * src/pic16/glue.c (pic16glue): corrected bug with code
5625         initialization which bypassed the variable initializations block.
5626
5627         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5628         COMPILE_FLAGS and added the --nostdinc option
5629
5630 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5631
5632         * device/include/mc68hc908jb8.h: Register defs for another member
5633         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5634
5635 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5636
5637         Documenting changes from previous commits.
5638         * configure.in (version 1.56),
5639         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5640         when generating output files to configure the pic16 library,
5641         but now I've commented it out, since gputils aren't installed in the
5642         SF compile farm, so library won't compile
5643
5644         * device/lib/Makefile.in (version 1.56): initially I've added in
5645         target 'all' the prerequestive 'model-pic16' so it compiled the
5646         pic16 library, but now I've commented it out for the same reasons
5647         above,
5648         * added targets 'model-pic16' and 'objects-pic16' to compile the
5649         library
5650         * added target 'port-specific-objects-pic16' to handle the
5651         generated libraries and copy them into the build/ directory
5652         * added target 'clean-intermediate-pic16' to clean intermediate
5653         files into pic16 directory
5654         * in target 'installdirs' added line to create directory pic16 in
5655         the installation path
5656
5657         * device/include/Makefile.in (version 1.11): in target 'install'
5658         added lines to copy all header files to installation path,
5659         * in target 'installdirs' added line create directory for pic16
5660         headers in the installation path
5661
5662 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5663
5664         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5665          a function call
5666
5667 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5668
5669         * configure,
5670         * device/lib/configure.in,
5671         * device/lib/configure: fixed for autoconf 2.57
5672
5673 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5674
5675         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5676         option so that it actually works. Made it specific to the z80, since
5677         the gbz80 doesn't have these kinds of I/O ports.
5678
5679 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5680
5681         * device/include/z180.h,
5682         * device/lib/_memcpy.c,
5683         * device/lib/_memmove.c,
5684         * device/lib/_mulint.c,
5685         * device/lib/ser_ir.c,
5686         * device/lib/ser_ir_cts_rts.c,
5687         * device/lib/_strcmp.c,
5688         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5689         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5690         portmode; added deprecation warning for bank= and protmode= forms.
5691         Also, guard against buffer overflow.
5692         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5693
5694 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5695
5696         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5697         changed interrupt vector table generation to only emit declared vectors.
5698         * device/include/Makefile.in: added missing backslash
5699         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5700
5701 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5702
5703         Mainly changes to support compilation of the device libraries
5704         * src/pic16/device.c: stack is allocated via symbol and not
5705         via literal number. The symbol is placed in the corresponding
5706         position of the data ram
5707         * (pic16_dump_section): relocatable and absolute uninitialized
5708         data are now emitted in sorted order to reduce section naming,
5709         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5710         weren't marked as being in the access bank,
5711
5712 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5713
5714         Added portion of GNU PIC Library under the directory
5715         device/include/pic16 and device/lib/pic16. These files
5716         contain the declarations of SFRs for the PIC18Fxx2 devices.
5717         The directory is initialized via configure from toplevel.
5718
5719 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5720
5721         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5722         the spilllocations to be compared correctly
5723
5724 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5725
5726         * src/SDCCast.c (decorateType): fixed bug introduced today
5727
5728 2004-01-12  Borut Razem <borut.razem AT siol.net>
5729
5730         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5731         doc/sdccman.lyx: upper case pragmas are deprecated
5732
5733 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5734
5735         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5736         in simpler and even better code
5737
5738 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5739
5740         * src/SDCCicode.c (operandOperation): fixed bug #874819
5741         * src/SDCCast.c (decorateType): fixed
5742         char foo (unsigned long ul) { return ul > 0; }
5743
5744 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5745
5746         * doc/sdccman.lyx: Moved and added some sections, small changes
5747         all over. Telling LaTeX to be less strict with word spacing
5748         to better keep the right margin. Changed some notes about
5749         maintainance of the ports in section 3.2.1 - is it OK like this?
5750
5751 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5752
5753         SDCC source changes:
5754         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5755         convilong): modified to inform the pic16 port that builtin functions
5756         are external
5757
5758         PIC16 PORT specific changes:
5759         * src/pic16/device.c pic16_dump_equates() added,
5760         processor registers declared internally by the port are emitted in
5761         the translation as equates,
5762         * src/pic16/gen.c: inline code is passed unprocessed to the
5763         translation,
5764         * (pic16_popGetLit2): fnuction modified to take second operand as
5765         pCodeOp pointer and not as literal,
5766         * (popRegFromIdx): prefixed with pic16_,
5767         * (pic16_popCombine2): modified to receive already allocated pCode
5768         operands,
5769         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5770         * (genFunction): initializes local stack frame and pushes on stack
5771         all the registers used by this function,
5772         * (genEndFunction): restores all registers from stack and restores
5773         stack frame,
5774         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5775         improvements,
5776         * (pic16glue): changed the program startup sequence,
5777         * added new dbName code 'A' for functions placed in absolute section
5778         * src/pic16/main.c: added function attribute _naked,
5779         * added pragma 'code' to place a fnuction at an absolute address,
5780         * added command line arguments --debug-ralloc and --pcode-verbose,
5781         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5782         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5783         * (pic16_newpCodeOpLit2): modified to take the second operand as
5784         pCodeOp pointer,
5785         * (pic16_printpBlock): modified to emit each function in a separate
5786         section,
5787         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5788         UPPER for immediate operands,
5789         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5790         instruction,
5791         * src/pic16/peeph.def: all peepholes with movff are commented out,
5792         because there is a problem in the pcode peep optimizer,
5793         * src/pic16/ralloc.c: the register allocator can now reuse local
5794         function symbols for another function. This saves register usage.
5795         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5796
5797         Added file src/pic16/NOTES with information about program writing on
5798         the current port version.
5799
5800 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5801
5802         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5803         and peephole 252 (array access)
5804
5805 2004-01-09  Borut Razem <borut.razem AT siol.net>
5806
5807         * src/SDCCmain.c : fixed #872250: -l command line defined library
5808           files are scanned before standard library files
5809
5810 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5811
5812         * src/SDCCast.c (decorateType): fixed bug #874046
5813
5814 2004-01-09  Borut Razem <borut.razem AT siol.net>
5815
5816         * support/scripts/sdcc.nsi: remove previous installation
5817
5818 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5819
5820         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5821         bytes for last interrupt vector (mcs51)
5822         * sdcc.spec: fixed typo
5823
5824 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5825
5826         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5827         gen51Code): more efficient parameter receive for --model-large
5828         ("bug" #845294)
5829
5830 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5831
5832         * src/ds390/main.c,
5833         * src/z80/main.c: added missed needLinkerScript flags (more than
5834         one port structure defined in these file)
5835         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5836         bug #795325
5837
5838 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5839
5840         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5841         * src/port.h: added flag needLinkerScript in port->linker
5842         structure to inform whether to create a .lnk file or not,
5843         * src/avr/main.c,
5844         * src/ds390/main.c,
5845         * src/hc08/main.c,
5846         * src/mcs51/main.c,
5847         * src/pic/main.c,
5848         * src/pic16/main.c,
5849         * src/xa51/main.c,
5850         * src/z80/main.c: changed appropriately to configure
5851         needLinkerScript flag
5852         * src/pic/gen.c,
5853         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5854         * src/pic/glue.c: added variable udata_section_name to
5855         override default uninitialized data segment definition for
5856         devices only with SHAREBANK memory (reported from Erik Epetrich)
5857         * (pic14emitOverlay): modified to emit a commented overlay segment
5858         directive when no overlay data exist
5859         * (picglue): modified to emit uninitialized data segment
5860         according to udata_section_name
5861         * src/pic/main.c (_pic14_parseOptions): added command line
5862         options --udata-section-name=[name] to override default
5863         udata definition name
5864         * modified _linkCmd and _asmCmd to include compiler passed
5865         arguments via -W option
5866         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5867         object file from '.rel' to '.o' in port->linker structure,
5868         changed size of fptr from 2 to 3 in port structure
5869
5870 2004-01-07  Borut Razem <borut.razem AT siol.net>
5871
5872         * support/scripts/sdcc.nsi: update PATH
5873         * support/scripts/sdcc.ico: craeted
5874
5875 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5876
5877         * device/include/Makefile.in: fix install
5878         * doc/Makefile: fix install
5879
5880 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5881
5882         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5883         in bug #860505
5884         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5885         how the function variable allocation summary is displayed; also
5886         include information about variables allocated to the overlay
5887         segment
5888
5889 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5890
5891         * as/mcs51/lkmain.c: Help about -Y option
5892         * as/mcs51/lkarea.c: Fixed gcc warnings
5893
5894 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5895
5896         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5897         fixed warning
5898         * support/valdiag/tests/overflow.c: added
5899         * src/SDCCast.c (decorateType),
5900         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5901         LEFT_OP (left shift)
5902
5903 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5904
5905         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5906         (default behaviour).
5907
5908 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5909
5910         A python script to validate compiler diagnostic messages. It can be
5911         used to verify that sdcc complains about bad c source code and
5912         gives a good location of the error.
5913         * support/valdiag/Makefile,
5914         * support/valdiag/valdiag.py,
5915         * support/valdiag/tests/*
5916
5917 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5918
5919         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5920         * src/SDCCsymt.c (newEnumType),
5921         * src/SDCCsymt.h
5922         * support/Util/SDCCerr.c,
5923         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5924         enum related bugs.
5925         * support/regression/tests/enum.c: added test for enum values that
5926         require at least 2 bytes of storage.
5927
5928 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5929
5930         * src/common.h: added ifndef/define/endif macros
5931         around the header file.
5932         Bug reported from Jesus Calvino-Fraga
5933
5934 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5935
5936         * sdcc.spec: updated
5937         * device/include/Makefile.in: don't install CVS directories
5938         * device/lib/Makefile.in: added removal of CVS directories after install
5939         * doc/Makefile: fixed install, added local_icons
5940         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5941         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5942         * src/ds390/gen.c (genRightShift): fixed bug #870788
5943         * src/SDCCast.c (decorateType): fixed bug #870781
5944
5945 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5946
5947         PIC16 port related changes:
5948         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5949         added variable stackPos,
5950
5951         * gen.c: genCall, assignResultValue: added support for
5952         pushing/retrieving function parameters to/from stack,
5953         genFunction,genEndFunction: setup stack frame for the
5954         generated function,
5955         genAddrOf: will be changed according to bug 863624
5956
5957         * added files genutils.c and genutils.h which contain gen*
5958         debugged and optimised functions extracted from gen.c
5959
5960         * glue.c: added variable 'externs' which holds extern symbols,
5961         pic16emitRegularMap: is modified to properly handle relocatable
5962          symbols under the new scheme,
5963         pic16createInterruptVect: is modified
5964         pic16printPublics: is modified to emit 'global' assembler directives,
5965         added pic16_printExterns to print extern symbols,
5966         pic16glue: initializes stack/frame pointer in the beginning of
5967         the assembly output. Temporary hack, will be corrected later,
5968         because gplink yet does not support stack and SDCC does not
5969         yet support a type of crt0.o object to create the final binary.
5970
5971         * Removed many lines that contain 8051 legacy code.
5972         * The code is finally placed under a 'code' directive.
5973         * Added port specific options.
5974
5975         * _process_pragma: simplified since now we do not need *special*
5976         include file to define SFR registers. But a separate header
5977         will be needed. This will be developed later.
5978         * _pic16_parseOptions: added, parses port specific options:
5979         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5980         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5981         --preplace-udata-with=
5982
5983         * _pic16_setDefaultOptions: modified to initialize section names,
5984         but hack is temporarly out of order since it needs improvement.
5985         * _pic16_genAssemblerPreamble: configuration words are emitted by
5986         their address instead of their name. This part is incomplete and
5987         supports only the 18Fxx2 devices. Other devices will emit an error
5988         during assembly since they do not contain the same set of config
5989         registers
5990         * _pic16_genIVT: is modified,
5991
5992         * pcode.c: added definitions for some hardware registers that are needed
5993         for stack support
5994         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5995         All PCI entries are updated. Now LFSR is supported.
5996         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5997         * added pic16_newpCodeOpLit2 to support instructions with
5998         two literal arguments
5999         * pic16_pCode2str: corrected code that emits assembler instructions
6000         with two literal operands and those that have an access bit modifier
6001         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6002         this fixes a bug which caused some labels to be lost, when an
6003         assembler directive was added, i.e. banksel,
6004         * pic16_FixRegisterBanking: improved logic that causes the insertion
6005         of bank switching,
6006         * InlineFunction: functions that are called once, are not any more
6007         inlined. This can be a port option in the future,
6008
6009         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6010
6011         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6012         hold the corresponding uninitialized symbols,
6013         * pic16_allocProcessorRegister: registers have explicit marked the
6014         accessBank field,
6015         * pic16_allocInternalRegister: registers are explicit marked as
6016         not used,
6017         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6018         processing list, so bit registers were lost,
6019         *
6020
6021         * ralloc.h: added field 'accessBank' and original symbol operand
6022         in register definition,
6023         * removed the field isMapped from register definition,
6024
6025         ** Several functions have been removed from various sources:
6026         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6027         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6028         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6029         pic16_assignRelocatableRegisters
6030
6031         ** others have been introduced:
6032         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6033         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6034
6035 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6036
6037         * support/scripts/inc2h.pl: changed definition of BIT_AT
6038         to emit 'sbit at' instead of 'bit at'. This was a request.
6039
6040         PIC16 port related preliminary changes:
6041         * gen.c: prefixed function popRegFromString with
6042         pic16_ and all references to it corrected
6043         * pcode.c: all pic16_pc_* hardware registers prefixed
6044         with underscore (_),
6045         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6046         * ralloc.c: newReg(): when register is REG_SFR then
6047         set address to rIdx,
6048         pic16_allocProcessorRegister(): marks register wasUsed=0
6049         pic16_writeUsedRegs(): added a call to assign processor
6050         registers via pic16_assignFixedRegisters
6051
6052 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6053
6054         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6055         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6056         variables in unused register banks.  Also the SSEG is placed
6057         wherever there is enough space for it, and IDATA can be anywhere
6058         in internal RAM.  For now compile using -Wl-Y[stack_size].
6059         The mem file is different for this option as well, since it
6060         makes no sense of talking about DSEG lenght.
6061
6062 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6063
6064         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6065         in certain cases, e.g. when ROM assignment, patch provided
6066         from Albert den Haan.
6067
6068 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6069
6070         Many signedness and type propagation fixes:
6071         * src/SDCCicode.c: made geniCodeCast() static
6072         replaced SPEC_ by IS_ (cosmetic)
6073         (operandOperation): fixed div and mod operation
6074         (usualBinaryConversions): added support for promotion of char
6075         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6076         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6077         (geniCodeAdd): an array index will stay unsigned, even if promoted
6078         from char to int
6079         (geniCodeArray): ditto
6080         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6081         * src/SDCCsymt.c (computeType): added more support for char;
6082         promotion of char is selectable by promoteCharToInt, fixed signedness
6083         for all cases
6084         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6085         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6086         * src/SDCCval (val*): replaced signedness calculation by
6087         computeType()
6088         rearranged if-branches (cosmetic)
6089         (valShift): added warning W_SHIFT_CHANGED
6090         (valCompare): fixed problem with different types
6091         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6092         * support/regression/tests/literalop.c: added many cases
6093         * support/regression/tests/ast_constant_folding.c: changed finally to
6094         'unsigned int'
6095         * .version: new year, new version: 2.3.7
6096         * src/SDCCmain.c (main): applied patch #866468
6097         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6098         provided by Scott Bronson
6099         * doc/sdccman.lyx: updated documentation for sdcdb
6100         updated and added chapter tips
6101
6102 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6103
6104         * src/SDCCsymt.h: missing from yesterday's commits
6105
6106 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6107
6108         * src/SDCC.y (struct_or_union_specifier),
6109         * support/Util/SDCCerr.c,
6110         * support/Util/SDCCerr.h: verify that struct & union tags are used
6111         as declared.
6112
6113 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6114
6115         * src/SDCCglobl.h: missing from yesterday's commits
6116
6117 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6118
6119         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6120         sft_attributes, struct_declaration, parameter_declaration,
6121         type_name, start_block, declaration_list),
6122         * src/SDCC.lex (check_type): support redefinition of typedef names
6123
6124 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6125
6126         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6127         aligned xdata arrays. Erik helped me with the if clause.
6128
6129 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6130
6131         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6132         warning
6133
6134 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6135
6136         * src/SDCCast.h,
6137         * src/SDCCast.c (newAst_),
6138         * src/SDCCicode.h,
6139         * src/SDCCicode.c (ast2iCode, newiCode),
6140         * src/SDCCglobl.h,
6141         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6142         expr, statement, expression_statement, selection_statement,
6143         iteration_statement, expr_opt, jump_statement): foundation for tracking
6144         sequence points
6145         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6146         point code too)
6147
6148 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6149
6150         * support/Util/SDCCerr.c,
6151         * src/SDCCast.h,
6152         * src/SDCCast.c (createCase, createDefault, decorateType),
6153         * src/SDCClabel.c (labelUnreach),
6154         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6155         to error messages.
6156         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6157         (with thanks to Stas Sergeev)
6158         * device/include/time.h,
6159         * device/lib/time.c (CheckTime): suppress unreachable code warning
6160
6161 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6162
6163         * src/SDCCast.c (createIvalCharPtr),
6164         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6165         bug #753752)
6166         * support/regression/tests/nullstring.c: tests for these two bugs
6167
6168 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * support/Util/SDCCerr.h,
6171         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6172         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6173         about storage class and 'at' used inside struct or union
6174         * src/SDCCBBlock.c (iCodeFromeBBlock),
6175         * src/SDCCcse.c (ifxOptimize),
6176         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6177         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6178         printIval, emitStaticSeg, emitOverlay),
6179         * src/SDCClabel.c (deleteIfx),
6180         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6181         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6182         gatherAutoInit, processParms),
6183         * support/Util/SDCCerr.h,
6184         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6185         reporting for post-parse errors.
6186
6187 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6188
6189         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6190         implicit casts via union; they don't work on big endian systems
6191         (possible fix for bug #861138)
6192
6193 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6194
6195         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6196         * src/mcs51/main.c: fixed the fix for bug #737001
6197
6198 2003-12-15  Borut Razem <borut.razem AT siol.net>
6199
6200         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6201
6202 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * support/makebin/makebin.c: put output in binary mode
6205
6206 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6207
6208         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6209         xdata and data memory on startup. Set the environment variable
6210         SDCC_NOGENRAMCLEAR to disable this.
6211         * src/mcs51/peephole.def,
6212         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6213         (allows non-interrupt and interrupt code to safely compete for a resource
6214         without the non-interrupt code having to disable interrupts)
6215
6216 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6217
6218         * src/SDCCicode.c (geniCodeAdd),
6219         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6220         with valFromType if type might be a pointer and host is big endian).
6221         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6222         types, not just integer types.
6223         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6224         multiply defined with mismatching "at" address.
6225
6226 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6227
6228         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6229         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6230         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6231         with embedded nulls (fixed bug #753752)
6232
6233 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6234
6235         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6236         Apparently this did not see much testing (endless loop)
6237
6238 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6239
6240         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6241
6242 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6245         gracefully handle NULL memmap pointers
6246
6247 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6248
6249         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6250         instead of deleting the iCode when an operand is volatile
6251         * src/z80/gen.c (genDummyRead),
6252         * src/mcs51/gen.c (genDummyRead),
6253         * src/ds390/gen.c (genDummyRead),
6254         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6255         not just IC_RIGHT
6256         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6257         * src/SDCC.y: fixed bug #850420
6258
6259 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6260
6261         Applied z80 i/o port patch from Peter Townson and fixed some operators
6262         to better handle operands in A register.
6263         * device/include/z180.h
6264         * src/SDCC.y
6265         * src/SDCCglue.c
6266         * src/z80/gen.c
6267         * src/z80/gen.h
6268         * src/z80/main.c
6269         * src/z80/peeph-z80.def
6270         * src/z80/peeph.def
6271         * src/z80/z80.h
6272
6273 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6274
6275         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6276
6277 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6278
6279         * device/lib/hc08/_mullong.c: Removed extra #endif
6280
6281 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6282
6283         * sim/ucsim/hc08.src/inst.cc,
6284         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6285         carries from x to h
6286         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6287         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6288         * device/include/stdarg.h: fixed varargs for hc08
6289         * device/lib/Makefile.in,
6290         * device/lib/hc08/Makefile,
6291         * device/lib/hc08/_mulint.c,
6292         * device/lib/hc08/_mullong.c: fixed some endian problems
6293
6294 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6295
6296         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6297         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6298         * device/lib/_gptrget.c,
6299         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6300
6301 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6304         * src/SDCCast.c (astErrors): fixed bug #846007
6305         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6306
6307 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6308
6309         * src/SDCCast.c (decorateType): disabled a transformation I added in
6310         revision 1.188 (access to fields of a structure at an absolute address);
6311         it breaks with bitfields, extern declarations, and gcse analysis.
6312         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6313         could be assigned through a pointer, so don't complain.
6314         * src/SDCCast.c (astErrors),
6315         * src/SDCCast.h,
6316         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6317
6318 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6319
6320         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6321         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6322         output of __config directives, since gpasm now supports them
6323         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6324         pre-processor macro, i.e. -DMCU=p18f452
6325         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6326         and modified to handle 'cast' icode similarly to '=' icode
6327         * src/pic16/device.h (typedef struct PIC_device): added field
6328         'extMIface' to indicate that chip has external memory interface
6329         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6330         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6331         18F8720
6332
6333 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6334
6335         * src/SDCC.y (pointer): fixed bug #846006
6336         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6337         * src/SDCCast.c (decorateType): fixed bug #846009
6338         * src/ds390/peeph.def,
6339         * src/ds390/gen.c (genAnd, genOr),
6340         * src/mcs51/peeph.def,
6341         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6342
6343 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6344
6345         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6346         * src/SDCCdflow.c
6347         * src/SDCCcse.c
6348         * src/SDCCcse.h
6349         * src/SDCCBBlock.h
6350         * src/SDCCBBlock.c
6351
6352 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6353
6354         fixed bug #845089
6355         * src/SDCCbitv.h,
6356         * src/SDCCbitv.c: added function to free a bitvector
6357         * src/SDCClrange.h,
6358         * src/SDCClrange.c: added function to recompute the liveranges
6359         * src/avr/ralloc.c,
6360         * src/ds390/ralloc.c,
6361         * src/hc08/ralloc.c,
6362         * src/mcs51/ralloc.c,
6363         * src/pic/ralloc.c,
6364         * src/pic16/ralloc.c,
6365         * src/xa51/ralloc.c,
6366         * src/z80/ralloc.c: recompute the liveranges after register packing
6367
6368 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6369
6370         * src/SDCCloop.c (newInduction): fixed bug #845630
6371
6372 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6375         inadvertantly left behind from my 2003-11-12 change
6376
6377 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6378
6379         Updated headers I neglected to commit yesterday.
6380         * src/SDCClrange.h,
6381         * src/SDCCicode.h
6382
6383 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6384
6385         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6386         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6387         * src/SDCCopt.c (eBBlockFromiCode),
6388         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6389         the creation of the key hash table from the sequencing so it can be used
6390         earlier (for some GCSE bug fixes still pending)
6391
6392 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6393
6394         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6395         * support/regression/tests/addsub.c: testing genPlus shortcut
6396
6397 2003-11-15  Borut Razem <borut.razem AT siol.net>
6398
6399         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6400
6401 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6402
6403         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6404         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6405         ordering is immaterial.
6406         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6407
6408 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6409
6410         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6411         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6412         (SIGSEV) of bug #840381
6413         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6414         unlink new file before rename if new and old filenames are the same)
6415
6416 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6417
6418         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6419         uninitialized variables) for the mcs51. Set environment variable
6420         SDCC_GENRAMCLEAR to test.
6421         xdata initialization slightly shorter
6422
6423 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6424
6425         * src/SDCCsymt.h,
6426         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6427         #838241 & 780691 (basicly the same bug)
6428         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6429         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6430
6431 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6432
6433         * src/SDCCmain.c (linkEdit): "fix" #834252
6434
6435 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6436
6437         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6438         * src/SDCCast.h,
6439         * src/SDCC.y: fixed bug #819403
6440
6441 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6442
6443         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6444         the reentrant attribute.
6445         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6446         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6447         simulation
6448         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6449         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6450         erroneously reduced to a literal.
6451         * src/hc08/ralloc.c (packRegisters, rematStr),
6452         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6453         some cases
6454
6455 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6456
6457         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6458         * doc/sdccman.lyx: changed from 'article' to 'book'
6459         * doc/Makefile: readded test_suite_spec and cdbfileformat
6460
6461 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6462
6463         * device/include/stdlib.h: include malloc.h to comply with ANSI
6464         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6465
6466 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6467
6468         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6469         * doc/clean.mk: also remove *.out files
6470         * doc/sdccman.lyx: some additions, larger top/bottom margins
6471
6472 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6473
6474         * src/SDCC.y: fixed bug #837365
6475         * support/regression/tests/bitopcse.c
6476         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6477         a symbol (might be valop instead)
6478         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6479         * device/lib/clean.mk: added hc08 to the cleaning list
6480
6481 2003-11-04  Borut Razem <borut.razem AT siol.net>
6482
6483         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6484           made 2003-11-04
6485         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6486           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6487           malloc is declared in standard stdlib.h
6488
6489 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6490
6491         * device/lib/hc08/Makefile: need to clean .rel not .o files
6492         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6493
6494 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         * src/port.h,
6497         * src/hc08/main.c,
6498         * src/mcs51/main.c,
6499         * src/ds390/main.c,
6500         * src/z80/main.c,
6501         * src/avr/main.c,
6502         * src/pic/main.c,
6503         * src/pic16/main.c,
6504         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6505         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6506         tests (which uses the port's oclsExpense function)
6507         * src/SDCC.y,
6508         * src/SDCCast.c,
6509         * src/SDCCicode.c,
6510         * src/hc08/gen.c,
6511         * src/ds390/gen.c,
6512         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6513
6514 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6515
6516         * src/SDCCcse.c (ifxOptimize),
6517         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6518         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6519         deleting the IFX iCode.
6520         * src/hc08/ralloc.c: reduced unneeded slocs
6521         * src/hc08/gen.c: fixed bug in asmopToBoolean
6522
6523 2003-11-04  Borut Razem <borut.razem AT siol.net>
6524
6525         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6526           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6527           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6528           transferred to configure
6529
6530 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6531
6532         Use headers defined in the C[++] standards:
6533         * sim/ucsim/gui.src/serio.src/fileio.cc
6534         * sim/ucsim/gui.src/serio.src/frontend.cc
6535         * sim/ucsim/gui.src/serio.src/main.cc
6536         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6537         * support/Util/NewAlloc.c
6538         * as/hc08/lklibr.c
6539         * as/mcs51/lklibr.c
6540         * as/z80/aslist.c
6541         * as/z80/assym.c
6542
6543 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6544
6545         * Added MSVC projects for hc08 assembler and linker:
6546         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6547         /as/hc08/link_hc08.dsp
6548
6549 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6550
6551         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6552
6553 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6554
6555         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6556
6557 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6558
6559         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6560
6561 2003-10-31  Borut Razem <borut.razem AT siol.net>
6562
6563         * support/cpp2/cpplib.h,
6564           support/cpp2/cpplib.c,
6565           support/cpp2/cpplex.c,
6566           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6567           to switch _asm block preprocessing on / off. Default is
6568           #pragma preproc_asm +
6569
6570 2003-10-31  Borut Razem <borut.razem AT siol.net>
6571
6572         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6573           when outputting comment blocks (when executed with -C option) and
6574           _asm (SDCPP specific) blocks
6575
6576 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6577
6578         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6579
6580 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6581
6582         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6583
6584 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6585
6586         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6587         * src/SDCCast.c (decorateType): fixed bug #832664
6588
6589 2003-10-31  Borut Razem <borut.razem AT siol.net>
6590
6591         * support\cpp2\cpplex.c: fixed for SDCPP:
6592           comments(when executed with -C option) and _asm blocks
6593           were included even if they where in skipped #if block.
6594           Applied solution from GCC cpp 3.3.2
6595
6596 2003-10-31  Borut Razem <borut.razem AT siol.net>
6597
6598         * src/SDCC.lex: sdcc now understands both formats:
6599           '# <line_number> <file_name>' and
6600           '#line <line_number> <file_name>'
6601         * support/cpp2/cppmain.c: sdcpp now generates the standard
6602           '# <line_number> <file_name>' instead of former
6603           '#line <line_number> <file_name>'
6604
6605 2003-10-30  Borut Razem <borut.razem AT siol.net>
6606
6607         * support/cpp2/cpphash.h,
6608         * support/cpp2/cpplib.h
6609         * support/cpp2/cpplex.c,
6610         * support/cpp2/cppmain.c,
6611         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6612
6613 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6614
6615         Fixed a number of problems revealed by bug #827883.
6616         * src/SDCCloop.c (loopInvariants): Spill location of the
6617         result operand should be recomputed if extracted from
6618         a loop. Also, don't extract assignments of an iTemp
6619         from a literal.
6620         * src/SDCCast.c (isConformingBody): loop reversal should
6621         not occur if the control variable is involved with a
6622         relational operator.
6623
6624 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6625
6626         * .version: bumped to 2.3.6 to reflect the big improvements
6627         made by Erik and Klaus. Thanks!
6628
6629 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6630
6631         Replaced the livrange code.
6632         * src/SDCClrange.c: added new LR code
6633         * src/SDCCloop.c,
6634         * src/SDCCBBlock.h: removed remainig parts from old LR code
6635         * src/ds390/ralloc.c,
6636         * src/ds390/gen.c: minor fixes to make it work with new code
6637
6638 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * as/hc08/asm.h,
6641         * as/hc08/lkrloc.c,
6642         * src/hc08/gen.c,
6643         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6644         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6645         (tweaked fix for bug #818696)
6646
6647 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6648
6649         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6650
6651 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6652
6653         * src/SDCCmain.c,
6654         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6655         * src/mcs51/gen.c (gencjneshort),
6656         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6657         more efficient (per Scott Bronson's suggestion)
6658
6659 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6660
6661         Extended the semantics of the critical keyword to include
6662         individual statements. See RFE #827755 and #799831
6663         * src/SDCC.y
6664         * src/SDCCicode.c
6665         * src/SDCCopt.c
6666         * src/SDCCast.c
6667         * support/Util/SDCCerr.c
6668         * support/Util/SDCCerr.h
6669         * src/mcs51/gen.c
6670         * src/ds390/gen.c
6671         * src/hc08/gen.c
6672
6673 2003-10-19  Borut Razem <borut.razem AT siol.net>
6674
6675         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6676
6677 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6678
6679         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6680         Fixed bug #818696
6681         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6682         and predecrement operand is displayed
6683
6684 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6685
6686         * src/SDCCval.c (valMinus): fixed bug #826041
6687
6688 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6689
6690         Some hc08 related updates that I missed earlier
6691         * sim/ucsim/stypes.h
6692         * support/regression/ports/hc08/spec.mk
6693
6694 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6695
6696         New target "hc08" for the Motorola 68hc08 family of micros
6697
6698         * configure
6699         * configure.in
6700         * Makefile
6701         * src/hc08/*
6702         * src/SDCCmain.c
6703         * src/port.h
6704         * sim/ucsim/hc08.src/*
6705         * sim/ucsim/configure.in
6706         * src/ucsim/configure
6707         * sim/ucsim/packages_in.mk
6708         * as/hc08/*
6709         * as/Makefile
6710         * device/include/mc68hc908qy.h
6711         * device/lib/hc08/*
6712         * device/lib/Makefile.in
6713         * support/regression/ports/hc08/*
6714         * support/regression/Makefile
6715
6716 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6717
6718         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6719         regression test
6720         * src/ds390/gen.c (genCast): fixed bug #821957
6721
6722 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6723
6724         * device/lib/logf.c: "fixed" overlay bug
6725         * support/regression/ports/host/spec.mk: added m library
6726         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6727         * support/regression/tests/float_trans: added (for Eric)
6728
6729 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6730
6731         * src/mcs51/gen.c (genCpl): fixed bug
6732         http://sf.net/mailarchive/message.php?msg_id=6263915
6733
6734 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6735
6736         * src/SDCCast.c (decorateType): added extended constant folding
6737         * src/SDCCsymt.c (computeType): cleanup
6738         * src/SDCCval.c (valShift): minor optimization
6739         * support/regression/tests/ast_constant_folding.c: added
6740
6741 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6742
6743         * src/SDCCmain.c: removed some unintended changes
6744
6745 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6748         * src/z80/gen.c: fixed part of bug #817589
6749         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6750
6751 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6752
6753         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6754         * src/SDCCcflow.c
6755         * src/SDCCcse.c
6756         * src/SDCCdflow.c
6757         * src/SDCClabel.c
6758         * src/SDCClrange.c
6759         * src/SDCCmem.c
6760         * src/SDCCopt.c
6761         * src/SDCCpeeph.c
6762         * src/SDCCset.c
6763         * src/avr/ralloc.c
6764         * src/ds390/ralloc.c
6765         * src/izt/ralloc.c
6766         * src/mcs51/ralloc.c
6767         * src/pic/ralloc.c
6768         * src/pic16/ralloc.c
6769         * src/xa51/ralloc.c
6770         * src/z80/ralloc.c
6771         * src/z80/gen.c: removed unused label "release:"
6772
6773 2003-10-06  Borut Razem <borut.razem AT siol.net>
6774
6775         * src/SDCC.lex: removed definition of unused variables
6776           save_optimize and save_options
6777
6778 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6779
6780         * clean.mk: removed '=' in "-maxdepth=1"
6781         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6782         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6783
6784 2003-10-06  Borut Razem <borut.razem AT siol.net>
6785
6786         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6787           my_unput() replaced by unput()
6788
6789 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6790
6791         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6792         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6793         type-punned pointer will break strict-aliasing rules"
6794         Old LR behaviour is again default; Klaus' LR can be choosen by
6795         defining the environment variable LRKLAUS
6796         * src/SDCCBBlock.h
6797         * src/SDCCloop.c
6798         * src/SDCClrange.c
6799         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6800         * clean.mk: fixed removal of files in bin/CVS/
6801         * device/lib/clean.mk: fixed removal of directories small and large
6802         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6803         * src/SDCCicode.c,
6804         * src/SDCCval.c: removed superflous test for pedantic
6805
6806 2003-10-05  Borut Razem <borut.razem AT siol.net>
6807
6808         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6809           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6810           message "unmatched #pragma SAVE and #pragma RESTORE"
6811
6812 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6813
6814         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6815           assembly, critical functions, atomic, nojtbound)
6816
6817 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6818
6819         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6820         * src/SDCCBBlock.h
6821         * src/SDCCloop.c
6822         * src/SDCCloop.h
6823         * src/SDCClrange.c
6824
6825 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6826
6827         * src/z80/gen.h,
6828         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6829         * src/mcs51/gen.h
6830         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6831         * src/ds390/gen.h
6832         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6833         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6834         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6835
6836 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6837
6838         * src/z80/gen.c (genRet): fixed bug #524753
6839         * src/z80/gen.c (genCast): fixed internal error on cast from
6840         pointer to long
6841         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6842         fix for bug #477835 to the z80
6843         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6844         for tracking iCodes in the peephole optimizer for z80
6845
6846 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6847
6848         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6849         the other part of bug #814548
6850         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6851
6852 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6853
6854         * src/SDCCcse.c: fixed part of bug #814548
6855
6856 2003-09-28  Borut Razem <borut.razem AT siol.net>
6857
6858         * src/asm.c: rewrite of printILine() to use temporary file instead
6859           a pipe
6860         * src/xa51/main.c: commented out declaration of int rewinds
6861
6862 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6863
6864         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6865
6866 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6867
6868         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6869         * src/asm.c (printILine): Fixed bug #811015
6870
6871 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6872
6873         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6874         freeing.
6875
6876 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6877
6878         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6879         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6880         to correctly handle general case of AOP_PAIRPTR
6881         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6882
6883 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6884
6885         * src/mcs51/ralloc.c (fillGaps),
6886         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6887         register positioning bug)
6888
6889 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6890
6891         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6892
6893 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6894
6895         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6896         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6897         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6898         (ralloc doesn't intentionally do this now, but perhaps later)
6899         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6900         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6901         register positioning bugs (Fixed bug #762602 and #795325)
6902         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6903         (Fixed bug #808779)
6904         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6905         lines that --i-code-in-asm generates
6906
6907 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6908
6909         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6910         trying to fclose a FILE* that was already closed.
6911
6912 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6913
6914         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6915         of const struct should be treated as if const themselves)
6916
6917 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6918
6919         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6920
6921 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6922
6923         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6924         Unix (/n) and DOS (/r/n) line terminations.
6925
6926 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6929         bug #613775
6930
6931 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6932
6933         * src/mcs51/gen.c (genFunction, genEndFunction),
6934         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6935         and restore of EA so that stack offsets to parameters are
6936         correct when using both critical and reentrant/stack-auto.
6937         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6938         size (can be triggered in error if sloc is shared between
6939         different sized objects)
6940         * device/include/float.h: fixed macros to explicitly use
6941         unsigned long where needed
6942
6943 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6944
6945         Feature req. 799831: added code to allow nesting of critical functions
6946         * src/mcs51/gen.c (genFunction, genEndFunction)
6947         * src/ds390/gen.c (genFunction, genEndFunction)
6948
6949 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6950
6951         * src/SDCCsymt.c (sclsFromPtr),
6952         * src/SDCCsymt.h,
6953         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6954         support for standard C idiom of memory mapped variables; for
6955         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6956         to xdata int at 0x1234 tempvar = 1.
6957         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6958         provided by Akiya ISHIDA
6959
6960 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6961
6962         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6963         * src/SDCCval.c (constVal): added reduction from int to char
6964         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6965         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6966         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6967         to ignore the sign
6968         * support/regression/tests/shifts.c: fixed
6969
6970 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6971
6972         * src/z80/gen.c (genXor): Fixed bug #805445
6973
6974 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6975
6976         Fixed bug #621531 (const & volatile confusion in the type chain).
6977         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6978         refer to the const or volatile state of the pointer itself.
6979
6980         * src/SDCCast.c
6981         * src/SDCCglue.c
6982         * src/SDCCicode.c
6983         * src/SDCCsymt.c
6984         * src/SDCCval.c
6985         * src/SDCC.y
6986         * src/SDCCsymt.h
6987         * src/pic/gen.c
6988         * src/pic/ralloc.c
6989         * src/pic16/gen.c
6990         * src/pic16/ralloc.c
6991         * support/regression/tests/const.c
6992
6993 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6994
6995         When checking for duplicated modules, use absolute paths
6996         instead of relative paths.  Files changed:
6997
6998         * as/mcs51/lklib.c
6999         * link/z80/lklib.c
7000
7001 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7002
7003         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7004
7005 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7006
7007         * device/include/string.h: added size_t typedef, changed
7008         prototypes to use size_t, eliminated separate reentrant and
7009         non-reentrant declarations, added _memmove declaration
7010         * device/lib/_memcpy.c: changed to use size_t instead of int,
7011         changed /4 to >>2 to avoid division library call
7012         * device/lib/_memcmp.c,
7013         * device/lib/_memset.c,
7014         * device/lib/_strncat.c,
7015         * device/lib/_strncpy.c,
7016         * device/lib/_strncmp.c: changed to use size_t instead of int
7017         * device/lib/_memmove.c: new file (fixed bug #772294)
7018         * device/lib/Makefile.in: added _memmove.c
7019         * device/lib/z80/asm_strings.s: fixed bug #772290
7020         * support/regression/tests/bitfields.c: attempt to fix host assertion
7021         failure on amd64-unknown-linux2.2
7022
7023 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7024
7025         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7026         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7027         * as/z80/asmain.c (main): fixed bug #801766
7028
7029 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7030
7031         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7032         compilers
7033
7034 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7035
7036         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7037         reported in bug #800609
7038
7039 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7040
7041         * Top header beautifications in src/pic16 directory:
7042           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7043           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7044           pcoderegs.h, ralloc.c, ralloc.h
7045         * main.c: added top header and GPL license notice
7046         * pcode.c: fixed the if-conditional warning
7047
7048 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7049
7050         * device/lib/_mullong.c: replaced int by short for gcc
7051
7052 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7055         and JUMPTABLE iCodes properly now (worked by accident before)
7056         * src/mcs51/gen.c (leftRightUseAcc),
7057         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7058         iCode properly now. Use getSize instead of nRegs since a & b
7059         aren't part of the nRegs tally.
7060
7061 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7062
7063         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7064         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7065           before instructions that use the _STATUS register
7066
7067 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7068
7069         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7070         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7071         fetching of the pointer
7072         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7073         copied from genNearPointerSet()
7074         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7075         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7076         If they pop r0/r1 they must be called in the opposite order than aopOp().
7077         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7078         (resp. --stack-auto), prepared for --xstack
7079
7080 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7081
7082         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7083
7084 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7085
7086         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7087         these ports have their own __sdcc_external_start()
7088
7089 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7090
7091         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7092         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7093         type for bits was changed. It resulted in bit variables becoming
7094         global, which is not permitted in PIC 14 assembly output.
7095
7096 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7097
7098         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7099
7100 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7101
7102         Z80 and MCS51 linkers complaint if a public symbol is defined
7103         in more than one library module:
7104
7105         * as/mcs51/lklib.c
7106         * link/z80/lklib.c
7107         * as/mcs51/Makefile.in
7108
7109 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7110
7111         A few small changes that speed up the peephole optimizer.
7112
7113         * src/SDCCpeeph.c
7114
7115 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7116
7117         Try to make the peephole optimizer smarter by maintaining
7118         an association between the assembly source code and the
7119         iCodes that originated them. Put this information to use
7120         with a new peephole rule condition "notVolatile" so that
7121         the rules can be aggressive yet still safe.
7122
7123         * src/SDCCpeeph.c
7124         * src/SDCCpeeph.h
7125         * src/mcs51/gen.c
7126         * src/mcs51/peeph.def
7127
7128 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7129
7130         Fixed bug #741761
7131
7132         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7133         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7134         if the left or right operand symbols have the accuse flag set.
7135
7136 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7137
7138         Changed the type of the result of the ! (NOT) operator to char;
7139         previously it returned the same type as the source. This allows
7140         us to eliminate all the genFloatNot functions (all of its target
7141         implementations were very buggy) since !float can use the same
7142         code as !long now.
7143
7144         * src/SDCCicode.c (ast2iCode): ! returns char
7145         * src/mcs51/gen.c (genNot, genNotFloat),
7146         * src/ds390/gen.c (genNot, genNotFloat),
7147         * src/z80/gen.c (genNot, genNotFloat),
7148         * src/pic/gen.c (genNot, genNotFloat),
7149         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7150
7151 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7152
7153         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7154         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7155            during interrupts. Ensure WSAVE is located at a shared bank address.
7156         2. Fixed page selection in some places
7157         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7158            the registers name strings.
7159         4. Fixed "signed / unsigned compare" compiler warnings.
7160         5. The PIC port manages its own allocation of the general purpose
7161            registers, but makes no attempt to reuse them. As a result when
7162            compiling it soon runs out of general purpose registers. Some
7163            additional code was added to the files pcode.c and device.c to walk
7164            through the function call tree and rename the registers so that they
7165            get reused.
7166
7167         * src/pic/device.c
7168         * src/pic/gen.c
7169         * src/pic/glue.c
7170         * src/pic/pcode.c
7171         * src/pic/pcode.h
7172         * src/pic/ralloc.c
7173         * src/pic/ralloc.h
7174         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7175         genPlus() & genMinus() when the result is the same as left or right
7176
7177 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7178
7179         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7180
7181 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7182
7183         Made bitfield a distinct type from bit so that bitfields
7184         convert as per ANSI C and bits retain their traditional
7185         boolean style behaviour. Implemented bitfield support in
7186         the z80 port.
7187
7188         * src/SDCCsymt.h,
7189         * src/SDCCsymt.c,
7190         * src/SDCCast.c,
7191         * src/cdbFile.c,
7192         * src/mcs51/gen.c,
7193         * src/ds390/gen.c: bit v bitfield split
7194         * src/z80/gen.c: New support for bitfields
7195         * support/regression/tests/bitfields.c: reenabled z80,
7196         added more tests
7197
7198 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7199
7200         Rules 246.x, 247.x relate to bitfields, the others speed up
7201         access to xdata mapped I/O devices.
7202
7203         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7204
7205 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         Cleaned up genPackBits and genUnpackBits and added two helper
7208         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7209         for literal assignments in genPackBits (thanks to Frieder for
7210         reminding me).
7211
7212         * src/mcs51/gen.c
7213         * src/ds390/gen.c
7214
7215 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7216
7217         Fixed bug #748310 (pointer to function type mishandled when the
7218         function name is omitted). Also fixed a SIGSEGV when a function
7219         attribute (reentrant, etc) is used on a non-function or on a
7220         function but misplaced before the parameter list.
7221
7222         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7223         bug #748310
7224         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7225         * support/Util/SDCCerr.h,
7226         * support/Util/SDCCerr.c: Added func attr misuse error msg
7227
7228 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7229
7230         Fixed bug #787649 by anonymous
7231         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7232         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7233
7234 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7235
7236         Fixed numerous bitfield problems.
7237
7238         * src/SDCC.y: More bitfield related error checking
7239         * src/SDCCsymt.h,
7240         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7241         * support/Util/SDCCerr.h,
7242         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7243         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7244         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7245         * support/regression/tests/bitfields.c: tests added
7246
7247 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7248
7249         Made the constant following the "interrupt" keyword optional. If
7250         omitted, the function will not automatically be given an entry
7251         in the interrupt vector table (similar to #pragma NOIV, but
7252         less syntacticly kludgy). The interrupt number is also now
7253         range checked. Also fixed a bug in the high order bit example
7254         in the manual.
7255
7256         * src/SDCC.y
7257         * src/SDCCmem.c
7258         * src/SDCCglue.c
7259         * src/SDCCsymt.h
7260         * support/Util/SDCCerr.c
7261         * support/Util/SDCCerr.h
7262         * doc/sdccman.lyx
7263
7264 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7265
7266         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7267         * src/SDCCicode.c (operandOperation): rewritten some ops
7268         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7269         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7270         other type
7271         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7272         be re-activated by defining REDUCE_LITERALS)
7273         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7274         unsigned, but are signed by default
7275         * src/SDCCval.c (constVal): rearranged
7276         * src/SDCCval.c (valMod): preliminary fix
7277         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7278         * support/regression/literalop.c: added, work in progress
7279
7280 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         Generate warnings for useless declarations like "char data;"
7283         that don't do what new users expect.
7284
7285         * src/SDCC.y
7286         * support/Util/SDCCerr.h
7287         * support/Util/SDCCerr.c
7288
7289 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7290
7291         * src/SDCCval.c (valMult): fix overflow detection of negative int
7292
7293 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7294
7295         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7296
7297         Changes to support big endian targets:
7298
7299         * src/ports.h
7300         * src/SDCCglue.c
7301         * src/avr/main.c
7302         * src/ds390/main.c
7303         * src/izt/i186.c
7304         * src/mcs51/main.c
7305         * src/pic/main.c
7306         * src/pic16/main.c
7307         * src/xa51/main.c
7308         * src/z80/main.c
7309
7310 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7311
7312         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7313         * device/lib/time.c: fixed warning "integer overflow in expression"
7314
7315 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7316
7317         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7318         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7319         constants are unsigned; added recognition of "u" flag for unsigned
7320         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7321         * src/SDCCval.c (valDiv, valMod): fixed signdness
7322         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7323         signedness of modulo, left and right shift
7324         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7325         * support/Util/SDCCerr.h: added warning W_INT_OVL
7326         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7327         * src/SDCCast.c (ast_print): improved output of constants
7328
7329 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7330
7331         Fixed some warnings when building with MSVC:
7332
7333         * as\mcs51\asdata.c
7334         * as\z80\asdata.c
7335         * as\mcs51\asm.h
7336         * as\z80\asm.h
7337         * link\z80\aslink.h
7338         * link\z80\lkdata.c
7339         * link\z80\lkeval.c
7340         * link\z80\lkgb.c
7341         * link\z80\lkihx.c
7342         * link\z80\lks19.c
7343         * link\z80\lksym.c
7344         * support\cpp2\cpplib.c
7345         * src\ds390\gen.c
7346         * src\mcs51\gen.c
7347
7348 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7349
7350         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7351
7352 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7353
7354         * support\librarian\clean.mk: Do not remove Makefile.
7355         * support\librarian\Makefile: added.
7356
7357 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7358
7359         Added librarian to MSVC build:
7360         * all.dsp
7361         * sdcc.dsw
7362         * support\librarian\librarian.dsp
7363
7364         'configure' not needed for librarian, removed:
7365         * support\librarian\configure
7366         * support\librarian\configure.in
7367         * support\librarian\config_in.h
7368         * support\librarian\Makefile.in
7369
7370         Hopefully these ones built the librarian and the rest of sdcc properly:
7371         * Makefile
7372         * Makefile.common.in
7373
7374         Messed up 'configure', so revert to previous version:
7375         * configure
7376         * configure.in
7377
7378 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7379
7380         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7381         there, while the mantissa of a double is "only" 53 bits wide.
7382
7383 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7384
7385         Adding sdcclib to the build.  MSVC project coming soon.
7386         Files added/changed:
7387
7388         * support\librarian\clean.mk
7389         * support\librarian\configure
7390         * support\librarian\configure.in
7391         * support\librarian\config_in.h
7392         * support\librarian\Makefile.bcc
7393         * support\librarian\Makefile.in
7394         * support\librarian\sdcclib.c
7395         * Makefile.bcc
7396         * Makefile
7397         * Makefile.common.in
7398         * configure
7399         * configure.in
7400
7401 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7402
7403         Linker now complaints if linked modules have conflicting options, for
7404         example, one compiled using --model-large and another one compiled with
7405         --model-small.  The following files were modified:
7406
7407         * as\mcs51\asdata.c
7408         * as\mcs51\aslink.h
7409         * as\mcs51\asm.h
7410         * as\mcs51\asmain.c
7411         * as\mcs51\asout.c
7412         * as\mcs51\i51pst.c
7413         * as\mcs51\lkdata.c
7414         * as\mcs51\lklibr.c
7415         * as\mcs51\lkmain.c
7416         * as\z80\asdata.c
7417         * as\z80\asm.h
7418         * as\z80\asmain.c
7419         * as\z80\asout.c
7420         * as\z80\z80pst.c
7421         * link\z80\aslink.h
7422         * link\z80\lkdata.c
7423         * link\z80\lklibr.c
7424         * link\z80\lkmain.c
7425         * src\SDCCglue.c
7426
7427 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7428
7429         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7430         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7431
7432 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7433
7434         * src/z80/mappings.i: fix _mul[us][int,long] entries
7435
7436 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7437
7438         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7439
7440 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7441
7442         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7443         * support/regression/tests/bitopcse.c: added
7444         fixed warning:
7445         * src/avr/gen.c:
7446         * src/pic/gen.c:
7447         * src/pic16/gen.c:
7448         * src/z80/gen.c:
7449         * src/xa51/gen.c:
7450
7451 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7452
7453         added support for new library format to z80, gbz80 linkers:
7454         *link/z80/aslink.h
7455         *link/z80/lklex.c
7456         *link/z80/lklib.c
7457         *link/z80/lklist.c
7458
7459 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7460
7461         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7462         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7463
7464 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7465
7466         added DUMMY_READ_VOLATILE:
7467         * src/SDCC.y:
7468         * src/avr/gen.c:
7469         * src/xa51/gen.c:
7470         * src/z80/gen.c:
7471         * src/pic/gen.c:
7472         * src/pic16/gen.c:
7473         * src/mcs51/gen.c:
7474         * src/ds390/gen.c:
7475         * src/SDCCcse.c (algebraicOpts): many improvements
7476         * src/SDCCcse.h: removed algebraicOpts()
7477         * src/SDCCicode.c (picDummyRead): added
7478
7479 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7480
7481         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7482         "Insufficient space in data memory".
7483
7484 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/mcs51/gen.c: fixed bug #771358
7487         * src/z80/gen.c: fixed bug #759087
7488
7489 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7490
7491         * src/pic16/glue.c: minor cleanup by Vangelis
7492
7493 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7494
7495         * device/include/regc515c.h: fixed #758477
7496         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7497         * device/lib/_gptrput.c: saved a few bytes
7498         * my tab spacing is 8, yours too?)
7499         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7500         * device/lib/serial.c: process RX bytes earlier than TX bytes
7501         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7502
7503 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7506
7507 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7508
7509     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7510
7511 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7512
7513         * device/lib/Makefile.in: bad fix, reverted to 1.43
7514
7515 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7516
7517         * device/lib/Makefile.in: added missing z80 object files
7518
7519 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7520
7521         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7522         pic16 progress by Vangelis:
7523         * src/SDCCglobl.h:
7524         * src/SDCCmain.c:
7525         * src/pic/Makefile:
7526         * src/pic:
7527         * pic/Makefile:
7528         * pic16/device.c:
7529         * pic16/device.h:
7530         * pic16/gen.c:
7531         * pic16/gen.h:
7532         * pic16/genarith.c:
7533         * pic16/glue.c:
7534         * pic16/main.c:
7535         * pic16/pcode.c:
7536         * pic16/pcode.h:
7537         * pic16/pcodepeep.c:
7538         * pic16/peeph.def:
7539
7540 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7541
7542     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7543
7544 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7545
7546     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7547     added gbz80 build to MSVC project.
7548     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7549     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7550     from 8051 stuff and setup so it links using a .lnk file.
7551
7552 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7553
7554     * support/librarian/sdcclib.c: sdcc librarian.
7555     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7556     with sdcclib.
7557
7558 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7559
7560     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7561
7562 2003-07-02  Borut Razem <borut.razem AT siol.net>
7563
7564         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7565         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7566         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7567         src/xa51/main.c, src/z80/main.c:
7568         virtualization of glue() function: each port has it's own glue function,
7569         which is accessed by do_glue function pointer in PORT.general structure
7570
7571 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7572
7573         * DS800C400 fun, improved ROM interface and tinibios.
7574
7575 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7576
7577         * More support for DS80C400. Now includes beginning of interface to ROM.
7578
7579 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7580
7581         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7582
7583 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7584
7585         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7586
7587 2003-06-19  Borut Razem <borut.razem AT siol.net>
7588
7589         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7590
7591 2003-06-19  Borut Razem <borut.razem AT siol.net>
7592
7593         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7594         fixed Z80 port - crt0.o: cannot open.
7595
7596 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7597
7598         * support/Util/MySystem.c (merge_command): revert bad fix
7599
7600 2003-06-18  Borut Razem <borut.razem AT siol.net>
7601
7602         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7603
7604 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7605
7606         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7607         option --use-stdout sends errors to stdout instead of stderr.
7608
7609 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7610
7611         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7612
7613 2003-06-15  Borut Razem <borut.razem AT siol.net>
7614
7615         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7616         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7617         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7618         fixed width array of pointers replaced with sets;
7619         multiple include and lib paths ared transferred to preprocessor and linker
7620         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7621         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7622         fixed width array of pointers
7623         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7624         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7625         fixupPath(), getPathDifference()
7626         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7627         fixed width array of pointers
7628
7629 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7630
7631         * src/pic16/ralloc.c: fix warnings
7632         * src/pic16/pcode.c: fix warning
7633
7634 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7635
7636          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7637         know all the details, but essentially this set of changes enable
7638         the pic16 port to generate movff instructions and generate assembler
7639         directives,
7640         * src/SDCCmain.c:
7641         * src/pic16/gen.c:
7642         * src/pic16/glue.c:
7643         * src/pic16/pcode.c:
7644         * src/pic16/device.c:
7645         * src/pic16/main.c:
7646         * src/pic16/pcode.h:
7647         * src/pic16/pcoderegs.c:
7648         * src/pic16/ralloc.c:
7649         * src/pic16/ralloc.h:
7650
7651 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7652
7653         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7654         added option --vc, so sdcc errors and warnings are compatible with
7655         Microsoft Visual Studio.
7656
7657 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7658
7659         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7660           device/lib/libfloat.lib: added atof function.
7661
7662 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7663
7664         * doc/sdccman.lyx: updated to Lyx 1.3
7665         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7666         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7667         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7668
7669 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7670
7671         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7672
7673 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7674
7675         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7676           additions to the "related tools/documentation" section
7677
7678 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7679
7680         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7681
7682 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7683
7684         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7685         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7686
7687 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7688
7689         * doc/sdccman.lyx: fix double dash and other minor things
7690         * doc/Makefile: fix double dash
7691
7692 2003-05-28  Karl Bongers(patches from Martin Helmling)
7693         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7694           condition and ignore commands.
7695
7696 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7697
7698         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7699           is in parts still quite out of date, I did changes as far as I felt makes sense
7700           for a non-native english speaker.
7701           Please feel free to add to the manual or to correct my changes.
7702         * doc/Makefile: undid touching the date of intermediate tex files.
7703
7704 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7705
7706         * doc/sdccman.lyx: Manual has an index now
7707
7708 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7709
7710         Finalize muluint/mulsint and mululong/mulslong merging:
7711         * device/lib/_mulint.c
7712         * device/lib/_mullong.c
7713         * device/lib/gbz80/mul.s
7714         * device/lib/gbz80/stubs.s
7715         * device/lib/z80/mul.s
7716         * device/lib/z80/stubs.s
7717         * src/SDCCsymt.c (initCSupport)
7718
7719 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7720
7721         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7722         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7723           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7724           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7725           instead of /Zm500.
7726
7727 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7728
7729         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7730           the regression tests I'm not brave enough to enable 245.b, 245.c
7731         * doc/sdccman.lyx: added latex preamble for hyperref package.
7732           Using pdflatex this will give you a hyperlinked pdf file with
7733           bookmarks. (prepend '%' before /usepackage if this breaks something)
7734
7735 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7736
7737          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7738
7739 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7740
7741         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7742
7743 2003-05-21    <johan AT balder>
7744
7745         * src/SDCCglue.c (printIval): fixed bug #739934
7746
7747 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7748
7749         Applied patch from bug 737905 (renamed yylineo to mylineno):
7750         * src/altlex.c
7751         * src/SDCCast.c
7752         * src/SDCglobl.h
7753         * src/SDCC.lex
7754         * src/SDCCsymt.c
7755         * src/SDCCval.c
7756         * src/pic16/pcode.c: Cleaned warnings
7757         * src/pic16/pcodeflow.c: Cleaned warnings
7758         * src/pic16/pcoderegs.c: Cleaned warnings
7759
7760 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7761
7762         * src/pic16/pcode.c: Cleaned warnings
7763         * src/pic16/pcodepeep.c: Cleaned warnings
7764         * src/pic16/ralloc.c: Cleaned warnings
7765
7766 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7767
7768         * doc/sdccman.lyx: fixed bug 739745
7769         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7770
7771 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7772
7773         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7774         it can be defined with CFLAGS when running configure
7775         * src/SDCCmain.c: fixed compiling + linking with object files
7776
7777 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7778
7779         * configure.in: configure for pic16 port,
7780             added --disable-pic16-port
7781         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7782         * src/SDCCmain.c: linkOptions is changed to set *,
7783             added if/endif conditional macros to remove options help
7784             messages from optionsTable when a port is not configured, added
7785             support for the PIc16 port in the ports table, when executing
7786             the compiler with no port specified on command line, a default
7787             port is selected with the new macro DEFAULT_PORT which is
7788             defined in port.h, in setDefaultOptions() linkOptions is removed
7789             from initialization assignment, since now it is a set,
7790             parseCmdLine uses setParseWithComma for linkOptions, in
7791             linkEdit() linkOptions are accessed with new function indexSet()
7792             which returns the i'th item of a set variable. See SDCCset.c, in
7793             linkEdit() when calling buildCmdLine(), added linkOptions as
7794             last argument. Now users can pass arguments to gplink via the
7795             -Wl option, main() uses pic16glue() to glue up pic16 programs
7796         * src/SDCCpeeph.c: various changes to support pic16
7797         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7798             return the i'th item of the set
7799         * src/SDCCset.h: added function prototype for indexSet()
7800         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7801         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7802         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7803             added macro DEFAULT_PORT
7804         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7805         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7806             generated
7807         * src/pic16/glue.c: commented out some error producing lines
7808         * src/pic16/main.c: __config directives are commented out to stop
7809             gpasm complaining and test the linkage with gplink, _linkCmd and
7810             _asmCmd changed to be more gplink and gpasm friendly
7811         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7812             produced an error when parsed, peep rule 12 is added to utilize
7813             movff, but it is commented out since the pCode does not support
7814             yet a command with 2 address arguments
7815
7816 2003-05-18    <johan AT balder>
7817
7818         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7819         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7820 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7821
7822         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7823   Added feature to script commands from file.
7824
7825 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7826
7827         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7828         * src/SDCCutil.c: include ctype.h for win32
7829
7830 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7831
7832         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7833
7834 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7835
7836         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7837   Fixed so you can set breakpoints prior to run, run does not stop
7838   on entry now.  Add tbreak.  Other enhancements and fixes for use
7839   with ddd.
7840
7841 2003-05-12  Borut Razem <borut.razem AT siol.net>
7842
7843         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7844
7845 2003-05-11  Borut Razem <borut.razem AT siol.net>
7846
7847         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7848         the path of bin directory, so that PATH is the only env. variable, which has to be set
7849         in case of standard installation.
7850         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7851         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7852         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7853
7854 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7855
7856         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7857         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7858         temp files are in the port dir; clean the gen/test directory when
7859         generating new test.c
7860         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7861         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7862         * support/regression/tests/zeropad.c: added
7863
7864 2003-05-09    <johan AT balder>
7865
7866         * src/SDCCglue.c: fixed bug #597940
7867
7868 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7869
7870         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7871   cache sfr, optimize next,step, fix off by one sourceline,
7872   support ddd list function.
7873         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7874
7875 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         * support/regression/HTMLgen.py: added compare_s2f()
7878         * support/regression/Makefile: redo 1.27
7879         * support/regression/generate-cases.py: redo 1.5
7880
7881 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7882
7883         * support/regression/tests/float.c: workaround 33 bit hex constant
7884         * support/regression/tests/simplefloat.c: fix division for host
7885
7886 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7887
7888         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7889         that tame's the PIC's over-aggressive optimizer.
7890
7891 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7892
7893          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7894          support for MSVC.
7895
7896 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7897
7898         Initial support for DS80C400. "Hello world" runs on TINIm400
7899         (with polled I/O).
7900
7901 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7902
7903          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7904          * Some notes on ddd usage added in debugger/README
7905          Martin Helmling adding more features and fixes for ddd GUI debugger.
7906          Code added for nexti, stepi, up, down, and other adjustments.
7907
7908 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7909
7910         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7911         * src/pic/peeph.def Added two rules to optimize carry manipulation
7912         * src/pic/* removed debug printfs
7913
7914 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7915
7916         * debugger/mcs51/cmd.c: added header newalloc.h
7917
7918 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7919
7920         * as/Makefile: new EXEEXT
7921         * as/z80/Makefile: remove trailing slash of BUILDIR
7922         * as/z80/clean.mk: new EXEEXT
7923         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7924         * support/cpp2/Makefile.in: new EXEEXT
7925         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7926
7927 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7928
7929         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7930         EXEEXT was introduced to fix all related problems with targets
7931         "clean", "install" and "uninstall"; a couple of further flaws
7932         especially with "clean" have been fixed too
7933         * as/mcs51/Makefile.in
7934         * as/mcs51/clean.mk
7935         * as/z80/Makefile
7936         * Makefile
7937         * clean.mk
7938         * debugger/mcs51/Makefile.in
7939         * debugger/mcs51/clean.mk
7940         * link/z80/Makefile
7941         * link/z80/Makefile.in
7942         * link/z80/clean.mk
7943         * link/Makefile
7944         * packihx/Makefile.in
7945         * packihx/clean.mk
7946         * sim/ucsim/Makefile
7947         * sim/ucsim/clean.mk
7948         * sim/ucsim/avr.src/Makefile.in
7949         * sim/ucsim/avr.src/clean.mk
7950         * sim/ucsim/s51.src/Makefile.in
7951         * sim/ucsim/s51.src/clean.mk
7952         * sim/ucsim/xa.src/Makefile.in
7953         * sim/ucsim/xa.src/clean.mk
7954         * sim/ucsim/z80.src/Makefile.in
7955         * sim/ucsim/z80.src/clean.mk
7956         * sim/ucsim/main_in.mk
7957         * sim/ucsim/packages_in.mk
7958         * sim/ucsim/gui.src/Makefile.in
7959         * sim/ucsim/gui.src/serio.src/Makefile.in
7960         * sim/ucsim/gui.src/serio.src/clean.mk
7961         * src/Makefile.in
7962         * src/clean.mk
7963         * support/cpp2/Makefile.in
7964         * support/cpp2/clean.mk
7965         * support/makebin/Makefile
7966         * support/makebin/clean.mk
7967         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7968         * doc/sdccman.lyx: --program-suffix no longer needed
7969
7970 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7971
7972          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7973          Martin Helmling added support for ddd GUI debugger.
7974          Code added to display assembly, set variables, and other commands
7975          to interface to ddd.
7976
7977 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7978
7979         * as/Makefile: fix target clean
7980         * as/clean.mk: fix target clean
7981         * as/z80/clean.mk: fix target clean
7982
7983 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7984
7985         * Makefile.common.in: added  AT EXEEXT AT
7986         * configure.in: removed all mingw32 stuff
7987         * configure: rebuilt from configure.in
7988         * doc/sdccman.lyx: updated section "installation"
7989         * support/scripts/sdcc_mingw32: adapted to configure
7990         * support/scripts/sdcc_cygwin_mingw32: added
7991
7992 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7993
7994         * src/pic Added object file support for the PIC port
7995         * src/pic Applied patch from Craig Franklin (this started the object file support)
7996         * src/regression Updated the PIC regression tests for object files
7997
7998 2003-04-20  Borut Razem <borut.razem AT siol.net>
7999
8000         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8001           lklex.c: In function `getfid':
8002           lklex.c:203: warning: array subscript has type `char'
8003         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8004           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8005         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8006           stack handling macros
8007
8008 2003-04-19  Borut Razem <borut.razem AT siol.net>
8009
8010         * "handling space characters in file path" task:
8011         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8012         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8013         * support/Util/MySystem.h: make it self-sufficient
8014         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8015           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8016           handling space characters in file path
8017         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8018           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8019         * support/Util/MySystem.c: handling space characters in executable's path
8020
8021 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8022
8023         * as/z80/Makefile: fix permanent rebuild of z80
8024         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8025         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8026
8027 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8028
8029         * src/SDCCopt.c: add special case optimization to replace modulo by
8030           a power of two with a bitwise AND.
8031
8032 2003-04-18    <johan AT balder>
8033
8034         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8035
8036 2003-04-17    <johan AT balder>
8037
8038         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8039         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8040
8041 2003-04-13  Borut Razem <borut.razem AT siol.net>
8042
8043         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8044         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8045           fixed mingw problem in adl_NORMALIZE_PATH
8046
8047 2003-04-12  Borut Razem <borut.razem AT siol.net>
8048
8049         * fixed "#pragma SAVE/RESTORE can not be nested":
8050         * src/SDCC.lex: reworked pragma handling functions
8051         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8052         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8053
8054 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8055
8056         * src/SDCCutil.c (pathEquivalent): defined but not used
8057         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8058         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8059         * configure: rebuilt from configure.in
8060         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8061         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8062         * device/include/Makefile.in: replace sdcc_datadir
8063         * device/lib/Makefile.in: replace sdcc_datadir
8064         * Makefile.common.in: add LDFLAGS from configure
8065         * packihx/Makefile.in: use LDFLAGS
8066         * src/Makefile.in: use LDFLAGS
8067         * support/cpp2/Makefile.in: add LDFLAGS from configure
8068         * support/makebin/Makefile: use LDFLAGS
8069         * .version: bumped version number to 2.3.5
8070
8071 2003-04-12  Borut Razem <borut.razem AT siol.net>
8072
8073         * completed "different paths" task:
8074         * src/SDCCmacro.c: fixed bug in handling quotes
8075         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8076         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8077
8078 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8079
8080         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8081
8082 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8083
8084         * ds390/gen.c ds390/peeph.def: fix bug 706781
8085
8086 2003-04-11  Borut Razem <borut.razem AT siol.net>
8087
8088         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8089
8090 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8091
8092         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8093         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8094          set - this bit used to not be set...).
8095         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8096           bad code in PIC Port
8097         * src/regression/and2.c added to test bug 609268
8098         * src/regression/Makefile added and2.c to regression test
8099
8100
8101 2003-04-08    <johan AT CP255758-A>
8102
8103         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8104         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8105         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8106
8107 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8108
8109         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8110         fix bug #487815
8111         * support/cpp2/Makefile.in: fix bug #487815
8112         * configure: rebuilt from configure.in
8113         * Makefile.common.in: docdir changed, new path suffixes
8114         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8115         * sdcc_vc_in.h: reflect changes from sdccconf.h
8116         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8117         * src/SDCCutil.h: remove BINDIR hack
8118         * doc/sdccman.lyx: update new path hierarchy
8119
8120 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8121
8122         * src/SDCCpeeph.c: added okToRemoveSLOC test
8123
8124 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8125
8126         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8127
8128 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8129
8130         * src/SDCCpeeph.c: added labelIsReturnOnly test
8131         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8132
8133 2003-04-05    <johan AT balder>
8134
8135         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8136         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8137         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8138         * src/SDCCast.c: fixed a warning
8139         * src/SDCCast.h: fixed a warning
8140         * src/SDCCicode.c (operandFromAst): fixed a warning
8141
8142 2003-04-04    <johan AT balder>
8143
8144         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8145         * src/SDCCast.c (decorateType): fixed bug #715076
8146         * src/SDCC.y: fixed bug #702907
8147
8148 2003-04-03    <johan AT balder>
8149
8150         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8151         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8152         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8153         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8154         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8155
8156 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8157
8158         * _decdptr.c: fix return values
8159         * _gptrget.c: fix return values
8160         * _gptrgetc.c: fix return values
8161         * _gptrput.c: fix return values
8162         * _mulint.c: fix return values
8163         * as/z80/Makefile: fix 'make -j' problem
8164
8165 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8166
8167         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8168         * configure.in: big cleanup, updated to autoconf 2.5x
8169         * configure: rebuilt from configure.in
8170         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8171         * sdcc_vc_in.h: reflect changes from sdccconf.h
8172         * doc/Makefile: fixed a flaw in "make install"
8173
8174 2003-04-02    <johan AT balder>
8175
8176         * src/ds390/gen.c (genCmp): no comments
8177         * src/mcs51/gen.c (genCmp): no comments
8178         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8179         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8180
8181 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8182
8183         * support/regression/generate-cases.py: place generated file in given sub directory
8184         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8185         * support/regression/Makefile: improvements for 'make -j';
8186         side effect: it's simpler and faster now
8187
8188 2003-03-31  Borut Razem <borut.razem AT siol.net>
8189
8190         * src/z80/main.c: link-{port} and as-{port} defined without path
8191         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8192
8193 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8194
8195         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8196
8197 2003-03-30  Borut Razem <borut.razem AT siol.net>
8198
8199         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8200           changed type of list parameter to set
8201         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8202         * src/port.h: changed type of do_assemble() parameter to set
8203         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8204           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8205           definition of "cppoutfilename" macro with NULL value in preProcess()
8206         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8207         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8208         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8209           replaced with set *binPathSet
8210         * shash_add() deallocates the item, if allready exsists, before adding the new one
8211         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8212
8213 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8214
8215         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8216           a nested for loop bug in the PIC port
8217         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8218           for loops
8219
8220 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8221
8222         * support/Util/dbuf.h: remove C++ stuff to make it portable
8223
8224 2003-03-28  Borut Razem <borut.razem AT siol.net>
8225
8226         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8227           literal strings in stringLiteral()
8228         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8229         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8230           to the project
8231
8232 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8233
8234         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8235
8236 2003-03-26    <johan AT balder>
8237
8238         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8239         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8240         * src/SDCCast.c (decorateType): fixed " -v < 3"
8241
8242 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8243
8244         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8245         Added Lenny Story's debug infrastructure changes:
8246         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8247         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8248         * src/cdbFile.c: added
8249         * src/SDCCdebug.c: added
8250         * src/SDCCdebug.h: added
8251         * src/SDCCast.c (createFunction)
8252         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8253         * src/SDCCmain.c (parseCmdLine, main)
8254         * src/SDCCmem.c (redoStackOffsets)
8255         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8256         * src/SDCCsymt.h
8257         * src/common.h
8258         * src/avr/gen.c (genAVRCode)
8259         * src/ds390/gen.c (gen390Code)
8260         * src/mcs51/gen.c (gen51Code)
8261         * src/pic/gen.c (genpic14Code)
8262         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8263         * src/xa51/gen.c (genXA51Code)
8264         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8265
8266 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8267
8268         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8269         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8270
8271 2003-03-22    <johan AT balder>
8272
8273         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8274
8275 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8276
8277         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8278         * doc/cdbfileformat.lyx: added, written by Lenny Story
8279         * doc/Makefile: added cdbfileformat.lyx
8280         * doc/clean.mk: added cdbfileformat.lyx
8281
8282 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8283
8284         * src/mcs51/peeph.def: fix bug #705773
8285
8286 2003-03-20    <johan AT balder>
8287
8288         An sfr/sbit can have an "at #" AND an initializer
8289         * src/SDCCsymt.c (checkSClass):
8290         * src/SDCCmem.c (allocGlobal):
8291         * src/SDCCmem.c (allocLocal):
8292         * src/SDCCast.c (createBlock):
8293
8294 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8295
8296         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8297
8298 2003-03-16    <johan AT balder>
8299
8300         Undid the hackup of const and volatile, the problem is much bigger
8301         * src/SDCC.y:1.65
8302         * src/SDCCast.c:1.171
8303         * src/SDCCglue.c:1.138
8304         * src/SDCCicode.c:1.146
8305         * src/SDCCsymt.c:1.150
8306         * src/SDCCval.c:1.65
8307
8308 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8309
8310         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8311         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8312
8313 2003-03-13    <johan AT balder>
8314
8315         Hackup const and volatile modifiers in type chains a bit:
8316         * src/SDCC.y:1.63
8317         * src/SDCCast.c:1.169
8318         * src/SDCCglue.c:1.136
8319         * src/SDCCicode.c:1.143
8320         * src/SDCCsymt.c1.146
8321         * src/SDCCsymt.h1.59
8322         * src/SDCCval.c:1.63
8323
8324 2003-03-12    <johan AT balder>
8325
8326         * src/SDCCBBlock.h: more LRH debugging junk
8327         * src/SDCCcflow.h: more LRH debugging junk
8328         * src/SDCCloop.c: more LRH debugging junk
8329         * src/SDCC.y (struct_declaration): fixed bug #697590
8330         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8331         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8332         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8333
8334 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8335         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8336         test function names must now match exactly).
8337         * src/SDCCcse.c: added special case in findCheaperOp to allow
8338         extending a short integer. Makes less awful code for bug 700121 test case.
8339
8340 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8341
8342         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8343         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8344
8345 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8346
8347         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8348         actually called (operandsNotEqual() was called for all
8349         operandsNotEqualX tests).
8350
8351 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8352
8353         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8354         with shorter literals. Fixes bug 700121.
8355
8356 2003-03-11    <johan AT balder>
8357
8358         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8359
8360 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8361
8362         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8363         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8364
8365 2003-03-10  Borut Razem <borut.razem AT siol.net>
8366
8367         * src/SDCCmain.c: pipe preprocessor's output
8368         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8369         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8370         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8371         which closes all pipes in pipeSet set
8372         * src/SDCCset.c: free deleted item in function deleteSetItem()
8373         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8374         moved from z80 to src subproject
8375         * .version: increased version number to 2.3.4
8376
8377 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8378
8379         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8380         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8381         * support/regression/ports/xa51/spec.mk: fix typo
8382
8383 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8384
8385         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8386
8387 2003-03-09  Borut Razem <borut.razem AT siol.net>
8388
8389         * src/SDCCmain.c: pipe preprocessor's output
8390         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8391         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8392         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8393         which closes all pipes in pipeSet set
8394         * src/SDCCset.c: free deleted item in function deleteSetItem()
8395         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8396         moved from z80 to src subproject
8397
8398 2003-03-09  Borut Razem <borut.razem AT siol.net>
8399
8400         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8401         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8402         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8403         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8404         * src/SDCCglobl.h: unification of WIN32 native definitions
8405
8406 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8407
8408         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8409
8410 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8411
8412         * src/configure.in:   check for endianess (even while cross-compiling)
8413         * src/configure:      check for endianess (even while cross-compiling)
8414         * src/configure_in.h: check for endianess (even while cross-compiling)
8415         * src/avr/gen.c:        remove old endianess stuff
8416         * src/mcs51/gen.c:      remove old endianess stuff
8417         * src/ds390/gen.c:      remove old endianess stuff
8418         * src/pic/gen.c:        remove old endianess stuff
8419         * src/pic/genarith.c:   remove old endianess stuff
8420         * src/pic/glue.c:       fix endianess check
8421         * src/pic16/gen.c:      remove old endianess stuff
8422         * src/pic16/genarith.c: remove old endianess stuff
8423         * src/pic16/glue.c:     fix endianess check
8424         * src/xa51/gen.c:       remove old endianess stuff
8425         * src/z80/gen.c:        fix endianess check
8426         * src/SDCCglue.c:       fix endianess check
8427         * src/ds390/peeph.def: fix bug 700036
8428
8429 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8430
8431         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8432         * src/configure: find appropriate data-types on host for SDCC's int and long
8433         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8434         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8435         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8436
8437 2003-03-07    <johan AT balder>
8438
8439         Just a big NOOP:
8440                 some minor cleanups before the big shot
8441                 OP_DEFS and OP_USES now use Kevin's protection
8442                 new option --nolabelopt
8443
8444         * src/SDCCBBlock.c:
8445         * src/SDCCast.c,:
8446         * src/SDCCcflow.c:
8447         * src/SDCCcse.c:
8448         * src/SDCCicode.c:
8449         * src/SDCCicode.h:
8450         * src/SDCClabel.c:
8451         * src/SDCCloop.c:
8452         * src/SDCCmain.c:
8453         * src/ds390/ralloc.c:
8454         * src/mcs51/ralloc.c:
8455         * src/pic/ralloc.c:
8456         * src/xa51/ralloc.c:
8457         * src/z80/ralloc.c:
8458
8459 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8460
8461         * src/pic/pcode.c (get_op): fix 64 bit warnings
8462         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8463         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8464         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8465         * support/regression/tests/malloc.c: fix 64 bit warnings
8466
8467 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8468
8469         * src/mcs51/gen.c (genMinus): fixed bug 696436
8470
8471 2003-03-02  Borut Razem <borut.razem AT siol.net>
8472
8473         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8474
8475 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8476
8477         * configure.in: test for mkstemp
8478         * sdccconf_in.h: add HAVE_MKSTEMP
8479
8480 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8481
8482         * device/include/ctype.h: removed warning while using --stack-auto
8483         * device/include/malloc.h: removed warning while using --stack-auto
8484         * device/include/string.h: removed warning while using --stack-auto
8485
8486 2003-02-23  Borut Razem <borut.razem AT siol.net>
8487
8488         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8489         because NDEBUG is defined (see man assert)
8490         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8491
8492 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8493
8494         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8495         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8496
8497 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8498
8499         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8500         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8501
8502 2003-02-18    <johan AT balder>
8503
8504         * as/mcs51/asmain.c (asmbl): module can start with a digit
8505         * as/z80/asmain.c (asmbl): module can start with a digit
8506
8507 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8508
8509         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8510         * src/asm.c: fix pipe() for Mingw32
8511
8512 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8513
8514         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8515         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8516         make -V work again; --c1mode reads now from stdin
8517         * doc/sdccman.lyx: added --c1mode
8518         * support/Util/SDCCerr.c: new messages for c1 mode
8519         * support/Util/SDCCerr.h: new messages for c1 mode
8520         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8521
8522 2003-02-15    <johan AT balder>
8523
8524         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8525
8526 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8527
8528         * doc/sdccman.lyx: Environment variables, -o and other minor things
8529
8530 2003-02-14    <johan AT balder>
8531
8532         * src/xa51/main.c: before anyone really tries to use it :)
8533
8534         * Install doc's in share/sdcc/doc
8535         * removed some obsolete files
8536         * Do a proper make distclean and uninstall
8537         M Makefile.common.in
8538         R sdccbuild.sh
8539         M as/Makefile
8540         M device/include/Makefile.in
8541         M device/lib/Makefile.in
8542         M doc/sdccman.lyx
8543         M link/Makefile
8544         M sim/ucsim/doc/Makefile.in
8545         M src/clean.mk
8546         R src/avr/peeph.rul
8547         R src/xa51/peeph.rul
8548         M support/cpp2/Makefile.in
8549         M support/makebin/Makefile
8550
8551
8552 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8553
8554         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8555
8556 2003-02-10  Borut Razem <borut.razem AT siol.net>
8557
8558         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8559         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8560         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8561         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8562         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8563         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8564         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8565         src/z80/Makefile.bcc: Borland Makefile cleanup
8566         * as/z80/Makefile.bcc: Added Borland Makefile
8567         * support/cpp2/borland.h: Removed
8568
8569 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8572         * src/SDCC.lex: new pragma NOIV
8573         * src/SDCCglobl.h: new pragma NOIV
8574         * src/SDCCmem.c: new pragma NOIV
8575
8576 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8577
8578         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8579
8580 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * src/SDCCmain.c: signal handling is switched off by --debug
8583         * doc/Makefile: small fix for install; use clean.mk again
8584         * doc/clean.mk: clean *.pdf and *.html too
8585
8586 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8587
8588         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8589         * device/lib/printfl.c: fix a ds390 bug by making it portable
8590         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8591         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8592         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8593         * debugger/mcs51/cmd.c: converted multi-line string literals
8594         * sim/ucsim/globals.cc: converted multi-line string literals
8595         * src/SDCCmain.c: introduced signal handler to remove temp files
8596         * doc/Makefile: small tweaks, implement clean
8597         * doc: removed generated files
8598
8599 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8600
8601         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8602         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8603         Address Record is not correctly generated for DS390."
8604
8605 2003-02-02  Borut Razem <borut.razem AT siol.net>
8606
8607         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8608         * as/mcs51/asm.h: fixed compilation with Borland C
8609         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8610         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8611         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8612         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8613         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8614         src/z80/Makefile.bcc: delete $(LIB) only if exist
8615         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8616
8617 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8618
8619         * device/include/malloc.h: introduced NULL
8620         * device/include/string.h: introduced NULL
8621         * device/include/stdlib.h: introduced NULL
8622         * device/lib/_memcpy.c: removed NULL
8623         * device/lib/_strcat.c: removed NULL
8624         * device/lib/_strchr.c: removed NULL
8625         * device/lib/_strcmp.c: removed NULL
8626         * device/lib/_strcpy.c: removed NULL
8627         * device/lib/_strcspn.c: removed NULL
8628         * device/lib/_strlen.c: removed NULL
8629         * device/lib/_strncat.c: removed NULL
8630         * device/lib/_strncmp.c: removed NULL
8631         * device/lib/_strncpy.c: removed NULL
8632         * device/lib/_strpbrk.c: removed NULL
8633         * device/lib/_strrchr.c: removed NULL
8634         * device/lib/_strspn.c: removed NULL
8635         * device/lib/_strstr.c: removed NULL
8636         * device/lib/_strtok.c: removed NULL
8637         * device/lib/malloc.c: removed NULL, include own header
8638
8639 2003-02-02    <johan AT balder>
8640
8641         * 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
8642         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8643         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8644         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8645         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8646         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8647
8648 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8649
8650         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8651         area 'DATA'"
8652
8653 2003-02-01    <johan AT balder>
8654
8655         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8656
8657 2003-01-31    <johan AT CP255758-A>
8658
8659         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8660
8661 2003-01-30    <johan AT balder>
8662
8663         * src/SDCCBBlock.c: automatic bug detection
8664         * src/SDCCicode.c: automatic bug detection
8665
8666 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8667
8668         * src/SDCCglobl.h:   now --xram-size 0 works
8669         * src/SDCCmain.c:    now --xram-size 0 works
8670
8671 2003-01-29    <johan AT balder>
8672
8673         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8674
8675 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8676
8677         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8678         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8679         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8680         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8681         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8682         * src/SDCCmain.c:    Added options --xram-size and --code-size
8683
8684 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8685
8686         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8687         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8688
8689 2003-01-27    <johan AT balder>
8690
8691         * src/SDCC.y: fixed bug #613764
8692
8693 2003-01-26    <johan AT balder>
8694
8695         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8696         * src/SDCCsymt.h: fixed bug #673374
8697         * src/SDCCglue.c: fixed bug #661910
8698         * src/SDCCast.c: fixed bug #458099 and 673374
8699
8700 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8703         * as/mcs51/strcmpi.h: added
8704         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8705         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8706         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8707         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8708         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8709         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8710         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8711         * as/mcs51/Makefile.aslink: new module strcmpi
8712         * as/mcs51/Makefile.asx8051: new module strcmpi
8713         * as/mcs51/Makefil.bcc: new module strcmpi
8714         * as/mcs51/Makefile.in: new module strcmpi
8715         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8716
8717 2003-01-26    <johan AT balder>
8718
8719         * src/SDCCglue.c: reverted back to 1.124
8720         * src/SDCCast.c: reverted back to 1.156
8721         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8722
8723 2003-01-25    <johan AT balder>
8724
8725         * src/SDCCglue.c: A better fix for bug #661910
8726         * src/SDCCast.c: A better fix for bug #661910
8727         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8728
8729 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8730
8731         * src/Makefile.in: remove spawn.o
8732         * src/SDCCmain.c: remove spawn.h
8733         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8734         * src/spawn.c: removed
8735         * src/spawn.h: removed
8736         * support/regression/ports/ds390/spec.mk: link with -r
8737
8738 2003-01-24    <johan AT CP255758-A>
8739
8740         * src/ds390/gen.c (aopOp): fixed bug #667458
8741         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8742         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8743         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8744
8745 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8746
8747         * src/mcs51/peeph.def: better assembler identation by Frieder
8748         * src/mcs51/gen.c: better assembler identation by Frieder
8749
8750 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * as/z80/string.h: removed for gcc 3.2
8753         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8754         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8755
8756 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8759         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8760         * support/regression/Makefile: separate temp files for ports
8761         * support/regression/generate-cases.py: separate temp files for ports
8762         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8763         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8764
8765 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         * moved tinitalk to device/examples/ds390
8768
8769 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8770
8771         * as/mcs51/lkmem.c: rflag is for DS390
8772         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8773         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8774                          (linkEdit): move mem- and map-files the same way as ihx-files
8775         * src/z80/main.c (_setDefaultOptions): removed --generic
8776         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8777         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8778         * src/pic/glue.c (picglue): --c1mode works again
8779         * src/pic16/glue.c (pic16glue): --c1mode works again
8780         * src/asm.c (printCLine): fix #660034
8781
8782 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8783
8784         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8785         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8786         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8787         * as/mcs51/lkmem (summary): better fix for sp problem
8788         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8789         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8790         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8791                                               remove --stack-after-data
8792
8793 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8794
8795         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8796         * src/SDCCutil.c (join): ugly bug: missing '\0'
8797         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8798
8799 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8800
8801         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8802         * src/port.h: typo
8803         * src/pic/main.c (_asmCmd): gpasm supports -o
8804         * src/z80/main.c: more general macros
8805         * device/lib/Makefile.in: remove intermediate files
8806
8807 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8808
8809         * .version: Bumped version number to 2.3.3
8810         * src/SDCCBBlock.c: new option -o
8811         * src/SDCCglobl.h: new option -o
8812         * src/SDCCglue.c: new option -o
8813         * src/SDCCmain.c: new option -o
8814         * src/asm.c: new option -o
8815         * src/ds390/main.c: new option -o
8816         * src/pic/glue.c: new option -o
8817         * src/pic/pcode.c: new option -o
8818         * src/pic/ralloc.c: new option -o
8819         * src/pic16/glue.c: new option -o
8820         * src/pic16/pcode.c: new option -o
8821         * src/pic16/ralloc.c: new option -o
8822         * src/z80/main.c: new option -o
8823         * device/lib/Makefile.in: use -o
8824         * support/regression/ports/ds390/spec.mk: use -o
8825         * support/regression/ports/gbz80/spec.mk: use -o
8826         * support/regression/ports/mcs51/spec.mk: use -o
8827         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8828         * support/regression/ports/z80/spec.mk: use -o
8829         * support/regression/ports/ucz80/spec.mk: use -o
8830         * support/regression/ports/xa51/spec.mk: use -o
8831         * support/regression/fwk/lib/timeout.c: fix usage string
8832
8833 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8834         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8835
8836 2003-01-07    <johan AT balder>
8837
8838         * src/SDCCast.c (decorateType): fixed bug #600035
8839
8840 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8841         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8842         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8843         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8844         * src/pic/pcode.c: outcommented unused variable to remove warnings
8845         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8846
8847 2003-01-06    <karl AT turbobit.com>
8848         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8849    regression tests.
8850
8851 2003-01-06    <johan AT balder>
8852
8853         * src/SDCCicode.c: fixed array add
8854
8855 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8856         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8857         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8858
8859 2003-01-04    <johan AT balder>
8860
8861         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8862
8863 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8864         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8865
8866 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8867         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8868         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8869
8870 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8871         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8872
8873 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8874         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8875
8876 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8877         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8878
8879 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8880
8881     * in \sdcc\as\mcs51\ changed these files in order to create an
8882     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8883     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8884     following files to include the previous two files: aslink.dsp,
8885     Makefile.aslink, Makefile.bcc, and Makefile.in.
8886
8887     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8888     .adb instead of .cdb
8889
8890 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8891
8892         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8893         value from option --iram-size.
8894
8895 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8896
8897         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8898         dram[] array.
8899
8900 2002-09-18    <wiml AT hhhh.org>
8901
8902         * SDCClrange.h: exposed setFromRange() and setToRange()
8903         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8904           packRegsForAccUse() (bug 542397)
8905         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8906           multiple times and emitting the fetch operations more than once
8907           added aopGetUsesAcc() function to allow binary operators to
8908           fetch their operands in the correct order; made genMinus() emit
8909           compact code for X = LITERAL - Y
8910
8911 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8912         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8913         sprintf() in line 1267.
8914
8915 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8916         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8917         like ports.
8918
8919 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8920         Changes to aslink (All the changes are marked with 'JCF'):
8921
8922         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8923         summary().
8924
8925         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8926         area BSEG.  Also moves, if possible, the DATA area down into the internal
8927         ram so more space is available.
8928
8929         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8930         sflag.
8931
8932         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8933         not bytes.  Function summary() which creates a memory usage summary
8934         file with extension .mem.  Reports of overlaping stack and small stack
8935         size.  If the space for the stack is less than 16 bytes aslink trows a
8936         warning.
8937
8938         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8939         the 8051.  Option 'y' for memory summary output file.
8940
8941         Changes to sdcc (All the changes are marked with 'JCF'):
8942
8943         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8944
8945         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8946         overlaying area for it (uses RegBankUsed[4]).
8947
8948         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8949         bank zero as used by default.  By default aslink locates the stack
8950         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8951         the creation of the .mem file.  Delegates the allocation of data area
8952         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8953         the begining of the stack area to aslink.
8954
8955         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8956         glue() in SDCCglue.c creates an area for it.
8957
8958 2002-09-03  Borut Razem <borut.razem AT siol.net>
8959         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8960         sdcc/src/pic/glue.c:
8961         introduced atexit() handler for teporay files removal in case of
8962         errors, assertions, ...
8963
8964 2002-08-29  Borut Razem <borut.razem AT siol.net>
8965         * sdcc/support/cpp2/auto-host_vc_in.h:
8966         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8967         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8968         Maybe there is a similar problem with BORLANDC? It should be checked!
8969
8970         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8971         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8972         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8973         was not executed, and the compiler (cl) launched a warning:
8974         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8975
8976 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8977         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8978
8979 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8980         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8981
8982         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8983           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8984           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8985           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8986           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8987           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8988           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8989         - added Release configuration in VS projects
8990         - review of compiler an linker options
8991         - VC .exe files are generated in bin_vc directory, not to interfere
8992           with binaries generated from other projects (cygwin, mingw, bcc ...)
8993
8994         * sdcc/src/yacc.dsp: added
8995
8996         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8997         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8998         and insert the version number definitions from .version
8999
9000         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9001
9002         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9003         added - genarate auto-host.h using auto-host_vc_in.h as template
9004
9005         * sdcc/sdcc_vc.h,
9006         removed from CVS, generated automatically
9007
9008 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9009         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9010
9011 2002-08-11  Borut Razem <borut.razem AT siol.net>
9012         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9013
9014 2002-08-10  Borut Razem <borut.razem AT siol.net>
9015         * src/SDCCmain.c (main):
9016         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9017         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9018         The consequence was that some temporary files were not removed.
9019
9020         * src/SDCCglue.c:
9021         unification of code in functions tempfilename() and tempfile():
9022         function tempnam() is defined in Visual Studio 6.0 and .NET
9023
9024         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9025
9026         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9027           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9028         - removed compiler command line option /WX: Treats all warnings as errors
9029         - update a list of source files, included into the project
9030
9031         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9032           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9033         changed project type to Generic Project so that can be correcly converted to VS.NET project
9034
9035         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9036
9037         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9038
9039         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9040
9041         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9042         added return 0 statements after assert() to make compiler happy
9043
9044         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9045         added newline in the def file to keep MSC compiler satisfied
9046
9047         * sdcc/src/z80/gen.c:
9048         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9049           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9050         - solved MSC error in function aopDump()
9051
9052         * sdcc_vc.h: define PREFIX as "\\sdcc"
9053
9054 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9055         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9056
9057 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9058         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9059         - Rewrote the register banking algorithm.
9060         - Added pCode live-range analysis to registers (for now, only non-used and
9061         singly-used registers optimized away)
9062
9063         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9064
9065         * 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.
9066
9067 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9068         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9069
9070 2002-04-22  Michael Hope  <michaelh AT vroom>
9071
9072         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9073
9074         * configure.in (DD_COPT): Added include support required for gbdk.
9075
9076         * .version: Bumped version number just to increase it.
9077
9078         * src/SDCCmain.c: Added -nostdinc to the default options.
9079
9080 2002-04-15  Michael Hope  <michaelh AT vroom>
9081
9082         * device/lib/z80/printf.c (sprintf): Added.
9083
9084         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9085
9086         * src/z80/peeph.def: Added transpose redundent load rule.
9087
9088         * src/z80/main.c: Added force callee saves for jaune.
9089
9090         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9091
9092         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9093
9094 2002-03-28  Johan Knol  <johan AT balder>
9095
9096         * src/SDCCval.c: fixed bug #532436
9097
9098 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9099         * /src/port.h:
9100         Added "char *Processor" field to the port structure.
9101
9102         * /src/SDCCmain.c:
9103         Added -p option. Allows port dependent processor to be specified.
9104
9105         * all ports:
9106         Initialized the new field char *Processor field to NULL in all ports
9107
9108         * /src/pic/*:
9109         Compiler generated registers for interrupt context saving
9110         were not getting allocated.
9111
9112 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9113
9114         * /src/SDCCast.c:
9115         Fixed left shift. Will promote the left side of a left shift
9116         if a) left shifting more than size of operand or b) when assigned
9117         to something size > size of left side
9118
9119 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9120         * src/pic/*
9121         tons of changes. Register allocation has been
9122         rewritten. Added customization for the various PICs. Flow
9123         analysis is restructured. ...
9124
9125         * src/pic/device.h:
9126         Added
9127
9128         * src/pic/device.c:
9129         Added. device.c is a PIC port hack to accomodate variations
9130         in PIC devices.
9131
9132 2002-03-13  Michael Hope  <michaelh AT vroom>
9133
9134         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9135
9136 2002-03-04  johanknol  <johanknol AT manik>
9137
9138         * /src/SDCCval.c: fixed
9139
9140         const unsigned char arr[][2] = { { 0, 1 } };
9141         t18.c:1: error: Initializer element is not constant
9142
9143 2002-03-04  bela  <bela AT manik>
9144
9145         * /device/include/mcs51reg.h:
9146         ds89c420 register definition update
9147
9148 2002-03-03    <johan AT FRIJA>
9149
9150         * support/Util/SDCCerr.c: did something, but don't no why anymore
9151
9152         * support/regression/tests/bug-524691.c: made it a little less shy
9153
9154         * src/SDCCast.c (decorateType): fixed bug #524697
9155
9156         * src/SDCCast.c: made some lineno improvements
9157
9158         * src/SDCCval.c (getNelements): changed warning to error
9159
9160         * src/SDCCglue.c (printIvalArray): changed warning to error
9161
9162         * src/SDCCicode.c: fixed a warning for mingw
9163
9164         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9165
9166         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9167
9168 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9169
9170         * src/ds390/peeph.def:
9171         Added some more peephole rules
9172
9173         * src/ds390/gen.c: Various fixes & enhancements
9174
9175         * src/SDCClrange.c, src/SDCClrange.h:
9176         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9177
9178         * src/ds390/ralloc.c:
9179         various fixes & enhancements (ds390) specific
9180
9181         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9182         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9183         from rallocs.
9184
9185         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9186
9187 2002-03-02    <johan AT FRIJA>
9188
9189         * src/SDCCast.c (decorateType): fixed bug #524708
9190
9191         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9192
9193         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9194
9195 2002-03-01  Michael Hope  <michaelh AT vroom>
9196
9197         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9198
9199         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9200
9201 2002-03-01    <johan AT FRIJA>
9202
9203         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9204
9205         * src/SDCCast.c (decorateType): fixed bug #524209
9206
9207         * src/SDCCval.c (valNot): fixed bug #524195
9208
9209 2002-02-26    <johan AT balder>
9210
9211         * src/xa51/gen.c: fixed a warning
9212
9213         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9214
9215         * src/SDCCast.c (decorateType): fixed bug #522534
9216
9217 2002-02-23    <johan AT balder>
9218
9219         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9220
9221 2002-02-22    <johan AT balder>
9222
9223         * src/SDCCast.c: fixed bug #514865
9224
9225         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9226
9227 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9228
9229         * sdcc/src/SDCCloop.c:
9230         Previous fix was not good. basic blocks that have "break" or "return" are
9231         not really partof a loop , but live ranges used in these blocks should
9232         be live thru the entire loop, so set partOfLoop but don't add them to
9233         loop region
9234
9235 2002-02-21    <johan AT FRIJA>
9236
9237         * src/SDCCcse.c: fixed bug #514308
9238
9239 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9240
9241         * src/SDCCloop.c:
9242         Fixed BUG #519583. If a conditional block ended in a return/break
9243         statement inside a loop, it was not being considered part of the loop.
9244
9245         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9246
9247 2002-02-10  Karl Bongers <karl AT turbobit.com>
9248
9249         * debugger/*:
9250         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9251         with lots of comments and notes.
9252
9253         * device/examples/test2.c:
9254         Fix bug, "red" variable not being initialized(compiler complained).
9255
9256         * device/examples/Makefile, examples/test3.c:
9257         Add Makefile in device/examples folder, compiles test3.c
9258         for use as a multiple module SDCDB test case.
9259
9260         * sim/ucsim/cmd.src/cmdset.cc:
9261         Took out debug printfs in ucsim "next" command.
9262
9263         * sim/ucsim/xa.src:
9264         Karl and Johan start ucsim XA support.  Most dissassembly working,
9265         about 75% emulation done(plenty of work remaining).
9266
9267         * sim/ucsim/z80.src:
9268         Add Z80 support to ucsim, add test-ucz80 regression test,
9269         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9270         Notice z80 compiler fails on examples/test3.c/crc code.
9271
9272 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9273
9274         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9275         Added support for --parms-in-bank1
9276
9277         * src/ds390/peeph.def:
9278         added a few more peephole optimzations
9279
9280         * src/ds390/main.c:
9281         1) added __builtin_inp & __builtin_outp used to read in data of given length
9282            from a memory mapped port
9283         2) added __builtin_memcmp
9284         3) added __builtin_swapw swap bytes of a short
9285
9286         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9287         1) handle multiple send & receives from register bank1
9288         2) ralloc can now allocate DPTR1 to some liveRanges
9289
9290         * src/SDCCsymt.c, src/SDCCsymt.h:
9291         changes to handle multiple sends & receives
9292
9293         * src/SDCCptropt.h:
9294         added some pointer arithmetic optimization
9295
9296         * src/SDCCptropt.c:
9297         added some pointer arithmetic optimizations but not stable yet so not
9298         called from anywhere (will get this working shortly)
9299
9300         * src/SDCCopt.c: fixed for multiple sends & receives
9301
9302         * src/SDCCmain.c:
9303         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9304         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9305            set preprocessor defines (depending on options)
9306
9307         * src/SDCCicode.c, src/SDCCicode.h:
9308         changes made to handle multiple sends & receives
9309
9310         * src/SDCCglobl.h:
9311         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9312
9313         * src/SDCCcse.c, src/SDCCcse.h:
9314         added function findbackward def (to be used in upcoming optimization)
9315
9316         * src/SDCCcflow.c, src/SDCCcflow.h:
9317         added function returnAtEnd - to determine if a basic block terminates with
9318         a RETURN iCode
9319
9320         * src/SDCCast.c, src/SDCCast.h:
9321         added option parms-in-bank1
9322
9323         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9324         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9325         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9326         adjusted for --parms-in-bank1 option
9327
9328         * device/include/string.h:
9329         donot redefine "reentrant" keyword
9330
9331         * device/include/ds80c390.h: Added some more SFRs
9332
9333 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9334
9335         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9336
9337 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9338
9339         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9340
9341 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9342
9343         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9344
9345 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9346
9347         * Added --xram-movc option
9348
9349 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9350
9351         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9352
9353 2002-01-11  Johan Knol
9354
9355         * Added math lib of Jesus Calvino-Fraga
9356
9357 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9358
9359         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9360         * support/regression/Makefile: new target test-mcs51-stack-auto
9361         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9362
9363 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9364
9365         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9366
9367 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9368
9369         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9370
9371 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9372
9373         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9374
9375         * src/SDCCglue.h: add definition for printIvalChar()
9376
9377 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9378
9379         * src/SDCCast.c: fix #498138 by Johan
9380
9381         * src/SDCCglue.c: fix #498138 by Johan
9382
9383 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9384
9385         * support/regression/Makefile: fix clean
9386
9387         * support/regression/ports/ds390/support.c: fix transmission of last character
9388
9389 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9390
9391         * /sdcc/src/ds390/gen.c:
9392         a) improved computing address of stack variable
9393         b) took out some #if 0 code
9394         c) improved parmBytes adjustment
9395         d) improved genPlusIncr & genMinusIncr
9396         e) genCmp could generate bad code (when left assigned to DPTR)
9397         f) Fixed bug in hasInc
9398
9399         * /sdcc/src/ds390/ralloc.c:
9400         a) packRegsForSupport could mess up live information (Fixed)
9401         b) packRegsDPTRuse could be incorrect for left & right shift
9402
9403         * /sdcc/src/mcs51/ralloc.c:
9404         packRegsForSupport could mess up the live information (Fixed)
9405
9406         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9407
9408         * /sdcc/src/SDCCast.c:
9409         can reverse a loop even if function call is present as long
9410         as the loop control variable is local & is not passed as parameter
9411
9412 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9413
9414         * /sdcc/ChangeLog: *** empty log message ***
9415
9416         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9417         More builtin function additions for TININative
9418
9419         * /sdcc/src/ds390/ralloc.c:
9420         Had broken the regression testsuite
9421
9422         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9423
9424         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9425         Added funcattr hasStackParms will be set for reentrant functions when there
9426         are paramteres on the stack, this helps in minimizing frame pointer generation
9427         typeFromStr can handle function pointers now
9428
9429         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9430         *** empty log message ***
9431
9432 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9433
9434         * /src/ds390/gen.c, /src/ds390/main.c:
9435         More builtin function additions for TININative
9436
9437         * /src/ds390/ralloc.c:
9438         Had broken the regression testsuite
9439
9440         * /src/SDCCast.c: Fixed a bug in dumptree
9441
9442         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9443         Added funcattr hasStackParms will be set for reentrant functions when there
9444         are paramteres on the stack, this helps in minimizing frame pointer generation
9445         typeFromStr can handle function pointers now
9446
9447         * /doc/builtins.txt, /doc/TININative.txt:
9448         *** empty log message ***
9449
9450
9451 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9452
9453         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9454         ALPHA version for -mTININative
9455
9456         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9457         updated to reflect changes in the port structure
9458
9459         * /src/port.h:
9460         added function do_assemble (similar to do_link) if non-null this function
9461         will be called to do assembly (-mTININative) requires a multi command
9462         assembly
9463         added function genAssemblerEnd will be called to generate assembler Epilogue
9464
9465         * /src/SDCCsymt.c:
9466         added _JavaNative to debug info printing
9467
9468         * /src/SDCCmain.c: added option --tini-libid
9469         added port->do_assemble function (-mTININative) has a multi command assemble
9470
9471         * /src/SDCCglue.c: Disabled "constExpr" check
9472         added port->genAssemblerEnd function
9473
9474         * /src/SDCCglobl.h: Added option --tini-libid value
9475
9476         * /src/SDCCast.h:
9477         tookout optimizeCompare from the header (has no external references)
9478
9479         * /src/SDCCast.c: made one more function "static"
9480
9481 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9482
9483         * src/z80/mappings.i: Added z80asm support.
9484
9485         * src/z80/main.c: Added z80asm support on --asm=z80asm
9486
9487         * src/z80/gen.c: Fixed asm portability issues.
9488
9489         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9490
9491         * src/SDCCglue.c (printExterns): Added global/extern split.
9492
9493 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9494
9495         * support/regression/Makefile: added test for mcs51 model large
9496
9497         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9498
9499         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9500
9501 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9502
9503         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9504
9505 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9506
9507         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9508
9509         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9510
9511 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9512
9513         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9514
9515         * support/regression/tests/simplefloat.c: Port to mcs51.
9516
9517 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9518         * support/regression/tests/bug-485362.c: Added.
9519
9520         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9521
9522         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9523
9524         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9525
9526         * src/z80/gen.c (aopDump): Added a dump function.
9527
9528 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9529         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9530
9531         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9532
9533         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9534
9535         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9536
9537         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9538
9539         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9540
9541         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9542
9543         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9544
9545         * support/regression/ports/ds390/support.c: Use tinibios.
9546
9547         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9548
9549 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9550
9551         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9552         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9553
9554         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9555
9556         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9557
9558 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9559
9560         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9561
9562         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9563         (packRegsForIYUse): Created and optimised.
9564
9565 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9566
9567         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9568 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9569
9570         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9571
9572         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9573
9574         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9575
9576 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9577
9578         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9579
9580         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9581
9582 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9583
9584         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9585
9586         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9587
9588         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9589
9590 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9591
9592         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9593         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9594         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9595
9596         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9597
9598         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9599         (genNotFloat): Added.
9600         (genUminusFloat): Added.
9601
9602         * device/lib/z80/Makefile: Added floating pt stubs.
9603
9604         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9605
9606         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9607
9608         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9609
9610 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9611
9612         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9613
9614         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9615
9616         * sdcc/support/regression/Makefile: Add port ds390.
9617
9618         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9619
9620         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9621
9622         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9623
9624         * sdcc/support/regression/ports/ds390/support.c: Added.
9625
9626         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9627
9628         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9629
9630         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9631
9632 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9633
9634         * device/include/malloc.h: Added z80 and gbz80 support.
9635
9636         * device/lib/gbz80/heap.s: Added.
9637
9638         * device/lib/z80/heap.s: Added.
9639
9640         * device/lib/malloc.c: Added z80 and gbz80 support.
9641
9642         * support/regression/tests/malloc.c (testMalloc): Added.
9643
9644         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9645
9646         * support/regression/tests/bug-478094.c: Added.
9647
9648         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9649
9650 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9651
9652         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9653
9654         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9655
9656         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9657
9658         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9659
9660         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9661
9662 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9663
9664         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9665
9666 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9667
9668         * support/regression/tests/bug-477927.c: Added.
9669
9670         * src/z80/peeph.def: Added minor rules.
9671
9672         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9673
9674         * src/z80/peeph.def: Added jump optimisation modification.
9675
9676 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9677
9678         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9679
9680 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9681
9682         * support/regression/tests/funptrs.c: Added.
9683
9684 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9685
9686         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9687
9688 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9689
9690         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9691
9692         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9693
9694         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9695         (movLeft2ResultLong): Created.
9696
9697         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9698         (joinPushes): Added.  Joins two char pushes into a word push.
9699
9700 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9701
9702         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9703
9704         * support/makebin/Makefile (install): Added creation of dest dir.
9705
9706 2001-10-24 Karl Bongers <karl AT turbobit.com>
9707
9708         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9709
9710 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9711
9712         * src/z80/ralloc.c: Turned off faulty pack for one use.
9713
9714         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9715
9716         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9717
9718 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9719
9720         * support/regression/Makefile: Improved clean
9721
9722         * support/regression/ports/gbz80/spec.mk: Added clean
9723
9724         * support/regression/ports/host/spec.mk: Added clean
9725
9726         * support/regression/ports/z80/spec.mk: Added clean
9727
9728         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9729
9730         * support/regression/ports/mcs51/timeout.c: little improvements
9731
9732 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9733
9734         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9735
9736         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9737
9738         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9739
9740 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9741
9742         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9743
9744         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9745
9746 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9747         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9748
9749         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9750
9751         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9752
9753         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9754
9755         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9756
9757         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9758
9759         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9760
9761         * support/regression/tests/longor.c: Added.
9762
9763 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9764
9765         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9766
9767         * as/mcs51/aslink.h: define PATH_MAX
9768
9769         * as/mcs51/asm.h: define PATH_MAX
9770
9771         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9772
9773         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9774
9775         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9776
9777         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9778
9779         * src/SDCCglobl.h: define PATH_MAX
9780
9781         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9782
9783         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9784
9785 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9786
9787         * src/z80/gen.c (gencjneshort): Fixed
9788
9789         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9790
9791 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9792
9793         * support/regression/tests/bug-469671.c: Added.
9794
9795         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9796
9797 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9798
9799         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9800
9801         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9802
9803 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9804
9805         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9806
9807         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9808
9809         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9810
9811         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9812
9813         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9814
9815         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9816
9817         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9818
9819 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9820
9821         * 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.
9822
9823         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9824
9825         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9826
9827 2001-10-07    <johan AT FRIJA>
9828
9829         * device/lib/gets.c (gets): fixed the return value.
9830
9831 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9832         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9833
9834         * 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.
9835
9836         * 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.
9837
9838         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9839
9840         * src/pic/gen.c: Removed Safe_strdup.
9841
9842         * configure.in: Added option to enable libgc support.
9843
9844         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9845         (bitVectUnion): Optimised.
9846         (bitVectIntersect): Optimised.
9847         (bitVectBitsInCommon): Optimised.
9848         (bitVectCplAnd): Optimised.
9849
9850         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9851
9852 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9853
9854         * src/SDCCmain.c: distinguish between assembler debug and plain options
9855
9856         * src/avr/main.c:   remove standard assembler options
9857
9858         * src/ds390/main.c: remove standard assembler options
9859
9860         * src/mcs51/main.c: remove standard assembler options
9861
9862         * src/port.h: removed "PENDING" comment
9863
9864 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9865
9866         * src/device/lib/_mulint.c  : new, with assember functions
9867
9868         * src/device/lib/_mullong.c : new, with assember functions
9869
9870         * src/device/lib/_divuint.c : with assember functions
9871
9872         * src/device/lib/_divsint.c : with assember functions
9873
9874         * src/device/lib/_divulong.c: with assember functions
9875
9876         * src/device/lib/_divslong.c: with assember functions
9877
9878         * src/device/lib/_moduint.c : with assember functions
9879
9880         * src/device/lib/_modsint.c : with assember functions
9881
9882         * src/device/lib/_modulong.c: with assember functions
9883
9884         * src/device/lib/_modslong.c: with assember functions
9885
9886         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9887
9888         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9889
9890         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9891                                       replaced _mululong.c and _mulslong.c by _mullong.c
9892
9893 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9894
9895         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9896
9897 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9898
9899         * src/SDCCglue.c: test, if win32api is available for MINGW
9900
9901 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9902
9903         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9904         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9905         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9906         * support/regression/ports/host/spec.mk: removed GENERIC
9907         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9908         * support/regression/ports/z80/spec.mk: removed GENERIC
9909
9910 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9911
9912         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9913
9914         * support/regression/tests/bug-467035.c: Created.
9915
9916 2001-10-01    <johan AT FRIJA>
9917
9918         * src/SDCC.y: fixed bug #466586 part 1
9919
9920 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9921
9922         * SDCCicode.c: z80 has no generic pointers
9923         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9924
9925 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9926
9927         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9928
9929 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9930
9931         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9932
9933         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9934
9935 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9936
9937         * configure.in: Fixed up so that ucsim is only configured once.
9938
9939         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9940
9941         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9942         (getPathDifference): As above.
9943
9944         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9945
9946         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9947
9948 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9949         * .version: Updated to 2.3.1
9950
9951         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9952         Added copyright header.
9953
9954         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9955         (assemble): Added support for macro based assembler commands.
9956         (linkEdit): Added support for macro based linker commands.
9957         (preProcess): Changed the pre-processor to use macros.
9958         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9959         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9960
9961         * device/lib/z80/crt0.s: Added module name for debugging.
9962
9963 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9964
9965         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9966
9967         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9968
9969         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9970
9971         * src/Makefile.in: Added SDCCmacro and SDCCutil
9972
9973 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9974
9975         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9976
9977 2001-09-16    <johan AT FRIJA>
9978
9979         * 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.
9980
9981 2001-09-15    <johan AT FRIJA>
9982
9983         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9984         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9985
9986 2001-09-11    <johan AT FRIJA>
9987
9988         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9989
9990 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9991
9992         * support/regression/tests/bug-460444.c: Added test case.
9993
9994         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9995         (genCast): Added justification for all of the asserts.
9996
9997 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9998
9999         * support/regression/support.c: _xdata replaced by xdata
10000
10001         * support/regression/spec.mk: removed _generic
10002
10003 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10004
10005         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10006
10007         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10008         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10009
10010         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10011
10012         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10013
10014         * support/regression/tests/bug-460010.c: Added test case.
10015
10016         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10017
10018 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10019
10020         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10021
10022         * support/regression/testfwk.c: removed workaround for bug #436344
10023
10024         * support/regression/tests/bp.c: use less memory with mcs51
10025
10026         * support/regression/tests/bug-441448.c: use less memory
10027
10028         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10029
10030         * support/regression/collate-results.py: typo
10031
10032 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10033
10034         * support/regression/tests/fetchoverlap.c: Added new test case.
10035
10036         * support/regression/tests/bp.c: Added new test case.
10037
10038         * support/regression/tests/bug-448984.c: Added new test case.
10039
10040         * support/regression/tests/pow2shifts.c: Added new test case.
10041
10042         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10043         (genlshTwo): Fixed right shift for count > 8.
10044
10045         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10046
10047 2001-09-08    <johan AT FRIJA>
10048
10049         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10050
10051 2001-09-07    <johan AT FRIJA>
10052
10053         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10054
10055         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10056
10057 2001-09-06    <johan AT FRIJA>
10058
10059         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10060         * bernhard noted me at this: "() equals to (void)" (1.38)
10061
10062 2001-09-05    <johan AT FRIJA>
10063
10064         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10065
10066 2001-09-04    <johan AT FRIJA>
10067
10068         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10069
10070
10071 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10072
10073         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10074
10075 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10076
10077         * link/z80/aslink.h: Fixed path for PATH_MAX
10078
10079 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10080
10081         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10082
10083         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10084
10085         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10086
10087         * 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.
10088
10089 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10090
10091         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10092         (genCmp): Fixed up genCmp for the GB with longs.
10093
10094         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10095
10096         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10097
10098         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10099
10100         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10101
10102 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10103
10104         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10105
10106 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10107
10108         * 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.
10109
10110         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10111
10112 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10113
10114         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10115
10116         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10117
10118 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10119
10120   * sim/ucsim/configure:    little improvement of Cygwin-detection
10121   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10122   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10123   * support/regression/tests/bug-221100.c: small changes for mcs51
10124   * support/regression/tests/bug-221168.c: small changes for mcs51
10125   * support/regression/tests/bug-227710.c: small changes for mcs51
10126   * support/regression/tests/staticinit.c: small changes for mcs51
10127   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10128   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10129   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10130
10131 $Revision$