* device/lib/time.c (mktime): fixed bug 1334315
[fw/sdcc] / ChangeLog
1 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
4         specifier unsigned
5         * device/lib/time.c (mktime): fixed bug 1334315
6
7 2005-10-28 Raphael Neider <rneider AT web.de>
8
9         * device/include/pic/p16f_common.inc: added common declarations
10         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
11
12 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
13
14         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
15           (aopPutUsesAcc): added to predict accumulator use,
16           (assignResultValue): save acc if necessary,
17           (genMinusDec): store result if indirectly addressed,
18           (genDivOneByte):  save acc if necessary,
19           (movLeft2Result): bugfix if left already in acc,
20           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
21             attention to accumulator use (esp. pdata),
22           (genReceive): receive pdata correctly
23         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
24         * src/SDCCicode.h: added isOperandInPagedSpace prototype
25
26 2005-10-27 Raphael Neider <rneider AT web.de>
27
28         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
29
30 2005-10-27 Raphael Neider <rneider AT web.de>
31
32         * .version: changed version to 2.5.4
33         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
34         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
35           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
36             arithmetics support routines
37         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
38         * device/lib/Makefile.in: also create installdir for pic
39
40         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
41           pic14 port as well
42         * src/pic/device.c (dump_sfr): rewritten to delegate register
43           placement to the linker (use `extern sym' rather than sym EQU addr),
44           (validAddress): fixed to check last specified address
45         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
46           (popGetLit): truncate literal value to 8 bit,
47           (popGet): moved assert to more appropriate place
48           (popGetExternal): create pCode operand from and mark the according
49             symbol as being `extern'
50           (popGetAddr): added sanity check on immediate's offset, provide
51             GPOINTER tag on demand
52           (aopPut): fixed for immediates,
53           (mov2w_op): move operand's address or contents to WREG (depending on
54             operand type), safer variant of mov2w,
55           (movwf,call_libraryfunc): NEW, handy abbreviations,
56           (get_argument_pcop,get_return_val_pcop,pass_argument,
57           get_returnvalue): interface for accessing function parameters and
58             return values,
59           (assignResultValuei,genRet): use new parameter/return value interface
60           (pic14_getDataSize): back to old version handling generic pointers,
61           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
62             provided implementation and/or fixed old one,
63           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
64             calls, removed legacy 8051 reference code
65           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
66           (loadSignToC): NEW, move the operands sign bit to CARRY,
67           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
68             genRightShiftSigned, accepts negative shift counts,
69           (setup_fsr): load FSR and adjust IRP (indirect memory access),
70           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
71             generic pointers, __data pointers and __code pointers,
72           (genUnpackBits,genPackBits): rewritten to work with generic pointers
73             and signed bitfields, limit bitfields to 8 bit,
74           (genDataPointerGet): fixed number of bytes read,
75           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
76           (genPointerGet,genPointerSet): fixed handling of __code pointers,
77             pointers to constant data are no longer assumed to point to __code
78             space, removed invalid pointer types,
79           (bitpatternFromVal): retrieve the PICs representation of an integer
80             or float literal,
81           (genDataPointerSet): fixed assigning to po_immediate operands,
82           (genGenPointerSet): implemented as library call,
83           (genIfx): fixed incorrect condition,
84           (genAddrOf): limit generic pointers' addresses to 2 bytes,
85             provide GPOINTER tag according to destination's storage class,
86           (genCast): added code to handle casting to generic pointers, added
87             sign-/zero extension of the result
88           (aop_isLitLike,op_isLitLike): fixed handling of immediates
89         * src/pic/gen.h: added macros to access IRP bit in STATUS register
90         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
91           extend the result
92         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
93           address/register resides in the shared banks
94           (emitSymbolToFile): improved to handle global and `pinned' symbols,
95             put all variables into separate sections (have the linker arrange
96             them)
97           (picglue): put init code and interrupt handlers in separate sections
98         * src/pic/main.c: added port specific options table, modified to PORT
99           structure to make GPOINTERs 3 byte, added pic14_options
100           (_pic14_do_link): private linking routine (update paths to libraries,
101             add libsdcc.lib by default)
102         * src/pic/main.h: declare pic14_options
103         * src/pic/pcode.c: fixed instructions i/o relations,
104           (RegCond): reverted to correct version,
105           (newpCodeOpLit): truncate literals to 8 bit,
106           (genericPrint): added debug output,
107           (getRegFromInstruction): fixed for various operand types, simplified
108           (BuildFlow): fixed broken handling of isntructions with labels
109           (LinkFlow): start at last instruction in flow (skip trailing comments),
110             pass the flow on to the next instruction after CALL
111           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
112           (insertPCodeInstruction): fixed inserting after a skip instruction,
113           (DoBankSelect): fixed for labeled instructions
114           (OptimizepBlock): honor --nopeep switch
115           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
116         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
117         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
118           (pCodeOptime2pCodes): allow disabling this optimization via
119             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
120             but is still buggy), started implementation of a dataflow based
121             pCode optimization (CSE + dead code elimination)
122           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
123         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
124           names are independant of the stack location and therefore portable across
125           devices
126
127 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
128
129         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
130           (selectSpil): fixed bug 1337835 by not spilling bit variables
131         * support/regression/tests/bug1337835.c: added test for this bug
132         * src/mcs51/peeph.def: restart after rule 3.c,
133           addded rules 263.x to optimize loading constants
134
135 2005-10-26 Raphael Neider <rneider AT web.de>
136
137         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
138         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
139           (genAssign): emit warning when casting literals to generic pointer
140             type, also applies when taking the address of a fixed variable,
141           (genCast): improved casting to generic pointers
142         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
143           extern variables, added verbose error message
144         * device/include/pic16/{string.h,errno.h}: added #pragma library c
145
146 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
147
148         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
149         carry must be complemented too
150         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
151         could be emitted by genMinus
152         * src/SDCCval.c (constVal): fixed bug 1305065
153
154 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
155
156         * src/SDCCast.c (addCast): added promotion for bit variables
157         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
158         promotion casts + optimisation
159         (optimizeGetWord): fix warning 'i' might be used uninitialized
160         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
161         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
162
163 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
164
165         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
166         all chars are promoted to int; promotion should be handled in SDCCast.c
167
168 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
169
170         * device/lib/_strcmp.c: Fixed bug 1326457
171
172 2005-10-11 Raphael Neider <rneider AT web.de>
173
174         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
175         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
176
177 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
178
179         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
180         * support/regression/tests/sfr16.c: added test for the sfr32 bug
181
182 2005-10-04 Raphael Neider <rneider AT web.de>
183
184         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
185           device/lib/pic16/pics.all: added pic18f1320
186         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
187
188 2005-09-30 Raphael Neider <rneider AT web.de>
189
190         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
191         * src/pic16/devices.inc: NEW, provides device descriptions
192         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
193
194 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
195
196         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
197           GETHBIT
198
199 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
200
201         * doc/sdccman.lyx: updated Highest Order Bit documentation,
202           documented Any Order Bit, Higher Order Byte and Higher Order Word
203         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
204         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
205           (optimizeGetAbit): new, to get any bit, not only the high bit,
206           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
207           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
208           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
209           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
210             RIGHT_OP: also try GETBYTE, GETWORD optimization,
211             GETABIT, GETBYTE, GETWORD: decorate them,
212           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
213           (ast_print): added GETABIT, GETBYTE, GETWORD
214         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
215         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
216           (geniCodeBinary): new generic binary icode,
217           (ast2iCode): added GETABIT, GETBYTE, GETWORD
218         * src/port.h: updated comment for PORT.hasExtBitOp
219         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
220           (genGetByte): new, to get a single byte,
221           (genGetWord): new, to get a word from a long,
222           (gen51Code): added GETABIT, GETBYTE, GETWORD
223         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
224
225 2005-09-23 Raphael Neider <rneider AT web.de>
226
227         * configure.in, configure: have device/lib/pic configured
228         * device/lib/Makefile.in: added model-pic14
229         * device/lib/clean.mk: added pic/ to clean rule
230         * device/lib/pic: added rudimentary pic14 library providing support
231           functions for multiplication/division/generic pointer access
232         * src/SDCCopt.c (convilong): mark support functions as extern
233           for pic14 port as well
234         * src/pic/gen.c (genMult): added assertions,
235           (genpic14Code): emit warning on unhandled iCodes
236         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
237         * src/pic/pcode.c (pCodeOpCopy),
238         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
239           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
240           SFR_REGISTER}), made safe for future extensions
241         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
242           instructions even if preceeded by SKIP instructions (also remove
243           them); removed unused code
244         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
245           prevents leaving parts of the structure uninitialized after copying
246
247 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
248
249         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
250           ago by me
251         * support/regression/tests/addsub.c: added test for the bug
252
253 2005-09-21 Raphael Neider <rneider AT web.de>
254
255         * device/include/pic16/pic18f1220.h,
256           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
257         * device/lib/pic16/Makefile.rules: added missing opening paren
258         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
259           are provided in genutils.c,
260           (genUminusFloat,genUminus,genCmpEq): added asserts on different
261           operand/result sizes,
262           (genCmp): assert on NULL pointers first, then check deref'ed values
263         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
264           result size
265
266 2005-09-18 Raphael Neider <rneider AT web.de>
267
268         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
269           as these are now unused,
270           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
271         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
272           local, avoids uninitialized pointer dereference on r->name
273         * src/pic16/ralloc.c (newReg): fixed indentation
274
275 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
276
277         * src/SDCCval.c (constVal): fixed bug 730366
278         * support/Util/SDCCerr.c,
279         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
280
281 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
284
285 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
286
287         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
288
289 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
290
291         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
292           (hex2dec): made hex_digit unsigned char, removed ascii dependance
293         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
294           (hex2dec): made hex_digit unsigned char, removed ascii dependance
295         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
296         * packihx/packihx.c (hexDigit): made c unsigned char
297         * as/mcs51/lklibr.c (fndsym),
298         * link/z80/lkgb.c (gb),
299         * link/z80/lklibr.c (fndsym),
300         * link/z80/lkrloc.c (relr),
301         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
302         * src/SDCC.lex (checkCurrFile, process_pragma),
303         * src/SDCCglue.c (spacesToUnderscores),
304         * src/SDCCmain.c (setParseWithComma, processFile),
305         * src/asm.c (tvsprintf, printCLine),
306         * src/avr/gen.c (emitcode, aopPut),
307         * src/ds390/gen.c (emitcode),
308         * src/hc08/gen.c (emitcode, emitinline),
309         * src/mcs51/gen.c (emitcode, genInline),
310         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
311           tokenizeLineNode),
312         * src/pic/ralloc.c (debugLog),
313         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
314           tokenizeLineNode),
315         * src/pic16/ralloc.c (debugLog),
316         * src/z80/main.c (_process_pragma):
317            made all ctype.h function calls safe
318         * src/SDCCopt.c: include math.h for fabs
319         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
320           and used them throughout the code to make ctype.h function calls safe
321         * src/ds390/main.c (asmLineNodeFromLineNode),
322         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
323         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
324            unsigned char*
325         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
326           (newpCodeAsmDir): made ctype.h function calls safe
327         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
328           pic16_emitcode):  made lbp unsigned char*
329         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
330           (pic16_newpCodeAsmDir): made ctype.h function calls safe
331         * src/xa51/gen.c (emitcode),
332         * src/z80/gen.c (_emit2): made lbp unsigned char*
333         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
334            char*
335
336 2005-09-05 Raphael Neider <rneider AT web.de>
337
338         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
339           access bank splitpoint
340
341 2005-09-05 Raphael Neider <rneider AT web.de>
342
343         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
344
345 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
346
347         * .version: changed to version 2.5.3
348         * doc/sdccman.lyx: changed version to 2.5.3,
349           documented --codeseg and --constseg and pragma codeseg and constseg,
350           documented bit parameters (reentrant) and bit returning
351         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
352            currFunc->recvSize, but is this ok for all ports?
353           (ast2iCode): result of ~ on unsigned char must be cast to int for
354            bool to work
355         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
356           function pointers in bit space
357         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
358           (processFuncArgs): call port.reg_parm() with reentrancy info
359         * src/port.h,
360         * src/avr/main.c,
361         * src/ds390/main.c,
362         * src/hc08/main.c,
363         * src/pic/main.c,
364         * src/pic16/main.c,
365         * src/xa51/main.c,
366         * src/z80/main.c: port.reg_parm prototype extended with
367           "bool reentrant" parameter
368         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
369           options.stackAuto for allocating bit register parameters
370         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
371           (genSend): set BitBankUsed if it is,
372           (selectRegBank): factored out of genCall for use in genPcall,
373           (genCall): removed redundant dtype assignmen, use selectRegBank,
374           (genPcall): handle returning in Carry properly, save in F0 if needed,
375           (genReceive): handle bit register parameters
376         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
377           (mcs51_assignRegisters): enable bit registers for all reentrant
378            functions and don't set BitBankUsed unconditionally
379         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
380         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
381         * support/regression/tests/funptrs.c: added tests for BOOL and for return
382
383 2005-08-27 Borut Razem <borut.razem AT siol.net>
384
385         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
386         ppc-osx (Darwin) does not support -u option. It seems that it is
387         supported only on Linux - GNU cp
388
389 2005-08-25 Borut Razem <borut.razem AT siol.net>
390
391         * sim/ucsim/gui.src/serio.src/Makefile.in,
392           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
393           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
394           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
395           install and strip, since the strip at /usr/ccs/bin should be used
396           on solaris
397
398 2005-08-24 Borut Razem <borut.razem AT siol.net>
399
400         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
401
402 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
403
404         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
405         ffffffffu
406
407 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
408
409         * as/mcs51/aslink.h: completed lkrloc.c prototypes
410         * as/mcs51/lkmain.c (link_main): fixed warning
411         * device/include/stdbool.h: ds390 has no advanced bit support yet
412         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
413         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
414         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
415           and updated their macros
416         * src/SDCCval.c (constVal): updated comment for renamed b_long
417
418 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * as/mcs51/asdata.c: changed ctype['['] to BINOP
421         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
422           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
423           (oprio): set priority for '['
424         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
425            and adb_24_bit
426         * as/mcs51/asm.h: added defines R_BIT and S_BIT
427         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
428         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
429         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
430           added overlayable BIT_BANK area
431         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
432           (summary2): explain 'T' in legenda
433         * as/mcs51/lkrloc.c: replaced old K&R style,
434           (relr): added R_BIT processing,
435           (errmsg): added "Bit-addressable relocation error",
436           (adb_bit): added for converting from byte- to bit-addressable space,
437           (adb_24_bit): added for converting from byte- to bit-addressable space
438         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
439            used in reentrant functions now even as return value
440         * device/lib/_gptrput.c (_gptrput): removed obsolete code
441         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
442           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
443         * src/SDCCglobl.h: added indicator BitBankUsed
444         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
445            the bit registers b0-b7
446         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
447           (geniCodeCast): fixed bug 1263853,
448           (geniCodeLogicAndOr): put result in bool or char,
449           (geniCodeReceive): added parameter func for accessing the return type,
450           (geniCodeFunctionBody): pass func to geniCodeReceive
451         * src/SDCCmain.c: added indicator BitBankUsed
452         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
453         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
454           (checkSClass): don't put automatic bool/bit on stack,
455           (checkFunction): removed check on function cannot return bit
456         * src/SDCCsymt.h: added newBoolLink prototype
457         * src/mcs51/gen.c (rb1regs): added bit registers,
458           (movc): created for assigning to carry,
459           (pushReg, popReg): created for pushing registers,
460           (sameRegs): check both AOP_REG and AOP_CRY types,
461           (aopOp): handle bit registers,
462           (aopPut): optimization no self-assign,
463           (saveRegisters): push reg->base (bits) only once for bit registers,
464            and use pushReg,
465           (unsaveRegisters): pop reg->base only once and use popReg,
466           (assignResultValue): added parameter func and return in carry for bits,
467           (genIpush): optimization no reload in A if not changed,
468           (genSend): bit parameters in reentrant functions are passed in bit
469            registers by first assigning to bits in B, then save registers and
470            copy B to bits,
471           (genCall): handle returning in Carry properly, save it in F0 if needed,
472           (genPcall): updated assignResultValue call, this is not safe yet for bit
473            returning function !!!
474           (genFunction): don't generate equ's for bit registers and use pushReg,
475           (genEndFunction): take care of bit returning functions and use popReg,
476           (genRet): return bit in Carry,
477           (genIfx): optimize bit registers and other directly addressable bits,
478           (genReceive): updated assignResultValue call
479         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
480           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
481            registers when using stack-auto
482         * src/mcs51/ralloc.c (_G): added allBitregs,
483           (regs8051): added the bit registers,
484           (createStackSpil): use macro IS_BIT,
485           (getRegBit): added to allocate a bit register, else spill,
486           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
487           (updateRegUsage): factored out to ease stepping while debugging,
488           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
489            also allocate bit registers,
490           (fillGaps): handle bit registers,
491           (findAllBitregs): added to create bit vector with all bit registers,
492           (mcs51_allBitregs): returns this bit vector,
493           (mcs51_assignRegisters): when using stack-auto use bit registers for
494            passing parameters and creating local variables
495         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
496
497 2005-08-22 Borut Razem <borut.razem AT siol.net>
498
499         * device/lib/Makefile.in: replaced find option -or with -o
500           to make it run on solaris
501
502 2005-08-22 Raphael Neider <rneider AT web.de>
503
504         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
505           fixes #1265442 (crash on Solaris)
506
507 2005-08-20 Borut Razem <borut.razem AT siol.net>
508
509         * configure, configure.in: added tests for libsocket and libnsl libraries,
510           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
511           from support/regression/Makefile.in
512         * support/regression/Makefile.in: added
513         * device/lib/pic16/Makefile.common.in: force make to use bash shell
514         * sim/ucsim/libtool: regenerated on sparc-solaris
515         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
516           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
517           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
518           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
519           sparc-solaris, which doesn't use GNU ld linker
520         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
521         * as/Makefile: find on sparc-solaris does not support -maxdepth option
522
523 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
524
525         * src/mcs51/peeph.def: updated comments
526
527 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
528
529         * device/lib/_gptrget.c,
530         * device/lib/_gptrput.c: slightly shorter
531         * doc/sdccman.lyx: incremented version
532         * src/mcs51/peeph.def: moved peephole comments to the line of first
533           change to better keep line correlation, reanimated 186.e
534         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
535
536 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
537
538         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
539           David Saxton with quotes around file name.
540
541 2005-08-15 Borut Razem <borut.razem AT siol.net>
542
543         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
544           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
545           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
546           make tests run on x86_64 platform
547
548 2005-08-13 Raphael Neider <rneider AT web.de>
549
550         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
551           as it might be executed DURING a build (parallel make is wonderful)
552
553 2005-08-13 Raphael Neider <rneider AT web.de>
554
555         * device/lib/Makefile.in (port-specific-objects-pic16):
556           revert to cp $(PORT)/bin/*.* $(PORTDIR)
557         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
558           dependency
559         * device/lib/pic16/Makefile.rules: build subdirs before creating
560           the library, removed builddir rule, create $(builddir) early in
561           recurse rule, use empty recurse rule for leaf directories
562         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
563           mkdir errors (race condition), removed duplicate suffix "hex"
564           from clean rules
565         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
566         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
567           prevents mkdir -p from aborting on Alpha
568
569 2005-08-12 Raphael Neider <rneider AT web.de>
570
571         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
572           db-statements in order to allow for arrays of pointers in code
573           sections to be placed without interspersed 0-padding, fixes
574           bug #1256215
575         * (emitStatistics): fixed division by zero for pic18f1220
576         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
577           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
578         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
579         * (pic16_pCodeConstString): keep track of already emitted string
580           literals to prevent "duplicate definitions of symbol _str_NR"
581         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
582           debug message
583         * device/lib/Makefile.in: ignore failing PIC16 library builds
584         * device/lib/pic16/Makefile: do not build if gputils are missing
585         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
586
587 2005-08-10 Raphael Neider <rneider AT web.de>
588
589         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
590           my last commit)
591
592 2005-08-10 Raphael Neider <rneider AT web.de>
593
594         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
595           Rokas' patch to add the new fixed point type "__fixed16x16"
596         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
597           functions for __fixed16x16 arithmetics
598         * device/lib/pic16: reimplemented the build system to support
599           a separate build directory, better handling of libio (create
600           the library in a separate subdir for each architecture) and
601           easier configuration (centralized in Makefile.common)
602
603 2005-08-07 Raphael Neider <rneider AT web.de>
604
605         * src/pic16/gen.c (genrshTwo): fixed sign extension
606         * src/pic16/device.c: added pic18f2320, 4220 and 4320
607         * device/include/pic16/pic18f2220.h: changed some bit definitions,
608           added T0CONbits
609         * device/include/pic16/pic18f4220.h: NEW, header for
610           pic18f4220 and pic18f4320
611         * device/include/pic16/pic18fregs.h: added new devices,
612           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
613         * device/include/pic16/signal.h: resolved name clashes
614           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
615           to also allow testing for interrupt enable bits, added
616           comments on how to use the macros
617         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
618         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
619           register definitions for the devices
620         * device/lib/pic16/pics.all: added new devices
621         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
622           allocated memory
623         * device/lib/pic16/libc/stdlib/memfree: do not count
624           the block header as free memory
625         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
626           simplified and added missing end-of-blocklist-marker
627           (reported by Peter Onion, fixes #1252814)
628         * (_mergeHeapBlock): fixed loop condition
629         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
630           len==0, restructured code
631         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
632           up a bit, reduced bitfield accesses, prevent endless loops
633           in case of heap corruption
634         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
635           "unreferenced arguments/must return a value" warnings
636         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
637           replaced BAUDREG with SPBRG
638         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
639           device/lib/pic16/debug/gstack/gstack.c: replaced
640           _naked, _asm, _endasm with __naked, __asm, __endasm
641
642 2005-08-05 Raphael Neider <rneider AT web.de>
643
644         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
645           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
646
647 2005-08-05 Borut Razem <borut.razem AT siol.net>
648
649         * device/lib/Makefile.in: added missing ';'
650         * configure: removed ^M characters
651
652 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
653
654         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
655           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
656           License
657
658 2005-08-04 Borut Razem <borut.razem AT siol.net>
659
660         * configure.in: pic16 libraries build 2nd try - enable running
661           configure in device/lib/pic16
662         * configure: regenerated from configure.in
663         * device/lib/Makefile.in: create $(PORT)/bin directory
664
665 2005-08-03 Raphael Neider <rneider AT web.de>
666
667         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
668           to get/set values via pointers
669         * (genUnpackBits,genPackBits): changed detection of
670           ptr->bitfield vs. sym.bitfield, fixed access via generic
671           pointers, removed dead (wrong) code for multibyte bitfields
672         * (genNearPointerGet, genGenPointerGet): removed useless code,
673           fixed bitfield detection, fixes #1250594
674         * (genNearPointerSet): removed useless code
675         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
676           and introduced macro pic16_emitpcode that conditionally emits
677           the origin of the following pCode (useful for debugging SDCC)
678         * src/pic16/pcode.c: changed (and disabled) some debug outputs
679         * (createDefmap): fixed handling of LFSR for --optimize-df
680
681 2005-08-02 Borut Razem <borut.razem AT siol.net>
682
683         * device/lib/Makefile.in: pic16 libraries build enabled since
684           gputils-0.13.2 are now localy installed at sourceforge's compile farm
685
686 2005-08-02 Raphael Neider <rneider AT web.de>
687
688         * src/pic16/gen.c (genPackBits): removed deprecated warning
689         * (genGenPointerSet): fixed bitfield detection
690
691 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
692
693         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
694
695 2005-07-31 Raphael Neider <rneider AT web.de>
696
697         * device/lib/pic16/libdev/pic18f458.c,
698           device/include/pic16/pic18f458.h: added missing T0CONbits
699
700 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
701
702         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
703
704 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
705
706         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
707
708 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
709
710         * device/include/mcs51/at89c51ed2.h: added.
711
712 2005-07-23 Raphael Neider <rneider AT web.de>
713
714         * src/pic/gen.h: added emitpcode macro for debugging
715         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
716           and replace by macro adding debug information on demand
717         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
718         * (gencjne): tried to fix; replaced with correct (slower) code
719         * (gen{Unp,P}ackBits): fixed single bit access
720         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
721         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
722           previous instruction
723         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
724           register has to be handled with care (forbidding movement
725           of assignments/uses, removing assignments completely, ...)
726         * (pCodeOptime2pCodes): make use of regIsSpecial
727         * added lots of debugging output (commented out)
728         * src/pic/rallloc.c (deassignLRs): prevent operand registers
729           from being reused as result UNLESS it is known to work
730
731 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
732
733         * support/Util/dbuf.h: include <stddef.h> for size_t
734         * .version: changed to version 2.5.2
735
736 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
737
738         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
739
740 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
741
742         * src/hc08/gen.c (genMinus): fixed bug #1241835,
743           (genModOneByte): removed needless psha/pula
744
745 2005-07-22 Raphael Neider <rneider AT web.de>
746
747         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
748           have PIC14 handled like PIC16, fixes broken pic14 linker calls
749         * src/pic/gen.c (resolveIfx): do not "invent" labels
750         * (genSkipc): changed to positive logic
751         * (genSkipCond): removed as no longer needed
752         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
753           backport from PIC16
754         * (genLeftShift): check operands are in different registers
755         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
756           INCF does not update CARRY...
757         * src/pic/main.c: fixed _linkCmd
758         * src/pic/pcode.c (unlinkpCode): added inactive code
759         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
760           alive (do not assign result and operand overlapping registers)
761
762 2005-07-22 Raphael Neider <rneider AT web.de>
763
764         * src/pic/device.c (dump_sfr): replaced register declaration with
765           call to emitSymbolToFile() to avoid duplicate symbols
766         * (assignRelocatableRegisters): do not declare external symbols
767         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
768           right (take size of type, not etype)
769         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
770         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
771         * (packRegsForAccUse): disabled assignment of WREG as
772           the result reg to prevent occurence of just fixed #1235003,
773           fixes #1242954
774         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
775           symbols (avoids duplicate symbols in .asm file)
776         * (pic14emitRegularMap): use emitSymbolToFile()
777         * src/pic/gen.c (aopOp): fixed spillLocation handling
778         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
779         * (genDataPointerSet): removed unneccessary variables/output
780
781 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
782
783         * as/mcs51/lkarea.c: enlarged codemap for banked memory
784         * device/lib/mcs51/crtbank.asm: added # to 0x0F
785
786 2005-07-21 Raphael Neider <rneider AT web.de>
787
788         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
789           architecture cannot handle them efficiently, fixes bug #1235003
790         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
791           check for empty sets before using them (fixes bug #1232190)
792
793 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
796           (lnksect2): generate warnings for memory overlap
797         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
798           constseg to set the name of these segments so you can instruct the linker
799           to place them in banks
800         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
801         * src/SDCCglobl.h: added MODEL_HUGE to enum,
802           added code_seg and const_seg to options
803         * src/SDCCglue.c (emitMaps): use options.const_seg,
804           (createInterruptVect): put interrupt vectors in segment HOME,
805           (glue): put HOME before static segment and put the main glue in HOME,
806           (glue): use options.code_seg
807         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
808         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
809           these segments so you can instruct the linker to place them in banks
810           (linkEdit): use code_loc for HOME segment which should be the first
811           segment in code memory now
812         * src/SDCCmem.c: fixed more stuff like bug 1238386
813         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
814           (changePointer): don't change function pointers to code pointers for
815           banked functions,
816           (compareType): added exceptional check for banked function pointers
817         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
818         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
819           after static in code memory
820         * src/mcs51/gen.c: added aopLiteralLong prototype,
821           (aopForSym): use getSize for functions,
822           (genCall): generate banked calls over one trampoline __sdcc_banked_call
823           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
824           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
825           the segment,
826           (genPcall): use call for literal function pointers and generate banked
827           calls over the one trampoline so there's only one place for the user to
828           modify according to his/hers hardware,
829           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
830           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
831         * src/mcs51/main.c: added keyword banked,
832           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
833         * support/Util/SDCCerr.c,
834         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
835           needed for passing the bank and address to the trampoline
836         * device/lib/mcs51/crtbank.asm: added for bankswitching
837         * device/lib/mcs51/Makefile: added crtbank
838
839 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
840
841         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
842           for fields at offset 0 of a struct or union as reported
843           on 2005-07-07 in the developer mailing list.
844
845 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
846
847         * src/SDCCmem.c: fixed bug 1238386
848
849 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
850
851         * src/mcs51/peeph.def: added labelrefcounting for peepholes
852           (patch #1144962), added peephole 300, enabled 259.x
853         * doc/sdccman.lyx: removed screenshot and provided link instead
854
855 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
856
857         * doc/sdccman.lyx: added section about debugging with ddd
858         * doc/figures/ddd_example.eps: screenshot of debugging session
859
860 2005-07-04 Raphael Neider <rneider AT web.de>
861
862         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
863           like CODE pointers, fixes #1115683
864         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
865           call, fixes bugs #1232211, #1228110,
866           fixed wrong casts to pCodeFlow from pCodeInstructions
867
868 2005-07-04 Raphael Neider <rneider AT web.de>
869
870         * src/pic/gen.c (popGet): changed assert to allow for
871           bit operands
872         * (popGetAddr): changed signature to provide
873           an additional index, patched all call sites
874         * (genCmpEq): handle literal-like operands correctly
875         * (genAddrOf): added sanity checks on __code/__data pointers
876         * (genAssign): added handling of symbols from __code section
877         * (gencjne): do not generate code for comparisons whose result
878           is neither stored nor used, fixes bug #1171114
879         * (AccLsh, AccRsh): operate on operand instead of WREG
880         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
881           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
882           by known count
883         * rewrote complete shift-by-literal logic, commented unused
884           functions out
885         * (genConstPointerGet): get multiple bytes (if result size > 1),
886           fixed handling of non-immediate addresses
887         * (genPointerGet): handle CODE pointers like CONST pointers
888         * (genpic14Code): insert C-SRC lines as Cource-pCodes
889         * ({aop,op}_isLitLike): NEW, single place to decide whether an
890           operand is to be treated as a literal or not
891         * (mov2w,genPcall,genCmpEq),
892           src/pic/genarith.c: use aop_isLitLike() to decide between
893           literal/register contents
894         * (addSign): added missing offset
895         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
896           only emit comment in debug-mode,
897           use {aop,op}_isLitLike throughout the file
898         * src/pic/glue.c: fix initializers for pointers (work in progress)
899         * src/pic/pcode.c (get_op): honor index on _const symbols
900         * ({reset,dump}pCodeStatistics): NEW, estimate code size
901         * (dumppBlock): added pCode size estimation
902         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
903           check for IS_SYMOP before OP_SYMBOL'ing
904         * fixed indentation, compacted switch-statements
905         * (allocReg): find free register and allocate it instead of
906           allocating new registers all the time
907         * (deassignLRs): prevent POINTER_GET's from being assigned the same
908           registers as its operands (necessary only for multibyte GETs)
909
910 2005-07-01 Raphael Neider <rneider AT web.de>
911
912         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
913           debugging .asm-output macros FENTRY + FEXIT
914         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
915           way... I wonder...
916         * (emitpComment): NEW, printf to pCode
917         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
918           offset handling
919         * (popGetAddr): NEW, variant of popGet to access an immediates
920           high(er) bytes instead of the n'th byte of memory they reference,
921           replaced popGet with popGetAddr where neccessary
922         * (genDataPointerGet): reactivated and fixed implementation
923         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
924           accesses
925         * (genDataPointerSet): fixed multibyte assignments
926         * (genpic14Code): fixed --i-code-in-asm handling
927         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
928         * (genPlus): fixed index-out-of-bounds error
929         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
930         * src/pic/ralloc.c: added debugging output macro FENTRY2
931         * (spillThis): fixed indentation, enbraced for-body for clarity
932         * (rematStr): commented out as now unused
933         * (regTypeNum): commented out special spill case (overwrites
934           arbitrary values)
935         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
936
937 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
938
939         * doc/sdccman.lyx: documented sfr16/sfr32,
940           added example for using storage class with function pointers
941         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
942
943 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
944
945         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
946         * device/lib/_itoa.c,
947         * device/lib/_ltoa.c: optimized codesize
948         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
949           but don't know how to suppress the double warning.
950         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
951         * support/Util/SDCCerr.c,
952         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
953
954 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
955
956         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
957           fixed old K&R prototypes
958         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
959         * device/lib/_gptrget.c,
960         * device/lib/_gptrgetc.c,
961         * device/lib/_gptrput.c: changed versions for new memory indicator values,
962           also new versions for small generic pointers and banked generic pointers
963         * src/port.h: added const_name
964         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
965         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
966         * src/SDCCcse.c (findPrevIc): check all associative operators
967         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
968         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
969         * src/SDCCmem.c: updated comments,
970           set far-space to 0 for pdata, results in optimized code
971         * src/SDCCmem.h: added macro CONST_NAME
972         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
973           moving the info into the highest bits, see also gptrget/gptrput
974         * src/src.dsp: added sdcc.ico to project files
975         * src/avr/gen.c (genCast): fixed bug 0x%d
976         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
977         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
978           relation between ptr_type and DCL_TYPE,
979           (genCast): fixed bug 0x%d
980         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
981           (CODE)" for const_name
982         * src/hc08/gen.c (genCast): fixed bug 0x%d
983         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
984           (hc08_port): added "CONST (CODE)" for const_name
985         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
986           (aopForRemat, adjustArithmeticResult): disconnected direct relation
987           between ptr_type and DCL_TYPE,
988           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
989           operand* and took AOP() inside function so sfr-ness can be checked,
990           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
991           new prototype,
992           (genFunction, genEndFunction): optimized stack setup,
993           (genMinus): optimized for literals with ending zeroes (in bytes),
994           (genCast): fixed bug 0x%d
995         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
996           (mcs51_port): added "CONST (CODE)" for const_name
997         * src/mcs51/peeph.def: made rule 226 more generic
998         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
999         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1000         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1001         * src/z80/main.c (z80_port): added NULL for const_name,
1002           (gbz80_port): added NULL for const_name
1003         * support/regression/tests/bug663539.c,
1004         * support/regression/tests/sfr16.c: new tests
1005
1006 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1007
1008         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1009
1010 2005-06-24 Raphael Neider <rneider AT web.de>
1011
1012         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1013           corrected typos...
1014         * device/include/pic16/signal.h: added USBIF
1015           and SIG_USB
1016
1017 2005-06-24 Raphael Neider <rneider AT web.de>
1018
1019         * device/lib/pic16/libdev/pic18f2455.c,
1020           device/include/pic16/pic18f2455.h: NEW
1021         * device/include/pic16/pic18fregs.h,
1022           device/lib/pic16/pics.all,
1023           src/pic16/device.c: added 18f2455
1024         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1025           device/include/pic16/{pic18f[68][567].h,usart.h}:
1026           replaced MULTIPLE_USARTS define with more relaible
1027           compatibility sfrs (for USART access)
1028
1029 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1030
1031         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1032           and the output asm file line is printed on two lines.
1033
1034 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1035
1036         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1037           BGT, BLE, BHI, and BLS instructions
1038         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1039           genCmpEq): removed
1040         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1041           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1042           fixes bug #1216342
1043         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1044
1045 2005-06-15 Raphael Neider <rneider AT web.de>
1046
1047         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1048         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1049         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1050           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1051           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1052
1053 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1054
1055         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1056           Marcel Telka in bug #1215704
1057
1058 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1059
1060         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1061           located in shared memory bank.
1062
1063 2005-05-31 Raphael Neider <rneider AT web.de>
1064
1065         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1066           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1067           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1068
1069 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1070
1071         * device/lib/_strncpy.c: fixed the fix
1072
1073 2005-05-26 Raphael Neider <rneider AT web.de>
1074
1075         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1076           initializers with \0, bug #1208187
1077         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1078           intializers with \0, bug #1208187
1079
1080 2005-05-26 Raphael Neider <rneider AT web.de>
1081
1082         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1083           initializers with \0, bug #1208187
1084         * src/pic16/main.c (_process_pragma): added sanity checks
1085           for stack position and size, emit warnings when appropriate
1086
1087 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1088
1089         * device/lib/_strncpy.c: fixed not filling with \0
1090
1091 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1092
1093         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1094           createFunction),
1095         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1096           compound_statement),
1097         * src/SDCCsymt.h,
1098         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1099
1100 2005-05-24 Raphael Neider <rneider AT web.de>
1101
1102         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1103
1104 2005-05-24 Raphael Neider <rneider AT web.de>
1105
1106         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1107           TRISE definitions, closes bug #1162453
1108
1109 2005-05-22 Raphael Neider <rneider AT web.de>
1110
1111         * src/pic16/main.c (_process_pragma): check for missing
1112           arguments to pragmas code and udata
1113         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1114           consistency fixes to match other headers (thanks to Jim Paris)
1115         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1116
1117 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1118
1119         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1120
1121 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1122
1123         * support/regression/tests/bug1198642.c: new test
1124         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1125         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1126         * support/scripts/resource.h,
1127         * support/scripts/resource.rc,
1128         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1129         * support/scripts/sdcc.ico: added 32x32 icon
1130
1131 2005-05-18 Raphael Neider <rneider AT web.de>
1132
1133         * device/lib/pic16/libdev/pic18f*.c,
1134         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1135           keywords to "__sfr" and "__at (X)"
1136         * device/include/pic16/pic18fregs.h: added pic18f4520
1137         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1138           #1203088 (MPLAB compatibility)
1139
1140 2005-05-17 Raphael Neider <rneider AT web.de>
1141
1142         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1143         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1144         * device/lib/pic16/pics.all: added new devices
1145         * src/pic16/device.c: added support for pic18f4520
1146
1147 2005-05-16 Raphael Neider <rneider AT web.de>
1148         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1149         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1150         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1151           convenience function for bit access
1152
1153 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1154
1155         * device/lib/printf_large.c: fixed bug 1193299
1156         * support/regression/tests/bug1057979.c: added test %3.3s
1157
1158 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1159
1160         * device/include/mcs51/8051.h,
1161         * device/include/mcs51/8052.h: made parseable with lint
1162         * device/include/mcs51/lint.h: added include file for (sp)lint
1163         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1164         * doc/cdbfileformat.lyx,
1165         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1166
1167 2005-05-14 Raphael Neider <rneider AT web.de>
1168
1169         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1170         * device/lib/pic16/libc/stdlib/itoa.c (new)
1171         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1172         * device/lib/pic16/libio/Makefile: exclude subdir according to
1173           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1174         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1175         * src/pic16/gen.c (genFunction): prevent annoying warning
1176         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1177           nameclashes on BeOS
1178         * support/cpp2/cppmain.c (cpp_output_string): new
1179         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1180           fixes bug 1116802
1181
1182 2005-05-13 Borut Razem <borut.razem AT siol.net>
1183
1184         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1185
1186 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1187
1188         * .version: changed to version 2.5.1; back to bleeding edge development
1189
1190 2005-05-11 Borut Razem <borut.razem AT siol.net>
1191
1192         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1193           generate PDF version 1.3 documents
1194
1195 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1196
1197         * .version: changed to version 2.5.0
1198
1199 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1200
1201         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1202
1203 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1204
1205         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1206         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1207         well as many smaller updates.
1208         * .version: changed to version 2.5.0-pre1
1209
1210 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1211
1212         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1213
1214 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1215
1216         * support/regression/tests/bug1185672.c: added
1217         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1218           bug 1185672
1219         * src/mcs51/gen.c (genCall): added comments, made it look safer
1220         * src/mcs51/gen.c (genEndFunction): simplified
1221
1222 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1225
1226 2005-04-14 Borut Razem <borut.razem AT siol.net>
1227
1228         * fixed bug 1045046 - SIGSEGV with really simple code?:
1229           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1230           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1231
1232 2005-04-14 Borut Razem <borut.razem AT siol.net>
1233
1234         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1235           src/pic16/device.h: temporarily disabled experimental #inline pragma
1236           for 2.5.0 release
1237
1238 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1239
1240         * device/include/z80/stdio.h,
1241         * device/include/z80/string.h: removed these highly incomplete files so
1242           SDCC can use the default ones in device/include/
1243
1244 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1245
1246         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1247         gcc warning.
1248         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1249         fix sdcpp warnings.
1250
1251 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1252
1253         * device/include/malloc.h: removed redundant __reentrant prototypes
1254         * device/lib/_mullong.c: added working xstack variant in asm (C version
1255           doesn't pass regression tests)
1256         * device/lib/bpx.c: used __data and made bpx char for mcs51
1257         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1258           (createFunction): fixed bug with xstackPtr
1259         * src/SDCCcse.c: corrected comments
1260         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1261           (killDeadCode, eBBlockFromiCode): removed unused code
1262         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1263           corrected comments
1264         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1265           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1266           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1267           (genModOneByte): fixed warning in MSVC
1268         * src/mcs51/main.c (): added comments
1269         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1270
1271 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1272
1273         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1274
1275 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1276
1277         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1278
1279 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1280
1281         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1282         characters arrays of larger size than the declared one.
1283
1284 2005-04-10 Borut Razem <borut.razem AT siol.net>
1285
1286         * src/pic/gen.c (genInline),
1287           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1288           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1289           (findNextInstruction), (findPrevInstruction),
1290           (findInstructionUsingLabel),
1291           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1292         * src/pic/pcode.c (findLabel): added missing '\n'
1293         * src/src.dsp: added SDCCdwarf2.c to the project
1294
1295 2005-04-09 Borut Razem <borut.razem AT siol.net>
1296
1297         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1298
1299 2005-04-08 Raphael Neider <rneider AT web.de>
1300
1301         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1302           into the chain after a given one) and mergeDefmapSymbols (combine
1303           defmap entries for each symbol per pcode)
1304         * (createDefmap): have defmap entries merged in the end
1305         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1306           a symbol before replacing one access type's symbol, merge symbols in
1307           the end (replacement symbol might already have an entry)
1308         * (assignValnums): keep reference to written WREG intact
1309
1310 2005-04-08 Raphael Neider <rneider AT web.de>
1311
1312         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1313           Alpha)
1314
1315 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1316
1317         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1318         bytes
1319
1320 2005-04-07 Raphael Neider <rneider AT web.de>
1321
1322         * device/include/pic16/usart.h: added compatibility defines for
1323           devices with more than one USART
1324         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1325
1326 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1327
1328         * device/lib/Makefile.in: updated for port specific include
1329
1330 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1331
1332         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1333
1334 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1335
1336         * device/include/8051.h,
1337         * device/include/8052.h,
1338         * device/include/at89S8252.h,
1339         * device/include/at89c55.h,
1340         * device/include/at89x051.h,
1341         * device/include/at89x51.h,
1342         * device/include/at89x52.h,
1343         * device/include/mcs51reg.h,
1344         * device/include/reg51.h,
1345         * device/include/reg764.h,
1346         * device/include/regc515c.h,
1347         * device/include/sab80515.h: (re)moved these 12 files
1348         * device/include/mcs51/8051.h,
1349         * device/include/mcs51/8052.h,
1350         * device/include/mcs51/at89S8252.h,
1351         * device/include/mcs51/at89c55.h,
1352         * device/include/mcs51/at89x051.h,
1353         * device/include/mcs51/at89x51.h,
1354         * device/include/mcs51/at89x52.h,
1355         * device/include/mcs51/mcs51reg.h,
1356         * device/include/mcs51/reg51.h,
1357         * device/include/mcs51/reg764.h,
1358         * device/include/mcs51/regc515c.h,
1359         * device/include/mcs51/sab80515.h: and added them here
1360
1361 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1362
1363         * device/include/stdarg.h: changed SDCC specific keywords to double
1364           underlined form.
1365         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1366           mcs51 and ds390.
1367         * device/include/hc08/mc68hc908gp32.h,
1368         * device/include/hc08/mc68hc908jb8.h,
1369         * device/include/hc08/mc68hc908jkjl.h,
1370         * device/include/hc08/mc68hc908qy.h: fixed comments
1371         * device/include/mcs51/README: updated
1372         * device/include/mcs51/c8051f120.h: added PINRSF
1373         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1374         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1375           amidst code. Also inline is not supported.
1376
1377 2005-04-06 Raphael Neider <rneider AT web.de>
1378
1379         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1380         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1381           callers stack/frame pointers
1382
1383 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1384
1385         * device/include/pic16/usart.h: added, missing in previous commit,
1386         * device/include/pic16/adc.h: fixed typo,
1387         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1388         commit,
1389         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1390         <p18fxxx.inc>
1391         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1392         uninitialized because a bug appears with gplink
1393         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1394         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1395         complains for unrecognised option
1396
1397 2005-04-05 Raphael Neider <rneider AT web.de>
1398
1399         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1400           structs as well (using memcpy)
1401         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1402           on ISRs (GOTO has no label)
1403         * src/pic16/device.h: added OF_OPTIMIZE_DF
1404         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1405           new data flow analysis/optimization
1406         * src/pic16/pcode.c: added (prototypes for and implementation of)
1407           dataflow analysis functions, fixed pCodeInstructions' inCond and
1408           outCond values, made RCALL a branch instruction
1409         * (pic16_unlinkpCode): keep C line if possible
1410         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1411           C line moved if possible
1412         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1413         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1414           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1415         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1416           new flow)
1417         * (pic16_getJumptabpCode): NEW, needed in...
1418         * (LinkFlow): fixed handling of jumptables, calls and conditional
1419           branches
1420         * (pic16_InsertCommentAfter): NEW
1421         * (pic16_pCodeReplace): made verbose and flow preserving
1422         * (AnalyzeFlow): added call to data flow analysis
1423         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1424         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1425         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1426
1427 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1428
1429         * src/SDCCast.c (decorateType): fixed bug #1105626
1430
1431 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1432
1433         * device/include/asm/pic16/features.h,
1434         * pic18f*.h headers,
1435         * device/include/pic16/adc.h,
1436         * device/include/pic16/delay.h,
1437         * device/include/pic16/i2c.h,
1438         * device/include/pic16/malloc.h,
1439         * device/include/pic16/stdio.h,
1440         * device/include/pic16/stdlib.h,
1441         * device/include/pic16/string.h,
1442         * device/lib/pic16/libc/stdio/printf_tiny.c,
1443         * device/lib/pic16/libc/stdio/printf_small.c,
1444         * device/lib/pic16/libc/stdio/strmgpsim.c,
1445         * device/lib/pic16/libc/stdio/strmmssp.c,
1446         * device/lib/pic16/libc/stdio/strmusart.c,
1447         * device/lib/pic16/libc/stdio/vfprintf.c,
1448         * device/lib/pic16/libc/stdlib/ltoa.c,
1449         * device/lib/pic16/libc/stdlib/putchar.c,
1450         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1451         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1452         * device/lib/pic16/libc/stdlib/memchrram.c,
1453         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1454         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1455         * device/lib/pic16/libio/adc/adcbusy.c,
1456         * device/lib/pic16/libio/adc/adcread.c,
1457         * device/lib/pic16/libio/adc/adcsetch.c,
1458         * device/lib/pic16/libio/usart/ubaud.c,
1459         * device/lib/pic16/libio/usart/ubusy.c,
1460         * device/lib/pic16/libio/usart/udrdy.c,
1461         * device/lib/pic16/libio/usart/uopen.c,
1462         * device/lib/pic16/libio/usart/uputc.c,
1463         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1464         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1465         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1466         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1467         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1468         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1469         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1470         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1471         specific keywords to double underlined form,
1472         * device/lib/pic16/libc/Makefile.rules,
1473         * device/lib/pic16/libsdcc/Makefile.rules,
1474         * device/lib/pic16/libm/Makefile,
1475         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1476         to compile with C standard set in Makefile.common
1477         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1478         rand.c and crc.c in compilation process,
1479         * device/lib/pic16/libsdcc/int/divuint.c,
1480         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1481         `c' from signed to unsigned,
1482         * device/lib/pic16/startup/crt0.c,
1483         * device/lib/pic16/startup/crt0i.c,
1484         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1485         keywords to double underlined form, bug fixes in _do_cinit function
1486         which prevented the correct initialization of the .idata segment,
1487         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1488         core to enter a infinite loop
1489         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1490
1491 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1492
1493         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1494
1495 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1496
1497         * device/include/Makefile.in: add support for hc08 subdirectory
1498         * device/include/hc08/: new subdirectory
1499         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1500         Lucas Loizaga, thanks!
1501         * device/include/hc08/mc68hc908qy.h,
1502         * device/include/hc08/mc68hc908gp32.h,
1503         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1504         their own directory. Changed internal macro names to use the compiler
1505         reserved namespace. Changed SDCC specific keywords to double
1506         underlined form.
1507         * device/include/math.h,
1508         * device/include/malloc.h,
1509         * device/include/stdarg.h,
1510         * device/include/stdbool.h
1511         * device/include/string.h,
1512         * device/include/tinibios.h,
1513         * device/include/ds400rom.h,
1514         * device/include/8051.h,
1515         * device/include/8052.h,
1516         * device/include/80c51xa.h,
1517         * device/include/at89c55.h,
1518         * device/include/at89S8252.h,
1519         * device/include/at89x51.h,
1520         * device/include/at89x52.h,
1521         * device/include/ds80c390.h,
1522         * device/include/reg764.h,
1523         * device/include/regc515c.h,
1524         * device/include/sab80515.h,
1525         * device/include/mcs51/c8051f000.h,
1526         * device/include/mcs51/c8051f018.h,
1527         * device/include/mcs51/c8051f020.h,
1528         * device/include/mcs51/c8051f040.h,
1529         * device/include/mcs51/c8051f060.h,
1530         * device/include/mcs51/c8051f120.h,
1531         * device/include/mcs51/c8051f300.h,
1532         * device/include/mcs51/c8051f310.h,
1533         * device/include/mcs51/c8051f320.h,
1534         * device/include/mcs51/c8051f330.h,
1535         * device/include/mcs51/c8051f350.h,
1536         * device/include/z180.h: Changed SDCC specific keywords to double
1537         underlined form.
1538
1539 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1540
1541         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1542         18F4455,
1543         * (pic16_assignConfigWordValue): disable testing of configuration
1544         register value with config mask,
1545         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1546         function with port->fun_prefix,
1547         * (genFunction): when generating a naked interrupt function never
1548         create an absolute segment placed in interrupt vector address, place
1549         the actual interrupt function at IVA instead, when an interrupt
1550         function is generated with unspecified interrupt then do not create
1551         the absolute section,
1552         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1553         code for generating a call to generic pointer get/put function with
1554         a call to function pic16_callGenericPointer(),
1555         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1556         the call to the generic pointer get/put functions with prefixing the
1557         function name with port->fun_prefix,
1558         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1559         * src/pic16/main.c (_process_pragma): prefix function with
1560         port->fun_prefix,
1561         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1562         calling assembler, old 18Fxxxx macro is deprecated,
1563         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1564         PC_ASMDIR in while condition,
1565         * (findInstruction): add PC_ASMDIR in while condition,
1566         * (buildCallTree): prefix main with port->fun_prefix,
1567         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1568         identifier for variable with banked access in instructions BTFSS,
1569         BTFSC, BCF, BSF, BTG
1570         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1571         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1572         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1573         perform optimization when enviroment variable NO_REG_OPT is set,
1574         * (insideLRBlock): NEW, return 1 if register is inside an
1575         INF_LOCALREGS block,
1576         * (RemoveRegFromLRBlock): remove a register that is completely
1577         eliminated by register optimization, but it is still left in local
1578         register store/restore in/from stack block,
1579         * (Remove2pcodes): after removing register, check to see if it
1580         should be removed from local register store/restore in/from stack
1581         block,
1582         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1583         DUMMY_READ_VOLATILE,
1584
1585         * device/include/pic16/adc.h: minor prototype modifications and
1586         update,
1587         * device/include/pic16/malloc.h: added GPL notice various
1588         modifications,
1589         * device/include/pic16/stdint.h: NEW, standard header for ints
1590         * device/include/pic16/delay.h: NEW, header for delay functions,
1591         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1592         delay1mtcy,
1593         * device/include/pic16/signal.h: NEW, header providing helper macros
1594         for implementing signal handlers,
1595         * device/include/pic16/stdio.h: added prototypes for functions,
1596         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1597         prototypes for stdin and stdout, added macro PUTCHAR to
1598         automatically implement putchar function prototype,
1599         * device/include/pic16/usart.h: modified and updated USART library,
1600         * device/lib/pic16/libio/adc/,
1601         * device/lib/pic16/libio/i2c: some modifications to improve library
1602         performance,
1603         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1604         family of functions,
1605         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1606         family of functions and other sources,
1607         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1608         of the PIC18Fxx[28] devices,
1609         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1610         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1611         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1612         _do_cinit function, because the previous failed when local variables
1613         where not placed in the same memory bank,
1614         * device/lib/pic16/libsdcc/char/: various modifications to improve
1615         library performance,
1616         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1617         information on the new functions of the c library and more...
1618
1619 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1620
1621         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1622
1623 2005-03-26 Raphael Neider <rneider AT web.de>
1624
1625         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1626           if condition == CARRY)
1627         * (genCmp): adapted to new genSkipc semantics
1628         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1629           on rIfx (genCmp was broken)
1630
1631 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1632
1633         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1634         * src/z80/main.c (_keywords[]),
1635         * src/SDCCglobal.h (struct options),
1636         * src/SDCC.y,
1637         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1638         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1639         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1640         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1641         always available in leading double underscore form. The C99 support is
1642         mostly missing, but it's a start.
1643         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1644         reserved identifier "__data".
1645
1646 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1647
1648         * src/mcs51/peeph.def: fixed bug 1170013
1649
1650 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1651
1652         * device/include/mcs51reg.h: fixed bug 842007
1653
1654 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1655
1656         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1657         last time.
1658
1659 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1660
1661         * src/port.h (struct PORT),
1662         * src/avr/ralloc.c (avr_assignRegisters),
1663         * src/avr/main.c,
1664         * src/ds390/ralloc.c (ds390_assignRegisters),
1665         * src/ds390/main.c,
1666         * src/hc08/ralloc.c (hc08_assignRegisters),
1667         * src/hc08/main.c,
1668         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1669         * src/mcs51/main.c,
1670         * src/pic/ralloc.c (pic14_assignRegisters),
1671         * src/pic/main.c,
1672         * src/pic16/ralloc.c (pic16_assignRegisters),
1673         * src/pic16/main.c,
1674         * src/xa51/ralloc.c (xa51_assignRegisters),
1675         * src/xa51/main.c,
1676         * src/z80/ralloc.c (z80_assignRegisters),
1677         * src/z80/ralloc.h,
1678         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1679         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1680         * src/SDCCcse.h,
1681         * src/SDCCdflow.c (computeDataFlow),
1682         * src/SDCCdflow.h,
1683         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1684         * src/SDCCloop.h,
1685         * src/SDCCcflow.c (*),
1686         * src/SDCCcflow.h,
1687         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1688         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1689         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1690         immedDom() returning wrong block; probably fixes bug #1160833)
1691
1692 2005-03-20 Borut Razem <borut.razem AT siol.net>
1693
1694         * support/scripts/inc2h.pl: WIN32 port
1695
1696 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1697
1698         * device/lib/makefile.in: added abs.c and labs.c
1699
1700 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1701
1702         * device/include/stdint.h: added
1703         * device/lib/abs.c: added
1704         * device/lib/labs.c: added
1705         * device/include/stdlib.h: added abs() and labs() prototypes
1706         * device/lib/libsdcc.lib: added abs and labs
1707         * device/include/float.h,
1708         * device/lib/_fsmul.c,
1709         * device/lib/printf_fast.c,
1710         * device/lib/printf_tiny.c: updated comments
1711
1712 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1713
1714         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1715         bug #1164313
1716
1717 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1718
1719         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1720         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1721
1722 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1723
1724         * device/lib/printf_large.c: removed inline assembly for portability and
1725           readability. Use printf_fast if speed or size are more important.
1726         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1727         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1728
1729 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1730
1731         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1732         prevent compiler warning
1733
1734 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1735
1736         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1737         moved to level 0 and declared as static. Also they are explicit
1738         placed in access bank. This was necessery because some times they
1739         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1740         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1741         optimizations. Currently only compare to unsigned char is implemented,
1742         * src/pic16/gen.c: added fReturnIdx array,
1743         * (struct resolvedIfx) is moved to gen.h and made public,
1744         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1745         * (aopForSym): added an optimization to directly store in stack of
1746         the operand of a SEND iCode,
1747         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1748         but as registers instead (AOP_REG) using the fReturnIdx array,
1749         * (pic16_freeAsmop): remove the freed register from the
1750         _G.sregsAlloc field,
1751         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1752         a compare of 'WREG',
1753         * (pic16_popGetTempRegCond): changed function prototype, now
1754         function takes also a bitVector argument v which holds the current
1755         set of registers that are allocated for stack access by aopForSym,
1756         registers allocated in aopForSym for accessing stack symbols are not
1757         any more part of the functions usedRegs field,
1758         * (genCall): some times aopOp is called for a stack variable to be
1759         send, aopForSym might perform the push, if this is true make sure
1760         that genCall doesn't push the variable twice by testing _G.resDirect,
1761         * (genFunction): changed testing for unspecified interrupt number
1762         from 256 to INTNO_UNSPEC,
1763         * modified selection scheme of frame pointer generation. Previously
1764         if function did use local registers a frame pointer was generated,
1765         now a frame pointer is generated only if function has arguments
1766         (that need PLUSW2 register access), or has stack arguments, or the
1767         compiler is not instructed to omit the frame pointer,
1768         * (genEndFunction): before restoring local registers that were saved
1769         in the function preamble, also restore the registers that *might*
1770         have been allocated for stack access,
1771         * (genRet): removed some old comments,
1772         * (genCmp, the active (RN's) version): added a call to the
1773         pic16_genCmp_special function to perform the compare with a more
1774         robust and optimized way,
1775         * (genInline): a feature has been added in inline code generation,
1776         which allows a wildcard variable substitution when writing inline
1777         assembly. Code is incomplete and experimental therefore undocumented,
1778         * (genCast): changed order of aopOp for result and right to allow
1779         aopForSym to directly load the result if possible,
1780         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1781         perform an optimized compare on some selected special occasions,
1782         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1783         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1784         generate an IVT any more,
1785         * src/pic16/main.c (pic16_optionsTable): added command line option
1786         --optimize-cmp,
1787         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1788         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1789         macros,
1790         * src/pic16/NOTES: Raphael Neider added in list of active developers
1791         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1792         jumptable_end to prevent bug #,
1793         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1794         inCond and outCond fields,
1795         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1796         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1797         turn off register spilling,
1798         * (packRegsForOneUse): synced with other ports' versions although it
1799         is not used currently,
1800         * (pic16_packRegisters): added an optimization while reading
1801         structure bitfields, some registers may be saved (malloc code is
1802         decreased by 80 bytes)
1803
1804 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1805
1806         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1807         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1808         this can be optimized more?
1809
1810 2005-03-10 Raphael Neider <rneider AT web.de>
1811
1812         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1813           genNearPointerGet): (hopefully) fixed access to bitfields via
1814           pointers (p->bitN = x; and x = p->bitN; failed)
1815
1816 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1817
1818         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1819
1820 2005-03-09 Raphael Neider <rneider AT web.de>
1821
1822         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1823
1824 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1825
1826         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1827         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1828           (regTypeNum): set REG_BIT type if necessary
1829         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1830         * support/regression/tests/critical.c: check bug 1144613
1831
1832 2005-03-02 Raphael Neider <rneider AT web.de>
1833
1834         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1835
1836 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1837
1838         * src/avr/ralloc.c (serialRegAssign),
1839         * src/ds390/ralloc.c (serialRegAssign),
1840         * src/hc08/ralloc.c (serialRegAssign),
1841         * src/mcs51/ralloc.c (serialRegAssign),
1842         * src/pic/ralloc.c (serialRegAssign),
1843         * src/pic16/ralloc.c (serialRegAssign),
1844         * src/xa51/ralloc.c (serialRegAssign),
1845         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1846
1847 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1848
1849         * src/SDCCast.c (decorateType): fixed bug 1124787
1850
1851 2005-02-20 Hubert Sack <sack AT digiplan.de>
1852         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1853
1854         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1855         patch #1121755
1856
1857 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1858
1859         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1860         to keep the correct label reference count when adding/removing references
1861         to labels. A peephole file using this is appended to patch #1144962.
1862
1863 2005-02-14 Raphael Neider <rneider AT web.de>
1864
1865         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1866         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1867         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1868           retrievals of result operand's value on assignment
1869
1870 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1871
1872         * device/include/pic16/string.h: modified prototype for memccpy()
1873         to memccpy(void *, void *, char, size_t)
1874         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1875         check whether to omit frame pointer or not,
1876         * (genInline): convert all occurences of "\n" to LF in inline
1877         assembler blocks, this helps formatting the inline text,
1878         * (pic16_loadFSR0): modified prototype,
1879         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1880         removed some 8051 legacy code,
1881         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1882         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1883         before allocating temporary registers in functions,
1884
1885 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1886
1887         * support/regression/tests/bitvars.c: corrected the "fix"
1888
1889 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1890
1891         * support/regression/tests/bitvars.c,
1892         * support/regression/tests/bitwise.c,
1893         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1894
1895 2005-02-10 Raphael Neider <rneider AT web.de>
1896
1897         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1898           different size for Alpha
1899         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1900
1901 2005-02-09 Raphael Neider <rneider AT web.de>
1902
1903         * src/SDCC.lex(doPragma) : save and restore warning options as well
1904           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1905         * have #pragma less_pedantic set the errorlevel to WARNING
1906           (fixes #1117001)
1907         * (cloneOptimize) : fixed wrong malloc's size
1908         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1909           facilitate correct handling of #pragma (save|restore)
1910
1911 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1912
1913         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1914
1915 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1916
1917         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1918
1919 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1920
1921         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1922
1923 2005-02-02 Raphael Neider <rneider AT web.de>
1924
1925         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1926         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1927         * (pic16_storeForReturn): fixed to allow returning function pointers
1928         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1929         * device/include/pic16/{stddef.h,stdbool.h}: added
1930
1931 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1932
1933         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1934
1935 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1936
1937         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1938         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1939          appeared to be required
1940
1941 2005-01-31 Borut Razem <borut.razem AT siol.net>
1942
1943         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1944           include/mcs51 and include/z80 directories to the package
1945
1946 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1947
1948         * src/hc08/gen.c (genFunction): fixed bug #1112752
1949
1950 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1951
1952         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1953
1954 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1955
1956         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1957
1958 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1959
1960         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1961
1962 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1963
1964         * device/include/c8051fxxx.h: removed these 6 files
1965         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1966
1967 2005-01-26 Raphael Neider <rneider AT web.de>
1968
1969         * src/pic16/gen.c (genAssign): fixed assignment from longs
1970           in codespace (were cut to three bytes)
1971         * (genDummyRead): implemented (except for CODESPACE...),
1972           fixed bug #1108575
1973         * src/pic16/glue.c (emitStatistics): beautified
1974         * device/lib/pic16/libm/Makefile: added include path
1975
1976 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1977
1978         * src/z80/gen.c (aopPut): fixed bug #1103902
1979
1980 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1981
1982         * device/lib/expf.c: fixed bug #1095792
1983
1984 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1985
1986         * device/lib/pic16/libm: added Math library sources
1987
1988 2005-01-24 Raphael Neider <rneider AT web.de>
1989
1990         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1991           to enable upcast to pCodeOpReg2 (there is no type tag to
1992           differenciate the two and pic16_popGet2p cast into PCOR2)
1993         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1994           (sizeof(sectNames) changed to sizeof(sectName))
1995           Both patches fix segfaults under MinGW.
1996
1997 2005-01-23 Raphael Neider <rneider AT web.de>
1998
1999         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2000           Safe_[mc]?alloc()'ed variables
2001         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2002           of (byte sized) temporaries (assign them to WREG for now)
2003         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2004           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2005           this might fix SIGSEGVs on MinGW...
2006         * src/SDCCopt.c (killDeadCode): restored original behaviour
2007           (volatile operands might get thrown away though)
2008
2009 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2010
2011         * src/pic16/gen.c: fixed bug #1106975,
2012         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2013         pointer update, INTCON is saved, global interrupts are disabled and
2014         restored after updateing TOS.
2015         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2016         * added function attribute 'shadowregs' to take advantage of shadow
2017         registers,
2018         * added function attribute 'wparam' as an alternative to the wparam
2019         pragma,
2020         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2021         user declares a non-ISR function as 'shadowregs',
2022         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2023
2024 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2025
2026         * .version: bumped version number to 2.4.8
2027         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2028         pic16 port,
2029         * device/lib/pic16/libio/i2c/: I2C module support library,
2030         * device/include/pic16/i2c.h: I2C support library header,
2031         * device/lib/pic16/libc/stdio/: standard IO support sources,
2032         * (printf_small.c): printf_small() source, supports float print,
2033         * (printf_tiny.c): printf_tiny() source, does not support floats,
2034         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2035         enable global optimizations for entire library source, other
2036         Makefiles in the source tree are also modified to reflect this,
2037         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2038         function,
2039         * doc/sdccman.lyx: updated to reflect new changes,
2040         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2041         sym->onStack if-case,
2042         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2043         sbit, idata, _idata, xdata, _xdata,
2044         * added pragma library, to link an external library, (see doc),
2045         * removed command line options, --pomit-config-words, --pomit-ivt,
2046         --pleave-reset-vector,
2047         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2048         when calling assembler to reflect memory model used, also define
2049         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2050         reflect stack model used,
2051         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2052         on stack return NULL,
2053
2054 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2055
2056         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2057           of the operands is volatile. Fixes #1020220
2058
2059 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2060
2061         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2062         * (OptimizeRegUsage): make sure that there is really no other flow where
2063           the first pCode is used
2064
2065 2005-01-22 Raphael Neider <rneider AT web.de>
2066
2067         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2068           to fix #1106967 (pCode->seq are not set up correctly)
2069
2070 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2071
2072         * src/SDCCglue.c (glue): make sure code area is declared before the
2073         static initialization area.
2074
2075 2005-01-21 Raphael Neider <rneider AT web.de>
2076
2077         * device/lib/Makefile.in: fixed test for pic16 install dir
2078         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2079           optimizations
2080         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2081           added --optimize-goto compiler switch and pragma wparam documentation
2082         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2083         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2084           and PRODH closing bug #1071770 (peephole optimizer)
2085
2086 2005-01-19 Raphael Neider <rneider AT web.de>
2087
2088         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2089           cmdLine buffers (used when calling sdcpp...) are large enough
2090           (MAX_PATH=256 truncates arguments leading to system halts when
2091           used in MinGW...)
2092         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2093         * (genUminus): rewritten to for efficiency
2094         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2095           used uninitialized in some cases)
2096         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2097           copy the third byte from the int -- now assumes 0x80 (data memory)
2098         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2099           operands (genAddLit expects the iCode's operands to swapped as
2100           well), fixed leftover bytes (crashed for short left operands)
2101         * (pic16_genMinusDec): performance improvements, removed false
2102           PIC14 emitSKPNCs
2103         * (pic16_genMinus): fixed to cope with differently sized operands
2104         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2105           for --obanksel > 1
2106         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2107         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2108           new banksel optimization
2109         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2110           analysis for temporary registers (segfaults...)
2111         * src/pic16/peeph.def: added rule
2112
2113 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2114
2115         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2116         which converts a float number to its ASCII representation
2117         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2118         functions to convert the fractional and integer part of a float to ASCII,
2119         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2120         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2121         ram
2122         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2123         _STATMEM macros,
2124         * device/include/pic16/adc.h: added GPL info,
2125         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2126         a pCodeOp as tested operand,
2127         * (genNearPointerGet): optimized bit testing, does not use
2128         intermediate register for bit value, test directly instead with
2129         BTFSS, BTFSC, works only for single bits,
2130         * (genpic16Code): dump the name of the iCode in the asm,
2131         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2132         renamed to pic16_decodeOp,
2133         * (serialRegAssign): do not allocate a temporary register for iCode
2134         sequences that test a single bit for 1/0
2135
2136 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2137
2138         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2139         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2140         access stack and frame pointers. They are initially assigned to
2141         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2142         accessing SFRs. Updated all occurences of modification of stack or
2143         frame pointer in gen.c and pcode.c,
2144         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2145         assigning of a literal value to pointers,
2146         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2147         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2148         selected
2149
2150 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2151
2152         * doc/sdccman.lyx: update documentation about stack pragma, added
2153         some info for stack memory models
2154
2155 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2156
2157         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2158
2159 2005-01-08 Raphael Neider <rneider AT web.de>
2160
2161         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2162           udata sections to fix bug #1097823
2163
2164 2005-01-05 Raphael Neider <rneider AT web.de>
2165
2166         * src/pic16/gen.c (genGenericShift): added handling of differently
2167           sized left operand and result
2168
2169 2005-01-04 Raphael Neider <rneider AT web.de>
2170
2171         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2172         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2173           to hold the condition bit)
2174         * added new version of genCmp (old code available via #define)
2175         * added new version of genShiftLeft/genShiftRight in a generic
2176           way, now supports shifting by negative values
2177         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2178           shiftCount (expected by genGenericShift)
2179         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2180         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2181           dump
2182         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2183           is an invalid literal too...)
2184
2185 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2186
2187         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2188         from Raphael Neider,
2189         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2190         for 8-bit literals. This fixes some literal operands which are sign
2191         extended to 16-bits ints when instruction needs only 8-bits.
2192
2193 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2194
2195         * device/lib/logf.c: added mcs51 assembly version
2196         * device/lib/expf.c: added mcs51 assembly version
2197         * device/lib/_logexpf.c: new shared asm code for expf and logf
2198         * device/include/math.h: add defines for assembly math library
2199         * device/lib/Makefile.in: build new _logexpf.c
2200         * device/lib/libfloat.lib: use new _logexpf.c
2201
2202 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2203
2204         * src/pic/device.c
2205         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2206           device types which have less than 0x7f registers.
2207
2208 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2209
2210         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2211
2212 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2213
2214         * device/lib/printf_fast.c: only build on supported arch.
2215         * device/lib/printf_tiny.c: only build on supported arch.
2216         * device/lib/printf_fast_f.c: only build if asm float lib
2217         * device/lib/_fsget1arg.c: only build if asm float lib
2218         * device/lib/_fsget2args.c: only build if asm float lib
2219         * device/lib/_fsnormalize.c: only build if asm float lib
2220         * device/lib/_fsreturnval.c: only build if asm float lib
2221         * device/lib/_fsrshift.c: only build if asm float lib
2222         * device/lib/_fsswapargs.c: only build if asm float lib
2223         * device/include/stdio.h: don't provide print_fast,
2224           print_fast_f, print_tiny prototypes if --xstack used
2225
2226 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2227
2228         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2229         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2230           to the SOURCES
2231
2232 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2233
2234         * device/lib/printf_fast_f.c: same as printf_fast, but
2235           with floating point enabled
2236         * device/lib/printf_fast.c: minor tweaks
2237         * device/include/stdio.h: add printf_fast_f
2238
2239 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2240
2241         * src/SDCCmain.c: make --float-reent default for mcs51
2242         * device/lib/_fsadd.c: added mcs51 assembly version
2243         * device/lib/_fssub.c: added mcs51 assembly version
2244         * device/lib/_fsmul.c: added mcs51 assembly version
2245         * device/lib/_fsdiv.c: added mcs51 assembly version
2246         * device/lib/_fseq.c: added mcs51 assembly version
2247         * device/lib/_fsneq.c: added mcs51 assembly version
2248         * device/lib/_fsgt.c: added mcs51 assembly version
2249         * device/lib/_fslt.c: added mcs51 assembly version
2250         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2251         * device/lib/Makefile.in: add _fscmp to build
2252         * device/lib/libfloat.lib: add _fscmp to build
2253
2254 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2255
2256         * device/lib/_fs2slong.c: added mcs51 assembly version
2257         * device/lib/_fs2sint.c: added mcs51 assembly version
2258         * device/lib/_fs2schar.c: added mcs51 assembly version
2259         * device/lib/_fs2ulong.c: added mcs51 assembly version
2260         * device/lib/_fs2uint.c: added mcs51 assembly version
2261         * device/lib/_fs2uchar.c: added mcs51 assembly version
2262         * device/lib/_slong2fs.c: added mcs51 assembly version
2263         * device/lib/_sint2fs.c: added mcs51 assembly version
2264         * device/lib/_schar2fs.c: added mcs51 assembly version
2265         * device/lib/_ulong2fs.c: added mcs51 assembly version
2266         * device/lib/_uint2fs.c: added mcs51 assembly version
2267         * device/lib/_uchar2fs.c: added mcs51 assembly version
2268         * device/include/float.h: added #define to select asm vs c
2269
2270 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2271
2272         * device/lib/printf_fast.c: improvements to float output
2273         * device/include/float.h: add defines for assembly float library
2274         * device/lib/_fsget1arg.c: receive 1 float arg
2275         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2276         * device/lib/_fsnormalize.c: normalize a float
2277         * device/lib/_fsreturnval.c: return float, various helper routines
2278         * device/lib/_fsrshift.c: right shift a float's mantissa
2279         * device/lib/_fsswapargs.c: swap 2 floats
2280         * device/lib/Makefile.in: build these 6 new files for mcs51
2281         * device/lib/libfloat.lib: add these 6 files to the library
2282
2283 2004-12-26 Borut Razem <borut.razem AT siol.net>
2284
2285         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2286           built by gcc 3.4.2
2287
2288 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2289
2290         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2291           and fully reentrant and register bank neutral.
2292         * device/lib/printf_fast.c: added float (not enabled by default),
2293           added compact/slower integer (also not enabled by default),
2294           improved size/speed of fast integer code, other minor changes
2295         * device/include/stdio.h, device/lib/Makefile.in,
2296           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2297
2298 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2299
2300         * src/pic16/pcode.c: declaring variables other than at the start of a
2301           block is not supported in C by VC6.
2302
2303 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2304
2305         * applied a previous patch from Raphael Neider that wasn't included
2306         in the previous commits, which fixes infinite loops within jumptable
2307         improvements,
2308         * made some fixes that previous patches introduced
2309
2310 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2311
2312         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2313         that fixes an issue with AOP_PCODE asmop's offset,
2314         * (pic16_popCopyReg): update instance field too,
2315         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2316         function of pic port,
2317         * (genCmp, genAnd, genAssign),
2318         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2319
2320 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2321
2322         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2323         variables initial values to idata section,
2324         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2325         variables in some functions. This utilizes parmBytes field of iCode
2326         structure to hold the offset of the variable in stack. (might be
2327         able to use the stack field too?)
2328         * applied patch from Raphael Neider # ### , # ###
2329         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2330         variable initial values in idata section,
2331         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2332         for static variables with initial value
2333         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2334         applied fix in while loop from Raphael Neider.
2335
2336 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2337
2338         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2339         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2340         * src/ds390/ralloc.c (serialRegAssign): spill bits
2341         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2342         * support/Util/SDCCerr.c,
2343         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2344         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2345         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2346
2347 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2348
2349         * device/include/sdcc-lib.h: inserted LGPL, added includes
2350           asm/ds390/features.h and asm/mcs51/features.h
2351         * device/include/asm/default/features.h,
2352         * device/include/asm/gbz80/features.h,
2353         * device/include/asm/z80/features.h: added empty _AUTOMEM
2354           and _STATMEM
2355         * device/include/asm/ds390/features.h,
2356         * device/include/asm/mcs51/features.h: added files with defines for
2357           _AUTOMEM and _STATMEM indicating automatic and static storage class
2358         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2359         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2360         * src/SDCCicode.c (geniCodeCast),
2361         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2362         * src/SDCCloop.c (loopInduction): removed unused variable lr
2363         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2364           to convertToFcall to include char modulo (RFE 1065037), added check
2365           if left operand is unsigned and use abs of literal value
2366         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2367           as it doesn't work after conversion from peephole.def to peephole.rul
2368         * src/mcs51/gen.c (toBoolean): added check for size,
2369           (genModOneByte): optimized code for signed char modulo a literal
2370           power of 2 (thanks to Hubert Sack),
2371           (genRRC): removed unnecessary "clr c",
2372           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2373         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2374           jump optimization,
2375           swapped rules 256.c and 256.d,
2376           extended 256.d by using new multiple checks (thanks Erik),
2377           added rules 256.e and 256.f,
2378           updated rule 261.a and 261.b to new generated code
2379         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2380
2381 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2382
2383         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2384           induction related bugs, including first part of bug #1074377
2385
2386 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2387
2388         * applied patch from bug-report #1076292,
2389         * applied patches for genAnd and Goto-optimizations for Raphael
2390         Neider,
2391         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2392         dump a less iCode information,
2393         * src/pic16/device.h (pic16_options_t): added field debgen,
2394         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2395         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2396         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2397         puclic,
2398         * (various functions): added macros FENTRY and FENTRY2 to functions,
2399         to emit function prologue,
2400         * (various functions): fixed indentation,
2401         * (genNearPointerGet): fixed loading of FSR0,
2402         * (genPackBits): applied patch from Raphael Neider to fix updating
2403         of FSR0 and touching only the modified bits,
2404         * src/pic16/genarith.c (various functions): added macros FENTRY to
2405         emit function prologue in comments,
2406         * src/pic16/pcode.h: added functions debugf2, debugf3,
2407         * src/pic16/ralloc.c: partial fix for packForPush caused
2408         segmentation fault,
2409
2410 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2411
2412         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2413           <stsp AT users.sourceforge.net> with reversed byte order
2414         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2415
2416 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2417
2418         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2419           bug #1074377
2420         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2421         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2422
2423 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2424
2425         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2426
2427 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2428
2429         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2430           conditions,
2431           (setFromConditionArgs): friendly operand parser for peephole rules,
2432           (operandBaseName, operandsNotRelated): new peephole condition
2433           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2434           architecture specific register naming into account, handles n-way
2435           comparisons, and supports quoted literals
2436         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2437
2438 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2439
2440         * src/mcs51/peeph.def: fixed bug #1076940
2441
2442 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2443
2444         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2445
2446 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2447
2448         Adding support for replacing ljmps with sjmps in jumptables
2449         generated for switch statements. For now you need to set the
2450         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2451         Now 4 algorithms for mcs51 jumptable generation are used:
2452         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2453         addresses loaded pc-relative for up to 112 cases and stack-pushing
2454         target addresses loaded with offset from dptr for up to 256 cases.
2455
2456         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2457         * src/mcs51/main.c: adapted constants for switch table generation
2458         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2459
2460 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2461
2462         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2463         * support/regression/tests/bug1057979.c: added test for bug 1073386
2464
2465 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2466
2467         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2468         compilers
2469
2470 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2471
2472         * src/pic16/device.h,
2473         * src/pic16/genarith.c,
2474         * src/pic16/glue.c,
2475         * src/pic16/main.c,
2476         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2477
2478 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2479
2480         Large cummulative patch for pic16 port.
2481         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2482         to call when a stack overflow occurs,
2483         * (malloc.h): added CVS Id tag,
2484         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2485         variable,
2486         * added libc directory. The current version of LibC contains string
2487         functions, ctype functions and macros and some functions of the
2488         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2489         be extensively tested in the future. Standard disclaimer here.
2490         Library is not automatically build yet. But one can build it by
2491         invoking 'make' inside the libc directory.
2492         * added ADC library under libio. Preliminary version yet.
2493
2494         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2495         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2496         aopForRemat() now and not by pic16_aopOp(),
2497         * (pic16_popGetTempReg): removed warning messgae when allocating
2498         temporary registers, its a buggy feature and will be removed,
2499         * (pic16_popGet): set register instance field in AOP_CRY,
2500         * (pic16_outBitC): fixed for results in size greater than 1,
2501         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2502         * (pic16_storeForReturn): optimized return of 0,
2503         * (genCmp): experimental code for new genCmp which uses PIC18's
2504         special compare&skip instructions. Initial tests fail some times
2505         with variables grater than 1 byte in size, so new code is disabled,
2506         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2507         a single bit,
2508         * (genCast): began a fix to optimize the casting of a bit to another
2509         bit, now assigning a bitfield to another bitfield will fail, sorry,
2510         * src/pic16/main.c: disabled the use of lr-support feature,
2511         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2512         * added some function prototypes, added function _debugf prototype,
2513         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2514         bits with offset (case PO_GPR_BIT),
2515         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2516         command line,
2517         * (isBankInstruction): modified to return 0 for no banking instruction,
2518         and 1 for banking instruction,
2519         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2520         caused stop processing pCodes after a inline assembly block,
2521         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2522         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2523         registers when it shouldn't,
2524         * src/pic16/ralloc.c (allocReg): add preliminary support for
2525         supporting a limited set of temporary registers,
2526
2527 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2528
2529         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2530           genDataPointerSet): ensure assignments always copy in MSB to LSB
2531           order,
2532           (loadRegFromAop): recognize CLRH optimization,
2533           (genFunction): optimize RECEIVE iCodes in reentrant functions
2534
2535 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2536
2537         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2538           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2539           selected.
2540         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2541         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2542           contiguous with data
2543
2544 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2545
2546         * device/lib/_gptrget.c (_gptrget),
2547         * device/lib/_gptrgetc.c (_gptrgetc),
2548         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2549           instead of sjmp to ret
2550         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2551           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2552
2553 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2554
2555         * .version: bumped version to 2.4.7
2556         * device/lib/_gptrget.c (_gptrget): is now _naked
2557         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2558         * device/lib/_gptrput.c (_gptrput): is now _naked
2559         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2560           (createFunction): fixed xstack
2561         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2562         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2563           or bit either,
2564           (geniCodeCritical): store original interrupt state in an iTemp bit
2565           var unless stack-auto
2566         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2567         * src/SDCCmain.c (setIncludePath): added include/target to search path
2568         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2569         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2570           prototype,
2571           (processFuncArgs): put bit vars in bit area
2572         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2573           unsaveRBank): fixed xstack,
2574           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2575           (genFunction, genEndFunction): fixed xstack,
2576           (genAssign): optimization don't walk backwards through mem
2577         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2578         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2579         * support/regression/Makefile: also make library (for stack-auto) when
2580           making "all" and added "test-mcs51-xstack-auto"
2581         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2582         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2583         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2584         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2585         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2586           make-library by MAKE_LIBRARY
2587         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2588           regression tests for xstack
2589         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2590         * support/regression/tests/critical.c: test for critical on mcs51
2591
2592 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2593
2594         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2595           built version of sdcc instead of installed version
2596
2597 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2598
2599         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2600         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2601           vprintf.c now
2602         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2603         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2604           WARNING: remove device/lib/build/z80/printf.o by hand when
2605           updating from previous build!
2606         * device/lib/z80/printf.c: updated comment
2607         * support/regression/tests/bug1057979.c: test all ports now
2608         * support/regression/tests/bug1065458.c: file added
2609
2610 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2611
2612         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2613           *_start and *_end symbols for static functions
2614
2615 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2616
2617         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2618           and search crt0.o in all library paths,
2619           (setIncludePath): proper handling of --nostdinc,
2620           (setLibPath): proper handling of --nostdlib
2621         * support/regression/Makefile,
2622         * support/regression/ports/ds390/spec.mk,
2623         * support/regression/ports/gbz80/spec.mk,
2624         * support/regression/ports/hc08/spec.mk,
2625         * support/regression/ports/mcs51/spec.mk,
2626         * support/regression/ports/mcs51-large/spec.mk,
2627         * support/regression/ports/mcs51-stack-auto/spec.mk,
2628         * support/regression/ports/z80/spec.mk: use include and lib files from
2629           built version of sdcc instead of installed version
2630         * doc/sdccman.lyx: fixed typo in --nostdinc
2631
2632 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2633
2634         * src/pic/pcode.c,
2635         * src/pic/device.c,
2636         * src/pic/ralloc.c,
2637         * src/pic/gen.c : added support to generate code for struct bit fields.
2638
2639 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2640
2641         * as/xa51/xa_version.h,
2642         * device/include/errno.h,
2643         * device/include/regc515c.h,
2644         * device/lib/_itoa.c,
2645         * device/lib/_ltoa.c,
2646         * device/lib/ser_ir_cts_rts.c,
2647         * sim/ucsim/xa.src/glob.cc,
2648         * sim/ucsim/xa.src/inst_gen.cc,
2649         * sim/ucsim/xa.src/xa_bit.cc,
2650         * sim/ucsim/xa.src/xa_sfr.cc,
2651         * sim/ucsim/z80.src/inst_dd.cc,
2652         * sim/ucsim/z80.src/inst_fdcb.cc,
2653         * support/scripts/keil2sdcc.pl,
2654         * src/pic16/pic16.dsp,
2655         * src/pic16/pic16a.dsp: corrected cvs line endings
2656         * device/lib/printf_large.c: fixed bug 1057979
2657         * src/pic16/gen.c: fixed non-C standard code
2658         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2659         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2660         * support/regression/ports/mcs51/support.c: reload T1 asap
2661         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2662           pdata use and clear idata startup behaviour
2663         * support/regression/tests/bug1057979.c: added
2664
2665 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2666
2667         * device/examples/ds390/ow390/ad26.h,
2668         * device/examples/ds390/ow390/cnt1d.h,
2669         * device/examples/ds390/ow390/crcutil.c,
2670         * device/examples/ds390/ow390/ownet.h,
2671         * device/examples/ds390/ow390/owsesu.c,
2672         * device/examples/ds390/ow390/swt12.h,
2673         * device/examples/ds390/ow390/swtoper.c,
2674         * device/examples/ds390/ow390/temp10.h,
2675         * device/examples/ds390/ow390/thermodl.c,
2676         * device/examples/ds390/tinitalk/tinitalk.dsp,
2677         * device/examples/ds390/tinitalk/tinitalk.dsw,
2678         * device/examples/mcs51/clock/hw.h,
2679         * device/examples/mcs51/simple2/go.bat,
2680         * device/examples/serialcomm/windows/serial.h,
2681         * device/examples/xa51/dummy.c,
2682         * device/examples/xa51/hello.c,
2683         * device/include/80c51xa.h,
2684         * device/include/at89x051.h: corrected cvs line endings
2685
2686 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2687
2688         * src/pic16/main.c (options): added command line --gstack, to trace
2689         stack over/under flows,
2690         * added pragma 'wparam' to allow passing first byte of function
2691         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2692         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2693         call to __gstack_test function and sets up the symbol as extern,
2694         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2695         * popaop): added call to pic16_testStackOverflow,
2696         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2697         wparamList list,
2698         * (genCall, genPcall): now all parameters are passed via stack
2699         except in functions that are pass to wparam pragma in which WREG is
2700         used too,
2701         * (genPcall): REENTRANT flag is checked to see if variable prototype
2702         contains reentrant keyword, don't call a non-reentrant function, via
2703         a reentrant function pointer or vice versa, functions are never
2704         passed via WREG,
2705         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2706         D.Winkler,
2707         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2708         SIGSEGV when accessing a NULL register stucture,
2709         * (pic16_printGPointerType): modified to handle UPPER modifier for
2710         function initializers, changed prototype of function to simpler one,
2711         * (pic16_printIvalFuncPtr): check to see if function is already
2712         added in externs list,
2713         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2714         optimized a move from W to SFR with a move to the same register
2715         later after a CALL,
2716         * device/lib/pic16/debug: NEW directory, contains debug features
2717         which are enabled when linking with libdebug.lib, currently command
2718         line option --gstack enables stack pointer tracing for over/under
2719         flow, corresponding sources are in debug/gstack
2720
2721 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2722
2723         * doc/sdccman.lyx: updated SDCC version,
2724         * (PIC16 port): update list of command line options,
2725         * src/pic16/device.h (structure pic16_options_t): added field gstack
2726         to enable stack overflow tracing on push/pops,
2727         * src/pic16/device.c (statistics structure): added statistics
2728         structure,
2729         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2730         pic16_dump_int_registers): increase statistics counters for each
2731         * variable which is encountered
2732         * (pic16_dump_usection): emit each .udata variable to its own udata
2733         section,
2734         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2735         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2736         parameters via stack, otherwise use old scheme,
2737         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2738         assembler output file,
2739         * src/pic16/main.c: added command line options --gstack to enable
2740         push/pop tracing for stack overflow,
2741         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2742         instructions): added size of each instruction,
2743         * (pic16_countInstruction): estimate size of instructions in
2744         the_pFile list, inline assembly blocks are not counted,
2745         * (pic16_FixRegisterBanking): trace previous register usage, when
2746         banksel optimizations is greater than 0, don't emit a redudant
2747         banksel directive,
2748
2749 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2750
2751         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2752         * src/pic16/ralloc.c : applied same fix for pic16.
2753         * src/pic/gen.c : tidied it up a little.
2754
2755 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2756
2757         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2758         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2759
2760 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2761
2762         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2763
2764 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2765
2766         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2767         non-reentrant function __modsint in the interrupt function (thus
2768         corrupting math operations during serial I/O)
2769         * device/lib/ser_ir.c: as above, changed buffersize
2770         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2771         256.c,d for zeroing
2772         * doc/Makefile: added option -t for rsync
2773
2774 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2775
2776         * src/SDCCast.h (struct ast),
2777         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2778
2779 2004-10-20 Borut Razem <borut.razem AT siol.net>
2780
2781         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2782         package
2783
2784 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2785
2786         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2787         makefile targets,
2788         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2789         support functions to replace long sequences of MOVFF's from access
2790         bank registers to stack and vice versa,
2791         * src/pic16/device.h: added new field opt_flags, where optimization
2792         flags can be set to enable certain features,
2793         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2794         * pBlock, (genFunction, genEndFunction): surroung loop for
2795         saving/loading used registers in stack with PC_INFO pCodes,
2796         INF_LREGS. Code in between can then be optimized by pCode optimizer
2797         to support function calls,
2798         * (genDataPointerSet): fixed bug which loaded float fields in
2799         structures with corrupt data,
2800         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2801         in a standard way debug info on stderr. Feature used for developing
2802         and debugging only,
2803         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2804         obsolete chunks of code,
2805         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2806         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2807         * pic16/src/pcode.c (pic16_newpCodeInfo,
2808         * (pic16_newpCodeOpLocalRegs),
2809         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2810         feature,
2811         * (pic16_pCodeConstString): printing of the initial value of a
2812         symbol as a comment is inhibited since parsing was already done by
2813         copyStr and output is corrupt,
2814         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2815
2816 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2817
2818         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2819
2820 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2821
2822         * as/mcs51/lkarea.c: removed old K&R style,
2823           (lnksect): changed check on boundary error,
2824           (lnksect2): changed check on boundary error,
2825           (lnksect2): extend XSTK to end of page if size = 1
2826         * as/mcs51/lkmain.c: removed old K&R style,
2827           (Areas51): create l_IRAM symbol
2828         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2829         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2830           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2831         * device/lib/_mullong.c: added version to be compiled with xstack
2832         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2833         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2834         * device/lib/mcs51/crtxstack.asm: fixed comment
2835         * src/SDCCglue.c: maxInterrupts defaults to 0,
2836           (emitMaps): added pdata,
2837           (createInterruptVect): (re)moved default,
2838           (glue): added pdata,
2839           (glue): moved __start__xstack to XSTK with default size 1
2840         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2841           and options.float_rent when options.stackAuto is set,
2842           (linkEdit): only write XDATA_NAME if provided on command line
2843         * src/SDCCmem.h,
2844         * src/SDCCmem.c: added pdata
2845         * src/port.h: added pdata_name to PORT
2846         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2847           (saveRegisters, unsaveRegisters): removed usage of B,
2848           (genMinus): fixed accumulator clash,
2849           (genJumpTab): added comment, this needs another look
2850         * src/mcs51/gen.c: added check for "B in use" paranoia,
2851           added pushB() and popB()
2852         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2853           chance
2854         * src/avr/main.c,
2855         * src/ds390/main.c,
2856         * src/hc08/main.c,
2857         * src/mcs51/main.c,
2858         * src/pic/main.c,
2859         * src/pic16/main.c,
2860         * src/xa51/main.c,
2861         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2862           added PSEG (PAG,XDATA) or NULL to port specifier
2863         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2864         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2865           (_mcs51_genInitStartup): removed __start__xstack equ,
2866           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2867         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2868         * src/z80/gen.c (_rleAppend): fixed warnings
2869         * support/regression/tests/zeropad.c: added pdata test
2870         * .version: bumped to 2.4.6
2871
2872 2004-10-17 Borut Razem <borut.razem AT siol.net>
2873
2874         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2875         as a part of nightly build
2876
2877 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2878
2879         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2880         WREG holds the first byte function parameters,
2881         * (aopForSym): take special case for symbols which are in FARSPACE
2882         but in CODESPACE too,
2883         * (assignResultValue): modified to take into account _G.useWreg,
2884         * (genCall): don't use wreg for parameter passing when function is
2885         declared as reentrant, too, added optimization INCF to stack
2886         pointer when stack parameter count is 1,
2887         * (genFunction, genEndFunction): refurnished and fixed to not using
2888         wreg for passing parameters when function has varargs or is
2889         reentrant, fixed bug with symbol name compare for generating
2890         functions in absolute address,
2891         * (pic16_storeForReturn): refurnished,
2892         * (genCmp): began writing a new version of the function, not ready
2893         yet, therefore it is disabled,
2894         * (genAssign): do not read code memory when assigning a function to
2895         a pointer function,
2896         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2897         array of characters, not pointer,
2898         * (pic16initialComments): in debug mode emit an .ident directive for
2899         the assembler,
2900         * (_process_pragma): emit a new warning type (internal to pic16)
2901         when setting stack to default length, emit a similar warning when
2902         placing a function at absolute address and address is not word aligned
2903         * (_pic16_parseOptions): added 'return TRUE' statement,
2904         * (_pic16_linkEdit): if compiling a source, then add the source's
2905         file object, first in the list of objects to link,
2906
2907 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2908
2909         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2910         * src/pic/main.c : removed VC warning.
2911         * src/pic/gen.c : changed comment.
2912
2913 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2914
2915         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2916         reference to a deprecated symbol _GPTRREG was causing failure to
2917         link. Thanks G. M. Gallant for the info.
2918
2919 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2920
2921         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2922         comments for Bugs item #954788.
2923
2924 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2925
2926         * src/pic16/device.c (pic16_dump_gsection,
2927         * pic16_groupRegistersInSection): handle symbols declared to be in
2928         access bank differently,
2929         * src/pic16/gen.c (struct _G): added field resDirect,
2930         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2931         send values read from stack directly to result and don't allocate
2932         temporary values,
2933         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2934         same registers,
2935         * (pic16_sameRegsOfs): NEW,
2936         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2937         free because they were not allocated from temporary pool,
2938         * pic16_popRegFromString): workaround to fix a problem with
2939         allocating variables twice or never,
2940         * (genGenPointerGet): using PRODL instead of FSR0H,
2941         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2942         instead of FSR0H,
2943         * (genAssign): take advantage of the _G.resDirect flag,
2944         * (genCast): around line 11844, use mov2f instead of directly
2945         MOVFF'ing between operands to account for literal values,
2946         * src/pic16/genutils.c: some new debug functions for gpsim have been
2947         added,
2948         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2949         float with integer part only,
2950         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2951         place variables in access bank
2952         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2953         updated sources to reflect recent changes in gen.c
2954
2955 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2956
2957         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2958         sources that searched for headers in installation path, now the
2959         device/include/pic16 is used,
2960         * src/pic16/glue.c (pic16glue),
2961         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2962         .line directives if not in debug mode, this suppresses assembler's
2963         warnings for ignored directives
2964
2965 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * src/port.h: made reset_regparms prototype void parameter explicit.
2968         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2969         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2970         * doc/sdccman.lyx: documented warning disabling and how to use
2971           printf_large to make it print floats.
2972         * device/include/stdbool.h: NEW
2973         * device/lib/_atof.c,
2974         * device/lib/_divuint.c,
2975         * device/lib/_divulong.c,
2976         * device/lib/expf.c,
2977         * device/lib/printf_large.c,
2978         * device/lib/sincosf.c,
2979         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2980         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2981           a completely reentrant lib.
2982
2983 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2984
2985         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2986         * device/include/pic16/stdio.h: fixed bug with colon
2987
2988 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2989
2990         * device/include/pic16/stdio.h,
2991         * device/include/pic16/stdlib.h,
2992         * device/include/pic16/math.h: NEW
2993         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2994         declared as _naked to reduce overhead
2995         * device/lib/Makefile.in (target port-specific-objects-pic16):
2996         changed * to *.* so to ignore the CVS directory,
2997         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2998         stacked variables back in stack,
2999         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3000         corruption
3001
3002 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3003
3004         * .version: bumped version number to 2.4.5
3005         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3006         * support/Util/SDCCerr.c (messages structure): added entry for
3007         W_POSSBUG2
3008
3009         Large cumulative patch for pic16 port and libraries.
3010         * device/include/pic16/sdcc-lib.h,
3011         * device/include/pic16/stdarg.h,
3012         * device/include/asm/pic16/features.h,
3013         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3014         * device/include/pic16/float.h: changes reentrant keyword with
3015         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3016         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3017         updated target build-libraries to include objects from gptr,
3018         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3019         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3020         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3021         all function headings,
3022         * src/SDCCmain.c: added global parameter userIncDirsSet,
3023         * (parseCmdLine): when option -I is encountered add directory to
3024         userIncDirsSet too,
3025         * src/version.awk: added space between control and long,
3026         * src/pic16/NOTES: added some notes for the port,
3027         * src/pic16/gen.c: added prototype for mov2fp function,
3028         * (fReturnpic16[]): properly named return value registers,
3029         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3030         * (aopForSym): added code to handle symbols with onStack flag set,
3031         symbols onStack are allocated PTRSIZE bytes,
3032         * (aopFreeAsmop): handles special case where asmops are stack objects,
3033         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3034         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3035         added argument lock to trace flaws in allocating temporary registers
3036         when developing port,
3037         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3038         * (pic16_popRegFromString): reenabled allocating a direct register
3039         from string,
3040         * (assignResultValue): various beautifications,
3041         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3042         referenced function argument,
3043         * (genIpush): reenabled to allow stacked arguments, handles only
3044         ic->parmPush iCodes,
3045         * (genCall, genPcall): major changes to allow for variable argument
3046         functions, fixed a bug with falsely restoring stack pointer after
3047         returning from call,
3048         * (genFunction): pending code for critical function,
3049         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3050         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3051         * (genNearPointerGet): fixed bug with indirect reading, was always
3052         reading from INDF0
3053         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3054         pointers,
3055         * (genAddrOf): rewrote code to take address of a stacked function parameter
3056         * (genCast): fixed casting to generic pointer type,
3057         * src/pic16/gen.h: added AOP_STA,
3058         * (struct asmop): added field stk,
3059         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3060         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3061         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3062         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3063         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3064         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3065         generic pointers,
3066         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3067         and library paths,
3068         * (pic16_port structure): generic pointer size is set to 3,
3069         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3070         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3071         compiler warning,
3072         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3073         operand is an iTemp,
3074
3075 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3076
3077         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3078         * debugger/mcs51/simi.c: addapt new syntax of s51
3079
3080 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3081
3082         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3083         * src/pic16/pcode.c: commented out some calls to free() in order to
3084         fix bug #989576,
3085
3086 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3087
3088         * src/SDCCicode.h,
3089         * src/SDCCicode.c (isiCodeInFunctionCall),
3090         * src/avr/ralloc.c (selectSpil),
3091         * src/pic/ralloc.c (selectSpil),
3092         * src/pic16/ralloc.c (selectSpil),
3093         * src/ds390/ralloc.c (selectSpil),
3094         * src/hc08/ralloc.c (selectSpil),
3095         * src/xa51/ralloc.c (selectSpil),
3096         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3097         stack in the middle of a function call sequence (fixes bug #1020268)
3098         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3099         costs associated with the minimum switch case.
3100
3101 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3102
3103         * src/SDCC.lex: fixed bug #1030549
3104
3105 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3106
3107         * src/SDCCcse.h (struct cseDef),
3108         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3109         over a function call if the CSE is derived from a symbol whose
3110         address has been taken (fixes bug #1029883)
3111         * support/regression/tests/bug-1029883: a new regression test for
3112         this bug
3113
3114 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3115
3116         * src/hc08/gen.c (emitinline): fixed bug #1029778
3117         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3118         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3119         and starts toward RFE #905167)
3120
3121 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3122
3123         * src/pic16/gen.c (mov2f): New function to move an operand to
3124         another without considering if it is a literal or a register,
3125         * (pic16_sameRegs): don't check if they are both AOP_REG,
3126         * (AccRsh): removed andmask=0 lines,
3127         * (genLeftShift): duplicated to be improved in future versions,
3128         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3129         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3130         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3131         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3132         * (insertBankSwitch): fixed inserting banksel directives algorithm
3133         for instructions that follow a skip instruction, this fixes a report
3134         for broken subtraction code generation,
3135         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3136         iCode is a left op, just in case result and right share the same
3137         registers
3138
3139 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3140
3141         * src/hc08/main.c,
3142         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3143         preservation of HX
3144         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3145         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3146         on 2004-09-12; it was buggy
3147
3148 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3149
3150         * src/SDCCsymt.h: removed RESULT_CHECK
3151         * src/SDCCast.c,
3152         * src/SDCCglue.c,
3153         * src/SDCCval.c,
3154         * src/pic/glue.c,
3155         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3156
3157 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3158
3159         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3160         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3161         configuration values no more rejected by compiler, they are assigned
3162         to configuration registers with a warning message instead,
3163         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3164         the for-loop so last conf register is emitted too,
3165         * (_pic16_initPaths): link library libsdcc.lib by default,
3166         * (_hasNativeMulFor): modified test for multiplication according to
3167         Raphael Neider's remarks. Integer multiplication is also done with
3168         support functions,
3169         * device/include/pic16/pic18fregs.h: corrected type error in while
3170         testing and including 18f6720 header file
3171
3172 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3173
3174         * src/pic16/device.h (pic16_options): removed field use_crt,
3175         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3176         until an optimization to handle single bits is added,
3177         * (pic16_loadFSR0): moved before genUnpackBits,
3178         * (genAnd): some white lines removed,
3179         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3180         leave_reset flags in pic16_options when using crt modules,
3181
3182 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3183
3184         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3185           for bugs 898889 & 979599. Also used some safer print instructions.
3186
3187 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3188
3189         * src/pic16/device.h (pic16_options_t): added field use_crt,
3190         crt_name, no_crt,
3191         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3192         catch a probable future bug,
3193         * src/pic16/gen.c: aopIdx function commented out,
3194         * (genAssign): commented out old code which used aopIdx,
3195         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3196         code, added if conditionals to take into account the --use-crt
3197         command line options,
3198         * src/pic16/main.c (pic16_optionsTable): added new command line
3199         options, --use-crt= and --no-crt,
3200         * (_pic16_linkEdit): now the proper crt object is added in the
3201         linker command line except than when --no-crt is specified,
3202         * src/pic16/pcode.c,
3203         * src/pic16/pcode.h: added some structures and functions for a new
3204         optimization scheme to compansate for instruction overhead between
3205         same iCodes, this scheme is currently under development and is not
3206         working in any way,
3207         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3208         to && operator,
3209         * device/lib/pic16/startup/crt0i.c,
3210         * device/lib/pic16/startup/crt0iz.c: added global char variable
3211         __uflags to force the generation of an idata section
3212
3213 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3214
3215         * doc/Makefile,
3216         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3217         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3218
3219 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3220
3221         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3222         Frieder) and clarified the default code optimization mode
3223
3224 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3225
3226         * src/SDCC.lex (doPragma, process_pragma),
3227         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3228         "opt_code_size", and "opt_code_balanced"
3229         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3230         regrouped options by category, added support for category headers
3231         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3232         and "--opt-code-size"
3233         * doc/sdccman.lyx: documented these new options and pragmas
3234         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3235         preference into account
3236
3237 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3238
3239         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3240           geniCodePreDec): Fixed bug 904237 by generating a warning
3241         * src/SDCCerr.h,
3242         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3243
3244 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3245
3246         * src/pic/device.c : When no max ram set validate full memory range.
3247         * src/pic/pcode.c,
3248         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3249
3250 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3251
3252         * device/lib/_gptrget.c,
3253         * device/lib/_gptrput.c: updated comment
3254         * device/lib/calloc.c,
3255         * device/lib/free.c,
3256         * device/lib/malloc.c,
3257         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3258         * src/SDCCcse.c (cseBBlock),
3259         * src/SDCCicode.c (printOperand, geniCodeArray),
3260         * src/SDCCicode.h (struct operand): fixed bug 868103
3261         * support/regression/tests/bug-868103.c: added
3262         * src/SDCCast.c (searchLitOp),
3263         * src/SDCCcse.h (struct cseDef),
3264         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3265         * src/SDCCicode.h (struct operand),
3266         * src/SDCCsymt.h (struct sym_link),
3267         * src/avr/gen.c (hasInc),
3268         * src/ds390/gen.c (hasInc),
3269         * src/hc08/gen.c (genPlusIncr, hasInc),
3270         * src/mcs51/gen.c (hasInc),
3271         * src/pic16/glue.c (pic16_printIvalChar),
3272         * src/pic16/ralloc.c (regWithIdx),
3273         * src/xa51/gen.c (hasInc) : removed warnings
3274         * src/SDCCast.c (createBlock): added comment ???
3275         * src/hc08/ralloc.c: updated comments
3276
3277 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3278
3279         * doc/sdccman.lyx: updated section on switch statements, added
3280         section about semaphore locking
3281         * doc/Makefile: added option -info for latex2html
3282         * device/lib/_gptrget.c,
3283         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3284
3285 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3286
3287         * src/pic/device.h,
3288         * src/pic/device.c,
3289         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3290          maxram is less than 0x100.
3291
3292 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3293
3294         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3295
3296 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3297
3298         * src/port.h,
3299         * src/mcs51/main.c,
3300         * src/ds390/main.c,
3301         * src/z80/main.c,
3302         * src/hc08/main.c,
3303         * src/pic/main.c,
3304         * src/pic16/main.c,
3305         * src/avr/main.c,
3306         * src/xa51/main.c
3307         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3308         a jump table is the best form for a switch statement, including
3309         automatic insertion of missing cases to make the case range
3310         continuous. Developed in collaboration with Frieder Ferlemann.
3311
3312 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3313
3314         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3315         accumulator result if it needs sign extension
3316
3317 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3318
3319         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3320
3321 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3322
3323         * device/lib/gbz80/printf.c,
3324         * device/lib/z80/printf.c: removed define for NULL
3325
3326 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3327
3328         * as/xa51/xa_link.c,
3329         * device/examples/ds390/ow390/ad26.c,
3330         * device/examples/ds390/ow390/cnt1d.c,
3331         * device/examples/ds390/ow390/counter.c,
3332         * device/examples/ds390/ow390/ds2480.h,
3333         * device/examples/ds390/ow390/ds2480ut.c,
3334         * device/examples/ds390/ow390/findtype.c,
3335         * device/examples/ds390/ow390/gethumd.c,
3336         * device/examples/ds390/ow390/owllu.c,
3337         * device/examples/ds390/ow390/ownetu.c,
3338         * device/examples/ds390/ow390/swt12.c,
3339         * device/examples/ds390/ow390/swtloop.c,
3340         * device/examples/ds390/ow390/temp.c,
3341         * device/examples/ds390/ow390/temp10.c,
3342         * device/examples/ds390/ow390/thermo21.c,
3343         * device/examples/ds390/ow390/tinilnk.c,
3344         * device/examples/ds390/ow390/tstfind.c,
3345         * device/examples/serialcomm/windows/serial.cpp,
3346         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3347         * device/include/reg51.h: fixed line endings for cvs
3348
3349 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3350
3351         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3352         packRegsForAccUse, packRegisters): new accumulator register
3353         packing algorithm
3354         * support/regression/ports/hc08/support.c (_putchar): suppress
3355         warning of unused variable
3356         * src/SDCCicode.c: added SWAP entry to codeTable
3357
3358 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3359
3360         * device/lib/sprintf.c: forgot to add this file before previous commit
3361
3362 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3363
3364         * src/pic16/gen.c (genPackBits): added operand right in function
3365         parameters, load result directly if p_type is POINTER (that is
3366         called by genNearPointerSet)
3367         * (genUnPackBits): added operand left in function parameters,
3368         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3369         FSR0 if accessing bitfields,
3370
3371 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3372
3373         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3374           _print_format; updated printf, sprintf, vsprintf
3375         * device/include/asm/default/features.h: corrected comment/define
3376         * device/lib/Makefile.in: added sprintf.c
3377         * device/lib/libsdcc.lib: added sprintf module
3378         * device/lib/printf_large.c,
3379         * device/lib/vprintf.c,
3380         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3381           into these 3 files
3382         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3383         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3384         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3385           hc08 test
3386         * support/regression/tests/zeropad.c: define idata as data for hc08
3387
3388 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3389
3390         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3391         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3392         labels are referenced at least once (even if a reference is not found)
3393         * src/hc08/gen.c (emitcode): set isComment flag for comments
3394         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3395         loads), rules 6a..6b (optimize jumps to return)
3396
3397 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3398
3399         * device/lib/acosf.c (acosf),
3400         * device/lib/asinf.c (asinf),
3401         * device/lib/atanf.c (atanf),
3402         * device/lib/ceilf.c (ceilf),
3403         * device/lib/cosf.c (cosf),
3404         * device/lib/coshf.c (coshf),
3405         * device/lib/cotf.c (cotf),
3406         * device/lib/fabsf.c (fabsf),
3407         * device/lib/floorf.c (floorf),
3408         * device/lib/log10f.c (log10f),
3409         * device/lib/logf.c (logf),
3410         * device/lib/sinf.c (sinf),
3411         * device/lib/sinhf.c (sinhf),
3412         * device/lib/sqrtf.c (sqrtf),
3413         * device/lib/tanf.c (tanf),
3414         * device/lib/tanhf.c (tanhf),
3415         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3416         replaced all instances of "reentrant" in the library functions
3417         defined in math.h with this macro.
3418         * support/regression/tests/float_trans.c: reenabled test for hc08
3419
3420 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3421
3422         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3423         erroneously deleted
3424
3425 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3426
3427         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3428         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3429         multi-byte volatile operands are used
3430         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3431         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3432         initialization to area GSINIT0 so that it would always precede
3433         any static initializers in GSINIT
3434         * support/regression/tests/zeropad.c: fixed idata define for hc08
3435         * support/regression/tests/bug-927659.c,
3436         * support/regression/tests/float_trans.c: disabled tests for hc08
3437         pending missing library routines
3438         * .version: increased version number to 2.4.4 - hc08 port now passes
3439         regression tests
3440
3441
3442 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3443
3444         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3445         * Makefile.common.in,
3446         * as/Makefile,
3447         * as/hc08/Makefile.in,
3448         * as/mcs51/Makefile.in,
3449         * as/z80/Makefile.in,
3450         * debugger/mcs51/Makefile.in,
3451         * device/include/Makefile.in,
3452         * device/lib/Makefile.in,
3453         * doc/Makefile,
3454         * link/Makefile,
3455         * link/z80/Makefile.in,
3456         * packihx/Makefile.in,
3457         * sim/ucsim/main_in.mk,
3458         * sim/ucsim/avr.src/Makefile.in,
3459         * sim/ucsim/doc/Makefile.in,
3460         * sim/ucsim/gui.src/serio.src/Makefile.in,
3461         * sim/ucsim/hc08.src/Makefile.in,
3462         * sim/ucsim/s51.src/Makefile.in,
3463         * sim/ucsim/xa.src/Makefile.in,
3464         * sim/ucsim/z80.src/Makefile.in,
3465         * src/Makefile.in,
3466         * support/cpp2/Makefile.in,
3467         * support/librarian/Makefile,
3468         * support/makebin/Makefile: added DESTDIR to the install path proposed
3469         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3470         * doc/sdccman.lyx: added DESTDIR documentation
3471
3472 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3473
3474         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3475         instruction for interrupt handlers, use fast returns when returning
3476         from high priority interrupts
3477
3478 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3479
3480         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3481         code generation
3482         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3483         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3484         bugs, ported much of Bernhard's code from mcs51
3485         * src/mcs51/gen.c (genSend),
3486         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3487         than one when calling a reentrant function
3488         * device/lib/_mullong.c: defined an alternate struct layout for big
3489         endian ports (hc08)
3490
3491 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3492
3493         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3494         test
3495
3496 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3497
3498         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3499         are sane and complete before asking the port its prefered parameter
3500         passing method (fixes bug #1017633)
3501         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3502         and _ret3
3503
3504 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3505
3506         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3507         problem in bitfields >= 8 bits.
3508
3509 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3510
3511         * src/SDCCsymt.c: undid changes that were not meant to be committed
3512
3513 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3514
3515         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3516
3517 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3518
3519         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3520           copied and wrong bit got inverted
3521
3522 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3523
3524         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3525         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3526         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3527         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3528         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3529         assignments to bitfields at known addresses
3530         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3531         reads from bitfields at known addresses
3532         * src/hc08/ralloc.c (packRegisters),
3533         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3534         genhc08Code): optimize pointer get values used as conditionals
3535         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3536         and branch
3537
3538 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3539
3540         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3541         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3542         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3543         as conditionals
3544
3545 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3546
3547         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3548
3549 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3550
3551         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3552         related problems
3553
3554 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3555
3556         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3557
3558 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3559
3560         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3561         mcs51 port
3562
3563 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3564
3565         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3566
3567 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3568
3569         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3570         cases use more compact code.
3571
3572 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3573
3574         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3575
3576 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3577
3578         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3579
3580 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3581
3582         * src/SDCCsymt.h,
3583         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3584         parameter of changePointer() from symbol* to sym_link*
3585         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3586         * src/SDCCsymt.c (compareType): void* type is castable to other
3587         pointers, but not necesarily an exact match.
3588         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3589         is no longer blindly treated as an exact match.
3590         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3591
3592 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3593
3594         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3595
3596 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3597
3598         * src/pic/gen.c,
3599         * src/pic/pcode.c,
3600         * src/pic/ralloc.h,
3601         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3602
3603 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3604
3605         * src/pic/device.c,
3606         * src/pic/device.h,
3607         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3608
3609 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3610
3611         * src/mcs51/gen.c (emitcode): fixed bug #992819
3612
3613 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3614
3615         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3616           there's no need to make it worse
3617
3618 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3619
3620         * src/mcs51/ralloc.c (deassignLR),
3621         * src/ds390/ralloc.c (deassignLR),
3622         * src/hc08/ralloc.c (deassignLR),
3623         * src/z80/ralloc.c (deassignLR),
3624         * src/pic/ralloc.c (deassignLR),
3625         * src/pic16/ralloc.c (deassignLR),
3626         * src/avr/ralloc.c (deassignLR),
3627         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3628         rlivePoint): fixed another part of bug #971834
3629
3630 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3631
3632         * src/z80/main.c: enabled "critical" keyword
3633         * src/z80/mappings.i,
3634         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3635         functions (fixes bug #979646)
3636         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3637
3638 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3639
3640         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3641           such as c:\mydir.
3642
3643 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3644
3645         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3646           doesn't disable too much optimizations
3647
3648 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3649
3650         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3651
3652 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3653
3654         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3655
3656 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3657
3658         * src/pic/gen.c tidied up tabs
3659         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3660         * src/pic/main.c tidied up tabs
3661         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3662         * src/pic/pcoderegs.c tidied up tabs
3663         * src/pic/ralloc.c tidied up tabs
3664
3665 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3666
3667         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3668         to S_FIXED for pic16 port and when symbol is not in level 0,
3669         allocate for S_REGISTER storage class and pic16 port, too,
3670         * src/pic16/device.h: prototype for checkSym,
3671         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3672         * (pic16_assignConfigWordValue): test the value and the mask to
3673         validate that the value is suitable for the configuration word,
3674         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3675         collect extern declared symbols, don't emit symbol twice, check
3676         first if symbol is in publics set first,
3677         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3678         * added command line '--fstack' which enables an experimental
3679         feature for stack access, too buggy to be used yet...
3680         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3681         * (pic16_allocDirReg): when register has storage class S_REGISTER
3682         allocate in pic16_dynAccessRegs,
3683         * device/include/pic16/pic18f????.h: modified configuration word
3684         naming convention, words started as CONFIG0H but should be CONFIG1H
3685
3686 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3687
3688         * device/include/mcs51reg.h: fixed bug 970993
3689
3690 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3691
3692         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3693         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3694         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3695         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3696         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3697         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3698           error/warning numbers,
3699           added function setWarningDisabled()
3700         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3701         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3702           _memcmp.c _memmove.c calloc.c realloc.c free.c
3703         * support/regression/tests/malloc.c: added tests for new functionality
3704         * support/regression/tests/zeropad.c: added tests for truncated initializers
3705           and initialized char arrays starting with '\x0'
3706         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3707
3708 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3709
3710         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3711
3712 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3713
3714         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3715         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3716         peephole 177.e. Thanks to anonymous
3717
3718 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3719
3720         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3721         function isn't used in the source but referenced as a
3722         variable initializer then declare it as extern in .asm file
3723
3724 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3725
3726         * .version: increased version number to 2.4.3
3727
3728         Adding version extension according to ChangeLog CVS revision
3729         * src/Makefile.in (target all): added dependency 'version.h'
3730         * (rule version.h): added rule to create version.h from ChangeLog,
3731         * (rule dep): added dependency version.h,
3732         * src/version.awk: AWK script to create version.h
3733         * src/SDCCdwarf2.c (dwWriteModule),
3734         * src/SDCCglue.c (initialComments),
3735         * src/SDCCmain.c (printVersionInfo): modified to write after
3736         version string the version extension number,
3737         * src/SDCCutil.c: included "version.h"
3738         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3739         number,
3740         * src/SDCCutil.h: added prototype for getBuildNumber
3741
3742         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3743         includeDirsSet, too,
3744         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3745         const char [] is found in function prototype...
3746
3747         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3748         moving to WREG with source is already in WREG,
3749         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3750         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3751         * (aopForSym): stack'ed symbols are partially supported, added
3752         if-clause to support symbols in FARSPACE,
3753         * (sameRegs): added test for AOP_ACC to see if registers are same,
3754         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3755         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3756         * (pic16_popRegFromString): will not allocate a new register if it
3757         doesn't find one by name, bug may have introduced...
3758         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3759         * (genIpush): revived to use pic16 port's stack,
3760         * (genAddrOf): added incomplete case for stack'ed operand,
3761         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3762         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3763         can handle multibyte operands,
3764         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3765         * (pic16initialComments): added message for MPLAB compatibility
3766         mode enabled,
3767         * src/pic16/main.h: prototype for pic16_mplab_comp,
3768         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3769         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3770         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3771         because of increased complexity of procedure,
3772         * (_process_pragma): stack pragma changed to format 'stack pos len',
3773         emit symbol '_stack_end' to conform with gplink,
3774         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3775         to search for register,
3776         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3777         PO_GPR_REGISTER,
3778         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3779         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3780         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3781         case for PO_GPR_REGISTER,
3782         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3783         dies, the new era is ahead !...
3784         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3785         pic16_dynInternalRegs,
3786         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3787         * (pic16_allocDirReg): minor optimizations and bug fixes,
3788         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3789
3790         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3791         load stack and frame pointer with address of 'stack_end' symbol
3792
3793 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3794
3795         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3796         without source code but only variable initializers
3797
3798 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3799
3800         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3801         external are not declared as extern to reduce overhead while linking
3802
3803 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3804
3805         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3806
3807 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3808
3809         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3810           Yee Keat for the patch
3811         * src/SDCCast.c (decorateType): fixed bug #979599
3812         * src/ds390/gen.h: removed local fReturnSizeDS390
3813         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3814         * src/ds390/gen.c (genAnd, genOr, genXor),
3815         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3816
3817 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3818
3819         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3820         add relFilesSet to $3, manipulate $2 to handle linking of object
3821         files without source files in command line,
3822         * device/include/pic16 (all headers): added ID location macros,
3823         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3824         entries for ID location bytes,
3825         * (pic16_assignIdByteValue): NEW,
3826         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3827         added field dumpcalltree to pic16_options_t,
3828         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3829         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3830         emitting rFalseIfx label after check_carry label,
3831         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3832         pic16_emitDIRegs), NEW
3833         * (pic16glue): dump .calltree file when option --calltree found,
3834         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3835         * (_pic16_genAssemblerPreamble): emit ID locations after
3836         configuration registers,
3837         * (pic16_linkCmd): modifications of the link command,
3838         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3839         * (pic16_pCodeInitRegisters): don't init stack registers,
3840         * (pic16_findPrevInstruction): fixed bug,
3841         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3842         bug with immediate registers,
3843         * (buildCallTree): traces stack push and pop,
3844         * (pct2): dump also stack usage for each function,
3845         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3846         * (pic16_allocDirReg): various modifications,
3847         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3848         fixed to 1,
3849
3850 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3851
3852         * src/pic16/pcode.c: removed buggy double colon
3853
3854 2004-07-01 Borut Razem <borut.razem AT siol.net>
3855
3856         * support/scripts/sdcc.nsi: added include/pic16 to setup
3857
3858 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3859
3860         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3861         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3862         target 'clean',
3863         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3864         specific command line arguments. Also added sample lkr script
3865         for placing a variable at a specific memory bank.
3866         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3867         at a specific memory bank,
3868         * (pic16_dump_isection): fixed bug which caused string literals to
3869         be omitted when dumping idata section,
3870         * (pic16_groupRegistersInSection): added code to handle registers
3871         in specific memory banks,
3872         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3873         public, all references are renamed too,
3874         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3875         AOP_DPTR2,
3876         * (pic16_storeForReturn): added case to handle when dest is WREG,
3877         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3878         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3879         pic16_rel_udata, check to see if that register is marked as being
3880         a member of a specific memory bank,
3881         * (pic16_printIvalCharPtr): added code to add string literals either
3882         to code or the idata sections,
3883         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3884         also accept the 'udata' pragma,
3885         * src/pic16/main.h: new structure types sectName and sectSym
3886         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3887         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3888         * (pic16_findPrevInstruction): fixed, it returned nothing,
3889         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3890         instruction combinations,
3891         * (pic16_FixRegisterBanking): heavily reorganised,
3892         * (pic16_AnalyzeBanking): if generating banksel directives is
3893         disabled, then don't call FixRegisterBanking at all,
3894         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3895         completely removed,
3896         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3897
3898 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3899
3900         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3901         Phuah Yee Keat <yk.phuah AT nestac.com>
3902
3903 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3904
3905         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3906         correctly the IVT even if it is relocated to some other location
3907
3908 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3909
3910         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3911         * device/include/pic16/pic18f2220.h: NEW,
3912         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3913         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3914         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3915         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3916         nodefaultlibs, ivt_loc is the location of the interrupt vector
3917         table, and nodefaultlibs signs that default libraries should not be
3918         linked in link stage,
3919         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3920         according to --ivt-loc argument,
3921         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3922         when pragma stack is found,
3923
3924 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3925
3926         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3927         256 (range check), 257 (do while), 258.a-f (bit banging
3928         f.e. on 3-wire SPI bus)
3929
3930 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3931
3932         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3933         variables used exclusively within a loop
3934
3935 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3936
3937         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3938
3939 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3940
3941         * src/SDCClrange.c (computeClash): fixed bug #971834
3942
3943 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3944
3945         * src/mcs51/gen.c (genCmp): fixed bug #975903
3946         * src/hc08/gen.c (operandsEqu),
3947         * src/ds390/gen.c (operandsEqu),
3948         * src/z80/gen.c (operandsEqu),
3949         * src/pic/gen.c (operandsEqu),
3950         * src/pic16/gen.c (operandsEqu),
3951         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3952         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3953
3954 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3955
3956         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3957
3958 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3959
3960         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3961         default case in switch statement,
3962         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3963         to eliminate problem with initialisation of pointers, but problem
3964         still exists,
3965         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3966         * (emitStaticSegment): removed various lines emitting debug info,
3967         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3968         added processor registers for utilizing EEPROM,
3969         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3970         configurable and set 8
3971
3972 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3973
3974         * .version: increased version number to 2.4.2,
3975
3976         Cumulative patch for pic16 port
3977         * src/pic16/device.c: changed scheme to dump initial values for
3978         variables in idata segment, all print_idata* functions were removed,
3979         now the pic16_printIval* will be called,
3980         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3981         * _pic16_printPointerType, pic16_printPointerType,
3982         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3983         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3984         NEW, similar to the respective functions in SDCCglue.c,
3985         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3986         way, emitting hex bytes,
3987         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3988
3989 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3990
3991         * src/avr/ralloc.c (serialRegAssign),
3992         * src/xa51/ralloc.c (serialRegAssign),
3993         * src/pic/ralloc.c (serialRegAssign),
3994         * src/pic16/ralloc.c (serialRegAssign),
3995         * src/hc08/ralloc.c (serialRegAssign),
3996         * src/z80/ralloc.c (serialRegAssign),
3997         * src/ds390/ralloc.c (serialRegAssign),
3998         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3999
4000 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4001
4002         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4003         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4004
4005 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4006
4007         Cumulative patch for pic16 port:
4008         * src/pic16/device.h (typedef PIC16_device) modified fields for
4009         defining microcontrollers,
4010         * src/pic16/device.c: added new info for all devices in Pics16 array,
4011         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4012         to be optimised out by the pCode optimiser,
4013         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4014         specially, bug reported by G.M. Gallant,
4015         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4016         as force'd so that cannot be optimised out by pCode optimiser,
4017         * src/pic16/pcode.c,
4018         * src/pic16/pcodepeeph.c,
4019         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4020         they are disabled by default, but can be enabled explicit with
4021         command argument --denable-peeps, for testing,
4022         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4023         --pomit-ivt in COMPILE_FLAGS
4024
4025 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4026
4027         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4028           compilation on MSVC
4029
4030 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4031
4032         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4033
4034 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4035
4036         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4037         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4038
4039 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4040
4041         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4042         would only assign 0x300001 register.
4043
4044 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4045
4046         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4047         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4048
4049 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4050
4051         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4052         for ds80c400
4053         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4054         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4055         added peephole 254 (left shift), 255 (jump table)
4056
4057 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4058
4059         * device/lib/Makefile.in: removed comment line with model-pic16,
4060         * (target port-specific-objects-pic16): the libraries and objects
4061         are copied to the build directory form the device/lib/pic16/bin
4062         directory
4063
4064         Cumulative patch concerning pic16 port:
4065         * library directory has been re-organized,
4066         * added support for PIC18F1220,
4067         * added headers and library sources for chips 18f1220,18f6520,
4068         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4069
4070         * configuration registers setting has changed, now each supported
4071         device has a complete description of the registers it uses,
4072         * all initialisations are moved to idata sections, these section
4073         can be absolute or relocatable,
4074         * fixed initialisation of codespace variables,
4075         * fixed warning about PCLATU and gpsim,
4076         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4077         * (genAssign): use table reads when assigning from variables in codespace,
4078         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4079         char/int variables placed in codespace,
4080         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4081         registers set in .asm file, no need for --pomit-config-words anymore,
4082         * (pic16glue): some 8051 legacy segments are commented out
4083         (to be removed completely),
4084         * added support for alternative assembler and linker with --asm=
4085         and --link= command line arguments,
4086         * peepholes are disabled automatically in the port, no need to
4087         specify on command line,
4088         * port supports natively char/int/long multiplication, but converts
4089         all divisions to support functions,
4090         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4091         to the file set in variable $2,
4092         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4093         strings in ASCII format and not in hex,
4094         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4095         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4096         allocate proper register if iCodes aren't temporary,
4097
4098 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4099
4100         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4101
4102 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4103
4104         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4105         is commented out
4106
4107 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4108
4109         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4110         computed address is reused
4111         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4112         multi-byte bitfields
4113
4114 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4115
4116         * src/z80/gen.c: (genArrayInit): must check for pointers too
4117
4118 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4119
4120         * support/regression/tests/zeropad.c: never meant to commit the
4121           nestedstruct test: removed, added check for GCC version
4122
4123 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4124
4125         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4126         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4127         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4128           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4129           bugs 928906 and 954082 half-empty initializers
4130         * src/SDCCsymt.h,
4131         * src/SDCCsymt.c (getAllocSize): added for above fix
4132         * src/z80/gen.c (genArrayInit): fixed bug 741044
4133         * support/regression/tests/zeropad.c: added tests
4134
4135 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4136
4137         * src/pic16/device.c (pic16_dump_section): corrected bug which
4138         caused some symbols of the libraries to be misplaced
4139
4140 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4141
4142         * src/pic16/glue.c,
4143         * src/pic16/ralloc.h,
4144         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4145         to fix conflict with pic port
4146
4147 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4148
4149         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4150         externs configuration variables,
4151         * src/pic16/ralloc.h,
4152         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4153         prototype in header, commented out some debug messages
4154
4155 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4156
4157         * src/pic16/glue.c,
4158         * src/pic16/main.c,
4159         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4160         for gpasm COFF object generation. Thanks to D. Hawkins for
4161         his patch info
4162
4163 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4164
4165         * src/ds390/main.c,
4166         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4167         Brock for spotting this)
4168         * src/ds390/gen.c (genEndFunction),
4169         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4170         interrupt handler and critical. Disable push/pop optimizations when
4171         peephole optimizations disabled.
4172
4173 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4174
4175         Updated pic16 library sources and headers.
4176         * device/lib/pic16/pic18f*/ ,
4177         * device/include/pic16/*.h: modified to handle structured SFR
4178         definitions
4179
4180 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4181
4182         * src/port.h (PORT structure): added hook initPaths, now each
4183         port can declare its own default search paths,
4184         which can been seen with the --print-search-dirs option,
4185         see pic16 port for example,
4186         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4187         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4188         * (doPrintSearchDirs): NEW, replaces in a central manner the
4189         printing of search dirs which was split in set*Paths functions,
4190         * (main): added call to port->initPaths and doPrintSearchDirs,
4191         * src/avr/main.c,
4192         * src/ds390/main.c,
4193         * src/hc08/main.c,
4194         * src/izt/i186.c,
4195         * src/izt/tlcs900h.c,
4196         * src/mcs51/main.c,
4197         * src/pic/main.c,
4198         * src/pic16/main.c: modified port structures to reflect addition of
4199         initPaths hook,
4200
4201         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4202         * (pic16_dump_section): for registers in same address reserve memory once,
4203         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4204         to no_banksel,
4205         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4206         result is greater in size than right or left,
4207         * (pic16_genUMult8X8_8): there are some cases where the result can
4208         be 16 bits size, so handle these,
4209         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4210         * (pic16_outBitC): modified to emit pcodes,
4211         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4212         or not,
4213         * (genDivOneByte): implemented algorithm to divide 8-bits,
4214         * (genCmp): uncommented goto, but issues still exist,
4215         * (genAnd): fixed a bug with variables >8bits,
4216         * (genPackBits): optimization added that uses BCF/BSF to change a
4217         single bit,
4218         * (genAssign): fixed bug when assigning floating point literals,
4219         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4220         __sdcc_gsinit_startup label,
4221         * src/pic16/main.c (_pic16_init): removed search directory
4222         initialisations,
4223         * (_pic16_initPaths): NEW, used to initialise search directories,
4224         * (_hasNativeMulFor): support functions for all except char/int
4225         multiplication, and char division,
4226         * (PIC16_port struct): modified entry for native mul support,
4227         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4228         no_banksel option,
4229         * (buildCallTree): call to register_usage is ifdef'ed out,
4230
4231 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4232
4233         * device/include/string.h: applied Stas Sergeev's patch to make this
4234         header file compatible with the preprocessor -Wundef option
4235         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4236         failure (fixes bug #941458)
4237
4238 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4239
4240         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4241         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4242         that the variable, not the function, should be static
4243         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4244         to be consistent with non-literal case
4245
4246 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4247
4248         * src/SDCCast.c (isConformingBody): fixed bug #949967
4249         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4250         convilong): fixed bug #952086
4251
4252 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4253
4254         * src/SDCCmem.c (allocVariables): fixed bug #955321
4255
4256 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4257
4258         * src/hc08/main.c (_hc08_genAssemblerEnd),
4259         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4260         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4261         completely eliminated the use of a temporary file
4262         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4263         when more than one file linked
4264         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4265
4266 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4267
4268         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4269         which fixes bug #543481
4270         * support/regression/tests/bug-751703.c: fixed comments left from a
4271         cut and paste error
4272         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4273         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4274         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4275         scopes
4276         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4277         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4278         are now changed to underscores in moduleName
4279
4280 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4281
4282         * as/mcs51/lkmem.c: better fix for bug #954173
4283
4284 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4285         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4286
4287         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4288         * device/include/c8051f000.h,
4289         * device/include/c8051f120.h,
4290         * device/include/c8051f300.h,
4291         * device/include/c8051f310.h,
4292         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4293         PWM16) and detab'ed
4294
4295 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4296
4297         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4298         and mailing lists, doc'ed --no-peep-comments, removed reference
4299         to knoppix (newest version has no LyX/LaTeX), other minor changes
4300         * src/SDCCglue.c (glue): save 2 bytes stack space with
4301         option --main-return. The ljmp could probably be avoided too
4302
4303 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4304
4305         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4306
4307 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4308
4309         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4310         * src/SDCCopt.c (isLocalWithoutDef),
4311         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4312         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4313         (credit to Maarten Brock for patch #949363, on which this is based)
4314         * support/regression/tests/bug-751703.c: some test cases of extern used
4315         within inner scopes.
4316
4317 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4318
4319         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4320         SPEC_STRUCT
4321         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4322         struct definitions
4323         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4324         dwWriteLabel): fix to create valid debugger symbols even when
4325         the module name has non-alphanumeric symbols in it
4326         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4327         when a variable's allocation has been optimized away
4328
4329
4330 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4331
4332         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4333         * src/hc08/main.c,
4334         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4335         * src/mcs51/main.c,
4336         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4337         * src/ds390/main.c,
4338         * src/z80/gen.c (z80_emitDebuggerSymbol),
4339         * src/z80/main.c,
4340         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4341         * src/pic/main.c,
4342         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4343         * src/pic16/main.c,
4344         * src/avr/gen.c (avr_emitDebuggerSymbol),
4345         * src/avr/main.c,
4346         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4347         * src/xa51/main.c,
4348         * src/SDCCdebug.c (emitDebuggerSymbol),
4349         * src/SDCCdebug.h,
4350         * src/port.h: added a debugger struct to the port struct. Added a
4351         callback for defining debugger symbols
4352
4353         * src/SDCCast.c (createLabel),
4354         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4355         with isitmp = 1
4356         * src/SDCCicode.h,
4357         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4358         iCode back to the ast for the function
4359
4360         * src/hc08/ralloc.c (hc08_assignRegisters),
4361         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4362         unneeded fields from the regs struct.
4363         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4364         pushReg() & pullReg() functions instead of emitcode()
4365
4366         * src/hc08/gen.c (genLabel, genhc08Code),
4367         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4368
4369         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4370         debugger hooks
4371
4372         * src/hc08/gen.c (genEndFunction, genhc08Code),
4373         * src/hc08/gen.h,
4374         * src/mcs51/gen.c (genEndFunction, gen51Code),
4375         * src/mcs51/gen.h,
4376         * src/ds390/gen.c (genEndFunction, gen390Code),
4377         * src/ds390/gen.h,
4378         * src/z80/gen.c (genEndFunction, genZ80Code),
4379         * src/z80/gen.h,
4380         * src/z80/z80.h,
4381         * src/pic/gen.c (genEndFunction, genpic14Code),
4382         * src/pic/gen.h,
4383         * src/pic16/gen.c (genEndFunction, genpic16Code),
4384         * src/pic16/gen.h,
4385         * src/avr/gen.c (genEndFunction, genAVRCode),
4386         * src/avr/gen.h,
4387         * src/xa51/gen.c (genEndFunction, genXA51Code),
4388         * src/xa51/gen.h,
4389         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4390         specific code to cdbFile.c and out of the backend code generators
4391
4392         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4393         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4394         starting address is now 0
4395
4396         * as/hc08/asm.h,
4397         * as/hc08/m08pst.c,
4398         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4399         assembler directive for DWARF support
4400         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4401
4402         * src/src.dsp,
4403         * src/Makefile.in,
4404         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4405
4406 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4407
4408         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4409         and inappropriate peephole optimization in jump tables
4410
4411 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4412
4413         * as/hc08/m08pst.c,
4414         * src/SDCCglue.c: sdccopt works for the hc08 port now
4415
4416 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4417
4418         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4419
4420 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4421
4422         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4423
4424 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4427         rules
4428         * src/SDCCmain.c,
4429         * src/SDCCglobl.h,
4430         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4431         comments from the peephole optimizer replacement rules
4432         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4433         symbols
4434         * src/SDCCcse.c (updateSpillLocation),
4435         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4436         equivalents
4437         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4438         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4439         objects far pointers
4440
4441 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4442
4443         * src/SDCCsymt.h: a missing part of my last change
4444         * src/pic/ralloc.c (regTypeNum),
4445         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4446
4447 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4448
4449         * src/SDCCicode.h,
4450         * src/SDCCicode.c (aggrToPtrDclType),
4451         * src/SDCCptropt.h,
4452         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4453         ptrPseudoSymConvert),
4454         * src/pic/ralloc.c (regTypeNum),
4455         * src/pic16/ralloc.c (regTypeNum),
4456         * src/hc08/ralloc.c (regTypeNum),
4457         * src/ds390/ralloc.c (regTypeNum),
4458         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4459         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4460
4461 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4462
4463         * link/z80/lkmain.c (afile),
4464         * as/hc08/lkmain.c (afile),
4465         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4466         prevent a pointer problem when a filename has no directory and
4467         no extension specified.
4468
4469 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * link/z80/lkmain.c (afile): allow periods in directory names
4472         * link/z80/lkmain.c (afile),
4473         * as/mcs51/lkmain.c (afile),
4474         * as/hc08/lkmain.c (afile): allow linker script file to have an
4475         extension other than ".lnk"
4476         * link/z80/lklex.c (getfid),
4477         * link/z80/lkmain.c (parse),
4478         * as/mcs51/lklex.c (getfid),
4479         * as/mcs51/lkmain.c (parse),
4480         * as/hc08/lklex.c (getfid),
4481         * as/hc08/lkmain.c (parse): Support comments in the linker script
4482         file on lines by themselves and after filenames
4483
4484 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4485
4486         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4487
4488 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4489
4490         * src/z80/peeph-z80.def: removed some peephole rules that don't
4491         work with multibyte arithmetic (fixed bug #937126)
4492         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4493         to registers and not global variables
4494         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4495         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4496         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4497         checking for assignments not internally generated (fixed bug #931895)
4498         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4499         structure member (fixed bug #930072)
4500
4501 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4502
4503         * src/SDCCmain.c (linkEdit),
4504         * src/hc08/main.c (_hc08_parseOptions),
4505         * as/hc08/Makefile.in,
4506         * as/hc08/aslink.h,
4507         * as/hc08/asm.h,
4508         * as/hc08/m08pst.c,
4509         * as/hc08/lkrloc.c (relr, rele),
4510         * as/hc08/lkarea.c (lnkarea)
4511         * as/hc08/lkmain.c (afile, parse),
4512         * as/hc08/lkelf.c: support for ELF output
4513         * as/hc08/lks19.c (s19),
4514         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4515
4516 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4517
4518         * as/mcs51/lkihx.c: Fixed bug #899105.
4519
4520 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4521
4522         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4523         .dsp files from Unix to DOS.
4524
4525 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4526
4527         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4528         function pointers; we have been compliant for several months now.
4529         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4530         change that was accidently commented out
4531         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4532         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4533         bug #922319
4534
4535 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4536
4537         * src/hc08/gen.c: output of all of the internal debugging information
4538         is now controlled by the D() macro; it is disabled by default
4539
4540 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4543         harder to keep the same registers during a CAST iCode
4544         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4545         long via int can be done in a single cast, if the signedness is
4546         correct.
4547         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4548         putchar() in tinibios.c in ds390's library
4549
4550 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4551
4552         * src/SDCCast.c (decorateType): fixed bug #898889,
4553         cast result of a literal complement too
4554         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4555         fixed check for bitfields
4556
4557 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4558
4559         * src/SDCCicode.c (geniCodeLogic): made it static,
4560         (geniCodeLogicAndOr): added in order to fix bug #905492,
4561         (ast2iCode): fixed bug #905492
4562         * support/regression/tests/bug-905492.c: added
4563         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4564         (processParms): fixed bug #927659: don't copy parms, this will clear
4565         decorated flag
4566         * support/regression/tests/bug-927659.c: added
4567
4568 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4569
4570         * src/SDCCast.c (addCast): don't cast float to char
4571         * device/lib/libsdcc.lib: added _memmove
4572
4573 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4574
4575         * device/lib/large/Makefile: fixed parallel execution by
4576         replacing `make` by `$(MAKE)`
4577
4578 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4579
4580         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4581         offsets (fixes bug #923936)
4582
4583 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4584
4585         * device/lib/small/Makefile: fixed parallel execution by
4586         replacing `make` by `$(MAKE)`
4587
4588 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4589
4590         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4591
4592 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4593
4594         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4595         * src/regression/Makefile: Regression test was not running.
4596
4597 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4598
4599         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4600         complement if possible
4601         * src/SDCCval.c (valComplement),
4602         * src/SDCCicode.c (operandOperation): fixed complement of literal
4603         * support/regression/tests/onebyte.c (testComplement): added
4604
4605 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4606
4607         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4608         return an optimized tree; actually replace actParm with the new tree
4609         * src/SDCCast.h: added some parantheses to remove side effects
4610         * support/regression/tests/bug-920866.c
4611
4612 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4613         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4614         Bit operands were not being handled properly in the pic14 port.
4615         (now src/regression/add.c passes again).
4616
4617 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4618
4619         * src/SDCC.y (labeled_statement): case and default no longer require
4620         a following statement (RFE #893037)
4621
4622 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4623
4624         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4625         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4626         disabled (fixes bug #916294)
4627         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4628         "mov a,acc"; patch provided by Lenny Story
4629         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4630
4631 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4632
4633         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4634         functions
4635         * src/ds390/gen.c (genFunction, genEndFunction),
4636         * src/ds390/ralloc.c (ds390_assignRegisters),
4637         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4638         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4639         pushed if there are parameters passed on the stack. Also, a cleaner
4640         way to decide if r0/r1 should be pushed/popped. (Together they fix
4641         bug #918693)
4642
4643 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4644
4645         * doc/sdccman.lyx,
4646         * device/lib/mcs51/crtpagesfr.asm,
4647         * device/lib/mcs51/crtxinit.asm,
4648         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4649         to avoid confusion with Si Lab's SFRPAGE register.
4650
4651 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4652
4653         * src/SDCCglue.c (emitMaps): allow public sfr variables
4654         * src/SDCCglue.c (initialComments): include compiler build date
4655         with compiler version and put the timestamp of the generated
4656         assembly file on a serperate line to be less confusing.
4657         * src/port.h: added genInitStartup hook
4658         * src/avr/main.c,
4659         * src/ds390/main.c,
4660         * src/hc08/main.c,
4661         * src/pic/main.c,
4662         * src/pic16/main.c,
4663         * src/xa51/main.c,
4664         * src/z80/main.c: genInitStartup initialize as NULL (default to
4665         historical behaviour)
4666         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4667         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4668         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4669         library instead of hard coding it into the compiler.
4670         * support/regression/ports/mcs51-stack-auto/spec.mk,
4671         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4672         * device/lib/mcs51/Makefile,
4673         * device/lib/small/Makefile,
4674         * device/lib/large/Makefile,
4675         * device/lib/mcs51/crtpagesfr.asm,
4676         * device/lib/mcs51/crtstart.asm,
4677         * device/lib/mcs51/crtxclear.asm,
4678         * device/lib/mcs51/crtxinit.asm,
4679         * device/lib/mcs51/crtclear.asm,
4680         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4681         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4682         and into user configurable files.
4683         * device/lib/clean.mk: clean mcs51 directory too
4684         * support/regression/tests/longlit.c: added static to T1 declaration
4685         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4686         accesses in the initialization code
4687
4688 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4689
4690         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4691         OSCTRIMVAL as noted in bug #916008
4692
4693 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4694
4695         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4696         in loops with multiple exits (reported as incorrect registers
4697         used by Martin Helmling in Sdcc-user list)
4698
4699 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4700
4701         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4702         made ds390 register extensions look less like error messages
4703
4704 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4705
4706         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4707         reported by Adam Wozniak in Sdcc-user list
4708
4709 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4710
4711         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4712         arithmetic optimizations, added debug output
4713
4714 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4715
4716         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4717         * sdcc.spec: updated and split sdcc into 3 rpms
4718         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4719         needed for literals of LEFT_OP and '+'
4720         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4721         introduced RESULT_TYPE_NOPROM
4722         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4723         left shift
4724         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4725         limited promotion to int only for '*'
4726         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4727
4728 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4729
4730         * src/pic16/gen.c (genSkip),
4731         (genc16bit2lit), (gencjneshort): commented out
4732         (is_LitOp): new helper function, checks operand type
4733         (genCmpEq): rewritten
4734
4735 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4736
4737         * support/regression/tests/bug-908454.c: added
4738
4739 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4740
4741         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4742         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4743         (geniCodeCast): cosmetic, don't preserve bit storage class
4744         (geniCodeLeftShift): added promotion
4745         (geniCodeLogic): fixed regression
4746         * src/SDCCsymt.c (computeTypeOr): accept bits too
4747         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4748
4749 2004-03-07  Borut Razem <borut.razem AT siol.net>
4750
4751         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4752
4753 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4754
4755         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4756         version of pic16_genPackRegisters which does not check if ic is a
4757         CAST operator,
4758         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4759         function cause string1.c regression test fails
4760
4761 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4762
4763         * sim/ucsim/configure.in,
4764         * sim/ucsim/configure,
4765         * sim/ucsim/doc/Makefile.in: use docdir
4766         * src/SDCC.y: fixed sbit atrributes
4767         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4768         * src/SDCCast.c (decorateType): |^& need special promotion handling
4769         * src/SDCCast.h,
4770         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4771         * src/SDCCsymt.h (computeType),
4772         * src/SDCCicode.c: computeType() needs op
4773         * src/SDCCsymt.c (checkTypeSanity),
4774         * doc/sddman.lyx: "plain" bitfields are unsigned
4775         * src/SDCCsymt.c (computeTypeOr): added
4776         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4777         |^& ops
4778         * src/SDCCval.c (val*): computeType() needs op
4779         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4780         * support/regression/tests/onebyte.c: added tests for |^&
4781
4782 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4783
4784         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4785         for writing icode into asm output.
4786
4787 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4788
4789         * src/pic16/device.c: added some debug lines enabled
4790         with macro DEBUG_CHECK,
4791         * src/pic16/genarith.c: more debug in genPlus,
4792         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4793         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4794         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4795         * (aopForSym): onStack symbols are re-placed in data memspace,
4796         and onStack flag is cleared,
4797         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4798         copy temporary pcodeop,
4799         * (genPcall): added warning for not updating PCLATU,
4800         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4801         always true for pic16 port,
4802         * (genMultOneWord): NEW, supports integer multiplication,
4803         * (genMult): modified to call genMultOneWord,
4804         * (ifxForOp): added warning when return NULL,
4805         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4806         flag is set before call to operandFromSymbol for implicit
4807         added structures,
4808         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4809         options.intlong_rent are set by default,
4810         * (_hasNativeMulFor): modified to allow port generation of integer
4811         multiplication,
4812         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4813         set regtype to REG_SFR for all registers, restricting seting the
4814         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4815
4816 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4817
4818         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4819         more than 500 times in the regression tests
4820
4821 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4822
4823         * support/Util/SDCCerr.h,
4824         * support/Util/SDCCerr.c,
4825         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4826         enumerator_list),
4827         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4828         for symbol conflicts.
4829         * support/valdiags/tests/enum.c,
4830         * support/valdiags/tests/tentdecl.c,
4831         * support/valdiags/tests/struct.c: expect possible error messages
4832         referring to original symbol definitions.
4833         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4834         * src/SDCCsymt.h,
4835         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4836
4837 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4838
4839         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4840
4841 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4842
4843         * src/pic16/ralloc.c (newReg): fixed bug #908929
4844
4845 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4846
4847         * src/ds390/gen.c: added missing #include "main.h"
4848
4849 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4850
4851         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4852         checking if symbol is already in set,
4853         * src/pic16/device.h: prototype for checkAddSym,
4854         * src/pic16/gen.c: (_G): added entry interruptvector,
4855         * (assignResultValue): removed some commented out lines,
4856         * (genFunction): check for ISR via sym->type, absolute section for
4857         interrupt code is created via a new pBlock, the goto instruction is
4858         placed now correctly at the interrupt vector position, changed all
4859         references from ivec to _G.interruptvector,
4860         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4861         is the interrupt is a high priority one, same for return from ISR,
4862         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4863         externs to calls of checkAddSym,
4864         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4865         pic16_pcode_verbose flag is set,
4866         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4867         * src/pic16/pcoderegs.c: message about how many registers are saved
4868         will only be emitted if pic16_pcode_verbose flag is set,
4869
4870 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4871
4872         * src/ds390/ralloc.h,
4873         * src/ds390/ralloc.c (ds390_regWithIdx),
4874         * src/ds390/gen.c (emitcode),
4875         * src/ds390/main.h,
4876         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4877         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4878         ds390operandCompare, getRegsRead, getRegsWritten,
4879         initializeAsmLineNode): customized instruction size calculation for
4880         ds390, started basis for some register optimizations
4881         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4882         corresponding assembly output
4883         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4884         missing push/pop of r0/r1. Optimized push/pops
4885
4886 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4887
4888         * src/mcs51/main.c (instructionSize): fixed ACALL size
4889         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4890
4891 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4892
4893         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4894         the sorting of rlist with NULL elements
4895         * (print_idataType, print_idata): NEW to create idata sections
4896         * src/pic16/device.h: idataSymSet new variable
4897         * src/pic16/gen.c (genFunction): fixed some bugs in string
4898         comparing, improved the absolute section creation for ISRs,
4899         added FSR0L/FSR0H in registers that are saved in an ISR,
4900         * (genInline): fixed the processing of inline snippets,
4901         now they undergo no process by the peephole optimizer
4902         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4903         are placed in idataSymSet,
4904         * (pic16emitStaticSeg): extern symbols are added in externs,
4905         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4906         switching when aboslute variables are placed in access bank memory
4907         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4908         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4909         commented out with #if,
4910         * (pic16_packRegisters): reintroduce the check for CAST because some
4911         symbols are not correctly handled,
4912         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4913         pCodeInstruction instead of pCode,
4914         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4915         pCodeAsmDir definition,
4916         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4917         directive, then the argument directive is emitted without the leading
4918         tab, hack for inline labels which must be in the first column,
4919         * (compareLabel,pic16_findNextInstruction),
4920         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4921         * (insertBankSwitch): modified for the new pCodeAsmDir,
4922
4923 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4924         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4925
4926         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4927         instance,
4928         * (pushSide): commented out with #if,
4929         * (assignResultValue): fixed some typos in saving
4930         registers,
4931         * (genPcall): FIXED and sync'ed with genCall,
4932         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4933         * (genNearPointerGet): fixed to handle some more cases,
4934         implementation scheme via table reads,
4935         * (genConstPointerGet): modified to access code memory correct,
4936         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4937         and improved to handle some cases
4938         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4939         instead of "RETLW" for init data
4940         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4941         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4942         variables are placed in access bank memory (<0x80 and >=0xf80),
4943         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4944         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4945         TBLWT_POSTDEC,TBLWT_PREINC
4946         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4947         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4948         directives
4949         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4950         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4951         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4952         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4953
4954 2004-02-29  Borut Razem <borut.razem AT siol.net>
4955
4956         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4957         support/Util/findme.h, support/Util/system.h: enhance binary relative
4958         search for lib and include by using findProgramPath()
4959
4960 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4961
4962         * src/SDCCpeeph.h,
4963         * src/SDCCpeeph.c (pcDistance),
4964         * src/port.h,
4965         * src/mcs51/ralloc.h,
4966         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4967         * src/mcs51/main.h,
4968         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4969         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4970         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4971         size calculation port specific, started basis for some register
4972         optimizations
4973         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4974         missing push/pop of r0/r1. Optimized push/pops
4975         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4976         * device/lib/_modsint.c (_modsint),
4977         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4978         and stack version so regression tests pass
4979
4980 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4981
4982         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4983         * src/SDCCast.c (decorateType): catch another small optimization
4984         with '?' operator
4985         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4986         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4987         modified to finally use computeType() all over SDCC,
4988         see Feature Request #877103
4989         * src/SDCCval.h: cosmetic
4990         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4991         valCompare(); regression tested in muldiv.c
4992         * support/regression/tests/muldiv.c (testMod): mod sign follows
4993         dividend only
4994
4995 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4996
4997         * src/SDCCast.c (decorateType): fixed bug #902362
4998         * doc/INSTALL.txt: fixed install instructions for win32
4999
5000 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5001
5002         * device/include/Makefile.in (install): fixed by replacing spaces
5003         by tabs
5004         * doc/README.txt,
5005         * doc/INSTALL.txt: updated for release
5006         * doc/sdccman.lyx: added warning for --xstack being buggy
5007
5008 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5009
5010         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5011         to eliminate build warnings.
5012         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5013
5014 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5015            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5016
5017         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5018         removed -penable-stack, added comment for stack pragma, added
5019         warning for not initializing the stack/frame registers, removed
5020         comment at interrupts section
5021
5022         Stack is made permanent, there is no ability to disable stack usage.
5023         * src/pic16/device.h,
5024         * src/pic16/device.c: removed all references to USE_STACK macro,
5025         * src/pic16/device.c (pic16_dump_section): when no elements in
5026         rlist, free rlist before return,
5027         * (pic16_dump_int_registers): NEW, internal registers are a new set
5028         of general purpose registers reused by each function,
5029         * (checkAddReg): returns 1 if registers is added to set,
5030         * (pic16_groupRegistersInSection): when a registers is of type
5031         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5032         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5033         SRCASECMP macro is moved here from device.c
5034         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5035         PO_PCLATU, PO_PRODL, PO_PRODH,
5036         * (pic16_pCodeOpType, genMinus,
5037         changed compares to "a" register, with AOP_ACC,
5038         * (pic16_genPlus): fixed some bugs and indented properly,
5039         * (pic16_addSign): changed size to size+offset in the MOVWF
5040         instruction,
5041         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5042         multiply 8-bit operand by literal, result is 8-bit,
5043         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5044         multiply 2 8-bit operand, result is 8-bit,
5045         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5046         genUMult8X*_16,
5047         * src/pic16/gen.c: changed accUse to contain WREG only,
5048         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5049         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5050         true, do not use immediate addressing any more unless sym is a
5051         pointer in codespace,
5052         * (aopForRemat): do not use immediate addressing when symbol not in
5053         codespace and when symbol's address is requested,
5054         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5055         accUse size (= 1),
5056         * (aopGet): added case for AOP_ACC and don't return "accumulator
5057         bug" but WREG instead,
5058         * (popGetTempReg): pushes contents of temporary register in stack,
5059         * (popReleaseTempReg): pops contents of temporary register from
5060         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5061         * (pic16_popGet): separated case AOP_ACC to return register WREG
5062         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5063         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5064         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5065         the use of immediate pointers to certain cases only.
5066
5067         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5068         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5069         * (assignResultValue, genCall, genRet): modified to use the new
5070         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5071         genPcall is still broken,
5072         * (genFunction): added code to create 'A' type pBlocks when
5073         interrupt functions are generated, code not extensively tested yet,
5074         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5075         * (genEndFunction): modified so ISRs pop stored registers from stack,
5076         * (genMultOneByte): cleanup,
5077         * (AccRsh): added flag andmask, to and result with appropriate mask,
5078         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5079         * (genDataPointerGet): fixed and reenabled its use,
5080         * (genNearDataPointerGet): bugs fixed,
5081         * (genDataPointerSet): bugs fixed,
5082         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5083         pic16_DumpSymbol, pic16_DumpOp,
5084         * src/pic16/genutils.h: function prototypes for the above functions,
5085         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5086         pointers,
5087         * (pic16emitRegularMap): many many many improvements, but needs a
5088         major cleanup,
5089         * src/pic16/main.c: enable_stack in pic16_options is removed,
5090         * (_pic16_parseOptions): removed command line options -penable-stack,
5091         * (_process_pragma): emit stack symbol only when stack pragma is
5092         processed,
5093         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5094         redirected to FSR0L/FSR0H pair,
5095         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5096         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5097         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5098         for immediates,
5099         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5100         * (dumpPicOptype): NEW,
5101         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5102         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5103         with movff instruction,
5104         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5105         added pic16_int_regs, some packRegsFor* functions are commented out,
5106         because produce errors,
5107         * src/pic16/NOTES: minor modifications
5108
5109 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5110
5111         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5112         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5113         --pack-iram.
5114         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5115         * as/mcs51/lkaomf51.c: fixed bug #895763
5116
5117 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5118
5119         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5120
5121 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5122
5123         * doc/sdccman.lyx: added details about the HC08 storage classes and
5124         interrupts, fixed the register usage info for z80 & gbz80
5125
5126 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5127
5128         * doc/sdccman.lyx: added more pic16 port documentation
5129         * device/include/pic16/: added header pic18fregs.h
5130
5131 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5132
5133         * doc/sdccman.lyx: added Vangelis' contribution
5134
5135 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5136
5137         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5138         extend to the next CALL or PCALL, not just to the next CALL.
5139
5140 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5141
5142         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5143
5144 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5145
5146         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5147         bug #895752 and a better fix for bug #716790
5148
5149 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5150
5151         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5152
5153 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5154
5155         * doc/sdccman.lyx: minor changes, minor changed
5156
5157 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5158
5159         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5160         which can't handle SDCC_NEWONEBYTEOPS,
5161         (geniCodeMultiply): removed conversion from mult to shift for pic14
5162         and pic16
5163
5164 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5165
5166         * src/hc08/gen.h,
5167         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5168         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5169         thus fixing bug #895406
5170
5171 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5172
5173         * device/lib/_modsint.c,
5174         * device/lib/_modslong.c: sign follows divisor only
5175         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5176         signs or signedness can be ignored
5177         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5178         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5179         added optimization for IFX,
5180         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5181         arguments;
5182         reenabled optimization for IFX, which was removed on 2004-01-11
5183         * src/SDCCast.h: added return type IFX
5184         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5185         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5186         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5187         SDCC_OLDONEBYTEOPS selects the old behaviour
5188         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5189         changed again and commented promotion rule
5190         * src/SDCCval.c (valDiv): promotion no longer necessary
5191         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5192         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5193         rewritten
5194         * support/regression/tests/onebyte.c: added
5195
5196 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5197
5198         * gen.c (genInline): reverted to old code for assemnling inline
5199         code because of bug reported James Chadd
5200
5201 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5202
5203         * ralloc.h: missing declarations from previous patch,
5204         seems that patch for ralloc.h was never applied, fixed
5205
5206 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5207            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5208
5209         * pcode.c,
5210         * pcode.h,
5211         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5212         indirect addressing. Marked FSR0 as deprecated
5213         * gen.c (pointerCode): commented out, not needed now
5214         (pic16_popGet2p): new MOVFF helper function
5215         (genGenPointerGet),
5216         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5217         (shiftRLong): removed duplicate debugging info
5218
5219 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5220
5221         * src/ds390/gen.c (genNearPointerGet),
5222         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5223         optimization with bits, but not bitfields.
5224         * src/ds390/ralloc.c (packRegisters),
5225         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5226
5227 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5228
5229         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5230
5231 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5232
5233         * src/SDCCsymt.h,
5234         * src/SDCCicode.c (operandFromSymbol),
5235         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5236         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5237         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5238         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5239         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5240         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5241         bug #892038
5242         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5243         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5244         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5245         * src/SDCCsymt.c (newSymbol),
5246         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5247         enumerator_list),
5248         * src/SDCCval.h,
5249         * src/SDCCval.c (newiList): fixed bug #885705
5250
5251 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5252
5253         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5254         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5255
5256 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5257
5258         * device/include/c8051f120.h,
5259         * device/include/c8051f300.h,
5260         * device/include/c8051f310.h: added/updated header files for Silicon
5261         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5262         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5263         in new section Submitting patches
5264
5265 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5266
5267         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5268         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5269         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5270         genGenPointerSet),
5271         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5272         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5273         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5274         genGenPointerSet),
5275         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5276         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5277         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5278         genGenPointerSet),
5279         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5280         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5281         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5282         genGenPointerSet): fixed bug #892400
5283         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5284         to eliminate build warnings.
5285         * src/SDCCast.c (processParms),
5286         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5287         fixed bug 751859
5288         * support/valdiag/valdiag.py: added GCC to the list of defines active
5289         when compiling with gcc
5290
5291 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5292
5293         * support/Util/SDCCerr.h,
5294         * support/Util/SDCCerr.c,
5295         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5296         with an incomplete type (fixed bug #883734)
5297         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5298
5299 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5300
5301         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5302
5303 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5304
5305         * src/SDCCast.c (decorateType),
5306         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5307         function pointer implementation
5308         * support/regression/tests/funptrs.c: added tests to verify both forms
5309         of function pointers work correctly. Added tests to verify parameters
5310         are passed in the correct order.
5311
5312 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5313
5314         * device.c (regCompare): registers are sorted by ascending
5315         address and increasing size,
5316         * main.c (_pic16_finaliseOptions): removed the declaration
5317         of compiler macro MCU. Now a macro of the format pic18fxxxx
5318         will be defined from the command line
5319
5320 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5321             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5322
5323         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5324         PCOP_RLCF was overwritten!
5325         * gen.c (genSkip): commented out calls to pic16_emitcode,
5326         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5327         * (genlshTwo),
5328         * (genRRC): added debugging info,
5329         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5330         overwritten while shifting,
5331         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5332         overwritten while shifting,
5333         * (AccLsh),
5334         * (AccRsh),
5335         * (shiftLLeftOrResult),
5336         * (shiftRLeftOrResult),
5337         * (shiftRLong),
5338         * (shiftLLong): Implemented with pic16_emitpcode
5339         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5340         * (genLeftShift): Fixed bug, operand for shift by variable always
5341         was "and"ed with 0x0f,
5342         * (genLeftShiftLiteral),
5343         * (genrshTwo),
5344         * (genRightShiftLiteral): added debugging info,
5345         * (genrshFour): added comment,
5346         * (genRightShift): determined signedness from operand "left"
5347         instead of "result"
5348
5349 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5350
5351         * src/SDCCicode.c (geniCodeParms),
5352         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5353         function pointers, fixed function pointer bugs #861242 and #861896
5354
5355 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5356
5357         * device/include/c8051f000.h,
5358         * device/include/c8051f120.h,
5359         * device/include/c8051f300.h: added header files for Silicon
5360         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5361
5362 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5363
5364         * src/SDCCast.c (processParams): added new type flow and restructured
5365         (gatherAutoInit): added new type flow
5366         (addCast): cosmetic changes
5367         (getLeftResultType): added new type flow for array indices, patch
5368         provided by Stas, see FR #877103
5369         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5370         array index patch by Stas
5371         * src/SDCCast.h: added prototype getResultTypeFromType()
5372         * src/SDCCval.h,
5373         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5374         * src/pic/glue.c (pic14emitStaticSeg),
5375         * src/pic16/glue.c (pic16emitStaticSeg),
5376         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5377         for initialization of symbols
5378         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5379         * support/Util/SDCCerr.h:
5380         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5381         * .version: bumped version number to 2.3.8
5382         * device/include/Makefile.in (install),
5383         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5384         avoid warnings
5385
5386 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5387
5388         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5389         Slade Rich fixed an optimization bug
5390         * src/pic/pcodepeep.c,
5391         * src/pic/pcoderegs.c
5392         * doc/Makefile (install): added test for directory
5393
5394 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5395
5396         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5397         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5398         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5399         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5400         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5401         * as/mcs51/asexpr.c (term),
5402         * as/hc08/asexpr.c (term): fixed bug #887146
5403
5404 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5405
5406         * src/z80/gen.c (genMult): handle single byte result product
5407         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5408         DUMMY_READ_VOLATILE (fixed bug #886367)
5409
5410 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5411
5412         * support/regression/tests/libmullong.c: fixed logic, on little endian
5413         hosts we ended without a mullong_wrapper()
5414
5415 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5416
5417         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5418         virus/worm forged address usage.
5419
5420 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5421
5422         Fixed promotion, it should be done on AST level:
5423         * src/SDCCast.c (addCast): added promotion to int
5424         (decorateType): updated call to upCast()
5425         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5426         usualUnaryConversions()
5427
5428 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5429
5430         * support/regression/tests/literalop.c (mulWrapper): Added a
5431         wrapper to remove integer overflow warnings.
5432
5433         * support/regression/tests/float_trans.c: Made work on host.
5434
5435         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5436         location of sz80.
5437
5438         * support/regression/generate-cases.py (main): Changed from inline
5439         to a main method.
5440
5441         * doc/Makefile (install): Changed to depth first to get rid of
5442         missing directory install warning.
5443
5444         * as/Makefile (install-doc): Made work on Mac.
5445
5446 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5447
5448         * src/SDCCast.c: added an additional type flow in decorateType() of
5449         opposite direction, see feature request #860006; it's enabled at runtime
5450         by setting the environment variable SDCC_NEWTYPEFLOW
5451         * src/SDCCast.h: changed prototype of decorateType()
5452         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5453         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5454         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5455         see feature request #877103
5456         * src/SDCCval.c: updated call of decorateType()
5457         (valBitwise): fixed bug #882876
5458         (valMinus): added promotion
5459         (valLogicAndOr): result is unsigned
5460         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5461         * src/SDCCsymt.c (computeType),
5462         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5463         must not cause an unsigned operation
5464         * src/pic/glue (pic14emitRegularMap),
5465         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5466
5467 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5468
5469         * src/pic/pcode.c (PCodeID): commented out left over debug code
5470
5471 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5472
5473         * support/valdiag/tests/overflow.c: added shift tests
5474         * src/pic/device.c,
5475         * src/pic/gen.c,
5476         * src/pic/gen.h,
5477         * src/pic/glue.c,
5478         * src/pic/main.c,
5479         * src/pic/pcode.c,
5480         * src/pic/pcode.h,
5481         * src/pic/pcodepeep.c,
5482         * src/pic/pcoderegs.c,
5483         * src/pic/ralloc.c,
5484         * src/pic/ralloc.h: applied patch from Slade Rich;
5485         added support for multiple code pages and multiple RAM banks on the
5486         PIC 14 port. The ASM files now no longer simply assume all the
5487         code / RAM are in the same page / bank. This means the linker can
5488         safely allocate code/RAM of separate ASM files to different pages/banks.
5489         * doc/sdccman.lyx: added Slade's tips
5490         * src/mcs51/peeph.def: fixed bug #880768
5491
5492 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5493
5494         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5495         * src/SDCCast.c (decorateType): fixed bug #880197
5496
5497 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5498
5499         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5500         getopt.h.
5501
5502         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5503         strtof is not part of C89 and isn't included with Mac OS X.
5504
5505 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5506
5507         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5508         shiftL2Left2Result): fixed bug #879326
5509         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5510         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5511         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5512         address fetch for clr instruction
5513         * device/lib/hc08/_mulint.c: created optimized assembly version
5514         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5515
5516 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5517
5518         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5519         proposed in FR #877103
5520
5521 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5522
5523         * src/SDCCval.c (cheapestVal): added missing checks
5524         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5525         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5526
5527 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5528
5529         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5530         equal operands
5531
5532 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5533
5534         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5535         loaded with the linker search paths (-L arguments) and the libraries
5536         to be linked with the current source (-l arguments). Changes
5537         currently will affect only the pic16 port.
5538         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5539         include path the port specific paths and port specific libraries,
5540         * gplink command now contains the $3 argument,
5541         * src/pic16/device.h,
5542         * src/pic16/device.c,: structure PIC_device is made public and
5543         renamed to PIC16_device, the same for variable Pics which is renamed
5544         to Pics16. Updated all references to them.
5545         * src/pic16/glue.c (pic16glue): corrected bug with code
5546         initialization which bypassed the variable initializations block.
5547
5548         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5549         COMPILE_FLAGS and added the --nostdinc option
5550
5551 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * device/include/mc68hc908jb8.h: Register defs for another member
5554         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5555
5556 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5557
5558         Documenting changes from previous commits.
5559         * configure.in (version 1.56),
5560         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5561         when generating output files to configure the pic16 library,
5562         but now I've commented it out, since gputils aren't installed in the
5563         SF compile farm, so library won't compile
5564
5565         * device/lib/Makefile.in (version 1.56): initially I've added in
5566         target 'all' the prerequestive 'model-pic16' so it compiled the
5567         pic16 library, but now I've commented it out for the same reasons
5568         above,
5569         * added targets 'model-pic16' and 'objects-pic16' to compile the
5570         library
5571         * added target 'port-specific-objects-pic16' to handle the
5572         generated libraries and copy them into the build/ directory
5573         * added target 'clean-intermediate-pic16' to clean intermediate
5574         files into pic16 directory
5575         * in target 'installdirs' added line to create directory pic16 in
5576         the installation path
5577
5578         * device/include/Makefile.in (version 1.11): in target 'install'
5579         added lines to copy all header files to installation path,
5580         * in target 'installdirs' added line create directory for pic16
5581         headers in the installation path
5582
5583 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5584
5585         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5586          a function call
5587
5588 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5589
5590         * configure,
5591         * device/lib/configure.in,
5592         * device/lib/configure: fixed for autoconf 2.57
5593
5594 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5595
5596         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5597         option so that it actually works. Made it specific to the z80, since
5598         the gbz80 doesn't have these kinds of I/O ports.
5599
5600 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5601
5602         * device/include/z180.h,
5603         * device/lib/_memcpy.c,
5604         * device/lib/_memmove.c,
5605         * device/lib/_mulint.c,
5606         * device/lib/ser_ir.c,
5607         * device/lib/ser_ir_cts_rts.c,
5608         * device/lib/_strcmp.c,
5609         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5610         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5611         portmode; added deprecation warning for bank= and protmode= forms.
5612         Also, guard against buffer overflow.
5613         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5614
5615 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5616
5617         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5618         changed interrupt vector table generation to only emit declared vectors.
5619         * device/include/Makefile.in: added missing backslash
5620         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5621
5622 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5623
5624         Mainly changes to support compilation of the device libraries
5625         * src/pic16/device.c: stack is allocated via symbol and not
5626         via literal number. The symbol is placed in the corresponding
5627         position of the data ram
5628         * (pic16_dump_section): relocatable and absolute uninitialized
5629         data are now emitted in sorted order to reduce section naming,
5630         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5631         weren't marked as being in the access bank,
5632
5633 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5634
5635         Added portion of GNU PIC Library under the directory
5636         device/include/pic16 and device/lib/pic16. These files
5637         contain the declarations of SFRs for the PIC18Fxx2 devices.
5638         The directory is initialized via configure from toplevel.
5639
5640 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5641
5642         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5643         the spilllocations to be compared correctly
5644
5645 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5646
5647         * src/SDCCast.c (decorateType): fixed bug introduced today
5648
5649 2004-01-12  Borut Razem <borut.razem AT siol.net>
5650
5651         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5652         doc/sdccman.lyx: upper case pragmas are deprecated
5653
5654 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5655
5656         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5657         in simpler and even better code
5658
5659 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5660
5661         * src/SDCCicode.c (operandOperation): fixed bug #874819
5662         * src/SDCCast.c (decorateType): fixed
5663         char foo (unsigned long ul) { return ul > 0; }
5664
5665 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5666
5667         * doc/sdccman.lyx: Moved and added some sections, small changes
5668         all over. Telling LaTeX to be less strict with word spacing
5669         to better keep the right margin. Changed some notes about
5670         maintainance of the ports in section 3.2.1 - is it OK like this?
5671
5672 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5673
5674         SDCC source changes:
5675         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5676         convilong): modified to inform the pic16 port that builtin functions
5677         are external
5678
5679         PIC16 PORT specific changes:
5680         * src/pic16/device.c pic16_dump_equates() added,
5681         processor registers declared internally by the port are emitted in
5682         the translation as equates,
5683         * src/pic16/gen.c: inline code is passed unprocessed to the
5684         translation,
5685         * (pic16_popGetLit2): fnuction modified to take second operand as
5686         pCodeOp pointer and not as literal,
5687         * (popRegFromIdx): prefixed with pic16_,
5688         * (pic16_popCombine2): modified to receive already allocated pCode
5689         operands,
5690         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5691         * (genFunction): initializes local stack frame and pushes on stack
5692         all the registers used by this function,
5693         * (genEndFunction): restores all registers from stack and restores
5694         stack frame,
5695         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5696         improvements,
5697         * (pic16glue): changed the program startup sequence,
5698         * added new dbName code 'A' for functions placed in absolute section
5699         * src/pic16/main.c: added function attribute _naked,
5700         * added pragma 'code' to place a fnuction at an absolute address,
5701         * added command line arguments --debug-ralloc and --pcode-verbose,
5702         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5703         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5704         * (pic16_newpCodeOpLit2): modified to take the second operand as
5705         pCodeOp pointer,
5706         * (pic16_printpBlock): modified to emit each function in a separate
5707         section,
5708         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5709         UPPER for immediate operands,
5710         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5711         instruction,
5712         * src/pic16/peeph.def: all peepholes with movff are commented out,
5713         because there is a problem in the pcode peep optimizer,
5714         * src/pic16/ralloc.c: the register allocator can now reuse local
5715         function symbols for another function. This saves register usage.
5716         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5717
5718         Added file src/pic16/NOTES with information about program writing on
5719         the current port version.
5720
5721 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5722
5723         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5724         and peephole 252 (array access)
5725
5726 2004-01-09  Borut Razem <borut.razem AT siol.net>
5727
5728         * src/SDCCmain.c : fixed #872250: -l command line defined library
5729           files are scanned before standard library files
5730
5731 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5732
5733         * src/SDCCast.c (decorateType): fixed bug #874046
5734
5735 2004-01-09  Borut Razem <borut.razem AT siol.net>
5736
5737         * support/scripts/sdcc.nsi: remove previous installation
5738
5739 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5740
5741         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5742         bytes for last interrupt vector (mcs51)
5743         * sdcc.spec: fixed typo
5744
5745 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5746
5747         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5748         gen51Code): more efficient parameter receive for --model-large
5749         ("bug" #845294)
5750
5751 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5752
5753         * src/ds390/main.c,
5754         * src/z80/main.c: added missed needLinkerScript flags (more than
5755         one port structure defined in these file)
5756         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5757         bug #795325
5758
5759 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5760
5761         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5762         * src/port.h: added flag needLinkerScript in port->linker
5763         structure to inform whether to create a .lnk file or not,
5764         * src/avr/main.c,
5765         * src/ds390/main.c,
5766         * src/hc08/main.c,
5767         * src/mcs51/main.c,
5768         * src/pic/main.c,
5769         * src/pic16/main.c,
5770         * src/xa51/main.c,
5771         * src/z80/main.c: changed appropriately to configure
5772         needLinkerScript flag
5773         * src/pic/gen.c,
5774         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5775         * src/pic/glue.c: added variable udata_section_name to
5776         override default uninitialized data segment definition for
5777         devices only with SHAREBANK memory (reported from Erik Epetrich)
5778         * (pic14emitOverlay): modified to emit a commented overlay segment
5779         directive when no overlay data exist
5780         * (picglue): modified to emit uninitialized data segment
5781         according to udata_section_name
5782         * src/pic/main.c (_pic14_parseOptions): added command line
5783         options --udata-section-name=[name] to override default
5784         udata definition name
5785         * modified _linkCmd and _asmCmd to include compiler passed
5786         arguments via -W option
5787         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5788         object file from '.rel' to '.o' in port->linker structure,
5789         changed size of fptr from 2 to 3 in port structure
5790
5791 2004-01-07  Borut Razem <borut.razem AT siol.net>
5792
5793         * support/scripts/sdcc.nsi: update PATH
5794         * support/scripts/sdcc.ico: craeted
5795
5796 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5797
5798         * device/include/Makefile.in: fix install
5799         * doc/Makefile: fix install
5800
5801 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5804         in bug #860505
5805         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5806         how the function variable allocation summary is displayed; also
5807         include information about variables allocated to the overlay
5808         segment
5809
5810 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5811
5812         * as/mcs51/lkmain.c: Help about -Y option
5813         * as/mcs51/lkarea.c: Fixed gcc warnings
5814
5815 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5816
5817         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5818         fixed warning
5819         * support/valdiag/tests/overflow.c: added
5820         * src/SDCCast.c (decorateType),
5821         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5822         LEFT_OP (left shift)
5823
5824 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5825
5826         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5827         (default behaviour).
5828
5829 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5830
5831         A python script to validate compiler diagnostic messages. It can be
5832         used to verify that sdcc complains about bad c source code and
5833         gives a good location of the error.
5834         * support/valdiag/Makefile,
5835         * support/valdiag/valdiag.py,
5836         * support/valdiag/tests/*
5837
5838 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5839
5840         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5841         * src/SDCCsymt.c (newEnumType),
5842         * src/SDCCsymt.h
5843         * support/Util/SDCCerr.c,
5844         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5845         enum related bugs.
5846         * support/regression/tests/enum.c: added test for enum values that
5847         require at least 2 bytes of storage.
5848
5849 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5850
5851         * src/common.h: added ifndef/define/endif macros
5852         around the header file.
5853         Bug reported from Jesus Calvino-Fraga
5854
5855 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5856
5857         * sdcc.spec: updated
5858         * device/include/Makefile.in: don't install CVS directories
5859         * device/lib/Makefile.in: added removal of CVS directories after install
5860         * doc/Makefile: fixed install, added local_icons
5861         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5862         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5863         * src/ds390/gen.c (genRightShift): fixed bug #870788
5864         * src/SDCCast.c (decorateType): fixed bug #870781
5865
5866 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5867
5868         PIC16 port related changes:
5869         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5870         added variable stackPos,
5871
5872         * gen.c: genCall, assignResultValue: added support for
5873         pushing/retrieving function parameters to/from stack,
5874         genFunction,genEndFunction: setup stack frame for the
5875         generated function,
5876         genAddrOf: will be changed according to bug 863624
5877
5878         * added files genutils.c and genutils.h which contain gen*
5879         debugged and optimised functions extracted from gen.c
5880
5881         * glue.c: added variable 'externs' which holds extern symbols,
5882         pic16emitRegularMap: is modified to properly handle relocatable
5883          symbols under the new scheme,
5884         pic16createInterruptVect: is modified
5885         pic16printPublics: is modified to emit 'global' assembler directives,
5886         added pic16_printExterns to print extern symbols,
5887         pic16glue: initializes stack/frame pointer in the beginning of
5888         the assembly output. Temporary hack, will be corrected later,
5889         because gplink yet does not support stack and SDCC does not
5890         yet support a type of crt0.o object to create the final binary.
5891
5892         * Removed many lines that contain 8051 legacy code.
5893         * The code is finally placed under a 'code' directive.
5894         * Added port specific options.
5895
5896         * _process_pragma: simplified since now we do not need *special*
5897         include file to define SFR registers. But a separate header
5898         will be needed. This will be developed later.
5899         * _pic16_parseOptions: added, parses port specific options:
5900         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5901         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5902         --preplace-udata-with=
5903
5904         * _pic16_setDefaultOptions: modified to initialize section names,
5905         but hack is temporarly out of order since it needs improvement.
5906         * _pic16_genAssemblerPreamble: configuration words are emitted by
5907         their address instead of their name. This part is incomplete and
5908         supports only the 18Fxx2 devices. Other devices will emit an error
5909         during assembly since they do not contain the same set of config
5910         registers
5911         * _pic16_genIVT: is modified,
5912
5913         * pcode.c: added definitions for some hardware registers that are needed
5914         for stack support
5915         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5916         All PCI entries are updated. Now LFSR is supported.
5917         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5918         * added pic16_newpCodeOpLit2 to support instructions with
5919         two literal arguments
5920         * pic16_pCode2str: corrected code that emits assembler instructions
5921         with two literal operands and those that have an access bit modifier
5922         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5923         this fixes a bug which caused some labels to be lost, when an
5924         assembler directive was added, i.e. banksel,
5925         * pic16_FixRegisterBanking: improved logic that causes the insertion
5926         of bank switching,
5927         * InlineFunction: functions that are called once, are not any more
5928         inlined. This can be a port option in the future,
5929
5930         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5931
5932         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5933         hold the corresponding uninitialized symbols,
5934         * pic16_allocProcessorRegister: registers have explicit marked the
5935         accessBank field,
5936         * pic16_allocInternalRegister: registers are explicit marked as
5937         not used,
5938         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5939         processing list, so bit registers were lost,
5940         *
5941
5942         * ralloc.h: added field 'accessBank' and original symbol operand
5943         in register definition,
5944         * removed the field isMapped from register definition,
5945
5946         ** Several functions have been removed from various sources:
5947         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5948         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5949         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5950         pic16_assignRelocatableRegisters
5951
5952         ** others have been introduced:
5953         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5954         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5955
5956 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5957
5958         * support/scripts/inc2h.pl: changed definition of BIT_AT
5959         to emit 'sbit at' instead of 'bit at'. This was a request.
5960
5961         PIC16 port related preliminary changes:
5962         * gen.c: prefixed function popRegFromString with
5963         pic16_ and all references to it corrected
5964         * pcode.c: all pic16_pc_* hardware registers prefixed
5965         with underscore (_),
5966         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5967         * ralloc.c: newReg(): when register is REG_SFR then
5968         set address to rIdx,
5969         pic16_allocProcessorRegister(): marks register wasUsed=0
5970         pic16_writeUsedRegs(): added a call to assign processor
5971         registers via pic16_assignFixedRegisters
5972
5973 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5974
5975         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5976         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5977         variables in unused register banks.  Also the SSEG is placed
5978         wherever there is enough space for it, and IDATA can be anywhere
5979         in internal RAM.  For now compile using -Wl-Y[stack_size].
5980         The mem file is different for this option as well, since it
5981         makes no sense of talking about DSEG lenght.
5982
5983 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5984
5985         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5986         in certain cases, e.g. when ROM assignment, patch provided
5987         from Albert den Haan.
5988
5989 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5990
5991         Many signedness and type propagation fixes:
5992         * src/SDCCicode.c: made geniCodeCast() static
5993         replaced SPEC_ by IS_ (cosmetic)
5994         (operandOperation): fixed div and mod operation
5995         (usualBinaryConversions): added support for promotion of char
5996         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5997         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5998         (geniCodeAdd): an array index will stay unsigned, even if promoted
5999         from char to int
6000         (geniCodeArray): ditto
6001         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6002         * src/SDCCsymt.c (computeType): added more support for char;
6003         promotion of char is selectable by promoteCharToInt, fixed signedness
6004         for all cases
6005         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6006         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6007         * src/SDCCval (val*): replaced signedness calculation by
6008         computeType()
6009         rearranged if-branches (cosmetic)
6010         (valShift): added warning W_SHIFT_CHANGED
6011         (valCompare): fixed problem with different types
6012         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6013         * support/regression/tests/literalop.c: added many cases
6014         * support/regression/tests/ast_constant_folding.c: changed finally to
6015         'unsigned int'
6016         * .version: new year, new version: 2.3.7
6017         * src/SDCCmain.c (main): applied patch #866468
6018         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6019         provided by Scott Bronson
6020         * doc/sdccman.lyx: updated documentation for sdcdb
6021         updated and added chapter tips
6022
6023 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6024
6025         * src/SDCCsymt.h: missing from yesterday's commits
6026
6027 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6028
6029         * src/SDCC.y (struct_or_union_specifier),
6030         * support/Util/SDCCerr.c,
6031         * support/Util/SDCCerr.h: verify that struct & union tags are used
6032         as declared.
6033
6034 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6035
6036         * src/SDCCglobl.h: missing from yesterday's commits
6037
6038 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6039
6040         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6041         sft_attributes, struct_declaration, parameter_declaration,
6042         type_name, start_block, declaration_list),
6043         * src/SDCC.lex (check_type): support redefinition of typedef names
6044
6045 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6046
6047         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6048         aligned xdata arrays. Erik helped me with the if clause.
6049
6050 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6051
6052         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6053         warning
6054
6055 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6056
6057         * src/SDCCast.h,
6058         * src/SDCCast.c (newAst_),
6059         * src/SDCCicode.h,
6060         * src/SDCCicode.c (ast2iCode, newiCode),
6061         * src/SDCCglobl.h,
6062         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6063         expr, statement, expression_statement, selection_statement,
6064         iteration_statement, expr_opt, jump_statement): foundation for tracking
6065         sequence points
6066         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6067         point code too)
6068
6069 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6070
6071         * support/Util/SDCCerr.c,
6072         * src/SDCCast.h,
6073         * src/SDCCast.c (createCase, createDefault, decorateType),
6074         * src/SDCClabel.c (labelUnreach),
6075         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6076         to error messages.
6077         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6078         (with thanks to Stas Sergeev)
6079         * device/include/time.h,
6080         * device/lib/time.c (CheckTime): suppress unreachable code warning
6081
6082 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * src/SDCCast.c (createIvalCharPtr),
6085         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6086         bug #753752)
6087         * support/regression/tests/nullstring.c: tests for these two bugs
6088
6089 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6090
6091         * support/Util/SDCCerr.h,
6092         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6093         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6094         about storage class and 'at' used inside struct or union
6095         * src/SDCCBBlock.c (iCodeFromeBBlock),
6096         * src/SDCCcse.c (ifxOptimize),
6097         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6098         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6099         printIval, emitStaticSeg, emitOverlay),
6100         * src/SDCClabel.c (deleteIfx),
6101         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6102         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6103         gatherAutoInit, processParms),
6104         * support/Util/SDCCerr.h,
6105         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6106         reporting for post-parse errors.
6107
6108 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6109
6110         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6111         implicit casts via union; they don't work on big endian systems
6112         (possible fix for bug #861138)
6113
6114 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6115
6116         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6117         * src/mcs51/main.c: fixed the fix for bug #737001
6118
6119 2003-12-15  Borut Razem <borut.razem AT siol.net>
6120
6121         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6122
6123 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6124
6125         * support/makebin/makebin.c: put output in binary mode
6126
6127 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6128
6129         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6130         xdata and data memory on startup. Set the environment variable
6131         SDCC_NOGENRAMCLEAR to disable this.
6132         * src/mcs51/peephole.def,
6133         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6134         (allows non-interrupt and interrupt code to safely compete for a resource
6135         without the non-interrupt code having to disable interrupts)
6136
6137 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6138
6139         * src/SDCCicode.c (geniCodeAdd),
6140         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6141         with valFromType if type might be a pointer and host is big endian).
6142         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6143         types, not just integer types.
6144         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6145         multiply defined with mismatching "at" address.
6146
6147 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6148
6149         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6150         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6151         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6152         with embedded nulls (fixed bug #753752)
6153
6154 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6155
6156         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6157         Apparently this did not see much testing (endless loop)
6158
6159 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6160
6161         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6162
6163 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6164
6165         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6166         gracefully handle NULL memmap pointers
6167
6168 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6169
6170         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6171         instead of deleting the iCode when an operand is volatile
6172         * src/z80/gen.c (genDummyRead),
6173         * src/mcs51/gen.c (genDummyRead),
6174         * src/ds390/gen.c (genDummyRead),
6175         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6176         not just IC_RIGHT
6177         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6178         * src/SDCC.y: fixed bug #850420
6179
6180 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         Applied z80 i/o port patch from Peter Townson and fixed some operators
6183         to better handle operands in A register.
6184         * device/include/z180.h
6185         * src/SDCC.y
6186         * src/SDCCglue.c
6187         * src/z80/gen.c
6188         * src/z80/gen.h
6189         * src/z80/main.c
6190         * src/z80/peeph-z80.def
6191         * src/z80/peeph.def
6192         * src/z80/z80.h
6193
6194 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6195
6196         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6197
6198 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6199
6200         * device/lib/hc08/_mullong.c: Removed extra #endif
6201
6202 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * sim/ucsim/hc08.src/inst.cc,
6205         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6206         carries from x to h
6207         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6208         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6209         * device/include/stdarg.h: fixed varargs for hc08
6210         * device/lib/Makefile.in,
6211         * device/lib/hc08/Makefile,
6212         * device/lib/hc08/_mulint.c,
6213         * device/lib/hc08/_mullong.c: fixed some endian problems
6214
6215 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6216
6217         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6218         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6219         * device/lib/_gptrget.c,
6220         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6221
6222 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6223
6224         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6225         * src/SDCCast.c (astErrors): fixed bug #846007
6226         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6227
6228 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/SDCCast.c (decorateType): disabled a transformation I added in
6231         revision 1.188 (access to fields of a structure at an absolute address);
6232         it breaks with bitfields, extern declarations, and gcse analysis.
6233         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6234         could be assigned through a pointer, so don't complain.
6235         * src/SDCCast.c (astErrors),
6236         * src/SDCCast.h,
6237         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6238
6239 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6240
6241         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6242         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6243         output of __config directives, since gpasm now supports them
6244         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6245         pre-processor macro, i.e. -DMCU=p18f452
6246         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6247         and modified to handle 'cast' icode similarly to '=' icode
6248         * src/pic16/device.h (typedef struct PIC_device): added field
6249         'extMIface' to indicate that chip has external memory interface
6250         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6251         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6252         18F8720
6253
6254 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6255
6256         * src/SDCC.y (pointer): fixed bug #846006
6257         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6258         * src/SDCCast.c (decorateType): fixed bug #846009
6259         * src/ds390/peeph.def,
6260         * src/ds390/gen.c (genAnd, genOr),
6261         * src/mcs51/peeph.def,
6262         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6263
6264 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6265
6266         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6267         * src/SDCCdflow.c
6268         * src/SDCCcse.c
6269         * src/SDCCcse.h
6270         * src/SDCCBBlock.h
6271         * src/SDCCBBlock.c
6272
6273 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6274
6275         fixed bug #845089
6276         * src/SDCCbitv.h,
6277         * src/SDCCbitv.c: added function to free a bitvector
6278         * src/SDCClrange.h,
6279         * src/SDCClrange.c: added function to recompute the liveranges
6280         * src/avr/ralloc.c,
6281         * src/ds390/ralloc.c,
6282         * src/hc08/ralloc.c,
6283         * src/mcs51/ralloc.c,
6284         * src/pic/ralloc.c,
6285         * src/pic16/ralloc.c,
6286         * src/xa51/ralloc.c,
6287         * src/z80/ralloc.c: recompute the liveranges after register packing
6288
6289 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6290
6291         * src/SDCCloop.c (newInduction): fixed bug #845630
6292
6293 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6294
6295         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6296         inadvertantly left behind from my 2003-11-12 change
6297
6298 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         Updated headers I neglected to commit yesterday.
6301         * src/SDCClrange.h,
6302         * src/SDCCicode.h
6303
6304 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6307         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6308         * src/SDCCopt.c (eBBlockFromiCode),
6309         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6310         the creation of the key hash table from the sequencing so it can be used
6311         earlier (for some GCSE bug fixes still pending)
6312
6313 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6314
6315         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6316         * support/regression/tests/addsub.c: testing genPlus shortcut
6317
6318 2003-11-15  Borut Razem <borut.razem AT siol.net>
6319
6320         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6321
6322 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6323
6324         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6325         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6326         ordering is immaterial.
6327         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6328
6329 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6330
6331         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6332         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6333         (SIGSEV) of bug #840381
6334         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6335         unlink new file before rename if new and old filenames are the same)
6336
6337 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6338
6339         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6340         uninitialized variables) for the mcs51. Set environment variable
6341         SDCC_GENRAMCLEAR to test.
6342         xdata initialization slightly shorter
6343
6344 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * src/SDCCsymt.h,
6347         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6348         #838241 & 780691 (basicly the same bug)
6349         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6350         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6351
6352 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6353
6354         * src/SDCCmain.c (linkEdit): "fix" #834252
6355
6356 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6359         * src/SDCCast.h,
6360         * src/SDCC.y: fixed bug #819403
6361
6362 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6365         the reentrant attribute.
6366         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6367         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6368         simulation
6369         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6370         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6371         erroneously reduced to a literal.
6372         * src/hc08/ralloc.c (packRegisters, rematStr),
6373         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6374         some cases
6375
6376 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6377
6378         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6379         * doc/sdccman.lyx: changed from 'article' to 'book'
6380         * doc/Makefile: readded test_suite_spec and cdbfileformat
6381
6382 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6383
6384         * device/include/stdlib.h: include malloc.h to comply with ANSI
6385         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6386
6387 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6388
6389         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6390         * doc/clean.mk: also remove *.out files
6391         * doc/sdccman.lyx: some additions, larger top/bottom margins
6392
6393 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         * src/SDCC.y: fixed bug #837365
6396         * support/regression/tests/bitopcse.c
6397         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6398         a symbol (might be valop instead)
6399         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6400         * device/lib/clean.mk: added hc08 to the cleaning list
6401
6402 2003-11-04  Borut Razem <borut.razem AT siol.net>
6403
6404         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6405           made 2003-11-04
6406         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6407           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6408           malloc is declared in standard stdlib.h
6409
6410 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6411
6412         * device/lib/hc08/Makefile: need to clean .rel not .o files
6413         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6414
6415 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * src/port.h,
6418         * src/hc08/main.c,
6419         * src/mcs51/main.c,
6420         * src/ds390/main.c,
6421         * src/z80/main.c,
6422         * src/avr/main.c,
6423         * src/pic/main.c,
6424         * src/pic16/main.c,
6425         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6426         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6427         tests (which uses the port's oclsExpense function)
6428         * src/SDCC.y,
6429         * src/SDCCast.c,
6430         * src/SDCCicode.c,
6431         * src/hc08/gen.c,
6432         * src/ds390/gen.c,
6433         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6434
6435 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6436
6437         * src/SDCCcse.c (ifxOptimize),
6438         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6439         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6440         deleting the IFX iCode.
6441         * src/hc08/ralloc.c: reduced unneeded slocs
6442         * src/hc08/gen.c: fixed bug in asmopToBoolean
6443
6444 2003-11-04  Borut Razem <borut.razem AT siol.net>
6445
6446         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6447           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6448           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6449           transferred to configure
6450
6451 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6452
6453         Use headers defined in the C[++] standards:
6454         * sim/ucsim/gui.src/serio.src/fileio.cc
6455         * sim/ucsim/gui.src/serio.src/frontend.cc
6456         * sim/ucsim/gui.src/serio.src/main.cc
6457         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6458         * support/Util/NewAlloc.c
6459         * as/hc08/lklibr.c
6460         * as/mcs51/lklibr.c
6461         * as/z80/aslist.c
6462         * as/z80/assym.c
6463
6464 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6465
6466         * Added MSVC projects for hc08 assembler and linker:
6467         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6468         /as/hc08/link_hc08.dsp
6469
6470 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6471
6472         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6473
6474 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6475
6476         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6477
6478 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6479
6480         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6481
6482 2003-10-31  Borut Razem <borut.razem AT siol.net>
6483
6484         * support/cpp2/cpplib.h,
6485           support/cpp2/cpplib.c,
6486           support/cpp2/cpplex.c,
6487           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6488           to switch _asm block preprocessing on / off. Default is
6489           #pragma preproc_asm +
6490
6491 2003-10-31  Borut Razem <borut.razem AT siol.net>
6492
6493         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6494           when outputting comment blocks (when executed with -C option) and
6495           _asm (SDCPP specific) blocks
6496
6497 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6500
6501 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6502
6503         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6504
6505 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6506
6507         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6508         * src/SDCCast.c (decorateType): fixed bug #832664
6509
6510 2003-10-31  Borut Razem <borut.razem AT siol.net>
6511
6512         * support\cpp2\cpplex.c: fixed for SDCPP:
6513           comments(when executed with -C option) and _asm blocks
6514           were included even if they where in skipped #if block.
6515           Applied solution from GCC cpp 3.3.2
6516
6517 2003-10-31  Borut Razem <borut.razem AT siol.net>
6518
6519         * src/SDCC.lex: sdcc now understands both formats:
6520           '# <line_number> <file_name>' and
6521           '#line <line_number> <file_name>'
6522         * support/cpp2/cppmain.c: sdcpp now generates the standard
6523           '# <line_number> <file_name>' instead of former
6524           '#line <line_number> <file_name>'
6525
6526 2003-10-30  Borut Razem <borut.razem AT siol.net>
6527
6528         * support/cpp2/cpphash.h,
6529         * support/cpp2/cpplib.h
6530         * support/cpp2/cpplex.c,
6531         * support/cpp2/cppmain.c,
6532         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6533
6534 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         Fixed a number of problems revealed by bug #827883.
6537         * src/SDCCloop.c (loopInvariants): Spill location of the
6538         result operand should be recomputed if extracted from
6539         a loop. Also, don't extract assignments of an iTemp
6540         from a literal.
6541         * src/SDCCast.c (isConformingBody): loop reversal should
6542         not occur if the control variable is involved with a
6543         relational operator.
6544
6545 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6546
6547         * .version: bumped to 2.3.6 to reflect the big improvements
6548         made by Erik and Klaus. Thanks!
6549
6550 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6551
6552         Replaced the livrange code.
6553         * src/SDCClrange.c: added new LR code
6554         * src/SDCCloop.c,
6555         * src/SDCCBBlock.h: removed remainig parts from old LR code
6556         * src/ds390/ralloc.c,
6557         * src/ds390/gen.c: minor fixes to make it work with new code
6558
6559 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * as/hc08/asm.h,
6562         * as/hc08/lkrloc.c,
6563         * src/hc08/gen.c,
6564         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6565         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6566         (tweaked fix for bug #818696)
6567
6568 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6571
6572 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/SDCCmain.c,
6575         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6576         * src/mcs51/gen.c (gencjneshort),
6577         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6578         more efficient (per Scott Bronson's suggestion)
6579
6580 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6581
6582         Extended the semantics of the critical keyword to include
6583         individual statements. See RFE #827755 and #799831
6584         * src/SDCC.y
6585         * src/SDCCicode.c
6586         * src/SDCCopt.c
6587         * src/SDCCast.c
6588         * support/Util/SDCCerr.c
6589         * support/Util/SDCCerr.h
6590         * src/mcs51/gen.c
6591         * src/ds390/gen.c
6592         * src/hc08/gen.c
6593
6594 2003-10-19  Borut Razem <borut.razem AT siol.net>
6595
6596         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6597
6598 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6599
6600         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6601         Fixed bug #818696
6602         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6603         and predecrement operand is displayed
6604
6605 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6606
6607         * src/SDCCval.c (valMinus): fixed bug #826041
6608
6609 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6610
6611         Some hc08 related updates that I missed earlier
6612         * sim/ucsim/stypes.h
6613         * support/regression/ports/hc08/spec.mk
6614
6615 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         New target "hc08" for the Motorola 68hc08 family of micros
6618
6619         * configure
6620         * configure.in
6621         * Makefile
6622         * src/hc08/*
6623         * src/SDCCmain.c
6624         * src/port.h
6625         * sim/ucsim/hc08.src/*
6626         * sim/ucsim/configure.in
6627         * src/ucsim/configure
6628         * sim/ucsim/packages_in.mk
6629         * as/hc08/*
6630         * as/Makefile
6631         * device/include/mc68hc908qy.h
6632         * device/lib/hc08/*
6633         * device/lib/Makefile.in
6634         * support/regression/ports/hc08/*
6635         * support/regression/Makefile
6636
6637 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6638
6639         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6640         regression test
6641         * src/ds390/gen.c (genCast): fixed bug #821957
6642
6643 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6644
6645         * device/lib/logf.c: "fixed" overlay bug
6646         * support/regression/ports/host/spec.mk: added m library
6647         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6648         * support/regression/tests/float_trans: added (for Eric)
6649
6650 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6651
6652         * src/mcs51/gen.c (genCpl): fixed bug
6653         http://sf.net/mailarchive/message.php?msg_id=6263915
6654
6655 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6656
6657         * src/SDCCast.c (decorateType): added extended constant folding
6658         * src/SDCCsymt.c (computeType): cleanup
6659         * src/SDCCval.c (valShift): minor optimization
6660         * support/regression/tests/ast_constant_folding.c: added
6661
6662 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6663
6664         * src/SDCCmain.c: removed some unintended changes
6665
6666 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6667
6668         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6669         * src/z80/gen.c: fixed part of bug #817589
6670         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6671
6672 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6673
6674         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6675         * src/SDCCcflow.c
6676         * src/SDCCcse.c
6677         * src/SDCCdflow.c
6678         * src/SDCClabel.c
6679         * src/SDCClrange.c
6680         * src/SDCCmem.c
6681         * src/SDCCopt.c
6682         * src/SDCCpeeph.c
6683         * src/SDCCset.c
6684         * src/avr/ralloc.c
6685         * src/ds390/ralloc.c
6686         * src/izt/ralloc.c
6687         * src/mcs51/ralloc.c
6688         * src/pic/ralloc.c
6689         * src/pic16/ralloc.c
6690         * src/xa51/ralloc.c
6691         * src/z80/ralloc.c
6692         * src/z80/gen.c: removed unused label "release:"
6693
6694 2003-10-06  Borut Razem <borut.razem AT siol.net>
6695
6696         * src/SDCC.lex: removed definition of unused variables
6697           save_optimize and save_options
6698
6699 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6700
6701         * clean.mk: removed '=' in "-maxdepth=1"
6702         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6703         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6704
6705 2003-10-06  Borut Razem <borut.razem AT siol.net>
6706
6707         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6708           my_unput() replaced by unput()
6709
6710 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6711
6712         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6713         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6714         type-punned pointer will break strict-aliasing rules"
6715         Old LR behaviour is again default; Klaus' LR can be choosen by
6716         defining the environment variable LRKLAUS
6717         * src/SDCCBBlock.h
6718         * src/SDCCloop.c
6719         * src/SDCClrange.c
6720         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6721         * clean.mk: fixed removal of files in bin/CVS/
6722         * device/lib/clean.mk: fixed removal of directories small and large
6723         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6724         * src/SDCCicode.c,
6725         * src/SDCCval.c: removed superflous test for pedantic
6726
6727 2003-10-05  Borut Razem <borut.razem AT siol.net>
6728
6729         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6730           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6731           message "unmatched #pragma SAVE and #pragma RESTORE"
6732
6733 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6734
6735         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6736           assembly, critical functions, atomic, nojtbound)
6737
6738 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6741         * src/SDCCBBlock.h
6742         * src/SDCCloop.c
6743         * src/SDCCloop.h
6744         * src/SDCClrange.c
6745
6746 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6747
6748         * src/z80/gen.h,
6749         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6750         * src/mcs51/gen.h
6751         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6752         * src/ds390/gen.h
6753         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6754         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6755         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6756
6757 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6758
6759         * src/z80/gen.c (genRet): fixed bug #524753
6760         * src/z80/gen.c (genCast): fixed internal error on cast from
6761         pointer to long
6762         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6763         fix for bug #477835 to the z80
6764         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6765         for tracking iCodes in the peephole optimizer for z80
6766
6767 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6768
6769         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6770         the other part of bug #814548
6771         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6772
6773 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6774
6775         * src/SDCCcse.c: fixed part of bug #814548
6776
6777 2003-09-28  Borut Razem <borut.razem AT siol.net>
6778
6779         * src/asm.c: rewrite of printILine() to use temporary file instead
6780           a pipe
6781         * src/xa51/main.c: commented out declaration of int rewinds
6782
6783 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6784
6785         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6786
6787 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6790         * src/asm.c (printILine): Fixed bug #811015
6791
6792 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6793
6794         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6795         freeing.
6796
6797 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6798
6799         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6800         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6801         to correctly handle general case of AOP_PAIRPTR
6802         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6803
6804 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6805
6806         * src/mcs51/ralloc.c (fillGaps),
6807         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6808         register positioning bug)
6809
6810 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6811
6812         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6813
6814 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6815
6816         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6817         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6818         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6819         (ralloc doesn't intentionally do this now, but perhaps later)
6820         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6821         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6822         register positioning bugs (Fixed bug #762602 and #795325)
6823         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6824         (Fixed bug #808779)
6825         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6826         lines that --i-code-in-asm generates
6827
6828 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6829
6830         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6831         trying to fclose a FILE* that was already closed.
6832
6833 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6834
6835         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6836         of const struct should be treated as if const themselves)
6837
6838 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6839
6840         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6841
6842 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6843
6844         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6845         Unix (/n) and DOS (/r/n) line terminations.
6846
6847 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6848
6849         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6850         bug #613775
6851
6852 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         * src/mcs51/gen.c (genFunction, genEndFunction),
6855         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6856         and restore of EA so that stack offsets to parameters are
6857         correct when using both critical and reentrant/stack-auto.
6858         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6859         size (can be triggered in error if sloc is shared between
6860         different sized objects)
6861         * device/include/float.h: fixed macros to explicitly use
6862         unsigned long where needed
6863
6864 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6865
6866         Feature req. 799831: added code to allow nesting of critical functions
6867         * src/mcs51/gen.c (genFunction, genEndFunction)
6868         * src/ds390/gen.c (genFunction, genEndFunction)
6869
6870 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6871
6872         * src/SDCCsymt.c (sclsFromPtr),
6873         * src/SDCCsymt.h,
6874         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6875         support for standard C idiom of memory mapped variables; for
6876         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6877         to xdata int at 0x1234 tempvar = 1.
6878         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6879         provided by Akiya ISHIDA
6880
6881 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6882
6883         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6884         * src/SDCCval.c (constVal): added reduction from int to char
6885         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6886         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6887         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6888         to ignore the sign
6889         * support/regression/tests/shifts.c: fixed
6890
6891 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6892
6893         * src/z80/gen.c (genXor): Fixed bug #805445
6894
6895 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6896
6897         Fixed bug #621531 (const & volatile confusion in the type chain).
6898         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6899         refer to the const or volatile state of the pointer itself.
6900
6901         * src/SDCCast.c
6902         * src/SDCCglue.c
6903         * src/SDCCicode.c
6904         * src/SDCCsymt.c
6905         * src/SDCCval.c
6906         * src/SDCC.y
6907         * src/SDCCsymt.h
6908         * src/pic/gen.c
6909         * src/pic/ralloc.c
6910         * src/pic16/gen.c
6911         * src/pic16/ralloc.c
6912         * support/regression/tests/const.c
6913
6914 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6915
6916         When checking for duplicated modules, use absolute paths
6917         instead of relative paths.  Files changed:
6918
6919         * as/mcs51/lklib.c
6920         * link/z80/lklib.c
6921
6922 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6925
6926 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * device/include/string.h: added size_t typedef, changed
6929         prototypes to use size_t, eliminated separate reentrant and
6930         non-reentrant declarations, added _memmove declaration
6931         * device/lib/_memcpy.c: changed to use size_t instead of int,
6932         changed /4 to >>2 to avoid division library call
6933         * device/lib/_memcmp.c,
6934         * device/lib/_memset.c,
6935         * device/lib/_strncat.c,
6936         * device/lib/_strncpy.c,
6937         * device/lib/_strncmp.c: changed to use size_t instead of int
6938         * device/lib/_memmove.c: new file (fixed bug #772294)
6939         * device/lib/Makefile.in: added _memmove.c
6940         * device/lib/z80/asm_strings.s: fixed bug #772290
6941         * support/regression/tests/bitfields.c: attempt to fix host assertion
6942         failure on amd64-unknown-linux2.2
6943
6944 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6945
6946         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6947         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6948         * as/z80/asmain.c (main): fixed bug #801766
6949
6950 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6951
6952         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6953         compilers
6954
6955 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6956
6957         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6958         reported in bug #800609
6959
6960 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6961
6962         * Top header beautifications in src/pic16 directory:
6963           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6964           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6965           pcoderegs.h, ralloc.c, ralloc.h
6966         * main.c: added top header and GPL license notice
6967         * pcode.c: fixed the if-conditional warning
6968
6969 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6970
6971         * device/lib/_mullong.c: replaced int by short for gcc
6972
6973 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6974
6975         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6976         and JUMPTABLE iCodes properly now (worked by accident before)
6977         * src/mcs51/gen.c (leftRightUseAcc),
6978         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6979         iCode properly now. Use getSize instead of nRegs since a & b
6980         aren't part of the nRegs tally.
6981
6982 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6983
6984         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6985         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6986           before instructions that use the _STATUS register
6987
6988 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6989
6990         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6991         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6992         fetching of the pointer
6993         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6994         copied from genNearPointerSet()
6995         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6996         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6997         If they pop r0/r1 they must be called in the opposite order than aopOp().
6998         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6999         (resp. --stack-auto), prepared for --xstack
7000
7001 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7002
7003         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7004
7005 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7006
7007         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7008         these ports have their own __sdcc_external_start()
7009
7010 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7011
7012         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7013         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7014         type for bits was changed. It resulted in bit variables becoming
7015         global, which is not permitted in PIC 14 assembly output.
7016
7017 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7018
7019         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7020
7021 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7022
7023         Z80 and MCS51 linkers complaint if a public symbol is defined
7024         in more than one library module:
7025
7026         * as/mcs51/lklib.c
7027         * link/z80/lklib.c
7028         * as/mcs51/Makefile.in
7029
7030 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7031
7032         A few small changes that speed up the peephole optimizer.
7033
7034         * src/SDCCpeeph.c
7035
7036 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7037
7038         Try to make the peephole optimizer smarter by maintaining
7039         an association between the assembly source code and the
7040         iCodes that originated them. Put this information to use
7041         with a new peephole rule condition "notVolatile" so that
7042         the rules can be aggressive yet still safe.
7043
7044         * src/SDCCpeeph.c
7045         * src/SDCCpeeph.h
7046         * src/mcs51/gen.c
7047         * src/mcs51/peeph.def
7048
7049 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7050
7051         Fixed bug #741761
7052
7053         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7054         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7055         if the left or right operand symbols have the accuse flag set.
7056
7057 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7058
7059         Changed the type of the result of the ! (NOT) operator to char;
7060         previously it returned the same type as the source. This allows
7061         us to eliminate all the genFloatNot functions (all of its target
7062         implementations were very buggy) since !float can use the same
7063         code as !long now.
7064
7065         * src/SDCCicode.c (ast2iCode): ! returns char
7066         * src/mcs51/gen.c (genNot, genNotFloat),
7067         * src/ds390/gen.c (genNot, genNotFloat),
7068         * src/z80/gen.c (genNot, genNotFloat),
7069         * src/pic/gen.c (genNot, genNotFloat),
7070         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7071
7072 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7073
7074         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7075         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7076            during interrupts. Ensure WSAVE is located at a shared bank address.
7077         2. Fixed page selection in some places
7078         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7079            the registers name strings.
7080         4. Fixed "signed / unsigned compare" compiler warnings.
7081         5. The PIC port manages its own allocation of the general purpose
7082            registers, but makes no attempt to reuse them. As a result when
7083            compiling it soon runs out of general purpose registers. Some
7084            additional code was added to the files pcode.c and device.c to walk
7085            through the function call tree and rename the registers so that they
7086            get reused.
7087
7088         * src/pic/device.c
7089         * src/pic/gen.c
7090         * src/pic/glue.c
7091         * src/pic/pcode.c
7092         * src/pic/pcode.h
7093         * src/pic/ralloc.c
7094         * src/pic/ralloc.h
7095         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7096         genPlus() & genMinus() when the result is the same as left or right
7097
7098 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7099
7100         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7101
7102 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7103
7104         Made bitfield a distinct type from bit so that bitfields
7105         convert as per ANSI C and bits retain their traditional
7106         boolean style behaviour. Implemented bitfield support in
7107         the z80 port.
7108
7109         * src/SDCCsymt.h,
7110         * src/SDCCsymt.c,
7111         * src/SDCCast.c,
7112         * src/cdbFile.c,
7113         * src/mcs51/gen.c,
7114         * src/ds390/gen.c: bit v bitfield split
7115         * src/z80/gen.c: New support for bitfields
7116         * support/regression/tests/bitfields.c: reenabled z80,
7117         added more tests
7118
7119 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7120
7121         Rules 246.x, 247.x relate to bitfields, the others speed up
7122         access to xdata mapped I/O devices.
7123
7124         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7125
7126 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7127
7128         Cleaned up genPackBits and genUnpackBits and added two helper
7129         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7130         for literal assignments in genPackBits (thanks to Frieder for
7131         reminding me).
7132
7133         * src/mcs51/gen.c
7134         * src/ds390/gen.c
7135
7136 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7137
7138         Fixed bug #748310 (pointer to function type mishandled when the
7139         function name is omitted). Also fixed a SIGSEGV when a function
7140         attribute (reentrant, etc) is used on a non-function or on a
7141         function but misplaced before the parameter list.
7142
7143         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7144         bug #748310
7145         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7146         * support/Util/SDCCerr.h,
7147         * support/Util/SDCCerr.c: Added func attr misuse error msg
7148
7149 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7150
7151         Fixed bug #787649 by anonymous
7152         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7153         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7154
7155 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7156
7157         Fixed numerous bitfield problems.
7158
7159         * src/SDCC.y: More bitfield related error checking
7160         * src/SDCCsymt.h,
7161         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7162         * support/Util/SDCCerr.h,
7163         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7164         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7165         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7166         * support/regression/tests/bitfields.c: tests added
7167
7168 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7169
7170         Made the constant following the "interrupt" keyword optional. If
7171         omitted, the function will not automatically be given an entry
7172         in the interrupt vector table (similar to #pragma NOIV, but
7173         less syntacticly kludgy). The interrupt number is also now
7174         range checked. Also fixed a bug in the high order bit example
7175         in the manual.
7176
7177         * src/SDCC.y
7178         * src/SDCCmem.c
7179         * src/SDCCglue.c
7180         * src/SDCCsymt.h
7181         * support/Util/SDCCerr.c
7182         * support/Util/SDCCerr.h
7183         * doc/sdccman.lyx
7184
7185 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7186
7187         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7188         * src/SDCCicode.c (operandOperation): rewritten some ops
7189         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7190         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7191         other type
7192         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7193         be re-activated by defining REDUCE_LITERALS)
7194         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7195         unsigned, but are signed by default
7196         * src/SDCCval.c (constVal): rearranged
7197         * src/SDCCval.c (valMod): preliminary fix
7198         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7199         * support/regression/literalop.c: added, work in progress
7200
7201 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         Generate warnings for useless declarations like "char data;"
7204         that don't do what new users expect.
7205
7206         * src/SDCC.y
7207         * support/Util/SDCCerr.h
7208         * support/Util/SDCCerr.c
7209
7210 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7211
7212         * src/SDCCval.c (valMult): fix overflow detection of negative int
7213
7214 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7215
7216         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7217
7218         Changes to support big endian targets:
7219
7220         * src/ports.h
7221         * src/SDCCglue.c
7222         * src/avr/main.c
7223         * src/ds390/main.c
7224         * src/izt/i186.c
7225         * src/mcs51/main.c
7226         * src/pic/main.c
7227         * src/pic16/main.c
7228         * src/xa51/main.c
7229         * src/z80/main.c
7230
7231 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7232
7233         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7234         * device/lib/time.c: fixed warning "integer overflow in expression"
7235
7236 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7237
7238         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7239         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7240         constants are unsigned; added recognition of "u" flag for unsigned
7241         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7242         * src/SDCCval.c (valDiv, valMod): fixed signdness
7243         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7244         signedness of modulo, left and right shift
7245         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7246         * support/Util/SDCCerr.h: added warning W_INT_OVL
7247         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7248         * src/SDCCast.c (ast_print): improved output of constants
7249
7250 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7251
7252         Fixed some warnings when building with MSVC:
7253
7254         * as\mcs51\asdata.c
7255         * as\z80\asdata.c
7256         * as\mcs51\asm.h
7257         * as\z80\asm.h
7258         * link\z80\aslink.h
7259         * link\z80\lkdata.c
7260         * link\z80\lkeval.c
7261         * link\z80\lkgb.c
7262         * link\z80\lkihx.c
7263         * link\z80\lks19.c
7264         * link\z80\lksym.c
7265         * support\cpp2\cpplib.c
7266         * src\ds390\gen.c
7267         * src\mcs51\gen.c
7268
7269 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7270
7271         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7272
7273 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7274
7275         * support\librarian\clean.mk: Do not remove Makefile.
7276         * support\librarian\Makefile: added.
7277
7278 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7279
7280         Added librarian to MSVC build:
7281         * all.dsp
7282         * sdcc.dsw
7283         * support\librarian\librarian.dsp
7284
7285         'configure' not needed for librarian, removed:
7286         * support\librarian\configure
7287         * support\librarian\configure.in
7288         * support\librarian\config_in.h
7289         * support\librarian\Makefile.in
7290
7291         Hopefully these ones built the librarian and the rest of sdcc properly:
7292         * Makefile
7293         * Makefile.common.in
7294
7295         Messed up 'configure', so revert to previous version:
7296         * configure
7297         * configure.in
7298
7299 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7300
7301         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7302         there, while the mantissa of a double is "only" 53 bits wide.
7303
7304 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7305
7306         Adding sdcclib to the build.  MSVC project coming soon.
7307         Files added/changed:
7308
7309         * support\librarian\clean.mk
7310         * support\librarian\configure
7311         * support\librarian\configure.in
7312         * support\librarian\config_in.h
7313         * support\librarian\Makefile.bcc
7314         * support\librarian\Makefile.in
7315         * support\librarian\sdcclib.c
7316         * Makefile.bcc
7317         * Makefile
7318         * Makefile.common.in
7319         * configure
7320         * configure.in
7321
7322 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7323
7324         Linker now complaints if linked modules have conflicting options, for
7325         example, one compiled using --model-large and another one compiled with
7326         --model-small.  The following files were modified:
7327
7328         * as\mcs51\asdata.c
7329         * as\mcs51\aslink.h
7330         * as\mcs51\asm.h
7331         * as\mcs51\asmain.c
7332         * as\mcs51\asout.c
7333         * as\mcs51\i51pst.c
7334         * as\mcs51\lkdata.c
7335         * as\mcs51\lklibr.c
7336         * as\mcs51\lkmain.c
7337         * as\z80\asdata.c
7338         * as\z80\asm.h
7339         * as\z80\asmain.c
7340         * as\z80\asout.c
7341         * as\z80\z80pst.c
7342         * link\z80\aslink.h
7343         * link\z80\lkdata.c
7344         * link\z80\lklibr.c
7345         * link\z80\lkmain.c
7346         * src\SDCCglue.c
7347
7348 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7349
7350         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7351         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7352
7353 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7354
7355         * src/z80/mappings.i: fix _mul[us][int,long] entries
7356
7357 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7358
7359         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7360
7361 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7362
7363         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7364         * support/regression/tests/bitopcse.c: added
7365         fixed warning:
7366         * src/avr/gen.c:
7367         * src/pic/gen.c:
7368         * src/pic16/gen.c:
7369         * src/z80/gen.c:
7370         * src/xa51/gen.c:
7371
7372 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7373
7374         added support for new library format to z80, gbz80 linkers:
7375         *link/z80/aslink.h
7376         *link/z80/lklex.c
7377         *link/z80/lklib.c
7378         *link/z80/lklist.c
7379
7380 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7381
7382         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7383         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7384
7385 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7386
7387         added DUMMY_READ_VOLATILE:
7388         * src/SDCC.y:
7389         * src/avr/gen.c:
7390         * src/xa51/gen.c:
7391         * src/z80/gen.c:
7392         * src/pic/gen.c:
7393         * src/pic16/gen.c:
7394         * src/mcs51/gen.c:
7395         * src/ds390/gen.c:
7396         * src/SDCCcse.c (algebraicOpts): many improvements
7397         * src/SDCCcse.h: removed algebraicOpts()
7398         * src/SDCCicode.c (picDummyRead): added
7399
7400 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7401
7402         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7403         "Insufficient space in data memory".
7404
7405 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7406
7407         * src/mcs51/gen.c: fixed bug #771358
7408         * src/z80/gen.c: fixed bug #759087
7409
7410 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/pic16/glue.c: minor cleanup by Vangelis
7413
7414 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7415
7416         * device/include/regc515c.h: fixed #758477
7417         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7418         * device/lib/_gptrput.c: saved a few bytes
7419         * my tab spacing is 8, yours too?)
7420         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7421         * device/lib/serial.c: process RX bytes earlier than TX bytes
7422         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7423
7424 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7425
7426         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7427
7428 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7429
7430     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7431
7432 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7433
7434         * device/lib/Makefile.in: bad fix, reverted to 1.43
7435
7436 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7437
7438         * device/lib/Makefile.in: added missing z80 object files
7439
7440 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7441
7442         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7443         pic16 progress by Vangelis:
7444         * src/SDCCglobl.h:
7445         * src/SDCCmain.c:
7446         * src/pic/Makefile:
7447         * src/pic:
7448         * pic/Makefile:
7449         * pic16/device.c:
7450         * pic16/device.h:
7451         * pic16/gen.c:
7452         * pic16/gen.h:
7453         * pic16/genarith.c:
7454         * pic16/glue.c:
7455         * pic16/main.c:
7456         * pic16/pcode.c:
7457         * pic16/pcode.h:
7458         * pic16/pcodepeep.c:
7459         * pic16/peeph.def:
7460
7461 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7462
7463     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7464
7465 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7466
7467     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7468     added gbz80 build to MSVC project.
7469     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7470     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7471     from 8051 stuff and setup so it links using a .lnk file.
7472
7473 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7474
7475     * support/librarian/sdcclib.c: sdcc librarian.
7476     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7477     with sdcclib.
7478
7479 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7480
7481     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7482
7483 2003-07-02  Borut Razem <borut.razem AT siol.net>
7484
7485         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7486         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7487         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7488         src/xa51/main.c, src/z80/main.c:
7489         virtualization of glue() function: each port has it's own glue function,
7490         which is accessed by do_glue function pointer in PORT.general structure
7491
7492 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7493
7494         * DS800C400 fun, improved ROM interface and tinibios.
7495
7496 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7497
7498         * More support for DS80C400. Now includes beginning of interface to ROM.
7499
7500 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7501
7502         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7503
7504 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7505
7506         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7507
7508 2003-06-19  Borut Razem <borut.razem AT siol.net>
7509
7510         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7511
7512 2003-06-19  Borut Razem <borut.razem AT siol.net>
7513
7514         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7515         fixed Z80 port - crt0.o: cannot open.
7516
7517 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7518
7519         * support/Util/MySystem.c (merge_command): revert bad fix
7520
7521 2003-06-18  Borut Razem <borut.razem AT siol.net>
7522
7523         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7524
7525 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7526
7527         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7528         option --use-stdout sends errors to stdout instead of stderr.
7529
7530 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7531
7532         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7533
7534 2003-06-15  Borut Razem <borut.razem AT siol.net>
7535
7536         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7537         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7538         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7539         fixed width array of pointers replaced with sets;
7540         multiple include and lib paths ared transferred to preprocessor and linker
7541         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7542         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7543         fixed width array of pointers
7544         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7545         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7546         fixupPath(), getPathDifference()
7547         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7548         fixed width array of pointers
7549
7550 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7551
7552         * src/pic16/ralloc.c: fix warnings
7553         * src/pic16/pcode.c: fix warning
7554
7555 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7556
7557          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7558         know all the details, but essentially this set of changes enable
7559         the pic16 port to generate movff instructions and generate assembler
7560         directives,
7561         * src/SDCCmain.c:
7562         * src/pic16/gen.c:
7563         * src/pic16/glue.c:
7564         * src/pic16/pcode.c:
7565         * src/pic16/device.c:
7566         * src/pic16/main.c:
7567         * src/pic16/pcode.h:
7568         * src/pic16/pcoderegs.c:
7569         * src/pic16/ralloc.c:
7570         * src/pic16/ralloc.h:
7571
7572 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7573
7574         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7575         added option --vc, so sdcc errors and warnings are compatible with
7576         Microsoft Visual Studio.
7577
7578 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7579
7580         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7581           device/lib/libfloat.lib: added atof function.
7582
7583 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7584
7585         * doc/sdccman.lyx: updated to Lyx 1.3
7586         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7587         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7588         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7589
7590 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7591
7592         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7593
7594 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7595
7596         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7597           additions to the "related tools/documentation" section
7598
7599 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7600
7601         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7602
7603 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7604
7605         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7606         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7607
7608 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7609
7610         * doc/sdccman.lyx: fix double dash and other minor things
7611         * doc/Makefile: fix double dash
7612
7613 2003-05-28  Karl Bongers(patches from Martin Helmling)
7614         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7615           condition and ignore commands.
7616
7617 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7618
7619         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7620           is in parts still quite out of date, I did changes as far as I felt makes sense
7621           for a non-native english speaker.
7622           Please feel free to add to the manual or to correct my changes.
7623         * doc/Makefile: undid touching the date of intermediate tex files.
7624
7625 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7626
7627         * doc/sdccman.lyx: Manual has an index now
7628
7629 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7630
7631         Finalize muluint/mulsint and mululong/mulslong merging:
7632         * device/lib/_mulint.c
7633         * device/lib/_mullong.c
7634         * device/lib/gbz80/mul.s
7635         * device/lib/gbz80/stubs.s
7636         * device/lib/z80/mul.s
7637         * device/lib/z80/stubs.s
7638         * src/SDCCsymt.c (initCSupport)
7639
7640 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7641
7642         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7643         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7644           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7645           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7646           instead of /Zm500.
7647
7648 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7649
7650         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7651           the regression tests I'm not brave enough to enable 245.b, 245.c
7652         * doc/sdccman.lyx: added latex preamble for hyperref package.
7653           Using pdflatex this will give you a hyperlinked pdf file with
7654           bookmarks. (prepend '%' before /usepackage if this breaks something)
7655
7656 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7657
7658          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7659
7660 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7661
7662         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7663
7664 2003-05-21    <johan AT balder>
7665
7666         * src/SDCCglue.c (printIval): fixed bug #739934
7667
7668 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7669
7670         Applied patch from bug 737905 (renamed yylineo to mylineno):
7671         * src/altlex.c
7672         * src/SDCCast.c
7673         * src/SDCglobl.h
7674         * src/SDCC.lex
7675         * src/SDCCsymt.c
7676         * src/SDCCval.c
7677         * src/pic16/pcode.c: Cleaned warnings
7678         * src/pic16/pcodeflow.c: Cleaned warnings
7679         * src/pic16/pcoderegs.c: Cleaned warnings
7680
7681 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7682
7683         * src/pic16/pcode.c: Cleaned warnings
7684         * src/pic16/pcodepeep.c: Cleaned warnings
7685         * src/pic16/ralloc.c: Cleaned warnings
7686
7687 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7688
7689         * doc/sdccman.lyx: fixed bug 739745
7690         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7691
7692 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7693
7694         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7695         it can be defined with CFLAGS when running configure
7696         * src/SDCCmain.c: fixed compiling + linking with object files
7697
7698 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7699
7700         * configure.in: configure for pic16 port,
7701             added --disable-pic16-port
7702         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7703         * src/SDCCmain.c: linkOptions is changed to set *,
7704             added if/endif conditional macros to remove options help
7705             messages from optionsTable when a port is not configured, added
7706             support for the PIc16 port in the ports table, when executing
7707             the compiler with no port specified on command line, a default
7708             port is selected with the new macro DEFAULT_PORT which is
7709             defined in port.h, in setDefaultOptions() linkOptions is removed
7710             from initialization assignment, since now it is a set,
7711             parseCmdLine uses setParseWithComma for linkOptions, in
7712             linkEdit() linkOptions are accessed with new function indexSet()
7713             which returns the i'th item of a set variable. See SDCCset.c, in
7714             linkEdit() when calling buildCmdLine(), added linkOptions as
7715             last argument. Now users can pass arguments to gplink via the
7716             -Wl option, main() uses pic16glue() to glue up pic16 programs
7717         * src/SDCCpeeph.c: various changes to support pic16
7718         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7719             return the i'th item of the set
7720         * src/SDCCset.h: added function prototype for indexSet()
7721         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7722         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7723         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7724             added macro DEFAULT_PORT
7725         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7726         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7727             generated
7728         * src/pic16/glue.c: commented out some error producing lines
7729         * src/pic16/main.c: __config directives are commented out to stop
7730             gpasm complaining and test the linkage with gplink, _linkCmd and
7731             _asmCmd changed to be more gplink and gpasm friendly
7732         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7733             produced an error when parsed, peep rule 12 is added to utilize
7734             movff, but it is commented out since the pCode does not support
7735             yet a command with 2 address arguments
7736
7737 2003-05-18    <johan AT balder>
7738
7739         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7740         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7741 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7742
7743         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7744   Added feature to script commands from file.
7745
7746 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7747
7748         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7749         * src/SDCCutil.c: include ctype.h for win32
7750
7751 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7752
7753         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7754
7755 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7756
7757         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7758   Fixed so you can set breakpoints prior to run, run does not stop
7759   on entry now.  Add tbreak.  Other enhancements and fixes for use
7760   with ddd.
7761
7762 2003-05-12  Borut Razem <borut.razem AT siol.net>
7763
7764         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7765
7766 2003-05-11  Borut Razem <borut.razem AT siol.net>
7767
7768         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7769         the path of bin directory, so that PATH is the only env. variable, which has to be set
7770         in case of standard installation.
7771         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7772         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7773         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7774
7775 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7776
7777         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7778         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7779         temp files are in the port dir; clean the gen/test directory when
7780         generating new test.c
7781         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7782         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7783         * support/regression/tests/zeropad.c: added
7784
7785 2003-05-09    <johan AT balder>
7786
7787         * src/SDCCglue.c: fixed bug #597940
7788
7789 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7790
7791         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7792   cache sfr, optimize next,step, fix off by one sourceline,
7793   support ddd list function.
7794         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7795
7796 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7797
7798         * support/regression/HTMLgen.py: added compare_s2f()
7799         * support/regression/Makefile: redo 1.27
7800         * support/regression/generate-cases.py: redo 1.5
7801
7802 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         * support/regression/tests/float.c: workaround 33 bit hex constant
7805         * support/regression/tests/simplefloat.c: fix division for host
7806
7807 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7808
7809         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7810         that tame's the PIC's over-aggressive optimizer.
7811
7812 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7813
7814          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7815          support for MSVC.
7816
7817 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7818
7819         Initial support for DS80C400. "Hello world" runs on TINIm400
7820         (with polled I/O).
7821
7822 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7823
7824          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7825          * Some notes on ddd usage added in debugger/README
7826          Martin Helmling adding more features and fixes for ddd GUI debugger.
7827          Code added for nexti, stepi, up, down, and other adjustments.
7828
7829 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7830
7831         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7832         * src/pic/peeph.def Added two rules to optimize carry manipulation
7833         * src/pic/* removed debug printfs
7834
7835 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         * debugger/mcs51/cmd.c: added header newalloc.h
7838
7839 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7840
7841         * as/Makefile: new EXEEXT
7842         * as/z80/Makefile: remove trailing slash of BUILDIR
7843         * as/z80/clean.mk: new EXEEXT
7844         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7845         * support/cpp2/Makefile.in: new EXEEXT
7846         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7847
7848 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7849
7850         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7851         EXEEXT was introduced to fix all related problems with targets
7852         "clean", "install" and "uninstall"; a couple of further flaws
7853         especially with "clean" have been fixed too
7854         * as/mcs51/Makefile.in
7855         * as/mcs51/clean.mk
7856         * as/z80/Makefile
7857         * Makefile
7858         * clean.mk
7859         * debugger/mcs51/Makefile.in
7860         * debugger/mcs51/clean.mk
7861         * link/z80/Makefile
7862         * link/z80/Makefile.in
7863         * link/z80/clean.mk
7864         * link/Makefile
7865         * packihx/Makefile.in
7866         * packihx/clean.mk
7867         * sim/ucsim/Makefile
7868         * sim/ucsim/clean.mk
7869         * sim/ucsim/avr.src/Makefile.in
7870         * sim/ucsim/avr.src/clean.mk
7871         * sim/ucsim/s51.src/Makefile.in
7872         * sim/ucsim/s51.src/clean.mk
7873         * sim/ucsim/xa.src/Makefile.in
7874         * sim/ucsim/xa.src/clean.mk
7875         * sim/ucsim/z80.src/Makefile.in
7876         * sim/ucsim/z80.src/clean.mk
7877         * sim/ucsim/main_in.mk
7878         * sim/ucsim/packages_in.mk
7879         * sim/ucsim/gui.src/Makefile.in
7880         * sim/ucsim/gui.src/serio.src/Makefile.in
7881         * sim/ucsim/gui.src/serio.src/clean.mk
7882         * src/Makefile.in
7883         * src/clean.mk
7884         * support/cpp2/Makefile.in
7885         * support/cpp2/clean.mk
7886         * support/makebin/Makefile
7887         * support/makebin/clean.mk
7888         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7889         * doc/sdccman.lyx: --program-suffix no longer needed
7890
7891 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7892
7893          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7894          Martin Helmling added support for ddd GUI debugger.
7895          Code added to display assembly, set variables, and other commands
7896          to interface to ddd.
7897
7898 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7899
7900         * as/Makefile: fix target clean
7901         * as/clean.mk: fix target clean
7902         * as/z80/clean.mk: fix target clean
7903
7904 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7905
7906         * Makefile.common.in: added  AT EXEEXT AT
7907         * configure.in: removed all mingw32 stuff
7908         * configure: rebuilt from configure.in
7909         * doc/sdccman.lyx: updated section "installation"
7910         * support/scripts/sdcc_mingw32: adapted to configure
7911         * support/scripts/sdcc_cygwin_mingw32: added
7912
7913 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7914
7915         * src/pic Added object file support for the PIC port
7916         * src/pic Applied patch from Craig Franklin (this started the object file support)
7917         * src/regression Updated the PIC regression tests for object files
7918
7919 2003-04-20  Borut Razem <borut.razem AT siol.net>
7920
7921         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7922           lklex.c: In function `getfid':
7923           lklex.c:203: warning: array subscript has type `char'
7924         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7925           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7926         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7927           stack handling macros
7928
7929 2003-04-19  Borut Razem <borut.razem AT siol.net>
7930
7931         * "handling space characters in file path" task:
7932         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7933         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7934         * support/Util/MySystem.h: make it self-sufficient
7935         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7936           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7937           handling space characters in file path
7938         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7939           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7940         * support/Util/MySystem.c: handling space characters in executable's path
7941
7942 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7943
7944         * as/z80/Makefile: fix permanent rebuild of z80
7945         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7946         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7947
7948 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7949
7950         * src/SDCCopt.c: add special case optimization to replace modulo by
7951           a power of two with a bitwise AND.
7952
7953 2003-04-18    <johan AT balder>
7954
7955         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7956
7957 2003-04-17    <johan AT balder>
7958
7959         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7960         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7961
7962 2003-04-13  Borut Razem <borut.razem AT siol.net>
7963
7964         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7965         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7966           fixed mingw problem in adl_NORMALIZE_PATH
7967
7968 2003-04-12  Borut Razem <borut.razem AT siol.net>
7969
7970         * fixed "#pragma SAVE/RESTORE can not be nested":
7971         * src/SDCC.lex: reworked pragma handling functions
7972         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7973         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7974
7975 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7976
7977         * src/SDCCutil.c (pathEquivalent): defined but not used
7978         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7979         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7980         * configure: rebuilt from configure.in
7981         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7982         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7983         * device/include/Makefile.in: replace sdcc_datadir
7984         * device/lib/Makefile.in: replace sdcc_datadir
7985         * Makefile.common.in: add LDFLAGS from configure
7986         * packihx/Makefile.in: use LDFLAGS
7987         * src/Makefile.in: use LDFLAGS
7988         * support/cpp2/Makefile.in: add LDFLAGS from configure
7989         * support/makebin/Makefile: use LDFLAGS
7990         * .version: bumped version number to 2.3.5
7991
7992 2003-04-12  Borut Razem <borut.razem AT siol.net>
7993
7994         * completed "different paths" task:
7995         * src/SDCCmacro.c: fixed bug in handling quotes
7996         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7997         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7998
7999 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8000
8001         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8002
8003 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8004
8005         * ds390/gen.c ds390/peeph.def: fix bug 706781
8006
8007 2003-04-11  Borut Razem <borut.razem AT siol.net>
8008
8009         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8010
8011 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8012
8013         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8014         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8015          set - this bit used to not be set...).
8016         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8017           bad code in PIC Port
8018         * src/regression/and2.c added to test bug 609268
8019         * src/regression/Makefile added and2.c to regression test
8020
8021
8022 2003-04-08    <johan AT CP255758-A>
8023
8024         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8025         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8026         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8027
8028 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8029
8030         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8031         fix bug #487815
8032         * support/cpp2/Makefile.in: fix bug #487815
8033         * configure: rebuilt from configure.in
8034         * Makefile.common.in: docdir changed, new path suffixes
8035         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8036         * sdcc_vc_in.h: reflect changes from sdccconf.h
8037         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8038         * src/SDCCutil.h: remove BINDIR hack
8039         * doc/sdccman.lyx: update new path hierarchy
8040
8041 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8042
8043         * src/SDCCpeeph.c: added okToRemoveSLOC test
8044
8045 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8046
8047         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8048
8049 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8050
8051         * src/SDCCpeeph.c: added labelIsReturnOnly test
8052         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8053
8054 2003-04-05    <johan AT balder>
8055
8056         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8057         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8058         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8059         * src/SDCCast.c: fixed a warning
8060         * src/SDCCast.h: fixed a warning
8061         * src/SDCCicode.c (operandFromAst): fixed a warning
8062
8063 2003-04-04    <johan AT balder>
8064
8065         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8066         * src/SDCCast.c (decorateType): fixed bug #715076
8067         * src/SDCC.y: fixed bug #702907
8068
8069 2003-04-03    <johan AT balder>
8070
8071         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8072         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8073         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8074         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8075         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8076
8077 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * _decdptr.c: fix return values
8080         * _gptrget.c: fix return values
8081         * _gptrgetc.c: fix return values
8082         * _gptrput.c: fix return values
8083         * _mulint.c: fix return values
8084         * as/z80/Makefile: fix 'make -j' problem
8085
8086 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8087
8088         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8089         * configure.in: big cleanup, updated to autoconf 2.5x
8090         * configure: rebuilt from configure.in
8091         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8092         * sdcc_vc_in.h: reflect changes from sdccconf.h
8093         * doc/Makefile: fixed a flaw in "make install"
8094
8095 2003-04-02    <johan AT balder>
8096
8097         * src/ds390/gen.c (genCmp): no comments
8098         * src/mcs51/gen.c (genCmp): no comments
8099         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8100         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8101
8102 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8103
8104         * support/regression/generate-cases.py: place generated file in given sub directory
8105         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8106         * support/regression/Makefile: improvements for 'make -j';
8107         side effect: it's simpler and faster now
8108
8109 2003-03-31  Borut Razem <borut.razem AT siol.net>
8110
8111         * src/z80/main.c: link-{port} and as-{port} defined without path
8112         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8113
8114 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8115
8116         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8117
8118 2003-03-30  Borut Razem <borut.razem AT siol.net>
8119
8120         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8121           changed type of list parameter to set
8122         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8123         * src/port.h: changed type of do_assemble() parameter to set
8124         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8125           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8126           definition of "cppoutfilename" macro with NULL value in preProcess()
8127         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8128         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8129         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8130           replaced with set *binPathSet
8131         * shash_add() deallocates the item, if allready exsists, before adding the new one
8132         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8133
8134 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8135
8136         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8137           a nested for loop bug in the PIC port
8138         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8139           for loops
8140
8141 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8142
8143         * support/Util/dbuf.h: remove C++ stuff to make it portable
8144
8145 2003-03-28  Borut Razem <borut.razem AT siol.net>
8146
8147         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8148           literal strings in stringLiteral()
8149         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8150         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8151           to the project
8152
8153 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8154
8155         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8156
8157 2003-03-26    <johan AT balder>
8158
8159         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8160         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8161         * src/SDCCast.c (decorateType): fixed " -v < 3"
8162
8163 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8166         Added Lenny Story's debug infrastructure changes:
8167         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8168         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8169         * src/cdbFile.c: added
8170         * src/SDCCdebug.c: added
8171         * src/SDCCdebug.h: added
8172         * src/SDCCast.c (createFunction)
8173         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8174         * src/SDCCmain.c (parseCmdLine, main)
8175         * src/SDCCmem.c (redoStackOffsets)
8176         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8177         * src/SDCCsymt.h
8178         * src/common.h
8179         * src/avr/gen.c (genAVRCode)
8180         * src/ds390/gen.c (gen390Code)
8181         * src/mcs51/gen.c (gen51Code)
8182         * src/pic/gen.c (genpic14Code)
8183         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8184         * src/xa51/gen.c (genXA51Code)
8185         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8186
8187 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8188
8189         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8190         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8191
8192 2003-03-22    <johan AT balder>
8193
8194         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8195
8196 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8197
8198         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8199         * doc/cdbfileformat.lyx: added, written by Lenny Story
8200         * doc/Makefile: added cdbfileformat.lyx
8201         * doc/clean.mk: added cdbfileformat.lyx
8202
8203 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8204
8205         * src/mcs51/peeph.def: fix bug #705773
8206
8207 2003-03-20    <johan AT balder>
8208
8209         An sfr/sbit can have an "at #" AND an initializer
8210         * src/SDCCsymt.c (checkSClass):
8211         * src/SDCCmem.c (allocGlobal):
8212         * src/SDCCmem.c (allocLocal):
8213         * src/SDCCast.c (createBlock):
8214
8215 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8216
8217         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8218
8219 2003-03-16    <johan AT balder>
8220
8221         Undid the hackup of const and volatile, the problem is much bigger
8222         * src/SDCC.y:1.65
8223         * src/SDCCast.c:1.171
8224         * src/SDCCglue.c:1.138
8225         * src/SDCCicode.c:1.146
8226         * src/SDCCsymt.c:1.150
8227         * src/SDCCval.c:1.65
8228
8229 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8230
8231         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8232         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8233
8234 2003-03-13    <johan AT balder>
8235
8236         Hackup const and volatile modifiers in type chains a bit:
8237         * src/SDCC.y:1.63
8238         * src/SDCCast.c:1.169
8239         * src/SDCCglue.c:1.136
8240         * src/SDCCicode.c:1.143
8241         * src/SDCCsymt.c1.146
8242         * src/SDCCsymt.h1.59
8243         * src/SDCCval.c:1.63
8244
8245 2003-03-12    <johan AT balder>
8246
8247         * src/SDCCBBlock.h: more LRH debugging junk
8248         * src/SDCCcflow.h: more LRH debugging junk
8249         * src/SDCCloop.c: more LRH debugging junk
8250         * src/SDCC.y (struct_declaration): fixed bug #697590
8251         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8252         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8253         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8254
8255 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8256         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8257         test function names must now match exactly).
8258         * src/SDCCcse.c: added special case in findCheaperOp to allow
8259         extending a short integer. Makes less awful code for bug 700121 test case.
8260
8261 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8262
8263         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8264         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8265
8266 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8267
8268         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8269         actually called (operandsNotEqual() was called for all
8270         operandsNotEqualX tests).
8271
8272 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8273
8274         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8275         with shorter literals. Fixes bug 700121.
8276
8277 2003-03-11    <johan AT balder>
8278
8279         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8280
8281 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8282
8283         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8284         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8285
8286 2003-03-10  Borut Razem <borut.razem AT siol.net>
8287
8288         * src/SDCCmain.c: pipe preprocessor's output
8289         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8290         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8291         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8292         which closes all pipes in pipeSet set
8293         * src/SDCCset.c: free deleted item in function deleteSetItem()
8294         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8295         moved from z80 to src subproject
8296         * .version: increased version number to 2.3.4
8297
8298 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8299
8300         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8301         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8302         * support/regression/ports/xa51/spec.mk: fix typo
8303
8304 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8305
8306         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8307
8308 2003-03-09  Borut Razem <borut.razem AT siol.net>
8309
8310         * src/SDCCmain.c: pipe preprocessor's output
8311         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8312         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8313         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8314         which closes all pipes in pipeSet set
8315         * src/SDCCset.c: free deleted item in function deleteSetItem()
8316         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8317         moved from z80 to src subproject
8318
8319 2003-03-09  Borut Razem <borut.razem AT siol.net>
8320
8321         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8322         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8323         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8324         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8325         * src/SDCCglobl.h: unification of WIN32 native definitions
8326
8327 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8328
8329         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8330
8331 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8332
8333         * src/configure.in:   check for endianess (even while cross-compiling)
8334         * src/configure:      check for endianess (even while cross-compiling)
8335         * src/configure_in.h: check for endianess (even while cross-compiling)
8336         * src/avr/gen.c:        remove old endianess stuff
8337         * src/mcs51/gen.c:      remove old endianess stuff
8338         * src/ds390/gen.c:      remove old endianess stuff
8339         * src/pic/gen.c:        remove old endianess stuff
8340         * src/pic/genarith.c:   remove old endianess stuff
8341         * src/pic/glue.c:       fix endianess check
8342         * src/pic16/gen.c:      remove old endianess stuff
8343         * src/pic16/genarith.c: remove old endianess stuff
8344         * src/pic16/glue.c:     fix endianess check
8345         * src/xa51/gen.c:       remove old endianess stuff
8346         * src/z80/gen.c:        fix endianess check
8347         * src/SDCCglue.c:       fix endianess check
8348         * src/ds390/peeph.def: fix bug 700036
8349
8350 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8351
8352         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8353         * src/configure: find appropriate data-types on host for SDCC's int and long
8354         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8355         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8356         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8357
8358 2003-03-07    <johan AT balder>
8359
8360         Just a big NOOP:
8361                 some minor cleanups before the big shot
8362                 OP_DEFS and OP_USES now use Kevin's protection
8363                 new option --nolabelopt
8364
8365         * src/SDCCBBlock.c:
8366         * src/SDCCast.c,:
8367         * src/SDCCcflow.c:
8368         * src/SDCCcse.c:
8369         * src/SDCCicode.c:
8370         * src/SDCCicode.h:
8371         * src/SDCClabel.c:
8372         * src/SDCCloop.c:
8373         * src/SDCCmain.c:
8374         * src/ds390/ralloc.c:
8375         * src/mcs51/ralloc.c:
8376         * src/pic/ralloc.c:
8377         * src/xa51/ralloc.c:
8378         * src/z80/ralloc.c:
8379
8380 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8381
8382         * src/pic/pcode.c (get_op): fix 64 bit warnings
8383         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8384         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8385         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8386         * support/regression/tests/malloc.c: fix 64 bit warnings
8387
8388 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8389
8390         * src/mcs51/gen.c (genMinus): fixed bug 696436
8391
8392 2003-03-02  Borut Razem <borut.razem AT siol.net>
8393
8394         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8395
8396 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8397
8398         * configure.in: test for mkstemp
8399         * sdccconf_in.h: add HAVE_MKSTEMP
8400
8401 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8402
8403         * device/include/ctype.h: removed warning while using --stack-auto
8404         * device/include/malloc.h: removed warning while using --stack-auto
8405         * device/include/string.h: removed warning while using --stack-auto
8406
8407 2003-02-23  Borut Razem <borut.razem AT siol.net>
8408
8409         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8410         because NDEBUG is defined (see man assert)
8411         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8412
8413 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8414
8415         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8416         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8417
8418 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8419
8420         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8421         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8422
8423 2003-02-18    <johan AT balder>
8424
8425         * as/mcs51/asmain.c (asmbl): module can start with a digit
8426         * as/z80/asmain.c (asmbl): module can start with a digit
8427
8428 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8431         * src/asm.c: fix pipe() for Mingw32
8432
8433 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8434
8435         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8436         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8437         make -V work again; --c1mode reads now from stdin
8438         * doc/sdccman.lyx: added --c1mode
8439         * support/Util/SDCCerr.c: new messages for c1 mode
8440         * support/Util/SDCCerr.h: new messages for c1 mode
8441         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8442
8443 2003-02-15    <johan AT balder>
8444
8445         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8446
8447 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8448
8449         * doc/sdccman.lyx: Environment variables, -o and other minor things
8450
8451 2003-02-14    <johan AT balder>
8452
8453         * src/xa51/main.c: before anyone really tries to use it :)
8454
8455         * Install doc's in share/sdcc/doc
8456         * removed some obsolete files
8457         * Do a proper make distclean and uninstall
8458         M Makefile.common.in
8459         R sdccbuild.sh
8460         M as/Makefile
8461         M device/include/Makefile.in
8462         M device/lib/Makefile.in
8463         M doc/sdccman.lyx
8464         M link/Makefile
8465         M sim/ucsim/doc/Makefile.in
8466         M src/clean.mk
8467         R src/avr/peeph.rul
8468         R src/xa51/peeph.rul
8469         M support/cpp2/Makefile.in
8470         M support/makebin/Makefile
8471
8472
8473 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8474
8475         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8476
8477 2003-02-10  Borut Razem <borut.razem AT siol.net>
8478
8479         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8480         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8481         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8482         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8483         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8484         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8485         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8486         src/z80/Makefile.bcc: Borland Makefile cleanup
8487         * as/z80/Makefile.bcc: Added Borland Makefile
8488         * support/cpp2/borland.h: Removed
8489
8490 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8491
8492         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8493         * src/SDCC.lex: new pragma NOIV
8494         * src/SDCCglobl.h: new pragma NOIV
8495         * src/SDCCmem.c: new pragma NOIV
8496
8497 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8498
8499         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8500
8501 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8502
8503         * src/SDCCmain.c: signal handling is switched off by --debug
8504         * doc/Makefile: small fix for install; use clean.mk again
8505         * doc/clean.mk: clean *.pdf and *.html too
8506
8507 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8508
8509         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8510         * device/lib/printfl.c: fix a ds390 bug by making it portable
8511         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8512         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8513         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8514         * debugger/mcs51/cmd.c: converted multi-line string literals
8515         * sim/ucsim/globals.cc: converted multi-line string literals
8516         * src/SDCCmain.c: introduced signal handler to remove temp files
8517         * doc/Makefile: small tweaks, implement clean
8518         * doc: removed generated files
8519
8520 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8521
8522         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8523         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8524         Address Record is not correctly generated for DS390."
8525
8526 2003-02-02  Borut Razem <borut.razem AT siol.net>
8527
8528         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8529         * as/mcs51/asm.h: fixed compilation with Borland C
8530         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8531         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8532         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8533         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8534         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8535         src/z80/Makefile.bcc: delete $(LIB) only if exist
8536         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8537
8538 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8539
8540         * device/include/malloc.h: introduced NULL
8541         * device/include/string.h: introduced NULL
8542         * device/include/stdlib.h: introduced NULL
8543         * device/lib/_memcpy.c: removed NULL
8544         * device/lib/_strcat.c: removed NULL
8545         * device/lib/_strchr.c: removed NULL
8546         * device/lib/_strcmp.c: removed NULL
8547         * device/lib/_strcpy.c: removed NULL
8548         * device/lib/_strcspn.c: removed NULL
8549         * device/lib/_strlen.c: removed NULL
8550         * device/lib/_strncat.c: removed NULL
8551         * device/lib/_strncmp.c: removed NULL
8552         * device/lib/_strncpy.c: removed NULL
8553         * device/lib/_strpbrk.c: removed NULL
8554         * device/lib/_strrchr.c: removed NULL
8555         * device/lib/_strspn.c: removed NULL
8556         * device/lib/_strstr.c: removed NULL
8557         * device/lib/_strtok.c: removed NULL
8558         * device/lib/malloc.c: removed NULL, include own header
8559
8560 2003-02-02    <johan AT balder>
8561
8562         * 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
8563         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8564         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8565         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8566         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8567         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8568
8569 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8570
8571         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8572         area 'DATA'"
8573
8574 2003-02-01    <johan AT balder>
8575
8576         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8577
8578 2003-01-31    <johan AT CP255758-A>
8579
8580         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8581
8582 2003-01-30    <johan AT balder>
8583
8584         * src/SDCCBBlock.c: automatic bug detection
8585         * src/SDCCicode.c: automatic bug detection
8586
8587 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8588
8589         * src/SDCCglobl.h:   now --xram-size 0 works
8590         * src/SDCCmain.c:    now --xram-size 0 works
8591
8592 2003-01-29    <johan AT balder>
8593
8594         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8595
8596 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8597
8598         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8599         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8600         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8601         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8602         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8603         * src/SDCCmain.c:    Added options --xram-size and --code-size
8604
8605 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8606
8607         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8608         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8609
8610 2003-01-27    <johan AT balder>
8611
8612         * src/SDCC.y: fixed bug #613764
8613
8614 2003-01-26    <johan AT balder>
8615
8616         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8617         * src/SDCCsymt.h: fixed bug #673374
8618         * src/SDCCglue.c: fixed bug #661910
8619         * src/SDCCast.c: fixed bug #458099 and 673374
8620
8621 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8622
8623         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8624         * as/mcs51/strcmpi.h: added
8625         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8626         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8627         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8628         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8629         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8630         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8631         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8632         * as/mcs51/Makefile.aslink: new module strcmpi
8633         * as/mcs51/Makefile.asx8051: new module strcmpi
8634         * as/mcs51/Makefil.bcc: new module strcmpi
8635         * as/mcs51/Makefile.in: new module strcmpi
8636         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8637
8638 2003-01-26    <johan AT balder>
8639
8640         * src/SDCCglue.c: reverted back to 1.124
8641         * src/SDCCast.c: reverted back to 1.156
8642         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8643
8644 2003-01-25    <johan AT balder>
8645
8646         * src/SDCCglue.c: A better fix for bug #661910
8647         * src/SDCCast.c: A better fix for bug #661910
8648         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8649
8650 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8651
8652         * src/Makefile.in: remove spawn.o
8653         * src/SDCCmain.c: remove spawn.h
8654         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8655         * src/spawn.c: removed
8656         * src/spawn.h: removed
8657         * support/regression/ports/ds390/spec.mk: link with -r
8658
8659 2003-01-24    <johan AT CP255758-A>
8660
8661         * src/ds390/gen.c (aopOp): fixed bug #667458
8662         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8663         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8664         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8665
8666 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8667
8668         * src/mcs51/peeph.def: better assembler identation by Frieder
8669         * src/mcs51/gen.c: better assembler identation by Frieder
8670
8671 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8672
8673         * as/z80/string.h: removed for gcc 3.2
8674         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8675         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8676
8677 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8678
8679         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8680         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8681         * support/regression/Makefile: separate temp files for ports
8682         * support/regression/generate-cases.py: separate temp files for ports
8683         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8684         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8685
8686 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8687
8688         * moved tinitalk to device/examples/ds390
8689
8690 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8691
8692         * as/mcs51/lkmem.c: rflag is for DS390
8693         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8694         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8695                          (linkEdit): move mem- and map-files the same way as ihx-files
8696         * src/z80/main.c (_setDefaultOptions): removed --generic
8697         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8698         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8699         * src/pic/glue.c (picglue): --c1mode works again
8700         * src/pic16/glue.c (pic16glue): --c1mode works again
8701         * src/asm.c (printCLine): fix #660034
8702
8703 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8704
8705         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8706         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8707         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8708         * as/mcs51/lkmem (summary): better fix for sp problem
8709         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8710         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8711         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8712                                               remove --stack-after-data
8713
8714 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8715
8716         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8717         * src/SDCCutil.c (join): ugly bug: missing '\0'
8718         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8719
8720 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8721
8722         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8723         * src/port.h: typo
8724         * src/pic/main.c (_asmCmd): gpasm supports -o
8725         * src/z80/main.c: more general macros
8726         * device/lib/Makefile.in: remove intermediate files
8727
8728 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8729
8730         * .version: Bumped version number to 2.3.3
8731         * src/SDCCBBlock.c: new option -o
8732         * src/SDCCglobl.h: new option -o
8733         * src/SDCCglue.c: new option -o
8734         * src/SDCCmain.c: new option -o
8735         * src/asm.c: new option -o
8736         * src/ds390/main.c: new option -o
8737         * src/pic/glue.c: new option -o
8738         * src/pic/pcode.c: new option -o
8739         * src/pic/ralloc.c: new option -o
8740         * src/pic16/glue.c: new option -o
8741         * src/pic16/pcode.c: new option -o
8742         * src/pic16/ralloc.c: new option -o
8743         * src/z80/main.c: new option -o
8744         * device/lib/Makefile.in: use -o
8745         * support/regression/ports/ds390/spec.mk: use -o
8746         * support/regression/ports/gbz80/spec.mk: use -o
8747         * support/regression/ports/mcs51/spec.mk: use -o
8748         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8749         * support/regression/ports/z80/spec.mk: use -o
8750         * support/regression/ports/ucz80/spec.mk: use -o
8751         * support/regression/ports/xa51/spec.mk: use -o
8752         * support/regression/fwk/lib/timeout.c: fix usage string
8753
8754 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8755         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8756
8757 2003-01-07    <johan AT balder>
8758
8759         * src/SDCCast.c (decorateType): fixed bug #600035
8760
8761 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8762         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8763         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8764         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8765         * src/pic/pcode.c: outcommented unused variable to remove warnings
8766         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8767
8768 2003-01-06    <karl AT turbobit.com>
8769         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8770    regression tests.
8771
8772 2003-01-06    <johan AT balder>
8773
8774         * src/SDCCicode.c: fixed array add
8775
8776 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8777         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8778         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8779
8780 2003-01-04    <johan AT balder>
8781
8782         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8783
8784 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8785         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8786
8787 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8788         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8789         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8790
8791 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8792         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8793
8794 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8795         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8796
8797 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8798         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8799
8800 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8801
8802     * in \sdcc\as\mcs51\ changed these files in order to create an
8803     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8804     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8805     following files to include the previous two files: aslink.dsp,
8806     Makefile.aslink, Makefile.bcc, and Makefile.in.
8807
8808     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8809     .adb instead of .cdb
8810
8811 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8812
8813         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8814         value from option --iram-size.
8815
8816 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8817
8818         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8819         dram[] array.
8820
8821 2002-09-18    <wiml AT hhhh.org>
8822
8823         * SDCClrange.h: exposed setFromRange() and setToRange()
8824         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8825           packRegsForAccUse() (bug 542397)
8826         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8827           multiple times and emitting the fetch operations more than once
8828           added aopGetUsesAcc() function to allow binary operators to
8829           fetch their operands in the correct order; made genMinus() emit
8830           compact code for X = LITERAL - Y
8831
8832 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8833         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8834         sprintf() in line 1267.
8835
8836 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8837         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8838         like ports.
8839
8840 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8841         Changes to aslink (All the changes are marked with 'JCF'):
8842
8843         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8844         summary().
8845
8846         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8847         area BSEG.  Also moves, if possible, the DATA area down into the internal
8848         ram so more space is available.
8849
8850         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8851         sflag.
8852
8853         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8854         not bytes.  Function summary() which creates a memory usage summary
8855         file with extension .mem.  Reports of overlaping stack and small stack
8856         size.  If the space for the stack is less than 16 bytes aslink trows a
8857         warning.
8858
8859         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8860         the 8051.  Option 'y' for memory summary output file.
8861
8862         Changes to sdcc (All the changes are marked with 'JCF'):
8863
8864         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8865
8866         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8867         overlaying area for it (uses RegBankUsed[4]).
8868
8869         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8870         bank zero as used by default.  By default aslink locates the stack
8871         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8872         the creation of the .mem file.  Delegates the allocation of data area
8873         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8874         the begining of the stack area to aslink.
8875
8876         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8877         glue() in SDCCglue.c creates an area for it.
8878
8879 2002-09-03  Borut Razem <borut.razem AT siol.net>
8880         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8881         sdcc/src/pic/glue.c:
8882         introduced atexit() handler for teporay files removal in case of
8883         errors, assertions, ...
8884
8885 2002-08-29  Borut Razem <borut.razem AT siol.net>
8886         * sdcc/support/cpp2/auto-host_vc_in.h:
8887         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8888         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8889         Maybe there is a similar problem with BORLANDC? It should be checked!
8890
8891         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8892         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8893         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8894         was not executed, and the compiler (cl) launched a warning:
8895         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8896
8897 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8898         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8899
8900 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8901         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8902
8903         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8904           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8905           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8906           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8907           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8908           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8909           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8910         - added Release configuration in VS projects
8911         - review of compiler an linker options
8912         - VC .exe files are generated in bin_vc directory, not to interfere
8913           with binaries generated from other projects (cygwin, mingw, bcc ...)
8914
8915         * sdcc/src/yacc.dsp: added
8916
8917         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8918         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8919         and insert the version number definitions from .version
8920
8921         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8922
8923         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8924         added - genarate auto-host.h using auto-host_vc_in.h as template
8925
8926         * sdcc/sdcc_vc.h,
8927         removed from CVS, generated automatically
8928
8929 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8930         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8931
8932 2002-08-11  Borut Razem <borut.razem AT siol.net>
8933         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8934
8935 2002-08-10  Borut Razem <borut.razem AT siol.net>
8936         * src/SDCCmain.c (main):
8937         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8938         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8939         The consequence was that some temporary files were not removed.
8940
8941         * src/SDCCglue.c:
8942         unification of code in functions tempfilename() and tempfile():
8943         function tempnam() is defined in Visual Studio 6.0 and .NET
8944
8945         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8946
8947         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8948           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8949         - removed compiler command line option /WX: Treats all warnings as errors
8950         - update a list of source files, included into the project
8951
8952         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8953           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8954         changed project type to Generic Project so that can be correcly converted to VS.NET project
8955
8956         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8957
8958         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8959
8960         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8961
8962         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8963         added return 0 statements after assert() to make compiler happy
8964
8965         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8966         added newline in the def file to keep MSC compiler satisfied
8967
8968         * sdcc/src/z80/gen.c:
8969         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8970           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8971         - solved MSC error in function aopDump()
8972
8973         * sdcc_vc.h: define PREFIX as "\\sdcc"
8974
8975 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8976         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8977
8978 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8979         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8980         - Rewrote the register banking algorithm.
8981         - Added pCode live-range analysis to registers (for now, only non-used and
8982         singly-used registers optimized away)
8983
8984         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8985
8986         * 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.
8987
8988 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8989         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8990
8991 2002-04-22  Michael Hope  <michaelh AT vroom>
8992
8993         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8994
8995         * configure.in (DD_COPT): Added include support required for gbdk.
8996
8997         * .version: Bumped version number just to increase it.
8998
8999         * src/SDCCmain.c: Added -nostdinc to the default options.
9000
9001 2002-04-15  Michael Hope  <michaelh AT vroom>
9002
9003         * device/lib/z80/printf.c (sprintf): Added.
9004
9005         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9006
9007         * src/z80/peeph.def: Added transpose redundent load rule.
9008
9009         * src/z80/main.c: Added force callee saves for jaune.
9010
9011         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9012
9013         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9014
9015 2002-03-28  Johan Knol  <johan AT balder>
9016
9017         * src/SDCCval.c: fixed bug #532436
9018
9019 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9020         * /src/port.h:
9021         Added "char *Processor" field to the port structure.
9022
9023         * /src/SDCCmain.c:
9024         Added -p option. Allows port dependent processor to be specified.
9025
9026         * all ports:
9027         Initialized the new field char *Processor field to NULL in all ports
9028
9029         * /src/pic/*:
9030         Compiler generated registers for interrupt context saving
9031         were not getting allocated.
9032
9033 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9034
9035         * /src/SDCCast.c:
9036         Fixed left shift. Will promote the left side of a left shift
9037         if a) left shifting more than size of operand or b) when assigned
9038         to something size > size of left side
9039
9040 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9041         * src/pic/*
9042         tons of changes. Register allocation has been
9043         rewritten. Added customization for the various PICs. Flow
9044         analysis is restructured. ...
9045
9046         * src/pic/device.h:
9047         Added
9048
9049         * src/pic/device.c:
9050         Added. device.c is a PIC port hack to accomodate variations
9051         in PIC devices.
9052
9053 2002-03-13  Michael Hope  <michaelh AT vroom>
9054
9055         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9056
9057 2002-03-04  johanknol  <johanknol AT manik>
9058
9059         * /src/SDCCval.c: fixed
9060
9061         const unsigned char arr[][2] = { { 0, 1 } };
9062         t18.c:1: error: Initializer element is not constant
9063
9064 2002-03-04  bela  <bela AT manik>
9065
9066         * /device/include/mcs51reg.h:
9067         ds89c420 register definition update
9068
9069 2002-03-03    <johan AT FRIJA>
9070
9071         * support/Util/SDCCerr.c: did something, but don't no why anymore
9072
9073         * support/regression/tests/bug-524691.c: made it a little less shy
9074
9075         * src/SDCCast.c (decorateType): fixed bug #524697
9076
9077         * src/SDCCast.c: made some lineno improvements
9078
9079         * src/SDCCval.c (getNelements): changed warning to error
9080
9081         * src/SDCCglue.c (printIvalArray): changed warning to error
9082
9083         * src/SDCCicode.c: fixed a warning for mingw
9084
9085         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9086
9087         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9088
9089 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9090
9091         * src/ds390/peeph.def:
9092         Added some more peephole rules
9093
9094         * src/ds390/gen.c: Various fixes & enhancements
9095
9096         * src/SDCClrange.c, src/SDCClrange.h:
9097         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9098
9099         * src/ds390/ralloc.c:
9100         various fixes & enhancements (ds390) specific
9101
9102         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9103         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9104         from rallocs.
9105
9106         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9107
9108 2002-03-02    <johan AT FRIJA>
9109
9110         * src/SDCCast.c (decorateType): fixed bug #524708
9111
9112         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9113
9114         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9115
9116 2002-03-01  Michael Hope  <michaelh AT vroom>
9117
9118         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9119
9120         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9121
9122 2002-03-01    <johan AT FRIJA>
9123
9124         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9125
9126         * src/SDCCast.c (decorateType): fixed bug #524209
9127
9128         * src/SDCCval.c (valNot): fixed bug #524195
9129
9130 2002-02-26    <johan AT balder>
9131
9132         * src/xa51/gen.c: fixed a warning
9133
9134         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9135
9136         * src/SDCCast.c (decorateType): fixed bug #522534
9137
9138 2002-02-23    <johan AT balder>
9139
9140         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9141
9142 2002-02-22    <johan AT balder>
9143
9144         * src/SDCCast.c: fixed bug #514865
9145
9146         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9147
9148 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9149
9150         * sdcc/src/SDCCloop.c:
9151         Previous fix was not good. basic blocks that have "break" or "return" are
9152         not really partof a loop , but live ranges used in these blocks should
9153         be live thru the entire loop, so set partOfLoop but don't add them to
9154         loop region
9155
9156 2002-02-21    <johan AT FRIJA>
9157
9158         * src/SDCCcse.c: fixed bug #514308
9159
9160 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9161
9162         * src/SDCCloop.c:
9163         Fixed BUG #519583. If a conditional block ended in a return/break
9164         statement inside a loop, it was not being considered part of the loop.
9165
9166         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9167
9168 2002-02-10  Karl Bongers <karl AT turbobit.com>
9169
9170         * debugger/*:
9171         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9172         with lots of comments and notes.
9173
9174         * device/examples/test2.c:
9175         Fix bug, "red" variable not being initialized(compiler complained).
9176
9177         * device/examples/Makefile, examples/test3.c:
9178         Add Makefile in device/examples folder, compiles test3.c
9179         for use as a multiple module SDCDB test case.
9180
9181         * sim/ucsim/cmd.src/cmdset.cc:
9182         Took out debug printfs in ucsim "next" command.
9183
9184         * sim/ucsim/xa.src:
9185         Karl and Johan start ucsim XA support.  Most dissassembly working,
9186         about 75% emulation done(plenty of work remaining).
9187
9188         * sim/ucsim/z80.src:
9189         Add Z80 support to ucsim, add test-ucz80 regression test,
9190         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9191         Notice z80 compiler fails on examples/test3.c/crc code.
9192
9193 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9194
9195         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9196         Added support for --parms-in-bank1
9197
9198         * src/ds390/peeph.def:
9199         added a few more peephole optimzations
9200
9201         * src/ds390/main.c:
9202         1) added __builtin_inp & __builtin_outp used to read in data of given length
9203            from a memory mapped port
9204         2) added __builtin_memcmp
9205         3) added __builtin_swapw swap bytes of a short
9206
9207         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9208         1) handle multiple send & receives from register bank1
9209         2) ralloc can now allocate DPTR1 to some liveRanges
9210
9211         * src/SDCCsymt.c, src/SDCCsymt.h:
9212         changes to handle multiple sends & receives
9213
9214         * src/SDCCptropt.h:
9215         added some pointer arithmetic optimization
9216
9217         * src/SDCCptropt.c:
9218         added some pointer arithmetic optimizations but not stable yet so not
9219         called from anywhere (will get this working shortly)
9220
9221         * src/SDCCopt.c: fixed for multiple sends & receives
9222
9223         * src/SDCCmain.c:
9224         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9225         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9226            set preprocessor defines (depending on options)
9227
9228         * src/SDCCicode.c, src/SDCCicode.h:
9229         changes made to handle multiple sends & receives
9230
9231         * src/SDCCglobl.h:
9232         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9233
9234         * src/SDCCcse.c, src/SDCCcse.h:
9235         added function findbackward def (to be used in upcoming optimization)
9236
9237         * src/SDCCcflow.c, src/SDCCcflow.h:
9238         added function returnAtEnd - to determine if a basic block terminates with
9239         a RETURN iCode
9240
9241         * src/SDCCast.c, src/SDCCast.h:
9242         added option parms-in-bank1
9243
9244         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9245         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9246         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9247         adjusted for --parms-in-bank1 option
9248
9249         * device/include/string.h:
9250         donot redefine "reentrant" keyword
9251
9252         * device/include/ds80c390.h: Added some more SFRs
9253
9254 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9255
9256         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9257
9258 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9259
9260         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9261
9262 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9263
9264         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9265
9266 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9267
9268         * Added --xram-movc option
9269
9270 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9271
9272         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9273
9274 2002-01-11  Johan Knol
9275
9276         * Added math lib of Jesus Calvino-Fraga
9277
9278 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9279
9280         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9281         * support/regression/Makefile: new target test-mcs51-stack-auto
9282         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9283
9284 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9285
9286         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9287
9288 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9289
9290         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9291
9292 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9293
9294         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9295
9296         * src/SDCCglue.h: add definition for printIvalChar()
9297
9298 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9299
9300         * src/SDCCast.c: fix #498138 by Johan
9301
9302         * src/SDCCglue.c: fix #498138 by Johan
9303
9304 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9305
9306         * support/regression/Makefile: fix clean
9307
9308         * support/regression/ports/ds390/support.c: fix transmission of last character
9309
9310 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9311
9312         * /sdcc/src/ds390/gen.c:
9313         a) improved computing address of stack variable
9314         b) took out some #if 0 code
9315         c) improved parmBytes adjustment
9316         d) improved genPlusIncr & genMinusIncr
9317         e) genCmp could generate bad code (when left assigned to DPTR)
9318         f) Fixed bug in hasInc
9319
9320         * /sdcc/src/ds390/ralloc.c:
9321         a) packRegsForSupport could mess up live information (Fixed)
9322         b) packRegsDPTRuse could be incorrect for left & right shift
9323
9324         * /sdcc/src/mcs51/ralloc.c:
9325         packRegsForSupport could mess up the live information (Fixed)
9326
9327         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9328
9329         * /sdcc/src/SDCCast.c:
9330         can reverse a loop even if function call is present as long
9331         as the loop control variable is local & is not passed as parameter
9332
9333 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9334
9335         * /sdcc/ChangeLog: *** empty log message ***
9336
9337         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9338         More builtin function additions for TININative
9339
9340         * /sdcc/src/ds390/ralloc.c:
9341         Had broken the regression testsuite
9342
9343         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9344
9345         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9346         Added funcattr hasStackParms will be set for reentrant functions when there
9347         are paramteres on the stack, this helps in minimizing frame pointer generation
9348         typeFromStr can handle function pointers now
9349
9350         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9351         *** empty log message ***
9352
9353 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9354
9355         * /src/ds390/gen.c, /src/ds390/main.c:
9356         More builtin function additions for TININative
9357
9358         * /src/ds390/ralloc.c:
9359         Had broken the regression testsuite
9360
9361         * /src/SDCCast.c: Fixed a bug in dumptree
9362
9363         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9364         Added funcattr hasStackParms will be set for reentrant functions when there
9365         are paramteres on the stack, this helps in minimizing frame pointer generation
9366         typeFromStr can handle function pointers now
9367
9368         * /doc/builtins.txt, /doc/TININative.txt:
9369         *** empty log message ***
9370
9371
9372 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9373
9374         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9375         ALPHA version for -mTININative
9376
9377         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9378         updated to reflect changes in the port structure
9379
9380         * /src/port.h:
9381         added function do_assemble (similar to do_link) if non-null this function
9382         will be called to do assembly (-mTININative) requires a multi command
9383         assembly
9384         added function genAssemblerEnd will be called to generate assembler Epilogue
9385
9386         * /src/SDCCsymt.c:
9387         added _JavaNative to debug info printing
9388
9389         * /src/SDCCmain.c: added option --tini-libid
9390         added port->do_assemble function (-mTININative) has a multi command assemble
9391
9392         * /src/SDCCglue.c: Disabled "constExpr" check
9393         added port->genAssemblerEnd function
9394
9395         * /src/SDCCglobl.h: Added option --tini-libid value
9396
9397         * /src/SDCCast.h:
9398         tookout optimizeCompare from the header (has no external references)
9399
9400         * /src/SDCCast.c: made one more function "static"
9401
9402 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9403
9404         * src/z80/mappings.i: Added z80asm support.
9405
9406         * src/z80/main.c: Added z80asm support on --asm=z80asm
9407
9408         * src/z80/gen.c: Fixed asm portability issues.
9409
9410         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9411
9412         * src/SDCCglue.c (printExterns): Added global/extern split.
9413
9414 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9415
9416         * support/regression/Makefile: added test for mcs51 model large
9417
9418         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9419
9420         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9421
9422 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9423
9424         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9425
9426 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9427
9428         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9429
9430         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9431
9432 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9433
9434         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9435
9436         * support/regression/tests/simplefloat.c: Port to mcs51.
9437
9438 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9439         * support/regression/tests/bug-485362.c: Added.
9440
9441         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9442
9443         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9444
9445         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9446
9447         * src/z80/gen.c (aopDump): Added a dump function.
9448
9449 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9450         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9451
9452         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9453
9454         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9455
9456         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9457
9458         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9459
9460         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9461
9462         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9463
9464         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9465
9466         * support/regression/ports/ds390/support.c: Use tinibios.
9467
9468         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9469
9470 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9471
9472         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9473         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9474
9475         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9476
9477         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9478
9479 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9480
9481         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9482
9483         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9484         (packRegsForIYUse): Created and optimised.
9485
9486 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9487
9488         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9489 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9490
9491         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9492
9493         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9494
9495         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9496
9497 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9498
9499         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9500
9501         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9502
9503 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9504
9505         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9506
9507         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9508
9509         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9510
9511 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9512
9513         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9514         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9515         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9516
9517         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9518
9519         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9520         (genNotFloat): Added.
9521         (genUminusFloat): Added.
9522
9523         * device/lib/z80/Makefile: Added floating pt stubs.
9524
9525         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9526
9527         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9528
9529         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9530
9531 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9532
9533         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9534
9535         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9536
9537         * sdcc/support/regression/Makefile: Add port ds390.
9538
9539         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9540
9541         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9542
9543         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9544
9545         * sdcc/support/regression/ports/ds390/support.c: Added.
9546
9547         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9548
9549         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9550
9551         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9552
9553 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9554
9555         * device/include/malloc.h: Added z80 and gbz80 support.
9556
9557         * device/lib/gbz80/heap.s: Added.
9558
9559         * device/lib/z80/heap.s: Added.
9560
9561         * device/lib/malloc.c: Added z80 and gbz80 support.
9562
9563         * support/regression/tests/malloc.c (testMalloc): Added.
9564
9565         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9566
9567         * support/regression/tests/bug-478094.c: Added.
9568
9569         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9570
9571 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9572
9573         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9574
9575         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9576
9577         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9578
9579         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9580
9581         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9582
9583 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9584
9585         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9586
9587 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9588
9589         * support/regression/tests/bug-477927.c: Added.
9590
9591         * src/z80/peeph.def: Added minor rules.
9592
9593         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9594
9595         * src/z80/peeph.def: Added jump optimisation modification.
9596
9597 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9598
9599         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9600
9601 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9602
9603         * support/regression/tests/funptrs.c: Added.
9604
9605 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9606
9607         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9608
9609 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9610
9611         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9612
9613         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9614
9615         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9616         (movLeft2ResultLong): Created.
9617
9618         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9619         (joinPushes): Added.  Joins two char pushes into a word push.
9620
9621 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9622
9623         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9624
9625         * support/makebin/Makefile (install): Added creation of dest dir.
9626
9627 2001-10-24 Karl Bongers <karl AT turbobit.com>
9628
9629         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9630
9631 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9632
9633         * src/z80/ralloc.c: Turned off faulty pack for one use.
9634
9635         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9636
9637         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9638
9639 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9640
9641         * support/regression/Makefile: Improved clean
9642
9643         * support/regression/ports/gbz80/spec.mk: Added clean
9644
9645         * support/regression/ports/host/spec.mk: Added clean
9646
9647         * support/regression/ports/z80/spec.mk: Added clean
9648
9649         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9650
9651         * support/regression/ports/mcs51/timeout.c: little improvements
9652
9653 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9654
9655         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9656
9657         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9658
9659         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9660
9661 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9662
9663         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9664
9665         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9666
9667 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9668         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9669
9670         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9671
9672         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9673
9674         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9675
9676         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9677
9678         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9679
9680         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9681
9682         * support/regression/tests/longor.c: Added.
9683
9684 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9685
9686         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9687
9688         * as/mcs51/aslink.h: define PATH_MAX
9689
9690         * as/mcs51/asm.h: define PATH_MAX
9691
9692         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9693
9694         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9695
9696         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9697
9698         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9699
9700         * src/SDCCglobl.h: define PATH_MAX
9701
9702         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9703
9704         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9705
9706 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9707
9708         * src/z80/gen.c (gencjneshort): Fixed
9709
9710         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9711
9712 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9713
9714         * support/regression/tests/bug-469671.c: Added.
9715
9716         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9717
9718 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9719
9720         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9721
9722         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9723
9724 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9725
9726         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9727
9728         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9729
9730         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9731
9732         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9733
9734         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9735
9736         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9737
9738         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9739
9740 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9741
9742         * 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.
9743
9744         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9745
9746         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9747
9748 2001-10-07    <johan AT FRIJA>
9749
9750         * device/lib/gets.c (gets): fixed the return value.
9751
9752 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9753         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9754
9755         * 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.
9756
9757         * 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.
9758
9759         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9760
9761         * src/pic/gen.c: Removed Safe_strdup.
9762
9763         * configure.in: Added option to enable libgc support.
9764
9765         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9766         (bitVectUnion): Optimised.
9767         (bitVectIntersect): Optimised.
9768         (bitVectBitsInCommon): Optimised.
9769         (bitVectCplAnd): Optimised.
9770
9771         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9772
9773 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9774
9775         * src/SDCCmain.c: distinguish between assembler debug and plain options
9776
9777         * src/avr/main.c:   remove standard assembler options
9778
9779         * src/ds390/main.c: remove standard assembler options
9780
9781         * src/mcs51/main.c: remove standard assembler options
9782
9783         * src/port.h: removed "PENDING" comment
9784
9785 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9786
9787         * src/device/lib/_mulint.c  : new, with assember functions
9788
9789         * src/device/lib/_mullong.c : new, with assember functions
9790
9791         * src/device/lib/_divuint.c : with assember functions
9792
9793         * src/device/lib/_divsint.c : with assember functions
9794
9795         * src/device/lib/_divulong.c: with assember functions
9796
9797         * src/device/lib/_divslong.c: with assember functions
9798
9799         * src/device/lib/_moduint.c : with assember functions
9800
9801         * src/device/lib/_modsint.c : with assember functions
9802
9803         * src/device/lib/_modulong.c: with assember functions
9804
9805         * src/device/lib/_modslong.c: with assember functions
9806
9807         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9808
9809         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9810
9811         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9812                                       replaced _mululong.c and _mulslong.c by _mullong.c
9813
9814 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9815
9816         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9817
9818 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9819
9820         * src/SDCCglue.c: test, if win32api is available for MINGW
9821
9822 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9823
9824         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9825         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9826         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9827         * support/regression/ports/host/spec.mk: removed GENERIC
9828         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9829         * support/regression/ports/z80/spec.mk: removed GENERIC
9830
9831 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9832
9833         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9834
9835         * support/regression/tests/bug-467035.c: Created.
9836
9837 2001-10-01    <johan AT FRIJA>
9838
9839         * src/SDCC.y: fixed bug #466586 part 1
9840
9841 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9842
9843         * SDCCicode.c: z80 has no generic pointers
9844         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9845
9846 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9847
9848         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9849
9850 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9851
9852         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9853
9854         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9855
9856 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9857
9858         * configure.in: Fixed up so that ucsim is only configured once.
9859
9860         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9861
9862         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9863         (getPathDifference): As above.
9864
9865         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9866
9867         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9868
9869 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9870         * .version: Updated to 2.3.1
9871
9872         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9873         Added copyright header.
9874
9875         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9876         (assemble): Added support for macro based assembler commands.
9877         (linkEdit): Added support for macro based linker commands.
9878         (preProcess): Changed the pre-processor to use macros.
9879         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9880         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9881
9882         * device/lib/z80/crt0.s: Added module name for debugging.
9883
9884 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9885
9886         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9887
9888         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9889
9890         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9891
9892         * src/Makefile.in: Added SDCCmacro and SDCCutil
9893
9894 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9895
9896         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9897
9898 2001-09-16    <johan AT FRIJA>
9899
9900         * 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.
9901
9902 2001-09-15    <johan AT FRIJA>
9903
9904         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9905         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9906
9907 2001-09-11    <johan AT FRIJA>
9908
9909         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9910
9911 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9912
9913         * support/regression/tests/bug-460444.c: Added test case.
9914
9915         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9916         (genCast): Added justification for all of the asserts.
9917
9918 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9919
9920         * support/regression/support.c: _xdata replaced by xdata
9921
9922         * support/regression/spec.mk: removed _generic
9923
9924 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9925
9926         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9927
9928         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9929         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9930
9931         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9932
9933         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9934
9935         * support/regression/tests/bug-460010.c: Added test case.
9936
9937         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9938
9939 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9940
9941         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9942
9943         * support/regression/testfwk.c: removed workaround for bug #436344
9944
9945         * support/regression/tests/bp.c: use less memory with mcs51
9946
9947         * support/regression/tests/bug-441448.c: use less memory
9948
9949         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9950
9951         * support/regression/collate-results.py: typo
9952
9953 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9954
9955         * support/regression/tests/fetchoverlap.c: Added new test case.
9956
9957         * support/regression/tests/bp.c: Added new test case.
9958
9959         * support/regression/tests/bug-448984.c: Added new test case.
9960
9961         * support/regression/tests/pow2shifts.c: Added new test case.
9962
9963         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9964         (genlshTwo): Fixed right shift for count > 8.
9965
9966         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9967
9968 2001-09-08    <johan AT FRIJA>
9969
9970         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9971
9972 2001-09-07    <johan AT FRIJA>
9973
9974         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9975
9976         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9977
9978 2001-09-06    <johan AT FRIJA>
9979
9980         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9981         * bernhard noted me at this: "() equals to (void)" (1.38)
9982
9983 2001-09-05    <johan AT FRIJA>
9984
9985         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9986
9987 2001-09-04    <johan AT FRIJA>
9988
9989         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9990
9991
9992 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9993
9994         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9995
9996 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9997
9998         * link/z80/aslink.h: Fixed path for PATH_MAX
9999
10000 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10001
10002         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10003
10004         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10005
10006         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10007
10008         * 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.
10009
10010 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10011
10012         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10013         (genCmp): Fixed up genCmp for the GB with longs.
10014
10015         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10016
10017         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10018
10019         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10020
10021         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10022
10023 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10024
10025         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10026
10027 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10028
10029         * 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.
10030
10031         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10032
10033 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10034
10035         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10036
10037         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10038
10039 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10040
10041   * sim/ucsim/configure:    little improvement of Cygwin-detection
10042   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10043   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10044   * support/regression/tests/bug-221100.c: small changes for mcs51
10045   * support/regression/tests/bug-221168.c: small changes for mcs51
10046   * support/regression/tests/bug-227710.c: small changes for mcs51
10047   * support/regression/tests/staticinit.c: small changes for mcs51
10048   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10049   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10050   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10051
10052 $Revision$