71ca2671f1eb1ae3bcb7d90a872ddd86213f94a2
[fw/sdcc] / ChangeLog
1 2006-07-31 Borut Razem <borut.razem AT siol.net>
2
3         * Small Device C Compiler 2.6.0 released
4         * support/scripts/sdcc.nsi: added FULL_DOC option
5         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
6
7 2006-07-28 Borut Razem <borut.razem AT siol.net>
8
9         * support/scripts/sdcc.nsi: remove $INSTDIR\include\asm\pic16\*.h
10         * doc/INSTALL.txt: updated
11
12 2006-07-27 Borut Razem <borut.razem AT siol.net>
13
14         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
15           device/lib/pic/libdev/Makefile.in: fixed bug
16           [ 1438354 ] pic libsdcc: distclean doesn't work
17         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
18           device/lib/pic16/libio/Makefile.in: fixed bug
19           [ 1438344 ] pic16 lib: clean doesn't work properly
20         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
21
22 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
23
24         * device/lib/pic/libsdcc/fsdiv.c,
25         * device/lib/pic/libsdcc/fsmul.c,
26         * device/lib/pic16/libsdcc/float/fsdiv.c,
27         * device/lib/pic16/libsdcc/float/fsmul.c,
28         * device/lib/_fsdiv.c,
29         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
30         * support/regression/tests/bug1520966.c: added
31         * doc/knownbugs.html: removed [ 1520966 ] from the list
32
33 2006-07-25 Borut Razem <borut.razem AT siol.net>
34
35         * configure.in, configure, sdccconf_in.h: fixed bug
36           [ 1519095 ] regression test onebyte.c fails on ppc64 host
37         * doc/knownbugs.html: removed [ 1519095 ] from the list
38
39 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * doc/knownbugs.html: added, contains list of known bugs at release
42         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
43
44 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
45
46         * device/include/mcs51/compiler.h: added SFRX for xdata based special
47           function registers and corrected defaults with additional warning
48         * device/lib/malloc.c: cosmetic changes
49         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
50         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
51           (fillGaps): and used it
52
53 2006-07-20 Raphael Neider <rneider AT web.de>
54
55         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
56           output unless SDCCPICDEBUG is set
57         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
58           output if SILENT is set
59
60 2006-07-11 Borut Razem <borut.razem AT siol.net>
61
62         * doc/README.txt: updated
63
64 2006-07-10 Borut Razem <borut.razem AT siol.net>
65
66         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
67           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
68           in WIN32 installation
69         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
70           release candidate 1
71
72 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
73
74         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
75         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
76
77 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
78
79         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
80
81 2006-07-06 Borut Razem <borut.razem AT siol.net>
82
83         * support/regression/tests/bitfields.c:
84           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
85         * support/regression/tests/constantRange.c:
86           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
87
88 2006-07-04 Borut Razem <borut.razem AT siol.net>
89
90         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
91           src/port.mk,
92           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
93           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
94           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
95           reverted changes from 2006-07-03
96         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
97         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
98           added CPPFLAGS, used by the host port
99
100 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
101
102         * support/regression/valdiag/tests/switch.c,
103         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
104         * support/regression/tests/libmullong.c: fixed for host
105         * support/regression/ports/host/spec.mk: disable all warnings for host,
106         SDCC runs with --less-pedantic too
107
108 2006-07-03 Borut Razem <borut.razem AT siol.net>
109
110         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
111           defined CPPFLAGS
112         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
113         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
114           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
115           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
116           include ../port.mk
117         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
118           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
119           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
120           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
121
122 2006-07-02 Raphael Neider <rneider AT web.de>
123
124         * src/pic16/devices.inc,
125         * device/include/pic16/pic18fregs.h,
126         * device/include/pic16/pic18f4550.h,
127         * device/lib/pic16/pics.all,
128         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
129
130 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
131
132         * as/hc08/lkaomf51.c (OutputName),
133         * as/mcs51/lkaomf51.c (OutputName),
134         * as/z80/asmain.c (asmbl),
135         * src/ds390/main.c (asmLineNodeFromLineNode),
136         * src/hc08/ralloc.c (hc08_assignRegisters),
137         * src/mcs51/main.c (asmLineNodeFromLineNode),
138         * src/xa51/ralloc.c (checkRegMask),
139         * src/xa51/gen.c (emitcode),
140         * src/z80/gen.c (_emit2),
141         * src/SDCCast.c (searchLitOp),
142         * src/SDCCglobl.h,
143         * support/packihx/packihx.c,
144         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
145         * src/ds390/gen.c (aopPutUsesAcc),
146         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
147         * support/regression/tests/libmullong.c (mullong_wrapper),
148         * src/SDCCsymt.c (powof2),
149         * src/SDCCast.c,
150         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
151         * src/SDCCsymt.h: added TYPE_TARGET_*
152         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
153         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
154         SDCCast because 1) header problems 2) this is the right place
155         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
156         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
157         prototype
158
159 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
160
161         * src/SDCCicode.h: removed buggy semicolon in unused macro
162         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
163         search for previous definiton of auto symbols too,
164         (findPrevUse): fixed logic of emitWarnings
165
166 2006-06-26 Raphael Neider <rneider AT web.de>
167
168         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
169           PCLATH and PCLATU on interrupts, potentially fixes #1505141
170
171 2006-06-25 Raphael Neider <rneider AT web.de>
172
173         * device/lib/pic/libm: NEW, added math library functions
174         * device/lib/pic/libsdcc: NEW; added float support functions
175         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
176         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
177           NEW, added math related headers
178         * device/include/asm/pic/features.h: NEW
179         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
180           (popGet): allow larger offsets for AOP_PCODE,
181           (genDataPointerSet): handle literals explicitly, more debug output,
182           (genAssign): fixed for float using aopLiteral ;-)
183         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
184           GOTO initialisation routine
185         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
186           flag on registers, fixes #1469043 (local variables do not work)
187         * src/pic/main.c (_pic14_do_link),
188         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
189           available
190
191 2006-06-25 Borut Razem <borut.razem AT siol.net>
192
193         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
194           characters printed (not including the trailing '\0' used to end
195           output to strings). Problem detected in regression test bug-927659.c.
196           NOTE: printf() family functions should return int instead
197           unsigned int!
198         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
199           specifier are printed as themselves
200         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
201           support flags, width and precision specifiers
202
203 2006-06-24 Borut Razem <borut.razem AT siol.net>
204
205         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
206           to the list of sdcc tagrets not supporting bit type
207         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
208           testfor pic16 due to bug:
209           [ 1511794 ] pic16: regression test bug-895992.c fails
210
211 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
212
213         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
214         * src/SDCCglue.c (initPointer), fixed bug 1496419
215         * support/regression/tests/bug1496419.c: new, added
216
217 2006-06-22 Borut Razem <borut.razem AT siol.net>
218
219         * support/regression/ports/pic16/support.c: use gpsim usart module from
220           libgpsim_modules library
221
222 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
223
224         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
225         IP0H to IPH0.
226
227 2006-06-19 Raphael Neider <rneider AT web.de>
228
229         * src/pic/glue.h,src/pic16/glue.h: added prototypes
230         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
231           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
232           (pic14printExterns,pic14printPublics,pic16printPublics,
233           pic16_printExterns): use new functions to emit symbols
234           (picglue,pic16glue): emit publics before emitting externs
235         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
236           locally defined functions to avoid bug #1443651
237         * support/regression/tests/bug-716242.c: removed pic16 workaround
238         * support/regression/ports/pic16/spec.mk: ignore errors during build
239
240 2006-06-19 Raphael Neider <rneider AT web.de>
241
242         * src/pic/glue.h: added pic14aopLiteral prototype
243         * src/pic/glue.c (pic14aopLiteral): return unsigned int
244         * src/pic/gen.c: removed stdint.h dependency
245           (aopGet): use Safe_strdup()
246           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
247           (genDataPointerSet): use pic14aopLiteral()
248         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
249           for pic16; thanks to Bernhard and Maarten
250
251 2006-06-18 Borut Razem <borut.razem AT siol.net>
252
253         * support/regression/tests/structflexarray.c: flexible array members
254           not supported by gcc < 3
255         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
256           GUI tool by default
257         * src/pic/gen.c: don't include [p]strdin.h on solaris
258         * support/Util/pstdint.h: addad svn attributes
259         * support/regression/tests/constantRange.c,
260           support/regression/tests/rotate.c: include inttypes.h instead
261           stdint.h on solaris, addad svn attributes
262
263 2006-06-18 Raphael Neider <rneider AT web.de>
264
265         * src/SDCCsymt.c (initCSupport): change return type of divschar to
266           int for PIC16
267         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
268           (pic16_genMinusBits): simplified sign-extension
269           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
270             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
271             adjusted to correctly handle mixed-signed operands, disabled
272             now unused multiplciation routines
273         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
274           (assignResultValue): added argument denoting the size of the result
275             as returned by the function (fixes upcasts in assigning from
276             function calls: char foo(); int i = foo();)
277           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
278             function result to assignResultValue
279           (genMult): disabled inlined multiplication code
280           (genDiv): augmented to also handle the modulus operator, fixed to
281             handle mixed-signed operands correctly
282           (genMod): simply call genDiv, disabled unused code
283           (genAssign): fixed missing (sign-)extension on result
284         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
285             valid char operands, allow signed operands for native code, added
286             division and modulo operator handling
287         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
288
289         As a consequence, onebyte.c (if split into two files) and muldiv.c
290         pass regression tests.
291
292 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
293
294         * doc/Makefile.in: two runs of makeindex seem needed to get
295         correct page references in the index of sdccman.pdf
296         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
297
298 2006-06-17 Borut Razem <borut.razem AT siol.net>
299
300         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
301
302 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
303
304         * doc/sdccman.lyx: updated, added (porting source code, debugging),
305         mentioned ec2drv and paulmon
306
307 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
308
309         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
310           consecutive abs areas
311           (find_empty_space, allocate_space): added map to handle codemap or
312            xdatamap,
313           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
314            absolute idata and xdata
315         * as/mcs51/lkmem.c (summary2): updated legend
316
317 2006-06-16 Raphael Neider <rneider AT web.de>
318
319         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
320
321 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
322
323         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
324           1208515
325         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
326
327 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
328
329         * src/port.h (struct PORT): added field gp_tags, to hold the tag
330         value of generic pointers,
331         * src/avr/main.c,
332           src/ds390/main.c,
333           src/hc08/main.c,
334           src/izt/i186.c,
335           src/izt/tlcs900h.c,
336           src/mcs51/main.c,
337           src/pic/main.c,
338           src/pic16/main.c,
339           src/xa51/main.c,
340           src/z80/main.c: PORT structure, added elements for gp_tags field,
341         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
342         fields in the PORT structure of each port,
343         * src/SDCCast.c (decorateType): allow processing of generic pointers
344         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
345         S_FIXED symbols
346
347 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
348
349         * link/z80/lkgb.c,
350         * link/z80/lkgg.c,
351         * src/pic16/gen.c,
352         * src/pic16/main.c,
353         * src/pic16/pcode.c,
354         * src/pic/main.c,
355         * src/pic/pcoderegs.c,
356         * src/SDCCicode.c,
357         * src/SDCCmain.c,
358         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
359           bug 1504689 on minGW
360
361 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
362
363         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
364
365 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
366
367         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
368
369 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
370
371         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
372           for optimization
373
374 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
375
376         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
377         to a char variable. Fixed bug #1504211
378         * device/include/pic16/adc.h,
379         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
380         and fixed bug #1364390
381
382 2006-06-10 Borut Razem <borut.razem AT siol.net>
383
384         * CVSROOT: removed the CVS left-over
385
386 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
387
388         * as/hc08/asmain.c (asexit),
389         * as/hc08/lkmain.c (lkexit),
390         * as/mcs51/asmain.c (asexit),
391         * as/mcs51/lkmain.c (lkexit),
392         * src/SDCCglue.c (DEFSETFUNC),
393         * src/SDCCmain.c (linkEdit, assemble),
394         * support/librarian/sdcclib.c (AddRel),
395           replaced unlink() by standard C remove()
396         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
397         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
398           gatherImplicitVariables): new, added to fix bug 608752,
399           (createFunction): added gatherImplicitVariables()
400         * src/SDCCast.h: added createRMW prototype
401         * src/SDCCsymt.h (struct symbol): added infertype
402         * support/regression/tests/bug608752.c: new, added
403
404 2006-06-10 Raphael Neider <rneider AT web.de>
405
406         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
407           multibyte dummy reads (fixes #1503234)
408
409 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
410
411         * device/include/mcs51/compiler.h: new, added header file to enable
412           creating common sfr definition header files for different compilers
413
414 2006-06-05 Raphael Neider <rneider AT web.de>
415
416         * src/pic16/{pcode.h,genarith.c}:
417           introduced pCodeOp combining any two pCodeOps (previously only
418           two register operands could be combined), removed pcop2 from
419           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
420         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
421         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
422           rewritten to use new PO_TWO_OPS
423         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
424         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
425           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
426           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
427           (pic16_get_op): embraced return arg to allow #define return(x),
428             added new case for combined opcodes
429           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
430           (pic16_pCode2str,pic16_getRegFrompCodeOp,
431            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
432
433 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
434
435         * src/SDCCval.c (checkConstantRange): added
436         * src/SDCCval.h: added checkConstantRange
437         * support/Util/SDCCerr.c,
438         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
439         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
440         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
441         * src/SDCCast.c (decorateType): added checkConstantRange,
442         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
443         can be emitted with the correct always true/false warning,
444         added optimization for double '!';
445         result of decorateType() must be assigned back to the tree, because
446         decorateType() can change the tree
447         * src/SDCCicode.c (geniCodeLogic),
448         (geniCodeAssign): replaced new checkConstantRange, added warnings,
449         (checkConstantRange): removed, it was only a fragment which never
450         emitted a warning
451         * src/SDCCsymt.c (computeType): fixed promotion for
452         "-1 < (unsigned bit) b"
453         * src/pic/ralloc.c (packRegsForAssign),
454         * src/pic16/ralloc.c (packRegsForAssign),
455         * src/hc08/ralloc.c (packRegsForAssign),
456         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
457         from mcs51
458         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
459         * support/regression/tests/constantRange.c: added
460         * support/valdiag/tests/constantRange.c: added
461         * support/valdiag/valdiag.py: added -DPORT_HOST=1
462
463 2006-06-02 Borut Razem <borut.razem AT siol.net>
464
465         * support/regression/ports/pic16/support.c: increase stack size
466           to 255 bytes
467         * support/regression/Makefile.in: sort tests by name so that the
468           resutlts can be compared on different machines / platforms
469
470 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
471
472         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
473         * src/ds390/gen.c (emitLabel): new, added,
474           (genDjnz): fixed stack overflow bug,
475           (throughout): cosmetic changes to sync with mcs51/gen.c,
476           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
477         * src/mcs51/gen.c (genEndFunction): small optimization,
478           (throughout): cosmetic changes to sync with ds390/gen.c
479
480 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
481
482         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
483           (_print_format): fixed printing pointers
484         * src/mcs51/gen.c (emitLabel, movb): new, added,
485           (genAssign): small optimization,
486           (genDjnz): fixed stack overflow bug,
487           (throughout): replaced sprintf with SNPRINTF,
488           replaced mcs51_regWithIdx with REG_WITH_INDEX,
489           replaced emitcode("mov", "b,...") with MOVB(...),
490           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
491           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
492         * src/mcs51/peeph.def: added rules 140 and 264
493         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
494           so they may get optimized into registers
495
496 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
499           immediately when encountered,
500           (printUsage): always use stderr even on windows
501
502 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
503
504         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
505         (processParms): fixed bug #1247551
506         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
507         parseCmdLine, main): print '--version' to stdout,
508         print 'help' to stdout if --help is given,
509         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
510         arguments are given; fixed --help
511
512 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
513
514         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
515         * support/regression/tests/bug-1493710.c: added
516
517 2006-05-27 Borut Razem <borut.razem AT siol.net>
518
519         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
520           static instead auto
521         * support/regression/ports/pic16/support.c: increase stack size
522           from default 64 bytes to 128 bytes
523         * support/regression/tests/staticinit.c,
524           support/regression/tests/float.c: regression tests fully enabled
525           for pic16 port by putting the initialized data arrays into the code
526           section
527         * support/regression/ports/pic16/spec.mk: don't link default libraries.
528           This was changed by mistake in the previous version.
529
530 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
531
532         * src/pic16/gen.c (genFunction, genEndFunction): some
533         beautifications, fixed bug with falsely restoring FSR2 in large
534         stack model, thanks to Beau E. Cox for reporting the bug
535
536 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
537
538         * debugger/mcs51/break.c,
539         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
540           use %p to print pointers, made address variables unsigned
541         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
542         * debugger/mcs51/symtab.c (parseSymbol): must return something
543         * src/mcs51/gen.c (aopForSym): small optimization,
544            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
545           (freeAsmop): added missing break,
546           (aopPut): removed parameter bvolatile, determine it inside the function,
547           (saveRegisters, unsaveRegisters): small optimization,
548           (genIpush): removed pointless check,
549           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
550           replaced sprintf with SNPRINTF,
551           replaced strcpy with strncpyz,
552           updated aopPut calls,
553           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
554         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
555
556 2006-05-24 Borut Razem <borut.razem AT siol.net>
557
558         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
559           modification of test for the pic16 port, put the array to the code
560           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
561
562 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
563
564         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
565         * support/Util/pstdint.h: added
566
567 2006-05-22 Borut Razem <borut.razem AT siol.net>
568
569         * src/regression/Makefile: removed bool2.c test, added -q linker option
570         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
571           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
572           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
573           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
574           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
575           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
576           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
577           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
578           define SUPPORT_BIT_TYPES 0, removed unused bit variables
579
580 2006-05-22 Raphael Neider <rneider AT web.de>
581
582         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
583           bug #1492360 (problematic due to generic pointers, see code)
584
585 2006-05-22 Borut Razem <borut.razem AT siol.net>
586
587         * support/regression/ports/pic16/specs.mk: removed stack size linker
588           directive
589         * support/regression/tests/array.c,
590           support/regression/tests/bitopcse.c,
591           support/regression/tests/bug-908454.c,
592           support/regression/tests/malloc.c: modified for pic16 regression test
593         * support/regression/tests/bitfields.c:
594           pic16 - excluded bitfileds of size > 8
595         * support/regression/tests/bp.c: pic16 - reduced data size
596         * support/regression/tests/bug-221100.c: pic16 - reduced data size
597         * support/regression/tests/bug-460010.c:
598           pic16 - used the absolute address the fits in memory
599         * support/regression/tests/bug-716242.c:
600           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
601         * support/regression/tests/float.c:
602           pic16 - excluded - data size too big
603         * support/regression/tests/onebyte.c:
604           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
605         * support/regression/tests/shifts.c:
606           pic16 - function names probably have to differ in first X characters
607           (gpasm limitation?)
608         * support/regression/tests/staticinit.c:
609           pic16 - excluded some tests due error: no target memory available for
610           section ".idata"
611
612 2006-05-22 Borut Razem <borut.razem AT siol.net>
613
614         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
615           second try. Thanks Stas Sergeev once more.
616
617 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
618
619         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
620           (genLeftShift, genRightShift): fixed bug 1491627
621         * src/hc08/peeph.def (rules 7, 8.x): added
622         * support/regression/tests/shifts.c (ShiftLeftByParam,
623           ShiftRightByParam, testShiftByParam): added to test variable shifting
624
625 2006-05-20 Raphael Neider <rneider AT web.de>
626
627         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
628         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
629           (allocReg): add only new registers to dynAllocRegs,
630           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
631             #1489055, #1445850, and probably #1483693
632
633 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
634
635         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
636         bug in for-loop that didn't emit the last of CONFIG and ID registers
637
638 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
639
640         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
641           with offset
642         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
643           1489016, 1434401 and 1490124
644         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
645           1489016, 1434401 and 1490124
646
647 2006-05-17 Borut Razem <borut.razem AT siol.net>
648
649         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
650           thanks Stas Sergeev
651
652 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
653
654         * device/include/mcs51/P89c51RD2.h,
655         * device/include/mcs51/P89LPC901.h,
656         * device/include/mcs51/P89LPC922.h,
657         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
658
659 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
660
661         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
662         to fix missing stack pragma in compiled binary object file,
663
664 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
665
666         * support/packihx/configure.in,
667         * support/packihx/configure: removed warning, autoconf >= 2.5x can
668         determine sizeof basic types even while cross compiling
669
670 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
671
672         * src/avr/gen.c (aopop),
673         * src/ds390/gen.c (aopOp),
674         * src/hc08/gen.c (aopOp),
675         * src/mcs51/gen.c (aopop),
676         * src/pic16/gen.c (pic16_aopOp),
677         * src/pic/gen.c (aopOp),
678         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
679         if size of operand is smaller than spill location
680
681 2006-05-12 Borut Razem <borut.razem AT siol.net>
682
683         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
684           have to have CR/LF line endings even if they are checked out on *nix
685           or on WIN32 in cygwin binmode
686
687 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
688
689         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
690         * device/include/ds80c390.h: added sfr16 definitions
691         * src/ds390/gen.c,
692         * src/ds390/gen.h,
693         * src/ds390/main.c,
694         * src/ds390/ralloc.c,
695         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
696           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
697           bit returning functions
698         * support/regression/tests/sfr16.c: enabled test on ds390
699
700 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
701
702         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
703         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
704
705 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
706
707         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
708         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
709           (cl_address_space constructor): removed expensive initialization,
710           (cl_address_space::get_cell): extended for late initialization,
711           (cl_address_space::*): use late initialization,
712           (cl_address_decoder::activate): removed expensive initialization,
713           This reduced regression test running time by 25%
714
715 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
716
717         * packihx/,
718         * configure.in,
719         * configure,
720         * sdcc.dsw,
721         * Makefile.bcc,
722         * Makefile.in,
723         * support/packihx/Makefile.in,
724         * support/packihx/clean.mk,
725         * support/packihx/Makefile.bcc,
726         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
727
728 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
729
730         * src/SDCCval.c (valNot): fix for regression test failure
731           of not.c on big endian hosts
732
733 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
736
737 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
738
739         * device/lib/mcs51/Makefile.in: changed string comparison operator
740           to = for POSIX compliance; == is bash extension
741
742 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
743
744         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
745           kosmonaut_pirx
746
747 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
748
749         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
750         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
751         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
752         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
753         bug report #1478657,
754
755 2006-05-05 Borut Razem <borut.razem AT siol.net>
756
757         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
758           making the html
759
760 2006-05-02 Borut Razem <borut.razem AT siol.net>
761
762         * doc/Makefile.in: removed *.ind dependency since there is no rule to
763           create *.ind, which made make to fail if invoked with -j 2
764
765 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
766
767         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
768           Hubert Sack for patch 1479782
769
770 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
771
772         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
773
774 2006-05-01 Raphael Neider <rneider AT web.de>
775
776         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
777           (create_pic): store only prefix-free device name,
778           (init_pic): check for device names with "16" prefix,
779           (list_valid_pics),
780         * src/pic/device.h (struct PIC_device),
781         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
782             stored device name,
783         * device/include/pic/pic12f{635,675,629,683}.h,
784         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
785         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
786         * device/include/pic/pic16f505.h,
787         * device/lib/pic/libdev/pic16f505.c: removed
788         * device/include/pic/pic14devices.txt: added support for pic12f
789             devices, removed unsupported non 16-bit devices
790             [above changes provided by patch from Zik Saleeba]
791         * src/pic/*, src/pic16/*, device/include/pic16/*,
792           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
793
794 2006-05-01 Borut Razem <borut.razem AT siol.net>
795
796         * configure.in, configure, doc/Makefile.in:
797           sync with nightly build makefile - latex, dvipdf and dvips
798           not needed any more
799
800 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
801
802         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
803         in the library source
804
805 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
806
807         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
808
809 2006-04-28 Raphael Neider <rneider AT web.de>
810
811         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
812         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
813           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
814         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
815
816 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
817
818         * device/lib/pic/libdev/Makefile.in,
819         * device/lib/hc08/Makefile.in,
820         * device/lib/gbz80/Makefile.in,
821         * device/lib/z80/Makefile.in,
822         * device/lib/ds390/Makefile.in,
823         * device/lib/ds400/Makefile.in: added srcdir to include search path,
824         thanks to Borut for the bug report
825         * configure.in,
826         * configure: always create doc/Makefile independent from --enable-doc
827         * Makefile.in: always install from directory doc independent from
828         --enable-doc
829         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
830         removed
831         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
832         * doc/Makefile.in: install *.txt if present
833         * device/include/Makefile.in (install): added installation of pic/*.inc
834         and pic/*.txt files again, they were erroneously removed
835
836 2006-04-28 Raphael Neider <rneider AT web.de>
837
838         * src/pic/{gen.c,main.h,pcode.c},
839         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
840             concerning signedness with casts
841
842 2006-04-28 Raphael Neider <rneider AT web.de>
843
844         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
845             definition of an interrupt handler,
846         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
847             interrupt handler stuff from picglue() to separate routine,
848           (picglue): enabled definition of intr handlers in files w/o main()
849
850 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
851
852         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
853           compilation with MSVC 2005 Express Edition (VC8)
854
855 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
856
857         * device/lib/Makefile: fixed build of gbz80 lib
858
859 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
860
861         * support/regression/tests/bug-460010.c,
862         * support/regression/tests/bug-524691.c,
863         * support/regression/tests/bug-716242.c: removed conditional defines
864           that are already in testfwk.h
865
866 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
867
868         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
869           (AccAXRsh1): added, shift right by 1,
870           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
871            AccAXLrl1
872         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
873
874 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
875
876         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
877         remove cast to same type
878         * src/SDCCast.c (decorateType): fix for RFE 1475742,
879         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
880         * as/z80/Makefile,
881         * link/z80/Makefile: removed, they have moved to
882         Makefile.in files
883         * configure,
884         * configure.in: replaced duplicate message about ucsim by missing sdcpp
885         * install-sh: fix bug #1204398 by setting umask 0022
886         * device/lib/Makefile: separate build of z80 and gbz80 lib
887
888 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
889
890         Enabled VPATH feature: changed nearly all Makefiles (149 files).
891         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
892
893         One basic decision: e.g. src/clean.mk includes further files. In order
894         to make this work there are two solutions:
895         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
896           run configure on them. This way they can use
897           'include $(srcdir)/port-clean.mk'
898         - always include clean.mk by the Makefile at the same level. To avoid
899           that `make clean` tries to include and build Makefile.dep the
900           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
901           implemented, because now even `make uninstall` doesn't create
902           Makefile.in. clean.mk could be eliminated by pasting it in
903           Makefile.in.
904
905         * debugger/mcs51/Makefile.in: build own objects from library sources
906         (SLIB, SDCC) in current directory
907
908         * configure, configure.in: renamed --disable-device-lib-build in
909         --disable-device-lib; added --enable-doc, the required tools are
910         searched by configure; added result message; the toolchain for the
911         belonging ports are now only built, if the port is enabled.
912
913         * support/regression/*: all output is written in directory gen, because
914         the fwk and ports directories don't livet in the build tree using vpath
915
916         * doc/sdccman.lyx: renamed --disable-device-lib-build to
917         --disable-device-lib, added --enable-doc, added section VPATH
918
919         * sim/ucsim/configure.in,
920         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
921         z80 are enabled by default
922
923 2006-04-24 Raphael Neider <rneider AT web.de>
924
925         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
926             to config word, "pic14_"-prefixed some extern functions
927           (pic14_emitConfigWord): emit __config directive(s) if assignment to
928             config word has been found
929         * src/pic/device.h: added prototypes
930         * src/pic/pcode.c: added "pic14_"-prefix where needed
931         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
932             fixup
933         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
934             words,
935           (pic14emitRegularMap): ignore config words,
936           (pic14createInterruptVect): moved generating __config directives away
937           (picglue): have __config directives emitted
938
939 2006-04-24 Borut Razem <borut.razem AT siol.net>
940
941         * doc/Makefile: sync with nightly build makefile
942
943 2006-04-24 Raphael Neider <rneider AT web.de>
944
945         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
946             registers that have not been assigned proper liveranges,
947             fixes #1469504 and #1474602,
948           (pCodeRegOptimizeRegUsage): fixed typo in comment
949
950 2006-04-24 Borut Razem <borut.razem AT siol.net>
951
952         * device/examples/main8051.c: deleted - it was removed from CVS
953           24.mar.2000 and after that modified 18.feb.2001, so it reappered
954           after the transition to Subversion
955         * src/SDCCalloc.h: deleted - it was removed  from CVS
956           3.feb.2001 and after that modified 18.feb.2001, so it reappered
957           after the transition to Subversion
958         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
959           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
960           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
961           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
962
963 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
964
965         * as/asx8051.dsp: added mcs51/strcmpi.h
966         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
967         * as/hc08/aslink.h: updated lnksect prototype
968         * as/hc08/asm.h,
969         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
970         * as/hc08/asmain.c,
971         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
972           (newdot): handle A_ABS
973         * as/hc08/asout.c,
974         * as/mcs51/asout.c (outarea): output address
975         * as/hc08/lkaomf51.c,
976         * as/mcs51/lkaomf51.c: disabled unused array UsageType
977         * as/hc08/m08pst.c,
978         * as/mcs51/i51pst.c,
979         * as/z80/z80pst.c: "ABS" is not A_OVR
980         * as/hc08/lkarea.c (newarea): read a_addr,
981           (lnkarea): added codemap array, sort absolute areas to the front,
982            combine all GSINITx/GSFINAL,
983           (find_empty_space, allocate_space): new functions,
984           (lnksect): return next address, handle absolute sections
985         * as/mcs51/lkarea.c (newarea): read a_addr,
986           lnksect2 prototype changed,
987           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
988           (find_empty_space, allocate_space): new, factored out of lnksect2,
989           (lnksect2): return next address, handle absolute sections
990         * as/hc08/lkhead.c,
991         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
992         * as/hc08/lklibr.c (addfile, fndsym),
993         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
994           index out of range and detect both '\' and '/'
995         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
996         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
997           regression tests (ds390 cannot return bool yet)
998         * doc/sdccman.lyx: changed version number, document changed --no-peep,
999           document critical interrupts on z80, document changed SDCC define
1000         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1001           (_a390_mapping): added .org directive
1002         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1003           (genMultOneByte): fixed warnings
1004         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1005           ones
1006         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1007         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1008           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1009         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1010         * src/pic16/main.c: removed newReg prototype
1011         * src/pic16/pcode.c,
1012         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1013           warnings
1014         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1015           ones
1016         * src/pic16/ralloc.c
1017         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1018           to fix warnings
1019         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1020           from short to PIC_OPTYPE
1021         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1022         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1023           optype from short to PIC_OPTYPE
1024         * src/port.h: made int_size unsigned to fix warnings
1025         * src/SDCC.y: fixed warning on MSVC
1026         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1027         * src/SDCCopt.c (convertToFcall): fixed warnings
1028         * src/SDCCsymt.h: removed double prototype for genSymName
1029         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1030           offset int to fix warnings
1031
1032 2006-04-22 Borut Razem <borut.razem AT siol.net>
1033
1034         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1035           references to CVS replaced with Subversion
1036
1037 2006-04-21 Borut Razem <borut.razem AT siol.net>
1038
1039         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1040           references to CVS replaced with Subversion
1041
1042 2006-04-19 Borut Razem <borut.razem AT siol.net>
1043
1044         * src/version.awk: adapted for svn
1045         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1046           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1047           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1048           /binutils-avr/etc/*.vi, *.jin: removed all properties
1049           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1050
1051 2006-04-19 Borut Razem <borut.razem AT siol.net>
1052
1053         * CVS to Subversion migration completed
1054
1055 2006-04-18 Borut Razem <borut.razem AT siol.net>
1056
1057         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1058           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1059
1060 2006-04-17 Borut Razem <borut.razem AT siol.net>
1061
1062         * device/include/Makefile.in: added pic/*.inc to the installation
1063
1064 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1065
1066         * support/regression/collate-results.py: fixed output in case of
1067         a valdiag error
1068         * support/regression/generate-cases.py: fixed splitting of pathnames
1069         with dots
1070         * as/hc08/lklibr.c (addfile),
1071         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1072
1073 2006-04-11 Raphael Neider <rneider AT web.de>
1074
1075         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1076         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1077         * src/pic16/pcode.c (assignValnums): fixed #1460578
1078
1079 2006-04-11 Raphael Neider <rneider AT web.de>
1080
1081         * device/lib/pic/libdev/*.c,
1082         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1083           fixes #1468739, enables compilation in --std-c99 mode
1084         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1085
1086 2006-04-11 Raphael Neider <rneider AT web.de>
1087
1088         * src/pic/device.c (find_device): removed debug output
1089           (list_valid_pics): enabled verbose listing of supported devices
1090         * device/include/stdbool.h: define bool as char for pic14/16 as well
1091
1092 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1093
1094         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1095
1096 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1097
1098         * .version: bumped version to 2.5.6
1099         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1100
1101 2006-04-06 Raphael Neider <rneider AT web.de>
1102
1103         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1104         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1105         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1106           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1107             pic14_constructAbsMap
1108           (pic14printPublics): declare absolute global symbols as global
1109           (pic14createInterruptVect),
1110         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1111           (newReg): assume new registers unused, use correct name in
1112             hashtable (reg->name instead of name), more debugLog output
1113         * src/pic/device.h (PIC_device): added fields for verbose output
1114         * src/pic/device.c: moved device definition to pic14devices.txt,
1115             added routines for runtime parsing of pic14devices.txt,
1116             added support for second config word
1117         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1118           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1119           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1120           (_pic14_parseOptions): moved pCodeInitRegisters here
1121           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1122         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1123           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1124             handling the pseudo stack
1125         * device/lib/Makefile.in: ignore failures in objects-pic16,
1126         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1127         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1128         * device/lib/pic/Makefile.subdir,
1129         * device/lib/pic16/Makefile.subdir: improved clean rules
1130         * device/lib/pic/libdev/: NEW, pic14 device libraries
1131         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1132         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1133         * device/include/Makefile.in: create subdir and install pic14 headers
1134         * device/include/pic/p16f_common.inc: removed unused declarations
1135         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1136             PICs from inc2h.pl v1.6,
1137             replaced BIT_AT macros with struct declarations
1138         * device/include/pic/pic14devices.txt: definition of supported devices,
1139             all above improvements contributed by Zik Saleeba, thanks
1140         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1141         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1142             headers
1143
1144 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1145
1146         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1147         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1148           thanks to Charles Olds
1149
1150 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1151
1152         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1153
1154 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1155
1156         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1157         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1158         * support/regression/bug1464657.c: added, new test
1159
1160 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1161
1162         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1163           version number
1164
1165 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1166
1167         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1168           --no-peep and --peep-file <file> are used don't use default rules but
1169           do use the <file>
1170
1171 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1172
1173         * src/mcs51/gen.c (genCall): fixed bug 1457608
1174
1175 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1176
1177         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1178         changes seem to cause (trigger?) problems with the build system.
1179
1180 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1181
1182         * src/SDCCpeeph.c (operandsLiteral): new, added,
1183           (callFuncByName): inserted operandsLiteral
1184         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1185
1186 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1187
1188         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1189         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1190
1191 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1192
1193         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1194           implemented patch 1120823 Thanks to Willy De la Court (normal
1195           interrupts need an interrupt number now if they are made critical),
1196           and enabled nesting of critical functions though not for gbz80
1197           (genCritical, genEndCritical): added functions
1198           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1199         * src/z80/mappings.i: added "ei" to all mappings
1200
1201 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1202
1203         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1204         submitted by the Debian SDCC maintainer Aurelien Jarno:
1205         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1206         archive with gcc 4.1 on mips and wrote the patch"
1207
1208 2006-03-16 Raphael Neider <rneider AT web.de>
1209
1210         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1211           the left operand is shorter than the result (c* = lit-c* + int),
1212           fixes bug #1450796
1213         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1214           OP_SYMBOL
1215
1216 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1217
1218         * src/.version: increased version number to 2.5.5
1219         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1220         linking is done manually in pic16 port's _linkEdit,
1221         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1222         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1223         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1224         allocate asmop as AOP_ACC,
1225         (aopForRemat): added parameter 'bool result' in function declaration,
1226         (pic16_aopGet): return AOP_ACC when accessing WREG,
1227         (pic16_popGetTempReg): minor modification,
1228         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1229         'pic16_allocWithIdx',
1230         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1231         calling function in absolute addresses,
1232         (genAssign): take into account AOP_ACC asmop,
1233         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1234         * src/pic16/pcoderegs.c: some debug functions and lines added,
1235         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1236         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1237         register too,
1238         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1239         call to allocReg, not by manually allocating a new one,
1240         (pic16_assignRegisters): now before going through the register
1241         allocating functions mark all registers as free. This eliminates some
1242         side effects resulting from peephole parser done earlier in the backbone
1243
1244 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1245
1246         * src/SDCCicode.c (geniCodeLogic),
1247         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1248
1249 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1250
1251         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1252           (genSend): bugfix, do not allocate and free twice,
1253           (shiftRLong): handle partially overlapping aops
1254         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1255
1256 2006-03-08 Borut Razem <borut.razem AT siol.net>
1257
1258         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1259           for pic16
1260
1261 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1262
1263         * support/regression/tests/bug1409955.c: new, added
1264         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1265         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1266           (aopForSym, aopOp): increment asmop.allocated if reused,
1267           (freeAsmop): decrement asmop.allocated and check for zero instead of
1268           using asmop.freed,
1269           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1270           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1271            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1272            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1273            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1274            genSignedRightShift, genRightShift, genDataPointerGet,
1275            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1276            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1277             in reverse order from allocation,
1278           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1279             added swappedLR to keep track
1280         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1281           pdata & code for GCC, z80, gbz80 & hc08
1282         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1283
1284 2006-03-08 Raphael Neider <rneider AT web.de>
1285
1286         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1287
1288 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1289
1290         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1291         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1292         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1293
1294 2006-03-06 Borut Razem <borut.razem AT siol.net>
1295
1296         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1297           made the linker quiet
1298
1299 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1300
1301         * src/pic16/gen.c (genPcall): fixed bug #1443644
1302         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1303         which dumps before the function entry point a data byte which represents
1304         the number of the local variables used by the specified function, added
1305         'xinst' for initial support for Extended Instruction Support,
1306         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1307         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1308         port->fun_prefix anymore (may change later),
1309         (genFunction, genEndFunction): do not store/restore local registers for
1310         _main (this should take care the --main-return command line option in
1311         the future),
1312         (genOr): removed some legacy pic-port instructions,
1313         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1314         performing operations with SFR's causes data to be written more than
1315         once to each SFR. Perhaps SFRs should be handled in special cases...
1316         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1317         pcode.h
1318         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1319         into account for stack starting position,
1320         (struct OPTIONS pic16_optionsTable): added command line argument
1321         --extended or -y for Extended Instruction Support,
1322         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1323         (deassignLRs): *** perhaps the most important change, old 'for' code
1324         (commented out for reference), didn't account for some registers which
1325         were left marked 'not free' after a pointer operation. The change
1326         reduces register usage a lot in some cases
1327
1328 2006-03-04 Borut Razem <borut.razem AT siol.net>
1329
1330         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1331           _clean
1332         * support/regression/tests/bug-524697.c: decreased array size for
1333           mcs51 to fit into the internal RAM
1334         * support/regression/Makefile.in: a little bit more verbose
1335
1336 2006-03-03 Borut Razem <borut.razem AT siol.net>
1337
1338         * support/regression/fwk/lib/testfwk.c,
1339           support/regression/fwk/include/testfwk.h: introduced function
1340           _prints(), nonrecursive _printn(), call _initEmu() from main()
1341         * support/regression/ports/gbz80/support.asm,
1342           support/regression/ports/ucz80/support.asm,
1343           support/regression/ports/z80/support.asm,
1344           support/regression/ports/ds390/support.c,
1345           support/regression/ports/hc08/support.c,
1346           support/regression/ports/host/support.c,
1347           support/regression/ports/mcs51/support.c,
1348           support/regression/ports/xa51/support.c: added empty _initEmu()
1349           function
1350         * support/regression/ports/pic16/gpsim.cmd,
1351           support/regression/ports/pic16/spec.mk,
1352           support/regression/ports/pic16/support.c,
1353           support/regression/Makefile.in: added pic16 regression test
1354
1355 2006-03-01 Raphael Neider <rneider AT web.de>
1356
1357         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1358           genConstPointerGet): use safe way of generating MOVFF to cover
1359             literals as well as registers, fixes bug #1440527
1360         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1361             dereference
1362           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1363             more correctly, fixes bug #1232186
1364           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1365         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1366             gplink guess the correct processor in more cases, applied patch
1367             from Till Riedel attached to and fixing bug #1436552
1368
1369 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1370
1371         * support/regression/tests/array.c: added, contains check for #1434401
1372         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1373
1374 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1375
1376         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1377         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1378         * device/include/mcs51/c8051f326.h,
1379         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1380         * device/include/mcs51/c8051f000.h,
1381         * device/include/mcs51/c8051f018.h,
1382         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1383           PCON_IDLE,PCON_STOP and added sfr16 definitions
1384
1385 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1386
1387         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1388           genGetWord): fixed bug 1409955
1389
1390 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1391
1392         * device/include/hc08/mc68hc908gp32.h,
1393         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1394
1395 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1396
1397         * src/SDCCast.c (constExprValue): return NULL if not a value
1398         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1399         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1400         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1401
1402 2006-02-13 Borut Razem <borut.razem AT siol.net>
1403
1404         * src/regression/ptrarg.c: added, fails due to bug #1430967
1405         * src/regression/Makefile: ptrarg.c added, ...
1406
1407 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1408
1409         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1410         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1411
1412 2006-02-11 Borut Razem <borut.razem AT siol.net>
1413
1414         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1415           print "Processor: xxx" message to stdout only if --verbose
1416
1417 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1418
1419         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1420         * support/regression/tests/bug1426356.c: added
1421         * support/regression/tests/bitfields.c: removed 2 tests
1422
1423 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1424
1425         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1426         * device/include/mcs51/c8051f330.h,
1427         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1428           PCON_IDLE,PCON_STOP and added sfr16 definitions
1429         * device/lib/_divsint.c,
1430         * device/lib/_divuint.c,
1431         * device/lib/_divulong.c,
1432         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1433           register bank bug for small stackauto
1434
1435 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1436
1437         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1438
1439 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1440
1441         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1442         * all.dsp: corrected several bin paths
1443         * device/include/mcs51/c8051f120.h,
1444         * device/include/mcs51/c8051f300.h,
1445         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1446           to PCON_IDLE,PCON_STOP
1447         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1448         * device/lib/printf_large.c (output_float): fixed bug 1388703
1449         * support/regression/tests/bug1057979.c: added test for bug 1388703
1450
1451 2006-02-08 Raphael Neider <rneider AT web.de>
1452
1453         * src/pic/pcode.c (pciTRIS): fixed typo,
1454           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1455           (LinkFlow): fixed handling of flows that end in a call,
1456           (ReuseReg): perform safety check earlier
1457         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1458             to work with flows at the beginning of a pBlock,
1459             fixes #1426557 (Symbol not previously defined),
1460           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1461             usage information
1462           (RemoveUnusedRegisters): update register usage info
1463         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1464             created, reuse existing ones instead
1465         * src/pic/gen.c (genPcall): fixed #1424719
1466
1467 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1468
1469         * link/z80/lkmain.c,
1470         * link/z80/lklex.c,
1471         * link/z80/lkdata.c,
1472         * link/z80/aslink.h: fixed build on current cygwin:
1473         replaced getline() by lk_getline()
1474
1475 2006-02-01 Borut Razem <borut.razem AT siol.net>
1476
1477         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1478           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1479           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1480           src/regression/bool1.c, src/regression/bool2.c,
1481           src/regression/bool3.c, src/regression/call1.c,
1482           src/regression/compare.c, src/regression/compare10.c,
1483           src/regression/compare2.c, src/regression/compare3.c,
1484           src/regression/compare4.c, src/regression/compare5.c,
1485           src/regression/compare6.c, src/regression/compare7.c,
1486           src/regression/compare8.c, src/regression/compare9.c,
1487           src/regression/configword.c, src/regression/for.c,
1488           src/regression/inline.c, src/regression/mult1.c,
1489           src/regression/nestfor.c, src/regression/or1.c,
1490           src/regression/pointer1.c, src/regression/ptrfunc.c,
1491           src/regression/rotate1.c, src/regression/rotate2.c,
1492           src/regression/rotate3.c, src/regression/rotate4.c,
1493           src/regression/rotate5.c, src/regression/rotate6.c,
1494           src/regression/rotate7.c, src/regression/string1.c,
1495           src/regression/struct1.c, src/regression/sub.c,
1496           src/regression/sub2.c, src/regression/switch1.c,
1497           src/regression/while.c, src/regression/xor.c,
1498           src/regression/create_stc, src/regression/simulate,
1499           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1500           regression tests
1501         * src/regression/gpsim_assert.h: added
1502
1503 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1504
1505         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1506         ((void (code *) (void)) 0) ();
1507         * as/hc08/aslex.c,
1508         * as/hc08/aslink.h,
1509         * as/hc08/asm.h,
1510         * as/hc08/asmain.c,
1511         * as/hc08/lkdata.c,
1512         * as/hc08/lklex.c,
1513         * as/hc08/lkmain.c,
1514         * as/mcs51/aslex.c,
1515         * as/mcs51/aslink.h,
1516         * as/mcs51/asm.h,
1517         * as/mcs51/asmain.c,
1518         * as/mcs51/lkdata.c,
1519         * as/mcs51/lklex.c,
1520         * as/mcs51/lkmain.c,
1521         * as/z80/aslex.c,
1522         * as/z80/asm.h,
1523         * as/z80/asmain.c: fixed build on current cygwin:
1524         replaced getline() by as_getline()
1525
1526 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1527
1528         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1529         declarator in the symbol chain
1530         * src/SDCCsymt.h,
1531         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1532         parameter list for function pointers
1533         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1534         * support/regression/tests/bug-716242.c: added
1535
1536 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1537
1538         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1539         offset if possible
1540         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1541
1542 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1543
1544         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1545         inifinitely recurseable, added static
1546         * support/regression/tests/bug-1408066.c: added
1547
1548 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1549
1550         * src/SDCCicode.h,
1551         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1552         renamed, added possibility to create "postLoopLbl"-labels
1553         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1554         newiTempLoopHeaderLabel
1555         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1556         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1557         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1558         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1559         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1560         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1561         (basicInduction): fixed bug #136564, made static,
1562         (loopInduction): changed parameter of basicInduction, made static,
1563         (addPostLoopBlock): added
1564         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1565         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1566         findLoopEndSeq
1567         * support/regression/tests/bug-136564.c: added
1568         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1569         --std-sdcc99 to LIBSDCCFLAGS
1570
1571 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1572
1573         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1574         while loop
1575         * support/regression/tests/bug-1406131.c: added
1576
1577 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1578
1579         * src/SDCCast.c (decorateType): fix promotion of unary minus
1580         * src/SDCCsymt.c (computeType): beautified
1581         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1582         (valUnaryPM, valComplement): fix sign and promotion,
1583         (valNot): ANSI: result type is int (SDCC: unsigned char)
1584         * support/regression/tests/uminus.c: speedup by removing superflous
1585         test case 'int'
1586         * support/regression/tests/onebyte.c: added promotion and signedness
1587         tests for unary minus
1588         * support/regressions/tests/bug-477927.c: disable warning about
1589         uninitialized variables
1590         * support/regression/tests/not.c: added
1591
1592 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1593
1594         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1595         * src/mcs51/gen.c (gen51Code): show final register usage after
1596         fillGaps in asm with --i-code-in-asm
1597         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1598         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1599         incUsed, rliveClear, adjustIChain): made static,
1600         (setFromRange): excluded because it's unused,
1601         (findPrevUseSym, markWholeLoop): added,
1602         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1603         through all branches of predecessors enables sdcc to emit the warning
1604         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1605         (rlivePoint): made static, added parameter emitWarnings which is only
1606         true during the first run out of two,
1607         (findRecursiveSucc, findRecursivePred): removed,
1608         (computeLiveRanges): made static, added parameter emitWarnings,
1609         (dumpIcRlive): added for debugging only
1610         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1611         removed prototype of setFromRange()
1612         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1613         in call of computeLiveRanges()
1614         * support/regression/tests/bug-895992.c: added
1615         * support/regression/tests/bug-971834.c: added
1616         * support/valdiag/tests/bug-895992.c: added
1617         * support/valdiag/tests/bug-971834.c: added
1618
1619 2005-12-18 Raphael Neider <rneider AT web.de>
1620
1621         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1622           (genUnpackBits): improved code for direct operands,
1623           (genPackBits): improved code for literal assignment to bitfields
1624             and for direct destination operands (no FSR indirection),
1625             prevented redundant AND, fixes #1362800,
1626           (AccLsh): added parameter to disable masking of the result
1627         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1628           skip instructions with side-effects (like incfsz),
1629           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1630         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1631         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1632           fixes #1375263
1633
1634 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1635
1636         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1637         volatile variables as spill location
1638
1639 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1640
1641         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1642         replacing literals
1643         * support/regression/tests/bug-1376320.c: added
1644
1645 2005-12-08 Raphael Neider <rneider AT web.de>
1646
1647         * src/pic/device.c: renamed is_shared to pic14_is_shared
1648         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1649         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1650           (is_valid_identifier): added for above workaround
1651
1652 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1653
1654         * device/lib/Makefile.in: fixed to enable port-specific-objects
1655         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1656           char, thanks Hubert Sack
1657         * doc/sdccman.lyx: documented --xstack-loc,
1658           elaborated a bit more on interrupts and pitfalls,
1659           removed "setjmp/longjmp unsupported",
1660           documented some unsupported C99 features
1661         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1662         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1663           if, thanks Hubert Sack
1664         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1665         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1666           make make_library
1667         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1668           regression tests can report resource usage (rfe 700441)
1669         * support/regression/collate-results.py: report resource usage
1670         * support/regression/ports/ds390/spec.mk,
1671         * support/regression/ports/hc08/spec.mk,
1672         * support/regression/ports/mcs51/spec.mk,
1673         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1674         * support/regression/ports/ds390/uCsim.cmd,
1675         * support/regression/ports/hc08/uCsim.cmd,
1676         * support/regression/ports/mcs51/uCsim.cmd,
1677         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1678         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1679           library, use the default one
1680         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1681           building the library
1682
1683 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1684
1685         * config.dsp: added dependency on .version and configure_vc.awk
1686         * device/include/setjmp.h: updated for --stack-auto and --xstack
1687         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1688         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1689         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1690         * device/lib/libsdcc.lib: added _setjmp
1691         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1692           (decorateType): fixed bug 1372851,
1693           (optimizeGetHbit): fixed warning
1694         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1695           array initialisation
1696         * support/regression/tests/bug1057979.c: added test for bug 1358192
1697         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1698
1699 2005-12-03 Borut Razem <borut.razem AT siol.net>
1700
1701         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1702           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1703
1704 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1705
1706         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1707         createIval): implement symbol independant "flexible array member",
1708         (createIvalCharPtr): implemented flexible array initialisation with a
1709         string
1710         * src/SDCCsymt.c (copyStruct): removed,
1711         (getSize): fixed misleading comment,
1712         (getAllocSize): removed, the additional allocation size is now in
1713         sym->flexArrayLength,
1714         (checkStructFlexArray): new, syntax checks for flexible array members,
1715         (compStructSize): added syntax checks for "flexible array members"
1716         (copyStruct): removed,
1717         (copyLinkChain): removed inefficient fix for bug 770487
1718         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1719         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1720         symbol->flexArrayLength
1721         * src/SDCCerr.c,
1722         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1723         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1724         * support/regression/tests/structflexarray.c: added
1725         * support/valdiag/tests/structflexiblearray.c: added
1726
1727 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1728
1729         * src/SDCCast.c (decorateType): fixed bug 1368489
1730         * support/Util/SDCCerr.c,
1731         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1732
1733 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1734
1735         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1736           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1737
1738 2005-11-27 Borut Razem <borut.razem AT siol.net>
1739
1740         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1741           support/cpp2/mkdeps.h: added command line option
1742           -obj-ext=<extension> to SDCPP to define object file externion, used
1743           for generation of make dependencies (-M)
1744         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1745
1746 2005-11-26 Borut Razem <borut.razem AT siol.net>
1747
1748         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1749           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1750           added pic and pic16 libraries
1751
1752 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1753
1754         * device/include/float.h: Corrected typo in prototype of __fsgt
1755
1756 2005-11-25 Borut Razem <borut.razem AT siol.net>
1757
1758         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1759           added creation of model-mcs51-stack-auto libraries
1760
1761 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1762
1763         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1764         and fields-list too
1765         * src/SDCCast.c (createIvalArray): removed obsolete comment
1766
1767 2005-11-24 Borut Razem <borut.razem AT siol.net>
1768
1769         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1770           added missing device/lib/mcs51/crt*.asm sources
1771
1772 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1773
1774         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1775
1776 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1777
1778         * device/lib/_fs2schar.c,
1779         * device/lib/_fs2sint.c,
1780         * device/lib/_fs2slong.c: optimized inline asm
1781
1782 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1783
1784         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1785           Better handling of floats between -1.0 and 0.0.
1786
1787 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1788
1789         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1790           (the missing "if"s prohibited removal of redundant labels)
1791
1792 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1793
1794         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1795           Properly convert floats between -1.0 and 0.0 to long, int, and char
1796           types (max integer value of negative floats tends to zero).
1797         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1798           Removed changes made so to work properly with floats between
1799           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1800           and _fs2char.c
1801
1802 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1803
1804         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1805         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1806         (genCast) cosmetic change
1807         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1808         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1809         from mcs51
1810         * support/regression/tests/bitfields (testSignedBitfields): added
1811
1812 2005-11-18 Borut Razem <borut.razem AT siol.net>
1813
1814         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1815         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1816           introduced SILENT option to make building of pic16 libraries less
1817
1818 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1819
1820         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1821           Now they work properly with floats between -1.0 and 0.0
1822         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1823
1824 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1825
1826         * src/SDCCicode.c (printOperand): added missing else
1827
1828 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1829
1830         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1831         reformatted for better readability
1832         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1833         signed bitfields
1834
1835 2005-11-17 Borut Razem <borut.razem AT siol.net>
1836
1837         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1838           introduced SILENT option to make building of pic16 libraries less
1839           verbose - used for nightly snapshot build
1840         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1841           available on Win32 platforms.
1842         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1843           medium, large, pic and pic16
1844
1845 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1846
1847         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1848           printf("%f"...) sets fraction to zero.
1849
1850 2005-11-16 Raphael Neider <rneider AT web.de>
1851
1852         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1853           fixes #1357221
1854         * src/pic/gen.c (genIfx): implemented for CARRY bit
1855         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1856           to generic pointers, fixes #1357332,
1857           (pic16_movLit2f): NEW,
1858           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1859
1860 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1861
1862         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1863
1864 2005-11-11 Raphael Neider <rneider AT web.de>
1865
1866         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1867         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1868           compute pointer's type from operand,
1869           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1870           improved single bit reads, fixes bug #1353379
1871
1872 2005-11-09 Borut Razem <borut.razem AT siol.net>
1873
1874         * support/scripts/sdcc.nsi: added lib/pic to the package
1875
1876 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1877
1878         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1879
1880 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1881
1882         * support/regression/tests/bug1348008.c: added
1883         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1884         * support/regression/tests/bug1337835.c: updated comment
1885
1886 2005-11-06 Borut Razem <borut.razem AT siol.net>
1887
1888         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1889           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1890           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1891           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1892           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1893           dynamic construction of cl_error_class and derivates - 2.nd try
1894
1895 2005-11-05 Borut Razem <borut.razem AT siol.net>
1896
1897         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1898           bug, which caused Bus Errors on sparc solaris
1899
1900 2005-11-04 Borut Razem <borut.razem AT siol.net>
1901
1902         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1903           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1904           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1905           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1906           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1907           and derivates to resolve the initialization problem on OSX
1908
1909 2005-11-02 Borut Razem <borut.razem AT siol.net>
1910
1911         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1912           corrected typo - #include <winsock2.h>
1913
1914 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1915
1916         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1917           (_asxxxx_mapping): added org directive for future enhancements
1918
1919 2005-11-01 Borut Razem <borut.razem AT siol.net>
1920
1921         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1922           enabled sockets on WIN32
1923         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1924
1925 2005-10-31 Borut Razem <borut.razem AT siol.net>
1926
1927         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1928           WIN32 backslash path delimiters should be escaped when used in C strings
1929         * support/regression/tests/bitfields.c: exclude failing assertions for
1930           __CYGWIN32__ and __MINGW32__ hosts
1931
1932 2005-10-30 Borut Razem <borut.razem AT siol.net>
1933
1934         * src/SDCCutil.c: corrected double comparison typo
1935
1936 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1937
1938         * device/lib/medium/Makefile: added for new memory model medium
1939         * device/include/asm/mcs51/features.h: updated for medium/pdata
1940         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1941           added Multiply & Accumulate sbit's and MAC0_PAGE define
1942         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1943         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1944         * device/lib/_mullong.c: update for medium model
1945         * device/lib/incl.mk: added medium model
1946         * doc/sdccman.lyx: documented medium model
1947         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1948         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1949         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1950         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1951           (allocParms): set SCLS and OCLS to pdata for medium model
1952         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1953           for pdata,
1954           (powof2): return <0 if not power of 2
1955         * src/avr/gen.c (genBitWise): use updated powof2
1956         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1957           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1958           (shiftLLeftOrResult): use B if necessary
1959         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1960         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1961         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1962         * support/regression/Makefile.in: added test-mcs51-medium
1963         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1964
1965 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1966
1967         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1968         specifier unsigned
1969         * device/lib/time.c (mktime): fixed bug 1334315
1970
1971 2005-10-28 Raphael Neider <rneider AT web.de>
1972
1973         * device/include/pic/p16f_common.inc: added common declarations
1974         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1975
1976 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1977
1978         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1979           (aopPutUsesAcc): added to predict accumulator use,
1980           (assignResultValue): save acc if necessary,
1981           (genMinusDec): store result if indirectly addressed,
1982           (genDivOneByte):  save acc if necessary,
1983           (movLeft2Result): bugfix if left already in acc,
1984           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1985             attention to accumulator use (esp. pdata),
1986           (genReceive): receive pdata correctly
1987         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1988         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1989
1990 2005-10-27 Raphael Neider <rneider AT web.de>
1991
1992         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1993
1994 2005-10-27 Raphael Neider <rneider AT web.de>
1995
1996         * .version: changed version to 2.5.4
1997         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1998         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1999           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2000             arithmetics support routines
2001         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2002         * device/lib/Makefile.in: also create installdir for pic
2003
2004         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2005           pic14 port as well
2006         * src/pic/device.c (dump_sfr): rewritten to delegate register
2007           placement to the linker (use `extern sym' rather than sym EQU addr),
2008           (validAddress): fixed to check last specified address
2009         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2010           (popGetLit): truncate literal value to 8 bit,
2011           (popGet): moved assert to more appropriate place
2012           (popGetExternal): create pCode operand from and mark the according
2013             symbol as being `extern'
2014           (popGetAddr): added sanity check on immediate's offset, provide
2015             GPOINTER tag on demand
2016           (aopPut): fixed for immediates,
2017           (mov2w_op): move operand's address or contents to WREG (depending on
2018             operand type), safer variant of mov2w,
2019           (movwf,call_libraryfunc): NEW, handy abbreviations,
2020           (get_argument_pcop,get_return_val_pcop,pass_argument,
2021           get_returnvalue): interface for accessing function parameters and
2022             return values,
2023           (assignResultValuei,genRet): use new parameter/return value interface
2024           (pic14_getDataSize): back to old version handling generic pointers,
2025           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2026             provided implementation and/or fixed old one,
2027           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2028             calls, removed legacy 8051 reference code
2029           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2030           (loadSignToC): NEW, move the operands sign bit to CARRY,
2031           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2032             genRightShiftSigned, accepts negative shift counts,
2033           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2034           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2035             generic pointers, __data pointers and __code pointers,
2036           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2037             and signed bitfields, limit bitfields to 8 bit,
2038           (genDataPointerGet): fixed number of bytes read,
2039           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2040           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2041             pointers to constant data are no longer assumed to point to __code
2042             space, removed invalid pointer types,
2043           (bitpatternFromVal): retrieve the PICs representation of an integer
2044             or float literal,
2045           (genDataPointerSet): fixed assigning to po_immediate operands,
2046           (genGenPointerSet): implemented as library call,
2047           (genIfx): fixed incorrect condition,
2048           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2049             provide GPOINTER tag according to destination's storage class,
2050           (genCast): added code to handle casting to generic pointers, added
2051             sign-/zero extension of the result
2052           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2053         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2054         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2055           extend the result
2056         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2057           address/register resides in the shared banks
2058           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2059             put all variables into separate sections (have the linker arrange
2060             them)
2061           (picglue): put init code and interrupt handlers in separate sections
2062         * src/pic/main.c: added port specific options table, modified to PORT
2063           structure to make GPOINTERs 3 byte, added pic14_options
2064           (_pic14_do_link): private linking routine (update paths to libraries,
2065             add libsdcc.lib by default)
2066         * src/pic/main.h: declare pic14_options
2067         * src/pic/pcode.c: fixed instructions i/o relations,
2068           (RegCond): reverted to correct version,
2069           (newpCodeOpLit): truncate literals to 8 bit,
2070           (genericPrint): added debug output,
2071           (getRegFromInstruction): fixed for various operand types, simplified
2072           (BuildFlow): fixed broken handling of isntructions with labels
2073           (LinkFlow): start at last instruction in flow (skip trailing comments),
2074             pass the flow on to the next instruction after CALL
2075           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2076           (insertPCodeInstruction): fixed inserting after a skip instruction,
2077           (DoBankSelect): fixed for labeled instructions
2078           (OptimizepBlock): honor --nopeep switch
2079           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2080         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2081         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2082           (pCodeOptime2pCodes): allow disabling this optimization via
2083             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2084             but is still buggy), started implementation of a dataflow based
2085             pCode optimization (CSE + dead code elimination)
2086           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2087         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2088           names are independant of the stack location and therefore portable across
2089           devices
2090
2091 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2092
2093         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2094           (selectSpil): fixed bug 1337835 by not spilling bit variables
2095         * support/regression/tests/bug1337835.c: added test for this bug
2096         * src/mcs51/peeph.def: restart after rule 3.c,
2097           addded rules 263.x to optimize loading constants
2098
2099 2005-10-26 Raphael Neider <rneider AT web.de>
2100
2101         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2102         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2103           (genAssign): emit warning when casting literals to generic pointer
2104             type, also applies when taking the address of a fixed variable,
2105           (genCast): improved casting to generic pointers
2106         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2107           extern variables, added verbose error message
2108         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2109
2110 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2111
2112         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2113         carry must be complemented too
2114         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2115         could be emitted by genMinus
2116         * src/SDCCval.c (constVal): fixed bug 1305065
2117
2118 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2119
2120         * src/SDCCast.c (addCast): added promotion for bit variables
2121         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2122         promotion casts + optimisation
2123         (optimizeGetWord): fix warning 'i' might be used uninitialized
2124         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2125         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2126
2127 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2128
2129         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2130         all chars are promoted to int; promotion should be handled in SDCCast.c
2131
2132 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2133
2134         * device/lib/_strcmp.c: Fixed bug 1326457
2135
2136 2005-10-11 Raphael Neider <rneider AT web.de>
2137
2138         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2139         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2140
2141 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2142
2143         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2144         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2145
2146 2005-10-04 Raphael Neider <rneider AT web.de>
2147
2148         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2149           device/lib/pic16/pics.all: added pic18f1320
2150         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2151
2152 2005-09-30 Raphael Neider <rneider AT web.de>
2153
2154         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2155         * src/pic16/devices.inc: NEW, provides device descriptions
2156         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2157
2158 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2159
2160         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2161           GETHBIT
2162
2163 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2164
2165         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2166           documented Any Order Bit, Higher Order Byte and Higher Order Word
2167         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2168         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2169           (optimizeGetAbit): new, to get any bit, not only the high bit,
2170           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2171           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2172           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2173           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2174             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2175             GETABIT, GETBYTE, GETWORD: decorate them,
2176           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2177           (ast_print): added GETABIT, GETBYTE, GETWORD
2178         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2179         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2180           (geniCodeBinary): new generic binary icode,
2181           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2182         * src/port.h: updated comment for PORT.hasExtBitOp
2183         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2184           (genGetByte): new, to get a single byte,
2185           (genGetWord): new, to get a word from a long,
2186           (gen51Code): added GETABIT, GETBYTE, GETWORD
2187         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2188
2189 2005-09-23 Raphael Neider <rneider AT web.de>
2190
2191         * configure.in, configure: have device/lib/pic configured
2192         * device/lib/Makefile.in: added model-pic14
2193         * device/lib/clean.mk: added pic/ to clean rule
2194         * device/lib/pic: added rudimentary pic14 library providing support
2195           functions for multiplication/division/generic pointer access
2196         * src/SDCCopt.c (convilong): mark support functions as extern
2197           for pic14 port as well
2198         * src/pic/gen.c (genMult): added assertions,
2199           (genpic14Code): emit warning on unhandled iCodes
2200         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2201         * src/pic/pcode.c (pCodeOpCopy),
2202         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2203           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2204           SFR_REGISTER}), made safe for future extensions
2205         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2206           instructions even if preceeded by SKIP instructions (also remove
2207           them); removed unused code
2208         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2209           prevents leaving parts of the structure uninitialized after copying
2210
2211 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2212
2213         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2214           ago by me
2215         * support/regression/tests/addsub.c: added test for the bug
2216
2217 2005-09-21 Raphael Neider <rneider AT web.de>
2218
2219         * device/include/pic16/pic18f1220.h,
2220           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2221         * device/lib/pic16/Makefile.rules: added missing opening paren
2222         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2223           are provided in genutils.c,
2224           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2225           operand/result sizes,
2226           (genCmp): assert on NULL pointers first, then check deref'ed values
2227         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2228           result size
2229
2230 2005-09-18 Raphael Neider <rneider AT web.de>
2231
2232         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2233           as these are now unused,
2234           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2235         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2236           local, avoids uninitialized pointer dereference on r->name
2237         * src/pic16/ralloc.c (newReg): fixed indentation
2238
2239 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2240
2241         * src/SDCCval.c (constVal): fixed bug 730366
2242         * support/Util/SDCCerr.c,
2243         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2244
2245 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2246
2247         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2248
2249 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2250
2251         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2252
2253 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2254
2255         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2256           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2257         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2258           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2259         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2260         * packihx/packihx.c (hexDigit): made c unsigned char
2261         * as/mcs51/lklibr.c (fndsym),
2262         * link/z80/lkgb.c (gb),
2263         * link/z80/lklibr.c (fndsym),
2264         * link/z80/lkrloc.c (relr),
2265         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2266         * src/SDCC.lex (checkCurrFile, process_pragma),
2267         * src/SDCCglue.c (spacesToUnderscores),
2268         * src/SDCCmain.c (setParseWithComma, processFile),
2269         * src/asm.c (tvsprintf, printCLine),
2270         * src/avr/gen.c (emitcode, aopPut),
2271         * src/ds390/gen.c (emitcode),
2272         * src/hc08/gen.c (emitcode, emitinline),
2273         * src/mcs51/gen.c (emitcode, genInline),
2274         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2275           tokenizeLineNode),
2276         * src/pic/ralloc.c (debugLog),
2277         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2278           tokenizeLineNode),
2279         * src/pic16/ralloc.c (debugLog),
2280         * src/z80/main.c (_process_pragma):
2281            made all ctype.h function calls safe
2282         * src/SDCCopt.c: include math.h for fabs
2283         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2284           and used them throughout the code to make ctype.h function calls safe
2285         * src/ds390/main.c (asmLineNodeFromLineNode),
2286         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2287         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2288            unsigned char*
2289         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2290           (newpCodeAsmDir): made ctype.h function calls safe
2291         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2292           pic16_emitcode):  made lbp unsigned char*
2293         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2294           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2295         * src/xa51/gen.c (emitcode),
2296         * src/z80/gen.c (_emit2): made lbp unsigned char*
2297         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2298            char*
2299
2300 2005-09-05 Raphael Neider <rneider AT web.de>
2301
2302         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2303           access bank splitpoint
2304
2305 2005-09-05 Raphael Neider <rneider AT web.de>
2306
2307         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2308
2309 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2310
2311         * .version: changed to version 2.5.3
2312         * doc/sdccman.lyx: changed version to 2.5.3,
2313           documented --codeseg and --constseg and pragma codeseg and constseg,
2314           documented bit parameters (reentrant) and bit returning
2315         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2316            currFunc->recvSize, but is this ok for all ports?
2317           (ast2iCode): result of ~ on unsigned char must be cast to int for
2318            bool to work
2319         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2320           function pointers in bit space
2321         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2322           (processFuncArgs): call port.reg_parm() with reentrancy info
2323         * src/port.h,
2324         * src/avr/main.c,
2325         * src/ds390/main.c,
2326         * src/hc08/main.c,
2327         * src/pic/main.c,
2328         * src/pic16/main.c,
2329         * src/xa51/main.c,
2330         * src/z80/main.c: port.reg_parm prototype extended with
2331           "bool reentrant" parameter
2332         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2333           options.stackAuto for allocating bit register parameters
2334         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2335           (genSend): set BitBankUsed if it is,
2336           (selectRegBank): factored out of genCall for use in genPcall,
2337           (genCall): removed redundant dtype assignmen, use selectRegBank,
2338           (genPcall): handle returning in Carry properly, save in F0 if needed,
2339           (genReceive): handle bit register parameters
2340         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2341           (mcs51_assignRegisters): enable bit registers for all reentrant
2342            functions and don't set BitBankUsed unconditionally
2343         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2344         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2345         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2346
2347 2005-08-27 Borut Razem <borut.razem AT siol.net>
2348
2349         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2350         ppc-osx (Darwin) does not support -u option. It seems that it is
2351         supported only on Linux - GNU cp
2352
2353 2005-08-25 Borut Razem <borut.razem AT siol.net>
2354
2355         * sim/ucsim/gui.src/serio.src/Makefile.in,
2356           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2357           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2358           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2359           install and strip, since the strip at /usr/ccs/bin should be used
2360           on solaris
2361
2362 2005-08-24 Borut Razem <borut.razem AT siol.net>
2363
2364         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2365
2366 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2367
2368         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2369         ffffffffu
2370
2371 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2372
2373         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2374         * as/mcs51/lkmain.c (link_main): fixed warning
2375         * device/include/stdbool.h: ds390 has no advanced bit support yet
2376         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2377         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2378         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2379           and updated their macros
2380         * src/SDCCval.c (constVal): updated comment for renamed b_long
2381
2382 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2383
2384         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2385         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2386           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2387           (oprio): set priority for '['
2388         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2389            and adb_24_bit
2390         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2391         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2392         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2393         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2394           added overlayable BIT_BANK area
2395         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2396           (summary2): explain 'T' in legenda
2397         * as/mcs51/lkrloc.c: replaced old K&R style,
2398           (relr): added R_BIT processing,
2399           (errmsg): added "Bit-addressable relocation error",
2400           (adb_bit): added for converting from byte- to bit-addressable space,
2401           (adb_24_bit): added for converting from byte- to bit-addressable space
2402         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2403            used in reentrant functions now even as return value
2404         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2405         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2406           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2407         * src/SDCCglobl.h: added indicator BitBankUsed
2408         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2409            the bit registers b0-b7
2410         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2411           (geniCodeCast): fixed bug 1263853,
2412           (geniCodeLogicAndOr): put result in bool or char,
2413           (geniCodeReceive): added parameter func for accessing the return type,
2414           (geniCodeFunctionBody): pass func to geniCodeReceive
2415         * src/SDCCmain.c: added indicator BitBankUsed
2416         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2417         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2418           (checkSClass): don't put automatic bool/bit on stack,
2419           (checkFunction): removed check on function cannot return bit
2420         * src/SDCCsymt.h: added newBoolLink prototype
2421         * src/mcs51/gen.c (rb1regs): added bit registers,
2422           (movc): created for assigning to carry,
2423           (pushReg, popReg): created for pushing registers,
2424           (sameRegs): check both AOP_REG and AOP_CRY types,
2425           (aopOp): handle bit registers,
2426           (aopPut): optimization no self-assign,
2427           (saveRegisters): push reg->base (bits) only once for bit registers,
2428            and use pushReg,
2429           (unsaveRegisters): pop reg->base only once and use popReg,
2430           (assignResultValue): added parameter func and return in carry for bits,
2431           (genIpush): optimization no reload in A if not changed,
2432           (genSend): bit parameters in reentrant functions are passed in bit
2433            registers by first assigning to bits in B, then save registers and
2434            copy B to bits,
2435           (genCall): handle returning in Carry properly, save it in F0 if needed,
2436           (genPcall): updated assignResultValue call, this is not safe yet for bit
2437            returning function !!!
2438           (genFunction): don't generate equ's for bit registers and use pushReg,
2439           (genEndFunction): take care of bit returning functions and use popReg,
2440           (genRet): return bit in Carry,
2441           (genIfx): optimize bit registers and other directly addressable bits,
2442           (genReceive): updated assignResultValue call
2443         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2444           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2445            registers when using stack-auto
2446         * src/mcs51/ralloc.c (_G): added allBitregs,
2447           (regs8051): added the bit registers,
2448           (createStackSpil): use macro IS_BIT,
2449           (getRegBit): added to allocate a bit register, else spill,
2450           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2451           (updateRegUsage): factored out to ease stepping while debugging,
2452           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2453            also allocate bit registers,
2454           (fillGaps): handle bit registers,
2455           (findAllBitregs): added to create bit vector with all bit registers,
2456           (mcs51_allBitregs): returns this bit vector,
2457           (mcs51_assignRegisters): when using stack-auto use bit registers for
2458            passing parameters and creating local variables
2459         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2460
2461 2005-08-22 Borut Razem <borut.razem AT siol.net>
2462
2463         * device/lib/Makefile.in: replaced find option -or with -o
2464           to make it run on solaris
2465
2466 2005-08-22 Raphael Neider <rneider AT web.de>
2467
2468         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2469           fixes #1265442 (crash on Solaris)
2470
2471 2005-08-20 Borut Razem <borut.razem AT siol.net>
2472
2473         * configure, configure.in: added tests for libsocket and libnsl libraries,
2474           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2475           from support/regression/Makefile.in
2476         * support/regression/Makefile.in: added
2477         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2478         * sim/ucsim/libtool: regenerated on sparc-solaris
2479         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2480           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2481           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2482           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2483           sparc-solaris, which doesn't use GNU ld linker
2484         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2485         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2486
2487 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2488
2489         * src/mcs51/peeph.def: updated comments
2490
2491 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2492
2493         * device/lib/_gptrget.c,
2494         * device/lib/_gptrput.c: slightly shorter
2495         * doc/sdccman.lyx: incremented version
2496         * src/mcs51/peeph.def: moved peephole comments to the line of first
2497           change to better keep line correlation, reanimated 186.e
2498         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2499
2500 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2501
2502         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2503           David Saxton with quotes around file name.
2504
2505 2005-08-15 Borut Razem <borut.razem AT siol.net>
2506
2507         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2508           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2509           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2510           make tests run on x86_64 platform
2511
2512 2005-08-13 Raphael Neider <rneider AT web.de>
2513
2514         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2515           as it might be executed DURING a build (parallel make is wonderful)
2516
2517 2005-08-13 Raphael Neider <rneider AT web.de>
2518
2519         * device/lib/Makefile.in (port-specific-objects-pic16):
2520           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2521         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2522           dependency
2523         * device/lib/pic16/Makefile.rules: build subdirs before creating
2524           the library, removed builddir rule, create $(builddir) early in
2525           recurse rule, use empty recurse rule for leaf directories
2526         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2527           mkdir errors (race condition), removed duplicate suffix "hex"
2528           from clean rules
2529         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2530         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2531           prevents mkdir -p from aborting on Alpha
2532
2533 2005-08-12 Raphael Neider <rneider AT web.de>
2534
2535         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2536           db-statements in order to allow for arrays of pointers in code
2537           sections to be placed without interspersed 0-padding, fixes
2538           bug #1256215
2539         * (emitStatistics): fixed division by zero for pic18f1220
2540         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2541           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2542         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2543         * (pic16_pCodeConstString): keep track of already emitted string
2544           literals to prevent "duplicate definitions of symbol _str_NR"
2545         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2546           debug message
2547         * device/lib/Makefile.in: ignore failing PIC16 library builds
2548         * device/lib/pic16/Makefile: do not build if gputils are missing
2549         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2550
2551 2005-08-10 Raphael Neider <rneider AT web.de>
2552
2553         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2554           my last commit)
2555
2556 2005-08-10 Raphael Neider <rneider AT web.de>
2557
2558         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2559           Rokas' patch to add the new fixed point type "__fixed16x16"
2560         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2561           functions for __fixed16x16 arithmetics
2562         * device/lib/pic16: reimplemented the build system to support
2563           a separate build directory, better handling of libio (create
2564           the library in a separate subdir for each architecture) and
2565           easier configuration (centralized in Makefile.common)
2566
2567 2005-08-07 Raphael Neider <rneider AT web.de>
2568
2569         * src/pic16/gen.c (genrshTwo): fixed sign extension
2570         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2571         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2572           added T0CONbits
2573         * device/include/pic16/pic18f4220.h: NEW, header for
2574           pic18f4220 and pic18f4320
2575         * device/include/pic16/pic18fregs.h: added new devices,
2576           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2577         * device/include/pic16/signal.h: resolved name clashes
2578           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2579           to also allow testing for interrupt enable bits, added
2580           comments on how to use the macros
2581         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2582         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2583           register definitions for the devices
2584         * device/lib/pic16/pics.all: added new devices
2585         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2586           allocated memory
2587         * device/lib/pic16/libc/stdlib/memfree: do not count
2588           the block header as free memory
2589         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2590           simplified and added missing end-of-blocklist-marker
2591           (reported by Peter Onion, fixes #1252814)
2592         * (_mergeHeapBlock): fixed loop condition
2593         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2594           len==0, restructured code
2595         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2596           up a bit, reduced bitfield accesses, prevent endless loops
2597           in case of heap corruption
2598         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2599           "unreferenced arguments/must return a value" warnings
2600         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2601           replaced BAUDREG with SPBRG
2602         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2603           device/lib/pic16/debug/gstack/gstack.c: replaced
2604           _naked, _asm, _endasm with __naked, __asm, __endasm
2605
2606 2005-08-05 Raphael Neider <rneider AT web.de>
2607
2608         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2609           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2610
2611 2005-08-05 Borut Razem <borut.razem AT siol.net>
2612
2613         * device/lib/Makefile.in: added missing ';'
2614         * configure: removed ^M characters
2615
2616 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2617
2618         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2619           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2620           License
2621
2622 2005-08-04 Borut Razem <borut.razem AT siol.net>
2623
2624         * configure.in: pic16 libraries build 2nd try - enable running
2625           configure in device/lib/pic16
2626         * configure: regenerated from configure.in
2627         * device/lib/Makefile.in: create $(PORT)/bin directory
2628
2629 2005-08-03 Raphael Neider <rneider AT web.de>
2630
2631         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2632           to get/set values via pointers
2633         * (genUnpackBits,genPackBits): changed detection of
2634           ptr->bitfield vs. sym.bitfield, fixed access via generic
2635           pointers, removed dead (wrong) code for multibyte bitfields
2636         * (genNearPointerGet, genGenPointerGet): removed useless code,
2637           fixed bitfield detection, fixes #1250594
2638         * (genNearPointerSet): removed useless code
2639         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2640           and introduced macro pic16_emitpcode that conditionally emits
2641           the origin of the following pCode (useful for debugging SDCC)
2642         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2643         * (createDefmap): fixed handling of LFSR for --optimize-df
2644
2645 2005-08-02 Borut Razem <borut.razem AT siol.net>
2646
2647         * device/lib/Makefile.in: pic16 libraries build enabled since
2648           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2649
2650 2005-08-02 Raphael Neider <rneider AT web.de>
2651
2652         * src/pic16/gen.c (genPackBits): removed deprecated warning
2653         * (genGenPointerSet): fixed bitfield detection
2654
2655 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2656
2657         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2658
2659 2005-07-31 Raphael Neider <rneider AT web.de>
2660
2661         * device/lib/pic16/libdev/pic18f458.c,
2662           device/include/pic16/pic18f458.h: added missing T0CONbits
2663
2664 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2665
2666         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2667
2668 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2671
2672 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2673
2674         * device/include/mcs51/at89c51ed2.h: added.
2675
2676 2005-07-23 Raphael Neider <rneider AT web.de>
2677
2678         * src/pic/gen.h: added emitpcode macro for debugging
2679         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2680           and replace by macro adding debug information on demand
2681         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2682         * (gencjne): tried to fix; replaced with correct (slower) code
2683         * (gen{Unp,P}ackBits): fixed single bit access
2684         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2685         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2686           previous instruction
2687         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2688           register has to be handled with care (forbidding movement
2689           of assignments/uses, removing assignments completely, ...)
2690         * (pCodeOptime2pCodes): make use of regIsSpecial
2691         * added lots of debugging output (commented out)
2692         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2693           from being reused as result UNLESS it is known to work
2694
2695 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2696
2697         * support/Util/dbuf.h: include <stddef.h> for size_t
2698         * .version: changed to version 2.5.2
2699
2700 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2701
2702         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2703
2704 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2705
2706         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2707           (genModOneByte): removed needless psha/pula
2708
2709 2005-07-22 Raphael Neider <rneider AT web.de>
2710
2711         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2712           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2713         * src/pic/gen.c (resolveIfx): do not "invent" labels
2714         * (genSkipc): changed to positive logic
2715         * (genSkipCond): removed as no longer needed
2716         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2717           backport from PIC16
2718         * (genLeftShift): check operands are in different registers
2719         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2720           INCF does not update CARRY...
2721         * src/pic/main.c: fixed _linkCmd
2722         * src/pic/pcode.c (unlinkpCode): added inactive code
2723         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2724           alive (do not assign result and operand overlapping registers)
2725
2726 2005-07-22 Raphael Neider <rneider AT web.de>
2727
2728         * src/pic/device.c (dump_sfr): replaced register declaration with
2729           call to emitSymbolToFile() to avoid duplicate symbols
2730         * (assignRelocatableRegisters): do not declare external symbols
2731         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2732           right (take size of type, not etype)
2733         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2734         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2735         * (packRegsForAccUse): disabled assignment of WREG as
2736           the result reg to prevent occurence of just fixed #1235003,
2737           fixes #1242954
2738         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2739           symbols (avoids duplicate symbols in .asm file)
2740         * (pic14emitRegularMap): use emitSymbolToFile()
2741         * src/pic/gen.c (aopOp): fixed spillLocation handling
2742         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2743         * (genDataPointerSet): removed unneccessary variables/output
2744
2745 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2746
2747         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2748         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2749
2750 2005-07-21 Raphael Neider <rneider AT web.de>
2751
2752         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2753           architecture cannot handle them efficiently, fixes bug #1235003
2754         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2755           check for empty sets before using them (fixes bug #1232190)
2756
2757 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2758
2759         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2760           (lnksect2): generate warnings for memory overlap
2761         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2762           constseg to set the name of these segments so you can instruct the linker
2763           to place them in banks
2764         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2765         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2766           added code_seg and const_seg to options
2767         * src/SDCCglue.c (emitMaps): use options.const_seg,
2768           (createInterruptVect): put interrupt vectors in segment HOME,
2769           (glue): put HOME before static segment and put the main glue in HOME,
2770           (glue): use options.code_seg
2771         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2772         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2773           these segments so you can instruct the linker to place them in banks
2774           (linkEdit): use code_loc for HOME segment which should be the first
2775           segment in code memory now
2776         * src/SDCCmem.c: fixed more stuff like bug 1238386
2777         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2778           (changePointer): don't change function pointers to code pointers for
2779           banked functions,
2780           (compareType): added exceptional check for banked function pointers
2781         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2782         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2783           after static in code memory
2784         * src/mcs51/gen.c: added aopLiteralLong prototype,
2785           (aopForSym): use getSize for functions,
2786           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2787           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2788           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2789           the segment,
2790           (genPcall): use call for literal function pointers and generate banked
2791           calls over the one trampoline so there's only one place for the user to
2792           modify according to his/hers hardware,
2793           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2794           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2795         * src/mcs51/main.c: added keyword banked,
2796           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2797         * support/Util/SDCCerr.c,
2798         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2799           needed for passing the bank and address to the trampoline
2800         * device/lib/mcs51/crtbank.asm: added for bankswitching
2801         * device/lib/mcs51/Makefile: added crtbank
2802
2803 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2804
2805         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2806           for fields at offset 0 of a struct or union as reported
2807           on 2005-07-07 in the developer mailing list.
2808
2809 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2810
2811         * src/SDCCmem.c: fixed bug 1238386
2812
2813 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2814
2815         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2816           (patch #1144962), added peephole 300, enabled 259.x
2817         * doc/sdccman.lyx: removed screenshot and provided link instead
2818
2819 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2820
2821         * doc/sdccman.lyx: added section about debugging with ddd
2822         * doc/figures/ddd_example.eps: screenshot of debugging session
2823
2824 2005-07-04 Raphael Neider <rneider AT web.de>
2825
2826         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2827           like CODE pointers, fixes #1115683
2828         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2829           call, fixes bugs #1232211, #1228110,
2830           fixed wrong casts to pCodeFlow from pCodeInstructions
2831
2832 2005-07-04 Raphael Neider <rneider AT web.de>
2833
2834         * src/pic/gen.c (popGet): changed assert to allow for
2835           bit operands
2836         * (popGetAddr): changed signature to provide
2837           an additional index, patched all call sites
2838         * (genCmpEq): handle literal-like operands correctly
2839         * (genAddrOf): added sanity checks on __code/__data pointers
2840         * (genAssign): added handling of symbols from __code section
2841         * (gencjne): do not generate code for comparisons whose result
2842           is neither stored nor used, fixes bug #1171114
2843         * (AccLsh, AccRsh): operate on operand instead of WREG
2844         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2845           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2846           by known count
2847         * rewrote complete shift-by-literal logic, commented unused
2848           functions out
2849         * (genConstPointerGet): get multiple bytes (if result size > 1),
2850           fixed handling of non-immediate addresses
2851         * (genPointerGet): handle CODE pointers like CONST pointers
2852         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2853         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2854           operand is to be treated as a literal or not
2855         * (mov2w,genPcall,genCmpEq),
2856           src/pic/genarith.c: use aop_isLitLike() to decide between
2857           literal/register contents
2858         * (addSign): added missing offset
2859         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2860           only emit comment in debug-mode,
2861           use {aop,op}_isLitLike throughout the file
2862         * src/pic/glue.c: fix initializers for pointers (work in progress)
2863         * src/pic/pcode.c (get_op): honor index on _const symbols
2864         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2865         * (dumppBlock): added pCode size estimation
2866         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2867           check for IS_SYMOP before OP_SYMBOL'ing
2868         * fixed indentation, compacted switch-statements
2869         * (allocReg): find free register and allocate it instead of
2870           allocating new registers all the time
2871         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2872           registers as its operands (necessary only for multibyte GETs)
2873
2874 2005-07-01 Raphael Neider <rneider AT web.de>
2875
2876         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2877           debugging .asm-output macros FENTRY + FEXIT
2878         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2879           way... I wonder...
2880         * (emitpComment): NEW, printf to pCode
2881         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2882           offset handling
2883         * (popGetAddr): NEW, variant of popGet to access an immediates
2884           high(er) bytes instead of the n'th byte of memory they reference,
2885           replaced popGet with popGetAddr where neccessary
2886         * (genDataPointerGet): reactivated and fixed implementation
2887         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2888           accesses
2889         * (genDataPointerSet): fixed multibyte assignments
2890         * (genpic14Code): fixed --i-code-in-asm handling
2891         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2892         * (genPlus): fixed index-out-of-bounds error
2893         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2894         * src/pic/ralloc.c: added debugging output macro FENTRY2
2895         * (spillThis): fixed indentation, enbraced for-body for clarity
2896         * (rematStr): commented out as now unused
2897         * (regTypeNum): commented out special spill case (overwrites
2898           arbitrary values)
2899         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2900
2901 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2902
2903         * doc/sdccman.lyx: documented sfr16/sfr32,
2904           added example for using storage class with function pointers
2905         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2906
2907 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2908
2909         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2910         * device/lib/_itoa.c,
2911         * device/lib/_ltoa.c: optimized codesize
2912         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2913           but don't know how to suppress the double warning.
2914         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2915         * support/Util/SDCCerr.c,
2916         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2917
2918 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2919
2920         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2921           fixed old K&R prototypes
2922         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2923         * device/lib/_gptrget.c,
2924         * device/lib/_gptrgetc.c,
2925         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2926           also new versions for small generic pointers and banked generic pointers
2927         * src/port.h: added const_name
2928         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2929         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2930         * src/SDCCcse.c (findPrevIc): check all associative operators
2931         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2932         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2933         * src/SDCCmem.c: updated comments,
2934           set far-space to 0 for pdata, results in optimized code
2935         * src/SDCCmem.h: added macro CONST_NAME
2936         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2937           moving the info into the highest bits, see also gptrget/gptrput
2938         * src/src.dsp: added sdcc.ico to project files
2939         * src/avr/gen.c (genCast): fixed bug 0x%d
2940         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2941         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2942           relation between ptr_type and DCL_TYPE,
2943           (genCast): fixed bug 0x%d
2944         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2945           (CODE)" for const_name
2946         * src/hc08/gen.c (genCast): fixed bug 0x%d
2947         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2948           (hc08_port): added "CONST (CODE)" for const_name
2949         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2950           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2951           between ptr_type and DCL_TYPE,
2952           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2953           operand* and took AOP() inside function so sfr-ness can be checked,
2954           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2955           new prototype,
2956           (genFunction, genEndFunction): optimized stack setup,
2957           (genMinus): optimized for literals with ending zeroes (in bytes),
2958           (genCast): fixed bug 0x%d
2959         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2960           (mcs51_port): added "CONST (CODE)" for const_name
2961         * src/mcs51/peeph.def: made rule 226 more generic
2962         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2963         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2964         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2965         * src/z80/main.c (z80_port): added NULL for const_name,
2966           (gbz80_port): added NULL for const_name
2967         * support/regression/tests/bug663539.c,
2968         * support/regression/tests/sfr16.c: new tests
2969
2970 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2971
2972         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2973
2974 2005-06-24 Raphael Neider <rneider AT web.de>
2975
2976         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2977           corrected typos...
2978         * device/include/pic16/signal.h: added USBIF
2979           and SIG_USB
2980
2981 2005-06-24 Raphael Neider <rneider AT web.de>
2982
2983         * device/lib/pic16/libdev/pic18f2455.c,
2984           device/include/pic16/pic18f2455.h: NEW
2985         * device/include/pic16/pic18fregs.h,
2986           device/lib/pic16/pics.all,
2987           src/pic16/device.c: added 18f2455
2988         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2989           device/include/pic16/{pic18f[68][567].h,usart.h}:
2990           replaced MULTIPLE_USARTS define with more relaible
2991           compatibility sfrs (for USART access)
2992
2993 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2994
2995         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2996           and the output asm file line is printed on two lines.
2997
2998 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2999
3000         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3001           BGT, BLE, BHI, and BLS instructions
3002         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3003           genCmpEq): removed
3004         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3005           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3006           fixes bug #1216342
3007         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3008
3009 2005-06-15 Raphael Neider <rneider AT web.de>
3010
3011         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3012         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3013         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3014           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3015           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3016
3017 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3018
3019         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3020           Marcel Telka in bug #1215704
3021
3022 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3023
3024         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3025           located in shared memory bank.
3026
3027 2005-05-31 Raphael Neider <rneider AT web.de>
3028
3029         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3030           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3031           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3032
3033 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3034
3035         * device/lib/_strncpy.c: fixed the fix
3036
3037 2005-05-26 Raphael Neider <rneider AT web.de>
3038
3039         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3040           initializers with \0, bug #1208187
3041         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3042           intializers with \0, bug #1208187
3043
3044 2005-05-26 Raphael Neider <rneider AT web.de>
3045
3046         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3047           initializers with \0, bug #1208187
3048         * src/pic16/main.c (_process_pragma): added sanity checks
3049           for stack position and size, emit warnings when appropriate
3050
3051 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3052
3053         * device/lib/_strncpy.c: fixed not filling with \0
3054
3055 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3056
3057         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3058           createFunction),
3059         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3060           compound_statement),
3061         * src/SDCCsymt.h,
3062         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3063
3064 2005-05-24 Raphael Neider <rneider AT web.de>
3065
3066         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3067
3068 2005-05-24 Raphael Neider <rneider AT web.de>
3069
3070         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3071           TRISE definitions, closes bug #1162453
3072
3073 2005-05-22 Raphael Neider <rneider AT web.de>
3074
3075         * src/pic16/main.c (_process_pragma): check for missing
3076           arguments to pragmas code and udata
3077         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3078           consistency fixes to match other headers (thanks to Jim Paris)
3079         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3080
3081 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3082
3083         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3084
3085 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3086
3087         * support/regression/tests/bug1198642.c: new test
3088         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3089         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3090         * support/scripts/resource.h,
3091         * support/scripts/resource.rc,
3092         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3093         * support/scripts/sdcc.ico: added 32x32 icon
3094
3095 2005-05-18 Raphael Neider <rneider AT web.de>
3096
3097         * device/lib/pic16/libdev/pic18f*.c,
3098         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3099           keywords to "__sfr" and "__at (X)"
3100         * device/include/pic16/pic18fregs.h: added pic18f4520
3101         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3102           #1203088 (MPLAB compatibility)
3103
3104 2005-05-17 Raphael Neider <rneider AT web.de>
3105
3106         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3107         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3108         * device/lib/pic16/pics.all: added new devices
3109         * src/pic16/device.c: added support for pic18f4520
3110
3111 2005-05-16 Raphael Neider <rneider AT web.de>
3112         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3113         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3114         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3115           convenience function for bit access
3116
3117 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3118
3119         * device/lib/printf_large.c: fixed bug 1193299
3120         * support/regression/tests/bug1057979.c: added test %3.3s
3121
3122 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3123
3124         * device/include/mcs51/8051.h,
3125         * device/include/mcs51/8052.h: made parseable with lint
3126         * device/include/mcs51/lint.h: added include file for (sp)lint
3127         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3128         * doc/cdbfileformat.lyx,
3129         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3130
3131 2005-05-14 Raphael Neider <rneider AT web.de>
3132
3133         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3134         * device/lib/pic16/libc/stdlib/itoa.c (new)
3135         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3136         * device/lib/pic16/libio/Makefile: exclude subdir according to
3137           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3138         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3139         * src/pic16/gen.c (genFunction): prevent annoying warning
3140         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3141           nameclashes on BeOS
3142         * support/cpp2/cppmain.c (cpp_output_string): new
3143         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3144           fixes bug 1116802
3145
3146 2005-05-13 Borut Razem <borut.razem AT siol.net>
3147
3148         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3149
3150 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3151
3152         * .version: changed to version 2.5.1; back to bleeding edge development
3153
3154 2005-05-11 Borut Razem <borut.razem AT siol.net>
3155
3156         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3157           generate PDF version 1.3 documents
3158
3159 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3160
3161         * .version: changed to version 2.5.0
3162
3163 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3164
3165         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3166
3167 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3168
3169         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3170         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3171         well as many smaller updates.
3172         * .version: changed to version 2.5.0-pre1
3173
3174 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3175
3176         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3177
3178 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3179
3180         * support/regression/tests/bug1185672.c: added
3181         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3182           bug 1185672
3183         * src/mcs51/gen.c (genCall): added comments, made it look safer
3184         * src/mcs51/gen.c (genEndFunction): simplified
3185
3186 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3187
3188         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3189
3190 2005-04-14 Borut Razem <borut.razem AT siol.net>
3191
3192         * fixed bug 1045046 - SIGSEGV with really simple code?:
3193           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3194           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3195
3196 2005-04-14 Borut Razem <borut.razem AT siol.net>
3197
3198         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3199           src/pic16/device.h: temporarily disabled experimental #inline pragma
3200           for 2.5.0 release
3201
3202 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3203
3204         * device/include/z80/stdio.h,
3205         * device/include/z80/string.h: removed these highly incomplete files so
3206           SDCC can use the default ones in device/include/
3207
3208 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3209
3210         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3211         gcc warning.
3212         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3213         fix sdcpp warnings.
3214
3215 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3216
3217         * device/include/malloc.h: removed redundant __reentrant prototypes
3218         * device/lib/_mullong.c: added working xstack variant in asm (C version
3219           doesn't pass regression tests)
3220         * device/lib/bpx.c: used __data and made bpx char for mcs51
3221         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3222           (createFunction): fixed bug with xstackPtr
3223         * src/SDCCcse.c: corrected comments
3224         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3225           (killDeadCode, eBBlockFromiCode): removed unused code
3226         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3227           corrected comments
3228         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3229           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3230           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3231           (genModOneByte): fixed warning in MSVC
3232         * src/mcs51/main.c (): added comments
3233         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3234
3235 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3236
3237         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3238
3239 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3240
3241         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3242
3243 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3244
3245         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3246         characters arrays of larger size than the declared one.
3247
3248 2005-04-10 Borut Razem <borut.razem AT siol.net>
3249
3250         * src/pic/gen.c (genInline),
3251           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3252           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3253           (findNextInstruction), (findPrevInstruction),
3254           (findInstructionUsingLabel),
3255           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3256         * src/pic/pcode.c (findLabel): added missing '\n'
3257         * src/src.dsp: added SDCCdwarf2.c to the project
3258
3259 2005-04-09 Borut Razem <borut.razem AT siol.net>
3260
3261         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3262
3263 2005-04-08 Raphael Neider <rneider AT web.de>
3264
3265         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3266           into the chain after a given one) and mergeDefmapSymbols (combine
3267           defmap entries for each symbol per pcode)
3268         * (createDefmap): have defmap entries merged in the end
3269         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3270           a symbol before replacing one access type's symbol, merge symbols in
3271           the end (replacement symbol might already have an entry)
3272         * (assignValnums): keep reference to written WREG intact
3273
3274 2005-04-08 Raphael Neider <rneider AT web.de>
3275
3276         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3277           Alpha)
3278
3279 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3280
3281         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3282         bytes
3283
3284 2005-04-07 Raphael Neider <rneider AT web.de>
3285
3286         * device/include/pic16/usart.h: added compatibility defines for
3287           devices with more than one USART
3288         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3289
3290 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3291
3292         * device/lib/Makefile.in: updated for port specific include
3293
3294 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3295
3296         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3297
3298 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3299
3300         * device/include/8051.h,
3301         * device/include/8052.h,
3302         * device/include/at89S8252.h,
3303         * device/include/at89c55.h,
3304         * device/include/at89x051.h,
3305         * device/include/at89x51.h,
3306         * device/include/at89x52.h,
3307         * device/include/mcs51reg.h,
3308         * device/include/reg51.h,
3309         * device/include/reg764.h,
3310         * device/include/regc515c.h,
3311         * device/include/sab80515.h: (re)moved these 12 files
3312         * device/include/mcs51/8051.h,
3313         * device/include/mcs51/8052.h,
3314         * device/include/mcs51/at89S8252.h,
3315         * device/include/mcs51/at89c55.h,
3316         * device/include/mcs51/at89x051.h,
3317         * device/include/mcs51/at89x51.h,
3318         * device/include/mcs51/at89x52.h,
3319         * device/include/mcs51/mcs51reg.h,
3320         * device/include/mcs51/reg51.h,
3321         * device/include/mcs51/reg764.h,
3322         * device/include/mcs51/regc515c.h,
3323         * device/include/mcs51/sab80515.h: and added them here
3324
3325 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3326
3327         * device/include/stdarg.h: changed SDCC specific keywords to double
3328           underlined form.
3329         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3330           mcs51 and ds390.
3331         * device/include/hc08/mc68hc908gp32.h,
3332         * device/include/hc08/mc68hc908jb8.h,
3333         * device/include/hc08/mc68hc908jkjl.h,
3334         * device/include/hc08/mc68hc908qy.h: fixed comments
3335         * device/include/mcs51/README: updated
3336         * device/include/mcs51/c8051f120.h: added PINRSF
3337         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3338         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3339           amidst code. Also inline is not supported.
3340
3341 2005-04-06 Raphael Neider <rneider AT web.de>
3342
3343         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3344         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3345           callers stack/frame pointers
3346
3347 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3348
3349         * device/include/pic16/usart.h: added, missing in previous commit,
3350         * device/include/pic16/adc.h: fixed typo,
3351         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3352         commit,
3353         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3354         <p18fxxx.inc>
3355         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3356         uninitialized because a bug appears with gplink
3357         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3358         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3359         complains for unrecognised option
3360
3361 2005-04-05 Raphael Neider <rneider AT web.de>
3362
3363         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3364           structs as well (using memcpy)
3365         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3366           on ISRs (GOTO has no label)
3367         * src/pic16/device.h: added OF_OPTIMIZE_DF
3368         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3369           new data flow analysis/optimization
3370         * src/pic16/pcode.c: added (prototypes for and implementation of)
3371           dataflow analysis functions, fixed pCodeInstructions' inCond and
3372           outCond values, made RCALL a branch instruction
3373         * (pic16_unlinkpCode): keep C line if possible
3374         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3375           C line moved if possible
3376         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3377         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3378           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3379         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3380           new flow)
3381         * (pic16_getJumptabpCode): NEW, needed in...
3382         * (LinkFlow): fixed handling of jumptables, calls and conditional
3383           branches
3384         * (pic16_InsertCommentAfter): NEW
3385         * (pic16_pCodeReplace): made verbose and flow preserving
3386         * (AnalyzeFlow): added call to data flow analysis
3387         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3388         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3389         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3390
3391 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3392
3393         * src/SDCCast.c (decorateType): fixed bug #1105626
3394
3395 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3396
3397         * device/include/asm/pic16/features.h,
3398         * pic18f*.h headers,
3399         * device/include/pic16/adc.h,
3400         * device/include/pic16/delay.h,
3401         * device/include/pic16/i2c.h,
3402         * device/include/pic16/malloc.h,
3403         * device/include/pic16/stdio.h,
3404         * device/include/pic16/stdlib.h,
3405         * device/include/pic16/string.h,
3406         * device/lib/pic16/libc/stdio/printf_tiny.c,
3407         * device/lib/pic16/libc/stdio/printf_small.c,
3408         * device/lib/pic16/libc/stdio/strmgpsim.c,
3409         * device/lib/pic16/libc/stdio/strmmssp.c,
3410         * device/lib/pic16/libc/stdio/strmusart.c,
3411         * device/lib/pic16/libc/stdio/vfprintf.c,
3412         * device/lib/pic16/libc/stdlib/ltoa.c,
3413         * device/lib/pic16/libc/stdlib/putchar.c,
3414         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3415         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3416         * device/lib/pic16/libc/stdlib/memchrram.c,
3417         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3418         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3419         * device/lib/pic16/libio/adc/adcbusy.c,
3420         * device/lib/pic16/libio/adc/adcread.c,
3421         * device/lib/pic16/libio/adc/adcsetch.c,
3422         * device/lib/pic16/libio/usart/ubaud.c,
3423         * device/lib/pic16/libio/usart/ubusy.c,
3424         * device/lib/pic16/libio/usart/udrdy.c,
3425         * device/lib/pic16/libio/usart/uopen.c,
3426         * device/lib/pic16/libio/usart/uputc.c,
3427         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3428         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3429         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3430         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3431         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3432         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3433         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3434         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3435         specific keywords to double underlined form,
3436         * device/lib/pic16/libc/Makefile.rules,
3437         * device/lib/pic16/libsdcc/Makefile.rules,
3438         * device/lib/pic16/libm/Makefile,
3439         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3440         to compile with C standard set in Makefile.common
3441         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3442         rand.c and crc.c in compilation process,
3443         * device/lib/pic16/libsdcc/int/divuint.c,
3444         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3445         `c' from signed to unsigned,
3446         * device/lib/pic16/startup/crt0.c,
3447         * device/lib/pic16/startup/crt0i.c,
3448         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3449         keywords to double underlined form, bug fixes in _do_cinit function
3450         which prevented the correct initialization of the .idata segment,
3451         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3452         core to enter a infinite loop
3453         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3454
3455 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3456
3457         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3458
3459 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3460
3461         * device/include/Makefile.in: add support for hc08 subdirectory
3462         * device/include/hc08/: new subdirectory
3463         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3464         Lucas Loizaga, thanks!
3465         * device/include/hc08/mc68hc908qy.h,
3466         * device/include/hc08/mc68hc908gp32.h,
3467         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3468         their own directory. Changed internal macro names to use the compiler
3469         reserved namespace. Changed SDCC specific keywords to double
3470         underlined form.
3471         * device/include/math.h,
3472         * device/include/malloc.h,
3473         * device/include/stdarg.h,
3474         * device/include/stdbool.h
3475         * device/include/string.h,
3476         * device/include/tinibios.h,
3477         * device/include/ds400rom.h,
3478         * device/include/8051.h,
3479         * device/include/8052.h,
3480         * device/include/80c51xa.h,
3481         * device/include/at89c55.h,
3482         * device/include/at89S8252.h,
3483         * device/include/at89x51.h,
3484         * device/include/at89x52.h,
3485         * device/include/ds80c390.h,
3486         * device/include/reg764.h,
3487         * device/include/regc515c.h,
3488         * device/include/sab80515.h,
3489         * device/include/mcs51/c8051f000.h,
3490         * device/include/mcs51/c8051f018.h,
3491         * device/include/mcs51/c8051f020.h,
3492         * device/include/mcs51/c8051f040.h,
3493         * device/include/mcs51/c8051f060.h,
3494         * device/include/mcs51/c8051f120.h,
3495         * device/include/mcs51/c8051f300.h,
3496         * device/include/mcs51/c8051f310.h,
3497         * device/include/mcs51/c8051f320.h,
3498         * device/include/mcs51/c8051f330.h,
3499         * device/include/mcs51/c8051f350.h,
3500         * device/include/z180.h: Changed SDCC specific keywords to double
3501         underlined form.
3502
3503 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3504
3505         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3506         18F4455,
3507         * (pic16_assignConfigWordValue): disable testing of configuration
3508         register value with config mask,
3509         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3510         function with port->fun_prefix,
3511         * (genFunction): when generating a naked interrupt function never
3512         create an absolute segment placed in interrupt vector address, place
3513         the actual interrupt function at IVA instead, when an interrupt
3514         function is generated with unspecified interrupt then do not create
3515         the absolute section,
3516         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3517         code for generating a call to generic pointer get/put function with
3518         a call to function pic16_callGenericPointer(),
3519         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3520         the call to the generic pointer get/put functions with prefixing the
3521         function name with port->fun_prefix,
3522         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3523         * src/pic16/main.c (_process_pragma): prefix function with
3524         port->fun_prefix,
3525         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3526         calling assembler, old 18Fxxxx macro is deprecated,
3527         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3528         PC_ASMDIR in while condition,
3529         * (findInstruction): add PC_ASMDIR in while condition,
3530         * (buildCallTree): prefix main with port->fun_prefix,
3531         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3532         identifier for variable with banked access in instructions BTFSS,
3533         BTFSC, BCF, BSF, BTG
3534         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3535         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3536         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3537         perform optimization when enviroment variable NO_REG_OPT is set,
3538         * (insideLRBlock): NEW, return 1 if register is inside an
3539         INF_LOCALREGS block,
3540         * (RemoveRegFromLRBlock): remove a register that is completely
3541         eliminated by register optimization, but it is still left in local
3542         register store/restore in/from stack block,
3543         * (Remove2pcodes): after removing register, check to see if it
3544         should be removed from local register store/restore in/from stack
3545         block,
3546         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3547         DUMMY_READ_VOLATILE,
3548
3549         * device/include/pic16/adc.h: minor prototype modifications and
3550         update,
3551         * device/include/pic16/malloc.h: added GPL notice various
3552         modifications,
3553         * device/include/pic16/stdint.h: NEW, standard header for ints
3554         * device/include/pic16/delay.h: NEW, header for delay functions,
3555         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3556         delay1mtcy,
3557         * device/include/pic16/signal.h: NEW, header providing helper macros
3558         for implementing signal handlers,
3559         * device/include/pic16/stdio.h: added prototypes for functions,
3560         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3561         prototypes for stdin and stdout, added macro PUTCHAR to
3562         automatically implement putchar function prototype,
3563         * device/include/pic16/usart.h: modified and updated USART library,
3564         * device/lib/pic16/libio/adc/,
3565         * device/lib/pic16/libio/i2c: some modifications to improve library
3566         performance,
3567         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3568         family of functions,
3569         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3570         family of functions and other sources,
3571         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3572         of the PIC18Fxx[28] devices,
3573         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3574         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3575         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3576         _do_cinit function, because the previous failed when local variables
3577         where not placed in the same memory bank,
3578         * device/lib/pic16/libsdcc/char/: various modifications to improve
3579         library performance,
3580         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3581         information on the new functions of the c library and more...
3582
3583 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3584
3585         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3586
3587 2005-03-26 Raphael Neider <rneider AT web.de>
3588
3589         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3590           if condition == CARRY)
3591         * (genCmp): adapted to new genSkipc semantics
3592         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3593           on rIfx (genCmp was broken)
3594
3595 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3596
3597         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3598         * src/z80/main.c (_keywords[]),
3599         * src/SDCCglobal.h (struct options),
3600         * src/SDCC.y,
3601         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3602         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3603         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3604         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3605         always available in leading double underscore form. The C99 support is
3606         mostly missing, but it's a start.
3607         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3608         reserved identifier "__data".
3609
3610 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3611
3612         * src/mcs51/peeph.def: fixed bug 1170013
3613
3614 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3615
3616         * device/include/mcs51reg.h: fixed bug 842007
3617
3618 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3619
3620         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3621         last time.
3622
3623 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3624
3625         * src/port.h (struct PORT),
3626         * src/avr/ralloc.c (avr_assignRegisters),
3627         * src/avr/main.c,
3628         * src/ds390/ralloc.c (ds390_assignRegisters),
3629         * src/ds390/main.c,
3630         * src/hc08/ralloc.c (hc08_assignRegisters),
3631         * src/hc08/main.c,
3632         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3633         * src/mcs51/main.c,
3634         * src/pic/ralloc.c (pic14_assignRegisters),
3635         * src/pic/main.c,
3636         * src/pic16/ralloc.c (pic16_assignRegisters),
3637         * src/pic16/main.c,
3638         * src/xa51/ralloc.c (xa51_assignRegisters),
3639         * src/xa51/main.c,
3640         * src/z80/ralloc.c (z80_assignRegisters),
3641         * src/z80/ralloc.h,
3642         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3643         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3644         * src/SDCCcse.h,
3645         * src/SDCCdflow.c (computeDataFlow),
3646         * src/SDCCdflow.h,
3647         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3648         * src/SDCCloop.h,
3649         * src/SDCCcflow.c (*),
3650         * src/SDCCcflow.h,
3651         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3652         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3653         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3654         immedDom() returning wrong block; probably fixes bug #1160833)
3655
3656 2005-03-20 Borut Razem <borut.razem AT siol.net>
3657
3658         * support/scripts/inc2h.pl: WIN32 port
3659
3660 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3661
3662         * device/lib/makefile.in: added abs.c and labs.c
3663
3664 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3665
3666         * device/include/stdint.h: added
3667         * device/lib/abs.c: added
3668         * device/lib/labs.c: added
3669         * device/include/stdlib.h: added abs() and labs() prototypes
3670         * device/lib/libsdcc.lib: added abs and labs
3671         * device/include/float.h,
3672         * device/lib/_fsmul.c,
3673         * device/lib/printf_fast.c,
3674         * device/lib/printf_tiny.c: updated comments
3675
3676 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3677
3678         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3679         bug #1164313
3680
3681 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3682
3683         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3684         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3685
3686 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3687
3688         * device/lib/printf_large.c: removed inline assembly for portability and
3689           readability. Use printf_fast if speed or size are more important.
3690         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3691         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3692
3693 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3694
3695         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3696         prevent compiler warning
3697
3698 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3699
3700         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3701         moved to level 0 and declared as static. Also they are explicit
3702         placed in access bank. This was necessery because some times they
3703         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3704         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3705         optimizations. Currently only compare to unsigned char is implemented,
3706         * src/pic16/gen.c: added fReturnIdx array,
3707         * (struct resolvedIfx) is moved to gen.h and made public,
3708         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3709         * (aopForSym): added an optimization to directly store in stack of
3710         the operand of a SEND iCode,
3711         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3712         but as registers instead (AOP_REG) using the fReturnIdx array,
3713         * (pic16_freeAsmop): remove the freed register from the
3714         _G.sregsAlloc field,
3715         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3716         a compare of 'WREG',
3717         * (pic16_popGetTempRegCond): changed function prototype, now
3718         function takes also a bitVector argument v which holds the current
3719         set of registers that are allocated for stack access by aopForSym,
3720         registers allocated in aopForSym for accessing stack symbols are not
3721         any more part of the functions usedRegs field,
3722         * (genCall): some times aopOp is called for a stack variable to be
3723         send, aopForSym might perform the push, if this is true make sure
3724         that genCall doesn't push the variable twice by testing _G.resDirect,
3725         * (genFunction): changed testing for unspecified interrupt number
3726         from 256 to INTNO_UNSPEC,
3727         * modified selection scheme of frame pointer generation. Previously
3728         if function did use local registers a frame pointer was generated,
3729         now a frame pointer is generated only if function has arguments
3730         (that need PLUSW2 register access), or has stack arguments, or the
3731         compiler is not instructed to omit the frame pointer,
3732         * (genEndFunction): before restoring local registers that were saved
3733         in the function preamble, also restore the registers that *might*
3734         have been allocated for stack access,
3735         * (genRet): removed some old comments,
3736         * (genCmp, the active (RN's) version): added a call to the
3737         pic16_genCmp_special function to perform the compare with a more
3738         robust and optimized way,
3739         * (genInline): a feature has been added in inline code generation,
3740         which allows a wildcard variable substitution when writing inline
3741         assembly. Code is incomplete and experimental therefore undocumented,
3742         * (genCast): changed order of aopOp for result and right to allow
3743         aopForSym to directly load the result if possible,
3744         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3745         perform an optimized compare on some selected special occasions,
3746         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3747         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3748         generate an IVT any more,
3749         * src/pic16/main.c (pic16_optionsTable): added command line option
3750         --optimize-cmp,
3751         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3752         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3753         macros,
3754         * src/pic16/NOTES: Raphael Neider added in list of active developers
3755         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3756         jumptable_end to prevent bug #,
3757         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3758         inCond and outCond fields,
3759         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3760         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3761         turn off register spilling,
3762         * (packRegsForOneUse): synced with other ports' versions although it
3763         is not used currently,
3764         * (pic16_packRegisters): added an optimization while reading
3765         structure bitfields, some registers may be saved (malloc code is
3766         decreased by 80 bytes)
3767
3768 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3769
3770         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3771         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3772         this can be optimized more?
3773
3774 2005-03-10 Raphael Neider <rneider AT web.de>
3775
3776         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3777           genNearPointerGet): (hopefully) fixed access to bitfields via
3778           pointers (p->bitN = x; and x = p->bitN; failed)
3779
3780 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3781
3782         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3783
3784 2005-03-09 Raphael Neider <rneider AT web.de>
3785
3786         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3787
3788 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3789
3790         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3791         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3792           (regTypeNum): set REG_BIT type if necessary
3793         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3794         * support/regression/tests/critical.c: check bug 1144613
3795
3796 2005-03-02 Raphael Neider <rneider AT web.de>
3797
3798         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3799
3800 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3801
3802         * src/avr/ralloc.c (serialRegAssign),
3803         * src/ds390/ralloc.c (serialRegAssign),
3804         * src/hc08/ralloc.c (serialRegAssign),
3805         * src/mcs51/ralloc.c (serialRegAssign),
3806         * src/pic/ralloc.c (serialRegAssign),
3807         * src/pic16/ralloc.c (serialRegAssign),
3808         * src/xa51/ralloc.c (serialRegAssign),
3809         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3810
3811 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3812
3813         * src/SDCCast.c (decorateType): fixed bug 1124787
3814
3815 2005-02-20 Hubert Sack <sack AT digiplan.de>
3816         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3817
3818         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3819         patch #1121755
3820
3821 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3822
3823         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3824         to keep the correct label reference count when adding/removing references
3825         to labels. A peephole file using this is appended to patch #1144962.
3826
3827 2005-02-14 Raphael Neider <rneider AT web.de>
3828
3829         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3830         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3831         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3832           retrievals of result operand's value on assignment
3833
3834 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3835
3836         * device/include/pic16/string.h: modified prototype for memccpy()
3837         to memccpy(void *, void *, char, size_t)
3838         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3839         check whether to omit frame pointer or not,
3840         * (genInline): convert all occurences of "\n" to LF in inline
3841         assembler blocks, this helps formatting the inline text,
3842         * (pic16_loadFSR0): modified prototype,
3843         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3844         removed some 8051 legacy code,
3845         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3846         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3847         before allocating temporary registers in functions,
3848
3849 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3850
3851         * support/regression/tests/bitvars.c: corrected the "fix"
3852
3853 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3854
3855         * support/regression/tests/bitvars.c,
3856         * support/regression/tests/bitwise.c,
3857         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3858
3859 2005-02-10 Raphael Neider <rneider AT web.de>
3860
3861         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3862           different size for Alpha
3863         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3864
3865 2005-02-09 Raphael Neider <rneider AT web.de>
3866
3867         * src/SDCC.lex(doPragma) : save and restore warning options as well
3868           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3869         * have #pragma less_pedantic set the errorlevel to WARNING
3870           (fixes #1117001)
3871         * (cloneOptimize) : fixed wrong malloc's size
3872         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3873           facilitate correct handling of #pragma (save|restore)
3874
3875 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3876
3877         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3878
3879 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3880
3881         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3882
3883 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3884
3885         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3886
3887 2005-02-02 Raphael Neider <rneider AT web.de>
3888
3889         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3890         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3891         * (pic16_storeForReturn): fixed to allow returning function pointers
3892         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3893         * device/include/pic16/{stddef.h,stdbool.h}: added
3894
3895 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3896
3897         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3898
3899 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3900
3901         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3902         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3903          appeared to be required
3904
3905 2005-01-31 Borut Razem <borut.razem AT siol.net>
3906
3907         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3908           include/mcs51 and include/z80 directories to the package
3909
3910 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3911
3912         * src/hc08/gen.c (genFunction): fixed bug #1112752
3913
3914 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3915
3916         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3917
3918 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3919
3920         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3921
3922 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3923
3924         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3925
3926 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3927
3928         * device/include/c8051fxxx.h: removed these 6 files
3929         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3930
3931 2005-01-26 Raphael Neider <rneider AT web.de>
3932
3933         * src/pic16/gen.c (genAssign): fixed assignment from longs
3934           in codespace (were cut to three bytes)
3935         * (genDummyRead): implemented (except for CODESPACE...),
3936           fixed bug #1108575
3937         * src/pic16/glue.c (emitStatistics): beautified
3938         * device/lib/pic16/libm/Makefile: added include path
3939
3940 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3941
3942         * src/z80/gen.c (aopPut): fixed bug #1103902
3943
3944 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3945
3946         * device/lib/expf.c: fixed bug #1095792
3947
3948 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3949
3950         * device/lib/pic16/libm: added Math library sources
3951
3952 2005-01-24 Raphael Neider <rneider AT web.de>
3953
3954         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3955           to enable upcast to pCodeOpReg2 (there is no type tag to
3956           differenciate the two and pic16_popGet2p cast into PCOR2)
3957         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3958           (sizeof(sectNames) changed to sizeof(sectName))
3959           Both patches fix segfaults under MinGW.
3960
3961 2005-01-23 Raphael Neider <rneider AT web.de>
3962
3963         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3964           Safe_[mc]?alloc()'ed variables
3965         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3966           of (byte sized) temporaries (assign them to WREG for now)
3967         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3968           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3969           this might fix SIGSEGVs on MinGW...
3970         * src/SDCCopt.c (killDeadCode): restored original behaviour
3971           (volatile operands might get thrown away though)
3972
3973 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3974
3975         * src/pic16/gen.c: fixed bug #1106975,
3976         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3977         pointer update, INTCON is saved, global interrupts are disabled and
3978         restored after updateing TOS.
3979         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3980         * added function attribute 'shadowregs' to take advantage of shadow
3981         registers,
3982         * added function attribute 'wparam' as an alternative to the wparam
3983         pragma,
3984         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3985         user declares a non-ISR function as 'shadowregs',
3986         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3987
3988 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3989
3990         * .version: bumped version number to 2.4.8
3991         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3992         pic16 port,
3993         * device/lib/pic16/libio/i2c/: I2C module support library,
3994         * device/include/pic16/i2c.h: I2C support library header,
3995         * device/lib/pic16/libc/stdio/: standard IO support sources,
3996         * (printf_small.c): printf_small() source, supports float print,
3997         * (printf_tiny.c): printf_tiny() source, does not support floats,
3998         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3999         enable global optimizations for entire library source, other
4000         Makefiles in the source tree are also modified to reflect this,
4001         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4002         function,
4003         * doc/sdccman.lyx: updated to reflect new changes,
4004         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4005         sym->onStack if-case,
4006         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4007         sbit, idata, _idata, xdata, _xdata,
4008         * added pragma library, to link an external library, (see doc),
4009         * removed command line options, --pomit-config-words, --pomit-ivt,
4010         --pleave-reset-vector,
4011         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4012         when calling assembler to reflect memory model used, also define
4013         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4014         reflect stack model used,
4015         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4016         on stack return NULL,
4017
4018 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4019
4020         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4021           of the operands is volatile. Fixes #1020220
4022
4023 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4024
4025         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4026         * (OptimizeRegUsage): make sure that there is really no other flow where
4027           the first pCode is used
4028
4029 2005-01-22 Raphael Neider <rneider AT web.de>
4030
4031         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4032           to fix #1106967 (pCode->seq are not set up correctly)
4033
4034 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4035
4036         * src/SDCCglue.c (glue): make sure code area is declared before the
4037         static initialization area.
4038
4039 2005-01-21 Raphael Neider <rneider AT web.de>
4040
4041         * device/lib/Makefile.in: fixed test for pic16 install dir
4042         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4043           optimizations
4044         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4045           added --optimize-goto compiler switch and pragma wparam documentation
4046         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4047         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4048           and PRODH closing bug #1071770 (peephole optimizer)
4049
4050 2005-01-19 Raphael Neider <rneider AT web.de>
4051
4052         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4053           cmdLine buffers (used when calling sdcpp...) are large enough
4054           (MAX_PATH=256 truncates arguments leading to system halts when
4055           used in MinGW...)
4056         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4057         * (genUminus): rewritten to for efficiency
4058         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4059           used uninitialized in some cases)
4060         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4061           copy the third byte from the int -- now assumes 0x80 (data memory)
4062         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4063           operands (genAddLit expects the iCode's operands to swapped as
4064           well), fixed leftover bytes (crashed for short left operands)
4065         * (pic16_genMinusDec): performance improvements, removed false
4066           PIC14 emitSKPNCs
4067         * (pic16_genMinus): fixed to cope with differently sized operands
4068         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4069           for --obanksel > 1
4070         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4071         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4072           new banksel optimization
4073         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4074           analysis for temporary registers (segfaults...)
4075         * src/pic16/peeph.def: added rule
4076
4077 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4078
4079         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4080         which converts a float number to its ASCII representation
4081         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4082         functions to convert the fractional and integer part of a float to ASCII,
4083         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4084         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4085         ram
4086         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4087         _STATMEM macros,
4088         * device/include/pic16/adc.h: added GPL info,
4089         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4090         a pCodeOp as tested operand,
4091         * (genNearPointerGet): optimized bit testing, does not use
4092         intermediate register for bit value, test directly instead with
4093         BTFSS, BTFSC, works only for single bits,
4094         * (genpic16Code): dump the name of the iCode in the asm,
4095         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4096         renamed to pic16_decodeOp,
4097         * (serialRegAssign): do not allocate a temporary register for iCode
4098         sequences that test a single bit for 1/0
4099
4100 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4101
4102         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4103         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4104         access stack and frame pointers. They are initially assigned to
4105         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4106         accessing SFRs. Updated all occurences of modification of stack or
4107         frame pointer in gen.c and pcode.c,
4108         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4109         assigning of a literal value to pointers,
4110         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4111         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4112         selected
4113
4114 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4115
4116         * doc/sdccman.lyx: update documentation about stack pragma, added
4117         some info for stack memory models
4118
4119 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4120
4121         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4122
4123 2005-01-08 Raphael Neider <rneider AT web.de>
4124
4125         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4126           udata sections to fix bug #1097823
4127
4128 2005-01-05 Raphael Neider <rneider AT web.de>
4129
4130         * src/pic16/gen.c (genGenericShift): added handling of differently
4131           sized left operand and result
4132
4133 2005-01-04 Raphael Neider <rneider AT web.de>
4134
4135         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4136         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4137           to hold the condition bit)
4138         * added new version of genCmp (old code available via #define)
4139         * added new version of genShiftLeft/genShiftRight in a generic
4140           way, now supports shifting by negative values
4141         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4142           shiftCount (expected by genGenericShift)
4143         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4144         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4145           dump
4146         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4147           is an invalid literal too...)
4148
4149 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4150
4151         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4152         from Raphael Neider,
4153         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4154         for 8-bit literals. This fixes some literal operands which are sign
4155         extended to 16-bits ints when instruction needs only 8-bits.
4156
4157 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4158
4159         * device/lib/logf.c: added mcs51 assembly version
4160         * device/lib/expf.c: added mcs51 assembly version
4161         * device/lib/_logexpf.c: new shared asm code for expf and logf
4162         * device/include/math.h: add defines for assembly math library
4163         * device/lib/Makefile.in: build new _logexpf.c
4164         * device/lib/libfloat.lib: use new _logexpf.c
4165
4166 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4167
4168         * src/pic/device.c
4169         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4170           device types which have less than 0x7f registers.
4171
4172 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4173
4174         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4175
4176 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4177
4178         * device/lib/printf_fast.c: only build on supported arch.
4179         * device/lib/printf_tiny.c: only build on supported arch.
4180         * device/lib/printf_fast_f.c: only build if asm float lib
4181         * device/lib/_fsget1arg.c: only build if asm float lib
4182         * device/lib/_fsget2args.c: only build if asm float lib
4183         * device/lib/_fsnormalize.c: only build if asm float lib
4184         * device/lib/_fsreturnval.c: only build if asm float lib
4185         * device/lib/_fsrshift.c: only build if asm float lib
4186         * device/lib/_fsswapargs.c: only build if asm float lib
4187         * device/include/stdio.h: don't provide print_fast,
4188           print_fast_f, print_tiny prototypes if --xstack used
4189
4190 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4191
4192         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4193         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4194           to the SOURCES
4195
4196 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4197
4198         * device/lib/printf_fast_f.c: same as printf_fast, but
4199           with floating point enabled
4200         * device/lib/printf_fast.c: minor tweaks
4201         * device/include/stdio.h: add printf_fast_f
4202
4203 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4204
4205         * src/SDCCmain.c: make --float-reent default for mcs51
4206         * device/lib/_fsadd.c: added mcs51 assembly version
4207         * device/lib/_fssub.c: added mcs51 assembly version
4208         * device/lib/_fsmul.c: added mcs51 assembly version
4209         * device/lib/_fsdiv.c: added mcs51 assembly version
4210         * device/lib/_fseq.c: added mcs51 assembly version
4211         * device/lib/_fsneq.c: added mcs51 assembly version
4212         * device/lib/_fsgt.c: added mcs51 assembly version
4213         * device/lib/_fslt.c: added mcs51 assembly version
4214         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4215         * device/lib/Makefile.in: add _fscmp to build
4216         * device/lib/libfloat.lib: add _fscmp to build
4217
4218 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4219
4220         * device/lib/_fs2slong.c: added mcs51 assembly version
4221         * device/lib/_fs2sint.c: added mcs51 assembly version
4222         * device/lib/_fs2schar.c: added mcs51 assembly version
4223         * device/lib/_fs2ulong.c: added mcs51 assembly version
4224         * device/lib/_fs2uint.c: added mcs51 assembly version
4225         * device/lib/_fs2uchar.c: added mcs51 assembly version
4226         * device/lib/_slong2fs.c: added mcs51 assembly version
4227         * device/lib/_sint2fs.c: added mcs51 assembly version
4228         * device/lib/_schar2fs.c: added mcs51 assembly version
4229         * device/lib/_ulong2fs.c: added mcs51 assembly version
4230         * device/lib/_uint2fs.c: added mcs51 assembly version
4231         * device/lib/_uchar2fs.c: added mcs51 assembly version
4232         * device/include/float.h: added #define to select asm vs c
4233
4234 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4235
4236         * device/lib/printf_fast.c: improvements to float output
4237         * device/include/float.h: add defines for assembly float library
4238         * device/lib/_fsget1arg.c: receive 1 float arg
4239         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4240         * device/lib/_fsnormalize.c: normalize a float
4241         * device/lib/_fsreturnval.c: return float, various helper routines
4242         * device/lib/_fsrshift.c: right shift a float's mantissa
4243         * device/lib/_fsswapargs.c: swap 2 floats
4244         * device/lib/Makefile.in: build these 6 new files for mcs51
4245         * device/lib/libfloat.lib: add these 6 files to the library
4246
4247 2004-12-26 Borut Razem <borut.razem AT siol.net>
4248
4249         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4250           built by gcc 3.4.2
4251
4252 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4253
4254         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4255           and fully reentrant and register bank neutral.
4256         * device/lib/printf_fast.c: added float (not enabled by default),
4257           added compact/slower integer (also not enabled by default),
4258           improved size/speed of fast integer code, other minor changes
4259         * device/include/stdio.h, device/lib/Makefile.in,
4260           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4261
4262 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4263
4264         * src/pic16/pcode.c: declaring variables other than at the start of a
4265           block is not supported in C by VC6.
4266
4267 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4268
4269         * applied a previous patch from Raphael Neider that wasn't included
4270         in the previous commits, which fixes infinite loops within jumptable
4271         improvements,
4272         * made some fixes that previous patches introduced
4273
4274 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4275
4276         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4277         that fixes an issue with AOP_PCODE asmop's offset,
4278         * (pic16_popCopyReg): update instance field too,
4279         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4280         function of pic port,
4281         * (genCmp, genAnd, genAssign),
4282         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4283
4284 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4285
4286         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4287         variables initial values to idata section,
4288         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4289         variables in some functions. This utilizes parmBytes field of iCode
4290         structure to hold the offset of the variable in stack. (might be
4291         able to use the stack field too?)
4292         * applied patch from Raphael Neider # ### , # ###
4293         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4294         variable initial values in idata section,
4295         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4296         for static variables with initial value
4297         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4298         applied fix in while loop from Raphael Neider.
4299
4300 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4301
4302         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4303         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4304         * src/ds390/ralloc.c (serialRegAssign): spill bits
4305         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4306         * support/Util/SDCCerr.c,
4307         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4308         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4309         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4310
4311 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4312
4313         * device/include/sdcc-lib.h: inserted LGPL, added includes
4314           asm/ds390/features.h and asm/mcs51/features.h
4315         * device/include/asm/default/features.h,
4316         * device/include/asm/gbz80/features.h,
4317         * device/include/asm/z80/features.h: added empty _AUTOMEM
4318           and _STATMEM
4319         * device/include/asm/ds390/features.h,
4320         * device/include/asm/mcs51/features.h: added files with defines for
4321           _AUTOMEM and _STATMEM indicating automatic and static storage class
4322         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4323         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4324         * src/SDCCicode.c (geniCodeCast),
4325         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4326         * src/SDCCloop.c (loopInduction): removed unused variable lr
4327         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4328           to convertToFcall to include char modulo (RFE 1065037), added check
4329           if left operand is unsigned and use abs of literal value
4330         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4331           as it doesn't work after conversion from peephole.def to peephole.rul
4332         * src/mcs51/gen.c (toBoolean): added check for size,
4333           (genModOneByte): optimized code for signed char modulo a literal
4334           power of 2 (thanks to Hubert Sack),
4335           (genRRC): removed unnecessary "clr c",
4336           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4337         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4338           jump optimization,
4339           swapped rules 256.c and 256.d,
4340           extended 256.d by using new multiple checks (thanks Erik),
4341           added rules 256.e and 256.f,
4342           updated rule 261.a and 261.b to new generated code
4343         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4344
4345 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4346
4347         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4348           induction related bugs, including first part of bug #1074377
4349
4350 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4351
4352         * applied patch from bug-report #1076292,
4353         * applied patches for genAnd and Goto-optimizations for Raphael
4354         Neider,
4355         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4356         dump a less iCode information,
4357         * src/pic16/device.h (pic16_options_t): added field debgen,
4358         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4359         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4360         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4361         puclic,
4362         * (various functions): added macros FENTRY and FENTRY2 to functions,
4363         to emit function prologue,
4364         * (various functions): fixed indentation,
4365         * (genNearPointerGet): fixed loading of FSR0,
4366         * (genPackBits): applied patch from Raphael Neider to fix updating
4367         of FSR0 and touching only the modified bits,
4368         * src/pic16/genarith.c (various functions): added macros FENTRY to
4369         emit function prologue in comments,
4370         * src/pic16/pcode.h: added functions debugf2, debugf3,
4371         * src/pic16/ralloc.c: partial fix for packForPush caused
4372         segmentation fault,
4373
4374 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4375
4376         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4377           <stsp AT users.sourceforge.net> with reversed byte order
4378         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4379
4380 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4381
4382         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4383           bug #1074377
4384         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4385         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4386
4387 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4388
4389         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4390
4391 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4392
4393         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4394           conditions,
4395           (setFromConditionArgs): friendly operand parser for peephole rules,
4396           (operandBaseName, operandsNotRelated): new peephole condition
4397           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4398           architecture specific register naming into account, handles n-way
4399           comparisons, and supports quoted literals
4400         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4401
4402 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4403
4404         * src/mcs51/peeph.def: fixed bug #1076940
4405
4406 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4407
4408         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4409
4410 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4411
4412         Adding support for replacing ljmps with sjmps in jumptables
4413         generated for switch statements. For now you need to set the
4414         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4415         Now 4 algorithms for mcs51 jumptable generation are used:
4416         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4417         addresses loaded pc-relative for up to 112 cases and stack-pushing
4418         target addresses loaded with offset from dptr for up to 256 cases.
4419
4420         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4421         * src/mcs51/main.c: adapted constants for switch table generation
4422         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4423
4424 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4425
4426         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4427         * support/regression/tests/bug1057979.c: added test for bug 1073386
4428
4429 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4430
4431         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4432         compilers
4433
4434 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4435
4436         * src/pic16/device.h,
4437         * src/pic16/genarith.c,
4438         * src/pic16/glue.c,
4439         * src/pic16/main.c,
4440         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4441
4442 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4443
4444         Large cummulative patch for pic16 port.
4445         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4446         to call when a stack overflow occurs,
4447         * (malloc.h): added CVS Id tag,
4448         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4449         variable,
4450         * added libc directory. The current version of LibC contains string
4451         functions, ctype functions and macros and some functions of the
4452         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4453         be extensively tested in the future. Standard disclaimer here.
4454         Library is not automatically build yet. But one can build it by
4455         invoking 'make' inside the libc directory.
4456         * added ADC library under libio. Preliminary version yet.
4457
4458         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4459         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4460         aopForRemat() now and not by pic16_aopOp(),
4461         * (pic16_popGetTempReg): removed warning messgae when allocating
4462         temporary registers, its a buggy feature and will be removed,
4463         * (pic16_popGet): set register instance field in AOP_CRY,
4464         * (pic16_outBitC): fixed for results in size greater than 1,
4465         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4466         * (pic16_storeForReturn): optimized return of 0,
4467         * (genCmp): experimental code for new genCmp which uses PIC18's
4468         special compare&skip instructions. Initial tests fail some times
4469         with variables grater than 1 byte in size, so new code is disabled,
4470         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4471         a single bit,
4472         * (genCast): began a fix to optimize the casting of a bit to another
4473         bit, now assigning a bitfield to another bitfield will fail, sorry,
4474         * src/pic16/main.c: disabled the use of lr-support feature,
4475         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4476         * added some function prototypes, added function _debugf prototype,
4477         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4478         bits with offset (case PO_GPR_BIT),
4479         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4480         command line,
4481         * (isBankInstruction): modified to return 0 for no banking instruction,
4482         and 1 for banking instruction,
4483         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4484         caused stop processing pCodes after a inline assembly block,
4485         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4486         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4487         registers when it shouldn't,
4488         * src/pic16/ralloc.c (allocReg): add preliminary support for
4489         supporting a limited set of temporary registers,
4490
4491 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4492
4493         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4494           genDataPointerSet): ensure assignments always copy in MSB to LSB
4495           order,
4496           (loadRegFromAop): recognize CLRH optimization,
4497           (genFunction): optimize RECEIVE iCodes in reentrant functions
4498
4499 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4500
4501         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4502           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4503           selected.
4504         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4505         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4506           contiguous with data
4507
4508 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4509
4510         * device/lib/_gptrget.c (_gptrget),
4511         * device/lib/_gptrgetc.c (_gptrgetc),
4512         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4513           instead of sjmp to ret
4514         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4515           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4516
4517 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4518
4519         * .version: bumped version to 2.4.7
4520         * device/lib/_gptrget.c (_gptrget): is now _naked
4521         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4522         * device/lib/_gptrput.c (_gptrput): is now _naked
4523         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4524           (createFunction): fixed xstack
4525         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4526         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4527           or bit either,
4528           (geniCodeCritical): store original interrupt state in an iTemp bit
4529           var unless stack-auto
4530         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4531         * src/SDCCmain.c (setIncludePath): added include/target to search path
4532         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4533         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4534           prototype,
4535           (processFuncArgs): put bit vars in bit area
4536         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4537           unsaveRBank): fixed xstack,
4538           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4539           (genFunction, genEndFunction): fixed xstack,
4540           (genAssign): optimization don't walk backwards through mem
4541         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4542         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4543         * support/regression/Makefile: also make library (for stack-auto) when
4544           making "all" and added "test-mcs51-xstack-auto"
4545         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4546         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4547         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4548         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4549         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4550           make-library by MAKE_LIBRARY
4551         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4552           regression tests for xstack
4553         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4554         * support/regression/tests/critical.c: test for critical on mcs51
4555
4556 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4557
4558         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4559           built version of sdcc instead of installed version
4560
4561 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4562
4563         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4564         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4565           vprintf.c now
4566         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4567         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4568           WARNING: remove device/lib/build/z80/printf.o by hand when
4569           updating from previous build!
4570         * device/lib/z80/printf.c: updated comment
4571         * support/regression/tests/bug1057979.c: test all ports now
4572         * support/regression/tests/bug1065458.c: file added
4573
4574 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4575
4576         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4577           *_start and *_end symbols for static functions
4578
4579 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4580
4581         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4582           and search crt0.o in all library paths,
4583           (setIncludePath): proper handling of --nostdinc,
4584           (setLibPath): proper handling of --nostdlib
4585         * support/regression/Makefile,
4586         * support/regression/ports/ds390/spec.mk,
4587         * support/regression/ports/gbz80/spec.mk,
4588         * support/regression/ports/hc08/spec.mk,
4589         * support/regression/ports/mcs51/spec.mk,
4590         * support/regression/ports/mcs51-large/spec.mk,
4591         * support/regression/ports/mcs51-stack-auto/spec.mk,
4592         * support/regression/ports/z80/spec.mk: use include and lib files from
4593           built version of sdcc instead of installed version
4594         * doc/sdccman.lyx: fixed typo in --nostdinc
4595
4596 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4597
4598         * src/pic/pcode.c,
4599         * src/pic/device.c,
4600         * src/pic/ralloc.c,
4601         * src/pic/gen.c : added support to generate code for struct bit fields.
4602
4603 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4604
4605         * as/xa51/xa_version.h,
4606         * device/include/errno.h,
4607         * device/include/regc515c.h,
4608         * device/lib/_itoa.c,
4609         * device/lib/_ltoa.c,
4610         * device/lib/ser_ir_cts_rts.c,
4611         * sim/ucsim/xa.src/glob.cc,
4612         * sim/ucsim/xa.src/inst_gen.cc,
4613         * sim/ucsim/xa.src/xa_bit.cc,
4614         * sim/ucsim/xa.src/xa_sfr.cc,
4615         * sim/ucsim/z80.src/inst_dd.cc,
4616         * sim/ucsim/z80.src/inst_fdcb.cc,
4617         * support/scripts/keil2sdcc.pl,
4618         * src/pic16/pic16.dsp,
4619         * src/pic16/pic16a.dsp: corrected cvs line endings
4620         * device/lib/printf_large.c: fixed bug 1057979
4621         * src/pic16/gen.c: fixed non-C standard code
4622         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4623         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4624         * support/regression/ports/mcs51/support.c: reload T1 asap
4625         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4626           pdata use and clear idata startup behaviour
4627         * support/regression/tests/bug1057979.c: added
4628
4629 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4630
4631         * device/examples/ds390/ow390/ad26.h,
4632         * device/examples/ds390/ow390/cnt1d.h,
4633         * device/examples/ds390/ow390/crcutil.c,
4634         * device/examples/ds390/ow390/ownet.h,
4635         * device/examples/ds390/ow390/owsesu.c,
4636         * device/examples/ds390/ow390/swt12.h,
4637         * device/examples/ds390/ow390/swtoper.c,
4638         * device/examples/ds390/ow390/temp10.h,
4639         * device/examples/ds390/ow390/thermodl.c,
4640         * device/examples/ds390/tinitalk/tinitalk.dsp,
4641         * device/examples/ds390/tinitalk/tinitalk.dsw,
4642         * device/examples/mcs51/clock/hw.h,
4643         * device/examples/mcs51/simple2/go.bat,
4644         * device/examples/serialcomm/windows/serial.h,
4645         * device/examples/xa51/dummy.c,
4646         * device/examples/xa51/hello.c,
4647         * device/include/80c51xa.h,
4648         * device/include/at89x051.h: corrected cvs line endings
4649
4650 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4651
4652         * src/pic16/main.c (options): added command line --gstack, to trace
4653         stack over/under flows,
4654         * added pragma 'wparam' to allow passing first byte of function
4655         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4656         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4657         call to __gstack_test function and sets up the symbol as extern,
4658         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4659         * popaop): added call to pic16_testStackOverflow,
4660         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4661         wparamList list,
4662         * (genCall, genPcall): now all parameters are passed via stack
4663         except in functions that are pass to wparam pragma in which WREG is
4664         used too,
4665         * (genPcall): REENTRANT flag is checked to see if variable prototype
4666         contains reentrant keyword, don't call a non-reentrant function, via
4667         a reentrant function pointer or vice versa, functions are never
4668         passed via WREG,
4669         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4670         D.Winkler,
4671         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4672         SIGSEGV when accessing a NULL register stucture,
4673         * (pic16_printGPointerType): modified to handle UPPER modifier for
4674         function initializers, changed prototype of function to simpler one,
4675         * (pic16_printIvalFuncPtr): check to see if function is already
4676         added in externs list,
4677         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4678         optimized a move from W to SFR with a move to the same register
4679         later after a CALL,
4680         * device/lib/pic16/debug: NEW directory, contains debug features
4681         which are enabled when linking with libdebug.lib, currently command
4682         line option --gstack enables stack pointer tracing for over/under
4683         flow, corresponding sources are in debug/gstack
4684
4685 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4686
4687         * doc/sdccman.lyx: updated SDCC version,
4688         * (PIC16 port): update list of command line options,
4689         * src/pic16/device.h (structure pic16_options_t): added field gstack
4690         to enable stack overflow tracing on push/pops,
4691         * src/pic16/device.c (statistics structure): added statistics
4692         structure,
4693         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4694         pic16_dump_int_registers): increase statistics counters for each
4695         * variable which is encountered
4696         * (pic16_dump_usection): emit each .udata variable to its own udata
4697         section,
4698         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4699         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4700         parameters via stack, otherwise use old scheme,
4701         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4702         assembler output file,
4703         * src/pic16/main.c: added command line options --gstack to enable
4704         push/pop tracing for stack overflow,
4705         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4706         instructions): added size of each instruction,
4707         * (pic16_countInstruction): estimate size of instructions in
4708         the_pFile list, inline assembly blocks are not counted,
4709         * (pic16_FixRegisterBanking): trace previous register usage, when
4710         banksel optimizations is greater than 0, don't emit a redudant
4711         banksel directive,
4712
4713 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4714
4715         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4716         * src/pic16/ralloc.c : applied same fix for pic16.
4717         * src/pic/gen.c : tidied it up a little.
4718
4719 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4720
4721         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4722         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4723
4724 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4725
4726         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4727
4728 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4729
4730         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4731         non-reentrant function __modsint in the interrupt function (thus
4732         corrupting math operations during serial I/O)
4733         * device/lib/ser_ir.c: as above, changed buffersize
4734         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4735         256.c,d for zeroing
4736         * doc/Makefile: added option -t for rsync
4737
4738 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4739
4740         * src/SDCCast.h (struct ast),
4741         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4742
4743 2004-10-20 Borut Razem <borut.razem AT siol.net>
4744
4745         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4746         package
4747
4748 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4749
4750         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4751         makefile targets,
4752         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4753         support functions to replace long sequences of MOVFF's from access
4754         bank registers to stack and vice versa,
4755         * src/pic16/device.h: added new field opt_flags, where optimization
4756         flags can be set to enable certain features,
4757         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4758         * pBlock, (genFunction, genEndFunction): surroung loop for
4759         saving/loading used registers in stack with PC_INFO pCodes,
4760         INF_LREGS. Code in between can then be optimized by pCode optimizer
4761         to support function calls,
4762         * (genDataPointerSet): fixed bug which loaded float fields in
4763         structures with corrupt data,
4764         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4765         in a standard way debug info on stderr. Feature used for developing
4766         and debugging only,
4767         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4768         obsolete chunks of code,
4769         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4770         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4771         * pic16/src/pcode.c (pic16_newpCodeInfo,
4772         * (pic16_newpCodeOpLocalRegs),
4773         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4774         feature,
4775         * (pic16_pCodeConstString): printing of the initial value of a
4776         symbol as a comment is inhibited since parsing was already done by
4777         copyStr and output is corrupt,
4778         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4779
4780 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4781
4782         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4783
4784 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4785
4786         * as/mcs51/lkarea.c: removed old K&R style,
4787           (lnksect): changed check on boundary error,
4788           (lnksect2): changed check on boundary error,
4789           (lnksect2): extend XSTK to end of page if size = 1
4790         * as/mcs51/lkmain.c: removed old K&R style,
4791           (Areas51): create l_IRAM symbol
4792         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4793         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4794           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4795         * device/lib/_mullong.c: added version to be compiled with xstack
4796         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4797         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4798         * device/lib/mcs51/crtxstack.asm: fixed comment
4799         * src/SDCCglue.c: maxInterrupts defaults to 0,
4800           (emitMaps): added pdata,
4801           (createInterruptVect): (re)moved default,
4802           (glue): added pdata,
4803           (glue): moved __start__xstack to XSTK with default size 1
4804         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4805           and options.float_rent when options.stackAuto is set,
4806           (linkEdit): only write XDATA_NAME if provided on command line
4807         * src/SDCCmem.h,
4808         * src/SDCCmem.c: added pdata
4809         * src/port.h: added pdata_name to PORT
4810         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4811           (saveRegisters, unsaveRegisters): removed usage of B,
4812           (genMinus): fixed accumulator clash,
4813           (genJumpTab): added comment, this needs another look
4814         * src/mcs51/gen.c: added check for "B in use" paranoia,
4815           added pushB() and popB()
4816         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4817           chance
4818         * src/avr/main.c,
4819         * src/ds390/main.c,
4820         * src/hc08/main.c,
4821         * src/mcs51/main.c,
4822         * src/pic/main.c,
4823         * src/pic16/main.c,
4824         * src/xa51/main.c,
4825         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4826           added PSEG (PAG,XDATA) or NULL to port specifier
4827         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4828         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4829           (_mcs51_genInitStartup): removed __start__xstack equ,
4830           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4831         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4832         * src/z80/gen.c (_rleAppend): fixed warnings
4833         * support/regression/tests/zeropad.c: added pdata test
4834         * .version: bumped to 2.4.6
4835
4836 2004-10-17 Borut Razem <borut.razem AT siol.net>
4837
4838         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4839         as a part of nightly build
4840
4841 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4842
4843         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4844         WREG holds the first byte function parameters,
4845         * (aopForSym): take special case for symbols which are in FARSPACE
4846         but in CODESPACE too,
4847         * (assignResultValue): modified to take into account _G.useWreg,
4848         * (genCall): don't use wreg for parameter passing when function is
4849         declared as reentrant, too, added optimization INCF to stack
4850         pointer when stack parameter count is 1,
4851         * (genFunction, genEndFunction): refurnished and fixed to not using
4852         wreg for passing parameters when function has varargs or is
4853         reentrant, fixed bug with symbol name compare for generating
4854         functions in absolute address,
4855         * (pic16_storeForReturn): refurnished,
4856         * (genCmp): began writing a new version of the function, not ready
4857         yet, therefore it is disabled,
4858         * (genAssign): do not read code memory when assigning a function to
4859         a pointer function,
4860         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4861         array of characters, not pointer,
4862         * (pic16initialComments): in debug mode emit an .ident directive for
4863         the assembler,
4864         * (_process_pragma): emit a new warning type (internal to pic16)
4865         when setting stack to default length, emit a similar warning when
4866         placing a function at absolute address and address is not word aligned
4867         * (_pic16_parseOptions): added 'return TRUE' statement,
4868         * (_pic16_linkEdit): if compiling a source, then add the source's
4869         file object, first in the list of objects to link,
4870
4871 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4872
4873         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4874         * src/pic/main.c : removed VC warning.
4875         * src/pic/gen.c : changed comment.
4876
4877 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4878
4879         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4880         reference to a deprecated symbol _GPTRREG was causing failure to
4881         link. Thanks G. M. Gallant for the info.
4882
4883 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4884
4885         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4886         comments for Bugs item #954788.
4887
4888 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4889
4890         * src/pic16/device.c (pic16_dump_gsection,
4891         * pic16_groupRegistersInSection): handle symbols declared to be in
4892         access bank differently,
4893         * src/pic16/gen.c (struct _G): added field resDirect,
4894         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4895         send values read from stack directly to result and don't allocate
4896         temporary values,
4897         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4898         same registers,
4899         * (pic16_sameRegsOfs): NEW,
4900         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4901         free because they were not allocated from temporary pool,
4902         * pic16_popRegFromString): workaround to fix a problem with
4903         allocating variables twice or never,
4904         * (genGenPointerGet): using PRODL instead of FSR0H,
4905         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4906         instead of FSR0H,
4907         * (genAssign): take advantage of the _G.resDirect flag,
4908         * (genCast): around line 11844, use mov2f instead of directly
4909         MOVFF'ing between operands to account for literal values,
4910         * src/pic16/genutils.c: some new debug functions for gpsim have been
4911         added,
4912         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4913         float with integer part only,
4914         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4915         place variables in access bank
4916         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4917         updated sources to reflect recent changes in gen.c
4918
4919 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4922         sources that searched for headers in installation path, now the
4923         device/include/pic16 is used,
4924         * src/pic16/glue.c (pic16glue),
4925         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4926         .line directives if not in debug mode, this suppresses assembler's
4927         warnings for ignored directives
4928
4929 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4930
4931         * src/port.h: made reset_regparms prototype void parameter explicit.
4932         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4933         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4934         * doc/sdccman.lyx: documented warning disabling and how to use
4935           printf_large to make it print floats.
4936         * device/include/stdbool.h: NEW
4937         * device/lib/_atof.c,
4938         * device/lib/_divuint.c,
4939         * device/lib/_divulong.c,
4940         * device/lib/expf.c,
4941         * device/lib/printf_large.c,
4942         * device/lib/sincosf.c,
4943         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4944         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4945           a completely reentrant lib.
4946
4947 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4948
4949         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4950         * device/include/pic16/stdio.h: fixed bug with colon
4951
4952 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4953
4954         * device/include/pic16/stdio.h,
4955         * device/include/pic16/stdlib.h,
4956         * device/include/pic16/math.h: NEW
4957         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4958         declared as _naked to reduce overhead
4959         * device/lib/Makefile.in (target port-specific-objects-pic16):
4960         changed * to *.* so to ignore the CVS directory,
4961         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4962         stacked variables back in stack,
4963         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4964         corruption
4965
4966 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4967
4968         * .version: bumped version number to 2.4.5
4969         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4970         * support/Util/SDCCerr.c (messages structure): added entry for
4971         W_POSSBUG2
4972
4973         Large cumulative patch for pic16 port and libraries.
4974         * device/include/pic16/sdcc-lib.h,
4975         * device/include/pic16/stdarg.h,
4976         * device/include/asm/pic16/features.h,
4977         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4978         * device/include/pic16/float.h: changes reentrant keyword with
4979         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4980         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4981         updated target build-libraries to include objects from gptr,
4982         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4983         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4984         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4985         all function headings,
4986         * src/SDCCmain.c: added global parameter userIncDirsSet,
4987         * (parseCmdLine): when option -I is encountered add directory to
4988         userIncDirsSet too,
4989         * src/version.awk: added space between control and long,
4990         * src/pic16/NOTES: added some notes for the port,
4991         * src/pic16/gen.c: added prototype for mov2fp function,
4992         * (fReturnpic16[]): properly named return value registers,
4993         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4994         * (aopForSym): added code to handle symbols with onStack flag set,
4995         symbols onStack are allocated PTRSIZE bytes,
4996         * (aopFreeAsmop): handles special case where asmops are stack objects,
4997         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4998         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4999         added argument lock to trace flaws in allocating temporary registers
5000         when developing port,
5001         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5002         * (pic16_popRegFromString): reenabled allocating a direct register
5003         from string,
5004         * (assignResultValue): various beautifications,
5005         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5006         referenced function argument,
5007         * (genIpush): reenabled to allow stacked arguments, handles only
5008         ic->parmPush iCodes,
5009         * (genCall, genPcall): major changes to allow for variable argument
5010         functions, fixed a bug with falsely restoring stack pointer after
5011         returning from call,
5012         * (genFunction): pending code for critical function,
5013         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5014         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5015         * (genNearPointerGet): fixed bug with indirect reading, was always
5016         reading from INDF0
5017         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5018         pointers,
5019         * (genAddrOf): rewrote code to take address of a stacked function parameter
5020         * (genCast): fixed casting to generic pointer type,
5021         * src/pic16/gen.h: added AOP_STA,
5022         * (struct asmop): added field stk,
5023         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5024         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5025         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5026         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5027         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5028         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5029         generic pointers,
5030         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5031         and library paths,
5032         * (pic16_port structure): generic pointer size is set to 3,
5033         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5034         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5035         compiler warning,
5036         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5037         operand is an iTemp,
5038
5039 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5040
5041         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5042         * debugger/mcs51/simi.c: addapt new syntax of s51
5043
5044 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5045
5046         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5047         * src/pic16/pcode.c: commented out some calls to free() in order to
5048         fix bug #989576,
5049
5050 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5051
5052         * src/SDCCicode.h,
5053         * src/SDCCicode.c (isiCodeInFunctionCall),
5054         * src/avr/ralloc.c (selectSpil),
5055         * src/pic/ralloc.c (selectSpil),
5056         * src/pic16/ralloc.c (selectSpil),
5057         * src/ds390/ralloc.c (selectSpil),
5058         * src/hc08/ralloc.c (selectSpil),
5059         * src/xa51/ralloc.c (selectSpil),
5060         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5061         stack in the middle of a function call sequence (fixes bug #1020268)
5062         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5063         costs associated with the minimum switch case.
5064
5065 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5066
5067         * src/SDCC.lex: fixed bug #1030549
5068
5069 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5070
5071         * src/SDCCcse.h (struct cseDef),
5072         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5073         over a function call if the CSE is derived from a symbol whose
5074         address has been taken (fixes bug #1029883)
5075         * support/regression/tests/bug-1029883: a new regression test for
5076         this bug
5077
5078 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5079
5080         * src/hc08/gen.c (emitinline): fixed bug #1029778
5081         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5082         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5083         and starts toward RFE #905167)
5084
5085 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5086
5087         * src/pic16/gen.c (mov2f): New function to move an operand to
5088         another without considering if it is a literal or a register,
5089         * (pic16_sameRegs): don't check if they are both AOP_REG,
5090         * (AccRsh): removed andmask=0 lines,
5091         * (genLeftShift): duplicated to be improved in future versions,
5092         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5093         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5094         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5095         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5096         * (insertBankSwitch): fixed inserting banksel directives algorithm
5097         for instructions that follow a skip instruction, this fixes a report
5098         for broken subtraction code generation,
5099         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5100         iCode is a left op, just in case result and right share the same
5101         registers
5102
5103 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5104
5105         * src/hc08/main.c,
5106         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5107         preservation of HX
5108         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5109         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5110         on 2004-09-12; it was buggy
5111
5112 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5113
5114         * src/SDCCsymt.h: removed RESULT_CHECK
5115         * src/SDCCast.c,
5116         * src/SDCCglue.c,
5117         * src/SDCCval.c,
5118         * src/pic/glue.c,
5119         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5120
5121 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5122
5123         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5124         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5125         configuration values no more rejected by compiler, they are assigned
5126         to configuration registers with a warning message instead,
5127         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5128         the for-loop so last conf register is emitted too,
5129         * (_pic16_initPaths): link library libsdcc.lib by default,
5130         * (_hasNativeMulFor): modified test for multiplication according to
5131         Raphael Neider's remarks. Integer multiplication is also done with
5132         support functions,
5133         * device/include/pic16/pic18fregs.h: corrected type error in while
5134         testing and including 18f6720 header file
5135
5136 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5137
5138         * src/pic16/device.h (pic16_options): removed field use_crt,
5139         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5140         until an optimization to handle single bits is added,
5141         * (pic16_loadFSR0): moved before genUnpackBits,
5142         * (genAnd): some white lines removed,
5143         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5144         leave_reset flags in pic16_options when using crt modules,
5145
5146 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5147
5148         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5149           for bugs 898889 & 979599. Also used some safer print instructions.
5150
5151 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5152
5153         * src/pic16/device.h (pic16_options_t): added field use_crt,
5154         crt_name, no_crt,
5155         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5156         catch a probable future bug,
5157         * src/pic16/gen.c: aopIdx function commented out,
5158         * (genAssign): commented out old code which used aopIdx,
5159         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5160         code, added if conditionals to take into account the --use-crt
5161         command line options,
5162         * src/pic16/main.c (pic16_optionsTable): added new command line
5163         options, --use-crt= and --no-crt,
5164         * (_pic16_linkEdit): now the proper crt object is added in the
5165         linker command line except than when --no-crt is specified,
5166         * src/pic16/pcode.c,
5167         * src/pic16/pcode.h: added some structures and functions for a new
5168         optimization scheme to compansate for instruction overhead between
5169         same iCodes, this scheme is currently under development and is not
5170         working in any way,
5171         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5172         to && operator,
5173         * device/lib/pic16/startup/crt0i.c,
5174         * device/lib/pic16/startup/crt0iz.c: added global char variable
5175         __uflags to force the generation of an idata section
5176
5177 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5178
5179         * doc/Makefile,
5180         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5181         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5182
5183 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5184
5185         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5186         Frieder) and clarified the default code optimization mode
5187
5188 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5189
5190         * src/SDCC.lex (doPragma, process_pragma),
5191         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5192         "opt_code_size", and "opt_code_balanced"
5193         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5194         regrouped options by category, added support for category headers
5195         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5196         and "--opt-code-size"
5197         * doc/sdccman.lyx: documented these new options and pragmas
5198         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5199         preference into account
5200
5201 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5202
5203         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5204           geniCodePreDec): Fixed bug 904237 by generating a warning
5205         * src/SDCCerr.h,
5206         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5207
5208 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5209
5210         * src/pic/device.c : When no max ram set validate full memory range.
5211         * src/pic/pcode.c,
5212         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5213
5214 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5215
5216         * device/lib/_gptrget.c,
5217         * device/lib/_gptrput.c: updated comment
5218         * device/lib/calloc.c,
5219         * device/lib/free.c,
5220         * device/lib/malloc.c,
5221         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5222         * src/SDCCcse.c (cseBBlock),
5223         * src/SDCCicode.c (printOperand, geniCodeArray),
5224         * src/SDCCicode.h (struct operand): fixed bug 868103
5225         * support/regression/tests/bug-868103.c: added
5226         * src/SDCCast.c (searchLitOp),
5227         * src/SDCCcse.h (struct cseDef),
5228         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5229         * src/SDCCicode.h (struct operand),
5230         * src/SDCCsymt.h (struct sym_link),
5231         * src/avr/gen.c (hasInc),
5232         * src/ds390/gen.c (hasInc),
5233         * src/hc08/gen.c (genPlusIncr, hasInc),
5234         * src/mcs51/gen.c (hasInc),
5235         * src/pic16/glue.c (pic16_printIvalChar),
5236         * src/pic16/ralloc.c (regWithIdx),
5237         * src/xa51/gen.c (hasInc) : removed warnings
5238         * src/SDCCast.c (createBlock): added comment ???
5239         * src/hc08/ralloc.c: updated comments
5240
5241 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5242
5243         * doc/sdccman.lyx: updated section on switch statements, added
5244         section about semaphore locking
5245         * doc/Makefile: added option -info for latex2html
5246         * device/lib/_gptrget.c,
5247         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5248
5249 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5250
5251         * src/pic/device.h,
5252         * src/pic/device.c,
5253         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5254          maxram is less than 0x100.
5255
5256 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5257
5258         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5259
5260 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/port.h,
5263         * src/mcs51/main.c,
5264         * src/ds390/main.c,
5265         * src/z80/main.c,
5266         * src/hc08/main.c,
5267         * src/pic/main.c,
5268         * src/pic16/main.c,
5269         * src/avr/main.c,
5270         * src/xa51/main.c
5271         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5272         a jump table is the best form for a switch statement, including
5273         automatic insertion of missing cases to make the case range
5274         continuous. Developed in collaboration with Frieder Ferlemann.
5275
5276 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5277
5278         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5279         accumulator result if it needs sign extension
5280
5281 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5282
5283         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5284
5285 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5286
5287         * device/lib/gbz80/printf.c,
5288         * device/lib/z80/printf.c: removed define for NULL
5289
5290 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5291
5292         * as/xa51/xa_link.c,
5293         * device/examples/ds390/ow390/ad26.c,
5294         * device/examples/ds390/ow390/cnt1d.c,
5295         * device/examples/ds390/ow390/counter.c,
5296         * device/examples/ds390/ow390/ds2480.h,
5297         * device/examples/ds390/ow390/ds2480ut.c,
5298         * device/examples/ds390/ow390/findtype.c,
5299         * device/examples/ds390/ow390/gethumd.c,
5300         * device/examples/ds390/ow390/owllu.c,
5301         * device/examples/ds390/ow390/ownetu.c,
5302         * device/examples/ds390/ow390/swt12.c,
5303         * device/examples/ds390/ow390/swtloop.c,
5304         * device/examples/ds390/ow390/temp.c,
5305         * device/examples/ds390/ow390/temp10.c,
5306         * device/examples/ds390/ow390/thermo21.c,
5307         * device/examples/ds390/ow390/tinilnk.c,
5308         * device/examples/ds390/ow390/tstfind.c,
5309         * device/examples/serialcomm/windows/serial.cpp,
5310         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5311         * device/include/reg51.h: fixed line endings for cvs
5312
5313 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5314
5315         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5316         packRegsForAccUse, packRegisters): new accumulator register
5317         packing algorithm
5318         * support/regression/ports/hc08/support.c (_putchar): suppress
5319         warning of unused variable
5320         * src/SDCCicode.c: added SWAP entry to codeTable
5321
5322 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5323
5324         * device/lib/sprintf.c: forgot to add this file before previous commit
5325
5326 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5327
5328         * src/pic16/gen.c (genPackBits): added operand right in function
5329         parameters, load result directly if p_type is POINTER (that is
5330         called by genNearPointerSet)
5331         * (genUnPackBits): added operand left in function parameters,
5332         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5333         FSR0 if accessing bitfields,
5334
5335 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5336
5337         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5338           _print_format; updated printf, sprintf, vsprintf
5339         * device/include/asm/default/features.h: corrected comment/define
5340         * device/lib/Makefile.in: added sprintf.c
5341         * device/lib/libsdcc.lib: added sprintf module
5342         * device/lib/printf_large.c,
5343         * device/lib/vprintf.c,
5344         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5345           into these 3 files
5346         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5347         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5348         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5349           hc08 test
5350         * support/regression/tests/zeropad.c: define idata as data for hc08
5351
5352 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5353
5354         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5355         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5356         labels are referenced at least once (even if a reference is not found)
5357         * src/hc08/gen.c (emitcode): set isComment flag for comments
5358         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5359         loads), rules 6a..6b (optimize jumps to return)
5360
5361 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5362
5363         * device/lib/acosf.c (acosf),
5364         * device/lib/asinf.c (asinf),
5365         * device/lib/atanf.c (atanf),
5366         * device/lib/ceilf.c (ceilf),
5367         * device/lib/cosf.c (cosf),
5368         * device/lib/coshf.c (coshf),
5369         * device/lib/cotf.c (cotf),
5370         * device/lib/fabsf.c (fabsf),
5371         * device/lib/floorf.c (floorf),
5372         * device/lib/log10f.c (log10f),
5373         * device/lib/logf.c (logf),
5374         * device/lib/sinf.c (sinf),
5375         * device/lib/sinhf.c (sinhf),
5376         * device/lib/sqrtf.c (sqrtf),
5377         * device/lib/tanf.c (tanf),
5378         * device/lib/tanhf.c (tanhf),
5379         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5380         replaced all instances of "reentrant" in the library functions
5381         defined in math.h with this macro.
5382         * support/regression/tests/float_trans.c: reenabled test for hc08
5383
5384 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5385
5386         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5387         erroneously deleted
5388
5389 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5390
5391         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5392         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5393         multi-byte volatile operands are used
5394         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5395         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5396         initialization to area GSINIT0 so that it would always precede
5397         any static initializers in GSINIT
5398         * support/regression/tests/zeropad.c: fixed idata define for hc08
5399         * support/regression/tests/bug-927659.c,
5400         * support/regression/tests/float_trans.c: disabled tests for hc08
5401         pending missing library routines
5402         * .version: increased version number to 2.4.4 - hc08 port now passes
5403         regression tests
5404
5405
5406 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5407
5408         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5409         * Makefile.common.in,
5410         * as/Makefile,
5411         * as/hc08/Makefile.in,
5412         * as/mcs51/Makefile.in,
5413         * as/z80/Makefile.in,
5414         * debugger/mcs51/Makefile.in,
5415         * device/include/Makefile.in,
5416         * device/lib/Makefile.in,
5417         * doc/Makefile,
5418         * link/Makefile,
5419         * link/z80/Makefile.in,
5420         * packihx/Makefile.in,
5421         * sim/ucsim/main_in.mk,
5422         * sim/ucsim/avr.src/Makefile.in,
5423         * sim/ucsim/doc/Makefile.in,
5424         * sim/ucsim/gui.src/serio.src/Makefile.in,
5425         * sim/ucsim/hc08.src/Makefile.in,
5426         * sim/ucsim/s51.src/Makefile.in,
5427         * sim/ucsim/xa.src/Makefile.in,
5428         * sim/ucsim/z80.src/Makefile.in,
5429         * src/Makefile.in,
5430         * support/cpp2/Makefile.in,
5431         * support/librarian/Makefile,
5432         * support/makebin/Makefile: added DESTDIR to the install path proposed
5433         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5434         * doc/sdccman.lyx: added DESTDIR documentation
5435
5436 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5437
5438         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5439         instruction for interrupt handlers, use fast returns when returning
5440         from high priority interrupts
5441
5442 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5445         code generation
5446         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5447         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5448         bugs, ported much of Bernhard's code from mcs51
5449         * src/mcs51/gen.c (genSend),
5450         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5451         than one when calling a reentrant function
5452         * device/lib/_mullong.c: defined an alternate struct layout for big
5453         endian ports (hc08)
5454
5455 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5456
5457         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5458         test
5459
5460 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5463         are sane and complete before asking the port its prefered parameter
5464         passing method (fixes bug #1017633)
5465         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5466         and _ret3
5467
5468 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5469
5470         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5471         problem in bitfields >= 8 bits.
5472
5473 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5474
5475         * src/SDCCsymt.c: undid changes that were not meant to be committed
5476
5477 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5478
5479         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5480
5481 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5482
5483         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5484           copied and wrong bit got inverted
5485
5486 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5487
5488         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5489         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5490         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5491         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5492         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5493         assignments to bitfields at known addresses
5494         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5495         reads from bitfields at known addresses
5496         * src/hc08/ralloc.c (packRegisters),
5497         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5498         genhc08Code): optimize pointer get values used as conditionals
5499         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5500         and branch
5501
5502 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5503
5504         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5505         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5506         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5507         as conditionals
5508
5509 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5510
5511         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5512
5513 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5514
5515         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5516         related problems
5517
5518 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5519
5520         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5521
5522 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5525         mcs51 port
5526
5527 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5528
5529         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5530
5531 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5532
5533         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5534         cases use more compact code.
5535
5536 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5537
5538         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5539
5540 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5543
5544 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5545
5546         * src/SDCCsymt.h,
5547         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5548         parameter of changePointer() from symbol* to sym_link*
5549         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5550         * src/SDCCsymt.c (compareType): void* type is castable to other
5551         pointers, but not necesarily an exact match.
5552         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5553         is no longer blindly treated as an exact match.
5554         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5555
5556 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5557
5558         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5559
5560 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5561
5562         * src/pic/gen.c,
5563         * src/pic/pcode.c,
5564         * src/pic/ralloc.h,
5565         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5566
5567 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5568
5569         * src/pic/device.c,
5570         * src/pic/device.h,
5571         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5572
5573 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5574
5575         * src/mcs51/gen.c (emitcode): fixed bug #992819
5576
5577 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5578
5579         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5580           there's no need to make it worse
5581
5582 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5583
5584         * src/mcs51/ralloc.c (deassignLR),
5585         * src/ds390/ralloc.c (deassignLR),
5586         * src/hc08/ralloc.c (deassignLR),
5587         * src/z80/ralloc.c (deassignLR),
5588         * src/pic/ralloc.c (deassignLR),
5589         * src/pic16/ralloc.c (deassignLR),
5590         * src/avr/ralloc.c (deassignLR),
5591         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5592         rlivePoint): fixed another part of bug #971834
5593
5594 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5595
5596         * src/z80/main.c: enabled "critical" keyword
5597         * src/z80/mappings.i,
5598         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5599         functions (fixes bug #979646)
5600         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5601
5602 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5603
5604         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5605           such as c:\mydir.
5606
5607 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5608
5609         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5610           doesn't disable too much optimizations
5611
5612 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5613
5614         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5615
5616 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5617
5618         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5619
5620 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5621
5622         * src/pic/gen.c tidied up tabs
5623         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5624         * src/pic/main.c tidied up tabs
5625         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5626         * src/pic/pcoderegs.c tidied up tabs
5627         * src/pic/ralloc.c tidied up tabs
5628
5629 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5630
5631         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5632         to S_FIXED for pic16 port and when symbol is not in level 0,
5633         allocate for S_REGISTER storage class and pic16 port, too,
5634         * src/pic16/device.h: prototype for checkSym,
5635         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5636         * (pic16_assignConfigWordValue): test the value and the mask to
5637         validate that the value is suitable for the configuration word,
5638         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5639         collect extern declared symbols, don't emit symbol twice, check
5640         first if symbol is in publics set first,
5641         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5642         * added command line '--fstack' which enables an experimental
5643         feature for stack access, too buggy to be used yet...
5644         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5645         * (pic16_allocDirReg): when register has storage class S_REGISTER
5646         allocate in pic16_dynAccessRegs,
5647         * device/include/pic16/pic18f????.h: modified configuration word
5648         naming convention, words started as CONFIG0H but should be CONFIG1H
5649
5650 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5651
5652         * device/include/mcs51reg.h: fixed bug 970993
5653
5654 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5655
5656         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5657         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5658         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5659         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5660         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5661         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5662           error/warning numbers,
5663           added function setWarningDisabled()
5664         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5665         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5666           _memcmp.c _memmove.c calloc.c realloc.c free.c
5667         * support/regression/tests/malloc.c: added tests for new functionality
5668         * support/regression/tests/zeropad.c: added tests for truncated initializers
5669           and initialized char arrays starting with '\x0'
5670         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5671
5672 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5673
5674         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5675
5676 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5677
5678         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5679         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5680         peephole 177.e. Thanks to anonymous
5681
5682 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5683
5684         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5685         function isn't used in the source but referenced as a
5686         variable initializer then declare it as extern in .asm file
5687
5688 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5689
5690         * .version: increased version number to 2.4.3
5691
5692         Adding version extension according to ChangeLog CVS revision
5693         * src/Makefile.in (target all): added dependency 'version.h'
5694         * (rule version.h): added rule to create version.h from ChangeLog,
5695         * (rule dep): added dependency version.h,
5696         * src/version.awk: AWK script to create version.h
5697         * src/SDCCdwarf2.c (dwWriteModule),
5698         * src/SDCCglue.c (initialComments),
5699         * src/SDCCmain.c (printVersionInfo): modified to write after
5700         version string the version extension number,
5701         * src/SDCCutil.c: included "version.h"
5702         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5703         number,
5704         * src/SDCCutil.h: added prototype for getBuildNumber
5705
5706         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5707         includeDirsSet, too,
5708         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5709         const char [] is found in function prototype...
5710
5711         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5712         moving to WREG with source is already in WREG,
5713         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5714         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5715         * (aopForSym): stack'ed symbols are partially supported, added
5716         if-clause to support symbols in FARSPACE,
5717         * (sameRegs): added test for AOP_ACC to see if registers are same,
5718         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5719         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5720         * (pic16_popRegFromString): will not allocate a new register if it
5721         doesn't find one by name, bug may have introduced...
5722         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5723         * (genIpush): revived to use pic16 port's stack,
5724         * (genAddrOf): added incomplete case for stack'ed operand,
5725         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5726         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5727         can handle multibyte operands,
5728         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5729         * (pic16initialComments): added message for MPLAB compatibility
5730         mode enabled,
5731         * src/pic16/main.h: prototype for pic16_mplab_comp,
5732         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5733         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5734         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5735         because of increased complexity of procedure,
5736         * (_process_pragma): stack pragma changed to format 'stack pos len',
5737         emit symbol '_stack_end' to conform with gplink,
5738         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5739         to search for register,
5740         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5741         PO_GPR_REGISTER,
5742         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5743         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5744         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5745         case for PO_GPR_REGISTER,
5746         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5747         dies, the new era is ahead !...
5748         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5749         pic16_dynInternalRegs,
5750         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5751         * (pic16_allocDirReg): minor optimizations and bug fixes,
5752         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5753
5754         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5755         load stack and frame pointer with address of 'stack_end' symbol
5756
5757 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5758
5759         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5760         without source code but only variable initializers
5761
5762 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5763
5764         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5765         external are not declared as extern to reduce overhead while linking
5766
5767 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5768
5769         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5770
5771 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5772
5773         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5774           Yee Keat for the patch
5775         * src/SDCCast.c (decorateType): fixed bug #979599
5776         * src/ds390/gen.h: removed local fReturnSizeDS390
5777         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5778         * src/ds390/gen.c (genAnd, genOr, genXor),
5779         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5780
5781 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5782
5783         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5784         add relFilesSet to $3, manipulate $2 to handle linking of object
5785         files without source files in command line,
5786         * device/include/pic16 (all headers): added ID location macros,
5787         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5788         entries for ID location bytes,
5789         * (pic16_assignIdByteValue): NEW,
5790         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5791         added field dumpcalltree to pic16_options_t,
5792         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5793         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5794         emitting rFalseIfx label after check_carry label,
5795         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5796         pic16_emitDIRegs), NEW
5797         * (pic16glue): dump .calltree file when option --calltree found,
5798         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5799         * (_pic16_genAssemblerPreamble): emit ID locations after
5800         configuration registers,
5801         * (pic16_linkCmd): modifications of the link command,
5802         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5803         * (pic16_pCodeInitRegisters): don't init stack registers,
5804         * (pic16_findPrevInstruction): fixed bug,
5805         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5806         bug with immediate registers,
5807         * (buildCallTree): traces stack push and pop,
5808         * (pct2): dump also stack usage for each function,
5809         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5810         * (pic16_allocDirReg): various modifications,
5811         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5812         fixed to 1,
5813
5814 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5815
5816         * src/pic16/pcode.c: removed buggy double colon
5817
5818 2004-07-01 Borut Razem <borut.razem AT siol.net>
5819
5820         * support/scripts/sdcc.nsi: added include/pic16 to setup
5821
5822 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5823
5824         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5825         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5826         target 'clean',
5827         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5828         specific command line arguments. Also added sample lkr script
5829         for placing a variable at a specific memory bank.
5830         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5831         at a specific memory bank,
5832         * (pic16_dump_isection): fixed bug which caused string literals to
5833         be omitted when dumping idata section,
5834         * (pic16_groupRegistersInSection): added code to handle registers
5835         in specific memory banks,
5836         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5837         public, all references are renamed too,
5838         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5839         AOP_DPTR2,
5840         * (pic16_storeForReturn): added case to handle when dest is WREG,
5841         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5842         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5843         pic16_rel_udata, check to see if that register is marked as being
5844         a member of a specific memory bank,
5845         * (pic16_printIvalCharPtr): added code to add string literals either
5846         to code or the idata sections,
5847         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5848         also accept the 'udata' pragma,
5849         * src/pic16/main.h: new structure types sectName and sectSym
5850         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5851         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5852         * (pic16_findPrevInstruction): fixed, it returned nothing,
5853         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5854         instruction combinations,
5855         * (pic16_FixRegisterBanking): heavily reorganised,
5856         * (pic16_AnalyzeBanking): if generating banksel directives is
5857         disabled, then don't call FixRegisterBanking at all,
5858         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5859         completely removed,
5860         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5861
5862 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5863
5864         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5865         Phuah Yee Keat <yk.phuah AT nestac.com>
5866
5867 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5868
5869         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5870         correctly the IVT even if it is relocated to some other location
5871
5872 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5873
5874         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5875         * device/include/pic16/pic18f2220.h: NEW,
5876         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5877         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5878         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5879         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5880         nodefaultlibs, ivt_loc is the location of the interrupt vector
5881         table, and nodefaultlibs signs that default libraries should not be
5882         linked in link stage,
5883         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5884         according to --ivt-loc argument,
5885         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5886         when pragma stack is found,
5887
5888 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5889
5890         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5891         256 (range check), 257 (do while), 258.a-f (bit banging
5892         f.e. on 3-wire SPI bus)
5893
5894 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5895
5896         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5897         variables used exclusively within a loop
5898
5899 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5900
5901         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5902
5903 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5904
5905         * src/SDCClrange.c (computeClash): fixed bug #971834
5906
5907 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5908
5909         * src/mcs51/gen.c (genCmp): fixed bug #975903
5910         * src/hc08/gen.c (operandsEqu),
5911         * src/ds390/gen.c (operandsEqu),
5912         * src/z80/gen.c (operandsEqu),
5913         * src/pic/gen.c (operandsEqu),
5914         * src/pic16/gen.c (operandsEqu),
5915         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5916         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5917
5918 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5919
5920         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5921
5922 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5923
5924         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5925         default case in switch statement,
5926         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5927         to eliminate problem with initialisation of pointers, but problem
5928         still exists,
5929         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5930         * (emitStaticSegment): removed various lines emitting debug info,
5931         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5932         added processor registers for utilizing EEPROM,
5933         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5934         configurable and set 8
5935
5936 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5937
5938         * .version: increased version number to 2.4.2,
5939
5940         Cumulative patch for pic16 port
5941         * src/pic16/device.c: changed scheme to dump initial values for
5942         variables in idata segment, all print_idata* functions were removed,
5943         now the pic16_printIval* will be called,
5944         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5945         * _pic16_printPointerType, pic16_printPointerType,
5946         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5947         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5948         NEW, similar to the respective functions in SDCCglue.c,
5949         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5950         way, emitting hex bytes,
5951         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5952
5953 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5954
5955         * src/avr/ralloc.c (serialRegAssign),
5956         * src/xa51/ralloc.c (serialRegAssign),
5957         * src/pic/ralloc.c (serialRegAssign),
5958         * src/pic16/ralloc.c (serialRegAssign),
5959         * src/hc08/ralloc.c (serialRegAssign),
5960         * src/z80/ralloc.c (serialRegAssign),
5961         * src/ds390/ralloc.c (serialRegAssign),
5962         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5963
5964 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5965
5966         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5967         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5968
5969 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5970
5971         Cumulative patch for pic16 port:
5972         * src/pic16/device.h (typedef PIC16_device) modified fields for
5973         defining microcontrollers,
5974         * src/pic16/device.c: added new info for all devices in Pics16 array,
5975         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5976         to be optimised out by the pCode optimiser,
5977         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5978         specially, bug reported by G.M. Gallant,
5979         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5980         as force'd so that cannot be optimised out by pCode optimiser,
5981         * src/pic16/pcode.c,
5982         * src/pic16/pcodepeeph.c,
5983         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5984         they are disabled by default, but can be enabled explicit with
5985         command argument --denable-peeps, for testing,
5986         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5987         --pomit-ivt in COMPILE_FLAGS
5988
5989 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5990
5991         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5992           compilation on MSVC
5993
5994 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5995
5996         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5997
5998 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5999
6000         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6001         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6002
6003 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6004
6005         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6006         would only assign 0x300001 register.
6007
6008 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6009
6010         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6011         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6012
6013 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6014
6015         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6016         for ds80c400
6017         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6018         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6019         added peephole 254 (left shift), 255 (jump table)
6020
6021 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6022
6023         * device/lib/Makefile.in: removed comment line with model-pic16,
6024         * (target port-specific-objects-pic16): the libraries and objects
6025         are copied to the build directory form the device/lib/pic16/bin
6026         directory
6027
6028         Cumulative patch concerning pic16 port:
6029         * library directory has been re-organized,
6030         * added support for PIC18F1220,
6031         * added headers and library sources for chips 18f1220,18f6520,
6032         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6033
6034         * configuration registers setting has changed, now each supported
6035         device has a complete description of the registers it uses,
6036         * all initialisations are moved to idata sections, these section
6037         can be absolute or relocatable,
6038         * fixed initialisation of codespace variables,
6039         * fixed warning about PCLATU and gpsim,
6040         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6041         * (genAssign): use table reads when assigning from variables in codespace,
6042         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6043         char/int variables placed in codespace,
6044         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6045         registers set in .asm file, no need for --pomit-config-words anymore,
6046         * (pic16glue): some 8051 legacy segments are commented out
6047         (to be removed completely),
6048         * added support for alternative assembler and linker with --asm=
6049         and --link= command line arguments,
6050         * peepholes are disabled automatically in the port, no need to
6051         specify on command line,
6052         * port supports natively char/int/long multiplication, but converts
6053         all divisions to support functions,
6054         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6055         to the file set in variable $2,
6056         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6057         strings in ASCII format and not in hex,
6058         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6059         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6060         allocate proper register if iCodes aren't temporary,
6061
6062 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6063
6064         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6065
6066 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6067
6068         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6069         is commented out
6070
6071 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6072
6073         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6074         computed address is reused
6075         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6076         multi-byte bitfields
6077
6078 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6079
6080         * src/z80/gen.c: (genArrayInit): must check for pointers too
6081
6082 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6083
6084         * support/regression/tests/zeropad.c: never meant to commit the
6085           nestedstruct test: removed, added check for GCC version
6086
6087 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6088
6089         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6090         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6091         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6092           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6093           bugs 928906 and 954082 half-empty initializers
6094         * src/SDCCsymt.h,
6095         * src/SDCCsymt.c (getAllocSize): added for above fix
6096         * src/z80/gen.c (genArrayInit): fixed bug 741044
6097         * support/regression/tests/zeropad.c: added tests
6098
6099 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6100
6101         * src/pic16/device.c (pic16_dump_section): corrected bug which
6102         caused some symbols of the libraries to be misplaced
6103
6104 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6105
6106         * src/pic16/glue.c,
6107         * src/pic16/ralloc.h,
6108         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6109         to fix conflict with pic port
6110
6111 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6112
6113         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6114         externs configuration variables,
6115         * src/pic16/ralloc.h,
6116         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6117         prototype in header, commented out some debug messages
6118
6119 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6120
6121         * src/pic16/glue.c,
6122         * src/pic16/main.c,
6123         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6124         for gpasm COFF object generation. Thanks to D. Hawkins for
6125         his patch info
6126
6127 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6128
6129         * src/ds390/main.c,
6130         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6131         Brock for spotting this)
6132         * src/ds390/gen.c (genEndFunction),
6133         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6134         interrupt handler and critical. Disable push/pop optimizations when
6135         peephole optimizations disabled.
6136
6137 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6138
6139         Updated pic16 library sources and headers.
6140         * device/lib/pic16/pic18f*/ ,
6141         * device/include/pic16/*.h: modified to handle structured SFR
6142         definitions
6143
6144 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6145
6146         * src/port.h (PORT structure): added hook initPaths, now each
6147         port can declare its own default search paths,
6148         which can been seen with the --print-search-dirs option,
6149         see pic16 port for example,
6150         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6151         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6152         * (doPrintSearchDirs): NEW, replaces in a central manner the
6153         printing of search dirs which was split in set*Paths functions,
6154         * (main): added call to port->initPaths and doPrintSearchDirs,
6155         * src/avr/main.c,
6156         * src/ds390/main.c,
6157         * src/hc08/main.c,
6158         * src/izt/i186.c,
6159         * src/izt/tlcs900h.c,
6160         * src/mcs51/main.c,
6161         * src/pic/main.c,
6162         * src/pic16/main.c: modified port structures to reflect addition of
6163         initPaths hook,
6164
6165         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6166         * (pic16_dump_section): for registers in same address reserve memory once,
6167         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6168         to no_banksel,
6169         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6170         result is greater in size than right or left,
6171         * (pic16_genUMult8X8_8): there are some cases where the result can
6172         be 16 bits size, so handle these,
6173         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6174         * (pic16_outBitC): modified to emit pcodes,
6175         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6176         or not,
6177         * (genDivOneByte): implemented algorithm to divide 8-bits,
6178         * (genCmp): uncommented goto, but issues still exist,
6179         * (genAnd): fixed a bug with variables >8bits,
6180         * (genPackBits): optimization added that uses BCF/BSF to change a
6181         single bit,
6182         * (genAssign): fixed bug when assigning floating point literals,
6183         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6184         __sdcc_gsinit_startup label,
6185         * src/pic16/main.c (_pic16_init): removed search directory
6186         initialisations,
6187         * (_pic16_initPaths): NEW, used to initialise search directories,
6188         * (_hasNativeMulFor): support functions for all except char/int
6189         multiplication, and char division,
6190         * (PIC16_port struct): modified entry for native mul support,
6191         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6192         no_banksel option,
6193         * (buildCallTree): call to register_usage is ifdef'ed out,
6194
6195 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6196
6197         * device/include/string.h: applied Stas Sergeev's patch to make this
6198         header file compatible with the preprocessor -Wundef option
6199         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6200         failure (fixes bug #941458)
6201
6202 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6205         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6206         that the variable, not the function, should be static
6207         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6208         to be consistent with non-literal case
6209
6210 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * src/SDCCast.c (isConformingBody): fixed bug #949967
6213         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6214         convilong): fixed bug #952086
6215
6216 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6217
6218         * src/SDCCmem.c (allocVariables): fixed bug #955321
6219
6220 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6221
6222         * src/hc08/main.c (_hc08_genAssemblerEnd),
6223         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6224         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6225         completely eliminated the use of a temporary file
6226         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6227         when more than one file linked
6228         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6229
6230 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6231
6232         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6233         which fixes bug #543481
6234         * support/regression/tests/bug-751703.c: fixed comments left from a
6235         cut and paste error
6236         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6237         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6238         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6239         scopes
6240         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6241         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6242         are now changed to underscores in moduleName
6243
6244 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6245
6246         * as/mcs51/lkmem.c: better fix for bug #954173
6247
6248 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6249         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6250
6251         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6252         * device/include/c8051f000.h,
6253         * device/include/c8051f120.h,
6254         * device/include/c8051f300.h,
6255         * device/include/c8051f310.h,
6256         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6257         PWM16) and detab'ed
6258
6259 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6260
6261         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6262         and mailing lists, doc'ed --no-peep-comments, removed reference
6263         to knoppix (newest version has no LyX/LaTeX), other minor changes
6264         * src/SDCCglue.c (glue): save 2 bytes stack space with
6265         option --main-return. The ljmp could probably be avoided too
6266
6267 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6268
6269         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6270
6271 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6272
6273         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6274         * src/SDCCopt.c (isLocalWithoutDef),
6275         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6276         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6277         (credit to Maarten Brock for patch #949363, on which this is based)
6278         * support/regression/tests/bug-751703.c: some test cases of extern used
6279         within inner scopes.
6280
6281 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6282
6283         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6284         SPEC_STRUCT
6285         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6286         struct definitions
6287         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6288         dwWriteLabel): fix to create valid debugger symbols even when
6289         the module name has non-alphanumeric symbols in it
6290         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6291         when a variable's allocation has been optimized away
6292
6293
6294 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6295
6296         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6297         * src/hc08/main.c,
6298         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6299         * src/mcs51/main.c,
6300         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6301         * src/ds390/main.c,
6302         * src/z80/gen.c (z80_emitDebuggerSymbol),
6303         * src/z80/main.c,
6304         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6305         * src/pic/main.c,
6306         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6307         * src/pic16/main.c,
6308         * src/avr/gen.c (avr_emitDebuggerSymbol),
6309         * src/avr/main.c,
6310         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6311         * src/xa51/main.c,
6312         * src/SDCCdebug.c (emitDebuggerSymbol),
6313         * src/SDCCdebug.h,
6314         * src/port.h: added a debugger struct to the port struct. Added a
6315         callback for defining debugger symbols
6316
6317         * src/SDCCast.c (createLabel),
6318         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6319         with isitmp = 1
6320         * src/SDCCicode.h,
6321         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6322         iCode back to the ast for the function
6323
6324         * src/hc08/ralloc.c (hc08_assignRegisters),
6325         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6326         unneeded fields from the regs struct.
6327         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6328         pushReg() & pullReg() functions instead of emitcode()
6329
6330         * src/hc08/gen.c (genLabel, genhc08Code),
6331         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6332
6333         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6334         debugger hooks
6335
6336         * src/hc08/gen.c (genEndFunction, genhc08Code),
6337         * src/hc08/gen.h,
6338         * src/mcs51/gen.c (genEndFunction, gen51Code),
6339         * src/mcs51/gen.h,
6340         * src/ds390/gen.c (genEndFunction, gen390Code),
6341         * src/ds390/gen.h,
6342         * src/z80/gen.c (genEndFunction, genZ80Code),
6343         * src/z80/gen.h,
6344         * src/z80/z80.h,
6345         * src/pic/gen.c (genEndFunction, genpic14Code),
6346         * src/pic/gen.h,
6347         * src/pic16/gen.c (genEndFunction, genpic16Code),
6348         * src/pic16/gen.h,
6349         * src/avr/gen.c (genEndFunction, genAVRCode),
6350         * src/avr/gen.h,
6351         * src/xa51/gen.c (genEndFunction, genXA51Code),
6352         * src/xa51/gen.h,
6353         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6354         specific code to cdbFile.c and out of the backend code generators
6355
6356         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6357         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6358         starting address is now 0
6359
6360         * as/hc08/asm.h,
6361         * as/hc08/m08pst.c,
6362         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6363         assembler directive for DWARF support
6364         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6365
6366         * src/src.dsp,
6367         * src/Makefile.in,
6368         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6369
6370 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6371
6372         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6373         and inappropriate peephole optimization in jump tables
6374
6375 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6376
6377         * as/hc08/m08pst.c,
6378         * src/SDCCglue.c: sdccopt works for the hc08 port now
6379
6380 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6381
6382         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6383
6384 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6385
6386         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6387
6388 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6389
6390         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6391         rules
6392         * src/SDCCmain.c,
6393         * src/SDCCglobl.h,
6394         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6395         comments from the peephole optimizer replacement rules
6396         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6397         symbols
6398         * src/SDCCcse.c (updateSpillLocation),
6399         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6400         equivalents
6401         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6402         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6403         objects far pointers
6404
6405 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6406
6407         * src/SDCCsymt.h: a missing part of my last change
6408         * src/pic/ralloc.c (regTypeNum),
6409         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6410
6411 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         * src/SDCCicode.h,
6414         * src/SDCCicode.c (aggrToPtrDclType),
6415         * src/SDCCptropt.h,
6416         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6417         ptrPseudoSymConvert),
6418         * src/pic/ralloc.c (regTypeNum),
6419         * src/pic16/ralloc.c (regTypeNum),
6420         * src/hc08/ralloc.c (regTypeNum),
6421         * src/ds390/ralloc.c (regTypeNum),
6422         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6423         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6424
6425 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6426
6427         * link/z80/lkmain.c (afile),
6428         * as/hc08/lkmain.c (afile),
6429         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6430         prevent a pointer problem when a filename has no directory and
6431         no extension specified.
6432
6433 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6434
6435         * link/z80/lkmain.c (afile): allow periods in directory names
6436         * link/z80/lkmain.c (afile),
6437         * as/mcs51/lkmain.c (afile),
6438         * as/hc08/lkmain.c (afile): allow linker script file to have an
6439         extension other than ".lnk"
6440         * link/z80/lklex.c (getfid),
6441         * link/z80/lkmain.c (parse),
6442         * as/mcs51/lklex.c (getfid),
6443         * as/mcs51/lkmain.c (parse),
6444         * as/hc08/lklex.c (getfid),
6445         * as/hc08/lkmain.c (parse): Support comments in the linker script
6446         file on lines by themselves and after filenames
6447
6448 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6449
6450         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6451
6452 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6453
6454         * src/z80/peeph-z80.def: removed some peephole rules that don't
6455         work with multibyte arithmetic (fixed bug #937126)
6456         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6457         to registers and not global variables
6458         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6459         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6460         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6461         checking for assignments not internally generated (fixed bug #931895)
6462         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6463         structure member (fixed bug #930072)
6464
6465 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6466
6467         * src/SDCCmain.c (linkEdit),
6468         * src/hc08/main.c (_hc08_parseOptions),
6469         * as/hc08/Makefile.in,
6470         * as/hc08/aslink.h,
6471         * as/hc08/asm.h,
6472         * as/hc08/m08pst.c,
6473         * as/hc08/lkrloc.c (relr, rele),
6474         * as/hc08/lkarea.c (lnkarea)
6475         * as/hc08/lkmain.c (afile, parse),
6476         * as/hc08/lkelf.c: support for ELF output
6477         * as/hc08/lks19.c (s19),
6478         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6479
6480 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6481
6482         * as/mcs51/lkihx.c: Fixed bug #899105.
6483
6484 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6485
6486         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6487         .dsp files from Unix to DOS.
6488
6489 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6490
6491         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6492         function pointers; we have been compliant for several months now.
6493         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6494         change that was accidently commented out
6495         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6496         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6497         bug #922319
6498
6499 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * src/hc08/gen.c: output of all of the internal debugging information
6502         is now controlled by the D() macro; it is disabled by default
6503
6504 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6505
6506         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6507         harder to keep the same registers during a CAST iCode
6508         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6509         long via int can be done in a single cast, if the signedness is
6510         correct.
6511         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6512         putchar() in tinibios.c in ds390's library
6513
6514 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6515
6516         * src/SDCCast.c (decorateType): fixed bug #898889,
6517         cast result of a literal complement too
6518         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6519         fixed check for bitfields
6520
6521 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6522
6523         * src/SDCCicode.c (geniCodeLogic): made it static,
6524         (geniCodeLogicAndOr): added in order to fix bug #905492,
6525         (ast2iCode): fixed bug #905492
6526         * support/regression/tests/bug-905492.c: added
6527         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6528         (processParms): fixed bug #927659: don't copy parms, this will clear
6529         decorated flag
6530         * support/regression/tests/bug-927659.c: added
6531
6532 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6533
6534         * src/SDCCast.c (addCast): don't cast float to char
6535         * device/lib/libsdcc.lib: added _memmove
6536
6537 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6538
6539         * device/lib/large/Makefile: fixed parallel execution by
6540         replacing `make` by `$(MAKE)`
6541
6542 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6543
6544         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6545         offsets (fixes bug #923936)
6546
6547 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6548
6549         * device/lib/small/Makefile: fixed parallel execution by
6550         replacing `make` by `$(MAKE)`
6551
6552 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6553
6554         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6555
6556 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6557
6558         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6559         * src/regression/Makefile: Regression test was not running.
6560
6561 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6562
6563         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6564         complement if possible
6565         * src/SDCCval.c (valComplement),
6566         * src/SDCCicode.c (operandOperation): fixed complement of literal
6567         * support/regression/tests/onebyte.c (testComplement): added
6568
6569 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6570
6571         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6572         return an optimized tree; actually replace actParm with the new tree
6573         * src/SDCCast.h: added some parantheses to remove side effects
6574         * support/regression/tests/bug-920866.c
6575
6576 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6577         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6578         Bit operands were not being handled properly in the pic14 port.
6579         (now src/regression/add.c passes again).
6580
6581 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6582
6583         * src/SDCC.y (labeled_statement): case and default no longer require
6584         a following statement (RFE #893037)
6585
6586 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6589         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6590         disabled (fixes bug #916294)
6591         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6592         "mov a,acc"; patch provided by Lenny Story
6593         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6594
6595 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6596
6597         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6598         functions
6599         * src/ds390/gen.c (genFunction, genEndFunction),
6600         * src/ds390/ralloc.c (ds390_assignRegisters),
6601         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6602         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6603         pushed if there are parameters passed on the stack. Also, a cleaner
6604         way to decide if r0/r1 should be pushed/popped. (Together they fix
6605         bug #918693)
6606
6607 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6608
6609         * doc/sdccman.lyx,
6610         * device/lib/mcs51/crtpagesfr.asm,
6611         * device/lib/mcs51/crtxinit.asm,
6612         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6613         to avoid confusion with Si Lab's SFRPAGE register.
6614
6615 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         * src/SDCCglue.c (emitMaps): allow public sfr variables
6618         * src/SDCCglue.c (initialComments): include compiler build date
6619         with compiler version and put the timestamp of the generated
6620         assembly file on a serperate line to be less confusing.
6621         * src/port.h: added genInitStartup hook
6622         * src/avr/main.c,
6623         * src/ds390/main.c,
6624         * src/hc08/main.c,
6625         * src/pic/main.c,
6626         * src/pic16/main.c,
6627         * src/xa51/main.c,
6628         * src/z80/main.c: genInitStartup initialize as NULL (default to
6629         historical behaviour)
6630         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6631         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6632         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6633         library instead of hard coding it into the compiler.
6634         * support/regression/ports/mcs51-stack-auto/spec.mk,
6635         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6636         * device/lib/mcs51/Makefile,
6637         * device/lib/small/Makefile,
6638         * device/lib/large/Makefile,
6639         * device/lib/mcs51/crtpagesfr.asm,
6640         * device/lib/mcs51/crtstart.asm,
6641         * device/lib/mcs51/crtxclear.asm,
6642         * device/lib/mcs51/crtxinit.asm,
6643         * device/lib/mcs51/crtclear.asm,
6644         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6645         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6646         and into user configurable files.
6647         * device/lib/clean.mk: clean mcs51 directory too
6648         * support/regression/tests/longlit.c: added static to T1 declaration
6649         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6650         accesses in the initialization code
6651
6652 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6653
6654         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6655         OSCTRIMVAL as noted in bug #916008
6656
6657 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6658
6659         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6660         in loops with multiple exits (reported as incorrect registers
6661         used by Martin Helmling in Sdcc-user list)
6662
6663 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6664
6665         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6666         made ds390 register extensions look less like error messages
6667
6668 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6669
6670         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6671         reported by Adam Wozniak in Sdcc-user list
6672
6673 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6674
6675         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6676         arithmetic optimizations, added debug output
6677
6678 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6679
6680         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6681         * sdcc.spec: updated and split sdcc into 3 rpms
6682         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6683         needed for literals of LEFT_OP and '+'
6684         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6685         introduced RESULT_TYPE_NOPROM
6686         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6687         left shift
6688         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6689         limited promotion to int only for '*'
6690         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6691
6692 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6693
6694         * src/pic16/gen.c (genSkip),
6695         (genc16bit2lit), (gencjneshort): commented out
6696         (is_LitOp): new helper function, checks operand type
6697         (genCmpEq): rewritten
6698
6699 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6700
6701         * support/regression/tests/bug-908454.c: added
6702
6703 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6704
6705         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6706         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6707         (geniCodeCast): cosmetic, don't preserve bit storage class
6708         (geniCodeLeftShift): added promotion
6709         (geniCodeLogic): fixed regression
6710         * src/SDCCsymt.c (computeTypeOr): accept bits too
6711         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6712
6713 2004-03-07  Borut Razem <borut.razem AT siol.net>
6714
6715         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6716
6717 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6718
6719         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6720         version of pic16_genPackRegisters which does not check if ic is a
6721         CAST operator,
6722         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6723         function cause string1.c regression test fails
6724
6725 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6726
6727         * sim/ucsim/configure.in,
6728         * sim/ucsim/configure,
6729         * sim/ucsim/doc/Makefile.in: use docdir
6730         * src/SDCC.y: fixed sbit atrributes
6731         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6732         * src/SDCCast.c (decorateType): |^& need special promotion handling
6733         * src/SDCCast.h,
6734         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6735         * src/SDCCsymt.h (computeType),
6736         * src/SDCCicode.c: computeType() needs op
6737         * src/SDCCsymt.c (checkTypeSanity),
6738         * doc/sddman.lyx: "plain" bitfields are unsigned
6739         * src/SDCCsymt.c (computeTypeOr): added
6740         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6741         |^& ops
6742         * src/SDCCval.c (val*): computeType() needs op
6743         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6744         * support/regression/tests/onebyte.c: added tests for |^&
6745
6746 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6747
6748         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6749         for writing icode into asm output.
6750
6751 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6752
6753         * src/pic16/device.c: added some debug lines enabled
6754         with macro DEBUG_CHECK,
6755         * src/pic16/genarith.c: more debug in genPlus,
6756         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6757         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6758         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6759         * (aopForSym): onStack symbols are re-placed in data memspace,
6760         and onStack flag is cleared,
6761         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6762         copy temporary pcodeop,
6763         * (genPcall): added warning for not updating PCLATU,
6764         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6765         always true for pic16 port,
6766         * (genMultOneWord): NEW, supports integer multiplication,
6767         * (genMult): modified to call genMultOneWord,
6768         * (ifxForOp): added warning when return NULL,
6769         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6770         flag is set before call to operandFromSymbol for implicit
6771         added structures,
6772         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6773         options.intlong_rent are set by default,
6774         * (_hasNativeMulFor): modified to allow port generation of integer
6775         multiplication,
6776         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6777         set regtype to REG_SFR for all registers, restricting seting the
6778         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6779
6780 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6781
6782         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6783         more than 500 times in the regression tests
6784
6785 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6786
6787         * support/Util/SDCCerr.h,
6788         * support/Util/SDCCerr.c,
6789         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6790         enumerator_list),
6791         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6792         for symbol conflicts.
6793         * support/valdiags/tests/enum.c,
6794         * support/valdiags/tests/tentdecl.c,
6795         * support/valdiags/tests/struct.c: expect possible error messages
6796         referring to original symbol definitions.
6797         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6798         * src/SDCCsymt.h,
6799         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6800
6801 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6802
6803         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6804
6805 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6806
6807         * src/pic16/ralloc.c (newReg): fixed bug #908929
6808
6809 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6810
6811         * src/ds390/gen.c: added missing #include "main.h"
6812
6813 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6814
6815         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6816         checking if symbol is already in set,
6817         * src/pic16/device.h: prototype for checkAddSym,
6818         * src/pic16/gen.c: (_G): added entry interruptvector,
6819         * (assignResultValue): removed some commented out lines,
6820         * (genFunction): check for ISR via sym->type, absolute section for
6821         interrupt code is created via a new pBlock, the goto instruction is
6822         placed now correctly at the interrupt vector position, changed all
6823         references from ivec to _G.interruptvector,
6824         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6825         is the interrupt is a high priority one, same for return from ISR,
6826         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6827         externs to calls of checkAddSym,
6828         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6829         pic16_pcode_verbose flag is set,
6830         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6831         * src/pic16/pcoderegs.c: message about how many registers are saved
6832         will only be emitted if pic16_pcode_verbose flag is set,
6833
6834 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6835
6836         * src/ds390/ralloc.h,
6837         * src/ds390/ralloc.c (ds390_regWithIdx),
6838         * src/ds390/gen.c (emitcode),
6839         * src/ds390/main.h,
6840         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6841         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6842         ds390operandCompare, getRegsRead, getRegsWritten,
6843         initializeAsmLineNode): customized instruction size calculation for
6844         ds390, started basis for some register optimizations
6845         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6846         corresponding assembly output
6847         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6848         missing push/pop of r0/r1. Optimized push/pops
6849
6850 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * src/mcs51/main.c (instructionSize): fixed ACALL size
6853         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6854
6855 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6856
6857         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6858         the sorting of rlist with NULL elements
6859         * (print_idataType, print_idata): NEW to create idata sections
6860         * src/pic16/device.h: idataSymSet new variable
6861         * src/pic16/gen.c (genFunction): fixed some bugs in string
6862         comparing, improved the absolute section creation for ISRs,
6863         added FSR0L/FSR0H in registers that are saved in an ISR,
6864         * (genInline): fixed the processing of inline snippets,
6865         now they undergo no process by the peephole optimizer
6866         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6867         are placed in idataSymSet,
6868         * (pic16emitStaticSeg): extern symbols are added in externs,
6869         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6870         switching when aboslute variables are placed in access bank memory
6871         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6872         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6873         commented out with #if,
6874         * (pic16_packRegisters): reintroduce the check for CAST because some
6875         symbols are not correctly handled,
6876         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6877         pCodeInstruction instead of pCode,
6878         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6879         pCodeAsmDir definition,
6880         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6881         directive, then the argument directive is emitted without the leading
6882         tab, hack for inline labels which must be in the first column,
6883         * (compareLabel,pic16_findNextInstruction),
6884         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6885         * (insertBankSwitch): modified for the new pCodeAsmDir,
6886
6887 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6888         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6889
6890         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6891         instance,
6892         * (pushSide): commented out with #if,
6893         * (assignResultValue): fixed some typos in saving
6894         registers,
6895         * (genPcall): FIXED and sync'ed with genCall,
6896         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6897         * (genNearPointerGet): fixed to handle some more cases,
6898         implementation scheme via table reads,
6899         * (genConstPointerGet): modified to access code memory correct,
6900         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6901         and improved to handle some cases
6902         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6903         instead of "RETLW" for init data
6904         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6905         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6906         variables are placed in access bank memory (<0x80 and >=0xf80),
6907         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6908         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6909         TBLWT_POSTDEC,TBLWT_PREINC
6910         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6911         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6912         directives
6913         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6914         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6915         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6916         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6917
6918 2004-02-29  Borut Razem <borut.razem AT siol.net>
6919
6920         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6921         support/Util/findme.h, support/Util/system.h: enhance binary relative
6922         search for lib and include by using findProgramPath()
6923
6924 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         * src/SDCCpeeph.h,
6927         * src/SDCCpeeph.c (pcDistance),
6928         * src/port.h,
6929         * src/mcs51/ralloc.h,
6930         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6931         * src/mcs51/main.h,
6932         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6933         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6934         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6935         size calculation port specific, started basis for some register
6936         optimizations
6937         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6938         missing push/pop of r0/r1. Optimized push/pops
6939         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6940         * device/lib/_modsint.c (_modsint),
6941         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6942         and stack version so regression tests pass
6943
6944 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6945
6946         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6947         * src/SDCCast.c (decorateType): catch another small optimization
6948         with '?' operator
6949         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6950         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6951         modified to finally use computeType() all over SDCC,
6952         see Feature Request #877103
6953         * src/SDCCval.h: cosmetic
6954         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6955         valCompare(); regression tested in muldiv.c
6956         * support/regression/tests/muldiv.c (testMod): mod sign follows
6957         dividend only
6958
6959 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6960
6961         * src/SDCCast.c (decorateType): fixed bug #902362
6962         * doc/INSTALL.txt: fixed install instructions for win32
6963
6964 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6965
6966         * device/include/Makefile.in (install): fixed by replacing spaces
6967         by tabs
6968         * doc/README.txt,
6969         * doc/INSTALL.txt: updated for release
6970         * doc/sdccman.lyx: added warning for --xstack being buggy
6971
6972 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6973
6974         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6975         to eliminate build warnings.
6976         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6977
6978 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6979            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6980
6981         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6982         removed -penable-stack, added comment for stack pragma, added
6983         warning for not initializing the stack/frame registers, removed
6984         comment at interrupts section
6985
6986         Stack is made permanent, there is no ability to disable stack usage.
6987         * src/pic16/device.h,
6988         * src/pic16/device.c: removed all references to USE_STACK macro,
6989         * src/pic16/device.c (pic16_dump_section): when no elements in
6990         rlist, free rlist before return,
6991         * (pic16_dump_int_registers): NEW, internal registers are a new set
6992         of general purpose registers reused by each function,
6993         * (checkAddReg): returns 1 if registers is added to set,
6994         * (pic16_groupRegistersInSection): when a registers is of type
6995         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6996         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6997         SRCASECMP macro is moved here from device.c
6998         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6999         PO_PCLATU, PO_PRODL, PO_PRODH,
7000         * (pic16_pCodeOpType, genMinus,
7001         changed compares to "a" register, with AOP_ACC,
7002         * (pic16_genPlus): fixed some bugs and indented properly,
7003         * (pic16_addSign): changed size to size+offset in the MOVWF
7004         instruction,
7005         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7006         multiply 8-bit operand by literal, result is 8-bit,
7007         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7008         multiply 2 8-bit operand, result is 8-bit,
7009         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7010         genUMult8X*_16,
7011         * src/pic16/gen.c: changed accUse to contain WREG only,
7012         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7013         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7014         true, do not use immediate addressing any more unless sym is a
7015         pointer in codespace,
7016         * (aopForRemat): do not use immediate addressing when symbol not in
7017         codespace and when symbol's address is requested,
7018         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7019         accUse size (= 1),
7020         * (aopGet): added case for AOP_ACC and don't return "accumulator
7021         bug" but WREG instead,
7022         * (popGetTempReg): pushes contents of temporary register in stack,
7023         * (popReleaseTempReg): pops contents of temporary register from
7024         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7025         * (pic16_popGet): separated case AOP_ACC to return register WREG
7026         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7027         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7028         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7029         the use of immediate pointers to certain cases only.
7030
7031         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7032         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7033         * (assignResultValue, genCall, genRet): modified to use the new
7034         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7035         genPcall is still broken,
7036         * (genFunction): added code to create 'A' type pBlocks when
7037         interrupt functions are generated, code not extensively tested yet,
7038         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7039         * (genEndFunction): modified so ISRs pop stored registers from stack,
7040         * (genMultOneByte): cleanup,
7041         * (AccRsh): added flag andmask, to and result with appropriate mask,
7042         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7043         * (genDataPointerGet): fixed and reenabled its use,
7044         * (genNearDataPointerGet): bugs fixed,
7045         * (genDataPointerSet): bugs fixed,
7046         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7047         pic16_DumpSymbol, pic16_DumpOp,
7048         * src/pic16/genutils.h: function prototypes for the above functions,
7049         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7050         pointers,
7051         * (pic16emitRegularMap): many many many improvements, but needs a
7052         major cleanup,
7053         * src/pic16/main.c: enable_stack in pic16_options is removed,
7054         * (_pic16_parseOptions): removed command line options -penable-stack,
7055         * (_process_pragma): emit stack symbol only when stack pragma is
7056         processed,
7057         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7058         redirected to FSR0L/FSR0H pair,
7059         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7060         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7061         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7062         for immediates,
7063         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7064         * (dumpPicOptype): NEW,
7065         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7066         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7067         with movff instruction,
7068         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7069         added pic16_int_regs, some packRegsFor* functions are commented out,
7070         because produce errors,
7071         * src/pic16/NOTES: minor modifications
7072
7073 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7074
7075         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7076         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7077         --pack-iram.
7078         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7079         * as/mcs51/lkaomf51.c: fixed bug #895763
7080
7081 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7082
7083         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7084
7085 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * doc/sdccman.lyx: added details about the HC08 storage classes and
7088         interrupts, fixed the register usage info for z80 & gbz80
7089
7090 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7091
7092         * doc/sdccman.lyx: added more pic16 port documentation
7093         * device/include/pic16/: added header pic18fregs.h
7094
7095 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7096
7097         * doc/sdccman.lyx: added Vangelis' contribution
7098
7099 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7100
7101         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7102         extend to the next CALL or PCALL, not just to the next CALL.
7103
7104 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7105
7106         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7107
7108 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7109
7110         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7111         bug #895752 and a better fix for bug #716790
7112
7113 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7116
7117 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7118
7119         * doc/sdccman.lyx: minor changes, minor changed
7120
7121 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7122
7123         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7124         which can't handle SDCC_NEWONEBYTEOPS,
7125         (geniCodeMultiply): removed conversion from mult to shift for pic14
7126         and pic16
7127
7128 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7129
7130         * src/hc08/gen.h,
7131         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7132         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7133         thus fixing bug #895406
7134
7135 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7136
7137         * device/lib/_modsint.c,
7138         * device/lib/_modslong.c: sign follows divisor only
7139         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7140         signs or signedness can be ignored
7141         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7142         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7143         added optimization for IFX,
7144         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7145         arguments;
7146         reenabled optimization for IFX, which was removed on 2004-01-11
7147         * src/SDCCast.h: added return type IFX
7148         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7149         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7150         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7151         SDCC_OLDONEBYTEOPS selects the old behaviour
7152         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7153         changed again and commented promotion rule
7154         * src/SDCCval.c (valDiv): promotion no longer necessary
7155         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7156         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7157         rewritten
7158         * support/regression/tests/onebyte.c: added
7159
7160 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7161
7162         * gen.c (genInline): reverted to old code for assemnling inline
7163         code because of bug reported James Chadd
7164
7165 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7166
7167         * ralloc.h: missing declarations from previous patch,
7168         seems that patch for ralloc.h was never applied, fixed
7169
7170 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7171            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7172
7173         * pcode.c,
7174         * pcode.h,
7175         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7176         indirect addressing. Marked FSR0 as deprecated
7177         * gen.c (pointerCode): commented out, not needed now
7178         (pic16_popGet2p): new MOVFF helper function
7179         (genGenPointerGet),
7180         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7181         (shiftRLong): removed duplicate debugging info
7182
7183 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7184
7185         * src/ds390/gen.c (genNearPointerGet),
7186         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7187         optimization with bits, but not bitfields.
7188         * src/ds390/ralloc.c (packRegisters),
7189         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7190
7191 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7192
7193         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7194
7195 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7196
7197         * src/SDCCsymt.h,
7198         * src/SDCCicode.c (operandFromSymbol),
7199         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7200         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7201         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7202         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7203         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7204         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7205         bug #892038
7206         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7207         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7208         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7209         * src/SDCCsymt.c (newSymbol),
7210         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7211         enumerator_list),
7212         * src/SDCCval.h,
7213         * src/SDCCval.c (newiList): fixed bug #885705
7214
7215 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7216
7217         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7218         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7219
7220 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7221
7222         * device/include/c8051f120.h,
7223         * device/include/c8051f300.h,
7224         * device/include/c8051f310.h: added/updated header files for Silicon
7225         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7226         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7227         in new section Submitting patches
7228
7229 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7232         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7233         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7234         genGenPointerSet),
7235         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7236         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7237         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7238         genGenPointerSet),
7239         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7240         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7241         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7242         genGenPointerSet),
7243         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7244         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7245         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7246         genGenPointerSet): fixed bug #892400
7247         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7248         to eliminate build warnings.
7249         * src/SDCCast.c (processParms),
7250         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7251         fixed bug 751859
7252         * support/valdiag/valdiag.py: added GCC to the list of defines active
7253         when compiling with gcc
7254
7255 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         * support/Util/SDCCerr.h,
7258         * support/Util/SDCCerr.c,
7259         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7260         with an incomplete type (fixed bug #883734)
7261         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7262
7263 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7264
7265         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7266
7267 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7268
7269         * src/SDCCast.c (decorateType),
7270         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7271         function pointer implementation
7272         * support/regression/tests/funptrs.c: added tests to verify both forms
7273         of function pointers work correctly. Added tests to verify parameters
7274         are passed in the correct order.
7275
7276 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7277
7278         * device.c (regCompare): registers are sorted by ascending
7279         address and increasing size,
7280         * main.c (_pic16_finaliseOptions): removed the declaration
7281         of compiler macro MCU. Now a macro of the format pic18fxxxx
7282         will be defined from the command line
7283
7284 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7285             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7286
7287         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7288         PCOP_RLCF was overwritten!
7289         * gen.c (genSkip): commented out calls to pic16_emitcode,
7290         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7291         * (genlshTwo),
7292         * (genRRC): added debugging info,
7293         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7294         overwritten while shifting,
7295         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7296         overwritten while shifting,
7297         * (AccLsh),
7298         * (AccRsh),
7299         * (shiftLLeftOrResult),
7300         * (shiftRLeftOrResult),
7301         * (shiftRLong),
7302         * (shiftLLong): Implemented with pic16_emitpcode
7303         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7304         * (genLeftShift): Fixed bug, operand for shift by variable always
7305         was "and"ed with 0x0f,
7306         * (genLeftShiftLiteral),
7307         * (genrshTwo),
7308         * (genRightShiftLiteral): added debugging info,
7309         * (genrshFour): added comment,
7310         * (genRightShift): determined signedness from operand "left"
7311         instead of "result"
7312
7313 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7314
7315         * src/SDCCicode.c (geniCodeParms),
7316         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7317         function pointers, fixed function pointer bugs #861242 and #861896
7318
7319 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7320
7321         * device/include/c8051f000.h,
7322         * device/include/c8051f120.h,
7323         * device/include/c8051f300.h: added header files for Silicon
7324         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7325
7326 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7327
7328         * src/SDCCast.c (processParams): added new type flow and restructured
7329         (gatherAutoInit): added new type flow
7330         (addCast): cosmetic changes
7331         (getLeftResultType): added new type flow for array indices, patch
7332         provided by Stas, see FR #877103
7333         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7334         array index patch by Stas
7335         * src/SDCCast.h: added prototype getResultTypeFromType()
7336         * src/SDCCval.h,
7337         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7338         * src/pic/glue.c (pic14emitStaticSeg),
7339         * src/pic16/glue.c (pic16emitStaticSeg),
7340         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7341         for initialization of symbols
7342         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7343         * support/Util/SDCCerr.h:
7344         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7345         * .version: bumped version number to 2.3.8
7346         * device/include/Makefile.in (install),
7347         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7348         avoid warnings
7349
7350 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7351
7352         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7353         Slade Rich fixed an optimization bug
7354         * src/pic/pcodepeep.c,
7355         * src/pic/pcoderegs.c
7356         * doc/Makefile (install): added test for directory
7357
7358 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7359
7360         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7361         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7362         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7363         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7364         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7365         * as/mcs51/asexpr.c (term),
7366         * as/hc08/asexpr.c (term): fixed bug #887146
7367
7368 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * src/z80/gen.c (genMult): handle single byte result product
7371         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7372         DUMMY_READ_VOLATILE (fixed bug #886367)
7373
7374 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7375
7376         * support/regression/tests/libmullong.c: fixed logic, on little endian
7377         hosts we ended without a mullong_wrapper()
7378
7379 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7380
7381         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7382         virus/worm forged address usage.
7383
7384 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7385
7386         Fixed promotion, it should be done on AST level:
7387         * src/SDCCast.c (addCast): added promotion to int
7388         (decorateType): updated call to upCast()
7389         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7390         usualUnaryConversions()
7391
7392 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7393
7394         * support/regression/tests/literalop.c (mulWrapper): Added a
7395         wrapper to remove integer overflow warnings.
7396
7397         * support/regression/tests/float_trans.c: Made work on host.
7398
7399         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7400         location of sz80.
7401
7402         * support/regression/generate-cases.py (main): Changed from inline
7403         to a main method.
7404
7405         * doc/Makefile (install): Changed to depth first to get rid of
7406         missing directory install warning.
7407
7408         * as/Makefile (install-doc): Made work on Mac.
7409
7410 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/SDCCast.c: added an additional type flow in decorateType() of
7413         opposite direction, see feature request #860006; it's enabled at runtime
7414         by setting the environment variable SDCC_NEWTYPEFLOW
7415         * src/SDCCast.h: changed prototype of decorateType()
7416         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7417         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7418         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7419         see feature request #877103
7420         * src/SDCCval.c: updated call of decorateType()
7421         (valBitwise): fixed bug #882876
7422         (valMinus): added promotion
7423         (valLogicAndOr): result is unsigned
7424         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7425         * src/SDCCsymt.c (computeType),
7426         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7427         must not cause an unsigned operation
7428         * src/pic/glue (pic14emitRegularMap),
7429         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7430
7431 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7432
7433         * src/pic/pcode.c (PCodeID): commented out left over debug code
7434
7435 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7436
7437         * support/valdiag/tests/overflow.c: added shift tests
7438         * src/pic/device.c,
7439         * src/pic/gen.c,
7440         * src/pic/gen.h,
7441         * src/pic/glue.c,
7442         * src/pic/main.c,
7443         * src/pic/pcode.c,
7444         * src/pic/pcode.h,
7445         * src/pic/pcodepeep.c,
7446         * src/pic/pcoderegs.c,
7447         * src/pic/ralloc.c,
7448         * src/pic/ralloc.h: applied patch from Slade Rich;
7449         added support for multiple code pages and multiple RAM banks on the
7450         PIC 14 port. The ASM files now no longer simply assume all the
7451         code / RAM are in the same page / bank. This means the linker can
7452         safely allocate code/RAM of separate ASM files to different pages/banks.
7453         * doc/sdccman.lyx: added Slade's tips
7454         * src/mcs51/peeph.def: fixed bug #880768
7455
7456 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7457
7458         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7459         * src/SDCCast.c (decorateType): fixed bug #880197
7460
7461 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7462
7463         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7464         getopt.h.
7465
7466         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7467         strtof is not part of C89 and isn't included with Mac OS X.
7468
7469 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7472         shiftL2Left2Result): fixed bug #879326
7473         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7474         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7475         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7476         address fetch for clr instruction
7477         * device/lib/hc08/_mulint.c: created optimized assembly version
7478         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7479
7480 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7481
7482         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7483         proposed in FR #877103
7484
7485 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7486
7487         * src/SDCCval.c (cheapestVal): added missing checks
7488         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7489         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7490
7491 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7492
7493         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7494         equal operands
7495
7496 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7497
7498         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7499         loaded with the linker search paths (-L arguments) and the libraries
7500         to be linked with the current source (-l arguments). Changes
7501         currently will affect only the pic16 port.
7502         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7503         include path the port specific paths and port specific libraries,
7504         * gplink command now contains the $3 argument,
7505         * src/pic16/device.h,
7506         * src/pic16/device.c,: structure PIC_device is made public and
7507         renamed to PIC16_device, the same for variable Pics which is renamed
7508         to Pics16. Updated all references to them.
7509         * src/pic16/glue.c (pic16glue): corrected bug with code
7510         initialization which bypassed the variable initializations block.
7511
7512         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7513         COMPILE_FLAGS and added the --nostdinc option
7514
7515 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7516
7517         * device/include/mc68hc908jb8.h: Register defs for another member
7518         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7519
7520 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7521
7522         Documenting changes from previous commits.
7523         * configure.in (version 1.56),
7524         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7525         when generating output files to configure the pic16 library,
7526         but now I've commented it out, since gputils aren't installed in the
7527         SF compile farm, so library won't compile
7528
7529         * device/lib/Makefile.in (version 1.56): initially I've added in
7530         target 'all' the prerequestive 'model-pic16' so it compiled the
7531         pic16 library, but now I've commented it out for the same reasons
7532         above,
7533         * added targets 'model-pic16' and 'objects-pic16' to compile the
7534         library
7535         * added target 'port-specific-objects-pic16' to handle the
7536         generated libraries and copy them into the build/ directory
7537         * added target 'clean-intermediate-pic16' to clean intermediate
7538         files into pic16 directory
7539         * in target 'installdirs' added line to create directory pic16 in
7540         the installation path
7541
7542         * device/include/Makefile.in (version 1.11): in target 'install'
7543         added lines to copy all header files to installation path,
7544         * in target 'installdirs' added line create directory for pic16
7545         headers in the installation path
7546
7547 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7548
7549         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7550          a function call
7551
7552 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7553
7554         * configure,
7555         * device/lib/configure.in,
7556         * device/lib/configure: fixed for autoconf 2.57
7557
7558 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7559
7560         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7561         option so that it actually works. Made it specific to the z80, since
7562         the gbz80 doesn't have these kinds of I/O ports.
7563
7564 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7565
7566         * device/include/z180.h,
7567         * device/lib/_memcpy.c,
7568         * device/lib/_memmove.c,
7569         * device/lib/_mulint.c,
7570         * device/lib/ser_ir.c,
7571         * device/lib/ser_ir_cts_rts.c,
7572         * device/lib/_strcmp.c,
7573         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7574         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7575         portmode; added deprecation warning for bank= and protmode= forms.
7576         Also, guard against buffer overflow.
7577         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7578
7579 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7580
7581         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7582         changed interrupt vector table generation to only emit declared vectors.
7583         * device/include/Makefile.in: added missing backslash
7584         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7585
7586 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7587
7588         Mainly changes to support compilation of the device libraries
7589         * src/pic16/device.c: stack is allocated via symbol and not
7590         via literal number. The symbol is placed in the corresponding
7591         position of the data ram
7592         * (pic16_dump_section): relocatable and absolute uninitialized
7593         data are now emitted in sorted order to reduce section naming,
7594         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7595         weren't marked as being in the access bank,
7596
7597 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7598
7599         Added portion of GNU PIC Library under the directory
7600         device/include/pic16 and device/lib/pic16. These files
7601         contain the declarations of SFRs for the PIC18Fxx2 devices.
7602         The directory is initialized via configure from toplevel.
7603
7604 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7605
7606         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7607         the spilllocations to be compared correctly
7608
7609 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7610
7611         * src/SDCCast.c (decorateType): fixed bug introduced today
7612
7613 2004-01-12  Borut Razem <borut.razem AT siol.net>
7614
7615         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7616         doc/sdccman.lyx: upper case pragmas are deprecated
7617
7618 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7619
7620         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7621         in simpler and even better code
7622
7623 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7624
7625         * src/SDCCicode.c (operandOperation): fixed bug #874819
7626         * src/SDCCast.c (decorateType): fixed
7627         char foo (unsigned long ul) { return ul > 0; }
7628
7629 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7630
7631         * doc/sdccman.lyx: Moved and added some sections, small changes
7632         all over. Telling LaTeX to be less strict with word spacing
7633         to better keep the right margin. Changed some notes about
7634         maintainance of the ports in section 3.2.1 - is it OK like this?
7635
7636 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7637
7638         SDCC source changes:
7639         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7640         convilong): modified to inform the pic16 port that builtin functions
7641         are external
7642
7643         PIC16 PORT specific changes:
7644         * src/pic16/device.c pic16_dump_equates() added,
7645         processor registers declared internally by the port are emitted in
7646         the translation as equates,
7647         * src/pic16/gen.c: inline code is passed unprocessed to the
7648         translation,
7649         * (pic16_popGetLit2): fnuction modified to take second operand as
7650         pCodeOp pointer and not as literal,
7651         * (popRegFromIdx): prefixed with pic16_,
7652         * (pic16_popCombine2): modified to receive already allocated pCode
7653         operands,
7654         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7655         * (genFunction): initializes local stack frame and pushes on stack
7656         all the registers used by this function,
7657         * (genEndFunction): restores all registers from stack and restores
7658         stack frame,
7659         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7660         improvements,
7661         * (pic16glue): changed the program startup sequence,
7662         * added new dbName code 'A' for functions placed in absolute section
7663         * src/pic16/main.c: added function attribute _naked,
7664         * added pragma 'code' to place a fnuction at an absolute address,
7665         * added command line arguments --debug-ralloc and --pcode-verbose,
7666         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7667         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7668         * (pic16_newpCodeOpLit2): modified to take the second operand as
7669         pCodeOp pointer,
7670         * (pic16_printpBlock): modified to emit each function in a separate
7671         section,
7672         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7673         UPPER for immediate operands,
7674         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7675         instruction,
7676         * src/pic16/peeph.def: all peepholes with movff are commented out,
7677         because there is a problem in the pcode peep optimizer,
7678         * src/pic16/ralloc.c: the register allocator can now reuse local
7679         function symbols for another function. This saves register usage.
7680         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7681
7682         Added file src/pic16/NOTES with information about program writing on
7683         the current port version.
7684
7685 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7686
7687         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7688         and peephole 252 (array access)
7689
7690 2004-01-09  Borut Razem <borut.razem AT siol.net>
7691
7692         * src/SDCCmain.c : fixed #872250: -l command line defined library
7693           files are scanned before standard library files
7694
7695 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7696
7697         * src/SDCCast.c (decorateType): fixed bug #874046
7698
7699 2004-01-09  Borut Razem <borut.razem AT siol.net>
7700
7701         * support/scripts/sdcc.nsi: remove previous installation
7702
7703 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7704
7705         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7706         bytes for last interrupt vector (mcs51)
7707         * sdcc.spec: fixed typo
7708
7709 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7710
7711         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7712         gen51Code): more efficient parameter receive for --model-large
7713         ("bug" #845294)
7714
7715 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7716
7717         * src/ds390/main.c,
7718         * src/z80/main.c: added missed needLinkerScript flags (more than
7719         one port structure defined in these file)
7720         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7721         bug #795325
7722
7723 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7724
7725         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7726         * src/port.h: added flag needLinkerScript in port->linker
7727         structure to inform whether to create a .lnk file or not,
7728         * src/avr/main.c,
7729         * src/ds390/main.c,
7730         * src/hc08/main.c,
7731         * src/mcs51/main.c,
7732         * src/pic/main.c,
7733         * src/pic16/main.c,
7734         * src/xa51/main.c,
7735         * src/z80/main.c: changed appropriately to configure
7736         needLinkerScript flag
7737         * src/pic/gen.c,
7738         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7739         * src/pic/glue.c: added variable udata_section_name to
7740         override default uninitialized data segment definition for
7741         devices only with SHAREBANK memory (reported from Erik Epetrich)
7742         * (pic14emitOverlay): modified to emit a commented overlay segment
7743         directive when no overlay data exist
7744         * (picglue): modified to emit uninitialized data segment
7745         according to udata_section_name
7746         * src/pic/main.c (_pic14_parseOptions): added command line
7747         options --udata-section-name=[name] to override default
7748         udata definition name
7749         * modified _linkCmd and _asmCmd to include compiler passed
7750         arguments via -W option
7751         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7752         object file from '.rel' to '.o' in port->linker structure,
7753         changed size of fptr from 2 to 3 in port structure
7754
7755 2004-01-07  Borut Razem <borut.razem AT siol.net>
7756
7757         * support/scripts/sdcc.nsi: update PATH
7758         * support/scripts/sdcc.ico: craeted
7759
7760 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7761
7762         * device/include/Makefile.in: fix install
7763         * doc/Makefile: fix install
7764
7765 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7766
7767         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7768         in bug #860505
7769         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7770         how the function variable allocation summary is displayed; also
7771         include information about variables allocated to the overlay
7772         segment
7773
7774 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7775
7776         * as/mcs51/lkmain.c: Help about -Y option
7777         * as/mcs51/lkarea.c: Fixed gcc warnings
7778
7779 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7780
7781         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7782         fixed warning
7783         * support/valdiag/tests/overflow.c: added
7784         * src/SDCCast.c (decorateType),
7785         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7786         LEFT_OP (left shift)
7787
7788 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7789
7790         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7791         (default behaviour).
7792
7793 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7794
7795         A python script to validate compiler diagnostic messages. It can be
7796         used to verify that sdcc complains about bad c source code and
7797         gives a good location of the error.
7798         * support/valdiag/Makefile,
7799         * support/valdiag/valdiag.py,
7800         * support/valdiag/tests/*
7801
7802 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7803
7804         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7805         * src/SDCCsymt.c (newEnumType),
7806         * src/SDCCsymt.h
7807         * support/Util/SDCCerr.c,
7808         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7809         enum related bugs.
7810         * support/regression/tests/enum.c: added test for enum values that
7811         require at least 2 bytes of storage.
7812
7813 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7814
7815         * src/common.h: added ifndef/define/endif macros
7816         around the header file.
7817         Bug reported from Jesus Calvino-Fraga
7818
7819 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7820
7821         * sdcc.spec: updated
7822         * device/include/Makefile.in: don't install CVS directories
7823         * device/lib/Makefile.in: added removal of CVS directories after install
7824         * doc/Makefile: fixed install, added local_icons
7825         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7826         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7827         * src/ds390/gen.c (genRightShift): fixed bug #870788
7828         * src/SDCCast.c (decorateType): fixed bug #870781
7829
7830 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7831
7832         PIC16 port related changes:
7833         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7834         added variable stackPos,
7835
7836         * gen.c: genCall, assignResultValue: added support for
7837         pushing/retrieving function parameters to/from stack,
7838         genFunction,genEndFunction: setup stack frame for the
7839         generated function,
7840         genAddrOf: will be changed according to bug 863624
7841
7842         * added files genutils.c and genutils.h which contain gen*
7843         debugged and optimised functions extracted from gen.c
7844
7845         * glue.c: added variable 'externs' which holds extern symbols,
7846         pic16emitRegularMap: is modified to properly handle relocatable
7847          symbols under the new scheme,
7848         pic16createInterruptVect: is modified
7849         pic16printPublics: is modified to emit 'global' assembler directives,
7850         added pic16_printExterns to print extern symbols,
7851         pic16glue: initializes stack/frame pointer in the beginning of
7852         the assembly output. Temporary hack, will be corrected later,
7853         because gplink yet does not support stack and SDCC does not
7854         yet support a type of crt0.o object to create the final binary.
7855
7856         * Removed many lines that contain 8051 legacy code.
7857         * The code is finally placed under a 'code' directive.
7858         * Added port specific options.
7859
7860         * _process_pragma: simplified since now we do not need *special*
7861         include file to define SFR registers. But a separate header
7862         will be needed. This will be developed later.
7863         * _pic16_parseOptions: added, parses port specific options:
7864         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7865         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7866         --preplace-udata-with=
7867
7868         * _pic16_setDefaultOptions: modified to initialize section names,
7869         but hack is temporarly out of order since it needs improvement.
7870         * _pic16_genAssemblerPreamble: configuration words are emitted by
7871         their address instead of their name. This part is incomplete and
7872         supports only the 18Fxx2 devices. Other devices will emit an error
7873         during assembly since they do not contain the same set of config
7874         registers
7875         * _pic16_genIVT: is modified,
7876
7877         * pcode.c: added definitions for some hardware registers that are needed
7878         for stack support
7879         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7880         All PCI entries are updated. Now LFSR is supported.
7881         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7882         * added pic16_newpCodeOpLit2 to support instructions with
7883         two literal arguments
7884         * pic16_pCode2str: corrected code that emits assembler instructions
7885         with two literal operands and those that have an access bit modifier
7886         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7887         this fixes a bug which caused some labels to be lost, when an
7888         assembler directive was added, i.e. banksel,
7889         * pic16_FixRegisterBanking: improved logic that causes the insertion
7890         of bank switching,
7891         * InlineFunction: functions that are called once, are not any more
7892         inlined. This can be a port option in the future,
7893
7894         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7895
7896         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7897         hold the corresponding uninitialized symbols,
7898         * pic16_allocProcessorRegister: registers have explicit marked the
7899         accessBank field,
7900         * pic16_allocInternalRegister: registers are explicit marked as
7901         not used,
7902         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7903         processing list, so bit registers were lost,
7904         *
7905
7906         * ralloc.h: added field 'accessBank' and original symbol operand
7907         in register definition,
7908         * removed the field isMapped from register definition,
7909
7910         ** Several functions have been removed from various sources:
7911         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7912         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7913         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7914         pic16_assignRelocatableRegisters
7915
7916         ** others have been introduced:
7917         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7918         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7919
7920 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7921
7922         * support/scripts/inc2h.pl: changed definition of BIT_AT
7923         to emit 'sbit at' instead of 'bit at'. This was a request.
7924
7925         PIC16 port related preliminary changes:
7926         * gen.c: prefixed function popRegFromString with
7927         pic16_ and all references to it corrected
7928         * pcode.c: all pic16_pc_* hardware registers prefixed
7929         with underscore (_),
7930         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7931         * ralloc.c: newReg(): when register is REG_SFR then
7932         set address to rIdx,
7933         pic16_allocProcessorRegister(): marks register wasUsed=0
7934         pic16_writeUsedRegs(): added a call to assign processor
7935         registers via pic16_assignFixedRegisters
7936
7937 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7938
7939         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7940         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7941         variables in unused register banks.  Also the SSEG is placed
7942         wherever there is enough space for it, and IDATA can be anywhere
7943         in internal RAM.  For now compile using -Wl-Y[stack_size].
7944         The mem file is different for this option as well, since it
7945         makes no sense of talking about DSEG lenght.
7946
7947 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7948
7949         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7950         in certain cases, e.g. when ROM assignment, patch provided
7951         from Albert den Haan.
7952
7953 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7954
7955         Many signedness and type propagation fixes:
7956         * src/SDCCicode.c: made geniCodeCast() static
7957         replaced SPEC_ by IS_ (cosmetic)
7958         (operandOperation): fixed div and mod operation
7959         (usualBinaryConversions): added support for promotion of char
7960         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7961         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7962         (geniCodeAdd): an array index will stay unsigned, even if promoted
7963         from char to int
7964         (geniCodeArray): ditto
7965         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7966         * src/SDCCsymt.c (computeType): added more support for char;
7967         promotion of char is selectable by promoteCharToInt, fixed signedness
7968         for all cases
7969         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7970         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7971         * src/SDCCval (val*): replaced signedness calculation by
7972         computeType()
7973         rearranged if-branches (cosmetic)
7974         (valShift): added warning W_SHIFT_CHANGED
7975         (valCompare): fixed problem with different types
7976         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7977         * support/regression/tests/literalop.c: added many cases
7978         * support/regression/tests/ast_constant_folding.c: changed finally to
7979         'unsigned int'
7980         * .version: new year, new version: 2.3.7
7981         * src/SDCCmain.c (main): applied patch #866468
7982         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7983         provided by Scott Bronson
7984         * doc/sdccman.lyx: updated documentation for sdcdb
7985         updated and added chapter tips
7986
7987 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7988
7989         * src/SDCCsymt.h: missing from yesterday's commits
7990
7991 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7992
7993         * src/SDCC.y (struct_or_union_specifier),
7994         * support/Util/SDCCerr.c,
7995         * support/Util/SDCCerr.h: verify that struct & union tags are used
7996         as declared.
7997
7998 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7999
8000         * src/SDCCglobl.h: missing from yesterday's commits
8001
8002 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8003
8004         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8005         sft_attributes, struct_declaration, parameter_declaration,
8006         type_name, start_block, declaration_list),
8007         * src/SDCC.lex (check_type): support redefinition of typedef names
8008
8009 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8010
8011         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8012         aligned xdata arrays. Erik helped me with the if clause.
8013
8014 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8015
8016         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8017         warning
8018
8019 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/SDCCast.h,
8022         * src/SDCCast.c (newAst_),
8023         * src/SDCCicode.h,
8024         * src/SDCCicode.c (ast2iCode, newiCode),
8025         * src/SDCCglobl.h,
8026         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8027         expr, statement, expression_statement, selection_statement,
8028         iteration_statement, expr_opt, jump_statement): foundation for tracking
8029         sequence points
8030         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8031         point code too)
8032
8033 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8034
8035         * support/Util/SDCCerr.c,
8036         * src/SDCCast.h,
8037         * src/SDCCast.c (createCase, createDefault, decorateType),
8038         * src/SDCClabel.c (labelUnreach),
8039         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8040         to error messages.
8041         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8042         (with thanks to Stas Sergeev)
8043         * device/include/time.h,
8044         * device/lib/time.c (CheckTime): suppress unreachable code warning
8045
8046 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/SDCCast.c (createIvalCharPtr),
8049         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8050         bug #753752)
8051         * support/regression/tests/nullstring.c: tests for these two bugs
8052
8053 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8054
8055         * support/Util/SDCCerr.h,
8056         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8057         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8058         about storage class and 'at' used inside struct or union
8059         * src/SDCCBBlock.c (iCodeFromeBBlock),
8060         * src/SDCCcse.c (ifxOptimize),
8061         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8062         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8063         printIval, emitStaticSeg, emitOverlay),
8064         * src/SDCClabel.c (deleteIfx),
8065         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8066         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8067         gatherAutoInit, processParms),
8068         * support/Util/SDCCerr.h,
8069         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8070         reporting for post-parse errors.
8071
8072 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8073
8074         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8075         implicit casts via union; they don't work on big endian systems
8076         (possible fix for bug #861138)
8077
8078 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8079
8080         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8081         * src/mcs51/main.c: fixed the fix for bug #737001
8082
8083 2003-12-15  Borut Razem <borut.razem AT siol.net>
8084
8085         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8086
8087 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8088
8089         * support/makebin/makebin.c: put output in binary mode
8090
8091 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8092
8093         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8094         xdata and data memory on startup. Set the environment variable
8095         SDCC_NOGENRAMCLEAR to disable this.
8096         * src/mcs51/peephole.def,
8097         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8098         (allows non-interrupt and interrupt code to safely compete for a resource
8099         without the non-interrupt code having to disable interrupts)
8100
8101 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8102
8103         * src/SDCCicode.c (geniCodeAdd),
8104         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8105         with valFromType if type might be a pointer and host is big endian).
8106         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8107         types, not just integer types.
8108         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8109         multiply defined with mismatching "at" address.
8110
8111 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8112
8113         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8114         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8115         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8116         with embedded nulls (fixed bug #753752)
8117
8118 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8119
8120         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8121         Apparently this did not see much testing (endless loop)
8122
8123 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8126
8127 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8130         gracefully handle NULL memmap pointers
8131
8132 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8133
8134         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8135         instead of deleting the iCode when an operand is volatile
8136         * src/z80/gen.c (genDummyRead),
8137         * src/mcs51/gen.c (genDummyRead),
8138         * src/ds390/gen.c (genDummyRead),
8139         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8140         not just IC_RIGHT
8141         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8142         * src/SDCC.y: fixed bug #850420
8143
8144 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8145
8146         Applied z80 i/o port patch from Peter Townson and fixed some operators
8147         to better handle operands in A register.
8148         * device/include/z180.h
8149         * src/SDCC.y
8150         * src/SDCCglue.c
8151         * src/z80/gen.c
8152         * src/z80/gen.h
8153         * src/z80/main.c
8154         * src/z80/peeph-z80.def
8155         * src/z80/peeph.def
8156         * src/z80/z80.h
8157
8158 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8159
8160         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8161
8162 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * device/lib/hc08/_mullong.c: Removed extra #endif
8165
8166 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8167
8168         * sim/ucsim/hc08.src/inst.cc,
8169         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8170         carries from x to h
8171         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8172         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8173         * device/include/stdarg.h: fixed varargs for hc08
8174         * device/lib/Makefile.in,
8175         * device/lib/hc08/Makefile,
8176         * device/lib/hc08/_mulint.c,
8177         * device/lib/hc08/_mullong.c: fixed some endian problems
8178
8179 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8180
8181         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8182         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8183         * device/lib/_gptrget.c,
8184         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8185
8186 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8187
8188         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8189         * src/SDCCast.c (astErrors): fixed bug #846007
8190         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8191
8192 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8193
8194         * src/SDCCast.c (decorateType): disabled a transformation I added in
8195         revision 1.188 (access to fields of a structure at an absolute address);
8196         it breaks with bitfields, extern declarations, and gcse analysis.
8197         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8198         could be assigned through a pointer, so don't complain.
8199         * src/SDCCast.c (astErrors),
8200         * src/SDCCast.h,
8201         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8202
8203 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8204
8205         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8206         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8207         output of __config directives, since gpasm now supports them
8208         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8209         pre-processor macro, i.e. -DMCU=p18f452
8210         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8211         and modified to handle 'cast' icode similarly to '=' icode
8212         * src/pic16/device.h (typedef struct PIC_device): added field
8213         'extMIface' to indicate that chip has external memory interface
8214         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8215         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8216         18F8720
8217
8218 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8219
8220         * src/SDCC.y (pointer): fixed bug #846006
8221         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8222         * src/SDCCast.c (decorateType): fixed bug #846009
8223         * src/ds390/peeph.def,
8224         * src/ds390/gen.c (genAnd, genOr),
8225         * src/mcs51/peeph.def,
8226         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8227
8228 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8229
8230         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8231         * src/SDCCdflow.c
8232         * src/SDCCcse.c
8233         * src/SDCCcse.h
8234         * src/SDCCBBlock.h
8235         * src/SDCCBBlock.c
8236
8237 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8238
8239         fixed bug #845089
8240         * src/SDCCbitv.h,
8241         * src/SDCCbitv.c: added function to free a bitvector
8242         * src/SDCClrange.h,
8243         * src/SDCClrange.c: added function to recompute the liveranges
8244         * src/avr/ralloc.c,
8245         * src/ds390/ralloc.c,
8246         * src/hc08/ralloc.c,
8247         * src/mcs51/ralloc.c,
8248         * src/pic/ralloc.c,
8249         * src/pic16/ralloc.c,
8250         * src/xa51/ralloc.c,
8251         * src/z80/ralloc.c: recompute the liveranges after register packing
8252
8253 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8254
8255         * src/SDCCloop.c (newInduction): fixed bug #845630
8256
8257 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8258
8259         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8260         inadvertantly left behind from my 2003-11-12 change
8261
8262 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8263
8264         Updated headers I neglected to commit yesterday.
8265         * src/SDCClrange.h,
8266         * src/SDCCicode.h
8267
8268 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8271         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8272         * src/SDCCopt.c (eBBlockFromiCode),
8273         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8274         the creation of the key hash table from the sequencing so it can be used
8275         earlier (for some GCSE bug fixes still pending)
8276
8277 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8278
8279         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8280         * support/regression/tests/addsub.c: testing genPlus shortcut
8281
8282 2003-11-15  Borut Razem <borut.razem AT siol.net>
8283
8284         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8285
8286 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8289         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8290         ordering is immaterial.
8291         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8292
8293 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8294
8295         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8296         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8297         (SIGSEV) of bug #840381
8298         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8299         unlink new file before rename if new and old filenames are the same)
8300
8301 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8302
8303         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8304         uninitialized variables) for the mcs51. Set environment variable
8305         SDCC_GENRAMCLEAR to test.
8306         xdata initialization slightly shorter
8307
8308 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * src/SDCCsymt.h,
8311         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8312         #838241 & 780691 (basicly the same bug)
8313         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8314         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8315
8316 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8317
8318         * src/SDCCmain.c (linkEdit): "fix" #834252
8319
8320 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8321
8322         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8323         * src/SDCCast.h,
8324         * src/SDCC.y: fixed bug #819403
8325
8326 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8327
8328         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8329         the reentrant attribute.
8330         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8331         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8332         simulation
8333         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8334         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8335         erroneously reduced to a literal.
8336         * src/hc08/ralloc.c (packRegisters, rematStr),
8337         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8338         some cases
8339
8340 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8341
8342         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8343         * doc/sdccman.lyx: changed from 'article' to 'book'
8344         * doc/Makefile: readded test_suite_spec and cdbfileformat
8345
8346 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8347
8348         * device/include/stdlib.h: include malloc.h to comply with ANSI
8349         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8350
8351 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8352
8353         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8354         * doc/clean.mk: also remove *.out files
8355         * doc/sdccman.lyx: some additions, larger top/bottom margins
8356
8357 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8358
8359         * src/SDCC.y: fixed bug #837365
8360         * support/regression/tests/bitopcse.c
8361         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8362         a symbol (might be valop instead)
8363         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8364         * device/lib/clean.mk: added hc08 to the cleaning list
8365
8366 2003-11-04  Borut Razem <borut.razem AT siol.net>
8367
8368         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8369           made 2003-11-04
8370         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8371           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8372           malloc is declared in standard stdlib.h
8373
8374 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8375
8376         * device/lib/hc08/Makefile: need to clean .rel not .o files
8377         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8378
8379 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8380
8381         * src/port.h,
8382         * src/hc08/main.c,
8383         * src/mcs51/main.c,
8384         * src/ds390/main.c,
8385         * src/z80/main.c,
8386         * src/avr/main.c,
8387         * src/pic/main.c,
8388         * src/pic16/main.c,
8389         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8390         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8391         tests (which uses the port's oclsExpense function)
8392         * src/SDCC.y,
8393         * src/SDCCast.c,
8394         * src/SDCCicode.c,
8395         * src/hc08/gen.c,
8396         * src/ds390/gen.c,
8397         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8398
8399 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8400
8401         * src/SDCCcse.c (ifxOptimize),
8402         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8403         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8404         deleting the IFX iCode.
8405         * src/hc08/ralloc.c: reduced unneeded slocs
8406         * src/hc08/gen.c: fixed bug in asmopToBoolean
8407
8408 2003-11-04  Borut Razem <borut.razem AT siol.net>
8409
8410         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8411           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8412           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8413           transferred to configure
8414
8415 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8416
8417         Use headers defined in the C[++] standards:
8418         * sim/ucsim/gui.src/serio.src/fileio.cc
8419         * sim/ucsim/gui.src/serio.src/frontend.cc
8420         * sim/ucsim/gui.src/serio.src/main.cc
8421         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8422         * support/Util/NewAlloc.c
8423         * as/hc08/lklibr.c
8424         * as/mcs51/lklibr.c
8425         * as/z80/aslist.c
8426         * as/z80/assym.c
8427
8428 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8429
8430         * Added MSVC projects for hc08 assembler and linker:
8431         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8432         /as/hc08/link_hc08.dsp
8433
8434 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8435
8436         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8437
8438 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8439
8440         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8441
8442 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8443
8444         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8445
8446 2003-10-31  Borut Razem <borut.razem AT siol.net>
8447
8448         * support/cpp2/cpplib.h,
8449           support/cpp2/cpplib.c,
8450           support/cpp2/cpplex.c,
8451           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8452           to switch _asm block preprocessing on / off. Default is
8453           #pragma preproc_asm +
8454
8455 2003-10-31  Borut Razem <borut.razem AT siol.net>
8456
8457         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8458           when outputting comment blocks (when executed with -C option) and
8459           _asm (SDCPP specific) blocks
8460
8461 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8462
8463         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8464
8465 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8466
8467         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8468
8469 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8470
8471         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8472         * src/SDCCast.c (decorateType): fixed bug #832664
8473
8474 2003-10-31  Borut Razem <borut.razem AT siol.net>
8475
8476         * support\cpp2\cpplex.c: fixed for SDCPP:
8477           comments(when executed with -C option) and _asm blocks
8478           were included even if they where in skipped #if block.
8479           Applied solution from GCC cpp 3.3.2
8480
8481 2003-10-31  Borut Razem <borut.razem AT siol.net>
8482
8483         * src/SDCC.lex: sdcc now understands both formats:
8484           '# <line_number> <file_name>' and
8485           '#line <line_number> <file_name>'
8486         * support/cpp2/cppmain.c: sdcpp now generates the standard
8487           '# <line_number> <file_name>' instead of former
8488           '#line <line_number> <file_name>'
8489
8490 2003-10-30  Borut Razem <borut.razem AT siol.net>
8491
8492         * support/cpp2/cpphash.h,
8493         * support/cpp2/cpplib.h
8494         * support/cpp2/cpplex.c,
8495         * support/cpp2/cppmain.c,
8496         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8497
8498 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8499
8500         Fixed a number of problems revealed by bug #827883.
8501         * src/SDCCloop.c (loopInvariants): Spill location of the
8502         result operand should be recomputed if extracted from
8503         a loop. Also, don't extract assignments of an iTemp
8504         from a literal.
8505         * src/SDCCast.c (isConformingBody): loop reversal should
8506         not occur if the control variable is involved with a
8507         relational operator.
8508
8509 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8510
8511         * .version: bumped to 2.3.6 to reflect the big improvements
8512         made by Erik and Klaus. Thanks!
8513
8514 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8515
8516         Replaced the livrange code.
8517         * src/SDCClrange.c: added new LR code
8518         * src/SDCCloop.c,
8519         * src/SDCCBBlock.h: removed remainig parts from old LR code
8520         * src/ds390/ralloc.c,
8521         * src/ds390/gen.c: minor fixes to make it work with new code
8522
8523 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8524
8525         * as/hc08/asm.h,
8526         * as/hc08/lkrloc.c,
8527         * src/hc08/gen.c,
8528         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8529         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8530         (tweaked fix for bug #818696)
8531
8532 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8533
8534         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8535
8536 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8537
8538         * src/SDCCmain.c,
8539         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8540         * src/mcs51/gen.c (gencjneshort),
8541         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8542         more efficient (per Scott Bronson's suggestion)
8543
8544 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8545
8546         Extended the semantics of the critical keyword to include
8547         individual statements. See RFE #827755 and #799831
8548         * src/SDCC.y
8549         * src/SDCCicode.c
8550         * src/SDCCopt.c
8551         * src/SDCCast.c
8552         * support/Util/SDCCerr.c
8553         * support/Util/SDCCerr.h
8554         * src/mcs51/gen.c
8555         * src/ds390/gen.c
8556         * src/hc08/gen.c
8557
8558 2003-10-19  Borut Razem <borut.razem AT siol.net>
8559
8560         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8561
8562 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8563
8564         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8565         Fixed bug #818696
8566         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8567         and predecrement operand is displayed
8568
8569 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * src/SDCCval.c (valMinus): fixed bug #826041
8572
8573 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8574
8575         Some hc08 related updates that I missed earlier
8576         * sim/ucsim/stypes.h
8577         * support/regression/ports/hc08/spec.mk
8578
8579 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8580
8581         New target "hc08" for the Motorola 68hc08 family of micros
8582
8583         * configure
8584         * configure.in
8585         * Makefile
8586         * src/hc08/*
8587         * src/SDCCmain.c
8588         * src/port.h
8589         * sim/ucsim/hc08.src/*
8590         * sim/ucsim/configure.in
8591         * src/ucsim/configure
8592         * sim/ucsim/packages_in.mk
8593         * as/hc08/*
8594         * as/Makefile
8595         * device/include/mc68hc908qy.h
8596         * device/lib/hc08/*
8597         * device/lib/Makefile.in
8598         * support/regression/ports/hc08/*
8599         * support/regression/Makefile
8600
8601 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8602
8603         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8604         regression test
8605         * src/ds390/gen.c (genCast): fixed bug #821957
8606
8607 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8608
8609         * device/lib/logf.c: "fixed" overlay bug
8610         * support/regression/ports/host/spec.mk: added m library
8611         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8612         * support/regression/tests/float_trans: added (for Eric)
8613
8614 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8615
8616         * src/mcs51/gen.c (genCpl): fixed bug
8617         http://sf.net/mailarchive/message.php?msg_id=6263915
8618
8619 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8620
8621         * src/SDCCast.c (decorateType): added extended constant folding
8622         * src/SDCCsymt.c (computeType): cleanup
8623         * src/SDCCval.c (valShift): minor optimization
8624         * support/regression/tests/ast_constant_folding.c: added
8625
8626 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8627
8628         * src/SDCCmain.c: removed some unintended changes
8629
8630 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8631
8632         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8633         * src/z80/gen.c: fixed part of bug #817589
8634         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8635
8636 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8637
8638         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8639         * src/SDCCcflow.c
8640         * src/SDCCcse.c
8641         * src/SDCCdflow.c
8642         * src/SDCClabel.c
8643         * src/SDCClrange.c
8644         * src/SDCCmem.c
8645         * src/SDCCopt.c
8646         * src/SDCCpeeph.c
8647         * src/SDCCset.c
8648         * src/avr/ralloc.c
8649         * src/ds390/ralloc.c
8650         * src/izt/ralloc.c
8651         * src/mcs51/ralloc.c
8652         * src/pic/ralloc.c
8653         * src/pic16/ralloc.c
8654         * src/xa51/ralloc.c
8655         * src/z80/ralloc.c
8656         * src/z80/gen.c: removed unused label "release:"
8657
8658 2003-10-06  Borut Razem <borut.razem AT siol.net>
8659
8660         * src/SDCC.lex: removed definition of unused variables
8661           save_optimize and save_options
8662
8663 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8664
8665         * clean.mk: removed '=' in "-maxdepth=1"
8666         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8667         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8668
8669 2003-10-06  Borut Razem <borut.razem AT siol.net>
8670
8671         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8672           my_unput() replaced by unput()
8673
8674 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8675
8676         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8677         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8678         type-punned pointer will break strict-aliasing rules"
8679         Old LR behaviour is again default; Klaus' LR can be choosen by
8680         defining the environment variable LRKLAUS
8681         * src/SDCCBBlock.h
8682         * src/SDCCloop.c
8683         * src/SDCClrange.c
8684         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8685         * clean.mk: fixed removal of files in bin/CVS/
8686         * device/lib/clean.mk: fixed removal of directories small and large
8687         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8688         * src/SDCCicode.c,
8689         * src/SDCCval.c: removed superflous test for pedantic
8690
8691 2003-10-05  Borut Razem <borut.razem AT siol.net>
8692
8693         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8694           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8695           message "unmatched #pragma SAVE and #pragma RESTORE"
8696
8697 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8698
8699         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8700           assembly, critical functions, atomic, nojtbound)
8701
8702 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8703
8704         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8705         * src/SDCCBBlock.h
8706         * src/SDCCloop.c
8707         * src/SDCCloop.h
8708         * src/SDCClrange.c
8709
8710 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8711
8712         * src/z80/gen.h,
8713         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8714         * src/mcs51/gen.h
8715         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8716         * src/ds390/gen.h
8717         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8718         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8719         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8720
8721 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8722
8723         * src/z80/gen.c (genRet): fixed bug #524753
8724         * src/z80/gen.c (genCast): fixed internal error on cast from
8725         pointer to long
8726         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8727         fix for bug #477835 to the z80
8728         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8729         for tracking iCodes in the peephole optimizer for z80
8730
8731 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8732
8733         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8734         the other part of bug #814548
8735         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8736
8737 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8738
8739         * src/SDCCcse.c: fixed part of bug #814548
8740
8741 2003-09-28  Borut Razem <borut.razem AT siol.net>
8742
8743         * src/asm.c: rewrite of printILine() to use temporary file instead
8744           a pipe
8745         * src/xa51/main.c: commented out declaration of int rewinds
8746
8747 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8748
8749         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8750
8751 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8752
8753         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8754         * src/asm.c (printILine): Fixed bug #811015
8755
8756 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8757
8758         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8759         freeing.
8760
8761 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8762
8763         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8764         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8765         to correctly handle general case of AOP_PAIRPTR
8766         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8767
8768 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8769
8770         * src/mcs51/ralloc.c (fillGaps),
8771         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8772         register positioning bug)
8773
8774 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8775
8776         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8777
8778 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8779
8780         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8781         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8782         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8783         (ralloc doesn't intentionally do this now, but perhaps later)
8784         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8785         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8786         register positioning bugs (Fixed bug #762602 and #795325)
8787         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8788         (Fixed bug #808779)
8789         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8790         lines that --i-code-in-asm generates
8791
8792 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8793
8794         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8795         trying to fclose a FILE* that was already closed.
8796
8797 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8798
8799         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8800         of const struct should be treated as if const themselves)
8801
8802 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8803
8804         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8805
8806 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8807
8808         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8809         Unix (/n) and DOS (/r/n) line terminations.
8810
8811 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8812
8813         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8814         bug #613775
8815
8816 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8817
8818         * src/mcs51/gen.c (genFunction, genEndFunction),
8819         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8820         and restore of EA so that stack offsets to parameters are
8821         correct when using both critical and reentrant/stack-auto.
8822         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8823         size (can be triggered in error if sloc is shared between
8824         different sized objects)
8825         * device/include/float.h: fixed macros to explicitly use
8826         unsigned long where needed
8827
8828 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8829
8830         Feature req. 799831: added code to allow nesting of critical functions
8831         * src/mcs51/gen.c (genFunction, genEndFunction)
8832         * src/ds390/gen.c (genFunction, genEndFunction)
8833
8834 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8835
8836         * src/SDCCsymt.c (sclsFromPtr),
8837         * src/SDCCsymt.h,
8838         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8839         support for standard C idiom of memory mapped variables; for
8840         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8841         to xdata int at 0x1234 tempvar = 1.
8842         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8843         provided by Akiya ISHIDA
8844
8845 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8846
8847         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8848         * src/SDCCval.c (constVal): added reduction from int to char
8849         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8850         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8851         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8852         to ignore the sign
8853         * support/regression/tests/shifts.c: fixed
8854
8855 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8856
8857         * src/z80/gen.c (genXor): Fixed bug #805445
8858
8859 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8860
8861         Fixed bug #621531 (const & volatile confusion in the type chain).
8862         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8863         refer to the const or volatile state of the pointer itself.
8864
8865         * src/SDCCast.c
8866         * src/SDCCglue.c
8867         * src/SDCCicode.c
8868         * src/SDCCsymt.c
8869         * src/SDCCval.c
8870         * src/SDCC.y
8871         * src/SDCCsymt.h
8872         * src/pic/gen.c
8873         * src/pic/ralloc.c
8874         * src/pic16/gen.c
8875         * src/pic16/ralloc.c
8876         * support/regression/tests/const.c
8877
8878 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8879
8880         When checking for duplicated modules, use absolute paths
8881         instead of relative paths.  Files changed:
8882
8883         * as/mcs51/lklib.c
8884         * link/z80/lklib.c
8885
8886 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8887
8888         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8889
8890 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8891
8892         * device/include/string.h: added size_t typedef, changed
8893         prototypes to use size_t, eliminated separate reentrant and
8894         non-reentrant declarations, added _memmove declaration
8895         * device/lib/_memcpy.c: changed to use size_t instead of int,
8896         changed /4 to >>2 to avoid division library call
8897         * device/lib/_memcmp.c,
8898         * device/lib/_memset.c,
8899         * device/lib/_strncat.c,
8900         * device/lib/_strncpy.c,
8901         * device/lib/_strncmp.c: changed to use size_t instead of int
8902         * device/lib/_memmove.c: new file (fixed bug #772294)
8903         * device/lib/Makefile.in: added _memmove.c
8904         * device/lib/z80/asm_strings.s: fixed bug #772290
8905         * support/regression/tests/bitfields.c: attempt to fix host assertion
8906         failure on amd64-unknown-linux2.2
8907
8908 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8909
8910         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8911         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8912         * as/z80/asmain.c (main): fixed bug #801766
8913
8914 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8915
8916         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8917         compilers
8918
8919 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8920
8921         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8922         reported in bug #800609
8923
8924 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8925
8926         * Top header beautifications in src/pic16 directory:
8927           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8928           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8929           pcoderegs.h, ralloc.c, ralloc.h
8930         * main.c: added top header and GPL license notice
8931         * pcode.c: fixed the if-conditional warning
8932
8933 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8934
8935         * device/lib/_mullong.c: replaced int by short for gcc
8936
8937 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8938
8939         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8940         and JUMPTABLE iCodes properly now (worked by accident before)
8941         * src/mcs51/gen.c (leftRightUseAcc),
8942         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8943         iCode properly now. Use getSize instead of nRegs since a & b
8944         aren't part of the nRegs tally.
8945
8946 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8947
8948         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8949         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8950           before instructions that use the _STATUS register
8951
8952 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8955         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8956         fetching of the pointer
8957         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8958         copied from genNearPointerSet()
8959         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8960         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8961         If they pop r0/r1 they must be called in the opposite order than aopOp().
8962         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8963         (resp. --stack-auto), prepared for --xstack
8964
8965 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8966
8967         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8968
8969 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8970
8971         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8972         these ports have their own __sdcc_external_start()
8973
8974 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8975
8976         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8977         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8978         type for bits was changed. It resulted in bit variables becoming
8979         global, which is not permitted in PIC 14 assembly output.
8980
8981 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8982
8983         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8984
8985 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8986
8987         Z80 and MCS51 linkers complaint if a public symbol is defined
8988         in more than one library module:
8989
8990         * as/mcs51/lklib.c
8991         * link/z80/lklib.c
8992         * as/mcs51/Makefile.in
8993
8994 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8995
8996         A few small changes that speed up the peephole optimizer.
8997
8998         * src/SDCCpeeph.c
8999
9000 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9001
9002         Try to make the peephole optimizer smarter by maintaining
9003         an association between the assembly source code and the
9004         iCodes that originated them. Put this information to use
9005         with a new peephole rule condition "notVolatile" so that
9006         the rules can be aggressive yet still safe.
9007
9008         * src/SDCCpeeph.c
9009         * src/SDCCpeeph.h
9010         * src/mcs51/gen.c
9011         * src/mcs51/peeph.def
9012
9013 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9014
9015         Fixed bug #741761
9016
9017         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9018         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9019         if the left or right operand symbols have the accuse flag set.
9020
9021 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9022
9023         Changed the type of the result of the ! (NOT) operator to char;
9024         previously it returned the same type as the source. This allows
9025         us to eliminate all the genFloatNot functions (all of its target
9026         implementations were very buggy) since !float can use the same
9027         code as !long now.
9028
9029         * src/SDCCicode.c (ast2iCode): ! returns char
9030         * src/mcs51/gen.c (genNot, genNotFloat),
9031         * src/ds390/gen.c (genNot, genNotFloat),
9032         * src/z80/gen.c (genNot, genNotFloat),
9033         * src/pic/gen.c (genNot, genNotFloat),
9034         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9035
9036 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9037
9038         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9039         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9040            during interrupts. Ensure WSAVE is located at a shared bank address.
9041         2. Fixed page selection in some places
9042         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9043            the registers name strings.
9044         4. Fixed "signed / unsigned compare" compiler warnings.
9045         5. The PIC port manages its own allocation of the general purpose
9046            registers, but makes no attempt to reuse them. As a result when
9047            compiling it soon runs out of general purpose registers. Some
9048            additional code was added to the files pcode.c and device.c to walk
9049            through the function call tree and rename the registers so that they
9050            get reused.
9051
9052         * src/pic/device.c
9053         * src/pic/gen.c
9054         * src/pic/glue.c
9055         * src/pic/pcode.c
9056         * src/pic/pcode.h
9057         * src/pic/ralloc.c
9058         * src/pic/ralloc.h
9059         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9060         genPlus() & genMinus() when the result is the same as left or right
9061
9062 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9063
9064         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9065
9066 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9067
9068         Made bitfield a distinct type from bit so that bitfields
9069         convert as per ANSI C and bits retain their traditional
9070         boolean style behaviour. Implemented bitfield support in
9071         the z80 port.
9072
9073         * src/SDCCsymt.h,
9074         * src/SDCCsymt.c,
9075         * src/SDCCast.c,
9076         * src/cdbFile.c,
9077         * src/mcs51/gen.c,
9078         * src/ds390/gen.c: bit v bitfield split
9079         * src/z80/gen.c: New support for bitfields
9080         * support/regression/tests/bitfields.c: reenabled z80,
9081         added more tests
9082
9083 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9084
9085         Rules 246.x, 247.x relate to bitfields, the others speed up
9086         access to xdata mapped I/O devices.
9087
9088         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9089
9090 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9091
9092         Cleaned up genPackBits and genUnpackBits and added two helper
9093         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9094         for literal assignments in genPackBits (thanks to Frieder for
9095         reminding me).
9096
9097         * src/mcs51/gen.c
9098         * src/ds390/gen.c
9099
9100 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9101
9102         Fixed bug #748310 (pointer to function type mishandled when the
9103         function name is omitted). Also fixed a SIGSEGV when a function
9104         attribute (reentrant, etc) is used on a non-function or on a
9105         function but misplaced before the parameter list.
9106
9107         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9108         bug #748310
9109         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9110         * support/Util/SDCCerr.h,
9111         * support/Util/SDCCerr.c: Added func attr misuse error msg
9112
9113 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9114
9115         Fixed bug #787649 by anonymous
9116         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9117         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9118
9119 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9120
9121         Fixed numerous bitfield problems.
9122
9123         * src/SDCC.y: More bitfield related error checking
9124         * src/SDCCsymt.h,
9125         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9126         * support/Util/SDCCerr.h,
9127         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9128         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9129         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9130         * support/regression/tests/bitfields.c: tests added
9131
9132 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9133
9134         Made the constant following the "interrupt" keyword optional. If
9135         omitted, the function will not automatically be given an entry
9136         in the interrupt vector table (similar to #pragma NOIV, but
9137         less syntacticly kludgy). The interrupt number is also now
9138         range checked. Also fixed a bug in the high order bit example
9139         in the manual.
9140
9141         * src/SDCC.y
9142         * src/SDCCmem.c
9143         * src/SDCCglue.c
9144         * src/SDCCsymt.h
9145         * support/Util/SDCCerr.c
9146         * support/Util/SDCCerr.h
9147         * doc/sdccman.lyx
9148
9149 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9150
9151         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9152         * src/SDCCicode.c (operandOperation): rewritten some ops
9153         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9154         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9155         other type
9156         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9157         be re-activated by defining REDUCE_LITERALS)
9158         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9159         unsigned, but are signed by default
9160         * src/SDCCval.c (constVal): rearranged
9161         * src/SDCCval.c (valMod): preliminary fix
9162         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9163         * support/regression/literalop.c: added, work in progress
9164
9165 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9166
9167         Generate warnings for useless declarations like "char data;"
9168         that don't do what new users expect.
9169
9170         * src/SDCC.y
9171         * support/Util/SDCCerr.h
9172         * support/Util/SDCCerr.c
9173
9174 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9175
9176         * src/SDCCval.c (valMult): fix overflow detection of negative int
9177
9178 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9179
9180         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9181
9182         Changes to support big endian targets:
9183
9184         * src/ports.h
9185         * src/SDCCglue.c
9186         * src/avr/main.c
9187         * src/ds390/main.c
9188         * src/izt/i186.c
9189         * src/mcs51/main.c
9190         * src/pic/main.c
9191         * src/pic16/main.c
9192         * src/xa51/main.c
9193         * src/z80/main.c
9194
9195 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9196
9197         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9198         * device/lib/time.c: fixed warning "integer overflow in expression"
9199
9200 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9201
9202         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9203         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9204         constants are unsigned; added recognition of "u" flag for unsigned
9205         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9206         * src/SDCCval.c (valDiv, valMod): fixed signdness
9207         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9208         signedness of modulo, left and right shift
9209         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9210         * support/Util/SDCCerr.h: added warning W_INT_OVL
9211         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9212         * src/SDCCast.c (ast_print): improved output of constants
9213
9214 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9215
9216         Fixed some warnings when building with MSVC:
9217
9218         * as\mcs51\asdata.c
9219         * as\z80\asdata.c
9220         * as\mcs51\asm.h
9221         * as\z80\asm.h
9222         * link\z80\aslink.h
9223         * link\z80\lkdata.c
9224         * link\z80\lkeval.c
9225         * link\z80\lkgb.c
9226         * link\z80\lkihx.c
9227         * link\z80\lks19.c
9228         * link\z80\lksym.c
9229         * support\cpp2\cpplib.c
9230         * src\ds390\gen.c
9231         * src\mcs51\gen.c
9232
9233 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9234
9235         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9236
9237 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9238
9239         * support\librarian\clean.mk: Do not remove Makefile.
9240         * support\librarian\Makefile: added.
9241
9242 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9243
9244         Added librarian to MSVC build:
9245         * all.dsp
9246         * sdcc.dsw
9247         * support\librarian\librarian.dsp
9248
9249         'configure' not needed for librarian, removed:
9250         * support\librarian\configure
9251         * support\librarian\configure.in
9252         * support\librarian\config_in.h
9253         * support\librarian\Makefile.in
9254
9255         Hopefully these ones built the librarian and the rest of sdcc properly:
9256         * Makefile
9257         * Makefile.common.in
9258
9259         Messed up 'configure', so revert to previous version:
9260         * configure
9261         * configure.in
9262
9263 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9264
9265         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9266         there, while the mantissa of a double is "only" 53 bits wide.
9267
9268 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9269
9270         Adding sdcclib to the build.  MSVC project coming soon.
9271         Files added/changed:
9272
9273         * support\librarian\clean.mk
9274         * support\librarian\configure
9275         * support\librarian\configure.in
9276         * support\librarian\config_in.h
9277         * support\librarian\Makefile.bcc
9278         * support\librarian\Makefile.in
9279         * support\librarian\sdcclib.c
9280         * Makefile.bcc
9281         * Makefile
9282         * Makefile.common.in
9283         * configure
9284         * configure.in
9285
9286 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9287
9288         Linker now complaints if linked modules have conflicting options, for
9289         example, one compiled using --model-large and another one compiled with
9290         --model-small.  The following files were modified:
9291
9292         * as\mcs51\asdata.c
9293         * as\mcs51\aslink.h
9294         * as\mcs51\asm.h
9295         * as\mcs51\asmain.c
9296         * as\mcs51\asout.c
9297         * as\mcs51\i51pst.c
9298         * as\mcs51\lkdata.c
9299         * as\mcs51\lklibr.c
9300         * as\mcs51\lkmain.c
9301         * as\z80\asdata.c
9302         * as\z80\asm.h
9303         * as\z80\asmain.c
9304         * as\z80\asout.c
9305         * as\z80\z80pst.c
9306         * link\z80\aslink.h
9307         * link\z80\lkdata.c
9308         * link\z80\lklibr.c
9309         * link\z80\lkmain.c
9310         * src\SDCCglue.c
9311
9312 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9313
9314         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9315         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9316
9317 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9318
9319         * src/z80/mappings.i: fix _mul[us][int,long] entries
9320
9321 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9322
9323         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9324
9325 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9326
9327         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9328         * support/regression/tests/bitopcse.c: added
9329         fixed warning:
9330         * src/avr/gen.c:
9331         * src/pic/gen.c:
9332         * src/pic16/gen.c:
9333         * src/z80/gen.c:
9334         * src/xa51/gen.c:
9335
9336 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9337
9338         added support for new library format to z80, gbz80 linkers:
9339         *link/z80/aslink.h
9340         *link/z80/lklex.c
9341         *link/z80/lklib.c
9342         *link/z80/lklist.c
9343
9344 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9345
9346         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9347         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9348
9349 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9350
9351         added DUMMY_READ_VOLATILE:
9352         * src/SDCC.y:
9353         * src/avr/gen.c:
9354         * src/xa51/gen.c:
9355         * src/z80/gen.c:
9356         * src/pic/gen.c:
9357         * src/pic16/gen.c:
9358         * src/mcs51/gen.c:
9359         * src/ds390/gen.c:
9360         * src/SDCCcse.c (algebraicOpts): many improvements
9361         * src/SDCCcse.h: removed algebraicOpts()
9362         * src/SDCCicode.c (picDummyRead): added
9363
9364 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9365
9366         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9367         "Insufficient space in data memory".
9368
9369 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9370
9371         * src/mcs51/gen.c: fixed bug #771358
9372         * src/z80/gen.c: fixed bug #759087
9373
9374 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * src/pic16/glue.c: minor cleanup by Vangelis
9377
9378 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9379
9380         * device/include/regc515c.h: fixed #758477
9381         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9382         * device/lib/_gptrput.c: saved a few bytes
9383         * my tab spacing is 8, yours too?)
9384         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9385         * device/lib/serial.c: process RX bytes earlier than TX bytes
9386         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9387
9388 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9389
9390         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9391
9392 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9393
9394     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9395
9396 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9397
9398         * device/lib/Makefile.in: bad fix, reverted to 1.43
9399
9400 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9401
9402         * device/lib/Makefile.in: added missing z80 object files
9403
9404 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9405
9406         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9407         pic16 progress by Vangelis:
9408         * src/SDCCglobl.h:
9409         * src/SDCCmain.c:
9410         * src/pic/Makefile:
9411         * src/pic:
9412         * pic/Makefile:
9413         * pic16/device.c:
9414         * pic16/device.h:
9415         * pic16/gen.c:
9416         * pic16/gen.h:
9417         * pic16/genarith.c:
9418         * pic16/glue.c:
9419         * pic16/main.c:
9420         * pic16/pcode.c:
9421         * pic16/pcode.h:
9422         * pic16/pcodepeep.c:
9423         * pic16/peeph.def:
9424
9425 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9426
9427     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9428
9429 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9430
9431     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9432     added gbz80 build to MSVC project.
9433     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9434     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9435     from 8051 stuff and setup so it links using a .lnk file.
9436
9437 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9438
9439     * support/librarian/sdcclib.c: sdcc librarian.
9440     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9441     with sdcclib.
9442
9443 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9444
9445     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9446
9447 2003-07-02  Borut Razem <borut.razem AT siol.net>
9448
9449         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9450         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9451         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9452         src/xa51/main.c, src/z80/main.c:
9453         virtualization of glue() function: each port has it's own glue function,
9454         which is accessed by do_glue function pointer in PORT.general structure
9455
9456 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9457
9458         * DS800C400 fun, improved ROM interface and tinibios.
9459
9460 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9461
9462         * More support for DS80C400. Now includes beginning of interface to ROM.
9463
9464 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9465
9466         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9467
9468 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9469
9470         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9471
9472 2003-06-19  Borut Razem <borut.razem AT siol.net>
9473
9474         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9475
9476 2003-06-19  Borut Razem <borut.razem AT siol.net>
9477
9478         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9479         fixed Z80 port - crt0.o: cannot open.
9480
9481 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9482
9483         * support/Util/MySystem.c (merge_command): revert bad fix
9484
9485 2003-06-18  Borut Razem <borut.razem AT siol.net>
9486
9487         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9488
9489 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9490
9491         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9492         option --use-stdout sends errors to stdout instead of stderr.
9493
9494 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9495
9496         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9497
9498 2003-06-15  Borut Razem <borut.razem AT siol.net>
9499
9500         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9501         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9502         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9503         fixed width array of pointers replaced with sets;
9504         multiple include and lib paths ared transferred to preprocessor and linker
9505         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9506         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9507         fixed width array of pointers
9508         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9509         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9510         fixupPath(), getPathDifference()
9511         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9512         fixed width array of pointers
9513
9514 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9515
9516         * src/pic16/ralloc.c: fix warnings
9517         * src/pic16/pcode.c: fix warning
9518
9519 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9520
9521          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9522         know all the details, but essentially this set of changes enable
9523         the pic16 port to generate movff instructions and generate assembler
9524         directives,
9525         * src/SDCCmain.c:
9526         * src/pic16/gen.c:
9527         * src/pic16/glue.c:
9528         * src/pic16/pcode.c:
9529         * src/pic16/device.c:
9530         * src/pic16/main.c:
9531         * src/pic16/pcode.h:
9532         * src/pic16/pcoderegs.c:
9533         * src/pic16/ralloc.c:
9534         * src/pic16/ralloc.h:
9535
9536 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9537
9538         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9539         added option --vc, so sdcc errors and warnings are compatible with
9540         Microsoft Visual Studio.
9541
9542 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9543
9544         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9545           device/lib/libfloat.lib: added atof function.
9546
9547 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9548
9549         * doc/sdccman.lyx: updated to Lyx 1.3
9550         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9551         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9552         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9553
9554 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9555
9556         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9557
9558 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9559
9560         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9561           additions to the "related tools/documentation" section
9562
9563 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9564
9565         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9566
9567 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9568
9569         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9570         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9571
9572 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9573
9574         * doc/sdccman.lyx: fix double dash and other minor things
9575         * doc/Makefile: fix double dash
9576
9577 2003-05-28  Karl Bongers(patches from Martin Helmling)
9578         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9579           condition and ignore commands.
9580
9581 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9582
9583         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9584           is in parts still quite out of date, I did changes as far as I felt makes sense
9585           for a non-native english speaker.
9586           Please feel free to add to the manual or to correct my changes.
9587         * doc/Makefile: undid touching the date of intermediate tex files.
9588
9589 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9590
9591         * doc/sdccman.lyx: Manual has an index now
9592
9593 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         Finalize muluint/mulsint and mululong/mulslong merging:
9596         * device/lib/_mulint.c
9597         * device/lib/_mullong.c
9598         * device/lib/gbz80/mul.s
9599         * device/lib/gbz80/stubs.s
9600         * device/lib/z80/mul.s
9601         * device/lib/z80/stubs.s
9602         * src/SDCCsymt.c (initCSupport)
9603
9604 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9605
9606         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9607         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9608           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9609           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9610           instead of /Zm500.
9611
9612 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9613
9614         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9615           the regression tests I'm not brave enough to enable 245.b, 245.c
9616         * doc/sdccman.lyx: added latex preamble for hyperref package.
9617           Using pdflatex this will give you a hyperlinked pdf file with
9618           bookmarks. (prepend '%' before /usepackage if this breaks something)
9619
9620 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9621
9622          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9623
9624 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9625
9626         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9627
9628 2003-05-21    <johan AT balder>
9629
9630         * src/SDCCglue.c (printIval): fixed bug #739934
9631
9632 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9633
9634         Applied patch from bug 737905 (renamed yylineo to mylineno):
9635         * src/altlex.c
9636         * src/SDCCast.c
9637         * src/SDCglobl.h
9638         * src/SDCC.lex
9639         * src/SDCCsymt.c
9640         * src/SDCCval.c
9641         * src/pic16/pcode.c: Cleaned warnings
9642         * src/pic16/pcodeflow.c: Cleaned warnings
9643         * src/pic16/pcoderegs.c: Cleaned warnings
9644
9645 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9646
9647         * src/pic16/pcode.c: Cleaned warnings
9648         * src/pic16/pcodepeep.c: Cleaned warnings
9649         * src/pic16/ralloc.c: Cleaned warnings
9650
9651 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * doc/sdccman.lyx: fixed bug 739745
9654         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9655
9656 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9657
9658         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9659         it can be defined with CFLAGS when running configure
9660         * src/SDCCmain.c: fixed compiling + linking with object files
9661
9662 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9663
9664         * configure.in: configure for pic16 port,
9665             added --disable-pic16-port
9666         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9667         * src/SDCCmain.c: linkOptions is changed to set *,
9668             added if/endif conditional macros to remove options help
9669             messages from optionsTable when a port is not configured, added
9670             support for the PIc16 port in the ports table, when executing
9671             the compiler with no port specified on command line, a default
9672             port is selected with the new macro DEFAULT_PORT which is
9673             defined in port.h, in setDefaultOptions() linkOptions is removed
9674             from initialization assignment, since now it is a set,
9675             parseCmdLine uses setParseWithComma for linkOptions, in
9676             linkEdit() linkOptions are accessed with new function indexSet()
9677             which returns the i'th item of a set variable. See SDCCset.c, in
9678             linkEdit() when calling buildCmdLine(), added linkOptions as
9679             last argument. Now users can pass arguments to gplink via the
9680             -Wl option, main() uses pic16glue() to glue up pic16 programs
9681         * src/SDCCpeeph.c: various changes to support pic16
9682         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9683             return the i'th item of the set
9684         * src/SDCCset.h: added function prototype for indexSet()
9685         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9686         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9687         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9688             added macro DEFAULT_PORT
9689         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9690         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9691             generated
9692         * src/pic16/glue.c: commented out some error producing lines
9693         * src/pic16/main.c: __config directives are commented out to stop
9694             gpasm complaining and test the linkage with gplink, _linkCmd and
9695             _asmCmd changed to be more gplink and gpasm friendly
9696         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9697             produced an error when parsed, peep rule 12 is added to utilize
9698             movff, but it is commented out since the pCode does not support
9699             yet a command with 2 address arguments
9700
9701 2003-05-18    <johan AT balder>
9702
9703         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9704         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9705 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9706
9707         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9708   Added feature to script commands from file.
9709
9710 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9711
9712         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9713         * src/SDCCutil.c: include ctype.h for win32
9714
9715 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9716
9717         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9718
9719 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9720
9721         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9722   Fixed so you can set breakpoints prior to run, run does not stop
9723   on entry now.  Add tbreak.  Other enhancements and fixes for use
9724   with ddd.
9725
9726 2003-05-12  Borut Razem <borut.razem AT siol.net>
9727
9728         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9729
9730 2003-05-11  Borut Razem <borut.razem AT siol.net>
9731
9732         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9733         the path of bin directory, so that PATH is the only env. variable, which has to be set
9734         in case of standard installation.
9735         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9736         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9737         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9738
9739 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9740
9741         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9742         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9743         temp files are in the port dir; clean the gen/test directory when
9744         generating new test.c
9745         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9746         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9747         * support/regression/tests/zeropad.c: added
9748
9749 2003-05-09    <johan AT balder>
9750
9751         * src/SDCCglue.c: fixed bug #597940
9752
9753 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9754
9755         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9756   cache sfr, optimize next,step, fix off by one sourceline,
9757   support ddd list function.
9758         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9759
9760 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9761
9762         * support/regression/HTMLgen.py: added compare_s2f()
9763         * support/regression/Makefile: redo 1.27
9764         * support/regression/generate-cases.py: redo 1.5
9765
9766 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9767
9768         * support/regression/tests/float.c: workaround 33 bit hex constant
9769         * support/regression/tests/simplefloat.c: fix division for host
9770
9771 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9772
9773         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9774         that tame's the PIC's over-aggressive optimizer.
9775
9776 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9777
9778          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9779          support for MSVC.
9780
9781 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9782
9783         Initial support for DS80C400. "Hello world" runs on TINIm400
9784         (with polled I/O).
9785
9786 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9787
9788          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9789          * Some notes on ddd usage added in debugger/README
9790          Martin Helmling adding more features and fixes for ddd GUI debugger.
9791          Code added for nexti, stepi, up, down, and other adjustments.
9792
9793 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9794
9795         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9796         * src/pic/peeph.def Added two rules to optimize carry manipulation
9797         * src/pic/* removed debug printfs
9798
9799 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9800
9801         * debugger/mcs51/cmd.c: added header newalloc.h
9802
9803 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9804
9805         * as/Makefile: new EXEEXT
9806         * as/z80/Makefile: remove trailing slash of BUILDIR
9807         * as/z80/clean.mk: new EXEEXT
9808         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9809         * support/cpp2/Makefile.in: new EXEEXT
9810         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9811
9812 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9813
9814         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9815         EXEEXT was introduced to fix all related problems with targets
9816         "clean", "install" and "uninstall"; a couple of further flaws
9817         especially with "clean" have been fixed too
9818         * as/mcs51/Makefile.in
9819         * as/mcs51/clean.mk
9820         * as/z80/Makefile
9821         * Makefile
9822         * clean.mk
9823         * debugger/mcs51/Makefile.in
9824         * debugger/mcs51/clean.mk
9825         * link/z80/Makefile
9826         * link/z80/Makefile.in
9827         * link/z80/clean.mk
9828         * link/Makefile
9829         * packihx/Makefile.in
9830         * packihx/clean.mk
9831         * sim/ucsim/Makefile
9832         * sim/ucsim/clean.mk
9833         * sim/ucsim/avr.src/Makefile.in
9834         * sim/ucsim/avr.src/clean.mk
9835         * sim/ucsim/s51.src/Makefile.in
9836         * sim/ucsim/s51.src/clean.mk
9837         * sim/ucsim/xa.src/Makefile.in
9838         * sim/ucsim/xa.src/clean.mk
9839         * sim/ucsim/z80.src/Makefile.in
9840         * sim/ucsim/z80.src/clean.mk
9841         * sim/ucsim/main_in.mk
9842         * sim/ucsim/packages_in.mk
9843         * sim/ucsim/gui.src/Makefile.in
9844         * sim/ucsim/gui.src/serio.src/Makefile.in
9845         * sim/ucsim/gui.src/serio.src/clean.mk
9846         * src/Makefile.in
9847         * src/clean.mk
9848         * support/cpp2/Makefile.in
9849         * support/cpp2/clean.mk
9850         * support/makebin/Makefile
9851         * support/makebin/clean.mk
9852         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9853         * doc/sdccman.lyx: --program-suffix no longer needed
9854
9855 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9856
9857          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9858          Martin Helmling added support for ddd GUI debugger.
9859          Code added to display assembly, set variables, and other commands
9860          to interface to ddd.
9861
9862 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9863
9864         * as/Makefile: fix target clean
9865         * as/clean.mk: fix target clean
9866         * as/z80/clean.mk: fix target clean
9867
9868 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9869
9870         * Makefile.common.in: added  AT EXEEXT AT
9871         * configure.in: removed all mingw32 stuff
9872         * configure: rebuilt from configure.in
9873         * doc/sdccman.lyx: updated section "installation"
9874         * support/scripts/sdcc_mingw32: adapted to configure
9875         * support/scripts/sdcc_cygwin_mingw32: added
9876
9877 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9878
9879         * src/pic Added object file support for the PIC port
9880         * src/pic Applied patch from Craig Franklin (this started the object file support)
9881         * src/regression Updated the PIC regression tests for object files
9882
9883 2003-04-20  Borut Razem <borut.razem AT siol.net>
9884
9885         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9886           lklex.c: In function `getfid':
9887           lklex.c:203: warning: array subscript has type `char'
9888         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9889           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9890         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9891           stack handling macros
9892
9893 2003-04-19  Borut Razem <borut.razem AT siol.net>
9894
9895         * "handling space characters in file path" task:
9896         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9897         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9898         * support/Util/MySystem.h: make it self-sufficient
9899         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9900           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9901           handling space characters in file path
9902         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9903           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9904         * support/Util/MySystem.c: handling space characters in executable's path
9905
9906 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9907
9908         * as/z80/Makefile: fix permanent rebuild of z80
9909         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9910         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9911
9912 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9913
9914         * src/SDCCopt.c: add special case optimization to replace modulo by
9915           a power of two with a bitwise AND.
9916
9917 2003-04-18    <johan AT balder>
9918
9919         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9920
9921 2003-04-17    <johan AT balder>
9922
9923         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9924         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9925
9926 2003-04-13  Borut Razem <borut.razem AT siol.net>
9927
9928         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9929         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9930           fixed mingw problem in adl_NORMALIZE_PATH
9931
9932 2003-04-12  Borut Razem <borut.razem AT siol.net>
9933
9934         * fixed "#pragma SAVE/RESTORE can not be nested":
9935         * src/SDCC.lex: reworked pragma handling functions
9936         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9937         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9938
9939 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9940
9941         * src/SDCCutil.c (pathEquivalent): defined but not used
9942         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9943         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9944         * configure: rebuilt from configure.in
9945         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9946         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9947         * device/include/Makefile.in: replace sdcc_datadir
9948         * device/lib/Makefile.in: replace sdcc_datadir
9949         * Makefile.common.in: add LDFLAGS from configure
9950         * packihx/Makefile.in: use LDFLAGS
9951         * src/Makefile.in: use LDFLAGS
9952         * support/cpp2/Makefile.in: add LDFLAGS from configure
9953         * support/makebin/Makefile: use LDFLAGS
9954         * .version: bumped version number to 2.3.5
9955
9956 2003-04-12  Borut Razem <borut.razem AT siol.net>
9957
9958         * completed "different paths" task:
9959         * src/SDCCmacro.c: fixed bug in handling quotes
9960         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9961         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9962
9963 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9964
9965         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9966
9967 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9968
9969         * ds390/gen.c ds390/peeph.def: fix bug 706781
9970
9971 2003-04-11  Borut Razem <borut.razem AT siol.net>
9972
9973         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9974
9975 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9976
9977         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9978         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9979          set - this bit used to not be set...).
9980         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9981           bad code in PIC Port
9982         * src/regression/and2.c added to test bug 609268
9983         * src/regression/Makefile added and2.c to regression test
9984
9985
9986 2003-04-08    <johan AT CP255758-A>
9987
9988         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9989         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9990         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9991
9992 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9993
9994         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9995         fix bug #487815
9996         * support/cpp2/Makefile.in: fix bug #487815
9997         * configure: rebuilt from configure.in
9998         * Makefile.common.in: docdir changed, new path suffixes
9999         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10000         * sdcc_vc_in.h: reflect changes from sdccconf.h
10001         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10002         * src/SDCCutil.h: remove BINDIR hack
10003         * doc/sdccman.lyx: update new path hierarchy
10004
10005 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10006
10007         * src/SDCCpeeph.c: added okToRemoveSLOC test
10008
10009 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10010
10011         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10012
10013 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10014
10015         * src/SDCCpeeph.c: added labelIsReturnOnly test
10016         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10017
10018 2003-04-05    <johan AT balder>
10019
10020         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10021         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10022         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10023         * src/SDCCast.c: fixed a warning
10024         * src/SDCCast.h: fixed a warning
10025         * src/SDCCicode.c (operandFromAst): fixed a warning
10026
10027 2003-04-04    <johan AT balder>
10028
10029         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10030         * src/SDCCast.c (decorateType): fixed bug #715076
10031         * src/SDCC.y: fixed bug #702907
10032
10033 2003-04-03    <johan AT balder>
10034
10035         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10036         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10037         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10038         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10039         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10040
10041 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         * _decdptr.c: fix return values
10044         * _gptrget.c: fix return values
10045         * _gptrgetc.c: fix return values
10046         * _gptrput.c: fix return values
10047         * _mulint.c: fix return values
10048         * as/z80/Makefile: fix 'make -j' problem
10049
10050 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10051
10052         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10053         * configure.in: big cleanup, updated to autoconf 2.5x
10054         * configure: rebuilt from configure.in
10055         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10056         * sdcc_vc_in.h: reflect changes from sdccconf.h
10057         * doc/Makefile: fixed a flaw in "make install"
10058
10059 2003-04-02    <johan AT balder>
10060
10061         * src/ds390/gen.c (genCmp): no comments
10062         * src/mcs51/gen.c (genCmp): no comments
10063         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10064         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10065
10066 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10067
10068         * support/regression/generate-cases.py: place generated file in given sub directory
10069         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10070         * support/regression/Makefile: improvements for 'make -j';
10071         side effect: it's simpler and faster now
10072
10073 2003-03-31  Borut Razem <borut.razem AT siol.net>
10074
10075         * src/z80/main.c: link-{port} and as-{port} defined without path
10076         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10077
10078 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10079
10080         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10081
10082 2003-03-30  Borut Razem <borut.razem AT siol.net>
10083
10084         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10085           changed type of list parameter to set
10086         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10087         * src/port.h: changed type of do_assemble() parameter to set
10088         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10089           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10090           definition of "cppoutfilename" macro with NULL value in preProcess()
10091         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10092         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10093         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10094           replaced with set *binPathSet
10095         * shash_add() deallocates the item, if allready exsists, before adding the new one
10096         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10097
10098 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10099
10100         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10101           a nested for loop bug in the PIC port
10102         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10103           for loops
10104
10105 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10106
10107         * support/Util/dbuf.h: remove C++ stuff to make it portable
10108
10109 2003-03-28  Borut Razem <borut.razem AT siol.net>
10110
10111         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10112           literal strings in stringLiteral()
10113         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10114         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10115           to the project
10116
10117 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10118
10119         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10120
10121 2003-03-26    <johan AT balder>
10122
10123         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10124         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10125         * src/SDCCast.c (decorateType): fixed " -v < 3"
10126
10127 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10128
10129         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10130         Added Lenny Story's debug infrastructure changes:
10131         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10132         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10133         * src/cdbFile.c: added
10134         * src/SDCCdebug.c: added
10135         * src/SDCCdebug.h: added
10136         * src/SDCCast.c (createFunction)
10137         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10138         * src/SDCCmain.c (parseCmdLine, main)
10139         * src/SDCCmem.c (redoStackOffsets)
10140         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10141         * src/SDCCsymt.h
10142         * src/common.h
10143         * src/avr/gen.c (genAVRCode)
10144         * src/ds390/gen.c (gen390Code)
10145         * src/mcs51/gen.c (gen51Code)
10146         * src/pic/gen.c (genpic14Code)
10147         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10148         * src/xa51/gen.c (genXA51Code)
10149         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10150
10151 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10152
10153         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10154         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10155
10156 2003-03-22    <johan AT balder>
10157
10158         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10159
10160 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10161
10162         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10163         * doc/cdbfileformat.lyx: added, written by Lenny Story
10164         * doc/Makefile: added cdbfileformat.lyx
10165         * doc/clean.mk: added cdbfileformat.lyx
10166
10167 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10168
10169         * src/mcs51/peeph.def: fix bug #705773
10170
10171 2003-03-20    <johan AT balder>
10172
10173         An sfr/sbit can have an "at #" AND an initializer
10174         * src/SDCCsymt.c (checkSClass):
10175         * src/SDCCmem.c (allocGlobal):
10176         * src/SDCCmem.c (allocLocal):
10177         * src/SDCCast.c (createBlock):
10178
10179 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10180
10181         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10182
10183 2003-03-16    <johan AT balder>
10184
10185         Undid the hackup of const and volatile, the problem is much bigger
10186         * src/SDCC.y:1.65
10187         * src/SDCCast.c:1.171
10188         * src/SDCCglue.c:1.138
10189         * src/SDCCicode.c:1.146
10190         * src/SDCCsymt.c:1.150
10191         * src/SDCCval.c:1.65
10192
10193 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10194
10195         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10196         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10197
10198 2003-03-13    <johan AT balder>
10199
10200         Hackup const and volatile modifiers in type chains a bit:
10201         * src/SDCC.y:1.63
10202         * src/SDCCast.c:1.169
10203         * src/SDCCglue.c:1.136
10204         * src/SDCCicode.c:1.143
10205         * src/SDCCsymt.c1.146
10206         * src/SDCCsymt.h1.59
10207         * src/SDCCval.c:1.63
10208
10209 2003-03-12    <johan AT balder>
10210
10211         * src/SDCCBBlock.h: more LRH debugging junk
10212         * src/SDCCcflow.h: more LRH debugging junk
10213         * src/SDCCloop.c: more LRH debugging junk
10214         * src/SDCC.y (struct_declaration): fixed bug #697590
10215         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10216         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10217         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10218
10219 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10220         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10221         test function names must now match exactly).
10222         * src/SDCCcse.c: added special case in findCheaperOp to allow
10223         extending a short integer. Makes less awful code for bug 700121 test case.
10224
10225 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10226
10227         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10228         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10229
10230 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10231
10232         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10233         actually called (operandsNotEqual() was called for all
10234         operandsNotEqualX tests).
10235
10236 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10237
10238         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10239         with shorter literals. Fixes bug 700121.
10240
10241 2003-03-11    <johan AT balder>
10242
10243         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10244
10245 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10246
10247         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10248         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10249
10250 2003-03-10  Borut Razem <borut.razem AT siol.net>
10251
10252         * src/SDCCmain.c: pipe preprocessor's output
10253         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10254         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10255         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10256         which closes all pipes in pipeSet set
10257         * src/SDCCset.c: free deleted item in function deleteSetItem()
10258         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10259         moved from z80 to src subproject
10260         * .version: increased version number to 2.3.4
10261
10262 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10263
10264         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10265         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10266         * support/regression/ports/xa51/spec.mk: fix typo
10267
10268 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10269
10270         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10271
10272 2003-03-09  Borut Razem <borut.razem AT siol.net>
10273
10274         * src/SDCCmain.c: pipe preprocessor's output
10275         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10276         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10277         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10278         which closes all pipes in pipeSet set
10279         * src/SDCCset.c: free deleted item in function deleteSetItem()
10280         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10281         moved from z80 to src subproject
10282
10283 2003-03-09  Borut Razem <borut.razem AT siol.net>
10284
10285         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10286         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10287         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10288         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10289         * src/SDCCglobl.h: unification of WIN32 native definitions
10290
10291 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10292
10293         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10294
10295 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10296
10297         * src/configure.in:   check for endianess (even while cross-compiling)
10298         * src/configure:      check for endianess (even while cross-compiling)
10299         * src/configure_in.h: check for endianess (even while cross-compiling)
10300         * src/avr/gen.c:        remove old endianess stuff
10301         * src/mcs51/gen.c:      remove old endianess stuff
10302         * src/ds390/gen.c:      remove old endianess stuff
10303         * src/pic/gen.c:        remove old endianess stuff
10304         * src/pic/genarith.c:   remove old endianess stuff
10305         * src/pic/glue.c:       fix endianess check
10306         * src/pic16/gen.c:      remove old endianess stuff
10307         * src/pic16/genarith.c: remove old endianess stuff
10308         * src/pic16/glue.c:     fix endianess check
10309         * src/xa51/gen.c:       remove old endianess stuff
10310         * src/z80/gen.c:        fix endianess check
10311         * src/SDCCglue.c:       fix endianess check
10312         * src/ds390/peeph.def: fix bug 700036
10313
10314 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10315
10316         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10317         * src/configure: find appropriate data-types on host for SDCC's int and long
10318         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10319         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10320         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10321
10322 2003-03-07    <johan AT balder>
10323
10324         Just a big NOOP:
10325                 some minor cleanups before the big shot
10326                 OP_DEFS and OP_USES now use Kevin's protection
10327                 new option --nolabelopt
10328
10329         * src/SDCCBBlock.c:
10330         * src/SDCCast.c,:
10331         * src/SDCCcflow.c:
10332         * src/SDCCcse.c:
10333         * src/SDCCicode.c:
10334         * src/SDCCicode.h:
10335         * src/SDCClabel.c:
10336         * src/SDCCloop.c:
10337         * src/SDCCmain.c:
10338         * src/ds390/ralloc.c:
10339         * src/mcs51/ralloc.c:
10340         * src/pic/ralloc.c:
10341         * src/xa51/ralloc.c:
10342         * src/z80/ralloc.c:
10343
10344 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10345
10346         * src/pic/pcode.c (get_op): fix 64 bit warnings
10347         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10348         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10349         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10350         * support/regression/tests/malloc.c: fix 64 bit warnings
10351
10352 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10353
10354         * src/mcs51/gen.c (genMinus): fixed bug 696436
10355
10356 2003-03-02  Borut Razem <borut.razem AT siol.net>
10357
10358         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10359
10360 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10361
10362         * configure.in: test for mkstemp
10363         * sdccconf_in.h: add HAVE_MKSTEMP
10364
10365 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10366
10367         * device/include/ctype.h: removed warning while using --stack-auto
10368         * device/include/malloc.h: removed warning while using --stack-auto
10369         * device/include/string.h: removed warning while using --stack-auto
10370
10371 2003-02-23  Borut Razem <borut.razem AT siol.net>
10372
10373         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10374         because NDEBUG is defined (see man assert)
10375         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10376
10377 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10378
10379         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10380         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10381
10382 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10383
10384         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10385         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10386
10387 2003-02-18    <johan AT balder>
10388
10389         * as/mcs51/asmain.c (asmbl): module can start with a digit
10390         * as/z80/asmain.c (asmbl): module can start with a digit
10391
10392 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10393
10394         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10395         * src/asm.c: fix pipe() for Mingw32
10396
10397 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10398
10399         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10400         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10401         make -V work again; --c1mode reads now from stdin
10402         * doc/sdccman.lyx: added --c1mode
10403         * support/Util/SDCCerr.c: new messages for c1 mode
10404         * support/Util/SDCCerr.h: new messages for c1 mode
10405         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10406
10407 2003-02-15    <johan AT balder>
10408
10409         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10410
10411 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10412
10413         * doc/sdccman.lyx: Environment variables, -o and other minor things
10414
10415 2003-02-14    <johan AT balder>
10416
10417         * src/xa51/main.c: before anyone really tries to use it :)
10418
10419         * Install doc's in share/sdcc/doc
10420         * removed some obsolete files
10421         * Do a proper make distclean and uninstall
10422         M Makefile.common.in
10423         R sdccbuild.sh
10424         M as/Makefile
10425         M device/include/Makefile.in
10426         M device/lib/Makefile.in
10427         M doc/sdccman.lyx
10428         M link/Makefile
10429         M sim/ucsim/doc/Makefile.in
10430         M src/clean.mk
10431         R src/avr/peeph.rul
10432         R src/xa51/peeph.rul
10433         M support/cpp2/Makefile.in
10434         M support/makebin/Makefile
10435
10436
10437 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10438
10439         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10440
10441 2003-02-10  Borut Razem <borut.razem AT siol.net>
10442
10443         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10444         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10445         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10446         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10447         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10448         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10449         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10450         src/z80/Makefile.bcc: Borland Makefile cleanup
10451         * as/z80/Makefile.bcc: Added Borland Makefile
10452         * support/cpp2/borland.h: Removed
10453
10454 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10455
10456         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10457         * src/SDCC.lex: new pragma NOIV
10458         * src/SDCCglobl.h: new pragma NOIV
10459         * src/SDCCmem.c: new pragma NOIV
10460
10461 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10462
10463         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10464
10465 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10466
10467         * src/SDCCmain.c: signal handling is switched off by --debug
10468         * doc/Makefile: small fix for install; use clean.mk again
10469         * doc/clean.mk: clean *.pdf and *.html too
10470
10471 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10472
10473         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10474         * device/lib/printfl.c: fix a ds390 bug by making it portable
10475         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10476         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10477         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10478         * debugger/mcs51/cmd.c: converted multi-line string literals
10479         * sim/ucsim/globals.cc: converted multi-line string literals
10480         * src/SDCCmain.c: introduced signal handler to remove temp files
10481         * doc/Makefile: small tweaks, implement clean
10482         * doc: removed generated files
10483
10484 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10485
10486         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10487         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10488         Address Record is not correctly generated for DS390."
10489
10490 2003-02-02  Borut Razem <borut.razem AT siol.net>
10491
10492         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10493         * as/mcs51/asm.h: fixed compilation with Borland C
10494         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10495         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10496         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10497         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10498         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10499         src/z80/Makefile.bcc: delete $(LIB) only if exist
10500         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10501
10502 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10503
10504         * device/include/malloc.h: introduced NULL
10505         * device/include/string.h: introduced NULL
10506         * device/include/stdlib.h: introduced NULL
10507         * device/lib/_memcpy.c: removed NULL
10508         * device/lib/_strcat.c: removed NULL
10509         * device/lib/_strchr.c: removed NULL
10510         * device/lib/_strcmp.c: removed NULL
10511         * device/lib/_strcpy.c: removed NULL
10512         * device/lib/_strcspn.c: removed NULL
10513         * device/lib/_strlen.c: removed NULL
10514         * device/lib/_strncat.c: removed NULL
10515         * device/lib/_strncmp.c: removed NULL
10516         * device/lib/_strncpy.c: removed NULL
10517         * device/lib/_strpbrk.c: removed NULL
10518         * device/lib/_strrchr.c: removed NULL
10519         * device/lib/_strspn.c: removed NULL
10520         * device/lib/_strstr.c: removed NULL
10521         * device/lib/_strtok.c: removed NULL
10522         * device/lib/malloc.c: removed NULL, include own header
10523
10524 2003-02-02    <johan AT balder>
10525
10526         * 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
10527         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10528         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10529         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10530         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10531         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10532
10533 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10534
10535         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10536         area 'DATA'"
10537
10538 2003-02-01    <johan AT balder>
10539
10540         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10541
10542 2003-01-31    <johan AT CP255758-A>
10543
10544         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10545
10546 2003-01-30    <johan AT balder>
10547
10548         * src/SDCCBBlock.c: automatic bug detection
10549         * src/SDCCicode.c: automatic bug detection
10550
10551 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10552
10553         * src/SDCCglobl.h:   now --xram-size 0 works
10554         * src/SDCCmain.c:    now --xram-size 0 works
10555
10556 2003-01-29    <johan AT balder>
10557
10558         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10559
10560 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10561
10562         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10563         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10564         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10565         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10566         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10567         * src/SDCCmain.c:    Added options --xram-size and --code-size
10568
10569 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10570
10571         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10572         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10573
10574 2003-01-27    <johan AT balder>
10575
10576         * src/SDCC.y: fixed bug #613764
10577
10578 2003-01-26    <johan AT balder>
10579
10580         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10581         * src/SDCCsymt.h: fixed bug #673374
10582         * src/SDCCglue.c: fixed bug #661910
10583         * src/SDCCast.c: fixed bug #458099 and 673374
10584
10585 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10586
10587         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10588         * as/mcs51/strcmpi.h: added
10589         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10590         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10591         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10592         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10593         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10594         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10595         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10596         * as/mcs51/Makefile.aslink: new module strcmpi
10597         * as/mcs51/Makefile.asx8051: new module strcmpi
10598         * as/mcs51/Makefil.bcc: new module strcmpi
10599         * as/mcs51/Makefile.in: new module strcmpi
10600         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10601
10602 2003-01-26    <johan AT balder>
10603
10604         * src/SDCCglue.c: reverted back to 1.124
10605         * src/SDCCast.c: reverted back to 1.156
10606         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10607
10608 2003-01-25    <johan AT balder>
10609
10610         * src/SDCCglue.c: A better fix for bug #661910
10611         * src/SDCCast.c: A better fix for bug #661910
10612         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10613
10614 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10615
10616         * src/Makefile.in: remove spawn.o
10617         * src/SDCCmain.c: remove spawn.h
10618         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10619         * src/spawn.c: removed
10620         * src/spawn.h: removed
10621         * support/regression/ports/ds390/spec.mk: link with -r
10622
10623 2003-01-24    <johan AT CP255758-A>
10624
10625         * src/ds390/gen.c (aopOp): fixed bug #667458
10626         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10627         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10628         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10629
10630 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10631
10632         * src/mcs51/peeph.def: better assembler identation by Frieder
10633         * src/mcs51/gen.c: better assembler identation by Frieder
10634
10635 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10636
10637         * as/z80/string.h: removed for gcc 3.2
10638         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10639         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10640
10641 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10642
10643         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10644         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10645         * support/regression/Makefile: separate temp files for ports
10646         * support/regression/generate-cases.py: separate temp files for ports
10647         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10648         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10649
10650 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10651
10652         * moved tinitalk to device/examples/ds390
10653
10654 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10655
10656         * as/mcs51/lkmem.c: rflag is for DS390
10657         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10658         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10659                          (linkEdit): move mem- and map-files the same way as ihx-files
10660         * src/z80/main.c (_setDefaultOptions): removed --generic
10661         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10662         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10663         * src/pic/glue.c (picglue): --c1mode works again
10664         * src/pic16/glue.c (pic16glue): --c1mode works again
10665         * src/asm.c (printCLine): fix #660034
10666
10667 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10668
10669         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10670         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10671         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10672         * as/mcs51/lkmem (summary): better fix for sp problem
10673         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10674         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10675         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10676                                               remove --stack-after-data
10677
10678 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10679
10680         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10681         * src/SDCCutil.c (join): ugly bug: missing '\0'
10682         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10683
10684 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10685
10686         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10687         * src/port.h: typo
10688         * src/pic/main.c (_asmCmd): gpasm supports -o
10689         * src/z80/main.c: more general macros
10690         * device/lib/Makefile.in: remove intermediate files
10691
10692 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10693
10694         * .version: Bumped version number to 2.3.3
10695         * src/SDCCBBlock.c: new option -o
10696         * src/SDCCglobl.h: new option -o
10697         * src/SDCCglue.c: new option -o
10698         * src/SDCCmain.c: new option -o
10699         * src/asm.c: new option -o
10700         * src/ds390/main.c: new option -o
10701         * src/pic/glue.c: new option -o
10702         * src/pic/pcode.c: new option -o
10703         * src/pic/ralloc.c: new option -o
10704         * src/pic16/glue.c: new option -o
10705         * src/pic16/pcode.c: new option -o
10706         * src/pic16/ralloc.c: new option -o
10707         * src/z80/main.c: new option -o
10708         * device/lib/Makefile.in: use -o
10709         * support/regression/ports/ds390/spec.mk: use -o
10710         * support/regression/ports/gbz80/spec.mk: use -o
10711         * support/regression/ports/mcs51/spec.mk: use -o
10712         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10713         * support/regression/ports/z80/spec.mk: use -o
10714         * support/regression/ports/ucz80/spec.mk: use -o
10715         * support/regression/ports/xa51/spec.mk: use -o
10716         * support/regression/fwk/lib/timeout.c: fix usage string
10717
10718 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10719         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10720
10721 2003-01-07    <johan AT balder>
10722
10723         * src/SDCCast.c (decorateType): fixed bug #600035
10724
10725 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10726         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10727         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10728         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10729         * src/pic/pcode.c: outcommented unused variable to remove warnings
10730         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10731
10732 2003-01-06    <karl AT turbobit.com>
10733         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10734    regression tests.
10735
10736 2003-01-06    <johan AT balder>
10737
10738         * src/SDCCicode.c: fixed array add
10739
10740 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10741         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10742         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10743
10744 2003-01-04    <johan AT balder>
10745
10746         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10747
10748 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10749         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10750
10751 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10752         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10753         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10754
10755 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10756         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10757
10758 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10759         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10760
10761 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10762         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10763
10764 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10765
10766     * in \sdcc\as\mcs51\ changed these files in order to create an
10767     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10768     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10769     following files to include the previous two files: aslink.dsp,
10770     Makefile.aslink, Makefile.bcc, and Makefile.in.
10771
10772     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10773     .adb instead of .cdb
10774
10775 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10776
10777         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10778         value from option --iram-size.
10779
10780 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10781
10782         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10783         dram[] array.
10784
10785 2002-09-18    <wiml AT hhhh.org>
10786
10787         * SDCClrange.h: exposed setFromRange() and setToRange()
10788         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10789           packRegsForAccUse() (bug 542397)
10790         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10791           multiple times and emitting the fetch operations more than once
10792           added aopGetUsesAcc() function to allow binary operators to
10793           fetch their operands in the correct order; made genMinus() emit
10794           compact code for X = LITERAL - Y
10795
10796 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10797         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10798         sprintf() in line 1267.
10799
10800 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10801         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10802         like ports.
10803
10804 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10805         Changes to aslink (All the changes are marked with 'JCF'):
10806
10807         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10808         summary().
10809
10810         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10811         area BSEG.  Also moves, if possible, the DATA area down into the internal
10812         ram so more space is available.
10813
10814         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10815         sflag.
10816
10817         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10818         not bytes.  Function summary() which creates a memory usage summary
10819         file with extension .mem.  Reports of overlaping stack and small stack
10820         size.  If the space for the stack is less than 16 bytes aslink trows a
10821         warning.
10822
10823         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10824         the 8051.  Option 'y' for memory summary output file.
10825
10826         Changes to sdcc (All the changes are marked with 'JCF'):
10827
10828         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10829
10830         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10831         overlaying area for it (uses RegBankUsed[4]).
10832
10833         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10834         bank zero as used by default.  By default aslink locates the stack
10835         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10836         the creation of the .mem file.  Delegates the allocation of data area
10837         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10838         the begining of the stack area to aslink.
10839
10840         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10841         glue() in SDCCglue.c creates an area for it.
10842
10843 2002-09-03  Borut Razem <borut.razem AT siol.net>
10844         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10845         sdcc/src/pic/glue.c:
10846         introduced atexit() handler for teporay files removal in case of
10847         errors, assertions, ...
10848
10849 2002-08-29  Borut Razem <borut.razem AT siol.net>
10850         * sdcc/support/cpp2/auto-host_vc_in.h:
10851         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10852         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10853         Maybe there is a similar problem with BORLANDC? It should be checked!
10854
10855         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10856         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10857         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10858         was not executed, and the compiler (cl) launched a warning:
10859         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10860
10861 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10862         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10863
10864 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10865         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10866
10867         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10868           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10869           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10870           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10871           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10872           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10873           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10874         - added Release configuration in VS projects
10875         - review of compiler an linker options
10876         - VC .exe files are generated in bin_vc directory, not to interfere
10877           with binaries generated from other projects (cygwin, mingw, bcc ...)
10878
10879         * sdcc/src/yacc.dsp: added
10880
10881         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10882         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10883         and insert the version number definitions from .version
10884
10885         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10886
10887         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10888         added - genarate auto-host.h using auto-host_vc_in.h as template
10889
10890         * sdcc/sdcc_vc.h,
10891         removed from CVS, generated automatically
10892
10893 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10894         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10895
10896 2002-08-11  Borut Razem <borut.razem AT siol.net>
10897         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10898
10899 2002-08-10  Borut Razem <borut.razem AT siol.net>
10900         * src/SDCCmain.c (main):
10901         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10902         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10903         The consequence was that some temporary files were not removed.
10904
10905         * src/SDCCglue.c:
10906         unification of code in functions tempfilename() and tempfile():
10907         function tempnam() is defined in Visual Studio 6.0 and .NET
10908
10909         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10910
10911         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10912           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10913         - removed compiler command line option /WX: Treats all warnings as errors
10914         - update a list of source files, included into the project
10915
10916         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10917           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10918         changed project type to Generic Project so that can be correcly converted to VS.NET project
10919
10920         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10921
10922         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10923
10924         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10925
10926         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10927         added return 0 statements after assert() to make compiler happy
10928
10929         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10930         added newline in the def file to keep MSC compiler satisfied
10931
10932         * sdcc/src/z80/gen.c:
10933         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10934           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10935         - solved MSC error in function aopDump()
10936
10937         * sdcc_vc.h: define PREFIX as "\\sdcc"
10938
10939 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10940         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10941
10942 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10943         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10944         - Rewrote the register banking algorithm.
10945         - Added pCode live-range analysis to registers (for now, only non-used and
10946         singly-used registers optimized away)
10947
10948         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10949
10950         * 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.
10951
10952 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10953         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10954
10955 2002-04-22  Michael Hope  <michaelh AT vroom>
10956
10957         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10958
10959         * configure.in (DD_COPT): Added include support required for gbdk.
10960
10961         * .version: Bumped version number just to increase it.
10962
10963         * src/SDCCmain.c: Added -nostdinc to the default options.
10964
10965 2002-04-15  Michael Hope  <michaelh AT vroom>
10966
10967         * device/lib/z80/printf.c (sprintf): Added.
10968
10969         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10970
10971         * src/z80/peeph.def: Added transpose redundent load rule.
10972
10973         * src/z80/main.c: Added force callee saves for jaune.
10974
10975         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10976
10977         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10978
10979 2002-03-28  Johan Knol  <johan AT balder>
10980
10981         * src/SDCCval.c: fixed bug #532436
10982
10983 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10984         * /src/port.h:
10985         Added "char *Processor" field to the port structure.
10986
10987         * /src/SDCCmain.c:
10988         Added -p option. Allows port dependent processor to be specified.
10989
10990         * all ports:
10991         Initialized the new field char *Processor field to NULL in all ports
10992
10993         * /src/pic/*:
10994         Compiler generated registers for interrupt context saving
10995         were not getting allocated.
10996
10997 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10998
10999         * /src/SDCCast.c:
11000         Fixed left shift. Will promote the left side of a left shift
11001         if a) left shifting more than size of operand or b) when assigned
11002         to something size > size of left side
11003
11004 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11005         * src/pic/*
11006         tons of changes. Register allocation has been
11007         rewritten. Added customization for the various PICs. Flow
11008         analysis is restructured. ...
11009
11010         * src/pic/device.h:
11011         Added
11012
11013         * src/pic/device.c:
11014         Added. device.c is a PIC port hack to accomodate variations
11015         in PIC devices.
11016
11017 2002-03-13  Michael Hope  <michaelh AT vroom>
11018
11019         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11020
11021 2002-03-04  johanknol  <johanknol AT manik>
11022
11023         * /src/SDCCval.c: fixed
11024
11025         const unsigned char arr[][2] = { { 0, 1 } };
11026         t18.c:1: error: Initializer element is not constant
11027
11028 2002-03-04  bela  <bela AT manik>
11029
11030         * /device/include/mcs51reg.h:
11031         ds89c420 register definition update
11032
11033 2002-03-03    <johan AT FRIJA>
11034
11035         * support/Util/SDCCerr.c: did something, but don't no why anymore
11036
11037         * support/regression/tests/bug-524691.c: made it a little less shy
11038
11039         * src/SDCCast.c (decorateType): fixed bug #524697
11040
11041         * src/SDCCast.c: made some lineno improvements
11042
11043         * src/SDCCval.c (getNelements): changed warning to error
11044
11045         * src/SDCCglue.c (printIvalArray): changed warning to error
11046
11047         * src/SDCCicode.c: fixed a warning for mingw
11048
11049         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11050
11051         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11052
11053 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11054
11055         * src/ds390/peeph.def:
11056         Added some more peephole rules
11057
11058         * src/ds390/gen.c: Various fixes & enhancements
11059
11060         * src/SDCClrange.c, src/SDCClrange.h:
11061         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11062
11063         * src/ds390/ralloc.c:
11064         various fixes & enhancements (ds390) specific
11065
11066         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11067         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11068         from rallocs.
11069
11070         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11071
11072 2002-03-02    <johan AT FRIJA>
11073
11074         * src/SDCCast.c (decorateType): fixed bug #524708
11075
11076         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11077
11078         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11079
11080 2002-03-01  Michael Hope  <michaelh AT vroom>
11081
11082         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11083
11084         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11085
11086 2002-03-01    <johan AT FRIJA>
11087
11088         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11089
11090         * src/SDCCast.c (decorateType): fixed bug #524209
11091
11092         * src/SDCCval.c (valNot): fixed bug #524195
11093
11094 2002-02-26    <johan AT balder>
11095
11096         * src/xa51/gen.c: fixed a warning
11097
11098         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11099
11100         * src/SDCCast.c (decorateType): fixed bug #522534
11101
11102 2002-02-23    <johan AT balder>
11103
11104         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11105
11106 2002-02-22    <johan AT balder>
11107
11108         * src/SDCCast.c: fixed bug #514865
11109
11110         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11111
11112 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11113
11114         * sdcc/src/SDCCloop.c:
11115         Previous fix was not good. basic blocks that have "break" or "return" are
11116         not really partof a loop , but live ranges used in these blocks should
11117         be live thru the entire loop, so set partOfLoop but don't add them to
11118         loop region
11119
11120 2002-02-21    <johan AT FRIJA>
11121
11122         * src/SDCCcse.c: fixed bug #514308
11123
11124 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11125
11126         * src/SDCCloop.c:
11127         Fixed BUG #519583. If a conditional block ended in a return/break
11128         statement inside a loop, it was not being considered part of the loop.
11129
11130         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11131
11132 2002-02-10  Karl Bongers <karl AT turbobit.com>
11133
11134         * debugger/*:
11135         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11136         with lots of comments and notes.
11137
11138         * device/examples/test2.c:
11139         Fix bug, "red" variable not being initialized(compiler complained).
11140
11141         * device/examples/Makefile, examples/test3.c:
11142         Add Makefile in device/examples folder, compiles test3.c
11143         for use as a multiple module SDCDB test case.
11144
11145         * sim/ucsim/cmd.src/cmdset.cc:
11146         Took out debug printfs in ucsim "next" command.
11147
11148         * sim/ucsim/xa.src:
11149         Karl and Johan start ucsim XA support.  Most dissassembly working,
11150         about 75% emulation done(plenty of work remaining).
11151
11152         * sim/ucsim/z80.src:
11153         Add Z80 support to ucsim, add test-ucz80 regression test,
11154         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11155         Notice z80 compiler fails on examples/test3.c/crc code.
11156
11157 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11158
11159         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11160         Added support for --parms-in-bank1
11161
11162         * src/ds390/peeph.def:
11163         added a few more peephole optimzations
11164
11165         * src/ds390/main.c:
11166         1) added __builtin_inp & __builtin_outp used to read in data of given length
11167            from a memory mapped port
11168         2) added __builtin_memcmp
11169         3) added __builtin_swapw swap bytes of a short
11170
11171         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11172         1) handle multiple send & receives from register bank1
11173         2) ralloc can now allocate DPTR1 to some liveRanges
11174
11175         * src/SDCCsymt.c, src/SDCCsymt.h:
11176         changes to handle multiple sends & receives
11177
11178         * src/SDCCptropt.h:
11179         added some pointer arithmetic optimization
11180
11181         * src/SDCCptropt.c:
11182         added some pointer arithmetic optimizations but not stable yet so not
11183         called from anywhere (will get this working shortly)
11184
11185         * src/SDCCopt.c: fixed for multiple sends & receives
11186
11187         * src/SDCCmain.c:
11188         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11189         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11190            set preprocessor defines (depending on options)
11191
11192         * src/SDCCicode.c, src/SDCCicode.h:
11193         changes made to handle multiple sends & receives
11194
11195         * src/SDCCglobl.h:
11196         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11197
11198         * src/SDCCcse.c, src/SDCCcse.h:
11199         added function findbackward def (to be used in upcoming optimization)
11200
11201         * src/SDCCcflow.c, src/SDCCcflow.h:
11202         added function returnAtEnd - to determine if a basic block terminates with
11203         a RETURN iCode
11204
11205         * src/SDCCast.c, src/SDCCast.h:
11206         added option parms-in-bank1
11207
11208         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11209         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11210         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11211         adjusted for --parms-in-bank1 option
11212
11213         * device/include/string.h:
11214         donot redefine "reentrant" keyword
11215
11216         * device/include/ds80c390.h: Added some more SFRs
11217
11218 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11219
11220         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11221
11222 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11223
11224         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11225
11226 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11227
11228         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11229
11230 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11231
11232         * Added --xram-movc option
11233
11234 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11235
11236         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11237
11238 2002-01-11  Johan Knol
11239
11240         * Added math lib of Jesus Calvino-Fraga
11241
11242 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11243
11244         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11245         * support/regression/Makefile: new target test-mcs51-stack-auto
11246         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11247
11248 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11249
11250         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11251
11252 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11253
11254         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11255
11256 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11257
11258         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11259
11260         * src/SDCCglue.h: add definition for printIvalChar()
11261
11262 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11263
11264         * src/SDCCast.c: fix #498138 by Johan
11265
11266         * src/SDCCglue.c: fix #498138 by Johan
11267
11268 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11269
11270         * support/regression/Makefile: fix clean
11271
11272         * support/regression/ports/ds390/support.c: fix transmission of last character
11273
11274 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11275
11276         * /sdcc/src/ds390/gen.c:
11277         a) improved computing address of stack variable
11278         b) took out some #if 0 code
11279         c) improved parmBytes adjustment
11280         d) improved genPlusIncr & genMinusIncr
11281         e) genCmp could generate bad code (when left assigned to DPTR)
11282         f) Fixed bug in hasInc
11283
11284         * /sdcc/src/ds390/ralloc.c:
11285         a) packRegsForSupport could mess up live information (Fixed)
11286         b) packRegsDPTRuse could be incorrect for left & right shift
11287
11288         * /sdcc/src/mcs51/ralloc.c:
11289         packRegsForSupport could mess up the live information (Fixed)
11290
11291         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11292
11293         * /sdcc/src/SDCCast.c:
11294         can reverse a loop even if function call is present as long
11295         as the loop control variable is local & is not passed as parameter
11296
11297 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11298
11299         * /sdcc/ChangeLog: *** empty log message ***
11300
11301         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11302         More builtin function additions for TININative
11303
11304         * /sdcc/src/ds390/ralloc.c:
11305         Had broken the regression testsuite
11306
11307         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11308
11309         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11310         Added funcattr hasStackParms will be set for reentrant functions when there
11311         are paramteres on the stack, this helps in minimizing frame pointer generation
11312         typeFromStr can handle function pointers now
11313
11314         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11315         *** empty log message ***
11316
11317 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11318
11319         * /src/ds390/gen.c, /src/ds390/main.c:
11320         More builtin function additions for TININative
11321
11322         * /src/ds390/ralloc.c:
11323         Had broken the regression testsuite
11324
11325         * /src/SDCCast.c: Fixed a bug in dumptree
11326
11327         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11328         Added funcattr hasStackParms will be set for reentrant functions when there
11329         are paramteres on the stack, this helps in minimizing frame pointer generation
11330         typeFromStr can handle function pointers now
11331
11332         * /doc/builtins.txt, /doc/TININative.txt:
11333         *** empty log message ***
11334
11335
11336 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11337
11338         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11339         ALPHA version for -mTININative
11340
11341         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11342         updated to reflect changes in the port structure
11343
11344         * /src/port.h:
11345         added function do_assemble (similar to do_link) if non-null this function
11346         will be called to do assembly (-mTININative) requires a multi command
11347         assembly
11348         added function genAssemblerEnd will be called to generate assembler Epilogue
11349
11350         * /src/SDCCsymt.c:
11351         added _JavaNative to debug info printing
11352
11353         * /src/SDCCmain.c: added option --tini-libid
11354         added port->do_assemble function (-mTININative) has a multi command assemble
11355
11356         * /src/SDCCglue.c: Disabled "constExpr" check
11357         added port->genAssemblerEnd function
11358
11359         * /src/SDCCglobl.h: Added option --tini-libid value
11360
11361         * /src/SDCCast.h:
11362         tookout optimizeCompare from the header (has no external references)
11363
11364         * /src/SDCCast.c: made one more function "static"
11365
11366 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11367
11368         * src/z80/mappings.i: Added z80asm support.
11369
11370         * src/z80/main.c: Added z80asm support on --asm=z80asm
11371
11372         * src/z80/gen.c: Fixed asm portability issues.
11373
11374         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11375
11376         * src/SDCCglue.c (printExterns): Added global/extern split.
11377
11378 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11379
11380         * support/regression/Makefile: added test for mcs51 model large
11381
11382         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11383
11384         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11385
11386 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11387
11388         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11389
11390 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11391
11392         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11393
11394         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11395
11396 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11397
11398         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11399
11400         * support/regression/tests/simplefloat.c: Port to mcs51.
11401
11402 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11403         * support/regression/tests/bug-485362.c: Added.
11404
11405         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11406
11407         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11408
11409         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11410
11411         * src/z80/gen.c (aopDump): Added a dump function.
11412
11413 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11414         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11415
11416         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11417
11418         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11419
11420         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11421
11422         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11423
11424         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11425
11426         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11427
11428         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11429
11430         * support/regression/ports/ds390/support.c: Use tinibios.
11431
11432         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11433
11434 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11435
11436         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11437         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11438
11439         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11440
11441         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11442
11443 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11444
11445         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11446
11447         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11448         (packRegsForIYUse): Created and optimised.
11449
11450 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11451
11452         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11453 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11454
11455         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11456
11457         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11458
11459         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11460
11461 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11462
11463         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11464
11465         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11466
11467 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11468
11469         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11470
11471         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11472
11473         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11474
11475 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11476
11477         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11478         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11479         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11480
11481         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11482
11483         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11484         (genNotFloat): Added.
11485         (genUminusFloat): Added.
11486
11487         * device/lib/z80/Makefile: Added floating pt stubs.
11488
11489         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11490
11491         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11492
11493         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11494
11495 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11496
11497         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11498
11499         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11500
11501         * sdcc/support/regression/Makefile: Add port ds390.
11502
11503         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11504
11505         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11506
11507         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11508
11509         * sdcc/support/regression/ports/ds390/support.c: Added.
11510
11511         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11512
11513         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11514
11515         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11516
11517 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11518
11519         * device/include/malloc.h: Added z80 and gbz80 support.
11520
11521         * device/lib/gbz80/heap.s: Added.
11522
11523         * device/lib/z80/heap.s: Added.
11524
11525         * device/lib/malloc.c: Added z80 and gbz80 support.
11526
11527         * support/regression/tests/malloc.c (testMalloc): Added.
11528
11529         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11530
11531         * support/regression/tests/bug-478094.c: Added.
11532
11533         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11534
11535 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11536
11537         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11538
11539         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11540
11541         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11542
11543         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11544
11545         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11546
11547 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11548
11549         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11550
11551 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11552
11553         * support/regression/tests/bug-477927.c: Added.
11554
11555         * src/z80/peeph.def: Added minor rules.
11556
11557         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11558
11559         * src/z80/peeph.def: Added jump optimisation modification.
11560
11561 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11562
11563         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11564
11565 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11566
11567         * support/regression/tests/funptrs.c: Added.
11568
11569 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11570
11571         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11572
11573 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11574
11575         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11576
11577         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11578
11579         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11580         (movLeft2ResultLong): Created.
11581
11582         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11583         (joinPushes): Added.  Joins two char pushes into a word push.
11584
11585 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11586
11587         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11588
11589         * support/makebin/Makefile (install): Added creation of dest dir.
11590
11591 2001-10-24 Karl Bongers <karl AT turbobit.com>
11592
11593         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11594
11595 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11596
11597         * src/z80/ralloc.c: Turned off faulty pack for one use.
11598
11599         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11600
11601         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11602
11603 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11604
11605         * support/regression/Makefile: Improved clean
11606
11607         * support/regression/ports/gbz80/spec.mk: Added clean
11608
11609         * support/regression/ports/host/spec.mk: Added clean
11610
11611         * support/regression/ports/z80/spec.mk: Added clean
11612
11613         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11614
11615         * support/regression/ports/mcs51/timeout.c: little improvements
11616
11617 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11618
11619         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11620
11621         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11622
11623         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11624
11625 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11626
11627         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11628
11629         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11630
11631 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11632         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11633
11634         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11635
11636         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11637
11638         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11639
11640         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11641
11642         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11643
11644         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11645
11646         * support/regression/tests/longor.c: Added.
11647
11648 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11649
11650         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11651
11652         * as/mcs51/aslink.h: define PATH_MAX
11653
11654         * as/mcs51/asm.h: define PATH_MAX
11655
11656         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11657
11658         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11659
11660         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11661
11662         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11663
11664         * src/SDCCglobl.h: define PATH_MAX
11665
11666         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11667
11668         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11669
11670 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11671
11672         * src/z80/gen.c (gencjneshort): Fixed
11673
11674         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11675
11676 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11677
11678         * support/regression/tests/bug-469671.c: Added.
11679
11680         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11681
11682 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11683
11684         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11685
11686         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11687
11688 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11689
11690         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11691
11692         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11693
11694         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11695
11696         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11697
11698         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11699
11700         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11701
11702         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11703
11704 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11705
11706         * 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.
11707
11708         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11709
11710         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11711
11712 2001-10-07    <johan AT FRIJA>
11713
11714         * device/lib/gets.c (gets): fixed the return value.
11715
11716 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11717         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11718
11719         * 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.
11720
11721         * 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.
11722
11723         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11724
11725         * src/pic/gen.c: Removed Safe_strdup.
11726
11727         * configure.in: Added option to enable libgc support.
11728
11729         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11730         (bitVectUnion): Optimised.
11731         (bitVectIntersect): Optimised.
11732         (bitVectBitsInCommon): Optimised.
11733         (bitVectCplAnd): Optimised.
11734
11735         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11736
11737 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11738
11739         * src/SDCCmain.c: distinguish between assembler debug and plain options
11740
11741         * src/avr/main.c:   remove standard assembler options
11742
11743         * src/ds390/main.c: remove standard assembler options
11744
11745         * src/mcs51/main.c: remove standard assembler options
11746
11747         * src/port.h: removed "PENDING" comment
11748
11749 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11750
11751         * src/device/lib/_mulint.c  : new, with assember functions
11752
11753         * src/device/lib/_mullong.c : new, with assember functions
11754
11755         * src/device/lib/_divuint.c : with assember functions
11756
11757         * src/device/lib/_divsint.c : with assember functions
11758
11759         * src/device/lib/_divulong.c: with assember functions
11760
11761         * src/device/lib/_divslong.c: with assember functions
11762
11763         * src/device/lib/_moduint.c : with assember functions
11764
11765         * src/device/lib/_modsint.c : with assember functions
11766
11767         * src/device/lib/_modulong.c: with assember functions
11768
11769         * src/device/lib/_modslong.c: with assember functions
11770
11771         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11772
11773         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11774
11775         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11776                                       replaced _mululong.c and _mulslong.c by _mullong.c
11777
11778 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11779
11780         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11781
11782 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11783
11784         * src/SDCCglue.c: test, if win32api is available for MINGW
11785
11786 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11787
11788         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11789         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11790         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11791         * support/regression/ports/host/spec.mk: removed GENERIC
11792         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11793         * support/regression/ports/z80/spec.mk: removed GENERIC
11794
11795 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11796
11797         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11798
11799         * support/regression/tests/bug-467035.c: Created.
11800
11801 2001-10-01    <johan AT FRIJA>
11802
11803         * src/SDCC.y: fixed bug #466586 part 1
11804
11805 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11806
11807         * SDCCicode.c: z80 has no generic pointers
11808         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11809
11810 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11811
11812         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11813
11814 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11815
11816         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11817
11818         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11819
11820 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11821
11822         * configure.in: Fixed up so that ucsim is only configured once.
11823
11824         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11825
11826         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11827         (getPathDifference): As above.
11828
11829         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11830
11831         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11832
11833 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11834         * .version: Updated to 2.3.1
11835
11836         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11837         Added copyright header.
11838
11839         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11840         (assemble): Added support for macro based assembler commands.
11841         (linkEdit): Added support for macro based linker commands.
11842         (preProcess): Changed the pre-processor to use macros.
11843         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11844         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11845
11846         * device/lib/z80/crt0.s: Added module name for debugging.
11847
11848 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11849
11850         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11851
11852         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11853
11854         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11855
11856         * src/Makefile.in: Added SDCCmacro and SDCCutil
11857
11858 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11859
11860         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11861
11862 2001-09-16    <johan AT FRIJA>
11863
11864         * 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.
11865
11866 2001-09-15    <johan AT FRIJA>
11867
11868         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11869         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11870
11871 2001-09-11    <johan AT FRIJA>
11872
11873         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11874
11875 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11876
11877         * support/regression/tests/bug-460444.c: Added test case.
11878
11879         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11880         (genCast): Added justification for all of the asserts.
11881
11882 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11883
11884         * support/regression/support.c: _xdata replaced by xdata
11885
11886         * support/regression/spec.mk: removed _generic
11887
11888 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11889
11890         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11891
11892         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11893         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11894
11895         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11896
11897         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11898
11899         * support/regression/tests/bug-460010.c: Added test case.
11900
11901         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11902
11903 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11904
11905         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11906
11907         * support/regression/testfwk.c: removed workaround for bug #436344
11908
11909         * support/regression/tests/bp.c: use less memory with mcs51
11910
11911         * support/regression/tests/bug-441448.c: use less memory
11912
11913         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11914
11915         * support/regression/collate-results.py: typo
11916
11917 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11918
11919         * support/regression/tests/fetchoverlap.c: Added new test case.
11920
11921         * support/regression/tests/bp.c: Added new test case.
11922
11923         * support/regression/tests/bug-448984.c: Added new test case.
11924
11925         * support/regression/tests/pow2shifts.c: Added new test case.
11926
11927         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11928         (genlshTwo): Fixed right shift for count > 8.
11929
11930         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11931
11932 2001-09-08    <johan AT FRIJA>
11933
11934         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11935
11936 2001-09-07    <johan AT FRIJA>
11937
11938         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11939
11940         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11941
11942 2001-09-06    <johan AT FRIJA>
11943
11944         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11945         * bernhard noted me at this: "() equals to (void)" (1.38)
11946
11947 2001-09-05    <johan AT FRIJA>
11948
11949         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11950
11951 2001-09-04    <johan AT FRIJA>
11952
11953         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11954
11955
11956 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11957
11958         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11959
11960 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11961
11962         * link/z80/aslink.h: Fixed path for PATH_MAX
11963
11964 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11965
11966         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11967
11968         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11969
11970         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11971
11972         * 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.
11973
11974 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11975
11976         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11977         (genCmp): Fixed up genCmp for the GB with longs.
11978
11979         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11980
11981         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11982
11983         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11984
11985         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11986
11987 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11988
11989         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11990
11991 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11992
11993         * 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.
11994
11995         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11996
11997 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11998
11999         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12000
12001         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12002
12003 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12004
12005   * sim/ucsim/configure:    little improvement of Cygwin-detection
12006   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12007   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12008   * support/regression/tests/bug-221100.c: small changes for mcs51
12009   * support/regression/tests/bug-221168.c: small changes for mcs51
12010   * support/regression/tests/bug-227710.c: small changes for mcs51
12011   * support/regression/tests/staticinit.c: small changes for mcs51
12012   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12013   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12014   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12015
12016 $Revision$