* doc/knownbugs.html: added, contains list of known bugs at release
[fw/sdcc] / ChangeLog
1 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * doc/knownbugs.html: added, contains list of known bugs at release
4
5 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * device/include/mcs51/compiler.h: added SFRX for xdata based special
8           function registers and corrected defaults with additional warning
9         * device/lib/malloc.c: cosmetic changes
10         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
11         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
12           (fillGaps): and used it
13
14 2006-07-20 Raphael Neider <rneider AT web.de>
15
16         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
17           output unless SDCCPICDEBUG is set
18         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
19           output if SILENT is set
20
21 2006-07-11 Borut Razem <borut.razem AT siol.net>
22
23         * doc/README.txt: updated
24
25 2006-07-10 Borut Razem <borut.razem AT siol.net>
26
27         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
28           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
29           in WIN32 installation
30         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
31           release candidate 1
32
33 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
36         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
37
38 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
39
40         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
41
42 2006-07-06 Borut Razem <borut.razem AT siol.net>
43
44         * support/regression/tests/bitfields.c:
45           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
46         * support/regression/tests/constantRange.c:
47           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
48
49 2006-07-04 Borut Razem <borut.razem AT siol.net>
50
51         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
52           src/port.mk,
53           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
54           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
55           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
56           reverted changes from 2006-07-03
57         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
58         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
59           added CPPFLAGS, used by the host port
60
61 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
62
63         * support/regression/valdiag/tests/switch.c,
64         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
65         * support/regression/tests/libmullong.c: fixed for host
66         * support/regression/ports/host/spec.mk: disable all warnings for host,
67         SDCC runs with --less-pedantic too
68
69 2006-07-03 Borut Razem <borut.razem AT siol.net>
70
71         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
72           defined CPPFLAGS
73         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
74         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
75           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
76           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
77           include ../port.mk
78         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
79           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
80           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
81           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
82
83 2006-07-02 Raphael Neider <rneider AT web.de>
84
85         * src/pic16/devices.inc,
86         * device/include/pic16/pic18fregs.h,
87         * device/include/pic16/pic18f4550.h,
88         * device/lib/pic16/pics.all,
89         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
90
91 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
92
93         * as/hc08/lkaomf51.c (OutputName),
94         * as/mcs51/lkaomf51.c (OutputName),
95         * as/z80/asmain.c (asmbl),
96         * src/ds390/main.c (asmLineNodeFromLineNode),
97         * src/hc08/ralloc.c (hc08_assignRegisters),
98         * src/mcs51/main.c (asmLineNodeFromLineNode),
99         * src/xa51/ralloc.c (checkRegMask),
100         * src/xa51/gen.c (emitcode),
101         * src/z80/gen.c (_emit2),
102         * src/SDCCast.c (searchLitOp),
103         * src/SDCCglobl.h,
104         * support/packihx/packihx.c,
105         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
106         * src/ds390/gen.c (aopPutUsesAcc),
107         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
108         * support/regression/tests/libmullong.c (mullong_wrapper),
109         * src/SDCCsymt.c (powof2),
110         * src/SDCCast.c,
111         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
112         * src/SDCCsymt.h: added TYPE_TARGET_*
113         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
114         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
115         SDCCast because 1) header problems 2) this is the right place
116         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
117         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
118         prototype
119
120 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
121
122         * src/SDCCicode.h: removed buggy semicolon in unused macro
123         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
124         search for previous definiton of auto symbols too,
125         (findPrevUse): fixed logic of emitWarnings
126
127 2006-06-26 Raphael Neider <rneider AT web.de>
128
129         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
130           PCLATH and PCLATU on interrupts, potentially fixes #1505141
131
132 2006-06-25 Raphael Neider <rneider AT web.de>
133
134         * device/lib/pic/libm: NEW, added math library functions
135         * device/lib/pic/libsdcc: NEW; added float support functions
136         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
137         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
138           NEW, added math related headers
139         * device/include/asm/pic/features.h: NEW
140         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
141           (popGet): allow larger offsets for AOP_PCODE,
142           (genDataPointerSet): handle literals explicitly, more debug output,
143           (genAssign): fixed for float using aopLiteral ;-)
144         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
145           GOTO initialisation routine
146         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
147           flag on registers, fixes #1469043 (local variables do not work)
148         * src/pic/main.c (_pic14_do_link),
149         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
150           available
151
152 2006-06-25 Borut Razem <borut.razem AT siol.net>
153
154         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
155           characters printed (not including the trailing '\0' used to end
156           output to strings). Problem detected in regression test bug-927659.c.
157           NOTE: printf() family functions should return int instead
158           unsigned int!
159         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
160           specifier are printed as themselves
161         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
162           support flags, width and precision specifiers
163
164 2006-06-24 Borut Razem <borut.razem AT siol.net>
165
166         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
167           to the list of sdcc tagrets not supporting bit type
168         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
169           testfor pic16 due to bug:
170           [ 1511794 ] pic16: regression test bug-895992.c fails
171
172 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
173
174         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
175         * src/SDCCglue.c (initPointer), fixed bug 1496419
176         * support/regression/tests/bug1496419.c: new, added
177
178 2006-06-22 Borut Razem <borut.razem AT siol.net>
179
180         * support/regression/ports/pic16/support.c: use gpsim usart module from
181           libgpsim_modules library
182
183 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
184
185         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
186         IP0H to IPH0.
187
188 2006-06-19 Raphael Neider <rneider AT web.de>
189
190         * src/pic/glue.h,src/pic16/glue.h: added prototypes
191         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
192           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
193           (pic14printExterns,pic14printPublics,pic16printPublics,
194           pic16_printExterns): use new functions to emit symbols
195           (picglue,pic16glue): emit publics before emitting externs
196         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
197           locally defined functions to avoid bug #1443651
198         * support/regression/tests/bug-716242.c: removed pic16 workaround
199         * support/regression/ports/pic16/spec.mk: ignore errors during build
200
201 2006-06-19 Raphael Neider <rneider AT web.de>
202
203         * src/pic/glue.h: added pic14aopLiteral prototype
204         * src/pic/glue.c (pic14aopLiteral): return unsigned int
205         * src/pic/gen.c: removed stdint.h dependency
206           (aopGet): use Safe_strdup()
207           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
208           (genDataPointerSet): use pic14aopLiteral()
209         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
210           for pic16; thanks to Bernhard and Maarten
211
212 2006-06-18 Borut Razem <borut.razem AT siol.net>
213
214         * support/regression/tests/structflexarray.c: flexible array members
215           not supported by gcc < 3
216         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
217           GUI tool by default
218         * src/pic/gen.c: don't include [p]strdin.h on solaris
219         * support/Util/pstdint.h: addad svn attributes
220         * support/regression/tests/constantRange.c,
221           support/regression/tests/rotate.c: include inttypes.h instead
222           stdint.h on solaris, addad svn attributes
223
224 2006-06-18 Raphael Neider <rneider AT web.de>
225
226         * src/SDCCsymt.c (initCSupport): change return type of divschar to
227           int for PIC16
228         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
229           (pic16_genMinusBits): simplified sign-extension
230           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
231             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
232             adjusted to correctly handle mixed-signed operands, disabled
233             now unused multiplciation routines
234         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
235           (assignResultValue): added argument denoting the size of the result
236             as returned by the function (fixes upcasts in assigning from
237             function calls: char foo(); int i = foo();)
238           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
239             function result to assignResultValue
240           (genMult): disabled inlined multiplication code
241           (genDiv): augmented to also handle the modulus operator, fixed to
242             handle mixed-signed operands correctly
243           (genMod): simply call genDiv, disabled unused code
244           (genAssign): fixed missing (sign-)extension on result
245         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
246             valid char operands, allow signed operands for native code, added
247             division and modulo operator handling
248         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
249
250         As a consequence, onebyte.c (if split into two files) and muldiv.c
251         pass regression tests.
252
253 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
254
255         * doc/Makefile.in: two runs of makeindex seem needed to get
256         correct page references in the index of sdccman.pdf
257         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
258
259 2006-06-17 Borut Razem <borut.razem AT siol.net>
260
261         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
262
263 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
264
265         * doc/sdccman.lyx: updated, added (porting source code, debugging),
266         mentioned ec2drv and paulmon
267
268 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
269
270         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
271           consecutive abs areas
272           (find_empty_space, allocate_space): added map to handle codemap or
273            xdatamap,
274           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
275            absolute idata and xdata
276         * as/mcs51/lkmem.c (summary2): updated legend
277
278 2006-06-16 Raphael Neider <rneider AT web.de>
279
280         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
281
282 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
283
284         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
285           1208515
286         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
287
288 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
289
290         * src/port.h (struct PORT): added field gp_tags, to hold the tag
291         value of generic pointers,
292         * src/avr/main.c,
293           src/ds390/main.c,
294           src/hc08/main.c,
295           src/izt/i186.c,
296           src/izt/tlcs900h.c,
297           src/mcs51/main.c,
298           src/pic/main.c,
299           src/pic16/main.c,
300           src/xa51/main.c,
301           src/z80/main.c: PORT structure, added elements for gp_tags field,
302         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
303         fields in the PORT structure of each port,
304         * src/SDCCast.c (decorateType): allow processing of generic pointers
305         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
306         S_FIXED symbols
307
308 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
309
310         * link/z80/lkgb.c,
311         * link/z80/lkgg.c,
312         * src/pic16/gen.c,
313         * src/pic16/main.c,
314         * src/pic16/pcode.c,
315         * src/pic/main.c,
316         * src/pic/pcoderegs.c,
317         * src/SDCCicode.c,
318         * src/SDCCmain.c,
319         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
320           bug 1504689 on minGW
321
322 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
323
324         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
325
326 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
327
328         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
329
330 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
331
332         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
333           for optimization
334
335 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
336
337         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
338         to a char variable. Fixed bug #1504211
339         * device/include/pic16/adc.h,
340         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
341         and fixed bug #1364390
342
343 2006-06-10 Borut Razem <borut.razem AT siol.net>
344
345         * CVSROOT: removed the CVS left-over
346
347 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
348
349         * as/hc08/asmain.c (asexit),
350         * as/hc08/lkmain.c (lkexit),
351         * as/mcs51/asmain.c (asexit),
352         * as/mcs51/lkmain.c (lkexit),
353         * src/SDCCglue.c (DEFSETFUNC),
354         * src/SDCCmain.c (linkEdit, assemble),
355         * support/librarian/sdcclib.c (AddRel),
356           replaced unlink() by standard C remove()
357         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
358         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
359           gatherImplicitVariables): new, added to fix bug 608752,
360           (createFunction): added gatherImplicitVariables()
361         * src/SDCCast.h: added createRMW prototype
362         * src/SDCCsymt.h (struct symbol): added infertype
363         * support/regression/tests/bug608752.c: new, added
364
365 2006-06-10 Raphael Neider <rneider AT web.de>
366
367         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
368           multibyte dummy reads (fixes #1503234)
369
370 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
371
372         * device/include/mcs51/compiler.h: new, added header file to enable
373           creating common sfr definition header files for different compilers
374
375 2006-06-05 Raphael Neider <rneider AT web.de>
376
377         * src/pic16/{pcode.h,genarith.c}:
378           introduced pCodeOp combining any two pCodeOps (previously only
379           two register operands could be combined), removed pcop2 from
380           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
381         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
382         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
383           rewritten to use new PO_TWO_OPS
384         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
385         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
386           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
387           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
388           (pic16_get_op): embraced return arg to allow #define return(x),
389             added new case for combined opcodes
390           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
391           (pic16_pCode2str,pic16_getRegFrompCodeOp,
392            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
393
394 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
395
396         * src/SDCCval.c (checkConstantRange): added
397         * src/SDCCval.h: added checkConstantRange
398         * support/Util/SDCCerr.c,
399         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
400         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
401         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
402         * src/SDCCast.c (decorateType): added checkConstantRange,
403         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
404         can be emitted with the correct always true/false warning,
405         added optimization for double '!';
406         result of decorateType() must be assigned back to the tree, because
407         decorateType() can change the tree
408         * src/SDCCicode.c (geniCodeLogic),
409         (geniCodeAssign): replaced new checkConstantRange, added warnings,
410         (checkConstantRange): removed, it was only a fragment which never
411         emitted a warning
412         * src/SDCCsymt.c (computeType): fixed promotion for
413         "-1 < (unsigned bit) b"
414         * src/pic/ralloc.c (packRegsForAssign),
415         * src/pic16/ralloc.c (packRegsForAssign),
416         * src/hc08/ralloc.c (packRegsForAssign),
417         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
418         from mcs51
419         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
420         * support/regression/tests/constantRange.c: added
421         * support/valdiag/tests/constantRange.c: added
422         * support/valdiag/valdiag.py: added -DPORT_HOST=1
423
424 2006-06-02 Borut Razem <borut.razem AT siol.net>
425
426         * support/regression/ports/pic16/support.c: increase stack size
427           to 255 bytes
428         * support/regression/Makefile.in: sort tests by name so that the
429           resutlts can be compared on different machines / platforms
430
431 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
432
433         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
434         * src/ds390/gen.c (emitLabel): new, added,
435           (genDjnz): fixed stack overflow bug,
436           (throughout): cosmetic changes to sync with mcs51/gen.c,
437           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
438         * src/mcs51/gen.c (genEndFunction): small optimization,
439           (throughout): cosmetic changes to sync with ds390/gen.c
440
441 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
442
443         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
444           (_print_format): fixed printing pointers
445         * src/mcs51/gen.c (emitLabel, movb): new, added,
446           (genAssign): small optimization,
447           (genDjnz): fixed stack overflow bug,
448           (throughout): replaced sprintf with SNPRINTF,
449           replaced mcs51_regWithIdx with REG_WITH_INDEX,
450           replaced emitcode("mov", "b,...") with MOVB(...),
451           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
452           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
453         * src/mcs51/peeph.def: added rules 140 and 264
454         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
455           so they may get optimized into registers
456
457 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
458
459         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
460           immediately when encountered,
461           (printUsage): always use stderr even on windows
462
463 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
464
465         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
466         (processParms): fixed bug #1247551
467         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
468         parseCmdLine, main): print '--version' to stdout,
469         print 'help' to stdout if --help is given,
470         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
471         arguments are given; fixed --help
472
473 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
474
475         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
476         * support/regression/tests/bug-1493710.c: added
477
478 2006-05-27 Borut Razem <borut.razem AT siol.net>
479
480         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
481           static instead auto
482         * support/regression/ports/pic16/support.c: increase stack size
483           from default 64 bytes to 128 bytes
484         * support/regression/tests/staticinit.c,
485           support/regression/tests/float.c: regression tests fully enabled
486           for pic16 port by putting the initialized data arrays into the code
487           section
488         * support/regression/ports/pic16/spec.mk: don't link default libraries.
489           This was changed by mistake in the previous version.
490
491 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
492
493         * src/pic16/gen.c (genFunction, genEndFunction): some
494         beautifications, fixed bug with falsely restoring FSR2 in large
495         stack model, thanks to Beau E. Cox for reporting the bug
496
497 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * debugger/mcs51/break.c,
500         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
501           use %p to print pointers, made address variables unsigned
502         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
503         * debugger/mcs51/symtab.c (parseSymbol): must return something
504         * src/mcs51/gen.c (aopForSym): small optimization,
505            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
506           (freeAsmop): added missing break,
507           (aopPut): removed parameter bvolatile, determine it inside the function,
508           (saveRegisters, unsaveRegisters): small optimization,
509           (genIpush): removed pointless check,
510           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
511           replaced sprintf with SNPRINTF,
512           replaced strcpy with strncpyz,
513           updated aopPut calls,
514           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
515         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
516
517 2006-05-24 Borut Razem <borut.razem AT siol.net>
518
519         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
520           modification of test for the pic16 port, put the array to the code
521           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
522
523 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
524
525         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
526         * support/Util/pstdint.h: added
527
528 2006-05-22 Borut Razem <borut.razem AT siol.net>
529
530         * src/regression/Makefile: removed bool2.c test, added -q linker option
531         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
532           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
533           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
534           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
535           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
536           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
537           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
538           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
539           define SUPPORT_BIT_TYPES 0, removed unused bit variables
540
541 2006-05-22 Raphael Neider <rneider AT web.de>
542
543         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
544           bug #1492360 (problematic due to generic pointers, see code)
545
546 2006-05-22 Borut Razem <borut.razem AT siol.net>
547
548         * support/regression/ports/pic16/specs.mk: removed stack size linker
549           directive
550         * support/regression/tests/array.c,
551           support/regression/tests/bitopcse.c,
552           support/regression/tests/bug-908454.c,
553           support/regression/tests/malloc.c: modified for pic16 regression test
554         * support/regression/tests/bitfields.c:
555           pic16 - excluded bitfileds of size > 8
556         * support/regression/tests/bp.c: pic16 - reduced data size
557         * support/regression/tests/bug-221100.c: pic16 - reduced data size
558         * support/regression/tests/bug-460010.c:
559           pic16 - used the absolute address the fits in memory
560         * support/regression/tests/bug-716242.c:
561           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
562         * support/regression/tests/float.c:
563           pic16 - excluded - data size too big
564         * support/regression/tests/onebyte.c:
565           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
566         * support/regression/tests/shifts.c:
567           pic16 - function names probably have to differ in first X characters
568           (gpasm limitation?)
569         * support/regression/tests/staticinit.c:
570           pic16 - excluded some tests due error: no target memory available for
571           section ".idata"
572
573 2006-05-22 Borut Razem <borut.razem AT siol.net>
574
575         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
576           second try. Thanks Stas Sergeev once more.
577
578 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
579
580         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
581           (genLeftShift, genRightShift): fixed bug 1491627
582         * src/hc08/peeph.def (rules 7, 8.x): added
583         * support/regression/tests/shifts.c (ShiftLeftByParam,
584           ShiftRightByParam, testShiftByParam): added to test variable shifting
585
586 2006-05-20 Raphael Neider <rneider AT web.de>
587
588         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
589         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
590           (allocReg): add only new registers to dynAllocRegs,
591           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
592             #1489055, #1445850, and probably #1483693
593
594 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
595
596         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
597         bug in for-loop that didn't emit the last of CONFIG and ID registers
598
599 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
600
601         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
602           with offset
603         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
604           1489016, 1434401 and 1490124
605         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
606           1489016, 1434401 and 1490124
607
608 2006-05-17 Borut Razem <borut.razem AT siol.net>
609
610         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
611           thanks Stas Sergeev
612
613 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
614
615         * device/include/mcs51/P89c51RD2.h,
616         * device/include/mcs51/P89LPC901.h,
617         * device/include/mcs51/P89LPC922.h,
618         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
619
620 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
621
622         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
623         to fix missing stack pragma in compiled binary object file,
624
625 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
626
627         * support/packihx/configure.in,
628         * support/packihx/configure: removed warning, autoconf >= 2.5x can
629         determine sizeof basic types even while cross compiling
630
631 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
632
633         * src/avr/gen.c (aopop),
634         * src/ds390/gen.c (aopOp),
635         * src/hc08/gen.c (aopOp),
636         * src/mcs51/gen.c (aopop),
637         * src/pic16/gen.c (pic16_aopOp),
638         * src/pic/gen.c (aopOp),
639         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
640         if size of operand is smaller than spill location
641
642 2006-05-12 Borut Razem <borut.razem AT siol.net>
643
644         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
645           have to have CR/LF line endings even if they are checked out on *nix
646           or on WIN32 in cygwin binmode
647
648 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
649
650         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
651         * device/include/ds80c390.h: added sfr16 definitions
652         * src/ds390/gen.c,
653         * src/ds390/gen.h,
654         * src/ds390/main.c,
655         * src/ds390/ralloc.c,
656         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
657           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
658           bit returning functions
659         * support/regression/tests/sfr16.c: enabled test on ds390
660
661 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
662
663         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
664         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
665
666 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
667
668         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
669         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
670           (cl_address_space constructor): removed expensive initialization,
671           (cl_address_space::get_cell): extended for late initialization,
672           (cl_address_space::*): use late initialization,
673           (cl_address_decoder::activate): removed expensive initialization,
674           This reduced regression test running time by 25%
675
676 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
677
678         * packihx/,
679         * configure.in,
680         * configure,
681         * sdcc.dsw,
682         * Makefile.bcc,
683         * Makefile.in,
684         * support/packihx/Makefile.in,
685         * support/packihx/clean.mk,
686         * support/packihx/Makefile.bcc,
687         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
688
689 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
690
691         * src/SDCCval.c (valNot): fix for regression test failure
692           of not.c on big endian hosts
693
694 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
695
696         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
697
698 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
699
700         * device/lib/mcs51/Makefile.in: changed string comparison operator
701           to = for POSIX compliance; == is bash extension
702
703 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
704
705         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
706           kosmonaut_pirx
707
708 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
709
710         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
711         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
712         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
713         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
714         bug report #1478657,
715
716 2006-05-05 Borut Razem <borut.razem AT siol.net>
717
718         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
719           making the html
720
721 2006-05-02 Borut Razem <borut.razem AT siol.net>
722
723         * doc/Makefile.in: removed *.ind dependency since there is no rule to
724           create *.ind, which made make to fail if invoked with -j 2
725
726 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
727
728         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
729           Hubert Sack for patch 1479782
730
731 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
732
733         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
734
735 2006-05-01 Raphael Neider <rneider AT web.de>
736
737         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
738           (create_pic): store only prefix-free device name,
739           (init_pic): check for device names with "16" prefix,
740           (list_valid_pics),
741         * src/pic/device.h (struct PIC_device),
742         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
743             stored device name,
744         * device/include/pic/pic12f{635,675,629,683}.h,
745         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
746         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
747         * device/include/pic/pic16f505.h,
748         * device/lib/pic/libdev/pic16f505.c: removed
749         * device/include/pic/pic14devices.txt: added support for pic12f
750             devices, removed unsupported non 16-bit devices
751             [above changes provided by patch from Zik Saleeba]
752         * src/pic/*, src/pic16/*, device/include/pic16/*,
753           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
754
755 2006-05-01 Borut Razem <borut.razem AT siol.net>
756
757         * configure.in, configure, doc/Makefile.in:
758           sync with nightly build makefile - latex, dvipdf and dvips
759           not needed any more
760
761 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
762
763         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
764         in the library source
765
766 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
767
768         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
769
770 2006-04-28 Raphael Neider <rneider AT web.de>
771
772         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
773         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
774           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
775         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
776
777 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
778
779         * device/lib/pic/libdev/Makefile.in,
780         * device/lib/hc08/Makefile.in,
781         * device/lib/gbz80/Makefile.in,
782         * device/lib/z80/Makefile.in,
783         * device/lib/ds390/Makefile.in,
784         * device/lib/ds400/Makefile.in: added srcdir to include search path,
785         thanks to Borut for the bug report
786         * configure.in,
787         * configure: always create doc/Makefile independent from --enable-doc
788         * Makefile.in: always install from directory doc independent from
789         --enable-doc
790         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
791         removed
792         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
793         * doc/Makefile.in: install *.txt if present
794         * device/include/Makefile.in (install): added installation of pic/*.inc
795         and pic/*.txt files again, they were erroneously removed
796
797 2006-04-28 Raphael Neider <rneider AT web.de>
798
799         * src/pic/{gen.c,main.h,pcode.c},
800         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
801             concerning signedness with casts
802
803 2006-04-28 Raphael Neider <rneider AT web.de>
804
805         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
806             definition of an interrupt handler,
807         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
808             interrupt handler stuff from picglue() to separate routine,
809           (picglue): enabled definition of intr handlers in files w/o main()
810
811 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
812
813         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
814           compilation with MSVC 2005 Express Edition (VC8)
815
816 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
817
818         * device/lib/Makefile: fixed build of gbz80 lib
819
820 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
821
822         * support/regression/tests/bug-460010.c,
823         * support/regression/tests/bug-524691.c,
824         * support/regression/tests/bug-716242.c: removed conditional defines
825           that are already in testfwk.h
826
827 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
828
829         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
830           (AccAXRsh1): added, shift right by 1,
831           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
832            AccAXLrl1
833         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
834
835 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
836
837         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
838         remove cast to same type
839         * src/SDCCast.c (decorateType): fix for RFE 1475742,
840         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
841         * as/z80/Makefile,
842         * link/z80/Makefile: removed, they have moved to
843         Makefile.in files
844         * configure,
845         * configure.in: replaced duplicate message about ucsim by missing sdcpp
846         * install-sh: fix bug #1204398 by setting umask 0022
847         * device/lib/Makefile: separate build of z80 and gbz80 lib
848
849 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
850
851         Enabled VPATH feature: changed nearly all Makefiles (149 files).
852         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
853
854         One basic decision: e.g. src/clean.mk includes further files. In order
855         to make this work there are two solutions:
856         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
857           run configure on them. This way they can use
858           'include $(srcdir)/port-clean.mk'
859         - always include clean.mk by the Makefile at the same level. To avoid
860           that `make clean` tries to include and build Makefile.dep the
861           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
862           implemented, because now even `make uninstall` doesn't create
863           Makefile.in. clean.mk could be eliminated by pasting it in
864           Makefile.in.
865
866         * debugger/mcs51/Makefile.in: build own objects from library sources
867         (SLIB, SDCC) in current directory
868
869         * configure, configure.in: renamed --disable-device-lib-build in
870         --disable-device-lib; added --enable-doc, the required tools are
871         searched by configure; added result message; the toolchain for the
872         belonging ports are now only built, if the port is enabled.
873
874         * support/regression/*: all output is written in directory gen, because
875         the fwk and ports directories don't livet in the build tree using vpath
876
877         * doc/sdccman.lyx: renamed --disable-device-lib-build to
878         --disable-device-lib, added --enable-doc, added section VPATH
879
880         * sim/ucsim/configure.in,
881         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
882         z80 are enabled by default
883
884 2006-04-24 Raphael Neider <rneider AT web.de>
885
886         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
887             to config word, "pic14_"-prefixed some extern functions
888           (pic14_emitConfigWord): emit __config directive(s) if assignment to
889             config word has been found
890         * src/pic/device.h: added prototypes
891         * src/pic/pcode.c: added "pic14_"-prefix where needed
892         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
893             fixup
894         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
895             words,
896           (pic14emitRegularMap): ignore config words,
897           (pic14createInterruptVect): moved generating __config directives away
898           (picglue): have __config directives emitted
899
900 2006-04-24 Borut Razem <borut.razem AT siol.net>
901
902         * doc/Makefile: sync with nightly build makefile
903
904 2006-04-24 Raphael Neider <rneider AT web.de>
905
906         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
907             registers that have not been assigned proper liveranges,
908             fixes #1469504 and #1474602,
909           (pCodeRegOptimizeRegUsage): fixed typo in comment
910
911 2006-04-24 Borut Razem <borut.razem AT siol.net>
912
913         * device/examples/main8051.c: deleted - it was removed from CVS
914           24.mar.2000 and after that modified 18.feb.2001, so it reappered
915           after the transition to Subversion
916         * src/SDCCalloc.h: deleted - it was removed  from CVS
917           3.feb.2001 and after that modified 18.feb.2001, so it reappered
918           after the transition to Subversion
919         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
920           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
921           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
922           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
923
924 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
925
926         * as/asx8051.dsp: added mcs51/strcmpi.h
927         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
928         * as/hc08/aslink.h: updated lnksect prototype
929         * as/hc08/asm.h,
930         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
931         * as/hc08/asmain.c,
932         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
933           (newdot): handle A_ABS
934         * as/hc08/asout.c,
935         * as/mcs51/asout.c (outarea): output address
936         * as/hc08/lkaomf51.c,
937         * as/mcs51/lkaomf51.c: disabled unused array UsageType
938         * as/hc08/m08pst.c,
939         * as/mcs51/i51pst.c,
940         * as/z80/z80pst.c: "ABS" is not A_OVR
941         * as/hc08/lkarea.c (newarea): read a_addr,
942           (lnkarea): added codemap array, sort absolute areas to the front,
943            combine all GSINITx/GSFINAL,
944           (find_empty_space, allocate_space): new functions,
945           (lnksect): return next address, handle absolute sections
946         * as/mcs51/lkarea.c (newarea): read a_addr,
947           lnksect2 prototype changed,
948           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
949           (find_empty_space, allocate_space): new, factored out of lnksect2,
950           (lnksect2): return next address, handle absolute sections
951         * as/hc08/lkhead.c,
952         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
953         * as/hc08/lklibr.c (addfile, fndsym),
954         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
955           index out of range and detect both '\' and '/'
956         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
957         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
958           regression tests (ds390 cannot return bool yet)
959         * doc/sdccman.lyx: changed version number, document changed --no-peep,
960           document critical interrupts on z80, document changed SDCC define
961         * src/asm.c (_asxxxx_mapping): fixed .org directive,
962           (_a390_mapping): added .org directive
963         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
964           (genMultOneByte): fixed warnings
965         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
966           ones
967         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
968         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
969           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
970         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
971         * src/pic16/main.c: removed newReg prototype
972         * src/pic16/pcode.c,
973         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
974           warnings
975         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
976           ones
977         * src/pic16/ralloc.c
978         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
979           to fix warnings
980         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
981           from short to PIC_OPTYPE
982         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
983         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
984           optype from short to PIC_OPTYPE
985         * src/port.h: made int_size unsigned to fix warnings
986         * src/SDCC.y: fixed warning on MSVC
987         * src/SDCCicode.c (getArraySizePtr): return unsigned int
988         * src/SDCCopt.c (convertToFcall): fixed warnings
989         * src/SDCCsymt.h: removed double prototype for genSymName
990         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
991           offset int to fix warnings
992
993 2006-04-22 Borut Razem <borut.razem AT siol.net>
994
995         * doc/sdccman.lyx, */Makefile, */Makefile.in:
996           references to CVS replaced with Subversion
997
998 2006-04-21 Borut Razem <borut.razem AT siol.net>
999
1000         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1001           references to CVS replaced with Subversion
1002
1003 2006-04-19 Borut Razem <borut.razem AT siol.net>
1004
1005         * src/version.awk: adapted for svn
1006         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1007           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1008           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1009           /binutils-avr/etc/*.vi, *.jin: removed all properties
1010           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1011
1012 2006-04-19 Borut Razem <borut.razem AT siol.net>
1013
1014         * CVS to Subversion migration completed
1015
1016 2006-04-18 Borut Razem <borut.razem AT siol.net>
1017
1018         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1019           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1020
1021 2006-04-17 Borut Razem <borut.razem AT siol.net>
1022
1023         * device/include/Makefile.in: added pic/*.inc to the installation
1024
1025 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1026
1027         * support/regression/collate-results.py: fixed output in case of
1028         a valdiag error
1029         * support/regression/generate-cases.py: fixed splitting of pathnames
1030         with dots
1031         * as/hc08/lklibr.c (addfile),
1032         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1033
1034 2006-04-11 Raphael Neider <rneider AT web.de>
1035
1036         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1037         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1038         * src/pic16/pcode.c (assignValnums): fixed #1460578
1039
1040 2006-04-11 Raphael Neider <rneider AT web.de>
1041
1042         * device/lib/pic/libdev/*.c,
1043         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1044           fixes #1468739, enables compilation in --std-c99 mode
1045         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1046
1047 2006-04-11 Raphael Neider <rneider AT web.de>
1048
1049         * src/pic/device.c (find_device): removed debug output
1050           (list_valid_pics): enabled verbose listing of supported devices
1051         * device/include/stdbool.h: define bool as char for pic14/16 as well
1052
1053 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1054
1055         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1056
1057 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1058
1059         * .version: bumped version to 2.5.6
1060         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1061
1062 2006-04-06 Raphael Neider <rneider AT web.de>
1063
1064         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1065         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1066         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1067           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1068             pic14_constructAbsMap
1069           (pic14printPublics): declare absolute global symbols as global
1070           (pic14createInterruptVect),
1071         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1072           (newReg): assume new registers unused, use correct name in
1073             hashtable (reg->name instead of name), more debugLog output
1074         * src/pic/device.h (PIC_device): added fields for verbose output
1075         * src/pic/device.c: moved device definition to pic14devices.txt,
1076             added routines for runtime parsing of pic14devices.txt,
1077             added support for second config word
1078         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1079           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1080           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1081           (_pic14_parseOptions): moved pCodeInitRegisters here
1082           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1083         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1084           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1085             handling the pseudo stack
1086         * device/lib/Makefile.in: ignore failures in objects-pic16,
1087         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1088         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1089         * device/lib/pic/Makefile.subdir,
1090         * device/lib/pic16/Makefile.subdir: improved clean rules
1091         * device/lib/pic/libdev/: NEW, pic14 device libraries
1092         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1093         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1094         * device/include/Makefile.in: create subdir and install pic14 headers
1095         * device/include/pic/p16f_common.inc: removed unused declarations
1096         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1097             PICs from inc2h.pl v1.6,
1098             replaced BIT_AT macros with struct declarations
1099         * device/include/pic/pic14devices.txt: definition of supported devices,
1100             all above improvements contributed by Zik Saleeba, thanks
1101         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1102         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1103             headers
1104
1105 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1106
1107         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1108         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1109           thanks to Charles Olds
1110
1111 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1112
1113         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1114
1115 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1116
1117         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1118         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1119         * support/regression/bug1464657.c: added, new test
1120
1121 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1122
1123         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1124           version number
1125
1126 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1127
1128         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1129           --no-peep and --peep-file <file> are used don't use default rules but
1130           do use the <file>
1131
1132 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1133
1134         * src/mcs51/gen.c (genCall): fixed bug 1457608
1135
1136 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1137
1138         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1139         changes seem to cause (trigger?) problems with the build system.
1140
1141 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1142
1143         * src/SDCCpeeph.c (operandsLiteral): new, added,
1144           (callFuncByName): inserted operandsLiteral
1145         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1146
1147 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1148
1149         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1150         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1151
1152 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1153
1154         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1155           implemented patch 1120823 Thanks to Willy De la Court (normal
1156           interrupts need an interrupt number now if they are made critical),
1157           and enabled nesting of critical functions though not for gbz80
1158           (genCritical, genEndCritical): added functions
1159           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1160         * src/z80/mappings.i: added "ei" to all mappings
1161
1162 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1163
1164         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1165         submitted by the Debian SDCC maintainer Aurelien Jarno:
1166         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1167         archive with gcc 4.1 on mips and wrote the patch"
1168
1169 2006-03-16 Raphael Neider <rneider AT web.de>
1170
1171         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1172           the left operand is shorter than the result (c* = lit-c* + int),
1173           fixes bug #1450796
1174         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1175           OP_SYMBOL
1176
1177 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1178
1179         * src/.version: increased version number to 2.5.5
1180         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1181         linking is done manually in pic16 port's _linkEdit,
1182         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1183         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1184         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1185         allocate asmop as AOP_ACC,
1186         (aopForRemat): added parameter 'bool result' in function declaration,
1187         (pic16_aopGet): return AOP_ACC when accessing WREG,
1188         (pic16_popGetTempReg): minor modification,
1189         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1190         'pic16_allocWithIdx',
1191         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1192         calling function in absolute addresses,
1193         (genAssign): take into account AOP_ACC asmop,
1194         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1195         * src/pic16/pcoderegs.c: some debug functions and lines added,
1196         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1197         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1198         register too,
1199         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1200         call to allocReg, not by manually allocating a new one,
1201         (pic16_assignRegisters): now before going through the register
1202         allocating functions mark all registers as free. This eliminates some
1203         side effects resulting from peephole parser done earlier in the backbone
1204
1205 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1206
1207         * src/SDCCicode.c (geniCodeLogic),
1208         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1209
1210 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1213           (genSend): bugfix, do not allocate and free twice,
1214           (shiftRLong): handle partially overlapping aops
1215         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1216
1217 2006-03-08 Borut Razem <borut.razem AT siol.net>
1218
1219         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1220           for pic16
1221
1222 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * support/regression/tests/bug1409955.c: new, added
1225         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1226         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1227           (aopForSym, aopOp): increment asmop.allocated if reused,
1228           (freeAsmop): decrement asmop.allocated and check for zero instead of
1229           using asmop.freed,
1230           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1231           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1232            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1233            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1234            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1235            genSignedRightShift, genRightShift, genDataPointerGet,
1236            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1237            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1238             in reverse order from allocation,
1239           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1240             added swappedLR to keep track
1241         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1242           pdata & code for GCC, z80, gbz80 & hc08
1243         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1244
1245 2006-03-08 Raphael Neider <rneider AT web.de>
1246
1247         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1248
1249 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1250
1251         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1252         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1253         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1254
1255 2006-03-06 Borut Razem <borut.razem AT siol.net>
1256
1257         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1258           made the linker quiet
1259
1260 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1261
1262         * src/pic16/gen.c (genPcall): fixed bug #1443644
1263         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1264         which dumps before the function entry point a data byte which represents
1265         the number of the local variables used by the specified function, added
1266         'xinst' for initial support for Extended Instruction Support,
1267         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1268         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1269         port->fun_prefix anymore (may change later),
1270         (genFunction, genEndFunction): do not store/restore local registers for
1271         _main (this should take care the --main-return command line option in
1272         the future),
1273         (genOr): removed some legacy pic-port instructions,
1274         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1275         performing operations with SFR's causes data to be written more than
1276         once to each SFR. Perhaps SFRs should be handled in special cases...
1277         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1278         pcode.h
1279         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1280         into account for stack starting position,
1281         (struct OPTIONS pic16_optionsTable): added command line argument
1282         --extended or -y for Extended Instruction Support,
1283         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1284         (deassignLRs): *** perhaps the most important change, old 'for' code
1285         (commented out for reference), didn't account for some registers which
1286         were left marked 'not free' after a pointer operation. The change
1287         reduces register usage a lot in some cases
1288
1289 2006-03-04 Borut Razem <borut.razem AT siol.net>
1290
1291         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1292           _clean
1293         * support/regression/tests/bug-524697.c: decreased array size for
1294           mcs51 to fit into the internal RAM
1295         * support/regression/Makefile.in: a little bit more verbose
1296
1297 2006-03-03 Borut Razem <borut.razem AT siol.net>
1298
1299         * support/regression/fwk/lib/testfwk.c,
1300           support/regression/fwk/include/testfwk.h: introduced function
1301           _prints(), nonrecursive _printn(), call _initEmu() from main()
1302         * support/regression/ports/gbz80/support.asm,
1303           support/regression/ports/ucz80/support.asm,
1304           support/regression/ports/z80/support.asm,
1305           support/regression/ports/ds390/support.c,
1306           support/regression/ports/hc08/support.c,
1307           support/regression/ports/host/support.c,
1308           support/regression/ports/mcs51/support.c,
1309           support/regression/ports/xa51/support.c: added empty _initEmu()
1310           function
1311         * support/regression/ports/pic16/gpsim.cmd,
1312           support/regression/ports/pic16/spec.mk,
1313           support/regression/ports/pic16/support.c,
1314           support/regression/Makefile.in: added pic16 regression test
1315
1316 2006-03-01 Raphael Neider <rneider AT web.de>
1317
1318         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1319           genConstPointerGet): use safe way of generating MOVFF to cover
1320             literals as well as registers, fixes bug #1440527
1321         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1322             dereference
1323           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1324             more correctly, fixes bug #1232186
1325           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1326         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1327             gplink guess the correct processor in more cases, applied patch
1328             from Till Riedel attached to and fixing bug #1436552
1329
1330 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1331
1332         * support/regression/tests/array.c: added, contains check for #1434401
1333         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1334
1335 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1336
1337         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1338         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1339         * device/include/mcs51/c8051f326.h,
1340         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1341         * device/include/mcs51/c8051f000.h,
1342         * device/include/mcs51/c8051f018.h,
1343         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1344           PCON_IDLE,PCON_STOP and added sfr16 definitions
1345
1346 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1347
1348         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1349           genGetWord): fixed bug 1409955
1350
1351 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1352
1353         * device/include/hc08/mc68hc908gp32.h,
1354         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1355
1356 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1357
1358         * src/SDCCast.c (constExprValue): return NULL if not a value
1359         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1360         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1361         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1362
1363 2006-02-13 Borut Razem <borut.razem AT siol.net>
1364
1365         * src/regression/ptrarg.c: added, fails due to bug #1430967
1366         * src/regression/Makefile: ptrarg.c added, ...
1367
1368 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1371         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1372
1373 2006-02-11 Borut Razem <borut.razem AT siol.net>
1374
1375         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1376           print "Processor: xxx" message to stdout only if --verbose
1377
1378 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1379
1380         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1381         * support/regression/tests/bug1426356.c: added
1382         * support/regression/tests/bitfields.c: removed 2 tests
1383
1384 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1385
1386         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1387         * device/include/mcs51/c8051f330.h,
1388         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1389           PCON_IDLE,PCON_STOP and added sfr16 definitions
1390         * device/lib/_divsint.c,
1391         * device/lib/_divuint.c,
1392         * device/lib/_divulong.c,
1393         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1394           register bank bug for small stackauto
1395
1396 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1397
1398         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1399
1400 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1401
1402         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1403         * all.dsp: corrected several bin paths
1404         * device/include/mcs51/c8051f120.h,
1405         * device/include/mcs51/c8051f300.h,
1406         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1407           to PCON_IDLE,PCON_STOP
1408         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1409         * device/lib/printf_large.c (output_float): fixed bug 1388703
1410         * support/regression/tests/bug1057979.c: added test for bug 1388703
1411
1412 2006-02-08 Raphael Neider <rneider AT web.de>
1413
1414         * src/pic/pcode.c (pciTRIS): fixed typo,
1415           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1416           (LinkFlow): fixed handling of flows that end in a call,
1417           (ReuseReg): perform safety check earlier
1418         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1419             to work with flows at the beginning of a pBlock,
1420             fixes #1426557 (Symbol not previously defined),
1421           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1422             usage information
1423           (RemoveUnusedRegisters): update register usage info
1424         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1425             created, reuse existing ones instead
1426         * src/pic/gen.c (genPcall): fixed #1424719
1427
1428 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1429
1430         * link/z80/lkmain.c,
1431         * link/z80/lklex.c,
1432         * link/z80/lkdata.c,
1433         * link/z80/aslink.h: fixed build on current cygwin:
1434         replaced getline() by lk_getline()
1435
1436 2006-02-01 Borut Razem <borut.razem AT siol.net>
1437
1438         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1439           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1440           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1441           src/regression/bool1.c, src/regression/bool2.c,
1442           src/regression/bool3.c, src/regression/call1.c,
1443           src/regression/compare.c, src/regression/compare10.c,
1444           src/regression/compare2.c, src/regression/compare3.c,
1445           src/regression/compare4.c, src/regression/compare5.c,
1446           src/regression/compare6.c, src/regression/compare7.c,
1447           src/regression/compare8.c, src/regression/compare9.c,
1448           src/regression/configword.c, src/regression/for.c,
1449           src/regression/inline.c, src/regression/mult1.c,
1450           src/regression/nestfor.c, src/regression/or1.c,
1451           src/regression/pointer1.c, src/regression/ptrfunc.c,
1452           src/regression/rotate1.c, src/regression/rotate2.c,
1453           src/regression/rotate3.c, src/regression/rotate4.c,
1454           src/regression/rotate5.c, src/regression/rotate6.c,
1455           src/regression/rotate7.c, src/regression/string1.c,
1456           src/regression/struct1.c, src/regression/sub.c,
1457           src/regression/sub2.c, src/regression/switch1.c,
1458           src/regression/while.c, src/regression/xor.c,
1459           src/regression/create_stc, src/regression/simulate,
1460           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1461           regression tests
1462         * src/regression/gpsim_assert.h: added
1463
1464 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1465
1466         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1467         ((void (code *) (void)) 0) ();
1468         * as/hc08/aslex.c,
1469         * as/hc08/aslink.h,
1470         * as/hc08/asm.h,
1471         * as/hc08/asmain.c,
1472         * as/hc08/lkdata.c,
1473         * as/hc08/lklex.c,
1474         * as/hc08/lkmain.c,
1475         * as/mcs51/aslex.c,
1476         * as/mcs51/aslink.h,
1477         * as/mcs51/asm.h,
1478         * as/mcs51/asmain.c,
1479         * as/mcs51/lkdata.c,
1480         * as/mcs51/lklex.c,
1481         * as/mcs51/lkmain.c,
1482         * as/z80/aslex.c,
1483         * as/z80/asm.h,
1484         * as/z80/asmain.c: fixed build on current cygwin:
1485         replaced getline() by as_getline()
1486
1487 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1488
1489         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1490         declarator in the symbol chain
1491         * src/SDCCsymt.h,
1492         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1493         parameter list for function pointers
1494         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1495         * support/regression/tests/bug-716242.c: added
1496
1497 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1498
1499         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1500         offset if possible
1501         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1502
1503 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1504
1505         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1506         inifinitely recurseable, added static
1507         * support/regression/tests/bug-1408066.c: added
1508
1509 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1510
1511         * src/SDCCicode.h,
1512         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1513         renamed, added possibility to create "postLoopLbl"-labels
1514         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1515         newiTempLoopHeaderLabel
1516         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1517         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1518         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1519         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1520         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1521         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1522         (basicInduction): fixed bug #136564, made static,
1523         (loopInduction): changed parameter of basicInduction, made static,
1524         (addPostLoopBlock): added
1525         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1526         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1527         findLoopEndSeq
1528         * support/regression/tests/bug-136564.c: added
1529         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1530         --std-sdcc99 to LIBSDCCFLAGS
1531
1532 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1533
1534         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1535         while loop
1536         * support/regression/tests/bug-1406131.c: added
1537
1538 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1539
1540         * src/SDCCast.c (decorateType): fix promotion of unary minus
1541         * src/SDCCsymt.c (computeType): beautified
1542         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1543         (valUnaryPM, valComplement): fix sign and promotion,
1544         (valNot): ANSI: result type is int (SDCC: unsigned char)
1545         * support/regression/tests/uminus.c: speedup by removing superflous
1546         test case 'int'
1547         * support/regression/tests/onebyte.c: added promotion and signedness
1548         tests for unary minus
1549         * support/regressions/tests/bug-477927.c: disable warning about
1550         uninitialized variables
1551         * support/regression/tests/not.c: added
1552
1553 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1554
1555         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1556         * src/mcs51/gen.c (gen51Code): show final register usage after
1557         fillGaps in asm with --i-code-in-asm
1558         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1559         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1560         incUsed, rliveClear, adjustIChain): made static,
1561         (setFromRange): excluded because it's unused,
1562         (findPrevUseSym, markWholeLoop): added,
1563         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1564         through all branches of predecessors enables sdcc to emit the warning
1565         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1566         (rlivePoint): made static, added parameter emitWarnings which is only
1567         true during the first run out of two,
1568         (findRecursiveSucc, findRecursivePred): removed,
1569         (computeLiveRanges): made static, added parameter emitWarnings,
1570         (dumpIcRlive): added for debugging only
1571         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1572         removed prototype of setFromRange()
1573         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1574         in call of computeLiveRanges()
1575         * support/regression/tests/bug-895992.c: added
1576         * support/regression/tests/bug-971834.c: added
1577         * support/valdiag/tests/bug-895992.c: added
1578         * support/valdiag/tests/bug-971834.c: added
1579
1580 2005-12-18 Raphael Neider <rneider AT web.de>
1581
1582         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1583           (genUnpackBits): improved code for direct operands,
1584           (genPackBits): improved code for literal assignment to bitfields
1585             and for direct destination operands (no FSR indirection),
1586             prevented redundant AND, fixes #1362800,
1587           (AccLsh): added parameter to disable masking of the result
1588         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1589           skip instructions with side-effects (like incfsz),
1590           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1591         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1592         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1593           fixes #1375263
1594
1595 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1596
1597         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1598         volatile variables as spill location
1599
1600 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1601
1602         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1603         replacing literals
1604         * support/regression/tests/bug-1376320.c: added
1605
1606 2005-12-08 Raphael Neider <rneider AT web.de>
1607
1608         * src/pic/device.c: renamed is_shared to pic14_is_shared
1609         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1610         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1611           (is_valid_identifier): added for above workaround
1612
1613 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1614
1615         * device/lib/Makefile.in: fixed to enable port-specific-objects
1616         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1617           char, thanks Hubert Sack
1618         * doc/sdccman.lyx: documented --xstack-loc,
1619           elaborated a bit more on interrupts and pitfalls,
1620           removed "setjmp/longjmp unsupported",
1621           documented some unsupported C99 features
1622         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1623         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1624           if, thanks Hubert Sack
1625         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1626         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1627           make make_library
1628         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1629           regression tests can report resource usage (rfe 700441)
1630         * support/regression/collate-results.py: report resource usage
1631         * support/regression/ports/ds390/spec.mk,
1632         * support/regression/ports/hc08/spec.mk,
1633         * support/regression/ports/mcs51/spec.mk,
1634         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1635         * support/regression/ports/ds390/uCsim.cmd,
1636         * support/regression/ports/hc08/uCsim.cmd,
1637         * support/regression/ports/mcs51/uCsim.cmd,
1638         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1639         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1640           library, use the default one
1641         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1642           building the library
1643
1644 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1645
1646         * config.dsp: added dependency on .version and configure_vc.awk
1647         * device/include/setjmp.h: updated for --stack-auto and --xstack
1648         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1649         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1650         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1651         * device/lib/libsdcc.lib: added _setjmp
1652         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1653           (decorateType): fixed bug 1372851,
1654           (optimizeGetHbit): fixed warning
1655         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1656           array initialisation
1657         * support/regression/tests/bug1057979.c: added test for bug 1358192
1658         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1659
1660 2005-12-03 Borut Razem <borut.razem AT siol.net>
1661
1662         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1663           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1664
1665 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1666
1667         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1668         createIval): implement symbol independant "flexible array member",
1669         (createIvalCharPtr): implemented flexible array initialisation with a
1670         string
1671         * src/SDCCsymt.c (copyStruct): removed,
1672         (getSize): fixed misleading comment,
1673         (getAllocSize): removed, the additional allocation size is now in
1674         sym->flexArrayLength,
1675         (checkStructFlexArray): new, syntax checks for flexible array members,
1676         (compStructSize): added syntax checks for "flexible array members"
1677         (copyStruct): removed,
1678         (copyLinkChain): removed inefficient fix for bug 770487
1679         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1680         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1681         symbol->flexArrayLength
1682         * src/SDCCerr.c,
1683         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1684         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1685         * support/regression/tests/structflexarray.c: added
1686         * support/valdiag/tests/structflexiblearray.c: added
1687
1688 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1689
1690         * src/SDCCast.c (decorateType): fixed bug 1368489
1691         * support/Util/SDCCerr.c,
1692         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1693
1694 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1695
1696         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1697           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1698
1699 2005-11-27 Borut Razem <borut.razem AT siol.net>
1700
1701         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1702           support/cpp2/mkdeps.h: added command line option
1703           -obj-ext=<extension> to SDCPP to define object file externion, used
1704           for generation of make dependencies (-M)
1705         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1706
1707 2005-11-26 Borut Razem <borut.razem AT siol.net>
1708
1709         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1710           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1711           added pic and pic16 libraries
1712
1713 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1714
1715         * device/include/float.h: Corrected typo in prototype of __fsgt
1716
1717 2005-11-25 Borut Razem <borut.razem AT siol.net>
1718
1719         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1720           added creation of model-mcs51-stack-auto libraries
1721
1722 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1723
1724         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1725         and fields-list too
1726         * src/SDCCast.c (createIvalArray): removed obsolete comment
1727
1728 2005-11-24 Borut Razem <borut.razem AT siol.net>
1729
1730         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1731           added missing device/lib/mcs51/crt*.asm sources
1732
1733 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1734
1735         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1736
1737 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1738
1739         * device/lib/_fs2schar.c,
1740         * device/lib/_fs2sint.c,
1741         * device/lib/_fs2slong.c: optimized inline asm
1742
1743 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1744
1745         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1746           Better handling of floats between -1.0 and 0.0.
1747
1748 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1749
1750         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1751           (the missing "if"s prohibited removal of redundant labels)
1752
1753 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1754
1755         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1756           Properly convert floats between -1.0 and 0.0 to long, int, and char
1757           types (max integer value of negative floats tends to zero).
1758         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1759           Removed changes made so to work properly with floats between
1760           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1761           and _fs2char.c
1762
1763 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1764
1765         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1766         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1767         (genCast) cosmetic change
1768         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1769         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1770         from mcs51
1771         * support/regression/tests/bitfields (testSignedBitfields): added
1772
1773 2005-11-18 Borut Razem <borut.razem AT siol.net>
1774
1775         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1776         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1777           introduced SILENT option to make building of pic16 libraries less
1778
1779 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1780
1781         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1782           Now they work properly with floats between -1.0 and 0.0
1783         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1784
1785 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1786
1787         * src/SDCCicode.c (printOperand): added missing else
1788
1789 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1790
1791         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1792         reformatted for better readability
1793         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1794         signed bitfields
1795
1796 2005-11-17 Borut Razem <borut.razem AT siol.net>
1797
1798         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1799           introduced SILENT option to make building of pic16 libraries less
1800           verbose - used for nightly snapshot build
1801         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1802           available on Win32 platforms.
1803         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1804           medium, large, pic and pic16
1805
1806 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1807
1808         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1809           printf("%f"...) sets fraction to zero.
1810
1811 2005-11-16 Raphael Neider <rneider AT web.de>
1812
1813         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1814           fixes #1357221
1815         * src/pic/gen.c (genIfx): implemented for CARRY bit
1816         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1817           to generic pointers, fixes #1357332,
1818           (pic16_movLit2f): NEW,
1819           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1820
1821 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1822
1823         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1824
1825 2005-11-11 Raphael Neider <rneider AT web.de>
1826
1827         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1828         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1829           compute pointer's type from operand,
1830           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1831           improved single bit reads, fixes bug #1353379
1832
1833 2005-11-09 Borut Razem <borut.razem AT siol.net>
1834
1835         * support/scripts/sdcc.nsi: added lib/pic to the package
1836
1837 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1838
1839         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1840
1841 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1842
1843         * support/regression/tests/bug1348008.c: added
1844         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1845         * support/regression/tests/bug1337835.c: updated comment
1846
1847 2005-11-06 Borut Razem <borut.razem AT siol.net>
1848
1849         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1850           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1851           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1852           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1853           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1854           dynamic construction of cl_error_class and derivates - 2.nd try
1855
1856 2005-11-05 Borut Razem <borut.razem AT siol.net>
1857
1858         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1859           bug, which caused Bus Errors on sparc solaris
1860
1861 2005-11-04 Borut Razem <borut.razem AT siol.net>
1862
1863         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1864           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1865           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1866           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1867           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1868           and derivates to resolve the initialization problem on OSX
1869
1870 2005-11-02 Borut Razem <borut.razem AT siol.net>
1871
1872         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1873           corrected typo - #include <winsock2.h>
1874
1875 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1876
1877         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1878           (_asxxxx_mapping): added org directive for future enhancements
1879
1880 2005-11-01 Borut Razem <borut.razem AT siol.net>
1881
1882         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1883           enabled sockets on WIN32
1884         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1885
1886 2005-10-31 Borut Razem <borut.razem AT siol.net>
1887
1888         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1889           WIN32 backslash path delimiters should be escaped when used in C strings
1890         * support/regression/tests/bitfields.c: exclude failing assertions for
1891           __CYGWIN32__ and __MINGW32__ hosts
1892
1893 2005-10-30 Borut Razem <borut.razem AT siol.net>
1894
1895         * src/SDCCutil.c: corrected double comparison typo
1896
1897 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * device/lib/medium/Makefile: added for new memory model medium
1900         * device/include/asm/mcs51/features.h: updated for medium/pdata
1901         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1902           added Multiply & Accumulate sbit's and MAC0_PAGE define
1903         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1904         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1905         * device/lib/_mullong.c: update for medium model
1906         * device/lib/incl.mk: added medium model
1907         * doc/sdccman.lyx: documented medium model
1908         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1909         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1910         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1911         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1912           (allocParms): set SCLS and OCLS to pdata for medium model
1913         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1914           for pdata,
1915           (powof2): return <0 if not power of 2
1916         * src/avr/gen.c (genBitWise): use updated powof2
1917         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1918           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1919           (shiftLLeftOrResult): use B if necessary
1920         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1921         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1922         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1923         * support/regression/Makefile.in: added test-mcs51-medium
1924         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1925
1926 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1927
1928         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1929         specifier unsigned
1930         * device/lib/time.c (mktime): fixed bug 1334315
1931
1932 2005-10-28 Raphael Neider <rneider AT web.de>
1933
1934         * device/include/pic/p16f_common.inc: added common declarations
1935         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1936
1937 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1938
1939         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1940           (aopPutUsesAcc): added to predict accumulator use,
1941           (assignResultValue): save acc if necessary,
1942           (genMinusDec): store result if indirectly addressed,
1943           (genDivOneByte):  save acc if necessary,
1944           (movLeft2Result): bugfix if left already in acc,
1945           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1946             attention to accumulator use (esp. pdata),
1947           (genReceive): receive pdata correctly
1948         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1949         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1950
1951 2005-10-27 Raphael Neider <rneider AT web.de>
1952
1953         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1954
1955 2005-10-27 Raphael Neider <rneider AT web.de>
1956
1957         * .version: changed version to 2.5.4
1958         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1959         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1960           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1961             arithmetics support routines
1962         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1963         * device/lib/Makefile.in: also create installdir for pic
1964
1965         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1966           pic14 port as well
1967         * src/pic/device.c (dump_sfr): rewritten to delegate register
1968           placement to the linker (use `extern sym' rather than sym EQU addr),
1969           (validAddress): fixed to check last specified address
1970         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1971           (popGetLit): truncate literal value to 8 bit,
1972           (popGet): moved assert to more appropriate place
1973           (popGetExternal): create pCode operand from and mark the according
1974             symbol as being `extern'
1975           (popGetAddr): added sanity check on immediate's offset, provide
1976             GPOINTER tag on demand
1977           (aopPut): fixed for immediates,
1978           (mov2w_op): move operand's address or contents to WREG (depending on
1979             operand type), safer variant of mov2w,
1980           (movwf,call_libraryfunc): NEW, handy abbreviations,
1981           (get_argument_pcop,get_return_val_pcop,pass_argument,
1982           get_returnvalue): interface for accessing function parameters and
1983             return values,
1984           (assignResultValuei,genRet): use new parameter/return value interface
1985           (pic14_getDataSize): back to old version handling generic pointers,
1986           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1987             provided implementation and/or fixed old one,
1988           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1989             calls, removed legacy 8051 reference code
1990           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1991           (loadSignToC): NEW, move the operands sign bit to CARRY,
1992           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1993             genRightShiftSigned, accepts negative shift counts,
1994           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1995           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1996             generic pointers, __data pointers and __code pointers,
1997           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1998             and signed bitfields, limit bitfields to 8 bit,
1999           (genDataPointerGet): fixed number of bytes read,
2000           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2001           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2002             pointers to constant data are no longer assumed to point to __code
2003             space, removed invalid pointer types,
2004           (bitpatternFromVal): retrieve the PICs representation of an integer
2005             or float literal,
2006           (genDataPointerSet): fixed assigning to po_immediate operands,
2007           (genGenPointerSet): implemented as library call,
2008           (genIfx): fixed incorrect condition,
2009           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2010             provide GPOINTER tag according to destination's storage class,
2011           (genCast): added code to handle casting to generic pointers, added
2012             sign-/zero extension of the result
2013           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2014         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2015         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2016           extend the result
2017         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2018           address/register resides in the shared banks
2019           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2020             put all variables into separate sections (have the linker arrange
2021             them)
2022           (picglue): put init code and interrupt handlers in separate sections
2023         * src/pic/main.c: added port specific options table, modified to PORT
2024           structure to make GPOINTERs 3 byte, added pic14_options
2025           (_pic14_do_link): private linking routine (update paths to libraries,
2026             add libsdcc.lib by default)
2027         * src/pic/main.h: declare pic14_options
2028         * src/pic/pcode.c: fixed instructions i/o relations,
2029           (RegCond): reverted to correct version,
2030           (newpCodeOpLit): truncate literals to 8 bit,
2031           (genericPrint): added debug output,
2032           (getRegFromInstruction): fixed for various operand types, simplified
2033           (BuildFlow): fixed broken handling of isntructions with labels
2034           (LinkFlow): start at last instruction in flow (skip trailing comments),
2035             pass the flow on to the next instruction after CALL
2036           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2037           (insertPCodeInstruction): fixed inserting after a skip instruction,
2038           (DoBankSelect): fixed for labeled instructions
2039           (OptimizepBlock): honor --nopeep switch
2040           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2041         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2042         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2043           (pCodeOptime2pCodes): allow disabling this optimization via
2044             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2045             but is still buggy), started implementation of a dataflow based
2046             pCode optimization (CSE + dead code elimination)
2047           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2048         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2049           names are independant of the stack location and therefore portable across
2050           devices
2051
2052 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2053
2054         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2055           (selectSpil): fixed bug 1337835 by not spilling bit variables
2056         * support/regression/tests/bug1337835.c: added test for this bug
2057         * src/mcs51/peeph.def: restart after rule 3.c,
2058           addded rules 263.x to optimize loading constants
2059
2060 2005-10-26 Raphael Neider <rneider AT web.de>
2061
2062         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2063         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2064           (genAssign): emit warning when casting literals to generic pointer
2065             type, also applies when taking the address of a fixed variable,
2066           (genCast): improved casting to generic pointers
2067         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2068           extern variables, added verbose error message
2069         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2070
2071 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2072
2073         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2074         carry must be complemented too
2075         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2076         could be emitted by genMinus
2077         * src/SDCCval.c (constVal): fixed bug 1305065
2078
2079 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2080
2081         * src/SDCCast.c (addCast): added promotion for bit variables
2082         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2083         promotion casts + optimisation
2084         (optimizeGetWord): fix warning 'i' might be used uninitialized
2085         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2086         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2087
2088 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2089
2090         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2091         all chars are promoted to int; promotion should be handled in SDCCast.c
2092
2093 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2094
2095         * device/lib/_strcmp.c: Fixed bug 1326457
2096
2097 2005-10-11 Raphael Neider <rneider AT web.de>
2098
2099         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2100         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2101
2102 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2103
2104         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2105         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2106
2107 2005-10-04 Raphael Neider <rneider AT web.de>
2108
2109         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2110           device/lib/pic16/pics.all: added pic18f1320
2111         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2112
2113 2005-09-30 Raphael Neider <rneider AT web.de>
2114
2115         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2116         * src/pic16/devices.inc: NEW, provides device descriptions
2117         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2118
2119 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2120
2121         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2122           GETHBIT
2123
2124 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2125
2126         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2127           documented Any Order Bit, Higher Order Byte and Higher Order Word
2128         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2129         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2130           (optimizeGetAbit): new, to get any bit, not only the high bit,
2131           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2132           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2133           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2134           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2135             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2136             GETABIT, GETBYTE, GETWORD: decorate them,
2137           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2138           (ast_print): added GETABIT, GETBYTE, GETWORD
2139         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2140         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2141           (geniCodeBinary): new generic binary icode,
2142           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2143         * src/port.h: updated comment for PORT.hasExtBitOp
2144         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2145           (genGetByte): new, to get a single byte,
2146           (genGetWord): new, to get a word from a long,
2147           (gen51Code): added GETABIT, GETBYTE, GETWORD
2148         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2149
2150 2005-09-23 Raphael Neider <rneider AT web.de>
2151
2152         * configure.in, configure: have device/lib/pic configured
2153         * device/lib/Makefile.in: added model-pic14
2154         * device/lib/clean.mk: added pic/ to clean rule
2155         * device/lib/pic: added rudimentary pic14 library providing support
2156           functions for multiplication/division/generic pointer access
2157         * src/SDCCopt.c (convilong): mark support functions as extern
2158           for pic14 port as well
2159         * src/pic/gen.c (genMult): added assertions,
2160           (genpic14Code): emit warning on unhandled iCodes
2161         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2162         * src/pic/pcode.c (pCodeOpCopy),
2163         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2164           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2165           SFR_REGISTER}), made safe for future extensions
2166         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2167           instructions even if preceeded by SKIP instructions (also remove
2168           them); removed unused code
2169         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2170           prevents leaving parts of the structure uninitialized after copying
2171
2172 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2173
2174         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2175           ago by me
2176         * support/regression/tests/addsub.c: added test for the bug
2177
2178 2005-09-21 Raphael Neider <rneider AT web.de>
2179
2180         * device/include/pic16/pic18f1220.h,
2181           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2182         * device/lib/pic16/Makefile.rules: added missing opening paren
2183         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2184           are provided in genutils.c,
2185           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2186           operand/result sizes,
2187           (genCmp): assert on NULL pointers first, then check deref'ed values
2188         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2189           result size
2190
2191 2005-09-18 Raphael Neider <rneider AT web.de>
2192
2193         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2194           as these are now unused,
2195           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2196         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2197           local, avoids uninitialized pointer dereference on r->name
2198         * src/pic16/ralloc.c (newReg): fixed indentation
2199
2200 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2201
2202         * src/SDCCval.c (constVal): fixed bug 730366
2203         * support/Util/SDCCerr.c,
2204         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2205
2206 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2207
2208         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2209
2210 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2211
2212         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2213
2214 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2215
2216         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2217           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2218         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2219           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2220         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2221         * packihx/packihx.c (hexDigit): made c unsigned char
2222         * as/mcs51/lklibr.c (fndsym),
2223         * link/z80/lkgb.c (gb),
2224         * link/z80/lklibr.c (fndsym),
2225         * link/z80/lkrloc.c (relr),
2226         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2227         * src/SDCC.lex (checkCurrFile, process_pragma),
2228         * src/SDCCglue.c (spacesToUnderscores),
2229         * src/SDCCmain.c (setParseWithComma, processFile),
2230         * src/asm.c (tvsprintf, printCLine),
2231         * src/avr/gen.c (emitcode, aopPut),
2232         * src/ds390/gen.c (emitcode),
2233         * src/hc08/gen.c (emitcode, emitinline),
2234         * src/mcs51/gen.c (emitcode, genInline),
2235         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2236           tokenizeLineNode),
2237         * src/pic/ralloc.c (debugLog),
2238         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2239           tokenizeLineNode),
2240         * src/pic16/ralloc.c (debugLog),
2241         * src/z80/main.c (_process_pragma):
2242            made all ctype.h function calls safe
2243         * src/SDCCopt.c: include math.h for fabs
2244         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2245           and used them throughout the code to make ctype.h function calls safe
2246         * src/ds390/main.c (asmLineNodeFromLineNode),
2247         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2248         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2249            unsigned char*
2250         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2251           (newpCodeAsmDir): made ctype.h function calls safe
2252         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2253           pic16_emitcode):  made lbp unsigned char*
2254         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2255           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2256         * src/xa51/gen.c (emitcode),
2257         * src/z80/gen.c (_emit2): made lbp unsigned char*
2258         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2259            char*
2260
2261 2005-09-05 Raphael Neider <rneider AT web.de>
2262
2263         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2264           access bank splitpoint
2265
2266 2005-09-05 Raphael Neider <rneider AT web.de>
2267
2268         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2269
2270 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2271
2272         * .version: changed to version 2.5.3
2273         * doc/sdccman.lyx: changed version to 2.5.3,
2274           documented --codeseg and --constseg and pragma codeseg and constseg,
2275           documented bit parameters (reentrant) and bit returning
2276         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2277            currFunc->recvSize, but is this ok for all ports?
2278           (ast2iCode): result of ~ on unsigned char must be cast to int for
2279            bool to work
2280         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2281           function pointers in bit space
2282         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2283           (processFuncArgs): call port.reg_parm() with reentrancy info
2284         * src/port.h,
2285         * src/avr/main.c,
2286         * src/ds390/main.c,
2287         * src/hc08/main.c,
2288         * src/pic/main.c,
2289         * src/pic16/main.c,
2290         * src/xa51/main.c,
2291         * src/z80/main.c: port.reg_parm prototype extended with
2292           "bool reentrant" parameter
2293         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2294           options.stackAuto for allocating bit register parameters
2295         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2296           (genSend): set BitBankUsed if it is,
2297           (selectRegBank): factored out of genCall for use in genPcall,
2298           (genCall): removed redundant dtype assignmen, use selectRegBank,
2299           (genPcall): handle returning in Carry properly, save in F0 if needed,
2300           (genReceive): handle bit register parameters
2301         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2302           (mcs51_assignRegisters): enable bit registers for all reentrant
2303            functions and don't set BitBankUsed unconditionally
2304         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2305         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2306         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2307
2308 2005-08-27 Borut Razem <borut.razem AT siol.net>
2309
2310         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2311         ppc-osx (Darwin) does not support -u option. It seems that it is
2312         supported only on Linux - GNU cp
2313
2314 2005-08-25 Borut Razem <borut.razem AT siol.net>
2315
2316         * sim/ucsim/gui.src/serio.src/Makefile.in,
2317           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2318           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2319           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2320           install and strip, since the strip at /usr/ccs/bin should be used
2321           on solaris
2322
2323 2005-08-24 Borut Razem <borut.razem AT siol.net>
2324
2325         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2326
2327 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2328
2329         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2330         ffffffffu
2331
2332 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2333
2334         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2335         * as/mcs51/lkmain.c (link_main): fixed warning
2336         * device/include/stdbool.h: ds390 has no advanced bit support yet
2337         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2338         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2339         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2340           and updated their macros
2341         * src/SDCCval.c (constVal): updated comment for renamed b_long
2342
2343 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2344
2345         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2346         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2347           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2348           (oprio): set priority for '['
2349         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2350            and adb_24_bit
2351         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2352         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2353         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2354         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2355           added overlayable BIT_BANK area
2356         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2357           (summary2): explain 'T' in legenda
2358         * as/mcs51/lkrloc.c: replaced old K&R style,
2359           (relr): added R_BIT processing,
2360           (errmsg): added "Bit-addressable relocation error",
2361           (adb_bit): added for converting from byte- to bit-addressable space,
2362           (adb_24_bit): added for converting from byte- to bit-addressable space
2363         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2364            used in reentrant functions now even as return value
2365         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2366         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2367           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2368         * src/SDCCglobl.h: added indicator BitBankUsed
2369         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2370            the bit registers b0-b7
2371         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2372           (geniCodeCast): fixed bug 1263853,
2373           (geniCodeLogicAndOr): put result in bool or char,
2374           (geniCodeReceive): added parameter func for accessing the return type,
2375           (geniCodeFunctionBody): pass func to geniCodeReceive
2376         * src/SDCCmain.c: added indicator BitBankUsed
2377         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2378         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2379           (checkSClass): don't put automatic bool/bit on stack,
2380           (checkFunction): removed check on function cannot return bit
2381         * src/SDCCsymt.h: added newBoolLink prototype
2382         * src/mcs51/gen.c (rb1regs): added bit registers,
2383           (movc): created for assigning to carry,
2384           (pushReg, popReg): created for pushing registers,
2385           (sameRegs): check both AOP_REG and AOP_CRY types,
2386           (aopOp): handle bit registers,
2387           (aopPut): optimization no self-assign,
2388           (saveRegisters): push reg->base (bits) only once for bit registers,
2389            and use pushReg,
2390           (unsaveRegisters): pop reg->base only once and use popReg,
2391           (assignResultValue): added parameter func and return in carry for bits,
2392           (genIpush): optimization no reload in A if not changed,
2393           (genSend): bit parameters in reentrant functions are passed in bit
2394            registers by first assigning to bits in B, then save registers and
2395            copy B to bits,
2396           (genCall): handle returning in Carry properly, save it in F0 if needed,
2397           (genPcall): updated assignResultValue call, this is not safe yet for bit
2398            returning function !!!
2399           (genFunction): don't generate equ's for bit registers and use pushReg,
2400           (genEndFunction): take care of bit returning functions and use popReg,
2401           (genRet): return bit in Carry,
2402           (genIfx): optimize bit registers and other directly addressable bits,
2403           (genReceive): updated assignResultValue call
2404         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2405           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2406            registers when using stack-auto
2407         * src/mcs51/ralloc.c (_G): added allBitregs,
2408           (regs8051): added the bit registers,
2409           (createStackSpil): use macro IS_BIT,
2410           (getRegBit): added to allocate a bit register, else spill,
2411           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2412           (updateRegUsage): factored out to ease stepping while debugging,
2413           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2414            also allocate bit registers,
2415           (fillGaps): handle bit registers,
2416           (findAllBitregs): added to create bit vector with all bit registers,
2417           (mcs51_allBitregs): returns this bit vector,
2418           (mcs51_assignRegisters): when using stack-auto use bit registers for
2419            passing parameters and creating local variables
2420         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2421
2422 2005-08-22 Borut Razem <borut.razem AT siol.net>
2423
2424         * device/lib/Makefile.in: replaced find option -or with -o
2425           to make it run on solaris
2426
2427 2005-08-22 Raphael Neider <rneider AT web.de>
2428
2429         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2430           fixes #1265442 (crash on Solaris)
2431
2432 2005-08-20 Borut Razem <borut.razem AT siol.net>
2433
2434         * configure, configure.in: added tests for libsocket and libnsl libraries,
2435           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2436           from support/regression/Makefile.in
2437         * support/regression/Makefile.in: added
2438         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2439         * sim/ucsim/libtool: regenerated on sparc-solaris
2440         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2441           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2442           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2443           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2444           sparc-solaris, which doesn't use GNU ld linker
2445         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2446         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2447
2448 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2449
2450         * src/mcs51/peeph.def: updated comments
2451
2452 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2453
2454         * device/lib/_gptrget.c,
2455         * device/lib/_gptrput.c: slightly shorter
2456         * doc/sdccman.lyx: incremented version
2457         * src/mcs51/peeph.def: moved peephole comments to the line of first
2458           change to better keep line correlation, reanimated 186.e
2459         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2460
2461 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2462
2463         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2464           David Saxton with quotes around file name.
2465
2466 2005-08-15 Borut Razem <borut.razem AT siol.net>
2467
2468         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2469           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2470           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2471           make tests run on x86_64 platform
2472
2473 2005-08-13 Raphael Neider <rneider AT web.de>
2474
2475         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2476           as it might be executed DURING a build (parallel make is wonderful)
2477
2478 2005-08-13 Raphael Neider <rneider AT web.de>
2479
2480         * device/lib/Makefile.in (port-specific-objects-pic16):
2481           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2482         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2483           dependency
2484         * device/lib/pic16/Makefile.rules: build subdirs before creating
2485           the library, removed builddir rule, create $(builddir) early in
2486           recurse rule, use empty recurse rule for leaf directories
2487         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2488           mkdir errors (race condition), removed duplicate suffix "hex"
2489           from clean rules
2490         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2491         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2492           prevents mkdir -p from aborting on Alpha
2493
2494 2005-08-12 Raphael Neider <rneider AT web.de>
2495
2496         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2497           db-statements in order to allow for arrays of pointers in code
2498           sections to be placed without interspersed 0-padding, fixes
2499           bug #1256215
2500         * (emitStatistics): fixed division by zero for pic18f1220
2501         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2502           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2503         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2504         * (pic16_pCodeConstString): keep track of already emitted string
2505           literals to prevent "duplicate definitions of symbol _str_NR"
2506         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2507           debug message
2508         * device/lib/Makefile.in: ignore failing PIC16 library builds
2509         * device/lib/pic16/Makefile: do not build if gputils are missing
2510         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2511
2512 2005-08-10 Raphael Neider <rneider AT web.de>
2513
2514         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2515           my last commit)
2516
2517 2005-08-10 Raphael Neider <rneider AT web.de>
2518
2519         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2520           Rokas' patch to add the new fixed point type "__fixed16x16"
2521         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2522           functions for __fixed16x16 arithmetics
2523         * device/lib/pic16: reimplemented the build system to support
2524           a separate build directory, better handling of libio (create
2525           the library in a separate subdir for each architecture) and
2526           easier configuration (centralized in Makefile.common)
2527
2528 2005-08-07 Raphael Neider <rneider AT web.de>
2529
2530         * src/pic16/gen.c (genrshTwo): fixed sign extension
2531         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2532         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2533           added T0CONbits
2534         * device/include/pic16/pic18f4220.h: NEW, header for
2535           pic18f4220 and pic18f4320
2536         * device/include/pic16/pic18fregs.h: added new devices,
2537           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2538         * device/include/pic16/signal.h: resolved name clashes
2539           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2540           to also allow testing for interrupt enable bits, added
2541           comments on how to use the macros
2542         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2543         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2544           register definitions for the devices
2545         * device/lib/pic16/pics.all: added new devices
2546         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2547           allocated memory
2548         * device/lib/pic16/libc/stdlib/memfree: do not count
2549           the block header as free memory
2550         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2551           simplified and added missing end-of-blocklist-marker
2552           (reported by Peter Onion, fixes #1252814)
2553         * (_mergeHeapBlock): fixed loop condition
2554         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2555           len==0, restructured code
2556         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2557           up a bit, reduced bitfield accesses, prevent endless loops
2558           in case of heap corruption
2559         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2560           "unreferenced arguments/must return a value" warnings
2561         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2562           replaced BAUDREG with SPBRG
2563         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2564           device/lib/pic16/debug/gstack/gstack.c: replaced
2565           _naked, _asm, _endasm with __naked, __asm, __endasm
2566
2567 2005-08-05 Raphael Neider <rneider AT web.de>
2568
2569         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2570           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2571
2572 2005-08-05 Borut Razem <borut.razem AT siol.net>
2573
2574         * device/lib/Makefile.in: added missing ';'
2575         * configure: removed ^M characters
2576
2577 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2578
2579         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2580           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2581           License
2582
2583 2005-08-04 Borut Razem <borut.razem AT siol.net>
2584
2585         * configure.in: pic16 libraries build 2nd try - enable running
2586           configure in device/lib/pic16
2587         * configure: regenerated from configure.in
2588         * device/lib/Makefile.in: create $(PORT)/bin directory
2589
2590 2005-08-03 Raphael Neider <rneider AT web.de>
2591
2592         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2593           to get/set values via pointers
2594         * (genUnpackBits,genPackBits): changed detection of
2595           ptr->bitfield vs. sym.bitfield, fixed access via generic
2596           pointers, removed dead (wrong) code for multibyte bitfields
2597         * (genNearPointerGet, genGenPointerGet): removed useless code,
2598           fixed bitfield detection, fixes #1250594
2599         * (genNearPointerSet): removed useless code
2600         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2601           and introduced macro pic16_emitpcode that conditionally emits
2602           the origin of the following pCode (useful for debugging SDCC)
2603         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2604         * (createDefmap): fixed handling of LFSR for --optimize-df
2605
2606 2005-08-02 Borut Razem <borut.razem AT siol.net>
2607
2608         * device/lib/Makefile.in: pic16 libraries build enabled since
2609           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2610
2611 2005-08-02 Raphael Neider <rneider AT web.de>
2612
2613         * src/pic16/gen.c (genPackBits): removed deprecated warning
2614         * (genGenPointerSet): fixed bitfield detection
2615
2616 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2617
2618         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2619
2620 2005-07-31 Raphael Neider <rneider AT web.de>
2621
2622         * device/lib/pic16/libdev/pic18f458.c,
2623           device/include/pic16/pic18f458.h: added missing T0CONbits
2624
2625 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2626
2627         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2628
2629 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2630
2631         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2632
2633 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2634
2635         * device/include/mcs51/at89c51ed2.h: added.
2636
2637 2005-07-23 Raphael Neider <rneider AT web.de>
2638
2639         * src/pic/gen.h: added emitpcode macro for debugging
2640         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2641           and replace by macro adding debug information on demand
2642         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2643         * (gencjne): tried to fix; replaced with correct (slower) code
2644         * (gen{Unp,P}ackBits): fixed single bit access
2645         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2646         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2647           previous instruction
2648         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2649           register has to be handled with care (forbidding movement
2650           of assignments/uses, removing assignments completely, ...)
2651         * (pCodeOptime2pCodes): make use of regIsSpecial
2652         * added lots of debugging output (commented out)
2653         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2654           from being reused as result UNLESS it is known to work
2655
2656 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2657
2658         * support/Util/dbuf.h: include <stddef.h> for size_t
2659         * .version: changed to version 2.5.2
2660
2661 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2662
2663         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2664
2665 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2666
2667         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2668           (genModOneByte): removed needless psha/pula
2669
2670 2005-07-22 Raphael Neider <rneider AT web.de>
2671
2672         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2673           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2674         * src/pic/gen.c (resolveIfx): do not "invent" labels
2675         * (genSkipc): changed to positive logic
2676         * (genSkipCond): removed as no longer needed
2677         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2678           backport from PIC16
2679         * (genLeftShift): check operands are in different registers
2680         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2681           INCF does not update CARRY...
2682         * src/pic/main.c: fixed _linkCmd
2683         * src/pic/pcode.c (unlinkpCode): added inactive code
2684         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2685           alive (do not assign result and operand overlapping registers)
2686
2687 2005-07-22 Raphael Neider <rneider AT web.de>
2688
2689         * src/pic/device.c (dump_sfr): replaced register declaration with
2690           call to emitSymbolToFile() to avoid duplicate symbols
2691         * (assignRelocatableRegisters): do not declare external symbols
2692         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2693           right (take size of type, not etype)
2694         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2695         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2696         * (packRegsForAccUse): disabled assignment of WREG as
2697           the result reg to prevent occurence of just fixed #1235003,
2698           fixes #1242954
2699         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2700           symbols (avoids duplicate symbols in .asm file)
2701         * (pic14emitRegularMap): use emitSymbolToFile()
2702         * src/pic/gen.c (aopOp): fixed spillLocation handling
2703         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2704         * (genDataPointerSet): removed unneccessary variables/output
2705
2706 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2707
2708         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2709         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2710
2711 2005-07-21 Raphael Neider <rneider AT web.de>
2712
2713         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2714           architecture cannot handle them efficiently, fixes bug #1235003
2715         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2716           check for empty sets before using them (fixes bug #1232190)
2717
2718 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2719
2720         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2721           (lnksect2): generate warnings for memory overlap
2722         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2723           constseg to set the name of these segments so you can instruct the linker
2724           to place them in banks
2725         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2726         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2727           added code_seg and const_seg to options
2728         * src/SDCCglue.c (emitMaps): use options.const_seg,
2729           (createInterruptVect): put interrupt vectors in segment HOME,
2730           (glue): put HOME before static segment and put the main glue in HOME,
2731           (glue): use options.code_seg
2732         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2733         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2734           these segments so you can instruct the linker to place them in banks
2735           (linkEdit): use code_loc for HOME segment which should be the first
2736           segment in code memory now
2737         * src/SDCCmem.c: fixed more stuff like bug 1238386
2738         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2739           (changePointer): don't change function pointers to code pointers for
2740           banked functions,
2741           (compareType): added exceptional check for banked function pointers
2742         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2743         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2744           after static in code memory
2745         * src/mcs51/gen.c: added aopLiteralLong prototype,
2746           (aopForSym): use getSize for functions,
2747           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2748           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2749           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2750           the segment,
2751           (genPcall): use call for literal function pointers and generate banked
2752           calls over the one trampoline so there's only one place for the user to
2753           modify according to his/hers hardware,
2754           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2755           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2756         * src/mcs51/main.c: added keyword banked,
2757           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2758         * support/Util/SDCCerr.c,
2759         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2760           needed for passing the bank and address to the trampoline
2761         * device/lib/mcs51/crtbank.asm: added for bankswitching
2762         * device/lib/mcs51/Makefile: added crtbank
2763
2764 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2765
2766         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2767           for fields at offset 0 of a struct or union as reported
2768           on 2005-07-07 in the developer mailing list.
2769
2770 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2771
2772         * src/SDCCmem.c: fixed bug 1238386
2773
2774 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2775
2776         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2777           (patch #1144962), added peephole 300, enabled 259.x
2778         * doc/sdccman.lyx: removed screenshot and provided link instead
2779
2780 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2781
2782         * doc/sdccman.lyx: added section about debugging with ddd
2783         * doc/figures/ddd_example.eps: screenshot of debugging session
2784
2785 2005-07-04 Raphael Neider <rneider AT web.de>
2786
2787         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2788           like CODE pointers, fixes #1115683
2789         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2790           call, fixes bugs #1232211, #1228110,
2791           fixed wrong casts to pCodeFlow from pCodeInstructions
2792
2793 2005-07-04 Raphael Neider <rneider AT web.de>
2794
2795         * src/pic/gen.c (popGet): changed assert to allow for
2796           bit operands
2797         * (popGetAddr): changed signature to provide
2798           an additional index, patched all call sites
2799         * (genCmpEq): handle literal-like operands correctly
2800         * (genAddrOf): added sanity checks on __code/__data pointers
2801         * (genAssign): added handling of symbols from __code section
2802         * (gencjne): do not generate code for comparisons whose result
2803           is neither stored nor used, fixes bug #1171114
2804         * (AccLsh, AccRsh): operate on operand instead of WREG
2805         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2806           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2807           by known count
2808         * rewrote complete shift-by-literal logic, commented unused
2809           functions out
2810         * (genConstPointerGet): get multiple bytes (if result size > 1),
2811           fixed handling of non-immediate addresses
2812         * (genPointerGet): handle CODE pointers like CONST pointers
2813         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2814         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2815           operand is to be treated as a literal or not
2816         * (mov2w,genPcall,genCmpEq),
2817           src/pic/genarith.c: use aop_isLitLike() to decide between
2818           literal/register contents
2819         * (addSign): added missing offset
2820         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2821           only emit comment in debug-mode,
2822           use {aop,op}_isLitLike throughout the file
2823         * src/pic/glue.c: fix initializers for pointers (work in progress)
2824         * src/pic/pcode.c (get_op): honor index on _const symbols
2825         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2826         * (dumppBlock): added pCode size estimation
2827         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2828           check for IS_SYMOP before OP_SYMBOL'ing
2829         * fixed indentation, compacted switch-statements
2830         * (allocReg): find free register and allocate it instead of
2831           allocating new registers all the time
2832         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2833           registers as its operands (necessary only for multibyte GETs)
2834
2835 2005-07-01 Raphael Neider <rneider AT web.de>
2836
2837         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2838           debugging .asm-output macros FENTRY + FEXIT
2839         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2840           way... I wonder...
2841         * (emitpComment): NEW, printf to pCode
2842         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2843           offset handling
2844         * (popGetAddr): NEW, variant of popGet to access an immediates
2845           high(er) bytes instead of the n'th byte of memory they reference,
2846           replaced popGet with popGetAddr where neccessary
2847         * (genDataPointerGet): reactivated and fixed implementation
2848         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2849           accesses
2850         * (genDataPointerSet): fixed multibyte assignments
2851         * (genpic14Code): fixed --i-code-in-asm handling
2852         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2853         * (genPlus): fixed index-out-of-bounds error
2854         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2855         * src/pic/ralloc.c: added debugging output macro FENTRY2
2856         * (spillThis): fixed indentation, enbraced for-body for clarity
2857         * (rematStr): commented out as now unused
2858         * (regTypeNum): commented out special spill case (overwrites
2859           arbitrary values)
2860         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2861
2862 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2863
2864         * doc/sdccman.lyx: documented sfr16/sfr32,
2865           added example for using storage class with function pointers
2866         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2867
2868 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2869
2870         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2871         * device/lib/_itoa.c,
2872         * device/lib/_ltoa.c: optimized codesize
2873         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2874           but don't know how to suppress the double warning.
2875         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2876         * support/Util/SDCCerr.c,
2877         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2878
2879 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2880
2881         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2882           fixed old K&R prototypes
2883         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2884         * device/lib/_gptrget.c,
2885         * device/lib/_gptrgetc.c,
2886         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2887           also new versions for small generic pointers and banked generic pointers
2888         * src/port.h: added const_name
2889         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2890         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2891         * src/SDCCcse.c (findPrevIc): check all associative operators
2892         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2893         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2894         * src/SDCCmem.c: updated comments,
2895           set far-space to 0 for pdata, results in optimized code
2896         * src/SDCCmem.h: added macro CONST_NAME
2897         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2898           moving the info into the highest bits, see also gptrget/gptrput
2899         * src/src.dsp: added sdcc.ico to project files
2900         * src/avr/gen.c (genCast): fixed bug 0x%d
2901         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2902         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2903           relation between ptr_type and DCL_TYPE,
2904           (genCast): fixed bug 0x%d
2905         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2906           (CODE)" for const_name
2907         * src/hc08/gen.c (genCast): fixed bug 0x%d
2908         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2909           (hc08_port): added "CONST (CODE)" for const_name
2910         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2911           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2912           between ptr_type and DCL_TYPE,
2913           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2914           operand* and took AOP() inside function so sfr-ness can be checked,
2915           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2916           new prototype,
2917           (genFunction, genEndFunction): optimized stack setup,
2918           (genMinus): optimized for literals with ending zeroes (in bytes),
2919           (genCast): fixed bug 0x%d
2920         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2921           (mcs51_port): added "CONST (CODE)" for const_name
2922         * src/mcs51/peeph.def: made rule 226 more generic
2923         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2924         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2925         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2926         * src/z80/main.c (z80_port): added NULL for const_name,
2927           (gbz80_port): added NULL for const_name
2928         * support/regression/tests/bug663539.c,
2929         * support/regression/tests/sfr16.c: new tests
2930
2931 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2932
2933         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2934
2935 2005-06-24 Raphael Neider <rneider AT web.de>
2936
2937         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2938           corrected typos...
2939         * device/include/pic16/signal.h: added USBIF
2940           and SIG_USB
2941
2942 2005-06-24 Raphael Neider <rneider AT web.de>
2943
2944         * device/lib/pic16/libdev/pic18f2455.c,
2945           device/include/pic16/pic18f2455.h: NEW
2946         * device/include/pic16/pic18fregs.h,
2947           device/lib/pic16/pics.all,
2948           src/pic16/device.c: added 18f2455
2949         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2950           device/include/pic16/{pic18f[68][567].h,usart.h}:
2951           replaced MULTIPLE_USARTS define with more relaible
2952           compatibility sfrs (for USART access)
2953
2954 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2955
2956         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2957           and the output asm file line is printed on two lines.
2958
2959 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2960
2961         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2962           BGT, BLE, BHI, and BLS instructions
2963         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2964           genCmpEq): removed
2965         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2966           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2967           fixes bug #1216342
2968         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2969
2970 2005-06-15 Raphael Neider <rneider AT web.de>
2971
2972         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2973         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2974         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2975           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2976           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2977
2978 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2979
2980         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2981           Marcel Telka in bug #1215704
2982
2983 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2984
2985         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2986           located in shared memory bank.
2987
2988 2005-05-31 Raphael Neider <rneider AT web.de>
2989
2990         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2991           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2992           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2993
2994 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2995
2996         * device/lib/_strncpy.c: fixed the fix
2997
2998 2005-05-26 Raphael Neider <rneider AT web.de>
2999
3000         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3001           initializers with \0, bug #1208187
3002         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3003           intializers with \0, bug #1208187
3004
3005 2005-05-26 Raphael Neider <rneider AT web.de>
3006
3007         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3008           initializers with \0, bug #1208187
3009         * src/pic16/main.c (_process_pragma): added sanity checks
3010           for stack position and size, emit warnings when appropriate
3011
3012 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3013
3014         * device/lib/_strncpy.c: fixed not filling with \0
3015
3016 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3017
3018         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3019           createFunction),
3020         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3021           compound_statement),
3022         * src/SDCCsymt.h,
3023         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3024
3025 2005-05-24 Raphael Neider <rneider AT web.de>
3026
3027         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3028
3029 2005-05-24 Raphael Neider <rneider AT web.de>
3030
3031         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3032           TRISE definitions, closes bug #1162453
3033
3034 2005-05-22 Raphael Neider <rneider AT web.de>
3035
3036         * src/pic16/main.c (_process_pragma): check for missing
3037           arguments to pragmas code and udata
3038         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3039           consistency fixes to match other headers (thanks to Jim Paris)
3040         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3041
3042 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3043
3044         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3045
3046 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3047
3048         * support/regression/tests/bug1198642.c: new test
3049         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3050         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3051         * support/scripts/resource.h,
3052         * support/scripts/resource.rc,
3053         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3054         * support/scripts/sdcc.ico: added 32x32 icon
3055
3056 2005-05-18 Raphael Neider <rneider AT web.de>
3057
3058         * device/lib/pic16/libdev/pic18f*.c,
3059         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3060           keywords to "__sfr" and "__at (X)"
3061         * device/include/pic16/pic18fregs.h: added pic18f4520
3062         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3063           #1203088 (MPLAB compatibility)
3064
3065 2005-05-17 Raphael Neider <rneider AT web.de>
3066
3067         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3068         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3069         * device/lib/pic16/pics.all: added new devices
3070         * src/pic16/device.c: added support for pic18f4520
3071
3072 2005-05-16 Raphael Neider <rneider AT web.de>
3073         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3074         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3075         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3076           convenience function for bit access
3077
3078 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3079
3080         * device/lib/printf_large.c: fixed bug 1193299
3081         * support/regression/tests/bug1057979.c: added test %3.3s
3082
3083 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3084
3085         * device/include/mcs51/8051.h,
3086         * device/include/mcs51/8052.h: made parseable with lint
3087         * device/include/mcs51/lint.h: added include file for (sp)lint
3088         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3089         * doc/cdbfileformat.lyx,
3090         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3091
3092 2005-05-14 Raphael Neider <rneider AT web.de>
3093
3094         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3095         * device/lib/pic16/libc/stdlib/itoa.c (new)
3096         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3097         * device/lib/pic16/libio/Makefile: exclude subdir according to
3098           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3099         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3100         * src/pic16/gen.c (genFunction): prevent annoying warning
3101         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3102           nameclashes on BeOS
3103         * support/cpp2/cppmain.c (cpp_output_string): new
3104         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3105           fixes bug 1116802
3106
3107 2005-05-13 Borut Razem <borut.razem AT siol.net>
3108
3109         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3110
3111 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3112
3113         * .version: changed to version 2.5.1; back to bleeding edge development
3114
3115 2005-05-11 Borut Razem <borut.razem AT siol.net>
3116
3117         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3118           generate PDF version 1.3 documents
3119
3120 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3121
3122         * .version: changed to version 2.5.0
3123
3124 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3125
3126         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3127
3128 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3129
3130         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3131         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3132         well as many smaller updates.
3133         * .version: changed to version 2.5.0-pre1
3134
3135 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3136
3137         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3138
3139 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3140
3141         * support/regression/tests/bug1185672.c: added
3142         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3143           bug 1185672
3144         * src/mcs51/gen.c (genCall): added comments, made it look safer
3145         * src/mcs51/gen.c (genEndFunction): simplified
3146
3147 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3148
3149         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3150
3151 2005-04-14 Borut Razem <borut.razem AT siol.net>
3152
3153         * fixed bug 1045046 - SIGSEGV with really simple code?:
3154           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3155           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3156
3157 2005-04-14 Borut Razem <borut.razem AT siol.net>
3158
3159         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3160           src/pic16/device.h: temporarily disabled experimental #inline pragma
3161           for 2.5.0 release
3162
3163 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3164
3165         * device/include/z80/stdio.h,
3166         * device/include/z80/string.h: removed these highly incomplete files so
3167           SDCC can use the default ones in device/include/
3168
3169 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3170
3171         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3172         gcc warning.
3173         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3174         fix sdcpp warnings.
3175
3176 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3177
3178         * device/include/malloc.h: removed redundant __reentrant prototypes
3179         * device/lib/_mullong.c: added working xstack variant in asm (C version
3180           doesn't pass regression tests)
3181         * device/lib/bpx.c: used __data and made bpx char for mcs51
3182         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3183           (createFunction): fixed bug with xstackPtr
3184         * src/SDCCcse.c: corrected comments
3185         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3186           (killDeadCode, eBBlockFromiCode): removed unused code
3187         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3188           corrected comments
3189         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3190           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3191           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3192           (genModOneByte): fixed warning in MSVC
3193         * src/mcs51/main.c (): added comments
3194         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3195
3196 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3197
3198         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3199
3200 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3201
3202         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3203
3204 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3205
3206         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3207         characters arrays of larger size than the declared one.
3208
3209 2005-04-10 Borut Razem <borut.razem AT siol.net>
3210
3211         * src/pic/gen.c (genInline),
3212           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3213           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3214           (findNextInstruction), (findPrevInstruction),
3215           (findInstructionUsingLabel),
3216           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3217         * src/pic/pcode.c (findLabel): added missing '\n'
3218         * src/src.dsp: added SDCCdwarf2.c to the project
3219
3220 2005-04-09 Borut Razem <borut.razem AT siol.net>
3221
3222         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3223
3224 2005-04-08 Raphael Neider <rneider AT web.de>
3225
3226         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3227           into the chain after a given one) and mergeDefmapSymbols (combine
3228           defmap entries for each symbol per pcode)
3229         * (createDefmap): have defmap entries merged in the end
3230         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3231           a symbol before replacing one access type's symbol, merge symbols in
3232           the end (replacement symbol might already have an entry)
3233         * (assignValnums): keep reference to written WREG intact
3234
3235 2005-04-08 Raphael Neider <rneider AT web.de>
3236
3237         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3238           Alpha)
3239
3240 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3241
3242         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3243         bytes
3244
3245 2005-04-07 Raphael Neider <rneider AT web.de>
3246
3247         * device/include/pic16/usart.h: added compatibility defines for
3248           devices with more than one USART
3249         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3250
3251 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3252
3253         * device/lib/Makefile.in: updated for port specific include
3254
3255 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3256
3257         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3258
3259 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3260
3261         * device/include/8051.h,
3262         * device/include/8052.h,
3263         * device/include/at89S8252.h,
3264         * device/include/at89c55.h,
3265         * device/include/at89x051.h,
3266         * device/include/at89x51.h,
3267         * device/include/at89x52.h,
3268         * device/include/mcs51reg.h,
3269         * device/include/reg51.h,
3270         * device/include/reg764.h,
3271         * device/include/regc515c.h,
3272         * device/include/sab80515.h: (re)moved these 12 files
3273         * device/include/mcs51/8051.h,
3274         * device/include/mcs51/8052.h,
3275         * device/include/mcs51/at89S8252.h,
3276         * device/include/mcs51/at89c55.h,
3277         * device/include/mcs51/at89x051.h,
3278         * device/include/mcs51/at89x51.h,
3279         * device/include/mcs51/at89x52.h,
3280         * device/include/mcs51/mcs51reg.h,
3281         * device/include/mcs51/reg51.h,
3282         * device/include/mcs51/reg764.h,
3283         * device/include/mcs51/regc515c.h,
3284         * device/include/mcs51/sab80515.h: and added them here
3285
3286 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3287
3288         * device/include/stdarg.h: changed SDCC specific keywords to double
3289           underlined form.
3290         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3291           mcs51 and ds390.
3292         * device/include/hc08/mc68hc908gp32.h,
3293         * device/include/hc08/mc68hc908jb8.h,
3294         * device/include/hc08/mc68hc908jkjl.h,
3295         * device/include/hc08/mc68hc908qy.h: fixed comments
3296         * device/include/mcs51/README: updated
3297         * device/include/mcs51/c8051f120.h: added PINRSF
3298         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3299         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3300           amidst code. Also inline is not supported.
3301
3302 2005-04-06 Raphael Neider <rneider AT web.de>
3303
3304         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3305         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3306           callers stack/frame pointers
3307
3308 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3309
3310         * device/include/pic16/usart.h: added, missing in previous commit,
3311         * device/include/pic16/adc.h: fixed typo,
3312         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3313         commit,
3314         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3315         <p18fxxx.inc>
3316         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3317         uninitialized because a bug appears with gplink
3318         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3319         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3320         complains for unrecognised option
3321
3322 2005-04-05 Raphael Neider <rneider AT web.de>
3323
3324         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3325           structs as well (using memcpy)
3326         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3327           on ISRs (GOTO has no label)
3328         * src/pic16/device.h: added OF_OPTIMIZE_DF
3329         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3330           new data flow analysis/optimization
3331         * src/pic16/pcode.c: added (prototypes for and implementation of)
3332           dataflow analysis functions, fixed pCodeInstructions' inCond and
3333           outCond values, made RCALL a branch instruction
3334         * (pic16_unlinkpCode): keep C line if possible
3335         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3336           C line moved if possible
3337         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3338         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3339           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3340         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3341           new flow)
3342         * (pic16_getJumptabpCode): NEW, needed in...
3343         * (LinkFlow): fixed handling of jumptables, calls and conditional
3344           branches
3345         * (pic16_InsertCommentAfter): NEW
3346         * (pic16_pCodeReplace): made verbose and flow preserving
3347         * (AnalyzeFlow): added call to data flow analysis
3348         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3349         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3350         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3351
3352 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3353
3354         * src/SDCCast.c (decorateType): fixed bug #1105626
3355
3356 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3357
3358         * device/include/asm/pic16/features.h,
3359         * pic18f*.h headers,
3360         * device/include/pic16/adc.h,
3361         * device/include/pic16/delay.h,
3362         * device/include/pic16/i2c.h,
3363         * device/include/pic16/malloc.h,
3364         * device/include/pic16/stdio.h,
3365         * device/include/pic16/stdlib.h,
3366         * device/include/pic16/string.h,
3367         * device/lib/pic16/libc/stdio/printf_tiny.c,
3368         * device/lib/pic16/libc/stdio/printf_small.c,
3369         * device/lib/pic16/libc/stdio/strmgpsim.c,
3370         * device/lib/pic16/libc/stdio/strmmssp.c,
3371         * device/lib/pic16/libc/stdio/strmusart.c,
3372         * device/lib/pic16/libc/stdio/vfprintf.c,
3373         * device/lib/pic16/libc/stdlib/ltoa.c,
3374         * device/lib/pic16/libc/stdlib/putchar.c,
3375         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3376         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3377         * device/lib/pic16/libc/stdlib/memchrram.c,
3378         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3379         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3380         * device/lib/pic16/libio/adc/adcbusy.c,
3381         * device/lib/pic16/libio/adc/adcread.c,
3382         * device/lib/pic16/libio/adc/adcsetch.c,
3383         * device/lib/pic16/libio/usart/ubaud.c,
3384         * device/lib/pic16/libio/usart/ubusy.c,
3385         * device/lib/pic16/libio/usart/udrdy.c,
3386         * device/lib/pic16/libio/usart/uopen.c,
3387         * device/lib/pic16/libio/usart/uputc.c,
3388         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3389         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3390         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3391         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3392         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3393         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3394         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3395         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3396         specific keywords to double underlined form,
3397         * device/lib/pic16/libc/Makefile.rules,
3398         * device/lib/pic16/libsdcc/Makefile.rules,
3399         * device/lib/pic16/libm/Makefile,
3400         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3401         to compile with C standard set in Makefile.common
3402         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3403         rand.c and crc.c in compilation process,
3404         * device/lib/pic16/libsdcc/int/divuint.c,
3405         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3406         `c' from signed to unsigned,
3407         * device/lib/pic16/startup/crt0.c,
3408         * device/lib/pic16/startup/crt0i.c,
3409         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3410         keywords to double underlined form, bug fixes in _do_cinit function
3411         which prevented the correct initialization of the .idata segment,
3412         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3413         core to enter a infinite loop
3414         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3415
3416 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3417
3418         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3419
3420 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3421
3422         * device/include/Makefile.in: add support for hc08 subdirectory
3423         * device/include/hc08/: new subdirectory
3424         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3425         Lucas Loizaga, thanks!
3426         * device/include/hc08/mc68hc908qy.h,
3427         * device/include/hc08/mc68hc908gp32.h,
3428         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3429         their own directory. Changed internal macro names to use the compiler
3430         reserved namespace. Changed SDCC specific keywords to double
3431         underlined form.
3432         * device/include/math.h,
3433         * device/include/malloc.h,
3434         * device/include/stdarg.h,
3435         * device/include/stdbool.h
3436         * device/include/string.h,
3437         * device/include/tinibios.h,
3438         * device/include/ds400rom.h,
3439         * device/include/8051.h,
3440         * device/include/8052.h,
3441         * device/include/80c51xa.h,
3442         * device/include/at89c55.h,
3443         * device/include/at89S8252.h,
3444         * device/include/at89x51.h,
3445         * device/include/at89x52.h,
3446         * device/include/ds80c390.h,
3447         * device/include/reg764.h,
3448         * device/include/regc515c.h,
3449         * device/include/sab80515.h,
3450         * device/include/mcs51/c8051f000.h,
3451         * device/include/mcs51/c8051f018.h,
3452         * device/include/mcs51/c8051f020.h,
3453         * device/include/mcs51/c8051f040.h,
3454         * device/include/mcs51/c8051f060.h,
3455         * device/include/mcs51/c8051f120.h,
3456         * device/include/mcs51/c8051f300.h,
3457         * device/include/mcs51/c8051f310.h,
3458         * device/include/mcs51/c8051f320.h,
3459         * device/include/mcs51/c8051f330.h,
3460         * device/include/mcs51/c8051f350.h,
3461         * device/include/z180.h: Changed SDCC specific keywords to double
3462         underlined form.
3463
3464 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3465
3466         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3467         18F4455,
3468         * (pic16_assignConfigWordValue): disable testing of configuration
3469         register value with config mask,
3470         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3471         function with port->fun_prefix,
3472         * (genFunction): when generating a naked interrupt function never
3473         create an absolute segment placed in interrupt vector address, place
3474         the actual interrupt function at IVA instead, when an interrupt
3475         function is generated with unspecified interrupt then do not create
3476         the absolute section,
3477         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3478         code for generating a call to generic pointer get/put function with
3479         a call to function pic16_callGenericPointer(),
3480         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3481         the call to the generic pointer get/put functions with prefixing the
3482         function name with port->fun_prefix,
3483         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3484         * src/pic16/main.c (_process_pragma): prefix function with
3485         port->fun_prefix,
3486         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3487         calling assembler, old 18Fxxxx macro is deprecated,
3488         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3489         PC_ASMDIR in while condition,
3490         * (findInstruction): add PC_ASMDIR in while condition,
3491         * (buildCallTree): prefix main with port->fun_prefix,
3492         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3493         identifier for variable with banked access in instructions BTFSS,
3494         BTFSC, BCF, BSF, BTG
3495         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3496         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3497         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3498         perform optimization when enviroment variable NO_REG_OPT is set,
3499         * (insideLRBlock): NEW, return 1 if register is inside an
3500         INF_LOCALREGS block,
3501         * (RemoveRegFromLRBlock): remove a register that is completely
3502         eliminated by register optimization, but it is still left in local
3503         register store/restore in/from stack block,
3504         * (Remove2pcodes): after removing register, check to see if it
3505         should be removed from local register store/restore in/from stack
3506         block,
3507         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3508         DUMMY_READ_VOLATILE,
3509
3510         * device/include/pic16/adc.h: minor prototype modifications and
3511         update,
3512         * device/include/pic16/malloc.h: added GPL notice various
3513         modifications,
3514         * device/include/pic16/stdint.h: NEW, standard header for ints
3515         * device/include/pic16/delay.h: NEW, header for delay functions,
3516         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3517         delay1mtcy,
3518         * device/include/pic16/signal.h: NEW, header providing helper macros
3519         for implementing signal handlers,
3520         * device/include/pic16/stdio.h: added prototypes for functions,
3521         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3522         prototypes for stdin and stdout, added macro PUTCHAR to
3523         automatically implement putchar function prototype,
3524         * device/include/pic16/usart.h: modified and updated USART library,
3525         * device/lib/pic16/libio/adc/,
3526         * device/lib/pic16/libio/i2c: some modifications to improve library
3527         performance,
3528         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3529         family of functions,
3530         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3531         family of functions and other sources,
3532         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3533         of the PIC18Fxx[28] devices,
3534         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3535         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3536         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3537         _do_cinit function, because the previous failed when local variables
3538         where not placed in the same memory bank,
3539         * device/lib/pic16/libsdcc/char/: various modifications to improve
3540         library performance,
3541         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3542         information on the new functions of the c library and more...
3543
3544 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3545
3546         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3547
3548 2005-03-26 Raphael Neider <rneider AT web.de>
3549
3550         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3551           if condition == CARRY)
3552         * (genCmp): adapted to new genSkipc semantics
3553         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3554           on rIfx (genCmp was broken)
3555
3556 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3557
3558         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3559         * src/z80/main.c (_keywords[]),
3560         * src/SDCCglobal.h (struct options),
3561         * src/SDCC.y,
3562         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3563         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3564         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3565         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3566         always available in leading double underscore form. The C99 support is
3567         mostly missing, but it's a start.
3568         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3569         reserved identifier "__data".
3570
3571 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3572
3573         * src/mcs51/peeph.def: fixed bug 1170013
3574
3575 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3576
3577         * device/include/mcs51reg.h: fixed bug 842007
3578
3579 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3580
3581         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3582         last time.
3583
3584 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3585
3586         * src/port.h (struct PORT),
3587         * src/avr/ralloc.c (avr_assignRegisters),
3588         * src/avr/main.c,
3589         * src/ds390/ralloc.c (ds390_assignRegisters),
3590         * src/ds390/main.c,
3591         * src/hc08/ralloc.c (hc08_assignRegisters),
3592         * src/hc08/main.c,
3593         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3594         * src/mcs51/main.c,
3595         * src/pic/ralloc.c (pic14_assignRegisters),
3596         * src/pic/main.c,
3597         * src/pic16/ralloc.c (pic16_assignRegisters),
3598         * src/pic16/main.c,
3599         * src/xa51/ralloc.c (xa51_assignRegisters),
3600         * src/xa51/main.c,
3601         * src/z80/ralloc.c (z80_assignRegisters),
3602         * src/z80/ralloc.h,
3603         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3604         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3605         * src/SDCCcse.h,
3606         * src/SDCCdflow.c (computeDataFlow),
3607         * src/SDCCdflow.h,
3608         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3609         * src/SDCCloop.h,
3610         * src/SDCCcflow.c (*),
3611         * src/SDCCcflow.h,
3612         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3613         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3614         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3615         immedDom() returning wrong block; probably fixes bug #1160833)
3616
3617 2005-03-20 Borut Razem <borut.razem AT siol.net>
3618
3619         * support/scripts/inc2h.pl: WIN32 port
3620
3621 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3622
3623         * device/lib/makefile.in: added abs.c and labs.c
3624
3625 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3626
3627         * device/include/stdint.h: added
3628         * device/lib/abs.c: added
3629         * device/lib/labs.c: added
3630         * device/include/stdlib.h: added abs() and labs() prototypes
3631         * device/lib/libsdcc.lib: added abs and labs
3632         * device/include/float.h,
3633         * device/lib/_fsmul.c,
3634         * device/lib/printf_fast.c,
3635         * device/lib/printf_tiny.c: updated comments
3636
3637 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3638
3639         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3640         bug #1164313
3641
3642 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3643
3644         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3645         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3646
3647 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3648
3649         * device/lib/printf_large.c: removed inline assembly for portability and
3650           readability. Use printf_fast if speed or size are more important.
3651         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3652         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3653
3654 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3655
3656         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3657         prevent compiler warning
3658
3659 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3660
3661         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3662         moved to level 0 and declared as static. Also they are explicit
3663         placed in access bank. This was necessery because some times they
3664         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3665         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3666         optimizations. Currently only compare to unsigned char is implemented,
3667         * src/pic16/gen.c: added fReturnIdx array,
3668         * (struct resolvedIfx) is moved to gen.h and made public,
3669         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3670         * (aopForSym): added an optimization to directly store in stack of
3671         the operand of a SEND iCode,
3672         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3673         but as registers instead (AOP_REG) using the fReturnIdx array,
3674         * (pic16_freeAsmop): remove the freed register from the
3675         _G.sregsAlloc field,
3676         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3677         a compare of 'WREG',
3678         * (pic16_popGetTempRegCond): changed function prototype, now
3679         function takes also a bitVector argument v which holds the current
3680         set of registers that are allocated for stack access by aopForSym,
3681         registers allocated in aopForSym for accessing stack symbols are not
3682         any more part of the functions usedRegs field,
3683         * (genCall): some times aopOp is called for a stack variable to be
3684         send, aopForSym might perform the push, if this is true make sure
3685         that genCall doesn't push the variable twice by testing _G.resDirect,
3686         * (genFunction): changed testing for unspecified interrupt number
3687         from 256 to INTNO_UNSPEC,
3688         * modified selection scheme of frame pointer generation. Previously
3689         if function did use local registers a frame pointer was generated,
3690         now a frame pointer is generated only if function has arguments
3691         (that need PLUSW2 register access), or has stack arguments, or the
3692         compiler is not instructed to omit the frame pointer,
3693         * (genEndFunction): before restoring local registers that were saved
3694         in the function preamble, also restore the registers that *might*
3695         have been allocated for stack access,
3696         * (genRet): removed some old comments,
3697         * (genCmp, the active (RN's) version): added a call to the
3698         pic16_genCmp_special function to perform the compare with a more
3699         robust and optimized way,
3700         * (genInline): a feature has been added in inline code generation,
3701         which allows a wildcard variable substitution when writing inline
3702         assembly. Code is incomplete and experimental therefore undocumented,
3703         * (genCast): changed order of aopOp for result and right to allow
3704         aopForSym to directly load the result if possible,
3705         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3706         perform an optimized compare on some selected special occasions,
3707         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3708         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3709         generate an IVT any more,
3710         * src/pic16/main.c (pic16_optionsTable): added command line option
3711         --optimize-cmp,
3712         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3713         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3714         macros,
3715         * src/pic16/NOTES: Raphael Neider added in list of active developers
3716         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3717         jumptable_end to prevent bug #,
3718         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3719         inCond and outCond fields,
3720         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3721         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3722         turn off register spilling,
3723         * (packRegsForOneUse): synced with other ports' versions although it
3724         is not used currently,
3725         * (pic16_packRegisters): added an optimization while reading
3726         structure bitfields, some registers may be saved (malloc code is
3727         decreased by 80 bytes)
3728
3729 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3730
3731         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3732         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3733         this can be optimized more?
3734
3735 2005-03-10 Raphael Neider <rneider AT web.de>
3736
3737         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3738           genNearPointerGet): (hopefully) fixed access to bitfields via
3739           pointers (p->bitN = x; and x = p->bitN; failed)
3740
3741 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3742
3743         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3744
3745 2005-03-09 Raphael Neider <rneider AT web.de>
3746
3747         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3748
3749 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3750
3751         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3752         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3753           (regTypeNum): set REG_BIT type if necessary
3754         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3755         * support/regression/tests/critical.c: check bug 1144613
3756
3757 2005-03-02 Raphael Neider <rneider AT web.de>
3758
3759         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3760
3761 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3762
3763         * src/avr/ralloc.c (serialRegAssign),
3764         * src/ds390/ralloc.c (serialRegAssign),
3765         * src/hc08/ralloc.c (serialRegAssign),
3766         * src/mcs51/ralloc.c (serialRegAssign),
3767         * src/pic/ralloc.c (serialRegAssign),
3768         * src/pic16/ralloc.c (serialRegAssign),
3769         * src/xa51/ralloc.c (serialRegAssign),
3770         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3771
3772 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3773
3774         * src/SDCCast.c (decorateType): fixed bug 1124787
3775
3776 2005-02-20 Hubert Sack <sack AT digiplan.de>
3777         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3778
3779         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3780         patch #1121755
3781
3782 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3783
3784         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3785         to keep the correct label reference count when adding/removing references
3786         to labels. A peephole file using this is appended to patch #1144962.
3787
3788 2005-02-14 Raphael Neider <rneider AT web.de>
3789
3790         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3791         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3792         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3793           retrievals of result operand's value on assignment
3794
3795 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3796
3797         * device/include/pic16/string.h: modified prototype for memccpy()
3798         to memccpy(void *, void *, char, size_t)
3799         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3800         check whether to omit frame pointer or not,
3801         * (genInline): convert all occurences of "\n" to LF in inline
3802         assembler blocks, this helps formatting the inline text,
3803         * (pic16_loadFSR0): modified prototype,
3804         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3805         removed some 8051 legacy code,
3806         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3807         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3808         before allocating temporary registers in functions,
3809
3810 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3811
3812         * support/regression/tests/bitvars.c: corrected the "fix"
3813
3814 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3815
3816         * support/regression/tests/bitvars.c,
3817         * support/regression/tests/bitwise.c,
3818         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3819
3820 2005-02-10 Raphael Neider <rneider AT web.de>
3821
3822         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3823           different size for Alpha
3824         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3825
3826 2005-02-09 Raphael Neider <rneider AT web.de>
3827
3828         * src/SDCC.lex(doPragma) : save and restore warning options as well
3829           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3830         * have #pragma less_pedantic set the errorlevel to WARNING
3831           (fixes #1117001)
3832         * (cloneOptimize) : fixed wrong malloc's size
3833         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3834           facilitate correct handling of #pragma (save|restore)
3835
3836 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3837
3838         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3839
3840 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3841
3842         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3843
3844 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3845
3846         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3847
3848 2005-02-02 Raphael Neider <rneider AT web.de>
3849
3850         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3851         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3852         * (pic16_storeForReturn): fixed to allow returning function pointers
3853         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3854         * device/include/pic16/{stddef.h,stdbool.h}: added
3855
3856 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3857
3858         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3859
3860 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3861
3862         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3863         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3864          appeared to be required
3865
3866 2005-01-31 Borut Razem <borut.razem AT siol.net>
3867
3868         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3869           include/mcs51 and include/z80 directories to the package
3870
3871 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3872
3873         * src/hc08/gen.c (genFunction): fixed bug #1112752
3874
3875 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3876
3877         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3878
3879 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3880
3881         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3882
3883 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3884
3885         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3886
3887 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3888
3889         * device/include/c8051fxxx.h: removed these 6 files
3890         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3891
3892 2005-01-26 Raphael Neider <rneider AT web.de>
3893
3894         * src/pic16/gen.c (genAssign): fixed assignment from longs
3895           in codespace (were cut to three bytes)
3896         * (genDummyRead): implemented (except for CODESPACE...),
3897           fixed bug #1108575
3898         * src/pic16/glue.c (emitStatistics): beautified
3899         * device/lib/pic16/libm/Makefile: added include path
3900
3901 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3902
3903         * src/z80/gen.c (aopPut): fixed bug #1103902
3904
3905 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3906
3907         * device/lib/expf.c: fixed bug #1095792
3908
3909 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3910
3911         * device/lib/pic16/libm: added Math library sources
3912
3913 2005-01-24 Raphael Neider <rneider AT web.de>
3914
3915         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3916           to enable upcast to pCodeOpReg2 (there is no type tag to
3917           differenciate the two and pic16_popGet2p cast into PCOR2)
3918         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3919           (sizeof(sectNames) changed to sizeof(sectName))
3920           Both patches fix segfaults under MinGW.
3921
3922 2005-01-23 Raphael Neider <rneider AT web.de>
3923
3924         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3925           Safe_[mc]?alloc()'ed variables
3926         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3927           of (byte sized) temporaries (assign them to WREG for now)
3928         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3929           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3930           this might fix SIGSEGVs on MinGW...
3931         * src/SDCCopt.c (killDeadCode): restored original behaviour
3932           (volatile operands might get thrown away though)
3933
3934 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3935
3936         * src/pic16/gen.c: fixed bug #1106975,
3937         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3938         pointer update, INTCON is saved, global interrupts are disabled and
3939         restored after updateing TOS.
3940         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3941         * added function attribute 'shadowregs' to take advantage of shadow
3942         registers,
3943         * added function attribute 'wparam' as an alternative to the wparam
3944         pragma,
3945         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3946         user declares a non-ISR function as 'shadowregs',
3947         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3948
3949 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3950
3951         * .version: bumped version number to 2.4.8
3952         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3953         pic16 port,
3954         * device/lib/pic16/libio/i2c/: I2C module support library,
3955         * device/include/pic16/i2c.h: I2C support library header,
3956         * device/lib/pic16/libc/stdio/: standard IO support sources,
3957         * (printf_small.c): printf_small() source, supports float print,
3958         * (printf_tiny.c): printf_tiny() source, does not support floats,
3959         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3960         enable global optimizations for entire library source, other
3961         Makefiles in the source tree are also modified to reflect this,
3962         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3963         function,
3964         * doc/sdccman.lyx: updated to reflect new changes,
3965         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3966         sym->onStack if-case,
3967         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3968         sbit, idata, _idata, xdata, _xdata,
3969         * added pragma library, to link an external library, (see doc),
3970         * removed command line options, --pomit-config-words, --pomit-ivt,
3971         --pleave-reset-vector,
3972         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3973         when calling assembler to reflect memory model used, also define
3974         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3975         reflect stack model used,
3976         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3977         on stack return NULL,
3978
3979 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3980
3981         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3982           of the operands is volatile. Fixes #1020220
3983
3984 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3985
3986         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3987         * (OptimizeRegUsage): make sure that there is really no other flow where
3988           the first pCode is used
3989
3990 2005-01-22 Raphael Neider <rneider AT web.de>
3991
3992         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3993           to fix #1106967 (pCode->seq are not set up correctly)
3994
3995 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3996
3997         * src/SDCCglue.c (glue): make sure code area is declared before the
3998         static initialization area.
3999
4000 2005-01-21 Raphael Neider <rneider AT web.de>
4001
4002         * device/lib/Makefile.in: fixed test for pic16 install dir
4003         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4004           optimizations
4005         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4006           added --optimize-goto compiler switch and pragma wparam documentation
4007         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4008         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4009           and PRODH closing bug #1071770 (peephole optimizer)
4010
4011 2005-01-19 Raphael Neider <rneider AT web.de>
4012
4013         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4014           cmdLine buffers (used when calling sdcpp...) are large enough
4015           (MAX_PATH=256 truncates arguments leading to system halts when
4016           used in MinGW...)
4017         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4018         * (genUminus): rewritten to for efficiency
4019         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4020           used uninitialized in some cases)
4021         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4022           copy the third byte from the int -- now assumes 0x80 (data memory)
4023         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4024           operands (genAddLit expects the iCode's operands to swapped as
4025           well), fixed leftover bytes (crashed for short left operands)
4026         * (pic16_genMinusDec): performance improvements, removed false
4027           PIC14 emitSKPNCs
4028         * (pic16_genMinus): fixed to cope with differently sized operands
4029         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4030           for --obanksel > 1
4031         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4032         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4033           new banksel optimization
4034         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4035           analysis for temporary registers (segfaults...)
4036         * src/pic16/peeph.def: added rule
4037
4038 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4039
4040         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4041         which converts a float number to its ASCII representation
4042         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4043         functions to convert the fractional and integer part of a float to ASCII,
4044         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4045         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4046         ram
4047         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4048         _STATMEM macros,
4049         * device/include/pic16/adc.h: added GPL info,
4050         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4051         a pCodeOp as tested operand,
4052         * (genNearPointerGet): optimized bit testing, does not use
4053         intermediate register for bit value, test directly instead with
4054         BTFSS, BTFSC, works only for single bits,
4055         * (genpic16Code): dump the name of the iCode in the asm,
4056         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4057         renamed to pic16_decodeOp,
4058         * (serialRegAssign): do not allocate a temporary register for iCode
4059         sequences that test a single bit for 1/0
4060
4061 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4062
4063         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4064         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4065         access stack and frame pointers. They are initially assigned to
4066         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4067         accessing SFRs. Updated all occurences of modification of stack or
4068         frame pointer in gen.c and pcode.c,
4069         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4070         assigning of a literal value to pointers,
4071         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4072         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4073         selected
4074
4075 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4076
4077         * doc/sdccman.lyx: update documentation about stack pragma, added
4078         some info for stack memory models
4079
4080 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4081
4082         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4083
4084 2005-01-08 Raphael Neider <rneider AT web.de>
4085
4086         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4087           udata sections to fix bug #1097823
4088
4089 2005-01-05 Raphael Neider <rneider AT web.de>
4090
4091         * src/pic16/gen.c (genGenericShift): added handling of differently
4092           sized left operand and result
4093
4094 2005-01-04 Raphael Neider <rneider AT web.de>
4095
4096         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4097         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4098           to hold the condition bit)
4099         * added new version of genCmp (old code available via #define)
4100         * added new version of genShiftLeft/genShiftRight in a generic
4101           way, now supports shifting by negative values
4102         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4103           shiftCount (expected by genGenericShift)
4104         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4105         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4106           dump
4107         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4108           is an invalid literal too...)
4109
4110 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4111
4112         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4113         from Raphael Neider,
4114         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4115         for 8-bit literals. This fixes some literal operands which are sign
4116         extended to 16-bits ints when instruction needs only 8-bits.
4117
4118 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4119
4120         * device/lib/logf.c: added mcs51 assembly version
4121         * device/lib/expf.c: added mcs51 assembly version
4122         * device/lib/_logexpf.c: new shared asm code for expf and logf
4123         * device/include/math.h: add defines for assembly math library
4124         * device/lib/Makefile.in: build new _logexpf.c
4125         * device/lib/libfloat.lib: use new _logexpf.c
4126
4127 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4128
4129         * src/pic/device.c
4130         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4131           device types which have less than 0x7f registers.
4132
4133 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4134
4135         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4136
4137 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4138
4139         * device/lib/printf_fast.c: only build on supported arch.
4140         * device/lib/printf_tiny.c: only build on supported arch.
4141         * device/lib/printf_fast_f.c: only build if asm float lib
4142         * device/lib/_fsget1arg.c: only build if asm float lib
4143         * device/lib/_fsget2args.c: only build if asm float lib
4144         * device/lib/_fsnormalize.c: only build if asm float lib
4145         * device/lib/_fsreturnval.c: only build if asm float lib
4146         * device/lib/_fsrshift.c: only build if asm float lib
4147         * device/lib/_fsswapargs.c: only build if asm float lib
4148         * device/include/stdio.h: don't provide print_fast,
4149           print_fast_f, print_tiny prototypes if --xstack used
4150
4151 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4152
4153         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4154         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4155           to the SOURCES
4156
4157 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4158
4159         * device/lib/printf_fast_f.c: same as printf_fast, but
4160           with floating point enabled
4161         * device/lib/printf_fast.c: minor tweaks
4162         * device/include/stdio.h: add printf_fast_f
4163
4164 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4165
4166         * src/SDCCmain.c: make --float-reent default for mcs51
4167         * device/lib/_fsadd.c: added mcs51 assembly version
4168         * device/lib/_fssub.c: added mcs51 assembly version
4169         * device/lib/_fsmul.c: added mcs51 assembly version
4170         * device/lib/_fsdiv.c: added mcs51 assembly version
4171         * device/lib/_fseq.c: added mcs51 assembly version
4172         * device/lib/_fsneq.c: added mcs51 assembly version
4173         * device/lib/_fsgt.c: added mcs51 assembly version
4174         * device/lib/_fslt.c: added mcs51 assembly version
4175         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4176         * device/lib/Makefile.in: add _fscmp to build
4177         * device/lib/libfloat.lib: add _fscmp to build
4178
4179 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4180
4181         * device/lib/_fs2slong.c: added mcs51 assembly version
4182         * device/lib/_fs2sint.c: added mcs51 assembly version
4183         * device/lib/_fs2schar.c: added mcs51 assembly version
4184         * device/lib/_fs2ulong.c: added mcs51 assembly version
4185         * device/lib/_fs2uint.c: added mcs51 assembly version
4186         * device/lib/_fs2uchar.c: added mcs51 assembly version
4187         * device/lib/_slong2fs.c: added mcs51 assembly version
4188         * device/lib/_sint2fs.c: added mcs51 assembly version
4189         * device/lib/_schar2fs.c: added mcs51 assembly version
4190         * device/lib/_ulong2fs.c: added mcs51 assembly version
4191         * device/lib/_uint2fs.c: added mcs51 assembly version
4192         * device/lib/_uchar2fs.c: added mcs51 assembly version
4193         * device/include/float.h: added #define to select asm vs c
4194
4195 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4196
4197         * device/lib/printf_fast.c: improvements to float output
4198         * device/include/float.h: add defines for assembly float library
4199         * device/lib/_fsget1arg.c: receive 1 float arg
4200         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4201         * device/lib/_fsnormalize.c: normalize a float
4202         * device/lib/_fsreturnval.c: return float, various helper routines
4203         * device/lib/_fsrshift.c: right shift a float's mantissa
4204         * device/lib/_fsswapargs.c: swap 2 floats
4205         * device/lib/Makefile.in: build these 6 new files for mcs51
4206         * device/lib/libfloat.lib: add these 6 files to the library
4207
4208 2004-12-26 Borut Razem <borut.razem AT siol.net>
4209
4210         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4211           built by gcc 3.4.2
4212
4213 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4214
4215         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4216           and fully reentrant and register bank neutral.
4217         * device/lib/printf_fast.c: added float (not enabled by default),
4218           added compact/slower integer (also not enabled by default),
4219           improved size/speed of fast integer code, other minor changes
4220         * device/include/stdio.h, device/lib/Makefile.in,
4221           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4222
4223 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4224
4225         * src/pic16/pcode.c: declaring variables other than at the start of a
4226           block is not supported in C by VC6.
4227
4228 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4229
4230         * applied a previous patch from Raphael Neider that wasn't included
4231         in the previous commits, which fixes infinite loops within jumptable
4232         improvements,
4233         * made some fixes that previous patches introduced
4234
4235 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4236
4237         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4238         that fixes an issue with AOP_PCODE asmop's offset,
4239         * (pic16_popCopyReg): update instance field too,
4240         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4241         function of pic port,
4242         * (genCmp, genAnd, genAssign),
4243         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4244
4245 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4246
4247         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4248         variables initial values to idata section,
4249         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4250         variables in some functions. This utilizes parmBytes field of iCode
4251         structure to hold the offset of the variable in stack. (might be
4252         able to use the stack field too?)
4253         * applied patch from Raphael Neider # ### , # ###
4254         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4255         variable initial values in idata section,
4256         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4257         for static variables with initial value
4258         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4259         applied fix in while loop from Raphael Neider.
4260
4261 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4262
4263         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4264         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4265         * src/ds390/ralloc.c (serialRegAssign): spill bits
4266         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4267         * support/Util/SDCCerr.c,
4268         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4269         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4270         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4271
4272 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4273
4274         * device/include/sdcc-lib.h: inserted LGPL, added includes
4275           asm/ds390/features.h and asm/mcs51/features.h
4276         * device/include/asm/default/features.h,
4277         * device/include/asm/gbz80/features.h,
4278         * device/include/asm/z80/features.h: added empty _AUTOMEM
4279           and _STATMEM
4280         * device/include/asm/ds390/features.h,
4281         * device/include/asm/mcs51/features.h: added files with defines for
4282           _AUTOMEM and _STATMEM indicating automatic and static storage class
4283         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4284         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4285         * src/SDCCicode.c (geniCodeCast),
4286         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4287         * src/SDCCloop.c (loopInduction): removed unused variable lr
4288         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4289           to convertToFcall to include char modulo (RFE 1065037), added check
4290           if left operand is unsigned and use abs of literal value
4291         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4292           as it doesn't work after conversion from peephole.def to peephole.rul
4293         * src/mcs51/gen.c (toBoolean): added check for size,
4294           (genModOneByte): optimized code for signed char modulo a literal
4295           power of 2 (thanks to Hubert Sack),
4296           (genRRC): removed unnecessary "clr c",
4297           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4298         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4299           jump optimization,
4300           swapped rules 256.c and 256.d,
4301           extended 256.d by using new multiple checks (thanks Erik),
4302           added rules 256.e and 256.f,
4303           updated rule 261.a and 261.b to new generated code
4304         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4305
4306 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4307
4308         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4309           induction related bugs, including first part of bug #1074377
4310
4311 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4312
4313         * applied patch from bug-report #1076292,
4314         * applied patches for genAnd and Goto-optimizations for Raphael
4315         Neider,
4316         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4317         dump a less iCode information,
4318         * src/pic16/device.h (pic16_options_t): added field debgen,
4319         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4320         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4321         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4322         puclic,
4323         * (various functions): added macros FENTRY and FENTRY2 to functions,
4324         to emit function prologue,
4325         * (various functions): fixed indentation,
4326         * (genNearPointerGet): fixed loading of FSR0,
4327         * (genPackBits): applied patch from Raphael Neider to fix updating
4328         of FSR0 and touching only the modified bits,
4329         * src/pic16/genarith.c (various functions): added macros FENTRY to
4330         emit function prologue in comments,
4331         * src/pic16/pcode.h: added functions debugf2, debugf3,
4332         * src/pic16/ralloc.c: partial fix for packForPush caused
4333         segmentation fault,
4334
4335 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4336
4337         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4338           <stsp AT users.sourceforge.net> with reversed byte order
4339         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4340
4341 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4342
4343         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4344           bug #1074377
4345         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4346         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4347
4348 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4349
4350         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4351
4352 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4353
4354         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4355           conditions,
4356           (setFromConditionArgs): friendly operand parser for peephole rules,
4357           (operandBaseName, operandsNotRelated): new peephole condition
4358           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4359           architecture specific register naming into account, handles n-way
4360           comparisons, and supports quoted literals
4361         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4362
4363 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4364
4365         * src/mcs51/peeph.def: fixed bug #1076940
4366
4367 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4368
4369         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4370
4371 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4372
4373         Adding support for replacing ljmps with sjmps in jumptables
4374         generated for switch statements. For now you need to set the
4375         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4376         Now 4 algorithms for mcs51 jumptable generation are used:
4377         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4378         addresses loaded pc-relative for up to 112 cases and stack-pushing
4379         target addresses loaded with offset from dptr for up to 256 cases.
4380
4381         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4382         * src/mcs51/main.c: adapted constants for switch table generation
4383         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4384
4385 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4386
4387         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4388         * support/regression/tests/bug1057979.c: added test for bug 1073386
4389
4390 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4391
4392         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4393         compilers
4394
4395 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4396
4397         * src/pic16/device.h,
4398         * src/pic16/genarith.c,
4399         * src/pic16/glue.c,
4400         * src/pic16/main.c,
4401         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4402
4403 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4404
4405         Large cummulative patch for pic16 port.
4406         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4407         to call when a stack overflow occurs,
4408         * (malloc.h): added CVS Id tag,
4409         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4410         variable,
4411         * added libc directory. The current version of LibC contains string
4412         functions, ctype functions and macros and some functions of the
4413         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4414         be extensively tested in the future. Standard disclaimer here.
4415         Library is not automatically build yet. But one can build it by
4416         invoking 'make' inside the libc directory.
4417         * added ADC library under libio. Preliminary version yet.
4418
4419         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4420         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4421         aopForRemat() now and not by pic16_aopOp(),
4422         * (pic16_popGetTempReg): removed warning messgae when allocating
4423         temporary registers, its a buggy feature and will be removed,
4424         * (pic16_popGet): set register instance field in AOP_CRY,
4425         * (pic16_outBitC): fixed for results in size greater than 1,
4426         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4427         * (pic16_storeForReturn): optimized return of 0,
4428         * (genCmp): experimental code for new genCmp which uses PIC18's
4429         special compare&skip instructions. Initial tests fail some times
4430         with variables grater than 1 byte in size, so new code is disabled,
4431         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4432         a single bit,
4433         * (genCast): began a fix to optimize the casting of a bit to another
4434         bit, now assigning a bitfield to another bitfield will fail, sorry,
4435         * src/pic16/main.c: disabled the use of lr-support feature,
4436         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4437         * added some function prototypes, added function _debugf prototype,
4438         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4439         bits with offset (case PO_GPR_BIT),
4440         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4441         command line,
4442         * (isBankInstruction): modified to return 0 for no banking instruction,
4443         and 1 for banking instruction,
4444         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4445         caused stop processing pCodes after a inline assembly block,
4446         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4447         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4448         registers when it shouldn't,
4449         * src/pic16/ralloc.c (allocReg): add preliminary support for
4450         supporting a limited set of temporary registers,
4451
4452 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4453
4454         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4455           genDataPointerSet): ensure assignments always copy in MSB to LSB
4456           order,
4457           (loadRegFromAop): recognize CLRH optimization,
4458           (genFunction): optimize RECEIVE iCodes in reentrant functions
4459
4460 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4461
4462         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4463           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4464           selected.
4465         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4466         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4467           contiguous with data
4468
4469 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4470
4471         * device/lib/_gptrget.c (_gptrget),
4472         * device/lib/_gptrgetc.c (_gptrgetc),
4473         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4474           instead of sjmp to ret
4475         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4476           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4477
4478 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4479
4480         * .version: bumped version to 2.4.7
4481         * device/lib/_gptrget.c (_gptrget): is now _naked
4482         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4483         * device/lib/_gptrput.c (_gptrput): is now _naked
4484         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4485           (createFunction): fixed xstack
4486         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4487         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4488           or bit either,
4489           (geniCodeCritical): store original interrupt state in an iTemp bit
4490           var unless stack-auto
4491         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4492         * src/SDCCmain.c (setIncludePath): added include/target to search path
4493         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4494         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4495           prototype,
4496           (processFuncArgs): put bit vars in bit area
4497         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4498           unsaveRBank): fixed xstack,
4499           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4500           (genFunction, genEndFunction): fixed xstack,
4501           (genAssign): optimization don't walk backwards through mem
4502         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4503         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4504         * support/regression/Makefile: also make library (for stack-auto) when
4505           making "all" and added "test-mcs51-xstack-auto"
4506         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4507         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4508         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4509         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4510         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4511           make-library by MAKE_LIBRARY
4512         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4513           regression tests for xstack
4514         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4515         * support/regression/tests/critical.c: test for critical on mcs51
4516
4517 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4520           built version of sdcc instead of installed version
4521
4522 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4523
4524         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4525         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4526           vprintf.c now
4527         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4528         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4529           WARNING: remove device/lib/build/z80/printf.o by hand when
4530           updating from previous build!
4531         * device/lib/z80/printf.c: updated comment
4532         * support/regression/tests/bug1057979.c: test all ports now
4533         * support/regression/tests/bug1065458.c: file added
4534
4535 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4536
4537         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4538           *_start and *_end symbols for static functions
4539
4540 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4541
4542         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4543           and search crt0.o in all library paths,
4544           (setIncludePath): proper handling of --nostdinc,
4545           (setLibPath): proper handling of --nostdlib
4546         * support/regression/Makefile,
4547         * support/regression/ports/ds390/spec.mk,
4548         * support/regression/ports/gbz80/spec.mk,
4549         * support/regression/ports/hc08/spec.mk,
4550         * support/regression/ports/mcs51/spec.mk,
4551         * support/regression/ports/mcs51-large/spec.mk,
4552         * support/regression/ports/mcs51-stack-auto/spec.mk,
4553         * support/regression/ports/z80/spec.mk: use include and lib files from
4554           built version of sdcc instead of installed version
4555         * doc/sdccman.lyx: fixed typo in --nostdinc
4556
4557 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4558
4559         * src/pic/pcode.c,
4560         * src/pic/device.c,
4561         * src/pic/ralloc.c,
4562         * src/pic/gen.c : added support to generate code for struct bit fields.
4563
4564 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4565
4566         * as/xa51/xa_version.h,
4567         * device/include/errno.h,
4568         * device/include/regc515c.h,
4569         * device/lib/_itoa.c,
4570         * device/lib/_ltoa.c,
4571         * device/lib/ser_ir_cts_rts.c,
4572         * sim/ucsim/xa.src/glob.cc,
4573         * sim/ucsim/xa.src/inst_gen.cc,
4574         * sim/ucsim/xa.src/xa_bit.cc,
4575         * sim/ucsim/xa.src/xa_sfr.cc,
4576         * sim/ucsim/z80.src/inst_dd.cc,
4577         * sim/ucsim/z80.src/inst_fdcb.cc,
4578         * support/scripts/keil2sdcc.pl,
4579         * src/pic16/pic16.dsp,
4580         * src/pic16/pic16a.dsp: corrected cvs line endings
4581         * device/lib/printf_large.c: fixed bug 1057979
4582         * src/pic16/gen.c: fixed non-C standard code
4583         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4584         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4585         * support/regression/ports/mcs51/support.c: reload T1 asap
4586         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4587           pdata use and clear idata startup behaviour
4588         * support/regression/tests/bug1057979.c: added
4589
4590 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4591
4592         * device/examples/ds390/ow390/ad26.h,
4593         * device/examples/ds390/ow390/cnt1d.h,
4594         * device/examples/ds390/ow390/crcutil.c,
4595         * device/examples/ds390/ow390/ownet.h,
4596         * device/examples/ds390/ow390/owsesu.c,
4597         * device/examples/ds390/ow390/swt12.h,
4598         * device/examples/ds390/ow390/swtoper.c,
4599         * device/examples/ds390/ow390/temp10.h,
4600         * device/examples/ds390/ow390/thermodl.c,
4601         * device/examples/ds390/tinitalk/tinitalk.dsp,
4602         * device/examples/ds390/tinitalk/tinitalk.dsw,
4603         * device/examples/mcs51/clock/hw.h,
4604         * device/examples/mcs51/simple2/go.bat,
4605         * device/examples/serialcomm/windows/serial.h,
4606         * device/examples/xa51/dummy.c,
4607         * device/examples/xa51/hello.c,
4608         * device/include/80c51xa.h,
4609         * device/include/at89x051.h: corrected cvs line endings
4610
4611 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4612
4613         * src/pic16/main.c (options): added command line --gstack, to trace
4614         stack over/under flows,
4615         * added pragma 'wparam' to allow passing first byte of function
4616         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4617         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4618         call to __gstack_test function and sets up the symbol as extern,
4619         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4620         * popaop): added call to pic16_testStackOverflow,
4621         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4622         wparamList list,
4623         * (genCall, genPcall): now all parameters are passed via stack
4624         except in functions that are pass to wparam pragma in which WREG is
4625         used too,
4626         * (genPcall): REENTRANT flag is checked to see if variable prototype
4627         contains reentrant keyword, don't call a non-reentrant function, via
4628         a reentrant function pointer or vice versa, functions are never
4629         passed via WREG,
4630         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4631         D.Winkler,
4632         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4633         SIGSEGV when accessing a NULL register stucture,
4634         * (pic16_printGPointerType): modified to handle UPPER modifier for
4635         function initializers, changed prototype of function to simpler one,
4636         * (pic16_printIvalFuncPtr): check to see if function is already
4637         added in externs list,
4638         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4639         optimized a move from W to SFR with a move to the same register
4640         later after a CALL,
4641         * device/lib/pic16/debug: NEW directory, contains debug features
4642         which are enabled when linking with libdebug.lib, currently command
4643         line option --gstack enables stack pointer tracing for over/under
4644         flow, corresponding sources are in debug/gstack
4645
4646 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4647
4648         * doc/sdccman.lyx: updated SDCC version,
4649         * (PIC16 port): update list of command line options,
4650         * src/pic16/device.h (structure pic16_options_t): added field gstack
4651         to enable stack overflow tracing on push/pops,
4652         * src/pic16/device.c (statistics structure): added statistics
4653         structure,
4654         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4655         pic16_dump_int_registers): increase statistics counters for each
4656         * variable which is encountered
4657         * (pic16_dump_usection): emit each .udata variable to its own udata
4658         section,
4659         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4660         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4661         parameters via stack, otherwise use old scheme,
4662         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4663         assembler output file,
4664         * src/pic16/main.c: added command line options --gstack to enable
4665         push/pop tracing for stack overflow,
4666         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4667         instructions): added size of each instruction,
4668         * (pic16_countInstruction): estimate size of instructions in
4669         the_pFile list, inline assembly blocks are not counted,
4670         * (pic16_FixRegisterBanking): trace previous register usage, when
4671         banksel optimizations is greater than 0, don't emit a redudant
4672         banksel directive,
4673
4674 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4675
4676         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4677         * src/pic16/ralloc.c : applied same fix for pic16.
4678         * src/pic/gen.c : tidied it up a little.
4679
4680 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4681
4682         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4683         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4684
4685 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4686
4687         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4688
4689 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4690
4691         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4692         non-reentrant function __modsint in the interrupt function (thus
4693         corrupting math operations during serial I/O)
4694         * device/lib/ser_ir.c: as above, changed buffersize
4695         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4696         256.c,d for zeroing
4697         * doc/Makefile: added option -t for rsync
4698
4699 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4700
4701         * src/SDCCast.h (struct ast),
4702         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4703
4704 2004-10-20 Borut Razem <borut.razem AT siol.net>
4705
4706         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4707         package
4708
4709 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4710
4711         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4712         makefile targets,
4713         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4714         support functions to replace long sequences of MOVFF's from access
4715         bank registers to stack and vice versa,
4716         * src/pic16/device.h: added new field opt_flags, where optimization
4717         flags can be set to enable certain features,
4718         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4719         * pBlock, (genFunction, genEndFunction): surroung loop for
4720         saving/loading used registers in stack with PC_INFO pCodes,
4721         INF_LREGS. Code in between can then be optimized by pCode optimizer
4722         to support function calls,
4723         * (genDataPointerSet): fixed bug which loaded float fields in
4724         structures with corrupt data,
4725         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4726         in a standard way debug info on stderr. Feature used for developing
4727         and debugging only,
4728         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4729         obsolete chunks of code,
4730         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4731         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4732         * pic16/src/pcode.c (pic16_newpCodeInfo,
4733         * (pic16_newpCodeOpLocalRegs),
4734         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4735         feature,
4736         * (pic16_pCodeConstString): printing of the initial value of a
4737         symbol as a comment is inhibited since parsing was already done by
4738         copyStr and output is corrupt,
4739         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4740
4741 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4742
4743         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4744
4745 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4746
4747         * as/mcs51/lkarea.c: removed old K&R style,
4748           (lnksect): changed check on boundary error,
4749           (lnksect2): changed check on boundary error,
4750           (lnksect2): extend XSTK to end of page if size = 1
4751         * as/mcs51/lkmain.c: removed old K&R style,
4752           (Areas51): create l_IRAM symbol
4753         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4754         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4755           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4756         * device/lib/_mullong.c: added version to be compiled with xstack
4757         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4758         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4759         * device/lib/mcs51/crtxstack.asm: fixed comment
4760         * src/SDCCglue.c: maxInterrupts defaults to 0,
4761           (emitMaps): added pdata,
4762           (createInterruptVect): (re)moved default,
4763           (glue): added pdata,
4764           (glue): moved __start__xstack to XSTK with default size 1
4765         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4766           and options.float_rent when options.stackAuto is set,
4767           (linkEdit): only write XDATA_NAME if provided on command line
4768         * src/SDCCmem.h,
4769         * src/SDCCmem.c: added pdata
4770         * src/port.h: added pdata_name to PORT
4771         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4772           (saveRegisters, unsaveRegisters): removed usage of B,
4773           (genMinus): fixed accumulator clash,
4774           (genJumpTab): added comment, this needs another look
4775         * src/mcs51/gen.c: added check for "B in use" paranoia,
4776           added pushB() and popB()
4777         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4778           chance
4779         * src/avr/main.c,
4780         * src/ds390/main.c,
4781         * src/hc08/main.c,
4782         * src/mcs51/main.c,
4783         * src/pic/main.c,
4784         * src/pic16/main.c,
4785         * src/xa51/main.c,
4786         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4787           added PSEG (PAG,XDATA) or NULL to port specifier
4788         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4789         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4790           (_mcs51_genInitStartup): removed __start__xstack equ,
4791           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4792         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4793         * src/z80/gen.c (_rleAppend): fixed warnings
4794         * support/regression/tests/zeropad.c: added pdata test
4795         * .version: bumped to 2.4.6
4796
4797 2004-10-17 Borut Razem <borut.razem AT siol.net>
4798
4799         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4800         as a part of nightly build
4801
4802 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4803
4804         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4805         WREG holds the first byte function parameters,
4806         * (aopForSym): take special case for symbols which are in FARSPACE
4807         but in CODESPACE too,
4808         * (assignResultValue): modified to take into account _G.useWreg,
4809         * (genCall): don't use wreg for parameter passing when function is
4810         declared as reentrant, too, added optimization INCF to stack
4811         pointer when stack parameter count is 1,
4812         * (genFunction, genEndFunction): refurnished and fixed to not using
4813         wreg for passing parameters when function has varargs or is
4814         reentrant, fixed bug with symbol name compare for generating
4815         functions in absolute address,
4816         * (pic16_storeForReturn): refurnished,
4817         * (genCmp): began writing a new version of the function, not ready
4818         yet, therefore it is disabled,
4819         * (genAssign): do not read code memory when assigning a function to
4820         a pointer function,
4821         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4822         array of characters, not pointer,
4823         * (pic16initialComments): in debug mode emit an .ident directive for
4824         the assembler,
4825         * (_process_pragma): emit a new warning type (internal to pic16)
4826         when setting stack to default length, emit a similar warning when
4827         placing a function at absolute address and address is not word aligned
4828         * (_pic16_parseOptions): added 'return TRUE' statement,
4829         * (_pic16_linkEdit): if compiling a source, then add the source's
4830         file object, first in the list of objects to link,
4831
4832 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4833
4834         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4835         * src/pic/main.c : removed VC warning.
4836         * src/pic/gen.c : changed comment.
4837
4838 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4839
4840         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4841         reference to a deprecated symbol _GPTRREG was causing failure to
4842         link. Thanks G. M. Gallant for the info.
4843
4844 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4845
4846         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4847         comments for Bugs item #954788.
4848
4849 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4850
4851         * src/pic16/device.c (pic16_dump_gsection,
4852         * pic16_groupRegistersInSection): handle symbols declared to be in
4853         access bank differently,
4854         * src/pic16/gen.c (struct _G): added field resDirect,
4855         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4856         send values read from stack directly to result and don't allocate
4857         temporary values,
4858         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4859         same registers,
4860         * (pic16_sameRegsOfs): NEW,
4861         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4862         free because they were not allocated from temporary pool,
4863         * pic16_popRegFromString): workaround to fix a problem with
4864         allocating variables twice or never,
4865         * (genGenPointerGet): using PRODL instead of FSR0H,
4866         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4867         instead of FSR0H,
4868         * (genAssign): take advantage of the _G.resDirect flag,
4869         * (genCast): around line 11844, use mov2f instead of directly
4870         MOVFF'ing between operands to account for literal values,
4871         * src/pic16/genutils.c: some new debug functions for gpsim have been
4872         added,
4873         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4874         float with integer part only,
4875         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4876         place variables in access bank
4877         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4878         updated sources to reflect recent changes in gen.c
4879
4880 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4881
4882         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4883         sources that searched for headers in installation path, now the
4884         device/include/pic16 is used,
4885         * src/pic16/glue.c (pic16glue),
4886         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4887         .line directives if not in debug mode, this suppresses assembler's
4888         warnings for ignored directives
4889
4890 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4891
4892         * src/port.h: made reset_regparms prototype void parameter explicit.
4893         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4894         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4895         * doc/sdccman.lyx: documented warning disabling and how to use
4896           printf_large to make it print floats.
4897         * device/include/stdbool.h: NEW
4898         * device/lib/_atof.c,
4899         * device/lib/_divuint.c,
4900         * device/lib/_divulong.c,
4901         * device/lib/expf.c,
4902         * device/lib/printf_large.c,
4903         * device/lib/sincosf.c,
4904         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4905         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4906           a completely reentrant lib.
4907
4908 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4909
4910         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4911         * device/include/pic16/stdio.h: fixed bug with colon
4912
4913 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4914
4915         * device/include/pic16/stdio.h,
4916         * device/include/pic16/stdlib.h,
4917         * device/include/pic16/math.h: NEW
4918         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4919         declared as _naked to reduce overhead
4920         * device/lib/Makefile.in (target port-specific-objects-pic16):
4921         changed * to *.* so to ignore the CVS directory,
4922         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4923         stacked variables back in stack,
4924         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4925         corruption
4926
4927 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4928
4929         * .version: bumped version number to 2.4.5
4930         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4931         * support/Util/SDCCerr.c (messages structure): added entry for
4932         W_POSSBUG2
4933
4934         Large cumulative patch for pic16 port and libraries.
4935         * device/include/pic16/sdcc-lib.h,
4936         * device/include/pic16/stdarg.h,
4937         * device/include/asm/pic16/features.h,
4938         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4939         * device/include/pic16/float.h: changes reentrant keyword with
4940         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4941         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4942         updated target build-libraries to include objects from gptr,
4943         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4944         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4945         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4946         all function headings,
4947         * src/SDCCmain.c: added global parameter userIncDirsSet,
4948         * (parseCmdLine): when option -I is encountered add directory to
4949         userIncDirsSet too,
4950         * src/version.awk: added space between control and long,
4951         * src/pic16/NOTES: added some notes for the port,
4952         * src/pic16/gen.c: added prototype for mov2fp function,
4953         * (fReturnpic16[]): properly named return value registers,
4954         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4955         * (aopForSym): added code to handle symbols with onStack flag set,
4956         symbols onStack are allocated PTRSIZE bytes,
4957         * (aopFreeAsmop): handles special case where asmops are stack objects,
4958         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4959         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4960         added argument lock to trace flaws in allocating temporary registers
4961         when developing port,
4962         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4963         * (pic16_popRegFromString): reenabled allocating a direct register
4964         from string,
4965         * (assignResultValue): various beautifications,
4966         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4967         referenced function argument,
4968         * (genIpush): reenabled to allow stacked arguments, handles only
4969         ic->parmPush iCodes,
4970         * (genCall, genPcall): major changes to allow for variable argument
4971         functions, fixed a bug with falsely restoring stack pointer after
4972         returning from call,
4973         * (genFunction): pending code for critical function,
4974         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4975         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4976         * (genNearPointerGet): fixed bug with indirect reading, was always
4977         reading from INDF0
4978         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4979         pointers,
4980         * (genAddrOf): rewrote code to take address of a stacked function parameter
4981         * (genCast): fixed casting to generic pointer type,
4982         * src/pic16/gen.h: added AOP_STA,
4983         * (struct asmop): added field stk,
4984         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4985         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4986         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4987         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4988         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4989         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4990         generic pointers,
4991         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4992         and library paths,
4993         * (pic16_port structure): generic pointer size is set to 3,
4994         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4995         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4996         compiler warning,
4997         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4998         operand is an iTemp,
4999
5000 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5001
5002         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5003         * debugger/mcs51/simi.c: addapt new syntax of s51
5004
5005 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5006
5007         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5008         * src/pic16/pcode.c: commented out some calls to free() in order to
5009         fix bug #989576,
5010
5011 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5012
5013         * src/SDCCicode.h,
5014         * src/SDCCicode.c (isiCodeInFunctionCall),
5015         * src/avr/ralloc.c (selectSpil),
5016         * src/pic/ralloc.c (selectSpil),
5017         * src/pic16/ralloc.c (selectSpil),
5018         * src/ds390/ralloc.c (selectSpil),
5019         * src/hc08/ralloc.c (selectSpil),
5020         * src/xa51/ralloc.c (selectSpil),
5021         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5022         stack in the middle of a function call sequence (fixes bug #1020268)
5023         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5024         costs associated with the minimum switch case.
5025
5026 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5027
5028         * src/SDCC.lex: fixed bug #1030549
5029
5030 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5031
5032         * src/SDCCcse.h (struct cseDef),
5033         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5034         over a function call if the CSE is derived from a symbol whose
5035         address has been taken (fixes bug #1029883)
5036         * support/regression/tests/bug-1029883: a new regression test for
5037         this bug
5038
5039 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/hc08/gen.c (emitinline): fixed bug #1029778
5042         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5043         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5044         and starts toward RFE #905167)
5045
5046 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5047
5048         * src/pic16/gen.c (mov2f): New function to move an operand to
5049         another without considering if it is a literal or a register,
5050         * (pic16_sameRegs): don't check if they are both AOP_REG,
5051         * (AccRsh): removed andmask=0 lines,
5052         * (genLeftShift): duplicated to be improved in future versions,
5053         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5054         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5055         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5056         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5057         * (insertBankSwitch): fixed inserting banksel directives algorithm
5058         for instructions that follow a skip instruction, this fixes a report
5059         for broken subtraction code generation,
5060         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5061         iCode is a left op, just in case result and right share the same
5062         registers
5063
5064 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5065
5066         * src/hc08/main.c,
5067         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5068         preservation of HX
5069         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5070         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5071         on 2004-09-12; it was buggy
5072
5073 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5074
5075         * src/SDCCsymt.h: removed RESULT_CHECK
5076         * src/SDCCast.c,
5077         * src/SDCCglue.c,
5078         * src/SDCCval.c,
5079         * src/pic/glue.c,
5080         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5081
5082 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5083
5084         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5085         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5086         configuration values no more rejected by compiler, they are assigned
5087         to configuration registers with a warning message instead,
5088         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5089         the for-loop so last conf register is emitted too,
5090         * (_pic16_initPaths): link library libsdcc.lib by default,
5091         * (_hasNativeMulFor): modified test for multiplication according to
5092         Raphael Neider's remarks. Integer multiplication is also done with
5093         support functions,
5094         * device/include/pic16/pic18fregs.h: corrected type error in while
5095         testing and including 18f6720 header file
5096
5097 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5098
5099         * src/pic16/device.h (pic16_options): removed field use_crt,
5100         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5101         until an optimization to handle single bits is added,
5102         * (pic16_loadFSR0): moved before genUnpackBits,
5103         * (genAnd): some white lines removed,
5104         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5105         leave_reset flags in pic16_options when using crt modules,
5106
5107 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5108
5109         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5110           for bugs 898889 & 979599. Also used some safer print instructions.
5111
5112 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5113
5114         * src/pic16/device.h (pic16_options_t): added field use_crt,
5115         crt_name, no_crt,
5116         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5117         catch a probable future bug,
5118         * src/pic16/gen.c: aopIdx function commented out,
5119         * (genAssign): commented out old code which used aopIdx,
5120         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5121         code, added if conditionals to take into account the --use-crt
5122         command line options,
5123         * src/pic16/main.c (pic16_optionsTable): added new command line
5124         options, --use-crt= and --no-crt,
5125         * (_pic16_linkEdit): now the proper crt object is added in the
5126         linker command line except than when --no-crt is specified,
5127         * src/pic16/pcode.c,
5128         * src/pic16/pcode.h: added some structures and functions for a new
5129         optimization scheme to compansate for instruction overhead between
5130         same iCodes, this scheme is currently under development and is not
5131         working in any way,
5132         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5133         to && operator,
5134         * device/lib/pic16/startup/crt0i.c,
5135         * device/lib/pic16/startup/crt0iz.c: added global char variable
5136         __uflags to force the generation of an idata section
5137
5138 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5139
5140         * doc/Makefile,
5141         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5142         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5143
5144 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5145
5146         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5147         Frieder) and clarified the default code optimization mode
5148
5149 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5150
5151         * src/SDCC.lex (doPragma, process_pragma),
5152         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5153         "opt_code_size", and "opt_code_balanced"
5154         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5155         regrouped options by category, added support for category headers
5156         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5157         and "--opt-code-size"
5158         * doc/sdccman.lyx: documented these new options and pragmas
5159         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5160         preference into account
5161
5162 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5163
5164         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5165           geniCodePreDec): Fixed bug 904237 by generating a warning
5166         * src/SDCCerr.h,
5167         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5168
5169 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5170
5171         * src/pic/device.c : When no max ram set validate full memory range.
5172         * src/pic/pcode.c,
5173         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5174
5175 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5176
5177         * device/lib/_gptrget.c,
5178         * device/lib/_gptrput.c: updated comment
5179         * device/lib/calloc.c,
5180         * device/lib/free.c,
5181         * device/lib/malloc.c,
5182         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5183         * src/SDCCcse.c (cseBBlock),
5184         * src/SDCCicode.c (printOperand, geniCodeArray),
5185         * src/SDCCicode.h (struct operand): fixed bug 868103
5186         * support/regression/tests/bug-868103.c: added
5187         * src/SDCCast.c (searchLitOp),
5188         * src/SDCCcse.h (struct cseDef),
5189         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5190         * src/SDCCicode.h (struct operand),
5191         * src/SDCCsymt.h (struct sym_link),
5192         * src/avr/gen.c (hasInc),
5193         * src/ds390/gen.c (hasInc),
5194         * src/hc08/gen.c (genPlusIncr, hasInc),
5195         * src/mcs51/gen.c (hasInc),
5196         * src/pic16/glue.c (pic16_printIvalChar),
5197         * src/pic16/ralloc.c (regWithIdx),
5198         * src/xa51/gen.c (hasInc) : removed warnings
5199         * src/SDCCast.c (createBlock): added comment ???
5200         * src/hc08/ralloc.c: updated comments
5201
5202 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5203
5204         * doc/sdccman.lyx: updated section on switch statements, added
5205         section about semaphore locking
5206         * doc/Makefile: added option -info for latex2html
5207         * device/lib/_gptrget.c,
5208         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5209
5210 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5211
5212         * src/pic/device.h,
5213         * src/pic/device.c,
5214         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5215          maxram is less than 0x100.
5216
5217 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5218
5219         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5220
5221 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5222
5223         * src/port.h,
5224         * src/mcs51/main.c,
5225         * src/ds390/main.c,
5226         * src/z80/main.c,
5227         * src/hc08/main.c,
5228         * src/pic/main.c,
5229         * src/pic16/main.c,
5230         * src/avr/main.c,
5231         * src/xa51/main.c
5232         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5233         a jump table is the best form for a switch statement, including
5234         automatic insertion of missing cases to make the case range
5235         continuous. Developed in collaboration with Frieder Ferlemann.
5236
5237 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5238
5239         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5240         accumulator result if it needs sign extension
5241
5242 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5243
5244         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5245
5246 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5247
5248         * device/lib/gbz80/printf.c,
5249         * device/lib/z80/printf.c: removed define for NULL
5250
5251 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5252
5253         * as/xa51/xa_link.c,
5254         * device/examples/ds390/ow390/ad26.c,
5255         * device/examples/ds390/ow390/cnt1d.c,
5256         * device/examples/ds390/ow390/counter.c,
5257         * device/examples/ds390/ow390/ds2480.h,
5258         * device/examples/ds390/ow390/ds2480ut.c,
5259         * device/examples/ds390/ow390/findtype.c,
5260         * device/examples/ds390/ow390/gethumd.c,
5261         * device/examples/ds390/ow390/owllu.c,
5262         * device/examples/ds390/ow390/ownetu.c,
5263         * device/examples/ds390/ow390/swt12.c,
5264         * device/examples/ds390/ow390/swtloop.c,
5265         * device/examples/ds390/ow390/temp.c,
5266         * device/examples/ds390/ow390/temp10.c,
5267         * device/examples/ds390/ow390/thermo21.c,
5268         * device/examples/ds390/ow390/tinilnk.c,
5269         * device/examples/ds390/ow390/tstfind.c,
5270         * device/examples/serialcomm/windows/serial.cpp,
5271         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5272         * device/include/reg51.h: fixed line endings for cvs
5273
5274 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5275
5276         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5277         packRegsForAccUse, packRegisters): new accumulator register
5278         packing algorithm
5279         * support/regression/ports/hc08/support.c (_putchar): suppress
5280         warning of unused variable
5281         * src/SDCCicode.c: added SWAP entry to codeTable
5282
5283 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5284
5285         * device/lib/sprintf.c: forgot to add this file before previous commit
5286
5287 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5288
5289         * src/pic16/gen.c (genPackBits): added operand right in function
5290         parameters, load result directly if p_type is POINTER (that is
5291         called by genNearPointerSet)
5292         * (genUnPackBits): added operand left in function parameters,
5293         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5294         FSR0 if accessing bitfields,
5295
5296 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5297
5298         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5299           _print_format; updated printf, sprintf, vsprintf
5300         * device/include/asm/default/features.h: corrected comment/define
5301         * device/lib/Makefile.in: added sprintf.c
5302         * device/lib/libsdcc.lib: added sprintf module
5303         * device/lib/printf_large.c,
5304         * device/lib/vprintf.c,
5305         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5306           into these 3 files
5307         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5308         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5309         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5310           hc08 test
5311         * support/regression/tests/zeropad.c: define idata as data for hc08
5312
5313 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5314
5315         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5316         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5317         labels are referenced at least once (even if a reference is not found)
5318         * src/hc08/gen.c (emitcode): set isComment flag for comments
5319         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5320         loads), rules 6a..6b (optimize jumps to return)
5321
5322 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5323
5324         * device/lib/acosf.c (acosf),
5325         * device/lib/asinf.c (asinf),
5326         * device/lib/atanf.c (atanf),
5327         * device/lib/ceilf.c (ceilf),
5328         * device/lib/cosf.c (cosf),
5329         * device/lib/coshf.c (coshf),
5330         * device/lib/cotf.c (cotf),
5331         * device/lib/fabsf.c (fabsf),
5332         * device/lib/floorf.c (floorf),
5333         * device/lib/log10f.c (log10f),
5334         * device/lib/logf.c (logf),
5335         * device/lib/sinf.c (sinf),
5336         * device/lib/sinhf.c (sinhf),
5337         * device/lib/sqrtf.c (sqrtf),
5338         * device/lib/tanf.c (tanf),
5339         * device/lib/tanhf.c (tanhf),
5340         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5341         replaced all instances of "reentrant" in the library functions
5342         defined in math.h with this macro.
5343         * support/regression/tests/float_trans.c: reenabled test for hc08
5344
5345 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5346
5347         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5348         erroneously deleted
5349
5350 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5351
5352         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5353         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5354         multi-byte volatile operands are used
5355         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5356         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5357         initialization to area GSINIT0 so that it would always precede
5358         any static initializers in GSINIT
5359         * support/regression/tests/zeropad.c: fixed idata define for hc08
5360         * support/regression/tests/bug-927659.c,
5361         * support/regression/tests/float_trans.c: disabled tests for hc08
5362         pending missing library routines
5363         * .version: increased version number to 2.4.4 - hc08 port now passes
5364         regression tests
5365
5366
5367 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5368
5369         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5370         * Makefile.common.in,
5371         * as/Makefile,
5372         * as/hc08/Makefile.in,
5373         * as/mcs51/Makefile.in,
5374         * as/z80/Makefile.in,
5375         * debugger/mcs51/Makefile.in,
5376         * device/include/Makefile.in,
5377         * device/lib/Makefile.in,
5378         * doc/Makefile,
5379         * link/Makefile,
5380         * link/z80/Makefile.in,
5381         * packihx/Makefile.in,
5382         * sim/ucsim/main_in.mk,
5383         * sim/ucsim/avr.src/Makefile.in,
5384         * sim/ucsim/doc/Makefile.in,
5385         * sim/ucsim/gui.src/serio.src/Makefile.in,
5386         * sim/ucsim/hc08.src/Makefile.in,
5387         * sim/ucsim/s51.src/Makefile.in,
5388         * sim/ucsim/xa.src/Makefile.in,
5389         * sim/ucsim/z80.src/Makefile.in,
5390         * src/Makefile.in,
5391         * support/cpp2/Makefile.in,
5392         * support/librarian/Makefile,
5393         * support/makebin/Makefile: added DESTDIR to the install path proposed
5394         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5395         * doc/sdccman.lyx: added DESTDIR documentation
5396
5397 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5398
5399         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5400         instruction for interrupt handlers, use fast returns when returning
5401         from high priority interrupts
5402
5403 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5404
5405         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5406         code generation
5407         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5408         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5409         bugs, ported much of Bernhard's code from mcs51
5410         * src/mcs51/gen.c (genSend),
5411         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5412         than one when calling a reentrant function
5413         * device/lib/_mullong.c: defined an alternate struct layout for big
5414         endian ports (hc08)
5415
5416 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5417
5418         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5419         test
5420
5421 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5422
5423         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5424         are sane and complete before asking the port its prefered parameter
5425         passing method (fixes bug #1017633)
5426         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5427         and _ret3
5428
5429 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5430
5431         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5432         problem in bitfields >= 8 bits.
5433
5434 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5435
5436         * src/SDCCsymt.c: undid changes that were not meant to be committed
5437
5438 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5439
5440         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5441
5442 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5443
5444         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5445           copied and wrong bit got inverted
5446
5447 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5448
5449         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5450         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5451         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5452         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5453         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5454         assignments to bitfields at known addresses
5455         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5456         reads from bitfields at known addresses
5457         * src/hc08/ralloc.c (packRegisters),
5458         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5459         genhc08Code): optimize pointer get values used as conditionals
5460         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5461         and branch
5462
5463 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5464
5465         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5466         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5467         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5468         as conditionals
5469
5470 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5471
5472         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5473
5474 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5475
5476         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5477         related problems
5478
5479 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5480
5481         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5482
5483 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5484
5485         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5486         mcs51 port
5487
5488 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5489
5490         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5491
5492 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5493
5494         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5495         cases use more compact code.
5496
5497 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5498
5499         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5500
5501 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5502
5503         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5504
5505 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5506
5507         * src/SDCCsymt.h,
5508         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5509         parameter of changePointer() from symbol* to sym_link*
5510         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5511         * src/SDCCsymt.c (compareType): void* type is castable to other
5512         pointers, but not necesarily an exact match.
5513         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5514         is no longer blindly treated as an exact match.
5515         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5516
5517 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5518
5519         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5520
5521 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5522
5523         * src/pic/gen.c,
5524         * src/pic/pcode.c,
5525         * src/pic/ralloc.h,
5526         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5527
5528 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5529
5530         * src/pic/device.c,
5531         * src/pic/device.h,
5532         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5533
5534 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5535
5536         * src/mcs51/gen.c (emitcode): fixed bug #992819
5537
5538 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5539
5540         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5541           there's no need to make it worse
5542
5543 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5544
5545         * src/mcs51/ralloc.c (deassignLR),
5546         * src/ds390/ralloc.c (deassignLR),
5547         * src/hc08/ralloc.c (deassignLR),
5548         * src/z80/ralloc.c (deassignLR),
5549         * src/pic/ralloc.c (deassignLR),
5550         * src/pic16/ralloc.c (deassignLR),
5551         * src/avr/ralloc.c (deassignLR),
5552         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5553         rlivePoint): fixed another part of bug #971834
5554
5555 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5556
5557         * src/z80/main.c: enabled "critical" keyword
5558         * src/z80/mappings.i,
5559         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5560         functions (fixes bug #979646)
5561         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5562
5563 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5564
5565         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5566           such as c:\mydir.
5567
5568 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5569
5570         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5571           doesn't disable too much optimizations
5572
5573 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5574
5575         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5576
5577 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5578
5579         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5580
5581 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5582
5583         * src/pic/gen.c tidied up tabs
5584         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5585         * src/pic/main.c tidied up tabs
5586         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5587         * src/pic/pcoderegs.c tidied up tabs
5588         * src/pic/ralloc.c tidied up tabs
5589
5590 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5591
5592         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5593         to S_FIXED for pic16 port and when symbol is not in level 0,
5594         allocate for S_REGISTER storage class and pic16 port, too,
5595         * src/pic16/device.h: prototype for checkSym,
5596         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5597         * (pic16_assignConfigWordValue): test the value and the mask to
5598         validate that the value is suitable for the configuration word,
5599         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5600         collect extern declared symbols, don't emit symbol twice, check
5601         first if symbol is in publics set first,
5602         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5603         * added command line '--fstack' which enables an experimental
5604         feature for stack access, too buggy to be used yet...
5605         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5606         * (pic16_allocDirReg): when register has storage class S_REGISTER
5607         allocate in pic16_dynAccessRegs,
5608         * device/include/pic16/pic18f????.h: modified configuration word
5609         naming convention, words started as CONFIG0H but should be CONFIG1H
5610
5611 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5612
5613         * device/include/mcs51reg.h: fixed bug 970993
5614
5615 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5616
5617         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5618         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5619         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5620         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5621         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5622         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5623           error/warning numbers,
5624           added function setWarningDisabled()
5625         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5626         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5627           _memcmp.c _memmove.c calloc.c realloc.c free.c
5628         * support/regression/tests/malloc.c: added tests for new functionality
5629         * support/regression/tests/zeropad.c: added tests for truncated initializers
5630           and initialized char arrays starting with '\x0'
5631         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5632
5633 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5634
5635         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5636
5637 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5638
5639         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5640         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5641         peephole 177.e. Thanks to anonymous
5642
5643 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5644
5645         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5646         function isn't used in the source but referenced as a
5647         variable initializer then declare it as extern in .asm file
5648
5649 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5650
5651         * .version: increased version number to 2.4.3
5652
5653         Adding version extension according to ChangeLog CVS revision
5654         * src/Makefile.in (target all): added dependency 'version.h'
5655         * (rule version.h): added rule to create version.h from ChangeLog,
5656         * (rule dep): added dependency version.h,
5657         * src/version.awk: AWK script to create version.h
5658         * src/SDCCdwarf2.c (dwWriteModule),
5659         * src/SDCCglue.c (initialComments),
5660         * src/SDCCmain.c (printVersionInfo): modified to write after
5661         version string the version extension number,
5662         * src/SDCCutil.c: included "version.h"
5663         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5664         number,
5665         * src/SDCCutil.h: added prototype for getBuildNumber
5666
5667         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5668         includeDirsSet, too,
5669         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5670         const char [] is found in function prototype...
5671
5672         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5673         moving to WREG with source is already in WREG,
5674         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5675         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5676         * (aopForSym): stack'ed symbols are partially supported, added
5677         if-clause to support symbols in FARSPACE,
5678         * (sameRegs): added test for AOP_ACC to see if registers are same,
5679         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5680         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5681         * (pic16_popRegFromString): will not allocate a new register if it
5682         doesn't find one by name, bug may have introduced...
5683         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5684         * (genIpush): revived to use pic16 port's stack,
5685         * (genAddrOf): added incomplete case for stack'ed operand,
5686         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5687         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5688         can handle multibyte operands,
5689         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5690         * (pic16initialComments): added message for MPLAB compatibility
5691         mode enabled,
5692         * src/pic16/main.h: prototype for pic16_mplab_comp,
5693         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5694         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5695         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5696         because of increased complexity of procedure,
5697         * (_process_pragma): stack pragma changed to format 'stack pos len',
5698         emit symbol '_stack_end' to conform with gplink,
5699         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5700         to search for register,
5701         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5702         PO_GPR_REGISTER,
5703         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5704         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5705         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5706         case for PO_GPR_REGISTER,
5707         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5708         dies, the new era is ahead !...
5709         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5710         pic16_dynInternalRegs,
5711         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5712         * (pic16_allocDirReg): minor optimizations and bug fixes,
5713         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5714
5715         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5716         load stack and frame pointer with address of 'stack_end' symbol
5717
5718 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5719
5720         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5721         without source code but only variable initializers
5722
5723 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5724
5725         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5726         external are not declared as extern to reduce overhead while linking
5727
5728 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5729
5730         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5731
5732 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5733
5734         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5735           Yee Keat for the patch
5736         * src/SDCCast.c (decorateType): fixed bug #979599
5737         * src/ds390/gen.h: removed local fReturnSizeDS390
5738         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5739         * src/ds390/gen.c (genAnd, genOr, genXor),
5740         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5741
5742 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5743
5744         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5745         add relFilesSet to $3, manipulate $2 to handle linking of object
5746         files without source files in command line,
5747         * device/include/pic16 (all headers): added ID location macros,
5748         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5749         entries for ID location bytes,
5750         * (pic16_assignIdByteValue): NEW,
5751         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5752         added field dumpcalltree to pic16_options_t,
5753         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5754         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5755         emitting rFalseIfx label after check_carry label,
5756         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5757         pic16_emitDIRegs), NEW
5758         * (pic16glue): dump .calltree file when option --calltree found,
5759         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5760         * (_pic16_genAssemblerPreamble): emit ID locations after
5761         configuration registers,
5762         * (pic16_linkCmd): modifications of the link command,
5763         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5764         * (pic16_pCodeInitRegisters): don't init stack registers,
5765         * (pic16_findPrevInstruction): fixed bug,
5766         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5767         bug with immediate registers,
5768         * (buildCallTree): traces stack push and pop,
5769         * (pct2): dump also stack usage for each function,
5770         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5771         * (pic16_allocDirReg): various modifications,
5772         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5773         fixed to 1,
5774
5775 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5776
5777         * src/pic16/pcode.c: removed buggy double colon
5778
5779 2004-07-01 Borut Razem <borut.razem AT siol.net>
5780
5781         * support/scripts/sdcc.nsi: added include/pic16 to setup
5782
5783 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5784
5785         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5786         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5787         target 'clean',
5788         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5789         specific command line arguments. Also added sample lkr script
5790         for placing a variable at a specific memory bank.
5791         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5792         at a specific memory bank,
5793         * (pic16_dump_isection): fixed bug which caused string literals to
5794         be omitted when dumping idata section,
5795         * (pic16_groupRegistersInSection): added code to handle registers
5796         in specific memory banks,
5797         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5798         public, all references are renamed too,
5799         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5800         AOP_DPTR2,
5801         * (pic16_storeForReturn): added case to handle when dest is WREG,
5802         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5803         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5804         pic16_rel_udata, check to see if that register is marked as being
5805         a member of a specific memory bank,
5806         * (pic16_printIvalCharPtr): added code to add string literals either
5807         to code or the idata sections,
5808         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5809         also accept the 'udata' pragma,
5810         * src/pic16/main.h: new structure types sectName and sectSym
5811         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5812         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5813         * (pic16_findPrevInstruction): fixed, it returned nothing,
5814         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5815         instruction combinations,
5816         * (pic16_FixRegisterBanking): heavily reorganised,
5817         * (pic16_AnalyzeBanking): if generating banksel directives is
5818         disabled, then don't call FixRegisterBanking at all,
5819         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5820         completely removed,
5821         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5822
5823 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5824
5825         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5826         Phuah Yee Keat <yk.phuah AT nestac.com>
5827
5828 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5829
5830         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5831         correctly the IVT even if it is relocated to some other location
5832
5833 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5834
5835         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5836         * device/include/pic16/pic18f2220.h: NEW,
5837         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5838         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5839         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5840         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5841         nodefaultlibs, ivt_loc is the location of the interrupt vector
5842         table, and nodefaultlibs signs that default libraries should not be
5843         linked in link stage,
5844         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5845         according to --ivt-loc argument,
5846         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5847         when pragma stack is found,
5848
5849 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5850
5851         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5852         256 (range check), 257 (do while), 258.a-f (bit banging
5853         f.e. on 3-wire SPI bus)
5854
5855 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5856
5857         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5858         variables used exclusively within a loop
5859
5860 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5861
5862         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5863
5864 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5865
5866         * src/SDCClrange.c (computeClash): fixed bug #971834
5867
5868 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5869
5870         * src/mcs51/gen.c (genCmp): fixed bug #975903
5871         * src/hc08/gen.c (operandsEqu),
5872         * src/ds390/gen.c (operandsEqu),
5873         * src/z80/gen.c (operandsEqu),
5874         * src/pic/gen.c (operandsEqu),
5875         * src/pic16/gen.c (operandsEqu),
5876         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5877         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5878
5879 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5880
5881         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5882
5883 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5884
5885         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5886         default case in switch statement,
5887         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5888         to eliminate problem with initialisation of pointers, but problem
5889         still exists,
5890         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5891         * (emitStaticSegment): removed various lines emitting debug info,
5892         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5893         added processor registers for utilizing EEPROM,
5894         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5895         configurable and set 8
5896
5897 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5898
5899         * .version: increased version number to 2.4.2,
5900
5901         Cumulative patch for pic16 port
5902         * src/pic16/device.c: changed scheme to dump initial values for
5903         variables in idata segment, all print_idata* functions were removed,
5904         now the pic16_printIval* will be called,
5905         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5906         * _pic16_printPointerType, pic16_printPointerType,
5907         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5908         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5909         NEW, similar to the respective functions in SDCCglue.c,
5910         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5911         way, emitting hex bytes,
5912         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5913
5914 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * src/avr/ralloc.c (serialRegAssign),
5917         * src/xa51/ralloc.c (serialRegAssign),
5918         * src/pic/ralloc.c (serialRegAssign),
5919         * src/pic16/ralloc.c (serialRegAssign),
5920         * src/hc08/ralloc.c (serialRegAssign),
5921         * src/z80/ralloc.c (serialRegAssign),
5922         * src/ds390/ralloc.c (serialRegAssign),
5923         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5924
5925 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5926
5927         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5928         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5929
5930 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5931
5932         Cumulative patch for pic16 port:
5933         * src/pic16/device.h (typedef PIC16_device) modified fields for
5934         defining microcontrollers,
5935         * src/pic16/device.c: added new info for all devices in Pics16 array,
5936         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5937         to be optimised out by the pCode optimiser,
5938         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5939         specially, bug reported by G.M. Gallant,
5940         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5941         as force'd so that cannot be optimised out by pCode optimiser,
5942         * src/pic16/pcode.c,
5943         * src/pic16/pcodepeeph.c,
5944         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5945         they are disabled by default, but can be enabled explicit with
5946         command argument --denable-peeps, for testing,
5947         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5948         --pomit-ivt in COMPILE_FLAGS
5949
5950 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5951
5952         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5953           compilation on MSVC
5954
5955 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5956
5957         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5958
5959 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5960
5961         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5962         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5963
5964 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5965
5966         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5967         would only assign 0x300001 register.
5968
5969 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5970
5971         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5972         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5973
5974 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5975
5976         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5977         for ds80c400
5978         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5979         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5980         added peephole 254 (left shift), 255 (jump table)
5981
5982 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5983
5984         * device/lib/Makefile.in: removed comment line with model-pic16,
5985         * (target port-specific-objects-pic16): the libraries and objects
5986         are copied to the build directory form the device/lib/pic16/bin
5987         directory
5988
5989         Cumulative patch concerning pic16 port:
5990         * library directory has been re-organized,
5991         * added support for PIC18F1220,
5992         * added headers and library sources for chips 18f1220,18f6520,
5993         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5994
5995         * configuration registers setting has changed, now each supported
5996         device has a complete description of the registers it uses,
5997         * all initialisations are moved to idata sections, these section
5998         can be absolute or relocatable,
5999         * fixed initialisation of codespace variables,
6000         * fixed warning about PCLATU and gpsim,
6001         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6002         * (genAssign): use table reads when assigning from variables in codespace,
6003         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6004         char/int variables placed in codespace,
6005         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6006         registers set in .asm file, no need for --pomit-config-words anymore,
6007         * (pic16glue): some 8051 legacy segments are commented out
6008         (to be removed completely),
6009         * added support for alternative assembler and linker with --asm=
6010         and --link= command line arguments,
6011         * peepholes are disabled automatically in the port, no need to
6012         specify on command line,
6013         * port supports natively char/int/long multiplication, but converts
6014         all divisions to support functions,
6015         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6016         to the file set in variable $2,
6017         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6018         strings in ASCII format and not in hex,
6019         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6020         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6021         allocate proper register if iCodes aren't temporary,
6022
6023 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6024
6025         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6026
6027 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6028
6029         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6030         is commented out
6031
6032 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6033
6034         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6035         computed address is reused
6036         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6037         multi-byte bitfields
6038
6039 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6040
6041         * src/z80/gen.c: (genArrayInit): must check for pointers too
6042
6043 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6044
6045         * support/regression/tests/zeropad.c: never meant to commit the
6046           nestedstruct test: removed, added check for GCC version
6047
6048 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6049
6050         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6051         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6052         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6053           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6054           bugs 928906 and 954082 half-empty initializers
6055         * src/SDCCsymt.h,
6056         * src/SDCCsymt.c (getAllocSize): added for above fix
6057         * src/z80/gen.c (genArrayInit): fixed bug 741044
6058         * support/regression/tests/zeropad.c: added tests
6059
6060 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6061
6062         * src/pic16/device.c (pic16_dump_section): corrected bug which
6063         caused some symbols of the libraries to be misplaced
6064
6065 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6066
6067         * src/pic16/glue.c,
6068         * src/pic16/ralloc.h,
6069         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6070         to fix conflict with pic port
6071
6072 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6073
6074         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6075         externs configuration variables,
6076         * src/pic16/ralloc.h,
6077         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6078         prototype in header, commented out some debug messages
6079
6080 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6081
6082         * src/pic16/glue.c,
6083         * src/pic16/main.c,
6084         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6085         for gpasm COFF object generation. Thanks to D. Hawkins for
6086         his patch info
6087
6088 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6089
6090         * src/ds390/main.c,
6091         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6092         Brock for spotting this)
6093         * src/ds390/gen.c (genEndFunction),
6094         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6095         interrupt handler and critical. Disable push/pop optimizations when
6096         peephole optimizations disabled.
6097
6098 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6099
6100         Updated pic16 library sources and headers.
6101         * device/lib/pic16/pic18f*/ ,
6102         * device/include/pic16/*.h: modified to handle structured SFR
6103         definitions
6104
6105 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6106
6107         * src/port.h (PORT structure): added hook initPaths, now each
6108         port can declare its own default search paths,
6109         which can been seen with the --print-search-dirs option,
6110         see pic16 port for example,
6111         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6112         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6113         * (doPrintSearchDirs): NEW, replaces in a central manner the
6114         printing of search dirs which was split in set*Paths functions,
6115         * (main): added call to port->initPaths and doPrintSearchDirs,
6116         * src/avr/main.c,
6117         * src/ds390/main.c,
6118         * src/hc08/main.c,
6119         * src/izt/i186.c,
6120         * src/izt/tlcs900h.c,
6121         * src/mcs51/main.c,
6122         * src/pic/main.c,
6123         * src/pic16/main.c: modified port structures to reflect addition of
6124         initPaths hook,
6125
6126         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6127         * (pic16_dump_section): for registers in same address reserve memory once,
6128         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6129         to no_banksel,
6130         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6131         result is greater in size than right or left,
6132         * (pic16_genUMult8X8_8): there are some cases where the result can
6133         be 16 bits size, so handle these,
6134         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6135         * (pic16_outBitC): modified to emit pcodes,
6136         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6137         or not,
6138         * (genDivOneByte): implemented algorithm to divide 8-bits,
6139         * (genCmp): uncommented goto, but issues still exist,
6140         * (genAnd): fixed a bug with variables >8bits,
6141         * (genPackBits): optimization added that uses BCF/BSF to change a
6142         single bit,
6143         * (genAssign): fixed bug when assigning floating point literals,
6144         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6145         __sdcc_gsinit_startup label,
6146         * src/pic16/main.c (_pic16_init): removed search directory
6147         initialisations,
6148         * (_pic16_initPaths): NEW, used to initialise search directories,
6149         * (_hasNativeMulFor): support functions for all except char/int
6150         multiplication, and char division,
6151         * (PIC16_port struct): modified entry for native mul support,
6152         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6153         no_banksel option,
6154         * (buildCallTree): call to register_usage is ifdef'ed out,
6155
6156 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6157
6158         * device/include/string.h: applied Stas Sergeev's patch to make this
6159         header file compatible with the preprocessor -Wundef option
6160         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6161         failure (fixes bug #941458)
6162
6163 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6164
6165         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6166         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6167         that the variable, not the function, should be static
6168         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6169         to be consistent with non-literal case
6170
6171 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6172
6173         * src/SDCCast.c (isConformingBody): fixed bug #949967
6174         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6175         convilong): fixed bug #952086
6176
6177 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6178
6179         * src/SDCCmem.c (allocVariables): fixed bug #955321
6180
6181 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6182
6183         * src/hc08/main.c (_hc08_genAssemblerEnd),
6184         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6185         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6186         completely eliminated the use of a temporary file
6187         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6188         when more than one file linked
6189         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6190
6191 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6192
6193         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6194         which fixes bug #543481
6195         * support/regression/tests/bug-751703.c: fixed comments left from a
6196         cut and paste error
6197         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6198         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6199         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6200         scopes
6201         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6202         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6203         are now changed to underscores in moduleName
6204
6205 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6206
6207         * as/mcs51/lkmem.c: better fix for bug #954173
6208
6209 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6210         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6211
6212         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6213         * device/include/c8051f000.h,
6214         * device/include/c8051f120.h,
6215         * device/include/c8051f300.h,
6216         * device/include/c8051f310.h,
6217         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6218         PWM16) and detab'ed
6219
6220 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6221
6222         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6223         and mailing lists, doc'ed --no-peep-comments, removed reference
6224         to knoppix (newest version has no LyX/LaTeX), other minor changes
6225         * src/SDCCglue.c (glue): save 2 bytes stack space with
6226         option --main-return. The ljmp could probably be avoided too
6227
6228 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6229
6230         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6231
6232 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6233
6234         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6235         * src/SDCCopt.c (isLocalWithoutDef),
6236         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6237         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6238         (credit to Maarten Brock for patch #949363, on which this is based)
6239         * support/regression/tests/bug-751703.c: some test cases of extern used
6240         within inner scopes.
6241
6242 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6245         SPEC_STRUCT
6246         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6247         struct definitions
6248         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6249         dwWriteLabel): fix to create valid debugger symbols even when
6250         the module name has non-alphanumeric symbols in it
6251         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6252         when a variable's allocation has been optimized away
6253
6254
6255 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6256
6257         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6258         * src/hc08/main.c,
6259         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6260         * src/mcs51/main.c,
6261         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6262         * src/ds390/main.c,
6263         * src/z80/gen.c (z80_emitDebuggerSymbol),
6264         * src/z80/main.c,
6265         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6266         * src/pic/main.c,
6267         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6268         * src/pic16/main.c,
6269         * src/avr/gen.c (avr_emitDebuggerSymbol),
6270         * src/avr/main.c,
6271         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6272         * src/xa51/main.c,
6273         * src/SDCCdebug.c (emitDebuggerSymbol),
6274         * src/SDCCdebug.h,
6275         * src/port.h: added a debugger struct to the port struct. Added a
6276         callback for defining debugger symbols
6277
6278         * src/SDCCast.c (createLabel),
6279         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6280         with isitmp = 1
6281         * src/SDCCicode.h,
6282         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6283         iCode back to the ast for the function
6284
6285         * src/hc08/ralloc.c (hc08_assignRegisters),
6286         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6287         unneeded fields from the regs struct.
6288         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6289         pushReg() & pullReg() functions instead of emitcode()
6290
6291         * src/hc08/gen.c (genLabel, genhc08Code),
6292         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6293
6294         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6295         debugger hooks
6296
6297         * src/hc08/gen.c (genEndFunction, genhc08Code),
6298         * src/hc08/gen.h,
6299         * src/mcs51/gen.c (genEndFunction, gen51Code),
6300         * src/mcs51/gen.h,
6301         * src/ds390/gen.c (genEndFunction, gen390Code),
6302         * src/ds390/gen.h,
6303         * src/z80/gen.c (genEndFunction, genZ80Code),
6304         * src/z80/gen.h,
6305         * src/z80/z80.h,
6306         * src/pic/gen.c (genEndFunction, genpic14Code),
6307         * src/pic/gen.h,
6308         * src/pic16/gen.c (genEndFunction, genpic16Code),
6309         * src/pic16/gen.h,
6310         * src/avr/gen.c (genEndFunction, genAVRCode),
6311         * src/avr/gen.h,
6312         * src/xa51/gen.c (genEndFunction, genXA51Code),
6313         * src/xa51/gen.h,
6314         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6315         specific code to cdbFile.c and out of the backend code generators
6316
6317         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6318         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6319         starting address is now 0
6320
6321         * as/hc08/asm.h,
6322         * as/hc08/m08pst.c,
6323         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6324         assembler directive for DWARF support
6325         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6326
6327         * src/src.dsp,
6328         * src/Makefile.in,
6329         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6330
6331 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6332
6333         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6334         and inappropriate peephole optimization in jump tables
6335
6336 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6337
6338         * as/hc08/m08pst.c,
6339         * src/SDCCglue.c: sdccopt works for the hc08 port now
6340
6341 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6342
6343         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6344
6345 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6346
6347         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6348
6349 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6352         rules
6353         * src/SDCCmain.c,
6354         * src/SDCCglobl.h,
6355         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6356         comments from the peephole optimizer replacement rules
6357         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6358         symbols
6359         * src/SDCCcse.c (updateSpillLocation),
6360         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6361         equivalents
6362         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6363         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6364         objects far pointers
6365
6366 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6367
6368         * src/SDCCsymt.h: a missing part of my last change
6369         * src/pic/ralloc.c (regTypeNum),
6370         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6371
6372 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6373
6374         * src/SDCCicode.h,
6375         * src/SDCCicode.c (aggrToPtrDclType),
6376         * src/SDCCptropt.h,
6377         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6378         ptrPseudoSymConvert),
6379         * src/pic/ralloc.c (regTypeNum),
6380         * src/pic16/ralloc.c (regTypeNum),
6381         * src/hc08/ralloc.c (regTypeNum),
6382         * src/ds390/ralloc.c (regTypeNum),
6383         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6384         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6385
6386 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * link/z80/lkmain.c (afile),
6389         * as/hc08/lkmain.c (afile),
6390         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6391         prevent a pointer problem when a filename has no directory and
6392         no extension specified.
6393
6394 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6395
6396         * link/z80/lkmain.c (afile): allow periods in directory names
6397         * link/z80/lkmain.c (afile),
6398         * as/mcs51/lkmain.c (afile),
6399         * as/hc08/lkmain.c (afile): allow linker script file to have an
6400         extension other than ".lnk"
6401         * link/z80/lklex.c (getfid),
6402         * link/z80/lkmain.c (parse),
6403         * as/mcs51/lklex.c (getfid),
6404         * as/mcs51/lkmain.c (parse),
6405         * as/hc08/lklex.c (getfid),
6406         * as/hc08/lkmain.c (parse): Support comments in the linker script
6407         file on lines by themselves and after filenames
6408
6409 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6410
6411         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6412
6413 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6414
6415         * src/z80/peeph-z80.def: removed some peephole rules that don't
6416         work with multibyte arithmetic (fixed bug #937126)
6417         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6418         to registers and not global variables
6419         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6420         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6421         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6422         checking for assignments not internally generated (fixed bug #931895)
6423         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6424         structure member (fixed bug #930072)
6425
6426 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * src/SDCCmain.c (linkEdit),
6429         * src/hc08/main.c (_hc08_parseOptions),
6430         * as/hc08/Makefile.in,
6431         * as/hc08/aslink.h,
6432         * as/hc08/asm.h,
6433         * as/hc08/m08pst.c,
6434         * as/hc08/lkrloc.c (relr, rele),
6435         * as/hc08/lkarea.c (lnkarea)
6436         * as/hc08/lkmain.c (afile, parse),
6437         * as/hc08/lkelf.c: support for ELF output
6438         * as/hc08/lks19.c (s19),
6439         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6440
6441 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6442
6443         * as/mcs51/lkihx.c: Fixed bug #899105.
6444
6445 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6446
6447         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6448         .dsp files from Unix to DOS.
6449
6450 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6451
6452         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6453         function pointers; we have been compliant for several months now.
6454         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6455         change that was accidently commented out
6456         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6457         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6458         bug #922319
6459
6460 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6461
6462         * src/hc08/gen.c: output of all of the internal debugging information
6463         is now controlled by the D() macro; it is disabled by default
6464
6465 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6466
6467         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6468         harder to keep the same registers during a CAST iCode
6469         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6470         long via int can be done in a single cast, if the signedness is
6471         correct.
6472         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6473         putchar() in tinibios.c in ds390's library
6474
6475 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6476
6477         * src/SDCCast.c (decorateType): fixed bug #898889,
6478         cast result of a literal complement too
6479         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6480         fixed check for bitfields
6481
6482 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6483
6484         * src/SDCCicode.c (geniCodeLogic): made it static,
6485         (geniCodeLogicAndOr): added in order to fix bug #905492,
6486         (ast2iCode): fixed bug #905492
6487         * support/regression/tests/bug-905492.c: added
6488         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6489         (processParms): fixed bug #927659: don't copy parms, this will clear
6490         decorated flag
6491         * support/regression/tests/bug-927659.c: added
6492
6493 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6494
6495         * src/SDCCast.c (addCast): don't cast float to char
6496         * device/lib/libsdcc.lib: added _memmove
6497
6498 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6499
6500         * device/lib/large/Makefile: fixed parallel execution by
6501         replacing `make` by `$(MAKE)`
6502
6503 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6506         offsets (fixes bug #923936)
6507
6508 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6509
6510         * device/lib/small/Makefile: fixed parallel execution by
6511         replacing `make` by `$(MAKE)`
6512
6513 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6514
6515         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6516
6517 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6518
6519         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6520         * src/regression/Makefile: Regression test was not running.
6521
6522 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6523
6524         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6525         complement if possible
6526         * src/SDCCval.c (valComplement),
6527         * src/SDCCicode.c (operandOperation): fixed complement of literal
6528         * support/regression/tests/onebyte.c (testComplement): added
6529
6530 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6531
6532         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6533         return an optimized tree; actually replace actParm with the new tree
6534         * src/SDCCast.h: added some parantheses to remove side effects
6535         * support/regression/tests/bug-920866.c
6536
6537 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6538         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6539         Bit operands were not being handled properly in the pic14 port.
6540         (now src/regression/add.c passes again).
6541
6542 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6543
6544         * src/SDCC.y (labeled_statement): case and default no longer require
6545         a following statement (RFE #893037)
6546
6547 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6548
6549         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6550         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6551         disabled (fixes bug #916294)
6552         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6553         "mov a,acc"; patch provided by Lenny Story
6554         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6555
6556 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6557
6558         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6559         functions
6560         * src/ds390/gen.c (genFunction, genEndFunction),
6561         * src/ds390/ralloc.c (ds390_assignRegisters),
6562         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6563         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6564         pushed if there are parameters passed on the stack. Also, a cleaner
6565         way to decide if r0/r1 should be pushed/popped. (Together they fix
6566         bug #918693)
6567
6568 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * doc/sdccman.lyx,
6571         * device/lib/mcs51/crtpagesfr.asm,
6572         * device/lib/mcs51/crtxinit.asm,
6573         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6574         to avoid confusion with Si Lab's SFRPAGE register.
6575
6576 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6577
6578         * src/SDCCglue.c (emitMaps): allow public sfr variables
6579         * src/SDCCglue.c (initialComments): include compiler build date
6580         with compiler version and put the timestamp of the generated
6581         assembly file on a serperate line to be less confusing.
6582         * src/port.h: added genInitStartup hook
6583         * src/avr/main.c,
6584         * src/ds390/main.c,
6585         * src/hc08/main.c,
6586         * src/pic/main.c,
6587         * src/pic16/main.c,
6588         * src/xa51/main.c,
6589         * src/z80/main.c: genInitStartup initialize as NULL (default to
6590         historical behaviour)
6591         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6592         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6593         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6594         library instead of hard coding it into the compiler.
6595         * support/regression/ports/mcs51-stack-auto/spec.mk,
6596         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6597         * device/lib/mcs51/Makefile,
6598         * device/lib/small/Makefile,
6599         * device/lib/large/Makefile,
6600         * device/lib/mcs51/crtpagesfr.asm,
6601         * device/lib/mcs51/crtstart.asm,
6602         * device/lib/mcs51/crtxclear.asm,
6603         * device/lib/mcs51/crtxinit.asm,
6604         * device/lib/mcs51/crtclear.asm,
6605         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6606         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6607         and into user configurable files.
6608         * device/lib/clean.mk: clean mcs51 directory too
6609         * support/regression/tests/longlit.c: added static to T1 declaration
6610         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6611         accesses in the initialization code
6612
6613 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6614
6615         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6616         OSCTRIMVAL as noted in bug #916008
6617
6618 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6619
6620         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6621         in loops with multiple exits (reported as incorrect registers
6622         used by Martin Helmling in Sdcc-user list)
6623
6624 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6625
6626         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6627         made ds390 register extensions look less like error messages
6628
6629 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6632         reported by Adam Wozniak in Sdcc-user list
6633
6634 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6635
6636         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6637         arithmetic optimizations, added debug output
6638
6639 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6640
6641         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6642         * sdcc.spec: updated and split sdcc into 3 rpms
6643         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6644         needed for literals of LEFT_OP and '+'
6645         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6646         introduced RESULT_TYPE_NOPROM
6647         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6648         left shift
6649         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6650         limited promotion to int only for '*'
6651         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6652
6653 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6654
6655         * src/pic16/gen.c (genSkip),
6656         (genc16bit2lit), (gencjneshort): commented out
6657         (is_LitOp): new helper function, checks operand type
6658         (genCmpEq): rewritten
6659
6660 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6661
6662         * support/regression/tests/bug-908454.c: added
6663
6664 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6665
6666         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6667         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6668         (geniCodeCast): cosmetic, don't preserve bit storage class
6669         (geniCodeLeftShift): added promotion
6670         (geniCodeLogic): fixed regression
6671         * src/SDCCsymt.c (computeTypeOr): accept bits too
6672         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6673
6674 2004-03-07  Borut Razem <borut.razem AT siol.net>
6675
6676         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6677
6678 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6679
6680         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6681         version of pic16_genPackRegisters which does not check if ic is a
6682         CAST operator,
6683         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6684         function cause string1.c regression test fails
6685
6686 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6687
6688         * sim/ucsim/configure.in,
6689         * sim/ucsim/configure,
6690         * sim/ucsim/doc/Makefile.in: use docdir
6691         * src/SDCC.y: fixed sbit atrributes
6692         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6693         * src/SDCCast.c (decorateType): |^& need special promotion handling
6694         * src/SDCCast.h,
6695         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6696         * src/SDCCsymt.h (computeType),
6697         * src/SDCCicode.c: computeType() needs op
6698         * src/SDCCsymt.c (checkTypeSanity),
6699         * doc/sddman.lyx: "plain" bitfields are unsigned
6700         * src/SDCCsymt.c (computeTypeOr): added
6701         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6702         |^& ops
6703         * src/SDCCval.c (val*): computeType() needs op
6704         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6705         * support/regression/tests/onebyte.c: added tests for |^&
6706
6707 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6708
6709         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6710         for writing icode into asm output.
6711
6712 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6713
6714         * src/pic16/device.c: added some debug lines enabled
6715         with macro DEBUG_CHECK,
6716         * src/pic16/genarith.c: more debug in genPlus,
6717         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6718         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6719         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6720         * (aopForSym): onStack symbols are re-placed in data memspace,
6721         and onStack flag is cleared,
6722         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6723         copy temporary pcodeop,
6724         * (genPcall): added warning for not updating PCLATU,
6725         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6726         always true for pic16 port,
6727         * (genMultOneWord): NEW, supports integer multiplication,
6728         * (genMult): modified to call genMultOneWord,
6729         * (ifxForOp): added warning when return NULL,
6730         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6731         flag is set before call to operandFromSymbol for implicit
6732         added structures,
6733         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6734         options.intlong_rent are set by default,
6735         * (_hasNativeMulFor): modified to allow port generation of integer
6736         multiplication,
6737         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6738         set regtype to REG_SFR for all registers, restricting seting the
6739         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6740
6741 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6742
6743         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6744         more than 500 times in the regression tests
6745
6746 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6747
6748         * support/Util/SDCCerr.h,
6749         * support/Util/SDCCerr.c,
6750         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6751         enumerator_list),
6752         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6753         for symbol conflicts.
6754         * support/valdiags/tests/enum.c,
6755         * support/valdiags/tests/tentdecl.c,
6756         * support/valdiags/tests/struct.c: expect possible error messages
6757         referring to original symbol definitions.
6758         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6759         * src/SDCCsymt.h,
6760         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6761
6762 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6763
6764         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6765
6766 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6767
6768         * src/pic16/ralloc.c (newReg): fixed bug #908929
6769
6770 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6771
6772         * src/ds390/gen.c: added missing #include "main.h"
6773
6774 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6775
6776         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6777         checking if symbol is already in set,
6778         * src/pic16/device.h: prototype for checkAddSym,
6779         * src/pic16/gen.c: (_G): added entry interruptvector,
6780         * (assignResultValue): removed some commented out lines,
6781         * (genFunction): check for ISR via sym->type, absolute section for
6782         interrupt code is created via a new pBlock, the goto instruction is
6783         placed now correctly at the interrupt vector position, changed all
6784         references from ivec to _G.interruptvector,
6785         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6786         is the interrupt is a high priority one, same for return from ISR,
6787         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6788         externs to calls of checkAddSym,
6789         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6790         pic16_pcode_verbose flag is set,
6791         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6792         * src/pic16/pcoderegs.c: message about how many registers are saved
6793         will only be emitted if pic16_pcode_verbose flag is set,
6794
6795 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * src/ds390/ralloc.h,
6798         * src/ds390/ralloc.c (ds390_regWithIdx),
6799         * src/ds390/gen.c (emitcode),
6800         * src/ds390/main.h,
6801         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6802         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6803         ds390operandCompare, getRegsRead, getRegsWritten,
6804         initializeAsmLineNode): customized instruction size calculation for
6805         ds390, started basis for some register optimizations
6806         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6807         corresponding assembly output
6808         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6809         missing push/pop of r0/r1. Optimized push/pops
6810
6811 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6812
6813         * src/mcs51/main.c (instructionSize): fixed ACALL size
6814         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6815
6816 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6817
6818         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6819         the sorting of rlist with NULL elements
6820         * (print_idataType, print_idata): NEW to create idata sections
6821         * src/pic16/device.h: idataSymSet new variable
6822         * src/pic16/gen.c (genFunction): fixed some bugs in string
6823         comparing, improved the absolute section creation for ISRs,
6824         added FSR0L/FSR0H in registers that are saved in an ISR,
6825         * (genInline): fixed the processing of inline snippets,
6826         now they undergo no process by the peephole optimizer
6827         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6828         are placed in idataSymSet,
6829         * (pic16emitStaticSeg): extern symbols are added in externs,
6830         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6831         switching when aboslute variables are placed in access bank memory
6832         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6833         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6834         commented out with #if,
6835         * (pic16_packRegisters): reintroduce the check for CAST because some
6836         symbols are not correctly handled,
6837         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6838         pCodeInstruction instead of pCode,
6839         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6840         pCodeAsmDir definition,
6841         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6842         directive, then the argument directive is emitted without the leading
6843         tab, hack for inline labels which must be in the first column,
6844         * (compareLabel,pic16_findNextInstruction),
6845         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6846         * (insertBankSwitch): modified for the new pCodeAsmDir,
6847
6848 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6849         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6850
6851         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6852         instance,
6853         * (pushSide): commented out with #if,
6854         * (assignResultValue): fixed some typos in saving
6855         registers,
6856         * (genPcall): FIXED and sync'ed with genCall,
6857         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6858         * (genNearPointerGet): fixed to handle some more cases,
6859         implementation scheme via table reads,
6860         * (genConstPointerGet): modified to access code memory correct,
6861         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6862         and improved to handle some cases
6863         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6864         instead of "RETLW" for init data
6865         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6866         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6867         variables are placed in access bank memory (<0x80 and >=0xf80),
6868         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6869         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6870         TBLWT_POSTDEC,TBLWT_PREINC
6871         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6872         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6873         directives
6874         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6875         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6876         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6877         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6878
6879 2004-02-29  Borut Razem <borut.razem AT siol.net>
6880
6881         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6882         support/Util/findme.h, support/Util/system.h: enhance binary relative
6883         search for lib and include by using findProgramPath()
6884
6885 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6886
6887         * src/SDCCpeeph.h,
6888         * src/SDCCpeeph.c (pcDistance),
6889         * src/port.h,
6890         * src/mcs51/ralloc.h,
6891         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6892         * src/mcs51/main.h,
6893         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6894         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6895         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6896         size calculation port specific, started basis for some register
6897         optimizations
6898         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6899         missing push/pop of r0/r1. Optimized push/pops
6900         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6901         * device/lib/_modsint.c (_modsint),
6902         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6903         and stack version so regression tests pass
6904
6905 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6906
6907         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6908         * src/SDCCast.c (decorateType): catch another small optimization
6909         with '?' operator
6910         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6911         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6912         modified to finally use computeType() all over SDCC,
6913         see Feature Request #877103
6914         * src/SDCCval.h: cosmetic
6915         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6916         valCompare(); regression tested in muldiv.c
6917         * support/regression/tests/muldiv.c (testMod): mod sign follows
6918         dividend only
6919
6920 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6921
6922         * src/SDCCast.c (decorateType): fixed bug #902362
6923         * doc/INSTALL.txt: fixed install instructions for win32
6924
6925 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6926
6927         * device/include/Makefile.in (install): fixed by replacing spaces
6928         by tabs
6929         * doc/README.txt,
6930         * doc/INSTALL.txt: updated for release
6931         * doc/sdccman.lyx: added warning for --xstack being buggy
6932
6933 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6934
6935         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6936         to eliminate build warnings.
6937         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6938
6939 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6940            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6941
6942         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6943         removed -penable-stack, added comment for stack pragma, added
6944         warning for not initializing the stack/frame registers, removed
6945         comment at interrupts section
6946
6947         Stack is made permanent, there is no ability to disable stack usage.
6948         * src/pic16/device.h,
6949         * src/pic16/device.c: removed all references to USE_STACK macro,
6950         * src/pic16/device.c (pic16_dump_section): when no elements in
6951         rlist, free rlist before return,
6952         * (pic16_dump_int_registers): NEW, internal registers are a new set
6953         of general purpose registers reused by each function,
6954         * (checkAddReg): returns 1 if registers is added to set,
6955         * (pic16_groupRegistersInSection): when a registers is of type
6956         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6957         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6958         SRCASECMP macro is moved here from device.c
6959         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6960         PO_PCLATU, PO_PRODL, PO_PRODH,
6961         * (pic16_pCodeOpType, genMinus,
6962         changed compares to "a" register, with AOP_ACC,
6963         * (pic16_genPlus): fixed some bugs and indented properly,
6964         * (pic16_addSign): changed size to size+offset in the MOVWF
6965         instruction,
6966         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6967         multiply 8-bit operand by literal, result is 8-bit,
6968         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6969         multiply 2 8-bit operand, result is 8-bit,
6970         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6971         genUMult8X*_16,
6972         * src/pic16/gen.c: changed accUse to contain WREG only,
6973         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6974         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6975         true, do not use immediate addressing any more unless sym is a
6976         pointer in codespace,
6977         * (aopForRemat): do not use immediate addressing when symbol not in
6978         codespace and when symbol's address is requested,
6979         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6980         accUse size (= 1),
6981         * (aopGet): added case for AOP_ACC and don't return "accumulator
6982         bug" but WREG instead,
6983         * (popGetTempReg): pushes contents of temporary register in stack,
6984         * (popReleaseTempReg): pops contents of temporary register from
6985         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6986         * (pic16_popGet): separated case AOP_ACC to return register WREG
6987         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6988         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6989         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6990         the use of immediate pointers to certain cases only.
6991
6992         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6993         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6994         * (assignResultValue, genCall, genRet): modified to use the new
6995         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6996         genPcall is still broken,
6997         * (genFunction): added code to create 'A' type pBlocks when
6998         interrupt functions are generated, code not extensively tested yet,
6999         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7000         * (genEndFunction): modified so ISRs pop stored registers from stack,
7001         * (genMultOneByte): cleanup,
7002         * (AccRsh): added flag andmask, to and result with appropriate mask,
7003         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7004         * (genDataPointerGet): fixed and reenabled its use,
7005         * (genNearDataPointerGet): bugs fixed,
7006         * (genDataPointerSet): bugs fixed,
7007         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7008         pic16_DumpSymbol, pic16_DumpOp,
7009         * src/pic16/genutils.h: function prototypes for the above functions,
7010         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7011         pointers,
7012         * (pic16emitRegularMap): many many many improvements, but needs a
7013         major cleanup,
7014         * src/pic16/main.c: enable_stack in pic16_options is removed,
7015         * (_pic16_parseOptions): removed command line options -penable-stack,
7016         * (_process_pragma): emit stack symbol only when stack pragma is
7017         processed,
7018         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7019         redirected to FSR0L/FSR0H pair,
7020         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7021         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7022         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7023         for immediates,
7024         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7025         * (dumpPicOptype): NEW,
7026         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7027         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7028         with movff instruction,
7029         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7030         added pic16_int_regs, some packRegsFor* functions are commented out,
7031         because produce errors,
7032         * src/pic16/NOTES: minor modifications
7033
7034 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7035
7036         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7037         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7038         --pack-iram.
7039         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7040         * as/mcs51/lkaomf51.c: fixed bug #895763
7041
7042 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7043
7044         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7045
7046 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7047
7048         * doc/sdccman.lyx: added details about the HC08 storage classes and
7049         interrupts, fixed the register usage info for z80 & gbz80
7050
7051 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7052
7053         * doc/sdccman.lyx: added more pic16 port documentation
7054         * device/include/pic16/: added header pic18fregs.h
7055
7056 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7057
7058         * doc/sdccman.lyx: added Vangelis' contribution
7059
7060 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7061
7062         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7063         extend to the next CALL or PCALL, not just to the next CALL.
7064
7065 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7066
7067         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7068
7069 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7070
7071         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7072         bug #895752 and a better fix for bug #716790
7073
7074 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7075
7076         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7077
7078 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7079
7080         * doc/sdccman.lyx: minor changes, minor changed
7081
7082 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7083
7084         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7085         which can't handle SDCC_NEWONEBYTEOPS,
7086         (geniCodeMultiply): removed conversion from mult to shift for pic14
7087         and pic16
7088
7089 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7090
7091         * src/hc08/gen.h,
7092         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7093         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7094         thus fixing bug #895406
7095
7096 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7097
7098         * device/lib/_modsint.c,
7099         * device/lib/_modslong.c: sign follows divisor only
7100         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7101         signs or signedness can be ignored
7102         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7103         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7104         added optimization for IFX,
7105         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7106         arguments;
7107         reenabled optimization for IFX, which was removed on 2004-01-11
7108         * src/SDCCast.h: added return type IFX
7109         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7110         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7111         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7112         SDCC_OLDONEBYTEOPS selects the old behaviour
7113         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7114         changed again and commented promotion rule
7115         * src/SDCCval.c (valDiv): promotion no longer necessary
7116         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7117         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7118         rewritten
7119         * support/regression/tests/onebyte.c: added
7120
7121 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7122
7123         * gen.c (genInline): reverted to old code for assemnling inline
7124         code because of bug reported James Chadd
7125
7126 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7127
7128         * ralloc.h: missing declarations from previous patch,
7129         seems that patch for ralloc.h was never applied, fixed
7130
7131 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7132            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7133
7134         * pcode.c,
7135         * pcode.h,
7136         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7137         indirect addressing. Marked FSR0 as deprecated
7138         * gen.c (pointerCode): commented out, not needed now
7139         (pic16_popGet2p): new MOVFF helper function
7140         (genGenPointerGet),
7141         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7142         (shiftRLong): removed duplicate debugging info
7143
7144 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7145
7146         * src/ds390/gen.c (genNearPointerGet),
7147         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7148         optimization with bits, but not bitfields.
7149         * src/ds390/ralloc.c (packRegisters),
7150         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7151
7152 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7153
7154         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7155
7156 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7157
7158         * src/SDCCsymt.h,
7159         * src/SDCCicode.c (operandFromSymbol),
7160         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7161         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7162         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7163         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7164         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7165         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7166         bug #892038
7167         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7168         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7169         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7170         * src/SDCCsymt.c (newSymbol),
7171         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7172         enumerator_list),
7173         * src/SDCCval.h,
7174         * src/SDCCval.c (newiList): fixed bug #885705
7175
7176 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7177
7178         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7179         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7180
7181 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7182
7183         * device/include/c8051f120.h,
7184         * device/include/c8051f300.h,
7185         * device/include/c8051f310.h: added/updated header files for Silicon
7186         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7187         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7188         in new section Submitting patches
7189
7190 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7191
7192         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7193         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7194         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7195         genGenPointerSet),
7196         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7197         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7198         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7199         genGenPointerSet),
7200         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7201         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7202         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7203         genGenPointerSet),
7204         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7205         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7206         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7207         genGenPointerSet): fixed bug #892400
7208         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7209         to eliminate build warnings.
7210         * src/SDCCast.c (processParms),
7211         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7212         fixed bug 751859
7213         * support/valdiag/valdiag.py: added GCC to the list of defines active
7214         when compiling with gcc
7215
7216 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7217
7218         * support/Util/SDCCerr.h,
7219         * support/Util/SDCCerr.c,
7220         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7221         with an incomplete type (fixed bug #883734)
7222         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7223
7224 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7225
7226         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7227
7228 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7229
7230         * src/SDCCast.c (decorateType),
7231         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7232         function pointer implementation
7233         * support/regression/tests/funptrs.c: added tests to verify both forms
7234         of function pointers work correctly. Added tests to verify parameters
7235         are passed in the correct order.
7236
7237 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7238
7239         * device.c (regCompare): registers are sorted by ascending
7240         address and increasing size,
7241         * main.c (_pic16_finaliseOptions): removed the declaration
7242         of compiler macro MCU. Now a macro of the format pic18fxxxx
7243         will be defined from the command line
7244
7245 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7246             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7247
7248         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7249         PCOP_RLCF was overwritten!
7250         * gen.c (genSkip): commented out calls to pic16_emitcode,
7251         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7252         * (genlshTwo),
7253         * (genRRC): added debugging info,
7254         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7255         overwritten while shifting,
7256         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7257         overwritten while shifting,
7258         * (AccLsh),
7259         * (AccRsh),
7260         * (shiftLLeftOrResult),
7261         * (shiftRLeftOrResult),
7262         * (shiftRLong),
7263         * (shiftLLong): Implemented with pic16_emitpcode
7264         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7265         * (genLeftShift): Fixed bug, operand for shift by variable always
7266         was "and"ed with 0x0f,
7267         * (genLeftShiftLiteral),
7268         * (genrshTwo),
7269         * (genRightShiftLiteral): added debugging info,
7270         * (genrshFour): added comment,
7271         * (genRightShift): determined signedness from operand "left"
7272         instead of "result"
7273
7274 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7275
7276         * src/SDCCicode.c (geniCodeParms),
7277         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7278         function pointers, fixed function pointer bugs #861242 and #861896
7279
7280 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7281
7282         * device/include/c8051f000.h,
7283         * device/include/c8051f120.h,
7284         * device/include/c8051f300.h: added header files for Silicon
7285         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7286
7287 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7288
7289         * src/SDCCast.c (processParams): added new type flow and restructured
7290         (gatherAutoInit): added new type flow
7291         (addCast): cosmetic changes
7292         (getLeftResultType): added new type flow for array indices, patch
7293         provided by Stas, see FR #877103
7294         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7295         array index patch by Stas
7296         * src/SDCCast.h: added prototype getResultTypeFromType()
7297         * src/SDCCval.h,
7298         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7299         * src/pic/glue.c (pic14emitStaticSeg),
7300         * src/pic16/glue.c (pic16emitStaticSeg),
7301         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7302         for initialization of symbols
7303         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7304         * support/Util/SDCCerr.h:
7305         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7306         * .version: bumped version number to 2.3.8
7307         * device/include/Makefile.in (install),
7308         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7309         avoid warnings
7310
7311 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7312
7313         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7314         Slade Rich fixed an optimization bug
7315         * src/pic/pcodepeep.c,
7316         * src/pic/pcoderegs.c
7317         * doc/Makefile (install): added test for directory
7318
7319 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7320
7321         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7322         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7323         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7324         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7325         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7326         * as/mcs51/asexpr.c (term),
7327         * as/hc08/asexpr.c (term): fixed bug #887146
7328
7329 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         * src/z80/gen.c (genMult): handle single byte result product
7332         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7333         DUMMY_READ_VOLATILE (fixed bug #886367)
7334
7335 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7336
7337         * support/regression/tests/libmullong.c: fixed logic, on little endian
7338         hosts we ended without a mullong_wrapper()
7339
7340 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7343         virus/worm forged address usage.
7344
7345 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7346
7347         Fixed promotion, it should be done on AST level:
7348         * src/SDCCast.c (addCast): added promotion to int
7349         (decorateType): updated call to upCast()
7350         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7351         usualUnaryConversions()
7352
7353 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7354
7355         * support/regression/tests/literalop.c (mulWrapper): Added a
7356         wrapper to remove integer overflow warnings.
7357
7358         * support/regression/tests/float_trans.c: Made work on host.
7359
7360         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7361         location of sz80.
7362
7363         * support/regression/generate-cases.py (main): Changed from inline
7364         to a main method.
7365
7366         * doc/Makefile (install): Changed to depth first to get rid of
7367         missing directory install warning.
7368
7369         * as/Makefile (install-doc): Made work on Mac.
7370
7371 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7372
7373         * src/SDCCast.c: added an additional type flow in decorateType() of
7374         opposite direction, see feature request #860006; it's enabled at runtime
7375         by setting the environment variable SDCC_NEWTYPEFLOW
7376         * src/SDCCast.h: changed prototype of decorateType()
7377         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7378         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7379         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7380         see feature request #877103
7381         * src/SDCCval.c: updated call of decorateType()
7382         (valBitwise): fixed bug #882876
7383         (valMinus): added promotion
7384         (valLogicAndOr): result is unsigned
7385         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7386         * src/SDCCsymt.c (computeType),
7387         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7388         must not cause an unsigned operation
7389         * src/pic/glue (pic14emitRegularMap),
7390         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7391
7392 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7393
7394         * src/pic/pcode.c (PCodeID): commented out left over debug code
7395
7396 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7397
7398         * support/valdiag/tests/overflow.c: added shift tests
7399         * src/pic/device.c,
7400         * src/pic/gen.c,
7401         * src/pic/gen.h,
7402         * src/pic/glue.c,
7403         * src/pic/main.c,
7404         * src/pic/pcode.c,
7405         * src/pic/pcode.h,
7406         * src/pic/pcodepeep.c,
7407         * src/pic/pcoderegs.c,
7408         * src/pic/ralloc.c,
7409         * src/pic/ralloc.h: applied patch from Slade Rich;
7410         added support for multiple code pages and multiple RAM banks on the
7411         PIC 14 port. The ASM files now no longer simply assume all the
7412         code / RAM are in the same page / bank. This means the linker can
7413         safely allocate code/RAM of separate ASM files to different pages/banks.
7414         * doc/sdccman.lyx: added Slade's tips
7415         * src/mcs51/peeph.def: fixed bug #880768
7416
7417 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7420         * src/SDCCast.c (decorateType): fixed bug #880197
7421
7422 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7423
7424         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7425         getopt.h.
7426
7427         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7428         strtof is not part of C89 and isn't included with Mac OS X.
7429
7430 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7431
7432         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7433         shiftL2Left2Result): fixed bug #879326
7434         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7435         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7436         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7437         address fetch for clr instruction
7438         * device/lib/hc08/_mulint.c: created optimized assembly version
7439         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7440
7441 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7442
7443         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7444         proposed in FR #877103
7445
7446 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * src/SDCCval.c (cheapestVal): added missing checks
7449         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7450         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7451
7452 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7453
7454         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7455         equal operands
7456
7457 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7458
7459         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7460         loaded with the linker search paths (-L arguments) and the libraries
7461         to be linked with the current source (-l arguments). Changes
7462         currently will affect only the pic16 port.
7463         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7464         include path the port specific paths and port specific libraries,
7465         * gplink command now contains the $3 argument,
7466         * src/pic16/device.h,
7467         * src/pic16/device.c,: structure PIC_device is made public and
7468         renamed to PIC16_device, the same for variable Pics which is renamed
7469         to Pics16. Updated all references to them.
7470         * src/pic16/glue.c (pic16glue): corrected bug with code
7471         initialization which bypassed the variable initializations block.
7472
7473         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7474         COMPILE_FLAGS and added the --nostdinc option
7475
7476 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7477
7478         * device/include/mc68hc908jb8.h: Register defs for another member
7479         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7480
7481 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7482
7483         Documenting changes from previous commits.
7484         * configure.in (version 1.56),
7485         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7486         when generating output files to configure the pic16 library,
7487         but now I've commented it out, since gputils aren't installed in the
7488         SF compile farm, so library won't compile
7489
7490         * device/lib/Makefile.in (version 1.56): initially I've added in
7491         target 'all' the prerequestive 'model-pic16' so it compiled the
7492         pic16 library, but now I've commented it out for the same reasons
7493         above,
7494         * added targets 'model-pic16' and 'objects-pic16' to compile the
7495         library
7496         * added target 'port-specific-objects-pic16' to handle the
7497         generated libraries and copy them into the build/ directory
7498         * added target 'clean-intermediate-pic16' to clean intermediate
7499         files into pic16 directory
7500         * in target 'installdirs' added line to create directory pic16 in
7501         the installation path
7502
7503         * device/include/Makefile.in (version 1.11): in target 'install'
7504         added lines to copy all header files to installation path,
7505         * in target 'installdirs' added line create directory for pic16
7506         headers in the installation path
7507
7508 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7509
7510         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7511          a function call
7512
7513 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7514
7515         * configure,
7516         * device/lib/configure.in,
7517         * device/lib/configure: fixed for autoconf 2.57
7518
7519 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7520
7521         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7522         option so that it actually works. Made it specific to the z80, since
7523         the gbz80 doesn't have these kinds of I/O ports.
7524
7525 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7526
7527         * device/include/z180.h,
7528         * device/lib/_memcpy.c,
7529         * device/lib/_memmove.c,
7530         * device/lib/_mulint.c,
7531         * device/lib/ser_ir.c,
7532         * device/lib/ser_ir_cts_rts.c,
7533         * device/lib/_strcmp.c,
7534         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7535         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7536         portmode; added deprecation warning for bank= and protmode= forms.
7537         Also, guard against buffer overflow.
7538         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7539
7540 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7541
7542         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7543         changed interrupt vector table generation to only emit declared vectors.
7544         * device/include/Makefile.in: added missing backslash
7545         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7546
7547 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7548
7549         Mainly changes to support compilation of the device libraries
7550         * src/pic16/device.c: stack is allocated via symbol and not
7551         via literal number. The symbol is placed in the corresponding
7552         position of the data ram
7553         * (pic16_dump_section): relocatable and absolute uninitialized
7554         data are now emitted in sorted order to reduce section naming,
7555         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7556         weren't marked as being in the access bank,
7557
7558 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7559
7560         Added portion of GNU PIC Library under the directory
7561         device/include/pic16 and device/lib/pic16. These files
7562         contain the declarations of SFRs for the PIC18Fxx2 devices.
7563         The directory is initialized via configure from toplevel.
7564
7565 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7566
7567         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7568         the spilllocations to be compared correctly
7569
7570 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7571
7572         * src/SDCCast.c (decorateType): fixed bug introduced today
7573
7574 2004-01-12  Borut Razem <borut.razem AT siol.net>
7575
7576         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7577         doc/sdccman.lyx: upper case pragmas are deprecated
7578
7579 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7580
7581         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7582         in simpler and even better code
7583
7584 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7585
7586         * src/SDCCicode.c (operandOperation): fixed bug #874819
7587         * src/SDCCast.c (decorateType): fixed
7588         char foo (unsigned long ul) { return ul > 0; }
7589
7590 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7591
7592         * doc/sdccman.lyx: Moved and added some sections, small changes
7593         all over. Telling LaTeX to be less strict with word spacing
7594         to better keep the right margin. Changed some notes about
7595         maintainance of the ports in section 3.2.1 - is it OK like this?
7596
7597 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7598
7599         SDCC source changes:
7600         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7601         convilong): modified to inform the pic16 port that builtin functions
7602         are external
7603
7604         PIC16 PORT specific changes:
7605         * src/pic16/device.c pic16_dump_equates() added,
7606         processor registers declared internally by the port are emitted in
7607         the translation as equates,
7608         * src/pic16/gen.c: inline code is passed unprocessed to the
7609         translation,
7610         * (pic16_popGetLit2): fnuction modified to take second operand as
7611         pCodeOp pointer and not as literal,
7612         * (popRegFromIdx): prefixed with pic16_,
7613         * (pic16_popCombine2): modified to receive already allocated pCode
7614         operands,
7615         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7616         * (genFunction): initializes local stack frame and pushes on stack
7617         all the registers used by this function,
7618         * (genEndFunction): restores all registers from stack and restores
7619         stack frame,
7620         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7621         improvements,
7622         * (pic16glue): changed the program startup sequence,
7623         * added new dbName code 'A' for functions placed in absolute section
7624         * src/pic16/main.c: added function attribute _naked,
7625         * added pragma 'code' to place a fnuction at an absolute address,
7626         * added command line arguments --debug-ralloc and --pcode-verbose,
7627         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7628         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7629         * (pic16_newpCodeOpLit2): modified to take the second operand as
7630         pCodeOp pointer,
7631         * (pic16_printpBlock): modified to emit each function in a separate
7632         section,
7633         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7634         UPPER for immediate operands,
7635         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7636         instruction,
7637         * src/pic16/peeph.def: all peepholes with movff are commented out,
7638         because there is a problem in the pcode peep optimizer,
7639         * src/pic16/ralloc.c: the register allocator can now reuse local
7640         function symbols for another function. This saves register usage.
7641         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7642
7643         Added file src/pic16/NOTES with information about program writing on
7644         the current port version.
7645
7646 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7647
7648         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7649         and peephole 252 (array access)
7650
7651 2004-01-09  Borut Razem <borut.razem AT siol.net>
7652
7653         * src/SDCCmain.c : fixed #872250: -l command line defined library
7654           files are scanned before standard library files
7655
7656 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7657
7658         * src/SDCCast.c (decorateType): fixed bug #874046
7659
7660 2004-01-09  Borut Razem <borut.razem AT siol.net>
7661
7662         * support/scripts/sdcc.nsi: remove previous installation
7663
7664 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7665
7666         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7667         bytes for last interrupt vector (mcs51)
7668         * sdcc.spec: fixed typo
7669
7670 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7671
7672         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7673         gen51Code): more efficient parameter receive for --model-large
7674         ("bug" #845294)
7675
7676 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7677
7678         * src/ds390/main.c,
7679         * src/z80/main.c: added missed needLinkerScript flags (more than
7680         one port structure defined in these file)
7681         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7682         bug #795325
7683
7684 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7685
7686         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7687         * src/port.h: added flag needLinkerScript in port->linker
7688         structure to inform whether to create a .lnk file or not,
7689         * src/avr/main.c,
7690         * src/ds390/main.c,
7691         * src/hc08/main.c,
7692         * src/mcs51/main.c,
7693         * src/pic/main.c,
7694         * src/pic16/main.c,
7695         * src/xa51/main.c,
7696         * src/z80/main.c: changed appropriately to configure
7697         needLinkerScript flag
7698         * src/pic/gen.c,
7699         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7700         * src/pic/glue.c: added variable udata_section_name to
7701         override default uninitialized data segment definition for
7702         devices only with SHAREBANK memory (reported from Erik Epetrich)
7703         * (pic14emitOverlay): modified to emit a commented overlay segment
7704         directive when no overlay data exist
7705         * (picglue): modified to emit uninitialized data segment
7706         according to udata_section_name
7707         * src/pic/main.c (_pic14_parseOptions): added command line
7708         options --udata-section-name=[name] to override default
7709         udata definition name
7710         * modified _linkCmd and _asmCmd to include compiler passed
7711         arguments via -W option
7712         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7713         object file from '.rel' to '.o' in port->linker structure,
7714         changed size of fptr from 2 to 3 in port structure
7715
7716 2004-01-07  Borut Razem <borut.razem AT siol.net>
7717
7718         * support/scripts/sdcc.nsi: update PATH
7719         * support/scripts/sdcc.ico: craeted
7720
7721 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7722
7723         * device/include/Makefile.in: fix install
7724         * doc/Makefile: fix install
7725
7726 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7727
7728         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7729         in bug #860505
7730         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7731         how the function variable allocation summary is displayed; also
7732         include information about variables allocated to the overlay
7733         segment
7734
7735 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7736
7737         * as/mcs51/lkmain.c: Help about -Y option
7738         * as/mcs51/lkarea.c: Fixed gcc warnings
7739
7740 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7741
7742         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7743         fixed warning
7744         * support/valdiag/tests/overflow.c: added
7745         * src/SDCCast.c (decorateType),
7746         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7747         LEFT_OP (left shift)
7748
7749 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7750
7751         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7752         (default behaviour).
7753
7754 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7755
7756         A python script to validate compiler diagnostic messages. It can be
7757         used to verify that sdcc complains about bad c source code and
7758         gives a good location of the error.
7759         * support/valdiag/Makefile,
7760         * support/valdiag/valdiag.py,
7761         * support/valdiag/tests/*
7762
7763 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7764
7765         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7766         * src/SDCCsymt.c (newEnumType),
7767         * src/SDCCsymt.h
7768         * support/Util/SDCCerr.c,
7769         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7770         enum related bugs.
7771         * support/regression/tests/enum.c: added test for enum values that
7772         require at least 2 bytes of storage.
7773
7774 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7775
7776         * src/common.h: added ifndef/define/endif macros
7777         around the header file.
7778         Bug reported from Jesus Calvino-Fraga
7779
7780 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7781
7782         * sdcc.spec: updated
7783         * device/include/Makefile.in: don't install CVS directories
7784         * device/lib/Makefile.in: added removal of CVS directories after install
7785         * doc/Makefile: fixed install, added local_icons
7786         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7787         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7788         * src/ds390/gen.c (genRightShift): fixed bug #870788
7789         * src/SDCCast.c (decorateType): fixed bug #870781
7790
7791 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7792
7793         PIC16 port related changes:
7794         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7795         added variable stackPos,
7796
7797         * gen.c: genCall, assignResultValue: added support for
7798         pushing/retrieving function parameters to/from stack,
7799         genFunction,genEndFunction: setup stack frame for the
7800         generated function,
7801         genAddrOf: will be changed according to bug 863624
7802
7803         * added files genutils.c and genutils.h which contain gen*
7804         debugged and optimised functions extracted from gen.c
7805
7806         * glue.c: added variable 'externs' which holds extern symbols,
7807         pic16emitRegularMap: is modified to properly handle relocatable
7808          symbols under the new scheme,
7809         pic16createInterruptVect: is modified
7810         pic16printPublics: is modified to emit 'global' assembler directives,
7811         added pic16_printExterns to print extern symbols,
7812         pic16glue: initializes stack/frame pointer in the beginning of
7813         the assembly output. Temporary hack, will be corrected later,
7814         because gplink yet does not support stack and SDCC does not
7815         yet support a type of crt0.o object to create the final binary.
7816
7817         * Removed many lines that contain 8051 legacy code.
7818         * The code is finally placed under a 'code' directive.
7819         * Added port specific options.
7820
7821         * _process_pragma: simplified since now we do not need *special*
7822         include file to define SFR registers. But a separate header
7823         will be needed. This will be developed later.
7824         * _pic16_parseOptions: added, parses port specific options:
7825         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7826         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7827         --preplace-udata-with=
7828
7829         * _pic16_setDefaultOptions: modified to initialize section names,
7830         but hack is temporarly out of order since it needs improvement.
7831         * _pic16_genAssemblerPreamble: configuration words are emitted by
7832         their address instead of their name. This part is incomplete and
7833         supports only the 18Fxx2 devices. Other devices will emit an error
7834         during assembly since they do not contain the same set of config
7835         registers
7836         * _pic16_genIVT: is modified,
7837
7838         * pcode.c: added definitions for some hardware registers that are needed
7839         for stack support
7840         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7841         All PCI entries are updated. Now LFSR is supported.
7842         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7843         * added pic16_newpCodeOpLit2 to support instructions with
7844         two literal arguments
7845         * pic16_pCode2str: corrected code that emits assembler instructions
7846         with two literal operands and those that have an access bit modifier
7847         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7848         this fixes a bug which caused some labels to be lost, when an
7849         assembler directive was added, i.e. banksel,
7850         * pic16_FixRegisterBanking: improved logic that causes the insertion
7851         of bank switching,
7852         * InlineFunction: functions that are called once, are not any more
7853         inlined. This can be a port option in the future,
7854
7855         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7856
7857         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7858         hold the corresponding uninitialized symbols,
7859         * pic16_allocProcessorRegister: registers have explicit marked the
7860         accessBank field,
7861         * pic16_allocInternalRegister: registers are explicit marked as
7862         not used,
7863         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7864         processing list, so bit registers were lost,
7865         *
7866
7867         * ralloc.h: added field 'accessBank' and original symbol operand
7868         in register definition,
7869         * removed the field isMapped from register definition,
7870
7871         ** Several functions have been removed from various sources:
7872         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7873         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7874         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7875         pic16_assignRelocatableRegisters
7876
7877         ** others have been introduced:
7878         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7879         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7880
7881 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7882
7883         * support/scripts/inc2h.pl: changed definition of BIT_AT
7884         to emit 'sbit at' instead of 'bit at'. This was a request.
7885
7886         PIC16 port related preliminary changes:
7887         * gen.c: prefixed function popRegFromString with
7888         pic16_ and all references to it corrected
7889         * pcode.c: all pic16_pc_* hardware registers prefixed
7890         with underscore (_),
7891         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7892         * ralloc.c: newReg(): when register is REG_SFR then
7893         set address to rIdx,
7894         pic16_allocProcessorRegister(): marks register wasUsed=0
7895         pic16_writeUsedRegs(): added a call to assign processor
7896         registers via pic16_assignFixedRegisters
7897
7898 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7899
7900         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7901         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7902         variables in unused register banks.  Also the SSEG is placed
7903         wherever there is enough space for it, and IDATA can be anywhere
7904         in internal RAM.  For now compile using -Wl-Y[stack_size].
7905         The mem file is different for this option as well, since it
7906         makes no sense of talking about DSEG lenght.
7907
7908 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7909
7910         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7911         in certain cases, e.g. when ROM assignment, patch provided
7912         from Albert den Haan.
7913
7914 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7915
7916         Many signedness and type propagation fixes:
7917         * src/SDCCicode.c: made geniCodeCast() static
7918         replaced SPEC_ by IS_ (cosmetic)
7919         (operandOperation): fixed div and mod operation
7920         (usualBinaryConversions): added support for promotion of char
7921         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7922         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7923         (geniCodeAdd): an array index will stay unsigned, even if promoted
7924         from char to int
7925         (geniCodeArray): ditto
7926         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7927         * src/SDCCsymt.c (computeType): added more support for char;
7928         promotion of char is selectable by promoteCharToInt, fixed signedness
7929         for all cases
7930         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7931         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7932         * src/SDCCval (val*): replaced signedness calculation by
7933         computeType()
7934         rearranged if-branches (cosmetic)
7935         (valShift): added warning W_SHIFT_CHANGED
7936         (valCompare): fixed problem with different types
7937         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7938         * support/regression/tests/literalop.c: added many cases
7939         * support/regression/tests/ast_constant_folding.c: changed finally to
7940         'unsigned int'
7941         * .version: new year, new version: 2.3.7
7942         * src/SDCCmain.c (main): applied patch #866468
7943         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7944         provided by Scott Bronson
7945         * doc/sdccman.lyx: updated documentation for sdcdb
7946         updated and added chapter tips
7947
7948 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7949
7950         * src/SDCCsymt.h: missing from yesterday's commits
7951
7952 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7953
7954         * src/SDCC.y (struct_or_union_specifier),
7955         * support/Util/SDCCerr.c,
7956         * support/Util/SDCCerr.h: verify that struct & union tags are used
7957         as declared.
7958
7959 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7960
7961         * src/SDCCglobl.h: missing from yesterday's commits
7962
7963 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7964
7965         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7966         sft_attributes, struct_declaration, parameter_declaration,
7967         type_name, start_block, declaration_list),
7968         * src/SDCC.lex (check_type): support redefinition of typedef names
7969
7970 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7971
7972         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7973         aligned xdata arrays. Erik helped me with the if clause.
7974
7975 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7976
7977         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7978         warning
7979
7980 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7981
7982         * src/SDCCast.h,
7983         * src/SDCCast.c (newAst_),
7984         * src/SDCCicode.h,
7985         * src/SDCCicode.c (ast2iCode, newiCode),
7986         * src/SDCCglobl.h,
7987         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7988         expr, statement, expression_statement, selection_statement,
7989         iteration_statement, expr_opt, jump_statement): foundation for tracking
7990         sequence points
7991         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7992         point code too)
7993
7994 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7995
7996         * support/Util/SDCCerr.c,
7997         * src/SDCCast.h,
7998         * src/SDCCast.c (createCase, createDefault, decorateType),
7999         * src/SDCClabel.c (labelUnreach),
8000         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8001         to error messages.
8002         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8003         (with thanks to Stas Sergeev)
8004         * device/include/time.h,
8005         * device/lib/time.c (CheckTime): suppress unreachable code warning
8006
8007 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/SDCCast.c (createIvalCharPtr),
8010         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8011         bug #753752)
8012         * support/regression/tests/nullstring.c: tests for these two bugs
8013
8014 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8015
8016         * support/Util/SDCCerr.h,
8017         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8018         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8019         about storage class and 'at' used inside struct or union
8020         * src/SDCCBBlock.c (iCodeFromeBBlock),
8021         * src/SDCCcse.c (ifxOptimize),
8022         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8023         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8024         printIval, emitStaticSeg, emitOverlay),
8025         * src/SDCClabel.c (deleteIfx),
8026         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8027         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8028         gatherAutoInit, processParms),
8029         * support/Util/SDCCerr.h,
8030         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8031         reporting for post-parse errors.
8032
8033 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8034
8035         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8036         implicit casts via union; they don't work on big endian systems
8037         (possible fix for bug #861138)
8038
8039 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8040
8041         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8042         * src/mcs51/main.c: fixed the fix for bug #737001
8043
8044 2003-12-15  Borut Razem <borut.razem AT siol.net>
8045
8046         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8047
8048 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8049
8050         * support/makebin/makebin.c: put output in binary mode
8051
8052 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8053
8054         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8055         xdata and data memory on startup. Set the environment variable
8056         SDCC_NOGENRAMCLEAR to disable this.
8057         * src/mcs51/peephole.def,
8058         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8059         (allows non-interrupt and interrupt code to safely compete for a resource
8060         without the non-interrupt code having to disable interrupts)
8061
8062 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8063
8064         * src/SDCCicode.c (geniCodeAdd),
8065         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8066         with valFromType if type might be a pointer and host is big endian).
8067         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8068         types, not just integer types.
8069         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8070         multiply defined with mismatching "at" address.
8071
8072 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8073
8074         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8075         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8076         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8077         with embedded nulls (fixed bug #753752)
8078
8079 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8080
8081         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8082         Apparently this did not see much testing (endless loop)
8083
8084 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8085
8086         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8087
8088 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8089
8090         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8091         gracefully handle NULL memmap pointers
8092
8093 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8094
8095         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8096         instead of deleting the iCode when an operand is volatile
8097         * src/z80/gen.c (genDummyRead),
8098         * src/mcs51/gen.c (genDummyRead),
8099         * src/ds390/gen.c (genDummyRead),
8100         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8101         not just IC_RIGHT
8102         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8103         * src/SDCC.y: fixed bug #850420
8104
8105 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8106
8107         Applied z80 i/o port patch from Peter Townson and fixed some operators
8108         to better handle operands in A register.
8109         * device/include/z180.h
8110         * src/SDCC.y
8111         * src/SDCCglue.c
8112         * src/z80/gen.c
8113         * src/z80/gen.h
8114         * src/z80/main.c
8115         * src/z80/peeph-z80.def
8116         * src/z80/peeph.def
8117         * src/z80/z80.h
8118
8119 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8120
8121         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8122
8123 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8124
8125         * device/lib/hc08/_mullong.c: Removed extra #endif
8126
8127 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8128
8129         * sim/ucsim/hc08.src/inst.cc,
8130         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8131         carries from x to h
8132         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8133         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8134         * device/include/stdarg.h: fixed varargs for hc08
8135         * device/lib/Makefile.in,
8136         * device/lib/hc08/Makefile,
8137         * device/lib/hc08/_mulint.c,
8138         * device/lib/hc08/_mullong.c: fixed some endian problems
8139
8140 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8141
8142         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8143         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8144         * device/lib/_gptrget.c,
8145         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8146
8147 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8148
8149         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8150         * src/SDCCast.c (astErrors): fixed bug #846007
8151         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8152
8153 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8154
8155         * src/SDCCast.c (decorateType): disabled a transformation I added in
8156         revision 1.188 (access to fields of a structure at an absolute address);
8157         it breaks with bitfields, extern declarations, and gcse analysis.
8158         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8159         could be assigned through a pointer, so don't complain.
8160         * src/SDCCast.c (astErrors),
8161         * src/SDCCast.h,
8162         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8163
8164 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8165
8166         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8167         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8168         output of __config directives, since gpasm now supports them
8169         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8170         pre-processor macro, i.e. -DMCU=p18f452
8171         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8172         and modified to handle 'cast' icode similarly to '=' icode
8173         * src/pic16/device.h (typedef struct PIC_device): added field
8174         'extMIface' to indicate that chip has external memory interface
8175         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8176         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8177         18F8720
8178
8179 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8180
8181         * src/SDCC.y (pointer): fixed bug #846006
8182         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8183         * src/SDCCast.c (decorateType): fixed bug #846009
8184         * src/ds390/peeph.def,
8185         * src/ds390/gen.c (genAnd, genOr),
8186         * src/mcs51/peeph.def,
8187         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8188
8189 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8190
8191         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8192         * src/SDCCdflow.c
8193         * src/SDCCcse.c
8194         * src/SDCCcse.h
8195         * src/SDCCBBlock.h
8196         * src/SDCCBBlock.c
8197
8198 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8199
8200         fixed bug #845089
8201         * src/SDCCbitv.h,
8202         * src/SDCCbitv.c: added function to free a bitvector
8203         * src/SDCClrange.h,
8204         * src/SDCClrange.c: added function to recompute the liveranges
8205         * src/avr/ralloc.c,
8206         * src/ds390/ralloc.c,
8207         * src/hc08/ralloc.c,
8208         * src/mcs51/ralloc.c,
8209         * src/pic/ralloc.c,
8210         * src/pic16/ralloc.c,
8211         * src/xa51/ralloc.c,
8212         * src/z80/ralloc.c: recompute the liveranges after register packing
8213
8214 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8215
8216         * src/SDCCloop.c (newInduction): fixed bug #845630
8217
8218 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8219
8220         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8221         inadvertantly left behind from my 2003-11-12 change
8222
8223 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8224
8225         Updated headers I neglected to commit yesterday.
8226         * src/SDCClrange.h,
8227         * src/SDCCicode.h
8228
8229 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8230
8231         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8232         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8233         * src/SDCCopt.c (eBBlockFromiCode),
8234         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8235         the creation of the key hash table from the sequencing so it can be used
8236         earlier (for some GCSE bug fixes still pending)
8237
8238 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8239
8240         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8241         * support/regression/tests/addsub.c: testing genPlus shortcut
8242
8243 2003-11-15  Borut Razem <borut.razem AT siol.net>
8244
8245         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8246
8247 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8248
8249         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8250         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8251         ordering is immaterial.
8252         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8253
8254 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8255
8256         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8257         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8258         (SIGSEV) of bug #840381
8259         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8260         unlink new file before rename if new and old filenames are the same)
8261
8262 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8263
8264         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8265         uninitialized variables) for the mcs51. Set environment variable
8266         SDCC_GENRAMCLEAR to test.
8267         xdata initialization slightly shorter
8268
8269 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8270
8271         * src/SDCCsymt.h,
8272         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8273         #838241 & 780691 (basicly the same bug)
8274         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8275         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8276
8277 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8278
8279         * src/SDCCmain.c (linkEdit): "fix" #834252
8280
8281 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8282
8283         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8284         * src/SDCCast.h,
8285         * src/SDCC.y: fixed bug #819403
8286
8287 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8288
8289         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8290         the reentrant attribute.
8291         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8292         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8293         simulation
8294         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8295         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8296         erroneously reduced to a literal.
8297         * src/hc08/ralloc.c (packRegisters, rematStr),
8298         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8299         some cases
8300
8301 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8302
8303         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8304         * doc/sdccman.lyx: changed from 'article' to 'book'
8305         * doc/Makefile: readded test_suite_spec and cdbfileformat
8306
8307 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8308
8309         * device/include/stdlib.h: include malloc.h to comply with ANSI
8310         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8311
8312 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8313
8314         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8315         * doc/clean.mk: also remove *.out files
8316         * doc/sdccman.lyx: some additions, larger top/bottom margins
8317
8318 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8319
8320         * src/SDCC.y: fixed bug #837365
8321         * support/regression/tests/bitopcse.c
8322         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8323         a symbol (might be valop instead)
8324         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8325         * device/lib/clean.mk: added hc08 to the cleaning list
8326
8327 2003-11-04  Borut Razem <borut.razem AT siol.net>
8328
8329         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8330           made 2003-11-04
8331         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8332           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8333           malloc is declared in standard stdlib.h
8334
8335 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * device/lib/hc08/Makefile: need to clean .rel not .o files
8338         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8339
8340 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8341
8342         * src/port.h,
8343         * src/hc08/main.c,
8344         * src/mcs51/main.c,
8345         * src/ds390/main.c,
8346         * src/z80/main.c,
8347         * src/avr/main.c,
8348         * src/pic/main.c,
8349         * src/pic16/main.c,
8350         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8351         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8352         tests (which uses the port's oclsExpense function)
8353         * src/SDCC.y,
8354         * src/SDCCast.c,
8355         * src/SDCCicode.c,
8356         * src/hc08/gen.c,
8357         * src/ds390/gen.c,
8358         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8359
8360 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8361
8362         * src/SDCCcse.c (ifxOptimize),
8363         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8364         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8365         deleting the IFX iCode.
8366         * src/hc08/ralloc.c: reduced unneeded slocs
8367         * src/hc08/gen.c: fixed bug in asmopToBoolean
8368
8369 2003-11-04  Borut Razem <borut.razem AT siol.net>
8370
8371         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8372           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8373           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8374           transferred to configure
8375
8376 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8377
8378         Use headers defined in the C[++] standards:
8379         * sim/ucsim/gui.src/serio.src/fileio.cc
8380         * sim/ucsim/gui.src/serio.src/frontend.cc
8381         * sim/ucsim/gui.src/serio.src/main.cc
8382         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8383         * support/Util/NewAlloc.c
8384         * as/hc08/lklibr.c
8385         * as/mcs51/lklibr.c
8386         * as/z80/aslist.c
8387         * as/z80/assym.c
8388
8389 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8390
8391         * Added MSVC projects for hc08 assembler and linker:
8392         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8393         /as/hc08/link_hc08.dsp
8394
8395 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8396
8397         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8398
8399 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8400
8401         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8402
8403 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8404
8405         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8406
8407 2003-10-31  Borut Razem <borut.razem AT siol.net>
8408
8409         * support/cpp2/cpplib.h,
8410           support/cpp2/cpplib.c,
8411           support/cpp2/cpplex.c,
8412           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8413           to switch _asm block preprocessing on / off. Default is
8414           #pragma preproc_asm +
8415
8416 2003-10-31  Borut Razem <borut.razem AT siol.net>
8417
8418         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8419           when outputting comment blocks (when executed with -C option) and
8420           _asm (SDCPP specific) blocks
8421
8422 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8423
8424         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8425
8426 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8427
8428         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8429
8430 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8431
8432         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8433         * src/SDCCast.c (decorateType): fixed bug #832664
8434
8435 2003-10-31  Borut Razem <borut.razem AT siol.net>
8436
8437         * support\cpp2\cpplex.c: fixed for SDCPP:
8438           comments(when executed with -C option) and _asm blocks
8439           were included even if they where in skipped #if block.
8440           Applied solution from GCC cpp 3.3.2
8441
8442 2003-10-31  Borut Razem <borut.razem AT siol.net>
8443
8444         * src/SDCC.lex: sdcc now understands both formats:
8445           '# <line_number> <file_name>' and
8446           '#line <line_number> <file_name>'
8447         * support/cpp2/cppmain.c: sdcpp now generates the standard
8448           '# <line_number> <file_name>' instead of former
8449           '#line <line_number> <file_name>'
8450
8451 2003-10-30  Borut Razem <borut.razem AT siol.net>
8452
8453         * support/cpp2/cpphash.h,
8454         * support/cpp2/cpplib.h
8455         * support/cpp2/cpplex.c,
8456         * support/cpp2/cppmain.c,
8457         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8458
8459 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8460
8461         Fixed a number of problems revealed by bug #827883.
8462         * src/SDCCloop.c (loopInvariants): Spill location of the
8463         result operand should be recomputed if extracted from
8464         a loop. Also, don't extract assignments of an iTemp
8465         from a literal.
8466         * src/SDCCast.c (isConformingBody): loop reversal should
8467         not occur if the control variable is involved with a
8468         relational operator.
8469
8470 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8471
8472         * .version: bumped to 2.3.6 to reflect the big improvements
8473         made by Erik and Klaus. Thanks!
8474
8475 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8476
8477         Replaced the livrange code.
8478         * src/SDCClrange.c: added new LR code
8479         * src/SDCCloop.c,
8480         * src/SDCCBBlock.h: removed remainig parts from old LR code
8481         * src/ds390/ralloc.c,
8482         * src/ds390/gen.c: minor fixes to make it work with new code
8483
8484 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8485
8486         * as/hc08/asm.h,
8487         * as/hc08/lkrloc.c,
8488         * src/hc08/gen.c,
8489         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8490         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8491         (tweaked fix for bug #818696)
8492
8493 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8494
8495         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8496
8497 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8498
8499         * src/SDCCmain.c,
8500         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8501         * src/mcs51/gen.c (gencjneshort),
8502         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8503         more efficient (per Scott Bronson's suggestion)
8504
8505 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8506
8507         Extended the semantics of the critical keyword to include
8508         individual statements. See RFE #827755 and #799831
8509         * src/SDCC.y
8510         * src/SDCCicode.c
8511         * src/SDCCopt.c
8512         * src/SDCCast.c
8513         * support/Util/SDCCerr.c
8514         * support/Util/SDCCerr.h
8515         * src/mcs51/gen.c
8516         * src/ds390/gen.c
8517         * src/hc08/gen.c
8518
8519 2003-10-19  Borut Razem <borut.razem AT siol.net>
8520
8521         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8522
8523 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8524
8525         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8526         Fixed bug #818696
8527         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8528         and predecrement operand is displayed
8529
8530 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8531
8532         * src/SDCCval.c (valMinus): fixed bug #826041
8533
8534 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8535
8536         Some hc08 related updates that I missed earlier
8537         * sim/ucsim/stypes.h
8538         * support/regression/ports/hc08/spec.mk
8539
8540 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8541
8542         New target "hc08" for the Motorola 68hc08 family of micros
8543
8544         * configure
8545         * configure.in
8546         * Makefile
8547         * src/hc08/*
8548         * src/SDCCmain.c
8549         * src/port.h
8550         * sim/ucsim/hc08.src/*
8551         * sim/ucsim/configure.in
8552         * src/ucsim/configure
8553         * sim/ucsim/packages_in.mk
8554         * as/hc08/*
8555         * as/Makefile
8556         * device/include/mc68hc908qy.h
8557         * device/lib/hc08/*
8558         * device/lib/Makefile.in
8559         * support/regression/ports/hc08/*
8560         * support/regression/Makefile
8561
8562 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8563
8564         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8565         regression test
8566         * src/ds390/gen.c (genCast): fixed bug #821957
8567
8568 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8569
8570         * device/lib/logf.c: "fixed" overlay bug
8571         * support/regression/ports/host/spec.mk: added m library
8572         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8573         * support/regression/tests/float_trans: added (for Eric)
8574
8575 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8576
8577         * src/mcs51/gen.c (genCpl): fixed bug
8578         http://sf.net/mailarchive/message.php?msg_id=6263915
8579
8580 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * src/SDCCast.c (decorateType): added extended constant folding
8583         * src/SDCCsymt.c (computeType): cleanup
8584         * src/SDCCval.c (valShift): minor optimization
8585         * support/regression/tests/ast_constant_folding.c: added
8586
8587 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8588
8589         * src/SDCCmain.c: removed some unintended changes
8590
8591 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8592
8593         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8594         * src/z80/gen.c: fixed part of bug #817589
8595         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8596
8597 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8600         * src/SDCCcflow.c
8601         * src/SDCCcse.c
8602         * src/SDCCdflow.c
8603         * src/SDCClabel.c
8604         * src/SDCClrange.c
8605         * src/SDCCmem.c
8606         * src/SDCCopt.c
8607         * src/SDCCpeeph.c
8608         * src/SDCCset.c
8609         * src/avr/ralloc.c
8610         * src/ds390/ralloc.c
8611         * src/izt/ralloc.c
8612         * src/mcs51/ralloc.c
8613         * src/pic/ralloc.c
8614         * src/pic16/ralloc.c
8615         * src/xa51/ralloc.c
8616         * src/z80/ralloc.c
8617         * src/z80/gen.c: removed unused label "release:"
8618
8619 2003-10-06  Borut Razem <borut.razem AT siol.net>
8620
8621         * src/SDCC.lex: removed definition of unused variables
8622           save_optimize and save_options
8623
8624 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8625
8626         * clean.mk: removed '=' in "-maxdepth=1"
8627         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8628         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8629
8630 2003-10-06  Borut Razem <borut.razem AT siol.net>
8631
8632         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8633           my_unput() replaced by unput()
8634
8635 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8636
8637         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8638         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8639         type-punned pointer will break strict-aliasing rules"
8640         Old LR behaviour is again default; Klaus' LR can be choosen by
8641         defining the environment variable LRKLAUS
8642         * src/SDCCBBlock.h
8643         * src/SDCCloop.c
8644         * src/SDCClrange.c
8645         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8646         * clean.mk: fixed removal of files in bin/CVS/
8647         * device/lib/clean.mk: fixed removal of directories small and large
8648         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8649         * src/SDCCicode.c,
8650         * src/SDCCval.c: removed superflous test for pedantic
8651
8652 2003-10-05  Borut Razem <borut.razem AT siol.net>
8653
8654         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8655           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8656           message "unmatched #pragma SAVE and #pragma RESTORE"
8657
8658 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8659
8660         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8661           assembly, critical functions, atomic, nojtbound)
8662
8663 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8664
8665         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8666         * src/SDCCBBlock.h
8667         * src/SDCCloop.c
8668         * src/SDCCloop.h
8669         * src/SDCClrange.c
8670
8671 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8672
8673         * src/z80/gen.h,
8674         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8675         * src/mcs51/gen.h
8676         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8677         * src/ds390/gen.h
8678         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8679         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8680         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8681
8682 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8683
8684         * src/z80/gen.c (genRet): fixed bug #524753
8685         * src/z80/gen.c (genCast): fixed internal error on cast from
8686         pointer to long
8687         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8688         fix for bug #477835 to the z80
8689         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8690         for tracking iCodes in the peephole optimizer for z80
8691
8692 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8693
8694         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8695         the other part of bug #814548
8696         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8697
8698 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * src/SDCCcse.c: fixed part of bug #814548
8701
8702 2003-09-28  Borut Razem <borut.razem AT siol.net>
8703
8704         * src/asm.c: rewrite of printILine() to use temporary file instead
8705           a pipe
8706         * src/xa51/main.c: commented out declaration of int rewinds
8707
8708 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8709
8710         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8711
8712 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8713
8714         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8715         * src/asm.c (printILine): Fixed bug #811015
8716
8717 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8718
8719         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8720         freeing.
8721
8722 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8723
8724         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8725         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8726         to correctly handle general case of AOP_PAIRPTR
8727         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8728
8729 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8730
8731         * src/mcs51/ralloc.c (fillGaps),
8732         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8733         register positioning bug)
8734
8735 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8738
8739 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8740
8741         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8742         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8743         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8744         (ralloc doesn't intentionally do this now, but perhaps later)
8745         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8746         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8747         register positioning bugs (Fixed bug #762602 and #795325)
8748         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8749         (Fixed bug #808779)
8750         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8751         lines that --i-code-in-asm generates
8752
8753 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8754
8755         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8756         trying to fclose a FILE* that was already closed.
8757
8758 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8759
8760         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8761         of const struct should be treated as if const themselves)
8762
8763 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8764
8765         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8766
8767 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8768
8769         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8770         Unix (/n) and DOS (/r/n) line terminations.
8771
8772 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8773
8774         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8775         bug #613775
8776
8777 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8778
8779         * src/mcs51/gen.c (genFunction, genEndFunction),
8780         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8781         and restore of EA so that stack offsets to parameters are
8782         correct when using both critical and reentrant/stack-auto.
8783         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8784         size (can be triggered in error if sloc is shared between
8785         different sized objects)
8786         * device/include/float.h: fixed macros to explicitly use
8787         unsigned long where needed
8788
8789 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8790
8791         Feature req. 799831: added code to allow nesting of critical functions
8792         * src/mcs51/gen.c (genFunction, genEndFunction)
8793         * src/ds390/gen.c (genFunction, genEndFunction)
8794
8795 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8796
8797         * src/SDCCsymt.c (sclsFromPtr),
8798         * src/SDCCsymt.h,
8799         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8800         support for standard C idiom of memory mapped variables; for
8801         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8802         to xdata int at 0x1234 tempvar = 1.
8803         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8804         provided by Akiya ISHIDA
8805
8806 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8807
8808         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8809         * src/SDCCval.c (constVal): added reduction from int to char
8810         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8811         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8812         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8813         to ignore the sign
8814         * support/regression/tests/shifts.c: fixed
8815
8816 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8817
8818         * src/z80/gen.c (genXor): Fixed bug #805445
8819
8820 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8821
8822         Fixed bug #621531 (const & volatile confusion in the type chain).
8823         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8824         refer to the const or volatile state of the pointer itself.
8825
8826         * src/SDCCast.c
8827         * src/SDCCglue.c
8828         * src/SDCCicode.c
8829         * src/SDCCsymt.c
8830         * src/SDCCval.c
8831         * src/SDCC.y
8832         * src/SDCCsymt.h
8833         * src/pic/gen.c
8834         * src/pic/ralloc.c
8835         * src/pic16/gen.c
8836         * src/pic16/ralloc.c
8837         * support/regression/tests/const.c
8838
8839 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8840
8841         When checking for duplicated modules, use absolute paths
8842         instead of relative paths.  Files changed:
8843
8844         * as/mcs51/lklib.c
8845         * link/z80/lklib.c
8846
8847 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8848
8849         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8850
8851 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8852
8853         * device/include/string.h: added size_t typedef, changed
8854         prototypes to use size_t, eliminated separate reentrant and
8855         non-reentrant declarations, added _memmove declaration
8856         * device/lib/_memcpy.c: changed to use size_t instead of int,
8857         changed /4 to >>2 to avoid division library call
8858         * device/lib/_memcmp.c,
8859         * device/lib/_memset.c,
8860         * device/lib/_strncat.c,
8861         * device/lib/_strncpy.c,
8862         * device/lib/_strncmp.c: changed to use size_t instead of int
8863         * device/lib/_memmove.c: new file (fixed bug #772294)
8864         * device/lib/Makefile.in: added _memmove.c
8865         * device/lib/z80/asm_strings.s: fixed bug #772290
8866         * support/regression/tests/bitfields.c: attempt to fix host assertion
8867         failure on amd64-unknown-linux2.2
8868
8869 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8870
8871         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8872         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8873         * as/z80/asmain.c (main): fixed bug #801766
8874
8875 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8876
8877         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8878         compilers
8879
8880 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8881
8882         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8883         reported in bug #800609
8884
8885 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8886
8887         * Top header beautifications in src/pic16 directory:
8888           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8889           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8890           pcoderegs.h, ralloc.c, ralloc.h
8891         * main.c: added top header and GPL license notice
8892         * pcode.c: fixed the if-conditional warning
8893
8894 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8895
8896         * device/lib/_mullong.c: replaced int by short for gcc
8897
8898 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8899
8900         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8901         and JUMPTABLE iCodes properly now (worked by accident before)
8902         * src/mcs51/gen.c (leftRightUseAcc),
8903         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8904         iCode properly now. Use getSize instead of nRegs since a & b
8905         aren't part of the nRegs tally.
8906
8907 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8908
8909         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8910         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8911           before instructions that use the _STATUS register
8912
8913 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8914
8915         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8916         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8917         fetching of the pointer
8918         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8919         copied from genNearPointerSet()
8920         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8921         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8922         If they pop r0/r1 they must be called in the opposite order than aopOp().
8923         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8924         (resp. --stack-auto), prepared for --xstack
8925
8926 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8927
8928         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8929
8930 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8933         these ports have their own __sdcc_external_start()
8934
8935 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8936
8937         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8938         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8939         type for bits was changed. It resulted in bit variables becoming
8940         global, which is not permitted in PIC 14 assembly output.
8941
8942 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8943
8944         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8945
8946 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8947
8948         Z80 and MCS51 linkers complaint if a public symbol is defined
8949         in more than one library module:
8950
8951         * as/mcs51/lklib.c
8952         * link/z80/lklib.c
8953         * as/mcs51/Makefile.in
8954
8955 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8956
8957         A few small changes that speed up the peephole optimizer.
8958
8959         * src/SDCCpeeph.c
8960
8961 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8962
8963         Try to make the peephole optimizer smarter by maintaining
8964         an association between the assembly source code and the
8965         iCodes that originated them. Put this information to use
8966         with a new peephole rule condition "notVolatile" so that
8967         the rules can be aggressive yet still safe.
8968
8969         * src/SDCCpeeph.c
8970         * src/SDCCpeeph.h
8971         * src/mcs51/gen.c
8972         * src/mcs51/peeph.def
8973
8974 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8975
8976         Fixed bug #741761
8977
8978         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8979         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8980         if the left or right operand symbols have the accuse flag set.
8981
8982 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8983
8984         Changed the type of the result of the ! (NOT) operator to char;
8985         previously it returned the same type as the source. This allows
8986         us to eliminate all the genFloatNot functions (all of its target
8987         implementations were very buggy) since !float can use the same
8988         code as !long now.
8989
8990         * src/SDCCicode.c (ast2iCode): ! returns char
8991         * src/mcs51/gen.c (genNot, genNotFloat),
8992         * src/ds390/gen.c (genNot, genNotFloat),
8993         * src/z80/gen.c (genNot, genNotFloat),
8994         * src/pic/gen.c (genNot, genNotFloat),
8995         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8996
8997 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8998
8999         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9000         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9001            during interrupts. Ensure WSAVE is located at a shared bank address.
9002         2. Fixed page selection in some places
9003         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9004            the registers name strings.
9005         4. Fixed "signed / unsigned compare" compiler warnings.
9006         5. The PIC port manages its own allocation of the general purpose
9007            registers, but makes no attempt to reuse them. As a result when
9008            compiling it soon runs out of general purpose registers. Some
9009            additional code was added to the files pcode.c and device.c to walk
9010            through the function call tree and rename the registers so that they
9011            get reused.
9012
9013         * src/pic/device.c
9014         * src/pic/gen.c
9015         * src/pic/glue.c
9016         * src/pic/pcode.c
9017         * src/pic/pcode.h
9018         * src/pic/ralloc.c
9019         * src/pic/ralloc.h
9020         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9021         genPlus() & genMinus() when the result is the same as left or right
9022
9023 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9024
9025         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9026
9027 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9028
9029         Made bitfield a distinct type from bit so that bitfields
9030         convert as per ANSI C and bits retain their traditional
9031         boolean style behaviour. Implemented bitfield support in
9032         the z80 port.
9033
9034         * src/SDCCsymt.h,
9035         * src/SDCCsymt.c,
9036         * src/SDCCast.c,
9037         * src/cdbFile.c,
9038         * src/mcs51/gen.c,
9039         * src/ds390/gen.c: bit v bitfield split
9040         * src/z80/gen.c: New support for bitfields
9041         * support/regression/tests/bitfields.c: reenabled z80,
9042         added more tests
9043
9044 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9045
9046         Rules 246.x, 247.x relate to bitfields, the others speed up
9047         access to xdata mapped I/O devices.
9048
9049         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9050
9051 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9052
9053         Cleaned up genPackBits and genUnpackBits and added two helper
9054         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9055         for literal assignments in genPackBits (thanks to Frieder for
9056         reminding me).
9057
9058         * src/mcs51/gen.c
9059         * src/ds390/gen.c
9060
9061 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9062
9063         Fixed bug #748310 (pointer to function type mishandled when the
9064         function name is omitted). Also fixed a SIGSEGV when a function
9065         attribute (reentrant, etc) is used on a non-function or on a
9066         function but misplaced before the parameter list.
9067
9068         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9069         bug #748310
9070         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9071         * support/Util/SDCCerr.h,
9072         * support/Util/SDCCerr.c: Added func attr misuse error msg
9073
9074 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9075
9076         Fixed bug #787649 by anonymous
9077         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9078         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9079
9080 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9081
9082         Fixed numerous bitfield problems.
9083
9084         * src/SDCC.y: More bitfield related error checking
9085         * src/SDCCsymt.h,
9086         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9087         * support/Util/SDCCerr.h,
9088         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9089         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9090         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9091         * support/regression/tests/bitfields.c: tests added
9092
9093 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9094
9095         Made the constant following the "interrupt" keyword optional. If
9096         omitted, the function will not automatically be given an entry
9097         in the interrupt vector table (similar to #pragma NOIV, but
9098         less syntacticly kludgy). The interrupt number is also now
9099         range checked. Also fixed a bug in the high order bit example
9100         in the manual.
9101
9102         * src/SDCC.y
9103         * src/SDCCmem.c
9104         * src/SDCCglue.c
9105         * src/SDCCsymt.h
9106         * support/Util/SDCCerr.c
9107         * support/Util/SDCCerr.h
9108         * doc/sdccman.lyx
9109
9110 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9111
9112         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9113         * src/SDCCicode.c (operandOperation): rewritten some ops
9114         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9115         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9116         other type
9117         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9118         be re-activated by defining REDUCE_LITERALS)
9119         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9120         unsigned, but are signed by default
9121         * src/SDCCval.c (constVal): rearranged
9122         * src/SDCCval.c (valMod): preliminary fix
9123         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9124         * support/regression/literalop.c: added, work in progress
9125
9126 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9127
9128         Generate warnings for useless declarations like "char data;"
9129         that don't do what new users expect.
9130
9131         * src/SDCC.y
9132         * support/Util/SDCCerr.h
9133         * support/Util/SDCCerr.c
9134
9135 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9136
9137         * src/SDCCval.c (valMult): fix overflow detection of negative int
9138
9139 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9140
9141         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9142
9143         Changes to support big endian targets:
9144
9145         * src/ports.h
9146         * src/SDCCglue.c
9147         * src/avr/main.c
9148         * src/ds390/main.c
9149         * src/izt/i186.c
9150         * src/mcs51/main.c
9151         * src/pic/main.c
9152         * src/pic16/main.c
9153         * src/xa51/main.c
9154         * src/z80/main.c
9155
9156 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9157
9158         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9159         * device/lib/time.c: fixed warning "integer overflow in expression"
9160
9161 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9162
9163         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9164         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9165         constants are unsigned; added recognition of "u" flag for unsigned
9166         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9167         * src/SDCCval.c (valDiv, valMod): fixed signdness
9168         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9169         signedness of modulo, left and right shift
9170         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9171         * support/Util/SDCCerr.h: added warning W_INT_OVL
9172         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9173         * src/SDCCast.c (ast_print): improved output of constants
9174
9175 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9176
9177         Fixed some warnings when building with MSVC:
9178
9179         * as\mcs51\asdata.c
9180         * as\z80\asdata.c
9181         * as\mcs51\asm.h
9182         * as\z80\asm.h
9183         * link\z80\aslink.h
9184         * link\z80\lkdata.c
9185         * link\z80\lkeval.c
9186         * link\z80\lkgb.c
9187         * link\z80\lkihx.c
9188         * link\z80\lks19.c
9189         * link\z80\lksym.c
9190         * support\cpp2\cpplib.c
9191         * src\ds390\gen.c
9192         * src\mcs51\gen.c
9193
9194 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9195
9196         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9197
9198 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9199
9200         * support\librarian\clean.mk: Do not remove Makefile.
9201         * support\librarian\Makefile: added.
9202
9203 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9204
9205         Added librarian to MSVC build:
9206         * all.dsp
9207         * sdcc.dsw
9208         * support\librarian\librarian.dsp
9209
9210         'configure' not needed for librarian, removed:
9211         * support\librarian\configure
9212         * support\librarian\configure.in
9213         * support\librarian\config_in.h
9214         * support\librarian\Makefile.in
9215
9216         Hopefully these ones built the librarian and the rest of sdcc properly:
9217         * Makefile
9218         * Makefile.common.in
9219
9220         Messed up 'configure', so revert to previous version:
9221         * configure
9222         * configure.in
9223
9224 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9225
9226         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9227         there, while the mantissa of a double is "only" 53 bits wide.
9228
9229 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9230
9231         Adding sdcclib to the build.  MSVC project coming soon.
9232         Files added/changed:
9233
9234         * support\librarian\clean.mk
9235         * support\librarian\configure
9236         * support\librarian\configure.in
9237         * support\librarian\config_in.h
9238         * support\librarian\Makefile.bcc
9239         * support\librarian\Makefile.in
9240         * support\librarian\sdcclib.c
9241         * Makefile.bcc
9242         * Makefile
9243         * Makefile.common.in
9244         * configure
9245         * configure.in
9246
9247 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9248
9249         Linker now complaints if linked modules have conflicting options, for
9250         example, one compiled using --model-large and another one compiled with
9251         --model-small.  The following files were modified:
9252
9253         * as\mcs51\asdata.c
9254         * as\mcs51\aslink.h
9255         * as\mcs51\asm.h
9256         * as\mcs51\asmain.c
9257         * as\mcs51\asout.c
9258         * as\mcs51\i51pst.c
9259         * as\mcs51\lkdata.c
9260         * as\mcs51\lklibr.c
9261         * as\mcs51\lkmain.c
9262         * as\z80\asdata.c
9263         * as\z80\asm.h
9264         * as\z80\asmain.c
9265         * as\z80\asout.c
9266         * as\z80\z80pst.c
9267         * link\z80\aslink.h
9268         * link\z80\lkdata.c
9269         * link\z80\lklibr.c
9270         * link\z80\lkmain.c
9271         * src\SDCCglue.c
9272
9273 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9274
9275         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9276         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9277
9278 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9279
9280         * src/z80/mappings.i: fix _mul[us][int,long] entries
9281
9282 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9283
9284         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9285
9286 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9287
9288         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9289         * support/regression/tests/bitopcse.c: added
9290         fixed warning:
9291         * src/avr/gen.c:
9292         * src/pic/gen.c:
9293         * src/pic16/gen.c:
9294         * src/z80/gen.c:
9295         * src/xa51/gen.c:
9296
9297 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9298
9299         added support for new library format to z80, gbz80 linkers:
9300         *link/z80/aslink.h
9301         *link/z80/lklex.c
9302         *link/z80/lklib.c
9303         *link/z80/lklist.c
9304
9305 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9306
9307         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9308         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9309
9310 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9311
9312         added DUMMY_READ_VOLATILE:
9313         * src/SDCC.y:
9314         * src/avr/gen.c:
9315         * src/xa51/gen.c:
9316         * src/z80/gen.c:
9317         * src/pic/gen.c:
9318         * src/pic16/gen.c:
9319         * src/mcs51/gen.c:
9320         * src/ds390/gen.c:
9321         * src/SDCCcse.c (algebraicOpts): many improvements
9322         * src/SDCCcse.h: removed algebraicOpts()
9323         * src/SDCCicode.c (picDummyRead): added
9324
9325 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9326
9327         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9328         "Insufficient space in data memory".
9329
9330 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9331
9332         * src/mcs51/gen.c: fixed bug #771358
9333         * src/z80/gen.c: fixed bug #759087
9334
9335 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9336
9337         * src/pic16/glue.c: minor cleanup by Vangelis
9338
9339 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9340
9341         * device/include/regc515c.h: fixed #758477
9342         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9343         * device/lib/_gptrput.c: saved a few bytes
9344         * my tab spacing is 8, yours too?)
9345         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9346         * device/lib/serial.c: process RX bytes earlier than TX bytes
9347         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9348
9349 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9350
9351         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9352
9353 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9354
9355     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9356
9357 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9358
9359         * device/lib/Makefile.in: bad fix, reverted to 1.43
9360
9361 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9362
9363         * device/lib/Makefile.in: added missing z80 object files
9364
9365 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9366
9367         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9368         pic16 progress by Vangelis:
9369         * src/SDCCglobl.h:
9370         * src/SDCCmain.c:
9371         * src/pic/Makefile:
9372         * src/pic:
9373         * pic/Makefile:
9374         * pic16/device.c:
9375         * pic16/device.h:
9376         * pic16/gen.c:
9377         * pic16/gen.h:
9378         * pic16/genarith.c:
9379         * pic16/glue.c:
9380         * pic16/main.c:
9381         * pic16/pcode.c:
9382         * pic16/pcode.h:
9383         * pic16/pcodepeep.c:
9384         * pic16/peeph.def:
9385
9386 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9387
9388     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9389
9390 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9391
9392     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9393     added gbz80 build to MSVC project.
9394     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9395     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9396     from 8051 stuff and setup so it links using a .lnk file.
9397
9398 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9399
9400     * support/librarian/sdcclib.c: sdcc librarian.
9401     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9402     with sdcclib.
9403
9404 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9405
9406     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9407
9408 2003-07-02  Borut Razem <borut.razem AT siol.net>
9409
9410         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9411         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9412         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9413         src/xa51/main.c, src/z80/main.c:
9414         virtualization of glue() function: each port has it's own glue function,
9415         which is accessed by do_glue function pointer in PORT.general structure
9416
9417 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9418
9419         * DS800C400 fun, improved ROM interface and tinibios.
9420
9421 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9422
9423         * More support for DS80C400. Now includes beginning of interface to ROM.
9424
9425 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9426
9427         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9428
9429 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9430
9431         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9432
9433 2003-06-19  Borut Razem <borut.razem AT siol.net>
9434
9435         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9436
9437 2003-06-19  Borut Razem <borut.razem AT siol.net>
9438
9439         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9440         fixed Z80 port - crt0.o: cannot open.
9441
9442 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9443
9444         * support/Util/MySystem.c (merge_command): revert bad fix
9445
9446 2003-06-18  Borut Razem <borut.razem AT siol.net>
9447
9448         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9449
9450 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9451
9452         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9453         option --use-stdout sends errors to stdout instead of stderr.
9454
9455 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9458
9459 2003-06-15  Borut Razem <borut.razem AT siol.net>
9460
9461         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9462         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9463         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9464         fixed width array of pointers replaced with sets;
9465         multiple include and lib paths ared transferred to preprocessor and linker
9466         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9467         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9468         fixed width array of pointers
9469         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9470         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9471         fixupPath(), getPathDifference()
9472         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9473         fixed width array of pointers
9474
9475 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9476
9477         * src/pic16/ralloc.c: fix warnings
9478         * src/pic16/pcode.c: fix warning
9479
9480 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9481
9482          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9483         know all the details, but essentially this set of changes enable
9484         the pic16 port to generate movff instructions and generate assembler
9485         directives,
9486         * src/SDCCmain.c:
9487         * src/pic16/gen.c:
9488         * src/pic16/glue.c:
9489         * src/pic16/pcode.c:
9490         * src/pic16/device.c:
9491         * src/pic16/main.c:
9492         * src/pic16/pcode.h:
9493         * src/pic16/pcoderegs.c:
9494         * src/pic16/ralloc.c:
9495         * src/pic16/ralloc.h:
9496
9497 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9498
9499         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9500         added option --vc, so sdcc errors and warnings are compatible with
9501         Microsoft Visual Studio.
9502
9503 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9504
9505         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9506           device/lib/libfloat.lib: added atof function.
9507
9508 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * doc/sdccman.lyx: updated to Lyx 1.3
9511         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9512         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9513         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9514
9515 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9516
9517         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9518
9519 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9520
9521         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9522           additions to the "related tools/documentation" section
9523
9524 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9525
9526         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9527
9528 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9529
9530         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9531         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9532
9533 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9534
9535         * doc/sdccman.lyx: fix double dash and other minor things
9536         * doc/Makefile: fix double dash
9537
9538 2003-05-28  Karl Bongers(patches from Martin Helmling)
9539         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9540           condition and ignore commands.
9541
9542 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9543
9544         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9545           is in parts still quite out of date, I did changes as far as I felt makes sense
9546           for a non-native english speaker.
9547           Please feel free to add to the manual or to correct my changes.
9548         * doc/Makefile: undid touching the date of intermediate tex files.
9549
9550 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9551
9552         * doc/sdccman.lyx: Manual has an index now
9553
9554 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9555
9556         Finalize muluint/mulsint and mululong/mulslong merging:
9557         * device/lib/_mulint.c
9558         * device/lib/_mullong.c
9559         * device/lib/gbz80/mul.s
9560         * device/lib/gbz80/stubs.s
9561         * device/lib/z80/mul.s
9562         * device/lib/z80/stubs.s
9563         * src/SDCCsymt.c (initCSupport)
9564
9565 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9566
9567         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9568         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9569           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9570           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9571           instead of /Zm500.
9572
9573 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9574
9575         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9576           the regression tests I'm not brave enough to enable 245.b, 245.c
9577         * doc/sdccman.lyx: added latex preamble for hyperref package.
9578           Using pdflatex this will give you a hyperlinked pdf file with
9579           bookmarks. (prepend '%' before /usepackage if this breaks something)
9580
9581 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9582
9583          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9584
9585 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9586
9587         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9588
9589 2003-05-21    <johan AT balder>
9590
9591         * src/SDCCglue.c (printIval): fixed bug #739934
9592
9593 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         Applied patch from bug 737905 (renamed yylineo to mylineno):
9596         * src/altlex.c
9597         * src/SDCCast.c
9598         * src/SDCglobl.h
9599         * src/SDCC.lex
9600         * src/SDCCsymt.c
9601         * src/SDCCval.c
9602         * src/pic16/pcode.c: Cleaned warnings
9603         * src/pic16/pcodeflow.c: Cleaned warnings
9604         * src/pic16/pcoderegs.c: Cleaned warnings
9605
9606 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9607
9608         * src/pic16/pcode.c: Cleaned warnings
9609         * src/pic16/pcodepeep.c: Cleaned warnings
9610         * src/pic16/ralloc.c: Cleaned warnings
9611
9612 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9613
9614         * doc/sdccman.lyx: fixed bug 739745
9615         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9616
9617 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9618
9619         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9620         it can be defined with CFLAGS when running configure
9621         * src/SDCCmain.c: fixed compiling + linking with object files
9622
9623 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9624
9625         * configure.in: configure for pic16 port,
9626             added --disable-pic16-port
9627         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9628         * src/SDCCmain.c: linkOptions is changed to set *,
9629             added if/endif conditional macros to remove options help
9630             messages from optionsTable when a port is not configured, added
9631             support for the PIc16 port in the ports table, when executing
9632             the compiler with no port specified on command line, a default
9633             port is selected with the new macro DEFAULT_PORT which is
9634             defined in port.h, in setDefaultOptions() linkOptions is removed
9635             from initialization assignment, since now it is a set,
9636             parseCmdLine uses setParseWithComma for linkOptions, in
9637             linkEdit() linkOptions are accessed with new function indexSet()
9638             which returns the i'th item of a set variable. See SDCCset.c, in
9639             linkEdit() when calling buildCmdLine(), added linkOptions as
9640             last argument. Now users can pass arguments to gplink via the
9641             -Wl option, main() uses pic16glue() to glue up pic16 programs
9642         * src/SDCCpeeph.c: various changes to support pic16
9643         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9644             return the i'th item of the set
9645         * src/SDCCset.h: added function prototype for indexSet()
9646         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9647         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9648         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9649             added macro DEFAULT_PORT
9650         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9651         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9652             generated
9653         * src/pic16/glue.c: commented out some error producing lines
9654         * src/pic16/main.c: __config directives are commented out to stop
9655             gpasm complaining and test the linkage with gplink, _linkCmd and
9656             _asmCmd changed to be more gplink and gpasm friendly
9657         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9658             produced an error when parsed, peep rule 12 is added to utilize
9659             movff, but it is commented out since the pCode does not support
9660             yet a command with 2 address arguments
9661
9662 2003-05-18    <johan AT balder>
9663
9664         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9665         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9666 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9667
9668         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9669   Added feature to script commands from file.
9670
9671 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9672
9673         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9674         * src/SDCCutil.c: include ctype.h for win32
9675
9676 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9677
9678         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9679
9680 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9681
9682         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9683   Fixed so you can set breakpoints prior to run, run does not stop
9684   on entry now.  Add tbreak.  Other enhancements and fixes for use
9685   with ddd.
9686
9687 2003-05-12  Borut Razem <borut.razem AT siol.net>
9688
9689         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9690
9691 2003-05-11  Borut Razem <borut.razem AT siol.net>
9692
9693         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9694         the path of bin directory, so that PATH is the only env. variable, which has to be set
9695         in case of standard installation.
9696         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9697         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9698         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9699
9700 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9701
9702         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9703         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9704         temp files are in the port dir; clean the gen/test directory when
9705         generating new test.c
9706         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9707         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9708         * support/regression/tests/zeropad.c: added
9709
9710 2003-05-09    <johan AT balder>
9711
9712         * src/SDCCglue.c: fixed bug #597940
9713
9714 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9715
9716         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9717   cache sfr, optimize next,step, fix off by one sourceline,
9718   support ddd list function.
9719         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9720
9721 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9722
9723         * support/regression/HTMLgen.py: added compare_s2f()
9724         * support/regression/Makefile: redo 1.27
9725         * support/regression/generate-cases.py: redo 1.5
9726
9727 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9728
9729         * support/regression/tests/float.c: workaround 33 bit hex constant
9730         * support/regression/tests/simplefloat.c: fix division for host
9731
9732 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9733
9734         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9735         that tame's the PIC's over-aggressive optimizer.
9736
9737 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9738
9739          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9740          support for MSVC.
9741
9742 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9743
9744         Initial support for DS80C400. "Hello world" runs on TINIm400
9745         (with polled I/O).
9746
9747 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9748
9749          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9750          * Some notes on ddd usage added in debugger/README
9751          Martin Helmling adding more features and fixes for ddd GUI debugger.
9752          Code added for nexti, stepi, up, down, and other adjustments.
9753
9754 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9755
9756         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9757         * src/pic/peeph.def Added two rules to optimize carry manipulation
9758         * src/pic/* removed debug printfs
9759
9760 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9761
9762         * debugger/mcs51/cmd.c: added header newalloc.h
9763
9764 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9765
9766         * as/Makefile: new EXEEXT
9767         * as/z80/Makefile: remove trailing slash of BUILDIR
9768         * as/z80/clean.mk: new EXEEXT
9769         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9770         * support/cpp2/Makefile.in: new EXEEXT
9771         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9772
9773 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9774
9775         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9776         EXEEXT was introduced to fix all related problems with targets
9777         "clean", "install" and "uninstall"; a couple of further flaws
9778         especially with "clean" have been fixed too
9779         * as/mcs51/Makefile.in
9780         * as/mcs51/clean.mk
9781         * as/z80/Makefile
9782         * Makefile
9783         * clean.mk
9784         * debugger/mcs51/Makefile.in
9785         * debugger/mcs51/clean.mk
9786         * link/z80/Makefile
9787         * link/z80/Makefile.in
9788         * link/z80/clean.mk
9789         * link/Makefile
9790         * packihx/Makefile.in
9791         * packihx/clean.mk
9792         * sim/ucsim/Makefile
9793         * sim/ucsim/clean.mk
9794         * sim/ucsim/avr.src/Makefile.in
9795         * sim/ucsim/avr.src/clean.mk
9796         * sim/ucsim/s51.src/Makefile.in
9797         * sim/ucsim/s51.src/clean.mk
9798         * sim/ucsim/xa.src/Makefile.in
9799         * sim/ucsim/xa.src/clean.mk
9800         * sim/ucsim/z80.src/Makefile.in
9801         * sim/ucsim/z80.src/clean.mk
9802         * sim/ucsim/main_in.mk
9803         * sim/ucsim/packages_in.mk
9804         * sim/ucsim/gui.src/Makefile.in
9805         * sim/ucsim/gui.src/serio.src/Makefile.in
9806         * sim/ucsim/gui.src/serio.src/clean.mk
9807         * src/Makefile.in
9808         * src/clean.mk
9809         * support/cpp2/Makefile.in
9810         * support/cpp2/clean.mk
9811         * support/makebin/Makefile
9812         * support/makebin/clean.mk
9813         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9814         * doc/sdccman.lyx: --program-suffix no longer needed
9815
9816 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9817
9818          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9819          Martin Helmling added support for ddd GUI debugger.
9820          Code added to display assembly, set variables, and other commands
9821          to interface to ddd.
9822
9823 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9824
9825         * as/Makefile: fix target clean
9826         * as/clean.mk: fix target clean
9827         * as/z80/clean.mk: fix target clean
9828
9829 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9830
9831         * Makefile.common.in: added  AT EXEEXT AT
9832         * configure.in: removed all mingw32 stuff
9833         * configure: rebuilt from configure.in
9834         * doc/sdccman.lyx: updated section "installation"
9835         * support/scripts/sdcc_mingw32: adapted to configure
9836         * support/scripts/sdcc_cygwin_mingw32: added
9837
9838 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9839
9840         * src/pic Added object file support for the PIC port
9841         * src/pic Applied patch from Craig Franklin (this started the object file support)
9842         * src/regression Updated the PIC regression tests for object files
9843
9844 2003-04-20  Borut Razem <borut.razem AT siol.net>
9845
9846         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9847           lklex.c: In function `getfid':
9848           lklex.c:203: warning: array subscript has type `char'
9849         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9850           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9851         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9852           stack handling macros
9853
9854 2003-04-19  Borut Razem <borut.razem AT siol.net>
9855
9856         * "handling space characters in file path" task:
9857         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9858         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9859         * support/Util/MySystem.h: make it self-sufficient
9860         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9861           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9862           handling space characters in file path
9863         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9864           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9865         * support/Util/MySystem.c: handling space characters in executable's path
9866
9867 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9868
9869         * as/z80/Makefile: fix permanent rebuild of z80
9870         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9871         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9872
9873 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9874
9875         * src/SDCCopt.c: add special case optimization to replace modulo by
9876           a power of two with a bitwise AND.
9877
9878 2003-04-18    <johan AT balder>
9879
9880         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9881
9882 2003-04-17    <johan AT balder>
9883
9884         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9885         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9886
9887 2003-04-13  Borut Razem <borut.razem AT siol.net>
9888
9889         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9890         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9891           fixed mingw problem in adl_NORMALIZE_PATH
9892
9893 2003-04-12  Borut Razem <borut.razem AT siol.net>
9894
9895         * fixed "#pragma SAVE/RESTORE can not be nested":
9896         * src/SDCC.lex: reworked pragma handling functions
9897         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9898         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9899
9900 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9901
9902         * src/SDCCutil.c (pathEquivalent): defined but not used
9903         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9904         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9905         * configure: rebuilt from configure.in
9906         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9907         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9908         * device/include/Makefile.in: replace sdcc_datadir
9909         * device/lib/Makefile.in: replace sdcc_datadir
9910         * Makefile.common.in: add LDFLAGS from configure
9911         * packihx/Makefile.in: use LDFLAGS
9912         * src/Makefile.in: use LDFLAGS
9913         * support/cpp2/Makefile.in: add LDFLAGS from configure
9914         * support/makebin/Makefile: use LDFLAGS
9915         * .version: bumped version number to 2.3.5
9916
9917 2003-04-12  Borut Razem <borut.razem AT siol.net>
9918
9919         * completed "different paths" task:
9920         * src/SDCCmacro.c: fixed bug in handling quotes
9921         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9922         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9923
9924 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9925
9926         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9927
9928 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9929
9930         * ds390/gen.c ds390/peeph.def: fix bug 706781
9931
9932 2003-04-11  Borut Razem <borut.razem AT siol.net>
9933
9934         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9935
9936 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9937
9938         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9939         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9940          set - this bit used to not be set...).
9941         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9942           bad code in PIC Port
9943         * src/regression/and2.c added to test bug 609268
9944         * src/regression/Makefile added and2.c to regression test
9945
9946
9947 2003-04-08    <johan AT CP255758-A>
9948
9949         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9950         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9951         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9952
9953 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9954
9955         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9956         fix bug #487815
9957         * support/cpp2/Makefile.in: fix bug #487815
9958         * configure: rebuilt from configure.in
9959         * Makefile.common.in: docdir changed, new path suffixes
9960         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9961         * sdcc_vc_in.h: reflect changes from sdccconf.h
9962         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9963         * src/SDCCutil.h: remove BINDIR hack
9964         * doc/sdccman.lyx: update new path hierarchy
9965
9966 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9967
9968         * src/SDCCpeeph.c: added okToRemoveSLOC test
9969
9970 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9971
9972         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9973
9974 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9975
9976         * src/SDCCpeeph.c: added labelIsReturnOnly test
9977         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9978
9979 2003-04-05    <johan AT balder>
9980
9981         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9982         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9983         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9984         * src/SDCCast.c: fixed a warning
9985         * src/SDCCast.h: fixed a warning
9986         * src/SDCCicode.c (operandFromAst): fixed a warning
9987
9988 2003-04-04    <johan AT balder>
9989
9990         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9991         * src/SDCCast.c (decorateType): fixed bug #715076
9992         * src/SDCC.y: fixed bug #702907
9993
9994 2003-04-03    <johan AT balder>
9995
9996         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9997         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9998         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9999         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10000         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10001
10002 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10003
10004         * _decdptr.c: fix return values
10005         * _gptrget.c: fix return values
10006         * _gptrgetc.c: fix return values
10007         * _gptrput.c: fix return values
10008         * _mulint.c: fix return values
10009         * as/z80/Makefile: fix 'make -j' problem
10010
10011 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10014         * configure.in: big cleanup, updated to autoconf 2.5x
10015         * configure: rebuilt from configure.in
10016         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10017         * sdcc_vc_in.h: reflect changes from sdccconf.h
10018         * doc/Makefile: fixed a flaw in "make install"
10019
10020 2003-04-02    <johan AT balder>
10021
10022         * src/ds390/gen.c (genCmp): no comments
10023         * src/mcs51/gen.c (genCmp): no comments
10024         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10025         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10026
10027 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10028
10029         * support/regression/generate-cases.py: place generated file in given sub directory
10030         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10031         * support/regression/Makefile: improvements for 'make -j';
10032         side effect: it's simpler and faster now
10033
10034 2003-03-31  Borut Razem <borut.razem AT siol.net>
10035
10036         * src/z80/main.c: link-{port} and as-{port} defined without path
10037         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10038
10039 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10040
10041         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10042
10043 2003-03-30  Borut Razem <borut.razem AT siol.net>
10044
10045         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10046           changed type of list parameter to set
10047         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10048         * src/port.h: changed type of do_assemble() parameter to set
10049         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10050           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10051           definition of "cppoutfilename" macro with NULL value in preProcess()
10052         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10053         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10054         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10055           replaced with set *binPathSet
10056         * shash_add() deallocates the item, if allready exsists, before adding the new one
10057         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10058
10059 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10060
10061         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10062           a nested for loop bug in the PIC port
10063         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10064           for loops
10065
10066 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10067
10068         * support/Util/dbuf.h: remove C++ stuff to make it portable
10069
10070 2003-03-28  Borut Razem <borut.razem AT siol.net>
10071
10072         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10073           literal strings in stringLiteral()
10074         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10075         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10076           to the project
10077
10078 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10079
10080         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10081
10082 2003-03-26    <johan AT balder>
10083
10084         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10085         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10086         * src/SDCCast.c (decorateType): fixed " -v < 3"
10087
10088 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10089
10090         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10091         Added Lenny Story's debug infrastructure changes:
10092         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10093         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10094         * src/cdbFile.c: added
10095         * src/SDCCdebug.c: added
10096         * src/SDCCdebug.h: added
10097         * src/SDCCast.c (createFunction)
10098         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10099         * src/SDCCmain.c (parseCmdLine, main)
10100         * src/SDCCmem.c (redoStackOffsets)
10101         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10102         * src/SDCCsymt.h
10103         * src/common.h
10104         * src/avr/gen.c (genAVRCode)
10105         * src/ds390/gen.c (gen390Code)
10106         * src/mcs51/gen.c (gen51Code)
10107         * src/pic/gen.c (genpic14Code)
10108         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10109         * src/xa51/gen.c (genXA51Code)
10110         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10111
10112 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10113
10114         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10115         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10116
10117 2003-03-22    <johan AT balder>
10118
10119         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10120
10121 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10122
10123         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10124         * doc/cdbfileformat.lyx: added, written by Lenny Story
10125         * doc/Makefile: added cdbfileformat.lyx
10126         * doc/clean.mk: added cdbfileformat.lyx
10127
10128 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10129
10130         * src/mcs51/peeph.def: fix bug #705773
10131
10132 2003-03-20    <johan AT balder>
10133
10134         An sfr/sbit can have an "at #" AND an initializer
10135         * src/SDCCsymt.c (checkSClass):
10136         * src/SDCCmem.c (allocGlobal):
10137         * src/SDCCmem.c (allocLocal):
10138         * src/SDCCast.c (createBlock):
10139
10140 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10141
10142         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10143
10144 2003-03-16    <johan AT balder>
10145
10146         Undid the hackup of const and volatile, the problem is much bigger
10147         * src/SDCC.y:1.65
10148         * src/SDCCast.c:1.171
10149         * src/SDCCglue.c:1.138
10150         * src/SDCCicode.c:1.146
10151         * src/SDCCsymt.c:1.150
10152         * src/SDCCval.c:1.65
10153
10154 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10155
10156         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10157         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10158
10159 2003-03-13    <johan AT balder>
10160
10161         Hackup const and volatile modifiers in type chains a bit:
10162         * src/SDCC.y:1.63
10163         * src/SDCCast.c:1.169
10164         * src/SDCCglue.c:1.136
10165         * src/SDCCicode.c:1.143
10166         * src/SDCCsymt.c1.146
10167         * src/SDCCsymt.h1.59
10168         * src/SDCCval.c:1.63
10169
10170 2003-03-12    <johan AT balder>
10171
10172         * src/SDCCBBlock.h: more LRH debugging junk
10173         * src/SDCCcflow.h: more LRH debugging junk
10174         * src/SDCCloop.c: more LRH debugging junk
10175         * src/SDCC.y (struct_declaration): fixed bug #697590
10176         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10177         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10178         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10179
10180 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10181         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10182         test function names must now match exactly).
10183         * src/SDCCcse.c: added special case in findCheaperOp to allow
10184         extending a short integer. Makes less awful code for bug 700121 test case.
10185
10186 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10187
10188         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10189         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10190
10191 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10192
10193         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10194         actually called (operandsNotEqual() was called for all
10195         operandsNotEqualX tests).
10196
10197 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10198
10199         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10200         with shorter literals. Fixes bug 700121.
10201
10202 2003-03-11    <johan AT balder>
10203
10204         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10205
10206 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10207
10208         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10209         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10210
10211 2003-03-10  Borut Razem <borut.razem AT siol.net>
10212
10213         * src/SDCCmain.c: pipe preprocessor's output
10214         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10215         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10216         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10217         which closes all pipes in pipeSet set
10218         * src/SDCCset.c: free deleted item in function deleteSetItem()
10219         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10220         moved from z80 to src subproject
10221         * .version: increased version number to 2.3.4
10222
10223 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10224
10225         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10226         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10227         * support/regression/ports/xa51/spec.mk: fix typo
10228
10229 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10230
10231         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10232
10233 2003-03-09  Borut Razem <borut.razem AT siol.net>
10234
10235         * src/SDCCmain.c: pipe preprocessor's output
10236         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10237         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10238         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10239         which closes all pipes in pipeSet set
10240         * src/SDCCset.c: free deleted item in function deleteSetItem()
10241         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10242         moved from z80 to src subproject
10243
10244 2003-03-09  Borut Razem <borut.razem AT siol.net>
10245
10246         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10247         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10248         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10249         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10250         * src/SDCCglobl.h: unification of WIN32 native definitions
10251
10252 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10253
10254         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10255
10256 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10257
10258         * src/configure.in:   check for endianess (even while cross-compiling)
10259         * src/configure:      check for endianess (even while cross-compiling)
10260         * src/configure_in.h: check for endianess (even while cross-compiling)
10261         * src/avr/gen.c:        remove old endianess stuff
10262         * src/mcs51/gen.c:      remove old endianess stuff
10263         * src/ds390/gen.c:      remove old endianess stuff
10264         * src/pic/gen.c:        remove old endianess stuff
10265         * src/pic/genarith.c:   remove old endianess stuff
10266         * src/pic/glue.c:       fix endianess check
10267         * src/pic16/gen.c:      remove old endianess stuff
10268         * src/pic16/genarith.c: remove old endianess stuff
10269         * src/pic16/glue.c:     fix endianess check
10270         * src/xa51/gen.c:       remove old endianess stuff
10271         * src/z80/gen.c:        fix endianess check
10272         * src/SDCCglue.c:       fix endianess check
10273         * src/ds390/peeph.def: fix bug 700036
10274
10275 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10276
10277         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10278         * src/configure: find appropriate data-types on host for SDCC's int and long
10279         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10280         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10281         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10282
10283 2003-03-07    <johan AT balder>
10284
10285         Just a big NOOP:
10286                 some minor cleanups before the big shot
10287                 OP_DEFS and OP_USES now use Kevin's protection
10288                 new option --nolabelopt
10289
10290         * src/SDCCBBlock.c:
10291         * src/SDCCast.c,:
10292         * src/SDCCcflow.c:
10293         * src/SDCCcse.c:
10294         * src/SDCCicode.c:
10295         * src/SDCCicode.h:
10296         * src/SDCClabel.c:
10297         * src/SDCCloop.c:
10298         * src/SDCCmain.c:
10299         * src/ds390/ralloc.c:
10300         * src/mcs51/ralloc.c:
10301         * src/pic/ralloc.c:
10302         * src/xa51/ralloc.c:
10303         * src/z80/ralloc.c:
10304
10305 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10306
10307         * src/pic/pcode.c (get_op): fix 64 bit warnings
10308         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10309         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10310         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10311         * support/regression/tests/malloc.c: fix 64 bit warnings
10312
10313 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10314
10315         * src/mcs51/gen.c (genMinus): fixed bug 696436
10316
10317 2003-03-02  Borut Razem <borut.razem AT siol.net>
10318
10319         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10320
10321 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10322
10323         * configure.in: test for mkstemp
10324         * sdccconf_in.h: add HAVE_MKSTEMP
10325
10326 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10327
10328         * device/include/ctype.h: removed warning while using --stack-auto
10329         * device/include/malloc.h: removed warning while using --stack-auto
10330         * device/include/string.h: removed warning while using --stack-auto
10331
10332 2003-02-23  Borut Razem <borut.razem AT siol.net>
10333
10334         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10335         because NDEBUG is defined (see man assert)
10336         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10337
10338 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10339
10340         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10341         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10342
10343 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10344
10345         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10346         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10347
10348 2003-02-18    <johan AT balder>
10349
10350         * as/mcs51/asmain.c (asmbl): module can start with a digit
10351         * as/z80/asmain.c (asmbl): module can start with a digit
10352
10353 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10354
10355         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10356         * src/asm.c: fix pipe() for Mingw32
10357
10358 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10359
10360         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10361         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10362         make -V work again; --c1mode reads now from stdin
10363         * doc/sdccman.lyx: added --c1mode
10364         * support/Util/SDCCerr.c: new messages for c1 mode
10365         * support/Util/SDCCerr.h: new messages for c1 mode
10366         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10367
10368 2003-02-15    <johan AT balder>
10369
10370         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10371
10372 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10373
10374         * doc/sdccman.lyx: Environment variables, -o and other minor things
10375
10376 2003-02-14    <johan AT balder>
10377
10378         * src/xa51/main.c: before anyone really tries to use it :)
10379
10380         * Install doc's in share/sdcc/doc
10381         * removed some obsolete files
10382         * Do a proper make distclean and uninstall
10383         M Makefile.common.in
10384         R sdccbuild.sh
10385         M as/Makefile
10386         M device/include/Makefile.in
10387         M device/lib/Makefile.in
10388         M doc/sdccman.lyx
10389         M link/Makefile
10390         M sim/ucsim/doc/Makefile.in
10391         M src/clean.mk
10392         R src/avr/peeph.rul
10393         R src/xa51/peeph.rul
10394         M support/cpp2/Makefile.in
10395         M support/makebin/Makefile
10396
10397
10398 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10399
10400         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10401
10402 2003-02-10  Borut Razem <borut.razem AT siol.net>
10403
10404         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10405         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10406         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10407         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10408         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10409         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10410         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10411         src/z80/Makefile.bcc: Borland Makefile cleanup
10412         * as/z80/Makefile.bcc: Added Borland Makefile
10413         * support/cpp2/borland.h: Removed
10414
10415 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10416
10417         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10418         * src/SDCC.lex: new pragma NOIV
10419         * src/SDCCglobl.h: new pragma NOIV
10420         * src/SDCCmem.c: new pragma NOIV
10421
10422 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10423
10424         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10425
10426 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10427
10428         * src/SDCCmain.c: signal handling is switched off by --debug
10429         * doc/Makefile: small fix for install; use clean.mk again
10430         * doc/clean.mk: clean *.pdf and *.html too
10431
10432 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10433
10434         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10435         * device/lib/printfl.c: fix a ds390 bug by making it portable
10436         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10437         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10438         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10439         * debugger/mcs51/cmd.c: converted multi-line string literals
10440         * sim/ucsim/globals.cc: converted multi-line string literals
10441         * src/SDCCmain.c: introduced signal handler to remove temp files
10442         * doc/Makefile: small tweaks, implement clean
10443         * doc: removed generated files
10444
10445 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10446
10447         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10448         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10449         Address Record is not correctly generated for DS390."
10450
10451 2003-02-02  Borut Razem <borut.razem AT siol.net>
10452
10453         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10454         * as/mcs51/asm.h: fixed compilation with Borland C
10455         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10456         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10457         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10458         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10459         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10460         src/z80/Makefile.bcc: delete $(LIB) only if exist
10461         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10462
10463 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10464
10465         * device/include/malloc.h: introduced NULL
10466         * device/include/string.h: introduced NULL
10467         * device/include/stdlib.h: introduced NULL
10468         * device/lib/_memcpy.c: removed NULL
10469         * device/lib/_strcat.c: removed NULL
10470         * device/lib/_strchr.c: removed NULL
10471         * device/lib/_strcmp.c: removed NULL
10472         * device/lib/_strcpy.c: removed NULL
10473         * device/lib/_strcspn.c: removed NULL
10474         * device/lib/_strlen.c: removed NULL
10475         * device/lib/_strncat.c: removed NULL
10476         * device/lib/_strncmp.c: removed NULL
10477         * device/lib/_strncpy.c: removed NULL
10478         * device/lib/_strpbrk.c: removed NULL
10479         * device/lib/_strrchr.c: removed NULL
10480         * device/lib/_strspn.c: removed NULL
10481         * device/lib/_strstr.c: removed NULL
10482         * device/lib/_strtok.c: removed NULL
10483         * device/lib/malloc.c: removed NULL, include own header
10484
10485 2003-02-02    <johan AT balder>
10486
10487         * 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
10488         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10489         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10490         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10491         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10492         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10493
10494 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10495
10496         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10497         area 'DATA'"
10498
10499 2003-02-01    <johan AT balder>
10500
10501         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10502
10503 2003-01-31    <johan AT CP255758-A>
10504
10505         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10506
10507 2003-01-30    <johan AT balder>
10508
10509         * src/SDCCBBlock.c: automatic bug detection
10510         * src/SDCCicode.c: automatic bug detection
10511
10512 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10513
10514         * src/SDCCglobl.h:   now --xram-size 0 works
10515         * src/SDCCmain.c:    now --xram-size 0 works
10516
10517 2003-01-29    <johan AT balder>
10518
10519         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10520
10521 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10522
10523         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10524         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10525         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10526         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10527         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10528         * src/SDCCmain.c:    Added options --xram-size and --code-size
10529
10530 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10531
10532         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10533         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10534
10535 2003-01-27    <johan AT balder>
10536
10537         * src/SDCC.y: fixed bug #613764
10538
10539 2003-01-26    <johan AT balder>
10540
10541         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10542         * src/SDCCsymt.h: fixed bug #673374
10543         * src/SDCCglue.c: fixed bug #661910
10544         * src/SDCCast.c: fixed bug #458099 and 673374
10545
10546 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10547
10548         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10549         * as/mcs51/strcmpi.h: added
10550         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10551         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10552         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10553         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10554         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10555         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10556         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10557         * as/mcs51/Makefile.aslink: new module strcmpi
10558         * as/mcs51/Makefile.asx8051: new module strcmpi
10559         * as/mcs51/Makefil.bcc: new module strcmpi
10560         * as/mcs51/Makefile.in: new module strcmpi
10561         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10562
10563 2003-01-26    <johan AT balder>
10564
10565         * src/SDCCglue.c: reverted back to 1.124
10566         * src/SDCCast.c: reverted back to 1.156
10567         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10568
10569 2003-01-25    <johan AT balder>
10570
10571         * src/SDCCglue.c: A better fix for bug #661910
10572         * src/SDCCast.c: A better fix for bug #661910
10573         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10574
10575 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10576
10577         * src/Makefile.in: remove spawn.o
10578         * src/SDCCmain.c: remove spawn.h
10579         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10580         * src/spawn.c: removed
10581         * src/spawn.h: removed
10582         * support/regression/ports/ds390/spec.mk: link with -r
10583
10584 2003-01-24    <johan AT CP255758-A>
10585
10586         * src/ds390/gen.c (aopOp): fixed bug #667458
10587         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10588         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10589         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10590
10591 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10592
10593         * src/mcs51/peeph.def: better assembler identation by Frieder
10594         * src/mcs51/gen.c: better assembler identation by Frieder
10595
10596 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10597
10598         * as/z80/string.h: removed for gcc 3.2
10599         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10600         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10601
10602 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10603
10604         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10605         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10606         * support/regression/Makefile: separate temp files for ports
10607         * support/regression/generate-cases.py: separate temp files for ports
10608         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10609         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10610
10611 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10612
10613         * moved tinitalk to device/examples/ds390
10614
10615 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10616
10617         * as/mcs51/lkmem.c: rflag is for DS390
10618         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10619         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10620                          (linkEdit): move mem- and map-files the same way as ihx-files
10621         * src/z80/main.c (_setDefaultOptions): removed --generic
10622         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10623         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10624         * src/pic/glue.c (picglue): --c1mode works again
10625         * src/pic16/glue.c (pic16glue): --c1mode works again
10626         * src/asm.c (printCLine): fix #660034
10627
10628 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10629
10630         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10631         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10632         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10633         * as/mcs51/lkmem (summary): better fix for sp problem
10634         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10635         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10636         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10637                                               remove --stack-after-data
10638
10639 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10640
10641         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10642         * src/SDCCutil.c (join): ugly bug: missing '\0'
10643         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10644
10645 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10646
10647         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10648         * src/port.h: typo
10649         * src/pic/main.c (_asmCmd): gpasm supports -o
10650         * src/z80/main.c: more general macros
10651         * device/lib/Makefile.in: remove intermediate files
10652
10653 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10654
10655         * .version: Bumped version number to 2.3.3
10656         * src/SDCCBBlock.c: new option -o
10657         * src/SDCCglobl.h: new option -o
10658         * src/SDCCglue.c: new option -o
10659         * src/SDCCmain.c: new option -o
10660         * src/asm.c: new option -o
10661         * src/ds390/main.c: new option -o
10662         * src/pic/glue.c: new option -o
10663         * src/pic/pcode.c: new option -o
10664         * src/pic/ralloc.c: new option -o
10665         * src/pic16/glue.c: new option -o
10666         * src/pic16/pcode.c: new option -o
10667         * src/pic16/ralloc.c: new option -o
10668         * src/z80/main.c: new option -o
10669         * device/lib/Makefile.in: use -o
10670         * support/regression/ports/ds390/spec.mk: use -o
10671         * support/regression/ports/gbz80/spec.mk: use -o
10672         * support/regression/ports/mcs51/spec.mk: use -o
10673         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10674         * support/regression/ports/z80/spec.mk: use -o
10675         * support/regression/ports/ucz80/spec.mk: use -o
10676         * support/regression/ports/xa51/spec.mk: use -o
10677         * support/regression/fwk/lib/timeout.c: fix usage string
10678
10679 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10680         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10681
10682 2003-01-07    <johan AT balder>
10683
10684         * src/SDCCast.c (decorateType): fixed bug #600035
10685
10686 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10687         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10688         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10689         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10690         * src/pic/pcode.c: outcommented unused variable to remove warnings
10691         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10692
10693 2003-01-06    <karl AT turbobit.com>
10694         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10695    regression tests.
10696
10697 2003-01-06    <johan AT balder>
10698
10699         * src/SDCCicode.c: fixed array add
10700
10701 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10702         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10703         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10704
10705 2003-01-04    <johan AT balder>
10706
10707         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10708
10709 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10710         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10711
10712 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10713         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10714         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10715
10716 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10717         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10718
10719 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10720         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10721
10722 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10723         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10724
10725 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10726
10727     * in \sdcc\as\mcs51\ changed these files in order to create an
10728     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10729     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10730     following files to include the previous two files: aslink.dsp,
10731     Makefile.aslink, Makefile.bcc, and Makefile.in.
10732
10733     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10734     .adb instead of .cdb
10735
10736 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10737
10738         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10739         value from option --iram-size.
10740
10741 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10742
10743         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10744         dram[] array.
10745
10746 2002-09-18    <wiml AT hhhh.org>
10747
10748         * SDCClrange.h: exposed setFromRange() and setToRange()
10749         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10750           packRegsForAccUse() (bug 542397)
10751         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10752           multiple times and emitting the fetch operations more than once
10753           added aopGetUsesAcc() function to allow binary operators to
10754           fetch their operands in the correct order; made genMinus() emit
10755           compact code for X = LITERAL - Y
10756
10757 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10758         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10759         sprintf() in line 1267.
10760
10761 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10762         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10763         like ports.
10764
10765 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10766         Changes to aslink (All the changes are marked with 'JCF'):
10767
10768         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10769         summary().
10770
10771         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10772         area BSEG.  Also moves, if possible, the DATA area down into the internal
10773         ram so more space is available.
10774
10775         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10776         sflag.
10777
10778         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10779         not bytes.  Function summary() which creates a memory usage summary
10780         file with extension .mem.  Reports of overlaping stack and small stack
10781         size.  If the space for the stack is less than 16 bytes aslink trows a
10782         warning.
10783
10784         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10785         the 8051.  Option 'y' for memory summary output file.
10786
10787         Changes to sdcc (All the changes are marked with 'JCF'):
10788
10789         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10790
10791         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10792         overlaying area for it (uses RegBankUsed[4]).
10793
10794         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10795         bank zero as used by default.  By default aslink locates the stack
10796         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10797         the creation of the .mem file.  Delegates the allocation of data area
10798         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10799         the begining of the stack area to aslink.
10800
10801         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10802         glue() in SDCCglue.c creates an area for it.
10803
10804 2002-09-03  Borut Razem <borut.razem AT siol.net>
10805         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10806         sdcc/src/pic/glue.c:
10807         introduced atexit() handler for teporay files removal in case of
10808         errors, assertions, ...
10809
10810 2002-08-29  Borut Razem <borut.razem AT siol.net>
10811         * sdcc/support/cpp2/auto-host_vc_in.h:
10812         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10813         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10814         Maybe there is a similar problem with BORLANDC? It should be checked!
10815
10816         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10817         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10818         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10819         was not executed, and the compiler (cl) launched a warning:
10820         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10821
10822 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10823         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10824
10825 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10826         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10827
10828         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10829           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10830           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10831           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10832           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10833           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10834           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10835         - added Release configuration in VS projects
10836         - review of compiler an linker options
10837         - VC .exe files are generated in bin_vc directory, not to interfere
10838           with binaries generated from other projects (cygwin, mingw, bcc ...)
10839
10840         * sdcc/src/yacc.dsp: added
10841
10842         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10843         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10844         and insert the version number definitions from .version
10845
10846         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10847
10848         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10849         added - genarate auto-host.h using auto-host_vc_in.h as template
10850
10851         * sdcc/sdcc_vc.h,
10852         removed from CVS, generated automatically
10853
10854 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10855         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10856
10857 2002-08-11  Borut Razem <borut.razem AT siol.net>
10858         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10859
10860 2002-08-10  Borut Razem <borut.razem AT siol.net>
10861         * src/SDCCmain.c (main):
10862         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10863         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10864         The consequence was that some temporary files were not removed.
10865
10866         * src/SDCCglue.c:
10867         unification of code in functions tempfilename() and tempfile():
10868         function tempnam() is defined in Visual Studio 6.0 and .NET
10869
10870         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10871
10872         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10873           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10874         - removed compiler command line option /WX: Treats all warnings as errors
10875         - update a list of source files, included into the project
10876
10877         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10878           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10879         changed project type to Generic Project so that can be correcly converted to VS.NET project
10880
10881         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10882
10883         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10884
10885         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10886
10887         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10888         added return 0 statements after assert() to make compiler happy
10889
10890         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10891         added newline in the def file to keep MSC compiler satisfied
10892
10893         * sdcc/src/z80/gen.c:
10894         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10895           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10896         - solved MSC error in function aopDump()
10897
10898         * sdcc_vc.h: define PREFIX as "\\sdcc"
10899
10900 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10901         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10902
10903 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10904         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10905         - Rewrote the register banking algorithm.
10906         - Added pCode live-range analysis to registers (for now, only non-used and
10907         singly-used registers optimized away)
10908
10909         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10910
10911         * 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.
10912
10913 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10914         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10915
10916 2002-04-22  Michael Hope  <michaelh AT vroom>
10917
10918         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10919
10920         * configure.in (DD_COPT): Added include support required for gbdk.
10921
10922         * .version: Bumped version number just to increase it.
10923
10924         * src/SDCCmain.c: Added -nostdinc to the default options.
10925
10926 2002-04-15  Michael Hope  <michaelh AT vroom>
10927
10928         * device/lib/z80/printf.c (sprintf): Added.
10929
10930         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10931
10932         * src/z80/peeph.def: Added transpose redundent load rule.
10933
10934         * src/z80/main.c: Added force callee saves for jaune.
10935
10936         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10937
10938         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10939
10940 2002-03-28  Johan Knol  <johan AT balder>
10941
10942         * src/SDCCval.c: fixed bug #532436
10943
10944 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10945         * /src/port.h:
10946         Added "char *Processor" field to the port structure.
10947
10948         * /src/SDCCmain.c:
10949         Added -p option. Allows port dependent processor to be specified.
10950
10951         * all ports:
10952         Initialized the new field char *Processor field to NULL in all ports
10953
10954         * /src/pic/*:
10955         Compiler generated registers for interrupt context saving
10956         were not getting allocated.
10957
10958 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10959
10960         * /src/SDCCast.c:
10961         Fixed left shift. Will promote the left side of a left shift
10962         if a) left shifting more than size of operand or b) when assigned
10963         to something size > size of left side
10964
10965 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10966         * src/pic/*
10967         tons of changes. Register allocation has been
10968         rewritten. Added customization for the various PICs. Flow
10969         analysis is restructured. ...
10970
10971         * src/pic/device.h:
10972         Added
10973
10974         * src/pic/device.c:
10975         Added. device.c is a PIC port hack to accomodate variations
10976         in PIC devices.
10977
10978 2002-03-13  Michael Hope  <michaelh AT vroom>
10979
10980         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10981
10982 2002-03-04  johanknol  <johanknol AT manik>
10983
10984         * /src/SDCCval.c: fixed
10985
10986         const unsigned char arr[][2] = { { 0, 1 } };
10987         t18.c:1: error: Initializer element is not constant
10988
10989 2002-03-04  bela  <bela AT manik>
10990
10991         * /device/include/mcs51reg.h:
10992         ds89c420 register definition update
10993
10994 2002-03-03    <johan AT FRIJA>
10995
10996         * support/Util/SDCCerr.c: did something, but don't no why anymore
10997
10998         * support/regression/tests/bug-524691.c: made it a little less shy
10999
11000         * src/SDCCast.c (decorateType): fixed bug #524697
11001
11002         * src/SDCCast.c: made some lineno improvements
11003
11004         * src/SDCCval.c (getNelements): changed warning to error
11005
11006         * src/SDCCglue.c (printIvalArray): changed warning to error
11007
11008         * src/SDCCicode.c: fixed a warning for mingw
11009
11010         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11011
11012         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11013
11014 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11015
11016         * src/ds390/peeph.def:
11017         Added some more peephole rules
11018
11019         * src/ds390/gen.c: Various fixes & enhancements
11020
11021         * src/SDCClrange.c, src/SDCClrange.h:
11022         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11023
11024         * src/ds390/ralloc.c:
11025         various fixes & enhancements (ds390) specific
11026
11027         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11028         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11029         from rallocs.
11030
11031         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11032
11033 2002-03-02    <johan AT FRIJA>
11034
11035         * src/SDCCast.c (decorateType): fixed bug #524708
11036
11037         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11038
11039         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11040
11041 2002-03-01  Michael Hope  <michaelh AT vroom>
11042
11043         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11044
11045         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11046
11047 2002-03-01    <johan AT FRIJA>
11048
11049         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11050
11051         * src/SDCCast.c (decorateType): fixed bug #524209
11052
11053         * src/SDCCval.c (valNot): fixed bug #524195
11054
11055 2002-02-26    <johan AT balder>
11056
11057         * src/xa51/gen.c: fixed a warning
11058
11059         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11060
11061         * src/SDCCast.c (decorateType): fixed bug #522534
11062
11063 2002-02-23    <johan AT balder>
11064
11065         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11066
11067 2002-02-22    <johan AT balder>
11068
11069         * src/SDCCast.c: fixed bug #514865
11070
11071         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11072
11073 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11074
11075         * sdcc/src/SDCCloop.c:
11076         Previous fix was not good. basic blocks that have "break" or "return" are
11077         not really partof a loop , but live ranges used in these blocks should
11078         be live thru the entire loop, so set partOfLoop but don't add them to
11079         loop region
11080
11081 2002-02-21    <johan AT FRIJA>
11082
11083         * src/SDCCcse.c: fixed bug #514308
11084
11085 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11086
11087         * src/SDCCloop.c:
11088         Fixed BUG #519583. If a conditional block ended in a return/break
11089         statement inside a loop, it was not being considered part of the loop.
11090
11091         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11092
11093 2002-02-10  Karl Bongers <karl AT turbobit.com>
11094
11095         * debugger/*:
11096         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11097         with lots of comments and notes.
11098
11099         * device/examples/test2.c:
11100         Fix bug, "red" variable not being initialized(compiler complained).
11101
11102         * device/examples/Makefile, examples/test3.c:
11103         Add Makefile in device/examples folder, compiles test3.c
11104         for use as a multiple module SDCDB test case.
11105
11106         * sim/ucsim/cmd.src/cmdset.cc:
11107         Took out debug printfs in ucsim "next" command.
11108
11109         * sim/ucsim/xa.src:
11110         Karl and Johan start ucsim XA support.  Most dissassembly working,
11111         about 75% emulation done(plenty of work remaining).
11112
11113         * sim/ucsim/z80.src:
11114         Add Z80 support to ucsim, add test-ucz80 regression test,
11115         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11116         Notice z80 compiler fails on examples/test3.c/crc code.
11117
11118 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11119
11120         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11121         Added support for --parms-in-bank1
11122
11123         * src/ds390/peeph.def:
11124         added a few more peephole optimzations
11125
11126         * src/ds390/main.c:
11127         1) added __builtin_inp & __builtin_outp used to read in data of given length
11128            from a memory mapped port
11129         2) added __builtin_memcmp
11130         3) added __builtin_swapw swap bytes of a short
11131
11132         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11133         1) handle multiple send & receives from register bank1
11134         2) ralloc can now allocate DPTR1 to some liveRanges
11135
11136         * src/SDCCsymt.c, src/SDCCsymt.h:
11137         changes to handle multiple sends & receives
11138
11139         * src/SDCCptropt.h:
11140         added some pointer arithmetic optimization
11141
11142         * src/SDCCptropt.c:
11143         added some pointer arithmetic optimizations but not stable yet so not
11144         called from anywhere (will get this working shortly)
11145
11146         * src/SDCCopt.c: fixed for multiple sends & receives
11147
11148         * src/SDCCmain.c:
11149         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11150         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11151            set preprocessor defines (depending on options)
11152
11153         * src/SDCCicode.c, src/SDCCicode.h:
11154         changes made to handle multiple sends & receives
11155
11156         * src/SDCCglobl.h:
11157         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11158
11159         * src/SDCCcse.c, src/SDCCcse.h:
11160         added function findbackward def (to be used in upcoming optimization)
11161
11162         * src/SDCCcflow.c, src/SDCCcflow.h:
11163         added function returnAtEnd - to determine if a basic block terminates with
11164         a RETURN iCode
11165
11166         * src/SDCCast.c, src/SDCCast.h:
11167         added option parms-in-bank1
11168
11169         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11170         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11171         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11172         adjusted for --parms-in-bank1 option
11173
11174         * device/include/string.h:
11175         donot redefine "reentrant" keyword
11176
11177         * device/include/ds80c390.h: Added some more SFRs
11178
11179 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11180
11181         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11182
11183 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11184
11185         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11186
11187 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11188
11189         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11190
11191 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11192
11193         * Added --xram-movc option
11194
11195 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11196
11197         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11198
11199 2002-01-11  Johan Knol
11200
11201         * Added math lib of Jesus Calvino-Fraga
11202
11203 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11204
11205         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11206         * support/regression/Makefile: new target test-mcs51-stack-auto
11207         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11208
11209 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11210
11211         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11212
11213 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11214
11215         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11216
11217 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11218
11219         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11220
11221         * src/SDCCglue.h: add definition for printIvalChar()
11222
11223 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11224
11225         * src/SDCCast.c: fix #498138 by Johan
11226
11227         * src/SDCCglue.c: fix #498138 by Johan
11228
11229 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11230
11231         * support/regression/Makefile: fix clean
11232
11233         * support/regression/ports/ds390/support.c: fix transmission of last character
11234
11235 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11236
11237         * /sdcc/src/ds390/gen.c:
11238         a) improved computing address of stack variable
11239         b) took out some #if 0 code
11240         c) improved parmBytes adjustment
11241         d) improved genPlusIncr & genMinusIncr
11242         e) genCmp could generate bad code (when left assigned to DPTR)
11243         f) Fixed bug in hasInc
11244
11245         * /sdcc/src/ds390/ralloc.c:
11246         a) packRegsForSupport could mess up live information (Fixed)
11247         b) packRegsDPTRuse could be incorrect for left & right shift
11248
11249         * /sdcc/src/mcs51/ralloc.c:
11250         packRegsForSupport could mess up the live information (Fixed)
11251
11252         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11253
11254         * /sdcc/src/SDCCast.c:
11255         can reverse a loop even if function call is present as long
11256         as the loop control variable is local & is not passed as parameter
11257
11258 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11259
11260         * /sdcc/ChangeLog: *** empty log message ***
11261
11262         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11263         More builtin function additions for TININative
11264
11265         * /sdcc/src/ds390/ralloc.c:
11266         Had broken the regression testsuite
11267
11268         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11269
11270         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11271         Added funcattr hasStackParms will be set for reentrant functions when there
11272         are paramteres on the stack, this helps in minimizing frame pointer generation
11273         typeFromStr can handle function pointers now
11274
11275         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11276         *** empty log message ***
11277
11278 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11279
11280         * /src/ds390/gen.c, /src/ds390/main.c:
11281         More builtin function additions for TININative
11282
11283         * /src/ds390/ralloc.c:
11284         Had broken the regression testsuite
11285
11286         * /src/SDCCast.c: Fixed a bug in dumptree
11287
11288         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11289         Added funcattr hasStackParms will be set for reentrant functions when there
11290         are paramteres on the stack, this helps in minimizing frame pointer generation
11291         typeFromStr can handle function pointers now
11292
11293         * /doc/builtins.txt, /doc/TININative.txt:
11294         *** empty log message ***
11295
11296
11297 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11298
11299         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11300         ALPHA version for -mTININative
11301
11302         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11303         updated to reflect changes in the port structure
11304
11305         * /src/port.h:
11306         added function do_assemble (similar to do_link) if non-null this function
11307         will be called to do assembly (-mTININative) requires a multi command
11308         assembly
11309         added function genAssemblerEnd will be called to generate assembler Epilogue
11310
11311         * /src/SDCCsymt.c:
11312         added _JavaNative to debug info printing
11313
11314         * /src/SDCCmain.c: added option --tini-libid
11315         added port->do_assemble function (-mTININative) has a multi command assemble
11316
11317         * /src/SDCCglue.c: Disabled "constExpr" check
11318         added port->genAssemblerEnd function
11319
11320         * /src/SDCCglobl.h: Added option --tini-libid value
11321
11322         * /src/SDCCast.h:
11323         tookout optimizeCompare from the header (has no external references)
11324
11325         * /src/SDCCast.c: made one more function "static"
11326
11327 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11328
11329         * src/z80/mappings.i: Added z80asm support.
11330
11331         * src/z80/main.c: Added z80asm support on --asm=z80asm
11332
11333         * src/z80/gen.c: Fixed asm portability issues.
11334
11335         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11336
11337         * src/SDCCglue.c (printExterns): Added global/extern split.
11338
11339 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11340
11341         * support/regression/Makefile: added test for mcs51 model large
11342
11343         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11344
11345         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11346
11347 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11348
11349         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11350
11351 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11352
11353         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11354
11355         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11356
11357 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11358
11359         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11360
11361         * support/regression/tests/simplefloat.c: Port to mcs51.
11362
11363 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11364         * support/regression/tests/bug-485362.c: Added.
11365
11366         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11367
11368         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11369
11370         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11371
11372         * src/z80/gen.c (aopDump): Added a dump function.
11373
11374 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11375         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11376
11377         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11378
11379         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11380
11381         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11382
11383         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11384
11385         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11386
11387         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11388
11389         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11390
11391         * support/regression/ports/ds390/support.c: Use tinibios.
11392
11393         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11394
11395 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11396
11397         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11398         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11399
11400         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11401
11402         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11403
11404 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11405
11406         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11407
11408         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11409         (packRegsForIYUse): Created and optimised.
11410
11411 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11412
11413         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11414 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11415
11416         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11417
11418         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11419
11420         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11421
11422 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11423
11424         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11425
11426         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11427
11428 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11429
11430         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11431
11432         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11433
11434         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11435
11436 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11437
11438         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11439         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11440         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11441
11442         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11443
11444         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11445         (genNotFloat): Added.
11446         (genUminusFloat): Added.
11447
11448         * device/lib/z80/Makefile: Added floating pt stubs.
11449
11450         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11451
11452         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11453
11454         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11455
11456 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11457
11458         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11459
11460         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11461
11462         * sdcc/support/regression/Makefile: Add port ds390.
11463
11464         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11465
11466         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11467
11468         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11469
11470         * sdcc/support/regression/ports/ds390/support.c: Added.
11471
11472         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11473
11474         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11475
11476         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11477
11478 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11479
11480         * device/include/malloc.h: Added z80 and gbz80 support.
11481
11482         * device/lib/gbz80/heap.s: Added.
11483
11484         * device/lib/z80/heap.s: Added.
11485
11486         * device/lib/malloc.c: Added z80 and gbz80 support.
11487
11488         * support/regression/tests/malloc.c (testMalloc): Added.
11489
11490         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11491
11492         * support/regression/tests/bug-478094.c: Added.
11493
11494         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11495
11496 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11497
11498         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11499
11500         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11501
11502         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11503
11504         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11505
11506         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11507
11508 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11509
11510         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11511
11512 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11513
11514         * support/regression/tests/bug-477927.c: Added.
11515
11516         * src/z80/peeph.def: Added minor rules.
11517
11518         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11519
11520         * src/z80/peeph.def: Added jump optimisation modification.
11521
11522 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11523
11524         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11525
11526 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11527
11528         * support/regression/tests/funptrs.c: Added.
11529
11530 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11531
11532         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11533
11534 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11535
11536         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11537
11538         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11539
11540         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11541         (movLeft2ResultLong): Created.
11542
11543         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11544         (joinPushes): Added.  Joins two char pushes into a word push.
11545
11546 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11547
11548         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11549
11550         * support/makebin/Makefile (install): Added creation of dest dir.
11551
11552 2001-10-24 Karl Bongers <karl AT turbobit.com>
11553
11554         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11555
11556 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11557
11558         * src/z80/ralloc.c: Turned off faulty pack for one use.
11559
11560         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11561
11562         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11563
11564 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11565
11566         * support/regression/Makefile: Improved clean
11567
11568         * support/regression/ports/gbz80/spec.mk: Added clean
11569
11570         * support/regression/ports/host/spec.mk: Added clean
11571
11572         * support/regression/ports/z80/spec.mk: Added clean
11573
11574         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11575
11576         * support/regression/ports/mcs51/timeout.c: little improvements
11577
11578 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11579
11580         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11581
11582         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11583
11584         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11585
11586 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11587
11588         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11589
11590         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11591
11592 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11593         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11594
11595         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11596
11597         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11598
11599         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11600
11601         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11602
11603         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11604
11605         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11606
11607         * support/regression/tests/longor.c: Added.
11608
11609 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11610
11611         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11612
11613         * as/mcs51/aslink.h: define PATH_MAX
11614
11615         * as/mcs51/asm.h: define PATH_MAX
11616
11617         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11618
11619         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11620
11621         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11622
11623         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11624
11625         * src/SDCCglobl.h: define PATH_MAX
11626
11627         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11628
11629         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11630
11631 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11632
11633         * src/z80/gen.c (gencjneshort): Fixed
11634
11635         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11636
11637 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11638
11639         * support/regression/tests/bug-469671.c: Added.
11640
11641         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11642
11643 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11644
11645         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11646
11647         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11648
11649 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11650
11651         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11652
11653         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11654
11655         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11656
11657         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11658
11659         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11660
11661         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11662
11663         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11664
11665 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11666
11667         * 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.
11668
11669         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11670
11671         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11672
11673 2001-10-07    <johan AT FRIJA>
11674
11675         * device/lib/gets.c (gets): fixed the return value.
11676
11677 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11678         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11679
11680         * 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.
11681
11682         * 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.
11683
11684         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11685
11686         * src/pic/gen.c: Removed Safe_strdup.
11687
11688         * configure.in: Added option to enable libgc support.
11689
11690         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11691         (bitVectUnion): Optimised.
11692         (bitVectIntersect): Optimised.
11693         (bitVectBitsInCommon): Optimised.
11694         (bitVectCplAnd): Optimised.
11695
11696         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11697
11698 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11699
11700         * src/SDCCmain.c: distinguish between assembler debug and plain options
11701
11702         * src/avr/main.c:   remove standard assembler options
11703
11704         * src/ds390/main.c: remove standard assembler options
11705
11706         * src/mcs51/main.c: remove standard assembler options
11707
11708         * src/port.h: removed "PENDING" comment
11709
11710 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11711
11712         * src/device/lib/_mulint.c  : new, with assember functions
11713
11714         * src/device/lib/_mullong.c : new, with assember functions
11715
11716         * src/device/lib/_divuint.c : with assember functions
11717
11718         * src/device/lib/_divsint.c : with assember functions
11719
11720         * src/device/lib/_divulong.c: with assember functions
11721
11722         * src/device/lib/_divslong.c: with assember functions
11723
11724         * src/device/lib/_moduint.c : with assember functions
11725
11726         * src/device/lib/_modsint.c : with assember functions
11727
11728         * src/device/lib/_modulong.c: with assember functions
11729
11730         * src/device/lib/_modslong.c: with assember functions
11731
11732         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11733
11734         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11735
11736         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11737                                       replaced _mululong.c and _mulslong.c by _mullong.c
11738
11739 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11740
11741         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11742
11743 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11744
11745         * src/SDCCglue.c: test, if win32api is available for MINGW
11746
11747 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11748
11749         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11750         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11751         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11752         * support/regression/ports/host/spec.mk: removed GENERIC
11753         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11754         * support/regression/ports/z80/spec.mk: removed GENERIC
11755
11756 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11757
11758         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11759
11760         * support/regression/tests/bug-467035.c: Created.
11761
11762 2001-10-01    <johan AT FRIJA>
11763
11764         * src/SDCC.y: fixed bug #466586 part 1
11765
11766 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11767
11768         * SDCCicode.c: z80 has no generic pointers
11769         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11770
11771 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11772
11773         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11774
11775 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11776
11777         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11778
11779         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11780
11781 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11782
11783         * configure.in: Fixed up so that ucsim is only configured once.
11784
11785         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11786
11787         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11788         (getPathDifference): As above.
11789
11790         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11791
11792         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11793
11794 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11795         * .version: Updated to 2.3.1
11796
11797         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11798         Added copyright header.
11799
11800         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11801         (assemble): Added support for macro based assembler commands.
11802         (linkEdit): Added support for macro based linker commands.
11803         (preProcess): Changed the pre-processor to use macros.
11804         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11805         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11806
11807         * device/lib/z80/crt0.s: Added module name for debugging.
11808
11809 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11810
11811         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11812
11813         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11814
11815         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11816
11817         * src/Makefile.in: Added SDCCmacro and SDCCutil
11818
11819 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11820
11821         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11822
11823 2001-09-16    <johan AT FRIJA>
11824
11825         * 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.
11826
11827 2001-09-15    <johan AT FRIJA>
11828
11829         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11830         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11831
11832 2001-09-11    <johan AT FRIJA>
11833
11834         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11835
11836 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11837
11838         * support/regression/tests/bug-460444.c: Added test case.
11839
11840         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11841         (genCast): Added justification for all of the asserts.
11842
11843 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11844
11845         * support/regression/support.c: _xdata replaced by xdata
11846
11847         * support/regression/spec.mk: removed _generic
11848
11849 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11850
11851         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11852
11853         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11854         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11855
11856         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11857
11858         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11859
11860         * support/regression/tests/bug-460010.c: Added test case.
11861
11862         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11863
11864 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11865
11866         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11867
11868         * support/regression/testfwk.c: removed workaround for bug #436344
11869
11870         * support/regression/tests/bp.c: use less memory with mcs51
11871
11872         * support/regression/tests/bug-441448.c: use less memory
11873
11874         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11875
11876         * support/regression/collate-results.py: typo
11877
11878 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11879
11880         * support/regression/tests/fetchoverlap.c: Added new test case.
11881
11882         * support/regression/tests/bp.c: Added new test case.
11883
11884         * support/regression/tests/bug-448984.c: Added new test case.
11885
11886         * support/regression/tests/pow2shifts.c: Added new test case.
11887
11888         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11889         (genlshTwo): Fixed right shift for count > 8.
11890
11891         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11892
11893 2001-09-08    <johan AT FRIJA>
11894
11895         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11896
11897 2001-09-07    <johan AT FRIJA>
11898
11899         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11900
11901         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11902
11903 2001-09-06    <johan AT FRIJA>
11904
11905         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11906         * bernhard noted me at this: "() equals to (void)" (1.38)
11907
11908 2001-09-05    <johan AT FRIJA>
11909
11910         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11911
11912 2001-09-04    <johan AT FRIJA>
11913
11914         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11915
11916
11917 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11918
11919         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11920
11921 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11922
11923         * link/z80/aslink.h: Fixed path for PATH_MAX
11924
11925 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11926
11927         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11928
11929         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11930
11931         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11932
11933         * 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.
11934
11935 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11936
11937         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11938         (genCmp): Fixed up genCmp for the GB with longs.
11939
11940         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11941
11942         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11943
11944         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11945
11946         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11947
11948 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11949
11950         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11951
11952 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11953
11954         * 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.
11955
11956         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11957
11958 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11959
11960         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11961
11962         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11963
11964 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11965
11966   * sim/ucsim/configure:    little improvement of Cygwin-detection
11967   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11968   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11969   * support/regression/tests/bug-221100.c: small changes for mcs51
11970   * support/regression/tests/bug-221168.c: small changes for mcs51
11971   * support/regression/tests/bug-227710.c: small changes for mcs51
11972   * support/regression/tests/staticinit.c: small changes for mcs51
11973   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11974   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11975   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11976
11977 $Revision$