389d75dbeba5bd2b2f01c926552b019da42c8a13
[fw/sdcc] / ChangeLog
1 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
4
5 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
8           (hex2dec): made hex_digit unsigned char, removed ascii dependance
9         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
10           (hex2dec): made hex_digit unsigned char, removed ascii dependance
11         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
12         * packihx/packihx.c (hexDigit): made c unsigned char
13         * as/mcs51/lklibr.c (fndsym),
14         * link/z80/lkgb.c (gb),
15         * link/z80/lklibr.c (fndsym),
16         * link/z80/lkrloc.c (relr),
17         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
18         * src/SDCC.lex (checkCurrFile, process_pragma),
19         * src/SDCCglue.c (spacesToUnderscores),
20         * src/SDCCmain.c (setParseWithComma, processFile),
21         * src/asm.c (tvsprintf, printCLine),
22         * src/avr/gen.c (emitcode, aopPut),
23         * src/ds390/gen.c (emitcode),
24         * src/hc08/gen.c (emitcode, emitinline),
25         * src/mcs51/gen.c (emitcode, genInline),
26         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
27           tokenizeLineNode),
28         * src/pic/ralloc.c (debugLog),
29         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
30           tokenizeLineNode),
31         * src/pic16/ralloc.c (debugLog),
32         * src/z80/main.c (_process_pragma):
33            made all ctype.h function calls safe
34         * src/SDCCopt.c: include math.h for fabs
35         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
36           and used them throughout the code to make ctype.h function calls safe
37         * src/ds390/main.c (asmLineNodeFromLineNode),
38         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
39         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
40            unsigned char*
41         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
42           (newpCodeAsmDir): made ctype.h function calls safe
43         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
44           pic16_emitcode):  made lbp unsigned char*
45         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
46           (pic16_newpCodeAsmDir): made ctype.h function calls safe
47         * src/xa51/gen.c (emitcode),
48         * src/z80/gen.c (_emit2): made lbp unsigned char*
49         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
50            char*
51
52 2005-09-05 Raphael Neider <rneider AT web.de>
53
54         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
55           access bank splitpoint
56
57 2005-09-05 Raphael Neider <rneider AT web.de>
58
59         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
60
61 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
62
63         * .version: changed to version 2.5.3
64         * doc/sdccman.lyx: changed version to 2.5.3,
65           documented --codeseg and --constseg and pragma codeseg and constseg,
66           documented bit parameters (reentrant) and bit returning
67         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
68            currFunc->recvSize, but is this ok for all ports?
69           (ast2iCode): result of ~ on unsigned char must be cast to int for
70            bool to work
71         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
72           function pointers in bit space
73         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
74           (processFuncArgs): call port.reg_parm() with reentrancy info
75         * src/port.h,
76         * src/avr/main.c,
77         * src/ds390/main.c,
78         * src/hc08/main.c,
79         * src/pic/main.c,
80         * src/pic16/main.c,
81         * src/xa51/main.c,
82         * src/z80/main.c: port.reg_parm prototype extended with
83           "bool reentrant" parameter
84         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
85           options.stackAuto for allocating bit register parameters
86         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
87           (genSend): set BitBankUsed if it is,
88           (selectRegBank): factored out of genCall for use in genPcall,
89           (genCall): removed redundant dtype assignmen, use selectRegBank,
90           (genPcall): handle returning in Carry properly, save in F0 if needed,
91           (genReceive): handle bit register parameters
92         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
93           (mcs51_assignRegisters): enable bit registers for all reentrant
94            functions and don't set BitBankUsed unconditionally
95         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
96         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
97         * support/regression/tests/funptrs.c: added tests for BOOL and for return
98
99 2005-08-27 Borut Razem <borut.razem AT siol.net>
100
101         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
102         ppc-osx (Darwin) does not support -u option. It seems that it is
103         supported only on Linux - GNU cp
104
105 2005-08-25 Borut Razem <borut.razem AT siol.net>
106
107         * sim/ucsim/gui.src/serio.src/Makefile.in,
108           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
109           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
110           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
111           install and strip, since the strip at /usr/ccs/bin should be used
112           on solaris
113
114 2005-08-24 Borut Razem <borut.razem AT siol.net>
115
116         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
117
118 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
119
120         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
121         ffffffffu
122
123 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
124
125         * as/mcs51/aslink.h: completed lkrloc.c prototypes
126         * as/mcs51/lkmain.c (link_main): fixed warning
127         * device/include/stdbool.h: ds390 has no advanced bit support yet
128         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
129         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
130         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
131           and updated their macros
132         * src/SDCCval.c (constVal): updated comment for renamed b_long
133
134 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
135
136         * as/mcs51/asdata.c: changed ctype['['] to BINOP
137         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
138           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
139           (oprio): set priority for '['
140         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
141            and adb_24_bit
142         * as/mcs51/asm.h: added defines R_BIT and S_BIT
143         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
144         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
145         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
146           added overlayable BIT_BANK area
147         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
148           (summary2): explain 'T' in legenda
149         * as/mcs51/lkrloc.c: replaced old K&R style,
150           (relr): added R_BIT processing,
151           (errmsg): added "Bit-addressable relocation error",
152           (adb_bit): added for converting from byte- to bit-addressable space,
153           (adb_24_bit): added for converting from byte- to bit-addressable space
154         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
155            used in reentrant functions now even as return value
156         * device/lib/_gptrput.c (_gptrput): removed obsolete code
157         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
158           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
159         * src/SDCCglobl.h: added indicator BitBankUsed
160         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
161            the bit registers b0-b7
162         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
163           (geniCodeCast): fixed bug 1263853,
164           (geniCodeLogicAndOr): put result in bool or char,
165           (geniCodeReceive): added parameter func for accessing the return type,
166           (geniCodeFunctionBody): pass func to geniCodeReceive
167         * src/SDCCmain.c: added indicator BitBankUsed
168         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
169         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
170           (checkSClass): don't put automatic bool/bit on stack,
171           (checkFunction): removed check on function cannot return bit
172         * src/SDCCsymt.h: added newBoolLink prototype
173         * src/mcs51/gen.c (rb1regs): added bit registers,
174           (movc): created for assigning to carry,
175           (pushReg, popReg): created for pushing registers,
176           (sameRegs): check both AOP_REG and AOP_CRY types,
177           (aopOp): handle bit registers,
178           (aopPut): optimization no self-assign,
179           (saveRegisters): push reg->base (bits) only once for bit registers,
180            and use pushReg,
181           (unsaveRegisters): pop reg->base only once and use popReg,
182           (assignResultValue): added parameter func and return in carry for bits,
183           (genIpush): optimization no reload in A if not changed,
184           (genSend): bit parameters in reentrant functions are passed in bit
185            registers by first assigning to bits in B, then save registers and
186            copy B to bits,
187           (genCall): handle returning in Carry properly, save it in F0 if needed,
188           (genPcall): updated assignResultValue call, this is not safe yet for bit
189            returning function !!!
190           (genFunction): don't generate equ's for bit registers and use pushReg,
191           (genEndFunction): take care of bit returning functions and use popReg,
192           (genRet): return bit in Carry,
193           (genIfx): optimize bit registers and other directly addressable bits,
194           (genReceive): updated assignResultValue call
195         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
196           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
197            registers when using stack-auto
198         * src/mcs51/ralloc.c (_G): added allBitregs,
199           (regs8051): added the bit registers,
200           (createStackSpil): use macro IS_BIT,
201           (getRegBit): added to allocate a bit register, else spill,
202           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
203           (updateRegUsage): factored out to ease stepping while debugging,
204           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
205            also allocate bit registers,
206           (fillGaps): handle bit registers,
207           (findAllBitregs): added to create bit vector with all bit registers,
208           (mcs51_allBitregs): returns this bit vector,
209           (mcs51_assignRegisters): when using stack-auto use bit registers for
210            passing parameters and creating local variables
211         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
212
213 2005-08-22 Borut Razem <borut.razem AT siol.net>
214
215         * device/lib/Makefile.in: replaced find option -or with -o
216           to make it run on solaris
217
218 2005-08-22 Raphael Neider <rneider AT web.de>
219
220         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
221           fixes #1265442 (crash on Solaris)
222
223 2005-08-20 Borut Razem <borut.razem AT siol.net>
224
225         * configure, configure.in: added tests for libsocket and libnsl libraries,
226           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
227           from support/regression/Makefile.in
228         * support/regression/Makefile.in: added
229         * device/lib/pic16/Makefile.common.in: force make to use bash shell
230         * sim/ucsim/libtool: regenerated on sparc-solaris
231         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
232           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
233           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
234           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
235           sparc-solaris, which doesn't use GNU ld linker
236         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
237         * as/Makefile: find on sparc-solaris does not support -maxdepth option
238
239 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
240
241         * src/mcs51/peeph.def: updated comments
242
243 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
244
245         * device/lib/_gptrget.c,
246         * device/lib/_gptrput.c: slightly shorter
247         * doc/sdccman.lyx: incremented version
248         * src/mcs51/peeph.def: moved peephole comments to the line of first
249           change to better keep line correlation, reanimated 186.e
250         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
251
252 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
253
254         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
255           David Saxton with quotes around file name.
256
257 2005-08-15 Borut Razem <borut.razem AT siol.net>
258
259         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
260           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
261           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
262           make tests run on x86_64 platform
263
264 2005-08-13 Raphael Neider <rneider AT web.de>
265
266         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
267           as it might be executed DURING a build (parallel make is wonderful)
268
269 2005-08-13 Raphael Neider <rneider AT web.de>
270
271         * device/lib/Makefile.in (port-specific-objects-pic16):
272           revert to cp $(PORT)/bin/*.* $(PORTDIR)
273         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
274           dependency
275         * device/lib/pic16/Makefile.rules: build subdirs before creating
276           the library, removed builddir rule, create $(builddir) early in
277           recurse rule, use empty recurse rule for leaf directories
278         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
279           mkdir errors (race condition), removed duplicate suffix "hex"
280           from clean rules
281         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
282         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
283           prevents mkdir -p from aborting on Alpha
284
285 2005-08-12 Raphael Neider <rneider AT web.de>
286
287         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
288           db-statements in order to allow for arrays of pointers in code
289           sections to be placed without interspersed 0-padding, fixes
290           bug #1256215
291         * (emitStatistics): fixed division by zero for pic18f1220
292         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
293           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
294         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
295         * (pic16_pCodeConstString): keep track of already emitted string
296           literals to prevent "duplicate definitions of symbol _str_NR"
297         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
298           debug message
299         * device/lib/Makefile.in: ignore failing PIC16 library builds
300         * device/lib/pic16/Makefile: do not build if gputils are missing
301         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
302
303 2005-08-10 Raphael Neider <rneider AT web.de>
304
305         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
306           my last commit)
307
308 2005-08-10 Raphael Neider <rneider AT web.de>
309
310         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
311           Rokas' patch to add the new fixed point type "__fixed16x16"
312         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
313           functions for __fixed16x16 arithmetics
314         * device/lib/pic16: reimplemented the build system to support
315           a separate build directory, better handling of libio (create
316           the library in a separate subdir for each architecture) and
317           easier configuration (centralized in Makefile.common)
318
319 2005-08-07 Raphael Neider <rneider AT web.de>
320
321         * src/pic16/gen.c (genrshTwo): fixed sign extension
322         * src/pic16/device.c: added pic18f2320, 4220 and 4320
323         * device/include/pic16/pic18f2220.h: changed some bit definitions,
324           added T0CONbits
325         * device/include/pic16/pic18f4220.h: NEW, header for
326           pic18f4220 and pic18f4320
327         * device/include/pic16/pic18fregs.h: added new devices,
328           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
329         * device/include/pic16/signal.h: resolved name clashes
330           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
331           to also allow testing for interrupt enable bits, added
332           comments on how to use the macros
333         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
334         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
335           register definitions for the devices
336         * device/lib/pic16/pics.all: added new devices
337         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
338           allocated memory
339         * device/lib/pic16/libc/stdlib/memfree: do not count
340           the block header as free memory
341         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
342           simplified and added missing end-of-blocklist-marker
343           (reported by Peter Onion, fixes #1252814)
344         * (_mergeHeapBlock): fixed loop condition
345         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
346           len==0, restructured code
347         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
348           up a bit, reduced bitfield accesses, prevent endless loops
349           in case of heap corruption
350         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
351           "unreferenced arguments/must return a value" warnings
352         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
353           replaced BAUDREG with SPBRG
354         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
355           device/lib/pic16/debug/gstack/gstack.c: replaced
356           _naked, _asm, _endasm with __naked, __asm, __endasm
357
358 2005-08-05 Raphael Neider <rneider AT web.de>
359
360         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
361           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
362
363 2005-08-05 Borut Razem <borut.razem AT siol.net>
364
365         * device/lib/Makefile.in: added missing ';'
366         * configure: removed ^M characters
367
368 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
369
370         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
371           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
372           License
373
374 2005-08-04 Borut Razem <borut.razem AT siol.net>
375
376         * configure.in: pic16 libraries build 2nd try - enable running
377           configure in device/lib/pic16
378         * configure: regenerated from configure.in
379         * device/lib/Makefile.in: create $(PORT)/bin directory
380
381 2005-08-03 Raphael Neider <rneider AT web.de>
382
383         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
384           to get/set values via pointers
385         * (genUnpackBits,genPackBits): changed detection of
386           ptr->bitfield vs. sym.bitfield, fixed access via generic
387           pointers, removed dead (wrong) code for multibyte bitfields
388         * (genNearPointerGet, genGenPointerGet): removed useless code,
389           fixed bitfield detection, fixes #1250594
390         * (genNearPointerSet): removed useless code
391         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
392           and introduced macro pic16_emitpcode that conditionally emits
393           the origin of the following pCode (useful for debugging SDCC)
394         * src/pic16/pcode.c: changed (and disabled) some debug outputs
395         * (createDefmap): fixed handling of LFSR for --optimize-df
396
397 2005-08-02 Borut Razem <borut.razem AT siol.net>
398
399         * device/lib/Makefile.in: pic16 libraries build enabled since
400           gputils-0.13.2 are now localy installed at sourceforge's compile farm
401
402 2005-08-02 Raphael Neider <rneider AT web.de>
403
404         * src/pic16/gen.c (genPackBits): removed deprecated warning
405         * (genGenPointerSet): fixed bitfield detection
406
407 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
408
409         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
410
411 2005-07-31 Raphael Neider <rneider AT web.de>
412
413         * device/lib/pic16/libdev/pic18f458.c,
414           device/include/pic16/pic18f458.h: added missing T0CONbits
415
416 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
419
420 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
421
422         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
423
424 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
425
426         * device/include/mcs51/at89c51ed2.h: added.
427
428 2005-07-23 Raphael Neider <rneider AT web.de>
429
430         * src/pic/gen.h: added emitpcode macro for debugging
431         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
432           and replace by macro adding debug information on demand
433         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
434         * (gencjne): tried to fix; replaced with correct (slower) code
435         * (gen{Unp,P}ackBits): fixed single bit access
436         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
437         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
438           previous instruction
439         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
440           register has to be handled with care (forbidding movement
441           of assignments/uses, removing assignments completely, ...)
442         * (pCodeOptime2pCodes): make use of regIsSpecial
443         * added lots of debugging output (commented out)
444         * src/pic/rallloc.c (deassignLRs): prevent operand registers
445           from being reused as result UNLESS it is known to work
446
447 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
448
449         * support/Util/dbuf.h: include <stddef.h> for size_t
450         * .version: changed to version 2.5.2
451
452 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
453
454         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
455
456 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
457
458         * src/hc08/gen.c (genMinus): fixed bug #1241835,
459           (genModOneByte): removed needless psha/pula
460
461 2005-07-22 Raphael Neider <rneider AT web.de>
462
463         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
464           have PIC14 handled like PIC16, fixes broken pic14 linker calls
465         * src/pic/gen.c (resolveIfx): do not "invent" labels
466         * (genSkipc): changed to positive logic
467         * (genSkipCond): removed as no longer needed
468         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
469           backport from PIC16
470         * (genLeftShift): check operands are in different registers
471         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
472           INCF does not update CARRY...
473         * src/pic/main.c: fixed _linkCmd
474         * src/pic/pcode.c (unlinkpCode): added inactive code
475         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
476           alive (do not assign result and operand overlapping registers)
477
478 2005-07-22 Raphael Neider <rneider AT web.de>
479
480         * src/pic/device.c (dump_sfr): replaced register declaration with
481           call to emitSymbolToFile() to avoid duplicate symbols
482         * (assignRelocatableRegisters): do not declare external symbols
483         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
484           right (take size of type, not etype)
485         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
486         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
487         * (packRegsForAccUse): disabled assignment of WREG as
488           the result reg to prevent occurence of just fixed #1235003,
489           fixes #1242954
490         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
491           symbols (avoids duplicate symbols in .asm file)
492         * (pic14emitRegularMap): use emitSymbolToFile()
493         * src/pic/gen.c (aopOp): fixed spillLocation handling
494         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
495         * (genDataPointerSet): removed unneccessary variables/output
496
497 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * as/mcs51/lkarea.c: enlarged codemap for banked memory
500         * device/lib/mcs51/crtbank.asm: added # to 0x0F
501
502 2005-07-21 Raphael Neider <rneider AT web.de>
503
504         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
505           architecture cannot handle them efficiently, fixes bug #1235003
506         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
507           check for empty sets before using them (fixes bug #1232190)
508
509 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
510
511         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
512           (lnksect2): generate warnings for memory overlap
513         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
514           constseg to set the name of these segments so you can instruct the linker
515           to place them in banks
516         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
517         * src/SDCCglobl.h: added MODEL_HUGE to enum,
518           added code_seg and const_seg to options
519         * src/SDCCglue.c (emitMaps): use options.const_seg,
520           (createInterruptVect): put interrupt vectors in segment HOME,
521           (glue): put HOME before static segment and put the main glue in HOME,
522           (glue): use options.code_seg
523         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
524         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
525           these segments so you can instruct the linker to place them in banks
526           (linkEdit): use code_loc for HOME segment which should be the first
527           segment in code memory now
528         * src/SDCCmem.c: fixed more stuff like bug 1238386
529         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
530           (changePointer): don't change function pointers to code pointers for
531           banked functions,
532           (compareType): added exceptional check for banked function pointers
533         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
534         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
535           after static in code memory
536         * src/mcs51/gen.c: added aopLiteralLong prototype,
537           (aopForSym): use getSize for functions,
538           (genCall): generate banked calls over one trampoline __sdcc_banked_call
539           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
540           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
541           the segment,
542           (genPcall): use call for literal function pointers and generate banked
543           calls over the one trampoline so there's only one place for the user to
544           modify according to his/hers hardware,
545           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
546           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
547         * src/mcs51/main.c: added keyword banked,
548           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
549         * support/Util/SDCCerr.c,
550         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
551           needed for passing the bank and address to the trampoline
552         * device/lib/mcs51/crtbank.asm: added for bankswitching
553         * device/lib/mcs51/Makefile: added crtbank
554
555 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
556
557         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
558           for fields at offset 0 of a struct or union as reported
559           on 2005-07-07 in the developer mailing list.
560
561 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
562
563         * src/SDCCmem.c: fixed bug 1238386
564
565 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
566
567         * src/mcs51/peeph.def: added labelrefcounting for peepholes
568           (patch #1144962), added peephole 300, enabled 259.x
569         * doc/sdccman.lyx: removed screenshot and provided link instead
570
571 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
572
573         * doc/sdccman.lyx: added section about debugging with ddd
574         * doc/figures/ddd_example.eps: screenshot of debugging session
575
576 2005-07-04 Raphael Neider <rneider AT web.de>
577
578         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
579           like CODE pointers, fixes #1115683
580         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
581           call, fixes bugs #1232211, #1228110,
582           fixed wrong casts to pCodeFlow from pCodeInstructions
583
584 2005-07-04 Raphael Neider <rneider AT web.de>
585
586         * src/pic/gen.c (popGet): changed assert to allow for
587           bit operands
588         * (popGetAddr): changed signature to provide
589           an additional index, patched all call sites
590         * (genCmpEq): handle literal-like operands correctly
591         * (genAddrOf): added sanity checks on __code/__data pointers
592         * (genAssign): added handling of symbols from __code section
593         * (gencjne): do not generate code for comparisons whose result
594           is neither stored nor used, fixes bug #1171114
595         * (AccLsh, AccRsh): operate on operand instead of WREG
596         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
597           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
598           by known count
599         * rewrote complete shift-by-literal logic, commented unused
600           functions out
601         * (genConstPointerGet): get multiple bytes (if result size > 1),
602           fixed handling of non-immediate addresses
603         * (genPointerGet): handle CODE pointers like CONST pointers
604         * (genpic14Code): insert C-SRC lines as Cource-pCodes
605         * ({aop,op}_isLitLike): NEW, single place to decide whether an
606           operand is to be treated as a literal or not
607         * (mov2w,genPcall,genCmpEq),
608           src/pic/genarith.c: use aop_isLitLike() to decide between
609           literal/register contents
610         * (addSign): added missing offset
611         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
612           only emit comment in debug-mode,
613           use {aop,op}_isLitLike throughout the file
614         * src/pic/glue.c: fix initializers for pointers (work in progress)
615         * src/pic/pcode.c (get_op): honor index on _const symbols
616         * ({reset,dump}pCodeStatistics): NEW, estimate code size
617         * (dumppBlock): added pCode size estimation
618         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
619           check for IS_SYMOP before OP_SYMBOL'ing
620         * fixed indentation, compacted switch-statements
621         * (allocReg): find free register and allocate it instead of
622           allocating new registers all the time
623         * (deassignLRs): prevent POINTER_GET's from being assigned the same
624           registers as its operands (necessary only for multibyte GETs)
625
626 2005-07-01 Raphael Neider <rneider AT web.de>
627
628         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
629           debugging .asm-output macros FENTRY + FEXIT
630         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
631           way... I wonder...
632         * (emitpComment): NEW, printf to pCode
633         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
634           offset handling
635         * (popGetAddr): NEW, variant of popGet to access an immediates
636           high(er) bytes instead of the n'th byte of memory they reference,
637           replaced popGet with popGetAddr where neccessary
638         * (genDataPointerGet): reactivated and fixed implementation
639         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
640           accesses
641         * (genDataPointerSet): fixed multibyte assignments
642         * (genpic14Code): fixed --i-code-in-asm handling
643         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
644         * (genPlus): fixed index-out-of-bounds error
645         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
646         * src/pic/ralloc.c: added debugging output macro FENTRY2
647         * (spillThis): fixed indentation, enbraced for-body for clarity
648         * (rematStr): commented out as now unused
649         * (regTypeNum): commented out special spill case (overwrites
650           arbitrary values)
651         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
652
653 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * doc/sdccman.lyx: documented sfr16/sfr32,
656           added example for using storage class with function pointers
657         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
658
659 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
660
661         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
662         * device/lib/_itoa.c,
663         * device/lib/_ltoa.c: optimized codesize
664         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
665           but don't know how to suppress the double warning.
666         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
667         * support/Util/SDCCerr.c,
668         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
669
670 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
673           fixed old K&R prototypes
674         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
675         * device/lib/_gptrget.c,
676         * device/lib/_gptrgetc.c,
677         * device/lib/_gptrput.c: changed versions for new memory indicator values,
678           also new versions for small generic pointers and banked generic pointers
679         * src/port.h: added const_name
680         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
681         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
682         * src/SDCCcse.c (findPrevIc): check all associative operators
683         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
684         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
685         * src/SDCCmem.c: updated comments,
686           set far-space to 0 for pdata, results in optimized code
687         * src/SDCCmem.h: added macro CONST_NAME
688         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
689           moving the info into the highest bits, see also gptrget/gptrput
690         * src/src.dsp: added sdcc.ico to project files
691         * src/avr/gen.c (genCast): fixed bug 0x%d
692         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
693         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
694           relation between ptr_type and DCL_TYPE,
695           (genCast): fixed bug 0x%d
696         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
697           (CODE)" for const_name
698         * src/hc08/gen.c (genCast): fixed bug 0x%d
699         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
700           (hc08_port): added "CONST (CODE)" for const_name
701         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
702           (aopForRemat, adjustArithmeticResult): disconnected direct relation
703           between ptr_type and DCL_TYPE,
704           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
705           operand* and took AOP() inside function so sfr-ness can be checked,
706           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
707           new prototype,
708           (genFunction, genEndFunction): optimized stack setup,
709           (genMinus): optimized for literals with ending zeroes (in bytes),
710           (genCast): fixed bug 0x%d
711         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
712           (mcs51_port): added "CONST (CODE)" for const_name
713         * src/mcs51/peeph.def: made rule 226 more generic
714         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
715         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
716         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
717         * src/z80/main.c (z80_port): added NULL for const_name,
718           (gbz80_port): added NULL for const_name
719         * support/regression/tests/bug663539.c,
720         * support/regression/tests/sfr16.c: new tests
721
722 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
723
724         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
725
726 2005-06-24 Raphael Neider <rneider AT web.de>
727
728         * device/lib/pic16/libdev/pic18f[68][567]20.c:
729           corrected typos...
730         * device/include/pic16/signal.h: added USBIF
731           and SIG_USB
732
733 2005-06-24 Raphael Neider <rneider AT web.de>
734
735         * device/lib/pic16/libdev/pic18f2455.c,
736           device/include/pic16/pic18f2455.h: NEW
737         * device/include/pic16/pic18fregs.h,
738           device/lib/pic16/pics.all,
739           src/pic16/device.c: added 18f2455
740         * device/lib/pic16/libdev/pic18f[68][567]20.c,
741           device/include/pic16/{pic18f[68][567].h,usart.h}:
742           replaced MULTIPLE_USARTS define with more relaible
743           compatibility sfrs (for USART access)
744
745 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
746
747         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
748           and the output asm file line is printed on two lines.
749
750 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
751
752         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
753           BGT, BLE, BHI, and BLS instructions
754         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
755           genCmpEq): removed
756         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
757           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
758           fixes bug #1216342
759         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
760
761 2005-06-15 Raphael Neider <rneider AT web.de>
762
763         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
764         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
765         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
766           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
767           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
768
769 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
770
771         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
772           Marcel Telka in bug #1215704
773
774 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
775
776         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
777           located in shared memory bank.
778
779 2005-05-31 Raphael Neider <rneider AT web.de>
780
781         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
782           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
783           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
784
785 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
786
787         * device/lib/_strncpy.c: fixed the fix
788
789 2005-05-26 Raphael Neider <rneider AT web.de>
790
791         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
792           initializers with \0, bug #1208187
793         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
794           intializers with \0, bug #1208187
795
796 2005-05-26 Raphael Neider <rneider AT web.de>
797
798         * src/pic16/glue.c (pic16_printIvalChar): fixed string
799           initializers with \0, bug #1208187
800         * src/pic16/main.c (_process_pragma): added sanity checks
801           for stack position and size, emit warnings when appropriate
802
803 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
804
805         * device/lib/_strncpy.c: fixed not filling with \0
806
807 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
808
809         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
810           createFunction),
811         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
812           compound_statement),
813         * src/SDCCsymt.h,
814         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
815
816 2005-05-24 Raphael Neider <rneider AT web.de>
817
818         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
819
820 2005-05-24 Raphael Neider <rneider AT web.de>
821
822         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
823           TRISE definitions, closes bug #1162453
824
825 2005-05-22 Raphael Neider <rneider AT web.de>
826
827         * src/pic16/main.c (_process_pragma): check for missing
828           arguments to pragmas code and udata
829         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
830           consistency fixes to match other headers (thanks to Jim Paris)
831         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
832
833 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
834
835         * src/SDCCicode.c (isOperandEqual): fixed missing ;
836
837 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
838
839         * support/regression/tests/bug1198642.c: new test
840         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
841         * src/SDCCcse.c (findPrevIc): added comment, please have a look
842         * support/scripts/resource.h,
843         * support/scripts/resource.rc,
844         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
845         * support/scripts/sdcc.ico: added 32x32 icon
846
847 2005-05-18 Raphael Neider <rneider AT web.de>
848
849         * device/lib/pic16/libdev/pic18f*.c,
850         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
851           keywords to "__sfr" and "__at (X)"
852         * device/include/pic16/pic18fregs.h: added pic18f4520
853         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
854           #1203088 (MPLAB compatibility)
855
856 2005-05-17 Raphael Neider <rneider AT web.de>
857
858         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
859         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
860         * device/lib/pic16/pics.all: added new devices
861         * src/pic16/device.c: added support for pic18f4520
862
863 2005-05-16 Raphael Neider <rneider AT web.de>
864         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
865         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
866         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
867           convenience function for bit access
868
869 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
870
871         * device/lib/printf_large.c: fixed bug 1193299
872         * support/regression/tests/bug1057979.c: added test %3.3s
873
874 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
875
876         * device/include/mcs51/8051.h,
877         * device/include/mcs51/8052.h: made parseable with lint
878         * device/include/mcs51/lint.h: added include file for (sp)lint
879         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
880         * doc/cdbfileformat.lyx,
881         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
882
883 2005-05-14 Raphael Neider <rneider AT web.de>
884
885         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
886         * device/lib/pic16/libc/stdlib/itoa.c (new)
887         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
888         * device/lib/pic16/libio/Makefile: exclude subdir according to
889           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
890         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
891         * src/pic16/gen.c (genFunction): prevent annoying warning
892         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
893           nameclashes on BeOS
894         * support/cpp2/cppmain.c (cpp_output_string): new
895         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
896           fixes bug 1116802
897
898 2005-05-13 Borut Razem <borut.razem AT siol.net>
899
900         * src/SDCCmain.c (linkEdit): fixed bug 1195202
901
902 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
903
904         * .version: changed to version 2.5.1; back to bleeding edge development
905
906 2005-05-11 Borut Razem <borut.razem AT siol.net>
907
908         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
909           generate PDF version 1.3 documents
910
911 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
912
913         * .version: changed to version 2.5.0
914
915 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
916
917         * doc/sdccman.lyx: updated weblinks, index and smaller updates
918
919 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
920
921         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
922         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
923         well as many smaller updates.
924         * .version: changed to version 2.5.0-pre1
925
926 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
927
928         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
929
930 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
931
932         * support/regression/tests/bug1185672.c: added
933         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
934           bug 1185672
935         * src/mcs51/gen.c (genCall): added comments, made it look safer
936         * src/mcs51/gen.c (genEndFunction): simplified
937
938 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
939
940         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
941
942 2005-04-14 Borut Razem <borut.razem AT siol.net>
943
944         * fixed bug 1045046 - SIGSEGV with really simple code?:
945           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
946           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
947
948 2005-04-14 Borut Razem <borut.razem AT siol.net>
949
950         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
951           src/pic16/device.h: temporarily disabled experimental #inline pragma
952           for 2.5.0 release
953
954 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
955
956         * device/include/z80/stdio.h,
957         * device/include/z80/string.h: removed these highly incomplete files so
958           SDCC can use the default ones in device/include/
959
960 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
961
962         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
963         gcc warning.
964         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
965         fix sdcpp warnings.
966
967 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
968
969         * device/include/malloc.h: removed redundant __reentrant prototypes
970         * device/lib/_mullong.c: added working xstack variant in asm (C version
971           doesn't pass regression tests)
972         * device/lib/bpx.c: used __data and made bpx char for mcs51
973         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
974           (createFunction): fixed bug with xstackPtr
975         * src/SDCCcse.c: corrected comments
976         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
977           (killDeadCode, eBBlockFromiCode): removed unused code
978         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
979           corrected comments
980         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
981           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
982           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
983           (genModOneByte): fixed warning in MSVC
984         * src/mcs51/main.c (): added comments
985         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
986
987 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
988
989         * src/SDCCmain.c (linkEdit): oops, changed one line too many
990
991 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
992
993         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
994
995 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
996
997         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
998         characters arrays of larger size than the declared one.
999
1000 2005-04-10 Borut Razem <borut.razem AT siol.net>
1001
1002         * src/pic/gen.c (genInline),
1003           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1004           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1005           (findNextInstruction), (findPrevInstruction),
1006           (findInstructionUsingLabel),
1007           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1008         * src/pic/pcode.c (findLabel): added missing '\n'
1009         * src/src.dsp: added SDCCdwarf2.c to the project
1010
1011 2005-04-09 Borut Razem <borut.razem AT siol.net>
1012
1013         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1014
1015 2005-04-08 Raphael Neider <rneider AT web.de>
1016
1017         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1018           into the chain after a given one) and mergeDefmapSymbols (combine
1019           defmap entries for each symbol per pcode)
1020         * (createDefmap): have defmap entries merged in the end
1021         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1022           a symbol before replacing one access type's symbol, merge symbols in
1023           the end (replacement symbol might already have an entry)
1024         * (assignValnums): keep reference to written WREG intact
1025
1026 2005-04-08 Raphael Neider <rneider AT web.de>
1027
1028         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1029           Alpha)
1030
1031 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1032
1033         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1034         bytes
1035
1036 2005-04-07 Raphael Neider <rneider AT web.de>
1037
1038         * device/include/pic16/usart.h: added compatibility defines for
1039           devices with more than one USART
1040         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1041
1042 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1043
1044         * device/lib/Makefile.in: updated for port specific include
1045
1046 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1047
1048         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1049
1050 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1051
1052         * device/include/8051.h,
1053         * device/include/8052.h,
1054         * device/include/at89S8252.h,
1055         * device/include/at89c55.h,
1056         * device/include/at89x051.h,
1057         * device/include/at89x51.h,
1058         * device/include/at89x52.h,
1059         * device/include/mcs51reg.h,
1060         * device/include/reg51.h,
1061         * device/include/reg764.h,
1062         * device/include/regc515c.h,
1063         * device/include/sab80515.h: (re)moved these 12 files
1064         * device/include/mcs51/8051.h,
1065         * device/include/mcs51/8052.h,
1066         * device/include/mcs51/at89S8252.h,
1067         * device/include/mcs51/at89c55.h,
1068         * device/include/mcs51/at89x051.h,
1069         * device/include/mcs51/at89x51.h,
1070         * device/include/mcs51/at89x52.h,
1071         * device/include/mcs51/mcs51reg.h,
1072         * device/include/mcs51/reg51.h,
1073         * device/include/mcs51/reg764.h,
1074         * device/include/mcs51/regc515c.h,
1075         * device/include/mcs51/sab80515.h: and added them here
1076
1077 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1078
1079         * device/include/stdarg.h: changed SDCC specific keywords to double
1080           underlined form.
1081         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1082           mcs51 and ds390.
1083         * device/include/hc08/mc68hc908gp32.h,
1084         * device/include/hc08/mc68hc908jb8.h,
1085         * device/include/hc08/mc68hc908jkjl.h,
1086         * device/include/hc08/mc68hc908qy.h: fixed comments
1087         * device/include/mcs51/README: updated
1088         * device/include/mcs51/c8051f120.h: added PINRSF
1089         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1090         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1091           amidst code. Also inline is not supported.
1092
1093 2005-04-06 Raphael Neider <rneider AT web.de>
1094
1095         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1096         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1097           callers stack/frame pointers
1098
1099 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1100
1101         * device/include/pic16/usart.h: added, missing in previous commit,
1102         * device/include/pic16/adc.h: fixed typo,
1103         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1104         commit,
1105         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1106         <p18fxxx.inc>
1107         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1108         uninitialized because a bug appears with gplink
1109         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1110         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1111         complains for unrecognised option
1112
1113 2005-04-05 Raphael Neider <rneider AT web.de>
1114
1115         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1116           structs as well (using memcpy)
1117         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1118           on ISRs (GOTO has no label)
1119         * src/pic16/device.h: added OF_OPTIMIZE_DF
1120         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1121           new data flow analysis/optimization
1122         * src/pic16/pcode.c: added (prototypes for and implementation of)
1123           dataflow analysis functions, fixed pCodeInstructions' inCond and
1124           outCond values, made RCALL a branch instruction
1125         * (pic16_unlinkpCode): keep C line if possible
1126         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1127           C line moved if possible
1128         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1129         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1130           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1131         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1132           new flow)
1133         * (pic16_getJumptabpCode): NEW, needed in...
1134         * (LinkFlow): fixed handling of jumptables, calls and conditional
1135           branches
1136         * (pic16_InsertCommentAfter): NEW
1137         * (pic16_pCodeReplace): made verbose and flow preserving
1138         * (AnalyzeFlow): added call to data flow analysis
1139         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1140         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1141         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1142
1143 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1144
1145         * src/SDCCast.c (decorateType): fixed bug #1105626
1146
1147 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1148
1149         * device/include/asm/pic16/features.h,
1150         * pic18f*.h headers,
1151         * device/include/pic16/adc.h,
1152         * device/include/pic16/delay.h,
1153         * device/include/pic16/i2c.h,
1154         * device/include/pic16/malloc.h,
1155         * device/include/pic16/stdio.h,
1156         * device/include/pic16/stdlib.h,
1157         * device/include/pic16/string.h,
1158         * device/lib/pic16/libc/stdio/printf_tiny.c,
1159         * device/lib/pic16/libc/stdio/printf_small.c,
1160         * device/lib/pic16/libc/stdio/strmgpsim.c,
1161         * device/lib/pic16/libc/stdio/strmmssp.c,
1162         * device/lib/pic16/libc/stdio/strmusart.c,
1163         * device/lib/pic16/libc/stdio/vfprintf.c,
1164         * device/lib/pic16/libc/stdlib/ltoa.c,
1165         * device/lib/pic16/libc/stdlib/putchar.c,
1166         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1167         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1168         * device/lib/pic16/libc/stdlib/memchrram.c,
1169         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1170         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1171         * device/lib/pic16/libio/adc/adcbusy.c,
1172         * device/lib/pic16/libio/adc/adcread.c,
1173         * device/lib/pic16/libio/adc/adcsetch.c,
1174         * device/lib/pic16/libio/usart/ubaud.c,
1175         * device/lib/pic16/libio/usart/ubusy.c,
1176         * device/lib/pic16/libio/usart/udrdy.c,
1177         * device/lib/pic16/libio/usart/uopen.c,
1178         * device/lib/pic16/libio/usart/uputc.c,
1179         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1180         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1181         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1182         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1183         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1184         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1185         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1186         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1187         specific keywords to double underlined form,
1188         * device/lib/pic16/libc/Makefile.rules,
1189         * device/lib/pic16/libsdcc/Makefile.rules,
1190         * device/lib/pic16/libm/Makefile,
1191         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1192         to compile with C standard set in Makefile.common
1193         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1194         rand.c and crc.c in compilation process,
1195         * device/lib/pic16/libsdcc/int/divuint.c,
1196         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1197         `c' from signed to unsigned,
1198         * device/lib/pic16/startup/crt0.c,
1199         * device/lib/pic16/startup/crt0i.c,
1200         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1201         keywords to double underlined form, bug fixes in _do_cinit function
1202         which prevented the correct initialization of the .idata segment,
1203         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1204         core to enter a infinite loop
1205         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1206
1207 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1208
1209         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1210
1211 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1212
1213         * device/include/Makefile.in: add support for hc08 subdirectory
1214         * device/include/hc08/: new subdirectory
1215         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1216         Lucas Loizaga, thanks!
1217         * device/include/hc08/mc68hc908qy.h,
1218         * device/include/hc08/mc68hc908gp32.h,
1219         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1220         their own directory. Changed internal macro names to use the compiler
1221         reserved namespace. Changed SDCC specific keywords to double
1222         underlined form.
1223         * device/include/math.h,
1224         * device/include/malloc.h,
1225         * device/include/stdarg.h,
1226         * device/include/stdbool.h
1227         * device/include/string.h,
1228         * device/include/tinibios.h,
1229         * device/include/ds400rom.h,
1230         * device/include/8051.h,
1231         * device/include/8052.h,
1232         * device/include/80c51xa.h,
1233         * device/include/at89c55.h,
1234         * device/include/at89S8252.h,
1235         * device/include/at89x51.h,
1236         * device/include/at89x52.h,
1237         * device/include/ds80c390.h,
1238         * device/include/reg764.h,
1239         * device/include/regc515c.h,
1240         * device/include/sab80515.h,
1241         * device/include/mcs51/c8051f000.h,
1242         * device/include/mcs51/c8051f018.h,
1243         * device/include/mcs51/c8051f020.h,
1244         * device/include/mcs51/c8051f040.h,
1245         * device/include/mcs51/c8051f060.h,
1246         * device/include/mcs51/c8051f120.h,
1247         * device/include/mcs51/c8051f300.h,
1248         * device/include/mcs51/c8051f310.h,
1249         * device/include/mcs51/c8051f320.h,
1250         * device/include/mcs51/c8051f330.h,
1251         * device/include/mcs51/c8051f350.h,
1252         * device/include/z180.h: Changed SDCC specific keywords to double
1253         underlined form.
1254
1255 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1256
1257         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1258         18F4455,
1259         * (pic16_assignConfigWordValue): disable testing of configuration
1260         register value with config mask,
1261         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1262         function with port->fun_prefix,
1263         * (genFunction): when generating a naked interrupt function never
1264         create an absolute segment placed in interrupt vector address, place
1265         the actual interrupt function at IVA instead, when an interrupt
1266         function is generated with unspecified interrupt then do not create
1267         the absolute section,
1268         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1269         code for generating a call to generic pointer get/put function with
1270         a call to function pic16_callGenericPointer(),
1271         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1272         the call to the generic pointer get/put functions with prefixing the
1273         function name with port->fun_prefix,
1274         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1275         * src/pic16/main.c (_process_pragma): prefix function with
1276         port->fun_prefix,
1277         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1278         calling assembler, old 18Fxxxx macro is deprecated,
1279         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1280         PC_ASMDIR in while condition,
1281         * (findInstruction): add PC_ASMDIR in while condition,
1282         * (buildCallTree): prefix main with port->fun_prefix,
1283         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1284         identifier for variable with banked access in instructions BTFSS,
1285         BTFSC, BCF, BSF, BTG
1286         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1287         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1288         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1289         perform optimization when enviroment variable NO_REG_OPT is set,
1290         * (insideLRBlock): NEW, return 1 if register is inside an
1291         INF_LOCALREGS block,
1292         * (RemoveRegFromLRBlock): remove a register that is completely
1293         eliminated by register optimization, but it is still left in local
1294         register store/restore in/from stack block,
1295         * (Remove2pcodes): after removing register, check to see if it
1296         should be removed from local register store/restore in/from stack
1297         block,
1298         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1299         DUMMY_READ_VOLATILE,
1300
1301         * device/include/pic16/adc.h: minor prototype modifications and
1302         update,
1303         * device/include/pic16/malloc.h: added GPL notice various
1304         modifications,
1305         * device/include/pic16/stdint.h: NEW, standard header for ints
1306         * device/include/pic16/delay.h: NEW, header for delay functions,
1307         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1308         delay1mtcy,
1309         * device/include/pic16/signal.h: NEW, header providing helper macros
1310         for implementing signal handlers,
1311         * device/include/pic16/stdio.h: added prototypes for functions,
1312         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1313         prototypes for stdin and stdout, added macro PUTCHAR to
1314         automatically implement putchar function prototype,
1315         * device/include/pic16/usart.h: modified and updated USART library,
1316         * device/lib/pic16/libio/adc/,
1317         * device/lib/pic16/libio/i2c: some modifications to improve library
1318         performance,
1319         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1320         family of functions,
1321         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1322         family of functions and other sources,
1323         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1324         of the PIC18Fxx[28] devices,
1325         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1326         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1327         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1328         _do_cinit function, because the previous failed when local variables
1329         where not placed in the same memory bank,
1330         * device/lib/pic16/libsdcc/char/: various modifications to improve
1331         library performance,
1332         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1333         information on the new functions of the c library and more...
1334
1335 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1336
1337         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1338
1339 2005-03-26 Raphael Neider <rneider AT web.de>
1340
1341         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1342           if condition == CARRY)
1343         * (genCmp): adapted to new genSkipc semantics
1344         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1345           on rIfx (genCmp was broken)
1346
1347 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1348
1349         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1350         * src/z80/main.c (_keywords[]),
1351         * src/SDCCglobal.h (struct options),
1352         * src/SDCC.y,
1353         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1354         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1355         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1356         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1357         always available in leading double underscore form. The C99 support is
1358         mostly missing, but it's a start.
1359         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1360         reserved identifier "__data".
1361
1362 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1363
1364         * src/mcs51/peeph.def: fixed bug 1170013
1365
1366 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1367
1368         * device/include/mcs51reg.h: fixed bug 842007
1369
1370 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1371
1372         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1373         last time.
1374
1375 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1376
1377         * src/port.h (struct PORT),
1378         * src/avr/ralloc.c (avr_assignRegisters),
1379         * src/avr/main.c,
1380         * src/ds390/ralloc.c (ds390_assignRegisters),
1381         * src/ds390/main.c,
1382         * src/hc08/ralloc.c (hc08_assignRegisters),
1383         * src/hc08/main.c,
1384         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1385         * src/mcs51/main.c,
1386         * src/pic/ralloc.c (pic14_assignRegisters),
1387         * src/pic/main.c,
1388         * src/pic16/ralloc.c (pic16_assignRegisters),
1389         * src/pic16/main.c,
1390         * src/xa51/ralloc.c (xa51_assignRegisters),
1391         * src/xa51/main.c,
1392         * src/z80/ralloc.c (z80_assignRegisters),
1393         * src/z80/ralloc.h,
1394         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1395         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1396         * src/SDCCcse.h,
1397         * src/SDCCdflow.c (computeDataFlow),
1398         * src/SDCCdflow.h,
1399         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1400         * src/SDCCloop.h,
1401         * src/SDCCcflow.c (*),
1402         * src/SDCCcflow.h,
1403         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1404         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1405         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1406         immedDom() returning wrong block; probably fixes bug #1160833)
1407
1408 2005-03-20 Borut Razem <borut.razem AT siol.net>
1409
1410         * support/scripts/inc2h.pl: WIN32 port
1411
1412 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1413
1414         * device/lib/makefile.in: added abs.c and labs.c
1415
1416 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1417
1418         * device/include/stdint.h: added
1419         * device/lib/abs.c: added
1420         * device/lib/labs.c: added
1421         * device/include/stdlib.h: added abs() and labs() prototypes
1422         * device/lib/libsdcc.lib: added abs and labs
1423         * device/include/float.h,
1424         * device/lib/_fsmul.c,
1425         * device/lib/printf_fast.c,
1426         * device/lib/printf_tiny.c: updated comments
1427
1428 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1429
1430         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1431         bug #1164313
1432
1433 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1434
1435         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1436         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1437
1438 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1439
1440         * device/lib/printf_large.c: removed inline assembly for portability and
1441           readability. Use printf_fast if speed or size are more important.
1442         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1443         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1444
1445 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1446
1447         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1448         prevent compiler warning
1449
1450 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1451
1452         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1453         moved to level 0 and declared as static. Also they are explicit
1454         placed in access bank. This was necessery because some times they
1455         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1456         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1457         optimizations. Currently only compare to unsigned char is implemented,
1458         * src/pic16/gen.c: added fReturnIdx array,
1459         * (struct resolvedIfx) is moved to gen.h and made public,
1460         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1461         * (aopForSym): added an optimization to directly store in stack of
1462         the operand of a SEND iCode,
1463         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1464         but as registers instead (AOP_REG) using the fReturnIdx array,
1465         * (pic16_freeAsmop): remove the freed register from the
1466         _G.sregsAlloc field,
1467         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1468         a compare of 'WREG',
1469         * (pic16_popGetTempRegCond): changed function prototype, now
1470         function takes also a bitVector argument v which holds the current
1471         set of registers that are allocated for stack access by aopForSym,
1472         registers allocated in aopForSym for accessing stack symbols are not
1473         any more part of the functions usedRegs field,
1474         * (genCall): some times aopOp is called for a stack variable to be
1475         send, aopForSym might perform the push, if this is true make sure
1476         that genCall doesn't push the variable twice by testing _G.resDirect,
1477         * (genFunction): changed testing for unspecified interrupt number
1478         from 256 to INTNO_UNSPEC,
1479         * modified selection scheme of frame pointer generation. Previously
1480         if function did use local registers a frame pointer was generated,
1481         now a frame pointer is generated only if function has arguments
1482         (that need PLUSW2 register access), or has stack arguments, or the
1483         compiler is not instructed to omit the frame pointer,
1484         * (genEndFunction): before restoring local registers that were saved
1485         in the function preamble, also restore the registers that *might*
1486         have been allocated for stack access,
1487         * (genRet): removed some old comments,
1488         * (genCmp, the active (RN's) version): added a call to the
1489         pic16_genCmp_special function to perform the compare with a more
1490         robust and optimized way,
1491         * (genInline): a feature has been added in inline code generation,
1492         which allows a wildcard variable substitution when writing inline
1493         assembly. Code is incomplete and experimental therefore undocumented,
1494         * (genCast): changed order of aopOp for result and right to allow
1495         aopForSym to directly load the result if possible,
1496         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1497         perform an optimized compare on some selected special occasions,
1498         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1499         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1500         generate an IVT any more,
1501         * src/pic16/main.c (pic16_optionsTable): added command line option
1502         --optimize-cmp,
1503         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1504         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1505         macros,
1506         * src/pic16/NOTES: Raphael Neider added in list of active developers
1507         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1508         jumptable_end to prevent bug #,
1509         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1510         inCond and outCond fields,
1511         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1512         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1513         turn off register spilling,
1514         * (packRegsForOneUse): synced with other ports' versions although it
1515         is not used currently,
1516         * (pic16_packRegisters): added an optimization while reading
1517         structure bitfields, some registers may be saved (malloc code is
1518         decreased by 80 bytes)
1519
1520 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1521
1522         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1523         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1524         this can be optimized more?
1525
1526 2005-03-10 Raphael Neider <rneider AT web.de>
1527
1528         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1529           genNearPointerGet): (hopefully) fixed access to bitfields via
1530           pointers (p->bitN = x; and x = p->bitN; failed)
1531
1532 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1533
1534         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1535
1536 2005-03-09 Raphael Neider <rneider AT web.de>
1537
1538         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1539
1540 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1541
1542         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1543         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1544           (regTypeNum): set REG_BIT type if necessary
1545         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1546         * support/regression/tests/critical.c: check bug 1144613
1547
1548 2005-03-02 Raphael Neider <rneider AT web.de>
1549
1550         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1551
1552 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1553
1554         * src/avr/ralloc.c (serialRegAssign),
1555         * src/ds390/ralloc.c (serialRegAssign),
1556         * src/hc08/ralloc.c (serialRegAssign),
1557         * src/mcs51/ralloc.c (serialRegAssign),
1558         * src/pic/ralloc.c (serialRegAssign),
1559         * src/pic16/ralloc.c (serialRegAssign),
1560         * src/xa51/ralloc.c (serialRegAssign),
1561         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1562
1563 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1564
1565         * src/SDCCast.c (decorateType): fixed bug 1124787
1566
1567 2005-02-20 Hubert Sack <sack AT digiplan.de>
1568         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1569
1570         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1571         patch #1121755
1572
1573 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1574
1575         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1576         to keep the correct label reference count when adding/removing references
1577         to labels. A peephole file using this is appended to patch #1144962.
1578
1579 2005-02-14 Raphael Neider <rneider AT web.de>
1580
1581         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1582         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1583         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1584           retrievals of result operand's value on assignment
1585
1586 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1587
1588         * device/include/pic16/string.h: modified prototype for memccpy()
1589         to memccpy(void *, void *, char, size_t)
1590         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1591         check whether to omit frame pointer or not,
1592         * (genInline): convert all occurences of "\n" to LF in inline
1593         assembler blocks, this helps formatting the inline text,
1594         * (pic16_loadFSR0): modified prototype,
1595         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1596         removed some 8051 legacy code,
1597         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1598         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1599         before allocating temporary registers in functions,
1600
1601 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * support/regression/tests/bitvars.c: corrected the "fix"
1604
1605 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1606
1607         * support/regression/tests/bitvars.c,
1608         * support/regression/tests/bitwise.c,
1609         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1610
1611 2005-02-10 Raphael Neider <rneider AT web.de>
1612
1613         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1614           different size for Alpha
1615         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1616
1617 2005-02-09 Raphael Neider <rneider AT web.de>
1618
1619         * src/SDCC.lex(doPragma) : save and restore warning options as well
1620           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1621         * have #pragma less_pedantic set the errorlevel to WARNING
1622           (fixes #1117001)
1623         * (cloneOptimize) : fixed wrong malloc's size
1624         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1625           facilitate correct handling of #pragma (save|restore)
1626
1627 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1628
1629         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1630
1631 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1632
1633         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1634
1635 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1636
1637         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1638
1639 2005-02-02 Raphael Neider <rneider AT web.de>
1640
1641         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1642         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1643         * (pic16_storeForReturn): fixed to allow returning function pointers
1644         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1645         * device/include/pic16/{stddef.h,stdbool.h}: added
1646
1647 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1648
1649         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1650
1651 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1652
1653         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1654         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1655          appeared to be required
1656
1657 2005-01-31 Borut Razem <borut.razem AT siol.net>
1658
1659         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
1660           include/mcs51 and include/z80 directories to the package
1661
1662 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1663
1664         * src/hc08/gen.c (genFunction): fixed bug #1112752
1665
1666 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1667
1668         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
1669
1670 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1671
1672         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
1673
1674 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
1675
1676         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
1677
1678 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
1679
1680         * device/include/c8051fxxx.h: removed these 6 files
1681         * device/include/mcs51/c8051fxxx.h: added these 11 new files
1682
1683 2005-01-26 Raphael Neider <rneider AT web.de>
1684
1685         * src/pic16/gen.c (genAssign): fixed assignment from longs
1686           in codespace (were cut to three bytes)
1687         * (genDummyRead): implemented (except for CODESPACE...),
1688           fixed bug #1108575
1689         * src/pic16/glue.c (emitStatistics): beautified
1690         * device/lib/pic16/libm/Makefile: added include path
1691
1692 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1693
1694         * src/z80/gen.c (aopPut): fixed bug #1103902
1695
1696 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1697
1698         * device/lib/expf.c: fixed bug #1095792
1699
1700 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
1701
1702         * device/lib/pic16/libm: added Math library sources
1703
1704 2005-01-24 Raphael Neider <rneider AT web.de>
1705
1706         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
1707           to enable upcast to pCodeOpReg2 (there is no type tag to
1708           differenciate the two and pic16_popGet2p cast into PCOR2)
1709         * src/pic16/main.c (_process_pragma): fixed another malloc bug
1710           (sizeof(sectNames) changed to sizeof(sectName))
1711           Both patches fix segfaults under MinGW.
1712
1713 2005-01-23 Raphael Neider <rneider AT web.de>
1714
1715         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
1716           Safe_[mc]?alloc()'ed variables
1717         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
1718           of (byte sized) temporaries (assign them to WREG for now)
1719         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
1720           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
1721           this might fix SIGSEGVs on MinGW...
1722         * src/SDCCopt.c (killDeadCode): restored original behaviour
1723           (volatile operands might get thrown away though)
1724
1725 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
1726
1727         * src/pic16/gen.c: fixed bug #1106975,
1728         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
1729         pointer update, INTCON is saved, global interrupts are disabled and
1730         restored after updateing TOS.
1731         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
1732         * added function attribute 'shadowregs' to take advantage of shadow
1733         registers,
1734         * added function attribute 'wparam' as an alternative to the wparam
1735         pragma,
1736         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
1737         user declares a non-ISR function as 'shadowregs',
1738         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
1739
1740 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
1741
1742         * .version: bumped version number to 2.4.8
1743         * device/lib/pic16/pics.all: list of PIC18F devices supported by
1744         pic16 port,
1745         * device/lib/pic16/libio/i2c/: I2C module support library,
1746         * device/include/pic16/i2c.h: I2C support library header,
1747         * device/lib/pic16/libc/stdio/: standard IO support sources,
1748         * (printf_small.c): printf_small() source, supports float print,
1749         * (printf_tiny.c): printf_tiny() source, does not support floats,
1750         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
1751         enable global optimizations for entire library source, other
1752         Makefiles in the source tree are also modified to reflect this,
1753         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
1754         function,
1755         * doc/sdccman.lyx: updated to reflect new changes,
1756         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
1757         sym->onStack if-case,
1758         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
1759         sbit, idata, _idata, xdata, _xdata,
1760         * added pragma library, to link an external library, (see doc),
1761         * removed command line options, --pomit-config-words, --pomit-ivt,
1762         --pleave-reset-vector,
1763         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
1764         when calling assembler to reflect memory model used, also define
1765         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
1766         reflect stack model used,
1767         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
1768         on stack return NULL,
1769
1770 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1771
1772         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
1773           of the operands is volatile. Fixes #1020220
1774
1775 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
1776
1777         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
1778         * (OptimizeRegUsage): make sure that there is really no other flow where
1779           the first pCode is used
1780
1781 2005-01-22 Raphael Neider <rneider AT web.de>
1782
1783         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
1784           to fix #1106967 (pCode->seq are not set up correctly)
1785
1786 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1787
1788         * src/SDCCglue.c (glue): make sure code area is declared before the
1789         static initialization area.
1790
1791 2005-01-21 Raphael Neider <rneider AT web.de>
1792
1793         * device/lib/Makefile.in: fixed test for pic16 install dir
1794         * device/lib/pic16/*/Makefile*: modified compile flags to enable
1795           optimizations
1796         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
1797           added --optimize-goto compiler switch and pragma wparam documentation
1798         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
1799         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
1800           and PRODH closing bug #1071770 (peephole optimizer)
1801
1802 2005-01-19 Raphael Neider <rneider AT web.de>
1803
1804         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
1805           cmdLine buffers (used when calling sdcpp...) are large enough
1806           (MAX_PATH=256 truncates arguments leading to system halts when
1807           used in MinGW...)
1808         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
1809         * (genUminus): rewritten to for efficiency
1810         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
1811           used uninitialized in some cases)
1812         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
1813           copy the third byte from the int -- now assumes 0x80 (data memory)
1814         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
1815           operands (genAddLit expects the iCode's operands to swapped as
1816           well), fixed leftover bytes (crashed for short left operands)
1817         * (pic16_genMinusDec): performance improvements, removed false
1818           PIC14 emitSKPNCs
1819         * (pic16_genMinus): fixed to cope with differently sized operands
1820         * src/pic16/glue.c (pic16_glue): added new banksel optimization
1821           for --obanksel > 1
1822         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
1823         * src/pic16/graph.[ch]: implementation of directed graphs, used by
1824           new banksel optimization
1825         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
1826           analysis for temporary registers (segfaults...)
1827         * src/pic16/peeph.def: added rule
1828
1829 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
1830
1831         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
1832         which converts a float number to its ASCII representation
1833         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
1834         functions to convert the fractional and integer part of a float to ASCII,
1835         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
1836         realloc.c): added _MALLOC_SPEC to explicit place variables in data
1837         ram
1838         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
1839         _STATMEM macros,
1840         * device/include/pic16/adc.h: added GPL info,
1841         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
1842         a pCodeOp as tested operand,
1843         * (genNearPointerGet): optimized bit testing, does not use
1844         intermediate register for bit value, test directly instead with
1845         BTFSS, BTFSC, works only for single bits,
1846         * (genpic16Code): dump the name of the iCode in the asm,
1847         * src/pic16/ralloc.c (decodeOp): removed static declaration and
1848         renamed to pic16_decodeOp,
1849         * (serialRegAssign): do not allocate a temporary register for iCode
1850         sequences that test a single bit for 1/0
1851
1852 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
1853
1854         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
1855         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
1856         access stack and frame pointers. They are initially assigned to
1857         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
1858         accessing SFRs. Updated all occurences of modification of stack or
1859         frame pointer in gen.c and pcode.c,
1860         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
1861         assigning of a literal value to pointers,
1862         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
1863         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
1864         selected
1865
1866 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
1867
1868         * doc/sdccman.lyx: update documentation about stack pragma, added
1869         some info for stack memory models
1870
1871 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1872
1873         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
1874
1875 2005-01-08 Raphael Neider <rneider AT web.de>
1876
1877         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
1878           udata sections to fix bug #1097823
1879
1880 2005-01-05 Raphael Neider <rneider AT web.de>
1881
1882         * src/pic16/gen.c (genGenericShift): added handling of differently
1883           sized left operand and result
1884
1885 2005-01-04 Raphael Neider <rneider AT web.de>
1886
1887         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
1888         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
1889           to hold the condition bit)
1890         * added new version of genCmp (old code available via #define)
1891         * added new version of genShiftLeft/genShiftRight in a generic
1892           way, now supports shifting by negative values
1893         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
1894           shiftCount (expected by genGenericShift)
1895         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
1896         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
1897           dump
1898         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
1899           is an invalid literal too...)
1900
1901 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
1902
1903         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
1904         from Raphael Neider,
1905         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
1906         for 8-bit literals. This fixes some literal operands which are sign
1907         extended to 16-bits ints when instruction needs only 8-bits.
1908
1909 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
1910
1911         * device/lib/logf.c: added mcs51 assembly version
1912         * device/lib/expf.c: added mcs51 assembly version
1913         * device/lib/_logexpf.c: new shared asm code for expf and logf
1914         * device/include/math.h: add defines for assembly math library
1915         * device/lib/Makefile.in: build new _logexpf.c
1916         * device/lib/libfloat.lib: use new _logexpf.c
1917
1918 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1919
1920         * src/pic/device.c
1921         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
1922           device types which have less than 0x7f registers.
1923
1924 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
1925
1926         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
1927
1928 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1929
1930         * device/lib/printf_fast.c: only build on supported arch.
1931         * device/lib/printf_tiny.c: only build on supported arch.
1932         * device/lib/printf_fast_f.c: only build if asm float lib
1933         * device/lib/_fsget1arg.c: only build if asm float lib
1934         * device/lib/_fsget2args.c: only build if asm float lib
1935         * device/lib/_fsnormalize.c: only build if asm float lib
1936         * device/lib/_fsreturnval.c: only build if asm float lib
1937         * device/lib/_fsrshift.c: only build if asm float lib
1938         * device/lib/_fsswapargs.c: only build if asm float lib
1939         * device/include/stdio.h: don't provide print_fast,
1940           print_fast_f, print_tiny prototypes if --xstack used
1941
1942 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
1943
1944         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
1945         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
1946           to the SOURCES
1947
1948 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
1949
1950         * device/lib/printf_fast_f.c: same as printf_fast, but
1951           with floating point enabled
1952         * device/lib/printf_fast.c: minor tweaks
1953         * device/include/stdio.h: add printf_fast_f
1954
1955 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1956
1957         * src/SDCCmain.c: make --float-reent default for mcs51
1958         * device/lib/_fsadd.c: added mcs51 assembly version
1959         * device/lib/_fssub.c: added mcs51 assembly version
1960         * device/lib/_fsmul.c: added mcs51 assembly version
1961         * device/lib/_fsdiv.c: added mcs51 assembly version
1962         * device/lib/_fseq.c: added mcs51 assembly version
1963         * device/lib/_fsneq.c: added mcs51 assembly version
1964         * device/lib/_fsgt.c: added mcs51 assembly version
1965         * device/lib/_fslt.c: added mcs51 assembly version
1966         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
1967         * device/lib/Makefile.in: add _fscmp to build
1968         * device/lib/libfloat.lib: add _fscmp to build
1969
1970 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
1971
1972         * device/lib/_fs2slong.c: added mcs51 assembly version
1973         * device/lib/_fs2sint.c: added mcs51 assembly version
1974         * device/lib/_fs2schar.c: added mcs51 assembly version
1975         * device/lib/_fs2ulong.c: added mcs51 assembly version
1976         * device/lib/_fs2uint.c: added mcs51 assembly version
1977         * device/lib/_fs2uchar.c: added mcs51 assembly version
1978         * device/lib/_slong2fs.c: added mcs51 assembly version
1979         * device/lib/_sint2fs.c: added mcs51 assembly version
1980         * device/lib/_schar2fs.c: added mcs51 assembly version
1981         * device/lib/_ulong2fs.c: added mcs51 assembly version
1982         * device/lib/_uint2fs.c: added mcs51 assembly version
1983         * device/lib/_uchar2fs.c: added mcs51 assembly version
1984         * device/include/float.h: added #define to select asm vs c
1985
1986 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
1987
1988         * device/lib/printf_fast.c: improvements to float output
1989         * device/include/float.h: add defines for assembly float library
1990         * device/lib/_fsget1arg.c: receive 1 float arg
1991         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
1992         * device/lib/_fsnormalize.c: normalize a float
1993         * device/lib/_fsreturnval.c: return float, various helper routines
1994         * device/lib/_fsrshift.c: right shift a float's mantissa
1995         * device/lib/_fsswapargs.c: swap 2 floats
1996         * device/lib/Makefile.in: build these 6 new files for mcs51
1997         * device/lib/libfloat.lib: add these 6 files to the library
1998
1999 2004-12-26 Borut Razem <borut.razem AT siol.net>
2000
2001         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2002           built by gcc 3.4.2
2003
2004 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2005
2006         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2007           and fully reentrant and register bank neutral.
2008         * device/lib/printf_fast.c: added float (not enabled by default),
2009           added compact/slower integer (also not enabled by default),
2010           improved size/speed of fast integer code, other minor changes
2011         * device/include/stdio.h, device/lib/Makefile.in,
2012           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2013
2014 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2015
2016         * src/pic16/pcode.c: declaring variables other than at the start of a
2017           block is not supported in C by VC6.
2018
2019 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2020
2021         * applied a previous patch from Raphael Neider that wasn't included
2022         in the previous commits, which fixes infinite loops within jumptable
2023         improvements,
2024         * made some fixes that previous patches introduced
2025
2026 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2027
2028         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2029         that fixes an issue with AOP_PCODE asmop's offset,
2030         * (pic16_popCopyReg): update instance field too,
2031         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2032         function of pic port,
2033         * (genCmp, genAnd, genAssign),
2034         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2035
2036 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2037
2038         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2039         variables initial values to idata section,
2040         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2041         variables in some functions. This utilizes parmBytes field of iCode
2042         structure to hold the offset of the variable in stack. (might be
2043         able to use the stack field too?)
2044         * applied patch from Raphael Neider # ### , # ###
2045         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2046         variable initial values in idata section,
2047         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2048         for static variables with initial value
2049         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2050         applied fix in while loop from Raphael Neider.
2051
2052 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2053
2054         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2055         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2056         * src/ds390/ralloc.c (serialRegAssign): spill bits
2057         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2058         * support/Util/SDCCerr.c,
2059         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2060         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2061         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2062
2063 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2064
2065         * device/include/sdcc-lib.h: inserted LGPL, added includes
2066           asm/ds390/features.h and asm/mcs51/features.h
2067         * device/include/asm/default/features.h,
2068         * device/include/asm/gbz80/features.h,
2069         * device/include/asm/z80/features.h: added empty _AUTOMEM
2070           and _STATMEM
2071         * device/include/asm/ds390/features.h,
2072         * device/include/asm/mcs51/features.h: added files with defines for
2073           _AUTOMEM and _STATMEM indicating automatic and static storage class
2074         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2075         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2076         * src/SDCCicode.c (geniCodeCast),
2077         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2078         * src/SDCCloop.c (loopInduction): removed unused variable lr
2079         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2080           to convertToFcall to include char modulo (RFE 1065037), added check
2081           if left operand is unsigned and use abs of literal value
2082         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2083           as it doesn't work after conversion from peephole.def to peephole.rul
2084         * src/mcs51/gen.c (toBoolean): added check for size,
2085           (genModOneByte): optimized code for signed char modulo a literal
2086           power of 2 (thanks to Hubert Sack),
2087           (genRRC): removed unnecessary "clr c",
2088           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2089         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2090           jump optimization,
2091           swapped rules 256.c and 256.d,
2092           extended 256.d by using new multiple checks (thanks Erik),
2093           added rules 256.e and 256.f,
2094           updated rule 261.a and 261.b to new generated code
2095         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2096
2097 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2098
2099         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2100           induction related bugs, including first part of bug #1074377
2101
2102 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2103
2104         * applied patch from bug-report #1076292,
2105         * applied patches for genAnd and Goto-optimizations for Raphael
2106         Neider,
2107         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2108         dump a less iCode information,
2109         * src/pic16/device.h (pic16_options_t): added field debgen,
2110         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2111         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2112         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2113         puclic,
2114         * (various functions): added macros FENTRY and FENTRY2 to functions,
2115         to emit function prologue,
2116         * (various functions): fixed indentation,
2117         * (genNearPointerGet): fixed loading of FSR0,
2118         * (genPackBits): applied patch from Raphael Neider to fix updating
2119         of FSR0 and touching only the modified bits,
2120         * src/pic16/genarith.c (various functions): added macros FENTRY to
2121         emit function prologue in comments,
2122         * src/pic16/pcode.h: added functions debugf2, debugf3,
2123         * src/pic16/ralloc.c: partial fix for packForPush caused
2124         segmentation fault,
2125
2126 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2127
2128         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2129           <stsp AT users.sourceforge.net> with reversed byte order
2130         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2131
2132 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2133
2134         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2135           bug #1074377
2136         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2137         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2138
2139 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2140
2141         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2142
2143 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2144
2145         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2146           conditions,
2147           (setFromConditionArgs): friendly operand parser for peephole rules,
2148           (operandBaseName, operandsNotRelated): new peephole condition
2149           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2150           architecture specific register naming into account, handles n-way
2151           comparisons, and supports quoted literals
2152         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2153
2154 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2155
2156         * src/mcs51/peeph.def: fixed bug #1076940
2157
2158 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2159
2160         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2161
2162 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2163
2164         Adding support for replacing ljmps with sjmps in jumptables
2165         generated for switch statements. For now you need to set the
2166         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2167         Now 4 algorithms for mcs51 jumptable generation are used:
2168         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2169         addresses loaded pc-relative for up to 112 cases and stack-pushing
2170         target addresses loaded with offset from dptr for up to 256 cases.
2171
2172         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2173         * src/mcs51/main.c: adapted constants for switch table generation
2174         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2175
2176 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2177
2178         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2179         * support/regression/tests/bug1057979.c: added test for bug 1073386
2180
2181 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2182
2183         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2184         compilers
2185
2186 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2187
2188         * src/pic16/device.h,
2189         * src/pic16/genarith.c,
2190         * src/pic16/glue.c,
2191         * src/pic16/main.c,
2192         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2193
2194 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2195
2196         Large cummulative patch for pic16 port.
2197         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2198         to call when a stack overflow occurs,
2199         * (malloc.h): added CVS Id tag,
2200         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2201         variable,
2202         * added libc directory. The current version of LibC contains string
2203         functions, ctype functions and macros and some functions of the
2204         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2205         be extensively tested in the future. Standard disclaimer here.
2206         Library is not automatically build yet. But one can build it by
2207         invoking 'make' inside the libc directory.
2208         * added ADC library under libio. Preliminary version yet.
2209
2210         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2211         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2212         aopForRemat() now and not by pic16_aopOp(),
2213         * (pic16_popGetTempReg): removed warning messgae when allocating
2214         temporary registers, its a buggy feature and will be removed,
2215         * (pic16_popGet): set register instance field in AOP_CRY,
2216         * (pic16_outBitC): fixed for results in size greater than 1,
2217         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2218         * (pic16_storeForReturn): optimized return of 0,
2219         * (genCmp): experimental code for new genCmp which uses PIC18's
2220         special compare&skip instructions. Initial tests fail some times
2221         with variables grater than 1 byte in size, so new code is disabled,
2222         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2223         a single bit,
2224         * (genCast): began a fix to optimize the casting of a bit to another
2225         bit, now assigning a bitfield to another bitfield will fail, sorry,
2226         * src/pic16/main.c: disabled the use of lr-support feature,
2227         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2228         * added some function prototypes, added function _debugf prototype,
2229         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2230         bits with offset (case PO_GPR_BIT),
2231         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2232         command line,
2233         * (isBankInstruction): modified to return 0 for no banking instruction,
2234         and 1 for banking instruction,
2235         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2236         caused stop processing pCodes after a inline assembly block,
2237         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2238         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2239         registers when it shouldn't,
2240         * src/pic16/ralloc.c (allocReg): add preliminary support for
2241         supporting a limited set of temporary registers,
2242
2243 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2244
2245         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2246           genDataPointerSet): ensure assignments always copy in MSB to LSB
2247           order,
2248           (loadRegFromAop): recognize CLRH optimization,
2249           (genFunction): optimize RECEIVE iCodes in reentrant functions
2250
2251 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2252
2253         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2254           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2255           selected.
2256         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2257         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2258           contiguous with data
2259
2260 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2261
2262         * device/lib/_gptrget.c (_gptrget),
2263         * device/lib/_gptrgetc.c (_gptrgetc),
2264         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2265           instead of sjmp to ret
2266         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2267           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2268
2269 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2270
2271         * .version: bumped version to 2.4.7
2272         * device/lib/_gptrget.c (_gptrget): is now _naked
2273         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2274         * device/lib/_gptrput.c (_gptrput): is now _naked
2275         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2276           (createFunction): fixed xstack
2277         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2278         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2279           or bit either,
2280           (geniCodeCritical): store original interrupt state in an iTemp bit
2281           var unless stack-auto
2282         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2283         * src/SDCCmain.c (setIncludePath): added include/target to search path
2284         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2285         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2286           prototype,
2287           (processFuncArgs): put bit vars in bit area
2288         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2289           unsaveRBank): fixed xstack,
2290           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2291           (genFunction, genEndFunction): fixed xstack,
2292           (genAssign): optimization don't walk backwards through mem
2293         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2294         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2295         * support/regression/Makefile: also make library (for stack-auto) when
2296           making "all" and added "test-mcs51-xstack-auto"
2297         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2298         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2299         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2300         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2301         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2302           make-library by MAKE_LIBRARY
2303         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2304           regression tests for xstack
2305         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2306         * support/regression/tests/critical.c: test for critical on mcs51
2307
2308 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2309
2310         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2311           built version of sdcc instead of installed version
2312
2313 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2314
2315         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2316         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2317           vprintf.c now
2318         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2319         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2320           WARNING: remove device/lib/build/z80/printf.o by hand when
2321           updating from previous build!
2322         * device/lib/z80/printf.c: updated comment
2323         * support/regression/tests/bug1057979.c: test all ports now
2324         * support/regression/tests/bug1065458.c: file added
2325
2326 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2327
2328         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2329           *_start and *_end symbols for static functions
2330
2331 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2332
2333         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2334           and search crt0.o in all library paths,
2335           (setIncludePath): proper handling of --nostdinc,
2336           (setLibPath): proper handling of --nostdlib
2337         * support/regression/Makefile,
2338         * support/regression/ports/ds390/spec.mk,
2339         * support/regression/ports/gbz80/spec.mk,
2340         * support/regression/ports/hc08/spec.mk,
2341         * support/regression/ports/mcs51/spec.mk,
2342         * support/regression/ports/mcs51-large/spec.mk,
2343         * support/regression/ports/mcs51-stack-auto/spec.mk,
2344         * support/regression/ports/z80/spec.mk: use include and lib files from
2345           built version of sdcc instead of installed version
2346         * doc/sdccman.lyx: fixed typo in --nostdinc
2347
2348 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2349
2350         * src/pic/pcode.c,
2351         * src/pic/device.c,
2352         * src/pic/ralloc.c,
2353         * src/pic/gen.c : added support to generate code for struct bit fields.
2354
2355 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2356
2357         * as/xa51/xa_version.h,
2358         * device/include/errno.h,
2359         * device/include/regc515c.h,
2360         * device/lib/_itoa.c,
2361         * device/lib/_ltoa.c,
2362         * device/lib/ser_ir_cts_rts.c,
2363         * sim/ucsim/xa.src/glob.cc,
2364         * sim/ucsim/xa.src/inst_gen.cc,
2365         * sim/ucsim/xa.src/xa_bit.cc,
2366         * sim/ucsim/xa.src/xa_sfr.cc,
2367         * sim/ucsim/z80.src/inst_dd.cc,
2368         * sim/ucsim/z80.src/inst_fdcb.cc,
2369         * support/scripts/keil2sdcc.pl,
2370         * src/pic16/pic16.dsp,
2371         * src/pic16/pic16a.dsp: corrected cvs line endings
2372         * device/lib/printf_large.c: fixed bug 1057979
2373         * src/pic16/gen.c: fixed non-C standard code
2374         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2375         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2376         * support/regression/ports/mcs51/support.c: reload T1 asap
2377         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2378           pdata use and clear idata startup behaviour
2379         * support/regression/tests/bug1057979.c: added
2380
2381 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2382
2383         * device/examples/ds390/ow390/ad26.h,
2384         * device/examples/ds390/ow390/cnt1d.h,
2385         * device/examples/ds390/ow390/crcutil.c,
2386         * device/examples/ds390/ow390/ownet.h,
2387         * device/examples/ds390/ow390/owsesu.c,
2388         * device/examples/ds390/ow390/swt12.h,
2389         * device/examples/ds390/ow390/swtoper.c,
2390         * device/examples/ds390/ow390/temp10.h,
2391         * device/examples/ds390/ow390/thermodl.c,
2392         * device/examples/ds390/tinitalk/tinitalk.dsp,
2393         * device/examples/ds390/tinitalk/tinitalk.dsw,
2394         * device/examples/mcs51/clock/hw.h,
2395         * device/examples/mcs51/simple2/go.bat,
2396         * device/examples/serialcomm/windows/serial.h,
2397         * device/examples/xa51/dummy.c,
2398         * device/examples/xa51/hello.c,
2399         * device/include/80c51xa.h,
2400         * device/include/at89x051.h: corrected cvs line endings
2401
2402 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2403
2404         * src/pic16/main.c (options): added command line --gstack, to trace
2405         stack over/under flows,
2406         * added pragma 'wparam' to allow passing first byte of function
2407         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2408         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2409         call to __gstack_test function and sets up the symbol as extern,
2410         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2411         * popaop): added call to pic16_testStackOverflow,
2412         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2413         wparamList list,
2414         * (genCall, genPcall): now all parameters are passed via stack
2415         except in functions that are pass to wparam pragma in which WREG is
2416         used too,
2417         * (genPcall): REENTRANT flag is checked to see if variable prototype
2418         contains reentrant keyword, don't call a non-reentrant function, via
2419         a reentrant function pointer or vice versa, functions are never
2420         passed via WREG,
2421         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2422         D.Winkler,
2423         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2424         SIGSEGV when accessing a NULL register stucture,
2425         * (pic16_printGPointerType): modified to handle UPPER modifier for
2426         function initializers, changed prototype of function to simpler one,
2427         * (pic16_printIvalFuncPtr): check to see if function is already
2428         added in externs list,
2429         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2430         optimized a move from W to SFR with a move to the same register
2431         later after a CALL,
2432         * device/lib/pic16/debug: NEW directory, contains debug features
2433         which are enabled when linking with libdebug.lib, currently command
2434         line option --gstack enables stack pointer tracing for over/under
2435         flow, corresponding sources are in debug/gstack
2436
2437 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2438
2439         * doc/sdccman.lyx: updated SDCC version,
2440         * (PIC16 port): update list of command line options,
2441         * src/pic16/device.h (structure pic16_options_t): added field gstack
2442         to enable stack overflow tracing on push/pops,
2443         * src/pic16/device.c (statistics structure): added statistics
2444         structure,
2445         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2446         pic16_dump_int_registers): increase statistics counters for each
2447         * variable which is encountered
2448         * (pic16_dump_usection): emit each .udata variable to its own udata
2449         section,
2450         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2451         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2452         parameters via stack, otherwise use old scheme,
2453         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2454         assembler output file,
2455         * src/pic16/main.c: added command line options --gstack to enable
2456         push/pop tracing for stack overflow,
2457         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2458         instructions): added size of each instruction,
2459         * (pic16_countInstruction): estimate size of instructions in
2460         the_pFile list, inline assembly blocks are not counted,
2461         * (pic16_FixRegisterBanking): trace previous register usage, when
2462         banksel optimizations is greater than 0, don't emit a redudant
2463         banksel directive,
2464
2465 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2466
2467         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2468         * src/pic16/ralloc.c : applied same fix for pic16.
2469         * src/pic/gen.c : tidied it up a little.
2470
2471 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2472
2473         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2474         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2475
2476 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2477
2478         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2479
2480 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2481
2482         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2483         non-reentrant function __modsint in the interrupt function (thus
2484         corrupting math operations during serial I/O)
2485         * device/lib/ser_ir.c: as above, changed buffersize
2486         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2487         256.c,d for zeroing
2488         * doc/Makefile: added option -t for rsync
2489
2490 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2491
2492         * src/SDCCast.h (struct ast),
2493         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2494
2495 2004-10-20 Borut Razem <borut.razem AT siol.net>
2496
2497         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2498         package
2499
2500 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2501
2502         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2503         makefile targets,
2504         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2505         support functions to replace long sequences of MOVFF's from access
2506         bank registers to stack and vice versa,
2507         * src/pic16/device.h: added new field opt_flags, where optimization
2508         flags can be set to enable certain features,
2509         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2510         * pBlock, (genFunction, genEndFunction): surroung loop for
2511         saving/loading used registers in stack with PC_INFO pCodes,
2512         INF_LREGS. Code in between can then be optimized by pCode optimizer
2513         to support function calls,
2514         * (genDataPointerSet): fixed bug which loaded float fields in
2515         structures with corrupt data,
2516         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2517         in a standard way debug info on stderr. Feature used for developing
2518         and debugging only,
2519         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2520         obsolete chunks of code,
2521         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2522         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2523         * pic16/src/pcode.c (pic16_newpCodeInfo,
2524         * (pic16_newpCodeOpLocalRegs),
2525         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2526         feature,
2527         * (pic16_pCodeConstString): printing of the initial value of a
2528         symbol as a comment is inhibited since parsing was already done by
2529         copyStr and output is corrupt,
2530         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2531
2532 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2533
2534         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2535
2536 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2537
2538         * as/mcs51/lkarea.c: removed old K&R style,
2539           (lnksect): changed check on boundary error,
2540           (lnksect2): changed check on boundary error,
2541           (lnksect2): extend XSTK to end of page if size = 1
2542         * as/mcs51/lkmain.c: removed old K&R style,
2543           (Areas51): create l_IRAM symbol
2544         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2545         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2546           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2547         * device/lib/_mullong.c: added version to be compiled with xstack
2548         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2549         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2550         * device/lib/mcs51/crtxstack.asm: fixed comment
2551         * src/SDCCglue.c: maxInterrupts defaults to 0,
2552           (emitMaps): added pdata,
2553           (createInterruptVect): (re)moved default,
2554           (glue): added pdata,
2555           (glue): moved __start__xstack to XSTK with default size 1
2556         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2557           and options.float_rent when options.stackAuto is set,
2558           (linkEdit): only write XDATA_NAME if provided on command line
2559         * src/SDCCmem.h,
2560         * src/SDCCmem.c: added pdata
2561         * src/port.h: added pdata_name to PORT
2562         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2563           (saveRegisters, unsaveRegisters): removed usage of B,
2564           (genMinus): fixed accumulator clash,
2565           (genJumpTab): added comment, this needs another look
2566         * src/mcs51/gen.c: added check for "B in use" paranoia,
2567           added pushB() and popB()
2568         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2569           chance
2570         * src/avr/main.c,
2571         * src/ds390/main.c,
2572         * src/hc08/main.c,
2573         * src/mcs51/main.c,
2574         * src/pic/main.c,
2575         * src/pic16/main.c,
2576         * src/xa51/main.c,
2577         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2578           added PSEG (PAG,XDATA) or NULL to port specifier
2579         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2580         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2581           (_mcs51_genInitStartup): removed __start__xstack equ,
2582           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2583         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2584         * src/z80/gen.c (_rleAppend): fixed warnings
2585         * support/regression/tests/zeropad.c: added pdata test
2586         * .version: bumped to 2.4.6
2587
2588 2004-10-17 Borut Razem <borut.razem AT siol.net>
2589
2590         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2591         as a part of nightly build
2592
2593 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2594
2595         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2596         WREG holds the first byte function parameters,
2597         * (aopForSym): take special case for symbols which are in FARSPACE
2598         but in CODESPACE too,
2599         * (assignResultValue): modified to take into account _G.useWreg,
2600         * (genCall): don't use wreg for parameter passing when function is
2601         declared as reentrant, too, added optimization INCF to stack
2602         pointer when stack parameter count is 1,
2603         * (genFunction, genEndFunction): refurnished and fixed to not using
2604         wreg for passing parameters when function has varargs or is
2605         reentrant, fixed bug with symbol name compare for generating
2606         functions in absolute address,
2607         * (pic16_storeForReturn): refurnished,
2608         * (genCmp): began writing a new version of the function, not ready
2609         yet, therefore it is disabled,
2610         * (genAssign): do not read code memory when assigning a function to
2611         a pointer function,
2612         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2613         array of characters, not pointer,
2614         * (pic16initialComments): in debug mode emit an .ident directive for
2615         the assembler,
2616         * (_process_pragma): emit a new warning type (internal to pic16)
2617         when setting stack to default length, emit a similar warning when
2618         placing a function at absolute address and address is not word aligned
2619         * (_pic16_parseOptions): added 'return TRUE' statement,
2620         * (_pic16_linkEdit): if compiling a source, then add the source's
2621         file object, first in the list of objects to link,
2622
2623 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2624
2625         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2626         * src/pic/main.c : removed VC warning.
2627         * src/pic/gen.c : changed comment.
2628
2629 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2630
2631         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2632         reference to a deprecated symbol _GPTRREG was causing failure to
2633         link. Thanks G. M. Gallant for the info.
2634
2635 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2636
2637         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2638         comments for Bugs item #954788.
2639
2640 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2641
2642         * src/pic16/device.c (pic16_dump_gsection,
2643         * pic16_groupRegistersInSection): handle symbols declared to be in
2644         access bank differently,
2645         * src/pic16/gen.c (struct _G): added field resDirect,
2646         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2647         send values read from stack directly to result and don't allocate
2648         temporary values,
2649         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2650         same registers,
2651         * (pic16_sameRegsOfs): NEW,
2652         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2653         free because they were not allocated from temporary pool,
2654         * pic16_popRegFromString): workaround to fix a problem with
2655         allocating variables twice or never,
2656         * (genGenPointerGet): using PRODL instead of FSR0H,
2657         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2658         instead of FSR0H,
2659         * (genAssign): take advantage of the _G.resDirect flag,
2660         * (genCast): around line 11844, use mov2f instead of directly
2661         MOVFF'ing between operands to account for literal values,
2662         * src/pic16/genutils.c: some new debug functions for gpsim have been
2663         added,
2664         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
2665         float with integer part only,
2666         * src/pic16/main.c (_process_pragma): handle pragma udata access to
2667         place variables in access bank
2668         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
2669         updated sources to reflect recent changes in gen.c
2670
2671 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
2672
2673         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
2674         sources that searched for headers in installation path, now the
2675         device/include/pic16 is used,
2676         * src/pic16/glue.c (pic16glue),
2677         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
2678         .line directives if not in debug mode, this suppresses assembler's
2679         warnings for ignored directives
2680
2681 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2682
2683         * src/port.h: made reset_regparms prototype void parameter explicit.
2684         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
2685         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
2686         * doc/sdccman.lyx: documented warning disabling and how to use
2687           printf_large to make it print floats.
2688         * device/include/stdbool.h: NEW
2689         * device/lib/_atof.c,
2690         * device/lib/_divuint.c,
2691         * device/lib/_divulong.c,
2692         * device/lib/expf.c,
2693         * device/lib/printf_large.c,
2694         * device/lib/sincosf.c,
2695         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
2696         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
2697           a completely reentrant lib.
2698
2699 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
2700
2701         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
2702         * device/include/pic16/stdio.h: fixed bug with colon
2703
2704 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
2705
2706         * device/include/pic16/stdio.h,
2707         * device/include/pic16/stdlib.h,
2708         * device/include/pic16/math.h: NEW
2709         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
2710         declared as _naked to reduce overhead
2711         * device/lib/Makefile.in (target port-specific-objects-pic16):
2712         changed * to *.* so to ignore the CVS directory,
2713         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
2714         stacked variables back in stack,
2715         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
2716         corruption
2717
2718 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
2719
2720         * .version: bumped version number to 2.4.5
2721         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
2722         * support/Util/SDCCerr.c (messages structure): added entry for
2723         W_POSSBUG2
2724
2725         Large cumulative patch for pic16 port and libraries.
2726         * device/include/pic16/sdcc-lib.h,
2727         * device/include/pic16/stdarg.h,
2728         * device/include/asm/pic16/features.h,
2729         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
2730         * device/include/pic16/float.h: changes reentrant keyword with
2731         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
2732         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
2733         updated target build-libraries to include objects from gptr,
2734         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
2735         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
2736         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
2737         all function headings,
2738         * src/SDCCmain.c: added global parameter userIncDirsSet,
2739         * (parseCmdLine): when option -I is encountered add directory to
2740         userIncDirsSet too,
2741         * src/version.awk: added space between control and long,
2742         * src/pic16/NOTES: added some notes for the port,
2743         * src/pic16/gen.c: added prototype for mov2fp function,
2744         * (fReturnpic16[]): properly named return value registers,
2745         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
2746         * (aopForSym): added code to handle symbols with onStack flag set,
2747         symbols onStack are allocated PTRSIZE bytes,
2748         * (aopFreeAsmop): handles special case where asmops are stack objects,
2749         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
2750         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
2751         added argument lock to trace flaws in allocating temporary registers
2752         when developing port,
2753         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
2754         * (pic16_popRegFromString): reenabled allocating a direct register
2755         from string,
2756         * (assignResultValue): various beautifications,
2757         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
2758         referenced function argument,
2759         * (genIpush): reenabled to allow stacked arguments, handles only
2760         ic->parmPush iCodes,
2761         * (genCall, genPcall): major changes to allow for variable argument
2762         functions, fixed a bug with falsely restoring stack pointer after
2763         returning from call,
2764         * (genFunction): pending code for critical function,
2765         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
2766         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
2767         * (genNearPointerGet): fixed bug with indirect reading, was always
2768         reading from INDF0
2769         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
2770         pointers,
2771         * (genAddrOf): rewrote code to take address of a stacked function parameter
2772         * (genCast): fixed casting to generic pointer type,
2773         * src/pic16/gen.h: added AOP_STA,
2774         * (struct asmop): added field stk,
2775         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
2776         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
2777         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
2778         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
2779         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
2780         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
2781         generic pointers,
2782         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
2783         and library paths,
2784         * (pic16_port structure): generic pointer size is set to 3,
2785         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
2786         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
2787         compiler warning,
2788         * src/pic16/ralloc.c (allocReg): prevent allocating register when
2789         operand is an iTemp,
2790
2791 2004-09-24 Martin Helmling <mh AT octo-soft.de>
2792
2793         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
2794         * debugger/mcs51/simi.c: addapt new syntax of s51
2795
2796 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
2797
2798         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
2799         * src/pic16/pcode.c: commented out some calls to free() in order to
2800         fix bug #989576,
2801
2802 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2803
2804         * src/SDCCicode.h,
2805         * src/SDCCicode.c (isiCodeInFunctionCall),
2806         * src/avr/ralloc.c (selectSpil),
2807         * src/pic/ralloc.c (selectSpil),
2808         * src/pic16/ralloc.c (selectSpil),
2809         * src/ds390/ralloc.c (selectSpil),
2810         * src/hc08/ralloc.c (selectSpil),
2811         * src/xa51/ralloc.c (selectSpil),
2812         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
2813         stack in the middle of a function call sequence (fixes bug #1020268)
2814         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
2815         costs associated with the minimum switch case.
2816
2817 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2818
2819         * src/SDCC.lex: fixed bug #1030549
2820
2821 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2822
2823         * src/SDCCcse.h (struct cseDef),
2824         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
2825         over a function call if the CSE is derived from a symbol whose
2826         address has been taken (fixes bug #1029883)
2827         * support/regression/tests/bug-1029883: a new regression test for
2828         this bug
2829
2830 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2831
2832         * src/hc08/gen.c (emitinline): fixed bug #1029778
2833         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
2834         to a cast object is no longer a syntax error ("fixes" bug #1030006,
2835         and starts toward RFE #905167)
2836
2837 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
2838
2839         * src/pic16/gen.c (mov2f): New function to move an operand to
2840         another without considering if it is a literal or a register,
2841         * (pic16_sameRegs): don't check if they are both AOP_REG,
2842         * (AccRsh): removed andmask=0 lines,
2843         * (genLeftShift): duplicated to be improved in future versions,
2844         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
2845         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
2846         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
2847         * (pic16initMnemonics): added initialization for POC_INFSNZW,
2848         * (insertBankSwitch): fixed inserting banksel directives algorithm
2849         for instructions that follow a skip instruction, this fixes a report
2850         for broken subtraction code generation,
2851         * src/pic16/ralloc.c (deassignLRs): do not free register if current
2852         iCode is a left op, just in case result and right share the same
2853         registers
2854
2855 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2856
2857         * src/hc08/main.c,
2858         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
2859         preservation of HX
2860         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
2861         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
2862         on 2004-09-12; it was buggy
2863
2864 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
2865
2866         * src/SDCCsymt.h: removed RESULT_CHECK
2867         * src/SDCCast.c,
2868         * src/SDCCglue.c,
2869         * src/SDCCval.c,
2870         * src/pic/glue.c,
2871         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
2872
2873 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
2874
2875         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
2876         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
2877         configuration values no more rejected by compiler, they are assigned
2878         to configuration registers with a warning message instead,
2879         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
2880         the for-loop so last conf register is emitted too,
2881         * (_pic16_initPaths): link library libsdcc.lib by default,
2882         * (_hasNativeMulFor): modified test for multiplication according to
2883         Raphael Neider's remarks. Integer multiplication is also done with
2884         support functions,
2885         * device/include/pic16/pic18fregs.h: corrected type error in while
2886         testing and including 18f6720 header file
2887
2888 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
2889
2890         * src/pic16/device.h (pic16_options): removed field use_crt,
2891         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
2892         until an optimization to handle single bits is added,
2893         * (pic16_loadFSR0): moved before genUnpackBits,
2894         * (genAnd): some white lines removed,
2895         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
2896         leave_reset flags in pic16_options when using crt modules,
2897
2898 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
2899
2900         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
2901           for bugs 898889 & 979599. Also used some safer print instructions.
2902
2903 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
2904
2905         * src/pic16/device.h (pic16_options_t): added field use_crt,
2906         crt_name, no_crt,
2907         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
2908         catch a probable future bug,
2909         * src/pic16/gen.c: aopIdx function commented out,
2910         * (genAssign): commented out old code which used aopIdx,
2911         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
2912         code, added if conditionals to take into account the --use-crt
2913         command line options,
2914         * src/pic16/main.c (pic16_optionsTable): added new command line
2915         options, --use-crt= and --no-crt,
2916         * (_pic16_linkEdit): now the proper crt object is added in the
2917         linker command line except than when --no-crt is specified,
2918         * src/pic16/pcode.c,
2919         * src/pic16/pcode.h: added some structures and functions for a new
2920         optimization scheme to compansate for instruction overhead between
2921         same iCodes, this scheme is currently under development and is not
2922         working in any way,
2923         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
2924         to && operator,
2925         * device/lib/pic16/startup/crt0i.c,
2926         * device/lib/pic16/startup/crt0iz.c: added global char variable
2927         __uflags to force the generation of an idata section
2928
2929 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
2930
2931         * doc/Makefile,
2932         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
2933         * doc/sdccman.lyx: updated sdcc version to 2.4.4
2934
2935 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2936
2937         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
2938         Frieder) and clarified the default code optimization mode
2939
2940 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2941
2942         * src/SDCC.lex (doPragma, process_pragma),
2943         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
2944         "opt_code_size", and "opt_code_balanced"
2945         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
2946         regrouped options by category, added support for category headers
2947         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
2948         and "--opt-code-size"
2949         * doc/sdccman.lyx: documented these new options and pragmas
2950         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
2951         preference into account
2952
2953 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2954
2955         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
2956           geniCodePreDec): Fixed bug 904237 by generating a warning
2957         * src/SDCCerr.h,
2958         * src/SDCCerr.c: added warning W_SIZEOF_VOID
2959
2960 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
2961
2962         * src/pic/device.c : When no max ram set validate full memory range.
2963         * src/pic/pcode.c,
2964         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
2965
2966 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2967
2968         * device/lib/_gptrget.c,
2969         * device/lib/_gptrput.c: updated comment
2970         * device/lib/calloc.c,
2971         * device/lib/free.c,
2972         * device/lib/malloc.c,
2973         * device/lib/realloc.c: added LGPL, made them reentrant-safe
2974         * src/SDCCcse.c (cseBBlock),
2975         * src/SDCCicode.c (printOperand, geniCodeArray),
2976         * src/SDCCicode.h (struct operand): fixed bug 868103
2977         * support/regression/tests/bug-868103.c: added
2978         * src/SDCCast.c (searchLitOp),
2979         * src/SDCCcse.h (struct cseDef),
2980         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
2981         * src/SDCCicode.h (struct operand),
2982         * src/SDCCsymt.h (struct sym_link),
2983         * src/avr/gen.c (hasInc),
2984         * src/ds390/gen.c (hasInc),
2985         * src/hc08/gen.c (genPlusIncr, hasInc),
2986         * src/mcs51/gen.c (hasInc),
2987         * src/pic16/glue.c (pic16_printIvalChar),
2988         * src/pic16/ralloc.c (regWithIdx),
2989         * src/xa51/gen.c (hasInc) : removed warnings
2990         * src/SDCCast.c (createBlock): added comment ???
2991         * src/hc08/ralloc.c: updated comments
2992
2993 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2994
2995         * doc/sdccman.lyx: updated section on switch statements, added
2996         section about semaphore locking
2997         * doc/Makefile: added option -info for latex2html
2998         * device/lib/_gptrget.c,
2999         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3000
3001 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3002
3003         * src/pic/device.h,
3004         * src/pic/device.c,
3005         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3006          maxram is less than 0x100.
3007
3008 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3009
3010         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3011
3012 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3013
3014         * src/port.h,
3015         * src/mcs51/main.c,
3016         * src/ds390/main.c,
3017         * src/z80/main.c,
3018         * src/hc08/main.c,
3019         * src/pic/main.c,
3020         * src/pic16/main.c,
3021         * src/avr/main.c,
3022         * src/xa51/main.c
3023         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3024         a jump table is the best form for a switch statement, including
3025         automatic insertion of missing cases to make the case range
3026         continuous. Developed in collaboration with Frieder Ferlemann.
3027
3028 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3029
3030         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3031         accumulator result if it needs sign extension
3032
3033 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3036
3037 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3038
3039         * device/lib/gbz80/printf.c,
3040         * device/lib/z80/printf.c: removed define for NULL
3041
3042 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3043
3044         * as/xa51/xa_link.c,
3045         * device/examples/ds390/ow390/ad26.c,
3046         * device/examples/ds390/ow390/cnt1d.c,
3047         * device/examples/ds390/ow390/counter.c,
3048         * device/examples/ds390/ow390/ds2480.h,
3049         * device/examples/ds390/ow390/ds2480ut.c,
3050         * device/examples/ds390/ow390/findtype.c,
3051         * device/examples/ds390/ow390/gethumd.c,
3052         * device/examples/ds390/ow390/owllu.c,
3053         * device/examples/ds390/ow390/ownetu.c,
3054         * device/examples/ds390/ow390/swt12.c,
3055         * device/examples/ds390/ow390/swtloop.c,
3056         * device/examples/ds390/ow390/temp.c,
3057         * device/examples/ds390/ow390/temp10.c,
3058         * device/examples/ds390/ow390/thermo21.c,
3059         * device/examples/ds390/ow390/tinilnk.c,
3060         * device/examples/ds390/ow390/tstfind.c,
3061         * device/examples/serialcomm/windows/serial.cpp,
3062         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3063         * device/include/reg51.h: fixed line endings for cvs
3064
3065 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3066
3067         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3068         packRegsForAccUse, packRegisters): new accumulator register
3069         packing algorithm
3070         * support/regression/ports/hc08/support.c (_putchar): suppress
3071         warning of unused variable
3072         * src/SDCCicode.c: added SWAP entry to codeTable
3073
3074 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3075
3076         * device/lib/sprintf.c: forgot to add this file before previous commit
3077
3078 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3079
3080         * src/pic16/gen.c (genPackBits): added operand right in function
3081         parameters, load result directly if p_type is POINTER (that is
3082         called by genNearPointerSet)
3083         * (genUnPackBits): added operand left in function parameters,
3084         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3085         FSR0 if accessing bitfields,
3086
3087 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3088
3089         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3090           _print_format; updated printf, sprintf, vsprintf
3091         * device/include/asm/default/features.h: corrected comment/define
3092         * device/lib/Makefile.in: added sprintf.c
3093         * device/lib/libsdcc.lib: added sprintf module
3094         * device/lib/printf_large.c,
3095         * device/lib/vprintf.c,
3096         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3097           into these 3 files
3098         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3099         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3100         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3101           hc08 test
3102         * support/regression/tests/zeropad.c: define idata as data for hc08
3103
3104 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3105
3106         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3107         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3108         labels are referenced at least once (even if a reference is not found)
3109         * src/hc08/gen.c (emitcode): set isComment flag for comments
3110         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3111         loads), rules 6a..6b (optimize jumps to return)
3112
3113 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3114
3115         * device/lib/acosf.c (acosf),
3116         * device/lib/asinf.c (asinf),
3117         * device/lib/atanf.c (atanf),
3118         * device/lib/ceilf.c (ceilf),
3119         * device/lib/cosf.c (cosf),
3120         * device/lib/coshf.c (coshf),
3121         * device/lib/cotf.c (cotf),
3122         * device/lib/fabsf.c (fabsf),
3123         * device/lib/floorf.c (floorf),
3124         * device/lib/log10f.c (log10f),
3125         * device/lib/logf.c (logf),
3126         * device/lib/sinf.c (sinf),
3127         * device/lib/sinhf.c (sinhf),
3128         * device/lib/sqrtf.c (sqrtf),
3129         * device/lib/tanf.c (tanf),
3130         * device/lib/tanhf.c (tanhf),
3131         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3132         replaced all instances of "reentrant" in the library functions
3133         defined in math.h with this macro.
3134         * support/regression/tests/float_trans.c: reenabled test for hc08
3135
3136 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3137
3138         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3139         erroneously deleted
3140
3141 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3142
3143         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3144         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3145         multi-byte volatile operands are used
3146         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3147         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3148         initialization to area GSINIT0 so that it would always precede
3149         any static initializers in GSINIT
3150         * support/regression/tests/zeropad.c: fixed idata define for hc08
3151         * support/regression/tests/bug-927659.c,
3152         * support/regression/tests/float_trans.c: disabled tests for hc08
3153         pending missing library routines
3154         * .version: increased version number to 2.4.4 - hc08 port now passes
3155         regression tests
3156
3157
3158 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3159
3160         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3161         * Makefile.common.in,
3162         * as/Makefile,
3163         * as/hc08/Makefile.in,
3164         * as/mcs51/Makefile.in,
3165         * as/z80/Makefile.in,
3166         * debugger/mcs51/Makefile.in,
3167         * device/include/Makefile.in,
3168         * device/lib/Makefile.in,
3169         * doc/Makefile,
3170         * link/Makefile,
3171         * link/z80/Makefile.in,
3172         * packihx/Makefile.in,
3173         * sim/ucsim/main_in.mk,
3174         * sim/ucsim/avr.src/Makefile.in,
3175         * sim/ucsim/doc/Makefile.in,
3176         * sim/ucsim/gui.src/serio.src/Makefile.in,
3177         * sim/ucsim/hc08.src/Makefile.in,
3178         * sim/ucsim/s51.src/Makefile.in,
3179         * sim/ucsim/xa.src/Makefile.in,
3180         * sim/ucsim/z80.src/Makefile.in,
3181         * src/Makefile.in,
3182         * support/cpp2/Makefile.in,
3183         * support/librarian/Makefile,
3184         * support/makebin/Makefile: added DESTDIR to the install path proposed
3185         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3186         * doc/sdccman.lyx: added DESTDIR documentation
3187
3188 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3189
3190         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3191         instruction for interrupt handlers, use fast returns when returning
3192         from high priority interrupts
3193
3194 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3195
3196         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3197         code generation
3198         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3199         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3200         bugs, ported much of Bernhard's code from mcs51
3201         * src/mcs51/gen.c (genSend),
3202         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3203         than one when calling a reentrant function
3204         * device/lib/_mullong.c: defined an alternate struct layout for big
3205         endian ports (hc08)
3206
3207 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3208
3209         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3210         test
3211
3212 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3213
3214         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3215         are sane and complete before asking the port its prefered parameter
3216         passing method (fixes bug #1017633)
3217         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3218         and _ret3
3219
3220 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3221
3222         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3223         problem in bitfields >= 8 bits.
3224
3225 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3226
3227         * src/SDCCsymt.c: undid changes that were not meant to be committed
3228
3229 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3230
3231         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3232
3233 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3234
3235         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3236           copied and wrong bit got inverted
3237
3238 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3239
3240         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3241         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3242         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3243         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3244         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3245         assignments to bitfields at known addresses
3246         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3247         reads from bitfields at known addresses
3248         * src/hc08/ralloc.c (packRegisters),
3249         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3250         genhc08Code): optimize pointer get values used as conditionals
3251         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3252         and branch
3253
3254 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3255
3256         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3257         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3258         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3259         as conditionals
3260
3261 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3262
3263         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3264
3265 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3266
3267         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3268         related problems
3269
3270 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3271
3272         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3273
3274 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3275
3276         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3277         mcs51 port
3278
3279 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3280
3281         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3282
3283 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3284
3285         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3286         cases use more compact code.
3287
3288 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3289
3290         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3291
3292 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3293
3294         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3295
3296 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3297
3298         * src/SDCCsymt.h,
3299         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3300         parameter of changePointer() from symbol* to sym_link*
3301         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3302         * src/SDCCsymt.c (compareType): void* type is castable to other
3303         pointers, but not necesarily an exact match.
3304         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3305         is no longer blindly treated as an exact match.
3306         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3307
3308 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3309
3310         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3311
3312 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3313
3314         * src/pic/gen.c,
3315         * src/pic/pcode.c,
3316         * src/pic/ralloc.h,
3317         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3318
3319 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3320
3321         * src/pic/device.c,
3322         * src/pic/device.h,
3323         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3324
3325 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3326
3327         * src/mcs51/gen.c (emitcode): fixed bug #992819
3328
3329 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3330
3331         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3332           there's no need to make it worse
3333
3334 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3335
3336         * src/mcs51/ralloc.c (deassignLR),
3337         * src/ds390/ralloc.c (deassignLR),
3338         * src/hc08/ralloc.c (deassignLR),
3339         * src/z80/ralloc.c (deassignLR),
3340         * src/pic/ralloc.c (deassignLR),
3341         * src/pic16/ralloc.c (deassignLR),
3342         * src/avr/ralloc.c (deassignLR),
3343         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3344         rlivePoint): fixed another part of bug #971834
3345
3346 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3347
3348         * src/z80/main.c: enabled "critical" keyword
3349         * src/z80/mappings.i,
3350         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3351         functions (fixes bug #979646)
3352         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3353
3354 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3355
3356         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3357           such as c:\mydir.
3358
3359 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3360
3361         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3362           doesn't disable too much optimizations
3363
3364 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3365
3366         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3367
3368 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3369
3370         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3371
3372 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3373
3374         * src/pic/gen.c tidied up tabs
3375         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3376         * src/pic/main.c tidied up tabs
3377         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3378         * src/pic/pcoderegs.c tidied up tabs
3379         * src/pic/ralloc.c tidied up tabs
3380
3381 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3382
3383         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3384         to S_FIXED for pic16 port and when symbol is not in level 0,
3385         allocate for S_REGISTER storage class and pic16 port, too,
3386         * src/pic16/device.h: prototype for checkSym,
3387         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3388         * (pic16_assignConfigWordValue): test the value and the mask to
3389         validate that the value is suitable for the configuration word,
3390         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3391         collect extern declared symbols, don't emit symbol twice, check
3392         first if symbol is in publics set first,
3393         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3394         * added command line '--fstack' which enables an experimental
3395         feature for stack access, too buggy to be used yet...
3396         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3397         * (pic16_allocDirReg): when register has storage class S_REGISTER
3398         allocate in pic16_dynAccessRegs,
3399         * device/include/pic16/pic18f????.h: modified configuration word
3400         naming convention, words started as CONFIG0H but should be CONFIG1H
3401
3402 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3403
3404         * device/include/mcs51reg.h: fixed bug 970993
3405
3406 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3407
3408         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3409         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3410         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3411         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3412         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3413         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3414           error/warning numbers,
3415           added function setWarningDisabled()
3416         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3417         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3418           _memcmp.c _memmove.c calloc.c realloc.c free.c
3419         * support/regression/tests/malloc.c: added tests for new functionality
3420         * support/regression/tests/zeropad.c: added tests for truncated initializers
3421           and initialized char arrays starting with '\x0'
3422         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3423
3424 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3425
3426         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3427
3428 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3429
3430         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3431         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3432         peephole 177.e. Thanks to anonymous
3433
3434 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3435
3436         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3437         function isn't used in the source but referenced as a
3438         variable initializer then declare it as extern in .asm file
3439
3440 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3441
3442         * .version: increased version number to 2.4.3
3443
3444         Adding version extension according to ChangeLog CVS revision
3445         * src/Makefile.in (target all): added dependency 'version.h'
3446         * (rule version.h): added rule to create version.h from ChangeLog,
3447         * (rule dep): added dependency version.h,
3448         * src/version.awk: AWK script to create version.h
3449         * src/SDCCdwarf2.c (dwWriteModule),
3450         * src/SDCCglue.c (initialComments),
3451         * src/SDCCmain.c (printVersionInfo): modified to write after
3452         version string the version extension number,
3453         * src/SDCCutil.c: included "version.h"
3454         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3455         number,
3456         * src/SDCCutil.h: added prototype for getBuildNumber
3457
3458         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3459         includeDirsSet, too,
3460         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3461         const char [] is found in function prototype...
3462
3463         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3464         moving to WREG with source is already in WREG,
3465         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3466         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3467         * (aopForSym): stack'ed symbols are partially supported, added
3468         if-clause to support symbols in FARSPACE,
3469         * (sameRegs): added test for AOP_ACC to see if registers are same,
3470         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3471         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3472         * (pic16_popRegFromString): will not allocate a new register if it
3473         doesn't find one by name, bug may have introduced...
3474         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3475         * (genIpush): revived to use pic16 port's stack,
3476         * (genAddrOf): added incomplete case for stack'ed operand,
3477         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3478         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3479         can handle multibyte operands,
3480         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3481         * (pic16initialComments): added message for MPLAB compatibility
3482         mode enabled,
3483         * src/pic16/main.h: prototype for pic16_mplab_comp,
3484         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3485         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3486         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3487         because of increased complexity of procedure,
3488         * (_process_pragma): stack pragma changed to format 'stack pos len',
3489         emit symbol '_stack_end' to conform with gplink,
3490         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3491         to search for register,
3492         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3493         PO_GPR_REGISTER,
3494         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3495         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3496         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3497         case for PO_GPR_REGISTER,
3498         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3499         dies, the new era is ahead !...
3500         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3501         pic16_dynInternalRegs,
3502         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3503         * (pic16_allocDirReg): minor optimizations and bug fixes,
3504         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3505
3506         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3507         load stack and frame pointer with address of 'stack_end' symbol
3508
3509 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3510
3511         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3512         without source code but only variable initializers
3513
3514 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3515
3516         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3517         external are not declared as extern to reduce overhead while linking
3518
3519 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3520
3521         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3522
3523 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3524
3525         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3526           Yee Keat for the patch
3527         * src/SDCCast.c (decorateType): fixed bug #979599
3528         * src/ds390/gen.h: removed local fReturnSizeDS390
3529         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3530         * src/ds390/gen.c (genAnd, genOr, genXor),
3531         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3532
3533 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3534
3535         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3536         add relFilesSet to $3, manipulate $2 to handle linking of object
3537         files without source files in command line,
3538         * device/include/pic16 (all headers): added ID location macros,
3539         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3540         entries for ID location bytes,
3541         * (pic16_assignIdByteValue): NEW,
3542         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3543         added field dumpcalltree to pic16_options_t,
3544         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3545         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3546         emitting rFalseIfx label after check_carry label,
3547         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3548         pic16_emitDIRegs), NEW
3549         * (pic16glue): dump .calltree file when option --calltree found,
3550         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3551         * (_pic16_genAssemblerPreamble): emit ID locations after
3552         configuration registers,
3553         * (pic16_linkCmd): modifications of the link command,
3554         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3555         * (pic16_pCodeInitRegisters): don't init stack registers,
3556         * (pic16_findPrevInstruction): fixed bug,
3557         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3558         bug with immediate registers,
3559         * (buildCallTree): traces stack push and pop,
3560         * (pct2): dump also stack usage for each function,
3561         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3562         * (pic16_allocDirReg): various modifications,
3563         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3564         fixed to 1,
3565
3566 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3567
3568         * src/pic16/pcode.c: removed buggy double colon
3569
3570 2004-07-01 Borut Razem <borut.razem AT siol.net>
3571
3572         * support/scripts/sdcc.nsi: added include/pic16 to setup
3573
3574 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3575
3576         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3577         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3578         target 'clean',
3579         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3580         specific command line arguments. Also added sample lkr script
3581         for placing a variable at a specific memory bank.
3582         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3583         at a specific memory bank,
3584         * (pic16_dump_isection): fixed bug which caused string literals to
3585         be omitted when dumping idata section,
3586         * (pic16_groupRegistersInSection): added code to handle registers
3587         in specific memory banks,
3588         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3589         public, all references are renamed too,
3590         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3591         AOP_DPTR2,
3592         * (pic16_storeForReturn): added case to handle when dest is WREG,
3593         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3594         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3595         pic16_rel_udata, check to see if that register is marked as being
3596         a member of a specific memory bank,
3597         * (pic16_printIvalCharPtr): added code to add string literals either
3598         to code or the idata sections,
3599         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3600         also accept the 'udata' pragma,
3601         * src/pic16/main.h: new structure types sectName and sectSym
3602         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3603         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3604         * (pic16_findPrevInstruction): fixed, it returned nothing,
3605         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3606         instruction combinations,
3607         * (pic16_FixRegisterBanking): heavily reorganised,
3608         * (pic16_AnalyzeBanking): if generating banksel directives is
3609         disabled, then don't call FixRegisterBanking at all,
3610         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3611         completely removed,
3612         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3613
3614 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3615
3616         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3617         Phuah Yee Keat <yk.phuah AT nestac.com>
3618
3619 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3620
3621         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3622         correctly the IVT even if it is relocated to some other location
3623
3624 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3625
3626         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3627         * device/include/pic16/pic18f2220.h: NEW,
3628         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3629         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3630         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3631         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3632         nodefaultlibs, ivt_loc is the location of the interrupt vector
3633         table, and nodefaultlibs signs that default libraries should not be
3634         linked in link stage,
3635         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3636         according to --ivt-loc argument,
3637         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3638         when pragma stack is found,
3639
3640 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3641
3642         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3643         256 (range check), 257 (do while), 258.a-f (bit banging
3644         f.e. on 3-wire SPI bus)
3645
3646 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3647
3648         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3649         variables used exclusively within a loop
3650
3651 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3652
3653         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3654
3655 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/SDCClrange.c (computeClash): fixed bug #971834
3658
3659 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3660
3661         * src/mcs51/gen.c (genCmp): fixed bug #975903
3662         * src/hc08/gen.c (operandsEqu),
3663         * src/ds390/gen.c (operandsEqu),
3664         * src/z80/gen.c (operandsEqu),
3665         * src/pic/gen.c (operandsEqu),
3666         * src/pic16/gen.c (operandsEqu),
3667         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
3668         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
3669
3670 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3671
3672         * src/SDCCcse.c (cseBBlock): fixed bug #966963
3673
3674 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
3675
3676         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
3677         default case in switch statement,
3678         * glue.c (pic16_initPointer): expr is initialised via decoarteType
3679         to eliminate problem with initialisation of pointers, but problem
3680         still exists,
3681         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
3682         * (emitStaticSegment): removed various lines emitting debug info,
3683         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
3684         added processor registers for utilizing EEPROM,
3685         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
3686         configurable and set 8
3687
3688 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
3689
3690         * .version: increased version number to 2.4.2,
3691
3692         Cumulative patch for pic16 port
3693         * src/pic16/device.c: changed scheme to dump initial values for
3694         variables in idata segment, all print_idata* functions were removed,
3695         now the pic16_printIval* will be called,
3696         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
3697         * _pic16_printPointerType, pic16_printPointerType,
3698         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
3699         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
3700         NEW, similar to the respective functions in SDCCglue.c,
3701         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
3702         way, emitting hex bytes,
3703         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
3704
3705 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3706
3707         * src/avr/ralloc.c (serialRegAssign),
3708         * src/xa51/ralloc.c (serialRegAssign),
3709         * src/pic/ralloc.c (serialRegAssign),
3710         * src/pic16/ralloc.c (serialRegAssign),
3711         * src/hc08/ralloc.c (serialRegAssign),
3712         * src/z80/ralloc.c (serialRegAssign),
3713         * src/ds390/ralloc.c (serialRegAssign),
3714         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
3715
3716 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3717
3718         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
3719         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
3720
3721 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
3722
3723         Cumulative patch for pic16 port:
3724         * src/pic16/device.h (typedef PIC16_device) modified fields for
3725         defining microcontrollers,
3726         * src/pic16/device.c: added new info for all devices in Pics16 array,
3727         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
3728         to be optimised out by the pCode optimiser,
3729         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
3730         specially, bug reported by G.M. Gallant,
3731         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
3732         as force'd so that cannot be optimised out by pCode optimiser,
3733         * src/pic16/pcode.c,
3734         * src/pic16/pcodepeeph.c,
3735         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
3736         they are disabled by default, but can be enabled explicit with
3737         command argument --denable-peeps, for testing,
3738         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
3739         --pomit-ivt in COMPILE_FLAGS
3740
3741 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3742
3743         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
3744           compilation on MSVC
3745
3746 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
3747
3748         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
3749
3750 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3751
3752         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
3753         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
3754
3755 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
3756
3757         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
3758         would only assign 0x300001 register.
3759
3760 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
3761
3762         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
3763         in COMPILE_FLAGS. Thanks to G. Gallant for report.
3764
3765 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3766
3767         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
3768         for ds80c400
3769         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
3770         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
3771         added peephole 254 (left shift), 255 (jump table)
3772
3773 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
3774
3775         * device/lib/Makefile.in: removed comment line with model-pic16,
3776         * (target port-specific-objects-pic16): the libraries and objects
3777         are copied to the build directory form the device/lib/pic16/bin
3778         directory
3779
3780         Cumulative patch concerning pic16 port:
3781         * library directory has been re-organized,
3782         * added support for PIC18F1220,
3783         * added headers and library sources for chips 18f1220,18f6520,
3784         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
3785
3786         * configuration registers setting has changed, now each supported
3787         device has a complete description of the registers it uses,
3788         * all initialisations are moved to idata sections, these section
3789         can be absolute or relocatable,
3790         * fixed initialisation of codespace variables,
3791         * fixed warning about PCLATU and gpsim,
3792         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
3793         * (genAssign): use table reads when assigning from variables in codespace,
3794         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
3795         char/int variables placed in codespace,
3796         * (pic16_emitConfigRegs): NEW, emits a list with configuration
3797         registers set in .asm file, no need for --pomit-config-words anymore,
3798         * (pic16glue): some 8051 legacy segments are commented out
3799         (to be removed completely),
3800         * added support for alternative assembler and linker with --asm=
3801         and --link= command line arguments,
3802         * peepholes are disabled automatically in the port, no need to
3803         specify on command line,
3804         * port supports natively char/int/long multiplication, but converts
3805         all divisions to support functions,
3806         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
3807         to the file set in variable $2,
3808         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
3809         strings in ASCII format and not in hex,
3810         * ralloc.c (serialRegAssign): added a triplet of conditional calls
3811         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
3812         allocate proper register if iCodes aren't temporary,
3813
3814 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
3815
3816         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
3817
3818 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
3819
3820         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
3821         is commented out
3822
3823 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3824
3825         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
3826         computed address is reused
3827         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
3828         multi-byte bitfields
3829
3830 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3831
3832         * src/z80/gen.c: (genArrayInit): must check for pointers too
3833
3834 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
3835
3836         * support/regression/tests/zeropad.c: never meant to commit the
3837           nestedstruct test: removed, added check for GCC version
3838
3839 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
3840
3841         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
3842         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
3843         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
3844           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
3845           bugs 928906 and 954082 half-empty initializers
3846         * src/SDCCsymt.h,
3847         * src/SDCCsymt.c (getAllocSize): added for above fix
3848         * src/z80/gen.c (genArrayInit): fixed bug 741044
3849         * support/regression/tests/zeropad.c: added tests
3850
3851 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
3852
3853         * src/pic16/device.c (pic16_dump_section): corrected bug which
3854         caused some symbols of the libraries to be misplaced
3855
3856 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3857
3858         * src/pic16/glue.c,
3859         * src/pic16/ralloc.h,
3860         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
3861         to fix conflict with pic port
3862
3863 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
3864
3865         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
3866         externs configuration variables,
3867         * src/pic16/ralloc.h,
3868         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
3869         prototype in header, commented out some debug messages
3870
3871 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
3872
3873         * src/pic16/glue.c,
3874         * src/pic16/main.c,
3875         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
3876         for gpasm COFF object generation. Thanks to D. Hawkins for
3877         his patch info
3878
3879 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3880
3881         * src/ds390/main.c,
3882         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
3883         Brock for spotting this)
3884         * src/ds390/gen.c (genEndFunction),
3885         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
3886         interrupt handler and critical. Disable push/pop optimizations when
3887         peephole optimizations disabled.
3888
3889 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3890
3891         Updated pic16 library sources and headers.
3892         * device/lib/pic16/pic18f*/ ,
3893         * device/include/pic16/*.h: modified to handle structured SFR
3894         definitions
3895
3896 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
3897
3898         * src/port.h (PORT structure): added hook initPaths, now each
3899         port can declare its own default search paths,
3900         which can been seen with the --print-search-dirs option,
3901         see pic16 port for example,
3902         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
3903         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
3904         * (doPrintSearchDirs): NEW, replaces in a central manner the
3905         printing of search dirs which was split in set*Paths functions,
3906         * (main): added call to port->initPaths and doPrintSearchDirs,
3907         * src/avr/main.c,
3908         * src/ds390/main.c,
3909         * src/hc08/main.c,
3910         * src/izt/i186.c,
3911         * src/izt/tlcs900h.c,
3912         * src/mcs51/main.c,
3913         * src/pic/main.c,
3914         * src/pic16/main.c: modified port structures to reflect addition of
3915         initPaths hook,
3916
3917         * src/pic16/device.c (regCompare): registers are finally sorted by name,
3918         * (pic16_dump_section): for registers in same address reserve memory once,
3919         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
3920         to no_banksel,
3921         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
3922         result is greater in size than right or left,
3923         * (pic16_genUMult8X8_8): there are some cases where the result can
3924         be 16 bits size, so handle these,
3925         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
3926         * (pic16_outBitC): modified to emit pcodes,
3927         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
3928         or not,
3929         * (genDivOneByte): implemented algorithm to divide 8-bits,
3930         * (genCmp): uncommented goto, but issues still exist,
3931         * (genAnd): fixed a bug with variables >8bits,
3932         * (genPackBits): optimization added that uses BCF/BSF to change a
3933         single bit,
3934         * (genAssign): fixed bug when assigning floating point literals,
3935         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
3936         __sdcc_gsinit_startup label,
3937         * src/pic16/main.c (_pic16_init): removed search directory
3938         initialisations,
3939         * (_pic16_initPaths): NEW, used to initialise search directories,
3940         * (_hasNativeMulFor): support functions for all except char/int
3941         multiplication, and char division,
3942         * (PIC16_port struct): modified entry for native mul support,
3943         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
3944         no_banksel option,
3945         * (buildCallTree): call to register_usage is ifdef'ed out,
3946
3947 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3948
3949         * device/include/string.h: applied Stas Sergeev's patch to make this
3950         header file compatible with the preprocessor -Wundef option
3951         * src/SDCCmain.c (main): abort compilation if preprocessor reports
3952         failure (fixes bug #941458)
3953
3954 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3955
3956         * src/SDCCopt.c (killDeadCode): fixed bug #907733
3957         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
3958         that the variable, not the function, should be static
3959         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
3960         to be consistent with non-literal case
3961
3962 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3963
3964         * src/SDCCast.c (isConformingBody): fixed bug #949967
3965         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
3966         convilong): fixed bug #952086
3967
3968 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3969
3970         * src/SDCCmem.c (allocVariables): fixed bug #955321
3971
3972 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3973
3974         * src/hc08/main.c (_hc08_genAssemblerEnd),
3975         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
3976         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
3977         completely eliminated the use of a temporary file
3978         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
3979         when more than one file linked
3980         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
3981
3982 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3983
3984         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
3985         which fixes bug #543481
3986         * support/regression/tests/bug-751703.c: fixed comments left from a
3987         cut and paste error
3988         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
3989         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
3990         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
3991         scopes
3992         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
3993         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
3994         are now changed to underscores in moduleName
3995
3996 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3997
3998         * as/mcs51/lkmem.c: better fix for bug #954173
3999
4000 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4001         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4002
4003         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4004         * device/include/c8051f000.h,
4005         * device/include/c8051f120.h,
4006         * device/include/c8051f300.h,
4007         * device/include/c8051f310.h,
4008         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4009         PWM16) and detab'ed
4010
4011 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4012
4013         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4014         and mailing lists, doc'ed --no-peep-comments, removed reference
4015         to knoppix (newest version has no LyX/LaTeX), other minor changes
4016         * src/SDCCglue.c (glue): save 2 bytes stack space with
4017         option --main-return. The ljmp could probably be avoided too
4018
4019 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4020
4021         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4022
4023 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4024
4025         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4026         * src/SDCCopt.c (isLocalWithoutDef),
4027         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4028         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4029         (credit to Maarten Brock for patch #949363, on which this is based)
4030         * support/regression/tests/bug-751703.c: some test cases of extern used
4031         within inner scopes.
4032
4033 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4034
4035         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4036         SPEC_STRUCT
4037         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4038         struct definitions
4039         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4040         dwWriteLabel): fix to create valid debugger symbols even when
4041         the module name has non-alphanumeric symbols in it
4042         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4043         when a variable's allocation has been optimized away
4044
4045
4046 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4047
4048         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4049         * src/hc08/main.c,
4050         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4051         * src/mcs51/main.c,
4052         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4053         * src/ds390/main.c,
4054         * src/z80/gen.c (z80_emitDebuggerSymbol),
4055         * src/z80/main.c,
4056         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4057         * src/pic/main.c,
4058         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4059         * src/pic16/main.c,
4060         * src/avr/gen.c (avr_emitDebuggerSymbol),
4061         * src/avr/main.c,
4062         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4063         * src/xa51/main.c,
4064         * src/SDCCdebug.c (emitDebuggerSymbol),
4065         * src/SDCCdebug.h,
4066         * src/port.h: added a debugger struct to the port struct. Added a
4067         callback for defining debugger symbols
4068
4069         * src/SDCCast.c (createLabel),
4070         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4071         with isitmp = 1
4072         * src/SDCCicode.h,
4073         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4074         iCode back to the ast for the function
4075
4076         * src/hc08/ralloc.c (hc08_assignRegisters),
4077         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4078         unneeded fields from the regs struct.
4079         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4080         pushReg() & pullReg() functions instead of emitcode()
4081
4082         * src/hc08/gen.c (genLabel, genhc08Code),
4083         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4084
4085         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4086         debugger hooks
4087
4088         * src/hc08/gen.c (genEndFunction, genhc08Code),
4089         * src/hc08/gen.h,
4090         * src/mcs51/gen.c (genEndFunction, gen51Code),
4091         * src/mcs51/gen.h,
4092         * src/ds390/gen.c (genEndFunction, gen390Code),
4093         * src/ds390/gen.h,
4094         * src/z80/gen.c (genEndFunction, genZ80Code),
4095         * src/z80/gen.h,
4096         * src/z80/z80.h,
4097         * src/pic/gen.c (genEndFunction, genpic14Code),
4098         * src/pic/gen.h,
4099         * src/pic16/gen.c (genEndFunction, genpic16Code),
4100         * src/pic16/gen.h,
4101         * src/avr/gen.c (genEndFunction, genAVRCode),
4102         * src/avr/gen.h,
4103         * src/xa51/gen.c (genEndFunction, genXA51Code),
4104         * src/xa51/gen.h,
4105         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4106         specific code to cdbFile.c and out of the backend code generators
4107
4108         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4109         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4110         starting address is now 0
4111
4112         * as/hc08/asm.h,
4113         * as/hc08/m08pst.c,
4114         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4115         assembler directive for DWARF support
4116         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4117
4118         * src/src.dsp,
4119         * src/Makefile.in,
4120         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4121
4122 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4123
4124         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4125         and inappropriate peephole optimization in jump tables
4126
4127 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4128
4129         * as/hc08/m08pst.c,
4130         * src/SDCCglue.c: sdccopt works for the hc08 port now
4131
4132 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4133
4134         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4135
4136 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4137
4138         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4139
4140 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4141
4142         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4143         rules
4144         * src/SDCCmain.c,
4145         * src/SDCCglobl.h,
4146         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4147         comments from the peephole optimizer replacement rules
4148         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4149         symbols
4150         * src/SDCCcse.c (updateSpillLocation),
4151         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4152         equivalents
4153         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4154         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4155         objects far pointers
4156
4157 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4158
4159         * src/SDCCsymt.h: a missing part of my last change
4160         * src/pic/ralloc.c (regTypeNum),
4161         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4162
4163 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4164
4165         * src/SDCCicode.h,
4166         * src/SDCCicode.c (aggrToPtrDclType),
4167         * src/SDCCptropt.h,
4168         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4169         ptrPseudoSymConvert),
4170         * src/pic/ralloc.c (regTypeNum),
4171         * src/pic16/ralloc.c (regTypeNum),
4172         * src/hc08/ralloc.c (regTypeNum),
4173         * src/ds390/ralloc.c (regTypeNum),
4174         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4175         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4176
4177 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4178
4179         * link/z80/lkmain.c (afile),
4180         * as/hc08/lkmain.c (afile),
4181         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4182         prevent a pointer problem when a filename has no directory and
4183         no extension specified.
4184
4185 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4186
4187         * link/z80/lkmain.c (afile): allow periods in directory names
4188         * link/z80/lkmain.c (afile),
4189         * as/mcs51/lkmain.c (afile),
4190         * as/hc08/lkmain.c (afile): allow linker script file to have an
4191         extension other than ".lnk"
4192         * link/z80/lklex.c (getfid),
4193         * link/z80/lkmain.c (parse),
4194         * as/mcs51/lklex.c (getfid),
4195         * as/mcs51/lkmain.c (parse),
4196         * as/hc08/lklex.c (getfid),
4197         * as/hc08/lkmain.c (parse): Support comments in the linker script
4198         file on lines by themselves and after filenames
4199
4200 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4201
4202         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4203
4204 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4205
4206         * src/z80/peeph-z80.def: removed some peephole rules that don't
4207         work with multibyte arithmetic (fixed bug #937126)
4208         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4209         to registers and not global variables
4210         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4211         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4212         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4213         checking for assignments not internally generated (fixed bug #931895)
4214         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4215         structure member (fixed bug #930072)
4216
4217 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4218
4219         * src/SDCCmain.c (linkEdit),
4220         * src/hc08/main.c (_hc08_parseOptions),
4221         * as/hc08/Makefile.in,
4222         * as/hc08/aslink.h,
4223         * as/hc08/asm.h,
4224         * as/hc08/m08pst.c,
4225         * as/hc08/lkrloc.c (relr, rele),
4226         * as/hc08/lkarea.c (lnkarea)
4227         * as/hc08/lkmain.c (afile, parse),
4228         * as/hc08/lkelf.c: support for ELF output
4229         * as/hc08/lks19.c (s19),
4230         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4231
4232 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4233
4234         * as/mcs51/lkihx.c: Fixed bug #899105.
4235
4236 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4237
4238         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4239         .dsp files from Unix to DOS.
4240
4241 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4242
4243         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4244         function pointers; we have been compliant for several months now.
4245         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4246         change that was accidently commented out
4247         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4248         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4249         bug #922319
4250
4251 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4252
4253         * src/hc08/gen.c: output of all of the internal debugging information
4254         is now controlled by the D() macro; it is disabled by default
4255
4256 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4257
4258         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4259         harder to keep the same registers during a CAST iCode
4260         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4261         long via int can be done in a single cast, if the signedness is
4262         correct.
4263         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4264         putchar() in tinibios.c in ds390's library
4265
4266 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4267
4268         * src/SDCCast.c (decorateType): fixed bug #898889,
4269         cast result of a literal complement too
4270         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4271         fixed check for bitfields
4272
4273 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4274
4275         * src/SDCCicode.c (geniCodeLogic): made it static,
4276         (geniCodeLogicAndOr): added in order to fix bug #905492,
4277         (ast2iCode): fixed bug #905492
4278         * support/regression/tests/bug-905492.c: added
4279         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4280         (processParms): fixed bug #927659: don't copy parms, this will clear
4281         decorated flag
4282         * support/regression/tests/bug-927659.c: added
4283
4284 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4285
4286         * src/SDCCast.c (addCast): don't cast float to char
4287         * device/lib/libsdcc.lib: added _memmove
4288
4289 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4290
4291         * device/lib/large/Makefile: fixed parallel execution by
4292         replacing `make` by `$(MAKE)`
4293
4294 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4295
4296         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4297         offsets (fixes bug #923936)
4298
4299 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4300
4301         * device/lib/small/Makefile: fixed parallel execution by
4302         replacing `make` by `$(MAKE)`
4303
4304 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4305
4306         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4307
4308 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4309
4310         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4311         * src/regression/Makefile: Regression test was not running.
4312
4313 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4314
4315         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4316         complement if possible
4317         * src/SDCCval.c (valComplement),
4318         * src/SDCCicode.c (operandOperation): fixed complement of literal
4319         * support/regression/tests/onebyte.c (testComplement): added
4320
4321 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4322
4323         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4324         return an optimized tree; actually replace actParm with the new tree
4325         * src/SDCCast.h: added some parantheses to remove side effects
4326         * support/regression/tests/bug-920866.c
4327
4328 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4329         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4330         Bit operands were not being handled properly in the pic14 port.
4331         (now src/regression/add.c passes again).
4332
4333 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4334
4335         * src/SDCC.y (labeled_statement): case and default no longer require
4336         a following statement (RFE #893037)
4337
4338 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4339
4340         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4341         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4342         disabled (fixes bug #916294)
4343         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4344         "mov a,acc"; patch provided by Lenny Story
4345         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4346
4347 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4348
4349         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4350         functions
4351         * src/ds390/gen.c (genFunction, genEndFunction),
4352         * src/ds390/ralloc.c (ds390_assignRegisters),
4353         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4354         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4355         pushed if there are parameters passed on the stack. Also, a cleaner
4356         way to decide if r0/r1 should be pushed/popped. (Together they fix
4357         bug #918693)
4358
4359 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4360
4361         * doc/sdccman.lyx,
4362         * device/lib/mcs51/crtpagesfr.asm,
4363         * device/lib/mcs51/crtxinit.asm,
4364         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4365         to avoid confusion with Si Lab's SFRPAGE register.
4366
4367 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4368
4369         * src/SDCCglue.c (emitMaps): allow public sfr variables
4370         * src/SDCCglue.c (initialComments): include compiler build date
4371         with compiler version and put the timestamp of the generated
4372         assembly file on a serperate line to be less confusing.
4373         * src/port.h: added genInitStartup hook
4374         * src/avr/main.c,
4375         * src/ds390/main.c,
4376         * src/hc08/main.c,
4377         * src/pic/main.c,
4378         * src/pic16/main.c,
4379         * src/xa51/main.c,
4380         * src/z80/main.c: genInitStartup initialize as NULL (default to
4381         historical behaviour)
4382         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4383         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4384         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4385         library instead of hard coding it into the compiler.
4386         * support/regression/ports/mcs51-stack-auto/spec.mk,
4387         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4388         * device/lib/mcs51/Makefile,
4389         * device/lib/small/Makefile,
4390         * device/lib/large/Makefile,
4391         * device/lib/mcs51/crtpagesfr.asm,
4392         * device/lib/mcs51/crtstart.asm,
4393         * device/lib/mcs51/crtxclear.asm,
4394         * device/lib/mcs51/crtxinit.asm,
4395         * device/lib/mcs51/crtclear.asm,
4396         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4397         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4398         and into user configurable files.
4399         * device/lib/clean.mk: clean mcs51 directory too
4400         * support/regression/tests/longlit.c: added static to T1 declaration
4401         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4402         accesses in the initialization code
4403
4404 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4405
4406         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4407         OSCTRIMVAL as noted in bug #916008
4408
4409 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4410
4411         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4412         in loops with multiple exits (reported as incorrect registers
4413         used by Martin Helmling in Sdcc-user list)
4414
4415 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4416
4417         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4418         made ds390 register extensions look less like error messages
4419
4420 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4421
4422         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4423         reported by Adam Wozniak in Sdcc-user list
4424
4425 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4426
4427         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4428         arithmetic optimizations, added debug output
4429
4430 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4431
4432         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4433         * sdcc.spec: updated and split sdcc into 3 rpms
4434         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4435         needed for literals of LEFT_OP and '+'
4436         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4437         introduced RESULT_TYPE_NOPROM
4438         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4439         left shift
4440         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4441         limited promotion to int only for '*'
4442         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4443
4444 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4445
4446         * src/pic16/gen.c (genSkip),
4447         (genc16bit2lit), (gencjneshort): commented out
4448         (is_LitOp): new helper function, checks operand type
4449         (genCmpEq): rewritten
4450
4451 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4452
4453         * support/regression/tests/bug-908454.c: added
4454
4455 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4456
4457         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4458         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4459         (geniCodeCast): cosmetic, don't preserve bit storage class
4460         (geniCodeLeftShift): added promotion
4461         (geniCodeLogic): fixed regression
4462         * src/SDCCsymt.c (computeTypeOr): accept bits too
4463         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4464
4465 2004-03-07  Borut Razem <borut.razem AT siol.net>
4466
4467         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4468
4469 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4470
4471         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4472         version of pic16_genPackRegisters which does not check if ic is a
4473         CAST operator,
4474         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4475         function cause string1.c regression test fails
4476
4477 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4478
4479         * sim/ucsim/configure.in,
4480         * sim/ucsim/configure,
4481         * sim/ucsim/doc/Makefile.in: use docdir
4482         * src/SDCC.y: fixed sbit atrributes
4483         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4484         * src/SDCCast.c (decorateType): |^& need special promotion handling
4485         * src/SDCCast.h,
4486         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4487         * src/SDCCsymt.h (computeType),
4488         * src/SDCCicode.c: computeType() needs op
4489         * src/SDCCsymt.c (checkTypeSanity),
4490         * doc/sddman.lyx: "plain" bitfields are unsigned
4491         * src/SDCCsymt.c (computeTypeOr): added
4492         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4493         |^& ops
4494         * src/SDCCval.c (val*): computeType() needs op
4495         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4496         * support/regression/tests/onebyte.c: added tests for |^&
4497
4498 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4499
4500         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4501         for writing icode into asm output.
4502
4503 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4504
4505         * src/pic16/device.c: added some debug lines enabled
4506         with macro DEBUG_CHECK,
4507         * src/pic16/genarith.c: more debug in genPlus,
4508         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4509         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4510         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4511         * (aopForSym): onStack symbols are re-placed in data memspace,
4512         and onStack flag is cleared,
4513         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4514         copy temporary pcodeop,
4515         * (genPcall): added warning for not updating PCLATU,
4516         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4517         always true for pic16 port,
4518         * (genMultOneWord): NEW, supports integer multiplication,
4519         * (genMult): modified to call genMultOneWord,
4520         * (ifxForOp): added warning when return NULL,
4521         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4522         flag is set before call to operandFromSymbol for implicit
4523         added structures,
4524         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4525         options.intlong_rent are set by default,
4526         * (_hasNativeMulFor): modified to allow port generation of integer
4527         multiplication,
4528         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4529         set regtype to REG_SFR for all registers, restricting seting the
4530         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4531
4532 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4533
4534         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4535         more than 500 times in the regression tests
4536
4537 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4538
4539         * support/Util/SDCCerr.h,
4540         * support/Util/SDCCerr.c,
4541         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4542         enumerator_list),
4543         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4544         for symbol conflicts.
4545         * support/valdiags/tests/enum.c,
4546         * support/valdiags/tests/tentdecl.c,
4547         * support/valdiags/tests/struct.c: expect possible error messages
4548         referring to original symbol definitions.
4549         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4550         * src/SDCCsymt.h,
4551         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4552
4553 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4554
4555         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4556
4557 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4558
4559         * src/pic16/ralloc.c (newReg): fixed bug #908929
4560
4561 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4562
4563         * src/ds390/gen.c: added missing #include "main.h"
4564
4565 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4566
4567         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4568         checking if symbol is already in set,
4569         * src/pic16/device.h: prototype for checkAddSym,
4570         * src/pic16/gen.c: (_G): added entry interruptvector,
4571         * (assignResultValue): removed some commented out lines,
4572         * (genFunction): check for ISR via sym->type, absolute section for
4573         interrupt code is created via a new pBlock, the goto instruction is
4574         placed now correctly at the interrupt vector position, changed all
4575         references from ivec to _G.interruptvector,
4576         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4577         is the interrupt is a high priority one, same for return from ISR,
4578         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4579         externs to calls of checkAddSym,
4580         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4581         pic16_pcode_verbose flag is set,
4582         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4583         * src/pic16/pcoderegs.c: message about how many registers are saved
4584         will only be emitted if pic16_pcode_verbose flag is set,
4585
4586 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4587
4588         * src/ds390/ralloc.h,
4589         * src/ds390/ralloc.c (ds390_regWithIdx),
4590         * src/ds390/gen.c (emitcode),
4591         * src/ds390/main.h,
4592         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4593         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4594         ds390operandCompare, getRegsRead, getRegsWritten,
4595         initializeAsmLineNode): customized instruction size calculation for
4596         ds390, started basis for some register optimizations
4597         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4598         corresponding assembly output
4599         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4600         missing push/pop of r0/r1. Optimized push/pops
4601
4602 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4603
4604         * src/mcs51/main.c (instructionSize): fixed ACALL size
4605         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4606
4607 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4608
4609         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4610         the sorting of rlist with NULL elements
4611         * (print_idataType, print_idata): NEW to create idata sections
4612         * src/pic16/device.h: idataSymSet new variable
4613         * src/pic16/gen.c (genFunction): fixed some bugs in string
4614         comparing, improved the absolute section creation for ISRs,
4615         added FSR0L/FSR0H in registers that are saved in an ISR,
4616         * (genInline): fixed the processing of inline snippets,
4617         now they undergo no process by the peephole optimizer
4618         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4619         are placed in idataSymSet,
4620         * (pic16emitStaticSeg): extern symbols are added in externs,
4621         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4622         switching when aboslute variables are placed in access bank memory
4623         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4624         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4625         commented out with #if,
4626         * (pic16_packRegisters): reintroduce the check for CAST because some
4627         symbols are not correctly handled,
4628         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4629         pCodeInstruction instead of pCode,
4630         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4631         pCodeAsmDir definition,
4632         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4633         directive, then the argument directive is emitted without the leading
4634         tab, hack for inline labels which must be in the first column,
4635         * (compareLabel,pic16_findNextInstruction),
4636         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4637         * (insertBankSwitch): modified for the new pCodeAsmDir,
4638
4639 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4640         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4641
4642         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4643         instance,
4644         * (pushSide): commented out with #if,
4645         * (assignResultValue): fixed some typos in saving
4646         registers,
4647         * (genPcall): FIXED and sync'ed with genCall,
4648         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4649         * (genNearPointerGet): fixed to handle some more cases,
4650         implementation scheme via table reads,
4651         * (genConstPointerGet): modified to access code memory correct,
4652         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4653         and improved to handle some cases
4654         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4655         instead of "RETLW" for init data
4656         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4657         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4658         variables are placed in access bank memory (<0x80 and >=0xf80),
4659         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
4660         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
4661         TBLWT_POSTDEC,TBLWT_PREINC
4662         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
4663         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
4664         directives
4665         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
4666         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
4667         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
4668         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
4669
4670 2004-02-29  Borut Razem <borut.razem AT siol.net>
4671
4672         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
4673         support/Util/findme.h, support/Util/system.h: enhance binary relative
4674         search for lib and include by using findProgramPath()
4675
4676 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4677
4678         * src/SDCCpeeph.h,
4679         * src/SDCCpeeph.c (pcDistance),
4680         * src/port.h,
4681         * src/mcs51/ralloc.h,
4682         * src/mcs51/ralloc.c (mcs51_regWithIdx),
4683         * src/mcs51/main.h,
4684         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
4685         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4686         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
4687         size calculation port specific, started basis for some register
4688         optimizations
4689         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
4690         missing push/pop of r0/r1. Optimized push/pops
4691         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
4692         * device/lib/_modsint.c (_modsint),
4693         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
4694         and stack version so regression tests pass
4695
4696 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
4697
4698         * src/Makefile.in (dep): include SLIBOBJS in dependency check
4699         * src/SDCCast.c (decorateType): catch another small optimization
4700         with '?' operator
4701         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
4702         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
4703         modified to finally use computeType() all over SDCC,
4704         see Feature Request #877103
4705         * src/SDCCval.h: cosmetic
4706         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
4707         valCompare(); regression tested in muldiv.c
4708         * support/regression/tests/muldiv.c (testMod): mod sign follows
4709         dividend only
4710
4711 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
4712
4713         * src/SDCCast.c (decorateType): fixed bug #902362
4714         * doc/INSTALL.txt: fixed install instructions for win32
4715
4716 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
4717
4718         * device/include/Makefile.in (install): fixed by replacing spaces
4719         by tabs
4720         * doc/README.txt,
4721         * doc/INSTALL.txt: updated for release
4722         * doc/sdccman.lyx: added warning for --xstack being buggy
4723
4724 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
4725
4726         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
4727         to eliminate build warnings.
4728         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
4729
4730 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
4731            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4732
4733         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
4734         removed -penable-stack, added comment for stack pragma, added
4735         warning for not initializing the stack/frame registers, removed
4736         comment at interrupts section
4737
4738         Stack is made permanent, there is no ability to disable stack usage.
4739         * src/pic16/device.h,
4740         * src/pic16/device.c: removed all references to USE_STACK macro,
4741         * src/pic16/device.c (pic16_dump_section): when no elements in
4742         rlist, free rlist before return,
4743         * (pic16_dump_int_registers): NEW, internal registers are a new set
4744         of general purpose registers reused by each function,
4745         * (checkAddReg): returns 1 if registers is added to set,
4746         * (pic16_groupRegistersInSection): when a registers is of type
4747         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
4748         * src/pic16/device.h: memRange and Assigned Memory are deleted,
4749         SRCASECMP macro is moved here from device.c
4750         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
4751         PO_PCLATU, PO_PRODL, PO_PRODH,
4752         * (pic16_pCodeOpType, genMinus,
4753         changed compares to "a" register, with AOP_ACC,
4754         * (pic16_genPlus): fixed some bugs and indented properly,
4755         * (pic16_addSign): changed size to size+offset in the MOVWF
4756         instruction,
4757         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
4758         multiply 8-bit operand by literal, result is 8-bit,
4759         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
4760         multiply 2 8-bit operand, result is 8-bit,
4761         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
4762         genUMult8X*_16,
4763         * src/pic16/gen.c: changed accUse to contain WREG only,
4764         * (pic16_emitcomment): renamed to pic16_emitpcomment,
4765         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
4766         true, do not use immediate addressing any more unless sym is a
4767         pointer in codespace,
4768         * (aopForRemat): do not use immediate addressing when symbol not in
4769         codespace and when symbol's address is requested,
4770         * (aopOp): for-loop in if(sym->accUse) is modified for the new
4771         accUse size (= 1),
4772         * (aopGet): added case for AOP_ACC and don't return "accumulator
4773         bug" but WREG instead,
4774         * (popGetTempReg): pushes contents of temporary register in stack,
4775         * (popReleaseTempReg): pops contents of temporary register from
4776         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
4777         * (pic16_popGet): separated case AOP_ACC to return register WREG
4778         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
4779         or PO_IMMEDIATE and initializes their instance/offset appropriately,
4780         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
4781         the use of immediate pointers to certain cases only.
4782
4783         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
4784         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
4785         * (assignResultValue, genCall, genRet): modified to use the new
4786         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
4787         genPcall is still broken,
4788         * (genFunction): added code to create 'A' type pBlocks when
4789         interrupt functions are generated, code not extensively tested yet,
4790         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
4791         * (genEndFunction): modified so ISRs pop stored registers from stack,
4792         * (genMultOneByte): cleanup,
4793         * (AccRsh): added flag andmask, to and result with appropriate mask,
4794         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
4795         * (genDataPointerGet): fixed and reenabled its use,
4796         * (genNearDataPointerGet): bugs fixed,
4797         * (genDataPointerSet): bugs fixed,
4798         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
4799         pic16_DumpSymbol, pic16_DumpOp,
4800         * src/pic16/genutils.h: function prototypes for the above functions,
4801         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
4802         pointers,
4803         * (pic16emitRegularMap): many many many improvements, but needs a
4804         major cleanup,
4805         * src/pic16/main.c: enable_stack in pic16_options is removed,
4806         * (_pic16_parseOptions): removed command line options -penable-stack,
4807         * (_process_pragma): emit stack symbol only when stack pragma is
4808         processed,
4809         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
4810         redirected to FSR0L/FSR0H pair,
4811         * (pic16_get_op, pic16_get_op2): modifications and improvements,
4812         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4813         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
4814         for immediates,
4815         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
4816         * (dumpPicOptype): NEW,
4817         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
4818         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
4819         with movff instruction,
4820         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
4821         added pic16_int_regs, some packRegsFor* functions are commented out,
4822         because produce errors,
4823         * src/pic16/NOTES: minor modifications
4824
4825 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4826
4827         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
4828         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
4829         --pack-iram.
4830         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
4831         * as/mcs51/lkaomf51.c: fixed bug #895763
4832
4833 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
4834
4835         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
4836
4837 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4838
4839         * doc/sdccman.lyx: added details about the HC08 storage classes and
4840         interrupts, fixed the register usage info for z80 & gbz80
4841
4842 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
4843
4844         * doc/sdccman.lyx: added more pic16 port documentation
4845         * device/include/pic16/: added header pic18fregs.h
4846
4847 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
4848
4849         * doc/sdccman.lyx: added Vangelis' contribution
4850
4851 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4852
4853         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
4854         extend to the next CALL or PCALL, not just to the next CALL.
4855
4856 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
4857
4858         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
4859
4860 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4861
4862         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
4863         bug #895752 and a better fix for bug #716790
4864
4865 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4866
4867         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
4868
4869 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4870
4871         * doc/sdccman.lyx: minor changes, minor changed
4872
4873 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
4874
4875         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
4876         which can't handle SDCC_NEWONEBYTEOPS,
4877         (geniCodeMultiply): removed conversion from mult to shift for pic14
4878         and pic16
4879
4880 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4881
4882         * src/hc08/gen.h,
4883         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
4884         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
4885         thus fixing bug #895406
4886
4887 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
4888
4889         * device/lib/_modsint.c,
4890         * device/lib/_modslong.c: sign follows divisor only
4891         * src/hc08/gen.c (genMultOneByte): if result size is 1,
4892         signs or signedness can be ignored
4893         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
4894         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
4895         added optimization for IFX,
4896         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
4897         arguments;
4898         reenabled optimization for IFX, which was removed on 2004-01-11
4899         * src/SDCCast.h: added return type IFX
4900         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
4901         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
4902         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
4903         SDCC_OLDONEBYTEOPS selects the old behaviour
4904         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
4905         changed again and commented promotion rule
4906         * src/SDCCval.c (valDiv): promotion no longer necessary
4907         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
4908         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
4909         rewritten
4910         * support/regression/tests/onebyte.c: added
4911
4912 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
4913
4914         * gen.c (genInline): reverted to old code for assemnling inline
4915         code because of bug reported James Chadd
4916
4917 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
4918
4919         * ralloc.h: missing declarations from previous patch,
4920         seems that patch for ralloc.h was never applied, fixed
4921
4922 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4923            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
4924
4925         * pcode.c,
4926         * pcode.h,
4927         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
4928         indirect addressing. Marked FSR0 as deprecated
4929         * gen.c (pointerCode): commented out, not needed now
4930         (pic16_popGet2p): new MOVFF helper function
4931         (genGenPointerGet),
4932         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
4933         (shiftRLong): removed duplicate debugging info
4934
4935 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4936
4937         * src/ds390/gen.c (genNearPointerGet),
4938         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
4939         optimization with bits, but not bitfields.
4940         * src/ds390/ralloc.c (packRegisters),
4941         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
4942
4943 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
4944
4945         * src/SDCCcse.c (algebraicOpts): copy operands before modification
4946
4947 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4948
4949         * src/SDCCsymt.h,
4950         * src/SDCCicode.c (operandFromSymbol),
4951         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
4952         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
4953         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
4954         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
4955         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
4956         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
4957         bug #892038
4958         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
4959         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
4960         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
4961         * src/SDCCsymt.c (newSymbol),
4962         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4963         enumerator_list),
4964         * src/SDCCval.h,
4965         * src/SDCCval.c (newiList): fixed bug #885705
4966
4967 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4968
4969         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
4970         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
4971
4972 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4973
4974         * device/include/c8051f120.h,
4975         * device/include/c8051f300.h,
4976         * device/include/c8051f310.h: added/updated header files for Silicon
4977         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
4978         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
4979         in new section Submitting patches
4980
4981 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4982
4983         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
4984         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4985         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4986         genGenPointerSet),
4987         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
4988         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4989         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4990         genGenPointerSet),
4991         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
4992         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4993         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4994         genGenPointerSet),
4995         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
4996         genFarPointerGet, genCodePointerGet, genGenPointerGet,
4997         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
4998         genGenPointerSet): fixed bug #892400
4999         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5000         to eliminate build warnings.
5001         * src/SDCCast.c (processParms),
5002         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5003         fixed bug 751859
5004         * support/valdiag/valdiag.py: added GCC to the list of defines active
5005         when compiling with gcc
5006
5007 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5008
5009         * support/Util/SDCCerr.h,
5010         * support/Util/SDCCerr.c,
5011         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5012         with an incomplete type (fixed bug #883734)
5013         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5014
5015 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5016
5017         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5018
5019 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5020
5021         * src/SDCCast.c (decorateType),
5022         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5023         function pointer implementation
5024         * support/regression/tests/funptrs.c: added tests to verify both forms
5025         of function pointers work correctly. Added tests to verify parameters
5026         are passed in the correct order.
5027
5028 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5029
5030         * device.c (regCompare): registers are sorted by ascending
5031         address and increasing size,
5032         * main.c (_pic16_finaliseOptions): removed the declaration
5033         of compiler macro MCU. Now a macro of the format pic18fxxxx
5034         will be defined from the command line
5035
5036 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5037             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5038
5039         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5040         PCOP_RLCF was overwritten!
5041         * gen.c (genSkip): commented out calls to pic16_emitcode,
5042         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5043         * (genlshTwo),
5044         * (genRRC): added debugging info,
5045         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5046         overwritten while shifting,
5047         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5048         overwritten while shifting,
5049         * (AccLsh),
5050         * (AccRsh),
5051         * (shiftLLeftOrResult),
5052         * (shiftRLeftOrResult),
5053         * (shiftRLong),
5054         * (shiftLLong): Implemented with pic16_emitpcode
5055         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5056         * (genLeftShift): Fixed bug, operand for shift by variable always
5057         was "and"ed with 0x0f,
5058         * (genLeftShiftLiteral),
5059         * (genrshTwo),
5060         * (genRightShiftLiteral): added debugging info,
5061         * (genrshFour): added comment,
5062         * (genRightShift): determined signedness from operand "left"
5063         instead of "result"
5064
5065 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5066
5067         * src/SDCCicode.c (geniCodeParms),
5068         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5069         function pointers, fixed function pointer bugs #861242 and #861896
5070
5071 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5072
5073         * device/include/c8051f000.h,
5074         * device/include/c8051f120.h,
5075         * device/include/c8051f300.h: added header files for Silicon
5076         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5077
5078 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5079
5080         * src/SDCCast.c (processParams): added new type flow and restructured
5081         (gatherAutoInit): added new type flow
5082         (addCast): cosmetic changes
5083         (getLeftResultType): added new type flow for array indices, patch
5084         provided by Stas, see FR #877103
5085         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5086         array index patch by Stas
5087         * src/SDCCast.h: added prototype getResultTypeFromType()
5088         * src/SDCCval.h,
5089         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5090         * src/pic/glue.c (pic14emitStaticSeg),
5091         * src/pic16/glue.c (pic16emitStaticSeg),
5092         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5093         for initialization of symbols
5094         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5095         * support/Util/SDCCerr.h:
5096         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5097         * .version: bumped version number to 2.3.8
5098         * device/include/Makefile.in (install),
5099         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5100         avoid warnings
5101
5102 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5103
5104         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5105         Slade Rich fixed an optimization bug
5106         * src/pic/pcodepeep.c,
5107         * src/pic/pcoderegs.c
5108         * doc/Makefile (install): added test for directory
5109
5110 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5111
5112         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5113         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5114         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5115         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5116         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5117         * as/mcs51/asexpr.c (term),
5118         * as/hc08/asexpr.c (term): fixed bug #887146
5119
5120 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5121
5122         * src/z80/gen.c (genMult): handle single byte result product
5123         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5124         DUMMY_READ_VOLATILE (fixed bug #886367)
5125
5126 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5127
5128         * support/regression/tests/libmullong.c: fixed logic, on little endian
5129         hosts we ended without a mullong_wrapper()
5130
5131 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5132
5133         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5134         virus/worm forged address usage.
5135
5136 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5137
5138         Fixed promotion, it should be done on AST level:
5139         * src/SDCCast.c (addCast): added promotion to int
5140         (decorateType): updated call to upCast()
5141         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5142         usualUnaryConversions()
5143
5144 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5145
5146         * support/regression/tests/literalop.c (mulWrapper): Added a
5147         wrapper to remove integer overflow warnings.
5148
5149         * support/regression/tests/float_trans.c: Made work on host.
5150
5151         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5152         location of sz80.
5153
5154         * support/regression/generate-cases.py (main): Changed from inline
5155         to a main method.
5156
5157         * doc/Makefile (install): Changed to depth first to get rid of
5158         missing directory install warning.
5159
5160         * as/Makefile (install-doc): Made work on Mac.
5161
5162 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5163
5164         * src/SDCCast.c: added an additional type flow in decorateType() of
5165         opposite direction, see feature request #860006; it's enabled at runtime
5166         by setting the environment variable SDCC_NEWTYPEFLOW
5167         * src/SDCCast.h: changed prototype of decorateType()
5168         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5169         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5170         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5171         see feature request #877103
5172         * src/SDCCval.c: updated call of decorateType()
5173         (valBitwise): fixed bug #882876
5174         (valMinus): added promotion
5175         (valLogicAndOr): result is unsigned
5176         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5177         * src/SDCCsymt.c (computeType),
5178         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5179         must not cause an unsigned operation
5180         * src/pic/glue (pic14emitRegularMap),
5181         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5182
5183 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5184
5185         * src/pic/pcode.c (PCodeID): commented out left over debug code
5186
5187 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5188
5189         * support/valdiag/tests/overflow.c: added shift tests
5190         * src/pic/device.c,
5191         * src/pic/gen.c,
5192         * src/pic/gen.h,
5193         * src/pic/glue.c,
5194         * src/pic/main.c,
5195         * src/pic/pcode.c,
5196         * src/pic/pcode.h,
5197         * src/pic/pcodepeep.c,
5198         * src/pic/pcoderegs.c,
5199         * src/pic/ralloc.c,
5200         * src/pic/ralloc.h: applied patch from Slade Rich;
5201         added support for multiple code pages and multiple RAM banks on the
5202         PIC 14 port. The ASM files now no longer simply assume all the
5203         code / RAM are in the same page / bank. This means the linker can
5204         safely allocate code/RAM of separate ASM files to different pages/banks.
5205         * doc/sdccman.lyx: added Slade's tips
5206         * src/mcs51/peeph.def: fixed bug #880768
5207
5208 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5209
5210         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5211         * src/SDCCast.c (decorateType): fixed bug #880197
5212
5213 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5214
5215         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5216         getopt.h.
5217
5218         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5219         strtof is not part of C89 and isn't included with Mac OS X.
5220
5221 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5222
5223         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5224         shiftL2Left2Result): fixed bug #879326
5225         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5226         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5227         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5228         address fetch for clr instruction
5229         * device/lib/hc08/_mulint.c: created optimized assembly version
5230         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5231
5232 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5233
5234         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5235         proposed in FR #877103
5236
5237 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5238
5239         * src/SDCCval.c (cheapestVal): added missing checks
5240         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5241         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5242
5243 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5244
5245         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5246         equal operands
5247
5248 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5249
5250         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5251         loaded with the linker search paths (-L arguments) and the libraries
5252         to be linked with the current source (-l arguments). Changes
5253         currently will affect only the pic16 port.
5254         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5255         include path the port specific paths and port specific libraries,
5256         * gplink command now contains the $3 argument,
5257         * src/pic16/device.h,
5258         * src/pic16/device.c,: structure PIC_device is made public and
5259         renamed to PIC16_device, the same for variable Pics which is renamed
5260         to Pics16. Updated all references to them.
5261         * src/pic16/glue.c (pic16glue): corrected bug with code
5262         initialization which bypassed the variable initializations block.
5263
5264         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5265         COMPILE_FLAGS and added the --nostdinc option
5266
5267 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5268
5269         * device/include/mc68hc908jb8.h: Register defs for another member
5270         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5271
5272 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5273
5274         Documenting changes from previous commits.
5275         * configure.in (version 1.56),
5276         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5277         when generating output files to configure the pic16 library,
5278         but now I've commented it out, since gputils aren't installed in the
5279         SF compile farm, so library won't compile
5280
5281         * device/lib/Makefile.in (version 1.56): initially I've added in
5282         target 'all' the prerequestive 'model-pic16' so it compiled the
5283         pic16 library, but now I've commented it out for the same reasons
5284         above,
5285         * added targets 'model-pic16' and 'objects-pic16' to compile the
5286         library
5287         * added target 'port-specific-objects-pic16' to handle the
5288         generated libraries and copy them into the build/ directory
5289         * added target 'clean-intermediate-pic16' to clean intermediate
5290         files into pic16 directory
5291         * in target 'installdirs' added line to create directory pic16 in
5292         the installation path
5293
5294         * device/include/Makefile.in (version 1.11): in target 'install'
5295         added lines to copy all header files to installation path,
5296         * in target 'installdirs' added line create directory for pic16
5297         headers in the installation path
5298
5299 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5300
5301         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5302          a function call
5303
5304 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5305
5306         * configure,
5307         * device/lib/configure.in,
5308         * device/lib/configure: fixed for autoconf 2.57
5309
5310 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5311
5312         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5313         option so that it actually works. Made it specific to the z80, since
5314         the gbz80 doesn't have these kinds of I/O ports.
5315
5316 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5317
5318         * device/include/z180.h,
5319         * device/lib/_memcpy.c,
5320         * device/lib/_memmove.c,
5321         * device/lib/_mulint.c,
5322         * device/lib/ser_ir.c,
5323         * device/lib/ser_ir_cts_rts.c,
5324         * device/lib/_strcmp.c,
5325         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5326         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5327         portmode; added deprecation warning for bank= and protmode= forms.
5328         Also, guard against buffer overflow.
5329         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5330
5331 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5332
5333         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5334         changed interrupt vector table generation to only emit declared vectors.
5335         * device/include/Makefile.in: added missing backslash
5336         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5337
5338 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5339
5340         Mainly changes to support compilation of the device libraries
5341         * src/pic16/device.c: stack is allocated via symbol and not
5342         via literal number. The symbol is placed in the corresponding
5343         position of the data ram
5344         * (pic16_dump_section): relocatable and absolute uninitialized
5345         data are now emitted in sorted order to reduce section naming,
5346         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5347         weren't marked as being in the access bank,
5348
5349 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5350
5351         Added portion of GNU PIC Library under the directory
5352         device/include/pic16 and device/lib/pic16. These files
5353         contain the declarations of SFRs for the PIC18Fxx2 devices.
5354         The directory is initialized via configure from toplevel.
5355
5356 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5357
5358         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5359         the spilllocations to be compared correctly
5360
5361 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5362
5363         * src/SDCCast.c (decorateType): fixed bug introduced today
5364
5365 2004-01-12  Borut Razem <borut.razem AT siol.net>
5366
5367         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5368         doc/sdccman.lyx: upper case pragmas are deprecated
5369
5370 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5371
5372         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5373         in simpler and even better code
5374
5375 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5376
5377         * src/SDCCicode.c (operandOperation): fixed bug #874819
5378         * src/SDCCast.c (decorateType): fixed
5379         char foo (unsigned long ul) { return ul > 0; }
5380
5381 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5382
5383         * doc/sdccman.lyx: Moved and added some sections, small changes
5384         all over. Telling LaTeX to be less strict with word spacing
5385         to better keep the right margin. Changed some notes about
5386         maintainance of the ports in section 3.2.1 - is it OK like this?
5387
5388 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5389
5390         SDCC source changes:
5391         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5392         convilong): modified to inform the pic16 port that builtin functions
5393         are external
5394
5395         PIC16 PORT specific changes:
5396         * src/pic16/device.c pic16_dump_equates() added,
5397         processor registers declared internally by the port are emitted in
5398         the translation as equates,
5399         * src/pic16/gen.c: inline code is passed unprocessed to the
5400         translation,
5401         * (pic16_popGetLit2): fnuction modified to take second operand as
5402         pCodeOp pointer and not as literal,
5403         * (popRegFromIdx): prefixed with pic16_,
5404         * (pic16_popCombine2): modified to receive already allocated pCode
5405         operands,
5406         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5407         * (genFunction): initializes local stack frame and pushes on stack
5408         all the registers used by this function,
5409         * (genEndFunction): restores all registers from stack and restores
5410         stack frame,
5411         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5412         improvements,
5413         * (pic16glue): changed the program startup sequence,
5414         * added new dbName code 'A' for functions placed in absolute section
5415         * src/pic16/main.c: added function attribute _naked,
5416         * added pragma 'code' to place a fnuction at an absolute address,
5417         * added command line arguments --debug-ralloc and --pcode-verbose,
5418         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5419         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5420         * (pic16_newpCodeOpLit2): modified to take the second operand as
5421         pCodeOp pointer,
5422         * (pic16_printpBlock): modified to emit each function in a separate
5423         section,
5424         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5425         UPPER for immediate operands,
5426         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5427         instruction,
5428         * src/pic16/peeph.def: all peepholes with movff are commented out,
5429         because there is a problem in the pcode peep optimizer,
5430         * src/pic16/ralloc.c: the register allocator can now reuse local
5431         function symbols for another function. This saves register usage.
5432         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5433
5434         Added file src/pic16/NOTES with information about program writing on
5435         the current port version.
5436
5437 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5438
5439         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5440         and peephole 252 (array access)
5441
5442 2004-01-09  Borut Razem <borut.razem AT siol.net>
5443
5444         * src/SDCCmain.c : fixed #872250: -l command line defined library
5445           files are scanned before standard library files
5446
5447 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * src/SDCCast.c (decorateType): fixed bug #874046
5450
5451 2004-01-09  Borut Razem <borut.razem AT siol.net>
5452
5453         * support/scripts/sdcc.nsi: remove previous installation
5454
5455 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5456
5457         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5458         bytes for last interrupt vector (mcs51)
5459         * sdcc.spec: fixed typo
5460
5461 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5462
5463         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5464         gen51Code): more efficient parameter receive for --model-large
5465         ("bug" #845294)
5466
5467 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5468
5469         * src/ds390/main.c,
5470         * src/z80/main.c: added missed needLinkerScript flags (more than
5471         one port structure defined in these file)
5472         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5473         bug #795325
5474
5475 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5476
5477         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5478         * src/port.h: added flag needLinkerScript in port->linker
5479         structure to inform whether to create a .lnk file or not,
5480         * src/avr/main.c,
5481         * src/ds390/main.c,
5482         * src/hc08/main.c,
5483         * src/mcs51/main.c,
5484         * src/pic/main.c,
5485         * src/pic16/main.c,
5486         * src/xa51/main.c,
5487         * src/z80/main.c: changed appropriately to configure
5488         needLinkerScript flag
5489         * src/pic/gen.c,
5490         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5491         * src/pic/glue.c: added variable udata_section_name to
5492         override default uninitialized data segment definition for
5493         devices only with SHAREBANK memory (reported from Erik Epetrich)
5494         * (pic14emitOverlay): modified to emit a commented overlay segment
5495         directive when no overlay data exist
5496         * (picglue): modified to emit uninitialized data segment
5497         according to udata_section_name
5498         * src/pic/main.c (_pic14_parseOptions): added command line
5499         options --udata-section-name=[name] to override default
5500         udata definition name
5501         * modified _linkCmd and _asmCmd to include compiler passed
5502         arguments via -W option
5503         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5504         object file from '.rel' to '.o' in port->linker structure,
5505         changed size of fptr from 2 to 3 in port structure
5506
5507 2004-01-07  Borut Razem <borut.razem AT siol.net>
5508
5509         * support/scripts/sdcc.nsi: update PATH
5510         * support/scripts/sdcc.ico: craeted
5511
5512 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5513
5514         * device/include/Makefile.in: fix install
5515         * doc/Makefile: fix install
5516
5517 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5518
5519         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5520         in bug #860505
5521         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5522         how the function variable allocation summary is displayed; also
5523         include information about variables allocated to the overlay
5524         segment
5525
5526 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5527
5528         * as/mcs51/lkmain.c: Help about -Y option
5529         * as/mcs51/lkarea.c: Fixed gcc warnings
5530
5531 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5532
5533         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5534         fixed warning
5535         * support/valdiag/tests/overflow.c: added
5536         * src/SDCCast.c (decorateType),
5537         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5538         LEFT_OP (left shift)
5539
5540 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5541
5542         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5543         (default behaviour).
5544
5545 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5546
5547         A python script to validate compiler diagnostic messages. It can be
5548         used to verify that sdcc complains about bad c source code and
5549         gives a good location of the error.
5550         * support/valdiag/Makefile,
5551         * support/valdiag/valdiag.py,
5552         * support/valdiag/tests/*
5553
5554 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5555
5556         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5557         * src/SDCCsymt.c (newEnumType),
5558         * src/SDCCsymt.h
5559         * support/Util/SDCCerr.c,
5560         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5561         enum related bugs.
5562         * support/regression/tests/enum.c: added test for enum values that
5563         require at least 2 bytes of storage.
5564
5565 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5566
5567         * src/common.h: added ifndef/define/endif macros
5568         around the header file.
5569         Bug reported from Jesus Calvino-Fraga
5570
5571 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5572
5573         * sdcc.spec: updated
5574         * device/include/Makefile.in: don't install CVS directories
5575         * device/lib/Makefile.in: added removal of CVS directories after install
5576         * doc/Makefile: fixed install, added local_icons
5577         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5578         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5579         * src/ds390/gen.c (genRightShift): fixed bug #870788
5580         * src/SDCCast.c (decorateType): fixed bug #870781
5581
5582 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5583
5584         PIC16 port related changes:
5585         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5586         added variable stackPos,
5587
5588         * gen.c: genCall, assignResultValue: added support for
5589         pushing/retrieving function parameters to/from stack,
5590         genFunction,genEndFunction: setup stack frame for the
5591         generated function,
5592         genAddrOf: will be changed according to bug 863624
5593
5594         * added files genutils.c and genutils.h which contain gen*
5595         debugged and optimised functions extracted from gen.c
5596
5597         * glue.c: added variable 'externs' which holds extern symbols,
5598         pic16emitRegularMap: is modified to properly handle relocatable
5599          symbols under the new scheme,
5600         pic16createInterruptVect: is modified
5601         pic16printPublics: is modified to emit 'global' assembler directives,
5602         added pic16_printExterns to print extern symbols,
5603         pic16glue: initializes stack/frame pointer in the beginning of
5604         the assembly output. Temporary hack, will be corrected later,
5605         because gplink yet does not support stack and SDCC does not
5606         yet support a type of crt0.o object to create the final binary.
5607
5608         * Removed many lines that contain 8051 legacy code.
5609         * The code is finally placed under a 'code' directive.
5610         * Added port specific options.
5611
5612         * _process_pragma: simplified since now we do not need *special*
5613         include file to define SFR registers. But a separate header
5614         will be needed. This will be developed later.
5615         * _pic16_parseOptions: added, parses port specific options:
5616         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5617         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5618         --preplace-udata-with=
5619
5620         * _pic16_setDefaultOptions: modified to initialize section names,
5621         but hack is temporarly out of order since it needs improvement.
5622         * _pic16_genAssemblerPreamble: configuration words are emitted by
5623         their address instead of their name. This part is incomplete and
5624         supports only the 18Fxx2 devices. Other devices will emit an error
5625         during assembly since they do not contain the same set of config
5626         registers
5627         * _pic16_genIVT: is modified,
5628
5629         * pcode.c: added definitions for some hardware registers that are needed
5630         for stack support
5631         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5632         All PCI entries are updated. Now LFSR is supported.
5633         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5634         * added pic16_newpCodeOpLit2 to support instructions with
5635         two literal arguments
5636         * pic16_pCode2str: corrected code that emits assembler instructions
5637         with two literal operands and those that have an access bit modifier
5638         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5639         this fixes a bug which caused some labels to be lost, when an
5640         assembler directive was added, i.e. banksel,
5641         * pic16_FixRegisterBanking: improved logic that causes the insertion
5642         of bank switching,
5643         * InlineFunction: functions that are called once, are not any more
5644         inlined. This can be a port option in the future,
5645
5646         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5647
5648         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5649         hold the corresponding uninitialized symbols,
5650         * pic16_allocProcessorRegister: registers have explicit marked the
5651         accessBank field,
5652         * pic16_allocInternalRegister: registers are explicit marked as
5653         not used,
5654         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5655         processing list, so bit registers were lost,
5656         *
5657
5658         * ralloc.h: added field 'accessBank' and original symbol operand
5659         in register definition,
5660         * removed the field isMapped from register definition,
5661
5662         ** Several functions have been removed from various sources:
5663         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
5664         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
5665         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
5666         pic16_assignRelocatableRegisters
5667
5668         ** others have been introduced:
5669         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
5670         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
5671
5672 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
5673
5674         * support/scripts/inc2h.pl: changed definition of BIT_AT
5675         to emit 'sbit at' instead of 'bit at'. This was a request.
5676
5677         PIC16 port related preliminary changes:
5678         * gen.c: prefixed function popRegFromString with
5679         pic16_ and all references to it corrected
5680         * pcode.c: all pic16_pc_* hardware registers prefixed
5681         with underscore (_),
5682         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
5683         * ralloc.c: newReg(): when register is REG_SFR then
5684         set address to rIdx,
5685         pic16_allocProcessorRegister(): marks register wasUsed=0
5686         pic16_writeUsedRegs(): added a call to assign processor
5687         registers via pic16_assignFixedRegisters
5688
5689 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5690
5691         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
5692         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
5693         variables in unused register banks.  Also the SSEG is placed
5694         wherever there is enough space for it, and IDATA can be anywhere
5695         in internal RAM.  For now compile using -Wl-Y[stack_size].
5696         The mem file is different for this option as well, since it
5697         makes no sense of talking about DSEG lenght.
5698
5699 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
5700
5701         * src/SDCClrange.c: fixed bug 869095 that caused segfault
5702         in certain cases, e.g. when ROM assignment, patch provided
5703         from Albert den Haan.
5704
5705 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
5706
5707         Many signedness and type propagation fixes:
5708         * src/SDCCicode.c: made geniCodeCast() static
5709         replaced SPEC_ by IS_ (cosmetic)
5710         (operandOperation): fixed div and mod operation
5711         (usualBinaryConversions): added support for promotion of char
5712         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
5713         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
5714         (geniCodeAdd): an array index will stay unsigned, even if promoted
5715         from char to int
5716         (geniCodeArray): ditto
5717         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
5718         * src/SDCCsymt.c (computeType): added more support for char;
5719         promotion of char is selectable by promoteCharToInt, fixed signedness
5720         for all cases
5721         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5722         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
5723         * src/SDCCval (val*): replaced signedness calculation by
5724         computeType()
5725         rearranged if-branches (cosmetic)
5726         (valShift): added warning W_SHIFT_CHANGED
5727         (valCompare): fixed problem with different types
5728         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
5729         * support/regression/tests/literalop.c: added many cases
5730         * support/regression/tests/ast_constant_folding.c: changed finally to
5731         'unsigned int'
5732         * .version: new year, new version: 2.3.7
5733         * src/SDCCmain.c (main): applied patch #866468
5734         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
5735         provided by Scott Bronson
5736         * doc/sdccman.lyx: updated documentation for sdcdb
5737         updated and added chapter tips
5738
5739 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5740
5741         * src/SDCCsymt.h: missing from yesterday's commits
5742
5743 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5744
5745         * src/SDCC.y (struct_or_union_specifier),
5746         * support/Util/SDCCerr.c,
5747         * support/Util/SDCCerr.h: verify that struct & union tags are used
5748         as declared.
5749
5750 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5751
5752         * src/SDCCglobl.h: missing from yesterday's commits
5753
5754 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5755
5756         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
5757         sft_attributes, struct_declaration, parameter_declaration,
5758         type_name, start_block, declaration_list),
5759         * src/SDCC.lex (check_type): support redefinition of typedef names
5760
5761 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5762
5763         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
5764         aligned xdata arrays. Erik helped me with the if clause.
5765
5766 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5767
5768         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
5769         warning
5770
5771 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5772
5773         * src/SDCCast.h,
5774         * src/SDCCast.c (newAst_),
5775         * src/SDCCicode.h,
5776         * src/SDCCicode.c (ast2iCode, newiCode),
5777         * src/SDCCglobl.h,
5778         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
5779         expr, statement, expression_statement, selection_statement,
5780         iteration_statement, expr_opt, jump_statement): foundation for tracking
5781         sequence points
5782         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
5783         point code too)
5784
5785 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5786
5787         * support/Util/SDCCerr.c,
5788         * src/SDCCast.h,
5789         * src/SDCCast.c (createCase, createDefault, decorateType),
5790         * src/SDCClabel.c (labelUnreach),
5791         * src/SDCC.y (labeled_statement, jump_statement): More improvements
5792         to error messages.
5793         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
5794         (with thanks to Stas Sergeev)
5795         * device/include/time.h,
5796         * device/lib/time.c (CheckTime): suppress unreachable code warning
5797
5798 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5799
5800         * src/SDCCast.c (createIvalCharPtr),
5801         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
5802         bug #753752)
5803         * support/regression/tests/nullstring.c: tests for these two bugs
5804
5805 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5806
5807         * support/Util/SDCCerr.h,
5808         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
5809         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
5810         about storage class and 'at' used inside struct or union
5811         * src/SDCCBBlock.c (iCodeFromeBBlock),
5812         * src/SDCCcse.c (ifxOptimize),
5813         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
5814         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
5815         printIval, emitStaticSeg, emitOverlay),
5816         * src/SDCClabel.c (deleteIfx),
5817         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
5818         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
5819         gatherAutoInit, processParms),
5820         * support/Util/SDCCerr.h,
5821         * support/Util/SDCCerr.c (werrorfl): Support for better error location
5822         reporting for post-parse errors.
5823
5824 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5825
5826         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
5827         implicit casts via union; they don't work on big endian systems
5828         (possible fix for bug #861138)
5829
5830 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5831
5832         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
5833         * src/mcs51/main.c: fixed the fix for bug #737001
5834
5835 2003-12-15  Borut Razem <borut.razem AT siol.net>
5836
5837         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
5838
5839 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5840
5841         * support/makebin/makebin.c: put output in binary mode
5842
5843 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5844
5845         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
5846         xdata and data memory on startup. Set the environment variable
5847         SDCC_NOGENRAMCLEAR to disable this.
5848         * src/mcs51/peephole.def,
5849         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
5850         (allows non-interrupt and interrupt code to safely compete for a resource
5851         without the non-interrupt code having to disable interrupts)
5852
5853 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5854
5855         * src/SDCCicode.c (geniCodeAdd),
5856         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
5857         with valFromType if type might be a pointer and host is big endian).
5858         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
5859         types, not just integer types.
5860         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
5861         multiply defined with mismatching "at" address.
5862
5863 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5864
5865         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
5866         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
5867         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
5868         with embedded nulls (fixed bug #753752)
5869
5870 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5871
5872         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
5873         Apparently this did not see much testing (endless loop)
5874
5875 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
5878
5879 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5880
5881         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
5882         gracefully handle NULL memmap pointers
5883
5884 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5885
5886         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
5887         instead of deleting the iCode when an operand is volatile
5888         * src/z80/gen.c (genDummyRead),
5889         * src/mcs51/gen.c (genDummyRead),
5890         * src/ds390/gen.c (genDummyRead),
5891         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
5892         not just IC_RIGHT
5893         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
5894         * src/SDCC.y: fixed bug #850420
5895
5896 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5897
5898         Applied z80 i/o port patch from Peter Townson and fixed some operators
5899         to better handle operands in A register.
5900         * device/include/z180.h
5901         * src/SDCC.y
5902         * src/SDCCglue.c
5903         * src/z80/gen.c
5904         * src/z80/gen.h
5905         * src/z80/main.c
5906         * src/z80/peeph-z80.def
5907         * src/z80/peeph.def
5908         * src/z80/z80.h
5909
5910 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5911
5912         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
5913
5914 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * device/lib/hc08/_mullong.c: Removed extra #endif
5917
5918 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5919
5920         * sim/ucsim/hc08.src/inst.cc,
5921         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
5922         carries from x to h
5923         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
5924         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
5925         * device/include/stdarg.h: fixed varargs for hc08
5926         * device/lib/Makefile.in,
5927         * device/lib/hc08/Makefile,
5928         * device/lib/hc08/_mulint.c,
5929         * device/lib/hc08/_mullong.c: fixed some endian problems
5930
5931 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5932
5933         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
5934         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
5935         * device/lib/_gptrget.c,
5936         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
5937
5938 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
5941         * src/SDCCast.c (astErrors): fixed bug #846007
5942         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
5943
5944 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5945
5946         * src/SDCCast.c (decorateType): disabled a transformation I added in
5947         revision 1.188 (access to fields of a structure at an absolute address);
5948         it breaks with bitfields, extern declarations, and gcse analysis.
5949         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
5950         could be assigned through a pointer, so don't complain.
5951         * src/SDCCast.c (astErrors),
5952         * src/SDCCast.h,
5953         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
5954
5955 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
5956
5957         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
5958         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
5959         output of __config directives, since gpasm now supports them
5960         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
5961         pre-processor macro, i.e. -DMCU=p18f452
5962         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
5963         and modified to handle 'cast' icode similarly to '=' icode
5964         * src/pic16/device.h (typedef struct PIC_device): added field
5965         'extMIface' to indicate that chip has external memory interface
5966         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
5967         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
5968         18F8720
5969
5970 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         * src/SDCC.y (pointer): fixed bug #846006
5973         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
5974         * src/SDCCast.c (decorateType): fixed bug #846009
5975         * src/ds390/peeph.def,
5976         * src/ds390/gen.c (genAnd, genOr),
5977         * src/mcs51/peeph.def,
5978         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
5979
5980 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5981
5982         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
5983         * src/SDCCdflow.c
5984         * src/SDCCcse.c
5985         * src/SDCCcse.h
5986         * src/SDCCBBlock.h
5987         * src/SDCCBBlock.c
5988
5989 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
5990
5991         fixed bug #845089
5992         * src/SDCCbitv.h,
5993         * src/SDCCbitv.c: added function to free a bitvector
5994         * src/SDCClrange.h,
5995         * src/SDCClrange.c: added function to recompute the liveranges
5996         * src/avr/ralloc.c,
5997         * src/ds390/ralloc.c,
5998         * src/hc08/ralloc.c,
5999         * src/mcs51/ralloc.c,
6000         * src/pic/ralloc.c,
6001         * src/pic16/ralloc.c,
6002         * src/xa51/ralloc.c,
6003         * src/z80/ralloc.c: recompute the liveranges after register packing
6004
6005 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6006
6007         * src/SDCCloop.c (newInduction): fixed bug #845630
6008
6009 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6010
6011         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6012         inadvertantly left behind from my 2003-11-12 change
6013
6014 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6015
6016         Updated headers I neglected to commit yesterday.
6017         * src/SDCClrange.h,
6018         * src/SDCCicode.h
6019
6020 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6021
6022         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6023         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6024         * src/SDCCopt.c (eBBlockFromiCode),
6025         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6026         the creation of the key hash table from the sequencing so it can be used
6027         earlier (for some GCSE bug fixes still pending)
6028
6029 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6030
6031         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6032         * support/regression/tests/addsub.c: testing genPlus shortcut
6033
6034 2003-11-15  Borut Razem <borut.razem AT siol.net>
6035
6036         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6037
6038 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6039
6040         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6041         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6042         ordering is immaterial.
6043         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6044
6045 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6046
6047         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6048         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6049         (SIGSEV) of bug #840381
6050         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6051         unlink new file before rename if new and old filenames are the same)
6052
6053 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6054
6055         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6056         uninitialized variables) for the mcs51. Set environment variable
6057         SDCC_GENRAMCLEAR to test.
6058         xdata initialization slightly shorter
6059
6060 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6061
6062         * src/SDCCsymt.h,
6063         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6064         #838241 & 780691 (basicly the same bug)
6065         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6066         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6067
6068 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6069
6070         * src/SDCCmain.c (linkEdit): "fix" #834252
6071
6072 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6073
6074         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6075         * src/SDCCast.h,
6076         * src/SDCC.y: fixed bug #819403
6077
6078 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6079
6080         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6081         the reentrant attribute.
6082         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6083         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6084         simulation
6085         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6086         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6087         erroneously reduced to a literal.
6088         * src/hc08/ralloc.c (packRegisters, rematStr),
6089         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6090         some cases
6091
6092 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6093
6094         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6095         * doc/sdccman.lyx: changed from 'article' to 'book'
6096         * doc/Makefile: readded test_suite_spec and cdbfileformat
6097
6098 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6099
6100         * device/include/stdlib.h: include malloc.h to comply with ANSI
6101         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6102
6103 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6104
6105         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6106         * doc/clean.mk: also remove *.out files
6107         * doc/sdccman.lyx: some additions, larger top/bottom margins
6108
6109 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6110
6111         * src/SDCC.y: fixed bug #837365
6112         * support/regression/tests/bitopcse.c
6113         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6114         a symbol (might be valop instead)
6115         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6116         * device/lib/clean.mk: added hc08 to the cleaning list
6117
6118 2003-11-04  Borut Razem <borut.razem AT siol.net>
6119
6120         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6121           made 2003-11-04
6122         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6123           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6124           malloc is declared in standard stdlib.h
6125
6126 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6127
6128         * device/lib/hc08/Makefile: need to clean .rel not .o files
6129         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6130
6131 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6132
6133         * src/port.h,
6134         * src/hc08/main.c,
6135         * src/mcs51/main.c,
6136         * src/ds390/main.c,
6137         * src/z80/main.c,
6138         * src/avr/main.c,
6139         * src/pic/main.c,
6140         * src/pic16/main.c,
6141         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6142         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6143         tests (which uses the port's oclsExpense function)
6144         * src/SDCC.y,
6145         * src/SDCCast.c,
6146         * src/SDCCicode.c,
6147         * src/hc08/gen.c,
6148         * src/ds390/gen.c,
6149         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6150
6151 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6152
6153         * src/SDCCcse.c (ifxOptimize),
6154         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6155         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6156         deleting the IFX iCode.
6157         * src/hc08/ralloc.c: reduced unneeded slocs
6158         * src/hc08/gen.c: fixed bug in asmopToBoolean
6159
6160 2003-11-04  Borut Razem <borut.razem AT siol.net>
6161
6162         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6163           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6164           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6165           transferred to configure
6166
6167 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6168
6169         Use headers defined in the C[++] standards:
6170         * sim/ucsim/gui.src/serio.src/fileio.cc
6171         * sim/ucsim/gui.src/serio.src/frontend.cc
6172         * sim/ucsim/gui.src/serio.src/main.cc
6173         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6174         * support/Util/NewAlloc.c
6175         * as/hc08/lklibr.c
6176         * as/mcs51/lklibr.c
6177         * as/z80/aslist.c
6178         * as/z80/assym.c
6179
6180 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6181
6182         * Added MSVC projects for hc08 assembler and linker:
6183         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6184         /as/hc08/link_hc08.dsp
6185
6186 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6187
6188         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6189
6190 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6191
6192         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6193
6194 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6195
6196         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6197
6198 2003-10-31  Borut Razem <borut.razem AT siol.net>
6199
6200         * support/cpp2/cpplib.h,
6201           support/cpp2/cpplib.c,
6202           support/cpp2/cpplex.c,
6203           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6204           to switch _asm block preprocessing on / off. Default is
6205           #pragma preproc_asm +
6206
6207 2003-10-31  Borut Razem <borut.razem AT siol.net>
6208
6209         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6210           when outputting comment blocks (when executed with -C option) and
6211           _asm (SDCPP specific) blocks
6212
6213 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6214
6215         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6216
6217 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6218
6219         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6220
6221 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6222
6223         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6224         * src/SDCCast.c (decorateType): fixed bug #832664
6225
6226 2003-10-31  Borut Razem <borut.razem AT siol.net>
6227
6228         * support\cpp2\cpplex.c: fixed for SDCPP:
6229           comments(when executed with -C option) and _asm blocks
6230           were included even if they where in skipped #if block.
6231           Applied solution from GCC cpp 3.3.2
6232
6233 2003-10-31  Borut Razem <borut.razem AT siol.net>
6234
6235         * src/SDCC.lex: sdcc now understands both formats:
6236           '# <line_number> <file_name>' and
6237           '#line <line_number> <file_name>'
6238         * support/cpp2/cppmain.c: sdcpp now generates the standard
6239           '# <line_number> <file_name>' instead of former
6240           '#line <line_number> <file_name>'
6241
6242 2003-10-30  Borut Razem <borut.razem AT siol.net>
6243
6244         * support/cpp2/cpphash.h,
6245         * support/cpp2/cpplib.h
6246         * support/cpp2/cpplex.c,
6247         * support/cpp2/cppmain.c,
6248         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6249
6250 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         Fixed a number of problems revealed by bug #827883.
6253         * src/SDCCloop.c (loopInvariants): Spill location of the
6254         result operand should be recomputed if extracted from
6255         a loop. Also, don't extract assignments of an iTemp
6256         from a literal.
6257         * src/SDCCast.c (isConformingBody): loop reversal should
6258         not occur if the control variable is involved with a
6259         relational operator.
6260
6261 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6262
6263         * .version: bumped to 2.3.6 to reflect the big improvements
6264         made by Erik and Klaus. Thanks!
6265
6266 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6267
6268         Replaced the livrange code.
6269         * src/SDCClrange.c: added new LR code
6270         * src/SDCCloop.c,
6271         * src/SDCCBBlock.h: removed remainig parts from old LR code
6272         * src/ds390/ralloc.c,
6273         * src/ds390/gen.c: minor fixes to make it work with new code
6274
6275 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6276
6277         * as/hc08/asm.h,
6278         * as/hc08/lkrloc.c,
6279         * src/hc08/gen.c,
6280         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6281         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6282         (tweaked fix for bug #818696)
6283
6284 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6285
6286         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6287
6288 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         * src/SDCCmain.c,
6291         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6292         * src/mcs51/gen.c (gencjneshort),
6293         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6294         more efficient (per Scott Bronson's suggestion)
6295
6296 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6297
6298         Extended the semantics of the critical keyword to include
6299         individual statements. See RFE #827755 and #799831
6300         * src/SDCC.y
6301         * src/SDCCicode.c
6302         * src/SDCCopt.c
6303         * src/SDCCast.c
6304         * support/Util/SDCCerr.c
6305         * support/Util/SDCCerr.h
6306         * src/mcs51/gen.c
6307         * src/ds390/gen.c
6308         * src/hc08/gen.c
6309
6310 2003-10-19  Borut Razem <borut.razem AT siol.net>
6311
6312         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6313
6314 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6315
6316         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6317         Fixed bug #818696
6318         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6319         and predecrement operand is displayed
6320
6321 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6322
6323         * src/SDCCval.c (valMinus): fixed bug #826041
6324
6325 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6326
6327         Some hc08 related updates that I missed earlier
6328         * sim/ucsim/stypes.h
6329         * support/regression/ports/hc08/spec.mk
6330
6331 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         New target "hc08" for the Motorola 68hc08 family of micros
6334
6335         * configure
6336         * configure.in
6337         * Makefile
6338         * src/hc08/*
6339         * src/SDCCmain.c
6340         * src/port.h
6341         * sim/ucsim/hc08.src/*
6342         * sim/ucsim/configure.in
6343         * src/ucsim/configure
6344         * sim/ucsim/packages_in.mk
6345         * as/hc08/*
6346         * as/Makefile
6347         * device/include/mc68hc908qy.h
6348         * device/lib/hc08/*
6349         * device/lib/Makefile.in
6350         * support/regression/ports/hc08/*
6351         * support/regression/Makefile
6352
6353 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6354
6355         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6356         regression test
6357         * src/ds390/gen.c (genCast): fixed bug #821957
6358
6359 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * device/lib/logf.c: "fixed" overlay bug
6362         * support/regression/ports/host/spec.mk: added m library
6363         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6364         * support/regression/tests/float_trans: added (for Eric)
6365
6366 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6367
6368         * src/mcs51/gen.c (genCpl): fixed bug
6369         http://sf.net/mailarchive/message.php?msg_id=6263915
6370
6371 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6372
6373         * src/SDCCast.c (decorateType): added extended constant folding
6374         * src/SDCCsymt.c (computeType): cleanup
6375         * src/SDCCval.c (valShift): minor optimization
6376         * support/regression/tests/ast_constant_folding.c: added
6377
6378 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6379
6380         * src/SDCCmain.c: removed some unintended changes
6381
6382 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6385         * src/z80/gen.c: fixed part of bug #817589
6386         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6387
6388 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6389
6390         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6391         * src/SDCCcflow.c
6392         * src/SDCCcse.c
6393         * src/SDCCdflow.c
6394         * src/SDCClabel.c
6395         * src/SDCClrange.c
6396         * src/SDCCmem.c
6397         * src/SDCCopt.c
6398         * src/SDCCpeeph.c
6399         * src/SDCCset.c
6400         * src/avr/ralloc.c
6401         * src/ds390/ralloc.c
6402         * src/izt/ralloc.c
6403         * src/mcs51/ralloc.c
6404         * src/pic/ralloc.c
6405         * src/pic16/ralloc.c
6406         * src/xa51/ralloc.c
6407         * src/z80/ralloc.c
6408         * src/z80/gen.c: removed unused label "release:"
6409
6410 2003-10-06  Borut Razem <borut.razem AT siol.net>
6411
6412         * src/SDCC.lex: removed definition of unused variables
6413           save_optimize and save_options
6414
6415 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6416
6417         * clean.mk: removed '=' in "-maxdepth=1"
6418         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6419         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6420
6421 2003-10-06  Borut Razem <borut.razem AT siol.net>
6422
6423         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6424           my_unput() replaced by unput()
6425
6426 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6427
6428         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6429         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6430         type-punned pointer will break strict-aliasing rules"
6431         Old LR behaviour is again default; Klaus' LR can be choosen by
6432         defining the environment variable LRKLAUS
6433         * src/SDCCBBlock.h
6434         * src/SDCCloop.c
6435         * src/SDCClrange.c
6436         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6437         * clean.mk: fixed removal of files in bin/CVS/
6438         * device/lib/clean.mk: fixed removal of directories small and large
6439         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6440         * src/SDCCicode.c,
6441         * src/SDCCval.c: removed superflous test for pedantic
6442
6443 2003-10-05  Borut Razem <borut.razem AT siol.net>
6444
6445         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6446           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6447           message "unmatched #pragma SAVE and #pragma RESTORE"
6448
6449 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6450
6451         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6452           assembly, critical functions, atomic, nojtbound)
6453
6454 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6455
6456         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6457         * src/SDCCBBlock.h
6458         * src/SDCCloop.c
6459         * src/SDCCloop.h
6460         * src/SDCClrange.c
6461
6462 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6463
6464         * src/z80/gen.h,
6465         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6466         * src/mcs51/gen.h
6467         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6468         * src/ds390/gen.h
6469         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6470         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6471         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6472
6473 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * src/z80/gen.c (genRet): fixed bug #524753
6476         * src/z80/gen.c (genCast): fixed internal error on cast from
6477         pointer to long
6478         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6479         fix for bug #477835 to the z80
6480         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6481         for tracking iCodes in the peephole optimizer for z80
6482
6483 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6484
6485         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6486         the other part of bug #814548
6487         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6488
6489 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6490
6491         * src/SDCCcse.c: fixed part of bug #814548
6492
6493 2003-09-28  Borut Razem <borut.razem AT siol.net>
6494
6495         * src/asm.c: rewrite of printILine() to use temporary file instead
6496           a pipe
6497         * src/xa51/main.c: commented out declaration of int rewinds
6498
6499 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6502
6503 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6506         * src/asm.c (printILine): Fixed bug #811015
6507
6508 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6509
6510         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6511         freeing.
6512
6513 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6514
6515         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6516         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6517         to correctly handle general case of AOP_PAIRPTR
6518         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6519
6520 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/mcs51/ralloc.c (fillGaps),
6523         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6524         register positioning bug)
6525
6526 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6527
6528         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6529
6530 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6531
6532         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6533         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6534         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6535         (ralloc doesn't intentionally do this now, but perhaps later)
6536         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6537         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6538         register positioning bugs (Fixed bug #762602 and #795325)
6539         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6540         (Fixed bug #808779)
6541         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6542         lines that --i-code-in-asm generates
6543
6544 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6545
6546         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6547         trying to fclose a FILE* that was already closed.
6548
6549 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6552         of const struct should be treated as if const themselves)
6553
6554 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6555
6556         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6557
6558 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6559
6560         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6561         Unix (/n) and DOS (/r/n) line terminations.
6562
6563 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6564
6565         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6566         bug #613775
6567
6568 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * src/mcs51/gen.c (genFunction, genEndFunction),
6571         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6572         and restore of EA so that stack offsets to parameters are
6573         correct when using both critical and reentrant/stack-auto.
6574         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6575         size (can be triggered in error if sloc is shared between
6576         different sized objects)
6577         * device/include/float.h: fixed macros to explicitly use
6578         unsigned long where needed
6579
6580 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6581
6582         Feature req. 799831: added code to allow nesting of critical functions
6583         * src/mcs51/gen.c (genFunction, genEndFunction)
6584         * src/ds390/gen.c (genFunction, genEndFunction)
6585
6586 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * src/SDCCsymt.c (sclsFromPtr),
6589         * src/SDCCsymt.h,
6590         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6591         support for standard C idiom of memory mapped variables; for
6592         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6593         to xdata int at 0x1234 tempvar = 1.
6594         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6595         provided by Akiya ISHIDA
6596
6597 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6598
6599         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6600         * src/SDCCval.c (constVal): added reduction from int to char
6601         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6602         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6603         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6604         to ignore the sign
6605         * support/regression/tests/shifts.c: fixed
6606
6607 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6608
6609         * src/z80/gen.c (genXor): Fixed bug #805445
6610
6611 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6612
6613         Fixed bug #621531 (const & volatile confusion in the type chain).
6614         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6615         refer to the const or volatile state of the pointer itself.
6616
6617         * src/SDCCast.c
6618         * src/SDCCglue.c
6619         * src/SDCCicode.c
6620         * src/SDCCsymt.c
6621         * src/SDCCval.c
6622         * src/SDCC.y
6623         * src/SDCCsymt.h
6624         * src/pic/gen.c
6625         * src/pic/ralloc.c
6626         * src/pic16/gen.c
6627         * src/pic16/ralloc.c
6628         * support/regression/tests/const.c
6629
6630 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6631
6632         When checking for duplicated modules, use absolute paths
6633         instead of relative paths.  Files changed:
6634
6635         * as/mcs51/lklib.c
6636         * link/z80/lklib.c
6637
6638 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6641
6642 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6643
6644         * device/include/string.h: added size_t typedef, changed
6645         prototypes to use size_t, eliminated separate reentrant and
6646         non-reentrant declarations, added _memmove declaration
6647         * device/lib/_memcpy.c: changed to use size_t instead of int,
6648         changed /4 to >>2 to avoid division library call
6649         * device/lib/_memcmp.c,
6650         * device/lib/_memset.c,
6651         * device/lib/_strncat.c,
6652         * device/lib/_strncpy.c,
6653         * device/lib/_strncmp.c: changed to use size_t instead of int
6654         * device/lib/_memmove.c: new file (fixed bug #772294)
6655         * device/lib/Makefile.in: added _memmove.c
6656         * device/lib/z80/asm_strings.s: fixed bug #772290
6657         * support/regression/tests/bitfields.c: attempt to fix host assertion
6658         failure on amd64-unknown-linux2.2
6659
6660 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6661
6662         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
6663         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
6664         * as/z80/asmain.c (main): fixed bug #801766
6665
6666 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
6667
6668         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
6669         compilers
6670
6671 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6672
6673         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
6674         reported in bug #800609
6675
6676 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
6677
6678         * Top header beautifications in src/pic16 directory:
6679           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
6680           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
6681           pcoderegs.h, ralloc.c, ralloc.h
6682         * main.c: added top header and GPL license notice
6683         * pcode.c: fixed the if-conditional warning
6684
6685 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
6686
6687         * device/lib/_mullong.c: replaced int by short for gcc
6688
6689 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6690
6691         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
6692         and JUMPTABLE iCodes properly now (worked by accident before)
6693         * src/mcs51/gen.c (leftRightUseAcc),
6694         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
6695         iCode properly now. Use getSize instead of nRegs since a & b
6696         aren't part of the nRegs tally.
6697
6698 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
6699
6700         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
6701         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
6702           before instructions that use the _STATUS register
6703
6704 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
6705
6706         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
6707         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
6708         fetching of the pointer
6709         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
6710         copied from genNearPointerSet()
6711         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
6712         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
6713         If they pop r0/r1 they must be called in the opposite order than aopOp().
6714         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
6715         (resp. --stack-auto), prepared for --xstack
6716
6717 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6718
6719         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
6720
6721 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
6722
6723         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
6724         these ports have their own __sdcc_external_start()
6725
6726 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
6727
6728         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6729         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
6730         type for bits was changed. It resulted in bit variables becoming
6731         global, which is not permitted in PIC 14 assembly output.
6732
6733 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6734
6735         * doc/sdccman.lyx: various additions and updates. Rearranged sections
6736
6737 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6738
6739         Z80 and MCS51 linkers complaint if a public symbol is defined
6740         in more than one library module:
6741
6742         * as/mcs51/lklib.c
6743         * link/z80/lklib.c
6744         * as/mcs51/Makefile.in
6745
6746 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6747
6748         A few small changes that speed up the peephole optimizer.
6749
6750         * src/SDCCpeeph.c
6751
6752 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6753
6754         Try to make the peephole optimizer smarter by maintaining
6755         an association between the assembly source code and the
6756         iCodes that originated them. Put this information to use
6757         with a new peephole rule condition "notVolatile" so that
6758         the rules can be aggressive yet still safe.
6759
6760         * src/SDCCpeeph.c
6761         * src/SDCCpeeph.h
6762         * src/mcs51/gen.c
6763         * src/mcs51/peeph.def
6764
6765 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6766
6767         Fixed bug #741761
6768
6769         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
6770         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
6771         if the left or right operand symbols have the accuse flag set.
6772
6773 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6774
6775         Changed the type of the result of the ! (NOT) operator to char;
6776         previously it returned the same type as the source. This allows
6777         us to eliminate all the genFloatNot functions (all of its target
6778         implementations were very buggy) since !float can use the same
6779         code as !long now.
6780
6781         * src/SDCCicode.c (ast2iCode): ! returns char
6782         * src/mcs51/gen.c (genNot, genNotFloat),
6783         * src/ds390/gen.c (genNot, genNotFloat),
6784         * src/z80/gen.c (genNot, genNotFloat),
6785         * src/pic/gen.c (genNot, genNotFloat),
6786         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
6787
6788 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
6789
6790         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
6791         1. Interrupt would not compile properly. Ensure PCLATH register is saved
6792            during interrupts. Ensure WSAVE is located at a shared bank address.
6793         2. Fixed page selection in some places
6794         3. Fixed BTFSS/C to where necessary use registers directly and not simply
6795            the registers name strings.
6796         4. Fixed "signed / unsigned compare" compiler warnings.
6797         5. The PIC port manages its own allocation of the general purpose
6798            registers, but makes no attempt to reuse them. As a result when
6799            compiling it soon runs out of general purpose registers. Some
6800            additional code was added to the files pcode.c and device.c to walk
6801            through the function call tree and rename the registers so that they
6802            get reused.
6803
6804         * src/pic/device.c
6805         * src/pic/gen.c
6806         * src/pic/glue.c
6807         * src/pic/pcode.c
6808         * src/pic/pcode.h
6809         * src/pic/ralloc.c
6810         * src/pic/ralloc.h
6811         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
6812         genPlus() & genMinus() when the result is the same as left or right
6813
6814 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6815
6816         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
6817
6818 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6819
6820         Made bitfield a distinct type from bit so that bitfields
6821         convert as per ANSI C and bits retain their traditional
6822         boolean style behaviour. Implemented bitfield support in
6823         the z80 port.
6824
6825         * src/SDCCsymt.h,
6826         * src/SDCCsymt.c,
6827         * src/SDCCast.c,
6828         * src/cdbFile.c,
6829         * src/mcs51/gen.c,
6830         * src/ds390/gen.c: bit v bitfield split
6831         * src/z80/gen.c: New support for bitfields
6832         * support/regression/tests/bitfields.c: reenabled z80,
6833         added more tests
6834
6835 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6836
6837         Rules 246.x, 247.x relate to bitfields, the others speed up
6838         access to xdata mapped I/O devices.
6839
6840         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
6841
6842 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6843
6844         Cleaned up genPackBits and genUnpackBits and added two helper
6845         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
6846         for literal assignments in genPackBits (thanks to Frieder for
6847         reminding me).
6848
6849         * src/mcs51/gen.c
6850         * src/ds390/gen.c
6851
6852 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6853
6854         Fixed bug #748310 (pointer to function type mishandled when the
6855         function name is omitted). Also fixed a SIGSEGV when a function
6856         attribute (reentrant, etc) is used on a non-function or on a
6857         function but misplaced before the parameter list.
6858
6859         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
6860         bug #748310
6861         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
6862         * support/Util/SDCCerr.h,
6863         * support/Util/SDCCerr.c: Added func attr misuse error msg
6864
6865 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6866
6867         Fixed bug #787649 by anonymous
6868         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
6869         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
6870
6871 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6872
6873         Fixed numerous bitfield problems.
6874
6875         * src/SDCC.y: More bitfield related error checking
6876         * src/SDCCsymt.h,
6877         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
6878         * support/Util/SDCCerr.h,
6879         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
6880         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6881         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
6882         * support/regression/tests/bitfields.c: tests added
6883
6884 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6885
6886         Made the constant following the "interrupt" keyword optional. If
6887         omitted, the function will not automatically be given an entry
6888         in the interrupt vector table (similar to #pragma NOIV, but
6889         less syntacticly kludgy). The interrupt number is also now
6890         range checked. Also fixed a bug in the high order bit example
6891         in the manual.
6892
6893         * src/SDCC.y
6894         * src/SDCCmem.c
6895         * src/SDCCglue.c
6896         * src/SDCCsymt.h
6897         * support/Util/SDCCerr.c
6898         * support/Util/SDCCerr.h
6899         * doc/sdccman.lyx
6900
6901 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
6902
6903         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
6904         * src/SDCCicode.c (operandOperation): rewritten some ops
6905         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
6906         * src/SDCCsymt.c (computeType): literals are handled the same way as any
6907         other type
6908         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
6909         be re-activated by defining REDUCE_LITERALS)
6910         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
6911         unsigned, but are signed by default
6912         * src/SDCCval.c (constVal): rearranged
6913         * src/SDCCval.c (valMod): preliminary fix
6914         * src/SDCCval.c (valCastLiteral): use TYPE_* types
6915         * support/regression/literalop.c: added, work in progress
6916
6917 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6918
6919         Generate warnings for useless declarations like "char data;"
6920         that don't do what new users expect.
6921
6922         * src/SDCC.y
6923         * support/Util/SDCCerr.h
6924         * support/Util/SDCCerr.c
6925
6926 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
6927
6928         * src/SDCCval.c (valMult): fix overflow detection of negative int
6929
6930 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6931
6932         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
6933
6934         Changes to support big endian targets:
6935
6936         * src/ports.h
6937         * src/SDCCglue.c
6938         * src/avr/main.c
6939         * src/ds390/main.c
6940         * src/izt/i186.c
6941         * src/mcs51/main.c
6942         * src/pic/main.c
6943         * src/pic16/main.c
6944         * src/xa51/main.c
6945         * src/z80/main.c
6946
6947 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
6948
6949         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
6950         * device/lib/time.c: fixed warning "integer overflow in expression"
6951
6952 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
6953
6954         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
6955         * src/SDCCval.c (constVal): changed default to signed; hex and octal
6956         constants are unsigned; added recognition of "u" flag for unsigned
6957         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
6958         * src/SDCCval.c (valDiv, valMod): fixed signdness
6959         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
6960         signedness of modulo, left and right shift
6961         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
6962         * support/Util/SDCCerr.h: added warning W_INT_OVL
6963         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
6964         * src/SDCCast.c (ast_print): improved output of constants
6965
6966 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6967
6968         Fixed some warnings when building with MSVC:
6969
6970         * as\mcs51\asdata.c
6971         * as\z80\asdata.c
6972         * as\mcs51\asm.h
6973         * as\z80\asm.h
6974         * link\z80\aslink.h
6975         * link\z80\lkdata.c
6976         * link\z80\lkeval.c
6977         * link\z80\lkgb.c
6978         * link\z80\lkihx.c
6979         * link\z80\lks19.c
6980         * link\z80\lksym.c
6981         * support\cpp2\cpplib.c
6982         * src\ds390\gen.c
6983         * src\mcs51\gen.c
6984
6985 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
6986
6987         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
6988
6989 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6990
6991         * support\librarian\clean.mk: Do not remove Makefile.
6992         * support\librarian\Makefile: added.
6993
6994 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6995
6996         Added librarian to MSVC build:
6997         * all.dsp
6998         * sdcc.dsw
6999         * support\librarian\librarian.dsp
7000
7001         'configure' not needed for librarian, removed:
7002         * support\librarian\configure
7003         * support\librarian\configure.in
7004         * support\librarian\config_in.h
7005         * support\librarian\Makefile.in
7006
7007         Hopefully these ones built the librarian and the rest of sdcc properly:
7008         * Makefile
7009         * Makefile.common.in
7010
7011         Messed up 'configure', so revert to previous version:
7012         * configure
7013         * configure.in
7014
7015 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7016
7017         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7018         there, while the mantissa of a double is "only" 53 bits wide.
7019
7020 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7021
7022         Adding sdcclib to the build.  MSVC project coming soon.
7023         Files added/changed:
7024
7025         * support\librarian\clean.mk
7026         * support\librarian\configure
7027         * support\librarian\configure.in
7028         * support\librarian\config_in.h
7029         * support\librarian\Makefile.bcc
7030         * support\librarian\Makefile.in
7031         * support\librarian\sdcclib.c
7032         * Makefile.bcc
7033         * Makefile
7034         * Makefile.common.in
7035         * configure
7036         * configure.in
7037
7038 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7039
7040         Linker now complaints if linked modules have conflicting options, for
7041         example, one compiled using --model-large and another one compiled with
7042         --model-small.  The following files were modified:
7043
7044         * as\mcs51\asdata.c
7045         * as\mcs51\aslink.h
7046         * as\mcs51\asm.h
7047         * as\mcs51\asmain.c
7048         * as\mcs51\asout.c
7049         * as\mcs51\i51pst.c
7050         * as\mcs51\lkdata.c
7051         * as\mcs51\lklibr.c
7052         * as\mcs51\lkmain.c
7053         * as\z80\asdata.c
7054         * as\z80\asm.h
7055         * as\z80\asmain.c
7056         * as\z80\asout.c
7057         * as\z80\z80pst.c
7058         * link\z80\aslink.h
7059         * link\z80\lkdata.c
7060         * link\z80\lklibr.c
7061         * link\z80\lkmain.c
7062         * src\SDCCglue.c
7063
7064 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7065
7066         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7067         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7068
7069 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7070
7071         * src/z80/mappings.i: fix _mul[us][int,long] entries
7072
7073 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7074
7075         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7076
7077 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7078
7079         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7080         * support/regression/tests/bitopcse.c: added
7081         fixed warning:
7082         * src/avr/gen.c:
7083         * src/pic/gen.c:
7084         * src/pic16/gen.c:
7085         * src/z80/gen.c:
7086         * src/xa51/gen.c:
7087
7088 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7089
7090         added support for new library format to z80, gbz80 linkers:
7091         *link/z80/aslink.h
7092         *link/z80/lklex.c
7093         *link/z80/lklib.c
7094         *link/z80/lklist.c
7095
7096 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7097
7098         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7099         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7100
7101 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7102
7103         added DUMMY_READ_VOLATILE:
7104         * src/SDCC.y:
7105         * src/avr/gen.c:
7106         * src/xa51/gen.c:
7107         * src/z80/gen.c:
7108         * src/pic/gen.c:
7109         * src/pic16/gen.c:
7110         * src/mcs51/gen.c:
7111         * src/ds390/gen.c:
7112         * src/SDCCcse.c (algebraicOpts): many improvements
7113         * src/SDCCcse.h: removed algebraicOpts()
7114         * src/SDCCicode.c (picDummyRead): added
7115
7116 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7117
7118         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7119         "Insufficient space in data memory".
7120
7121 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7122
7123         * src/mcs51/gen.c: fixed bug #771358
7124         * src/z80/gen.c: fixed bug #759087
7125
7126 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7127
7128         * src/pic16/glue.c: minor cleanup by Vangelis
7129
7130 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7131
7132         * device/include/regc515c.h: fixed #758477
7133         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7134         * device/lib/_gptrput.c: saved a few bytes
7135         * my tab spacing is 8, yours too?)
7136         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7137         * device/lib/serial.c: process RX bytes earlier than TX bytes
7138         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7139
7140 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7143
7144 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7145
7146     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7147
7148 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7149
7150         * device/lib/Makefile.in: bad fix, reverted to 1.43
7151
7152 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7153
7154         * device/lib/Makefile.in: added missing z80 object files
7155
7156 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7157
7158         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7159         pic16 progress by Vangelis:
7160         * src/SDCCglobl.h:
7161         * src/SDCCmain.c:
7162         * src/pic/Makefile:
7163         * src/pic:
7164         * pic/Makefile:
7165         * pic16/device.c:
7166         * pic16/device.h:
7167         * pic16/gen.c:
7168         * pic16/gen.h:
7169         * pic16/genarith.c:
7170         * pic16/glue.c:
7171         * pic16/main.c:
7172         * pic16/pcode.c:
7173         * pic16/pcode.h:
7174         * pic16/pcodepeep.c:
7175         * pic16/peeph.def:
7176
7177 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7178
7179     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7180
7181 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7182
7183     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7184     added gbz80 build to MSVC project.
7185     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7186     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7187     from 8051 stuff and setup so it links using a .lnk file.
7188
7189 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7190
7191     * support/librarian/sdcclib.c: sdcc librarian.
7192     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7193     with sdcclib.
7194
7195 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7196
7197     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7198
7199 2003-07-02  Borut Razem <borut.razem AT siol.net>
7200
7201         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7202         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7203         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7204         src/xa51/main.c, src/z80/main.c:
7205         virtualization of glue() function: each port has it's own glue function,
7206         which is accessed by do_glue function pointer in PORT.general structure
7207
7208 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7209
7210         * DS800C400 fun, improved ROM interface and tinibios.
7211
7212 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7213
7214         * More support for DS80C400. Now includes beginning of interface to ROM.
7215
7216 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7217
7218         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7219
7220 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7221
7222         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7223
7224 2003-06-19  Borut Razem <borut.razem AT siol.net>
7225
7226         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7227
7228 2003-06-19  Borut Razem <borut.razem AT siol.net>
7229
7230         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7231         fixed Z80 port - crt0.o: cannot open.
7232
7233 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7234
7235         * support/Util/MySystem.c (merge_command): revert bad fix
7236
7237 2003-06-18  Borut Razem <borut.razem AT siol.net>
7238
7239         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7240
7241 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7242
7243         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7244         option --use-stdout sends errors to stdout instead of stderr.
7245
7246 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7247
7248         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7249
7250 2003-06-15  Borut Razem <borut.razem AT siol.net>
7251
7252         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7253         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7254         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7255         fixed width array of pointers replaced with sets;
7256         multiple include and lib paths ared transferred to preprocessor and linker
7257         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7258         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7259         fixed width array of pointers
7260         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7261         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7262         fixupPath(), getPathDifference()
7263         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7264         fixed width array of pointers
7265
7266 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7267
7268         * src/pic16/ralloc.c: fix warnings
7269         * src/pic16/pcode.c: fix warning
7270
7271 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7272
7273          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7274         know all the details, but essentially this set of changes enable
7275         the pic16 port to generate movff instructions and generate assembler
7276         directives,
7277         * src/SDCCmain.c:
7278         * src/pic16/gen.c:
7279         * src/pic16/glue.c:
7280         * src/pic16/pcode.c:
7281         * src/pic16/device.c:
7282         * src/pic16/main.c:
7283         * src/pic16/pcode.h:
7284         * src/pic16/pcoderegs.c:
7285         * src/pic16/ralloc.c:
7286         * src/pic16/ralloc.h:
7287
7288 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7289
7290         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7291         added option --vc, so sdcc errors and warnings are compatible with
7292         Microsoft Visual Studio.
7293
7294 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7295
7296         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7297           device/lib/libfloat.lib: added atof function.
7298
7299 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7300
7301         * doc/sdccman.lyx: updated to Lyx 1.3
7302         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7303         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7304         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7305
7306 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7307
7308         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7309
7310 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7311
7312         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7313           additions to the "related tools/documentation" section
7314
7315 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7316
7317         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7318
7319 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7320
7321         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7322         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7323
7324 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7325
7326         * doc/sdccman.lyx: fix double dash and other minor things
7327         * doc/Makefile: fix double dash
7328
7329 2003-05-28  Karl Bongers(patches from Martin Helmling)
7330         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7331           condition and ignore commands.
7332
7333 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7334
7335         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7336           is in parts still quite out of date, I did changes as far as I felt makes sense
7337           for a non-native english speaker.
7338           Please feel free to add to the manual or to correct my changes.
7339         * doc/Makefile: undid touching the date of intermediate tex files.
7340
7341 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7342
7343         * doc/sdccman.lyx: Manual has an index now
7344
7345 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7346
7347         Finalize muluint/mulsint and mululong/mulslong merging:
7348         * device/lib/_mulint.c
7349         * device/lib/_mullong.c
7350         * device/lib/gbz80/mul.s
7351         * device/lib/gbz80/stubs.s
7352         * device/lib/z80/mul.s
7353         * device/lib/z80/stubs.s
7354         * src/SDCCsymt.c (initCSupport)
7355
7356 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7357
7358         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7359         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7360           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7361           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7362           instead of /Zm500.
7363
7364 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7365
7366         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7367           the regression tests I'm not brave enough to enable 245.b, 245.c
7368         * doc/sdccman.lyx: added latex preamble for hyperref package.
7369           Using pdflatex this will give you a hyperlinked pdf file with
7370           bookmarks. (prepend '%' before /usepackage if this breaks something)
7371
7372 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7373
7374          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7375
7376 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7377
7378         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7379
7380 2003-05-21    <johan AT balder>
7381
7382         * src/SDCCglue.c (printIval): fixed bug #739934
7383
7384 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7385
7386         Applied patch from bug 737905 (renamed yylineo to mylineno):
7387         * src/altlex.c
7388         * src/SDCCast.c
7389         * src/SDCglobl.h
7390         * src/SDCC.lex
7391         * src/SDCCsymt.c
7392         * src/SDCCval.c
7393         * src/pic16/pcode.c: Cleaned warnings
7394         * src/pic16/pcodeflow.c: Cleaned warnings
7395         * src/pic16/pcoderegs.c: Cleaned warnings
7396
7397 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7398
7399         * src/pic16/pcode.c: Cleaned warnings
7400         * src/pic16/pcodepeep.c: Cleaned warnings
7401         * src/pic16/ralloc.c: Cleaned warnings
7402
7403 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7404
7405         * doc/sdccman.lyx: fixed bug 739745
7406         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7407
7408 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7409
7410         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7411         it can be defined with CFLAGS when running configure
7412         * src/SDCCmain.c: fixed compiling + linking with object files
7413
7414 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7415
7416         * configure.in: configure for pic16 port,
7417             added --disable-pic16-port
7418         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7419         * src/SDCCmain.c: linkOptions is changed to set *,
7420             added if/endif conditional macros to remove options help
7421             messages from optionsTable when a port is not configured, added
7422             support for the PIc16 port in the ports table, when executing
7423             the compiler with no port specified on command line, a default
7424             port is selected with the new macro DEFAULT_PORT which is
7425             defined in port.h, in setDefaultOptions() linkOptions is removed
7426             from initialization assignment, since now it is a set,
7427             parseCmdLine uses setParseWithComma for linkOptions, in
7428             linkEdit() linkOptions are accessed with new function indexSet()
7429             which returns the i'th item of a set variable. See SDCCset.c, in
7430             linkEdit() when calling buildCmdLine(), added linkOptions as
7431             last argument. Now users can pass arguments to gplink via the
7432             -Wl option, main() uses pic16glue() to glue up pic16 programs
7433         * src/SDCCpeeph.c: various changes to support pic16
7434         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7435             return the i'th item of the set
7436         * src/SDCCset.h: added function prototype for indexSet()
7437         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7438         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7439         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7440             added macro DEFAULT_PORT
7441         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7442         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7443             generated
7444         * src/pic16/glue.c: commented out some error producing lines
7445         * src/pic16/main.c: __config directives are commented out to stop
7446             gpasm complaining and test the linkage with gplink, _linkCmd and
7447             _asmCmd changed to be more gplink and gpasm friendly
7448         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7449             produced an error when parsed, peep rule 12 is added to utilize
7450             movff, but it is commented out since the pCode does not support
7451             yet a command with 2 address arguments
7452
7453 2003-05-18    <johan AT balder>
7454
7455         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7456         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7457 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7458
7459         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7460   Added feature to script commands from file.
7461
7462 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7463
7464         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7465         * src/SDCCutil.c: include ctype.h for win32
7466
7467 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7468
7469         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7470
7471 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7472
7473         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7474   Fixed so you can set breakpoints prior to run, run does not stop
7475   on entry now.  Add tbreak.  Other enhancements and fixes for use
7476   with ddd.
7477
7478 2003-05-12  Borut Razem <borut.razem AT siol.net>
7479
7480         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7481
7482 2003-05-11  Borut Razem <borut.razem AT siol.net>
7483
7484         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7485         the path of bin directory, so that PATH is the only env. variable, which has to be set
7486         in case of standard installation.
7487         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7488         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7489         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7490
7491 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7492
7493         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7494         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7495         temp files are in the port dir; clean the gen/test directory when
7496         generating new test.c
7497         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7498         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7499         * support/regression/tests/zeropad.c: added
7500
7501 2003-05-09    <johan AT balder>
7502
7503         * src/SDCCglue.c: fixed bug #597940
7504
7505 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7506
7507         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7508   cache sfr, optimize next,step, fix off by one sourceline,
7509   support ddd list function.
7510         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7511
7512 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7513
7514         * support/regression/HTMLgen.py: added compare_s2f()
7515         * support/regression/Makefile: redo 1.27
7516         * support/regression/generate-cases.py: redo 1.5
7517
7518 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7519
7520         * support/regression/tests/float.c: workaround 33 bit hex constant
7521         * support/regression/tests/simplefloat.c: fix division for host
7522
7523 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7524
7525         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7526         that tame's the PIC's over-aggressive optimizer.
7527
7528 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7529
7530          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7531          support for MSVC.
7532
7533 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7534
7535         Initial support for DS80C400. "Hello world" runs on TINIm400
7536         (with polled I/O).
7537
7538 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7539
7540          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7541          * Some notes on ddd usage added in debugger/README
7542          Martin Helmling adding more features and fixes for ddd GUI debugger.
7543          Code added for nexti, stepi, up, down, and other adjustments.
7544
7545 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7546
7547         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7548         * src/pic/peeph.def Added two rules to optimize carry manipulation
7549         * src/pic/* removed debug printfs
7550
7551 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7552
7553         * debugger/mcs51/cmd.c: added header newalloc.h
7554
7555 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7556
7557         * as/Makefile: new EXEEXT
7558         * as/z80/Makefile: remove trailing slash of BUILDIR
7559         * as/z80/clean.mk: new EXEEXT
7560         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7561         * support/cpp2/Makefile.in: new EXEEXT
7562         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7563
7564 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7565
7566         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7567         EXEEXT was introduced to fix all related problems with targets
7568         "clean", "install" and "uninstall"; a couple of further flaws
7569         especially with "clean" have been fixed too
7570         * as/mcs51/Makefile.in
7571         * as/mcs51/clean.mk
7572         * as/z80/Makefile
7573         * Makefile
7574         * clean.mk
7575         * debugger/mcs51/Makefile.in
7576         * debugger/mcs51/clean.mk
7577         * link/z80/Makefile
7578         * link/z80/Makefile.in
7579         * link/z80/clean.mk
7580         * link/Makefile
7581         * packihx/Makefile.in
7582         * packihx/clean.mk
7583         * sim/ucsim/Makefile
7584         * sim/ucsim/clean.mk
7585         * sim/ucsim/avr.src/Makefile.in
7586         * sim/ucsim/avr.src/clean.mk
7587         * sim/ucsim/s51.src/Makefile.in
7588         * sim/ucsim/s51.src/clean.mk
7589         * sim/ucsim/xa.src/Makefile.in
7590         * sim/ucsim/xa.src/clean.mk
7591         * sim/ucsim/z80.src/Makefile.in
7592         * sim/ucsim/z80.src/clean.mk
7593         * sim/ucsim/main_in.mk
7594         * sim/ucsim/packages_in.mk
7595         * sim/ucsim/gui.src/Makefile.in
7596         * sim/ucsim/gui.src/serio.src/Makefile.in
7597         * sim/ucsim/gui.src/serio.src/clean.mk
7598         * src/Makefile.in
7599         * src/clean.mk
7600         * support/cpp2/Makefile.in
7601         * support/cpp2/clean.mk
7602         * support/makebin/Makefile
7603         * support/makebin/clean.mk
7604         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7605         * doc/sdccman.lyx: --program-suffix no longer needed
7606
7607 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7608
7609          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7610          Martin Helmling added support for ddd GUI debugger.
7611          Code added to display assembly, set variables, and other commands
7612          to interface to ddd.
7613
7614 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7615
7616         * as/Makefile: fix target clean
7617         * as/clean.mk: fix target clean
7618         * as/z80/clean.mk: fix target clean
7619
7620 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7621
7622         * Makefile.common.in: added  AT EXEEXT AT
7623         * configure.in: removed all mingw32 stuff
7624         * configure: rebuilt from configure.in
7625         * doc/sdccman.lyx: updated section "installation"
7626         * support/scripts/sdcc_mingw32: adapted to configure
7627         * support/scripts/sdcc_cygwin_mingw32: added
7628
7629 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7630
7631         * src/pic Added object file support for the PIC port
7632         * src/pic Applied patch from Craig Franklin (this started the object file support)
7633         * src/regression Updated the PIC regression tests for object files
7634
7635 2003-04-20  Borut Razem <borut.razem AT siol.net>
7636
7637         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7638           lklex.c: In function `getfid':
7639           lklex.c:203: warning: array subscript has type `char'
7640         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7641           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7642         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7643           stack handling macros
7644
7645 2003-04-19  Borut Razem <borut.razem AT siol.net>
7646
7647         * "handling space characters in file path" task:
7648         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7649         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7650         * support/Util/MySystem.h: make it self-sufficient
7651         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7652           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7653           handling space characters in file path
7654         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7655           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7656         * support/Util/MySystem.c: handling space characters in executable's path
7657
7658 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         * as/z80/Makefile: fix permanent rebuild of z80
7661         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
7662         * support/regression/tests/bitfields.c: added Johan's bitfields.c
7663
7664 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
7665
7666         * src/SDCCopt.c: add special case optimization to replace modulo by
7667           a power of two with a bitwise AND.
7668
7669 2003-04-18    <johan AT balder>
7670
7671         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
7672
7673 2003-04-17    <johan AT balder>
7674
7675         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
7676         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
7677
7678 2003-04-13  Borut Razem <borut.razem AT siol.net>
7679
7680         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
7681         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
7682           fixed mingw problem in adl_NORMALIZE_PATH
7683
7684 2003-04-12  Borut Razem <borut.razem AT siol.net>
7685
7686         * fixed "#pragma SAVE/RESTORE can not be nested":
7687         * src/SDCC.lex: reworked pragma handling functions
7688         * sdcc/src/SDCCglobl.h: reworked stack handling macros
7689         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
7690
7691 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7692
7693         * src/SDCCutil.c (pathEquivalent): defined but not used
7694         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
7695         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
7696         * configure: rebuilt from configure.in
7697         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7698         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
7699         * device/include/Makefile.in: replace sdcc_datadir
7700         * device/lib/Makefile.in: replace sdcc_datadir
7701         * Makefile.common.in: add LDFLAGS from configure
7702         * packihx/Makefile.in: use LDFLAGS
7703         * src/Makefile.in: use LDFLAGS
7704         * support/cpp2/Makefile.in: add LDFLAGS from configure
7705         * support/makebin/Makefile: use LDFLAGS
7706         * .version: bumped version number to 2.3.5
7707
7708 2003-04-12  Borut Razem <borut.razem AT siol.net>
7709
7710         * completed "different paths" task:
7711         * src/SDCCmacro.c: fixed bug in handling quotes
7712         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
7713         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
7714
7715 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
7716
7717         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
7718
7719 2003-04-11 kevin Vigor <kevin AT vigor.nu>
7720
7721         * ds390/gen.c ds390/peeph.def: fix bug 706781
7722
7723 2003-04-11  Borut Razem <borut.razem AT siol.net>
7724
7725         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
7726
7727 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
7728
7729         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
7730         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
7731          set - this bit used to not be set...).
7732         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
7733           bad code in PIC Port
7734         * src/regression/and2.c added to test bug 609268
7735         * src/regression/Makefile added and2.c to regression test
7736
7737
7738 2003-04-08    <johan AT CP255758-A>
7739
7740         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
7741         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
7742         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
7743
7744 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
7745
7746         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
7747         fix bug #487815
7748         * support/cpp2/Makefile.in: fix bug #487815
7749         * configure: rebuilt from configure.in
7750         * Makefile.common.in: docdir changed, new path suffixes
7751         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7752         * sdcc_vc_in.h: reflect changes from sdccconf.h
7753         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
7754         * src/SDCCutil.h: remove BINDIR hack
7755         * doc/sdccman.lyx: update new path hierarchy
7756
7757 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7758
7759         * src/SDCCpeeph.c: added okToRemoveSLOC test
7760
7761 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7762
7763         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
7764
7765 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
7766
7767         * src/SDCCpeeph.c: added labelIsReturnOnly test
7768         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
7769
7770 2003-04-05    <johan AT balder>
7771
7772         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
7773         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
7774         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
7775         * src/SDCCast.c: fixed a warning
7776         * src/SDCCast.h: fixed a warning
7777         * src/SDCCicode.c (operandFromAst): fixed a warning
7778
7779 2003-04-04    <johan AT balder>
7780
7781         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
7782         * src/SDCCast.c (decorateType): fixed bug #715076
7783         * src/SDCC.y: fixed bug #702907
7784
7785 2003-04-03    <johan AT balder>
7786
7787         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
7788         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
7789         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
7790         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
7791         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
7792
7793 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
7794
7795         * _decdptr.c: fix return values
7796         * _gptrget.c: fix return values
7797         * _gptrgetc.c: fix return values
7798         * _gptrput.c: fix return values
7799         * _mulint.c: fix return values
7800         * as/z80/Makefile: fix 'make -j' problem
7801
7802 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
7805         * configure.in: big cleanup, updated to autoconf 2.5x
7806         * configure: rebuilt from configure.in
7807         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
7808         * sdcc_vc_in.h: reflect changes from sdccconf.h
7809         * doc/Makefile: fixed a flaw in "make install"
7810
7811 2003-04-02    <johan AT balder>
7812
7813         * src/ds390/gen.c (genCmp): no comments
7814         * src/mcs51/gen.c (genCmp): no comments
7815         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
7816         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
7817
7818 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
7819
7820         * support/regression/generate-cases.py: place generated file in given sub directory
7821         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
7822         * support/regression/Makefile: improvements for 'make -j';
7823         side effect: it's simpler and faster now
7824
7825 2003-03-31  Borut Razem <borut.razem AT siol.net>
7826
7827         * src/z80/main.c: link-{port} and as-{port} defined without path
7828         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
7829
7830 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
7831
7832         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
7833
7834 2003-03-30  Borut Razem <borut.razem AT siol.net>
7835
7836         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
7837           changed type of list parameter to set
7838         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
7839         * src/port.h: changed type of do_assemble() parameter to set
7840         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
7841           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
7842           definition of "cppoutfilename" macro with NULL value in preProcess()
7843         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
7844         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
7845         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
7846           replaced with set *binPathSet
7847         * shash_add() deallocates the item, if allready exsists, before adding the new one
7848         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
7849
7850 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
7851
7852         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
7853           a nested for loop bug in the PIC port
7854         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
7855           for loops
7856
7857 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
7858
7859         * support/Util/dbuf.h: remove C++ stuff to make it portable
7860
7861 2003-03-28  Borut Razem <borut.razem AT siol.net>
7862
7863         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
7864           literal strings in stringLiteral()
7865         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
7866         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
7867           to the project
7868
7869 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
7870
7871         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
7872
7873 2003-03-26    <johan AT balder>
7874
7875         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
7876         * src/ds390/gen.c (saveRegisters): catched symbol abuse
7877         * src/SDCCast.c (decorateType): fixed " -v < 3"
7878
7879 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
7880
7881         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
7882         Added Lenny Story's debug infrastructure changes:
7883         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
7884         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
7885         * src/cdbFile.c: added
7886         * src/SDCCdebug.c: added
7887         * src/SDCCdebug.h: added
7888         * src/SDCCast.c (createFunction)
7889         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
7890         * src/SDCCmain.c (parseCmdLine, main)
7891         * src/SDCCmem.c (redoStackOffsets)
7892         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
7893         * src/SDCCsymt.h
7894         * src/common.h
7895         * src/avr/gen.c (genAVRCode)
7896         * src/ds390/gen.c (gen390Code)
7897         * src/mcs51/gen.c (gen51Code)
7898         * src/pic/gen.c (genpic14Code)
7899         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
7900         * src/xa51/gen.c (genXA51Code)
7901         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
7902
7903 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7904
7905         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
7906         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
7907
7908 2003-03-22    <johan AT balder>
7909
7910         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
7911
7912 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
7913
7914         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
7915         * doc/cdbfileformat.lyx: added, written by Lenny Story
7916         * doc/Makefile: added cdbfileformat.lyx
7917         * doc/clean.mk: added cdbfileformat.lyx
7918
7919 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
7920
7921         * src/mcs51/peeph.def: fix bug #705773
7922
7923 2003-03-20    <johan AT balder>
7924
7925         An sfr/sbit can have an "at #" AND an initializer
7926         * src/SDCCsymt.c (checkSClass):
7927         * src/SDCCmem.c (allocGlobal):
7928         * src/SDCCmem.c (allocLocal):
7929         * src/SDCCast.c (createBlock):
7930
7931 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
7932
7933         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
7934
7935 2003-03-16    <johan AT balder>
7936
7937         Undid the hackup of const and volatile, the problem is much bigger
7938         * src/SDCC.y:1.65
7939         * src/SDCCast.c:1.171
7940         * src/SDCCglue.c:1.138
7941         * src/SDCCicode.c:1.146
7942         * src/SDCCsymt.c:1.150
7943         * src/SDCCval.c:1.65
7944
7945 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
7946
7947         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
7948         * src/ds390/gen.c (genAddrOf): fixed bug #704087
7949
7950 2003-03-13    <johan AT balder>
7951
7952         Hackup const and volatile modifiers in type chains a bit:
7953         * src/SDCC.y:1.63
7954         * src/SDCCast.c:1.169
7955         * src/SDCCglue.c:1.136
7956         * src/SDCCicode.c:1.143
7957         * src/SDCCsymt.c1.146
7958         * src/SDCCsymt.h1.59
7959         * src/SDCCval.c:1.63
7960
7961 2003-03-12    <johan AT balder>
7962
7963         * src/SDCCBBlock.h: more LRH debugging junk
7964         * src/SDCCcflow.h: more LRH debugging junk
7965         * src/SDCCloop.c: more LRH debugging junk
7966         * src/SDCC.y (struct_declaration): fixed bug #697590
7967         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
7968         * src/ds390/gen.c (aopForRemat): fixed bug #700031
7969         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
7970
7971 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7972         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
7973         test function names must now match exactly).
7974         * src/SDCCcse.c: added special case in findCheaperOp to allow
7975         extending a short integer. Makes less awful code for bug 700121 test case.
7976
7977 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7978
7979         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
7980         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
7981
7982 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7983
7984         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
7985         actually called (operandsNotEqual() was called for all
7986         operandsNotEqualX tests).
7987
7988 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
7989
7990         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
7991         with shorter literals. Fixes bug 700121.
7992
7993 2003-03-11    <johan AT balder>
7994
7995         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
7996
7997 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
7998
7999         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8000         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8001
8002 2003-03-10  Borut Razem <borut.razem AT siol.net>
8003
8004         * src/SDCCmain.c: pipe preprocessor's output
8005         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8006         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8007         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8008         which closes all pipes in pipeSet set
8009         * src/SDCCset.c: free deleted item in function deleteSetItem()
8010         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8011         moved from z80 to src subproject
8012         * .version: increased version number to 2.3.4
8013
8014 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8015
8016         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8017         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8018         * support/regression/ports/xa51/spec.mk: fix typo
8019
8020 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8021
8022         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8023
8024 2003-03-09  Borut Razem <borut.razem AT siol.net>
8025
8026         * src/SDCCmain.c: pipe preprocessor's output
8027         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8028         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8029         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8030         which closes all pipes in pipeSet set
8031         * src/SDCCset.c: free deleted item in function deleteSetItem()
8032         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8033         moved from z80 to src subproject
8034
8035 2003-03-09  Borut Razem <borut.razem AT siol.net>
8036
8037         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8038         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8039         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8040         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8041         * src/SDCCglobl.h: unification of WIN32 native definitions
8042
8043 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8044
8045         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8046
8047 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8048
8049         * src/configure.in:   check for endianess (even while cross-compiling)
8050         * src/configure:      check for endianess (even while cross-compiling)
8051         * src/configure_in.h: check for endianess (even while cross-compiling)
8052         * src/avr/gen.c:        remove old endianess stuff
8053         * src/mcs51/gen.c:      remove old endianess stuff
8054         * src/ds390/gen.c:      remove old endianess stuff
8055         * src/pic/gen.c:        remove old endianess stuff
8056         * src/pic/genarith.c:   remove old endianess stuff
8057         * src/pic/glue.c:       fix endianess check
8058         * src/pic16/gen.c:      remove old endianess stuff
8059         * src/pic16/genarith.c: remove old endianess stuff
8060         * src/pic16/glue.c:     fix endianess check
8061         * src/xa51/gen.c:       remove old endianess stuff
8062         * src/z80/gen.c:        fix endianess check
8063         * src/SDCCglue.c:       fix endianess check
8064         * src/ds390/peeph.def: fix bug 700036
8065
8066 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8067
8068         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8069         * src/configure: find appropriate data-types on host for SDCC's int and long
8070         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8071         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8072         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8073
8074 2003-03-07    <johan AT balder>
8075
8076         Just a big NOOP:
8077                 some minor cleanups before the big shot
8078                 OP_DEFS and OP_USES now use Kevin's protection
8079                 new option --nolabelopt
8080
8081         * src/SDCCBBlock.c:
8082         * src/SDCCast.c,:
8083         * src/SDCCcflow.c:
8084         * src/SDCCcse.c:
8085         * src/SDCCicode.c:
8086         * src/SDCCicode.h:
8087         * src/SDCClabel.c:
8088         * src/SDCCloop.c:
8089         * src/SDCCmain.c:
8090         * src/ds390/ralloc.c:
8091         * src/mcs51/ralloc.c:
8092         * src/pic/ralloc.c:
8093         * src/xa51/ralloc.c:
8094         * src/z80/ralloc.c:
8095
8096 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8097
8098         * src/pic/pcode.c (get_op): fix 64 bit warnings
8099         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8100         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8101         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8102         * support/regression/tests/malloc.c: fix 64 bit warnings
8103
8104 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8105
8106         * src/mcs51/gen.c (genMinus): fixed bug 696436
8107
8108 2003-03-02  Borut Razem <borut.razem AT siol.net>
8109
8110         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8111
8112 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8113
8114         * configure.in: test for mkstemp
8115         * sdccconf_in.h: add HAVE_MKSTEMP
8116
8117 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8118
8119         * device/include/ctype.h: removed warning while using --stack-auto
8120         * device/include/malloc.h: removed warning while using --stack-auto
8121         * device/include/string.h: removed warning while using --stack-auto
8122
8123 2003-02-23  Borut Razem <borut.razem AT siol.net>
8124
8125         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8126         because NDEBUG is defined (see man assert)
8127         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8128
8129 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8130
8131         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8132         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8133
8134 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8135
8136         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8137         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8138
8139 2003-02-18    <johan AT balder>
8140
8141         * as/mcs51/asmain.c (asmbl): module can start with a digit
8142         * as/z80/asmain.c (asmbl): module can start with a digit
8143
8144 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8145
8146         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8147         * src/asm.c: fix pipe() for Mingw32
8148
8149 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8150
8151         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8152         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8153         make -V work again; --c1mode reads now from stdin
8154         * doc/sdccman.lyx: added --c1mode
8155         * support/Util/SDCCerr.c: new messages for c1 mode
8156         * support/Util/SDCCerr.h: new messages for c1 mode
8157         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8158
8159 2003-02-15    <johan AT balder>
8160
8161         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8162
8163 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8164
8165         * doc/sdccman.lyx: Environment variables, -o and other minor things
8166
8167 2003-02-14    <johan AT balder>
8168
8169         * src/xa51/main.c: before anyone really tries to use it :)
8170
8171         * Install doc's in share/sdcc/doc
8172         * removed some obsolete files
8173         * Do a proper make distclean and uninstall
8174         M Makefile.common.in
8175         R sdccbuild.sh
8176         M as/Makefile
8177         M device/include/Makefile.in
8178         M device/lib/Makefile.in
8179         M doc/sdccman.lyx
8180         M link/Makefile
8181         M sim/ucsim/doc/Makefile.in
8182         M src/clean.mk
8183         R src/avr/peeph.rul
8184         R src/xa51/peeph.rul
8185         M support/cpp2/Makefile.in
8186         M support/makebin/Makefile
8187
8188
8189 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8190
8191         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8192
8193 2003-02-10  Borut Razem <borut.razem AT siol.net>
8194
8195         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8196         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8197         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8198         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8199         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8200         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8201         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8202         src/z80/Makefile.bcc: Borland Makefile cleanup
8203         * as/z80/Makefile.bcc: Added Borland Makefile
8204         * support/cpp2/borland.h: Removed
8205
8206 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8207
8208         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8209         * src/SDCC.lex: new pragma NOIV
8210         * src/SDCCglobl.h: new pragma NOIV
8211         * src/SDCCmem.c: new pragma NOIV
8212
8213 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8214
8215         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8216
8217 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8218
8219         * src/SDCCmain.c: signal handling is switched off by --debug
8220         * doc/Makefile: small fix for install; use clean.mk again
8221         * doc/clean.mk: clean *.pdf and *.html too
8222
8223 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8224
8225         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8226         * device/lib/printfl.c: fix a ds390 bug by making it portable
8227         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8228         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8229         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8230         * debugger/mcs51/cmd.c: converted multi-line string literals
8231         * sim/ucsim/globals.cc: converted multi-line string literals
8232         * src/SDCCmain.c: introduced signal handler to remove temp files
8233         * doc/Makefile: small tweaks, implement clean
8234         * doc: removed generated files
8235
8236 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8237
8238         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8239         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8240         Address Record is not correctly generated for DS390."
8241
8242 2003-02-02  Borut Razem <borut.razem AT siol.net>
8243
8244         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8245         * as/mcs51/asm.h: fixed compilation with Borland C
8246         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8247         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8248         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8249         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8250         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8251         src/z80/Makefile.bcc: delete $(LIB) only if exist
8252         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8253
8254 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8255
8256         * device/include/malloc.h: introduced NULL
8257         * device/include/string.h: introduced NULL
8258         * device/include/stdlib.h: introduced NULL
8259         * device/lib/_memcpy.c: removed NULL
8260         * device/lib/_strcat.c: removed NULL
8261         * device/lib/_strchr.c: removed NULL
8262         * device/lib/_strcmp.c: removed NULL
8263         * device/lib/_strcpy.c: removed NULL
8264         * device/lib/_strcspn.c: removed NULL
8265         * device/lib/_strlen.c: removed NULL
8266         * device/lib/_strncat.c: removed NULL
8267         * device/lib/_strncmp.c: removed NULL
8268         * device/lib/_strncpy.c: removed NULL
8269         * device/lib/_strpbrk.c: removed NULL
8270         * device/lib/_strrchr.c: removed NULL
8271         * device/lib/_strspn.c: removed NULL
8272         * device/lib/_strstr.c: removed NULL
8273         * device/lib/_strtok.c: removed NULL
8274         * device/lib/malloc.c: removed NULL, include own header
8275
8276 2003-02-02    <johan AT balder>
8277
8278         * 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
8279         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8280         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8281         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8282         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8283         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8284
8285 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8286
8287         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8288         area 'DATA'"
8289
8290 2003-02-01    <johan AT balder>
8291
8292         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8293
8294 2003-01-31    <johan AT CP255758-A>
8295
8296         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8297
8298 2003-01-30    <johan AT balder>
8299
8300         * src/SDCCBBlock.c: automatic bug detection
8301         * src/SDCCicode.c: automatic bug detection
8302
8303 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8304
8305         * src/SDCCglobl.h:   now --xram-size 0 works
8306         * src/SDCCmain.c:    now --xram-size 0 works
8307
8308 2003-01-29    <johan AT balder>
8309
8310         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8311
8312 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8313
8314         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8315         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8316         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8317         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8318         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8319         * src/SDCCmain.c:    Added options --xram-size and --code-size
8320
8321 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8324         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8325
8326 2003-01-27    <johan AT balder>
8327
8328         * src/SDCC.y: fixed bug #613764
8329
8330 2003-01-26    <johan AT balder>
8331
8332         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8333         * src/SDCCsymt.h: fixed bug #673374
8334         * src/SDCCglue.c: fixed bug #661910
8335         * src/SDCCast.c: fixed bug #458099 and 673374
8336
8337 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8340         * as/mcs51/strcmpi.h: added
8341         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8342         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8343         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8344         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8345         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8346         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8347         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8348         * as/mcs51/Makefile.aslink: new module strcmpi
8349         * as/mcs51/Makefile.asx8051: new module strcmpi
8350         * as/mcs51/Makefil.bcc: new module strcmpi
8351         * as/mcs51/Makefile.in: new module strcmpi
8352         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8353
8354 2003-01-26    <johan AT balder>
8355
8356         * src/SDCCglue.c: reverted back to 1.124
8357         * src/SDCCast.c: reverted back to 1.156
8358         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8359
8360 2003-01-25    <johan AT balder>
8361
8362         * src/SDCCglue.c: A better fix for bug #661910
8363         * src/SDCCast.c: A better fix for bug #661910
8364         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8365
8366 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8367
8368         * src/Makefile.in: remove spawn.o
8369         * src/SDCCmain.c: remove spawn.h
8370         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8371         * src/spawn.c: removed
8372         * src/spawn.h: removed
8373         * support/regression/ports/ds390/spec.mk: link with -r
8374
8375 2003-01-24    <johan AT CP255758-A>
8376
8377         * src/ds390/gen.c (aopOp): fixed bug #667458
8378         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8379         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8380         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8381
8382 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8383
8384         * src/mcs51/peeph.def: better assembler identation by Frieder
8385         * src/mcs51/gen.c: better assembler identation by Frieder
8386
8387 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8388
8389         * as/z80/string.h: removed for gcc 3.2
8390         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8391         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8392
8393 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8394
8395         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8396         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8397         * support/regression/Makefile: separate temp files for ports
8398         * support/regression/generate-cases.py: separate temp files for ports
8399         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8400         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8401
8402 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8403
8404         * moved tinitalk to device/examples/ds390
8405
8406 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8407
8408         * as/mcs51/lkmem.c: rflag is for DS390
8409         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8410         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8411                          (linkEdit): move mem- and map-files the same way as ihx-files
8412         * src/z80/main.c (_setDefaultOptions): removed --generic
8413         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8414         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8415         * src/pic/glue.c (picglue): --c1mode works again
8416         * src/pic16/glue.c (pic16glue): --c1mode works again
8417         * src/asm.c (printCLine): fix #660034
8418
8419 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8422         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8423         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8424         * as/mcs51/lkmem (summary): better fix for sp problem
8425         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8426         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8427         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8428                                               remove --stack-after-data
8429
8430 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8431
8432         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8433         * src/SDCCutil.c (join): ugly bug: missing '\0'
8434         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8435
8436 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8437
8438         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8439         * src/port.h: typo
8440         * src/pic/main.c (_asmCmd): gpasm supports -o
8441         * src/z80/main.c: more general macros
8442         * device/lib/Makefile.in: remove intermediate files
8443
8444 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8445
8446         * .version: Bumped version number to 2.3.3
8447         * src/SDCCBBlock.c: new option -o
8448         * src/SDCCglobl.h: new option -o
8449         * src/SDCCglue.c: new option -o
8450         * src/SDCCmain.c: new option -o
8451         * src/asm.c: new option -o
8452         * src/ds390/main.c: new option -o
8453         * src/pic/glue.c: new option -o
8454         * src/pic/pcode.c: new option -o
8455         * src/pic/ralloc.c: new option -o
8456         * src/pic16/glue.c: new option -o
8457         * src/pic16/pcode.c: new option -o
8458         * src/pic16/ralloc.c: new option -o
8459         * src/z80/main.c: new option -o
8460         * device/lib/Makefile.in: use -o
8461         * support/regression/ports/ds390/spec.mk: use -o
8462         * support/regression/ports/gbz80/spec.mk: use -o
8463         * support/regression/ports/mcs51/spec.mk: use -o
8464         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8465         * support/regression/ports/z80/spec.mk: use -o
8466         * support/regression/ports/ucz80/spec.mk: use -o
8467         * support/regression/ports/xa51/spec.mk: use -o
8468         * support/regression/fwk/lib/timeout.c: fix usage string
8469
8470 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8471         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8472
8473 2003-01-07    <johan AT balder>
8474
8475         * src/SDCCast.c (decorateType): fixed bug #600035
8476
8477 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8478         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8479         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8480         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8481         * src/pic/pcode.c: outcommented unused variable to remove warnings
8482         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8483
8484 2003-01-06    <karl AT turbobit.com>
8485         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8486    regression tests.
8487
8488 2003-01-06    <johan AT balder>
8489
8490         * src/SDCCicode.c: fixed array add
8491
8492 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8493         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8494         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8495
8496 2003-01-04    <johan AT balder>
8497
8498         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8499
8500 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8501         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8502
8503 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8504         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8505         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8506
8507 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8508         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8509
8510 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8511         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8512
8513 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8514         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8515
8516 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8517
8518     * in \sdcc\as\mcs51\ changed these files in order to create an
8519     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8520     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8521     following files to include the previous two files: aslink.dsp,
8522     Makefile.aslink, Makefile.bcc, and Makefile.in.
8523
8524     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8525     .adb instead of .cdb
8526
8527 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8528
8529         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8530         value from option --iram-size.
8531
8532 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8533
8534         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8535         dram[] array.
8536
8537 2002-09-18    <wiml AT hhhh.org>
8538
8539         * SDCClrange.h: exposed setFromRange() and setToRange()
8540         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8541           packRegsForAccUse() (bug 542397)
8542         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8543           multiple times and emitting the fetch operations more than once
8544           added aopGetUsesAcc() function to allow binary operators to
8545           fetch their operands in the correct order; made genMinus() emit
8546           compact code for X = LITERAL - Y
8547
8548 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8549         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8550         sprintf() in line 1267.
8551
8552 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8553         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8554         like ports.
8555
8556 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8557         Changes to aslink (All the changes are marked with 'JCF'):
8558
8559         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8560         summary().
8561
8562         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8563         area BSEG.  Also moves, if possible, the DATA area down into the internal
8564         ram so more space is available.
8565
8566         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8567         sflag.
8568
8569         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8570         not bytes.  Function summary() which creates a memory usage summary
8571         file with extension .mem.  Reports of overlaping stack and small stack
8572         size.  If the space for the stack is less than 16 bytes aslink trows a
8573         warning.
8574
8575         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8576         the 8051.  Option 'y' for memory summary output file.
8577
8578         Changes to sdcc (All the changes are marked with 'JCF'):
8579
8580         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8581
8582         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8583         overlaying area for it (uses RegBankUsed[4]).
8584
8585         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8586         bank zero as used by default.  By default aslink locates the stack
8587         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8588         the creation of the .mem file.  Delegates the allocation of data area
8589         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8590         the begining of the stack area to aslink.
8591
8592         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8593         glue() in SDCCglue.c creates an area for it.
8594
8595 2002-09-03  Borut Razem <borut.razem AT siol.net>
8596         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8597         sdcc/src/pic/glue.c:
8598         introduced atexit() handler for teporay files removal in case of
8599         errors, assertions, ...
8600
8601 2002-08-29  Borut Razem <borut.razem AT siol.net>
8602         * sdcc/support/cpp2/auto-host_vc_in.h:
8603         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8604         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8605         Maybe there is a similar problem with BORLANDC? It should be checked!
8606
8607         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8608         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8609         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8610         was not executed, and the compiler (cl) launched a warning:
8611         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8612
8613 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8614         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8615
8616 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8617         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8618
8619         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8620           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8621           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8622           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8623           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8624           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8625           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8626         - added Release configuration in VS projects
8627         - review of compiler an linker options
8628         - VC .exe files are generated in bin_vc directory, not to interfere
8629           with binaries generated from other projects (cygwin, mingw, bcc ...)
8630
8631         * sdcc/src/yacc.dsp: added
8632
8633         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8634         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8635         and insert the version number definitions from .version
8636
8637         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8638
8639         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8640         added - genarate auto-host.h using auto-host_vc_in.h as template
8641
8642         * sdcc/sdcc_vc.h,
8643         removed from CVS, generated automatically
8644
8645 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8646         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8647
8648 2002-08-11  Borut Razem <borut.razem AT siol.net>
8649         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8650
8651 2002-08-10  Borut Razem <borut.razem AT siol.net>
8652         * src/SDCCmain.c (main):
8653         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8654         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8655         The consequence was that some temporary files were not removed.
8656
8657         * src/SDCCglue.c:
8658         unification of code in functions tempfilename() and tempfile():
8659         function tempnam() is defined in Visual Studio 6.0 and .NET
8660
8661         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
8662
8663         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8664           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
8665         - removed compiler command line option /WX: Treats all warnings as errors
8666         - update a list of source files, included into the project
8667
8668         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8669           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
8670         changed project type to Generic Project so that can be correcly converted to VS.NET project
8671
8672         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
8673
8674         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
8675
8676         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
8677
8678         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
8679         added return 0 statements after assert() to make compiler happy
8680
8681         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
8682         added newline in the def file to keep MSC compiler satisfied
8683
8684         * sdcc/src/z80/gen.c:
8685         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
8686           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
8687         - solved MSC error in function aopDump()
8688
8689         * sdcc_vc.h: define PREFIX as "\\sdcc"
8690
8691 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
8692         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
8693
8694 2002-06-22  Scott Dattalo <scott AT dattalo.com>
8695         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
8696         - Rewrote the register banking algorithm.
8697         - Added pCode live-range analysis to registers (for now, only non-used and
8698         singly-used registers optimized away)
8699
8700         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
8701
8702         * 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.
8703
8704 2002-05-10  Scott Dattalo <scott AT dattalo.com>
8705         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
8706
8707 2002-04-22  Michael Hope  <michaelh AT vroom>
8708
8709         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
8710
8711         * configure.in (DD_COPT): Added include support required for gbdk.
8712
8713         * .version: Bumped version number just to increase it.
8714
8715         * src/SDCCmain.c: Added -nostdinc to the default options.
8716
8717 2002-04-15  Michael Hope  <michaelh AT vroom>
8718
8719         * device/lib/z80/printf.c (sprintf): Added.
8720
8721         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
8722
8723         * src/z80/peeph.def: Added transpose redundent load rule.
8724
8725         * src/z80/main.c: Added force callee saves for jaune.
8726
8727         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
8728
8729         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
8730
8731 2002-03-28  Johan Knol  <johan AT balder>
8732
8733         * src/SDCCval.c: fixed bug #532436
8734
8735 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8736         * /src/port.h:
8737         Added "char *Processor" field to the port structure.
8738
8739         * /src/SDCCmain.c:
8740         Added -p option. Allows port dependent processor to be specified.
8741
8742         * all ports:
8743         Initialized the new field char *Processor field to NULL in all ports
8744
8745         * /src/pic/*:
8746         Compiler generated registers for interrupt context saving
8747         were not getting allocated.
8748
8749 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
8750
8751         * /src/SDCCast.c:
8752         Fixed left shift. Will promote the left side of a left shift
8753         if a) left shifting more than size of operand or b) when assigned
8754         to something size > size of left side
8755
8756 2002-03-14  Scott Dattalo <scott AT dattalo.com>
8757         * src/pic/*
8758         tons of changes. Register allocation has been
8759         rewritten. Added customization for the various PICs. Flow
8760         analysis is restructured. ...
8761
8762         * src/pic/device.h:
8763         Added
8764
8765         * src/pic/device.c:
8766         Added. device.c is a PIC port hack to accomodate variations
8767         in PIC devices.
8768
8769 2002-03-13  Michael Hope  <michaelh AT vroom>
8770
8771         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
8772
8773 2002-03-04  johanknol  <johanknol AT manik>
8774
8775         * /src/SDCCval.c: fixed
8776
8777         const unsigned char arr[][2] = { { 0, 1 } };
8778         t18.c:1: error: Initializer element is not constant
8779
8780 2002-03-04  bela  <bela AT manik>
8781
8782         * /device/include/mcs51reg.h:
8783         ds89c420 register definition update
8784
8785 2002-03-03    <johan AT FRIJA>
8786
8787         * support/Util/SDCCerr.c: did something, but don't no why anymore
8788
8789         * support/regression/tests/bug-524691.c: made it a little less shy
8790
8791         * src/SDCCast.c (decorateType): fixed bug #524697
8792
8793         * src/SDCCast.c: made some lineno improvements
8794
8795         * src/SDCCval.c (getNelements): changed warning to error
8796
8797         * src/SDCCglue.c (printIvalArray): changed warning to error
8798
8799         * src/SDCCicode.c: fixed a warning for mingw
8800
8801         * src/SDCCast.c (decorateType): fixed the << promotion for ops
8802
8803         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
8804
8805 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
8806
8807         * src/ds390/peeph.def:
8808         Added some more peephole rules
8809
8810         * src/ds390/gen.c: Various fixes & enhancements
8811
8812         * src/SDCClrange.c, src/SDCClrange.h:
8813         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
8814
8815         * src/ds390/ralloc.c:
8816         various fixes & enhancements (ds390) specific
8817
8818         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
8819         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
8820         from rallocs.
8821
8822         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
8823
8824 2002-03-02    <johan AT FRIJA>
8825
8826         * src/SDCCast.c (decorateType): fixed bug #524708
8827
8828         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
8829
8830         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
8831
8832 2002-03-01  Michael Hope  <michaelh AT vroom>
8833
8834         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
8835
8836         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
8837
8838 2002-03-01    <johan AT FRIJA>
8839
8840         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
8841
8842         * src/SDCCast.c (decorateType): fixed bug #524209
8843
8844         * src/SDCCval.c (valNot): fixed bug #524195
8845
8846 2002-02-26    <johan AT balder>
8847
8848         * src/xa51/gen.c: fixed a warning
8849
8850         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
8851
8852         * src/SDCCast.c (decorateType): fixed bug #522534
8853
8854 2002-02-23    <johan AT balder>
8855
8856         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
8857
8858 2002-02-22    <johan AT balder>
8859
8860         * src/SDCCast.c: fixed bug #514865
8861
8862         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
8863
8864 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
8865
8866         * sdcc/src/SDCCloop.c:
8867         Previous fix was not good. basic blocks that have "break" or "return" are
8868         not really partof a loop , but live ranges used in these blocks should
8869         be live thru the entire loop, so set partOfLoop but don't add them to
8870         loop region
8871
8872 2002-02-21    <johan AT FRIJA>
8873
8874         * src/SDCCcse.c: fixed bug #514308
8875
8876 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
8877
8878         * src/SDCCloop.c:
8879         Fixed BUG #519583. If a conditional block ended in a return/break
8880         statement inside a loop, it was not being considered part of the loop.
8881
8882         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
8883
8884 2002-02-10  Karl Bongers <karl AT turbobit.com>
8885
8886         * debugger/*:
8887         Fixed up SDCDB debugger somewhat.  Updated debugger/README
8888         with lots of comments and notes.
8889
8890         * device/examples/test2.c:
8891         Fix bug, "red" variable not being initialized(compiler complained).
8892
8893         * device/examples/Makefile, examples/test3.c:
8894         Add Makefile in device/examples folder, compiles test3.c
8895         for use as a multiple module SDCDB test case.
8896
8897         * sim/ucsim/cmd.src/cmdset.cc:
8898         Took out debug printfs in ucsim "next" command.
8899
8900         * sim/ucsim/xa.src:
8901         Karl and Johan start ucsim XA support.  Most dissassembly working,
8902         about 75% emulation done(plenty of work remaining).
8903
8904         * sim/ucsim/z80.src:
8905         Add Z80 support to ucsim, add test-ucz80 regression test,
8906         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
8907         Notice z80 compiler fails on examples/test3.c/crc code.
8908
8909 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
8910
8911         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
8912         Added support for --parms-in-bank1
8913
8914         * src/ds390/peeph.def:
8915         added a few more peephole optimzations
8916
8917         * src/ds390/main.c:
8918         1) added __builtin_inp & __builtin_outp used to read in data of given length
8919            from a memory mapped port
8920         2) added __builtin_memcmp
8921         3) added __builtin_swapw swap bytes of a short
8922
8923         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
8924         1) handle multiple send & receives from register bank1
8925         2) ralloc can now allocate DPTR1 to some liveRanges
8926
8927         * src/SDCCsymt.c, src/SDCCsymt.h:
8928         changes to handle multiple sends & receives
8929
8930         * src/SDCCptropt.h:
8931         added some pointer arithmetic optimization
8932
8933         * src/SDCCptropt.c:
8934         added some pointer arithmetic optimizations but not stable yet so not
8935         called from anywhere (will get this working shortly)
8936
8937         * src/SDCCopt.c: fixed for multiple sends & receives
8938
8939         * src/SDCCmain.c:
8940         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
8941         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
8942            set preprocessor defines (depending on options)
8943
8944         * src/SDCCicode.c, src/SDCCicode.h:
8945         changes made to handle multiple sends & receives
8946
8947         * src/SDCCglobl.h:
8948         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
8949
8950         * src/SDCCcse.c, src/SDCCcse.h:
8951         added function findbackward def (to be used in upcoming optimization)
8952
8953         * src/SDCCcflow.c, src/SDCCcflow.h:
8954         added function returnAtEnd - to determine if a basic block terminates with
8955         a RETURN iCode
8956
8957         * src/SDCCast.c, src/SDCCast.h:
8958         added option parms-in-bank1
8959
8960         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
8961         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
8962         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
8963         adjusted for --parms-in-bank1 option
8964
8965         * device/include/string.h:
8966         donot redefine "reentrant" keyword
8967
8968         * device/include/ds80c390.h: Added some more SFRs
8969
8970 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
8971
8972         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
8973
8974 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
8975
8976         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
8977
8978 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
8979
8980         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
8981
8982 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
8983
8984         * Added --xram-movc option
8985
8986 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
8987
8988         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
8989
8990 2002-01-11  Johan Knol
8991
8992         * Added math lib of Jesus Calvino-Fraga
8993
8994 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
8995
8996         * src/SDCCmain.c (processFile): fix processing of ../../src.c
8997         * support/regression/Makefile: new target test-mcs51-stack-auto
8998         * support/regression/ports/mcs51-stack-auto/spec.mk: added
8999
9000 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9001
9002         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9003
9004 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9005
9006         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9007
9008 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9009
9010         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9011
9012         * src/SDCCglue.h: add definition for printIvalChar()
9013
9014 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9015
9016         * src/SDCCast.c: fix #498138 by Johan
9017
9018         * src/SDCCglue.c: fix #498138 by Johan
9019
9020 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9021
9022         * support/regression/Makefile: fix clean
9023
9024         * support/regression/ports/ds390/support.c: fix transmission of last character
9025
9026 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9027
9028         * /sdcc/src/ds390/gen.c:
9029         a) improved computing address of stack variable
9030         b) took out some #if 0 code
9031         c) improved parmBytes adjustment
9032         d) improved genPlusIncr & genMinusIncr
9033         e) genCmp could generate bad code (when left assigned to DPTR)
9034         f) Fixed bug in hasInc
9035
9036         * /sdcc/src/ds390/ralloc.c:
9037         a) packRegsForSupport could mess up live information (Fixed)
9038         b) packRegsDPTRuse could be incorrect for left & right shift
9039
9040         * /sdcc/src/mcs51/ralloc.c:
9041         packRegsForSupport could mess up the live information (Fixed)
9042
9043         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9044
9045         * /sdcc/src/SDCCast.c:
9046         can reverse a loop even if function call is present as long
9047         as the loop control variable is local & is not passed as parameter
9048
9049 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9050
9051         * /sdcc/ChangeLog: *** empty log message ***
9052
9053         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9054         More builtin function additions for TININative
9055
9056         * /sdcc/src/ds390/ralloc.c:
9057         Had broken the regression testsuite
9058
9059         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9060
9061         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9062         Added funcattr hasStackParms will be set for reentrant functions when there
9063         are paramteres on the stack, this helps in minimizing frame pointer generation
9064         typeFromStr can handle function pointers now
9065
9066         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9067         *** empty log message ***
9068
9069 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9070
9071         * /src/ds390/gen.c, /src/ds390/main.c:
9072         More builtin function additions for TININative
9073
9074         * /src/ds390/ralloc.c:
9075         Had broken the regression testsuite
9076
9077         * /src/SDCCast.c: Fixed a bug in dumptree
9078
9079         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9080         Added funcattr hasStackParms will be set for reentrant functions when there
9081         are paramteres on the stack, this helps in minimizing frame pointer generation
9082         typeFromStr can handle function pointers now
9083
9084         * /doc/builtins.txt, /doc/TININative.txt:
9085         *** empty log message ***
9086
9087
9088 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9089
9090         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9091         ALPHA version for -mTININative
9092
9093         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9094         updated to reflect changes in the port structure
9095
9096         * /src/port.h:
9097         added function do_assemble (similar to do_link) if non-null this function
9098         will be called to do assembly (-mTININative) requires a multi command
9099         assembly
9100         added function genAssemblerEnd will be called to generate assembler Epilogue
9101
9102         * /src/SDCCsymt.c:
9103         added _JavaNative to debug info printing
9104
9105         * /src/SDCCmain.c: added option --tini-libid
9106         added port->do_assemble function (-mTININative) has a multi command assemble
9107
9108         * /src/SDCCglue.c: Disabled "constExpr" check
9109         added port->genAssemblerEnd function
9110
9111         * /src/SDCCglobl.h: Added option --tini-libid value
9112
9113         * /src/SDCCast.h:
9114         tookout optimizeCompare from the header (has no external references)
9115
9116         * /src/SDCCast.c: made one more function "static"
9117
9118 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9119
9120         * src/z80/mappings.i: Added z80asm support.
9121
9122         * src/z80/main.c: Added z80asm support on --asm=z80asm
9123
9124         * src/z80/gen.c: Fixed asm portability issues.
9125
9126         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9127
9128         * src/SDCCglue.c (printExterns): Added global/extern split.
9129
9130 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9131
9132         * support/regression/Makefile: added test for mcs51 model large
9133
9134         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9135
9136         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9137
9138 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9139
9140         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9141
9142 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9143
9144         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9145
9146         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9147
9148 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9149
9150         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9151
9152         * support/regression/tests/simplefloat.c: Port to mcs51.
9153
9154 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9155         * support/regression/tests/bug-485362.c: Added.
9156
9157         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9158
9159         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9160
9161         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9162
9163         * src/z80/gen.c (aopDump): Added a dump function.
9164
9165 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9166         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9167
9168         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9169
9170         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9171
9172         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9173
9174         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9175
9176         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9177
9178         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9179
9180         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9181
9182         * support/regression/ports/ds390/support.c: Use tinibios.
9183
9184         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9185
9186 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9187
9188         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9189         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9190
9191         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9192
9193         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9194
9195 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9196
9197         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9198
9199         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9200         (packRegsForIYUse): Created and optimised.
9201
9202 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9203
9204         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9205 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9206
9207         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9208
9209         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9210
9211         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9212
9213 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9214
9215         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9216
9217         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9218
9219 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9220
9221         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9222
9223         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9224
9225         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9226
9227 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9228
9229         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9230         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9231         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9232
9233         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9234
9235         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9236         (genNotFloat): Added.
9237         (genUminusFloat): Added.
9238
9239         * device/lib/z80/Makefile: Added floating pt stubs.
9240
9241         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9242
9243         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9244
9245         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9246
9247 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9248
9249         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9250
9251         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9252
9253         * sdcc/support/regression/Makefile: Add port ds390.
9254
9255         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9256
9257         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9258
9259         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9260
9261         * sdcc/support/regression/ports/ds390/support.c: Added.
9262
9263         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9264
9265         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9266
9267         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9268
9269 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9270
9271         * device/include/malloc.h: Added z80 and gbz80 support.
9272
9273         * device/lib/gbz80/heap.s: Added.
9274
9275         * device/lib/z80/heap.s: Added.
9276
9277         * device/lib/malloc.c: Added z80 and gbz80 support.
9278
9279         * support/regression/tests/malloc.c (testMalloc): Added.
9280
9281         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9282
9283         * support/regression/tests/bug-478094.c: Added.
9284
9285         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9286
9287 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9288
9289         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9290
9291         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9292
9293         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9294
9295         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9296
9297         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9298
9299 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9300
9301         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9302
9303 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9304
9305         * support/regression/tests/bug-477927.c: Added.
9306
9307         * src/z80/peeph.def: Added minor rules.
9308
9309         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9310
9311         * src/z80/peeph.def: Added jump optimisation modification.
9312
9313 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9314
9315         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9316
9317 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9318
9319         * support/regression/tests/funptrs.c: Added.
9320
9321 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9322
9323         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9324
9325 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9326
9327         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9328
9329         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9330
9331         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9332         (movLeft2ResultLong): Created.
9333
9334         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9335         (joinPushes): Added.  Joins two char pushes into a word push.
9336
9337 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9338
9339         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9340
9341         * support/makebin/Makefile (install): Added creation of dest dir.
9342
9343 2001-10-24 Karl Bongers <karl AT turbobit.com>
9344
9345         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9346
9347 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9348
9349         * src/z80/ralloc.c: Turned off faulty pack for one use.
9350
9351         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9352
9353         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9354
9355 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9356
9357         * support/regression/Makefile: Improved clean
9358
9359         * support/regression/ports/gbz80/spec.mk: Added clean
9360
9361         * support/regression/ports/host/spec.mk: Added clean
9362
9363         * support/regression/ports/z80/spec.mk: Added clean
9364
9365         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9366
9367         * support/regression/ports/mcs51/timeout.c: little improvements
9368
9369 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9370
9371         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9372
9373         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9374
9375         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9376
9377 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9378
9379         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9380
9381         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9382
9383 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9384         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9385
9386         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9387
9388         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9389
9390         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9391
9392         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9393
9394         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9395
9396         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9397
9398         * support/regression/tests/longor.c: Added.
9399
9400 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9401
9402         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9403
9404         * as/mcs51/aslink.h: define PATH_MAX
9405
9406         * as/mcs51/asm.h: define PATH_MAX
9407
9408         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9409
9410         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9411
9412         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9413
9414         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9415
9416         * src/SDCCglobl.h: define PATH_MAX
9417
9418         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9419
9420         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9421
9422 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9423
9424         * src/z80/gen.c (gencjneshort): Fixed
9425
9426         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9427
9428 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9429
9430         * support/regression/tests/bug-469671.c: Added.
9431
9432         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9433
9434 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9435
9436         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9437
9438         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9439
9440 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9441
9442         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9443
9444         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9445
9446         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9447
9448         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9449
9450         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9451
9452         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9453
9454         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9455
9456 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9457
9458         * 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.
9459
9460         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9461
9462         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9463
9464 2001-10-07    <johan AT FRIJA>
9465
9466         * device/lib/gets.c (gets): fixed the return value.
9467
9468 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9469         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9470
9471         * 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.
9472
9473         * 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.
9474
9475         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9476
9477         * src/pic/gen.c: Removed Safe_strdup.
9478
9479         * configure.in: Added option to enable libgc support.
9480
9481         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9482         (bitVectUnion): Optimised.
9483         (bitVectIntersect): Optimised.
9484         (bitVectBitsInCommon): Optimised.
9485         (bitVectCplAnd): Optimised.
9486
9487         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9488
9489 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9490
9491         * src/SDCCmain.c: distinguish between assembler debug and plain options
9492
9493         * src/avr/main.c:   remove standard assembler options
9494
9495         * src/ds390/main.c: remove standard assembler options
9496
9497         * src/mcs51/main.c: remove standard assembler options
9498
9499         * src/port.h: removed "PENDING" comment
9500
9501 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9502
9503         * src/device/lib/_mulint.c  : new, with assember functions
9504
9505         * src/device/lib/_mullong.c : new, with assember functions
9506
9507         * src/device/lib/_divuint.c : with assember functions
9508
9509         * src/device/lib/_divsint.c : with assember functions
9510
9511         * src/device/lib/_divulong.c: with assember functions
9512
9513         * src/device/lib/_divslong.c: with assember functions
9514
9515         * src/device/lib/_moduint.c : with assember functions
9516
9517         * src/device/lib/_modsint.c : with assember functions
9518
9519         * src/device/lib/_modulong.c: with assember functions
9520
9521         * src/device/lib/_modslong.c: with assember functions
9522
9523         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9524
9525         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9526
9527         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9528                                       replaced _mululong.c and _mulslong.c by _mullong.c
9529
9530 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9531
9532         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9533
9534 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9535
9536         * src/SDCCglue.c: test, if win32api is available for MINGW
9537
9538 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9539
9540         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9541         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9542         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9543         * support/regression/ports/host/spec.mk: removed GENERIC
9544         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9545         * support/regression/ports/z80/spec.mk: removed GENERIC
9546
9547 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9548
9549         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9550
9551         * support/regression/tests/bug-467035.c: Created.
9552
9553 2001-10-01    <johan AT FRIJA>
9554
9555         * src/SDCC.y: fixed bug #466586 part 1
9556
9557 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9558
9559         * SDCCicode.c: z80 has no generic pointers
9560         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9561
9562 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9563
9564         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9565
9566 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9567
9568         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9569
9570         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9571
9572 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9573
9574         * configure.in: Fixed up so that ucsim is only configured once.
9575
9576         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9577
9578         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9579         (getPathDifference): As above.
9580
9581         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9582
9583         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9584
9585 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9586         * .version: Updated to 2.3.1
9587
9588         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9589         Added copyright header.
9590
9591         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9592         (assemble): Added support for macro based assembler commands.
9593         (linkEdit): Added support for macro based linker commands.
9594         (preProcess): Changed the pre-processor to use macros.
9595         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9596         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9597
9598         * device/lib/z80/crt0.s: Added module name for debugging.
9599
9600 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9601
9602         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9603
9604         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9605
9606         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9607
9608         * src/Makefile.in: Added SDCCmacro and SDCCutil
9609
9610 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9611
9612         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9613
9614 2001-09-16    <johan AT FRIJA>
9615
9616         * 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.
9617
9618 2001-09-15    <johan AT FRIJA>
9619
9620         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9621         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9622
9623 2001-09-11    <johan AT FRIJA>
9624
9625         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9626
9627 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9628
9629         * support/regression/tests/bug-460444.c: Added test case.
9630
9631         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9632         (genCast): Added justification for all of the asserts.
9633
9634 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9635
9636         * support/regression/support.c: _xdata replaced by xdata
9637
9638         * support/regression/spec.mk: removed _generic
9639
9640 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9641
9642         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9643
9644         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9645         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9646
9647         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9648
9649         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9650
9651         * support/regression/tests/bug-460010.c: Added test case.
9652
9653         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9654
9655 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9656
9657         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9658
9659         * support/regression/testfwk.c: removed workaround for bug #436344
9660
9661         * support/regression/tests/bp.c: use less memory with mcs51
9662
9663         * support/regression/tests/bug-441448.c: use less memory
9664
9665         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
9666
9667         * support/regression/collate-results.py: typo
9668
9669 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
9670
9671         * support/regression/tests/fetchoverlap.c: Added new test case.
9672
9673         * support/regression/tests/bp.c: Added new test case.
9674
9675         * support/regression/tests/bug-448984.c: Added new test case.
9676
9677         * support/regression/tests/pow2shifts.c: Added new test case.
9678
9679         * src/z80/gen.c: Turned off the noise it normally generates for the release.
9680         (genlshTwo): Fixed right shift for count > 8.
9681
9682         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
9683
9684 2001-09-08    <johan AT FRIJA>
9685
9686         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
9687
9688 2001-09-07    <johan AT FRIJA>
9689
9690         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
9691
9692         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
9693
9694 2001-09-06    <johan AT FRIJA>
9695
9696         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
9697         * bernhard noted me at this: "() equals to (void)" (1.38)
9698
9699 2001-09-05    <johan AT FRIJA>
9700
9701         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
9702
9703 2001-09-04    <johan AT FRIJA>
9704
9705         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
9706
9707
9708 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
9709
9710         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
9711
9712 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
9713
9714         * link/z80/aslink.h: Fixed path for PATH_MAX
9715
9716 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
9717
9718         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
9719
9720         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
9721
9722         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
9723
9724         * 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.
9725
9726 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
9727
9728         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
9729         (genCmp): Fixed up genCmp for the GB with longs.
9730
9731         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
9732
9733         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
9734
9735         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
9736
9737         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
9738
9739 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
9740
9741         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
9742
9743 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
9744
9745         * 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.
9746
9747         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
9748
9749 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
9750
9751         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
9752
9753         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
9754
9755 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
9756
9757   * sim/ucsim/configure:    little improvement of Cygwin-detection
9758   * sim/ucsim/configure.in: little improvement of Cygwin-detection
9759   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
9760   * support/regression/tests/bug-221100.c: small changes for mcs51
9761   * support/regression/tests/bug-221168.c: small changes for mcs51
9762   * support/regression/tests/bug-227710.c: small changes for mcs51
9763   * support/regression/tests/staticinit.c: small changes for mcs51
9764   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
9765   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9766   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
9767
9768 $Revision$