]> git.gag.com Git - fw/sdcc/blob - ChangeLog
5bfbaa8656d1bc3523faa67fdde75a6bc62fc2fc
[fw/sdcc] / ChangeLog
1 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
4         ffffffffu
5
6 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * as/mcs51/aslink.h: completed lkrloc.c prototypes
9         * as/mcs51/lkmain.c (link_main): fixed warning
10         * device/include/stdbool.h: ds390 has no advanced bit support yet
11         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
12         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
13         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
14           and updated their macros
15         * src/SDCCval.c (constVal): updated comment for renamed b_long
16
17 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * as/mcs51/asdata.c: changed ctype['['] to BINOP
20         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
21           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
22           (oprio): set priority for '['
23         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
24            and adb_24_bit
25         * as/mcs51/asm.h: added defines R_BIT and S_BIT
26         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
27         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
28         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
29           added overlayable BIT_BANK area
30         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
31           (summary2): explain 'T' in legenda
32         * as/mcs51/lkrloc.c: replaced old K&R style,
33           (relr): added R_BIT processing,
34           (errmsg): added "Bit-addressable relocation error",
35           (adb_bit): added for converting from byte- to bit-addressable space,
36           (adb_24_bit): added for converting from byte- to bit-addressable space
37         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
38            used in reentrant functions now even as return value
39         * device/lib/_gptrput.c (_gptrput): removed obsolete code
40         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
41           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
42         * src/SDCCglobl.h: added indicator BitBankUsed
43         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
44            the bit registers b0-b7
45         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
46           (geniCodeCast): fixed bug 1263853,
47           (geniCodeLogicAndOr): put result in bool or char,
48           (geniCodeReceive): added parameter func for accessing the return type,
49           (geniCodeFunctionBody): pass func to geniCodeReceive
50         * src/SDCCmain.c: added indicator BitBankUsed
51         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
52         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
53           (checkSClass): don't put automatic bool/bit on stack,
54           (checkFunction): removed check on function cannot return bit
55         * src/SDCCsymt.h: added newBoolLink prototype
56         * src/mcs51/gen.c (rb1regs): added bit registers,
57           (movc): created for assigning to carry,
58           (pushReg, popReg): created for pushing registers,
59           (sameRegs): check both AOP_REG and AOP_CRY types,
60           (aopOp): handle bit registers,
61           (aopPut): optimization no self-assign,
62           (saveRegisters): push reg->base (bits) only once for bit registers,
63            and use pushReg,
64           (unsaveRegisters): pop reg->base only once and use popReg,
65           (assignResultValue): added parameter func and return in carry for bits,
66           (genIpush): optimization no reload in A if not changed,
67           (genSend): bit parameters in reentrant functions are passed in bit
68            registers by first assigning to bits in B, then save registers and
69            copy B to bits,
70           (genCall): handle returning in Carry properly, save it in F0 if needed,
71           (genPcall): updated assignResultValue call, this is not safe yet for bit
72            returning function !!!
73           (genFunction): don't generate equ's for bit registers and use pushReg,
74           (genEndFunction): take care of bit returning functions and use popReg,
75           (genRet): return bit in Carry,
76           (genIfx): optimize bit registers and other directly addressable bits,
77           (genReceive): updated assignResultValue call
78         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
79           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
80            registers when using stack-auto
81         * src/mcs51/ralloc.c (_G): added allBitregs,
82           (regs8051): added the bit registers,
83           (createStackSpil): use macro IS_BIT,
84           (getRegBit): added to allocate a bit register, else spill,
85           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
86           (updateRegUsage): factored out to ease stepping while debugging,
87           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
88            also allocate bit registers,
89           (fillGaps): handle bit registers,
90           (findAllBitregs): added to create bit vector with all bit registers,
91           (mcs51_allBitregs): returns this bit vector,
92           (mcs51_assignRegisters): when using stack-auto use bit registers for
93            passing parameters and creating local variables
94         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
95
96 2005-08-22 Borut Razem <borut.razem AT siol.net>
97
98         * device/lib/Makefile.in: replaced find option -or with -o
99           to make it run on solaris
100
101 2005-08-22 Raphael Neider <rneider AT web.de>
102
103         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
104           fixes #1265442 (crash on Solaris)
105
106 2005-08-20 Borut Razem <borut.razem AT siol.net>
107
108         * configure, configure.in: added tests for libsocket and libnsl libraries,
109           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
110           from support/regression/Makefile.in
111         * support/regression/Makefile.in: added
112         * device/lib/pic16/Makefile.common.in: force make to use bash shell
113         * sim/ucsim/libtool: regenerated on sparc-solaris
114         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
115           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
116           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
117           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
118           sparc-solaris, which doesn't use GNU ld linker
119         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
120         * as/Makefile: find on sparc-solaris does not support -maxdepth option
121
122 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
123
124         * src/mcs51/peeph.def: updated comments
125
126 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
127
128         * device/lib/_gptrget.c,
129         * device/lib/_gptrput.c: slightly shorter
130         * doc/sdccman.lyx: incremented version
131         * src/mcs51/peeph.def: moved peephole comments to the line of first
132           change to better keep line correlation, reanimated 186.e
133         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
134
135 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
136
137         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
138           David Saxton with quotes around file name.
139
140 2005-08-15 Borut Razem <borut.razem AT siol.net>
141
142         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
143           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
144           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
145           make tests run on x86_64 platform
146
147 2005-08-13 Raphael Neider <rneider AT web.de>
148
149         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
150           as it might be executed DURING a build (parallel make is wonderful)
151
152 2005-08-13 Raphael Neider <rneider AT web.de>
153
154         * device/lib/Makefile.in (port-specific-objects-pic16):
155           revert to cp $(PORT)/bin/*.* $(PORTDIR)
156         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
157           dependency
158         * device/lib/pic16/Makefile.rules: build subdirs before creating
159           the library, removed builddir rule, create $(builddir) early in
160           recurse rule, use empty recurse rule for leaf directories
161         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
162           mkdir errors (race condition), removed duplicate suffix "hex"
163           from clean rules
164         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
165         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
166           prevents mkdir -p from aborting on Alpha
167
168 2005-08-12 Raphael Neider <rneider AT web.de>
169
170         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
171           db-statements in order to allow for arrays of pointers in code
172           sections to be placed without interspersed 0-padding, fixes
173           bug #1256215
174         * (emitStatistics): fixed division by zero for pic18f1220
175         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
176           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
177         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
178         * (pic16_pCodeConstString): keep track of already emitted string
179           literals to prevent "duplicate definitions of symbol _str_NR"
180         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
181           debug message
182         * device/lib/Makefile.in: ignore failing PIC16 library builds
183         * device/lib/pic16/Makefile: do not build if gputils are missing
184         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
185
186 2005-08-10 Raphael Neider <rneider AT web.de>
187
188         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
189           my last commit)
190
191 2005-08-10 Raphael Neider <rneider AT web.de>
192
193         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
194           Rokas' patch to add the new fixed point type "__fixed16x16"
195         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
196           functions for __fixed16x16 arithmetics
197         * device/lib/pic16: reimplemented the build system to support
198           a separate build directory, better handling of libio (create
199           the library in a separate subdir for each architecture) and
200           easier configuration (centralized in Makefile.common)
201
202 2005-08-07 Raphael Neider <rneider AT web.de>
203
204         * src/pic16/gen.c (genrshTwo): fixed sign extension
205         * src/pic16/device.c: added pic18f2320, 4220 and 4320
206         * device/include/pic16/pic18f2220.h: changed some bit definitions,
207           added T0CONbits
208         * device/include/pic16/pic18f4220.h: NEW, header for
209           pic18f4220 and pic18f4320
210         * device/include/pic16/pic18fregs.h: added new devices,
211           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
212         * device/include/pic16/signal.h: resolved name clashes
213           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
214           to also allow testing for interrupt enable bits, added
215           comments on how to use the macros
216         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
217         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
218           register definitions for the devices
219         * device/lib/pic16/pics.all: added new devices
220         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
221           allocated memory
222         * device/lib/pic16/libc/stdlib/memfree: do not count
223           the block header as free memory
224         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
225           simplified and added missing end-of-blocklist-marker
226           (reported by Peter Onion, fixes #1252814)
227         * (_mergeHeapBlock): fixed loop condition
228         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
229           len==0, restructured code
230         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
231           up a bit, reduced bitfield accesses, prevent endless loops
232           in case of heap corruption
233         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
234           "unreferenced arguments/must return a value" warnings
235         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
236           replaced BAUDREG with SPBRG
237         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
238           device/lib/pic16/debug/gstack/gstack.c: replaced
239           _naked, _asm, _endasm with __naked, __asm, __endasm
240
241 2005-08-05 Raphael Neider <rneider AT web.de>
242
243         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
244           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
245
246 2005-08-05 Borut Razem <borut.razem AT siol.net>
247
248         * device/lib/Makefile.in: added missing ';'
249         * configure: removed ^M characters
250
251 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
252
253         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
254           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
255           License
256
257 2005-08-04 Borut Razem <borut.razem AT siol.net>
258
259         * configure.in: pic16 libraries build 2nd try - enable running
260           configure in device/lib/pic16
261         * configure: regenerated from configure.in
262         * device/lib/Makefile.in: create $(PORT)/bin directory
263
264 2005-08-03 Raphael Neider <rneider AT web.de>
265
266         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
267           to get/set values via pointers
268         * (genUnpackBits,genPackBits): changed detection of
269           ptr->bitfield vs. sym.bitfield, fixed access via generic
270           pointers, removed dead (wrong) code for multibyte bitfields
271         * (genNearPointerGet, genGenPointerGet): removed useless code,
272           fixed bitfield detection, fixes #1250594
273         * (genNearPointerSet): removed useless code
274         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
275           and introduced macro pic16_emitpcode that conditionally emits
276           the origin of the following pCode (useful for debugging SDCC)
277         * src/pic16/pcode.c: changed (and disabled) some debug outputs
278         * (createDefmap): fixed handling of LFSR for --optimize-df
279
280 2005-08-02 Borut Razem <borut.razem AT siol.net>
281
282         * device/lib/Makefile.in: pic16 libraries build enabled since
283           gputils-0.13.2 are now localy installed at sourceforge's compile farm
284
285 2005-08-02 Raphael Neider <rneider AT web.de>
286
287         * src/pic16/gen.c (genPackBits): removed deprecated warning
288         * (genGenPointerSet): fixed bitfield detection
289
290 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
291
292         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
293
294 2005-07-31 Raphael Neider <rneider AT web.de>
295
296         * device/lib/pic16/libdev/pic18f458.c,
297           device/include/pic16/pic18f458.h: added missing T0CONbits
298
299 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
300
301         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
302
303 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
304
305         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
306
307 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
308
309         * device/include/mcs51/at89c51ed2.h: added.
310
311 2005-07-23 Raphael Neider <rneider AT web.de>
312
313         * src/pic/gen.h: added emitpcode macro for debugging
314         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
315           and replace by macro adding debug information on demand
316         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
317         * (gencjne): tried to fix; replaced with correct (slower) code
318         * (gen{Unp,P}ackBits): fixed single bit access
319         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
320         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
321           previous instruction
322         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
323           register has to be handled with care (forbidding movement
324           of assignments/uses, removing assignments completely, ...)
325         * (pCodeOptime2pCodes): make use of regIsSpecial
326         * added lots of debugging output (commented out)
327         * src/pic/rallloc.c (deassignLRs): prevent operand registers
328           from being reused as result UNLESS it is known to work
329
330 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
331
332         * support/Util/dbuf.h: include <stddef.h> for size_t
333         * .version: changed to version 2.5.2
334
335 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
336
337         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
338
339 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
340
341         * src/hc08/gen.c (genMinus): fixed bug #1241835,
342           (genModOneByte): removed needless psha/pula
343
344 2005-07-22 Raphael Neider <rneider AT web.de>
345
346         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
347           have PIC14 handled like PIC16, fixes broken pic14 linker calls
348         * src/pic/gen.c (resolveIfx): do not "invent" labels
349         * (genSkipc): changed to positive logic
350         * (genSkipCond): removed as no longer needed
351         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
352           backport from PIC16
353         * (genLeftShift): check operands are in different registers
354         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
355           INCF does not update CARRY...
356         * src/pic/main.c: fixed _linkCmd
357         * src/pic/pcode.c (unlinkpCode): added inactive code
358         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
359           alive (do not assign result and operand overlapping registers)
360
361 2005-07-22 Raphael Neider <rneider AT web.de>
362
363         * src/pic/device.c (dump_sfr): replaced register declaration with
364           call to emitSymbolToFile() to avoid duplicate symbols
365         * (assignRelocatableRegisters): do not declare external symbols
366         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
367           right (take size of type, not etype)
368         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
369         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
370         * (packRegsForAccUse): disabled assignment of WREG as
371           the result reg to prevent occurence of just fixed #1235003,
372           fixes #1242954
373         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
374           symbols (avoids duplicate symbols in .asm file)
375         * (pic14emitRegularMap): use emitSymbolToFile()
376         * src/pic/gen.c (aopOp): fixed spillLocation handling
377         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
378         * (genDataPointerSet): removed unneccessary variables/output
379
380 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
381
382         * as/mcs51/lkarea.c: enlarged codemap for banked memory
383         * device/lib/mcs51/crtbank.asm: added # to 0x0F
384
385 2005-07-21 Raphael Neider <rneider AT web.de>
386
387         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
388           architecture cannot handle them efficiently, fixes bug #1235003
389         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
390           check for empty sets before using them (fixes bug #1232190)
391
392 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
395           (lnksect2): generate warnings for memory overlap
396         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
397           constseg to set the name of these segments so you can instruct the linker
398           to place them in banks
399         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
400         * src/SDCCglobl.h: added MODEL_HUGE to enum,
401           added code_seg and const_seg to options
402         * src/SDCCglue.c (emitMaps): use options.const_seg,
403           (createInterruptVect): put interrupt vectors in segment HOME,
404           (glue): put HOME before static segment and put the main glue in HOME,
405           (glue): use options.code_seg
406         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
407         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
408           these segments so you can instruct the linker to place them in banks
409           (linkEdit): use code_loc for HOME segment which should be the first
410           segment in code memory now
411         * src/SDCCmem.c: fixed more stuff like bug 1238386
412         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
413           (changePointer): don't change function pointers to code pointers for
414           banked functions,
415           (compareType): added exceptional check for banked function pointers
416         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
417         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
418           after static in code memory
419         * src/mcs51/gen.c: added aopLiteralLong prototype,
420           (aopForSym): use getSize for functions,
421           (genCall): generate banked calls over one trampoline __sdcc_banked_call
422           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
423           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
424           the segment,
425           (genPcall): use call for literal function pointers and generate banked
426           calls over the one trampoline so there's only one place for the user to
427           modify according to his/hers hardware,
428           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
429           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
430         * src/mcs51/main.c: added keyword banked,
431           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
432         * support/Util/SDCCerr.c,
433         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
434           needed for passing the bank and address to the trampoline
435         * device/lib/mcs51/crtbank.asm: added for bankswitching
436         * device/lib/mcs51/Makefile: added crtbank
437
438 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
439
440         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
441           for fields at offset 0 of a struct or union as reported
442           on 2005-07-07 in the developer mailing list.
443
444 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
445
446         * src/SDCCmem.c: fixed bug 1238386
447
448 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
449
450         * src/mcs51/peeph.def: added labelrefcounting for peepholes
451           (patch #1144962), added peephole 300, enabled 259.x
452         * doc/sdccman.lyx: removed screenshot and provided link instead
453
454 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
455
456         * doc/sdccman.lyx: added section about debugging with ddd
457         * doc/figures/ddd_example.eps: screenshot of debugging session
458
459 2005-07-04 Raphael Neider <rneider AT web.de>
460
461         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
462           like CODE pointers, fixes #1115683
463         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
464           call, fixes bugs #1232211, #1228110,
465           fixed wrong casts to pCodeFlow from pCodeInstructions
466
467 2005-07-04 Raphael Neider <rneider AT web.de>
468
469         * src/pic/gen.c (popGet): changed assert to allow for
470           bit operands
471         * (popGetAddr): changed signature to provide
472           an additional index, patched all call sites
473         * (genCmpEq): handle literal-like operands correctly
474         * (genAddrOf): added sanity checks on __code/__data pointers
475         * (genAssign): added handling of symbols from __code section
476         * (gencjne): do not generate code for comparisons whose result
477           is neither stored nor used, fixes bug #1171114
478         * (AccLsh, AccRsh): operate on operand instead of WREG
479         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
480           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
481           by known count
482         * rewrote complete shift-by-literal logic, commented unused
483           functions out
484         * (genConstPointerGet): get multiple bytes (if result size > 1),
485           fixed handling of non-immediate addresses
486         * (genPointerGet): handle CODE pointers like CONST pointers
487         * (genpic14Code): insert C-SRC lines as Cource-pCodes
488         * ({aop,op}_isLitLike): NEW, single place to decide whether an
489           operand is to be treated as a literal or not
490         * (mov2w,genPcall,genCmpEq),
491           src/pic/genarith.c: use aop_isLitLike() to decide between
492           literal/register contents
493         * (addSign): added missing offset
494         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
495           only emit comment in debug-mode,
496           use {aop,op}_isLitLike throughout the file
497         * src/pic/glue.c: fix initializers for pointers (work in progress)
498         * src/pic/pcode.c (get_op): honor index on _const symbols
499         * ({reset,dump}pCodeStatistics): NEW, estimate code size
500         * (dumppBlock): added pCode size estimation
501         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
502           check for IS_SYMOP before OP_SYMBOL'ing
503         * fixed indentation, compacted switch-statements
504         * (allocReg): find free register and allocate it instead of
505           allocating new registers all the time
506         * (deassignLRs): prevent POINTER_GET's from being assigned the same
507           registers as its operands (necessary only for multibyte GETs)
508
509 2005-07-01 Raphael Neider <rneider AT web.de>
510
511         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
512           debugging .asm-output macros FENTRY + FEXIT
513         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
514           way... I wonder...
515         * (emitpComment): NEW, printf to pCode
516         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
517           offset handling
518         * (popGetAddr): NEW, variant of popGet to access an immediates
519           high(er) bytes instead of the n'th byte of memory they reference,
520           replaced popGet with popGetAddr where neccessary
521         * (genDataPointerGet): reactivated and fixed implementation
522         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
523           accesses
524         * (genDataPointerSet): fixed multibyte assignments
525         * (genpic14Code): fixed --i-code-in-asm handling
526         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
527         * (genPlus): fixed index-out-of-bounds error
528         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
529         * src/pic/ralloc.c: added debugging output macro FENTRY2
530         * (spillThis): fixed indentation, enbraced for-body for clarity
531         * (rematStr): commented out as now unused
532         * (regTypeNum): commented out special spill case (overwrites
533           arbitrary values)
534         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
535
536 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
537
538         * doc/sdccman.lyx: documented sfr16/sfr32,
539           added example for using storage class with function pointers
540         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
541
542 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
543
544         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
545         * device/lib/_itoa.c,
546         * device/lib/_ltoa.c: optimized codesize
547         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
548           but don't know how to suppress the double warning.
549         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
550         * support/Util/SDCCerr.c,
551         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
552
553 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
554
555         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
556           fixed old K&R prototypes
557         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
558         * device/lib/_gptrget.c,
559         * device/lib/_gptrgetc.c,
560         * device/lib/_gptrput.c: changed versions for new memory indicator values,
561           also new versions for small generic pointers and banked generic pointers
562         * src/port.h: added const_name
563         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
564         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
565         * src/SDCCcse.c (findPrevIc): check all associative operators
566         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
567         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
568         * src/SDCCmem.c: updated comments,
569           set far-space to 0 for pdata, results in optimized code
570         * src/SDCCmem.h: added macro CONST_NAME
571         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
572           moving the info into the highest bits, see also gptrget/gptrput
573         * src/src.dsp: added sdcc.ico to project files
574         * src/avr/gen.c (genCast): fixed bug 0x%d
575         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
576         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
577           relation between ptr_type and DCL_TYPE,
578           (genCast): fixed bug 0x%d
579         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
580           (CODE)" for const_name
581         * src/hc08/gen.c (genCast): fixed bug 0x%d
582         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
583           (hc08_port): added "CONST (CODE)" for const_name
584         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
585           (aopForRemat, adjustArithmeticResult): disconnected direct relation
586           between ptr_type and DCL_TYPE,
587           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
588           operand* and took AOP() inside function so sfr-ness can be checked,
589           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
590           new prototype,
591           (genFunction, genEndFunction): optimized stack setup,
592           (genMinus): optimized for literals with ending zeroes (in bytes),
593           (genCast): fixed bug 0x%d
594         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
595           (mcs51_port): added "CONST (CODE)" for const_name
596         * src/mcs51/peeph.def: made rule 226 more generic
597         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
598         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
599         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
600         * src/z80/main.c (z80_port): added NULL for const_name,
601           (gbz80_port): added NULL for const_name
602         * support/regression/tests/bug663539.c,
603         * support/regression/tests/sfr16.c: new tests
604
605 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
606
607         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
608
609 2005-06-24 Raphael Neider <rneider AT web.de>
610
611         * device/lib/pic16/libdev/pic18f[68][567]20.c:
612           corrected typos...
613         * device/include/pic16/signal.h: added USBIF
614           and SIG_USB
615
616 2005-06-24 Raphael Neider <rneider AT web.de>
617
618         * device/lib/pic16/libdev/pic18f2455.c,
619           device/include/pic16/pic18f2455.h: NEW
620         * device/include/pic16/pic18fregs.h,
621           device/lib/pic16/pics.all,
622           src/pic16/device.c: added 18f2455
623         * device/lib/pic16/libdev/pic18f[68][567]20.c,
624           device/include/pic16/{pic18f[68][567].h,usart.h}:
625           replaced MULTIPLE_USARTS define with more relaible
626           compatibility sfrs (for USART access)
627
628 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
629
630         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
631           and the output asm file line is printed on two lines.
632
633 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
634
635         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
636           BGT, BLE, BHI, and BLS instructions
637         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
638           genCmpEq): removed
639         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
640           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
641           fixes bug #1216342
642         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
643
644 2005-06-15 Raphael Neider <rneider AT web.de>
645
646         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
647         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
648         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
649           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
650           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
651
652 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
653
654         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
655           Marcel Telka in bug #1215704
656
657 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
658
659         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
660           located in shared memory bank.
661
662 2005-05-31 Raphael Neider <rneider AT web.de>
663
664         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
665           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
666           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
667
668 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
669
670         * device/lib/_strncpy.c: fixed the fix
671
672 2005-05-26 Raphael Neider <rneider AT web.de>
673
674         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
675           initializers with \0, bug #1208187
676         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
677           intializers with \0, bug #1208187
678
679 2005-05-26 Raphael Neider <rneider AT web.de>
680
681         * src/pic16/glue.c (pic16_printIvalChar): fixed string
682           initializers with \0, bug #1208187
683         * src/pic16/main.c (_process_pragma): added sanity checks
684           for stack position and size, emit warnings when appropriate
685
686 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
687
688         * device/lib/_strncpy.c: fixed not filling with \0
689
690 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
691
692         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
693           createFunction),
694         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
695           compound_statement),
696         * src/SDCCsymt.h,
697         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
698
699 2005-05-24 Raphael Neider <rneider AT web.de>
700
701         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
702
703 2005-05-24 Raphael Neider <rneider AT web.de>
704
705         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
706           TRISE definitions, closes bug #1162453
707
708 2005-05-22 Raphael Neider <rneider AT web.de>
709
710         * src/pic16/main.c (_process_pragma): check for missing
711           arguments to pragmas code and udata
712         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
713           consistency fixes to match other headers (thanks to Jim Paris)
714         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
715
716 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
717
718         * src/SDCCicode.c (isOperandEqual): fixed missing ;
719
720 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
721
722         * support/regression/tests/bug1198642.c: new test
723         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
724         * src/SDCCcse.c (findPrevIc): added comment, please have a look
725         * support/scripts/resource.h,
726         * support/scripts/resource.rc,
727         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
728         * support/scripts/sdcc.ico: added 32x32 icon
729
730 2005-05-18 Raphael Neider <rneider AT web.de>
731
732         * device/lib/pic16/libdev/pic18f*.c,
733         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
734           keywords to "__sfr" and "__at (X)"
735         * device/include/pic16/pic18fregs.h: added pic18f4520
736         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
737           #1203088 (MPLAB compatibility)
738
739 2005-05-17 Raphael Neider <rneider AT web.de>
740
741         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
742         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
743         * device/lib/pic16/pics.all: added new devices
744         * src/pic16/device.c: added support for pic18f4520
745
746 2005-05-16 Raphael Neider <rneider AT web.de>
747         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
748         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
749         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
750           convenience function for bit access
751
752 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
753
754         * device/lib/printf_large.c: fixed bug 1193299
755         * support/regression/tests/bug1057979.c: added test %3.3s
756
757 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
758
759         * device/include/mcs51/8051.h,
760         * device/include/mcs51/8052.h: made parseable with lint
761         * device/include/mcs51/lint.h: added include file for (sp)lint
762         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
763         * doc/cdbfileformat.lyx,
764         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
765
766 2005-05-14 Raphael Neider <rneider AT web.de>
767
768         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
769         * device/lib/pic16/libc/stdlib/itoa.c (new)
770         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
771         * device/lib/pic16/libio/Makefile: exclude subdir according to
772           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
773         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
774         * src/pic16/gen.c (genFunction): prevent annoying warning
775         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
776           nameclashes on BeOS
777         * support/cpp2/cppmain.c (cpp_output_string): new
778         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
779           fixes bug 1116802
780
781 2005-05-13 Borut Razem <borut.razem AT siol.net>
782
783         * src/SDCCmain.c (linkEdit): fixed bug 1195202
784
785 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
786
787         * .version: changed to version 2.5.1; back to bleeding edge development
788
789 2005-05-11 Borut Razem <borut.razem AT siol.net>
790
791         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
792           generate PDF version 1.3 documents
793
794 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
795
796         * .version: changed to version 2.5.0
797
798 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
799
800         * doc/sdccman.lyx: updated weblinks, index and smaller updates
801
802 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
803
804         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
805         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
806         well as many smaller updates.
807         * .version: changed to version 2.5.0-pre1
808
809 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
810
811         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
812
813 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
814
815         * support/regression/tests/bug1185672.c: added
816         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
817           bug 1185672
818         * src/mcs51/gen.c (genCall): added comments, made it look safer
819         * src/mcs51/gen.c (genEndFunction): simplified
820
821 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
822
823         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
824
825 2005-04-14 Borut Razem <borut.razem AT siol.net>
826
827         * fixed bug 1045046 - SIGSEGV with really simple code?:
828           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
829           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
830
831 2005-04-14 Borut Razem <borut.razem AT siol.net>
832
833         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
834           src/pic16/device.h: temporarily disabled experimental #inline pragma
835           for 2.5.0 release
836
837 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
838
839         * device/include/z80/stdio.h,
840         * device/include/z80/string.h: removed these highly incomplete files so
841           SDCC can use the default ones in device/include/
842
843 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
844
845         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
846         gcc warning.
847         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
848         fix sdcpp warnings.
849
850 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
851
852         * device/include/malloc.h: removed redundant __reentrant prototypes
853         * device/lib/_mullong.c: added working xstack variant in asm (C version
854           doesn't pass regression tests)
855         * device/lib/bpx.c: used __data and made bpx char for mcs51
856         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
857           (createFunction): fixed bug with xstackPtr
858         * src/SDCCcse.c: corrected comments
859         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
860           (killDeadCode, eBBlockFromiCode): removed unused code
861         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
862           corrected comments
863         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
864           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
865           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
866           (genModOneByte): fixed warning in MSVC
867         * src/mcs51/main.c (): added comments
868         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
869
870 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
871
872         * src/SDCCmain.c (linkEdit): oops, changed one line too many
873
874 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
875
876         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
877
878 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
879
880         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
881         characters arrays of larger size than the declared one.
882
883 2005-04-10 Borut Razem <borut.razem AT siol.net>
884
885         * src/pic/gen.c (genInline),
886           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
887           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
888           (findNextInstruction), (findPrevInstruction),
889           (findInstructionUsingLabel),
890           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
891         * src/pic/pcode.c (findLabel): added missing '\n'
892         * src/src.dsp: added SDCCdwarf2.c to the project
893
894 2005-04-09 Borut Razem <borut.razem AT siol.net>
895
896         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
897
898 2005-04-08 Raphael Neider <rneider AT web.de>
899
900         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
901           into the chain after a given one) and mergeDefmapSymbols (combine
902           defmap entries for each symbol per pcode)
903         * (createDefmap): have defmap entries merged in the end
904         * (defmapReplaceSymRef): split defmap entries covering two accesses to
905           a symbol before replacing one access type's symbol, merge symbols in
906           the end (replacement symbol might already have an entry)
907         * (assignValnums): keep reference to written WREG intact
908
909 2005-04-08 Raphael Neider <rneider AT web.de>
910
911         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
912           Alpha)
913
914 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
915
916         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
917         bytes
918
919 2005-04-07 Raphael Neider <rneider AT web.de>
920
921         * device/include/pic16/usart.h: added compatibility defines for
922           devices with more than one USART
923         * device/include/pic16/pic18f[68][567]20.h: activated above defines
924
925 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
926
927         * device/lib/Makefile.in: updated for port specific include
928
929 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
930
931         * support/regression/ports/mcs51/spec.mk: added mcs51 include
932
933 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
934
935         * device/include/8051.h,
936         * device/include/8052.h,
937         * device/include/at89S8252.h,
938         * device/include/at89c55.h,
939         * device/include/at89x051.h,
940         * device/include/at89x51.h,
941         * device/include/at89x52.h,
942         * device/include/mcs51reg.h,
943         * device/include/reg51.h,
944         * device/include/reg764.h,
945         * device/include/regc515c.h,
946         * device/include/sab80515.h: (re)moved these 12 files
947         * device/include/mcs51/8051.h,
948         * device/include/mcs51/8052.h,
949         * device/include/mcs51/at89S8252.h,
950         * device/include/mcs51/at89c55.h,
951         * device/include/mcs51/at89x051.h,
952         * device/include/mcs51/at89x51.h,
953         * device/include/mcs51/at89x52.h,
954         * device/include/mcs51/mcs51reg.h,
955         * device/include/mcs51/reg51.h,
956         * device/include/mcs51/reg764.h,
957         * device/include/mcs51/regc515c.h,
958         * device/include/mcs51/sab80515.h: and added them here
959
960 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
961
962         * device/include/stdarg.h: changed SDCC specific keywords to double
963           underlined form.
964         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
965           mcs51 and ds390.
966         * device/include/hc08/mc68hc908gp32.h,
967         * device/include/hc08/mc68hc908jb8.h,
968         * device/include/hc08/mc68hc908jkjl.h,
969         * device/include/hc08/mc68hc908qy.h: fixed comments
970         * device/include/mcs51/README: updated
971         * device/include/mcs51/c8051f120.h: added PINRSF
972         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
973         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
974           amidst code. Also inline is not supported.
975
976 2005-04-06 Raphael Neider <rneider AT web.de>
977
978         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
979         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
980           callers stack/frame pointers
981
982 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
983
984         * device/include/pic16/usart.h: added, missing in previous commit,
985         * device/include/pic16/adc.h: fixed typo,
986         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
987         commit,
988         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
989         <p18fxxx.inc>
990         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
991         uninitialized because a bug appears with gplink
992         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
993         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
994         complains for unrecognised option
995
996 2005-04-05 Raphael Neider <rneider AT web.de>
997
998         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
999           structs as well (using memcpy)
1000         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1001           on ISRs (GOTO has no label)
1002         * src/pic16/device.h: added OF_OPTIMIZE_DF
1003         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1004           new data flow analysis/optimization
1005         * src/pic16/pcode.c: added (prototypes for and implementation of)
1006           dataflow analysis functions, fixed pCodeInstructions' inCond and
1007           outCond values, made RCALL a branch instruction
1008         * (pic16_unlinkpCode): keep C line if possible
1009         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1010           C line moved if possible
1011         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1012         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1013           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1014         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1015           new flow)
1016         * (pic16_getJumptabpCode): NEW, needed in...
1017         * (LinkFlow): fixed handling of jumptables, calls and conditional
1018           branches
1019         * (pic16_InsertCommentAfter): NEW
1020         * (pic16_pCodeReplace): made verbose and flow preserving
1021         * (AnalyzeFlow): added call to data flow analysis
1022         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1023         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1024         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1025
1026 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1027
1028         * src/SDCCast.c (decorateType): fixed bug #1105626
1029
1030 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1031
1032         * device/include/asm/pic16/features.h,
1033         * pic18f*.h headers,
1034         * device/include/pic16/adc.h,
1035         * device/include/pic16/delay.h,
1036         * device/include/pic16/i2c.h,
1037         * device/include/pic16/malloc.h,
1038         * device/include/pic16/stdio.h,
1039         * device/include/pic16/stdlib.h,
1040         * device/include/pic16/string.h,
1041         * device/lib/pic16/libc/stdio/printf_tiny.c,
1042         * device/lib/pic16/libc/stdio/printf_small.c,
1043         * device/lib/pic16/libc/stdio/strmgpsim.c,
1044         * device/lib/pic16/libc/stdio/strmmssp.c,
1045         * device/lib/pic16/libc/stdio/strmusart.c,
1046         * device/lib/pic16/libc/stdio/vfprintf.c,
1047         * device/lib/pic16/libc/stdlib/ltoa.c,
1048         * device/lib/pic16/libc/stdlib/putchar.c,
1049         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1050         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1051         * device/lib/pic16/libc/stdlib/memchrram.c,
1052         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1053         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1054         * device/lib/pic16/libio/adc/adcbusy.c,
1055         * device/lib/pic16/libio/adc/adcread.c,
1056         * device/lib/pic16/libio/adc/adcsetch.c,
1057         * device/lib/pic16/libio/usart/ubaud.c,
1058         * device/lib/pic16/libio/usart/ubusy.c,
1059         * device/lib/pic16/libio/usart/udrdy.c,
1060         * device/lib/pic16/libio/usart/uopen.c,
1061         * device/lib/pic16/libio/usart/uputc.c,
1062         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1063         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1064         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1065         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1066         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1067         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1068         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1069         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1070         specific keywords to double underlined form,
1071         * device/lib/pic16/libc/Makefile.rules,
1072         * device/lib/pic16/libsdcc/Makefile.rules,
1073         * device/lib/pic16/libm/Makefile,
1074         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1075         to compile with C standard set in Makefile.common
1076         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1077         rand.c and crc.c in compilation process,
1078         * device/lib/pic16/libsdcc/int/divuint.c,
1079         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1080         `c' from signed to unsigned,
1081         * device/lib/pic16/startup/crt0.c,
1082         * device/lib/pic16/startup/crt0i.c,
1083         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1084         keywords to double underlined form, bug fixes in _do_cinit function
1085         which prevented the correct initialization of the .idata segment,
1086         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1087         core to enter a infinite loop
1088         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1089
1090 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1091
1092         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1093
1094 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1095
1096         * device/include/Makefile.in: add support for hc08 subdirectory
1097         * device/include/hc08/: new subdirectory
1098         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1099         Lucas Loizaga, thanks!
1100         * device/include/hc08/mc68hc908qy.h,
1101         * device/include/hc08/mc68hc908gp32.h,
1102         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1103         their own directory. Changed internal macro names to use the compiler
1104         reserved namespace. Changed SDCC specific keywords to double
1105         underlined form.
1106         * device/include/math.h,
1107         * device/include/malloc.h,
1108         * device/include/stdarg.h,
1109         * device/include/stdbool.h
1110         * device/include/string.h,
1111         * device/include/tinibios.h,
1112         * device/include/ds400rom.h,
1113         * device/include/8051.h,
1114         * device/include/8052.h,
1115         * device/include/80c51xa.h,
1116         * device/include/at89c55.h,
1117         * device/include/at89S8252.h,
1118         * device/include/at89x51.h,
1119         * device/include/at89x52.h,
1120         * device/include/ds80c390.h,
1121         * device/include/reg764.h,
1122         * device/include/regc515c.h,
1123         * device/include/sab80515.h,
1124         * device/include/mcs51/c8051f000.h,
1125         * device/include/mcs51/c8051f018.h,
1126         * device/include/mcs51/c8051f020.h,
1127         * device/include/mcs51/c8051f040.h,
1128         * device/include/mcs51/c8051f060.h,
1129         * device/include/mcs51/c8051f120.h,
1130         * device/include/mcs51/c8051f300.h,
1131         * device/include/mcs51/c8051f310.h,
1132         * device/include/mcs51/c8051f320.h,
1133         * device/include/mcs51/c8051f330.h,
1134         * device/include/mcs51/c8051f350.h,
1135         * device/include/z180.h: Changed SDCC specific keywords to double
1136         underlined form.
1137
1138 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1139
1140         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1141         18F4455,
1142         * (pic16_assignConfigWordValue): disable testing of configuration
1143         register value with config mask,
1144         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1145         function with port->fun_prefix,
1146         * (genFunction): when generating a naked interrupt function never
1147         create an absolute segment placed in interrupt vector address, place
1148         the actual interrupt function at IVA instead, when an interrupt
1149         function is generated with unspecified interrupt then do not create
1150         the absolute section,
1151         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1152         code for generating a call to generic pointer get/put function with
1153         a call to function pic16_callGenericPointer(),
1154         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1155         the call to the generic pointer get/put functions with prefixing the
1156         function name with port->fun_prefix,
1157         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1158         * src/pic16/main.c (_process_pragma): prefix function with
1159         port->fun_prefix,
1160         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1161         calling assembler, old 18Fxxxx macro is deprecated,
1162         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1163         PC_ASMDIR in while condition,
1164         * (findInstruction): add PC_ASMDIR in while condition,
1165         * (buildCallTree): prefix main with port->fun_prefix,
1166         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1167         identifier for variable with banked access in instructions BTFSS,
1168         BTFSC, BCF, BSF, BTG
1169         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1170         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1171         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1172         perform optimization when enviroment variable NO_REG_OPT is set,
1173         * (insideLRBlock): NEW, return 1 if register is inside an
1174         INF_LOCALREGS block,
1175         * (RemoveRegFromLRBlock): remove a register that is completely
1176         eliminated by register optimization, but it is still left in local
1177         register store/restore in/from stack block,
1178         * (Remove2pcodes): after removing register, check to see if it
1179         should be removed from local register store/restore in/from stack
1180         block,
1181         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1182         DUMMY_READ_VOLATILE,
1183
1184         * device/include/pic16/adc.h: minor prototype modifications and
1185         update,
1186         * device/include/pic16/malloc.h: added GPL notice various
1187         modifications,
1188         * device/include/pic16/stdint.h: NEW, standard header for ints
1189         * device/include/pic16/delay.h: NEW, header for delay functions,
1190         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1191         delay1mtcy,
1192         * device/include/pic16/signal.h: NEW, header providing helper macros
1193         for implementing signal handlers,
1194         * device/include/pic16/stdio.h: added prototypes for functions,
1195         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1196         prototypes for stdin and stdout, added macro PUTCHAR to
1197         automatically implement putchar function prototype,
1198         * device/include/pic16/usart.h: modified and updated USART library,
1199         * device/lib/pic16/libio/adc/,
1200         * device/lib/pic16/libio/i2c: some modifications to improve library
1201         performance,
1202         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1203         family of functions,
1204         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1205         family of functions and other sources,
1206         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1207         of the PIC18Fxx[28] devices,
1208         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1209         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1210         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1211         _do_cinit function, because the previous failed when local variables
1212         where not placed in the same memory bank,
1213         * device/lib/pic16/libsdcc/char/: various modifications to improve
1214         library performance,
1215         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1216         information on the new functions of the c library and more...
1217
1218 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1219
1220         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1221
1222 2005-03-26 Raphael Neider <rneider AT web.de>
1223
1224         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1225           if condition == CARRY)
1226         * (genCmp): adapted to new genSkipc semantics
1227         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1228           on rIfx (genCmp was broken)
1229
1230 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1231
1232         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1233         * src/z80/main.c (_keywords[]),
1234         * src/SDCCglobal.h (struct options),
1235         * src/SDCC.y,
1236         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1237         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1238         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1239         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1240         always available in leading double underscore form. The C99 support is
1241         mostly missing, but it's a start.
1242         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1243         reserved identifier "__data".
1244
1245 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1246
1247         * src/mcs51/peeph.def: fixed bug 1170013
1248
1249 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1250
1251         * device/include/mcs51reg.h: fixed bug 842007
1252
1253 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1254
1255         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1256         last time.
1257
1258 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1259
1260         * src/port.h (struct PORT),
1261         * src/avr/ralloc.c (avr_assignRegisters),
1262         * src/avr/main.c,
1263         * src/ds390/ralloc.c (ds390_assignRegisters),
1264         * src/ds390/main.c,
1265         * src/hc08/ralloc.c (hc08_assignRegisters),
1266         * src/hc08/main.c,
1267         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1268         * src/mcs51/main.c,
1269         * src/pic/ralloc.c (pic14_assignRegisters),
1270         * src/pic/main.c,
1271         * src/pic16/ralloc.c (pic16_assignRegisters),
1272         * src/pic16/main.c,
1273         * src/xa51/ralloc.c (xa51_assignRegisters),
1274         * src/xa51/main.c,
1275         * src/z80/ralloc.c (z80_assignRegisters),
1276         * src/z80/ralloc.h,
1277         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1278         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1279         * src/SDCCcse.h,
1280         * src/SDCCdflow.c (computeDataFlow),
1281         * src/SDCCdflow.h,
1282         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1283         * src/SDCCloop.h,
1284         * src/SDCCcflow.c (*),
1285         * src/SDCCcflow.h,
1286         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1287         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1288         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1289         immedDom() returning wrong block; probably fixes bug #1160833)
1290
1291 2005-03-20 Borut Razem <borut.razem AT siol.net>
1292
1293         * support/scripts/inc2h.pl: WIN32 port
1294
1295 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1296
1297         * device/lib/makefile.in: added abs.c and labs.c
1298
1299 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1300
1301         * device/include/stdint.h: added
1302         * device/lib/abs.c: added
1303         * device/lib/labs.c: added
1304         * device/include/stdlib.h: added abs() and labs() prototypes
1305         * device/lib/libsdcc.lib: added abs and labs
1306         * device/include/float.h,
1307         * device/lib/_fsmul.c,
1308         * device/lib/printf_fast.c,
1309         * device/lib/printf_tiny.c: updated comments
1310
1311 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1312
1313         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1314         bug #1164313
1315
1316 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1317
1318         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1319         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1320
1321 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1322
1323         * device/lib/printf_large.c: removed inline assembly for portability and
1324           readability. Use printf_fast if speed or size are more important.
1325         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1326         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1327
1328 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1329
1330         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1331         prevent compiler warning
1332
1333 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1334
1335         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1336         moved to level 0 and declared as static. Also they are explicit
1337         placed in access bank. This was necessery because some times they
1338         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1339         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1340         optimizations. Currently only compare to unsigned char is implemented,
1341         * src/pic16/gen.c: added fReturnIdx array,
1342         * (struct resolvedIfx) is moved to gen.h and made public,
1343         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1344         * (aopForSym): added an optimization to directly store in stack of
1345         the operand of a SEND iCode,
1346         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1347         but as registers instead (AOP_REG) using the fReturnIdx array,
1348         * (pic16_freeAsmop): remove the freed register from the
1349         _G.sregsAlloc field,
1350         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1351         a compare of 'WREG',
1352         * (pic16_popGetTempRegCond): changed function prototype, now
1353         function takes also a bitVector argument v which holds the current
1354         set of registers that are allocated for stack access by aopForSym,
1355         registers allocated in aopForSym for accessing stack symbols are not
1356         any more part of the functions usedRegs field,
1357         * (genCall): some times aopOp is called for a stack variable to be
1358         send, aopForSym might perform the push, if this is true make sure
1359         that genCall doesn't push the variable twice by testing _G.resDirect,
1360         * (genFunction): changed testing for unspecified interrupt number
1361         from 256 to INTNO_UNSPEC,
1362         * modified selection scheme of frame pointer generation. Previously
1363         if function did use local registers a frame pointer was generated,
1364         now a frame pointer is generated only if function has arguments
1365         (that need PLUSW2 register access), or has stack arguments, or the
1366         compiler is not instructed to omit the frame pointer,
1367         * (genEndFunction): before restoring local registers that were saved
1368         in the function preamble, also restore the registers that *might*
1369         have been allocated for stack access,
1370         * (genRet): removed some old comments,
1371         * (genCmp, the active (RN's) version): added a call to the
1372         pic16_genCmp_special function to perform the compare with a more
1373         robust and optimized way,
1374         * (genInline): a feature has been added in inline code generation,
1375         which allows a wildcard variable substitution when writing inline
1376         assembly. Code is incomplete and experimental therefore undocumented,
1377         * (genCast): changed order of aopOp for result and right to allow
1378         aopForSym to directly load the result if possible,
1379         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1380         perform an optimized compare on some selected special occasions,
1381         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1382         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1383         generate an IVT any more,
1384         * src/pic16/main.c (pic16_optionsTable): added command line option
1385         --optimize-cmp,
1386         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1387         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1388         macros,
1389         * src/pic16/NOTES: Raphael Neider added in list of active developers
1390         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1391         jumptable_end to prevent bug #,
1392         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1393         inCond and outCond fields,
1394         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1395         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1396         turn off register spilling,
1397         * (packRegsForOneUse): synced with other ports' versions although it
1398         is not used currently,
1399         * (pic16_packRegisters): added an optimization while reading
1400         structure bitfields, some registers may be saved (malloc code is
1401         decreased by 80 bytes)
1402
1403 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1404
1405         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1406         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1407         this can be optimized more?
1408
1409 2005-03-10 Raphael Neider <rneider AT web.de>
1410
1411         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1412           genNearPointerGet): (hopefully) fixed access to bitfields via
1413           pointers (p->bitN = x; and x = p->bitN; failed)
1414
1415 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1416
1417         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1418
1419 2005-03-09 Raphael Neider <rneider AT web.de>
1420
1421         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1422
1423 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1424
1425         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1426         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1427           (regTypeNum): set REG_BIT type if necessary
1428         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1429         * support/regression/tests/critical.c: check bug 1144613
1430
1431 2005-03-02 Raphael Neider <rneider AT web.de>
1432
1433         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1434
1435 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1436
1437         * src/avr/ralloc.c (serialRegAssign),
1438         * src/ds390/ralloc.c (serialRegAssign),
1439         * src/hc08/ralloc.c (serialRegAssign),
1440         * src/mcs51/ralloc.c (serialRegAssign),
1441         * src/pic/ralloc.c (serialRegAssign),
1442         * src/pic16/ralloc.c (serialRegAssign),
1443         * src/xa51/ralloc.c (serialRegAssign),
1444         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1445
1446 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1447
1448         * src/SDCCast.c (decorateType): fixed bug 1124787
1449
1450 2005-02-20 Hubert Sack <sack AT digiplan.de>
1451         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1452
1453         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1454         patch #1121755
1455
1456 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1457
1458         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1459         to keep the correct label reference count when adding/removing references
1460         to labels. A peephole file using this is appended to patch #1144962.
1461
1462 2005-02-14 Raphael Neider <rneider AT web.de>
1463
1464         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1465         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1466         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1467           retrievals of result operand's value on assignment
1468
1469 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1470
1471         * device/include/pic16/string.h: modified prototype for memccpy()
1472         to memccpy(void *, void *, char, size_t)
1473         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1474         check whether to omit frame pointer or not,
1475         * (genInline): convert all occurences of "\n" to LF in inline
1476         assembler blocks, this helps formatting the inline text,
1477         * (pic16_loadFSR0): modified prototype,
1478         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1479         removed some 8051 legacy code,
1480         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1481         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1482         before allocating temporary registers in functions,
1483
1484 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1485
1486         * support/regression/tests/bitvars.c: corrected the "fix"
1487
1488 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * support/regression/tests/bitvars.c,
1491         * support/regression/tests/bitwise.c,
1492         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1493
1494 2005-02-10 Raphael Neider <rneider AT web.de>
1495
1496         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1497           different size for Alpha
1498         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1499
1500 2005-02-09 Raphael Neider <rneider AT web.de>
1501
1502         * src/SDCC.lex(doPragma) : save and restore warning options as well
1503           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1504         * have #pragma less_pedantic set the errorlevel to WARNING
1505           (fixes #1117001)
1506         * (cloneOptimize) : fixed wrong malloc's size
1507         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1508           facilitate correct handling of #pragma (save|restore)
1509
1510 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1511
1512         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1513
1514 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1515
1516         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1517
1518 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1519
1520         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1521
1522 2005-02-02 Raphael Neider <rneider AT web.de>
1523
1524         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1525         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1526         * (pic16_storeForReturn): fixed to allow returning function pointers
1527         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1528         * device/include/pic16/{stddef.h,stdbool.h}: added
1529
1530 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1531
1532         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1533
1534 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1535
1536         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1537         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1538          appeared to be required
1539
1540 2005-01-31 Borut Razem <borut.razem AT siol.net>
1541
1542         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1543           include/mcs51 and include/z80 directories to the package
1544
1545 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1546
1547         * src/hc08/gen.c (genFunction): fixed bug #1112752
1548
1549 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1550
1551         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1552
1553 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1554
1555         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1556
1557 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1558
1559         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1560
1561 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1562
1563         * device/include/c8051fxxx.h: removed these 6 files
1564         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1565
1566 2005-01-26 Raphael Neider <rneider AT web.de>
1567
1568         * src/pic16/gen.c (genAssign): fixed assignment from longs
1569           in codespace (were cut to three bytes)
1570         * (genDummyRead): implemented (except for CODESPACE...),
1571           fixed bug #1108575
1572         * src/pic16/glue.c (emitStatistics): beautified
1573         * device/lib/pic16/libm/Makefile: added include path
1574
1575 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1576
1577         * src/z80/gen.c (aopPut): fixed bug #1103902
1578
1579 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1580
1581         * device/lib/expf.c: fixed bug #1095792
1582
1583 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1584
1585         * device/lib/pic16/libm: added Math library sources
1586
1587 2005-01-24 Raphael Neider <rneider AT web.de>
1588
1589         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1590           to enable upcast to pCodeOpReg2 (there is no type tag to
1591           differenciate the two and pic16_popGet2p cast into PCOR2)
1592         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1593           (sizeof(sectNames) changed to sizeof(sectName))
1594           Both patches fix segfaults under MinGW.
1595
1596 2005-01-23 Raphael Neider <rneider AT web.de>
1597
1598         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1599           Safe_[mc]?alloc()'ed variables
1600         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1601           of (byte sized) temporaries (assign them to WREG for now)
1602         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1603           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1604           this might fix SIGSEGVs on MinGW...
1605         * src/SDCCopt.c (killDeadCode): restored original behaviour
1606           (volatile operands might get thrown away though)
1607
1608 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1609
1610         * src/pic16/gen.c: fixed bug #1106975,
1611         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1612         pointer update, INTCON is saved, global interrupts are disabled and
1613         restored after updateing TOS.
1614         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1615         * added function attribute 'shadowregs' to take advantage of shadow
1616         registers,
1617         * added function attribute 'wparam' as an alternative to the wparam
1618         pragma,
1619         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1620         user declares a non-ISR function as 'shadowregs',
1621         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1622
1623 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1624
1625         * .version: bumped version number to 2.4.8
1626         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1627         pic16 port,
1628         * device/lib/pic16/libio/i2c/: I2C module support library,
1629         * device/include/pic16/i2c.h: I2C support library header,
1630         * device/lib/pic16/libc/stdio/: standard IO support sources,
1631         * (printf_small.c): printf_small() source, supports float print,
1632         * (printf_tiny.c): printf_tiny() source, does not support floats,
1633         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1634         enable global optimizations for entire library source, other
1635         Makefiles in the source tree are also modified to reflect this,
1636         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1637         function,
1638         * doc/sdccman.lyx: updated to reflect new changes,
1639         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1640         sym->onStack if-case,
1641         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1642         sbit, idata, _idata, xdata, _xdata,
1643         * added pragma library, to link an external library, (see doc),
1644         * removed command line options, --pomit-config-words, --pomit-ivt,
1645         --pleave-reset-vector,
1646         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1647         when calling assembler to reflect memory model used, also define
1648         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1649         reflect stack model used,
1650         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1651         on stack return NULL,
1652
1653 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1654
1655         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1656           of the operands is volatile. Fixes #1020220
1657
1658 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1659
1660         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1661         * (OptimizeRegUsage): make sure that there is really no other flow where
1662           the first pCode is used
1663
1664 2005-01-22 Raphael Neider <rneider AT web.de>
1665
1666         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1667           to fix #1106967 (pCode->seq are not set up correctly)
1668
1669 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1670
1671         * src/SDCCglue.c (glue): make sure code area is declared before the
1672         static initialization area.
1673
1674 2005-01-21 Raphael Neider <rneider AT web.de>
1675
1676         * device/lib/Makefile.in: fixed test for pic16 install dir
1677         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1678           optimizations
1679         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1680           added --optimize-goto compiler switch and pragma wparam documentation
1681         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1682         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1683           and PRODH closing bug #1071770 (peephole optimizer)
1684
1685 2005-01-19 Raphael Neider <rneider AT web.de>
1686
1687         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1688           cmdLine buffers (used when calling sdcpp...) are large enough
1689           (MAX_PATH=256 truncates arguments leading to system halts when
1690           used in MinGW...)
1691         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1692         * (genUminus): rewritten to for efficiency
1693         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1694           used uninitialized in some cases)
1695         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1696           copy the third byte from the int -- now assumes 0x80 (data memory)
1697         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1698           operands (genAddLit expects the iCode's operands to swapped as
1699           well), fixed leftover bytes (crashed for short left operands)
1700         * (pic16_genMinusDec): performance improvements, removed false
1701           PIC14 emitSKPNCs
1702         * (pic16_genMinus): fixed to cope with differently sized operands
1703         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1704           for --obanksel > 1
1705         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1706         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1707           new banksel optimization
1708         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1709           analysis for temporary registers (segfaults...)
1710         * src/pic16/peeph.def: added rule
1711
1712 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1713
1714         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1715         which converts a float number to its ASCII representation
1716         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1717         functions to convert the fractional and integer part of a float to ASCII,
1718         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1719         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1720         ram
1721         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1722         _STATMEM macros,
1723         * device/include/pic16/adc.h: added GPL info,
1724         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1725         a pCodeOp as tested operand,
1726         * (genNearPointerGet): optimized bit testing, does not use
1727         intermediate register for bit value, test directly instead with
1728         BTFSS, BTFSC, works only for single bits,
1729         * (genpic16Code): dump the name of the iCode in the asm,
1730         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1731         renamed to pic16_decodeOp,
1732         * (serialRegAssign): do not allocate a temporary register for iCode
1733         sequences that test a single bit for 1/0
1734
1735 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1736
1737         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1738         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1739         access stack and frame pointers. They are initially assigned to
1740         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1741         accessing SFRs. Updated all occurences of modification of stack or
1742         frame pointer in gen.c and pcode.c,
1743         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1744         assigning of a literal value to pointers,
1745         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1746         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1747         selected
1748
1749 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1750
1751         * doc/sdccman.lyx: update documentation about stack pragma, added
1752         some info for stack memory models
1753
1754 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1755
1756         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1757
1758 2005-01-08 Raphael Neider <rneider AT web.de>
1759
1760         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1761           udata sections to fix bug #1097823
1762
1763 2005-01-05 Raphael Neider <rneider AT web.de>
1764
1765         * src/pic16/gen.c (genGenericShift): added handling of differently
1766           sized left operand and result
1767
1768 2005-01-04 Raphael Neider <rneider AT web.de>
1769
1770         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1771         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1772           to hold the condition bit)
1773         * added new version of genCmp (old code available via #define)
1774         * added new version of genShiftLeft/genShiftRight in a generic
1775           way, now supports shifting by negative values
1776         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1777           shiftCount (expected by genGenericShift)
1778         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1779         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1780           dump
1781         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1782           is an invalid literal too...)
1783
1784 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1785
1786         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1787         from Raphael Neider,
1788         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1789         for 8-bit literals. This fixes some literal operands which are sign
1790         extended to 16-bits ints when instruction needs only 8-bits.
1791
1792 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1793
1794         * device/lib/logf.c: added mcs51 assembly version
1795         * device/lib/expf.c: added mcs51 assembly version
1796         * device/lib/_logexpf.c: new shared asm code for expf and logf
1797         * device/include/math.h: add defines for assembly math library
1798         * device/lib/Makefile.in: build new _logexpf.c
1799         * device/lib/libfloat.lib: use new _logexpf.c
1800
1801 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1802
1803         * src/pic/device.c
1804         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1805           device types which have less than 0x7f registers.
1806
1807 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1808
1809         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1810
1811 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1812
1813         * device/lib/printf_fast.c: only build on supported arch.
1814         * device/lib/printf_tiny.c: only build on supported arch.
1815         * device/lib/printf_fast_f.c: only build if asm float lib
1816         * device/lib/_fsget1arg.c: only build if asm float lib
1817         * device/lib/_fsget2args.c: only build if asm float lib
1818         * device/lib/_fsnormalize.c: only build if asm float lib
1819         * device/lib/_fsreturnval.c: only build if asm float lib
1820         * device/lib/_fsrshift.c: only build if asm float lib
1821         * device/lib/_fsswapargs.c: only build if asm float lib
1822         * device/include/stdio.h: don't provide print_fast,
1823           print_fast_f, print_tiny prototypes if --xstack used
1824
1825 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1826
1827         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1828         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1829           to the SOURCES
1830
1831 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1832
1833         * device/lib/printf_fast_f.c: same as printf_fast, but
1834           with floating point enabled
1835         * device/lib/printf_fast.c: minor tweaks
1836         * device/include/stdio.h: add printf_fast_f
1837
1838 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1839
1840         * src/SDCCmain.c: make --float-reent default for mcs51
1841         * device/lib/_fsadd.c: added mcs51 assembly version
1842         * device/lib/_fssub.c: added mcs51 assembly version
1843         * device/lib/_fsmul.c: added mcs51 assembly version
1844         * device/lib/_fsdiv.c: added mcs51 assembly version
1845         * device/lib/_fseq.c: added mcs51 assembly version
1846         * device/lib/_fsneq.c: added mcs51 assembly version
1847         * device/lib/_fsgt.c: added mcs51 assembly version
1848         * device/lib/_fslt.c: added mcs51 assembly version
1849         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1850         * device/lib/Makefile.in: add _fscmp to build
1851         * device/lib/libfloat.lib: add _fscmp to build
1852
1853 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1854
1855         * device/lib/_fs2slong.c: added mcs51 assembly version
1856         * device/lib/_fs2sint.c: added mcs51 assembly version
1857         * device/lib/_fs2schar.c: added mcs51 assembly version
1858         * device/lib/_fs2ulong.c: added mcs51 assembly version
1859         * device/lib/_fs2uint.c: added mcs51 assembly version
1860         * device/lib/_fs2uchar.c: added mcs51 assembly version
1861         * device/lib/_slong2fs.c: added mcs51 assembly version
1862         * device/lib/_sint2fs.c: added mcs51 assembly version
1863         * device/lib/_schar2fs.c: added mcs51 assembly version
1864         * device/lib/_ulong2fs.c: added mcs51 assembly version
1865         * device/lib/_uint2fs.c: added mcs51 assembly version
1866         * device/lib/_uchar2fs.c: added mcs51 assembly version
1867         * device/include/float.h: added #define to select asm vs c
1868
1869 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1870
1871         * device/lib/printf_fast.c: improvements to float output
1872         * device/include/float.h: add defines for assembly float library
1873         * device/lib/_fsget1arg.c: receive 1 float arg
1874         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1875         * device/lib/_fsnormalize.c: normalize a float
1876         * device/lib/_fsreturnval.c: return float, various helper routines
1877         * device/lib/_fsrshift.c: right shift a float's mantissa
1878         * device/lib/_fsswapargs.c: swap 2 floats
1879         * device/lib/Makefile.in: build these 6 new files for mcs51
1880         * device/lib/libfloat.lib: add these 6 files to the library
1881
1882 2004-12-26 Borut Razem <borut.razem AT siol.net>
1883
1884         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
1885           built by gcc 3.4.2
1886
1887 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
1888
1889         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
1890           and fully reentrant and register bank neutral.
1891         * device/lib/printf_fast.c: added float (not enabled by default),
1892           added compact/slower integer (also not enabled by default),
1893           improved size/speed of fast integer code, other minor changes
1894         * device/include/stdio.h, device/lib/Makefile.in,
1895           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
1896
1897 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * src/pic16/pcode.c: declaring variables other than at the start of a
1900           block is not supported in C by VC6.
1901
1902 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
1903
1904         * applied a previous patch from Raphael Neider that wasn't included
1905         in the previous commits, which fixes infinite loops within jumptable
1906         improvements,
1907         * made some fixes that previous patches introduced
1908
1909 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
1910
1911         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
1912         that fixes an issue with AOP_PCODE asmop's offset,
1913         * (pic16_popCopyReg): update instance field too,
1914         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
1915         function of pic port,
1916         * (genCmp, genAnd, genAssign),
1917         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
1918
1919 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
1920
1921         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
1922         variables initial values to idata section,
1923         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
1924         variables in some functions. This utilizes parmBytes field of iCode
1925         structure to hold the offset of the variable in stack. (might be
1926         able to use the stack field too?)
1927         * applied patch from Raphael Neider # ### , # ###
1928         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
1929         variable initial values in idata section,
1930         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
1931         for static variables with initial value
1932         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
1933         applied fix in while loop from Raphael Neider.
1934
1935 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
1936
1937         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
1938         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
1939         * src/ds390/ralloc.c (serialRegAssign): spill bits
1940         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
1941         * support/Util/SDCCerr.c,
1942         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
1943         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
1944         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
1945
1946 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
1947
1948         * device/include/sdcc-lib.h: inserted LGPL, added includes
1949           asm/ds390/features.h and asm/mcs51/features.h
1950         * device/include/asm/default/features.h,
1951         * device/include/asm/gbz80/features.h,
1952         * device/include/asm/z80/features.h: added empty _AUTOMEM
1953           and _STATMEM
1954         * device/include/asm/ds390/features.h,
1955         * device/include/asm/mcs51/features.h: added files with defines for
1956           _AUTOMEM and _STATMEM indicating automatic and static storage class
1957         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
1958         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
1959         * src/SDCCicode.c (geniCodeCast),
1960         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
1961         * src/SDCCloop.c (loopInduction): removed unused variable lr
1962         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
1963           to convertToFcall to include char modulo (RFE 1065037), added check
1964           if left operand is unsigned and use abs of literal value
1965         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
1966           as it doesn't work after conversion from peephole.def to peephole.rul
1967         * src/mcs51/gen.c (toBoolean): added check for size,
1968           (genModOneByte): optimized code for signed char modulo a literal
1969           power of 2 (thanks to Hubert Sack),
1970           (genRRC): removed unnecessary "clr c",
1971           (genRLC): replaced "add a,acc" with cheaper "rlc a"
1972         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
1973           jump optimization,
1974           swapped rules 256.c and 256.d,
1975           extended 256.d by using new multiple checks (thanks Erik),
1976           added rules 256.e and 256.f,
1977           updated rule 261.a and 261.b to new generated code
1978         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
1979
1980 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1981
1982         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
1983           induction related bugs, including first part of bug #1074377
1984
1985 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
1986
1987         * applied patch from bug-report #1076292,
1988         * applied patches for genAnd and Goto-optimizations for Raphael
1989         Neider,
1990         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
1991         dump a less iCode information,
1992         * src/pic16/device.h (pic16_options_t): added field debgen,
1993         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
1994         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
1995         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
1996         puclic,
1997         * (various functions): added macros FENTRY and FENTRY2 to functions,
1998         to emit function prologue,
1999         * (various functions): fixed indentation,
2000         * (genNearPointerGet): fixed loading of FSR0,
2001         * (genPackBits): applied patch from Raphael Neider to fix updating
2002         of FSR0 and touching only the modified bits,
2003         * src/pic16/genarith.c (various functions): added macros FENTRY to
2004         emit function prologue in comments,
2005         * src/pic16/pcode.h: added functions debugf2, debugf3,
2006         * src/pic16/ralloc.c: partial fix for packForPush caused
2007         segmentation fault,
2008
2009 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2010
2011         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2012           <stsp AT users.sourceforge.net> with reversed byte order
2013         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2014
2015 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2016
2017         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2018           bug #1074377
2019         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2020         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2021
2022 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2023
2024         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2025
2026 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2027
2028         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2029           conditions,
2030           (setFromConditionArgs): friendly operand parser for peephole rules,
2031           (operandBaseName, operandsNotRelated): new peephole condition
2032           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2033           architecture specific register naming into account, handles n-way
2034           comparisons, and supports quoted literals
2035         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2036
2037 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2038
2039         * src/mcs51/peeph.def: fixed bug #1076940
2040
2041 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2042
2043         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2044
2045 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2046
2047         Adding support for replacing ljmps with sjmps in jumptables
2048         generated for switch statements. For now you need to set the
2049         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2050         Now 4 algorithms for mcs51 jumptable generation are used:
2051         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2052         addresses loaded pc-relative for up to 112 cases and stack-pushing
2053         target addresses loaded with offset from dptr for up to 256 cases.
2054
2055         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2056         * src/mcs51/main.c: adapted constants for switch table generation
2057         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2058
2059 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2060
2061         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2062         * support/regression/tests/bug1057979.c: added test for bug 1073386
2063
2064 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2065
2066         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2067         compilers
2068
2069 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2070
2071         * src/pic16/device.h,
2072         * src/pic16/genarith.c,
2073         * src/pic16/glue.c,
2074         * src/pic16/main.c,
2075         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2076
2077 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2078
2079         Large cummulative patch for pic16 port.
2080         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2081         to call when a stack overflow occurs,
2082         * (malloc.h): added CVS Id tag,
2083         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2084         variable,
2085         * added libc directory. The current version of LibC contains string
2086         functions, ctype functions and macros and some functions of the
2087         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2088         be extensively tested in the future. Standard disclaimer here.
2089         Library is not automatically build yet. But one can build it by
2090         invoking 'make' inside the libc directory.
2091         * added ADC library under libio. Preliminary version yet.
2092
2093         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2094         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2095         aopForRemat() now and not by pic16_aopOp(),
2096         * (pic16_popGetTempReg): removed warning messgae when allocating
2097         temporary registers, its a buggy feature and will be removed,
2098         * (pic16_popGet): set register instance field in AOP_CRY,
2099         * (pic16_outBitC): fixed for results in size greater than 1,
2100         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2101         * (pic16_storeForReturn): optimized return of 0,
2102         * (genCmp): experimental code for new genCmp which uses PIC18's
2103         special compare&skip instructions. Initial tests fail some times
2104         with variables grater than 1 byte in size, so new code is disabled,
2105         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2106         a single bit,
2107         * (genCast): began a fix to optimize the casting of a bit to another
2108         bit, now assigning a bitfield to another bitfield will fail, sorry,
2109         * src/pic16/main.c: disabled the use of lr-support feature,
2110         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2111         * added some function prototypes, added function _debugf prototype,
2112         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2113         bits with offset (case PO_GPR_BIT),
2114         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2115         command line,
2116         * (isBankInstruction): modified to return 0 for no banking instruction,
2117         and 1 for banking instruction,
2118         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2119         caused stop processing pCodes after a inline assembly block,
2120         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2121         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2122         registers when it shouldn't,
2123         * src/pic16/ralloc.c (allocReg): add preliminary support for
2124         supporting a limited set of temporary registers,
2125
2126 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2127
2128         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2129           genDataPointerSet): ensure assignments always copy in MSB to LSB
2130           order,
2131           (loadRegFromAop): recognize CLRH optimization,
2132           (genFunction): optimize RECEIVE iCodes in reentrant functions
2133
2134 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2135
2136         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2137           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2138           selected.
2139         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2140         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2141           contiguous with data
2142
2143 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2144
2145         * device/lib/_gptrget.c (_gptrget),
2146         * device/lib/_gptrgetc.c (_gptrgetc),
2147         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2148           instead of sjmp to ret
2149         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2150           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2151
2152 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2153
2154         * .version: bumped version to 2.4.7
2155         * device/lib/_gptrget.c (_gptrget): is now _naked
2156         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2157         * device/lib/_gptrput.c (_gptrput): is now _naked
2158         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2159           (createFunction): fixed xstack
2160         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2161         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2162           or bit either,
2163           (geniCodeCritical): store original interrupt state in an iTemp bit
2164           var unless stack-auto
2165         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2166         * src/SDCCmain.c (setIncludePath): added include/target to search path
2167         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2168         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2169           prototype,
2170           (processFuncArgs): put bit vars in bit area
2171         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2172           unsaveRBank): fixed xstack,
2173           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2174           (genFunction, genEndFunction): fixed xstack,
2175           (genAssign): optimization don't walk backwards through mem
2176         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2177         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2178         * support/regression/Makefile: also make library (for stack-auto) when
2179           making "all" and added "test-mcs51-xstack-auto"
2180         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2181         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2182         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2183         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2184         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2185           make-library by MAKE_LIBRARY
2186         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2187           regression tests for xstack
2188         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2189         * support/regression/tests/critical.c: test for critical on mcs51
2190
2191 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2192
2193         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2194           built version of sdcc instead of installed version
2195
2196 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2197
2198         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2199         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2200           vprintf.c now
2201         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2202         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2203           WARNING: remove device/lib/build/z80/printf.o by hand when
2204           updating from previous build!
2205         * device/lib/z80/printf.c: updated comment
2206         * support/regression/tests/bug1057979.c: test all ports now
2207         * support/regression/tests/bug1065458.c: file added
2208
2209 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2210
2211         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2212           *_start and *_end symbols for static functions
2213
2214 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2217           and search crt0.o in all library paths,
2218           (setIncludePath): proper handling of --nostdinc,
2219           (setLibPath): proper handling of --nostdlib
2220         * support/regression/Makefile,
2221         * support/regression/ports/ds390/spec.mk,
2222         * support/regression/ports/gbz80/spec.mk,
2223         * support/regression/ports/hc08/spec.mk,
2224         * support/regression/ports/mcs51/spec.mk,
2225         * support/regression/ports/mcs51-large/spec.mk,
2226         * support/regression/ports/mcs51-stack-auto/spec.mk,
2227         * support/regression/ports/z80/spec.mk: use include and lib files from
2228           built version of sdcc instead of installed version
2229         * doc/sdccman.lyx: fixed typo in --nostdinc
2230
2231 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2232
2233         * src/pic/pcode.c,
2234         * src/pic/device.c,
2235         * src/pic/ralloc.c,
2236         * src/pic/gen.c : added support to generate code for struct bit fields.
2237
2238 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2239
2240         * as/xa51/xa_version.h,
2241         * device/include/errno.h,
2242         * device/include/regc515c.h,
2243         * device/lib/_itoa.c,
2244         * device/lib/_ltoa.c,
2245         * device/lib/ser_ir_cts_rts.c,
2246         * sim/ucsim/xa.src/glob.cc,
2247         * sim/ucsim/xa.src/inst_gen.cc,
2248         * sim/ucsim/xa.src/xa_bit.cc,
2249         * sim/ucsim/xa.src/xa_sfr.cc,
2250         * sim/ucsim/z80.src/inst_dd.cc,
2251         * sim/ucsim/z80.src/inst_fdcb.cc,
2252         * support/scripts/keil2sdcc.pl,
2253         * src/pic16/pic16.dsp,
2254         * src/pic16/pic16a.dsp: corrected cvs line endings
2255         * device/lib/printf_large.c: fixed bug 1057979
2256         * src/pic16/gen.c: fixed non-C standard code
2257         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2258         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2259         * support/regression/ports/mcs51/support.c: reload T1 asap
2260         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2261           pdata use and clear idata startup behaviour
2262         * support/regression/tests/bug1057979.c: added
2263
2264 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2265
2266         * device/examples/ds390/ow390/ad26.h,
2267         * device/examples/ds390/ow390/cnt1d.h,
2268         * device/examples/ds390/ow390/crcutil.c,
2269         * device/examples/ds390/ow390/ownet.h,
2270         * device/examples/ds390/ow390/owsesu.c,
2271         * device/examples/ds390/ow390/swt12.h,
2272         * device/examples/ds390/ow390/swtoper.c,
2273         * device/examples/ds390/ow390/temp10.h,
2274         * device/examples/ds390/ow390/thermodl.c,
2275         * device/examples/ds390/tinitalk/tinitalk.dsp,
2276         * device/examples/ds390/tinitalk/tinitalk.dsw,
2277         * device/examples/mcs51/clock/hw.h,
2278         * device/examples/mcs51/simple2/go.bat,
2279         * device/examples/serialcomm/windows/serial.h,
2280         * device/examples/xa51/dummy.c,
2281         * device/examples/xa51/hello.c,
2282         * device/include/80c51xa.h,
2283         * device/include/at89x051.h: corrected cvs line endings
2284
2285 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2286
2287         * src/pic16/main.c (options): added command line --gstack, to trace
2288         stack over/under flows,
2289         * added pragma 'wparam' to allow passing first byte of function
2290         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2291         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2292         call to __gstack_test function and sets up the symbol as extern,
2293         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2294         * popaop): added call to pic16_testStackOverflow,
2295         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2296         wparamList list,
2297         * (genCall, genPcall): now all parameters are passed via stack
2298         except in functions that are pass to wparam pragma in which WREG is
2299         used too,
2300         * (genPcall): REENTRANT flag is checked to see if variable prototype
2301         contains reentrant keyword, don't call a non-reentrant function, via
2302         a reentrant function pointer or vice versa, functions are never
2303         passed via WREG,
2304         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2305         D.Winkler,
2306         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2307         SIGSEGV when accessing a NULL register stucture,
2308         * (pic16_printGPointerType): modified to handle UPPER modifier for
2309         function initializers, changed prototype of function to simpler one,
2310         * (pic16_printIvalFuncPtr): check to see if function is already
2311         added in externs list,
2312         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2313         optimized a move from W to SFR with a move to the same register
2314         later after a CALL,
2315         * device/lib/pic16/debug: NEW directory, contains debug features
2316         which are enabled when linking with libdebug.lib, currently command
2317         line option --gstack enables stack pointer tracing for over/under
2318         flow, corresponding sources are in debug/gstack
2319
2320 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2321
2322         * doc/sdccman.lyx: updated SDCC version,
2323         * (PIC16 port): update list of command line options,
2324         * src/pic16/device.h (structure pic16_options_t): added field gstack
2325         to enable stack overflow tracing on push/pops,
2326         * src/pic16/device.c (statistics structure): added statistics
2327         structure,
2328         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2329         pic16_dump_int_registers): increase statistics counters for each
2330         * variable which is encountered
2331         * (pic16_dump_usection): emit each .udata variable to its own udata
2332         section,
2333         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2334         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2335         parameters via stack, otherwise use old scheme,
2336         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2337         assembler output file,
2338         * src/pic16/main.c: added command line options --gstack to enable
2339         push/pop tracing for stack overflow,
2340         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2341         instructions): added size of each instruction,
2342         * (pic16_countInstruction): estimate size of instructions in
2343         the_pFile list, inline assembly blocks are not counted,
2344         * (pic16_FixRegisterBanking): trace previous register usage, when
2345         banksel optimizations is greater than 0, don't emit a redudant
2346         banksel directive,
2347
2348 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2349
2350         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2351         * src/pic16/ralloc.c : applied same fix for pic16.
2352         * src/pic/gen.c : tidied it up a little.
2353
2354 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2355
2356         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2357         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2358
2359 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2360
2361         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2362
2363 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2364
2365         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2366         non-reentrant function __modsint in the interrupt function (thus
2367         corrupting math operations during serial I/O)
2368         * device/lib/ser_ir.c: as above, changed buffersize
2369         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2370         256.c,d for zeroing
2371         * doc/Makefile: added option -t for rsync
2372
2373 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2374
2375         * src/SDCCast.h (struct ast),
2376         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2377
2378 2004-10-20 Borut Razem <borut.razem AT siol.net>
2379
2380         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2381         package
2382
2383 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2384
2385         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2386         makefile targets,
2387         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2388         support functions to replace long sequences of MOVFF's from access
2389         bank registers to stack and vice versa,
2390         * src/pic16/device.h: added new field opt_flags, where optimization
2391         flags can be set to enable certain features,
2392         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2393         * pBlock, (genFunction, genEndFunction): surroung loop for
2394         saving/loading used registers in stack with PC_INFO pCodes,
2395         INF_LREGS. Code in between can then be optimized by pCode optimizer
2396         to support function calls,
2397         * (genDataPointerSet): fixed bug which loaded float fields in
2398         structures with corrupt data,
2399         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2400         in a standard way debug info on stderr. Feature used for developing
2401         and debugging only,
2402         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2403         obsolete chunks of code,
2404         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2405         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2406         * pic16/src/pcode.c (pic16_newpCodeInfo,
2407         * (pic16_newpCodeOpLocalRegs),
2408         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2409         feature,
2410         * (pic16_pCodeConstString): printing of the initial value of a
2411         symbol as a comment is inhibited since parsing was already done by
2412         copyStr and output is corrupt,
2413         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2414
2415 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2416
2417         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2418
2419 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * as/mcs51/lkarea.c: removed old K&R style,
2422           (lnksect): changed check on boundary error,
2423           (lnksect2): changed check on boundary error,
2424           (lnksect2): extend XSTK to end of page if size = 1
2425         * as/mcs51/lkmain.c: removed old K&R style,
2426           (Areas51): create l_IRAM symbol
2427         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2428         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2429           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2430         * device/lib/_mullong.c: added version to be compiled with xstack
2431         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2432         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2433         * device/lib/mcs51/crtxstack.asm: fixed comment
2434         * src/SDCCglue.c: maxInterrupts defaults to 0,
2435           (emitMaps): added pdata,
2436           (createInterruptVect): (re)moved default,
2437           (glue): added pdata,
2438           (glue): moved __start__xstack to XSTK with default size 1
2439         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2440           and options.float_rent when options.stackAuto is set,
2441           (linkEdit): only write XDATA_NAME if provided on command line
2442         * src/SDCCmem.h,
2443         * src/SDCCmem.c: added pdata
2444         * src/port.h: added pdata_name to PORT
2445         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2446           (saveRegisters, unsaveRegisters): removed usage of B,
2447           (genMinus): fixed accumulator clash,
2448           (genJumpTab): added comment, this needs another look
2449         * src/mcs51/gen.c: added check for "B in use" paranoia,
2450           added pushB() and popB()
2451         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2452           chance
2453         * src/avr/main.c,
2454         * src/ds390/main.c,
2455         * src/hc08/main.c,
2456         * src/mcs51/main.c,
2457         * src/pic/main.c,
2458         * src/pic16/main.c,
2459         * src/xa51/main.c,
2460         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2461           added PSEG (PAG,XDATA) or NULL to port specifier
2462         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2463         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2464           (_mcs51_genInitStartup): removed __start__xstack equ,
2465           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2466         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2467         * src/z80/gen.c (_rleAppend): fixed warnings
2468         * support/regression/tests/zeropad.c: added pdata test
2469         * .version: bumped to 2.4.6
2470
2471 2004-10-17 Borut Razem <borut.razem AT siol.net>
2472
2473         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2474         as a part of nightly build
2475
2476 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2477
2478         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2479         WREG holds the first byte function parameters,
2480         * (aopForSym): take special case for symbols which are in FARSPACE
2481         but in CODESPACE too,
2482         * (assignResultValue): modified to take into account _G.useWreg,
2483         * (genCall): don't use wreg for parameter passing when function is
2484         declared as reentrant, too, added optimization INCF to stack
2485         pointer when stack parameter count is 1,
2486         * (genFunction, genEndFunction): refurnished and fixed to not using
2487         wreg for passing parameters when function has varargs or is
2488         reentrant, fixed bug with symbol name compare for generating
2489         functions in absolute address,
2490         * (pic16_storeForReturn): refurnished,
2491         * (genCmp): began writing a new version of the function, not ready
2492         yet, therefore it is disabled,
2493         * (genAssign): do not read code memory when assigning a function to
2494         a pointer function,
2495         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2496         array of characters, not pointer,
2497         * (pic16initialComments): in debug mode emit an .ident directive for
2498         the assembler,
2499         * (_process_pragma): emit a new warning type (internal to pic16)
2500         when setting stack to default length, emit a similar warning when
2501         placing a function at absolute address and address is not word aligned
2502         * (_pic16_parseOptions): added 'return TRUE' statement,
2503         * (_pic16_linkEdit): if compiling a source, then add the source's
2504         file object, first in the list of objects to link,
2505
2506 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2507
2508         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2509         * src/pic/main.c : removed VC warning.
2510         * src/pic/gen.c : changed comment.
2511
2512 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2513
2514         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2515         reference to a deprecated symbol _GPTRREG was causing failure to
2516         link. Thanks G. M. Gallant for the info.
2517
2518 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2519
2520         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2521         comments for Bugs item #954788.
2522
2523 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2524
2525         * src/pic16/device.c (pic16_dump_gsection,
2526         * pic16_groupRegistersInSection): handle symbols declared to be in
2527         access bank differently,
2528         * src/pic16/gen.c (struct _G): added field resDirect,
2529         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2530         send values read from stack directly to result and don't allocate
2531         temporary values,
2532         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2533         same registers,
2534         * (pic16_sameRegsOfs): NEW,
2535         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2536         free because they were not allocated from temporary pool,
2537         * pic16_popRegFromString): workaround to fix a problem with
2538         allocating variables twice or never,
2539         * (genGenPointerGet): using PRODL instead of FSR0H,
2540         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2541         instead of FSR0H,
2542         * (genAssign): take advantage of the _G.resDirect flag,
2543         * (genCast): around line 11844, use mov2f instead of directly
2544         MOVFF'ing between operands to account for literal values,
2545         * src/pic16/genutils.c: some new debug functions for gpsim have been
2546         added,
2547         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2548         float with integer part only,
2549         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2550         place variables in access bank
2551         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2552         updated sources to reflect recent changes in gen.c
2553
2554 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2555
2556         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2557         sources that searched for headers in installation path, now the
2558         device/include/pic16 is used,
2559         * src/pic16/glue.c (pic16glue),
2560         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2561         .line directives if not in debug mode, this suppresses assembler's
2562         warnings for ignored directives
2563
2564 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2565
2566         * src/port.h: made reset_regparms prototype void parameter explicit.
2567         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2568         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2569         * doc/sdccman.lyx: documented warning disabling and how to use
2570           printf_large to make it print floats.
2571         * device/include/stdbool.h: NEW
2572         * device/lib/_atof.c,
2573         * device/lib/_divuint.c,
2574         * device/lib/_divulong.c,
2575         * device/lib/expf.c,
2576         * device/lib/printf_large.c,
2577         * device/lib/sincosf.c,
2578         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2579         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2580           a completely reentrant lib.
2581
2582 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2583
2584         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2585         * device/include/pic16/stdio.h: fixed bug with colon
2586
2587 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2588
2589         * device/include/pic16/stdio.h,
2590         * device/include/pic16/stdlib.h,
2591         * device/include/pic16/math.h: NEW
2592         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2593         declared as _naked to reduce overhead
2594         * device/lib/Makefile.in (target port-specific-objects-pic16):
2595         changed * to *.* so to ignore the CVS directory,
2596         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2597         stacked variables back in stack,
2598         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2599         corruption
2600
2601 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2602
2603         * .version: bumped version number to 2.4.5
2604         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2605         * support/Util/SDCCerr.c (messages structure): added entry for
2606         W_POSSBUG2
2607
2608         Large cumulative patch for pic16 port and libraries.
2609         * device/include/pic16/sdcc-lib.h,
2610         * device/include/pic16/stdarg.h,
2611         * device/include/asm/pic16/features.h,
2612         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2613         * device/include/pic16/float.h: changes reentrant keyword with
2614         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2615         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2616         updated target build-libraries to include objects from gptr,
2617         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2618         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2619         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2620         all function headings,
2621         * src/SDCCmain.c: added global parameter userIncDirsSet,
2622         * (parseCmdLine): when option -I is encountered add directory to
2623         userIncDirsSet too,
2624         * src/version.awk: added space between control and long,
2625         * src/pic16/NOTES: added some notes for the port,
2626         * src/pic16/gen.c: added prototype for mov2fp function,
2627         * (fReturnpic16[]): properly named return value registers,
2628         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2629         * (aopForSym): added code to handle symbols with onStack flag set,
2630         symbols onStack are allocated PTRSIZE bytes,
2631         * (aopFreeAsmop): handles special case where asmops are stack objects,
2632         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2633         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2634         added argument lock to trace flaws in allocating temporary registers
2635         when developing port,
2636         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2637         * (pic16_popRegFromString): reenabled allocating a direct register
2638         from string,
2639         * (assignResultValue): various beautifications,
2640         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2641         referenced function argument,
2642         * (genIpush): reenabled to allow stacked arguments, handles only
2643         ic->parmPush iCodes,
2644         * (genCall, genPcall): major changes to allow for variable argument
2645         functions, fixed a bug with falsely restoring stack pointer after
2646         returning from call,
2647         * (genFunction): pending code for critical function,
2648         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2649         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2650         * (genNearPointerGet): fixed bug with indirect reading, was always
2651         reading from INDF0
2652         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2653         pointers,
2654         * (genAddrOf): rewrote code to take address of a stacked function parameter
2655         * (genCast): fixed casting to generic pointer type,
2656         * src/pic16/gen.h: added AOP_STA,
2657         * (struct asmop): added field stk,
2658         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2659         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2660         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2661         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2662         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2663         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2664         generic pointers,
2665         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2666         and library paths,
2667         * (pic16_port structure): generic pointer size is set to 3,
2668         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2669         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2670         compiler warning,
2671         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2672         operand is an iTemp,
2673
2674 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2675
2676         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2677         * debugger/mcs51/simi.c: addapt new syntax of s51
2678
2679 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2680
2681         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2682         * src/pic16/pcode.c: commented out some calls to free() in order to
2683         fix bug #989576,
2684
2685 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2686
2687         * src/SDCCicode.h,
2688         * src/SDCCicode.c (isiCodeInFunctionCall),
2689         * src/avr/ralloc.c (selectSpil),
2690         * src/pic/ralloc.c (selectSpil),
2691         * src/pic16/ralloc.c (selectSpil),
2692         * src/ds390/ralloc.c (selectSpil),
2693         * src/hc08/ralloc.c (selectSpil),
2694         * src/xa51/ralloc.c (selectSpil),
2695         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2696         stack in the middle of a function call sequence (fixes bug #1020268)
2697         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2698         costs associated with the minimum switch case.
2699
2700 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2701
2702         * src/SDCC.lex: fixed bug #1030549
2703
2704 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2705
2706         * src/SDCCcse.h (struct cseDef),
2707         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2708         over a function call if the CSE is derived from a symbol whose
2709         address has been taken (fixes bug #1029883)
2710         * support/regression/tests/bug-1029883: a new regression test for
2711         this bug
2712
2713 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2714
2715         * src/hc08/gen.c (emitinline): fixed bug #1029778
2716         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2717         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2718         and starts toward RFE #905167)
2719
2720 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2721
2722         * src/pic16/gen.c (mov2f): New function to move an operand to
2723         another without considering if it is a literal or a register,
2724         * (pic16_sameRegs): don't check if they are both AOP_REG,
2725         * (AccRsh): removed andmask=0 lines,
2726         * (genLeftShift): duplicated to be improved in future versions,
2727         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2728         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2729         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2730         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2731         * (insertBankSwitch): fixed inserting banksel directives algorithm
2732         for instructions that follow a skip instruction, this fixes a report
2733         for broken subtraction code generation,
2734         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2735         iCode is a left op, just in case result and right share the same
2736         registers
2737
2738 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2739
2740         * src/hc08/main.c,
2741         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2742         preservation of HX
2743         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2744         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2745         on 2004-09-12; it was buggy
2746
2747 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2748
2749         * src/SDCCsymt.h: removed RESULT_CHECK
2750         * src/SDCCast.c,
2751         * src/SDCCglue.c,
2752         * src/SDCCval.c,
2753         * src/pic/glue.c,
2754         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2755
2756 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2757
2758         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2759         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2760         configuration values no more rejected by compiler, they are assigned
2761         to configuration registers with a warning message instead,
2762         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2763         the for-loop so last conf register is emitted too,
2764         * (_pic16_initPaths): link library libsdcc.lib by default,
2765         * (_hasNativeMulFor): modified test for multiplication according to
2766         Raphael Neider's remarks. Integer multiplication is also done with
2767         support functions,
2768         * device/include/pic16/pic18fregs.h: corrected type error in while
2769         testing and including 18f6720 header file
2770
2771 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2772
2773         * src/pic16/device.h (pic16_options): removed field use_crt,
2774         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2775         until an optimization to handle single bits is added,
2776         * (pic16_loadFSR0): moved before genUnpackBits,
2777         * (genAnd): some white lines removed,
2778         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2779         leave_reset flags in pic16_options when using crt modules,
2780
2781 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2782
2783         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2784           for bugs 898889 & 979599. Also used some safer print instructions.
2785
2786 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2787
2788         * src/pic16/device.h (pic16_options_t): added field use_crt,
2789         crt_name, no_crt,
2790         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2791         catch a probable future bug,
2792         * src/pic16/gen.c: aopIdx function commented out,
2793         * (genAssign): commented out old code which used aopIdx,
2794         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2795         code, added if conditionals to take into account the --use-crt
2796         command line options,
2797         * src/pic16/main.c (pic16_optionsTable): added new command line
2798         options, --use-crt= and --no-crt,
2799         * (_pic16_linkEdit): now the proper crt object is added in the
2800         linker command line except than when --no-crt is specified,
2801         * src/pic16/pcode.c,
2802         * src/pic16/pcode.h: added some structures and functions for a new
2803         optimization scheme to compansate for instruction overhead between
2804         same iCodes, this scheme is currently under development and is not
2805         working in any way,
2806         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2807         to && operator,
2808         * device/lib/pic16/startup/crt0i.c,
2809         * device/lib/pic16/startup/crt0iz.c: added global char variable
2810         __uflags to force the generation of an idata section
2811
2812 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2813
2814         * doc/Makefile,
2815         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2816         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2817
2818 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2819
2820         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2821         Frieder) and clarified the default code optimization mode
2822
2823 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2824
2825         * src/SDCC.lex (doPragma, process_pragma),
2826         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2827         "opt_code_size", and "opt_code_balanced"
2828         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2829         regrouped options by category, added support for category headers
2830         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2831         and "--opt-code-size"
2832         * doc/sdccman.lyx: documented these new options and pragmas
2833         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2834         preference into account
2835
2836 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2837
2838         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2839           geniCodePreDec): Fixed bug 904237 by generating a warning
2840         * src/SDCCerr.h,
2841         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2842
2843 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2844
2845         * src/pic/device.c : When no max ram set validate full memory range.
2846         * src/pic/pcode.c,
2847         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2848
2849 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2850
2851         * device/lib/_gptrget.c,
2852         * device/lib/_gptrput.c: updated comment
2853         * device/lib/calloc.c,
2854         * device/lib/free.c,
2855         * device/lib/malloc.c,
2856         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2857         * src/SDCCcse.c (cseBBlock),
2858         * src/SDCCicode.c (printOperand, geniCodeArray),
2859         * src/SDCCicode.h (struct operand): fixed bug 868103
2860         * support/regression/tests/bug-868103.c: added
2861         * src/SDCCast.c (searchLitOp),
2862         * src/SDCCcse.h (struct cseDef),
2863         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2864         * src/SDCCicode.h (struct operand),
2865         * src/SDCCsymt.h (struct sym_link),
2866         * src/avr/gen.c (hasInc),
2867         * src/ds390/gen.c (hasInc),
2868         * src/hc08/gen.c (genPlusIncr, hasInc),
2869         * src/mcs51/gen.c (hasInc),
2870         * src/pic16/glue.c (pic16_printIvalChar),
2871         * src/pic16/ralloc.c (regWithIdx),
2872         * src/xa51/gen.c (hasInc) : removed warnings
2873         * src/SDCCast.c (createBlock): added comment ???
2874         * src/hc08/ralloc.c: updated comments
2875
2876 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2877
2878         * doc/sdccman.lyx: updated section on switch statements, added
2879         section about semaphore locking
2880         * doc/Makefile: added option -info for latex2html
2881         * device/lib/_gptrget.c,
2882         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
2883
2884 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2885
2886         * src/pic/device.h,
2887         * src/pic/device.c,
2888         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
2889          maxram is less than 0x100.
2890
2891 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
2892
2893         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
2894
2895 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2896
2897         * src/port.h,
2898         * src/mcs51/main.c,
2899         * src/ds390/main.c,
2900         * src/z80/main.c,
2901         * src/hc08/main.c,
2902         * src/pic/main.c,
2903         * src/pic16/main.c,
2904         * src/avr/main.c,
2905         * src/xa51/main.c
2906         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
2907         a jump table is the best form for a switch statement, including
2908         automatic insertion of missing cases to make the case range
2909         continuous. Developed in collaboration with Frieder Ferlemann.
2910
2911 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2912
2913         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
2914         accumulator result if it needs sign extension
2915
2916 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2917
2918         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
2919
2920 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2921
2922         * device/lib/gbz80/printf.c,
2923         * device/lib/z80/printf.c: removed define for NULL
2924
2925 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
2926
2927         * as/xa51/xa_link.c,
2928         * device/examples/ds390/ow390/ad26.c,
2929         * device/examples/ds390/ow390/cnt1d.c,
2930         * device/examples/ds390/ow390/counter.c,
2931         * device/examples/ds390/ow390/ds2480.h,
2932         * device/examples/ds390/ow390/ds2480ut.c,
2933         * device/examples/ds390/ow390/findtype.c,
2934         * device/examples/ds390/ow390/gethumd.c,
2935         * device/examples/ds390/ow390/owllu.c,
2936         * device/examples/ds390/ow390/ownetu.c,
2937         * device/examples/ds390/ow390/swt12.c,
2938         * device/examples/ds390/ow390/swtloop.c,
2939         * device/examples/ds390/ow390/temp.c,
2940         * device/examples/ds390/ow390/temp10.c,
2941         * device/examples/ds390/ow390/thermo21.c,
2942         * device/examples/ds390/ow390/tinilnk.c,
2943         * device/examples/ds390/ow390/tstfind.c,
2944         * device/examples/serialcomm/windows/serial.cpp,
2945         * device/examples/serialcomm/windows/test_serialcomm.cpp,
2946         * device/include/reg51.h: fixed line endings for cvs
2947
2948 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2949
2950         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
2951         packRegsForAccUse, packRegisters): new accumulator register
2952         packing algorithm
2953         * support/regression/ports/hc08/support.c (_putchar): suppress
2954         warning of unused variable
2955         * src/SDCCicode.c: added SWAP entry to codeTable
2956
2957 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
2958
2959         * device/lib/sprintf.c: forgot to add this file before previous commit
2960
2961 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
2962
2963         * src/pic16/gen.c (genPackBits): added operand right in function
2964         parameters, load result directly if p_type is POINTER (that is
2965         called by genNearPointerSet)
2966         * (genUnPackBits): added operand left in function parameters,
2967         * (genNearPointerGet, genNearPointerSet): prevent the loading of
2968         FSR0 if accessing bitfields,
2969
2970 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
2971
2972         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
2973           _print_format; updated printf, sprintf, vsprintf
2974         * device/include/asm/default/features.h: corrected comment/define
2975         * device/lib/Makefile.in: added sprintf.c
2976         * device/lib/libsdcc.lib: added sprintf module
2977         * device/lib/printf_large.c,
2978         * device/lib/vprintf.c,
2979         * device/lib/sprintf.c: totally refactored printf_large and vprintf
2980           into these 3 files
2981         * support/regression/Makefile: changed ALL_PORTS into a usefull default
2982         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
2983         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
2984           hc08 test
2985         * support/regression/tests/zeropad.c: define idata as data for hc08
2986
2987 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2988
2989         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
2990         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
2991         labels are referenced at least once (even if a reference is not found)
2992         * src/hc08/gen.c (emitcode): set isComment flag for comments
2993         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
2994         loads), rules 6a..6b (optimize jumps to return)
2995
2996 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2997
2998         * device/lib/acosf.c (acosf),
2999         * device/lib/asinf.c (asinf),
3000         * device/lib/atanf.c (atanf),
3001         * device/lib/ceilf.c (ceilf),
3002         * device/lib/cosf.c (cosf),
3003         * device/lib/coshf.c (coshf),
3004         * device/lib/cotf.c (cotf),
3005         * device/lib/fabsf.c (fabsf),
3006         * device/lib/floorf.c (floorf),
3007         * device/lib/log10f.c (log10f),
3008         * device/lib/logf.c (logf),
3009         * device/lib/sinf.c (sinf),
3010         * device/lib/sinhf.c (sinhf),
3011         * device/lib/sqrtf.c (sqrtf),
3012         * device/lib/tanf.c (tanf),
3013         * device/lib/tanhf.c (tanhf),
3014         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3015         replaced all instances of "reentrant" in the library functions
3016         defined in math.h with this macro.
3017         * support/regression/tests/float_trans.c: reenabled test for hc08
3018
3019 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3020
3021         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3022         erroneously deleted
3023
3024 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3025
3026         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3027         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3028         multi-byte volatile operands are used
3029         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3030         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3031         initialization to area GSINIT0 so that it would always precede
3032         any static initializers in GSINIT
3033         * support/regression/tests/zeropad.c: fixed idata define for hc08
3034         * support/regression/tests/bug-927659.c,
3035         * support/regression/tests/float_trans.c: disabled tests for hc08
3036         pending missing library routines
3037         * .version: increased version number to 2.4.4 - hc08 port now passes
3038         regression tests
3039
3040
3041 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3042
3043         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3044         * Makefile.common.in,
3045         * as/Makefile,
3046         * as/hc08/Makefile.in,
3047         * as/mcs51/Makefile.in,
3048         * as/z80/Makefile.in,
3049         * debugger/mcs51/Makefile.in,
3050         * device/include/Makefile.in,
3051         * device/lib/Makefile.in,
3052         * doc/Makefile,
3053         * link/Makefile,
3054         * link/z80/Makefile.in,
3055         * packihx/Makefile.in,
3056         * sim/ucsim/main_in.mk,
3057         * sim/ucsim/avr.src/Makefile.in,
3058         * sim/ucsim/doc/Makefile.in,
3059         * sim/ucsim/gui.src/serio.src/Makefile.in,
3060         * sim/ucsim/hc08.src/Makefile.in,
3061         * sim/ucsim/s51.src/Makefile.in,
3062         * sim/ucsim/xa.src/Makefile.in,
3063         * sim/ucsim/z80.src/Makefile.in,
3064         * src/Makefile.in,
3065         * support/cpp2/Makefile.in,
3066         * support/librarian/Makefile,
3067         * support/makebin/Makefile: added DESTDIR to the install path proposed
3068         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3069         * doc/sdccman.lyx: added DESTDIR documentation
3070
3071 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3072
3073         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3074         instruction for interrupt handlers, use fast returns when returning
3075         from high priority interrupts
3076
3077 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3078
3079         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3080         code generation
3081         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3082         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3083         bugs, ported much of Bernhard's code from mcs51
3084         * src/mcs51/gen.c (genSend),
3085         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3086         than one when calling a reentrant function
3087         * device/lib/_mullong.c: defined an alternate struct layout for big
3088         endian ports (hc08)
3089
3090 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3091
3092         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3093         test
3094
3095 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3096
3097         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3098         are sane and complete before asking the port its prefered parameter
3099         passing method (fixes bug #1017633)
3100         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3101         and _ret3
3102
3103 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3104
3105         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3106         problem in bitfields >= 8 bits.
3107
3108 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3109
3110         * src/SDCCsymt.c: undid changes that were not meant to be committed
3111
3112 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3115
3116 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3117
3118         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3119           copied and wrong bit got inverted
3120
3121 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3122
3123         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3124         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3125         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3126         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3127         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3128         assignments to bitfields at known addresses
3129         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3130         reads from bitfields at known addresses
3131         * src/hc08/ralloc.c (packRegisters),
3132         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3133         genhc08Code): optimize pointer get values used as conditionals
3134         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3135         and branch
3136
3137 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3138
3139         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3140         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3141         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3142         as conditionals
3143
3144 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3145
3146         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3147
3148 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3149
3150         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3151         related problems
3152
3153 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3154
3155         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3156
3157 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3158
3159         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3160         mcs51 port
3161
3162 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3163
3164         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3165
3166 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3167
3168         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3169         cases use more compact code.
3170
3171 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3172
3173         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3174
3175 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3176
3177         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3178
3179 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3180
3181         * src/SDCCsymt.h,
3182         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3183         parameter of changePointer() from symbol* to sym_link*
3184         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3185         * src/SDCCsymt.c (compareType): void* type is castable to other
3186         pointers, but not necesarily an exact match.
3187         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3188         is no longer blindly treated as an exact match.
3189         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3190
3191 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3192
3193         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3194
3195 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3196
3197         * src/pic/gen.c,
3198         * src/pic/pcode.c,
3199         * src/pic/ralloc.h,
3200         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3201
3202 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3203
3204         * src/pic/device.c,
3205         * src/pic/device.h,
3206         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3207
3208 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3209
3210         * src/mcs51/gen.c (emitcode): fixed bug #992819
3211
3212 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3213
3214         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3215           there's no need to make it worse
3216
3217 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3218
3219         * src/mcs51/ralloc.c (deassignLR),
3220         * src/ds390/ralloc.c (deassignLR),
3221         * src/hc08/ralloc.c (deassignLR),
3222         * src/z80/ralloc.c (deassignLR),
3223         * src/pic/ralloc.c (deassignLR),
3224         * src/pic16/ralloc.c (deassignLR),
3225         * src/avr/ralloc.c (deassignLR),
3226         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3227         rlivePoint): fixed another part of bug #971834
3228
3229 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3230
3231         * src/z80/main.c: enabled "critical" keyword
3232         * src/z80/mappings.i,
3233         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3234         functions (fixes bug #979646)
3235         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3236
3237 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3238
3239         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3240           such as c:\mydir.
3241
3242 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3243
3244         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3245           doesn't disable too much optimizations
3246
3247 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3248
3249         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3250
3251 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3252
3253         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3254
3255 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3256
3257         * src/pic/gen.c tidied up tabs
3258         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3259         * src/pic/main.c tidied up tabs
3260         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3261         * src/pic/pcoderegs.c tidied up tabs
3262         * src/pic/ralloc.c tidied up tabs
3263
3264 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3265
3266         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3267         to S_FIXED for pic16 port and when symbol is not in level 0,
3268         allocate for S_REGISTER storage class and pic16 port, too,
3269         * src/pic16/device.h: prototype for checkSym,
3270         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3271         * (pic16_assignConfigWordValue): test the value and the mask to
3272         validate that the value is suitable for the configuration word,
3273         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3274         collect extern declared symbols, don't emit symbol twice, check
3275         first if symbol is in publics set first,
3276         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3277         * added command line '--fstack' which enables an experimental
3278         feature for stack access, too buggy to be used yet...
3279         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3280         * (pic16_allocDirReg): when register has storage class S_REGISTER
3281         allocate in pic16_dynAccessRegs,
3282         * device/include/pic16/pic18f????.h: modified configuration word
3283         naming convention, words started as CONFIG0H but should be CONFIG1H
3284
3285 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3286
3287         * device/include/mcs51reg.h: fixed bug 970993
3288
3289 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3290
3291         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3292         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3293         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3294         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3295         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3296         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3297           error/warning numbers,
3298           added function setWarningDisabled()
3299         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3300         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3301           _memcmp.c _memmove.c calloc.c realloc.c free.c
3302         * support/regression/tests/malloc.c: added tests for new functionality
3303         * support/regression/tests/zeropad.c: added tests for truncated initializers
3304           and initialized char arrays starting with '\x0'
3305         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3306
3307 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3308
3309         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3310
3311 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3312
3313         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3314         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3315         peephole 177.e. Thanks to anonymous
3316
3317 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3318
3319         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3320         function isn't used in the source but referenced as a
3321         variable initializer then declare it as extern in .asm file
3322
3323 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3324
3325         * .version: increased version number to 2.4.3
3326
3327         Adding version extension according to ChangeLog CVS revision
3328         * src/Makefile.in (target all): added dependency 'version.h'
3329         * (rule version.h): added rule to create version.h from ChangeLog,
3330         * (rule dep): added dependency version.h,
3331         * src/version.awk: AWK script to create version.h
3332         * src/SDCCdwarf2.c (dwWriteModule),
3333         * src/SDCCglue.c (initialComments),
3334         * src/SDCCmain.c (printVersionInfo): modified to write after
3335         version string the version extension number,
3336         * src/SDCCutil.c: included "version.h"
3337         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3338         number,
3339         * src/SDCCutil.h: added prototype for getBuildNumber
3340
3341         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3342         includeDirsSet, too,
3343         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3344         const char [] is found in function prototype...
3345
3346         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3347         moving to WREG with source is already in WREG,
3348         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3349         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3350         * (aopForSym): stack'ed symbols are partially supported, added
3351         if-clause to support symbols in FARSPACE,
3352         * (sameRegs): added test for AOP_ACC to see if registers are same,
3353         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3354         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3355         * (pic16_popRegFromString): will not allocate a new register if it
3356         doesn't find one by name, bug may have introduced...
3357         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3358         * (genIpush): revived to use pic16 port's stack,
3359         * (genAddrOf): added incomplete case for stack'ed operand,
3360         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3361         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3362         can handle multibyte operands,
3363         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3364         * (pic16initialComments): added message for MPLAB compatibility
3365         mode enabled,
3366         * src/pic16/main.h: prototype for pic16_mplab_comp,
3367         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3368         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3369         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3370         because of increased complexity of procedure,
3371         * (_process_pragma): stack pragma changed to format 'stack pos len',
3372         emit symbol '_stack_end' to conform with gplink,
3373         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3374         to search for register,
3375         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3376         PO_GPR_REGISTER,
3377         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3378         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3379         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3380         case for PO_GPR_REGISTER,
3381         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3382         dies, the new era is ahead !...
3383         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3384         pic16_dynInternalRegs,
3385         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3386         * (pic16_allocDirReg): minor optimizations and bug fixes,
3387         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3388
3389         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3390         load stack and frame pointer with address of 'stack_end' symbol
3391
3392 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3393
3394         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3395         without source code but only variable initializers
3396
3397 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3398
3399         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3400         external are not declared as extern to reduce overhead while linking
3401
3402 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3403
3404         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3405
3406 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3407
3408         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3409           Yee Keat for the patch
3410         * src/SDCCast.c (decorateType): fixed bug #979599
3411         * src/ds390/gen.h: removed local fReturnSizeDS390
3412         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3413         * src/ds390/gen.c (genAnd, genOr, genXor),
3414         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3415
3416 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3417
3418         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3419         add relFilesSet to $3, manipulate $2 to handle linking of object
3420         files without source files in command line,
3421         * device/include/pic16 (all headers): added ID location macros,
3422         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3423         entries for ID location bytes,
3424         * (pic16_assignIdByteValue): NEW,
3425         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3426         added field dumpcalltree to pic16_options_t,
3427         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3428         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3429         emitting rFalseIfx label after check_carry label,
3430         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3431         pic16_emitDIRegs), NEW
3432         * (pic16glue): dump .calltree file when option --calltree found,
3433         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3434         * (_pic16_genAssemblerPreamble): emit ID locations after
3435         configuration registers,
3436         * (pic16_linkCmd): modifications of the link command,
3437         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3438         * (pic16_pCodeInitRegisters): don't init stack registers,
3439         * (pic16_findPrevInstruction): fixed bug,
3440         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3441         bug with immediate registers,
3442         * (buildCallTree): traces stack push and pop,
3443         * (pct2): dump also stack usage for each function,
3444         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3445         * (pic16_allocDirReg): various modifications,
3446         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3447         fixed to 1,
3448
3449 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3450
3451         * src/pic16/pcode.c: removed buggy double colon
3452
3453 2004-07-01 Borut Razem <borut.razem AT siol.net>
3454
3455         * support/scripts/sdcc.nsi: added include/pic16 to setup
3456
3457 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3458
3459         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3460         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3461         target 'clean',
3462         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3463         specific command line arguments. Also added sample lkr script
3464         for placing a variable at a specific memory bank.
3465         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3466         at a specific memory bank,
3467         * (pic16_dump_isection): fixed bug which caused string literals to
3468         be omitted when dumping idata section,
3469         * (pic16_groupRegistersInSection): added code to handle registers
3470         in specific memory banks,
3471         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3472         public, all references are renamed too,
3473         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3474         AOP_DPTR2,
3475         * (pic16_storeForReturn): added case to handle when dest is WREG,
3476         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3477         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3478         pic16_rel_udata, check to see if that register is marked as being
3479         a member of a specific memory bank,
3480         * (pic16_printIvalCharPtr): added code to add string literals either
3481         to code or the idata sections,
3482         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3483         also accept the 'udata' pragma,
3484         * src/pic16/main.h: new structure types sectName and sectSym
3485         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3486         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3487         * (pic16_findPrevInstruction): fixed, it returned nothing,
3488         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3489         instruction combinations,
3490         * (pic16_FixRegisterBanking): heavily reorganised,
3491         * (pic16_AnalyzeBanking): if generating banksel directives is
3492         disabled, then don't call FixRegisterBanking at all,
3493         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3494         completely removed,
3495         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3496
3497 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3498
3499         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3500         Phuah Yee Keat <yk.phuah AT nestac.com>
3501
3502 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3503
3504         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3505         correctly the IVT even if it is relocated to some other location
3506
3507 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3508
3509         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3510         * device/include/pic16/pic18f2220.h: NEW,
3511         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3512         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3513         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3514         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3515         nodefaultlibs, ivt_loc is the location of the interrupt vector
3516         table, and nodefaultlibs signs that default libraries should not be
3517         linked in link stage,
3518         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3519         according to --ivt-loc argument,
3520         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3521         when pragma stack is found,
3522
3523 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3524
3525         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3526         256 (range check), 257 (do while), 258.a-f (bit banging
3527         f.e. on 3-wire SPI bus)
3528
3529 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3530
3531         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3532         variables used exclusively within a loop
3533
3534 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3535
3536         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3537
3538 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3539
3540         * src/SDCClrange.c (computeClash): fixed bug #971834
3541
3542 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3543
3544         * src/mcs51/gen.c (genCmp): fixed bug #975903
3545         * src/hc08/gen.c (operandsEqu),
3546         * src/ds390/gen.c (operandsEqu),
3547         * src/z80/gen.c (operandsEqu),
3548         * src/pic/gen.c (operandsEqu),
3549         * src/pic16/gen.c (operandsEqu),
3550         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3551         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3552
3553 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3554
3555         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3556
3557 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3558
3559         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3560         default case in switch statement,
3561         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3562         to eliminate problem with initialisation of pointers, but problem
3563         still exists,
3564         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3565         * (emitStaticSegment): removed various lines emitting debug info,
3566         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3567         added processor registers for utilizing EEPROM,
3568         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3569         configurable and set 8
3570
3571 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3572
3573         * .version: increased version number to 2.4.2,
3574
3575         Cumulative patch for pic16 port
3576         * src/pic16/device.c: changed scheme to dump initial values for
3577         variables in idata segment, all print_idata* functions were removed,
3578         now the pic16_printIval* will be called,
3579         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3580         * _pic16_printPointerType, pic16_printPointerType,
3581         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3582         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3583         NEW, similar to the respective functions in SDCCglue.c,
3584         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3585         way, emitting hex bytes,
3586         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3587
3588 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3589
3590         * src/avr/ralloc.c (serialRegAssign),
3591         * src/xa51/ralloc.c (serialRegAssign),
3592         * src/pic/ralloc.c (serialRegAssign),
3593         * src/pic16/ralloc.c (serialRegAssign),
3594         * src/hc08/ralloc.c (serialRegAssign),
3595         * src/z80/ralloc.c (serialRegAssign),
3596         * src/ds390/ralloc.c (serialRegAssign),
3597         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3598
3599 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3600
3601         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3602         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3603
3604 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3605
3606         Cumulative patch for pic16 port:
3607         * src/pic16/device.h (typedef PIC16_device) modified fields for
3608         defining microcontrollers,
3609         * src/pic16/device.c: added new info for all devices in Pics16 array,
3610         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3611         to be optimised out by the pCode optimiser,
3612         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3613         specially, bug reported by G.M. Gallant,
3614         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3615         as force'd so that cannot be optimised out by pCode optimiser,
3616         * src/pic16/pcode.c,
3617         * src/pic16/pcodepeeph.c,
3618         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3619         they are disabled by default, but can be enabled explicit with
3620         command argument --denable-peeps, for testing,
3621         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3622         --pomit-ivt in COMPILE_FLAGS
3623
3624 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3625
3626         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3627           compilation on MSVC
3628
3629 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3630
3631         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3632
3633 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3634
3635         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3636         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3637
3638 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3639
3640         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3641         would only assign 0x300001 register.
3642
3643 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3644
3645         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3646         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3647
3648 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3649
3650         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3651         for ds80c400
3652         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3653         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3654         added peephole 254 (left shift), 255 (jump table)
3655
3656 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3657
3658         * device/lib/Makefile.in: removed comment line with model-pic16,
3659         * (target port-specific-objects-pic16): the libraries and objects
3660         are copied to the build directory form the device/lib/pic16/bin
3661         directory
3662
3663         Cumulative patch concerning pic16 port:
3664         * library directory has been re-organized,
3665         * added support for PIC18F1220,
3666         * added headers and library sources for chips 18f1220,18f6520,
3667         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3668
3669         * configuration registers setting has changed, now each supported
3670         device has a complete description of the registers it uses,
3671         * all initialisations are moved to idata sections, these section
3672         can be absolute or relocatable,
3673         * fixed initialisation of codespace variables,
3674         * fixed warning about PCLATU and gpsim,
3675         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3676         * (genAssign): use table reads when assigning from variables in codespace,
3677         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3678         char/int variables placed in codespace,
3679         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3680         registers set in .asm file, no need for --pomit-config-words anymore,
3681         * (pic16glue): some 8051 legacy segments are commented out
3682         (to be removed completely),
3683         * added support for alternative assembler and linker with --asm=
3684         and --link= command line arguments,
3685         * peepholes are disabled automatically in the port, no need to
3686         specify on command line,
3687         * port supports natively char/int/long multiplication, but converts
3688         all divisions to support functions,
3689         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3690         to the file set in variable $2,
3691         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3692         strings in ASCII format and not in hex,
3693         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3694         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3695         allocate proper register if iCodes aren't temporary,
3696
3697 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3698
3699         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3700
3701 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3702
3703         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3704         is commented out
3705
3706 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3707
3708         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3709         computed address is reused
3710         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3711         multi-byte bitfields
3712
3713 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3714
3715         * src/z80/gen.c: (genArrayInit): must check for pointers too
3716
3717 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3718
3719         * support/regression/tests/zeropad.c: never meant to commit the
3720           nestedstruct test: removed, added check for GCC version
3721
3722 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3725         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3726         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3727           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3728           bugs 928906 and 954082 half-empty initializers
3729         * src/SDCCsymt.h,
3730         * src/SDCCsymt.c (getAllocSize): added for above fix
3731         * src/z80/gen.c (genArrayInit): fixed bug 741044
3732         * support/regression/tests/zeropad.c: added tests
3733
3734 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3735
3736         * src/pic16/device.c (pic16_dump_section): corrected bug which
3737         caused some symbols of the libraries to be misplaced
3738
3739 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3740
3741         * src/pic16/glue.c,
3742         * src/pic16/ralloc.h,
3743         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3744         to fix conflict with pic port
3745
3746 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3747
3748         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3749         externs configuration variables,
3750         * src/pic16/ralloc.h,
3751         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3752         prototype in header, commented out some debug messages
3753
3754 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3755
3756         * src/pic16/glue.c,
3757         * src/pic16/main.c,
3758         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3759         for gpasm COFF object generation. Thanks to D. Hawkins for
3760         his patch info
3761
3762 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3763
3764         * src/ds390/main.c,
3765         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3766         Brock for spotting this)
3767         * src/ds390/gen.c (genEndFunction),
3768         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3769         interrupt handler and critical. Disable push/pop optimizations when
3770         peephole optimizations disabled.
3771
3772 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3773
3774         Updated pic16 library sources and headers.
3775         * device/lib/pic16/pic18f*/ ,
3776         * device/include/pic16/*.h: modified to handle structured SFR
3777         definitions
3778
3779 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3780
3781         * src/port.h (PORT structure): added hook initPaths, now each
3782         port can declare its own default search paths,
3783         which can been seen with the --print-search-dirs option,
3784         see pic16 port for example,
3785         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3786         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3787         * (doPrintSearchDirs): NEW, replaces in a central manner the
3788         printing of search dirs which was split in set*Paths functions,
3789         * (main): added call to port->initPaths and doPrintSearchDirs,
3790         * src/avr/main.c,
3791         * src/ds390/main.c,
3792         * src/hc08/main.c,
3793         * src/izt/i186.c,
3794         * src/izt/tlcs900h.c,
3795         * src/mcs51/main.c,
3796         * src/pic/main.c,
3797         * src/pic16/main.c: modified port structures to reflect addition of
3798         initPaths hook,
3799
3800         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3801         * (pic16_dump_section): for registers in same address reserve memory once,
3802         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3803         to no_banksel,
3804         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3805         result is greater in size than right or left,
3806         * (pic16_genUMult8X8_8): there are some cases where the result can
3807         be 16 bits size, so handle these,
3808         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3809         * (pic16_outBitC): modified to emit pcodes,
3810         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3811         or not,
3812         * (genDivOneByte): implemented algorithm to divide 8-bits,
3813         * (genCmp): uncommented goto, but issues still exist,
3814         * (genAnd): fixed a bug with variables >8bits,
3815         * (genPackBits): optimization added that uses BCF/BSF to change a
3816         single bit,
3817         * (genAssign): fixed bug when assigning floating point literals,
3818         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3819         __sdcc_gsinit_startup label,
3820         * src/pic16/main.c (_pic16_init): removed search directory
3821         initialisations,
3822         * (_pic16_initPaths): NEW, used to initialise search directories,
3823         * (_hasNativeMulFor): support functions for all except char/int
3824         multiplication, and char division,
3825         * (PIC16_port struct): modified entry for native mul support,
3826         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3827         no_banksel option,
3828         * (buildCallTree): call to register_usage is ifdef'ed out,
3829
3830 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3831
3832         * device/include/string.h: applied Stas Sergeev's patch to make this
3833         header file compatible with the preprocessor -Wundef option
3834         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3835         failure (fixes bug #941458)
3836
3837 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3838
3839         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3840         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3841         that the variable, not the function, should be static
3842         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3843         to be consistent with non-literal case
3844
3845 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3846
3847         * src/SDCCast.c (isConformingBody): fixed bug #949967
3848         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3849         convilong): fixed bug #952086
3850
3851 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3852
3853         * src/SDCCmem.c (allocVariables): fixed bug #955321
3854
3855 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3856
3857         * src/hc08/main.c (_hc08_genAssemblerEnd),
3858         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3859         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3860         completely eliminated the use of a temporary file
3861         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3862         when more than one file linked
3863         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3864
3865 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3866
3867         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3868         which fixes bug #543481
3869         * support/regression/tests/bug-751703.c: fixed comments left from a
3870         cut and paste error
3871         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3872         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3873         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3874         scopes
3875         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3876         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3877         are now changed to underscores in moduleName
3878
3879 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3880
3881         * as/mcs51/lkmem.c: better fix for bug #954173
3882
3883 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3884         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3885
3886         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
3887         * device/include/c8051f000.h,
3888         * device/include/c8051f120.h,
3889         * device/include/c8051f300.h,
3890         * device/include/c8051f310.h,
3891         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
3892         PWM16) and detab'ed
3893
3894 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3895
3896         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
3897         and mailing lists, doc'ed --no-peep-comments, removed reference
3898         to knoppix (newest version has no LyX/LaTeX), other minor changes
3899         * src/SDCCglue.c (glue): save 2 bytes stack space with
3900         option --main-return. The ljmp could probably be avoided too
3901
3902 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3903
3904         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
3905
3906 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3907
3908         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
3909         * src/SDCCopt.c (isLocalWithoutDef),
3910         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
3911         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
3912         (credit to Maarten Brock for patch #949363, on which this is based)
3913         * support/regression/tests/bug-751703.c: some test cases of extern used
3914         within inner scopes.
3915
3916 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3917
3918         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
3919         SPEC_STRUCT
3920         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
3921         struct definitions
3922         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
3923         dwWriteLabel): fix to create valid debugger symbols even when
3924         the module name has non-alphanumeric symbols in it
3925         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
3926         when a variable's allocation has been optimized away
3927
3928
3929 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3930
3931         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
3932         * src/hc08/main.c,
3933         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
3934         * src/mcs51/main.c,
3935         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
3936         * src/ds390/main.c,
3937         * src/z80/gen.c (z80_emitDebuggerSymbol),
3938         * src/z80/main.c,
3939         * src/pic/gen.c (pic14_emitDebuggerSymbol),
3940         * src/pic/main.c,
3941         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
3942         * src/pic16/main.c,
3943         * src/avr/gen.c (avr_emitDebuggerSymbol),
3944         * src/avr/main.c,
3945         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
3946         * src/xa51/main.c,
3947         * src/SDCCdebug.c (emitDebuggerSymbol),
3948         * src/SDCCdebug.h,
3949         * src/port.h: added a debugger struct to the port struct. Added a
3950         callback for defining debugger symbols
3951
3952         * src/SDCCast.c (createLabel),
3953         * src/SDCC.y (labeled_statement): mark all compiler generated labels
3954         with isitmp = 1
3955         * src/SDCCicode.h,
3956         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
3957         iCode back to the ast for the function
3958
3959         * src/hc08/ralloc.c (hc08_assignRegisters),
3960         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
3961         unneeded fields from the regs struct.
3962         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
3963         pushReg() & pullReg() functions instead of emitcode()
3964
3965         * src/hc08/gen.c (genLabel, genhc08Code),
3966         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
3967
3968         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
3969         debugger hooks
3970
3971         * src/hc08/gen.c (genEndFunction, genhc08Code),
3972         * src/hc08/gen.h,
3973         * src/mcs51/gen.c (genEndFunction, gen51Code),
3974         * src/mcs51/gen.h,
3975         * src/ds390/gen.c (genEndFunction, gen390Code),
3976         * src/ds390/gen.h,
3977         * src/z80/gen.c (genEndFunction, genZ80Code),
3978         * src/z80/gen.h,
3979         * src/z80/z80.h,
3980         * src/pic/gen.c (genEndFunction, genpic14Code),
3981         * src/pic/gen.h,
3982         * src/pic16/gen.c (genEndFunction, genpic16Code),
3983         * src/pic16/gen.h,
3984         * src/avr/gen.c (genEndFunction, genAVRCode),
3985         * src/avr/gen.h,
3986         * src/xa51/gen.c (genEndFunction, genXA51Code),
3987         * src/xa51/gen.h,
3988         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
3989         specific code to cdbFile.c and out of the backend code generators
3990
3991         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
3992         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
3993         starting address is now 0
3994
3995         * as/hc08/asm.h,
3996         * as/hc08/m08pst.c,
3997         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
3998         assembler directive for DWARF support
3999         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4000
4001         * src/src.dsp,
4002         * src/Makefile.in,
4003         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4004
4005 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4006
4007         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4008         and inappropriate peephole optimization in jump tables
4009
4010 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4011
4012         * as/hc08/m08pst.c,
4013         * src/SDCCglue.c: sdccopt works for the hc08 port now
4014
4015 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4016
4017         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4018
4019 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4020
4021         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4022
4023 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4024
4025         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4026         rules
4027         * src/SDCCmain.c,
4028         * src/SDCCglobl.h,
4029         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4030         comments from the peephole optimizer replacement rules
4031         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4032         symbols
4033         * src/SDCCcse.c (updateSpillLocation),
4034         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4035         equivalents
4036         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4037         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4038         objects far pointers
4039
4040 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4041
4042         * src/SDCCsymt.h: a missing part of my last change
4043         * src/pic/ralloc.c (regTypeNum),
4044         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4045
4046 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4047
4048         * src/SDCCicode.h,
4049         * src/SDCCicode.c (aggrToPtrDclType),
4050         * src/SDCCptropt.h,
4051         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4052         ptrPseudoSymConvert),
4053         * src/pic/ralloc.c (regTypeNum),
4054         * src/pic16/ralloc.c (regTypeNum),
4055         * src/hc08/ralloc.c (regTypeNum),
4056         * src/ds390/ralloc.c (regTypeNum),
4057         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4058         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4059
4060 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4061
4062         * link/z80/lkmain.c (afile),
4063         * as/hc08/lkmain.c (afile),
4064         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4065         prevent a pointer problem when a filename has no directory and
4066         no extension specified.
4067
4068 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4069
4070         * link/z80/lkmain.c (afile): allow periods in directory names
4071         * link/z80/lkmain.c (afile),
4072         * as/mcs51/lkmain.c (afile),
4073         * as/hc08/lkmain.c (afile): allow linker script file to have an
4074         extension other than ".lnk"
4075         * link/z80/lklex.c (getfid),
4076         * link/z80/lkmain.c (parse),
4077         * as/mcs51/lklex.c (getfid),
4078         * as/mcs51/lkmain.c (parse),
4079         * as/hc08/lklex.c (getfid),
4080         * as/hc08/lkmain.c (parse): Support comments in the linker script
4081         file on lines by themselves and after filenames
4082
4083 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4084
4085         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4086
4087 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4088
4089         * src/z80/peeph-z80.def: removed some peephole rules that don't
4090         work with multibyte arithmetic (fixed bug #937126)
4091         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4092         to registers and not global variables
4093         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4094         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4095         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4096         checking for assignments not internally generated (fixed bug #931895)
4097         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4098         structure member (fixed bug #930072)
4099
4100 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4101
4102         * src/SDCCmain.c (linkEdit),
4103         * src/hc08/main.c (_hc08_parseOptions),
4104         * as/hc08/Makefile.in,
4105         * as/hc08/aslink.h,
4106         * as/hc08/asm.h,
4107         * as/hc08/m08pst.c,
4108         * as/hc08/lkrloc.c (relr, rele),
4109         * as/hc08/lkarea.c (lnkarea)
4110         * as/hc08/lkmain.c (afile, parse),
4111         * as/hc08/lkelf.c: support for ELF output
4112         * as/hc08/lks19.c (s19),
4113         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4114
4115 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4116
4117         * as/mcs51/lkihx.c: Fixed bug #899105.
4118
4119 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4120
4121         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4122         .dsp files from Unix to DOS.
4123
4124 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4125
4126         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4127         function pointers; we have been compliant for several months now.
4128         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4129         change that was accidently commented out
4130         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4131         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4132         bug #922319
4133
4134 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4135
4136         * src/hc08/gen.c: output of all of the internal debugging information
4137         is now controlled by the D() macro; it is disabled by default
4138
4139 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4140
4141         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4142         harder to keep the same registers during a CAST iCode
4143         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4144         long via int can be done in a single cast, if the signedness is
4145         correct.
4146         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4147         putchar() in tinibios.c in ds390's library
4148
4149 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4150
4151         * src/SDCCast.c (decorateType): fixed bug #898889,
4152         cast result of a literal complement too
4153         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4154         fixed check for bitfields
4155
4156 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4157
4158         * src/SDCCicode.c (geniCodeLogic): made it static,
4159         (geniCodeLogicAndOr): added in order to fix bug #905492,
4160         (ast2iCode): fixed bug #905492
4161         * support/regression/tests/bug-905492.c: added
4162         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4163         (processParms): fixed bug #927659: don't copy parms, this will clear
4164         decorated flag
4165         * support/regression/tests/bug-927659.c: added
4166
4167 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4168
4169         * src/SDCCast.c (addCast): don't cast float to char
4170         * device/lib/libsdcc.lib: added _memmove
4171
4172 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4173
4174         * device/lib/large/Makefile: fixed parallel execution by
4175         replacing `make` by `$(MAKE)`
4176
4177 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4178
4179         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4180         offsets (fixes bug #923936)
4181
4182 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4183
4184         * device/lib/small/Makefile: fixed parallel execution by
4185         replacing `make` by `$(MAKE)`
4186
4187 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4188
4189         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4190
4191 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4192
4193         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4194         * src/regression/Makefile: Regression test was not running.
4195
4196 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4197
4198         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4199         complement if possible
4200         * src/SDCCval.c (valComplement),
4201         * src/SDCCicode.c (operandOperation): fixed complement of literal
4202         * support/regression/tests/onebyte.c (testComplement): added
4203
4204 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4205
4206         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4207         return an optimized tree; actually replace actParm with the new tree
4208         * src/SDCCast.h: added some parantheses to remove side effects
4209         * support/regression/tests/bug-920866.c
4210
4211 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4212         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4213         Bit operands were not being handled properly in the pic14 port.
4214         (now src/regression/add.c passes again).
4215
4216 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4217
4218         * src/SDCC.y (labeled_statement): case and default no longer require
4219         a following statement (RFE #893037)
4220
4221 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4222
4223         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4224         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4225         disabled (fixes bug #916294)
4226         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4227         "mov a,acc"; patch provided by Lenny Story
4228         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4229
4230 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4231
4232         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4233         functions
4234         * src/ds390/gen.c (genFunction, genEndFunction),
4235         * src/ds390/ralloc.c (ds390_assignRegisters),
4236         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4237         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4238         pushed if there are parameters passed on the stack. Also, a cleaner
4239         way to decide if r0/r1 should be pushed/popped. (Together they fix
4240         bug #918693)
4241
4242 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4243
4244         * doc/sdccman.lyx,
4245         * device/lib/mcs51/crtpagesfr.asm,
4246         * device/lib/mcs51/crtxinit.asm,
4247         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4248         to avoid confusion with Si Lab's SFRPAGE register.
4249
4250 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4251
4252         * src/SDCCglue.c (emitMaps): allow public sfr variables
4253         * src/SDCCglue.c (initialComments): include compiler build date
4254         with compiler version and put the timestamp of the generated
4255         assembly file on a serperate line to be less confusing.
4256         * src/port.h: added genInitStartup hook
4257         * src/avr/main.c,
4258         * src/ds390/main.c,
4259         * src/hc08/main.c,
4260         * src/pic/main.c,
4261         * src/pic16/main.c,
4262         * src/xa51/main.c,
4263         * src/z80/main.c: genInitStartup initialize as NULL (default to
4264         historical behaviour)
4265         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4266         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4267         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4268         library instead of hard coding it into the compiler.
4269         * support/regression/ports/mcs51-stack-auto/spec.mk,
4270         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4271         * device/lib/mcs51/Makefile,
4272         * device/lib/small/Makefile,
4273         * device/lib/large/Makefile,
4274         * device/lib/mcs51/crtpagesfr.asm,
4275         * device/lib/mcs51/crtstart.asm,
4276         * device/lib/mcs51/crtxclear.asm,
4277         * device/lib/mcs51/crtxinit.asm,
4278         * device/lib/mcs51/crtclear.asm,
4279         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4280         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4281         and into user configurable files.
4282         * device/lib/clean.mk: clean mcs51 directory too
4283         * support/regression/tests/longlit.c: added static to T1 declaration
4284         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4285         accesses in the initialization code
4286
4287 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4288
4289         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4290         OSCTRIMVAL as noted in bug #916008
4291
4292 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4293
4294         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4295         in loops with multiple exits (reported as incorrect registers
4296         used by Martin Helmling in Sdcc-user list)
4297
4298 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4299
4300         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4301         made ds390 register extensions look less like error messages
4302
4303 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4304
4305         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4306         reported by Adam Wozniak in Sdcc-user list
4307
4308 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4309
4310         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4311         arithmetic optimizations, added debug output
4312
4313 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4314
4315         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4316         * sdcc.spec: updated and split sdcc into 3 rpms
4317         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4318         needed for literals of LEFT_OP and '+'
4319         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4320         introduced RESULT_TYPE_NOPROM
4321         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4322         left shift
4323         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4324         limited promotion to int only for '*'
4325         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4326
4327 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4328
4329         * src/pic16/gen.c (genSkip),
4330         (genc16bit2lit), (gencjneshort): commented out
4331         (is_LitOp): new helper function, checks operand type
4332         (genCmpEq): rewritten
4333
4334 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4335
4336         * support/regression/tests/bug-908454.c: added
4337
4338 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4339
4340         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4341         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4342         (geniCodeCast): cosmetic, don't preserve bit storage class
4343         (geniCodeLeftShift): added promotion
4344         (geniCodeLogic): fixed regression
4345         * src/SDCCsymt.c (computeTypeOr): accept bits too
4346         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4347
4348 2004-03-07  Borut Razem <borut.razem AT siol.net>
4349
4350         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4351
4352 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4353
4354         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4355         version of pic16_genPackRegisters which does not check if ic is a
4356         CAST operator,
4357         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4358         function cause string1.c regression test fails
4359
4360 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4361
4362         * sim/ucsim/configure.in,
4363         * sim/ucsim/configure,
4364         * sim/ucsim/doc/Makefile.in: use docdir
4365         * src/SDCC.y: fixed sbit atrributes
4366         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4367         * src/SDCCast.c (decorateType): |^& need special promotion handling
4368         * src/SDCCast.h,
4369         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4370         * src/SDCCsymt.h (computeType),
4371         * src/SDCCicode.c: computeType() needs op
4372         * src/SDCCsymt.c (checkTypeSanity),
4373         * doc/sddman.lyx: "plain" bitfields are unsigned
4374         * src/SDCCsymt.c (computeTypeOr): added
4375         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4376         |^& ops
4377         * src/SDCCval.c (val*): computeType() needs op
4378         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4379         * support/regression/tests/onebyte.c: added tests for |^&
4380
4381 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4382
4383         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4384         for writing icode into asm output.
4385
4386 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4387
4388         * src/pic16/device.c: added some debug lines enabled
4389         with macro DEBUG_CHECK,
4390         * src/pic16/genarith.c: more debug in genPlus,
4391         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4392         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4393         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4394         * (aopForSym): onStack symbols are re-placed in data memspace,
4395         and onStack flag is cleared,
4396         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4397         copy temporary pcodeop,
4398         * (genPcall): added warning for not updating PCLATU,
4399         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4400         always true for pic16 port,
4401         * (genMultOneWord): NEW, supports integer multiplication,
4402         * (genMult): modified to call genMultOneWord,
4403         * (ifxForOp): added warning when return NULL,
4404         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4405         flag is set before call to operandFromSymbol for implicit
4406         added structures,
4407         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4408         options.intlong_rent are set by default,
4409         * (_hasNativeMulFor): modified to allow port generation of integer
4410         multiplication,
4411         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4412         set regtype to REG_SFR for all registers, restricting seting the
4413         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4414
4415 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4416
4417         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4418         more than 500 times in the regression tests
4419
4420 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4421
4422         * support/Util/SDCCerr.h,
4423         * support/Util/SDCCerr.c,
4424         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4425         enumerator_list),
4426         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4427         for symbol conflicts.
4428         * support/valdiags/tests/enum.c,
4429         * support/valdiags/tests/tentdecl.c,
4430         * support/valdiags/tests/struct.c: expect possible error messages
4431         referring to original symbol definitions.
4432         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4433         * src/SDCCsymt.h,
4434         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4435
4436 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4437
4438         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4439
4440 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4441
4442         * src/pic16/ralloc.c (newReg): fixed bug #908929
4443
4444 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4445
4446         * src/ds390/gen.c: added missing #include "main.h"
4447
4448 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4449
4450         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4451         checking if symbol is already in set,
4452         * src/pic16/device.h: prototype for checkAddSym,
4453         * src/pic16/gen.c: (_G): added entry interruptvector,
4454         * (assignResultValue): removed some commented out lines,
4455         * (genFunction): check for ISR via sym->type, absolute section for
4456         interrupt code is created via a new pBlock, the goto instruction is
4457         placed now correctly at the interrupt vector position, changed all
4458         references from ivec to _G.interruptvector,
4459         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4460         is the interrupt is a high priority one, same for return from ISR,
4461         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4462         externs to calls of checkAddSym,
4463         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4464         pic16_pcode_verbose flag is set,
4465         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4466         * src/pic16/pcoderegs.c: message about how many registers are saved
4467         will only be emitted if pic16_pcode_verbose flag is set,
4468
4469 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * src/ds390/ralloc.h,
4472         * src/ds390/ralloc.c (ds390_regWithIdx),
4473         * src/ds390/gen.c (emitcode),
4474         * src/ds390/main.h,
4475         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4476         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4477         ds390operandCompare, getRegsRead, getRegsWritten,
4478         initializeAsmLineNode): customized instruction size calculation for
4479         ds390, started basis for some register optimizations
4480         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4481         corresponding assembly output
4482         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4483         missing push/pop of r0/r1. Optimized push/pops
4484
4485 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * src/mcs51/main.c (instructionSize): fixed ACALL size
4488         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4489
4490 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4491
4492         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4493         the sorting of rlist with NULL elements
4494         * (print_idataType, print_idata): NEW to create idata sections
4495         * src/pic16/device.h: idataSymSet new variable
4496         * src/pic16/gen.c (genFunction): fixed some bugs in string
4497         comparing, improved the absolute section creation for ISRs,
4498         added FSR0L/FSR0H in registers that are saved in an ISR,
4499         * (genInline): fixed the processing of inline snippets,
4500         now they undergo no process by the peephole optimizer
4501         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4502         are placed in idataSymSet,
4503         * (pic16emitStaticSeg): extern symbols are added in externs,
4504         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4505         switching when aboslute variables are placed in access bank memory
4506         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4507         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4508         commented out with #if,
4509         * (pic16_packRegisters): reintroduce the check for CAST because some
4510         symbols are not correctly handled,
4511         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4512         pCodeInstruction instead of pCode,
4513         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4514         pCodeAsmDir definition,
4515         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4516         directive, then the argument directive is emitted without the leading
4517         tab, hack for inline labels which must be in the first column,
4518         * (compareLabel,pic16_findNextInstruction),
4519         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4520         * (insertBankSwitch): modified for the new pCodeAsmDir,
4521
4522 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4523         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4524
4525         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4526         instance,
4527         * (pushSide): commented out with #if,
4528         * (assignResultValue): fixed some typos in saving
4529         registers,
4530         * (genPcall): FIXED and sync'ed with genCall,
4531         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4532         * (genNearPointerGet): fixed to handle some more cases,
4533         implementation scheme via table reads,
4534         * (genConstPointerGet): modified to access code memory correct,
4535         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4536         and improved to handle some cases
4537         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4538         instead of "RETLW" for init data
4539         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4540         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4541         variables are placed in access bank memory (<0x80 and >=0xf80),
4542         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4543         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4544         TBLWT_POSTDEC,TBLWT_PREINC
4545         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4546         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4547         directives
4548         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4549         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4550         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4551         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4552
4553 2004-02-29  Borut Razem <borut.razem AT siol.net>
4554
4555         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4556         support/Util/findme.h, support/Util/system.h: enhance binary relative
4557         search for lib and include by using findProgramPath()
4558
4559 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4560
4561         * src/SDCCpeeph.h,
4562         * src/SDCCpeeph.c (pcDistance),
4563         * src/port.h,
4564         * src/mcs51/ralloc.h,
4565         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4566         * src/mcs51/main.h,
4567         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4568         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4569         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4570         size calculation port specific, started basis for some register
4571         optimizations
4572         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4573         missing push/pop of r0/r1. Optimized push/pops
4574         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4575         * device/lib/_modsint.c (_modsint),
4576         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4577         and stack version so regression tests pass
4578
4579 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4580
4581         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4582         * src/SDCCast.c (decorateType): catch another small optimization
4583         with '?' operator
4584         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4585         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4586         modified to finally use computeType() all over SDCC,
4587         see Feature Request #877103
4588         * src/SDCCval.h: cosmetic
4589         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4590         valCompare(); regression tested in muldiv.c
4591         * support/regression/tests/muldiv.c (testMod): mod sign follows
4592         dividend only
4593
4594 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4595
4596         * src/SDCCast.c (decorateType): fixed bug #902362
4597         * doc/INSTALL.txt: fixed install instructions for win32
4598
4599 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4600
4601         * device/include/Makefile.in (install): fixed by replacing spaces
4602         by tabs
4603         * doc/README.txt,
4604         * doc/INSTALL.txt: updated for release
4605         * doc/sdccman.lyx: added warning for --xstack being buggy
4606
4607 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4608
4609         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4610         to eliminate build warnings.
4611         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4612
4613 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4614            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4615
4616         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4617         removed -penable-stack, added comment for stack pragma, added
4618         warning for not initializing the stack/frame registers, removed
4619         comment at interrupts section
4620
4621         Stack is made permanent, there is no ability to disable stack usage.
4622         * src/pic16/device.h,
4623         * src/pic16/device.c: removed all references to USE_STACK macro,
4624         * src/pic16/device.c (pic16_dump_section): when no elements in
4625         rlist, free rlist before return,
4626         * (pic16_dump_int_registers): NEW, internal registers are a new set
4627         of general purpose registers reused by each function,
4628         * (checkAddReg): returns 1 if registers is added to set,
4629         * (pic16_groupRegistersInSection): when a registers is of type
4630         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4631         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4632         SRCASECMP macro is moved here from device.c
4633         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4634         PO_PCLATU, PO_PRODL, PO_PRODH,
4635         * (pic16_pCodeOpType, genMinus,
4636         changed compares to "a" register, with AOP_ACC,
4637         * (pic16_genPlus): fixed some bugs and indented properly,
4638         * (pic16_addSign): changed size to size+offset in the MOVWF
4639         instruction,
4640         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4641         multiply 8-bit operand by literal, result is 8-bit,
4642         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4643         multiply 2 8-bit operand, result is 8-bit,
4644         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4645         genUMult8X*_16,
4646         * src/pic16/gen.c: changed accUse to contain WREG only,
4647         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4648         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4649         true, do not use immediate addressing any more unless sym is a
4650         pointer in codespace,
4651         * (aopForRemat): do not use immediate addressing when symbol not in
4652         codespace and when symbol's address is requested,
4653         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4654         accUse size (= 1),
4655         * (aopGet): added case for AOP_ACC and don't return "accumulator
4656         bug" but WREG instead,
4657         * (popGetTempReg): pushes contents of temporary register in stack,
4658         * (popReleaseTempReg): pops contents of temporary register from
4659         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4660         * (pic16_popGet): separated case AOP_ACC to return register WREG
4661         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4662         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4663         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4664         the use of immediate pointers to certain cases only.
4665
4666         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4667         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4668         * (assignResultValue, genCall, genRet): modified to use the new
4669         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4670         genPcall is still broken,
4671         * (genFunction): added code to create 'A' type pBlocks when
4672         interrupt functions are generated, code not extensively tested yet,
4673         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4674         * (genEndFunction): modified so ISRs pop stored registers from stack,
4675         * (genMultOneByte): cleanup,
4676         * (AccRsh): added flag andmask, to and result with appropriate mask,
4677         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4678         * (genDataPointerGet): fixed and reenabled its use,
4679         * (genNearDataPointerGet): bugs fixed,
4680         * (genDataPointerSet): bugs fixed,
4681         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4682         pic16_DumpSymbol, pic16_DumpOp,
4683         * src/pic16/genutils.h: function prototypes for the above functions,
4684         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4685         pointers,
4686         * (pic16emitRegularMap): many many many improvements, but needs a
4687         major cleanup,
4688         * src/pic16/main.c: enable_stack in pic16_options is removed,
4689         * (_pic16_parseOptions): removed command line options -penable-stack,
4690         * (_process_pragma): emit stack symbol only when stack pragma is
4691         processed,
4692         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4693         redirected to FSR0L/FSR0H pair,
4694         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4695         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4696         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4697         for immediates,
4698         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4699         * (dumpPicOptype): NEW,
4700         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4701         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4702         with movff instruction,
4703         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4704         added pic16_int_regs, some packRegsFor* functions are commented out,
4705         because produce errors,
4706         * src/pic16/NOTES: minor modifications
4707
4708 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4709
4710         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4711         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4712         --pack-iram.
4713         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4714         * as/mcs51/lkaomf51.c: fixed bug #895763
4715
4716 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4717
4718         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4719
4720 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4721
4722         * doc/sdccman.lyx: added details about the HC08 storage classes and
4723         interrupts, fixed the register usage info for z80 & gbz80
4724
4725 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4726
4727         * doc/sdccman.lyx: added more pic16 port documentation
4728         * device/include/pic16/: added header pic18fregs.h
4729
4730 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4731
4732         * doc/sdccman.lyx: added Vangelis' contribution
4733
4734 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4735
4736         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4737         extend to the next CALL or PCALL, not just to the next CALL.
4738
4739 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4740
4741         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4742
4743 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4744
4745         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4746         bug #895752 and a better fix for bug #716790
4747
4748 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4749
4750         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4751
4752 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4753
4754         * doc/sdccman.lyx: minor changes, minor changed
4755
4756 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4757
4758         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4759         which can't handle SDCC_NEWONEBYTEOPS,
4760         (geniCodeMultiply): removed conversion from mult to shift for pic14
4761         and pic16
4762
4763 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4764
4765         * src/hc08/gen.h,
4766         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4767         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4768         thus fixing bug #895406
4769
4770 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4771
4772         * device/lib/_modsint.c,
4773         * device/lib/_modslong.c: sign follows divisor only
4774         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4775         signs or signedness can be ignored
4776         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4777         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4778         added optimization for IFX,
4779         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4780         arguments;
4781         reenabled optimization for IFX, which was removed on 2004-01-11
4782         * src/SDCCast.h: added return type IFX
4783         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4784         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4785         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4786         SDCC_OLDONEBYTEOPS selects the old behaviour
4787         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4788         changed again and commented promotion rule
4789         * src/SDCCval.c (valDiv): promotion no longer necessary
4790         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4791         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4792         rewritten
4793         * support/regression/tests/onebyte.c: added
4794
4795 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4796
4797         * gen.c (genInline): reverted to old code for assemnling inline
4798         code because of bug reported James Chadd
4799
4800 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4801
4802         * ralloc.h: missing declarations from previous patch,
4803         seems that patch for ralloc.h was never applied, fixed
4804
4805 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4806            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4807
4808         * pcode.c,
4809         * pcode.h,
4810         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4811         indirect addressing. Marked FSR0 as deprecated
4812         * gen.c (pointerCode): commented out, not needed now
4813         (pic16_popGet2p): new MOVFF helper function
4814         (genGenPointerGet),
4815         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4816         (shiftRLong): removed duplicate debugging info
4817
4818 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4819
4820         * src/ds390/gen.c (genNearPointerGet),
4821         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4822         optimization with bits, but not bitfields.
4823         * src/ds390/ralloc.c (packRegisters),
4824         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4825
4826 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4827
4828         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4829
4830 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4831
4832         * src/SDCCsymt.h,
4833         * src/SDCCicode.c (operandFromSymbol),
4834         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4835         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4836         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4837         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4838         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4839         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4840         bug #892038
4841         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4842         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4843         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4844         * src/SDCCsymt.c (newSymbol),
4845         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4846         enumerator_list),
4847         * src/SDCCval.h,
4848         * src/SDCCval.c (newiList): fixed bug #885705
4849
4850 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4851
4852         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4853         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4854
4855 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4856
4857         * device/include/c8051f120.h,
4858         * device/include/c8051f300.h,
4859         * device/include/c8051f310.h: added/updated header files for Silicon
4860         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4861         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4862         in new section Submitting patches
4863
4864 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4865
4866         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4867         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4868         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4869         genGenPointerSet),
4870         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4871         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4872         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4873         genGenPointerSet),
4874         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4875         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4876         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4877         genGenPointerSet),
4878         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4879         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4880         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4881         genGenPointerSet): fixed bug #892400
4882         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
4883         to eliminate build warnings.
4884         * src/SDCCast.c (processParms),
4885         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
4886         fixed bug 751859
4887         * support/valdiag/valdiag.py: added GCC to the list of defines active
4888         when compiling with gcc
4889
4890 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4891
4892         * support/Util/SDCCerr.h,
4893         * support/Util/SDCCerr.c,
4894         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
4895         with an incomplete type (fixed bug #883734)
4896         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
4897
4898 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4899
4900         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
4901
4902 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4903
4904         * src/SDCCast.c (decorateType),
4905         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
4906         function pointer implementation
4907         * support/regression/tests/funptrs.c: added tests to verify both forms
4908         of function pointers work correctly. Added tests to verify parameters
4909         are passed in the correct order.
4910
4911 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
4912
4913         * device.c (regCompare): registers are sorted by ascending
4914         address and increasing size,
4915         * main.c (_pic16_finaliseOptions): removed the declaration
4916         of compiler macro MCU. Now a macro of the format pic18fxxxx
4917         will be defined from the command line
4918
4919 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4920             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4921
4922         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
4923         PCOP_RLCF was overwritten!
4924         * gen.c (genSkip): commented out calls to pic16_emitcode,
4925         * (genCmpEQ): fixed "long" compares, only high word did get compared,
4926         * (genlshTwo),
4927         * (genRRC): added debugging info,
4928         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
4929         overwritten while shifting,
4930         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
4931         overwritten while shifting,
4932         * (AccLsh),
4933         * (AccRsh),
4934         * (shiftLLeftOrResult),
4935         * (shiftRLeftOrResult),
4936         * (shiftRLong),
4937         * (shiftLLong): Implemented with pic16_emitpcode
4938         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
4939         * (genLeftShift): Fixed bug, operand for shift by variable always
4940         was "and"ed with 0x0f,
4941         * (genLeftShiftLiteral),
4942         * (genrshTwo),
4943         * (genRightShiftLiteral): added debugging info,
4944         * (genrshFour): added comment,
4945         * (genRightShift): determined signedness from operand "left"
4946         instead of "result"
4947
4948 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4949
4950         * src/SDCCicode.c (geniCodeParms),
4951         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
4952         function pointers, fixed function pointer bugs #861242 and #861896
4953
4954 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4955
4956         * device/include/c8051f000.h,
4957         * device/include/c8051f120.h,
4958         * device/include/c8051f300.h: added header files for Silicon
4959         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4960
4961 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
4962
4963         * src/SDCCast.c (processParams): added new type flow and restructured
4964         (gatherAutoInit): added new type flow
4965         (addCast): cosmetic changes
4966         (getLeftResultType): added new type flow for array indices, patch
4967         provided by Stas, see FR #877103
4968         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
4969         array index patch by Stas
4970         * src/SDCCast.h: added prototype getResultTypeFromType()
4971         * src/SDCCval.h,
4972         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
4973         * src/pic/glue.c (pic14emitStaticSeg),
4974         * src/pic16/glue.c (pic16emitStaticSeg),
4975         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
4976         for initialization of symbols
4977         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
4978         * support/Util/SDCCerr.h:
4979         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
4980         * .version: bumped version number to 2.3.8
4981         * device/include/Makefile.in (install),
4982         * doc/Makefile (install): changed to 'rm `find ...`' construct to
4983         avoid warnings
4984
4985 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
4986
4987         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
4988         Slade Rich fixed an optimization bug
4989         * src/pic/pcodepeep.c,
4990         * src/pic/pcoderegs.c
4991         * doc/Makefile (install): added test for directory
4992
4993 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4994
4995         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
4996         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
4997         * src/pic/ralloc.c (getRegPtr, getRegGpr),
4998         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
4999         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5000         * as/mcs51/asexpr.c (term),
5001         * as/hc08/asexpr.c (term): fixed bug #887146
5002
5003 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5004
5005         * src/z80/gen.c (genMult): handle single byte result product
5006         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5007         DUMMY_READ_VOLATILE (fixed bug #886367)
5008
5009 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5010
5011         * support/regression/tests/libmullong.c: fixed logic, on little endian
5012         hosts we ended without a mullong_wrapper()
5013
5014 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5015
5016         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5017         virus/worm forged address usage.
5018
5019 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5020
5021         Fixed promotion, it should be done on AST level:
5022         * src/SDCCast.c (addCast): added promotion to int
5023         (decorateType): updated call to upCast()
5024         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5025         usualUnaryConversions()
5026
5027 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5028
5029         * support/regression/tests/literalop.c (mulWrapper): Added a
5030         wrapper to remove integer overflow warnings.
5031
5032         * support/regression/tests/float_trans.c: Made work on host.
5033
5034         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5035         location of sz80.
5036
5037         * support/regression/generate-cases.py (main): Changed from inline
5038         to a main method.
5039
5040         * doc/Makefile (install): Changed to depth first to get rid of
5041         missing directory install warning.
5042
5043         * as/Makefile (install-doc): Made work on Mac.
5044
5045 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5046
5047         * src/SDCCast.c: added an additional type flow in decorateType() of
5048         opposite direction, see feature request #860006; it's enabled at runtime
5049         by setting the environment variable SDCC_NEWTYPEFLOW
5050         * src/SDCCast.h: changed prototype of decorateType()
5051         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5052         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5053         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5054         see feature request #877103
5055         * src/SDCCval.c: updated call of decorateType()
5056         (valBitwise): fixed bug #882876
5057         (valMinus): added promotion
5058         (valLogicAndOr): result is unsigned
5059         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5060         * src/SDCCsymt.c (computeType),
5061         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5062         must not cause an unsigned operation
5063         * src/pic/glue (pic14emitRegularMap),
5064         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5065
5066 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5067
5068         * src/pic/pcode.c (PCodeID): commented out left over debug code
5069
5070 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5071
5072         * support/valdiag/tests/overflow.c: added shift tests
5073         * src/pic/device.c,
5074         * src/pic/gen.c,
5075         * src/pic/gen.h,
5076         * src/pic/glue.c,
5077         * src/pic/main.c,
5078         * src/pic/pcode.c,
5079         * src/pic/pcode.h,
5080         * src/pic/pcodepeep.c,
5081         * src/pic/pcoderegs.c,
5082         * src/pic/ralloc.c,
5083         * src/pic/ralloc.h: applied patch from Slade Rich;
5084         added support for multiple code pages and multiple RAM banks on the
5085         PIC 14 port. The ASM files now no longer simply assume all the
5086         code / RAM are in the same page / bank. This means the linker can
5087         safely allocate code/RAM of separate ASM files to different pages/banks.
5088         * doc/sdccman.lyx: added Slade's tips
5089         * src/mcs51/peeph.def: fixed bug #880768
5090
5091 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5092
5093         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5094         * src/SDCCast.c (decorateType): fixed bug #880197
5095
5096 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5097
5098         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5099         getopt.h.
5100
5101         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5102         strtof is not part of C89 and isn't included with Mac OS X.
5103
5104 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5105
5106         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5107         shiftL2Left2Result): fixed bug #879326
5108         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5109         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5110         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5111         address fetch for clr instruction
5112         * device/lib/hc08/_mulint.c: created optimized assembly version
5113         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5114
5115 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5116
5117         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5118         proposed in FR #877103
5119
5120 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5121
5122         * src/SDCCval.c (cheapestVal): added missing checks
5123         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5124         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5125
5126 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5127
5128         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5129         equal operands
5130
5131 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5132
5133         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5134         loaded with the linker search paths (-L arguments) and the libraries
5135         to be linked with the current source (-l arguments). Changes
5136         currently will affect only the pic16 port.
5137         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5138         include path the port specific paths and port specific libraries,
5139         * gplink command now contains the $3 argument,
5140         * src/pic16/device.h,
5141         * src/pic16/device.c,: structure PIC_device is made public and
5142         renamed to PIC16_device, the same for variable Pics which is renamed
5143         to Pics16. Updated all references to them.
5144         * src/pic16/glue.c (pic16glue): corrected bug with code
5145         initialization which bypassed the variable initializations block.
5146
5147         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5148         COMPILE_FLAGS and added the --nostdinc option
5149
5150 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5151
5152         * device/include/mc68hc908jb8.h: Register defs for another member
5153         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5154
5155 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5156
5157         Documenting changes from previous commits.
5158         * configure.in (version 1.56),
5159         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5160         when generating output files to configure the pic16 library,
5161         but now I've commented it out, since gputils aren't installed in the
5162         SF compile farm, so library won't compile
5163
5164         * device/lib/Makefile.in (version 1.56): initially I've added in
5165         target 'all' the prerequestive 'model-pic16' so it compiled the
5166         pic16 library, but now I've commented it out for the same reasons
5167         above,
5168         * added targets 'model-pic16' and 'objects-pic16' to compile the
5169         library
5170         * added target 'port-specific-objects-pic16' to handle the
5171         generated libraries and copy them into the build/ directory
5172         * added target 'clean-intermediate-pic16' to clean intermediate
5173         files into pic16 directory
5174         * in target 'installdirs' added line to create directory pic16 in
5175         the installation path
5176
5177         * device/include/Makefile.in (version 1.11): in target 'install'
5178         added lines to copy all header files to installation path,
5179         * in target 'installdirs' added line create directory for pic16
5180         headers in the installation path
5181
5182 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5183
5184         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5185          a function call
5186
5187 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5188
5189         * configure,
5190         * device/lib/configure.in,
5191         * device/lib/configure: fixed for autoconf 2.57
5192
5193 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5194
5195         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5196         option so that it actually works. Made it specific to the z80, since
5197         the gbz80 doesn't have these kinds of I/O ports.
5198
5199 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5200
5201         * device/include/z180.h,
5202         * device/lib/_memcpy.c,
5203         * device/lib/_memmove.c,
5204         * device/lib/_mulint.c,
5205         * device/lib/ser_ir.c,
5206         * device/lib/ser_ir_cts_rts.c,
5207         * device/lib/_strcmp.c,
5208         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5209         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5210         portmode; added deprecation warning for bank= and protmode= forms.
5211         Also, guard against buffer overflow.
5212         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5213
5214 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5217         changed interrupt vector table generation to only emit declared vectors.
5218         * device/include/Makefile.in: added missing backslash
5219         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5220
5221 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5222
5223         Mainly changes to support compilation of the device libraries
5224         * src/pic16/device.c: stack is allocated via symbol and not
5225         via literal number. The symbol is placed in the corresponding
5226         position of the data ram
5227         * (pic16_dump_section): relocatable and absolute uninitialized
5228         data are now emitted in sorted order to reduce section naming,
5229         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5230         weren't marked as being in the access bank,
5231
5232 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5233
5234         Added portion of GNU PIC Library under the directory
5235         device/include/pic16 and device/lib/pic16. These files
5236         contain the declarations of SFRs for the PIC18Fxx2 devices.
5237         The directory is initialized via configure from toplevel.
5238
5239 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5240
5241         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5242         the spilllocations to be compared correctly
5243
5244 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5245
5246         * src/SDCCast.c (decorateType): fixed bug introduced today
5247
5248 2004-01-12  Borut Razem <borut.razem AT siol.net>
5249
5250         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5251         doc/sdccman.lyx: upper case pragmas are deprecated
5252
5253 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5254
5255         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5256         in simpler and even better code
5257
5258 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5259
5260         * src/SDCCicode.c (operandOperation): fixed bug #874819
5261         * src/SDCCast.c (decorateType): fixed
5262         char foo (unsigned long ul) { return ul > 0; }
5263
5264 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5265
5266         * doc/sdccman.lyx: Moved and added some sections, small changes
5267         all over. Telling LaTeX to be less strict with word spacing
5268         to better keep the right margin. Changed some notes about
5269         maintainance of the ports in section 3.2.1 - is it OK like this?
5270
5271 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5272
5273         SDCC source changes:
5274         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5275         convilong): modified to inform the pic16 port that builtin functions
5276         are external
5277
5278         PIC16 PORT specific changes:
5279         * src/pic16/device.c pic16_dump_equates() added,
5280         processor registers declared internally by the port are emitted in
5281         the translation as equates,
5282         * src/pic16/gen.c: inline code is passed unprocessed to the
5283         translation,
5284         * (pic16_popGetLit2): fnuction modified to take second operand as
5285         pCodeOp pointer and not as literal,
5286         * (popRegFromIdx): prefixed with pic16_,
5287         * (pic16_popCombine2): modified to receive already allocated pCode
5288         operands,
5289         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5290         * (genFunction): initializes local stack frame and pushes on stack
5291         all the registers used by this function,
5292         * (genEndFunction): restores all registers from stack and restores
5293         stack frame,
5294         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5295         improvements,
5296         * (pic16glue): changed the program startup sequence,
5297         * added new dbName code 'A' for functions placed in absolute section
5298         * src/pic16/main.c: added function attribute _naked,
5299         * added pragma 'code' to place a fnuction at an absolute address,
5300         * added command line arguments --debug-ralloc and --pcode-verbose,
5301         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5302         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5303         * (pic16_newpCodeOpLit2): modified to take the second operand as
5304         pCodeOp pointer,
5305         * (pic16_printpBlock): modified to emit each function in a separate
5306         section,
5307         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5308         UPPER for immediate operands,
5309         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5310         instruction,
5311         * src/pic16/peeph.def: all peepholes with movff are commented out,
5312         because there is a problem in the pcode peep optimizer,
5313         * src/pic16/ralloc.c: the register allocator can now reuse local
5314         function symbols for another function. This saves register usage.
5315         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5316
5317         Added file src/pic16/NOTES with information about program writing on
5318         the current port version.
5319
5320 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5321
5322         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5323         and peephole 252 (array access)
5324
5325 2004-01-09  Borut Razem <borut.razem AT siol.net>
5326
5327         * src/SDCCmain.c : fixed #872250: -l command line defined library
5328           files are scanned before standard library files
5329
5330 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5331
5332         * src/SDCCast.c (decorateType): fixed bug #874046
5333
5334 2004-01-09  Borut Razem <borut.razem AT siol.net>
5335
5336         * support/scripts/sdcc.nsi: remove previous installation
5337
5338 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5339
5340         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5341         bytes for last interrupt vector (mcs51)
5342         * sdcc.spec: fixed typo
5343
5344 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5345
5346         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5347         gen51Code): more efficient parameter receive for --model-large
5348         ("bug" #845294)
5349
5350 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5351
5352         * src/ds390/main.c,
5353         * src/z80/main.c: added missed needLinkerScript flags (more than
5354         one port structure defined in these file)
5355         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5356         bug #795325
5357
5358 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5359
5360         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5361         * src/port.h: added flag needLinkerScript in port->linker
5362         structure to inform whether to create a .lnk file or not,
5363         * src/avr/main.c,
5364         * src/ds390/main.c,
5365         * src/hc08/main.c,
5366         * src/mcs51/main.c,
5367         * src/pic/main.c,
5368         * src/pic16/main.c,
5369         * src/xa51/main.c,
5370         * src/z80/main.c: changed appropriately to configure
5371         needLinkerScript flag
5372         * src/pic/gen.c,
5373         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5374         * src/pic/glue.c: added variable udata_section_name to
5375         override default uninitialized data segment definition for
5376         devices only with SHAREBANK memory (reported from Erik Epetrich)
5377         * (pic14emitOverlay): modified to emit a commented overlay segment
5378         directive when no overlay data exist
5379         * (picglue): modified to emit uninitialized data segment
5380         according to udata_section_name
5381         * src/pic/main.c (_pic14_parseOptions): added command line
5382         options --udata-section-name=[name] to override default
5383         udata definition name
5384         * modified _linkCmd and _asmCmd to include compiler passed
5385         arguments via -W option
5386         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5387         object file from '.rel' to '.o' in port->linker structure,
5388         changed size of fptr from 2 to 3 in port structure
5389
5390 2004-01-07  Borut Razem <borut.razem AT siol.net>
5391
5392         * support/scripts/sdcc.nsi: update PATH
5393         * support/scripts/sdcc.ico: craeted
5394
5395 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5396
5397         * device/include/Makefile.in: fix install
5398         * doc/Makefile: fix install
5399
5400 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5401
5402         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5403         in bug #860505
5404         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5405         how the function variable allocation summary is displayed; also
5406         include information about variables allocated to the overlay
5407         segment
5408
5409 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5410
5411         * as/mcs51/lkmain.c: Help about -Y option
5412         * as/mcs51/lkarea.c: Fixed gcc warnings
5413
5414 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5415
5416         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5417         fixed warning
5418         * support/valdiag/tests/overflow.c: added
5419         * src/SDCCast.c (decorateType),
5420         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5421         LEFT_OP (left shift)
5422
5423 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5424
5425         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5426         (default behaviour).
5427
5428 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5429
5430         A python script to validate compiler diagnostic messages. It can be
5431         used to verify that sdcc complains about bad c source code and
5432         gives a good location of the error.
5433         * support/valdiag/Makefile,
5434         * support/valdiag/valdiag.py,
5435         * support/valdiag/tests/*
5436
5437 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5438
5439         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5440         * src/SDCCsymt.c (newEnumType),
5441         * src/SDCCsymt.h
5442         * support/Util/SDCCerr.c,
5443         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5444         enum related bugs.
5445         * support/regression/tests/enum.c: added test for enum values that
5446         require at least 2 bytes of storage.
5447
5448 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5449
5450         * src/common.h: added ifndef/define/endif macros
5451         around the header file.
5452         Bug reported from Jesus Calvino-Fraga
5453
5454 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5455
5456         * sdcc.spec: updated
5457         * device/include/Makefile.in: don't install CVS directories
5458         * device/lib/Makefile.in: added removal of CVS directories after install
5459         * doc/Makefile: fixed install, added local_icons
5460         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5461         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5462         * src/ds390/gen.c (genRightShift): fixed bug #870788
5463         * src/SDCCast.c (decorateType): fixed bug #870781
5464
5465 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5466
5467         PIC16 port related changes:
5468         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5469         added variable stackPos,
5470
5471         * gen.c: genCall, assignResultValue: added support for
5472         pushing/retrieving function parameters to/from stack,
5473         genFunction,genEndFunction: setup stack frame for the
5474         generated function,
5475         genAddrOf: will be changed according to bug 863624
5476
5477         * added files genutils.c and genutils.h which contain gen*
5478         debugged and optimised functions extracted from gen.c
5479
5480         * glue.c: added variable 'externs' which holds extern symbols,
5481         pic16emitRegularMap: is modified to properly handle relocatable
5482          symbols under the new scheme,
5483         pic16createInterruptVect: is modified
5484         pic16printPublics: is modified to emit 'global' assembler directives,
5485         added pic16_printExterns to print extern symbols,
5486         pic16glue: initializes stack/frame pointer in the beginning of
5487         the assembly output. Temporary hack, will be corrected later,
5488         because gplink yet does not support stack and SDCC does not
5489         yet support a type of crt0.o object to create the final binary.
5490
5491         * Removed many lines that contain 8051 legacy code.
5492         * The code is finally placed under a 'code' directive.
5493         * Added port specific options.
5494
5495         * _process_pragma: simplified since now we do not need *special*
5496         include file to define SFR registers. But a separate header
5497         will be needed. This will be developed later.
5498         * _pic16_parseOptions: added, parses port specific options:
5499         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5500         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5501         --preplace-udata-with=
5502
5503         * _pic16_setDefaultOptions: modified to initialize section names,
5504         but hack is temporarly out of order since it needs improvement.
5505         * _pic16_genAssemblerPreamble: configuration words are emitted by
5506         their address instead of their name. This part is incomplete and
5507         supports only the 18Fxx2 devices. Other devices will emit an error
5508         during assembly since they do not contain the same set of config
5509         registers
5510         * _pic16_genIVT: is modified,
5511
5512         * pcode.c: added definitions for some hardware registers that are needed
5513         for stack support
5514         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5515         All PCI entries are updated. Now LFSR is supported.
5516         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5517         * added pic16_newpCodeOpLit2 to support instructions with
5518         two literal arguments
5519         * pic16_pCode2str: corrected code that emits assembler instructions
5520         with two literal operands and those that have an access bit modifier
5521         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5522         this fixes a bug which caused some labels to be lost, when an
5523         assembler directive was added, i.e. banksel,
5524         * pic16_FixRegisterBanking: improved logic that causes the insertion
5525         of bank switching,
5526         * InlineFunction: functions that are called once, are not any more
5527         inlined. This can be a port option in the future,
5528
5529         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5530
5531         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5532         hold the corresponding uninitialized symbols,
5533         * pic16_allocProcessorRegister: registers have explicit marked the
5534         accessBank field,
5535         * pic16_allocInternalRegister: registers are explicit marked as
5536         not used,
5537         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5538         processing list, so bit registers were lost,
5539         *
5540
5541         * ralloc.h: added field 'accessBank' and original symbol operand
5542         in register definition,
5543         * removed the field isMapped from register definition,
5544
5545         ** Several functions have been removed from various sources:
5546         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5547         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5548         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5549         pic16_assignRelocatableRegisters
5550
5551         ** others have been introduced:
5552         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5553         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5554
5555 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5556
5557         * support/scripts/inc2h.pl: changed definition of BIT_AT
5558         to emit 'sbit at' instead of 'bit at'. This was a request.
5559
5560         PIC16 port related preliminary changes:
5561         * gen.c: prefixed function popRegFromString with
5562         pic16_ and all references to it corrected
5563         * pcode.c: all pic16_pc_* hardware registers prefixed
5564         with underscore (_),
5565         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5566         * ralloc.c: newReg(): when register is REG_SFR then
5567         set address to rIdx,
5568         pic16_allocProcessorRegister(): marks register wasUsed=0
5569         pic16_writeUsedRegs(): added a call to assign processor
5570         registers via pic16_assignFixedRegisters
5571
5572 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5573
5574         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5575         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5576         variables in unused register banks.  Also the SSEG is placed
5577         wherever there is enough space for it, and IDATA can be anywhere
5578         in internal RAM.  For now compile using -Wl-Y[stack_size].
5579         The mem file is different for this option as well, since it
5580         makes no sense of talking about DSEG lenght.
5581
5582 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5583
5584         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5585         in certain cases, e.g. when ROM assignment, patch provided
5586         from Albert den Haan.
5587
5588 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5589
5590         Many signedness and type propagation fixes:
5591         * src/SDCCicode.c: made geniCodeCast() static
5592         replaced SPEC_ by IS_ (cosmetic)
5593         (operandOperation): fixed div and mod operation
5594         (usualBinaryConversions): added support for promotion of char
5595         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5596         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5597         (geniCodeAdd): an array index will stay unsigned, even if promoted
5598         from char to int
5599         (geniCodeArray): ditto
5600         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5601         * src/SDCCsymt.c (computeType): added more support for char;
5602         promotion of char is selectable by promoteCharToInt, fixed signedness
5603         for all cases
5604         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5605         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5606         * src/SDCCval (val*): replaced signedness calculation by
5607         computeType()
5608         rearranged if-branches (cosmetic)
5609         (valShift): added warning W_SHIFT_CHANGED
5610         (valCompare): fixed problem with different types
5611         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5612         * support/regression/tests/literalop.c: added many cases
5613         * support/regression/tests/ast_constant_folding.c: changed finally to
5614         'unsigned int'
5615         * .version: new year, new version: 2.3.7
5616         * src/SDCCmain.c (main): applied patch #866468
5617         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5618         provided by Scott Bronson
5619         * doc/sdccman.lyx: updated documentation for sdcdb
5620         updated and added chapter tips
5621
5622 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5623
5624         * src/SDCCsymt.h: missing from yesterday's commits
5625
5626 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5627
5628         * src/SDCC.y (struct_or_union_specifier),
5629         * support/Util/SDCCerr.c,
5630         * support/Util/SDCCerr.h: verify that struct & union tags are used
5631         as declared.
5632
5633 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5634
5635         * src/SDCCglobl.h: missing from yesterday's commits
5636
5637 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5638
5639         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5640         sft_attributes, struct_declaration, parameter_declaration,
5641         type_name, start_block, declaration_list),
5642         * src/SDCC.lex (check_type): support redefinition of typedef names
5643
5644 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5645
5646         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5647         aligned xdata arrays. Erik helped me with the if clause.
5648
5649 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5650
5651         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5652         warning
5653
5654 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5655
5656         * src/SDCCast.h,
5657         * src/SDCCast.c (newAst_),
5658         * src/SDCCicode.h,
5659         * src/SDCCicode.c (ast2iCode, newiCode),
5660         * src/SDCCglobl.h,
5661         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5662         expr, statement, expression_statement, selection_statement,
5663         iteration_statement, expr_opt, jump_statement): foundation for tracking
5664         sequence points
5665         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5666         point code too)
5667
5668 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5669
5670         * support/Util/SDCCerr.c,
5671         * src/SDCCast.h,
5672         * src/SDCCast.c (createCase, createDefault, decorateType),
5673         * src/SDCClabel.c (labelUnreach),
5674         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5675         to error messages.
5676         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5677         (with thanks to Stas Sergeev)
5678         * device/include/time.h,
5679         * device/lib/time.c (CheckTime): suppress unreachable code warning
5680
5681 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5682
5683         * src/SDCCast.c (createIvalCharPtr),
5684         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5685         bug #753752)
5686         * support/regression/tests/nullstring.c: tests for these two bugs
5687
5688 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5689
5690         * support/Util/SDCCerr.h,
5691         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5692         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5693         about storage class and 'at' used inside struct or union
5694         * src/SDCCBBlock.c (iCodeFromeBBlock),
5695         * src/SDCCcse.c (ifxOptimize),
5696         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5697         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5698         printIval, emitStaticSeg, emitOverlay),
5699         * src/SDCClabel.c (deleteIfx),
5700         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5701         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5702         gatherAutoInit, processParms),
5703         * support/Util/SDCCerr.h,
5704         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5705         reporting for post-parse errors.
5706
5707 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5708
5709         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5710         implicit casts via union; they don't work on big endian systems
5711         (possible fix for bug #861138)
5712
5713 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5714
5715         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5716         * src/mcs51/main.c: fixed the fix for bug #737001
5717
5718 2003-12-15  Borut Razem <borut.razem AT siol.net>
5719
5720         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5721
5722 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5723
5724         * support/makebin/makebin.c: put output in binary mode
5725
5726 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5727
5728         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5729         xdata and data memory on startup. Set the environment variable
5730         SDCC_NOGENRAMCLEAR to disable this.
5731         * src/mcs51/peephole.def,
5732         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5733         (allows non-interrupt and interrupt code to safely compete for a resource
5734         without the non-interrupt code having to disable interrupts)
5735
5736 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5737
5738         * src/SDCCicode.c (geniCodeAdd),
5739         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5740         with valFromType if type might be a pointer and host is big endian).
5741         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5742         types, not just integer types.
5743         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5744         multiply defined with mismatching "at" address.
5745
5746 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5747
5748         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5749         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5750         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5751         with embedded nulls (fixed bug #753752)
5752
5753 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5754
5755         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5756         Apparently this did not see much testing (endless loop)
5757
5758 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5759
5760         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5761
5762 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5763
5764         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5765         gracefully handle NULL memmap pointers
5766
5767 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5768
5769         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5770         instead of deleting the iCode when an operand is volatile
5771         * src/z80/gen.c (genDummyRead),
5772         * src/mcs51/gen.c (genDummyRead),
5773         * src/ds390/gen.c (genDummyRead),
5774         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5775         not just IC_RIGHT
5776         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5777         * src/SDCC.y: fixed bug #850420
5778
5779 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5780
5781         Applied z80 i/o port patch from Peter Townson and fixed some operators
5782         to better handle operands in A register.
5783         * device/include/z180.h
5784         * src/SDCC.y
5785         * src/SDCCglue.c
5786         * src/z80/gen.c
5787         * src/z80/gen.h
5788         * src/z80/main.c
5789         * src/z80/peeph-z80.def
5790         * src/z80/peeph.def
5791         * src/z80/z80.h
5792
5793 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5794
5795         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5796
5797 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * device/lib/hc08/_mullong.c: Removed extra #endif
5800
5801 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * sim/ucsim/hc08.src/inst.cc,
5804         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5805         carries from x to h
5806         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5807         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5808         * device/include/stdarg.h: fixed varargs for hc08
5809         * device/lib/Makefile.in,
5810         * device/lib/hc08/Makefile,
5811         * device/lib/hc08/_mulint.c,
5812         * device/lib/hc08/_mullong.c: fixed some endian problems
5813
5814 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5815
5816         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5817         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5818         * device/lib/_gptrget.c,
5819         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5820
5821 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5822
5823         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5824         * src/SDCCast.c (astErrors): fixed bug #846007
5825         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5826
5827 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * src/SDCCast.c (decorateType): disabled a transformation I added in
5830         revision 1.188 (access to fields of a structure at an absolute address);
5831         it breaks with bitfields, extern declarations, and gcse analysis.
5832         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5833         could be assigned through a pointer, so don't complain.
5834         * src/SDCCast.c (astErrors),
5835         * src/SDCCast.h,
5836         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5837
5838 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5839
5840         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5841         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5842         output of __config directives, since gpasm now supports them
5843         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5844         pre-processor macro, i.e. -DMCU=p18f452
5845         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5846         and modified to handle 'cast' icode similarly to '=' icode
5847         * src/pic16/device.h (typedef struct PIC_device): added field
5848         'extMIface' to indicate that chip has external memory interface
5849         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5850         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5851         18F8720
5852
5853 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * src/SDCC.y (pointer): fixed bug #846006
5856         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5857         * src/SDCCast.c (decorateType): fixed bug #846009
5858         * src/ds390/peeph.def,
5859         * src/ds390/gen.c (genAnd, genOr),
5860         * src/mcs51/peeph.def,
5861         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5862
5863 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5864
5865         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5866         * src/SDCCdflow.c
5867         * src/SDCCcse.c
5868         * src/SDCCcse.h
5869         * src/SDCCBBlock.h
5870         * src/SDCCBBlock.c
5871
5872 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5873
5874         fixed bug #845089
5875         * src/SDCCbitv.h,
5876         * src/SDCCbitv.c: added function to free a bitvector
5877         * src/SDCClrange.h,
5878         * src/SDCClrange.c: added function to recompute the liveranges
5879         * src/avr/ralloc.c,
5880         * src/ds390/ralloc.c,
5881         * src/hc08/ralloc.c,
5882         * src/mcs51/ralloc.c,
5883         * src/pic/ralloc.c,
5884         * src/pic16/ralloc.c,
5885         * src/xa51/ralloc.c,
5886         * src/z80/ralloc.c: recompute the liveranges after register packing
5887
5888 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
5889
5890         * src/SDCCloop.c (newInduction): fixed bug #845630
5891
5892 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
5895         inadvertantly left behind from my 2003-11-12 change
5896
5897 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5898
5899         Updated headers I neglected to commit yesterday.
5900         * src/SDCClrange.h,
5901         * src/SDCCicode.h
5902
5903 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5904
5905         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
5906         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
5907         * src/SDCCopt.c (eBBlockFromiCode),
5908         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
5909         the creation of the key hash table from the sequencing so it can be used
5910         earlier (for some GCSE bug fixes still pending)
5911
5912 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5913
5914         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
5915         * support/regression/tests/addsub.c: testing genPlus shortcut
5916
5917 2003-11-15  Borut Razem <borut.razem AT siol.net>
5918
5919         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
5920
5921 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5922
5923         * src/SDCCcse.c (cseBBlock): fixed bug #527779
5924         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
5925         ordering is immaterial.
5926         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
5927
5928 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5929
5930         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
5931         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
5932         (SIGSEV) of bug #840381
5933         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
5934         unlink new file before rename if new and old filenames are the same)
5935
5936 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5937
5938         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
5939         uninitialized variables) for the mcs51. Set environment variable
5940         SDCC_GENRAMCLEAR to test.
5941         xdata initialization slightly shorter
5942
5943 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5944
5945         * src/SDCCsymt.h,
5946         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
5947         #838241 & 780691 (basicly the same bug)
5948         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
5949         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
5950
5951 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
5952
5953         * src/SDCCmain.c (linkEdit): "fix" #834252
5954
5955 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5956
5957         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
5958         * src/SDCCast.h,
5959         * src/SDCC.y: fixed bug #819403
5960
5961 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5962
5963         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
5964         the reentrant attribute.
5965         * src/hc08/gen.c (genPackBits): added missing stack readjustment
5966         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
5967         simulation
5968         * src/SDCCast.c (decorateType): fixed bug with storage class not being
5969         updated during pointer dereference; f.e. ~(((char *)1)*) was being
5970         erroneously reduced to a literal.
5971         * src/hc08/ralloc.c (packRegisters, rematStr),
5972         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
5973         some cases
5974
5975 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5976
5977         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
5978         * doc/sdccman.lyx: changed from 'article' to 'book'
5979         * doc/Makefile: readded test_suite_spec and cdbfileformat
5980
5981 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
5982
5983         * device/include/stdlib.h: include malloc.h to comply with ANSI
5984         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
5985
5986 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5987
5988         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
5989         * doc/clean.mk: also remove *.out files
5990         * doc/sdccman.lyx: some additions, larger top/bottom margins
5991
5992 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5993
5994         * src/SDCC.y: fixed bug #837365
5995         * support/regression/tests/bitopcse.c
5996         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
5997         a symbol (might be valop instead)
5998         * device/lib/Makefile.in: added errno.c to HC08SOURCES
5999         * device/lib/clean.mk: added hc08 to the cleaning list
6000
6001 2003-11-04  Borut Razem <borut.razem AT siol.net>
6002
6003         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6004           made 2003-11-04
6005         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6006           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6007           malloc is declared in standard stdlib.h
6008
6009 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6010
6011         * device/lib/hc08/Makefile: need to clean .rel not .o files
6012         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6013
6014 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6015
6016         * src/port.h,
6017         * src/hc08/main.c,
6018         * src/mcs51/main.c,
6019         * src/ds390/main.c,
6020         * src/z80/main.c,
6021         * src/avr/main.c,
6022         * src/pic/main.c,
6023         * src/pic16/main.c,
6024         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6025         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6026         tests (which uses the port's oclsExpense function)
6027         * src/SDCC.y,
6028         * src/SDCCast.c,
6029         * src/SDCCicode.c,
6030         * src/hc08/gen.c,
6031         * src/ds390/gen.c,
6032         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6033
6034 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6035
6036         * src/SDCCcse.c (ifxOptimize),
6037         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6038         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6039         deleting the IFX iCode.
6040         * src/hc08/ralloc.c: reduced unneeded slocs
6041         * src/hc08/gen.c: fixed bug in asmopToBoolean
6042
6043 2003-11-04  Borut Razem <borut.razem AT siol.net>
6044
6045         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6046           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6047           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6048           transferred to configure
6049
6050 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6051
6052         Use headers defined in the C[++] standards:
6053         * sim/ucsim/gui.src/serio.src/fileio.cc
6054         * sim/ucsim/gui.src/serio.src/frontend.cc
6055         * sim/ucsim/gui.src/serio.src/main.cc
6056         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6057         * support/Util/NewAlloc.c
6058         * as/hc08/lklibr.c
6059         * as/mcs51/lklibr.c
6060         * as/z80/aslist.c
6061         * as/z80/assym.c
6062
6063 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6064
6065         * Added MSVC projects for hc08 assembler and linker:
6066         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6067         /as/hc08/link_hc08.dsp
6068
6069 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6070
6071         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6072
6073 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6074
6075         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6076
6077 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6078
6079         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6080
6081 2003-10-31  Borut Razem <borut.razem AT siol.net>
6082
6083         * support/cpp2/cpplib.h,
6084           support/cpp2/cpplib.c,
6085           support/cpp2/cpplex.c,
6086           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6087           to switch _asm block preprocessing on / off. Default is
6088           #pragma preproc_asm +
6089
6090 2003-10-31  Borut Razem <borut.razem AT siol.net>
6091
6092         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6093           when outputting comment blocks (when executed with -C option) and
6094           _asm (SDCPP specific) blocks
6095
6096 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6097
6098         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6099
6100 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6101
6102         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6103
6104 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6105
6106         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6107         * src/SDCCast.c (decorateType): fixed bug #832664
6108
6109 2003-10-31  Borut Razem <borut.razem AT siol.net>
6110
6111         * support\cpp2\cpplex.c: fixed for SDCPP:
6112           comments(when executed with -C option) and _asm blocks
6113           were included even if they where in skipped #if block.
6114           Applied solution from GCC cpp 3.3.2
6115
6116 2003-10-31  Borut Razem <borut.razem AT siol.net>
6117
6118         * src/SDCC.lex: sdcc now understands both formats:
6119           '# <line_number> <file_name>' and
6120           '#line <line_number> <file_name>'
6121         * support/cpp2/cppmain.c: sdcpp now generates the standard
6122           '# <line_number> <file_name>' instead of former
6123           '#line <line_number> <file_name>'
6124
6125 2003-10-30  Borut Razem <borut.razem AT siol.net>
6126
6127         * support/cpp2/cpphash.h,
6128         * support/cpp2/cpplib.h
6129         * support/cpp2/cpplex.c,
6130         * support/cpp2/cppmain.c,
6131         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6132
6133 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6134
6135         Fixed a number of problems revealed by bug #827883.
6136         * src/SDCCloop.c (loopInvariants): Spill location of the
6137         result operand should be recomputed if extracted from
6138         a loop. Also, don't extract assignments of an iTemp
6139         from a literal.
6140         * src/SDCCast.c (isConformingBody): loop reversal should
6141         not occur if the control variable is involved with a
6142         relational operator.
6143
6144 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6145
6146         * .version: bumped to 2.3.6 to reflect the big improvements
6147         made by Erik and Klaus. Thanks!
6148
6149 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6150
6151         Replaced the livrange code.
6152         * src/SDCClrange.c: added new LR code
6153         * src/SDCCloop.c,
6154         * src/SDCCBBlock.h: removed remainig parts from old LR code
6155         * src/ds390/ralloc.c,
6156         * src/ds390/gen.c: minor fixes to make it work with new code
6157
6158 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6159
6160         * as/hc08/asm.h,
6161         * as/hc08/lkrloc.c,
6162         * src/hc08/gen.c,
6163         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6164         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6165         (tweaked fix for bug #818696)
6166
6167 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6168
6169         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6170
6171 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6172
6173         * src/SDCCmain.c,
6174         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6175         * src/mcs51/gen.c (gencjneshort),
6176         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6177         more efficient (per Scott Bronson's suggestion)
6178
6179 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6180
6181         Extended the semantics of the critical keyword to include
6182         individual statements. See RFE #827755 and #799831
6183         * src/SDCC.y
6184         * src/SDCCicode.c
6185         * src/SDCCopt.c
6186         * src/SDCCast.c
6187         * support/Util/SDCCerr.c
6188         * support/Util/SDCCerr.h
6189         * src/mcs51/gen.c
6190         * src/ds390/gen.c
6191         * src/hc08/gen.c
6192
6193 2003-10-19  Borut Razem <borut.razem AT siol.net>
6194
6195         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6196
6197 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6198
6199         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6200         Fixed bug #818696
6201         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6202         and predecrement operand is displayed
6203
6204 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6205
6206         * src/SDCCval.c (valMinus): fixed bug #826041
6207
6208 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6209
6210         Some hc08 related updates that I missed earlier
6211         * sim/ucsim/stypes.h
6212         * support/regression/ports/hc08/spec.mk
6213
6214 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6215
6216         New target "hc08" for the Motorola 68hc08 family of micros
6217
6218         * configure
6219         * configure.in
6220         * Makefile
6221         * src/hc08/*
6222         * src/SDCCmain.c
6223         * src/port.h
6224         * sim/ucsim/hc08.src/*
6225         * sim/ucsim/configure.in
6226         * src/ucsim/configure
6227         * sim/ucsim/packages_in.mk
6228         * as/hc08/*
6229         * as/Makefile
6230         * device/include/mc68hc908qy.h
6231         * device/lib/hc08/*
6232         * device/lib/Makefile.in
6233         * support/regression/ports/hc08/*
6234         * support/regression/Makefile
6235
6236 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6237
6238         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6239         regression test
6240         * src/ds390/gen.c (genCast): fixed bug #821957
6241
6242 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6243
6244         * device/lib/logf.c: "fixed" overlay bug
6245         * support/regression/ports/host/spec.mk: added m library
6246         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6247         * support/regression/tests/float_trans: added (for Eric)
6248
6249 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6250
6251         * src/mcs51/gen.c (genCpl): fixed bug
6252         http://sf.net/mailarchive/message.php?msg_id=6263915
6253
6254 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6255
6256         * src/SDCCast.c (decorateType): added extended constant folding
6257         * src/SDCCsymt.c (computeType): cleanup
6258         * src/SDCCval.c (valShift): minor optimization
6259         * support/regression/tests/ast_constant_folding.c: added
6260
6261 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/SDCCmain.c: removed some unintended changes
6264
6265 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6266
6267         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6268         * src/z80/gen.c: fixed part of bug #817589
6269         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6270
6271 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6272
6273         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6274         * src/SDCCcflow.c
6275         * src/SDCCcse.c
6276         * src/SDCCdflow.c
6277         * src/SDCClabel.c
6278         * src/SDCClrange.c
6279         * src/SDCCmem.c
6280         * src/SDCCopt.c
6281         * src/SDCCpeeph.c
6282         * src/SDCCset.c
6283         * src/avr/ralloc.c
6284         * src/ds390/ralloc.c
6285         * src/izt/ralloc.c
6286         * src/mcs51/ralloc.c
6287         * src/pic/ralloc.c
6288         * src/pic16/ralloc.c
6289         * src/xa51/ralloc.c
6290         * src/z80/ralloc.c
6291         * src/z80/gen.c: removed unused label "release:"
6292
6293 2003-10-06  Borut Razem <borut.razem AT siol.net>
6294
6295         * src/SDCC.lex: removed definition of unused variables
6296           save_optimize and save_options
6297
6298 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6299
6300         * clean.mk: removed '=' in "-maxdepth=1"
6301         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6302         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6303
6304 2003-10-06  Borut Razem <borut.razem AT siol.net>
6305
6306         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6307           my_unput() replaced by unput()
6308
6309 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6310
6311         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6312         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6313         type-punned pointer will break strict-aliasing rules"
6314         Old LR behaviour is again default; Klaus' LR can be choosen by
6315         defining the environment variable LRKLAUS
6316         * src/SDCCBBlock.h
6317         * src/SDCCloop.c
6318         * src/SDCClrange.c
6319         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6320         * clean.mk: fixed removal of files in bin/CVS/
6321         * device/lib/clean.mk: fixed removal of directories small and large
6322         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6323         * src/SDCCicode.c,
6324         * src/SDCCval.c: removed superflous test for pedantic
6325
6326 2003-10-05  Borut Razem <borut.razem AT siol.net>
6327
6328         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6329           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6330           message "unmatched #pragma SAVE and #pragma RESTORE"
6331
6332 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6333
6334         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6335           assembly, critical functions, atomic, nojtbound)
6336
6337 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6338
6339         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6340         * src/SDCCBBlock.h
6341         * src/SDCCloop.c
6342         * src/SDCCloop.h
6343         * src/SDCClrange.c
6344
6345 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * src/z80/gen.h,
6348         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6349         * src/mcs51/gen.h
6350         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6351         * src/ds390/gen.h
6352         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6353         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6354         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6355
6356 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * src/z80/gen.c (genRet): fixed bug #524753
6359         * src/z80/gen.c (genCast): fixed internal error on cast from
6360         pointer to long
6361         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6362         fix for bug #477835 to the z80
6363         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6364         for tracking iCodes in the peephole optimizer for z80
6365
6366 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6367
6368         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6369         the other part of bug #814548
6370         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6371
6372 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6373
6374         * src/SDCCcse.c: fixed part of bug #814548
6375
6376 2003-09-28  Borut Razem <borut.razem AT siol.net>
6377
6378         * src/asm.c: rewrite of printILine() to use temporary file instead
6379           a pipe
6380         * src/xa51/main.c: commented out declaration of int rewinds
6381
6382 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6385
6386 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6389         * src/asm.c (printILine): Fixed bug #811015
6390
6391 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6392
6393         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6394         freeing.
6395
6396 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6397
6398         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6399         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6400         to correctly handle general case of AOP_PAIRPTR
6401         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6402
6403 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6404
6405         * src/mcs51/ralloc.c (fillGaps),
6406         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6407         register positioning bug)
6408
6409 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6410
6411         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6412
6413 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6416         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6417         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6418         (ralloc doesn't intentionally do this now, but perhaps later)
6419         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6420         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6421         register positioning bugs (Fixed bug #762602 and #795325)
6422         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6423         (Fixed bug #808779)
6424         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6425         lines that --i-code-in-asm generates
6426
6427 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6428
6429         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6430         trying to fclose a FILE* that was already closed.
6431
6432 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6433
6434         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6435         of const struct should be treated as if const themselves)
6436
6437 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6438
6439         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6440
6441 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6442
6443         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6444         Unix (/n) and DOS (/r/n) line terminations.
6445
6446 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6447
6448         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6449         bug #613775
6450
6451 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6452
6453         * src/mcs51/gen.c (genFunction, genEndFunction),
6454         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6455         and restore of EA so that stack offsets to parameters are
6456         correct when using both critical and reentrant/stack-auto.
6457         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6458         size (can be triggered in error if sloc is shared between
6459         different sized objects)
6460         * device/include/float.h: fixed macros to explicitly use
6461         unsigned long where needed
6462
6463 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6464
6465         Feature req. 799831: added code to allow nesting of critical functions
6466         * src/mcs51/gen.c (genFunction, genEndFunction)
6467         * src/ds390/gen.c (genFunction, genEndFunction)
6468
6469 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6470
6471         * src/SDCCsymt.c (sclsFromPtr),
6472         * src/SDCCsymt.h,
6473         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6474         support for standard C idiom of memory mapped variables; for
6475         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6476         to xdata int at 0x1234 tempvar = 1.
6477         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6478         provided by Akiya ISHIDA
6479
6480 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6481
6482         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6483         * src/SDCCval.c (constVal): added reduction from int to char
6484         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6485         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6486         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6487         to ignore the sign
6488         * support/regression/tests/shifts.c: fixed
6489
6490 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6491
6492         * src/z80/gen.c (genXor): Fixed bug #805445
6493
6494 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6495
6496         Fixed bug #621531 (const & volatile confusion in the type chain).
6497         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6498         refer to the const or volatile state of the pointer itself.
6499
6500         * src/SDCCast.c
6501         * src/SDCCglue.c
6502         * src/SDCCicode.c
6503         * src/SDCCsymt.c
6504         * src/SDCCval.c
6505         * src/SDCC.y
6506         * src/SDCCsymt.h
6507         * src/pic/gen.c
6508         * src/pic/ralloc.c
6509         * src/pic16/gen.c
6510         * src/pic16/ralloc.c
6511         * support/regression/tests/const.c
6512
6513 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6514
6515         When checking for duplicated modules, use absolute paths
6516         instead of relative paths.  Files changed:
6517
6518         * as/mcs51/lklib.c
6519         * link/z80/lklib.c
6520
6521 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6522
6523         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6524
6525 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6526
6527         * device/include/string.h: added size_t typedef, changed
6528         prototypes to use size_t, eliminated separate reentrant and
6529         non-reentrant declarations, added _memmove declaration
6530         * device/lib/_memcpy.c: changed to use size_t instead of int,
6531         changed /4 to >>2 to avoid division library call
6532         * device/lib/_memcmp.c,
6533         * device/lib/_memset.c,
6534         * device/lib/_strncat.c,
6535         * device/lib/_strncpy.c,
6536         * device/lib/_strncmp.c: changed to use size_t instead of int
6537         * device/lib/_memmove.c: new file (fixed bug #772294)
6538         * device/lib/Makefile.in: added _memmove.c
6539         * device/lib/z80/asm_strings.s: fixed bug #772290
6540         * support/regression/tests/bitfields.c: attempt to fix host assertion
6541         failure on amd64-unknown-linux2.2
6542
6543 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6544
6545         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6546         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6547         * as/z80/asmain.c (main): fixed bug #801766
6548
6549 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6550
6551         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6552         compilers
6553
6554 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6555
6556         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6557         reported in bug #800609
6558
6559 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6560
6561         * Top header beautifications in src/pic16 directory:
6562           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6563           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6564           pcoderegs.h, ralloc.c, ralloc.h
6565         * main.c: added top header and GPL license notice
6566         * pcode.c: fixed the if-conditional warning
6567
6568 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6569
6570         * device/lib/_mullong.c: replaced int by short for gcc
6571
6572 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6573
6574         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6575         and JUMPTABLE iCodes properly now (worked by accident before)
6576         * src/mcs51/gen.c (leftRightUseAcc),
6577         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6578         iCode properly now. Use getSize instead of nRegs since a & b
6579         aren't part of the nRegs tally.
6580
6581 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6582
6583         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6584         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6585           before instructions that use the _STATUS register
6586
6587 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6588
6589         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6590         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6591         fetching of the pointer
6592         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6593         copied from genNearPointerSet()
6594         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6595         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6596         If they pop r0/r1 they must be called in the opposite order than aopOp().
6597         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6598         (resp. --stack-auto), prepared for --xstack
6599
6600 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6601
6602         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6603
6604 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6605
6606         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6607         these ports have their own __sdcc_external_start()
6608
6609 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6610
6611         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6612         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6613         type for bits was changed. It resulted in bit variables becoming
6614         global, which is not permitted in PIC 14 assembly output.
6615
6616 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6617
6618         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6619
6620 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6621
6622         Z80 and MCS51 linkers complaint if a public symbol is defined
6623         in more than one library module:
6624
6625         * as/mcs51/lklib.c
6626         * link/z80/lklib.c
6627         * as/mcs51/Makefile.in
6628
6629 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         A few small changes that speed up the peephole optimizer.
6632
6633         * src/SDCCpeeph.c
6634
6635 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6636
6637         Try to make the peephole optimizer smarter by maintaining
6638         an association between the assembly source code and the
6639         iCodes that originated them. Put this information to use
6640         with a new peephole rule condition "notVolatile" so that
6641         the rules can be aggressive yet still safe.
6642
6643         * src/SDCCpeeph.c
6644         * src/SDCCpeeph.h
6645         * src/mcs51/gen.c
6646         * src/mcs51/peeph.def
6647
6648 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6649
6650         Fixed bug #741761
6651
6652         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6653         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6654         if the left or right operand symbols have the accuse flag set.
6655
6656 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6657
6658         Changed the type of the result of the ! (NOT) operator to char;
6659         previously it returned the same type as the source. This allows
6660         us to eliminate all the genFloatNot functions (all of its target
6661         implementations were very buggy) since !float can use the same
6662         code as !long now.
6663
6664         * src/SDCCicode.c (ast2iCode): ! returns char
6665         * src/mcs51/gen.c (genNot, genNotFloat),
6666         * src/ds390/gen.c (genNot, genNotFloat),
6667         * src/z80/gen.c (genNot, genNotFloat),
6668         * src/pic/gen.c (genNot, genNotFloat),
6669         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6670
6671 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6672
6673         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6674         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6675            during interrupts. Ensure WSAVE is located at a shared bank address.
6676         2. Fixed page selection in some places
6677         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6678            the registers name strings.
6679         4. Fixed "signed / unsigned compare" compiler warnings.
6680         5. The PIC port manages its own allocation of the general purpose
6681            registers, but makes no attempt to reuse them. As a result when
6682            compiling it soon runs out of general purpose registers. Some
6683            additional code was added to the files pcode.c and device.c to walk
6684            through the function call tree and rename the registers so that they
6685            get reused.
6686
6687         * src/pic/device.c
6688         * src/pic/gen.c
6689         * src/pic/glue.c
6690         * src/pic/pcode.c
6691         * src/pic/pcode.h
6692         * src/pic/ralloc.c
6693         * src/pic/ralloc.h
6694         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6695         genPlus() & genMinus() when the result is the same as left or right
6696
6697 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6700
6701 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6702
6703         Made bitfield a distinct type from bit so that bitfields
6704         convert as per ANSI C and bits retain their traditional
6705         boolean style behaviour. Implemented bitfield support in
6706         the z80 port.
6707
6708         * src/SDCCsymt.h,
6709         * src/SDCCsymt.c,
6710         * src/SDCCast.c,
6711         * src/cdbFile.c,
6712         * src/mcs51/gen.c,
6713         * src/ds390/gen.c: bit v bitfield split
6714         * src/z80/gen.c: New support for bitfields
6715         * support/regression/tests/bitfields.c: reenabled z80,
6716         added more tests
6717
6718 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6719
6720         Rules 246.x, 247.x relate to bitfields, the others speed up
6721         access to xdata mapped I/O devices.
6722
6723         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6724
6725 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6726
6727         Cleaned up genPackBits and genUnpackBits and added two helper
6728         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6729         for literal assignments in genPackBits (thanks to Frieder for
6730         reminding me).
6731
6732         * src/mcs51/gen.c
6733         * src/ds390/gen.c
6734
6735 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6736
6737         Fixed bug #748310 (pointer to function type mishandled when the
6738         function name is omitted). Also fixed a SIGSEGV when a function
6739         attribute (reentrant, etc) is used on a non-function or on a
6740         function but misplaced before the parameter list.
6741
6742         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6743         bug #748310
6744         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6745         * support/Util/SDCCerr.h,
6746         * support/Util/SDCCerr.c: Added func attr misuse error msg
6747
6748 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6749
6750         Fixed bug #787649 by anonymous
6751         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6752         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6753
6754 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6755
6756         Fixed numerous bitfield problems.
6757
6758         * src/SDCC.y: More bitfield related error checking
6759         * src/SDCCsymt.h,
6760         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6761         * support/Util/SDCCerr.h,
6762         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6763         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6764         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6765         * support/regression/tests/bitfields.c: tests added
6766
6767 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6768
6769         Made the constant following the "interrupt" keyword optional. If
6770         omitted, the function will not automatically be given an entry
6771         in the interrupt vector table (similar to #pragma NOIV, but
6772         less syntacticly kludgy). The interrupt number is also now
6773         range checked. Also fixed a bug in the high order bit example
6774         in the manual.
6775
6776         * src/SDCC.y
6777         * src/SDCCmem.c
6778         * src/SDCCglue.c
6779         * src/SDCCsymt.h
6780         * support/Util/SDCCerr.c
6781         * support/Util/SDCCerr.h
6782         * doc/sdccman.lyx
6783
6784 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6785
6786         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6787         * src/SDCCicode.c (operandOperation): rewritten some ops
6788         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6789         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6790         other type
6791         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6792         be re-activated by defining REDUCE_LITERALS)
6793         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6794         unsigned, but are signed by default
6795         * src/SDCCval.c (constVal): rearranged
6796         * src/SDCCval.c (valMod): preliminary fix
6797         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6798         * support/regression/literalop.c: added, work in progress
6799
6800 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6801
6802         Generate warnings for useless declarations like "char data;"
6803         that don't do what new users expect.
6804
6805         * src/SDCC.y
6806         * support/Util/SDCCerr.h
6807         * support/Util/SDCCerr.c
6808
6809 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6810
6811         * src/SDCCval.c (valMult): fix overflow detection of negative int
6812
6813 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6814
6815         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6816
6817         Changes to support big endian targets:
6818
6819         * src/ports.h
6820         * src/SDCCglue.c
6821         * src/avr/main.c
6822         * src/ds390/main.c
6823         * src/izt/i186.c
6824         * src/mcs51/main.c
6825         * src/pic/main.c
6826         * src/pic16/main.c
6827         * src/xa51/main.c
6828         * src/z80/main.c
6829
6830 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6831
6832         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6833         * device/lib/time.c: fixed warning "integer overflow in expression"
6834
6835 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6836
6837         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6838         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6839         constants are unsigned; added recognition of "u" flag for unsigned
6840         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6841         * src/SDCCval.c (valDiv, valMod): fixed signdness
6842         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6843         signedness of modulo, left and right shift
6844         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6845         * support/Util/SDCCerr.h: added warning W_INT_OVL
6846         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6847         * src/SDCCast.c (ast_print): improved output of constants
6848
6849 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6850
6851         Fixed some warnings when building with MSVC:
6852
6853         * as\mcs51\asdata.c
6854         * as\z80\asdata.c
6855         * as\mcs51\asm.h
6856         * as\z80\asm.h
6857         * link\z80\aslink.h
6858         * link\z80\lkdata.c
6859         * link\z80\lkeval.c
6860         * link\z80\lkgb.c
6861         * link\z80\lkihx.c
6862         * link\z80\lks19.c
6863         * link\z80\lksym.c
6864         * support\cpp2\cpplib.c
6865         * src\ds390\gen.c
6866         * src\mcs51\gen.c
6867
6868 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6869
6870         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6871
6872 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6873
6874         * support\librarian\clean.mk: Do not remove Makefile.
6875         * support\librarian\Makefile: added.
6876
6877 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6878
6879         Added librarian to MSVC build:
6880         * all.dsp
6881         * sdcc.dsw
6882         * support\librarian\librarian.dsp
6883
6884         'configure' not needed for librarian, removed:
6885         * support\librarian\configure
6886         * support\librarian\configure.in
6887         * support\librarian\config_in.h
6888         * support\librarian\Makefile.in
6889
6890         Hopefully these ones built the librarian and the rest of sdcc properly:
6891         * Makefile
6892         * Makefile.common.in
6893
6894         Messed up 'configure', so revert to previous version:
6895         * configure
6896         * configure.in
6897
6898 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
6899
6900         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
6901         there, while the mantissa of a double is "only" 53 bits wide.
6902
6903 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6904
6905         Adding sdcclib to the build.  MSVC project coming soon.
6906         Files added/changed:
6907
6908         * support\librarian\clean.mk
6909         * support\librarian\configure
6910         * support\librarian\configure.in
6911         * support\librarian\config_in.h
6912         * support\librarian\Makefile.bcc
6913         * support\librarian\Makefile.in
6914         * support\librarian\sdcclib.c
6915         * Makefile.bcc
6916         * Makefile
6917         * Makefile.common.in
6918         * configure
6919         * configure.in
6920
6921 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6922
6923         Linker now complaints if linked modules have conflicting options, for
6924         example, one compiled using --model-large and another one compiled with
6925         --model-small.  The following files were modified:
6926
6927         * as\mcs51\asdata.c
6928         * as\mcs51\aslink.h
6929         * as\mcs51\asm.h
6930         * as\mcs51\asmain.c
6931         * as\mcs51\asout.c
6932         * as\mcs51\i51pst.c
6933         * as\mcs51\lkdata.c
6934         * as\mcs51\lklibr.c
6935         * as\mcs51\lkmain.c
6936         * as\z80\asdata.c
6937         * as\z80\asm.h
6938         * as\z80\asmain.c
6939         * as\z80\asout.c
6940         * as\z80\z80pst.c
6941         * link\z80\aslink.h
6942         * link\z80\lkdata.c
6943         * link\z80\lklibr.c
6944         * link\z80\lkmain.c
6945         * src\SDCCglue.c
6946
6947 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6948
6949         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
6950         as/mcs51/lklibr.c: Generate a warning when a library is not found.
6951
6952 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
6953
6954         * src/z80/mappings.i: fix _mul[us][int,long] entries
6955
6956 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6957
6958         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
6959
6960 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6961
6962         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
6963         * support/regression/tests/bitopcse.c: added
6964         fixed warning:
6965         * src/avr/gen.c:
6966         * src/pic/gen.c:
6967         * src/pic16/gen.c:
6968         * src/z80/gen.c:
6969         * src/xa51/gen.c:
6970
6971 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6972
6973         added support for new library format to z80, gbz80 linkers:
6974         *link/z80/aslink.h
6975         *link/z80/lklex.c
6976         *link/z80/lklib.c
6977         *link/z80/lklist.c
6978
6979 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
6980
6981         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
6982         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
6983
6984 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
6985
6986         added DUMMY_READ_VOLATILE:
6987         * src/SDCC.y:
6988         * src/avr/gen.c:
6989         * src/xa51/gen.c:
6990         * src/z80/gen.c:
6991         * src/pic/gen.c:
6992         * src/pic16/gen.c:
6993         * src/mcs51/gen.c:
6994         * src/ds390/gen.c:
6995         * src/SDCCcse.c (algebraicOpts): many improvements
6996         * src/SDCCcse.h: removed algebraicOpts()
6997         * src/SDCCicode.c (picDummyRead): added
6998
6999 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7000
7001         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7002         "Insufficient space in data memory".
7003
7004 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7005
7006         * src/mcs51/gen.c: fixed bug #771358
7007         * src/z80/gen.c: fixed bug #759087
7008
7009 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7010
7011         * src/pic16/glue.c: minor cleanup by Vangelis
7012
7013 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7014
7015         * device/include/regc515c.h: fixed #758477
7016         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7017         * device/lib/_gptrput.c: saved a few bytes
7018         * my tab spacing is 8, yours too?)
7019         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7020         * device/lib/serial.c: process RX bytes earlier than TX bytes
7021         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7022
7023 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7024
7025         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7026
7027 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7028
7029     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7030
7031 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7032
7033         * device/lib/Makefile.in: bad fix, reverted to 1.43
7034
7035 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7036
7037         * device/lib/Makefile.in: added missing z80 object files
7038
7039 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7040
7041         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7042         pic16 progress by Vangelis:
7043         * src/SDCCglobl.h:
7044         * src/SDCCmain.c:
7045         * src/pic/Makefile:
7046         * src/pic:
7047         * pic/Makefile:
7048         * pic16/device.c:
7049         * pic16/device.h:
7050         * pic16/gen.c:
7051         * pic16/gen.h:
7052         * pic16/genarith.c:
7053         * pic16/glue.c:
7054         * pic16/main.c:
7055         * pic16/pcode.c:
7056         * pic16/pcode.h:
7057         * pic16/pcodepeep.c:
7058         * pic16/peeph.def:
7059
7060 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7061
7062     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7063
7064 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7065
7066     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7067     added gbz80 build to MSVC project.
7068     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7069     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7070     from 8051 stuff and setup so it links using a .lnk file.
7071
7072 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7073
7074     * support/librarian/sdcclib.c: sdcc librarian.
7075     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7076     with sdcclib.
7077
7078 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7079
7080     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7081
7082 2003-07-02  Borut Razem <borut.razem AT siol.net>
7083
7084         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7085         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7086         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7087         src/xa51/main.c, src/z80/main.c:
7088         virtualization of glue() function: each port has it's own glue function,
7089         which is accessed by do_glue function pointer in PORT.general structure
7090
7091 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7092
7093         * DS800C400 fun, improved ROM interface and tinibios.
7094
7095 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7096
7097         * More support for DS80C400. Now includes beginning of interface to ROM.
7098
7099 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7100
7101         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7102
7103 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7104
7105         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7106
7107 2003-06-19  Borut Razem <borut.razem AT siol.net>
7108
7109         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7110
7111 2003-06-19  Borut Razem <borut.razem AT siol.net>
7112
7113         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7114         fixed Z80 port - crt0.o: cannot open.
7115
7116 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7117
7118         * support/Util/MySystem.c (merge_command): revert bad fix
7119
7120 2003-06-18  Borut Razem <borut.razem AT siol.net>
7121
7122         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7123
7124 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7125
7126         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7127         option --use-stdout sends errors to stdout instead of stderr.
7128
7129 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7130
7131         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7132
7133 2003-06-15  Borut Razem <borut.razem AT siol.net>
7134
7135         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7136         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7137         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7138         fixed width array of pointers replaced with sets;
7139         multiple include and lib paths ared transferred to preprocessor and linker
7140         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7141         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7142         fixed width array of pointers
7143         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7144         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7145         fixupPath(), getPathDifference()
7146         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7147         fixed width array of pointers
7148
7149 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7150
7151         * src/pic16/ralloc.c: fix warnings
7152         * src/pic16/pcode.c: fix warning
7153
7154 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7155
7156          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7157         know all the details, but essentially this set of changes enable
7158         the pic16 port to generate movff instructions and generate assembler
7159         directives,
7160         * src/SDCCmain.c:
7161         * src/pic16/gen.c:
7162         * src/pic16/glue.c:
7163         * src/pic16/pcode.c:
7164         * src/pic16/device.c:
7165         * src/pic16/main.c:
7166         * src/pic16/pcode.h:
7167         * src/pic16/pcoderegs.c:
7168         * src/pic16/ralloc.c:
7169         * src/pic16/ralloc.h:
7170
7171 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7172
7173         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7174         added option --vc, so sdcc errors and warnings are compatible with
7175         Microsoft Visual Studio.
7176
7177 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7178
7179         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7180           device/lib/libfloat.lib: added atof function.
7181
7182 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7183
7184         * doc/sdccman.lyx: updated to Lyx 1.3
7185         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7186         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7187         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7188
7189 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7190
7191         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7192
7193 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7194
7195         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7196           additions to the "related tools/documentation" section
7197
7198 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7199
7200         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7201
7202 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7203
7204         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7205         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7206
7207 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7208
7209         * doc/sdccman.lyx: fix double dash and other minor things
7210         * doc/Makefile: fix double dash
7211
7212 2003-05-28  Karl Bongers(patches from Martin Helmling)
7213         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7214           condition and ignore commands.
7215
7216 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7217
7218         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7219           is in parts still quite out of date, I did changes as far as I felt makes sense
7220           for a non-native english speaker.
7221           Please feel free to add to the manual or to correct my changes.
7222         * doc/Makefile: undid touching the date of intermediate tex files.
7223
7224 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7225
7226         * doc/sdccman.lyx: Manual has an index now
7227
7228 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7229
7230         Finalize muluint/mulsint and mululong/mulslong merging:
7231         * device/lib/_mulint.c
7232         * device/lib/_mullong.c
7233         * device/lib/gbz80/mul.s
7234         * device/lib/gbz80/stubs.s
7235         * device/lib/z80/mul.s
7236         * device/lib/z80/stubs.s
7237         * src/SDCCsymt.c (initCSupport)
7238
7239 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7240
7241         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7242         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7243           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7244           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7245           instead of /Zm500.
7246
7247 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7248
7249         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7250           the regression tests I'm not brave enough to enable 245.b, 245.c
7251         * doc/sdccman.lyx: added latex preamble for hyperref package.
7252           Using pdflatex this will give you a hyperlinked pdf file with
7253           bookmarks. (prepend '%' before /usepackage if this breaks something)
7254
7255 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7256
7257          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7258
7259 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7260
7261         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7262
7263 2003-05-21    <johan AT balder>
7264
7265         * src/SDCCglue.c (printIval): fixed bug #739934
7266
7267 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7268
7269         Applied patch from bug 737905 (renamed yylineo to mylineno):
7270         * src/altlex.c
7271         * src/SDCCast.c
7272         * src/SDCglobl.h
7273         * src/SDCC.lex
7274         * src/SDCCsymt.c
7275         * src/SDCCval.c
7276         * src/pic16/pcode.c: Cleaned warnings
7277         * src/pic16/pcodeflow.c: Cleaned warnings
7278         * src/pic16/pcoderegs.c: Cleaned warnings
7279
7280 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7281
7282         * src/pic16/pcode.c: Cleaned warnings
7283         * src/pic16/pcodepeep.c: Cleaned warnings
7284         * src/pic16/ralloc.c: Cleaned warnings
7285
7286 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7287
7288         * doc/sdccman.lyx: fixed bug 739745
7289         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7290
7291 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7292
7293         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7294         it can be defined with CFLAGS when running configure
7295         * src/SDCCmain.c: fixed compiling + linking with object files
7296
7297 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7298
7299         * configure.in: configure for pic16 port,
7300             added --disable-pic16-port
7301         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7302         * src/SDCCmain.c: linkOptions is changed to set *,
7303             added if/endif conditional macros to remove options help
7304             messages from optionsTable when a port is not configured, added
7305             support for the PIc16 port in the ports table, when executing
7306             the compiler with no port specified on command line, a default
7307             port is selected with the new macro DEFAULT_PORT which is
7308             defined in port.h, in setDefaultOptions() linkOptions is removed
7309             from initialization assignment, since now it is a set,
7310             parseCmdLine uses setParseWithComma for linkOptions, in
7311             linkEdit() linkOptions are accessed with new function indexSet()
7312             which returns the i'th item of a set variable. See SDCCset.c, in
7313             linkEdit() when calling buildCmdLine(), added linkOptions as
7314             last argument. Now users can pass arguments to gplink via the
7315             -Wl option, main() uses pic16glue() to glue up pic16 programs
7316         * src/SDCCpeeph.c: various changes to support pic16
7317         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7318             return the i'th item of the set
7319         * src/SDCCset.h: added function prototype for indexSet()
7320         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7321         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7322         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7323             added macro DEFAULT_PORT
7324         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7325         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7326             generated
7327         * src/pic16/glue.c: commented out some error producing lines
7328         * src/pic16/main.c: __config directives are commented out to stop
7329             gpasm complaining and test the linkage with gplink, _linkCmd and
7330             _asmCmd changed to be more gplink and gpasm friendly
7331         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7332             produced an error when parsed, peep rule 12 is added to utilize
7333             movff, but it is commented out since the pCode does not support
7334             yet a command with 2 address arguments
7335
7336 2003-05-18    <johan AT balder>
7337
7338         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7339         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7340 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7341
7342         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7343   Added feature to script commands from file.
7344
7345 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7346
7347         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7348         * src/SDCCutil.c: include ctype.h for win32
7349
7350 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7351
7352         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7353
7354 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7355
7356         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7357   Fixed so you can set breakpoints prior to run, run does not stop
7358   on entry now.  Add tbreak.  Other enhancements and fixes for use
7359   with ddd.
7360
7361 2003-05-12  Borut Razem <borut.razem AT siol.net>
7362
7363         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7364
7365 2003-05-11  Borut Razem <borut.razem AT siol.net>
7366
7367         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7368         the path of bin directory, so that PATH is the only env. variable, which has to be set
7369         in case of standard installation.
7370         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7371         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7372         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7373
7374 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7375
7376         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7377         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7378         temp files are in the port dir; clean the gen/test directory when
7379         generating new test.c
7380         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7381         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7382         * support/regression/tests/zeropad.c: added
7383
7384 2003-05-09    <johan AT balder>
7385
7386         * src/SDCCglue.c: fixed bug #597940
7387
7388 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7389
7390         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7391   cache sfr, optimize next,step, fix off by one sourceline,
7392   support ddd list function.
7393         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7394
7395 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7396
7397         * support/regression/HTMLgen.py: added compare_s2f()
7398         * support/regression/Makefile: redo 1.27
7399         * support/regression/generate-cases.py: redo 1.5
7400
7401 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7402
7403         * support/regression/tests/float.c: workaround 33 bit hex constant
7404         * support/regression/tests/simplefloat.c: fix division for host
7405
7406 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7407
7408         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7409         that tame's the PIC's over-aggressive optimizer.
7410
7411 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7412
7413          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7414          support for MSVC.
7415
7416 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7417
7418         Initial support for DS80C400. "Hello world" runs on TINIm400
7419         (with polled I/O).
7420
7421 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7422
7423          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7424          * Some notes on ddd usage added in debugger/README
7425          Martin Helmling adding more features and fixes for ddd GUI debugger.
7426          Code added for nexti, stepi, up, down, and other adjustments.
7427
7428 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7429
7430         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7431         * src/pic/peeph.def Added two rules to optimize carry manipulation
7432         * src/pic/* removed debug printfs
7433
7434 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7435
7436         * debugger/mcs51/cmd.c: added header newalloc.h
7437
7438 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7439
7440         * as/Makefile: new EXEEXT
7441         * as/z80/Makefile: remove trailing slash of BUILDIR
7442         * as/z80/clean.mk: new EXEEXT
7443         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7444         * support/cpp2/Makefile.in: new EXEEXT
7445         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7446
7447 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7448
7449         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7450         EXEEXT was introduced to fix all related problems with targets
7451         "clean", "install" and "uninstall"; a couple of further flaws
7452         especially with "clean" have been fixed too
7453         * as/mcs51/Makefile.in
7454         * as/mcs51/clean.mk
7455         * as/z80/Makefile
7456         * Makefile
7457         * clean.mk
7458         * debugger/mcs51/Makefile.in
7459         * debugger/mcs51/clean.mk
7460         * link/z80/Makefile
7461         * link/z80/Makefile.in
7462         * link/z80/clean.mk
7463         * link/Makefile
7464         * packihx/Makefile.in
7465         * packihx/clean.mk
7466         * sim/ucsim/Makefile
7467         * sim/ucsim/clean.mk
7468         * sim/ucsim/avr.src/Makefile.in
7469         * sim/ucsim/avr.src/clean.mk
7470         * sim/ucsim/s51.src/Makefile.in
7471         * sim/ucsim/s51.src/clean.mk
7472         * sim/ucsim/xa.src/Makefile.in
7473         * sim/ucsim/xa.src/clean.mk
7474         * sim/ucsim/z80.src/Makefile.in
7475         * sim/ucsim/z80.src/clean.mk
7476         * sim/ucsim/main_in.mk
7477         * sim/ucsim/packages_in.mk
7478         * sim/ucsim/gui.src/Makefile.in
7479         * sim/ucsim/gui.src/serio.src/Makefile.in
7480         * sim/ucsim/gui.src/serio.src/clean.mk
7481         * src/Makefile.in
7482         * src/clean.mk
7483         * support/cpp2/Makefile.in
7484         * support/cpp2/clean.mk
7485         * support/makebin/Makefile
7486         * support/makebin/clean.mk
7487         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7488         * doc/sdccman.lyx: --program-suffix no longer needed
7489
7490 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7491
7492          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7493          Martin Helmling added support for ddd GUI debugger.
7494          Code added to display assembly, set variables, and other commands
7495          to interface to ddd.
7496
7497 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7498
7499         * as/Makefile: fix target clean
7500         * as/clean.mk: fix target clean
7501         * as/z80/clean.mk: fix target clean
7502
7503 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7504
7505         * Makefile.common.in: added  AT EXEEXT AT
7506         * configure.in: removed all mingw32 stuff
7507         * configure: rebuilt from configure.in
7508         * doc/sdccman.lyx: updated section "installation"
7509         * support/scripts/sdcc_mingw32: adapted to configure
7510         * support/scripts/sdcc_cygwin_mingw32: added
7511
7512 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7513
7514         * src/pic Added object file support for the PIC port
7515         * src/pic Applied patch from Craig Franklin (this started the object file support)
7516         * src/regression Updated the PIC regression tests for object files
7517
7518 2003-04-20  Borut Razem <borut.razem AT siol.net>
7519
7520         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7521           lklex.c: In function `getfid':
7522           lklex.c:203: warning: array subscript has type `char'
7523         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7524           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7525         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7526           stack handling macros
7527
7528 2003-04-19  Borut Razem <borut.razem AT siol.net>
7529
7530         * "handling space characters in file path" task:
7531         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7532         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7533         * support/Util/MySystem.h: make it self-sufficient
7534         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7535           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7536           handling space characters in file path
7537         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7538           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7539         * support/Util/MySystem.c: handling space characters in executable's path
7540
7541 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7542
7543         * as/z80/Makefile: fix permanent rebuild of z80
7544         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7545         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7546
7547 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7548
7549         * src/SDCCopt.c: add special case optimization to replace modulo by
7550           a power of two with a bitwise AND.
7551
7552 2003-04-18    <johan AT balder>
7553
7554         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7555
7556 2003-04-17    <johan AT balder>
7557
7558         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7559         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7560
7561 2003-04-13  Borut Razem <borut.razem AT siol.net>
7562
7563         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7564         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7565           fixed mingw problem in adl_NORMALIZE_PATH
7566
7567 2003-04-12  Borut Razem <borut.razem AT siol.net>
7568
7569         * fixed "#pragma SAVE/RESTORE can not be nested":
7570         * src/SDCC.lex: reworked pragma handling functions
7571         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7572         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7573
7574 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7575
7576         * src/SDCCutil.c (pathEquivalent): defined but not used
7577         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7578         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7579         * configure: rebuilt from configure.in
7580         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7581         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7582         * device/include/Makefile.in: replace sdcc_datadir
7583         * device/lib/Makefile.in: replace sdcc_datadir
7584         * Makefile.common.in: add LDFLAGS from configure
7585         * packihx/Makefile.in: use LDFLAGS
7586         * src/Makefile.in: use LDFLAGS
7587         * support/cpp2/Makefile.in: add LDFLAGS from configure
7588         * support/makebin/Makefile: use LDFLAGS
7589         * .version: bumped version number to 2.3.5
7590
7591 2003-04-12  Borut Razem <borut.razem AT siol.net>
7592
7593         * completed "different paths" task:
7594         * src/SDCCmacro.c: fixed bug in handling quotes
7595         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7596         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7597
7598 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7599
7600         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7601
7602 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7603
7604         * ds390/gen.c ds390/peeph.def: fix bug 706781
7605
7606 2003-04-11  Borut Razem <borut.razem AT siol.net>
7607
7608         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7609
7610 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7611
7612         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7613         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7614          set - this bit used to not be set...).
7615         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7616           bad code in PIC Port
7617         * src/regression/and2.c added to test bug 609268
7618         * src/regression/Makefile added and2.c to regression test
7619
7620
7621 2003-04-08    <johan AT CP255758-A>
7622
7623         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7624         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7625         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7626
7627 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7628
7629         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7630         fix bug #487815
7631         * support/cpp2/Makefile.in: fix bug #487815
7632         * configure: rebuilt from configure.in
7633         * Makefile.common.in: docdir changed, new path suffixes
7634         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7635         * sdcc_vc_in.h: reflect changes from sdccconf.h
7636         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7637         * src/SDCCutil.h: remove BINDIR hack
7638         * doc/sdccman.lyx: update new path hierarchy
7639
7640 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7641
7642         * src/SDCCpeeph.c: added okToRemoveSLOC test
7643
7644 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7645
7646         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7647
7648 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7649
7650         * src/SDCCpeeph.c: added labelIsReturnOnly test
7651         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7652
7653 2003-04-05    <johan AT balder>
7654
7655         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7656         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7657         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7658         * src/SDCCast.c: fixed a warning
7659         * src/SDCCast.h: fixed a warning
7660         * src/SDCCicode.c (operandFromAst): fixed a warning
7661
7662 2003-04-04    <johan AT balder>
7663
7664         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7665         * src/SDCCast.c (decorateType): fixed bug #715076
7666         * src/SDCC.y: fixed bug #702907
7667
7668 2003-04-03    <johan AT balder>
7669
7670         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7671         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7672         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7673         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7674         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7675
7676 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7677
7678         * _decdptr.c: fix return values
7679         * _gptrget.c: fix return values
7680         * _gptrgetc.c: fix return values
7681         * _gptrput.c: fix return values
7682         * _mulint.c: fix return values
7683         * as/z80/Makefile: fix 'make -j' problem
7684
7685 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7686
7687         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7688         * configure.in: big cleanup, updated to autoconf 2.5x
7689         * configure: rebuilt from configure.in
7690         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7691         * sdcc_vc_in.h: reflect changes from sdccconf.h
7692         * doc/Makefile: fixed a flaw in "make install"
7693
7694 2003-04-02    <johan AT balder>
7695
7696         * src/ds390/gen.c (genCmp): no comments
7697         * src/mcs51/gen.c (genCmp): no comments
7698         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7699         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7700
7701 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7702
7703         * support/regression/generate-cases.py: place generated file in given sub directory
7704         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7705         * support/regression/Makefile: improvements for 'make -j';
7706         side effect: it's simpler and faster now
7707
7708 2003-03-31  Borut Razem <borut.razem AT siol.net>
7709
7710         * src/z80/main.c: link-{port} and as-{port} defined without path
7711         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7712
7713 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7714
7715         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7716
7717 2003-03-30  Borut Razem <borut.razem AT siol.net>
7718
7719         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7720           changed type of list parameter to set
7721         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7722         * src/port.h: changed type of do_assemble() parameter to set
7723         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7724           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7725           definition of "cppoutfilename" macro with NULL value in preProcess()
7726         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7727         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7728         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7729           replaced with set *binPathSet
7730         * shash_add() deallocates the item, if allready exsists, before adding the new one
7731         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7732
7733 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7734
7735         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7736           a nested for loop bug in the PIC port
7737         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7738           for loops
7739
7740 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * support/Util/dbuf.h: remove C++ stuff to make it portable
7743
7744 2003-03-28  Borut Razem <borut.razem AT siol.net>
7745
7746         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7747           literal strings in stringLiteral()
7748         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7749         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7750           to the project
7751
7752 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7753
7754         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7755
7756 2003-03-26    <johan AT balder>
7757
7758         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7759         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7760         * src/SDCCast.c (decorateType): fixed " -v < 3"
7761
7762 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7765         Added Lenny Story's debug infrastructure changes:
7766         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7767         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7768         * src/cdbFile.c: added
7769         * src/SDCCdebug.c: added
7770         * src/SDCCdebug.h: added
7771         * src/SDCCast.c (createFunction)
7772         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7773         * src/SDCCmain.c (parseCmdLine, main)
7774         * src/SDCCmem.c (redoStackOffsets)
7775         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7776         * src/SDCCsymt.h
7777         * src/common.h
7778         * src/avr/gen.c (genAVRCode)
7779         * src/ds390/gen.c (gen390Code)
7780         * src/mcs51/gen.c (gen51Code)
7781         * src/pic/gen.c (genpic14Code)
7782         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7783         * src/xa51/gen.c (genXA51Code)
7784         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7785
7786 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7787
7788         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7789         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7790
7791 2003-03-22    <johan AT balder>
7792
7793         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7794
7795 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7796
7797         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7798         * doc/cdbfileformat.lyx: added, written by Lenny Story
7799         * doc/Makefile: added cdbfileformat.lyx
7800         * doc/clean.mk: added cdbfileformat.lyx
7801
7802 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         * src/mcs51/peeph.def: fix bug #705773
7805
7806 2003-03-20    <johan AT balder>
7807
7808         An sfr/sbit can have an "at #" AND an initializer
7809         * src/SDCCsymt.c (checkSClass):
7810         * src/SDCCmem.c (allocGlobal):
7811         * src/SDCCmem.c (allocLocal):
7812         * src/SDCCast.c (createBlock):
7813
7814 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7815
7816         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7817
7818 2003-03-16    <johan AT balder>
7819
7820         Undid the hackup of const and volatile, the problem is much bigger
7821         * src/SDCC.y:1.65
7822         * src/SDCCast.c:1.171
7823         * src/SDCCglue.c:1.138
7824         * src/SDCCicode.c:1.146
7825         * src/SDCCsymt.c:1.150
7826         * src/SDCCval.c:1.65
7827
7828 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7829
7830         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7831         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7832
7833 2003-03-13    <johan AT balder>
7834
7835         Hackup const and volatile modifiers in type chains a bit:
7836         * src/SDCC.y:1.63
7837         * src/SDCCast.c:1.169
7838         * src/SDCCglue.c:1.136
7839         * src/SDCCicode.c:1.143
7840         * src/SDCCsymt.c1.146
7841         * src/SDCCsymt.h1.59
7842         * src/SDCCval.c:1.63
7843
7844 2003-03-12    <johan AT balder>
7845
7846         * src/SDCCBBlock.h: more LRH debugging junk
7847         * src/SDCCcflow.h: more LRH debugging junk
7848         * src/SDCCloop.c: more LRH debugging junk
7849         * src/SDCC.y (struct_declaration): fixed bug #697590
7850         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7851         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7852         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7853
7854 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7855         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7856         test function names must now match exactly).
7857         * src/SDCCcse.c: added special case in findCheaperOp to allow
7858         extending a short integer. Makes less awful code for bug 700121 test case.
7859
7860 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7861
7862         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7863         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7864
7865 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7866
7867         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7868         actually called (operandsNotEqual() was called for all
7869         operandsNotEqualX tests).
7870
7871 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7872
7873         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7874         with shorter literals. Fixes bug 700121.
7875
7876 2003-03-11    <johan AT balder>
7877
7878         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7879
7880 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7881
7882         * src/SDCCloop.c (mergeRegions): an evil beast is dead
7883         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
7884
7885 2003-03-10  Borut Razem <borut.razem AT siol.net>
7886
7887         * src/SDCCmain.c: pipe preprocessor's output
7888         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7889         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7890         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7891         which closes all pipes in pipeSet set
7892         * src/SDCCset.c: free deleted item in function deleteSetItem()
7893         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7894         moved from z80 to src subproject
7895         * .version: increased version number to 2.3.4
7896
7897 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
7898
7899         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
7900         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
7901         * support/regression/ports/xa51/spec.mk: fix typo
7902
7903 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
7904
7905         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
7906
7907 2003-03-09  Borut Razem <borut.razem AT siol.net>
7908
7909         * src/SDCCmain.c: pipe preprocessor's output
7910         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
7911         * sdcc_vc_in.h: define pclose as _pclose for WIN32
7912         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
7913         which closes all pipes in pipeSet set
7914         * src/SDCCset.c: free deleted item in function deleteSetItem()
7915         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
7916         moved from z80 to src subproject
7917
7918 2003-03-09  Borut Razem <borut.razem AT siol.net>
7919
7920         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
7921         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
7922         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
7923         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
7924         * src/SDCCglobl.h: unification of WIN32 native definitions
7925
7926 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7927
7928         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
7929
7930 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7931
7932         * src/configure.in:   check for endianess (even while cross-compiling)
7933         * src/configure:      check for endianess (even while cross-compiling)
7934         * src/configure_in.h: check for endianess (even while cross-compiling)
7935         * src/avr/gen.c:        remove old endianess stuff
7936         * src/mcs51/gen.c:      remove old endianess stuff
7937         * src/ds390/gen.c:      remove old endianess stuff
7938         * src/pic/gen.c:        remove old endianess stuff
7939         * src/pic/genarith.c:   remove old endianess stuff
7940         * src/pic/glue.c:       fix endianess check
7941         * src/pic16/gen.c:      remove old endianess stuff
7942         * src/pic16/genarith.c: remove old endianess stuff
7943         * src/pic16/glue.c:     fix endianess check
7944         * src/xa51/gen.c:       remove old endianess stuff
7945         * src/z80/gen.c:        fix endianess check
7946         * src/SDCCglue.c:       fix endianess check
7947         * src/ds390/peeph.def: fix bug 700036
7948
7949 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
7950
7951         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
7952         * src/configure: find appropriate data-types on host for SDCC's int and long
7953         * src/configure.in: find appropriate data-types on host for SDCC's int and long
7954         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
7955         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
7956
7957 2003-03-07    <johan AT balder>
7958
7959         Just a big NOOP:
7960                 some minor cleanups before the big shot
7961                 OP_DEFS and OP_USES now use Kevin's protection
7962                 new option --nolabelopt
7963
7964         * src/SDCCBBlock.c:
7965         * src/SDCCast.c,:
7966         * src/SDCCcflow.c:
7967         * src/SDCCcse.c:
7968         * src/SDCCicode.c:
7969         * src/SDCCicode.h:
7970         * src/SDCClabel.c:
7971         * src/SDCCloop.c:
7972         * src/SDCCmain.c:
7973         * src/ds390/ralloc.c:
7974         * src/mcs51/ralloc.c:
7975         * src/pic/ralloc.c:
7976         * src/xa51/ralloc.c:
7977         * src/z80/ralloc.c:
7978
7979 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
7980
7981         * src/pic/pcode.c (get_op): fix 64 bit warnings
7982         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
7983         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
7984         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
7985         * support/regression/tests/malloc.c: fix 64 bit warnings
7986
7987 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
7988
7989         * src/mcs51/gen.c (genMinus): fixed bug 696436
7990
7991 2003-03-02  Borut Razem <borut.razem AT siol.net>
7992
7993         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
7994
7995 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
7996
7997         * configure.in: test for mkstemp
7998         * sdccconf_in.h: add HAVE_MKSTEMP
7999
8000 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8001
8002         * device/include/ctype.h: removed warning while using --stack-auto
8003         * device/include/malloc.h: removed warning while using --stack-auto
8004         * device/include/string.h: removed warning while using --stack-auto
8005
8006 2003-02-23  Borut Razem <borut.razem AT siol.net>
8007
8008         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8009         because NDEBUG is defined (see man assert)
8010         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8011
8012 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8013
8014         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8015         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8016
8017 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8018
8019         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8020         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8021
8022 2003-02-18    <johan AT balder>
8023
8024         * as/mcs51/asmain.c (asmbl): module can start with a digit
8025         * as/z80/asmain.c (asmbl): module can start with a digit
8026
8027 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8028
8029         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8030         * src/asm.c: fix pipe() for Mingw32
8031
8032 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8033
8034         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8035         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8036         make -V work again; --c1mode reads now from stdin
8037         * doc/sdccman.lyx: added --c1mode
8038         * support/Util/SDCCerr.c: new messages for c1 mode
8039         * support/Util/SDCCerr.h: new messages for c1 mode
8040         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8041
8042 2003-02-15    <johan AT balder>
8043
8044         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8045
8046 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8047
8048         * doc/sdccman.lyx: Environment variables, -o and other minor things
8049
8050 2003-02-14    <johan AT balder>
8051
8052         * src/xa51/main.c: before anyone really tries to use it :)
8053
8054         * Install doc's in share/sdcc/doc
8055         * removed some obsolete files
8056         * Do a proper make distclean and uninstall
8057         M Makefile.common.in
8058         R sdccbuild.sh
8059         M as/Makefile
8060         M device/include/Makefile.in
8061         M device/lib/Makefile.in
8062         M doc/sdccman.lyx
8063         M link/Makefile
8064         M sim/ucsim/doc/Makefile.in
8065         M src/clean.mk
8066         R src/avr/peeph.rul
8067         R src/xa51/peeph.rul
8068         M support/cpp2/Makefile.in
8069         M support/makebin/Makefile
8070
8071
8072 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8073
8074         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8075
8076 2003-02-10  Borut Razem <borut.razem AT siol.net>
8077
8078         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8079         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8080         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8081         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8082         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8083         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8084         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8085         src/z80/Makefile.bcc: Borland Makefile cleanup
8086         * as/z80/Makefile.bcc: Added Borland Makefile
8087         * support/cpp2/borland.h: Removed
8088
8089 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8090
8091         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8092         * src/SDCC.lex: new pragma NOIV
8093         * src/SDCCglobl.h: new pragma NOIV
8094         * src/SDCCmem.c: new pragma NOIV
8095
8096 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8097
8098         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8099
8100 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8101
8102         * src/SDCCmain.c: signal handling is switched off by --debug
8103         * doc/Makefile: small fix for install; use clean.mk again
8104         * doc/clean.mk: clean *.pdf and *.html too
8105
8106 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8107
8108         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8109         * device/lib/printfl.c: fix a ds390 bug by making it portable
8110         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8111         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8112         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8113         * debugger/mcs51/cmd.c: converted multi-line string literals
8114         * sim/ucsim/globals.cc: converted multi-line string literals
8115         * src/SDCCmain.c: introduced signal handler to remove temp files
8116         * doc/Makefile: small tweaks, implement clean
8117         * doc: removed generated files
8118
8119 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8120
8121         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8122         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8123         Address Record is not correctly generated for DS390."
8124
8125 2003-02-02  Borut Razem <borut.razem AT siol.net>
8126
8127         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8128         * as/mcs51/asm.h: fixed compilation with Borland C
8129         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8130         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8131         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8132         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8133         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8134         src/z80/Makefile.bcc: delete $(LIB) only if exist
8135         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8136
8137 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8138
8139         * device/include/malloc.h: introduced NULL
8140         * device/include/string.h: introduced NULL
8141         * device/include/stdlib.h: introduced NULL
8142         * device/lib/_memcpy.c: removed NULL
8143         * device/lib/_strcat.c: removed NULL
8144         * device/lib/_strchr.c: removed NULL
8145         * device/lib/_strcmp.c: removed NULL
8146         * device/lib/_strcpy.c: removed NULL
8147         * device/lib/_strcspn.c: removed NULL
8148         * device/lib/_strlen.c: removed NULL
8149         * device/lib/_strncat.c: removed NULL
8150         * device/lib/_strncmp.c: removed NULL
8151         * device/lib/_strncpy.c: removed NULL
8152         * device/lib/_strpbrk.c: removed NULL
8153         * device/lib/_strrchr.c: removed NULL
8154         * device/lib/_strspn.c: removed NULL
8155         * device/lib/_strstr.c: removed NULL
8156         * device/lib/_strtok.c: removed NULL
8157         * device/lib/malloc.c: removed NULL, include own header
8158
8159 2003-02-02    <johan AT balder>
8160
8161         * 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
8162         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8163         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8164         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8165         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8166         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8167
8168 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8169
8170         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8171         area 'DATA'"
8172
8173 2003-02-01    <johan AT balder>
8174
8175         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8176
8177 2003-01-31    <johan AT CP255758-A>
8178
8179         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8180
8181 2003-01-30    <johan AT balder>
8182
8183         * src/SDCCBBlock.c: automatic bug detection
8184         * src/SDCCicode.c: automatic bug detection
8185
8186 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8187
8188         * src/SDCCglobl.h:   now --xram-size 0 works
8189         * src/SDCCmain.c:    now --xram-size 0 works
8190
8191 2003-01-29    <johan AT balder>
8192
8193         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8194
8195 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8196
8197         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8198         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8199         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8200         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8201         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8202         * src/SDCCmain.c:    Added options --xram-size and --code-size
8203
8204 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8205
8206         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8207         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8208
8209 2003-01-27    <johan AT balder>
8210
8211         * src/SDCC.y: fixed bug #613764
8212
8213 2003-01-26    <johan AT balder>
8214
8215         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8216         * src/SDCCsymt.h: fixed bug #673374
8217         * src/SDCCglue.c: fixed bug #661910
8218         * src/SDCCast.c: fixed bug #458099 and 673374
8219
8220 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8221
8222         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8223         * as/mcs51/strcmpi.h: added
8224         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8225         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8226         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8227         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8228         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8229         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8230         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8231         * as/mcs51/Makefile.aslink: new module strcmpi
8232         * as/mcs51/Makefile.asx8051: new module strcmpi
8233         * as/mcs51/Makefil.bcc: new module strcmpi
8234         * as/mcs51/Makefile.in: new module strcmpi
8235         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8236
8237 2003-01-26    <johan AT balder>
8238
8239         * src/SDCCglue.c: reverted back to 1.124
8240         * src/SDCCast.c: reverted back to 1.156
8241         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8242
8243 2003-01-25    <johan AT balder>
8244
8245         * src/SDCCglue.c: A better fix for bug #661910
8246         * src/SDCCast.c: A better fix for bug #661910
8247         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8248
8249 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8250
8251         * src/Makefile.in: remove spawn.o
8252         * src/SDCCmain.c: remove spawn.h
8253         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8254         * src/spawn.c: removed
8255         * src/spawn.h: removed
8256         * support/regression/ports/ds390/spec.mk: link with -r
8257
8258 2003-01-24    <johan AT CP255758-A>
8259
8260         * src/ds390/gen.c (aopOp): fixed bug #667458
8261         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8262         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8263         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8264
8265 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8266
8267         * src/mcs51/peeph.def: better assembler identation by Frieder
8268         * src/mcs51/gen.c: better assembler identation by Frieder
8269
8270 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8271
8272         * as/z80/string.h: removed for gcc 3.2
8273         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8274         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8275
8276 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8277
8278         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8279         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8280         * support/regression/Makefile: separate temp files for ports
8281         * support/regression/generate-cases.py: separate temp files for ports
8282         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8283         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8284
8285 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8286
8287         * moved tinitalk to device/examples/ds390
8288
8289 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8290
8291         * as/mcs51/lkmem.c: rflag is for DS390
8292         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8293         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8294                          (linkEdit): move mem- and map-files the same way as ihx-files
8295         * src/z80/main.c (_setDefaultOptions): removed --generic
8296         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8297         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8298         * src/pic/glue.c (picglue): --c1mode works again
8299         * src/pic16/glue.c (pic16glue): --c1mode works again
8300         * src/asm.c (printCLine): fix #660034
8301
8302 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8303
8304         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8305         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8306         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8307         * as/mcs51/lkmem (summary): better fix for sp problem
8308         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8309         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8310         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8311                                               remove --stack-after-data
8312
8313 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8314
8315         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8316         * src/SDCCutil.c (join): ugly bug: missing '\0'
8317         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8318
8319 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8320
8321         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8322         * src/port.h: typo
8323         * src/pic/main.c (_asmCmd): gpasm supports -o
8324         * src/z80/main.c: more general macros
8325         * device/lib/Makefile.in: remove intermediate files
8326
8327 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8328
8329         * .version: Bumped version number to 2.3.3
8330         * src/SDCCBBlock.c: new option -o
8331         * src/SDCCglobl.h: new option -o
8332         * src/SDCCglue.c: new option -o
8333         * src/SDCCmain.c: new option -o
8334         * src/asm.c: new option -o
8335         * src/ds390/main.c: new option -o
8336         * src/pic/glue.c: new option -o
8337         * src/pic/pcode.c: new option -o
8338         * src/pic/ralloc.c: new option -o
8339         * src/pic16/glue.c: new option -o
8340         * src/pic16/pcode.c: new option -o
8341         * src/pic16/ralloc.c: new option -o
8342         * src/z80/main.c: new option -o
8343         * device/lib/Makefile.in: use -o
8344         * support/regression/ports/ds390/spec.mk: use -o
8345         * support/regression/ports/gbz80/spec.mk: use -o
8346         * support/regression/ports/mcs51/spec.mk: use -o
8347         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8348         * support/regression/ports/z80/spec.mk: use -o
8349         * support/regression/ports/ucz80/spec.mk: use -o
8350         * support/regression/ports/xa51/spec.mk: use -o
8351         * support/regression/fwk/lib/timeout.c: fix usage string
8352
8353 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8354         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8355
8356 2003-01-07    <johan AT balder>
8357
8358         * src/SDCCast.c (decorateType): fixed bug #600035
8359
8360 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8361         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8362         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8363         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8364         * src/pic/pcode.c: outcommented unused variable to remove warnings
8365         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8366
8367 2003-01-06    <karl AT turbobit.com>
8368         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8369    regression tests.
8370
8371 2003-01-06    <johan AT balder>
8372
8373         * src/SDCCicode.c: fixed array add
8374
8375 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8376         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8377         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8378
8379 2003-01-04    <johan AT balder>
8380
8381         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8382
8383 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8384         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8385
8386 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8387         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8388         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8389
8390 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8391         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8392
8393 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8394         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8395
8396 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8397         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8398
8399 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8400
8401     * in \sdcc\as\mcs51\ changed these files in order to create an
8402     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8403     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8404     following files to include the previous two files: aslink.dsp,
8405     Makefile.aslink, Makefile.bcc, and Makefile.in.
8406
8407     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8408     .adb instead of .cdb
8409
8410 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8411
8412         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8413         value from option --iram-size.
8414
8415 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8416
8417         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8418         dram[] array.
8419
8420 2002-09-18    <wiml AT hhhh.org>
8421
8422         * SDCClrange.h: exposed setFromRange() and setToRange()
8423         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8424           packRegsForAccUse() (bug 542397)
8425         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8426           multiple times and emitting the fetch operations more than once
8427           added aopGetUsesAcc() function to allow binary operators to
8428           fetch their operands in the correct order; made genMinus() emit
8429           compact code for X = LITERAL - Y
8430
8431 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8432         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8433         sprintf() in line 1267.
8434
8435 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8436         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8437         like ports.
8438
8439 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8440         Changes to aslink (All the changes are marked with 'JCF'):
8441
8442         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8443         summary().
8444
8445         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8446         area BSEG.  Also moves, if possible, the DATA area down into the internal
8447         ram so more space is available.
8448
8449         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8450         sflag.
8451
8452         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8453         not bytes.  Function summary() which creates a memory usage summary
8454         file with extension .mem.  Reports of overlaping stack and small stack
8455         size.  If the space for the stack is less than 16 bytes aslink trows a
8456         warning.
8457
8458         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8459         the 8051.  Option 'y' for memory summary output file.
8460
8461         Changes to sdcc (All the changes are marked with 'JCF'):
8462
8463         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8464
8465         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8466         overlaying area for it (uses RegBankUsed[4]).
8467
8468         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8469         bank zero as used by default.  By default aslink locates the stack
8470         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8471         the creation of the .mem file.  Delegates the allocation of data area
8472         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8473         the begining of the stack area to aslink.
8474
8475         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8476         glue() in SDCCglue.c creates an area for it.
8477
8478 2002-09-03  Borut Razem <borut.razem AT siol.net>
8479         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8480         sdcc/src/pic/glue.c:
8481         introduced atexit() handler for teporay files removal in case of
8482         errors, assertions, ...
8483
8484 2002-08-29  Borut Razem <borut.razem AT siol.net>
8485         * sdcc/support/cpp2/auto-host_vc_in.h:
8486         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8487         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8488         Maybe there is a similar problem with BORLANDC? It should be checked!
8489
8490         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8491         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8492         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8493         was not executed, and the compiler (cl) launched a warning:
8494         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8495
8496 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8497         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8498
8499 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8500         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8501
8502         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8503           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8504           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8505           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8506           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8507           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8508           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8509         - added Release configuration in VS projects
8510         - review of compiler an linker options
8511         - VC .exe files are generated in bin_vc directory, not to interfere
8512           with binaries generated from other projects (cygwin, mingw, bcc ...)
8513
8514         * sdcc/src/yacc.dsp: added
8515
8516         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8517         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8518         and insert the version number definitions from .version
8519
8520         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8521
8522         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8523         added - genarate auto-host.h using auto-host_vc_in.h as template
8524
8525         * sdcc/sdcc_vc.h,
8526         removed from CVS, generated automatically
8527
8528 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8529         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8530
8531 2002-08-11  Borut Razem <borut.razem AT siol.net>
8532         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8533
8534 2002-08-10  Borut Razem <borut.razem AT siol.net>
8535         * src/SDCCmain.c (main):
8536         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8537         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8538         The consequence was that some temporary files were not removed.
8539
8540         * src/SDCCglue.c:
8541         unification of code in functions tempfilename() and tempfile():
8542         function tempnam() is defined in Visual Studio 6.0 and .NET
8543
8544         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8545
8546         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8547           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8548         - removed compiler command line option /WX: Treats all warnings as errors
8549         - update a list of source files, included into the project
8550
8551         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8552           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8553         changed project type to Generic Project so that can be correcly converted to VS.NET project
8554
8555         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8556
8557         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8558
8559         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8560
8561         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8562         added return 0 statements after assert() to make compiler happy
8563
8564         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8565         added newline in the def file to keep MSC compiler satisfied
8566
8567         * sdcc/src/z80/gen.c:
8568         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8569           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8570         - solved MSC error in function aopDump()
8571
8572         * sdcc_vc.h: define PREFIX as "\\sdcc"
8573
8574 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8575         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8576
8577 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8578         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8579         - Rewrote the register banking algorithm.
8580         - Added pCode live-range analysis to registers (for now, only non-used and
8581         singly-used registers optimized away)
8582
8583         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8584
8585         * 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.
8586
8587 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8588         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8589
8590 2002-04-22  Michael Hope  <michaelh AT vroom>
8591
8592         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8593
8594         * configure.in (DD_COPT): Added include support required for gbdk.
8595
8596         * .version: Bumped version number just to increase it.
8597
8598         * src/SDCCmain.c: Added -nostdinc to the default options.
8599
8600 2002-04-15  Michael Hope  <michaelh AT vroom>
8601
8602         * device/lib/z80/printf.c (sprintf): Added.
8603
8604         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8605
8606         * src/z80/peeph.def: Added transpose redundent load rule.
8607
8608         * src/z80/main.c: Added force callee saves for jaune.
8609
8610         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8611
8612         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8613
8614 2002-03-28  Johan Knol  <johan AT balder>
8615
8616         * src/SDCCval.c: fixed bug #532436
8617
8618 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8619         * /src/port.h:
8620         Added "char *Processor" field to the port structure.
8621
8622         * /src/SDCCmain.c:
8623         Added -p option. Allows port dependent processor to be specified.
8624
8625         * all ports:
8626         Initialized the new field char *Processor field to NULL in all ports
8627
8628         * /src/pic/*:
8629         Compiler generated registers for interrupt context saving
8630         were not getting allocated.
8631
8632 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8633
8634         * /src/SDCCast.c:
8635         Fixed left shift. Will promote the left side of a left shift
8636         if a) left shifting more than size of operand or b) when assigned
8637         to something size > size of left side
8638
8639 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8640         * src/pic/*
8641         tons of changes. Register allocation has been
8642         rewritten. Added customization for the various PICs. Flow
8643         analysis is restructured. ...
8644
8645         * src/pic/device.h:
8646         Added
8647
8648         * src/pic/device.c:
8649         Added. device.c is a PIC port hack to accomodate variations
8650         in PIC devices.
8651
8652 2002-03-13  Michael Hope  <michaelh AT vroom>
8653
8654         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8655
8656 2002-03-04  johanknol  <johanknol AT manik>
8657
8658         * /src/SDCCval.c: fixed
8659
8660         const unsigned char arr[][2] = { { 0, 1 } };
8661         t18.c:1: error: Initializer element is not constant
8662
8663 2002-03-04  bela  <bela AT manik>
8664
8665         * /device/include/mcs51reg.h:
8666         ds89c420 register definition update
8667
8668 2002-03-03    <johan AT FRIJA>
8669
8670         * support/Util/SDCCerr.c: did something, but don't no why anymore
8671
8672         * support/regression/tests/bug-524691.c: made it a little less shy
8673
8674         * src/SDCCast.c (decorateType): fixed bug #524697
8675
8676         * src/SDCCast.c: made some lineno improvements
8677
8678         * src/SDCCval.c (getNelements): changed warning to error
8679
8680         * src/SDCCglue.c (printIvalArray): changed warning to error
8681
8682         * src/SDCCicode.c: fixed a warning for mingw
8683
8684         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8685
8686         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8687
8688 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8689
8690         * src/ds390/peeph.def:
8691         Added some more peephole rules
8692
8693         * src/ds390/gen.c: Various fixes & enhancements
8694
8695         * src/SDCClrange.c, src/SDCClrange.h:
8696         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8697
8698         * src/ds390/ralloc.c:
8699         various fixes & enhancements (ds390) specific
8700
8701         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8702         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8703         from rallocs.
8704
8705         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8706
8707 2002-03-02    <johan AT FRIJA>
8708
8709         * src/SDCCast.c (decorateType): fixed bug #524708
8710
8711         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8712
8713         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8714
8715 2002-03-01  Michael Hope  <michaelh AT vroom>
8716
8717         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8718
8719         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8720
8721 2002-03-01    <johan AT FRIJA>
8722
8723         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8724
8725         * src/SDCCast.c (decorateType): fixed bug #524209
8726
8727         * src/SDCCval.c (valNot): fixed bug #524195
8728
8729 2002-02-26    <johan AT balder>
8730
8731         * src/xa51/gen.c: fixed a warning
8732
8733         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8734
8735         * src/SDCCast.c (decorateType): fixed bug #522534
8736
8737 2002-02-23    <johan AT balder>
8738
8739         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8740
8741 2002-02-22    <johan AT balder>
8742
8743         * src/SDCCast.c: fixed bug #514865
8744
8745         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8746
8747 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8748
8749         * sdcc/src/SDCCloop.c:
8750         Previous fix was not good. basic blocks that have "break" or "return" are
8751         not really partof a loop , but live ranges used in these blocks should
8752         be live thru the entire loop, so set partOfLoop but don't add them to
8753         loop region
8754
8755 2002-02-21    <johan AT FRIJA>
8756
8757         * src/SDCCcse.c: fixed bug #514308
8758
8759 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8760
8761         * src/SDCCloop.c:
8762         Fixed BUG #519583. If a conditional block ended in a return/break
8763         statement inside a loop, it was not being considered part of the loop.
8764
8765         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8766
8767 2002-02-10  Karl Bongers <karl AT turbobit.com>
8768
8769         * debugger/*:
8770         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8771         with lots of comments and notes.
8772
8773         * device/examples/test2.c:
8774         Fix bug, "red" variable not being initialized(compiler complained).
8775
8776         * device/examples/Makefile, examples/test3.c:
8777         Add Makefile in device/examples folder, compiles test3.c
8778         for use as a multiple module SDCDB test case.
8779
8780         * sim/ucsim/cmd.src/cmdset.cc:
8781         Took out debug printfs in ucsim "next" command.
8782
8783         * sim/ucsim/xa.src:
8784         Karl and Johan start ucsim XA support.  Most dissassembly working,
8785         about 75% emulation done(plenty of work remaining).
8786
8787         * sim/ucsim/z80.src:
8788         Add Z80 support to ucsim, add test-ucz80 regression test,
8789         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8790         Notice z80 compiler fails on examples/test3.c/crc code.
8791
8792 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8793
8794         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8795         Added support for --parms-in-bank1
8796
8797         * src/ds390/peeph.def:
8798         added a few more peephole optimzations
8799
8800         * src/ds390/main.c:
8801         1) added __builtin_inp & __builtin_outp used to read in data of given length
8802            from a memory mapped port
8803         2) added __builtin_memcmp
8804         3) added __builtin_swapw swap bytes of a short
8805
8806         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8807         1) handle multiple send & receives from register bank1
8808         2) ralloc can now allocate DPTR1 to some liveRanges
8809
8810         * src/SDCCsymt.c, src/SDCCsymt.h:
8811         changes to handle multiple sends & receives
8812
8813         * src/SDCCptropt.h:
8814         added some pointer arithmetic optimization
8815
8816         * src/SDCCptropt.c:
8817         added some pointer arithmetic optimizations but not stable yet so not
8818         called from anywhere (will get this working shortly)
8819
8820         * src/SDCCopt.c: fixed for multiple sends & receives
8821
8822         * src/SDCCmain.c:
8823         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8824         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8825            set preprocessor defines (depending on options)
8826
8827         * src/SDCCicode.c, src/SDCCicode.h:
8828         changes made to handle multiple sends & receives
8829
8830         * src/SDCCglobl.h:
8831         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8832
8833         * src/SDCCcse.c, src/SDCCcse.h:
8834         added function findbackward def (to be used in upcoming optimization)
8835
8836         * src/SDCCcflow.c, src/SDCCcflow.h:
8837         added function returnAtEnd - to determine if a basic block terminates with
8838         a RETURN iCode
8839
8840         * src/SDCCast.c, src/SDCCast.h:
8841         added option parms-in-bank1
8842
8843         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8844         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8845         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8846         adjusted for --parms-in-bank1 option
8847
8848         * device/include/string.h:
8849         donot redefine "reentrant" keyword
8850
8851         * device/include/ds80c390.h: Added some more SFRs
8852
8853 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8854
8855         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8856
8857 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8858
8859         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8860
8861 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8862
8863         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8864
8865 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8866
8867         * Added --xram-movc option
8868
8869 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8870
8871         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8872
8873 2002-01-11  Johan Knol
8874
8875         * Added math lib of Jesus Calvino-Fraga
8876
8877 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8878
8879         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8880         * support/regression/Makefile: new target test-mcs51-stack-auto
8881         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8882
8883 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8884
8885         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
8886
8887 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
8888
8889         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
8890
8891 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
8892
8893         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
8894
8895         * src/SDCCglue.h: add definition for printIvalChar()
8896
8897 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8898
8899         * src/SDCCast.c: fix #498138 by Johan
8900
8901         * src/SDCCglue.c: fix #498138 by Johan
8902
8903 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
8904
8905         * support/regression/Makefile: fix clean
8906
8907         * support/regression/ports/ds390/support.c: fix transmission of last character
8908
8909 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
8910
8911         * /sdcc/src/ds390/gen.c:
8912         a) improved computing address of stack variable
8913         b) took out some #if 0 code
8914         c) improved parmBytes adjustment
8915         d) improved genPlusIncr & genMinusIncr
8916         e) genCmp could generate bad code (when left assigned to DPTR)
8917         f) Fixed bug in hasInc
8918
8919         * /sdcc/src/ds390/ralloc.c:
8920         a) packRegsForSupport could mess up live information (Fixed)
8921         b) packRegsDPTRuse could be incorrect for left & right shift
8922
8923         * /sdcc/src/mcs51/ralloc.c:
8924         packRegsForSupport could mess up the live information (Fixed)
8925
8926         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
8927
8928         * /sdcc/src/SDCCast.c:
8929         can reverse a loop even if function call is present as long
8930         as the loop control variable is local & is not passed as parameter
8931
8932 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8933
8934         * /sdcc/ChangeLog: *** empty log message ***
8935
8936         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
8937         More builtin function additions for TININative
8938
8939         * /sdcc/src/ds390/ralloc.c:
8940         Had broken the regression testsuite
8941
8942         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
8943
8944         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
8945         Added funcattr hasStackParms will be set for reentrant functions when there
8946         are paramteres on the stack, this helps in minimizing frame pointer generation
8947         typeFromStr can handle function pointers now
8948
8949         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
8950         *** empty log message ***
8951
8952 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8953
8954         * /src/ds390/gen.c, /src/ds390/main.c:
8955         More builtin function additions for TININative
8956
8957         * /src/ds390/ralloc.c:
8958         Had broken the regression testsuite
8959
8960         * /src/SDCCast.c: Fixed a bug in dumptree
8961
8962         * /src/SDCCsymt.c, /src/SDCCsymt.h:
8963         Added funcattr hasStackParms will be set for reentrant functions when there
8964         are paramteres on the stack, this helps in minimizing frame pointer generation
8965         typeFromStr can handle function pointers now
8966
8967         * /doc/builtins.txt, /doc/TININative.txt:
8968         *** empty log message ***
8969
8970
8971 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
8972
8973         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
8974         ALPHA version for -mTININative
8975
8976         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
8977         updated to reflect changes in the port structure
8978
8979         * /src/port.h:
8980         added function do_assemble (similar to do_link) if non-null this function
8981         will be called to do assembly (-mTININative) requires a multi command
8982         assembly
8983         added function genAssemblerEnd will be called to generate assembler Epilogue
8984
8985         * /src/SDCCsymt.c:
8986         added _JavaNative to debug info printing
8987
8988         * /src/SDCCmain.c: added option --tini-libid
8989         added port->do_assemble function (-mTININative) has a multi command assemble
8990
8991         * /src/SDCCglue.c: Disabled "constExpr" check
8992         added port->genAssemblerEnd function
8993
8994         * /src/SDCCglobl.h: Added option --tini-libid value
8995
8996         * /src/SDCCast.h:
8997         tookout optimizeCompare from the header (has no external references)
8998
8999         * /src/SDCCast.c: made one more function "static"
9000
9001 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9002
9003         * src/z80/mappings.i: Added z80asm support.
9004
9005         * src/z80/main.c: Added z80asm support on --asm=z80asm
9006
9007         * src/z80/gen.c: Fixed asm portability issues.
9008
9009         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9010
9011         * src/SDCCglue.c (printExterns): Added global/extern split.
9012
9013 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9014
9015         * support/regression/Makefile: added test for mcs51 model large
9016
9017         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9018
9019         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9020
9021 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9022
9023         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9024
9025 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9026
9027         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9028
9029         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9030
9031 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9032
9033         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9034
9035         * support/regression/tests/simplefloat.c: Port to mcs51.
9036
9037 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9038         * support/regression/tests/bug-485362.c: Added.
9039
9040         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9041
9042         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9043
9044         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9045
9046         * src/z80/gen.c (aopDump): Added a dump function.
9047
9048 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9049         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9050
9051         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9052
9053         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9054
9055         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9056
9057         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9058
9059         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9060
9061         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9062
9063         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9064
9065         * support/regression/ports/ds390/support.c: Use tinibios.
9066
9067         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9068
9069 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9070
9071         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9072         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9073
9074         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9075
9076         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9077
9078 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9079
9080         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9081
9082         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9083         (packRegsForIYUse): Created and optimised.
9084
9085 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9086
9087         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9088 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9089
9090         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9091
9092         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9093
9094         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9095
9096 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9097
9098         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9099
9100         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9101
9102 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9103
9104         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9105
9106         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9107
9108         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9109
9110 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9111
9112         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9113         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9114         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9115
9116         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9117
9118         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9119         (genNotFloat): Added.
9120         (genUminusFloat): Added.
9121
9122         * device/lib/z80/Makefile: Added floating pt stubs.
9123
9124         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9125
9126         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9127
9128         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9129
9130 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9131
9132         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9133
9134         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9135
9136         * sdcc/support/regression/Makefile: Add port ds390.
9137
9138         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9139
9140         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9141
9142         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9143
9144         * sdcc/support/regression/ports/ds390/support.c: Added.
9145
9146         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9147
9148         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9149
9150         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9151
9152 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9153
9154         * device/include/malloc.h: Added z80 and gbz80 support.
9155
9156         * device/lib/gbz80/heap.s: Added.
9157
9158         * device/lib/z80/heap.s: Added.
9159
9160         * device/lib/malloc.c: Added z80 and gbz80 support.
9161
9162         * support/regression/tests/malloc.c (testMalloc): Added.
9163
9164         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9165
9166         * support/regression/tests/bug-478094.c: Added.
9167
9168         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9169
9170 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9171
9172         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9173
9174         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9175
9176         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9177
9178         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9179
9180         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9181
9182 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9183
9184         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9185
9186 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9187
9188         * support/regression/tests/bug-477927.c: Added.
9189
9190         * src/z80/peeph.def: Added minor rules.
9191
9192         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9193
9194         * src/z80/peeph.def: Added jump optimisation modification.
9195
9196 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9197
9198         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9199
9200 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9201
9202         * support/regression/tests/funptrs.c: Added.
9203
9204 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9205
9206         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9207
9208 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9209
9210         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9211
9212         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9213
9214         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9215         (movLeft2ResultLong): Created.
9216
9217         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9218         (joinPushes): Added.  Joins two char pushes into a word push.
9219
9220 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9221
9222         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9223
9224         * support/makebin/Makefile (install): Added creation of dest dir.
9225
9226 2001-10-24 Karl Bongers <karl AT turbobit.com>
9227
9228         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9229
9230 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9231
9232         * src/z80/ralloc.c: Turned off faulty pack for one use.
9233
9234         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9235
9236         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9237
9238 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9239
9240         * support/regression/Makefile: Improved clean
9241
9242         * support/regression/ports/gbz80/spec.mk: Added clean
9243
9244         * support/regression/ports/host/spec.mk: Added clean
9245
9246         * support/regression/ports/z80/spec.mk: Added clean
9247
9248         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9249
9250         * support/regression/ports/mcs51/timeout.c: little improvements
9251
9252 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9253
9254         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9255
9256         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9257
9258         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9259
9260 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9261
9262         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9263
9264         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9265
9266 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9267         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9268
9269         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9270
9271         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9272
9273         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9274
9275         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9276
9277         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9278
9279         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9280
9281         * support/regression/tests/longor.c: Added.
9282
9283 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9284
9285         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9286
9287         * as/mcs51/aslink.h: define PATH_MAX
9288
9289         * as/mcs51/asm.h: define PATH_MAX
9290
9291         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9292
9293         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9294
9295         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9296
9297         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9298
9299         * src/SDCCglobl.h: define PATH_MAX
9300
9301         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9302
9303         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9304
9305 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9306
9307         * src/z80/gen.c (gencjneshort): Fixed
9308
9309         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9310
9311 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9312
9313         * support/regression/tests/bug-469671.c: Added.
9314
9315         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9316
9317 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9318
9319         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9320
9321         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9322
9323 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9324
9325         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9326
9327         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9328
9329         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9330
9331         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9332
9333         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9334
9335         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9336
9337         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9338
9339 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9340
9341         * 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.
9342
9343         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9344
9345         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9346
9347 2001-10-07    <johan AT FRIJA>
9348
9349         * device/lib/gets.c (gets): fixed the return value.
9350
9351 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9352         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9353
9354         * 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.
9355
9356         * 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.
9357
9358         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9359
9360         * src/pic/gen.c: Removed Safe_strdup.
9361
9362         * configure.in: Added option to enable libgc support.
9363
9364         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9365         (bitVectUnion): Optimised.
9366         (bitVectIntersect): Optimised.
9367         (bitVectBitsInCommon): Optimised.
9368         (bitVectCplAnd): Optimised.
9369
9370         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9371
9372 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9373
9374         * src/SDCCmain.c: distinguish between assembler debug and plain options
9375
9376         * src/avr/main.c:   remove standard assembler options
9377
9378         * src/ds390/main.c: remove standard assembler options
9379
9380         * src/mcs51/main.c: remove standard assembler options
9381
9382         * src/port.h: removed "PENDING" comment
9383
9384 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9385
9386         * src/device/lib/_mulint.c  : new, with assember functions
9387
9388         * src/device/lib/_mullong.c : new, with assember functions
9389
9390         * src/device/lib/_divuint.c : with assember functions
9391
9392         * src/device/lib/_divsint.c : with assember functions
9393
9394         * src/device/lib/_divulong.c: with assember functions
9395
9396         * src/device/lib/_divslong.c: with assember functions
9397
9398         * src/device/lib/_moduint.c : with assember functions
9399
9400         * src/device/lib/_modsint.c : with assember functions
9401
9402         * src/device/lib/_modulong.c: with assember functions
9403
9404         * src/device/lib/_modslong.c: with assember functions
9405
9406         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9407
9408         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9409
9410         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9411                                       replaced _mululong.c and _mulslong.c by _mullong.c
9412
9413 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9414
9415         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9416
9417 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9418
9419         * src/SDCCglue.c: test, if win32api is available for MINGW
9420
9421 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9422
9423         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9424         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9425         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9426         * support/regression/ports/host/spec.mk: removed GENERIC
9427         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9428         * support/regression/ports/z80/spec.mk: removed GENERIC
9429
9430 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9431
9432         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9433
9434         * support/regression/tests/bug-467035.c: Created.
9435
9436 2001-10-01    <johan AT FRIJA>
9437
9438         * src/SDCC.y: fixed bug #466586 part 1
9439
9440 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9441
9442         * SDCCicode.c: z80 has no generic pointers
9443         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9444
9445 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9446
9447         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9448
9449 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9450
9451         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9452
9453         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9454
9455 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9456
9457         * configure.in: Fixed up so that ucsim is only configured once.
9458
9459         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9460
9461         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9462         (getPathDifference): As above.
9463
9464         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9465
9466         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9467
9468 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9469         * .version: Updated to 2.3.1
9470
9471         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9472         Added copyright header.
9473
9474         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9475         (assemble): Added support for macro based assembler commands.
9476         (linkEdit): Added support for macro based linker commands.
9477         (preProcess): Changed the pre-processor to use macros.
9478         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9479         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9480
9481         * device/lib/z80/crt0.s: Added module name for debugging.
9482
9483 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9484
9485         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9486
9487         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9488
9489         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9490
9491         * src/Makefile.in: Added SDCCmacro and SDCCutil
9492
9493 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9494
9495         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9496
9497 2001-09-16    <johan AT FRIJA>
9498
9499         * 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.
9500
9501 2001-09-15    <johan AT FRIJA>
9502
9503         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9504         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9505
9506 2001-09-11    <johan AT FRIJA>
9507
9508         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9509
9510 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9511
9512         * support/regression/tests/bug-460444.c: Added test case.
9513
9514         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9515         (genCast): Added justification for all of the asserts.
9516
9517 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9518
9519         * support/regression/support.c: _xdata replaced by xdata
9520
9521         * support/regression/spec.mk: removed _generic
9522
9523 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9524
9525         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9526
9527         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9528         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9529
9530         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9531
9532         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9533
9534         * support/regression/tests/bug-460010.c: Added test case.
9535
9536         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9537
9538 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9539
9540         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9541
9542         * support/regression/testfwk.c: removed workaround for bug #436344
9543
9544         * support/regression/tests/bp.c: use less memory with mcs51
9545
9546         * support/regression/tests/bug-441448.c: use less memory
9547
9548         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9549
9550         * support/regression/collate-results.py: typo
9551
9552 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9553
9554         * support/regression/tests/fetchoverlap.c: Added new test case.
9555
9556         * support/regression/tests/bp.c: Added new test case.
9557
9558         * support/regression/tests/bug-448984.c: Added new test case.
9559
9560         * support/regression/tests/pow2shifts.c: Added new test case.
9561
9562         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9563         (genlshTwo): Fixed right shift for count > 8.
9564
9565         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9566
9567 2001-09-08    <johan AT FRIJA>
9568
9569         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9570
9571 2001-09-07    <johan AT FRIJA>
9572
9573         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9574
9575         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9576
9577 2001-09-06    <johan AT FRIJA>
9578
9579         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9580         * bernhard noted me at this: "() equals to (void)" (1.38)
9581
9582 2001-09-05    <johan AT FRIJA>
9583
9584         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9585
9586 2001-09-04    <johan AT FRIJA>
9587
9588         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9589
9590
9591 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9592
9593         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9594
9595 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9596
9597         * link/z80/aslink.h: Fixed path for PATH_MAX
9598
9599 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9600
9601         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9602
9603         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9604
9605         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9606
9607         * 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.
9608
9609 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9610
9611         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9612         (genCmp): Fixed up genCmp for the GB with longs.
9613
9614         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9615
9616         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9617
9618         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9619
9620         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9621
9622 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9623
9624         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9625
9626 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9627
9628         * 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.
9629
9630         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9631
9632 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9633
9634         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9635
9636         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9637
9638 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9639
9640   * sim/ucsim/configure:    little improvement of Cygwin-detection
9641   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9642   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9643   * support/regression/tests/bug-221100.c: small changes for mcs51
9644   * support/regression/tests/bug-221168.c: small changes for mcs51
9645   * support/regression/tests/bug-227710.c: small changes for mcs51
9646   * support/regression/tests/staticinit.c: small changes for mcs51
9647   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9648   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9649   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9650
9651 $Revision$