* src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
[fw/sdcc] / ChangeLog
1 2006-07-04 Borut Razem <borut.razem AT siol.net>
2
3         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
4           src/port.mk,
5           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
6           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
7           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
8           reverted changes from 2006-07-03
9         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
10
11 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
12
13         * support/regression/valdiag/tests/switch.c,
14         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
15         * support/regression/tests/libmullong.c: fixed for host
16         * support/regression/ports/host/spec.mk: disable all warnings for host,
17         SDCC runs with --less-pedantic too
18
19 2006-07-03 Borut Razem <borut.razem AT siol.net>
20
21         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
22           defined CPPFLAGS
23         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
24         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
25           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
26           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
27           include ../port.mk
28         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
29           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
30           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
31           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
32
33 2006-07-02 Raphael Neider <rneider AT web.de>
34
35         * src/pic16/devices.inc,
36         * device/include/pic16/pic18fregs.h,
37         * device/include/pic16/pic18f4550.h,
38         * device/lib/pic16/pics.all,
39         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
40
41 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
42
43         * as/hc08/lkaomf51.c (OutputName),
44         * as/mcs51/lkaomf51.c (OutputName),
45         * as/z80/asmain.c (asmbl),
46         * src/ds390/main.c (asmLineNodeFromLineNode),
47         * src/hc08/ralloc.c (hc08_assignRegisters),
48         * src/mcs51/main.c (asmLineNodeFromLineNode),
49         * src/xa51/ralloc.c (checkRegMask),
50         * src/xa51/gen.c (emitcode),
51         * src/z80/gen.c (_emit2),
52         * src/SDCCast.c (searchLitOp),
53         * src/SDCCglobl.h,
54         * support/packihx/packihx.c,
55         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
56         * src/ds390/gen.c (aopPutUsesAcc),
57         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
58         * support/regression/tests/libmullong.c (mullong_wrapper),
59         * src/SDCCsymt.c (powof2),
60         * src/SDCCast.c,
61         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
62         * src/SDCCsymt.h: added TYPE_TARGET_*
63         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
64         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
65         SDCCast because 1) header problems 2) this is the right place
66         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
67         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
68         prototype
69
70 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
71
72         * src/SDCCicode.h: removed buggy semicolon in unused macro
73         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
74         search for previous definiton of auto symbols too,
75         (findPrevUse): fixed logic of emitWarnings
76
77 2006-06-26 Raphael Neider <rneider AT web.de>
78
79         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
80           PCLATH and PCLATU on interrupts, potentially fixes #1505141
81
82 2006-06-25 Raphael Neider <rneider AT web.de>
83
84         * device/lib/pic/libm: NEW, added math library functions
85         * device/lib/pic/libsdcc: NEW; added float support functions
86         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
87         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
88           NEW, added math related headers
89         * device/include/asm/pic/features.h: NEW
90         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
91           (popGet): allow larger offsets for AOP_PCODE,
92           (genDataPointerSet): handle literals explicitly, more debug output,
93           (genAssign): fixed for float using aopLiteral ;-)
94         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
95           GOTO initialisation routine
96         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
97           flag on registers, fixes #1469043 (local variables do not work)
98         * src/pic/main.c (_pic14_do_link),
99         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
100           available
101
102 2006-06-25 Borut Razem <borut.razem AT siol.net>
103
104         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
105           characters printed (not including the trailing '\0' used to end
106           output to strings). Problem detected in regression test bug-927659.c.
107           NOTE: printf() family functions should return int instead
108           unsigned int!
109         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
110           specifier are printed as themselves
111         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
112           support flags, width and precision specifiers
113
114 2006-06-24 Borut Razem <borut.razem AT siol.net>
115
116         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
117           to the list of sdcc tagrets not supporting bit type
118         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
119           testfor pic16 due to bug:
120           [ 1511794 ] pic16: regression test bug-895992.c fails
121
122 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
123
124         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
125         * src/SDCCglue.c (initPointer), fixed bug 1496419
126         * support/regression/tests/bug1496419.c: new, added
127
128 2006-06-22 Borut Razem <borut.razem AT siol.net>
129
130         * support/regression/ports/pic16/support.c: use gpsim usart module from
131           libgpsim_modules library
132
133 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
134
135         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
136         IP0H to IPH0.
137
138 2006-06-19 Raphael Neider <rneider AT web.de>
139
140         * src/pic/glue.h,src/pic16/glue.h: added prototypes
141         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
142           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
143           (pic14printExterns,pic14printPublics,pic16printPublics,
144           pic16_printExterns): use new functions to emit symbols
145           (picglue,pic16glue): emit publics before emitting externs
146         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
147           locally defined functions to avoid bug #1443651
148         * support/regression/tests/bug-716242.c: removed pic16 workaround
149         * support/regression/ports/pic16/spec.mk: ignore errors during build
150
151 2006-06-19 Raphael Neider <rneider AT web.de>
152
153         * src/pic/glue.h: added pic14aopLiteral prototype
154         * src/pic/glue.c (pic14aopLiteral): return unsigned int
155         * src/pic/gen.c: removed stdint.h dependency
156           (aopGet): use Safe_strdup()
157           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
158           (genDataPointerSet): use pic14aopLiteral()
159         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
160           for pic16; thanks to Bernhard and Maarten
161
162 2006-06-18 Borut Razem <borut.razem AT siol.net>
163
164         * support/regression/tests/structflexarray.c: flexible array members
165           not supported by gcc < 3
166         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
167           GUI tool by default
168         * src/pic/gen.c: don't include [p]strdin.h on solaris
169         * support/Util/pstdint.h: addad svn attributes
170         * support/regression/tests/constantRange.c,
171           support/regression/tests/rotate.c: include inttypes.h instead
172           stdint.h on solaris, addad svn attributes
173
174 2006-06-18 Raphael Neider <rneider AT web.de>
175
176         * src/SDCCsymt.c (initCSupport): change return type of divschar to
177           int for PIC16
178         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
179           (pic16_genMinusBits): simplified sign-extension
180           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
181             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
182             adjusted to correctly handle mixed-signed operands, disabled
183             now unused multiplciation routines
184         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
185           (assignResultValue): added argument denoting the size of the result
186             as returned by the function (fixes upcasts in assigning from
187             function calls: char foo(); int i = foo();)
188           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
189             function result to assignResultValue
190           (genMult): disabled inlined multiplication code
191           (genDiv): augmented to also handle the modulus operator, fixed to
192             handle mixed-signed operands correctly
193           (genMod): simply call genDiv, disabled unused code
194           (genAssign): fixed missing (sign-)extension on result
195         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
196             valid char operands, allow signed operands for native code, added
197             division and modulo operator handling
198         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
199
200         As a consequence, onebyte.c (if split into two files) and muldiv.c
201         pass regression tests.
202
203 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
204
205         * doc/Makefile.in: two runs of makeindex seem needed to get
206         correct page references in the index of sdccman.pdf
207         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
208
209 2006-06-17 Borut Razem <borut.razem AT siol.net>
210
211         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
212
213 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
214
215         * doc/sdccman.lyx: updated, added (porting source code, debugging),
216         mentioned ec2drv and paulmon
217
218 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
219
220         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
221           consecutive abs areas
222           (find_empty_space, allocate_space): added map to handle codemap or
223            xdatamap,
224           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
225            absolute idata and xdata
226         * as/mcs51/lkmem.c (summary2): updated legend
227
228 2006-06-16 Raphael Neider <rneider AT web.de>
229
230         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
231
232 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
233
234         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
235           1208515
236         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
237
238 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
239
240         * src/port.h (struct PORT): added field gp_tags, to hold the tag
241         value of generic pointers,
242         * src/avr/main.c,
243           src/ds390/main.c,
244           src/hc08/main.c,
245           src/izt/i186.c,
246           src/izt/tlcs900h.c,
247           src/mcs51/main.c,
248           src/pic/main.c,
249           src/pic16/main.c,
250           src/xa51/main.c,
251           src/z80/main.c: PORT structure, added elements for gp_tags field,
252         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
253         fields in the PORT structure of each port,
254         * src/SDCCast.c (decorateType): allow processing of generic pointers
255         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
256         S_FIXED symbols
257
258 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
259
260         * link/z80/lkgb.c,
261         * link/z80/lkgg.c,
262         * src/pic16/gen.c,
263         * src/pic16/main.c,
264         * src/pic16/pcode.c,
265         * src/pic/main.c,
266         * src/pic/pcoderegs.c,
267         * src/SDCCicode.c,
268         * src/SDCCmain.c,
269         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
270           bug 1504689 on minGW
271
272 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
273
274         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
275
276 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
277
278         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
279
280 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
281
282         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
283           for optimization
284
285 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
286
287         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
288         to a char variable. Fixed bug #1504211
289         * device/include/pic16/adc.h,
290         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
291         and fixed bug #1364390
292
293 2006-06-10 Borut Razem <borut.razem AT siol.net>
294
295         * CVSROOT: removed the CVS left-over
296
297 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * as/hc08/asmain.c (asexit),
300         * as/hc08/lkmain.c (lkexit),
301         * as/mcs51/asmain.c (asexit),
302         * as/mcs51/lkmain.c (lkexit),
303         * src/SDCCglue.c (DEFSETFUNC),
304         * src/SDCCmain.c (linkEdit, assemble),
305         * support/librarian/sdcclib.c (AddRel),
306           replaced unlink() by standard C remove()
307         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
308         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
309           gatherImplicitVariables): new, added to fix bug 608752,
310           (createFunction): added gatherImplicitVariables()
311         * src/SDCCast.h: added createRMW prototype
312         * src/SDCCsymt.h (struct symbol): added infertype
313         * support/regression/tests/bug608752.c: new, added
314
315 2006-06-10 Raphael Neider <rneider AT web.de>
316
317         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
318           multibyte dummy reads (fixes #1503234)
319
320 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * device/include/mcs51/compiler.h: new, added header file to enable
323           creating common sfr definition header files for different compilers
324
325 2006-06-05 Raphael Neider <rneider AT web.de>
326
327         * src/pic16/{pcode.h,genarith.c}:
328           introduced pCodeOp combining any two pCodeOps (previously only
329           two register operands could be combined), removed pcop2 from
330           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
331         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
332         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
333           rewritten to use new PO_TWO_OPS
334         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
335         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
336           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
337           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
338           (pic16_get_op): embraced return arg to allow #define return(x),
339             added new case for combined opcodes
340           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
341           (pic16_pCode2str,pic16_getRegFrompCodeOp,
342            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
343
344 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
345
346         * src/SDCCval.c (checkConstantRange): added
347         * src/SDCCval.h: added checkConstantRange
348         * support/Util/SDCCerr.c,
349         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
350         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
351         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
352         * src/SDCCast.c (decorateType): added checkConstantRange,
353         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
354         can be emitted with the correct always true/false warning,
355         added optimization for double '!';
356         result of decorateType() must be assigned back to the tree, because
357         decorateType() can change the tree
358         * src/SDCCicode.c (geniCodeLogic),
359         (geniCodeAssign): replaced new checkConstantRange, added warnings,
360         (checkConstantRange): removed, it was only a fragment which never
361         emitted a warning
362         * src/SDCCsymt.c (computeType): fixed promotion for
363         "-1 < (unsigned bit) b"
364         * src/pic/ralloc.c (packRegsForAssign),
365         * src/pic16/ralloc.c (packRegsForAssign),
366         * src/hc08/ralloc.c (packRegsForAssign),
367         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
368         from mcs51
369         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
370         * support/regression/tests/constantRange.c: added
371         * support/valdiag/tests/constantRange.c: added
372         * support/valdiag/valdiag.py: added -DPORT_HOST=1
373
374 2006-06-02 Borut Razem <borut.razem AT siol.net>
375
376         * support/regression/ports/pic16/support.c: increase stack size
377           to 255 bytes
378         * support/regression/Makefile.in: sort tests by name so that the
379           resutlts can be compared on different machines / platforms
380
381 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
382
383         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
384         * src/ds390/gen.c (emitLabel): new, added,
385           (genDjnz): fixed stack overflow bug,
386           (throughout): cosmetic changes to sync with mcs51/gen.c,
387           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
388         * src/mcs51/gen.c (genEndFunction): small optimization,
389           (throughout): cosmetic changes to sync with ds390/gen.c
390
391 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
392
393         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
394           (_print_format): fixed printing pointers
395         * src/mcs51/gen.c (emitLabel, movb): new, added,
396           (genAssign): small optimization,
397           (genDjnz): fixed stack overflow bug,
398           (throughout): replaced sprintf with SNPRINTF,
399           replaced mcs51_regWithIdx with REG_WITH_INDEX,
400           replaced emitcode("mov", "b,...") with MOVB(...),
401           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
402           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
403         * src/mcs51/peeph.def: added rules 140 and 264
404         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
405           so they may get optimized into registers
406
407 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
408
409         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
410           immediately when encountered,
411           (printUsage): always use stderr even on windows
412
413 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
414
415         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
416         (processParms): fixed bug #1247551
417         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
418         parseCmdLine, main): print '--version' to stdout,
419         print 'help' to stdout if --help is given,
420         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
421         arguments are given; fixed --help
422
423 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
424
425         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
426         * support/regression/tests/bug-1493710.c: added
427
428 2006-05-27 Borut Razem <borut.razem AT siol.net>
429
430         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
431           static instead auto
432         * support/regression/ports/pic16/support.c: increase stack size
433           from default 64 bytes to 128 bytes
434         * support/regression/tests/staticinit.c,
435           support/regression/tests/float.c: regression tests fully enabled
436           for pic16 port by putting the initialized data arrays into the code
437           section
438         * support/regression/ports/pic16/spec.mk: don't link default libraries.
439           This was changed by mistake in the previous version.
440
441 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
442
443         * src/pic16/gen.c (genFunction, genEndFunction): some
444         beautifications, fixed bug with falsely restoring FSR2 in large
445         stack model, thanks to Beau E. Cox for reporting the bug
446
447 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
448
449         * debugger/mcs51/break.c,
450         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
451           use %p to print pointers, made address variables unsigned
452         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
453         * debugger/mcs51/symtab.c (parseSymbol): must return something
454         * src/mcs51/gen.c (aopForSym): small optimization,
455            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
456           (freeAsmop): added missing break,
457           (aopPut): removed parameter bvolatile, determine it inside the function,
458           (saveRegisters, unsaveRegisters): small optimization,
459           (genIpush): removed pointless check,
460           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
461           replaced sprintf with SNPRINTF,
462           replaced strcpy with strncpyz,
463           updated aopPut calls,
464           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
465         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
466
467 2006-05-24 Borut Razem <borut.razem AT siol.net>
468
469         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
470           modification of test for the pic16 port, put the array to the code
471           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
472
473 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
474
475         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
476         * support/Util/pstdint.h: added
477
478 2006-05-22 Borut Razem <borut.razem AT siol.net>
479
480         * src/regression/Makefile: removed bool2.c test, added -q linker option
481         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
482           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
483           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
484           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
485           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
486           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
487           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
488           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
489           define SUPPORT_BIT_TYPES 0, removed unused bit variables
490
491 2006-05-22 Raphael Neider <rneider AT web.de>
492
493         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
494           bug #1492360 (problematic due to generic pointers, see code)
495
496 2006-05-22 Borut Razem <borut.razem AT siol.net>
497
498         * support/regression/ports/pic16/specs.mk: removed stack size linker
499           directive
500         * support/regression/tests/array.c,
501           support/regression/tests/bitopcse.c,
502           support/regression/tests/bug-908454.c,
503           support/regression/tests/malloc.c: modified for pic16 regression test
504         * support/regression/tests/bitfields.c:
505           pic16 - excluded bitfileds of size > 8
506         * support/regression/tests/bp.c: pic16 - reduced data size
507         * support/regression/tests/bug-221100.c: pic16 - reduced data size
508         * support/regression/tests/bug-460010.c:
509           pic16 - used the absolute address the fits in memory
510         * support/regression/tests/bug-716242.c:
511           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
512         * support/regression/tests/float.c:
513           pic16 - excluded - data size too big
514         * support/regression/tests/onebyte.c:
515           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
516         * support/regression/tests/shifts.c:
517           pic16 - function names probably have to differ in first X characters
518           (gpasm limitation?)
519         * support/regression/tests/staticinit.c:
520           pic16 - excluded some tests due error: no target memory available for
521           section ".idata"
522
523 2006-05-22 Borut Razem <borut.razem AT siol.net>
524
525         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
526           second try. Thanks Stas Sergeev once more.
527
528 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
529
530         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
531           (genLeftShift, genRightShift): fixed bug 1491627
532         * src/hc08/peeph.def (rules 7, 8.x): added
533         * support/regression/tests/shifts.c (ShiftLeftByParam,
534           ShiftRightByParam, testShiftByParam): added to test variable shifting
535
536 2006-05-20 Raphael Neider <rneider AT web.de>
537
538         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
539         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
540           (allocReg): add only new registers to dynAllocRegs,
541           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
542             #1489055, #1445850, and probably #1483693
543
544 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
545
546         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
547         bug in for-loop that didn't emit the last of CONFIG and ID registers
548
549 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
550
551         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
552           with offset
553         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
554           1489016, 1434401 and 1490124
555         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
556           1489016, 1434401 and 1490124
557
558 2006-05-17 Borut Razem <borut.razem AT siol.net>
559
560         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
561           thanks Stas Sergeev
562
563 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
564
565         * device/include/mcs51/P89c51RD2.h,
566         * device/include/mcs51/P89LPC901.h,
567         * device/include/mcs51/P89LPC922.h,
568         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
569
570 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
571
572         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
573         to fix missing stack pragma in compiled binary object file,
574
575 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
576
577         * support/packihx/configure.in,
578         * support/packihx/configure: removed warning, autoconf >= 2.5x can
579         determine sizeof basic types even while cross compiling
580
581 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
582
583         * src/avr/gen.c (aopop),
584         * src/ds390/gen.c (aopOp),
585         * src/hc08/gen.c (aopOp),
586         * src/mcs51/gen.c (aopop),
587         * src/pic16/gen.c (pic16_aopOp),
588         * src/pic/gen.c (aopOp),
589         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
590         if size of operand is smaller than spill location
591
592 2006-05-12 Borut Razem <borut.razem AT siol.net>
593
594         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
595           have to have CR/LF line endings even if they are checked out on *nix
596           or on WIN32 in cygwin binmode
597
598 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
599
600         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
601         * device/include/ds80c390.h: added sfr16 definitions
602         * src/ds390/gen.c,
603         * src/ds390/gen.h,
604         * src/ds390/main.c,
605         * src/ds390/ralloc.c,
606         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
607           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
608           bit returning functions
609         * support/regression/tests/sfr16.c: enabled test on ds390
610
611 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
612
613         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
614         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
615
616 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
619         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
620           (cl_address_space constructor): removed expensive initialization,
621           (cl_address_space::get_cell): extended for late initialization,
622           (cl_address_space::*): use late initialization,
623           (cl_address_decoder::activate): removed expensive initialization,
624           This reduced regression test running time by 25%
625
626 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
627
628         * packihx/,
629         * configure.in,
630         * configure,
631         * sdcc.dsw,
632         * Makefile.bcc,
633         * Makefile.in,
634         * support/packihx/Makefile.in,
635         * support/packihx/clean.mk,
636         * support/packihx/Makefile.bcc,
637         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
638
639 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
640
641         * src/SDCCval.c (valNot): fix for regression test failure
642           of not.c on big endian hosts
643
644 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
647
648 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
649
650         * device/lib/mcs51/Makefile.in: changed string comparison operator
651           to = for POSIX compliance; == is bash extension
652
653 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
654
655         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
656           kosmonaut_pirx
657
658 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
659
660         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
661         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
662         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
663         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
664         bug report #1478657,
665
666 2006-05-05 Borut Razem <borut.razem AT siol.net>
667
668         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
669           making the html
670
671 2006-05-02 Borut Razem <borut.razem AT siol.net>
672
673         * doc/Makefile.in: removed *.ind dependency since there is no rule to
674           create *.ind, which made make to fail if invoked with -j 2
675
676 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
677
678         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
679           Hubert Sack for patch 1479782
680
681 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
682
683         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
684
685 2006-05-01 Raphael Neider <rneider AT web.de>
686
687         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
688           (create_pic): store only prefix-free device name,
689           (init_pic): check for device names with "16" prefix,
690           (list_valid_pics),
691         * src/pic/device.h (struct PIC_device),
692         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
693             stored device name,
694         * device/include/pic/pic12f{635,675,629,683}.h,
695         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
696         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
697         * device/include/pic/pic16f505.h,
698         * device/lib/pic/libdev/pic16f505.c: removed
699         * device/include/pic/pic14devices.txt: added support for pic12f
700             devices, removed unsupported non 16-bit devices
701             [above changes provided by patch from Zik Saleeba]
702         * src/pic/*, src/pic16/*, device/include/pic16/*,
703           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
704
705 2006-05-01 Borut Razem <borut.razem AT siol.net>
706
707         * configure.in, configure, doc/Makefile.in:
708           sync with nightly build makefile - latex, dvipdf and dvips
709           not needed any more
710
711 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
712
713         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
714         in the library source
715
716 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
717
718         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
719
720 2006-04-28 Raphael Neider <rneider AT web.de>
721
722         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
723         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
724           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
725         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
726
727 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
728
729         * device/lib/pic/libdev/Makefile.in,
730         * device/lib/hc08/Makefile.in,
731         * device/lib/gbz80/Makefile.in,
732         * device/lib/z80/Makefile.in,
733         * device/lib/ds390/Makefile.in,
734         * device/lib/ds400/Makefile.in: added srcdir to include search path,
735         thanks to Borut for the bug report
736         * configure.in,
737         * configure: always create doc/Makefile independent from --enable-doc
738         * Makefile.in: always install from directory doc independent from
739         --enable-doc
740         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
741         removed
742         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
743         * doc/Makefile.in: install *.txt if present
744         * device/include/Makefile.in (install): added installation of pic/*.inc
745         and pic/*.txt files again, they were erroneously removed
746
747 2006-04-28 Raphael Neider <rneider AT web.de>
748
749         * src/pic/{gen.c,main.h,pcode.c},
750         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
751             concerning signedness with casts
752
753 2006-04-28 Raphael Neider <rneider AT web.de>
754
755         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
756             definition of an interrupt handler,
757         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
758             interrupt handler stuff from picglue() to separate routine,
759           (picglue): enabled definition of intr handlers in files w/o main()
760
761 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
762
763         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
764           compilation with MSVC 2005 Express Edition (VC8)
765
766 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
767
768         * device/lib/Makefile: fixed build of gbz80 lib
769
770 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
771
772         * support/regression/tests/bug-460010.c,
773         * support/regression/tests/bug-524691.c,
774         * support/regression/tests/bug-716242.c: removed conditional defines
775           that are already in testfwk.h
776
777 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
778
779         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
780           (AccAXRsh1): added, shift right by 1,
781           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
782            AccAXLrl1
783         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
784
785 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
786
787         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
788         remove cast to same type
789         * src/SDCCast.c (decorateType): fix for RFE 1475742,
790         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
791         * as/z80/Makefile,
792         * link/z80/Makefile: removed, they have moved to
793         Makefile.in files
794         * configure,
795         * configure.in: replaced duplicate message about ucsim by missing sdcpp
796         * install-sh: fix bug #1204398 by setting umask 0022
797         * device/lib/Makefile: separate build of z80 and gbz80 lib
798
799 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
800
801         Enabled VPATH feature: changed nearly all Makefiles (149 files).
802         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
803
804         One basic decision: e.g. src/clean.mk includes further files. In order
805         to make this work there are two solutions:
806         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
807           run configure on them. This way they can use
808           'include $(srcdir)/port-clean.mk'
809         - always include clean.mk by the Makefile at the same level. To avoid
810           that `make clean` tries to include and build Makefile.dep the
811           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
812           implemented, because now even `make uninstall` doesn't create
813           Makefile.in. clean.mk could be eliminated by pasting it in
814           Makefile.in.
815
816         * debugger/mcs51/Makefile.in: build own objects from library sources
817         (SLIB, SDCC) in current directory
818
819         * configure, configure.in: renamed --disable-device-lib-build in
820         --disable-device-lib; added --enable-doc, the required tools are
821         searched by configure; added result message; the toolchain for the
822         belonging ports are now only built, if the port is enabled.
823
824         * support/regression/*: all output is written in directory gen, because
825         the fwk and ports directories don't livet in the build tree using vpath
826
827         * doc/sdccman.lyx: renamed --disable-device-lib-build to
828         --disable-device-lib, added --enable-doc, added section VPATH
829
830         * sim/ucsim/configure.in,
831         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
832         z80 are enabled by default
833
834 2006-04-24 Raphael Neider <rneider AT web.de>
835
836         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
837             to config word, "pic14_"-prefixed some extern functions
838           (pic14_emitConfigWord): emit __config directive(s) if assignment to
839             config word has been found
840         * src/pic/device.h: added prototypes
841         * src/pic/pcode.c: added "pic14_"-prefix where needed
842         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
843             fixup
844         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
845             words,
846           (pic14emitRegularMap): ignore config words,
847           (pic14createInterruptVect): moved generating __config directives away
848           (picglue): have __config directives emitted
849
850 2006-04-24 Borut Razem <borut.razem AT siol.net>
851
852         * doc/Makefile: sync with nightly build makefile
853
854 2006-04-24 Raphael Neider <rneider AT web.de>
855
856         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
857             registers that have not been assigned proper liveranges,
858             fixes #1469504 and #1474602,
859           (pCodeRegOptimizeRegUsage): fixed typo in comment
860
861 2006-04-24 Borut Razem <borut.razem AT siol.net>
862
863         * device/examples/main8051.c: deleted - it was removed from CVS
864           24.mar.2000 and after that modified 18.feb.2001, so it reappered
865           after the transition to Subversion
866         * src/SDCCalloc.h: deleted - it was removed  from CVS
867           3.feb.2001 and after that modified 18.feb.2001, so it reappered
868           after the transition to Subversion
869         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
870           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
871           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
872           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
873
874 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
875
876         * as/asx8051.dsp: added mcs51/strcmpi.h
877         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
878         * as/hc08/aslink.h: updated lnksect prototype
879         * as/hc08/asm.h,
880         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
881         * as/hc08/asmain.c,
882         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
883           (newdot): handle A_ABS
884         * as/hc08/asout.c,
885         * as/mcs51/asout.c (outarea): output address
886         * as/hc08/lkaomf51.c,
887         * as/mcs51/lkaomf51.c: disabled unused array UsageType
888         * as/hc08/m08pst.c,
889         * as/mcs51/i51pst.c,
890         * as/z80/z80pst.c: "ABS" is not A_OVR
891         * as/hc08/lkarea.c (newarea): read a_addr,
892           (lnkarea): added codemap array, sort absolute areas to the front,
893            combine all GSINITx/GSFINAL,
894           (find_empty_space, allocate_space): new functions,
895           (lnksect): return next address, handle absolute sections
896         * as/mcs51/lkarea.c (newarea): read a_addr,
897           lnksect2 prototype changed,
898           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
899           (find_empty_space, allocate_space): new, factored out of lnksect2,
900           (lnksect2): return next address, handle absolute sections
901         * as/hc08/lkhead.c,
902         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
903         * as/hc08/lklibr.c (addfile, fndsym),
904         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
905           index out of range and detect both '\' and '/'
906         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
907         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
908           regression tests (ds390 cannot return bool yet)
909         * doc/sdccman.lyx: changed version number, document changed --no-peep,
910           document critical interrupts on z80, document changed SDCC define
911         * src/asm.c (_asxxxx_mapping): fixed .org directive,
912           (_a390_mapping): added .org directive
913         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
914           (genMultOneByte): fixed warnings
915         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
916           ones
917         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
918         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
919           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
920         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
921         * src/pic16/main.c: removed newReg prototype
922         * src/pic16/pcode.c,
923         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
924           warnings
925         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
926           ones
927         * src/pic16/ralloc.c
928         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
929           to fix warnings
930         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
931           from short to PIC_OPTYPE
932         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
933         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
934           optype from short to PIC_OPTYPE
935         * src/port.h: made int_size unsigned to fix warnings
936         * src/SDCC.y: fixed warning on MSVC
937         * src/SDCCicode.c (getArraySizePtr): return unsigned int
938         * src/SDCCopt.c (convertToFcall): fixed warnings
939         * src/SDCCsymt.h: removed double prototype for genSymName
940         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
941           offset int to fix warnings
942
943 2006-04-22 Borut Razem <borut.razem AT siol.net>
944
945         * doc/sdccman.lyx, */Makefile, */Makefile.in:
946           references to CVS replaced with Subversion
947
948 2006-04-21 Borut Razem <borut.razem AT siol.net>
949
950         * doc/sdccman.lyx, */Makefile, */Makefile.in:
951           references to CVS replaced with Subversion
952
953 2006-04-19 Borut Razem <borut.razem AT siol.net>
954
955         * src/version.awk: adapted for svn
956         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
957           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
958           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
959           /binutils-avr/etc/*.vi, *.jin: removed all properties
960           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
961
962 2006-04-19 Borut Razem <borut.razem AT siol.net>
963
964         * CVS to Subversion migration completed
965
966 2006-04-18 Borut Razem <borut.razem AT siol.net>
967
968         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
969           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
970
971 2006-04-17 Borut Razem <borut.razem AT siol.net>
972
973         * device/include/Makefile.in: added pic/*.inc to the installation
974
975 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
976
977         * support/regression/collate-results.py: fixed output in case of
978         a valdiag error
979         * support/regression/generate-cases.py: fixed splitting of pathnames
980         with dots
981         * as/hc08/lklibr.c (addfile),
982         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
983
984 2006-04-11 Raphael Neider <rneider AT web.de>
985
986         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
987         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
988         * src/pic16/pcode.c (assignValnums): fixed #1460578
989
990 2006-04-11 Raphael Neider <rneider AT web.de>
991
992         * device/lib/pic/libdev/*.c,
993         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
994           fixes #1468739, enables compilation in --std-c99 mode
995         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
996
997 2006-04-11 Raphael Neider <rneider AT web.de>
998
999         * src/pic/device.c (find_device): removed debug output
1000           (list_valid_pics): enabled verbose listing of supported devices
1001         * device/include/stdbool.h: define bool as char for pic14/16 as well
1002
1003 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1004
1005         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1006
1007 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1008
1009         * .version: bumped version to 2.5.6
1010         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1011
1012 2006-04-06 Raphael Neider <rneider AT web.de>
1013
1014         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1015         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1016         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1017           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1018             pic14_constructAbsMap
1019           (pic14printPublics): declare absolute global symbols as global
1020           (pic14createInterruptVect),
1021         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1022           (newReg): assume new registers unused, use correct name in
1023             hashtable (reg->name instead of name), more debugLog output
1024         * src/pic/device.h (PIC_device): added fields for verbose output
1025         * src/pic/device.c: moved device definition to pic14devices.txt,
1026             added routines for runtime parsing of pic14devices.txt,
1027             added support for second config word
1028         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1029           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1030           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1031           (_pic14_parseOptions): moved pCodeInitRegisters here
1032           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1033         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1034           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1035             handling the pseudo stack
1036         * device/lib/Makefile.in: ignore failures in objects-pic16,
1037         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1038         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1039         * device/lib/pic/Makefile.subdir,
1040         * device/lib/pic16/Makefile.subdir: improved clean rules
1041         * device/lib/pic/libdev/: NEW, pic14 device libraries
1042         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1043         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1044         * device/include/Makefile.in: create subdir and install pic14 headers
1045         * device/include/pic/p16f_common.inc: removed unused declarations
1046         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1047             PICs from inc2h.pl v1.6,
1048             replaced BIT_AT macros with struct declarations
1049         * device/include/pic/pic14devices.txt: definition of supported devices,
1050             all above improvements contributed by Zik Saleeba, thanks
1051         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1052         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1053             headers
1054
1055 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1056
1057         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1058         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1059           thanks to Charles Olds
1060
1061 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1062
1063         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1064
1065 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1066
1067         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1068         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1069         * support/regression/bug1464657.c: added, new test
1070
1071 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1072
1073         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1074           version number
1075
1076 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1077
1078         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1079           --no-peep and --peep-file <file> are used don't use default rules but
1080           do use the <file>
1081
1082 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1083
1084         * src/mcs51/gen.c (genCall): fixed bug 1457608
1085
1086 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1087
1088         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1089         changes seem to cause (trigger?) problems with the build system.
1090
1091 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1092
1093         * src/SDCCpeeph.c (operandsLiteral): new, added,
1094           (callFuncByName): inserted operandsLiteral
1095         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1096
1097 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1098
1099         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1100         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1101
1102 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1103
1104         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1105           implemented patch 1120823 Thanks to Willy De la Court (normal
1106           interrupts need an interrupt number now if they are made critical),
1107           and enabled nesting of critical functions though not for gbz80
1108           (genCritical, genEndCritical): added functions
1109           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1110         * src/z80/mappings.i: added "ei" to all mappings
1111
1112 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1113
1114         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1115         submitted by the Debian SDCC maintainer Aurelien Jarno:
1116         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1117         archive with gcc 4.1 on mips and wrote the patch"
1118
1119 2006-03-16 Raphael Neider <rneider AT web.de>
1120
1121         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1122           the left operand is shorter than the result (c* = lit-c* + int),
1123           fixes bug #1450796
1124         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1125           OP_SYMBOL
1126
1127 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1128
1129         * src/.version: increased version number to 2.5.5
1130         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1131         linking is done manually in pic16 port's _linkEdit,
1132         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1133         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1134         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1135         allocate asmop as AOP_ACC,
1136         (aopForRemat): added parameter 'bool result' in function declaration,
1137         (pic16_aopGet): return AOP_ACC when accessing WREG,
1138         (pic16_popGetTempReg): minor modification,
1139         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1140         'pic16_allocWithIdx',
1141         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1142         calling function in absolute addresses,
1143         (genAssign): take into account AOP_ACC asmop,
1144         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1145         * src/pic16/pcoderegs.c: some debug functions and lines added,
1146         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1147         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1148         register too,
1149         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1150         call to allocReg, not by manually allocating a new one,
1151         (pic16_assignRegisters): now before going through the register
1152         allocating functions mark all registers as free. This eliminates some
1153         side effects resulting from peephole parser done earlier in the backbone
1154
1155 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1156
1157         * src/SDCCicode.c (geniCodeLogic),
1158         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1159
1160 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1161
1162         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1163           (genSend): bugfix, do not allocate and free twice,
1164           (shiftRLong): handle partially overlapping aops
1165         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1166
1167 2006-03-08 Borut Razem <borut.razem AT siol.net>
1168
1169         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1170           for pic16
1171
1172 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1173
1174         * support/regression/tests/bug1409955.c: new, added
1175         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1176         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1177           (aopForSym, aopOp): increment asmop.allocated if reused,
1178           (freeAsmop): decrement asmop.allocated and check for zero instead of
1179           using asmop.freed,
1180           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1181           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1182            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1183            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1184            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1185            genSignedRightShift, genRightShift, genDataPointerGet,
1186            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1187            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1188             in reverse order from allocation,
1189           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1190             added swappedLR to keep track
1191         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1192           pdata & code for GCC, z80, gbz80 & hc08
1193         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1194
1195 2006-03-08 Raphael Neider <rneider AT web.de>
1196
1197         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1198
1199 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1200
1201         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1202         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1203         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1204
1205 2006-03-06 Borut Razem <borut.razem AT siol.net>
1206
1207         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1208           made the linker quiet
1209
1210 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1211
1212         * src/pic16/gen.c (genPcall): fixed bug #1443644
1213         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1214         which dumps before the function entry point a data byte which represents
1215         the number of the local variables used by the specified function, added
1216         'xinst' for initial support for Extended Instruction Support,
1217         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1218         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1219         port->fun_prefix anymore (may change later),
1220         (genFunction, genEndFunction): do not store/restore local registers for
1221         _main (this should take care the --main-return command line option in
1222         the future),
1223         (genOr): removed some legacy pic-port instructions,
1224         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1225         performing operations with SFR's causes data to be written more than
1226         once to each SFR. Perhaps SFRs should be handled in special cases...
1227         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1228         pcode.h
1229         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1230         into account for stack starting position,
1231         (struct OPTIONS pic16_optionsTable): added command line argument
1232         --extended or -y for Extended Instruction Support,
1233         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1234         (deassignLRs): *** perhaps the most important change, old 'for' code
1235         (commented out for reference), didn't account for some registers which
1236         were left marked 'not free' after a pointer operation. The change
1237         reduces register usage a lot in some cases
1238
1239 2006-03-04 Borut Razem <borut.razem AT siol.net>
1240
1241         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1242           _clean
1243         * support/regression/tests/bug-524697.c: decreased array size for
1244           mcs51 to fit into the internal RAM
1245         * support/regression/Makefile.in: a little bit more verbose
1246
1247 2006-03-03 Borut Razem <borut.razem AT siol.net>
1248
1249         * support/regression/fwk/lib/testfwk.c,
1250           support/regression/fwk/include/testfwk.h: introduced function
1251           _prints(), nonrecursive _printn(), call _initEmu() from main()
1252         * support/regression/ports/gbz80/support.asm,
1253           support/regression/ports/ucz80/support.asm,
1254           support/regression/ports/z80/support.asm,
1255           support/regression/ports/ds390/support.c,
1256           support/regression/ports/hc08/support.c,
1257           support/regression/ports/host/support.c,
1258           support/regression/ports/mcs51/support.c,
1259           support/regression/ports/xa51/support.c: added empty _initEmu()
1260           function
1261         * support/regression/ports/pic16/gpsim.cmd,
1262           support/regression/ports/pic16/spec.mk,
1263           support/regression/ports/pic16/support.c,
1264           support/regression/Makefile.in: added pic16 regression test
1265
1266 2006-03-01 Raphael Neider <rneider AT web.de>
1267
1268         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1269           genConstPointerGet): use safe way of generating MOVFF to cover
1270             literals as well as registers, fixes bug #1440527
1271         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1272             dereference
1273           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1274             more correctly, fixes bug #1232186
1275           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1276         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1277             gplink guess the correct processor in more cases, applied patch
1278             from Till Riedel attached to and fixing bug #1436552
1279
1280 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1281
1282         * support/regression/tests/array.c: added, contains check for #1434401
1283         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1284
1285 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1286
1287         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1288         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1289         * device/include/mcs51/c8051f326.h,
1290         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1291         * device/include/mcs51/c8051f000.h,
1292         * device/include/mcs51/c8051f018.h,
1293         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1294           PCON_IDLE,PCON_STOP and added sfr16 definitions
1295
1296 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1299           genGetWord): fixed bug 1409955
1300
1301 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1302
1303         * device/include/hc08/mc68hc908gp32.h,
1304         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1305
1306 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1307
1308         * src/SDCCast.c (constExprValue): return NULL if not a value
1309         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1310         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1311         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1312
1313 2006-02-13 Borut Razem <borut.razem AT siol.net>
1314
1315         * src/regression/ptrarg.c: added, fails due to bug #1430967
1316         * src/regression/Makefile: ptrarg.c added, ...
1317
1318 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1319
1320         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1321         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1322
1323 2006-02-11 Borut Razem <borut.razem AT siol.net>
1324
1325         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1326           print "Processor: xxx" message to stdout only if --verbose
1327
1328 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1329
1330         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1331         * support/regression/tests/bug1426356.c: added
1332         * support/regression/tests/bitfields.c: removed 2 tests
1333
1334 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1335
1336         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1337         * device/include/mcs51/c8051f330.h,
1338         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1339           PCON_IDLE,PCON_STOP and added sfr16 definitions
1340         * device/lib/_divsint.c,
1341         * device/lib/_divuint.c,
1342         * device/lib/_divulong.c,
1343         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1344           register bank bug for small stackauto
1345
1346 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1347
1348         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1349
1350 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1351
1352         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1353         * all.dsp: corrected several bin paths
1354         * device/include/mcs51/c8051f120.h,
1355         * device/include/mcs51/c8051f300.h,
1356         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1357           to PCON_IDLE,PCON_STOP
1358         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1359         * device/lib/printf_large.c (output_float): fixed bug 1388703
1360         * support/regression/tests/bug1057979.c: added test for bug 1388703
1361
1362 2006-02-08 Raphael Neider <rneider AT web.de>
1363
1364         * src/pic/pcode.c (pciTRIS): fixed typo,
1365           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1366           (LinkFlow): fixed handling of flows that end in a call,
1367           (ReuseReg): perform safety check earlier
1368         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1369             to work with flows at the beginning of a pBlock,
1370             fixes #1426557 (Symbol not previously defined),
1371           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1372             usage information
1373           (RemoveUnusedRegisters): update register usage info
1374         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1375             created, reuse existing ones instead
1376         * src/pic/gen.c (genPcall): fixed #1424719
1377
1378 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1379
1380         * link/z80/lkmain.c,
1381         * link/z80/lklex.c,
1382         * link/z80/lkdata.c,
1383         * link/z80/aslink.h: fixed build on current cygwin:
1384         replaced getline() by lk_getline()
1385
1386 2006-02-01 Borut Razem <borut.razem AT siol.net>
1387
1388         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1389           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1390           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1391           src/regression/bool1.c, src/regression/bool2.c,
1392           src/regression/bool3.c, src/regression/call1.c,
1393           src/regression/compare.c, src/regression/compare10.c,
1394           src/regression/compare2.c, src/regression/compare3.c,
1395           src/regression/compare4.c, src/regression/compare5.c,
1396           src/regression/compare6.c, src/regression/compare7.c,
1397           src/regression/compare8.c, src/regression/compare9.c,
1398           src/regression/configword.c, src/regression/for.c,
1399           src/regression/inline.c, src/regression/mult1.c,
1400           src/regression/nestfor.c, src/regression/or1.c,
1401           src/regression/pointer1.c, src/regression/ptrfunc.c,
1402           src/regression/rotate1.c, src/regression/rotate2.c,
1403           src/regression/rotate3.c, src/regression/rotate4.c,
1404           src/regression/rotate5.c, src/regression/rotate6.c,
1405           src/regression/rotate7.c, src/regression/string1.c,
1406           src/regression/struct1.c, src/regression/sub.c,
1407           src/regression/sub2.c, src/regression/switch1.c,
1408           src/regression/while.c, src/regression/xor.c,
1409           src/regression/create_stc, src/regression/simulate,
1410           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1411           regression tests
1412         * src/regression/gpsim_assert.h: added
1413
1414 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1415
1416         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1417         ((void (code *) (void)) 0) ();
1418         * as/hc08/aslex.c,
1419         * as/hc08/aslink.h,
1420         * as/hc08/asm.h,
1421         * as/hc08/asmain.c,
1422         * as/hc08/lkdata.c,
1423         * as/hc08/lklex.c,
1424         * as/hc08/lkmain.c,
1425         * as/mcs51/aslex.c,
1426         * as/mcs51/aslink.h,
1427         * as/mcs51/asm.h,
1428         * as/mcs51/asmain.c,
1429         * as/mcs51/lkdata.c,
1430         * as/mcs51/lklex.c,
1431         * as/mcs51/lkmain.c,
1432         * as/z80/aslex.c,
1433         * as/z80/asm.h,
1434         * as/z80/asmain.c: fixed build on current cygwin:
1435         replaced getline() by as_getline()
1436
1437 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1438
1439         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1440         declarator in the symbol chain
1441         * src/SDCCsymt.h,
1442         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1443         parameter list for function pointers
1444         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1445         * support/regression/tests/bug-716242.c: added
1446
1447 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1448
1449         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1450         offset if possible
1451         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1452
1453 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1454
1455         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1456         inifinitely recurseable, added static
1457         * support/regression/tests/bug-1408066.c: added
1458
1459 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1460
1461         * src/SDCCicode.h,
1462         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1463         renamed, added possibility to create "postLoopLbl"-labels
1464         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1465         newiTempLoopHeaderLabel
1466         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1467         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1468         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1469         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1470         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1471         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1472         (basicInduction): fixed bug #136564, made static,
1473         (loopInduction): changed parameter of basicInduction, made static,
1474         (addPostLoopBlock): added
1475         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1476         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1477         findLoopEndSeq
1478         * support/regression/tests/bug-136564.c: added
1479         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1480         --std-sdcc99 to LIBSDCCFLAGS
1481
1482 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1483
1484         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1485         while loop
1486         * support/regression/tests/bug-1406131.c: added
1487
1488 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1489
1490         * src/SDCCast.c (decorateType): fix promotion of unary minus
1491         * src/SDCCsymt.c (computeType): beautified
1492         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1493         (valUnaryPM, valComplement): fix sign and promotion,
1494         (valNot): ANSI: result type is int (SDCC: unsigned char)
1495         * support/regression/tests/uminus.c: speedup by removing superflous
1496         test case 'int'
1497         * support/regression/tests/onebyte.c: added promotion and signedness
1498         tests for unary minus
1499         * support/regressions/tests/bug-477927.c: disable warning about
1500         uninitialized variables
1501         * support/regression/tests/not.c: added
1502
1503 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1504
1505         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1506         * src/mcs51/gen.c (gen51Code): show final register usage after
1507         fillGaps in asm with --i-code-in-asm
1508         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1509         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1510         incUsed, rliveClear, adjustIChain): made static,
1511         (setFromRange): excluded because it's unused,
1512         (findPrevUseSym, markWholeLoop): added,
1513         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1514         through all branches of predecessors enables sdcc to emit the warning
1515         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1516         (rlivePoint): made static, added parameter emitWarnings which is only
1517         true during the first run out of two,
1518         (findRecursiveSucc, findRecursivePred): removed,
1519         (computeLiveRanges): made static, added parameter emitWarnings,
1520         (dumpIcRlive): added for debugging only
1521         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1522         removed prototype of setFromRange()
1523         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1524         in call of computeLiveRanges()
1525         * support/regression/tests/bug-895992.c: added
1526         * support/regression/tests/bug-971834.c: added
1527         * support/valdiag/tests/bug-895992.c: added
1528         * support/valdiag/tests/bug-971834.c: added
1529
1530 2005-12-18 Raphael Neider <rneider AT web.de>
1531
1532         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1533           (genUnpackBits): improved code for direct operands,
1534           (genPackBits): improved code for literal assignment to bitfields
1535             and for direct destination operands (no FSR indirection),
1536             prevented redundant AND, fixes #1362800,
1537           (AccLsh): added parameter to disable masking of the result
1538         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1539           skip instructions with side-effects (like incfsz),
1540           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1541         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1542         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1543           fixes #1375263
1544
1545 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1546
1547         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1548         volatile variables as spill location
1549
1550 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1551
1552         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1553         replacing literals
1554         * support/regression/tests/bug-1376320.c: added
1555
1556 2005-12-08 Raphael Neider <rneider AT web.de>
1557
1558         * src/pic/device.c: renamed is_shared to pic14_is_shared
1559         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1560         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1561           (is_valid_identifier): added for above workaround
1562
1563 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1564
1565         * device/lib/Makefile.in: fixed to enable port-specific-objects
1566         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1567           char, thanks Hubert Sack
1568         * doc/sdccman.lyx: documented --xstack-loc,
1569           elaborated a bit more on interrupts and pitfalls,
1570           removed "setjmp/longjmp unsupported",
1571           documented some unsupported C99 features
1572         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1573         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1574           if, thanks Hubert Sack
1575         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1576         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1577           make make_library
1578         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1579           regression tests can report resource usage (rfe 700441)
1580         * support/regression/collate-results.py: report resource usage
1581         * support/regression/ports/ds390/spec.mk,
1582         * support/regression/ports/hc08/spec.mk,
1583         * support/regression/ports/mcs51/spec.mk,
1584         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1585         * support/regression/ports/ds390/uCsim.cmd,
1586         * support/regression/ports/hc08/uCsim.cmd,
1587         * support/regression/ports/mcs51/uCsim.cmd,
1588         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1589         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1590           library, use the default one
1591         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1592           building the library
1593
1594 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1595
1596         * config.dsp: added dependency on .version and configure_vc.awk
1597         * device/include/setjmp.h: updated for --stack-auto and --xstack
1598         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1599         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1600         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1601         * device/lib/libsdcc.lib: added _setjmp
1602         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1603           (decorateType): fixed bug 1372851,
1604           (optimizeGetHbit): fixed warning
1605         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1606           array initialisation
1607         * support/regression/tests/bug1057979.c: added test for bug 1358192
1608         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1609
1610 2005-12-03 Borut Razem <borut.razem AT siol.net>
1611
1612         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1613           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1614
1615 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1616
1617         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1618         createIval): implement symbol independant "flexible array member",
1619         (createIvalCharPtr): implemented flexible array initialisation with a
1620         string
1621         * src/SDCCsymt.c (copyStruct): removed,
1622         (getSize): fixed misleading comment,
1623         (getAllocSize): removed, the additional allocation size is now in
1624         sym->flexArrayLength,
1625         (checkStructFlexArray): new, syntax checks for flexible array members,
1626         (compStructSize): added syntax checks for "flexible array members"
1627         (copyStruct): removed,
1628         (copyLinkChain): removed inefficient fix for bug 770487
1629         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1630         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1631         symbol->flexArrayLength
1632         * src/SDCCerr.c,
1633         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1634         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1635         * support/regression/tests/structflexarray.c: added
1636         * support/valdiag/tests/structflexiblearray.c: added
1637
1638 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1639
1640         * src/SDCCast.c (decorateType): fixed bug 1368489
1641         * support/Util/SDCCerr.c,
1642         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1643
1644 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1645
1646         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1647           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1648
1649 2005-11-27 Borut Razem <borut.razem AT siol.net>
1650
1651         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1652           support/cpp2/mkdeps.h: added command line option
1653           -obj-ext=<extension> to SDCPP to define object file externion, used
1654           for generation of make dependencies (-M)
1655         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1656
1657 2005-11-26 Borut Razem <borut.razem AT siol.net>
1658
1659         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1660           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1661           added pic and pic16 libraries
1662
1663 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1664
1665         * device/include/float.h: Corrected typo in prototype of __fsgt
1666
1667 2005-11-25 Borut Razem <borut.razem AT siol.net>
1668
1669         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1670           added creation of model-mcs51-stack-auto libraries
1671
1672 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1673
1674         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1675         and fields-list too
1676         * src/SDCCast.c (createIvalArray): removed obsolete comment
1677
1678 2005-11-24 Borut Razem <borut.razem AT siol.net>
1679
1680         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1681           added missing device/lib/mcs51/crt*.asm sources
1682
1683 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1684
1685         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1686
1687 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1688
1689         * device/lib/_fs2schar.c,
1690         * device/lib/_fs2sint.c,
1691         * device/lib/_fs2slong.c: optimized inline asm
1692
1693 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1694
1695         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1696           Better handling of floats between -1.0 and 0.0.
1697
1698 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1699
1700         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1701           (the missing "if"s prohibited removal of redundant labels)
1702
1703 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1704
1705         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1706           Properly convert floats between -1.0 and 0.0 to long, int, and char
1707           types (max integer value of negative floats tends to zero).
1708         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1709           Removed changes made so to work properly with floats between
1710           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1711           and _fs2char.c
1712
1713 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1714
1715         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1716         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1717         (genCast) cosmetic change
1718         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1719         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1720         from mcs51
1721         * support/regression/tests/bitfields (testSignedBitfields): added
1722
1723 2005-11-18 Borut Razem <borut.razem AT siol.net>
1724
1725         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1726         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1727           introduced SILENT option to make building of pic16 libraries less
1728
1729 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1730
1731         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1732           Now they work properly with floats between -1.0 and 0.0
1733         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1734
1735 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1736
1737         * src/SDCCicode.c (printOperand): added missing else
1738
1739 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1740
1741         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1742         reformatted for better readability
1743         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1744         signed bitfields
1745
1746 2005-11-17 Borut Razem <borut.razem AT siol.net>
1747
1748         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1749           introduced SILENT option to make building of pic16 libraries less
1750           verbose - used for nightly snapshot build
1751         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1752           available on Win32 platforms.
1753         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1754           medium, large, pic and pic16
1755
1756 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1757
1758         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1759           printf("%f"...) sets fraction to zero.
1760
1761 2005-11-16 Raphael Neider <rneider AT web.de>
1762
1763         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1764           fixes #1357221
1765         * src/pic/gen.c (genIfx): implemented for CARRY bit
1766         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1767           to generic pointers, fixes #1357332,
1768           (pic16_movLit2f): NEW,
1769           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1770
1771 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1772
1773         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1774
1775 2005-11-11 Raphael Neider <rneider AT web.de>
1776
1777         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1778         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1779           compute pointer's type from operand,
1780           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1781           improved single bit reads, fixes bug #1353379
1782
1783 2005-11-09 Borut Razem <borut.razem AT siol.net>
1784
1785         * support/scripts/sdcc.nsi: added lib/pic to the package
1786
1787 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1788
1789         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1790
1791 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1792
1793         * support/regression/tests/bug1348008.c: added
1794         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1795         * support/regression/tests/bug1337835.c: updated comment
1796
1797 2005-11-06 Borut Razem <borut.razem AT siol.net>
1798
1799         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1800           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1801           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1802           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1803           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1804           dynamic construction of cl_error_class and derivates - 2.nd try
1805
1806 2005-11-05 Borut Razem <borut.razem AT siol.net>
1807
1808         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1809           bug, which caused Bus Errors on sparc solaris
1810
1811 2005-11-04 Borut Razem <borut.razem AT siol.net>
1812
1813         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1814           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1815           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1816           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1817           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1818           and derivates to resolve the initialization problem on OSX
1819
1820 2005-11-02 Borut Razem <borut.razem AT siol.net>
1821
1822         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1823           corrected typo - #include <winsock2.h>
1824
1825 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1826
1827         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1828           (_asxxxx_mapping): added org directive for future enhancements
1829
1830 2005-11-01 Borut Razem <borut.razem AT siol.net>
1831
1832         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1833           enabled sockets on WIN32
1834         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1835
1836 2005-10-31 Borut Razem <borut.razem AT siol.net>
1837
1838         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1839           WIN32 backslash path delimiters should be escaped when used in C strings
1840         * support/regression/tests/bitfields.c: exclude failing assertions for
1841           __CYGWIN32__ and __MINGW32__ hosts
1842
1843 2005-10-30 Borut Razem <borut.razem AT siol.net>
1844
1845         * src/SDCCutil.c: corrected double comparison typo
1846
1847 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1848
1849         * device/lib/medium/Makefile: added for new memory model medium
1850         * device/include/asm/mcs51/features.h: updated for medium/pdata
1851         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1852           added Multiply & Accumulate sbit's and MAC0_PAGE define
1853         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1854         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1855         * device/lib/_mullong.c: update for medium model
1856         * device/lib/incl.mk: added medium model
1857         * doc/sdccman.lyx: documented medium model
1858         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1859         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1860         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1861         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1862           (allocParms): set SCLS and OCLS to pdata for medium model
1863         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1864           for pdata,
1865           (powof2): return <0 if not power of 2
1866         * src/avr/gen.c (genBitWise): use updated powof2
1867         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1868           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1869           (shiftLLeftOrResult): use B if necessary
1870         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1871         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1872         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1873         * support/regression/Makefile.in: added test-mcs51-medium
1874         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1875
1876 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1877
1878         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1879         specifier unsigned
1880         * device/lib/time.c (mktime): fixed bug 1334315
1881
1882 2005-10-28 Raphael Neider <rneider AT web.de>
1883
1884         * device/include/pic/p16f_common.inc: added common declarations
1885         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1886
1887 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1888
1889         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1890           (aopPutUsesAcc): added to predict accumulator use,
1891           (assignResultValue): save acc if necessary,
1892           (genMinusDec): store result if indirectly addressed,
1893           (genDivOneByte):  save acc if necessary,
1894           (movLeft2Result): bugfix if left already in acc,
1895           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1896             attention to accumulator use (esp. pdata),
1897           (genReceive): receive pdata correctly
1898         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1899         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1900
1901 2005-10-27 Raphael Neider <rneider AT web.de>
1902
1903         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1904
1905 2005-10-27 Raphael Neider <rneider AT web.de>
1906
1907         * .version: changed version to 2.5.4
1908         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1909         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1910           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1911             arithmetics support routines
1912         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1913         * device/lib/Makefile.in: also create installdir for pic
1914
1915         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1916           pic14 port as well
1917         * src/pic/device.c (dump_sfr): rewritten to delegate register
1918           placement to the linker (use `extern sym' rather than sym EQU addr),
1919           (validAddress): fixed to check last specified address
1920         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1921           (popGetLit): truncate literal value to 8 bit,
1922           (popGet): moved assert to more appropriate place
1923           (popGetExternal): create pCode operand from and mark the according
1924             symbol as being `extern'
1925           (popGetAddr): added sanity check on immediate's offset, provide
1926             GPOINTER tag on demand
1927           (aopPut): fixed for immediates,
1928           (mov2w_op): move operand's address or contents to WREG (depending on
1929             operand type), safer variant of mov2w,
1930           (movwf,call_libraryfunc): NEW, handy abbreviations,
1931           (get_argument_pcop,get_return_val_pcop,pass_argument,
1932           get_returnvalue): interface for accessing function parameters and
1933             return values,
1934           (assignResultValuei,genRet): use new parameter/return value interface
1935           (pic14_getDataSize): back to old version handling generic pointers,
1936           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
1937             provided implementation and/or fixed old one,
1938           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
1939             calls, removed legacy 8051 reference code
1940           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
1941           (loadSignToC): NEW, move the operands sign bit to CARRY,
1942           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
1943             genRightShiftSigned, accepts negative shift counts,
1944           (setup_fsr): load FSR and adjust IRP (indirect memory access),
1945           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
1946             generic pointers, __data pointers and __code pointers,
1947           (genUnpackBits,genPackBits): rewritten to work with generic pointers
1948             and signed bitfields, limit bitfields to 8 bit,
1949           (genDataPointerGet): fixed number of bytes read,
1950           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
1951           (genPointerGet,genPointerSet): fixed handling of __code pointers,
1952             pointers to constant data are no longer assumed to point to __code
1953             space, removed invalid pointer types,
1954           (bitpatternFromVal): retrieve the PICs representation of an integer
1955             or float literal,
1956           (genDataPointerSet): fixed assigning to po_immediate operands,
1957           (genGenPointerSet): implemented as library call,
1958           (genIfx): fixed incorrect condition,
1959           (genAddrOf): limit generic pointers' addresses to 2 bytes,
1960             provide GPOINTER tag according to destination's storage class,
1961           (genCast): added code to handle casting to generic pointers, added
1962             sign-/zero extension of the result
1963           (aop_isLitLike,op_isLitLike): fixed handling of immediates
1964         * src/pic/gen.h: added macros to access IRP bit in STATUS register
1965         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
1966           extend the result
1967         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
1968           address/register resides in the shared banks
1969           (emitSymbolToFile): improved to handle global and `pinned' symbols,
1970             put all variables into separate sections (have the linker arrange
1971             them)
1972           (picglue): put init code and interrupt handlers in separate sections
1973         * src/pic/main.c: added port specific options table, modified to PORT
1974           structure to make GPOINTERs 3 byte, added pic14_options
1975           (_pic14_do_link): private linking routine (update paths to libraries,
1976             add libsdcc.lib by default)
1977         * src/pic/main.h: declare pic14_options
1978         * src/pic/pcode.c: fixed instructions i/o relations,
1979           (RegCond): reverted to correct version,
1980           (newpCodeOpLit): truncate literals to 8 bit,
1981           (genericPrint): added debug output,
1982           (getRegFromInstruction): fixed for various operand types, simplified
1983           (BuildFlow): fixed broken handling of isntructions with labels
1984           (LinkFlow): start at last instruction in flow (skip trailing comments),
1985             pass the flow on to the next instruction after CALL
1986           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
1987           (insertPCodeInstruction): fixed inserting after a skip instruction,
1988           (DoBankSelect): fixed for labeled instructions
1989           (OptimizepBlock): honor --nopeep switch
1990           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
1991         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
1992         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
1993           (pCodeOptime2pCodes): allow disabling this optimization via
1994             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
1995             but is still buggy), started implementation of a dataflow based
1996             pCode optimization (CSE + dead code elimination)
1997           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
1998         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
1999           names are independant of the stack location and therefore portable across
2000           devices
2001
2002 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2003
2004         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2005           (selectSpil): fixed bug 1337835 by not spilling bit variables
2006         * support/regression/tests/bug1337835.c: added test for this bug
2007         * src/mcs51/peeph.def: restart after rule 3.c,
2008           addded rules 263.x to optimize loading constants
2009
2010 2005-10-26 Raphael Neider <rneider AT web.de>
2011
2012         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2013         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2014           (genAssign): emit warning when casting literals to generic pointer
2015             type, also applies when taking the address of a fixed variable,
2016           (genCast): improved casting to generic pointers
2017         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2018           extern variables, added verbose error message
2019         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2020
2021 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2022
2023         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2024         carry must be complemented too
2025         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2026         could be emitted by genMinus
2027         * src/SDCCval.c (constVal): fixed bug 1305065
2028
2029 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2030
2031         * src/SDCCast.c (addCast): added promotion for bit variables
2032         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2033         promotion casts + optimisation
2034         (optimizeGetWord): fix warning 'i' might be used uninitialized
2035         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2036         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2037
2038 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2039
2040         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2041         all chars are promoted to int; promotion should be handled in SDCCast.c
2042
2043 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2044
2045         * device/lib/_strcmp.c: Fixed bug 1326457
2046
2047 2005-10-11 Raphael Neider <rneider AT web.de>
2048
2049         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2050         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2051
2052 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2053
2054         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2055         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2056
2057 2005-10-04 Raphael Neider <rneider AT web.de>
2058
2059         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2060           device/lib/pic16/pics.all: added pic18f1320
2061         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2062
2063 2005-09-30 Raphael Neider <rneider AT web.de>
2064
2065         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2066         * src/pic16/devices.inc: NEW, provides device descriptions
2067         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2068
2069 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2070
2071         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2072           GETHBIT
2073
2074 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2075
2076         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2077           documented Any Order Bit, Higher Order Byte and Higher Order Word
2078         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2079         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2080           (optimizeGetAbit): new, to get any bit, not only the high bit,
2081           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2082           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2083           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2084           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2085             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2086             GETABIT, GETBYTE, GETWORD: decorate them,
2087           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2088           (ast_print): added GETABIT, GETBYTE, GETWORD
2089         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2090         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2091           (geniCodeBinary): new generic binary icode,
2092           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2093         * src/port.h: updated comment for PORT.hasExtBitOp
2094         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2095           (genGetByte): new, to get a single byte,
2096           (genGetWord): new, to get a word from a long,
2097           (gen51Code): added GETABIT, GETBYTE, GETWORD
2098         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2099
2100 2005-09-23 Raphael Neider <rneider AT web.de>
2101
2102         * configure.in, configure: have device/lib/pic configured
2103         * device/lib/Makefile.in: added model-pic14
2104         * device/lib/clean.mk: added pic/ to clean rule
2105         * device/lib/pic: added rudimentary pic14 library providing support
2106           functions for multiplication/division/generic pointer access
2107         * src/SDCCopt.c (convilong): mark support functions as extern
2108           for pic14 port as well
2109         * src/pic/gen.c (genMult): added assertions,
2110           (genpic14Code): emit warning on unhandled iCodes
2111         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2112         * src/pic/pcode.c (pCodeOpCopy),
2113         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2114           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2115           SFR_REGISTER}), made safe for future extensions
2116         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2117           instructions even if preceeded by SKIP instructions (also remove
2118           them); removed unused code
2119         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2120           prevents leaving parts of the structure uninitialized after copying
2121
2122 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2123
2124         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2125           ago by me
2126         * support/regression/tests/addsub.c: added test for the bug
2127
2128 2005-09-21 Raphael Neider <rneider AT web.de>
2129
2130         * device/include/pic16/pic18f1220.h,
2131           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2132         * device/lib/pic16/Makefile.rules: added missing opening paren
2133         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2134           are provided in genutils.c,
2135           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2136           operand/result sizes,
2137           (genCmp): assert on NULL pointers first, then check deref'ed values
2138         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2139           result size
2140
2141 2005-09-18 Raphael Neider <rneider AT web.de>
2142
2143         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2144           as these are now unused,
2145           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2146         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2147           local, avoids uninitialized pointer dereference on r->name
2148         * src/pic16/ralloc.c (newReg): fixed indentation
2149
2150 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2151
2152         * src/SDCCval.c (constVal): fixed bug 730366
2153         * support/Util/SDCCerr.c,
2154         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2155
2156 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2157
2158         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2159
2160 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2161
2162         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2163
2164 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2165
2166         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2167           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2168         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2169           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2170         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2171         * packihx/packihx.c (hexDigit): made c unsigned char
2172         * as/mcs51/lklibr.c (fndsym),
2173         * link/z80/lkgb.c (gb),
2174         * link/z80/lklibr.c (fndsym),
2175         * link/z80/lkrloc.c (relr),
2176         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2177         * src/SDCC.lex (checkCurrFile, process_pragma),
2178         * src/SDCCglue.c (spacesToUnderscores),
2179         * src/SDCCmain.c (setParseWithComma, processFile),
2180         * src/asm.c (tvsprintf, printCLine),
2181         * src/avr/gen.c (emitcode, aopPut),
2182         * src/ds390/gen.c (emitcode),
2183         * src/hc08/gen.c (emitcode, emitinline),
2184         * src/mcs51/gen.c (emitcode, genInline),
2185         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2186           tokenizeLineNode),
2187         * src/pic/ralloc.c (debugLog),
2188         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2189           tokenizeLineNode),
2190         * src/pic16/ralloc.c (debugLog),
2191         * src/z80/main.c (_process_pragma):
2192            made all ctype.h function calls safe
2193         * src/SDCCopt.c: include math.h for fabs
2194         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2195           and used them throughout the code to make ctype.h function calls safe
2196         * src/ds390/main.c (asmLineNodeFromLineNode),
2197         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2198         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2199            unsigned char*
2200         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2201           (newpCodeAsmDir): made ctype.h function calls safe
2202         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2203           pic16_emitcode):  made lbp unsigned char*
2204         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2205           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2206         * src/xa51/gen.c (emitcode),
2207         * src/z80/gen.c (_emit2): made lbp unsigned char*
2208         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2209            char*
2210
2211 2005-09-05 Raphael Neider <rneider AT web.de>
2212
2213         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2214           access bank splitpoint
2215
2216 2005-09-05 Raphael Neider <rneider AT web.de>
2217
2218         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2219
2220 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2221
2222         * .version: changed to version 2.5.3
2223         * doc/sdccman.lyx: changed version to 2.5.3,
2224           documented --codeseg and --constseg and pragma codeseg and constseg,
2225           documented bit parameters (reentrant) and bit returning
2226         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2227            currFunc->recvSize, but is this ok for all ports?
2228           (ast2iCode): result of ~ on unsigned char must be cast to int for
2229            bool to work
2230         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2231           function pointers in bit space
2232         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2233           (processFuncArgs): call port.reg_parm() with reentrancy info
2234         * src/port.h,
2235         * src/avr/main.c,
2236         * src/ds390/main.c,
2237         * src/hc08/main.c,
2238         * src/pic/main.c,
2239         * src/pic16/main.c,
2240         * src/xa51/main.c,
2241         * src/z80/main.c: port.reg_parm prototype extended with
2242           "bool reentrant" parameter
2243         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2244           options.stackAuto for allocating bit register parameters
2245         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2246           (genSend): set BitBankUsed if it is,
2247           (selectRegBank): factored out of genCall for use in genPcall,
2248           (genCall): removed redundant dtype assignmen, use selectRegBank,
2249           (genPcall): handle returning in Carry properly, save in F0 if needed,
2250           (genReceive): handle bit register parameters
2251         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2252           (mcs51_assignRegisters): enable bit registers for all reentrant
2253            functions and don't set BitBankUsed unconditionally
2254         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2255         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2256         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2257
2258 2005-08-27 Borut Razem <borut.razem AT siol.net>
2259
2260         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2261         ppc-osx (Darwin) does not support -u option. It seems that it is
2262         supported only on Linux - GNU cp
2263
2264 2005-08-25 Borut Razem <borut.razem AT siol.net>
2265
2266         * sim/ucsim/gui.src/serio.src/Makefile.in,
2267           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2268           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2269           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2270           install and strip, since the strip at /usr/ccs/bin should be used
2271           on solaris
2272
2273 2005-08-24 Borut Razem <borut.razem AT siol.net>
2274
2275         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2276
2277 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2278
2279         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2280         ffffffffu
2281
2282 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2283
2284         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2285         * as/mcs51/lkmain.c (link_main): fixed warning
2286         * device/include/stdbool.h: ds390 has no advanced bit support yet
2287         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2288         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2289         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2290           and updated their macros
2291         * src/SDCCval.c (constVal): updated comment for renamed b_long
2292
2293 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2294
2295         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2296         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2297           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2298           (oprio): set priority for '['
2299         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2300            and adb_24_bit
2301         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2302         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2303         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2304         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2305           added overlayable BIT_BANK area
2306         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2307           (summary2): explain 'T' in legenda
2308         * as/mcs51/lkrloc.c: replaced old K&R style,
2309           (relr): added R_BIT processing,
2310           (errmsg): added "Bit-addressable relocation error",
2311           (adb_bit): added for converting from byte- to bit-addressable space,
2312           (adb_24_bit): added for converting from byte- to bit-addressable space
2313         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2314            used in reentrant functions now even as return value
2315         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2316         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2317           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2318         * src/SDCCglobl.h: added indicator BitBankUsed
2319         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2320            the bit registers b0-b7
2321         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2322           (geniCodeCast): fixed bug 1263853,
2323           (geniCodeLogicAndOr): put result in bool or char,
2324           (geniCodeReceive): added parameter func for accessing the return type,
2325           (geniCodeFunctionBody): pass func to geniCodeReceive
2326         * src/SDCCmain.c: added indicator BitBankUsed
2327         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2328         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2329           (checkSClass): don't put automatic bool/bit on stack,
2330           (checkFunction): removed check on function cannot return bit
2331         * src/SDCCsymt.h: added newBoolLink prototype
2332         * src/mcs51/gen.c (rb1regs): added bit registers,
2333           (movc): created for assigning to carry,
2334           (pushReg, popReg): created for pushing registers,
2335           (sameRegs): check both AOP_REG and AOP_CRY types,
2336           (aopOp): handle bit registers,
2337           (aopPut): optimization no self-assign,
2338           (saveRegisters): push reg->base (bits) only once for bit registers,
2339            and use pushReg,
2340           (unsaveRegisters): pop reg->base only once and use popReg,
2341           (assignResultValue): added parameter func and return in carry for bits,
2342           (genIpush): optimization no reload in A if not changed,
2343           (genSend): bit parameters in reentrant functions are passed in bit
2344            registers by first assigning to bits in B, then save registers and
2345            copy B to bits,
2346           (genCall): handle returning in Carry properly, save it in F0 if needed,
2347           (genPcall): updated assignResultValue call, this is not safe yet for bit
2348            returning function !!!
2349           (genFunction): don't generate equ's for bit registers and use pushReg,
2350           (genEndFunction): take care of bit returning functions and use popReg,
2351           (genRet): return bit in Carry,
2352           (genIfx): optimize bit registers and other directly addressable bits,
2353           (genReceive): updated assignResultValue call
2354         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2355           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2356            registers when using stack-auto
2357         * src/mcs51/ralloc.c (_G): added allBitregs,
2358           (regs8051): added the bit registers,
2359           (createStackSpil): use macro IS_BIT,
2360           (getRegBit): added to allocate a bit register, else spill,
2361           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2362           (updateRegUsage): factored out to ease stepping while debugging,
2363           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2364            also allocate bit registers,
2365           (fillGaps): handle bit registers,
2366           (findAllBitregs): added to create bit vector with all bit registers,
2367           (mcs51_allBitregs): returns this bit vector,
2368           (mcs51_assignRegisters): when using stack-auto use bit registers for
2369            passing parameters and creating local variables
2370         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2371
2372 2005-08-22 Borut Razem <borut.razem AT siol.net>
2373
2374         * device/lib/Makefile.in: replaced find option -or with -o
2375           to make it run on solaris
2376
2377 2005-08-22 Raphael Neider <rneider AT web.de>
2378
2379         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2380           fixes #1265442 (crash on Solaris)
2381
2382 2005-08-20 Borut Razem <borut.razem AT siol.net>
2383
2384         * configure, configure.in: added tests for libsocket and libnsl libraries,
2385           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2386           from support/regression/Makefile.in
2387         * support/regression/Makefile.in: added
2388         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2389         * sim/ucsim/libtool: regenerated on sparc-solaris
2390         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2391           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2392           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2393           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2394           sparc-solaris, which doesn't use GNU ld linker
2395         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2396         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2397
2398 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2399
2400         * src/mcs51/peeph.def: updated comments
2401
2402 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2403
2404         * device/lib/_gptrget.c,
2405         * device/lib/_gptrput.c: slightly shorter
2406         * doc/sdccman.lyx: incremented version
2407         * src/mcs51/peeph.def: moved peephole comments to the line of first
2408           change to better keep line correlation, reanimated 186.e
2409         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2410
2411 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2412
2413         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2414           David Saxton with quotes around file name.
2415
2416 2005-08-15 Borut Razem <borut.razem AT siol.net>
2417
2418         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2419           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2420           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2421           make tests run on x86_64 platform
2422
2423 2005-08-13 Raphael Neider <rneider AT web.de>
2424
2425         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2426           as it might be executed DURING a build (parallel make is wonderful)
2427
2428 2005-08-13 Raphael Neider <rneider AT web.de>
2429
2430         * device/lib/Makefile.in (port-specific-objects-pic16):
2431           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2432         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2433           dependency
2434         * device/lib/pic16/Makefile.rules: build subdirs before creating
2435           the library, removed builddir rule, create $(builddir) early in
2436           recurse rule, use empty recurse rule for leaf directories
2437         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2438           mkdir errors (race condition), removed duplicate suffix "hex"
2439           from clean rules
2440         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2441         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2442           prevents mkdir -p from aborting on Alpha
2443
2444 2005-08-12 Raphael Neider <rneider AT web.de>
2445
2446         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2447           db-statements in order to allow for arrays of pointers in code
2448           sections to be placed without interspersed 0-padding, fixes
2449           bug #1256215
2450         * (emitStatistics): fixed division by zero for pic18f1220
2451         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2452           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2453         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2454         * (pic16_pCodeConstString): keep track of already emitted string
2455           literals to prevent "duplicate definitions of symbol _str_NR"
2456         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2457           debug message
2458         * device/lib/Makefile.in: ignore failing PIC16 library builds
2459         * device/lib/pic16/Makefile: do not build if gputils are missing
2460         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2461
2462 2005-08-10 Raphael Neider <rneider AT web.de>
2463
2464         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2465           my last commit)
2466
2467 2005-08-10 Raphael Neider <rneider AT web.de>
2468
2469         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2470           Rokas' patch to add the new fixed point type "__fixed16x16"
2471         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2472           functions for __fixed16x16 arithmetics
2473         * device/lib/pic16: reimplemented the build system to support
2474           a separate build directory, better handling of libio (create
2475           the library in a separate subdir for each architecture) and
2476           easier configuration (centralized in Makefile.common)
2477
2478 2005-08-07 Raphael Neider <rneider AT web.de>
2479
2480         * src/pic16/gen.c (genrshTwo): fixed sign extension
2481         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2482         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2483           added T0CONbits
2484         * device/include/pic16/pic18f4220.h: NEW, header for
2485           pic18f4220 and pic18f4320
2486         * device/include/pic16/pic18fregs.h: added new devices,
2487           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2488         * device/include/pic16/signal.h: resolved name clashes
2489           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2490           to also allow testing for interrupt enable bits, added
2491           comments on how to use the macros
2492         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2493         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2494           register definitions for the devices
2495         * device/lib/pic16/pics.all: added new devices
2496         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2497           allocated memory
2498         * device/lib/pic16/libc/stdlib/memfree: do not count
2499           the block header as free memory
2500         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2501           simplified and added missing end-of-blocklist-marker
2502           (reported by Peter Onion, fixes #1252814)
2503         * (_mergeHeapBlock): fixed loop condition
2504         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2505           len==0, restructured code
2506         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2507           up a bit, reduced bitfield accesses, prevent endless loops
2508           in case of heap corruption
2509         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2510           "unreferenced arguments/must return a value" warnings
2511         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2512           replaced BAUDREG with SPBRG
2513         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2514           device/lib/pic16/debug/gstack/gstack.c: replaced
2515           _naked, _asm, _endasm with __naked, __asm, __endasm
2516
2517 2005-08-05 Raphael Neider <rneider AT web.de>
2518
2519         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2520           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2521
2522 2005-08-05 Borut Razem <borut.razem AT siol.net>
2523
2524         * device/lib/Makefile.in: added missing ';'
2525         * configure: removed ^M characters
2526
2527 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2528
2529         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2530           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2531           License
2532
2533 2005-08-04 Borut Razem <borut.razem AT siol.net>
2534
2535         * configure.in: pic16 libraries build 2nd try - enable running
2536           configure in device/lib/pic16
2537         * configure: regenerated from configure.in
2538         * device/lib/Makefile.in: create $(PORT)/bin directory
2539
2540 2005-08-03 Raphael Neider <rneider AT web.de>
2541
2542         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2543           to get/set values via pointers
2544         * (genUnpackBits,genPackBits): changed detection of
2545           ptr->bitfield vs. sym.bitfield, fixed access via generic
2546           pointers, removed dead (wrong) code for multibyte bitfields
2547         * (genNearPointerGet, genGenPointerGet): removed useless code,
2548           fixed bitfield detection, fixes #1250594
2549         * (genNearPointerSet): removed useless code
2550         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2551           and introduced macro pic16_emitpcode that conditionally emits
2552           the origin of the following pCode (useful for debugging SDCC)
2553         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2554         * (createDefmap): fixed handling of LFSR for --optimize-df
2555
2556 2005-08-02 Borut Razem <borut.razem AT siol.net>
2557
2558         * device/lib/Makefile.in: pic16 libraries build enabled since
2559           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2560
2561 2005-08-02 Raphael Neider <rneider AT web.de>
2562
2563         * src/pic16/gen.c (genPackBits): removed deprecated warning
2564         * (genGenPointerSet): fixed bitfield detection
2565
2566 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2567
2568         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2569
2570 2005-07-31 Raphael Neider <rneider AT web.de>
2571
2572         * device/lib/pic16/libdev/pic18f458.c,
2573           device/include/pic16/pic18f458.h: added missing T0CONbits
2574
2575 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2576
2577         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2578
2579 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2580
2581         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2582
2583 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2584
2585         * device/include/mcs51/at89c51ed2.h: added.
2586
2587 2005-07-23 Raphael Neider <rneider AT web.de>
2588
2589         * src/pic/gen.h: added emitpcode macro for debugging
2590         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2591           and replace by macro adding debug information on demand
2592         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2593         * (gencjne): tried to fix; replaced with correct (slower) code
2594         * (gen{Unp,P}ackBits): fixed single bit access
2595         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2596         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2597           previous instruction
2598         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2599           register has to be handled with care (forbidding movement
2600           of assignments/uses, removing assignments completely, ...)
2601         * (pCodeOptime2pCodes): make use of regIsSpecial
2602         * added lots of debugging output (commented out)
2603         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2604           from being reused as result UNLESS it is known to work
2605
2606 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2607
2608         * support/Util/dbuf.h: include <stddef.h> for size_t
2609         * .version: changed to version 2.5.2
2610
2611 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2612
2613         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2614
2615 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2616
2617         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2618           (genModOneByte): removed needless psha/pula
2619
2620 2005-07-22 Raphael Neider <rneider AT web.de>
2621
2622         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2623           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2624         * src/pic/gen.c (resolveIfx): do not "invent" labels
2625         * (genSkipc): changed to positive logic
2626         * (genSkipCond): removed as no longer needed
2627         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2628           backport from PIC16
2629         * (genLeftShift): check operands are in different registers
2630         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2631           INCF does not update CARRY...
2632         * src/pic/main.c: fixed _linkCmd
2633         * src/pic/pcode.c (unlinkpCode): added inactive code
2634         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2635           alive (do not assign result and operand overlapping registers)
2636
2637 2005-07-22 Raphael Neider <rneider AT web.de>
2638
2639         * src/pic/device.c (dump_sfr): replaced register declaration with
2640           call to emitSymbolToFile() to avoid duplicate symbols
2641         * (assignRelocatableRegisters): do not declare external symbols
2642         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2643           right (take size of type, not etype)
2644         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2645         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2646         * (packRegsForAccUse): disabled assignment of WREG as
2647           the result reg to prevent occurence of just fixed #1235003,
2648           fixes #1242954
2649         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2650           symbols (avoids duplicate symbols in .asm file)
2651         * (pic14emitRegularMap): use emitSymbolToFile()
2652         * src/pic/gen.c (aopOp): fixed spillLocation handling
2653         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2654         * (genDataPointerSet): removed unneccessary variables/output
2655
2656 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2657
2658         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2659         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2660
2661 2005-07-21 Raphael Neider <rneider AT web.de>
2662
2663         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2664           architecture cannot handle them efficiently, fixes bug #1235003
2665         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2666           check for empty sets before using them (fixes bug #1232190)
2667
2668 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2669
2670         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2671           (lnksect2): generate warnings for memory overlap
2672         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2673           constseg to set the name of these segments so you can instruct the linker
2674           to place them in banks
2675         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2676         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2677           added code_seg and const_seg to options
2678         * src/SDCCglue.c (emitMaps): use options.const_seg,
2679           (createInterruptVect): put interrupt vectors in segment HOME,
2680           (glue): put HOME before static segment and put the main glue in HOME,
2681           (glue): use options.code_seg
2682         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2683         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2684           these segments so you can instruct the linker to place them in banks
2685           (linkEdit): use code_loc for HOME segment which should be the first
2686           segment in code memory now
2687         * src/SDCCmem.c: fixed more stuff like bug 1238386
2688         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2689           (changePointer): don't change function pointers to code pointers for
2690           banked functions,
2691           (compareType): added exceptional check for banked function pointers
2692         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2693         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2694           after static in code memory
2695         * src/mcs51/gen.c: added aopLiteralLong prototype,
2696           (aopForSym): use getSize for functions,
2697           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2698           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2699           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2700           the segment,
2701           (genPcall): use call for literal function pointers and generate banked
2702           calls over the one trampoline so there's only one place for the user to
2703           modify according to his/hers hardware,
2704           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2705           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2706         * src/mcs51/main.c: added keyword banked,
2707           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2708         * support/Util/SDCCerr.c,
2709         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2710           needed for passing the bank and address to the trampoline
2711         * device/lib/mcs51/crtbank.asm: added for bankswitching
2712         * device/lib/mcs51/Makefile: added crtbank
2713
2714 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2715
2716         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2717           for fields at offset 0 of a struct or union as reported
2718           on 2005-07-07 in the developer mailing list.
2719
2720 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2721
2722         * src/SDCCmem.c: fixed bug 1238386
2723
2724 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2725
2726         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2727           (patch #1144962), added peephole 300, enabled 259.x
2728         * doc/sdccman.lyx: removed screenshot and provided link instead
2729
2730 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2731
2732         * doc/sdccman.lyx: added section about debugging with ddd
2733         * doc/figures/ddd_example.eps: screenshot of debugging session
2734
2735 2005-07-04 Raphael Neider <rneider AT web.de>
2736
2737         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2738           like CODE pointers, fixes #1115683
2739         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2740           call, fixes bugs #1232211, #1228110,
2741           fixed wrong casts to pCodeFlow from pCodeInstructions
2742
2743 2005-07-04 Raphael Neider <rneider AT web.de>
2744
2745         * src/pic/gen.c (popGet): changed assert to allow for
2746           bit operands
2747         * (popGetAddr): changed signature to provide
2748           an additional index, patched all call sites
2749         * (genCmpEq): handle literal-like operands correctly
2750         * (genAddrOf): added sanity checks on __code/__data pointers
2751         * (genAssign): added handling of symbols from __code section
2752         * (gencjne): do not generate code for comparisons whose result
2753           is neither stored nor used, fixes bug #1171114
2754         * (AccLsh, AccRsh): operate on operand instead of WREG
2755         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2756           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2757           by known count
2758         * rewrote complete shift-by-literal logic, commented unused
2759           functions out
2760         * (genConstPointerGet): get multiple bytes (if result size > 1),
2761           fixed handling of non-immediate addresses
2762         * (genPointerGet): handle CODE pointers like CONST pointers
2763         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2764         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2765           operand is to be treated as a literal or not
2766         * (mov2w,genPcall,genCmpEq),
2767           src/pic/genarith.c: use aop_isLitLike() to decide between
2768           literal/register contents
2769         * (addSign): added missing offset
2770         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2771           only emit comment in debug-mode,
2772           use {aop,op}_isLitLike throughout the file
2773         * src/pic/glue.c: fix initializers for pointers (work in progress)
2774         * src/pic/pcode.c (get_op): honor index on _const symbols
2775         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2776         * (dumppBlock): added pCode size estimation
2777         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2778           check for IS_SYMOP before OP_SYMBOL'ing
2779         * fixed indentation, compacted switch-statements
2780         * (allocReg): find free register and allocate it instead of
2781           allocating new registers all the time
2782         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2783           registers as its operands (necessary only for multibyte GETs)
2784
2785 2005-07-01 Raphael Neider <rneider AT web.de>
2786
2787         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2788           debugging .asm-output macros FENTRY + FEXIT
2789         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2790           way... I wonder...
2791         * (emitpComment): NEW, printf to pCode
2792         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2793           offset handling
2794         * (popGetAddr): NEW, variant of popGet to access an immediates
2795           high(er) bytes instead of the n'th byte of memory they reference,
2796           replaced popGet with popGetAddr where neccessary
2797         * (genDataPointerGet): reactivated and fixed implementation
2798         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2799           accesses
2800         * (genDataPointerSet): fixed multibyte assignments
2801         * (genpic14Code): fixed --i-code-in-asm handling
2802         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2803         * (genPlus): fixed index-out-of-bounds error
2804         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2805         * src/pic/ralloc.c: added debugging output macro FENTRY2
2806         * (spillThis): fixed indentation, enbraced for-body for clarity
2807         * (rematStr): commented out as now unused
2808         * (regTypeNum): commented out special spill case (overwrites
2809           arbitrary values)
2810         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2811
2812 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2813
2814         * doc/sdccman.lyx: documented sfr16/sfr32,
2815           added example for using storage class with function pointers
2816         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2817
2818 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2819
2820         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2821         * device/lib/_itoa.c,
2822         * device/lib/_ltoa.c: optimized codesize
2823         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2824           but don't know how to suppress the double warning.
2825         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2826         * support/Util/SDCCerr.c,
2827         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2828
2829 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2830
2831         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2832           fixed old K&R prototypes
2833         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2834         * device/lib/_gptrget.c,
2835         * device/lib/_gptrgetc.c,
2836         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2837           also new versions for small generic pointers and banked generic pointers
2838         * src/port.h: added const_name
2839         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2840         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2841         * src/SDCCcse.c (findPrevIc): check all associative operators
2842         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2843         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2844         * src/SDCCmem.c: updated comments,
2845           set far-space to 0 for pdata, results in optimized code
2846         * src/SDCCmem.h: added macro CONST_NAME
2847         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2848           moving the info into the highest bits, see also gptrget/gptrput
2849         * src/src.dsp: added sdcc.ico to project files
2850         * src/avr/gen.c (genCast): fixed bug 0x%d
2851         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2852         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2853           relation between ptr_type and DCL_TYPE,
2854           (genCast): fixed bug 0x%d
2855         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2856           (CODE)" for const_name
2857         * src/hc08/gen.c (genCast): fixed bug 0x%d
2858         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2859           (hc08_port): added "CONST (CODE)" for const_name
2860         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2861           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2862           between ptr_type and DCL_TYPE,
2863           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2864           operand* and took AOP() inside function so sfr-ness can be checked,
2865           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2866           new prototype,
2867           (genFunction, genEndFunction): optimized stack setup,
2868           (genMinus): optimized for literals with ending zeroes (in bytes),
2869           (genCast): fixed bug 0x%d
2870         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2871           (mcs51_port): added "CONST (CODE)" for const_name
2872         * src/mcs51/peeph.def: made rule 226 more generic
2873         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2874         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2875         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2876         * src/z80/main.c (z80_port): added NULL for const_name,
2877           (gbz80_port): added NULL for const_name
2878         * support/regression/tests/bug663539.c,
2879         * support/regression/tests/sfr16.c: new tests
2880
2881 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2882
2883         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2884
2885 2005-06-24 Raphael Neider <rneider AT web.de>
2886
2887         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2888           corrected typos...
2889         * device/include/pic16/signal.h: added USBIF
2890           and SIG_USB
2891
2892 2005-06-24 Raphael Neider <rneider AT web.de>
2893
2894         * device/lib/pic16/libdev/pic18f2455.c,
2895           device/include/pic16/pic18f2455.h: NEW
2896         * device/include/pic16/pic18fregs.h,
2897           device/lib/pic16/pics.all,
2898           src/pic16/device.c: added 18f2455
2899         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2900           device/include/pic16/{pic18f[68][567].h,usart.h}:
2901           replaced MULTIPLE_USARTS define with more relaible
2902           compatibility sfrs (for USART access)
2903
2904 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2905
2906         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2907           and the output asm file line is printed on two lines.
2908
2909 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2910
2911         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2912           BGT, BLE, BHI, and BLS instructions
2913         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2914           genCmpEq): removed
2915         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2916           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2917           fixes bug #1216342
2918         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2919
2920 2005-06-15 Raphael Neider <rneider AT web.de>
2921
2922         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2923         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2924         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2925           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2926           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2927
2928 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2929
2930         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2931           Marcel Telka in bug #1215704
2932
2933 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2934
2935         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2936           located in shared memory bank.
2937
2938 2005-05-31 Raphael Neider <rneider AT web.de>
2939
2940         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
2941           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
2942           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
2943
2944 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
2945
2946         * device/lib/_strncpy.c: fixed the fix
2947
2948 2005-05-26 Raphael Neider <rneider AT web.de>
2949
2950         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
2951           initializers with \0, bug #1208187
2952         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
2953           intializers with \0, bug #1208187
2954
2955 2005-05-26 Raphael Neider <rneider AT web.de>
2956
2957         * src/pic16/glue.c (pic16_printIvalChar): fixed string
2958           initializers with \0, bug #1208187
2959         * src/pic16/main.c (_process_pragma): added sanity checks
2960           for stack position and size, emit warnings when appropriate
2961
2962 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
2963
2964         * device/lib/_strncpy.c: fixed not filling with \0
2965
2966 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2967
2968         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
2969           createFunction),
2970         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
2971           compound_statement),
2972         * src/SDCCsymt.h,
2973         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
2974
2975 2005-05-24 Raphael Neider <rneider AT web.de>
2976
2977         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
2978
2979 2005-05-24 Raphael Neider <rneider AT web.de>
2980
2981         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
2982           TRISE definitions, closes bug #1162453
2983
2984 2005-05-22 Raphael Neider <rneider AT web.de>
2985
2986         * src/pic16/main.c (_process_pragma): check for missing
2987           arguments to pragmas code and udata
2988         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
2989           consistency fixes to match other headers (thanks to Jim Paris)
2990         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
2991
2992 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
2993
2994         * src/SDCCicode.c (isOperandEqual): fixed missing ;
2995
2996 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
2997
2998         * support/regression/tests/bug1198642.c: new test
2999         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3000         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3001         * support/scripts/resource.h,
3002         * support/scripts/resource.rc,
3003         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3004         * support/scripts/sdcc.ico: added 32x32 icon
3005
3006 2005-05-18 Raphael Neider <rneider AT web.de>
3007
3008         * device/lib/pic16/libdev/pic18f*.c,
3009         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3010           keywords to "__sfr" and "__at (X)"
3011         * device/include/pic16/pic18fregs.h: added pic18f4520
3012         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3013           #1203088 (MPLAB compatibility)
3014
3015 2005-05-17 Raphael Neider <rneider AT web.de>
3016
3017         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3018         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3019         * device/lib/pic16/pics.all: added new devices
3020         * src/pic16/device.c: added support for pic18f4520
3021
3022 2005-05-16 Raphael Neider <rneider AT web.de>
3023         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3024         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3025         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3026           convenience function for bit access
3027
3028 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3029
3030         * device/lib/printf_large.c: fixed bug 1193299
3031         * support/regression/tests/bug1057979.c: added test %3.3s
3032
3033 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3034
3035         * device/include/mcs51/8051.h,
3036         * device/include/mcs51/8052.h: made parseable with lint
3037         * device/include/mcs51/lint.h: added include file for (sp)lint
3038         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3039         * doc/cdbfileformat.lyx,
3040         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3041
3042 2005-05-14 Raphael Neider <rneider AT web.de>
3043
3044         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3045         * device/lib/pic16/libc/stdlib/itoa.c (new)
3046         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3047         * device/lib/pic16/libio/Makefile: exclude subdir according to
3048           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3049         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3050         * src/pic16/gen.c (genFunction): prevent annoying warning
3051         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3052           nameclashes on BeOS
3053         * support/cpp2/cppmain.c (cpp_output_string): new
3054         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3055           fixes bug 1116802
3056
3057 2005-05-13 Borut Razem <borut.razem AT siol.net>
3058
3059         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3060
3061 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3062
3063         * .version: changed to version 2.5.1; back to bleeding edge development
3064
3065 2005-05-11 Borut Razem <borut.razem AT siol.net>
3066
3067         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3068           generate PDF version 1.3 documents
3069
3070 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3071
3072         * .version: changed to version 2.5.0
3073
3074 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3075
3076         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3077
3078 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3079
3080         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3081         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3082         well as many smaller updates.
3083         * .version: changed to version 2.5.0-pre1
3084
3085 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3086
3087         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3088
3089 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3090
3091         * support/regression/tests/bug1185672.c: added
3092         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3093           bug 1185672
3094         * src/mcs51/gen.c (genCall): added comments, made it look safer
3095         * src/mcs51/gen.c (genEndFunction): simplified
3096
3097 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3098
3099         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3100
3101 2005-04-14 Borut Razem <borut.razem AT siol.net>
3102
3103         * fixed bug 1045046 - SIGSEGV with really simple code?:
3104           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3105           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3106
3107 2005-04-14 Borut Razem <borut.razem AT siol.net>
3108
3109         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3110           src/pic16/device.h: temporarily disabled experimental #inline pragma
3111           for 2.5.0 release
3112
3113 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3114
3115         * device/include/z80/stdio.h,
3116         * device/include/z80/string.h: removed these highly incomplete files so
3117           SDCC can use the default ones in device/include/
3118
3119 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3120
3121         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3122         gcc warning.
3123         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3124         fix sdcpp warnings.
3125
3126 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3127
3128         * device/include/malloc.h: removed redundant __reentrant prototypes
3129         * device/lib/_mullong.c: added working xstack variant in asm (C version
3130           doesn't pass regression tests)
3131         * device/lib/bpx.c: used __data and made bpx char for mcs51
3132         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3133           (createFunction): fixed bug with xstackPtr
3134         * src/SDCCcse.c: corrected comments
3135         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3136           (killDeadCode, eBBlockFromiCode): removed unused code
3137         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3138           corrected comments
3139         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3140           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3141           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3142           (genModOneByte): fixed warning in MSVC
3143         * src/mcs51/main.c (): added comments
3144         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3145
3146 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3147
3148         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3149
3150 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3151
3152         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3153
3154 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3155
3156         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3157         characters arrays of larger size than the declared one.
3158
3159 2005-04-10 Borut Razem <borut.razem AT siol.net>
3160
3161         * src/pic/gen.c (genInline),
3162           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3163           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3164           (findNextInstruction), (findPrevInstruction),
3165           (findInstructionUsingLabel),
3166           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3167         * src/pic/pcode.c (findLabel): added missing '\n'
3168         * src/src.dsp: added SDCCdwarf2.c to the project
3169
3170 2005-04-09 Borut Razem <borut.razem AT siol.net>
3171
3172         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3173
3174 2005-04-08 Raphael Neider <rneider AT web.de>
3175
3176         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3177           into the chain after a given one) and mergeDefmapSymbols (combine
3178           defmap entries for each symbol per pcode)
3179         * (createDefmap): have defmap entries merged in the end
3180         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3181           a symbol before replacing one access type's symbol, merge symbols in
3182           the end (replacement symbol might already have an entry)
3183         * (assignValnums): keep reference to written WREG intact
3184
3185 2005-04-08 Raphael Neider <rneider AT web.de>
3186
3187         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3188           Alpha)
3189
3190 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3191
3192         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3193         bytes
3194
3195 2005-04-07 Raphael Neider <rneider AT web.de>
3196
3197         * device/include/pic16/usart.h: added compatibility defines for
3198           devices with more than one USART
3199         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3200
3201 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3202
3203         * device/lib/Makefile.in: updated for port specific include
3204
3205 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3206
3207         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3208
3209 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3210
3211         * device/include/8051.h,
3212         * device/include/8052.h,
3213         * device/include/at89S8252.h,
3214         * device/include/at89c55.h,
3215         * device/include/at89x051.h,
3216         * device/include/at89x51.h,
3217         * device/include/at89x52.h,
3218         * device/include/mcs51reg.h,
3219         * device/include/reg51.h,
3220         * device/include/reg764.h,
3221         * device/include/regc515c.h,
3222         * device/include/sab80515.h: (re)moved these 12 files
3223         * device/include/mcs51/8051.h,
3224         * device/include/mcs51/8052.h,
3225         * device/include/mcs51/at89S8252.h,
3226         * device/include/mcs51/at89c55.h,
3227         * device/include/mcs51/at89x051.h,
3228         * device/include/mcs51/at89x51.h,
3229         * device/include/mcs51/at89x52.h,
3230         * device/include/mcs51/mcs51reg.h,
3231         * device/include/mcs51/reg51.h,
3232         * device/include/mcs51/reg764.h,
3233         * device/include/mcs51/regc515c.h,
3234         * device/include/mcs51/sab80515.h: and added them here
3235
3236 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3237
3238         * device/include/stdarg.h: changed SDCC specific keywords to double
3239           underlined form.
3240         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3241           mcs51 and ds390.
3242         * device/include/hc08/mc68hc908gp32.h,
3243         * device/include/hc08/mc68hc908jb8.h,
3244         * device/include/hc08/mc68hc908jkjl.h,
3245         * device/include/hc08/mc68hc908qy.h: fixed comments
3246         * device/include/mcs51/README: updated
3247         * device/include/mcs51/c8051f120.h: added PINRSF
3248         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3249         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3250           amidst code. Also inline is not supported.
3251
3252 2005-04-06 Raphael Neider <rneider AT web.de>
3253
3254         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3255         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3256           callers stack/frame pointers
3257
3258 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3259
3260         * device/include/pic16/usart.h: added, missing in previous commit,
3261         * device/include/pic16/adc.h: fixed typo,
3262         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3263         commit,
3264         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3265         <p18fxxx.inc>
3266         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3267         uninitialized because a bug appears with gplink
3268         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3269         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3270         complains for unrecognised option
3271
3272 2005-04-05 Raphael Neider <rneider AT web.de>
3273
3274         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3275           structs as well (using memcpy)
3276         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3277           on ISRs (GOTO has no label)
3278         * src/pic16/device.h: added OF_OPTIMIZE_DF
3279         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3280           new data flow analysis/optimization
3281         * src/pic16/pcode.c: added (prototypes for and implementation of)
3282           dataflow analysis functions, fixed pCodeInstructions' inCond and
3283           outCond values, made RCALL a branch instruction
3284         * (pic16_unlinkpCode): keep C line if possible
3285         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3286           C line moved if possible
3287         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3288         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3289           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3290         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3291           new flow)
3292         * (pic16_getJumptabpCode): NEW, needed in...
3293         * (LinkFlow): fixed handling of jumptables, calls and conditional
3294           branches
3295         * (pic16_InsertCommentAfter): NEW
3296         * (pic16_pCodeReplace): made verbose and flow preserving
3297         * (AnalyzeFlow): added call to data flow analysis
3298         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3299         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3300         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3301
3302 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3303
3304         * src/SDCCast.c (decorateType): fixed bug #1105626
3305
3306 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3307
3308         * device/include/asm/pic16/features.h,
3309         * pic18f*.h headers,
3310         * device/include/pic16/adc.h,
3311         * device/include/pic16/delay.h,
3312         * device/include/pic16/i2c.h,
3313         * device/include/pic16/malloc.h,
3314         * device/include/pic16/stdio.h,
3315         * device/include/pic16/stdlib.h,
3316         * device/include/pic16/string.h,
3317         * device/lib/pic16/libc/stdio/printf_tiny.c,
3318         * device/lib/pic16/libc/stdio/printf_small.c,
3319         * device/lib/pic16/libc/stdio/strmgpsim.c,
3320         * device/lib/pic16/libc/stdio/strmmssp.c,
3321         * device/lib/pic16/libc/stdio/strmusart.c,
3322         * device/lib/pic16/libc/stdio/vfprintf.c,
3323         * device/lib/pic16/libc/stdlib/ltoa.c,
3324         * device/lib/pic16/libc/stdlib/putchar.c,
3325         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3326         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3327         * device/lib/pic16/libc/stdlib/memchrram.c,
3328         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3329         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3330         * device/lib/pic16/libio/adc/adcbusy.c,
3331         * device/lib/pic16/libio/adc/adcread.c,
3332         * device/lib/pic16/libio/adc/adcsetch.c,
3333         * device/lib/pic16/libio/usart/ubaud.c,
3334         * device/lib/pic16/libio/usart/ubusy.c,
3335         * device/lib/pic16/libio/usart/udrdy.c,
3336         * device/lib/pic16/libio/usart/uopen.c,
3337         * device/lib/pic16/libio/usart/uputc.c,
3338         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3339         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3340         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3341         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3342         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3343         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3344         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3345         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3346         specific keywords to double underlined form,
3347         * device/lib/pic16/libc/Makefile.rules,
3348         * device/lib/pic16/libsdcc/Makefile.rules,
3349         * device/lib/pic16/libm/Makefile,
3350         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3351         to compile with C standard set in Makefile.common
3352         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3353         rand.c and crc.c in compilation process,
3354         * device/lib/pic16/libsdcc/int/divuint.c,
3355         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3356         `c' from signed to unsigned,
3357         * device/lib/pic16/startup/crt0.c,
3358         * device/lib/pic16/startup/crt0i.c,
3359         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3360         keywords to double underlined form, bug fixes in _do_cinit function
3361         which prevented the correct initialization of the .idata segment,
3362         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3363         core to enter a infinite loop
3364         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3365
3366 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3367
3368         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3369
3370 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3371
3372         * device/include/Makefile.in: add support for hc08 subdirectory
3373         * device/include/hc08/: new subdirectory
3374         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3375         Lucas Loizaga, thanks!
3376         * device/include/hc08/mc68hc908qy.h,
3377         * device/include/hc08/mc68hc908gp32.h,
3378         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3379         their own directory. Changed internal macro names to use the compiler
3380         reserved namespace. Changed SDCC specific keywords to double
3381         underlined form.
3382         * device/include/math.h,
3383         * device/include/malloc.h,
3384         * device/include/stdarg.h,
3385         * device/include/stdbool.h
3386         * device/include/string.h,
3387         * device/include/tinibios.h,
3388         * device/include/ds400rom.h,
3389         * device/include/8051.h,
3390         * device/include/8052.h,
3391         * device/include/80c51xa.h,
3392         * device/include/at89c55.h,
3393         * device/include/at89S8252.h,
3394         * device/include/at89x51.h,
3395         * device/include/at89x52.h,
3396         * device/include/ds80c390.h,
3397         * device/include/reg764.h,
3398         * device/include/regc515c.h,
3399         * device/include/sab80515.h,
3400         * device/include/mcs51/c8051f000.h,
3401         * device/include/mcs51/c8051f018.h,
3402         * device/include/mcs51/c8051f020.h,
3403         * device/include/mcs51/c8051f040.h,
3404         * device/include/mcs51/c8051f060.h,
3405         * device/include/mcs51/c8051f120.h,
3406         * device/include/mcs51/c8051f300.h,
3407         * device/include/mcs51/c8051f310.h,
3408         * device/include/mcs51/c8051f320.h,
3409         * device/include/mcs51/c8051f330.h,
3410         * device/include/mcs51/c8051f350.h,
3411         * device/include/z180.h: Changed SDCC specific keywords to double
3412         underlined form.
3413
3414 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3415
3416         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3417         18F4455,
3418         * (pic16_assignConfigWordValue): disable testing of configuration
3419         register value with config mask,
3420         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3421         function with port->fun_prefix,
3422         * (genFunction): when generating a naked interrupt function never
3423         create an absolute segment placed in interrupt vector address, place
3424         the actual interrupt function at IVA instead, when an interrupt
3425         function is generated with unspecified interrupt then do not create
3426         the absolute section,
3427         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3428         code for generating a call to generic pointer get/put function with
3429         a call to function pic16_callGenericPointer(),
3430         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3431         the call to the generic pointer get/put functions with prefixing the
3432         function name with port->fun_prefix,
3433         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3434         * src/pic16/main.c (_process_pragma): prefix function with
3435         port->fun_prefix,
3436         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3437         calling assembler, old 18Fxxxx macro is deprecated,
3438         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3439         PC_ASMDIR in while condition,
3440         * (findInstruction): add PC_ASMDIR in while condition,
3441         * (buildCallTree): prefix main with port->fun_prefix,
3442         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3443         identifier for variable with banked access in instructions BTFSS,
3444         BTFSC, BCF, BSF, BTG
3445         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3446         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3447         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3448         perform optimization when enviroment variable NO_REG_OPT is set,
3449         * (insideLRBlock): NEW, return 1 if register is inside an
3450         INF_LOCALREGS block,
3451         * (RemoveRegFromLRBlock): remove a register that is completely
3452         eliminated by register optimization, but it is still left in local
3453         register store/restore in/from stack block,
3454         * (Remove2pcodes): after removing register, check to see if it
3455         should be removed from local register store/restore in/from stack
3456         block,
3457         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3458         DUMMY_READ_VOLATILE,
3459
3460         * device/include/pic16/adc.h: minor prototype modifications and
3461         update,
3462         * device/include/pic16/malloc.h: added GPL notice various
3463         modifications,
3464         * device/include/pic16/stdint.h: NEW, standard header for ints
3465         * device/include/pic16/delay.h: NEW, header for delay functions,
3466         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3467         delay1mtcy,
3468         * device/include/pic16/signal.h: NEW, header providing helper macros
3469         for implementing signal handlers,
3470         * device/include/pic16/stdio.h: added prototypes for functions,
3471         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3472         prototypes for stdin and stdout, added macro PUTCHAR to
3473         automatically implement putchar function prototype,
3474         * device/include/pic16/usart.h: modified and updated USART library,
3475         * device/lib/pic16/libio/adc/,
3476         * device/lib/pic16/libio/i2c: some modifications to improve library
3477         performance,
3478         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3479         family of functions,
3480         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3481         family of functions and other sources,
3482         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3483         of the PIC18Fxx[28] devices,
3484         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3485         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3486         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3487         _do_cinit function, because the previous failed when local variables
3488         where not placed in the same memory bank,
3489         * device/lib/pic16/libsdcc/char/: various modifications to improve
3490         library performance,
3491         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3492         information on the new functions of the c library and more...
3493
3494 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3495
3496         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3497
3498 2005-03-26 Raphael Neider <rneider AT web.de>
3499
3500         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3501           if condition == CARRY)
3502         * (genCmp): adapted to new genSkipc semantics
3503         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3504           on rIfx (genCmp was broken)
3505
3506 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3507
3508         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3509         * src/z80/main.c (_keywords[]),
3510         * src/SDCCglobal.h (struct options),
3511         * src/SDCC.y,
3512         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3513         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3514         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3515         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3516         always available in leading double underscore form. The C99 support is
3517         mostly missing, but it's a start.
3518         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3519         reserved identifier "__data".
3520
3521 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3522
3523         * src/mcs51/peeph.def: fixed bug 1170013
3524
3525 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3526
3527         * device/include/mcs51reg.h: fixed bug 842007
3528
3529 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3530
3531         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3532         last time.
3533
3534 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3535
3536         * src/port.h (struct PORT),
3537         * src/avr/ralloc.c (avr_assignRegisters),
3538         * src/avr/main.c,
3539         * src/ds390/ralloc.c (ds390_assignRegisters),
3540         * src/ds390/main.c,
3541         * src/hc08/ralloc.c (hc08_assignRegisters),
3542         * src/hc08/main.c,
3543         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3544         * src/mcs51/main.c,
3545         * src/pic/ralloc.c (pic14_assignRegisters),
3546         * src/pic/main.c,
3547         * src/pic16/ralloc.c (pic16_assignRegisters),
3548         * src/pic16/main.c,
3549         * src/xa51/ralloc.c (xa51_assignRegisters),
3550         * src/xa51/main.c,
3551         * src/z80/ralloc.c (z80_assignRegisters),
3552         * src/z80/ralloc.h,
3553         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3554         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3555         * src/SDCCcse.h,
3556         * src/SDCCdflow.c (computeDataFlow),
3557         * src/SDCCdflow.h,
3558         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3559         * src/SDCCloop.h,
3560         * src/SDCCcflow.c (*),
3561         * src/SDCCcflow.h,
3562         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3563         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3564         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3565         immedDom() returning wrong block; probably fixes bug #1160833)
3566
3567 2005-03-20 Borut Razem <borut.razem AT siol.net>
3568
3569         * support/scripts/inc2h.pl: WIN32 port
3570
3571 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3572
3573         * device/lib/makefile.in: added abs.c and labs.c
3574
3575 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3576
3577         * device/include/stdint.h: added
3578         * device/lib/abs.c: added
3579         * device/lib/labs.c: added
3580         * device/include/stdlib.h: added abs() and labs() prototypes
3581         * device/lib/libsdcc.lib: added abs and labs
3582         * device/include/float.h,
3583         * device/lib/_fsmul.c,
3584         * device/lib/printf_fast.c,
3585         * device/lib/printf_tiny.c: updated comments
3586
3587 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3588
3589         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3590         bug #1164313
3591
3592 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3593
3594         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3595         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3596
3597 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3598
3599         * device/lib/printf_large.c: removed inline assembly for portability and
3600           readability. Use printf_fast if speed or size are more important.
3601         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3602         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3603
3604 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3605
3606         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3607         prevent compiler warning
3608
3609 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3610
3611         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3612         moved to level 0 and declared as static. Also they are explicit
3613         placed in access bank. This was necessery because some times they
3614         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3615         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3616         optimizations. Currently only compare to unsigned char is implemented,
3617         * src/pic16/gen.c: added fReturnIdx array,
3618         * (struct resolvedIfx) is moved to gen.h and made public,
3619         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3620         * (aopForSym): added an optimization to directly store in stack of
3621         the operand of a SEND iCode,
3622         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3623         but as registers instead (AOP_REG) using the fReturnIdx array,
3624         * (pic16_freeAsmop): remove the freed register from the
3625         _G.sregsAlloc field,
3626         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3627         a compare of 'WREG',
3628         * (pic16_popGetTempRegCond): changed function prototype, now
3629         function takes also a bitVector argument v which holds the current
3630         set of registers that are allocated for stack access by aopForSym,
3631         registers allocated in aopForSym for accessing stack symbols are not
3632         any more part of the functions usedRegs field,
3633         * (genCall): some times aopOp is called for a stack variable to be
3634         send, aopForSym might perform the push, if this is true make sure
3635         that genCall doesn't push the variable twice by testing _G.resDirect,
3636         * (genFunction): changed testing for unspecified interrupt number
3637         from 256 to INTNO_UNSPEC,
3638         * modified selection scheme of frame pointer generation. Previously
3639         if function did use local registers a frame pointer was generated,
3640         now a frame pointer is generated only if function has arguments
3641         (that need PLUSW2 register access), or has stack arguments, or the
3642         compiler is not instructed to omit the frame pointer,
3643         * (genEndFunction): before restoring local registers that were saved
3644         in the function preamble, also restore the registers that *might*
3645         have been allocated for stack access,
3646         * (genRet): removed some old comments,
3647         * (genCmp, the active (RN's) version): added a call to the
3648         pic16_genCmp_special function to perform the compare with a more
3649         robust and optimized way,
3650         * (genInline): a feature has been added in inline code generation,
3651         which allows a wildcard variable substitution when writing inline
3652         assembly. Code is incomplete and experimental therefore undocumented,
3653         * (genCast): changed order of aopOp for result and right to allow
3654         aopForSym to directly load the result if possible,
3655         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3656         perform an optimized compare on some selected special occasions,
3657         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3658         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3659         generate an IVT any more,
3660         * src/pic16/main.c (pic16_optionsTable): added command line option
3661         --optimize-cmp,
3662         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3663         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3664         macros,
3665         * src/pic16/NOTES: Raphael Neider added in list of active developers
3666         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3667         jumptable_end to prevent bug #,
3668         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3669         inCond and outCond fields,
3670         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3671         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3672         turn off register spilling,
3673         * (packRegsForOneUse): synced with other ports' versions although it
3674         is not used currently,
3675         * (pic16_packRegisters): added an optimization while reading
3676         structure bitfields, some registers may be saved (malloc code is
3677         decreased by 80 bytes)
3678
3679 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3680
3681         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3682         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3683         this can be optimized more?
3684
3685 2005-03-10 Raphael Neider <rneider AT web.de>
3686
3687         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3688           genNearPointerGet): (hopefully) fixed access to bitfields via
3689           pointers (p->bitN = x; and x = p->bitN; failed)
3690
3691 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3692
3693         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3694
3695 2005-03-09 Raphael Neider <rneider AT web.de>
3696
3697         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3698
3699 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3700
3701         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3702         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3703           (regTypeNum): set REG_BIT type if necessary
3704         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3705         * support/regression/tests/critical.c: check bug 1144613
3706
3707 2005-03-02 Raphael Neider <rneider AT web.de>
3708
3709         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3710
3711 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/avr/ralloc.c (serialRegAssign),
3714         * src/ds390/ralloc.c (serialRegAssign),
3715         * src/hc08/ralloc.c (serialRegAssign),
3716         * src/mcs51/ralloc.c (serialRegAssign),
3717         * src/pic/ralloc.c (serialRegAssign),
3718         * src/pic16/ralloc.c (serialRegAssign),
3719         * src/xa51/ralloc.c (serialRegAssign),
3720         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3721
3722 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * src/SDCCast.c (decorateType): fixed bug 1124787
3725
3726 2005-02-20 Hubert Sack <sack AT digiplan.de>
3727         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3728
3729         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3730         patch #1121755
3731
3732 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3733
3734         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3735         to keep the correct label reference count when adding/removing references
3736         to labels. A peephole file using this is appended to patch #1144962.
3737
3738 2005-02-14 Raphael Neider <rneider AT web.de>
3739
3740         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3741         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3742         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3743           retrievals of result operand's value on assignment
3744
3745 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3746
3747         * device/include/pic16/string.h: modified prototype for memccpy()
3748         to memccpy(void *, void *, char, size_t)
3749         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3750         check whether to omit frame pointer or not,
3751         * (genInline): convert all occurences of "\n" to LF in inline
3752         assembler blocks, this helps formatting the inline text,
3753         * (pic16_loadFSR0): modified prototype,
3754         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3755         removed some 8051 legacy code,
3756         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3757         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3758         before allocating temporary registers in functions,
3759
3760 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3761
3762         * support/regression/tests/bitvars.c: corrected the "fix"
3763
3764 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3765
3766         * support/regression/tests/bitvars.c,
3767         * support/regression/tests/bitwise.c,
3768         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3769
3770 2005-02-10 Raphael Neider <rneider AT web.de>
3771
3772         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3773           different size for Alpha
3774         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3775
3776 2005-02-09 Raphael Neider <rneider AT web.de>
3777
3778         * src/SDCC.lex(doPragma) : save and restore warning options as well
3779           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3780         * have #pragma less_pedantic set the errorlevel to WARNING
3781           (fixes #1117001)
3782         * (cloneOptimize) : fixed wrong malloc's size
3783         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3784           facilitate correct handling of #pragma (save|restore)
3785
3786 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3787
3788         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3789
3790 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3791
3792         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3793
3794 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3795
3796         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3797
3798 2005-02-02 Raphael Neider <rneider AT web.de>
3799
3800         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3801         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3802         * (pic16_storeForReturn): fixed to allow returning function pointers
3803         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3804         * device/include/pic16/{stddef.h,stdbool.h}: added
3805
3806 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3807
3808         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3809
3810 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3811
3812         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3813         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3814          appeared to be required
3815
3816 2005-01-31 Borut Razem <borut.razem AT siol.net>
3817
3818         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3819           include/mcs51 and include/z80 directories to the package
3820
3821 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3822
3823         * src/hc08/gen.c (genFunction): fixed bug #1112752
3824
3825 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3826
3827         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3828
3829 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3830
3831         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3832
3833 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3834
3835         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3836
3837 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3838
3839         * device/include/c8051fxxx.h: removed these 6 files
3840         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3841
3842 2005-01-26 Raphael Neider <rneider AT web.de>
3843
3844         * src/pic16/gen.c (genAssign): fixed assignment from longs
3845           in codespace (were cut to three bytes)
3846         * (genDummyRead): implemented (except for CODESPACE...),
3847           fixed bug #1108575
3848         * src/pic16/glue.c (emitStatistics): beautified
3849         * device/lib/pic16/libm/Makefile: added include path
3850
3851 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3852
3853         * src/z80/gen.c (aopPut): fixed bug #1103902
3854
3855 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3856
3857         * device/lib/expf.c: fixed bug #1095792
3858
3859 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3860
3861         * device/lib/pic16/libm: added Math library sources
3862
3863 2005-01-24 Raphael Neider <rneider AT web.de>
3864
3865         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3866           to enable upcast to pCodeOpReg2 (there is no type tag to
3867           differenciate the two and pic16_popGet2p cast into PCOR2)
3868         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3869           (sizeof(sectNames) changed to sizeof(sectName))
3870           Both patches fix segfaults under MinGW.
3871
3872 2005-01-23 Raphael Neider <rneider AT web.de>
3873
3874         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3875           Safe_[mc]?alloc()'ed variables
3876         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3877           of (byte sized) temporaries (assign them to WREG for now)
3878         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3879           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3880           this might fix SIGSEGVs on MinGW...
3881         * src/SDCCopt.c (killDeadCode): restored original behaviour
3882           (volatile operands might get thrown away though)
3883
3884 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3885
3886         * src/pic16/gen.c: fixed bug #1106975,
3887         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3888         pointer update, INTCON is saved, global interrupts are disabled and
3889         restored after updateing TOS.
3890         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3891         * added function attribute 'shadowregs' to take advantage of shadow
3892         registers,
3893         * added function attribute 'wparam' as an alternative to the wparam
3894         pragma,
3895         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3896         user declares a non-ISR function as 'shadowregs',
3897         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3898
3899 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3900
3901         * .version: bumped version number to 2.4.8
3902         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3903         pic16 port,
3904         * device/lib/pic16/libio/i2c/: I2C module support library,
3905         * device/include/pic16/i2c.h: I2C support library header,
3906         * device/lib/pic16/libc/stdio/: standard IO support sources,
3907         * (printf_small.c): printf_small() source, supports float print,
3908         * (printf_tiny.c): printf_tiny() source, does not support floats,
3909         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3910         enable global optimizations for entire library source, other
3911         Makefiles in the source tree are also modified to reflect this,
3912         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3913         function,
3914         * doc/sdccman.lyx: updated to reflect new changes,
3915         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3916         sym->onStack if-case,
3917         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3918         sbit, idata, _idata, xdata, _xdata,
3919         * added pragma library, to link an external library, (see doc),
3920         * removed command line options, --pomit-config-words, --pomit-ivt,
3921         --pleave-reset-vector,
3922         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3923         when calling assembler to reflect memory model used, also define
3924         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3925         reflect stack model used,
3926         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3927         on stack return NULL,
3928
3929 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3930
3931         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3932           of the operands is volatile. Fixes #1020220
3933
3934 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3935
3936         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
3937         * (OptimizeRegUsage): make sure that there is really no other flow where
3938           the first pCode is used
3939
3940 2005-01-22 Raphael Neider <rneider AT web.de>
3941
3942         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
3943           to fix #1106967 (pCode->seq are not set up correctly)
3944
3945 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3946
3947         * src/SDCCglue.c (glue): make sure code area is declared before the
3948         static initialization area.
3949
3950 2005-01-21 Raphael Neider <rneider AT web.de>
3951
3952         * device/lib/Makefile.in: fixed test for pic16 install dir
3953         * device/lib/pic16/*/Makefile*: modified compile flags to enable
3954           optimizations
3955         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
3956           added --optimize-goto compiler switch and pragma wparam documentation
3957         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
3958         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
3959           and PRODH closing bug #1071770 (peephole optimizer)
3960
3961 2005-01-19 Raphael Neider <rneider AT web.de>
3962
3963         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
3964           cmdLine buffers (used when calling sdcpp...) are large enough
3965           (MAX_PATH=256 truncates arguments leading to system halts when
3966           used in MinGW...)
3967         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
3968         * (genUminus): rewritten to for efficiency
3969         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
3970           used uninitialized in some cases)
3971         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
3972           copy the third byte from the int -- now assumes 0x80 (data memory)
3973         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
3974           operands (genAddLit expects the iCode's operands to swapped as
3975           well), fixed leftover bytes (crashed for short left operands)
3976         * (pic16_genMinusDec): performance improvements, removed false
3977           PIC14 emitSKPNCs
3978         * (pic16_genMinus): fixed to cope with differently sized operands
3979         * src/pic16/glue.c (pic16_glue): added new banksel optimization
3980           for --obanksel > 1
3981         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
3982         * src/pic16/graph.[ch]: implementation of directed graphs, used by
3983           new banksel optimization
3984         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
3985           analysis for temporary registers (segfaults...)
3986         * src/pic16/peeph.def: added rule
3987
3988 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
3989
3990         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
3991         which converts a float number to its ASCII representation
3992         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
3993         functions to convert the fractional and integer part of a float to ASCII,
3994         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
3995         realloc.c): added _MALLOC_SPEC to explicit place variables in data
3996         ram
3997         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
3998         _STATMEM macros,
3999         * device/include/pic16/adc.h: added GPL info,
4000         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4001         a pCodeOp as tested operand,
4002         * (genNearPointerGet): optimized bit testing, does not use
4003         intermediate register for bit value, test directly instead with
4004         BTFSS, BTFSC, works only for single bits,
4005         * (genpic16Code): dump the name of the iCode in the asm,
4006         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4007         renamed to pic16_decodeOp,
4008         * (serialRegAssign): do not allocate a temporary register for iCode
4009         sequences that test a single bit for 1/0
4010
4011 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4012
4013         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4014         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4015         access stack and frame pointers. They are initially assigned to
4016         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4017         accessing SFRs. Updated all occurences of modification of stack or
4018         frame pointer in gen.c and pcode.c,
4019         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4020         assigning of a literal value to pointers,
4021         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4022         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4023         selected
4024
4025 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4026
4027         * doc/sdccman.lyx: update documentation about stack pragma, added
4028         some info for stack memory models
4029
4030 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4031
4032         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4033
4034 2005-01-08 Raphael Neider <rneider AT web.de>
4035
4036         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4037           udata sections to fix bug #1097823
4038
4039 2005-01-05 Raphael Neider <rneider AT web.de>
4040
4041         * src/pic16/gen.c (genGenericShift): added handling of differently
4042           sized left operand and result
4043
4044 2005-01-04 Raphael Neider <rneider AT web.de>
4045
4046         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4047         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4048           to hold the condition bit)
4049         * added new version of genCmp (old code available via #define)
4050         * added new version of genShiftLeft/genShiftRight in a generic
4051           way, now supports shifting by negative values
4052         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4053           shiftCount (expected by genGenericShift)
4054         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4055         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4056           dump
4057         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4058           is an invalid literal too...)
4059
4060 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4061
4062         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4063         from Raphael Neider,
4064         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4065         for 8-bit literals. This fixes some literal operands which are sign
4066         extended to 16-bits ints when instruction needs only 8-bits.
4067
4068 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4069
4070         * device/lib/logf.c: added mcs51 assembly version
4071         * device/lib/expf.c: added mcs51 assembly version
4072         * device/lib/_logexpf.c: new shared asm code for expf and logf
4073         * device/include/math.h: add defines for assembly math library
4074         * device/lib/Makefile.in: build new _logexpf.c
4075         * device/lib/libfloat.lib: use new _logexpf.c
4076
4077 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4078
4079         * src/pic/device.c
4080         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4081           device types which have less than 0x7f registers.
4082
4083 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4084
4085         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4086
4087 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4088
4089         * device/lib/printf_fast.c: only build on supported arch.
4090         * device/lib/printf_tiny.c: only build on supported arch.
4091         * device/lib/printf_fast_f.c: only build if asm float lib
4092         * device/lib/_fsget1arg.c: only build if asm float lib
4093         * device/lib/_fsget2args.c: only build if asm float lib
4094         * device/lib/_fsnormalize.c: only build if asm float lib
4095         * device/lib/_fsreturnval.c: only build if asm float lib
4096         * device/lib/_fsrshift.c: only build if asm float lib
4097         * device/lib/_fsswapargs.c: only build if asm float lib
4098         * device/include/stdio.h: don't provide print_fast,
4099           print_fast_f, print_tiny prototypes if --xstack used
4100
4101 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4102
4103         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4104         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4105           to the SOURCES
4106
4107 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4108
4109         * device/lib/printf_fast_f.c: same as printf_fast, but
4110           with floating point enabled
4111         * device/lib/printf_fast.c: minor tweaks
4112         * device/include/stdio.h: add printf_fast_f
4113
4114 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4115
4116         * src/SDCCmain.c: make --float-reent default for mcs51
4117         * device/lib/_fsadd.c: added mcs51 assembly version
4118         * device/lib/_fssub.c: added mcs51 assembly version
4119         * device/lib/_fsmul.c: added mcs51 assembly version
4120         * device/lib/_fsdiv.c: added mcs51 assembly version
4121         * device/lib/_fseq.c: added mcs51 assembly version
4122         * device/lib/_fsneq.c: added mcs51 assembly version
4123         * device/lib/_fsgt.c: added mcs51 assembly version
4124         * device/lib/_fslt.c: added mcs51 assembly version
4125         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4126         * device/lib/Makefile.in: add _fscmp to build
4127         * device/lib/libfloat.lib: add _fscmp to build
4128
4129 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4130
4131         * device/lib/_fs2slong.c: added mcs51 assembly version
4132         * device/lib/_fs2sint.c: added mcs51 assembly version
4133         * device/lib/_fs2schar.c: added mcs51 assembly version
4134         * device/lib/_fs2ulong.c: added mcs51 assembly version
4135         * device/lib/_fs2uint.c: added mcs51 assembly version
4136         * device/lib/_fs2uchar.c: added mcs51 assembly version
4137         * device/lib/_slong2fs.c: added mcs51 assembly version
4138         * device/lib/_sint2fs.c: added mcs51 assembly version
4139         * device/lib/_schar2fs.c: added mcs51 assembly version
4140         * device/lib/_ulong2fs.c: added mcs51 assembly version
4141         * device/lib/_uint2fs.c: added mcs51 assembly version
4142         * device/lib/_uchar2fs.c: added mcs51 assembly version
4143         * device/include/float.h: added #define to select asm vs c
4144
4145 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4146
4147         * device/lib/printf_fast.c: improvements to float output
4148         * device/include/float.h: add defines for assembly float library
4149         * device/lib/_fsget1arg.c: receive 1 float arg
4150         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4151         * device/lib/_fsnormalize.c: normalize a float
4152         * device/lib/_fsreturnval.c: return float, various helper routines
4153         * device/lib/_fsrshift.c: right shift a float's mantissa
4154         * device/lib/_fsswapargs.c: swap 2 floats
4155         * device/lib/Makefile.in: build these 6 new files for mcs51
4156         * device/lib/libfloat.lib: add these 6 files to the library
4157
4158 2004-12-26 Borut Razem <borut.razem AT siol.net>
4159
4160         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4161           built by gcc 3.4.2
4162
4163 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4164
4165         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4166           and fully reentrant and register bank neutral.
4167         * device/lib/printf_fast.c: added float (not enabled by default),
4168           added compact/slower integer (also not enabled by default),
4169           improved size/speed of fast integer code, other minor changes
4170         * device/include/stdio.h, device/lib/Makefile.in,
4171           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4172
4173 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4174
4175         * src/pic16/pcode.c: declaring variables other than at the start of a
4176           block is not supported in C by VC6.
4177
4178 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4179
4180         * applied a previous patch from Raphael Neider that wasn't included
4181         in the previous commits, which fixes infinite loops within jumptable
4182         improvements,
4183         * made some fixes that previous patches introduced
4184
4185 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4186
4187         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4188         that fixes an issue with AOP_PCODE asmop's offset,
4189         * (pic16_popCopyReg): update instance field too,
4190         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4191         function of pic port,
4192         * (genCmp, genAnd, genAssign),
4193         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4194
4195 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4196
4197         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4198         variables initial values to idata section,
4199         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4200         variables in some functions. This utilizes parmBytes field of iCode
4201         structure to hold the offset of the variable in stack. (might be
4202         able to use the stack field too?)
4203         * applied patch from Raphael Neider # ### , # ###
4204         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4205         variable initial values in idata section,
4206         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4207         for static variables with initial value
4208         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4209         applied fix in while loop from Raphael Neider.
4210
4211 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4212
4213         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4214         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4215         * src/ds390/ralloc.c (serialRegAssign): spill bits
4216         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4217         * support/Util/SDCCerr.c,
4218         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4219         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4220         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4221
4222 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4223
4224         * device/include/sdcc-lib.h: inserted LGPL, added includes
4225           asm/ds390/features.h and asm/mcs51/features.h
4226         * device/include/asm/default/features.h,
4227         * device/include/asm/gbz80/features.h,
4228         * device/include/asm/z80/features.h: added empty _AUTOMEM
4229           and _STATMEM
4230         * device/include/asm/ds390/features.h,
4231         * device/include/asm/mcs51/features.h: added files with defines for
4232           _AUTOMEM and _STATMEM indicating automatic and static storage class
4233         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4234         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4235         * src/SDCCicode.c (geniCodeCast),
4236         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4237         * src/SDCCloop.c (loopInduction): removed unused variable lr
4238         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4239           to convertToFcall to include char modulo (RFE 1065037), added check
4240           if left operand is unsigned and use abs of literal value
4241         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4242           as it doesn't work after conversion from peephole.def to peephole.rul
4243         * src/mcs51/gen.c (toBoolean): added check for size,
4244           (genModOneByte): optimized code for signed char modulo a literal
4245           power of 2 (thanks to Hubert Sack),
4246           (genRRC): removed unnecessary "clr c",
4247           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4248         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4249           jump optimization,
4250           swapped rules 256.c and 256.d,
4251           extended 256.d by using new multiple checks (thanks Erik),
4252           added rules 256.e and 256.f,
4253           updated rule 261.a and 261.b to new generated code
4254         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4255
4256 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4257
4258         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4259           induction related bugs, including first part of bug #1074377
4260
4261 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4262
4263         * applied patch from bug-report #1076292,
4264         * applied patches for genAnd and Goto-optimizations for Raphael
4265         Neider,
4266         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4267         dump a less iCode information,
4268         * src/pic16/device.h (pic16_options_t): added field debgen,
4269         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4270         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4271         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4272         puclic,
4273         * (various functions): added macros FENTRY and FENTRY2 to functions,
4274         to emit function prologue,
4275         * (various functions): fixed indentation,
4276         * (genNearPointerGet): fixed loading of FSR0,
4277         * (genPackBits): applied patch from Raphael Neider to fix updating
4278         of FSR0 and touching only the modified bits,
4279         * src/pic16/genarith.c (various functions): added macros FENTRY to
4280         emit function prologue in comments,
4281         * src/pic16/pcode.h: added functions debugf2, debugf3,
4282         * src/pic16/ralloc.c: partial fix for packForPush caused
4283         segmentation fault,
4284
4285 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4286
4287         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4288           <stsp AT users.sourceforge.net> with reversed byte order
4289         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4290
4291 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4292
4293         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4294           bug #1074377
4295         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4296         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4297
4298 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4299
4300         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4301
4302 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4303
4304         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4305           conditions,
4306           (setFromConditionArgs): friendly operand parser for peephole rules,
4307           (operandBaseName, operandsNotRelated): new peephole condition
4308           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4309           architecture specific register naming into account, handles n-way
4310           comparisons, and supports quoted literals
4311         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4312
4313 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4314
4315         * src/mcs51/peeph.def: fixed bug #1076940
4316
4317 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4318
4319         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4320
4321 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4322
4323         Adding support for replacing ljmps with sjmps in jumptables
4324         generated for switch statements. For now you need to set the
4325         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4326         Now 4 algorithms for mcs51 jumptable generation are used:
4327         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4328         addresses loaded pc-relative for up to 112 cases and stack-pushing
4329         target addresses loaded with offset from dptr for up to 256 cases.
4330
4331         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4332         * src/mcs51/main.c: adapted constants for switch table generation
4333         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4334
4335 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4336
4337         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4338         * support/regression/tests/bug1057979.c: added test for bug 1073386
4339
4340 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4341
4342         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4343         compilers
4344
4345 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4346
4347         * src/pic16/device.h,
4348         * src/pic16/genarith.c,
4349         * src/pic16/glue.c,
4350         * src/pic16/main.c,
4351         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4352
4353 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4354
4355         Large cummulative patch for pic16 port.
4356         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4357         to call when a stack overflow occurs,
4358         * (malloc.h): added CVS Id tag,
4359         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4360         variable,
4361         * added libc directory. The current version of LibC contains string
4362         functions, ctype functions and macros and some functions of the
4363         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4364         be extensively tested in the future. Standard disclaimer here.
4365         Library is not automatically build yet. But one can build it by
4366         invoking 'make' inside the libc directory.
4367         * added ADC library under libio. Preliminary version yet.
4368
4369         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4370         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4371         aopForRemat() now and not by pic16_aopOp(),
4372         * (pic16_popGetTempReg): removed warning messgae when allocating
4373         temporary registers, its a buggy feature and will be removed,
4374         * (pic16_popGet): set register instance field in AOP_CRY,
4375         * (pic16_outBitC): fixed for results in size greater than 1,
4376         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4377         * (pic16_storeForReturn): optimized return of 0,
4378         * (genCmp): experimental code for new genCmp which uses PIC18's
4379         special compare&skip instructions. Initial tests fail some times
4380         with variables grater than 1 byte in size, so new code is disabled,
4381         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4382         a single bit,
4383         * (genCast): began a fix to optimize the casting of a bit to another
4384         bit, now assigning a bitfield to another bitfield will fail, sorry,
4385         * src/pic16/main.c: disabled the use of lr-support feature,
4386         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4387         * added some function prototypes, added function _debugf prototype,
4388         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4389         bits with offset (case PO_GPR_BIT),
4390         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4391         command line,
4392         * (isBankInstruction): modified to return 0 for no banking instruction,
4393         and 1 for banking instruction,
4394         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4395         caused stop processing pCodes after a inline assembly block,
4396         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4397         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4398         registers when it shouldn't,
4399         * src/pic16/ralloc.c (allocReg): add preliminary support for
4400         supporting a limited set of temporary registers,
4401
4402 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4403
4404         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4405           genDataPointerSet): ensure assignments always copy in MSB to LSB
4406           order,
4407           (loadRegFromAop): recognize CLRH optimization,
4408           (genFunction): optimize RECEIVE iCodes in reentrant functions
4409
4410 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4411
4412         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4413           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4414           selected.
4415         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4416         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4417           contiguous with data
4418
4419 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4420
4421         * device/lib/_gptrget.c (_gptrget),
4422         * device/lib/_gptrgetc.c (_gptrgetc),
4423         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4424           instead of sjmp to ret
4425         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4426           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4427
4428 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4429
4430         * .version: bumped version to 2.4.7
4431         * device/lib/_gptrget.c (_gptrget): is now _naked
4432         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4433         * device/lib/_gptrput.c (_gptrput): is now _naked
4434         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4435           (createFunction): fixed xstack
4436         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4437         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4438           or bit either,
4439           (geniCodeCritical): store original interrupt state in an iTemp bit
4440           var unless stack-auto
4441         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4442         * src/SDCCmain.c (setIncludePath): added include/target to search path
4443         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4444         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4445           prototype,
4446           (processFuncArgs): put bit vars in bit area
4447         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4448           unsaveRBank): fixed xstack,
4449           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4450           (genFunction, genEndFunction): fixed xstack,
4451           (genAssign): optimization don't walk backwards through mem
4452         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4453         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4454         * support/regression/Makefile: also make library (for stack-auto) when
4455           making "all" and added "test-mcs51-xstack-auto"
4456         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4457         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4458         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4459         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4460         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4461           make-library by MAKE_LIBRARY
4462         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4463           regression tests for xstack
4464         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4465         * support/regression/tests/critical.c: test for critical on mcs51
4466
4467 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4468
4469         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4470           built version of sdcc instead of installed version
4471
4472 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4473
4474         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4475         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4476           vprintf.c now
4477         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4478         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4479           WARNING: remove device/lib/build/z80/printf.o by hand when
4480           updating from previous build!
4481         * device/lib/z80/printf.c: updated comment
4482         * support/regression/tests/bug1057979.c: test all ports now
4483         * support/regression/tests/bug1065458.c: file added
4484
4485 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4488           *_start and *_end symbols for static functions
4489
4490 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4491
4492         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4493           and search crt0.o in all library paths,
4494           (setIncludePath): proper handling of --nostdinc,
4495           (setLibPath): proper handling of --nostdlib
4496         * support/regression/Makefile,
4497         * support/regression/ports/ds390/spec.mk,
4498         * support/regression/ports/gbz80/spec.mk,
4499         * support/regression/ports/hc08/spec.mk,
4500         * support/regression/ports/mcs51/spec.mk,
4501         * support/regression/ports/mcs51-large/spec.mk,
4502         * support/regression/ports/mcs51-stack-auto/spec.mk,
4503         * support/regression/ports/z80/spec.mk: use include and lib files from
4504           built version of sdcc instead of installed version
4505         * doc/sdccman.lyx: fixed typo in --nostdinc
4506
4507 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4508
4509         * src/pic/pcode.c,
4510         * src/pic/device.c,
4511         * src/pic/ralloc.c,
4512         * src/pic/gen.c : added support to generate code for struct bit fields.
4513
4514 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4515
4516         * as/xa51/xa_version.h,
4517         * device/include/errno.h,
4518         * device/include/regc515c.h,
4519         * device/lib/_itoa.c,
4520         * device/lib/_ltoa.c,
4521         * device/lib/ser_ir_cts_rts.c,
4522         * sim/ucsim/xa.src/glob.cc,
4523         * sim/ucsim/xa.src/inst_gen.cc,
4524         * sim/ucsim/xa.src/xa_bit.cc,
4525         * sim/ucsim/xa.src/xa_sfr.cc,
4526         * sim/ucsim/z80.src/inst_dd.cc,
4527         * sim/ucsim/z80.src/inst_fdcb.cc,
4528         * support/scripts/keil2sdcc.pl,
4529         * src/pic16/pic16.dsp,
4530         * src/pic16/pic16a.dsp: corrected cvs line endings
4531         * device/lib/printf_large.c: fixed bug 1057979
4532         * src/pic16/gen.c: fixed non-C standard code
4533         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4534         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4535         * support/regression/ports/mcs51/support.c: reload T1 asap
4536         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4537           pdata use and clear idata startup behaviour
4538         * support/regression/tests/bug1057979.c: added
4539
4540 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4541
4542         * device/examples/ds390/ow390/ad26.h,
4543         * device/examples/ds390/ow390/cnt1d.h,
4544         * device/examples/ds390/ow390/crcutil.c,
4545         * device/examples/ds390/ow390/ownet.h,
4546         * device/examples/ds390/ow390/owsesu.c,
4547         * device/examples/ds390/ow390/swt12.h,
4548         * device/examples/ds390/ow390/swtoper.c,
4549         * device/examples/ds390/ow390/temp10.h,
4550         * device/examples/ds390/ow390/thermodl.c,
4551         * device/examples/ds390/tinitalk/tinitalk.dsp,
4552         * device/examples/ds390/tinitalk/tinitalk.dsw,
4553         * device/examples/mcs51/clock/hw.h,
4554         * device/examples/mcs51/simple2/go.bat,
4555         * device/examples/serialcomm/windows/serial.h,
4556         * device/examples/xa51/dummy.c,
4557         * device/examples/xa51/hello.c,
4558         * device/include/80c51xa.h,
4559         * device/include/at89x051.h: corrected cvs line endings
4560
4561 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4562
4563         * src/pic16/main.c (options): added command line --gstack, to trace
4564         stack over/under flows,
4565         * added pragma 'wparam' to allow passing first byte of function
4566         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4567         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4568         call to __gstack_test function and sets up the symbol as extern,
4569         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4570         * popaop): added call to pic16_testStackOverflow,
4571         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4572         wparamList list,
4573         * (genCall, genPcall): now all parameters are passed via stack
4574         except in functions that are pass to wparam pragma in which WREG is
4575         used too,
4576         * (genPcall): REENTRANT flag is checked to see if variable prototype
4577         contains reentrant keyword, don't call a non-reentrant function, via
4578         a reentrant function pointer or vice versa, functions are never
4579         passed via WREG,
4580         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4581         D.Winkler,
4582         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4583         SIGSEGV when accessing a NULL register stucture,
4584         * (pic16_printGPointerType): modified to handle UPPER modifier for
4585         function initializers, changed prototype of function to simpler one,
4586         * (pic16_printIvalFuncPtr): check to see if function is already
4587         added in externs list,
4588         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4589         optimized a move from W to SFR with a move to the same register
4590         later after a CALL,
4591         * device/lib/pic16/debug: NEW directory, contains debug features
4592         which are enabled when linking with libdebug.lib, currently command
4593         line option --gstack enables stack pointer tracing for over/under
4594         flow, corresponding sources are in debug/gstack
4595
4596 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4597
4598         * doc/sdccman.lyx: updated SDCC version,
4599         * (PIC16 port): update list of command line options,
4600         * src/pic16/device.h (structure pic16_options_t): added field gstack
4601         to enable stack overflow tracing on push/pops,
4602         * src/pic16/device.c (statistics structure): added statistics
4603         structure,
4604         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4605         pic16_dump_int_registers): increase statistics counters for each
4606         * variable which is encountered
4607         * (pic16_dump_usection): emit each .udata variable to its own udata
4608         section,
4609         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4610         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4611         parameters via stack, otherwise use old scheme,
4612         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4613         assembler output file,
4614         * src/pic16/main.c: added command line options --gstack to enable
4615         push/pop tracing for stack overflow,
4616         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4617         instructions): added size of each instruction,
4618         * (pic16_countInstruction): estimate size of instructions in
4619         the_pFile list, inline assembly blocks are not counted,
4620         * (pic16_FixRegisterBanking): trace previous register usage, when
4621         banksel optimizations is greater than 0, don't emit a redudant
4622         banksel directive,
4623
4624 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4625
4626         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4627         * src/pic16/ralloc.c : applied same fix for pic16.
4628         * src/pic/gen.c : tidied it up a little.
4629
4630 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4631
4632         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4633         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4634
4635 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4636
4637         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4638
4639 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4640
4641         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4642         non-reentrant function __modsint in the interrupt function (thus
4643         corrupting math operations during serial I/O)
4644         * device/lib/ser_ir.c: as above, changed buffersize
4645         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4646         256.c,d for zeroing
4647         * doc/Makefile: added option -t for rsync
4648
4649 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4650
4651         * src/SDCCast.h (struct ast),
4652         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4653
4654 2004-10-20 Borut Razem <borut.razem AT siol.net>
4655
4656         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4657         package
4658
4659 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4660
4661         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4662         makefile targets,
4663         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4664         support functions to replace long sequences of MOVFF's from access
4665         bank registers to stack and vice versa,
4666         * src/pic16/device.h: added new field opt_flags, where optimization
4667         flags can be set to enable certain features,
4668         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4669         * pBlock, (genFunction, genEndFunction): surroung loop for
4670         saving/loading used registers in stack with PC_INFO pCodes,
4671         INF_LREGS. Code in between can then be optimized by pCode optimizer
4672         to support function calls,
4673         * (genDataPointerSet): fixed bug which loaded float fields in
4674         structures with corrupt data,
4675         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4676         in a standard way debug info on stderr. Feature used for developing
4677         and debugging only,
4678         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4679         obsolete chunks of code,
4680         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4681         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4682         * pic16/src/pcode.c (pic16_newpCodeInfo,
4683         * (pic16_newpCodeOpLocalRegs),
4684         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4685         feature,
4686         * (pic16_pCodeConstString): printing of the initial value of a
4687         symbol as a comment is inhibited since parsing was already done by
4688         copyStr and output is corrupt,
4689         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4690
4691 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4692
4693         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4694
4695 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4696
4697         * as/mcs51/lkarea.c: removed old K&R style,
4698           (lnksect): changed check on boundary error,
4699           (lnksect2): changed check on boundary error,
4700           (lnksect2): extend XSTK to end of page if size = 1
4701         * as/mcs51/lkmain.c: removed old K&R style,
4702           (Areas51): create l_IRAM symbol
4703         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4704         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4705           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4706         * device/lib/_mullong.c: added version to be compiled with xstack
4707         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4708         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4709         * device/lib/mcs51/crtxstack.asm: fixed comment
4710         * src/SDCCglue.c: maxInterrupts defaults to 0,
4711           (emitMaps): added pdata,
4712           (createInterruptVect): (re)moved default,
4713           (glue): added pdata,
4714           (glue): moved __start__xstack to XSTK with default size 1
4715         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4716           and options.float_rent when options.stackAuto is set,
4717           (linkEdit): only write XDATA_NAME if provided on command line
4718         * src/SDCCmem.h,
4719         * src/SDCCmem.c: added pdata
4720         * src/port.h: added pdata_name to PORT
4721         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4722           (saveRegisters, unsaveRegisters): removed usage of B,
4723           (genMinus): fixed accumulator clash,
4724           (genJumpTab): added comment, this needs another look
4725         * src/mcs51/gen.c: added check for "B in use" paranoia,
4726           added pushB() and popB()
4727         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4728           chance
4729         * src/avr/main.c,
4730         * src/ds390/main.c,
4731         * src/hc08/main.c,
4732         * src/mcs51/main.c,
4733         * src/pic/main.c,
4734         * src/pic16/main.c,
4735         * src/xa51/main.c,
4736         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4737           added PSEG (PAG,XDATA) or NULL to port specifier
4738         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4739         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4740           (_mcs51_genInitStartup): removed __start__xstack equ,
4741           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4742         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4743         * src/z80/gen.c (_rleAppend): fixed warnings
4744         * support/regression/tests/zeropad.c: added pdata test
4745         * .version: bumped to 2.4.6
4746
4747 2004-10-17 Borut Razem <borut.razem AT siol.net>
4748
4749         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4750         as a part of nightly build
4751
4752 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4753
4754         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4755         WREG holds the first byte function parameters,
4756         * (aopForSym): take special case for symbols which are in FARSPACE
4757         but in CODESPACE too,
4758         * (assignResultValue): modified to take into account _G.useWreg,
4759         * (genCall): don't use wreg for parameter passing when function is
4760         declared as reentrant, too, added optimization INCF to stack
4761         pointer when stack parameter count is 1,
4762         * (genFunction, genEndFunction): refurnished and fixed to not using
4763         wreg for passing parameters when function has varargs or is
4764         reentrant, fixed bug with symbol name compare for generating
4765         functions in absolute address,
4766         * (pic16_storeForReturn): refurnished,
4767         * (genCmp): began writing a new version of the function, not ready
4768         yet, therefore it is disabled,
4769         * (genAssign): do not read code memory when assigning a function to
4770         a pointer function,
4771         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4772         array of characters, not pointer,
4773         * (pic16initialComments): in debug mode emit an .ident directive for
4774         the assembler,
4775         * (_process_pragma): emit a new warning type (internal to pic16)
4776         when setting stack to default length, emit a similar warning when
4777         placing a function at absolute address and address is not word aligned
4778         * (_pic16_parseOptions): added 'return TRUE' statement,
4779         * (_pic16_linkEdit): if compiling a source, then add the source's
4780         file object, first in the list of objects to link,
4781
4782 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4783
4784         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4785         * src/pic/main.c : removed VC warning.
4786         * src/pic/gen.c : changed comment.
4787
4788 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4789
4790         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4791         reference to a deprecated symbol _GPTRREG was causing failure to
4792         link. Thanks G. M. Gallant for the info.
4793
4794 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4795
4796         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4797         comments for Bugs item #954788.
4798
4799 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4800
4801         * src/pic16/device.c (pic16_dump_gsection,
4802         * pic16_groupRegistersInSection): handle symbols declared to be in
4803         access bank differently,
4804         * src/pic16/gen.c (struct _G): added field resDirect,
4805         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4806         send values read from stack directly to result and don't allocate
4807         temporary values,
4808         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4809         same registers,
4810         * (pic16_sameRegsOfs): NEW,
4811         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4812         free because they were not allocated from temporary pool,
4813         * pic16_popRegFromString): workaround to fix a problem with
4814         allocating variables twice or never,
4815         * (genGenPointerGet): using PRODL instead of FSR0H,
4816         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4817         instead of FSR0H,
4818         * (genAssign): take advantage of the _G.resDirect flag,
4819         * (genCast): around line 11844, use mov2f instead of directly
4820         MOVFF'ing between operands to account for literal values,
4821         * src/pic16/genutils.c: some new debug functions for gpsim have been
4822         added,
4823         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4824         float with integer part only,
4825         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4826         place variables in access bank
4827         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4828         updated sources to reflect recent changes in gen.c
4829
4830 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4831
4832         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4833         sources that searched for headers in installation path, now the
4834         device/include/pic16 is used,
4835         * src/pic16/glue.c (pic16glue),
4836         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4837         .line directives if not in debug mode, this suppresses assembler's
4838         warnings for ignored directives
4839
4840 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4841
4842         * src/port.h: made reset_regparms prototype void parameter explicit.
4843         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4844         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4845         * doc/sdccman.lyx: documented warning disabling and how to use
4846           printf_large to make it print floats.
4847         * device/include/stdbool.h: NEW
4848         * device/lib/_atof.c,
4849         * device/lib/_divuint.c,
4850         * device/lib/_divulong.c,
4851         * device/lib/expf.c,
4852         * device/lib/printf_large.c,
4853         * device/lib/sincosf.c,
4854         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4855         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4856           a completely reentrant lib.
4857
4858 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4859
4860         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4861         * device/include/pic16/stdio.h: fixed bug with colon
4862
4863 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4864
4865         * device/include/pic16/stdio.h,
4866         * device/include/pic16/stdlib.h,
4867         * device/include/pic16/math.h: NEW
4868         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4869         declared as _naked to reduce overhead
4870         * device/lib/Makefile.in (target port-specific-objects-pic16):
4871         changed * to *.* so to ignore the CVS directory,
4872         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4873         stacked variables back in stack,
4874         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4875         corruption
4876
4877 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4878
4879         * .version: bumped version number to 2.4.5
4880         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4881         * support/Util/SDCCerr.c (messages structure): added entry for
4882         W_POSSBUG2
4883
4884         Large cumulative patch for pic16 port and libraries.
4885         * device/include/pic16/sdcc-lib.h,
4886         * device/include/pic16/stdarg.h,
4887         * device/include/asm/pic16/features.h,
4888         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4889         * device/include/pic16/float.h: changes reentrant keyword with
4890         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4891         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4892         updated target build-libraries to include objects from gptr,
4893         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4894         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4895         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4896         all function headings,
4897         * src/SDCCmain.c: added global parameter userIncDirsSet,
4898         * (parseCmdLine): when option -I is encountered add directory to
4899         userIncDirsSet too,
4900         * src/version.awk: added space between control and long,
4901         * src/pic16/NOTES: added some notes for the port,
4902         * src/pic16/gen.c: added prototype for mov2fp function,
4903         * (fReturnpic16[]): properly named return value registers,
4904         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4905         * (aopForSym): added code to handle symbols with onStack flag set,
4906         symbols onStack are allocated PTRSIZE bytes,
4907         * (aopFreeAsmop): handles special case where asmops are stack objects,
4908         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4909         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4910         added argument lock to trace flaws in allocating temporary registers
4911         when developing port,
4912         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4913         * (pic16_popRegFromString): reenabled allocating a direct register
4914         from string,
4915         * (assignResultValue): various beautifications,
4916         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4917         referenced function argument,
4918         * (genIpush): reenabled to allow stacked arguments, handles only
4919         ic->parmPush iCodes,
4920         * (genCall, genPcall): major changes to allow for variable argument
4921         functions, fixed a bug with falsely restoring stack pointer after
4922         returning from call,
4923         * (genFunction): pending code for critical function,
4924         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4925         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4926         * (genNearPointerGet): fixed bug with indirect reading, was always
4927         reading from INDF0
4928         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4929         pointers,
4930         * (genAddrOf): rewrote code to take address of a stacked function parameter
4931         * (genCast): fixed casting to generic pointer type,
4932         * src/pic16/gen.h: added AOP_STA,
4933         * (struct asmop): added field stk,
4934         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4935         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4936         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
4937         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
4938         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
4939         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
4940         generic pointers,
4941         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
4942         and library paths,
4943         * (pic16_port structure): generic pointer size is set to 3,
4944         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
4945         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
4946         compiler warning,
4947         * src/pic16/ralloc.c (allocReg): prevent allocating register when
4948         operand is an iTemp,
4949
4950 2004-09-24 Martin Helmling <mh AT octo-soft.de>
4951
4952         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
4953         * debugger/mcs51/simi.c: addapt new syntax of s51
4954
4955 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
4956
4957         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
4958         * src/pic16/pcode.c: commented out some calls to free() in order to
4959         fix bug #989576,
4960
4961 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4962
4963         * src/SDCCicode.h,
4964         * src/SDCCicode.c (isiCodeInFunctionCall),
4965         * src/avr/ralloc.c (selectSpil),
4966         * src/pic/ralloc.c (selectSpil),
4967         * src/pic16/ralloc.c (selectSpil),
4968         * src/ds390/ralloc.c (selectSpil),
4969         * src/hc08/ralloc.c (selectSpil),
4970         * src/xa51/ralloc.c (selectSpil),
4971         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
4972         stack in the middle of a function call sequence (fixes bug #1020268)
4973         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
4974         costs associated with the minimum switch case.
4975
4976 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4977
4978         * src/SDCC.lex: fixed bug #1030549
4979
4980 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4981
4982         * src/SDCCcse.h (struct cseDef),
4983         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
4984         over a function call if the CSE is derived from a symbol whose
4985         address has been taken (fixes bug #1029883)
4986         * support/regression/tests/bug-1029883: a new regression test for
4987         this bug
4988
4989 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4990
4991         * src/hc08/gen.c (emitinline): fixed bug #1029778
4992         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
4993         to a cast object is no longer a syntax error ("fixes" bug #1030006,
4994         and starts toward RFE #905167)
4995
4996 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
4997
4998         * src/pic16/gen.c (mov2f): New function to move an operand to
4999         another without considering if it is a literal or a register,
5000         * (pic16_sameRegs): don't check if they are both AOP_REG,
5001         * (AccRsh): removed andmask=0 lines,
5002         * (genLeftShift): duplicated to be improved in future versions,
5003         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5004         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5005         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5006         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5007         * (insertBankSwitch): fixed inserting banksel directives algorithm
5008         for instructions that follow a skip instruction, this fixes a report
5009         for broken subtraction code generation,
5010         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5011         iCode is a left op, just in case result and right share the same
5012         registers
5013
5014 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5015
5016         * src/hc08/main.c,
5017         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5018         preservation of HX
5019         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5020         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5021         on 2004-09-12; it was buggy
5022
5023 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5024
5025         * src/SDCCsymt.h: removed RESULT_CHECK
5026         * src/SDCCast.c,
5027         * src/SDCCglue.c,
5028         * src/SDCCval.c,
5029         * src/pic/glue.c,
5030         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5031
5032 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5033
5034         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5035         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5036         configuration values no more rejected by compiler, they are assigned
5037         to configuration registers with a warning message instead,
5038         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5039         the for-loop so last conf register is emitted too,
5040         * (_pic16_initPaths): link library libsdcc.lib by default,
5041         * (_hasNativeMulFor): modified test for multiplication according to
5042         Raphael Neider's remarks. Integer multiplication is also done with
5043         support functions,
5044         * device/include/pic16/pic18fregs.h: corrected type error in while
5045         testing and including 18f6720 header file
5046
5047 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5048
5049         * src/pic16/device.h (pic16_options): removed field use_crt,
5050         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5051         until an optimization to handle single bits is added,
5052         * (pic16_loadFSR0): moved before genUnpackBits,
5053         * (genAnd): some white lines removed,
5054         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5055         leave_reset flags in pic16_options when using crt modules,
5056
5057 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5058
5059         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5060           for bugs 898889 & 979599. Also used some safer print instructions.
5061
5062 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5063
5064         * src/pic16/device.h (pic16_options_t): added field use_crt,
5065         crt_name, no_crt,
5066         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5067         catch a probable future bug,
5068         * src/pic16/gen.c: aopIdx function commented out,
5069         * (genAssign): commented out old code which used aopIdx,
5070         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5071         code, added if conditionals to take into account the --use-crt
5072         command line options,
5073         * src/pic16/main.c (pic16_optionsTable): added new command line
5074         options, --use-crt= and --no-crt,
5075         * (_pic16_linkEdit): now the proper crt object is added in the
5076         linker command line except than when --no-crt is specified,
5077         * src/pic16/pcode.c,
5078         * src/pic16/pcode.h: added some structures and functions for a new
5079         optimization scheme to compansate for instruction overhead between
5080         same iCodes, this scheme is currently under development and is not
5081         working in any way,
5082         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5083         to && operator,
5084         * device/lib/pic16/startup/crt0i.c,
5085         * device/lib/pic16/startup/crt0iz.c: added global char variable
5086         __uflags to force the generation of an idata section
5087
5088 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5089
5090         * doc/Makefile,
5091         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5092         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5093
5094 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5095
5096         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5097         Frieder) and clarified the default code optimization mode
5098
5099 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5100
5101         * src/SDCC.lex (doPragma, process_pragma),
5102         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5103         "opt_code_size", and "opt_code_balanced"
5104         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5105         regrouped options by category, added support for category headers
5106         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5107         and "--opt-code-size"
5108         * doc/sdccman.lyx: documented these new options and pragmas
5109         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5110         preference into account
5111
5112 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5113
5114         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5115           geniCodePreDec): Fixed bug 904237 by generating a warning
5116         * src/SDCCerr.h,
5117         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5118
5119 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5120
5121         * src/pic/device.c : When no max ram set validate full memory range.
5122         * src/pic/pcode.c,
5123         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5124
5125 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5126
5127         * device/lib/_gptrget.c,
5128         * device/lib/_gptrput.c: updated comment
5129         * device/lib/calloc.c,
5130         * device/lib/free.c,
5131         * device/lib/malloc.c,
5132         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5133         * src/SDCCcse.c (cseBBlock),
5134         * src/SDCCicode.c (printOperand, geniCodeArray),
5135         * src/SDCCicode.h (struct operand): fixed bug 868103
5136         * support/regression/tests/bug-868103.c: added
5137         * src/SDCCast.c (searchLitOp),
5138         * src/SDCCcse.h (struct cseDef),
5139         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5140         * src/SDCCicode.h (struct operand),
5141         * src/SDCCsymt.h (struct sym_link),
5142         * src/avr/gen.c (hasInc),
5143         * src/ds390/gen.c (hasInc),
5144         * src/hc08/gen.c (genPlusIncr, hasInc),
5145         * src/mcs51/gen.c (hasInc),
5146         * src/pic16/glue.c (pic16_printIvalChar),
5147         * src/pic16/ralloc.c (regWithIdx),
5148         * src/xa51/gen.c (hasInc) : removed warnings
5149         * src/SDCCast.c (createBlock): added comment ???
5150         * src/hc08/ralloc.c: updated comments
5151
5152 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5153
5154         * doc/sdccman.lyx: updated section on switch statements, added
5155         section about semaphore locking
5156         * doc/Makefile: added option -info for latex2html
5157         * device/lib/_gptrget.c,
5158         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5159
5160 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5161
5162         * src/pic/device.h,
5163         * src/pic/device.c,
5164         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5165          maxram is less than 0x100.
5166
5167 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5168
5169         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5170
5171 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5172
5173         * src/port.h,
5174         * src/mcs51/main.c,
5175         * src/ds390/main.c,
5176         * src/z80/main.c,
5177         * src/hc08/main.c,
5178         * src/pic/main.c,
5179         * src/pic16/main.c,
5180         * src/avr/main.c,
5181         * src/xa51/main.c
5182         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5183         a jump table is the best form for a switch statement, including
5184         automatic insertion of missing cases to make the case range
5185         continuous. Developed in collaboration with Frieder Ferlemann.
5186
5187 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5188
5189         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5190         accumulator result if it needs sign extension
5191
5192 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5193
5194         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5195
5196 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5197
5198         * device/lib/gbz80/printf.c,
5199         * device/lib/z80/printf.c: removed define for NULL
5200
5201 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5202
5203         * as/xa51/xa_link.c,
5204         * device/examples/ds390/ow390/ad26.c,
5205         * device/examples/ds390/ow390/cnt1d.c,
5206         * device/examples/ds390/ow390/counter.c,
5207         * device/examples/ds390/ow390/ds2480.h,
5208         * device/examples/ds390/ow390/ds2480ut.c,
5209         * device/examples/ds390/ow390/findtype.c,
5210         * device/examples/ds390/ow390/gethumd.c,
5211         * device/examples/ds390/ow390/owllu.c,
5212         * device/examples/ds390/ow390/ownetu.c,
5213         * device/examples/ds390/ow390/swt12.c,
5214         * device/examples/ds390/ow390/swtloop.c,
5215         * device/examples/ds390/ow390/temp.c,
5216         * device/examples/ds390/ow390/temp10.c,
5217         * device/examples/ds390/ow390/thermo21.c,
5218         * device/examples/ds390/ow390/tinilnk.c,
5219         * device/examples/ds390/ow390/tstfind.c,
5220         * device/examples/serialcomm/windows/serial.cpp,
5221         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5222         * device/include/reg51.h: fixed line endings for cvs
5223
5224 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5225
5226         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5227         packRegsForAccUse, packRegisters): new accumulator register
5228         packing algorithm
5229         * support/regression/ports/hc08/support.c (_putchar): suppress
5230         warning of unused variable
5231         * src/SDCCicode.c: added SWAP entry to codeTable
5232
5233 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5234
5235         * device/lib/sprintf.c: forgot to add this file before previous commit
5236
5237 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5238
5239         * src/pic16/gen.c (genPackBits): added operand right in function
5240         parameters, load result directly if p_type is POINTER (that is
5241         called by genNearPointerSet)
5242         * (genUnPackBits): added operand left in function parameters,
5243         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5244         FSR0 if accessing bitfields,
5245
5246 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5247
5248         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5249           _print_format; updated printf, sprintf, vsprintf
5250         * device/include/asm/default/features.h: corrected comment/define
5251         * device/lib/Makefile.in: added sprintf.c
5252         * device/lib/libsdcc.lib: added sprintf module
5253         * device/lib/printf_large.c,
5254         * device/lib/vprintf.c,
5255         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5256           into these 3 files
5257         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5258         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5259         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5260           hc08 test
5261         * support/regression/tests/zeropad.c: define idata as data for hc08
5262
5263 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5264
5265         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5266         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5267         labels are referenced at least once (even if a reference is not found)
5268         * src/hc08/gen.c (emitcode): set isComment flag for comments
5269         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5270         loads), rules 6a..6b (optimize jumps to return)
5271
5272 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5273
5274         * device/lib/acosf.c (acosf),
5275         * device/lib/asinf.c (asinf),
5276         * device/lib/atanf.c (atanf),
5277         * device/lib/ceilf.c (ceilf),
5278         * device/lib/cosf.c (cosf),
5279         * device/lib/coshf.c (coshf),
5280         * device/lib/cotf.c (cotf),
5281         * device/lib/fabsf.c (fabsf),
5282         * device/lib/floorf.c (floorf),
5283         * device/lib/log10f.c (log10f),
5284         * device/lib/logf.c (logf),
5285         * device/lib/sinf.c (sinf),
5286         * device/lib/sinhf.c (sinhf),
5287         * device/lib/sqrtf.c (sqrtf),
5288         * device/lib/tanf.c (tanf),
5289         * device/lib/tanhf.c (tanhf),
5290         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5291         replaced all instances of "reentrant" in the library functions
5292         defined in math.h with this macro.
5293         * support/regression/tests/float_trans.c: reenabled test for hc08
5294
5295 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5296
5297         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5298         erroneously deleted
5299
5300 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5301
5302         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5303         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5304         multi-byte volatile operands are used
5305         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5306         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5307         initialization to area GSINIT0 so that it would always precede
5308         any static initializers in GSINIT
5309         * support/regression/tests/zeropad.c: fixed idata define for hc08
5310         * support/regression/tests/bug-927659.c,
5311         * support/regression/tests/float_trans.c: disabled tests for hc08
5312         pending missing library routines
5313         * .version: increased version number to 2.4.4 - hc08 port now passes
5314         regression tests
5315
5316
5317 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5318
5319         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5320         * Makefile.common.in,
5321         * as/Makefile,
5322         * as/hc08/Makefile.in,
5323         * as/mcs51/Makefile.in,
5324         * as/z80/Makefile.in,
5325         * debugger/mcs51/Makefile.in,
5326         * device/include/Makefile.in,
5327         * device/lib/Makefile.in,
5328         * doc/Makefile,
5329         * link/Makefile,
5330         * link/z80/Makefile.in,
5331         * packihx/Makefile.in,
5332         * sim/ucsim/main_in.mk,
5333         * sim/ucsim/avr.src/Makefile.in,
5334         * sim/ucsim/doc/Makefile.in,
5335         * sim/ucsim/gui.src/serio.src/Makefile.in,
5336         * sim/ucsim/hc08.src/Makefile.in,
5337         * sim/ucsim/s51.src/Makefile.in,
5338         * sim/ucsim/xa.src/Makefile.in,
5339         * sim/ucsim/z80.src/Makefile.in,
5340         * src/Makefile.in,
5341         * support/cpp2/Makefile.in,
5342         * support/librarian/Makefile,
5343         * support/makebin/Makefile: added DESTDIR to the install path proposed
5344         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5345         * doc/sdccman.lyx: added DESTDIR documentation
5346
5347 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5348
5349         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5350         instruction for interrupt handlers, use fast returns when returning
5351         from high priority interrupts
5352
5353 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5354
5355         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5356         code generation
5357         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5358         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5359         bugs, ported much of Bernhard's code from mcs51
5360         * src/mcs51/gen.c (genSend),
5361         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5362         than one when calling a reentrant function
5363         * device/lib/_mullong.c: defined an alternate struct layout for big
5364         endian ports (hc08)
5365
5366 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5367
5368         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5369         test
5370
5371 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5372
5373         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5374         are sane and complete before asking the port its prefered parameter
5375         passing method (fixes bug #1017633)
5376         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5377         and _ret3
5378
5379 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5380
5381         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5382         problem in bitfields >= 8 bits.
5383
5384 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5385
5386         * src/SDCCsymt.c: undid changes that were not meant to be committed
5387
5388 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5389
5390         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5391
5392 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5393
5394         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5395           copied and wrong bit got inverted
5396
5397 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5398
5399         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5400         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5401         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5402         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5403         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5404         assignments to bitfields at known addresses
5405         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5406         reads from bitfields at known addresses
5407         * src/hc08/ralloc.c (packRegisters),
5408         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5409         genhc08Code): optimize pointer get values used as conditionals
5410         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5411         and branch
5412
5413 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5414
5415         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5416         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5417         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5418         as conditionals
5419
5420 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5421
5422         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5423
5424 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5425
5426         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5427         related problems
5428
5429 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5430
5431         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5432
5433 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5434
5435         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5436         mcs51 port
5437
5438 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5439
5440         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5441
5442 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5443
5444         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5445         cases use more compact code.
5446
5447 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5448
5449         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5450
5451 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5452
5453         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5454
5455 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5456
5457         * src/SDCCsymt.h,
5458         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5459         parameter of changePointer() from symbol* to sym_link*
5460         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5461         * src/SDCCsymt.c (compareType): void* type is castable to other
5462         pointers, but not necesarily an exact match.
5463         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5464         is no longer blindly treated as an exact match.
5465         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5466
5467 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5468
5469         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5470
5471 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5472
5473         * src/pic/gen.c,
5474         * src/pic/pcode.c,
5475         * src/pic/ralloc.h,
5476         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5477
5478 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5479
5480         * src/pic/device.c,
5481         * src/pic/device.h,
5482         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5483
5484 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5485
5486         * src/mcs51/gen.c (emitcode): fixed bug #992819
5487
5488 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5489
5490         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5491           there's no need to make it worse
5492
5493 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5494
5495         * src/mcs51/ralloc.c (deassignLR),
5496         * src/ds390/ralloc.c (deassignLR),
5497         * src/hc08/ralloc.c (deassignLR),
5498         * src/z80/ralloc.c (deassignLR),
5499         * src/pic/ralloc.c (deassignLR),
5500         * src/pic16/ralloc.c (deassignLR),
5501         * src/avr/ralloc.c (deassignLR),
5502         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5503         rlivePoint): fixed another part of bug #971834
5504
5505 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5506
5507         * src/z80/main.c: enabled "critical" keyword
5508         * src/z80/mappings.i,
5509         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5510         functions (fixes bug #979646)
5511         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5512
5513 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5514
5515         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5516           such as c:\mydir.
5517
5518 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5519
5520         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5521           doesn't disable too much optimizations
5522
5523 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5524
5525         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5526
5527 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5528
5529         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5530
5531 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5532
5533         * src/pic/gen.c tidied up tabs
5534         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5535         * src/pic/main.c tidied up tabs
5536         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5537         * src/pic/pcoderegs.c tidied up tabs
5538         * src/pic/ralloc.c tidied up tabs
5539
5540 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5541
5542         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5543         to S_FIXED for pic16 port and when symbol is not in level 0,
5544         allocate for S_REGISTER storage class and pic16 port, too,
5545         * src/pic16/device.h: prototype for checkSym,
5546         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5547         * (pic16_assignConfigWordValue): test the value and the mask to
5548         validate that the value is suitable for the configuration word,
5549         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5550         collect extern declared symbols, don't emit symbol twice, check
5551         first if symbol is in publics set first,
5552         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5553         * added command line '--fstack' which enables an experimental
5554         feature for stack access, too buggy to be used yet...
5555         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5556         * (pic16_allocDirReg): when register has storage class S_REGISTER
5557         allocate in pic16_dynAccessRegs,
5558         * device/include/pic16/pic18f????.h: modified configuration word
5559         naming convention, words started as CONFIG0H but should be CONFIG1H
5560
5561 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5562
5563         * device/include/mcs51reg.h: fixed bug 970993
5564
5565 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5566
5567         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5568         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5569         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5570         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5571         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5572         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5573           error/warning numbers,
5574           added function setWarningDisabled()
5575         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5576         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5577           _memcmp.c _memmove.c calloc.c realloc.c free.c
5578         * support/regression/tests/malloc.c: added tests for new functionality
5579         * support/regression/tests/zeropad.c: added tests for truncated initializers
5580           and initialized char arrays starting with '\x0'
5581         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5582
5583 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5584
5585         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5586
5587 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5588
5589         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5590         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5591         peephole 177.e. Thanks to anonymous
5592
5593 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5594
5595         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5596         function isn't used in the source but referenced as a
5597         variable initializer then declare it as extern in .asm file
5598
5599 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5600
5601         * .version: increased version number to 2.4.3
5602
5603         Adding version extension according to ChangeLog CVS revision
5604         * src/Makefile.in (target all): added dependency 'version.h'
5605         * (rule version.h): added rule to create version.h from ChangeLog,
5606         * (rule dep): added dependency version.h,
5607         * src/version.awk: AWK script to create version.h
5608         * src/SDCCdwarf2.c (dwWriteModule),
5609         * src/SDCCglue.c (initialComments),
5610         * src/SDCCmain.c (printVersionInfo): modified to write after
5611         version string the version extension number,
5612         * src/SDCCutil.c: included "version.h"
5613         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5614         number,
5615         * src/SDCCutil.h: added prototype for getBuildNumber
5616
5617         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5618         includeDirsSet, too,
5619         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5620         const char [] is found in function prototype...
5621
5622         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5623         moving to WREG with source is already in WREG,
5624         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5625         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5626         * (aopForSym): stack'ed symbols are partially supported, added
5627         if-clause to support symbols in FARSPACE,
5628         * (sameRegs): added test for AOP_ACC to see if registers are same,
5629         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5630         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5631         * (pic16_popRegFromString): will not allocate a new register if it
5632         doesn't find one by name, bug may have introduced...
5633         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5634         * (genIpush): revived to use pic16 port's stack,
5635         * (genAddrOf): added incomplete case for stack'ed operand,
5636         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5637         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5638         can handle multibyte operands,
5639         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5640         * (pic16initialComments): added message for MPLAB compatibility
5641         mode enabled,
5642         * src/pic16/main.h: prototype for pic16_mplab_comp,
5643         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5644         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5645         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5646         because of increased complexity of procedure,
5647         * (_process_pragma): stack pragma changed to format 'stack pos len',
5648         emit symbol '_stack_end' to conform with gplink,
5649         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5650         to search for register,
5651         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5652         PO_GPR_REGISTER,
5653         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5654         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5655         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5656         case for PO_GPR_REGISTER,
5657         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5658         dies, the new era is ahead !...
5659         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5660         pic16_dynInternalRegs,
5661         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5662         * (pic16_allocDirReg): minor optimizations and bug fixes,
5663         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5664
5665         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5666         load stack and frame pointer with address of 'stack_end' symbol
5667
5668 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5669
5670         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5671         without source code but only variable initializers
5672
5673 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5674
5675         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5676         external are not declared as extern to reduce overhead while linking
5677
5678 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5679
5680         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5681
5682 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5683
5684         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5685           Yee Keat for the patch
5686         * src/SDCCast.c (decorateType): fixed bug #979599
5687         * src/ds390/gen.h: removed local fReturnSizeDS390
5688         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5689         * src/ds390/gen.c (genAnd, genOr, genXor),
5690         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5691
5692 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5693
5694         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5695         add relFilesSet to $3, manipulate $2 to handle linking of object
5696         files without source files in command line,
5697         * device/include/pic16 (all headers): added ID location macros,
5698         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5699         entries for ID location bytes,
5700         * (pic16_assignIdByteValue): NEW,
5701         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5702         added field dumpcalltree to pic16_options_t,
5703         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5704         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5705         emitting rFalseIfx label after check_carry label,
5706         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5707         pic16_emitDIRegs), NEW
5708         * (pic16glue): dump .calltree file when option --calltree found,
5709         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5710         * (_pic16_genAssemblerPreamble): emit ID locations after
5711         configuration registers,
5712         * (pic16_linkCmd): modifications of the link command,
5713         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5714         * (pic16_pCodeInitRegisters): don't init stack registers,
5715         * (pic16_findPrevInstruction): fixed bug,
5716         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5717         bug with immediate registers,
5718         * (buildCallTree): traces stack push and pop,
5719         * (pct2): dump also stack usage for each function,
5720         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5721         * (pic16_allocDirReg): various modifications,
5722         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5723         fixed to 1,
5724
5725 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5726
5727         * src/pic16/pcode.c: removed buggy double colon
5728
5729 2004-07-01 Borut Razem <borut.razem AT siol.net>
5730
5731         * support/scripts/sdcc.nsi: added include/pic16 to setup
5732
5733 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5734
5735         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5736         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5737         target 'clean',
5738         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5739         specific command line arguments. Also added sample lkr script
5740         for placing a variable at a specific memory bank.
5741         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5742         at a specific memory bank,
5743         * (pic16_dump_isection): fixed bug which caused string literals to
5744         be omitted when dumping idata section,
5745         * (pic16_groupRegistersInSection): added code to handle registers
5746         in specific memory banks,
5747         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5748         public, all references are renamed too,
5749         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5750         AOP_DPTR2,
5751         * (pic16_storeForReturn): added case to handle when dest is WREG,
5752         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5753         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5754         pic16_rel_udata, check to see if that register is marked as being
5755         a member of a specific memory bank,
5756         * (pic16_printIvalCharPtr): added code to add string literals either
5757         to code or the idata sections,
5758         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5759         also accept the 'udata' pragma,
5760         * src/pic16/main.h: new structure types sectName and sectSym
5761         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5762         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5763         * (pic16_findPrevInstruction): fixed, it returned nothing,
5764         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5765         instruction combinations,
5766         * (pic16_FixRegisterBanking): heavily reorganised,
5767         * (pic16_AnalyzeBanking): if generating banksel directives is
5768         disabled, then don't call FixRegisterBanking at all,
5769         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5770         completely removed,
5771         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5772
5773 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5774
5775         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5776         Phuah Yee Keat <yk.phuah AT nestac.com>
5777
5778 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5779
5780         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5781         correctly the IVT even if it is relocated to some other location
5782
5783 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5784
5785         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5786         * device/include/pic16/pic18f2220.h: NEW,
5787         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5788         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5789         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5790         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5791         nodefaultlibs, ivt_loc is the location of the interrupt vector
5792         table, and nodefaultlibs signs that default libraries should not be
5793         linked in link stage,
5794         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5795         according to --ivt-loc argument,
5796         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5797         when pragma stack is found,
5798
5799 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5800
5801         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5802         256 (range check), 257 (do while), 258.a-f (bit banging
5803         f.e. on 3-wire SPI bus)
5804
5805 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5806
5807         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5808         variables used exclusively within a loop
5809
5810 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5811
5812         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5813
5814 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5815
5816         * src/SDCClrange.c (computeClash): fixed bug #971834
5817
5818 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5819
5820         * src/mcs51/gen.c (genCmp): fixed bug #975903
5821         * src/hc08/gen.c (operandsEqu),
5822         * src/ds390/gen.c (operandsEqu),
5823         * src/z80/gen.c (operandsEqu),
5824         * src/pic/gen.c (operandsEqu),
5825         * src/pic16/gen.c (operandsEqu),
5826         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5827         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5828
5829 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5830
5831         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5832
5833 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5834
5835         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5836         default case in switch statement,
5837         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5838         to eliminate problem with initialisation of pointers, but problem
5839         still exists,
5840         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5841         * (emitStaticSegment): removed various lines emitting debug info,
5842         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5843         added processor registers for utilizing EEPROM,
5844         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5845         configurable and set 8
5846
5847 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5848
5849         * .version: increased version number to 2.4.2,
5850
5851         Cumulative patch for pic16 port
5852         * src/pic16/device.c: changed scheme to dump initial values for
5853         variables in idata segment, all print_idata* functions were removed,
5854         now the pic16_printIval* will be called,
5855         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5856         * _pic16_printPointerType, pic16_printPointerType,
5857         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5858         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5859         NEW, similar to the respective functions in SDCCglue.c,
5860         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5861         way, emitting hex bytes,
5862         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5863
5864 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5865
5866         * src/avr/ralloc.c (serialRegAssign),
5867         * src/xa51/ralloc.c (serialRegAssign),
5868         * src/pic/ralloc.c (serialRegAssign),
5869         * src/pic16/ralloc.c (serialRegAssign),
5870         * src/hc08/ralloc.c (serialRegAssign),
5871         * src/z80/ralloc.c (serialRegAssign),
5872         * src/ds390/ralloc.c (serialRegAssign),
5873         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5874
5875 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5876
5877         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5878         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5879
5880 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5881
5882         Cumulative patch for pic16 port:
5883         * src/pic16/device.h (typedef PIC16_device) modified fields for
5884         defining microcontrollers,
5885         * src/pic16/device.c: added new info for all devices in Pics16 array,
5886         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5887         to be optimised out by the pCode optimiser,
5888         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5889         specially, bug reported by G.M. Gallant,
5890         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5891         as force'd so that cannot be optimised out by pCode optimiser,
5892         * src/pic16/pcode.c,
5893         * src/pic16/pcodepeeph.c,
5894         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5895         they are disabled by default, but can be enabled explicit with
5896         command argument --denable-peeps, for testing,
5897         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5898         --pomit-ivt in COMPILE_FLAGS
5899
5900 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5901
5902         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5903           compilation on MSVC
5904
5905 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5906
5907         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5908
5909 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5910
5911         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5912         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5913
5914 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5915
5916         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5917         would only assign 0x300001 register.
5918
5919 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5920
5921         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5922         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5923
5924 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5925
5926         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5927         for ds80c400
5928         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5929         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5930         added peephole 254 (left shift), 255 (jump table)
5931
5932 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5933
5934         * device/lib/Makefile.in: removed comment line with model-pic16,
5935         * (target port-specific-objects-pic16): the libraries and objects
5936         are copied to the build directory form the device/lib/pic16/bin
5937         directory
5938
5939         Cumulative patch concerning pic16 port:
5940         * library directory has been re-organized,
5941         * added support for PIC18F1220,
5942         * added headers and library sources for chips 18f1220,18f6520,
5943         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
5944
5945         * configuration registers setting has changed, now each supported
5946         device has a complete description of the registers it uses,
5947         * all initialisations are moved to idata sections, these section
5948         can be absolute or relocatable,
5949         * fixed initialisation of codespace variables,
5950         * fixed warning about PCLATU and gpsim,
5951         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
5952         * (genAssign): use table reads when assigning from variables in codespace,
5953         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
5954         char/int variables placed in codespace,
5955         * (pic16_emitConfigRegs): NEW, emits a list with configuration
5956         registers set in .asm file, no need for --pomit-config-words anymore,
5957         * (pic16glue): some 8051 legacy segments are commented out
5958         (to be removed completely),
5959         * added support for alternative assembler and linker with --asm=
5960         and --link= command line arguments,
5961         * peepholes are disabled automatically in the port, no need to
5962         specify on command line,
5963         * port supports natively char/int/long multiplication, but converts
5964         all divisions to support functions,
5965         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
5966         to the file set in variable $2,
5967         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
5968         strings in ASCII format and not in hex,
5969         * ralloc.c (serialRegAssign): added a triplet of conditional calls
5970         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
5971         allocate proper register if iCodes aren't temporary,
5972
5973 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
5974
5975         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
5976
5977 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
5978
5979         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
5980         is commented out
5981
5982 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5983
5984         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
5985         computed address is reused
5986         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
5987         multi-byte bitfields
5988
5989 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5990
5991         * src/z80/gen.c: (genArrayInit): must check for pointers too
5992
5993 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
5994
5995         * support/regression/tests/zeropad.c: never meant to commit the
5996           nestedstruct test: removed, added check for GCC version
5997
5998 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
5999
6000         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6001         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6002         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6003           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6004           bugs 928906 and 954082 half-empty initializers
6005         * src/SDCCsymt.h,
6006         * src/SDCCsymt.c (getAllocSize): added for above fix
6007         * src/z80/gen.c (genArrayInit): fixed bug 741044
6008         * support/regression/tests/zeropad.c: added tests
6009
6010 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6011
6012         * src/pic16/device.c (pic16_dump_section): corrected bug which
6013         caused some symbols of the libraries to be misplaced
6014
6015 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6016
6017         * src/pic16/glue.c,
6018         * src/pic16/ralloc.h,
6019         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6020         to fix conflict with pic port
6021
6022 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6023
6024         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6025         externs configuration variables,
6026         * src/pic16/ralloc.h,
6027         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6028         prototype in header, commented out some debug messages
6029
6030 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6031
6032         * src/pic16/glue.c,
6033         * src/pic16/main.c,
6034         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6035         for gpasm COFF object generation. Thanks to D. Hawkins for
6036         his patch info
6037
6038 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6039
6040         * src/ds390/main.c,
6041         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6042         Brock for spotting this)
6043         * src/ds390/gen.c (genEndFunction),
6044         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6045         interrupt handler and critical. Disable push/pop optimizations when
6046         peephole optimizations disabled.
6047
6048 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6049
6050         Updated pic16 library sources and headers.
6051         * device/lib/pic16/pic18f*/ ,
6052         * device/include/pic16/*.h: modified to handle structured SFR
6053         definitions
6054
6055 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6056
6057         * src/port.h (PORT structure): added hook initPaths, now each
6058         port can declare its own default search paths,
6059         which can been seen with the --print-search-dirs option,
6060         see pic16 port for example,
6061         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6062         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6063         * (doPrintSearchDirs): NEW, replaces in a central manner the
6064         printing of search dirs which was split in set*Paths functions,
6065         * (main): added call to port->initPaths and doPrintSearchDirs,
6066         * src/avr/main.c,
6067         * src/ds390/main.c,
6068         * src/hc08/main.c,
6069         * src/izt/i186.c,
6070         * src/izt/tlcs900h.c,
6071         * src/mcs51/main.c,
6072         * src/pic/main.c,
6073         * src/pic16/main.c: modified port structures to reflect addition of
6074         initPaths hook,
6075
6076         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6077         * (pic16_dump_section): for registers in same address reserve memory once,
6078         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6079         to no_banksel,
6080         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6081         result is greater in size than right or left,
6082         * (pic16_genUMult8X8_8): there are some cases where the result can
6083         be 16 bits size, so handle these,
6084         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6085         * (pic16_outBitC): modified to emit pcodes,
6086         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6087         or not,
6088         * (genDivOneByte): implemented algorithm to divide 8-bits,
6089         * (genCmp): uncommented goto, but issues still exist,
6090         * (genAnd): fixed a bug with variables >8bits,
6091         * (genPackBits): optimization added that uses BCF/BSF to change a
6092         single bit,
6093         * (genAssign): fixed bug when assigning floating point literals,
6094         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6095         __sdcc_gsinit_startup label,
6096         * src/pic16/main.c (_pic16_init): removed search directory
6097         initialisations,
6098         * (_pic16_initPaths): NEW, used to initialise search directories,
6099         * (_hasNativeMulFor): support functions for all except char/int
6100         multiplication, and char division,
6101         * (PIC16_port struct): modified entry for native mul support,
6102         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6103         no_banksel option,
6104         * (buildCallTree): call to register_usage is ifdef'ed out,
6105
6106 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6107
6108         * device/include/string.h: applied Stas Sergeev's patch to make this
6109         header file compatible with the preprocessor -Wundef option
6110         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6111         failure (fixes bug #941458)
6112
6113 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6114
6115         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6116         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6117         that the variable, not the function, should be static
6118         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6119         to be consistent with non-literal case
6120
6121 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6122
6123         * src/SDCCast.c (isConformingBody): fixed bug #949967
6124         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6125         convilong): fixed bug #952086
6126
6127 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6128
6129         * src/SDCCmem.c (allocVariables): fixed bug #955321
6130
6131 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6132
6133         * src/hc08/main.c (_hc08_genAssemblerEnd),
6134         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6135         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6136         completely eliminated the use of a temporary file
6137         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6138         when more than one file linked
6139         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6140
6141 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6142
6143         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6144         which fixes bug #543481
6145         * support/regression/tests/bug-751703.c: fixed comments left from a
6146         cut and paste error
6147         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6148         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6149         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6150         scopes
6151         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6152         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6153         are now changed to underscores in moduleName
6154
6155 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6156
6157         * as/mcs51/lkmem.c: better fix for bug #954173
6158
6159 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6160         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6161
6162         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6163         * device/include/c8051f000.h,
6164         * device/include/c8051f120.h,
6165         * device/include/c8051f300.h,
6166         * device/include/c8051f310.h,
6167         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6168         PWM16) and detab'ed
6169
6170 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6171
6172         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6173         and mailing lists, doc'ed --no-peep-comments, removed reference
6174         to knoppix (newest version has no LyX/LaTeX), other minor changes
6175         * src/SDCCglue.c (glue): save 2 bytes stack space with
6176         option --main-return. The ljmp could probably be avoided too
6177
6178 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6179
6180         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6181
6182 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6185         * src/SDCCopt.c (isLocalWithoutDef),
6186         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6187         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6188         (credit to Maarten Brock for patch #949363, on which this is based)
6189         * support/regression/tests/bug-751703.c: some test cases of extern used
6190         within inner scopes.
6191
6192 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6193
6194         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6195         SPEC_STRUCT
6196         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6197         struct definitions
6198         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6199         dwWriteLabel): fix to create valid debugger symbols even when
6200         the module name has non-alphanumeric symbols in it
6201         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6202         when a variable's allocation has been optimized away
6203
6204
6205 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6206
6207         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6208         * src/hc08/main.c,
6209         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6210         * src/mcs51/main.c,
6211         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6212         * src/ds390/main.c,
6213         * src/z80/gen.c (z80_emitDebuggerSymbol),
6214         * src/z80/main.c,
6215         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6216         * src/pic/main.c,
6217         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6218         * src/pic16/main.c,
6219         * src/avr/gen.c (avr_emitDebuggerSymbol),
6220         * src/avr/main.c,
6221         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6222         * src/xa51/main.c,
6223         * src/SDCCdebug.c (emitDebuggerSymbol),
6224         * src/SDCCdebug.h,
6225         * src/port.h: added a debugger struct to the port struct. Added a
6226         callback for defining debugger symbols
6227
6228         * src/SDCCast.c (createLabel),
6229         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6230         with isitmp = 1
6231         * src/SDCCicode.h,
6232         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6233         iCode back to the ast for the function
6234
6235         * src/hc08/ralloc.c (hc08_assignRegisters),
6236         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6237         unneeded fields from the regs struct.
6238         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6239         pushReg() & pullReg() functions instead of emitcode()
6240
6241         * src/hc08/gen.c (genLabel, genhc08Code),
6242         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6243
6244         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6245         debugger hooks
6246
6247         * src/hc08/gen.c (genEndFunction, genhc08Code),
6248         * src/hc08/gen.h,
6249         * src/mcs51/gen.c (genEndFunction, gen51Code),
6250         * src/mcs51/gen.h,
6251         * src/ds390/gen.c (genEndFunction, gen390Code),
6252         * src/ds390/gen.h,
6253         * src/z80/gen.c (genEndFunction, genZ80Code),
6254         * src/z80/gen.h,
6255         * src/z80/z80.h,
6256         * src/pic/gen.c (genEndFunction, genpic14Code),
6257         * src/pic/gen.h,
6258         * src/pic16/gen.c (genEndFunction, genpic16Code),
6259         * src/pic16/gen.h,
6260         * src/avr/gen.c (genEndFunction, genAVRCode),
6261         * src/avr/gen.h,
6262         * src/xa51/gen.c (genEndFunction, genXA51Code),
6263         * src/xa51/gen.h,
6264         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6265         specific code to cdbFile.c and out of the backend code generators
6266
6267         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6268         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6269         starting address is now 0
6270
6271         * as/hc08/asm.h,
6272         * as/hc08/m08pst.c,
6273         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6274         assembler directive for DWARF support
6275         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6276
6277         * src/src.dsp,
6278         * src/Makefile.in,
6279         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6280
6281 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6282
6283         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6284         and inappropriate peephole optimization in jump tables
6285
6286 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6287
6288         * as/hc08/m08pst.c,
6289         * src/SDCCglue.c: sdccopt works for the hc08 port now
6290
6291 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6292
6293         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6294
6295 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6296
6297         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6298
6299 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6300
6301         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6302         rules
6303         * src/SDCCmain.c,
6304         * src/SDCCglobl.h,
6305         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6306         comments from the peephole optimizer replacement rules
6307         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6308         symbols
6309         * src/SDCCcse.c (updateSpillLocation),
6310         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6311         equivalents
6312         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6313         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6314         objects far pointers
6315
6316 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * src/SDCCsymt.h: a missing part of my last change
6319         * src/pic/ralloc.c (regTypeNum),
6320         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6321
6322 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6323
6324         * src/SDCCicode.h,
6325         * src/SDCCicode.c (aggrToPtrDclType),
6326         * src/SDCCptropt.h,
6327         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6328         ptrPseudoSymConvert),
6329         * src/pic/ralloc.c (regTypeNum),
6330         * src/pic16/ralloc.c (regTypeNum),
6331         * src/hc08/ralloc.c (regTypeNum),
6332         * src/ds390/ralloc.c (regTypeNum),
6333         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6334         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6335
6336 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * link/z80/lkmain.c (afile),
6339         * as/hc08/lkmain.c (afile),
6340         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6341         prevent a pointer problem when a filename has no directory and
6342         no extension specified.
6343
6344 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * link/z80/lkmain.c (afile): allow periods in directory names
6347         * link/z80/lkmain.c (afile),
6348         * as/mcs51/lkmain.c (afile),
6349         * as/hc08/lkmain.c (afile): allow linker script file to have an
6350         extension other than ".lnk"
6351         * link/z80/lklex.c (getfid),
6352         * link/z80/lkmain.c (parse),
6353         * as/mcs51/lklex.c (getfid),
6354         * as/mcs51/lkmain.c (parse),
6355         * as/hc08/lklex.c (getfid),
6356         * as/hc08/lkmain.c (parse): Support comments in the linker script
6357         file on lines by themselves and after filenames
6358
6359 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6360
6361         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6362
6363 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/z80/peeph-z80.def: removed some peephole rules that don't
6366         work with multibyte arithmetic (fixed bug #937126)
6367         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6368         to registers and not global variables
6369         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6370         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6371         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6372         checking for assignments not internally generated (fixed bug #931895)
6373         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6374         structure member (fixed bug #930072)
6375
6376 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6377
6378         * src/SDCCmain.c (linkEdit),
6379         * src/hc08/main.c (_hc08_parseOptions),
6380         * as/hc08/Makefile.in,
6381         * as/hc08/aslink.h,
6382         * as/hc08/asm.h,
6383         * as/hc08/m08pst.c,
6384         * as/hc08/lkrloc.c (relr, rele),
6385         * as/hc08/lkarea.c (lnkarea)
6386         * as/hc08/lkmain.c (afile, parse),
6387         * as/hc08/lkelf.c: support for ELF output
6388         * as/hc08/lks19.c (s19),
6389         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6390
6391 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6392
6393         * as/mcs51/lkihx.c: Fixed bug #899105.
6394
6395 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6396
6397         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6398         .dsp files from Unix to DOS.
6399
6400 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6403         function pointers; we have been compliant for several months now.
6404         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6405         change that was accidently commented out
6406         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6407         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6408         bug #922319
6409
6410 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6411
6412         * src/hc08/gen.c: output of all of the internal debugging information
6413         is now controlled by the D() macro; it is disabled by default
6414
6415 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6418         harder to keep the same registers during a CAST iCode
6419         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6420         long via int can be done in a single cast, if the signedness is
6421         correct.
6422         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6423         putchar() in tinibios.c in ds390's library
6424
6425 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6426
6427         * src/SDCCast.c (decorateType): fixed bug #898889,
6428         cast result of a literal complement too
6429         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6430         fixed check for bitfields
6431
6432 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6433
6434         * src/SDCCicode.c (geniCodeLogic): made it static,
6435         (geniCodeLogicAndOr): added in order to fix bug #905492,
6436         (ast2iCode): fixed bug #905492
6437         * support/regression/tests/bug-905492.c: added
6438         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6439         (processParms): fixed bug #927659: don't copy parms, this will clear
6440         decorated flag
6441         * support/regression/tests/bug-927659.c: added
6442
6443 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6444
6445         * src/SDCCast.c (addCast): don't cast float to char
6446         * device/lib/libsdcc.lib: added _memmove
6447
6448 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6449
6450         * device/lib/large/Makefile: fixed parallel execution by
6451         replacing `make` by `$(MAKE)`
6452
6453 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6454
6455         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6456         offsets (fixes bug #923936)
6457
6458 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6459
6460         * device/lib/small/Makefile: fixed parallel execution by
6461         replacing `make` by `$(MAKE)`
6462
6463 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6464
6465         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6466
6467 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6468
6469         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6470         * src/regression/Makefile: Regression test was not running.
6471
6472 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6473
6474         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6475         complement if possible
6476         * src/SDCCval.c (valComplement),
6477         * src/SDCCicode.c (operandOperation): fixed complement of literal
6478         * support/regression/tests/onebyte.c (testComplement): added
6479
6480 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6481
6482         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6483         return an optimized tree; actually replace actParm with the new tree
6484         * src/SDCCast.h: added some parantheses to remove side effects
6485         * support/regression/tests/bug-920866.c
6486
6487 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6488         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6489         Bit operands were not being handled properly in the pic14 port.
6490         (now src/regression/add.c passes again).
6491
6492 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6493
6494         * src/SDCC.y (labeled_statement): case and default no longer require
6495         a following statement (RFE #893037)
6496
6497 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6500         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6501         disabled (fixes bug #916294)
6502         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6503         "mov a,acc"; patch provided by Lenny Story
6504         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6505
6506 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6507
6508         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6509         functions
6510         * src/ds390/gen.c (genFunction, genEndFunction),
6511         * src/ds390/ralloc.c (ds390_assignRegisters),
6512         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6513         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6514         pushed if there are parameters passed on the stack. Also, a cleaner
6515         way to decide if r0/r1 should be pushed/popped. (Together they fix
6516         bug #918693)
6517
6518 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6519
6520         * doc/sdccman.lyx,
6521         * device/lib/mcs51/crtpagesfr.asm,
6522         * device/lib/mcs51/crtxinit.asm,
6523         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6524         to avoid confusion with Si Lab's SFRPAGE register.
6525
6526 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6527
6528         * src/SDCCglue.c (emitMaps): allow public sfr variables
6529         * src/SDCCglue.c (initialComments): include compiler build date
6530         with compiler version and put the timestamp of the generated
6531         assembly file on a serperate line to be less confusing.
6532         * src/port.h: added genInitStartup hook
6533         * src/avr/main.c,
6534         * src/ds390/main.c,
6535         * src/hc08/main.c,
6536         * src/pic/main.c,
6537         * src/pic16/main.c,
6538         * src/xa51/main.c,
6539         * src/z80/main.c: genInitStartup initialize as NULL (default to
6540         historical behaviour)
6541         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6542         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6543         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6544         library instead of hard coding it into the compiler.
6545         * support/regression/ports/mcs51-stack-auto/spec.mk,
6546         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6547         * device/lib/mcs51/Makefile,
6548         * device/lib/small/Makefile,
6549         * device/lib/large/Makefile,
6550         * device/lib/mcs51/crtpagesfr.asm,
6551         * device/lib/mcs51/crtstart.asm,
6552         * device/lib/mcs51/crtxclear.asm,
6553         * device/lib/mcs51/crtxinit.asm,
6554         * device/lib/mcs51/crtclear.asm,
6555         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6556         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6557         and into user configurable files.
6558         * device/lib/clean.mk: clean mcs51 directory too
6559         * support/regression/tests/longlit.c: added static to T1 declaration
6560         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6561         accesses in the initialization code
6562
6563 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6564
6565         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6566         OSCTRIMVAL as noted in bug #916008
6567
6568 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6571         in loops with multiple exits (reported as incorrect registers
6572         used by Martin Helmling in Sdcc-user list)
6573
6574 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6575
6576         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6577         made ds390 register extensions look less like error messages
6578
6579 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6580
6581         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6582         reported by Adam Wozniak in Sdcc-user list
6583
6584 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6585
6586         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6587         arithmetic optimizations, added debug output
6588
6589 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6590
6591         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6592         * sdcc.spec: updated and split sdcc into 3 rpms
6593         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6594         needed for literals of LEFT_OP and '+'
6595         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6596         introduced RESULT_TYPE_NOPROM
6597         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6598         left shift
6599         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6600         limited promotion to int only for '*'
6601         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6602
6603 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6604
6605         * src/pic16/gen.c (genSkip),
6606         (genc16bit2lit), (gencjneshort): commented out
6607         (is_LitOp): new helper function, checks operand type
6608         (genCmpEq): rewritten
6609
6610 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6611
6612         * support/regression/tests/bug-908454.c: added
6613
6614 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6615
6616         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6617         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6618         (geniCodeCast): cosmetic, don't preserve bit storage class
6619         (geniCodeLeftShift): added promotion
6620         (geniCodeLogic): fixed regression
6621         * src/SDCCsymt.c (computeTypeOr): accept bits too
6622         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6623
6624 2004-03-07  Borut Razem <borut.razem AT siol.net>
6625
6626         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6627
6628 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6629
6630         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6631         version of pic16_genPackRegisters which does not check if ic is a
6632         CAST operator,
6633         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6634         function cause string1.c regression test fails
6635
6636 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6637
6638         * sim/ucsim/configure.in,
6639         * sim/ucsim/configure,
6640         * sim/ucsim/doc/Makefile.in: use docdir
6641         * src/SDCC.y: fixed sbit atrributes
6642         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6643         * src/SDCCast.c (decorateType): |^& need special promotion handling
6644         * src/SDCCast.h,
6645         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6646         * src/SDCCsymt.h (computeType),
6647         * src/SDCCicode.c: computeType() needs op
6648         * src/SDCCsymt.c (checkTypeSanity),
6649         * doc/sddman.lyx: "plain" bitfields are unsigned
6650         * src/SDCCsymt.c (computeTypeOr): added
6651         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6652         |^& ops
6653         * src/SDCCval.c (val*): computeType() needs op
6654         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6655         * support/regression/tests/onebyte.c: added tests for |^&
6656
6657 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6658
6659         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6660         for writing icode into asm output.
6661
6662 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6663
6664         * src/pic16/device.c: added some debug lines enabled
6665         with macro DEBUG_CHECK,
6666         * src/pic16/genarith.c: more debug in genPlus,
6667         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6668         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6669         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6670         * (aopForSym): onStack symbols are re-placed in data memspace,
6671         and onStack flag is cleared,
6672         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6673         copy temporary pcodeop,
6674         * (genPcall): added warning for not updating PCLATU,
6675         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6676         always true for pic16 port,
6677         * (genMultOneWord): NEW, supports integer multiplication,
6678         * (genMult): modified to call genMultOneWord,
6679         * (ifxForOp): added warning when return NULL,
6680         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6681         flag is set before call to operandFromSymbol for implicit
6682         added structures,
6683         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6684         options.intlong_rent are set by default,
6685         * (_hasNativeMulFor): modified to allow port generation of integer
6686         multiplication,
6687         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6688         set regtype to REG_SFR for all registers, restricting seting the
6689         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6690
6691 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6692
6693         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6694         more than 500 times in the regression tests
6695
6696 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6697
6698         * support/Util/SDCCerr.h,
6699         * support/Util/SDCCerr.c,
6700         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6701         enumerator_list),
6702         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6703         for symbol conflicts.
6704         * support/valdiags/tests/enum.c,
6705         * support/valdiags/tests/tentdecl.c,
6706         * support/valdiags/tests/struct.c: expect possible error messages
6707         referring to original symbol definitions.
6708         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6709         * src/SDCCsymt.h,
6710         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6711
6712 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6713
6714         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6715
6716 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6717
6718         * src/pic16/ralloc.c (newReg): fixed bug #908929
6719
6720 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6721
6722         * src/ds390/gen.c: added missing #include "main.h"
6723
6724 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6725
6726         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6727         checking if symbol is already in set,
6728         * src/pic16/device.h: prototype for checkAddSym,
6729         * src/pic16/gen.c: (_G): added entry interruptvector,
6730         * (assignResultValue): removed some commented out lines,
6731         * (genFunction): check for ISR via sym->type, absolute section for
6732         interrupt code is created via a new pBlock, the goto instruction is
6733         placed now correctly at the interrupt vector position, changed all
6734         references from ivec to _G.interruptvector,
6735         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6736         is the interrupt is a high priority one, same for return from ISR,
6737         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6738         externs to calls of checkAddSym,
6739         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6740         pic16_pcode_verbose flag is set,
6741         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6742         * src/pic16/pcoderegs.c: message about how many registers are saved
6743         will only be emitted if pic16_pcode_verbose flag is set,
6744
6745 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         * src/ds390/ralloc.h,
6748         * src/ds390/ralloc.c (ds390_regWithIdx),
6749         * src/ds390/gen.c (emitcode),
6750         * src/ds390/main.h,
6751         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6752         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6753         ds390operandCompare, getRegsRead, getRegsWritten,
6754         initializeAsmLineNode): customized instruction size calculation for
6755         ds390, started basis for some register optimizations
6756         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6757         corresponding assembly output
6758         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6759         missing push/pop of r0/r1. Optimized push/pops
6760
6761 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * src/mcs51/main.c (instructionSize): fixed ACALL size
6764         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6765
6766 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6767
6768         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6769         the sorting of rlist with NULL elements
6770         * (print_idataType, print_idata): NEW to create idata sections
6771         * src/pic16/device.h: idataSymSet new variable
6772         * src/pic16/gen.c (genFunction): fixed some bugs in string
6773         comparing, improved the absolute section creation for ISRs,
6774         added FSR0L/FSR0H in registers that are saved in an ISR,
6775         * (genInline): fixed the processing of inline snippets,
6776         now they undergo no process by the peephole optimizer
6777         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6778         are placed in idataSymSet,
6779         * (pic16emitStaticSeg): extern symbols are added in externs,
6780         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6781         switching when aboslute variables are placed in access bank memory
6782         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6783         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6784         commented out with #if,
6785         * (pic16_packRegisters): reintroduce the check for CAST because some
6786         symbols are not correctly handled,
6787         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6788         pCodeInstruction instead of pCode,
6789         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6790         pCodeAsmDir definition,
6791         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6792         directive, then the argument directive is emitted without the leading
6793         tab, hack for inline labels which must be in the first column,
6794         * (compareLabel,pic16_findNextInstruction),
6795         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6796         * (insertBankSwitch): modified for the new pCodeAsmDir,
6797
6798 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6799         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6800
6801         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6802         instance,
6803         * (pushSide): commented out with #if,
6804         * (assignResultValue): fixed some typos in saving
6805         registers,
6806         * (genPcall): FIXED and sync'ed with genCall,
6807         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6808         * (genNearPointerGet): fixed to handle some more cases,
6809         implementation scheme via table reads,
6810         * (genConstPointerGet): modified to access code memory correct,
6811         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6812         and improved to handle some cases
6813         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6814         instead of "RETLW" for init data
6815         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6816         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6817         variables are placed in access bank memory (<0x80 and >=0xf80),
6818         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6819         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6820         TBLWT_POSTDEC,TBLWT_PREINC
6821         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6822         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6823         directives
6824         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6825         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6826         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6827         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6828
6829 2004-02-29  Borut Razem <borut.razem AT siol.net>
6830
6831         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6832         support/Util/findme.h, support/Util/system.h: enhance binary relative
6833         search for lib and include by using findProgramPath()
6834
6835 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6836
6837         * src/SDCCpeeph.h,
6838         * src/SDCCpeeph.c (pcDistance),
6839         * src/port.h,
6840         * src/mcs51/ralloc.h,
6841         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6842         * src/mcs51/main.h,
6843         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6844         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6845         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6846         size calculation port specific, started basis for some register
6847         optimizations
6848         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6849         missing push/pop of r0/r1. Optimized push/pops
6850         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6851         * device/lib/_modsint.c (_modsint),
6852         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6853         and stack version so regression tests pass
6854
6855 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6856
6857         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6858         * src/SDCCast.c (decorateType): catch another small optimization
6859         with '?' operator
6860         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6861         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6862         modified to finally use computeType() all over SDCC,
6863         see Feature Request #877103
6864         * src/SDCCval.h: cosmetic
6865         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6866         valCompare(); regression tested in muldiv.c
6867         * support/regression/tests/muldiv.c (testMod): mod sign follows
6868         dividend only
6869
6870 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6871
6872         * src/SDCCast.c (decorateType): fixed bug #902362
6873         * doc/INSTALL.txt: fixed install instructions for win32
6874
6875 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6876
6877         * device/include/Makefile.in (install): fixed by replacing spaces
6878         by tabs
6879         * doc/README.txt,
6880         * doc/INSTALL.txt: updated for release
6881         * doc/sdccman.lyx: added warning for --xstack being buggy
6882
6883 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6884
6885         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6886         to eliminate build warnings.
6887         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6888
6889 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6890            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6891
6892         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6893         removed -penable-stack, added comment for stack pragma, added
6894         warning for not initializing the stack/frame registers, removed
6895         comment at interrupts section
6896
6897         Stack is made permanent, there is no ability to disable stack usage.
6898         * src/pic16/device.h,
6899         * src/pic16/device.c: removed all references to USE_STACK macro,
6900         * src/pic16/device.c (pic16_dump_section): when no elements in
6901         rlist, free rlist before return,
6902         * (pic16_dump_int_registers): NEW, internal registers are a new set
6903         of general purpose registers reused by each function,
6904         * (checkAddReg): returns 1 if registers is added to set,
6905         * (pic16_groupRegistersInSection): when a registers is of type
6906         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6907         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6908         SRCASECMP macro is moved here from device.c
6909         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6910         PO_PCLATU, PO_PRODL, PO_PRODH,
6911         * (pic16_pCodeOpType, genMinus,
6912         changed compares to "a" register, with AOP_ACC,
6913         * (pic16_genPlus): fixed some bugs and indented properly,
6914         * (pic16_addSign): changed size to size+offset in the MOVWF
6915         instruction,
6916         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6917         multiply 8-bit operand by literal, result is 8-bit,
6918         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6919         multiply 2 8-bit operand, result is 8-bit,
6920         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6921         genUMult8X*_16,
6922         * src/pic16/gen.c: changed accUse to contain WREG only,
6923         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6924         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6925         true, do not use immediate addressing any more unless sym is a
6926         pointer in codespace,
6927         * (aopForRemat): do not use immediate addressing when symbol not in
6928         codespace and when symbol's address is requested,
6929         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6930         accUse size (= 1),
6931         * (aopGet): added case for AOP_ACC and don't return "accumulator
6932         bug" but WREG instead,
6933         * (popGetTempReg): pushes contents of temporary register in stack,
6934         * (popReleaseTempReg): pops contents of temporary register from
6935         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6936         * (pic16_popGet): separated case AOP_ACC to return register WREG
6937         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
6938         or PO_IMMEDIATE and initializes their instance/offset appropriately,
6939         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
6940         the use of immediate pointers to certain cases only.
6941
6942         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
6943         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
6944         * (assignResultValue, genCall, genRet): modified to use the new
6945         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
6946         genPcall is still broken,
6947         * (genFunction): added code to create 'A' type pBlocks when
6948         interrupt functions are generated, code not extensively tested yet,
6949         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
6950         * (genEndFunction): modified so ISRs pop stored registers from stack,
6951         * (genMultOneByte): cleanup,
6952         * (AccRsh): added flag andmask, to and result with appropriate mask,
6953         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
6954         * (genDataPointerGet): fixed and reenabled its use,
6955         * (genNearDataPointerGet): bugs fixed,
6956         * (genDataPointerSet): bugs fixed,
6957         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
6958         pic16_DumpSymbol, pic16_DumpOp,
6959         * src/pic16/genutils.h: function prototypes for the above functions,
6960         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
6961         pointers,
6962         * (pic16emitRegularMap): many many many improvements, but needs a
6963         major cleanup,
6964         * src/pic16/main.c: enable_stack in pic16_options is removed,
6965         * (_pic16_parseOptions): removed command line options -penable-stack,
6966         * (_process_pragma): emit stack symbol only when stack pragma is
6967         processed,
6968         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
6969         redirected to FSR0L/FSR0H pair,
6970         * (pic16_get_op, pic16_get_op2): modifications and improvements,
6971         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6972         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
6973         for immediates,
6974         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
6975         * (dumpPicOptype): NEW,
6976         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
6977         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
6978         with movff instruction,
6979         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
6980         added pic16_int_regs, some packRegsFor* functions are commented out,
6981         because produce errors,
6982         * src/pic16/NOTES: minor modifications
6983
6984 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6985
6986         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
6987         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
6988         --pack-iram.
6989         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
6990         * as/mcs51/lkaomf51.c: fixed bug #895763
6991
6992 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
6993
6994         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
6995
6996 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6997
6998         * doc/sdccman.lyx: added details about the HC08 storage classes and
6999         interrupts, fixed the register usage info for z80 & gbz80
7000
7001 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7002
7003         * doc/sdccman.lyx: added more pic16 port documentation
7004         * device/include/pic16/: added header pic18fregs.h
7005
7006 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7007
7008         * doc/sdccman.lyx: added Vangelis' contribution
7009
7010 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7011
7012         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7013         extend to the next CALL or PCALL, not just to the next CALL.
7014
7015 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7016
7017         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7018
7019 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7020
7021         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7022         bug #895752 and a better fix for bug #716790
7023
7024 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7025
7026         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7027
7028 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7029
7030         * doc/sdccman.lyx: minor changes, minor changed
7031
7032 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7033
7034         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7035         which can't handle SDCC_NEWONEBYTEOPS,
7036         (geniCodeMultiply): removed conversion from mult to shift for pic14
7037         and pic16
7038
7039 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7040
7041         * src/hc08/gen.h,
7042         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7043         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7044         thus fixing bug #895406
7045
7046 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7047
7048         * device/lib/_modsint.c,
7049         * device/lib/_modslong.c: sign follows divisor only
7050         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7051         signs or signedness can be ignored
7052         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7053         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7054         added optimization for IFX,
7055         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7056         arguments;
7057         reenabled optimization for IFX, which was removed on 2004-01-11
7058         * src/SDCCast.h: added return type IFX
7059         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7060         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7061         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7062         SDCC_OLDONEBYTEOPS selects the old behaviour
7063         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7064         changed again and commented promotion rule
7065         * src/SDCCval.c (valDiv): promotion no longer necessary
7066         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7067         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7068         rewritten
7069         * support/regression/tests/onebyte.c: added
7070
7071 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7072
7073         * gen.c (genInline): reverted to old code for assemnling inline
7074         code because of bug reported James Chadd
7075
7076 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7077
7078         * ralloc.h: missing declarations from previous patch,
7079         seems that patch for ralloc.h was never applied, fixed
7080
7081 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7082            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7083
7084         * pcode.c,
7085         * pcode.h,
7086         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7087         indirect addressing. Marked FSR0 as deprecated
7088         * gen.c (pointerCode): commented out, not needed now
7089         (pic16_popGet2p): new MOVFF helper function
7090         (genGenPointerGet),
7091         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7092         (shiftRLong): removed duplicate debugging info
7093
7094 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7095
7096         * src/ds390/gen.c (genNearPointerGet),
7097         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7098         optimization with bits, but not bitfields.
7099         * src/ds390/ralloc.c (packRegisters),
7100         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7101
7102 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7103
7104         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7105
7106 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7107
7108         * src/SDCCsymt.h,
7109         * src/SDCCicode.c (operandFromSymbol),
7110         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7111         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7112         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7113         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7114         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7115         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7116         bug #892038
7117         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7118         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7119         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7120         * src/SDCCsymt.c (newSymbol),
7121         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7122         enumerator_list),
7123         * src/SDCCval.h,
7124         * src/SDCCval.c (newiList): fixed bug #885705
7125
7126 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7127
7128         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7129         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7130
7131 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7132
7133         * device/include/c8051f120.h,
7134         * device/include/c8051f300.h,
7135         * device/include/c8051f310.h: added/updated header files for Silicon
7136         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7137         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7138         in new section Submitting patches
7139
7140 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7143         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7144         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7145         genGenPointerSet),
7146         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7147         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7148         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7149         genGenPointerSet),
7150         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7151         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7152         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7153         genGenPointerSet),
7154         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7155         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7156         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7157         genGenPointerSet): fixed bug #892400
7158         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7159         to eliminate build warnings.
7160         * src/SDCCast.c (processParms),
7161         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7162         fixed bug 751859
7163         * support/valdiag/valdiag.py: added GCC to the list of defines active
7164         when compiling with gcc
7165
7166 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         * support/Util/SDCCerr.h,
7169         * support/Util/SDCCerr.c,
7170         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7171         with an incomplete type (fixed bug #883734)
7172         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7173
7174 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7175
7176         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7177
7178 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7179
7180         * src/SDCCast.c (decorateType),
7181         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7182         function pointer implementation
7183         * support/regression/tests/funptrs.c: added tests to verify both forms
7184         of function pointers work correctly. Added tests to verify parameters
7185         are passed in the correct order.
7186
7187 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7188
7189         * device.c (regCompare): registers are sorted by ascending
7190         address and increasing size,
7191         * main.c (_pic16_finaliseOptions): removed the declaration
7192         of compiler macro MCU. Now a macro of the format pic18fxxxx
7193         will be defined from the command line
7194
7195 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7196             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7197
7198         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7199         PCOP_RLCF was overwritten!
7200         * gen.c (genSkip): commented out calls to pic16_emitcode,
7201         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7202         * (genlshTwo),
7203         * (genRRC): added debugging info,
7204         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7205         overwritten while shifting,
7206         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7207         overwritten while shifting,
7208         * (AccLsh),
7209         * (AccRsh),
7210         * (shiftLLeftOrResult),
7211         * (shiftRLeftOrResult),
7212         * (shiftRLong),
7213         * (shiftLLong): Implemented with pic16_emitpcode
7214         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7215         * (genLeftShift): Fixed bug, operand for shift by variable always
7216         was "and"ed with 0x0f,
7217         * (genLeftShiftLiteral),
7218         * (genrshTwo),
7219         * (genRightShiftLiteral): added debugging info,
7220         * (genrshFour): added comment,
7221         * (genRightShift): determined signedness from operand "left"
7222         instead of "result"
7223
7224 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7225
7226         * src/SDCCicode.c (geniCodeParms),
7227         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7228         function pointers, fixed function pointer bugs #861242 and #861896
7229
7230 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7231
7232         * device/include/c8051f000.h,
7233         * device/include/c8051f120.h,
7234         * device/include/c8051f300.h: added header files for Silicon
7235         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7236
7237 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7238
7239         * src/SDCCast.c (processParams): added new type flow and restructured
7240         (gatherAutoInit): added new type flow
7241         (addCast): cosmetic changes
7242         (getLeftResultType): added new type flow for array indices, patch
7243         provided by Stas, see FR #877103
7244         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7245         array index patch by Stas
7246         * src/SDCCast.h: added prototype getResultTypeFromType()
7247         * src/SDCCval.h,
7248         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7249         * src/pic/glue.c (pic14emitStaticSeg),
7250         * src/pic16/glue.c (pic16emitStaticSeg),
7251         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7252         for initialization of symbols
7253         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7254         * support/Util/SDCCerr.h:
7255         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7256         * .version: bumped version number to 2.3.8
7257         * device/include/Makefile.in (install),
7258         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7259         avoid warnings
7260
7261 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7262
7263         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7264         Slade Rich fixed an optimization bug
7265         * src/pic/pcodepeep.c,
7266         * src/pic/pcoderegs.c
7267         * doc/Makefile (install): added test for directory
7268
7269 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7272         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7273         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7274         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7275         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7276         * as/mcs51/asexpr.c (term),
7277         * as/hc08/asexpr.c (term): fixed bug #887146
7278
7279 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7280
7281         * src/z80/gen.c (genMult): handle single byte result product
7282         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7283         DUMMY_READ_VOLATILE (fixed bug #886367)
7284
7285 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7286
7287         * support/regression/tests/libmullong.c: fixed logic, on little endian
7288         hosts we ended without a mullong_wrapper()
7289
7290 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7291
7292         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7293         virus/worm forged address usage.
7294
7295 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7296
7297         Fixed promotion, it should be done on AST level:
7298         * src/SDCCast.c (addCast): added promotion to int
7299         (decorateType): updated call to upCast()
7300         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7301         usualUnaryConversions()
7302
7303 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7304
7305         * support/regression/tests/literalop.c (mulWrapper): Added a
7306         wrapper to remove integer overflow warnings.
7307
7308         * support/regression/tests/float_trans.c: Made work on host.
7309
7310         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7311         location of sz80.
7312
7313         * support/regression/generate-cases.py (main): Changed from inline
7314         to a main method.
7315
7316         * doc/Makefile (install): Changed to depth first to get rid of
7317         missing directory install warning.
7318
7319         * as/Makefile (install-doc): Made work on Mac.
7320
7321 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7322
7323         * src/SDCCast.c: added an additional type flow in decorateType() of
7324         opposite direction, see feature request #860006; it's enabled at runtime
7325         by setting the environment variable SDCC_NEWTYPEFLOW
7326         * src/SDCCast.h: changed prototype of decorateType()
7327         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7328         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7329         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7330         see feature request #877103
7331         * src/SDCCval.c: updated call of decorateType()
7332         (valBitwise): fixed bug #882876
7333         (valMinus): added promotion
7334         (valLogicAndOr): result is unsigned
7335         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7336         * src/SDCCsymt.c (computeType),
7337         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7338         must not cause an unsigned operation
7339         * src/pic/glue (pic14emitRegularMap),
7340         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7341
7342 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7343
7344         * src/pic/pcode.c (PCodeID): commented out left over debug code
7345
7346 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7347
7348         * support/valdiag/tests/overflow.c: added shift tests
7349         * src/pic/device.c,
7350         * src/pic/gen.c,
7351         * src/pic/gen.h,
7352         * src/pic/glue.c,
7353         * src/pic/main.c,
7354         * src/pic/pcode.c,
7355         * src/pic/pcode.h,
7356         * src/pic/pcodepeep.c,
7357         * src/pic/pcoderegs.c,
7358         * src/pic/ralloc.c,
7359         * src/pic/ralloc.h: applied patch from Slade Rich;
7360         added support for multiple code pages and multiple RAM banks on the
7361         PIC 14 port. The ASM files now no longer simply assume all the
7362         code / RAM are in the same page / bank. This means the linker can
7363         safely allocate code/RAM of separate ASM files to different pages/banks.
7364         * doc/sdccman.lyx: added Slade's tips
7365         * src/mcs51/peeph.def: fixed bug #880768
7366
7367 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7368
7369         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7370         * src/SDCCast.c (decorateType): fixed bug #880197
7371
7372 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7373
7374         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7375         getopt.h.
7376
7377         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7378         strtof is not part of C89 and isn't included with Mac OS X.
7379
7380 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7381
7382         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7383         shiftL2Left2Result): fixed bug #879326
7384         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7385         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7386         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7387         address fetch for clr instruction
7388         * device/lib/hc08/_mulint.c: created optimized assembly version
7389         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7390
7391 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7392
7393         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7394         proposed in FR #877103
7395
7396 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7397
7398         * src/SDCCval.c (cheapestVal): added missing checks
7399         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7400         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7401
7402 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7403
7404         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7405         equal operands
7406
7407 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7408
7409         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7410         loaded with the linker search paths (-L arguments) and the libraries
7411         to be linked with the current source (-l arguments). Changes
7412         currently will affect only the pic16 port.
7413         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7414         include path the port specific paths and port specific libraries,
7415         * gplink command now contains the $3 argument,
7416         * src/pic16/device.h,
7417         * src/pic16/device.c,: structure PIC_device is made public and
7418         renamed to PIC16_device, the same for variable Pics which is renamed
7419         to Pics16. Updated all references to them.
7420         * src/pic16/glue.c (pic16glue): corrected bug with code
7421         initialization which bypassed the variable initializations block.
7422
7423         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7424         COMPILE_FLAGS and added the --nostdinc option
7425
7426 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * device/include/mc68hc908jb8.h: Register defs for another member
7429         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7430
7431 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7432
7433         Documenting changes from previous commits.
7434         * configure.in (version 1.56),
7435         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7436         when generating output files to configure the pic16 library,
7437         but now I've commented it out, since gputils aren't installed in the
7438         SF compile farm, so library won't compile
7439
7440         * device/lib/Makefile.in (version 1.56): initially I've added in
7441         target 'all' the prerequestive 'model-pic16' so it compiled the
7442         pic16 library, but now I've commented it out for the same reasons
7443         above,
7444         * added targets 'model-pic16' and 'objects-pic16' to compile the
7445         library
7446         * added target 'port-specific-objects-pic16' to handle the
7447         generated libraries and copy them into the build/ directory
7448         * added target 'clean-intermediate-pic16' to clean intermediate
7449         files into pic16 directory
7450         * in target 'installdirs' added line to create directory pic16 in
7451         the installation path
7452
7453         * device/include/Makefile.in (version 1.11): in target 'install'
7454         added lines to copy all header files to installation path,
7455         * in target 'installdirs' added line create directory for pic16
7456         headers in the installation path
7457
7458 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7459
7460         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7461          a function call
7462
7463 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7464
7465         * configure,
7466         * device/lib/configure.in,
7467         * device/lib/configure: fixed for autoconf 2.57
7468
7469 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7470
7471         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7472         option so that it actually works. Made it specific to the z80, since
7473         the gbz80 doesn't have these kinds of I/O ports.
7474
7475 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         * device/include/z180.h,
7478         * device/lib/_memcpy.c,
7479         * device/lib/_memmove.c,
7480         * device/lib/_mulint.c,
7481         * device/lib/ser_ir.c,
7482         * device/lib/ser_ir_cts_rts.c,
7483         * device/lib/_strcmp.c,
7484         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7485         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7486         portmode; added deprecation warning for bank= and protmode= forms.
7487         Also, guard against buffer overflow.
7488         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7489
7490 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7493         changed interrupt vector table generation to only emit declared vectors.
7494         * device/include/Makefile.in: added missing backslash
7495         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7496
7497 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7498
7499         Mainly changes to support compilation of the device libraries
7500         * src/pic16/device.c: stack is allocated via symbol and not
7501         via literal number. The symbol is placed in the corresponding
7502         position of the data ram
7503         * (pic16_dump_section): relocatable and absolute uninitialized
7504         data are now emitted in sorted order to reduce section naming,
7505         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7506         weren't marked as being in the access bank,
7507
7508 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7509
7510         Added portion of GNU PIC Library under the directory
7511         device/include/pic16 and device/lib/pic16. These files
7512         contain the declarations of SFRs for the PIC18Fxx2 devices.
7513         The directory is initialized via configure from toplevel.
7514
7515 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7516
7517         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7518         the spilllocations to be compared correctly
7519
7520 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7521
7522         * src/SDCCast.c (decorateType): fixed bug introduced today
7523
7524 2004-01-12  Borut Razem <borut.razem AT siol.net>
7525
7526         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7527         doc/sdccman.lyx: upper case pragmas are deprecated
7528
7529 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7530
7531         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7532         in simpler and even better code
7533
7534 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7535
7536         * src/SDCCicode.c (operandOperation): fixed bug #874819
7537         * src/SDCCast.c (decorateType): fixed
7538         char foo (unsigned long ul) { return ul > 0; }
7539
7540 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7541
7542         * doc/sdccman.lyx: Moved and added some sections, small changes
7543         all over. Telling LaTeX to be less strict with word spacing
7544         to better keep the right margin. Changed some notes about
7545         maintainance of the ports in section 3.2.1 - is it OK like this?
7546
7547 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7548
7549         SDCC source changes:
7550         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7551         convilong): modified to inform the pic16 port that builtin functions
7552         are external
7553
7554         PIC16 PORT specific changes:
7555         * src/pic16/device.c pic16_dump_equates() added,
7556         processor registers declared internally by the port are emitted in
7557         the translation as equates,
7558         * src/pic16/gen.c: inline code is passed unprocessed to the
7559         translation,
7560         * (pic16_popGetLit2): fnuction modified to take second operand as
7561         pCodeOp pointer and not as literal,
7562         * (popRegFromIdx): prefixed with pic16_,
7563         * (pic16_popCombine2): modified to receive already allocated pCode
7564         operands,
7565         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7566         * (genFunction): initializes local stack frame and pushes on stack
7567         all the registers used by this function,
7568         * (genEndFunction): restores all registers from stack and restores
7569         stack frame,
7570         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7571         improvements,
7572         * (pic16glue): changed the program startup sequence,
7573         * added new dbName code 'A' for functions placed in absolute section
7574         * src/pic16/main.c: added function attribute _naked,
7575         * added pragma 'code' to place a fnuction at an absolute address,
7576         * added command line arguments --debug-ralloc and --pcode-verbose,
7577         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7578         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7579         * (pic16_newpCodeOpLit2): modified to take the second operand as
7580         pCodeOp pointer,
7581         * (pic16_printpBlock): modified to emit each function in a separate
7582         section,
7583         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7584         UPPER for immediate operands,
7585         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7586         instruction,
7587         * src/pic16/peeph.def: all peepholes with movff are commented out,
7588         because there is a problem in the pcode peep optimizer,
7589         * src/pic16/ralloc.c: the register allocator can now reuse local
7590         function symbols for another function. This saves register usage.
7591         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7592
7593         Added file src/pic16/NOTES with information about program writing on
7594         the current port version.
7595
7596 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7597
7598         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7599         and peephole 252 (array access)
7600
7601 2004-01-09  Borut Razem <borut.razem AT siol.net>
7602
7603         * src/SDCCmain.c : fixed #872250: -l command line defined library
7604           files are scanned before standard library files
7605
7606 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7607
7608         * src/SDCCast.c (decorateType): fixed bug #874046
7609
7610 2004-01-09  Borut Razem <borut.razem AT siol.net>
7611
7612         * support/scripts/sdcc.nsi: remove previous installation
7613
7614 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7615
7616         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7617         bytes for last interrupt vector (mcs51)
7618         * sdcc.spec: fixed typo
7619
7620 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7621
7622         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7623         gen51Code): more efficient parameter receive for --model-large
7624         ("bug" #845294)
7625
7626 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7627
7628         * src/ds390/main.c,
7629         * src/z80/main.c: added missed needLinkerScript flags (more than
7630         one port structure defined in these file)
7631         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7632         bug #795325
7633
7634 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7635
7636         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7637         * src/port.h: added flag needLinkerScript in port->linker
7638         structure to inform whether to create a .lnk file or not,
7639         * src/avr/main.c,
7640         * src/ds390/main.c,
7641         * src/hc08/main.c,
7642         * src/mcs51/main.c,
7643         * src/pic/main.c,
7644         * src/pic16/main.c,
7645         * src/xa51/main.c,
7646         * src/z80/main.c: changed appropriately to configure
7647         needLinkerScript flag
7648         * src/pic/gen.c,
7649         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7650         * src/pic/glue.c: added variable udata_section_name to
7651         override default uninitialized data segment definition for
7652         devices only with SHAREBANK memory (reported from Erik Epetrich)
7653         * (pic14emitOverlay): modified to emit a commented overlay segment
7654         directive when no overlay data exist
7655         * (picglue): modified to emit uninitialized data segment
7656         according to udata_section_name
7657         * src/pic/main.c (_pic14_parseOptions): added command line
7658         options --udata-section-name=[name] to override default
7659         udata definition name
7660         * modified _linkCmd and _asmCmd to include compiler passed
7661         arguments via -W option
7662         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7663         object file from '.rel' to '.o' in port->linker structure,
7664         changed size of fptr from 2 to 3 in port structure
7665
7666 2004-01-07  Borut Razem <borut.razem AT siol.net>
7667
7668         * support/scripts/sdcc.nsi: update PATH
7669         * support/scripts/sdcc.ico: craeted
7670
7671 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7672
7673         * device/include/Makefile.in: fix install
7674         * doc/Makefile: fix install
7675
7676 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7677
7678         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7679         in bug #860505
7680         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7681         how the function variable allocation summary is displayed; also
7682         include information about variables allocated to the overlay
7683         segment
7684
7685 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7686
7687         * as/mcs51/lkmain.c: Help about -Y option
7688         * as/mcs51/lkarea.c: Fixed gcc warnings
7689
7690 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7691
7692         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7693         fixed warning
7694         * support/valdiag/tests/overflow.c: added
7695         * src/SDCCast.c (decorateType),
7696         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7697         LEFT_OP (left shift)
7698
7699 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7700
7701         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7702         (default behaviour).
7703
7704 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7705
7706         A python script to validate compiler diagnostic messages. It can be
7707         used to verify that sdcc complains about bad c source code and
7708         gives a good location of the error.
7709         * support/valdiag/Makefile,
7710         * support/valdiag/valdiag.py,
7711         * support/valdiag/tests/*
7712
7713 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7714
7715         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7716         * src/SDCCsymt.c (newEnumType),
7717         * src/SDCCsymt.h
7718         * support/Util/SDCCerr.c,
7719         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7720         enum related bugs.
7721         * support/regression/tests/enum.c: added test for enum values that
7722         require at least 2 bytes of storage.
7723
7724 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7725
7726         * src/common.h: added ifndef/define/endif macros
7727         around the header file.
7728         Bug reported from Jesus Calvino-Fraga
7729
7730 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7731
7732         * sdcc.spec: updated
7733         * device/include/Makefile.in: don't install CVS directories
7734         * device/lib/Makefile.in: added removal of CVS directories after install
7735         * doc/Makefile: fixed install, added local_icons
7736         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7737         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7738         * src/ds390/gen.c (genRightShift): fixed bug #870788
7739         * src/SDCCast.c (decorateType): fixed bug #870781
7740
7741 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7742
7743         PIC16 port related changes:
7744         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7745         added variable stackPos,
7746
7747         * gen.c: genCall, assignResultValue: added support for
7748         pushing/retrieving function parameters to/from stack,
7749         genFunction,genEndFunction: setup stack frame for the
7750         generated function,
7751         genAddrOf: will be changed according to bug 863624
7752
7753         * added files genutils.c and genutils.h which contain gen*
7754         debugged and optimised functions extracted from gen.c
7755
7756         * glue.c: added variable 'externs' which holds extern symbols,
7757         pic16emitRegularMap: is modified to properly handle relocatable
7758          symbols under the new scheme,
7759         pic16createInterruptVect: is modified
7760         pic16printPublics: is modified to emit 'global' assembler directives,
7761         added pic16_printExterns to print extern symbols,
7762         pic16glue: initializes stack/frame pointer in the beginning of
7763         the assembly output. Temporary hack, will be corrected later,
7764         because gplink yet does not support stack and SDCC does not
7765         yet support a type of crt0.o object to create the final binary.
7766
7767         * Removed many lines that contain 8051 legacy code.
7768         * The code is finally placed under a 'code' directive.
7769         * Added port specific options.
7770
7771         * _process_pragma: simplified since now we do not need *special*
7772         include file to define SFR registers. But a separate header
7773         will be needed. This will be developed later.
7774         * _pic16_parseOptions: added, parses port specific options:
7775         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7776         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7777         --preplace-udata-with=
7778
7779         * _pic16_setDefaultOptions: modified to initialize section names,
7780         but hack is temporarly out of order since it needs improvement.
7781         * _pic16_genAssemblerPreamble: configuration words are emitted by
7782         their address instead of their name. This part is incomplete and
7783         supports only the 18Fxx2 devices. Other devices will emit an error
7784         during assembly since they do not contain the same set of config
7785         registers
7786         * _pic16_genIVT: is modified,
7787
7788         * pcode.c: added definitions for some hardware registers that are needed
7789         for stack support
7790         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7791         All PCI entries are updated. Now LFSR is supported.
7792         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7793         * added pic16_newpCodeOpLit2 to support instructions with
7794         two literal arguments
7795         * pic16_pCode2str: corrected code that emits assembler instructions
7796         with two literal operands and those that have an access bit modifier
7797         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7798         this fixes a bug which caused some labels to be lost, when an
7799         assembler directive was added, i.e. banksel,
7800         * pic16_FixRegisterBanking: improved logic that causes the insertion
7801         of bank switching,
7802         * InlineFunction: functions that are called once, are not any more
7803         inlined. This can be a port option in the future,
7804
7805         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7806
7807         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7808         hold the corresponding uninitialized symbols,
7809         * pic16_allocProcessorRegister: registers have explicit marked the
7810         accessBank field,
7811         * pic16_allocInternalRegister: registers are explicit marked as
7812         not used,
7813         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7814         processing list, so bit registers were lost,
7815         *
7816
7817         * ralloc.h: added field 'accessBank' and original symbol operand
7818         in register definition,
7819         * removed the field isMapped from register definition,
7820
7821         ** Several functions have been removed from various sources:
7822         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7823         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7824         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7825         pic16_assignRelocatableRegisters
7826
7827         ** others have been introduced:
7828         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7829         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7830
7831 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7832
7833         * support/scripts/inc2h.pl: changed definition of BIT_AT
7834         to emit 'sbit at' instead of 'bit at'. This was a request.
7835
7836         PIC16 port related preliminary changes:
7837         * gen.c: prefixed function popRegFromString with
7838         pic16_ and all references to it corrected
7839         * pcode.c: all pic16_pc_* hardware registers prefixed
7840         with underscore (_),
7841         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7842         * ralloc.c: newReg(): when register is REG_SFR then
7843         set address to rIdx,
7844         pic16_allocProcessorRegister(): marks register wasUsed=0
7845         pic16_writeUsedRegs(): added a call to assign processor
7846         registers via pic16_assignFixedRegisters
7847
7848 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7849
7850         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7851         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7852         variables in unused register banks.  Also the SSEG is placed
7853         wherever there is enough space for it, and IDATA can be anywhere
7854         in internal RAM.  For now compile using -Wl-Y[stack_size].
7855         The mem file is different for this option as well, since it
7856         makes no sense of talking about DSEG lenght.
7857
7858 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7859
7860         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7861         in certain cases, e.g. when ROM assignment, patch provided
7862         from Albert den Haan.
7863
7864 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7865
7866         Many signedness and type propagation fixes:
7867         * src/SDCCicode.c: made geniCodeCast() static
7868         replaced SPEC_ by IS_ (cosmetic)
7869         (operandOperation): fixed div and mod operation
7870         (usualBinaryConversions): added support for promotion of char
7871         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7872         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7873         (geniCodeAdd): an array index will stay unsigned, even if promoted
7874         from char to int
7875         (geniCodeArray): ditto
7876         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7877         * src/SDCCsymt.c (computeType): added more support for char;
7878         promotion of char is selectable by promoteCharToInt, fixed signedness
7879         for all cases
7880         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7881         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7882         * src/SDCCval (val*): replaced signedness calculation by
7883         computeType()
7884         rearranged if-branches (cosmetic)
7885         (valShift): added warning W_SHIFT_CHANGED
7886         (valCompare): fixed problem with different types
7887         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7888         * support/regression/tests/literalop.c: added many cases
7889         * support/regression/tests/ast_constant_folding.c: changed finally to
7890         'unsigned int'
7891         * .version: new year, new version: 2.3.7
7892         * src/SDCCmain.c (main): applied patch #866468
7893         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7894         provided by Scott Bronson
7895         * doc/sdccman.lyx: updated documentation for sdcdb
7896         updated and added chapter tips
7897
7898 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7899
7900         * src/SDCCsymt.h: missing from yesterday's commits
7901
7902 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7903
7904         * src/SDCC.y (struct_or_union_specifier),
7905         * support/Util/SDCCerr.c,
7906         * support/Util/SDCCerr.h: verify that struct & union tags are used
7907         as declared.
7908
7909 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7910
7911         * src/SDCCglobl.h: missing from yesterday's commits
7912
7913 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7914
7915         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7916         sft_attributes, struct_declaration, parameter_declaration,
7917         type_name, start_block, declaration_list),
7918         * src/SDCC.lex (check_type): support redefinition of typedef names
7919
7920 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7921
7922         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7923         aligned xdata arrays. Erik helped me with the if clause.
7924
7925 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7926
7927         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7928         warning
7929
7930 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7931
7932         * src/SDCCast.h,
7933         * src/SDCCast.c (newAst_),
7934         * src/SDCCicode.h,
7935         * src/SDCCicode.c (ast2iCode, newiCode),
7936         * src/SDCCglobl.h,
7937         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
7938         expr, statement, expression_statement, selection_statement,
7939         iteration_statement, expr_opt, jump_statement): foundation for tracking
7940         sequence points
7941         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
7942         point code too)
7943
7944 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7945
7946         * support/Util/SDCCerr.c,
7947         * src/SDCCast.h,
7948         * src/SDCCast.c (createCase, createDefault, decorateType),
7949         * src/SDCClabel.c (labelUnreach),
7950         * src/SDCC.y (labeled_statement, jump_statement): More improvements
7951         to error messages.
7952         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
7953         (with thanks to Stas Sergeev)
7954         * device/include/time.h,
7955         * device/lib/time.c (CheckTime): suppress unreachable code warning
7956
7957 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7958
7959         * src/SDCCast.c (createIvalCharPtr),
7960         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
7961         bug #753752)
7962         * support/regression/tests/nullstring.c: tests for these two bugs
7963
7964 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7965
7966         * support/Util/SDCCerr.h,
7967         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
7968         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
7969         about storage class and 'at' used inside struct or union
7970         * src/SDCCBBlock.c (iCodeFromeBBlock),
7971         * src/SDCCcse.c (ifxOptimize),
7972         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
7973         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
7974         printIval, emitStaticSeg, emitOverlay),
7975         * src/SDCClabel.c (deleteIfx),
7976         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
7977         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
7978         gatherAutoInit, processParms),
7979         * support/Util/SDCCerr.h,
7980         * support/Util/SDCCerr.c (werrorfl): Support for better error location
7981         reporting for post-parse errors.
7982
7983 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7984
7985         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
7986         implicit casts via union; they don't work on big endian systems
7987         (possible fix for bug #861138)
7988
7989 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7990
7991         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
7992         * src/mcs51/main.c: fixed the fix for bug #737001
7993
7994 2003-12-15  Borut Razem <borut.razem AT siol.net>
7995
7996         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
7997
7998 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7999
8000         * support/makebin/makebin.c: put output in binary mode
8001
8002 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8003
8004         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8005         xdata and data memory on startup. Set the environment variable
8006         SDCC_NOGENRAMCLEAR to disable this.
8007         * src/mcs51/peephole.def,
8008         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8009         (allows non-interrupt and interrupt code to safely compete for a resource
8010         without the non-interrupt code having to disable interrupts)
8011
8012 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8013
8014         * src/SDCCicode.c (geniCodeAdd),
8015         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8016         with valFromType if type might be a pointer and host is big endian).
8017         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8018         types, not just integer types.
8019         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8020         multiply defined with mismatching "at" address.
8021
8022 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8023
8024         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8025         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8026         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8027         with embedded nulls (fixed bug #753752)
8028
8029 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8030
8031         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8032         Apparently this did not see much testing (endless loop)
8033
8034 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8035
8036         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8037
8038 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8039
8040         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8041         gracefully handle NULL memmap pointers
8042
8043 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8044
8045         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8046         instead of deleting the iCode when an operand is volatile
8047         * src/z80/gen.c (genDummyRead),
8048         * src/mcs51/gen.c (genDummyRead),
8049         * src/ds390/gen.c (genDummyRead),
8050         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8051         not just IC_RIGHT
8052         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8053         * src/SDCC.y: fixed bug #850420
8054
8055 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8056
8057         Applied z80 i/o port patch from Peter Townson and fixed some operators
8058         to better handle operands in A register.
8059         * device/include/z180.h
8060         * src/SDCC.y
8061         * src/SDCCglue.c
8062         * src/z80/gen.c
8063         * src/z80/gen.h
8064         * src/z80/main.c
8065         * src/z80/peeph-z80.def
8066         * src/z80/peeph.def
8067         * src/z80/z80.h
8068
8069 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8070
8071         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8072
8073 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8074
8075         * device/lib/hc08/_mullong.c: Removed extra #endif
8076
8077 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8078
8079         * sim/ucsim/hc08.src/inst.cc,
8080         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8081         carries from x to h
8082         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8083         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8084         * device/include/stdarg.h: fixed varargs for hc08
8085         * device/lib/Makefile.in,
8086         * device/lib/hc08/Makefile,
8087         * device/lib/hc08/_mulint.c,
8088         * device/lib/hc08/_mullong.c: fixed some endian problems
8089
8090 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8091
8092         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8093         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8094         * device/lib/_gptrget.c,
8095         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8096
8097 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8098
8099         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8100         * src/SDCCast.c (astErrors): fixed bug #846007
8101         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8102
8103 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8104
8105         * src/SDCCast.c (decorateType): disabled a transformation I added in
8106         revision 1.188 (access to fields of a structure at an absolute address);
8107         it breaks with bitfields, extern declarations, and gcse analysis.
8108         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8109         could be assigned through a pointer, so don't complain.
8110         * src/SDCCast.c (astErrors),
8111         * src/SDCCast.h,
8112         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8113
8114 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8115
8116         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8117         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8118         output of __config directives, since gpasm now supports them
8119         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8120         pre-processor macro, i.e. -DMCU=p18f452
8121         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8122         and modified to handle 'cast' icode similarly to '=' icode
8123         * src/pic16/device.h (typedef struct PIC_device): added field
8124         'extMIface' to indicate that chip has external memory interface
8125         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8126         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8127         18F8720
8128
8129 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8130
8131         * src/SDCC.y (pointer): fixed bug #846006
8132         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8133         * src/SDCCast.c (decorateType): fixed bug #846009
8134         * src/ds390/peeph.def,
8135         * src/ds390/gen.c (genAnd, genOr),
8136         * src/mcs51/peeph.def,
8137         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8138
8139 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8140
8141         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8142         * src/SDCCdflow.c
8143         * src/SDCCcse.c
8144         * src/SDCCcse.h
8145         * src/SDCCBBlock.h
8146         * src/SDCCBBlock.c
8147
8148 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8149
8150         fixed bug #845089
8151         * src/SDCCbitv.h,
8152         * src/SDCCbitv.c: added function to free a bitvector
8153         * src/SDCClrange.h,
8154         * src/SDCClrange.c: added function to recompute the liveranges
8155         * src/avr/ralloc.c,
8156         * src/ds390/ralloc.c,
8157         * src/hc08/ralloc.c,
8158         * src/mcs51/ralloc.c,
8159         * src/pic/ralloc.c,
8160         * src/pic16/ralloc.c,
8161         * src/xa51/ralloc.c,
8162         * src/z80/ralloc.c: recompute the liveranges after register packing
8163
8164 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8165
8166         * src/SDCCloop.c (newInduction): fixed bug #845630
8167
8168 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8169
8170         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8171         inadvertantly left behind from my 2003-11-12 change
8172
8173 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8174
8175         Updated headers I neglected to commit yesterday.
8176         * src/SDCClrange.h,
8177         * src/SDCCicode.h
8178
8179 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8180
8181         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8182         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8183         * src/SDCCopt.c (eBBlockFromiCode),
8184         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8185         the creation of the key hash table from the sequencing so it can be used
8186         earlier (for some GCSE bug fixes still pending)
8187
8188 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8189
8190         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8191         * support/regression/tests/addsub.c: testing genPlus shortcut
8192
8193 2003-11-15  Borut Razem <borut.razem AT siol.net>
8194
8195         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8196
8197 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8198
8199         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8200         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8201         ordering is immaterial.
8202         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8203
8204 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8205
8206         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8207         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8208         (SIGSEV) of bug #840381
8209         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8210         unlink new file before rename if new and old filenames are the same)
8211
8212 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8213
8214         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8215         uninitialized variables) for the mcs51. Set environment variable
8216         SDCC_GENRAMCLEAR to test.
8217         xdata initialization slightly shorter
8218
8219 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8220
8221         * src/SDCCsymt.h,
8222         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8223         #838241 & 780691 (basicly the same bug)
8224         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8225         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8226
8227 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8228
8229         * src/SDCCmain.c (linkEdit): "fix" #834252
8230
8231 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8234         * src/SDCCast.h,
8235         * src/SDCC.y: fixed bug #819403
8236
8237 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8238
8239         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8240         the reentrant attribute.
8241         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8242         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8243         simulation
8244         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8245         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8246         erroneously reduced to a literal.
8247         * src/hc08/ralloc.c (packRegisters, rematStr),
8248         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8249         some cases
8250
8251 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8252
8253         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8254         * doc/sdccman.lyx: changed from 'article' to 'book'
8255         * doc/Makefile: readded test_suite_spec and cdbfileformat
8256
8257 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8258
8259         * device/include/stdlib.h: include malloc.h to comply with ANSI
8260         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8261
8262 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8263
8264         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8265         * doc/clean.mk: also remove *.out files
8266         * doc/sdccman.lyx: some additions, larger top/bottom margins
8267
8268 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8269
8270         * src/SDCC.y: fixed bug #837365
8271         * support/regression/tests/bitopcse.c
8272         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8273         a symbol (might be valop instead)
8274         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8275         * device/lib/clean.mk: added hc08 to the cleaning list
8276
8277 2003-11-04  Borut Razem <borut.razem AT siol.net>
8278
8279         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8280           made 2003-11-04
8281         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8282           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8283           malloc is declared in standard stdlib.h
8284
8285 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8286
8287         * device/lib/hc08/Makefile: need to clean .rel not .o files
8288         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8289
8290 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8291
8292         * src/port.h,
8293         * src/hc08/main.c,
8294         * src/mcs51/main.c,
8295         * src/ds390/main.c,
8296         * src/z80/main.c,
8297         * src/avr/main.c,
8298         * src/pic/main.c,
8299         * src/pic16/main.c,
8300         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8301         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8302         tests (which uses the port's oclsExpense function)
8303         * src/SDCC.y,
8304         * src/SDCCast.c,
8305         * src/SDCCicode.c,
8306         * src/hc08/gen.c,
8307         * src/ds390/gen.c,
8308         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8309
8310 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8311
8312         * src/SDCCcse.c (ifxOptimize),
8313         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8314         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8315         deleting the IFX iCode.
8316         * src/hc08/ralloc.c: reduced unneeded slocs
8317         * src/hc08/gen.c: fixed bug in asmopToBoolean
8318
8319 2003-11-04  Borut Razem <borut.razem AT siol.net>
8320
8321         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8322           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8323           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8324           transferred to configure
8325
8326 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8327
8328         Use headers defined in the C[++] standards:
8329         * sim/ucsim/gui.src/serio.src/fileio.cc
8330         * sim/ucsim/gui.src/serio.src/frontend.cc
8331         * sim/ucsim/gui.src/serio.src/main.cc
8332         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8333         * support/Util/NewAlloc.c
8334         * as/hc08/lklibr.c
8335         * as/mcs51/lklibr.c
8336         * as/z80/aslist.c
8337         * as/z80/assym.c
8338
8339 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8340
8341         * Added MSVC projects for hc08 assembler and linker:
8342         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8343         /as/hc08/link_hc08.dsp
8344
8345 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8346
8347         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8348
8349 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8350
8351         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8352
8353 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8354
8355         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8356
8357 2003-10-31  Borut Razem <borut.razem AT siol.net>
8358
8359         * support/cpp2/cpplib.h,
8360           support/cpp2/cpplib.c,
8361           support/cpp2/cpplex.c,
8362           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8363           to switch _asm block preprocessing on / off. Default is
8364           #pragma preproc_asm +
8365
8366 2003-10-31  Borut Razem <borut.razem AT siol.net>
8367
8368         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8369           when outputting comment blocks (when executed with -C option) and
8370           _asm (SDCPP specific) blocks
8371
8372 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8373
8374         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8375
8376 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8377
8378         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8379
8380 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8381
8382         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8383         * src/SDCCast.c (decorateType): fixed bug #832664
8384
8385 2003-10-31  Borut Razem <borut.razem AT siol.net>
8386
8387         * support\cpp2\cpplex.c: fixed for SDCPP:
8388           comments(when executed with -C option) and _asm blocks
8389           were included even if they where in skipped #if block.
8390           Applied solution from GCC cpp 3.3.2
8391
8392 2003-10-31  Borut Razem <borut.razem AT siol.net>
8393
8394         * src/SDCC.lex: sdcc now understands both formats:
8395           '# <line_number> <file_name>' and
8396           '#line <line_number> <file_name>'
8397         * support/cpp2/cppmain.c: sdcpp now generates the standard
8398           '# <line_number> <file_name>' instead of former
8399           '#line <line_number> <file_name>'
8400
8401 2003-10-30  Borut Razem <borut.razem AT siol.net>
8402
8403         * support/cpp2/cpphash.h,
8404         * support/cpp2/cpplib.h
8405         * support/cpp2/cpplex.c,
8406         * support/cpp2/cppmain.c,
8407         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8408
8409 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8410
8411         Fixed a number of problems revealed by bug #827883.
8412         * src/SDCCloop.c (loopInvariants): Spill location of the
8413         result operand should be recomputed if extracted from
8414         a loop. Also, don't extract assignments of an iTemp
8415         from a literal.
8416         * src/SDCCast.c (isConformingBody): loop reversal should
8417         not occur if the control variable is involved with a
8418         relational operator.
8419
8420 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8421
8422         * .version: bumped to 2.3.6 to reflect the big improvements
8423         made by Erik and Klaus. Thanks!
8424
8425 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8426
8427         Replaced the livrange code.
8428         * src/SDCClrange.c: added new LR code
8429         * src/SDCCloop.c,
8430         * src/SDCCBBlock.h: removed remainig parts from old LR code
8431         * src/ds390/ralloc.c,
8432         * src/ds390/gen.c: minor fixes to make it work with new code
8433
8434 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8435
8436         * as/hc08/asm.h,
8437         * as/hc08/lkrloc.c,
8438         * src/hc08/gen.c,
8439         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8440         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8441         (tweaked fix for bug #818696)
8442
8443 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8444
8445         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8446
8447 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8448
8449         * src/SDCCmain.c,
8450         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8451         * src/mcs51/gen.c (gencjneshort),
8452         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8453         more efficient (per Scott Bronson's suggestion)
8454
8455 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8456
8457         Extended the semantics of the critical keyword to include
8458         individual statements. See RFE #827755 and #799831
8459         * src/SDCC.y
8460         * src/SDCCicode.c
8461         * src/SDCCopt.c
8462         * src/SDCCast.c
8463         * support/Util/SDCCerr.c
8464         * support/Util/SDCCerr.h
8465         * src/mcs51/gen.c
8466         * src/ds390/gen.c
8467         * src/hc08/gen.c
8468
8469 2003-10-19  Borut Razem <borut.razem AT siol.net>
8470
8471         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8472
8473 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8474
8475         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8476         Fixed bug #818696
8477         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8478         and predecrement operand is displayed
8479
8480 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8481
8482         * src/SDCCval.c (valMinus): fixed bug #826041
8483
8484 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8485
8486         Some hc08 related updates that I missed earlier
8487         * sim/ucsim/stypes.h
8488         * support/regression/ports/hc08/spec.mk
8489
8490 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8491
8492         New target "hc08" for the Motorola 68hc08 family of micros
8493
8494         * configure
8495         * configure.in
8496         * Makefile
8497         * src/hc08/*
8498         * src/SDCCmain.c
8499         * src/port.h
8500         * sim/ucsim/hc08.src/*
8501         * sim/ucsim/configure.in
8502         * src/ucsim/configure
8503         * sim/ucsim/packages_in.mk
8504         * as/hc08/*
8505         * as/Makefile
8506         * device/include/mc68hc908qy.h
8507         * device/lib/hc08/*
8508         * device/lib/Makefile.in
8509         * support/regression/ports/hc08/*
8510         * support/regression/Makefile
8511
8512 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8513
8514         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8515         regression test
8516         * src/ds390/gen.c (genCast): fixed bug #821957
8517
8518 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8519
8520         * device/lib/logf.c: "fixed" overlay bug
8521         * support/regression/ports/host/spec.mk: added m library
8522         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8523         * support/regression/tests/float_trans: added (for Eric)
8524
8525 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * src/mcs51/gen.c (genCpl): fixed bug
8528         http://sf.net/mailarchive/message.php?msg_id=6263915
8529
8530 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8531
8532         * src/SDCCast.c (decorateType): added extended constant folding
8533         * src/SDCCsymt.c (computeType): cleanup
8534         * src/SDCCval.c (valShift): minor optimization
8535         * support/regression/tests/ast_constant_folding.c: added
8536
8537 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8538
8539         * src/SDCCmain.c: removed some unintended changes
8540
8541 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8542
8543         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8544         * src/z80/gen.c: fixed part of bug #817589
8545         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8546
8547 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8548
8549         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8550         * src/SDCCcflow.c
8551         * src/SDCCcse.c
8552         * src/SDCCdflow.c
8553         * src/SDCClabel.c
8554         * src/SDCClrange.c
8555         * src/SDCCmem.c
8556         * src/SDCCopt.c
8557         * src/SDCCpeeph.c
8558         * src/SDCCset.c
8559         * src/avr/ralloc.c
8560         * src/ds390/ralloc.c
8561         * src/izt/ralloc.c
8562         * src/mcs51/ralloc.c
8563         * src/pic/ralloc.c
8564         * src/pic16/ralloc.c
8565         * src/xa51/ralloc.c
8566         * src/z80/ralloc.c
8567         * src/z80/gen.c: removed unused label "release:"
8568
8569 2003-10-06  Borut Razem <borut.razem AT siol.net>
8570
8571         * src/SDCC.lex: removed definition of unused variables
8572           save_optimize and save_options
8573
8574 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8575
8576         * clean.mk: removed '=' in "-maxdepth=1"
8577         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8578         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8579
8580 2003-10-06  Borut Razem <borut.razem AT siol.net>
8581
8582         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8583           my_unput() replaced by unput()
8584
8585 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8588         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8589         type-punned pointer will break strict-aliasing rules"
8590         Old LR behaviour is again default; Klaus' LR can be choosen by
8591         defining the environment variable LRKLAUS
8592         * src/SDCCBBlock.h
8593         * src/SDCCloop.c
8594         * src/SDCClrange.c
8595         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8596         * clean.mk: fixed removal of files in bin/CVS/
8597         * device/lib/clean.mk: fixed removal of directories small and large
8598         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8599         * src/SDCCicode.c,
8600         * src/SDCCval.c: removed superflous test for pedantic
8601
8602 2003-10-05  Borut Razem <borut.razem AT siol.net>
8603
8604         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8605           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8606           message "unmatched #pragma SAVE and #pragma RESTORE"
8607
8608 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8609
8610         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8611           assembly, critical functions, atomic, nojtbound)
8612
8613 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8614
8615         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8616         * src/SDCCBBlock.h
8617         * src/SDCCloop.c
8618         * src/SDCCloop.h
8619         * src/SDCClrange.c
8620
8621 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8622
8623         * src/z80/gen.h,
8624         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8625         * src/mcs51/gen.h
8626         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8627         * src/ds390/gen.h
8628         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8629         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8630         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8631
8632 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8633
8634         * src/z80/gen.c (genRet): fixed bug #524753
8635         * src/z80/gen.c (genCast): fixed internal error on cast from
8636         pointer to long
8637         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8638         fix for bug #477835 to the z80
8639         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8640         for tracking iCodes in the peephole optimizer for z80
8641
8642 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8643
8644         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8645         the other part of bug #814548
8646         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8647
8648 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8649
8650         * src/SDCCcse.c: fixed part of bug #814548
8651
8652 2003-09-28  Borut Razem <borut.razem AT siol.net>
8653
8654         * src/asm.c: rewrite of printILine() to use temporary file instead
8655           a pipe
8656         * src/xa51/main.c: commented out declaration of int rewinds
8657
8658 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8659
8660         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8661
8662 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8663
8664         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8665         * src/asm.c (printILine): Fixed bug #811015
8666
8667 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8668
8669         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8670         freeing.
8671
8672 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8673
8674         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8675         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8676         to correctly handle general case of AOP_PAIRPTR
8677         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8678
8679 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8680
8681         * src/mcs51/ralloc.c (fillGaps),
8682         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8683         register positioning bug)
8684
8685 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8686
8687         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8688
8689 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8690
8691         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8692         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8693         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8694         (ralloc doesn't intentionally do this now, but perhaps later)
8695         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8696         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8697         register positioning bugs (Fixed bug #762602 and #795325)
8698         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8699         (Fixed bug #808779)
8700         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8701         lines that --i-code-in-asm generates
8702
8703 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8704
8705         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8706         trying to fclose a FILE* that was already closed.
8707
8708 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8709
8710         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8711         of const struct should be treated as if const themselves)
8712
8713 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8714
8715         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8716
8717 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8718
8719         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8720         Unix (/n) and DOS (/r/n) line terminations.
8721
8722 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8723
8724         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8725         bug #613775
8726
8727 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8728
8729         * src/mcs51/gen.c (genFunction, genEndFunction),
8730         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8731         and restore of EA so that stack offsets to parameters are
8732         correct when using both critical and reentrant/stack-auto.
8733         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8734         size (can be triggered in error if sloc is shared between
8735         different sized objects)
8736         * device/include/float.h: fixed macros to explicitly use
8737         unsigned long where needed
8738
8739 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8740
8741         Feature req. 799831: added code to allow nesting of critical functions
8742         * src/mcs51/gen.c (genFunction, genEndFunction)
8743         * src/ds390/gen.c (genFunction, genEndFunction)
8744
8745 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8746
8747         * src/SDCCsymt.c (sclsFromPtr),
8748         * src/SDCCsymt.h,
8749         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8750         support for standard C idiom of memory mapped variables; for
8751         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8752         to xdata int at 0x1234 tempvar = 1.
8753         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8754         provided by Akiya ISHIDA
8755
8756 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8759         * src/SDCCval.c (constVal): added reduction from int to char
8760         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8761         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8762         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8763         to ignore the sign
8764         * support/regression/tests/shifts.c: fixed
8765
8766 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8767
8768         * src/z80/gen.c (genXor): Fixed bug #805445
8769
8770 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8771
8772         Fixed bug #621531 (const & volatile confusion in the type chain).
8773         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8774         refer to the const or volatile state of the pointer itself.
8775
8776         * src/SDCCast.c
8777         * src/SDCCglue.c
8778         * src/SDCCicode.c
8779         * src/SDCCsymt.c
8780         * src/SDCCval.c
8781         * src/SDCC.y
8782         * src/SDCCsymt.h
8783         * src/pic/gen.c
8784         * src/pic/ralloc.c
8785         * src/pic16/gen.c
8786         * src/pic16/ralloc.c
8787         * support/regression/tests/const.c
8788
8789 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8790
8791         When checking for duplicated modules, use absolute paths
8792         instead of relative paths.  Files changed:
8793
8794         * as/mcs51/lklib.c
8795         * link/z80/lklib.c
8796
8797 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8798
8799         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8800
8801 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8802
8803         * device/include/string.h: added size_t typedef, changed
8804         prototypes to use size_t, eliminated separate reentrant and
8805         non-reentrant declarations, added _memmove declaration
8806         * device/lib/_memcpy.c: changed to use size_t instead of int,
8807         changed /4 to >>2 to avoid division library call
8808         * device/lib/_memcmp.c,
8809         * device/lib/_memset.c,
8810         * device/lib/_strncat.c,
8811         * device/lib/_strncpy.c,
8812         * device/lib/_strncmp.c: changed to use size_t instead of int
8813         * device/lib/_memmove.c: new file (fixed bug #772294)
8814         * device/lib/Makefile.in: added _memmove.c
8815         * device/lib/z80/asm_strings.s: fixed bug #772290
8816         * support/regression/tests/bitfields.c: attempt to fix host assertion
8817         failure on amd64-unknown-linux2.2
8818
8819 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8820
8821         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8822         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8823         * as/z80/asmain.c (main): fixed bug #801766
8824
8825 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8826
8827         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8828         compilers
8829
8830 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8831
8832         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8833         reported in bug #800609
8834
8835 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8836
8837         * Top header beautifications in src/pic16 directory:
8838           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8839           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8840           pcoderegs.h, ralloc.c, ralloc.h
8841         * main.c: added top header and GPL license notice
8842         * pcode.c: fixed the if-conditional warning
8843
8844 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8845
8846         * device/lib/_mullong.c: replaced int by short for gcc
8847
8848 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8849
8850         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8851         and JUMPTABLE iCodes properly now (worked by accident before)
8852         * src/mcs51/gen.c (leftRightUseAcc),
8853         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8854         iCode properly now. Use getSize instead of nRegs since a & b
8855         aren't part of the nRegs tally.
8856
8857 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8858
8859         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8860         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8861           before instructions that use the _STATUS register
8862
8863 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8866         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8867         fetching of the pointer
8868         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8869         copied from genNearPointerSet()
8870         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8871         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8872         If they pop r0/r1 they must be called in the opposite order than aopOp().
8873         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8874         (resp. --stack-auto), prepared for --xstack
8875
8876 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8877
8878         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8879
8880 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8881
8882         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8883         these ports have their own __sdcc_external_start()
8884
8885 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8886
8887         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8888         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8889         type for bits was changed. It resulted in bit variables becoming
8890         global, which is not permitted in PIC 14 assembly output.
8891
8892 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8893
8894         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8895
8896 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8897
8898         Z80 and MCS51 linkers complaint if a public symbol is defined
8899         in more than one library module:
8900
8901         * as/mcs51/lklib.c
8902         * link/z80/lklib.c
8903         * as/mcs51/Makefile.in
8904
8905 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8906
8907         A few small changes that speed up the peephole optimizer.
8908
8909         * src/SDCCpeeph.c
8910
8911 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8912
8913         Try to make the peephole optimizer smarter by maintaining
8914         an association between the assembly source code and the
8915         iCodes that originated them. Put this information to use
8916         with a new peephole rule condition "notVolatile" so that
8917         the rules can be aggressive yet still safe.
8918
8919         * src/SDCCpeeph.c
8920         * src/SDCCpeeph.h
8921         * src/mcs51/gen.c
8922         * src/mcs51/peeph.def
8923
8924 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8925
8926         Fixed bug #741761
8927
8928         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8929         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8930         if the left or right operand symbols have the accuse flag set.
8931
8932 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8933
8934         Changed the type of the result of the ! (NOT) operator to char;
8935         previously it returned the same type as the source. This allows
8936         us to eliminate all the genFloatNot functions (all of its target
8937         implementations were very buggy) since !float can use the same
8938         code as !long now.
8939
8940         * src/SDCCicode.c (ast2iCode): ! returns char
8941         * src/mcs51/gen.c (genNot, genNotFloat),
8942         * src/ds390/gen.c (genNot, genNotFloat),
8943         * src/z80/gen.c (genNot, genNotFloat),
8944         * src/pic/gen.c (genNot, genNotFloat),
8945         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
8946
8947 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8950         1. Interrupt would not compile properly. Ensure PCLATH register is saved
8951            during interrupts. Ensure WSAVE is located at a shared bank address.
8952         2. Fixed page selection in some places
8953         3. Fixed BTFSS/C to where necessary use registers directly and not simply
8954            the registers name strings.
8955         4. Fixed "signed / unsigned compare" compiler warnings.
8956         5. The PIC port manages its own allocation of the general purpose
8957            registers, but makes no attempt to reuse them. As a result when
8958            compiling it soon runs out of general purpose registers. Some
8959            additional code was added to the files pcode.c and device.c to walk
8960            through the function call tree and rename the registers so that they
8961            get reused.
8962
8963         * src/pic/device.c
8964         * src/pic/gen.c
8965         * src/pic/glue.c
8966         * src/pic/pcode.c
8967         * src/pic/pcode.h
8968         * src/pic/ralloc.c
8969         * src/pic/ralloc.h
8970         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
8971         genPlus() & genMinus() when the result is the same as left or right
8972
8973 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8974
8975         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
8976
8977 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8978
8979         Made bitfield a distinct type from bit so that bitfields
8980         convert as per ANSI C and bits retain their traditional
8981         boolean style behaviour. Implemented bitfield support in
8982         the z80 port.
8983
8984         * src/SDCCsymt.h,
8985         * src/SDCCsymt.c,
8986         * src/SDCCast.c,
8987         * src/cdbFile.c,
8988         * src/mcs51/gen.c,
8989         * src/ds390/gen.c: bit v bitfield split
8990         * src/z80/gen.c: New support for bitfields
8991         * support/regression/tests/bitfields.c: reenabled z80,
8992         added more tests
8993
8994 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8995
8996         Rules 246.x, 247.x relate to bitfields, the others speed up
8997         access to xdata mapped I/O devices.
8998
8999         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9000
9001 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9002
9003         Cleaned up genPackBits and genUnpackBits and added two helper
9004         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9005         for literal assignments in genPackBits (thanks to Frieder for
9006         reminding me).
9007
9008         * src/mcs51/gen.c
9009         * src/ds390/gen.c
9010
9011 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9012
9013         Fixed bug #748310 (pointer to function type mishandled when the
9014         function name is omitted). Also fixed a SIGSEGV when a function
9015         attribute (reentrant, etc) is used on a non-function or on a
9016         function but misplaced before the parameter list.
9017
9018         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9019         bug #748310
9020         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9021         * support/Util/SDCCerr.h,
9022         * support/Util/SDCCerr.c: Added func attr misuse error msg
9023
9024 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9025
9026         Fixed bug #787649 by anonymous
9027         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9028         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9029
9030 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9031
9032         Fixed numerous bitfield problems.
9033
9034         * src/SDCC.y: More bitfield related error checking
9035         * src/SDCCsymt.h,
9036         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9037         * support/Util/SDCCerr.h,
9038         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9039         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9040         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9041         * support/regression/tests/bitfields.c: tests added
9042
9043 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9044
9045         Made the constant following the "interrupt" keyword optional. If
9046         omitted, the function will not automatically be given an entry
9047         in the interrupt vector table (similar to #pragma NOIV, but
9048         less syntacticly kludgy). The interrupt number is also now
9049         range checked. Also fixed a bug in the high order bit example
9050         in the manual.
9051
9052         * src/SDCC.y
9053         * src/SDCCmem.c
9054         * src/SDCCglue.c
9055         * src/SDCCsymt.h
9056         * support/Util/SDCCerr.c
9057         * support/Util/SDCCerr.h
9058         * doc/sdccman.lyx
9059
9060 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9061
9062         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9063         * src/SDCCicode.c (operandOperation): rewritten some ops
9064         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9065         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9066         other type
9067         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9068         be re-activated by defining REDUCE_LITERALS)
9069         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9070         unsigned, but are signed by default
9071         * src/SDCCval.c (constVal): rearranged
9072         * src/SDCCval.c (valMod): preliminary fix
9073         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9074         * support/regression/literalop.c: added, work in progress
9075
9076 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9077
9078         Generate warnings for useless declarations like "char data;"
9079         that don't do what new users expect.
9080
9081         * src/SDCC.y
9082         * support/Util/SDCCerr.h
9083         * support/Util/SDCCerr.c
9084
9085 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9086
9087         * src/SDCCval.c (valMult): fix overflow detection of negative int
9088
9089 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9090
9091         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9092
9093         Changes to support big endian targets:
9094
9095         * src/ports.h
9096         * src/SDCCglue.c
9097         * src/avr/main.c
9098         * src/ds390/main.c
9099         * src/izt/i186.c
9100         * src/mcs51/main.c
9101         * src/pic/main.c
9102         * src/pic16/main.c
9103         * src/xa51/main.c
9104         * src/z80/main.c
9105
9106 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9107
9108         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9109         * device/lib/time.c: fixed warning "integer overflow in expression"
9110
9111 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9112
9113         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9114         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9115         constants are unsigned; added recognition of "u" flag for unsigned
9116         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9117         * src/SDCCval.c (valDiv, valMod): fixed signdness
9118         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9119         signedness of modulo, left and right shift
9120         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9121         * support/Util/SDCCerr.h: added warning W_INT_OVL
9122         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9123         * src/SDCCast.c (ast_print): improved output of constants
9124
9125 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9126
9127         Fixed some warnings when building with MSVC:
9128
9129         * as\mcs51\asdata.c
9130         * as\z80\asdata.c
9131         * as\mcs51\asm.h
9132         * as\z80\asm.h
9133         * link\z80\aslink.h
9134         * link\z80\lkdata.c
9135         * link\z80\lkeval.c
9136         * link\z80\lkgb.c
9137         * link\z80\lkihx.c
9138         * link\z80\lks19.c
9139         * link\z80\lksym.c
9140         * support\cpp2\cpplib.c
9141         * src\ds390\gen.c
9142         * src\mcs51\gen.c
9143
9144 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9145
9146         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9147
9148 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9149
9150         * support\librarian\clean.mk: Do not remove Makefile.
9151         * support\librarian\Makefile: added.
9152
9153 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9154
9155         Added librarian to MSVC build:
9156         * all.dsp
9157         * sdcc.dsw
9158         * support\librarian\librarian.dsp
9159
9160         'configure' not needed for librarian, removed:
9161         * support\librarian\configure
9162         * support\librarian\configure.in
9163         * support\librarian\config_in.h
9164         * support\librarian\Makefile.in
9165
9166         Hopefully these ones built the librarian and the rest of sdcc properly:
9167         * Makefile
9168         * Makefile.common.in
9169
9170         Messed up 'configure', so revert to previous version:
9171         * configure
9172         * configure.in
9173
9174 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9175
9176         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9177         there, while the mantissa of a double is "only" 53 bits wide.
9178
9179 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9180
9181         Adding sdcclib to the build.  MSVC project coming soon.
9182         Files added/changed:
9183
9184         * support\librarian\clean.mk
9185         * support\librarian\configure
9186         * support\librarian\configure.in
9187         * support\librarian\config_in.h
9188         * support\librarian\Makefile.bcc
9189         * support\librarian\Makefile.in
9190         * support\librarian\sdcclib.c
9191         * Makefile.bcc
9192         * Makefile
9193         * Makefile.common.in
9194         * configure
9195         * configure.in
9196
9197 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9198
9199         Linker now complaints if linked modules have conflicting options, for
9200         example, one compiled using --model-large and another one compiled with
9201         --model-small.  The following files were modified:
9202
9203         * as\mcs51\asdata.c
9204         * as\mcs51\aslink.h
9205         * as\mcs51\asm.h
9206         * as\mcs51\asmain.c
9207         * as\mcs51\asout.c
9208         * as\mcs51\i51pst.c
9209         * as\mcs51\lkdata.c
9210         * as\mcs51\lklibr.c
9211         * as\mcs51\lkmain.c
9212         * as\z80\asdata.c
9213         * as\z80\asm.h
9214         * as\z80\asmain.c
9215         * as\z80\asout.c
9216         * as\z80\z80pst.c
9217         * link\z80\aslink.h
9218         * link\z80\lkdata.c
9219         * link\z80\lklibr.c
9220         * link\z80\lkmain.c
9221         * src\SDCCglue.c
9222
9223 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9224
9225         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9226         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9227
9228 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9229
9230         * src/z80/mappings.i: fix _mul[us][int,long] entries
9231
9232 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9233
9234         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9235
9236 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9237
9238         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9239         * support/regression/tests/bitopcse.c: added
9240         fixed warning:
9241         * src/avr/gen.c:
9242         * src/pic/gen.c:
9243         * src/pic16/gen.c:
9244         * src/z80/gen.c:
9245         * src/xa51/gen.c:
9246
9247 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9248
9249         added support for new library format to z80, gbz80 linkers:
9250         *link/z80/aslink.h
9251         *link/z80/lklex.c
9252         *link/z80/lklib.c
9253         *link/z80/lklist.c
9254
9255 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9256
9257         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9258         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9259
9260 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9261
9262         added DUMMY_READ_VOLATILE:
9263         * src/SDCC.y:
9264         * src/avr/gen.c:
9265         * src/xa51/gen.c:
9266         * src/z80/gen.c:
9267         * src/pic/gen.c:
9268         * src/pic16/gen.c:
9269         * src/mcs51/gen.c:
9270         * src/ds390/gen.c:
9271         * src/SDCCcse.c (algebraicOpts): many improvements
9272         * src/SDCCcse.h: removed algebraicOpts()
9273         * src/SDCCicode.c (picDummyRead): added
9274
9275 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9276
9277         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9278         "Insufficient space in data memory".
9279
9280 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9281
9282         * src/mcs51/gen.c: fixed bug #771358
9283         * src/z80/gen.c: fixed bug #759087
9284
9285 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9286
9287         * src/pic16/glue.c: minor cleanup by Vangelis
9288
9289 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9290
9291         * device/include/regc515c.h: fixed #758477
9292         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9293         * device/lib/_gptrput.c: saved a few bytes
9294         * my tab spacing is 8, yours too?)
9295         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9296         * device/lib/serial.c: process RX bytes earlier than TX bytes
9297         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9298
9299 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9300
9301         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9302
9303 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9304
9305     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9306
9307 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9308
9309         * device/lib/Makefile.in: bad fix, reverted to 1.43
9310
9311 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9312
9313         * device/lib/Makefile.in: added missing z80 object files
9314
9315 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9316
9317         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9318         pic16 progress by Vangelis:
9319         * src/SDCCglobl.h:
9320         * src/SDCCmain.c:
9321         * src/pic/Makefile:
9322         * src/pic:
9323         * pic/Makefile:
9324         * pic16/device.c:
9325         * pic16/device.h:
9326         * pic16/gen.c:
9327         * pic16/gen.h:
9328         * pic16/genarith.c:
9329         * pic16/glue.c:
9330         * pic16/main.c:
9331         * pic16/pcode.c:
9332         * pic16/pcode.h:
9333         * pic16/pcodepeep.c:
9334         * pic16/peeph.def:
9335
9336 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9337
9338     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9339
9340 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9341
9342     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9343     added gbz80 build to MSVC project.
9344     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9345     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9346     from 8051 stuff and setup so it links using a .lnk file.
9347
9348 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9349
9350     * support/librarian/sdcclib.c: sdcc librarian.
9351     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9352     with sdcclib.
9353
9354 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9355
9356     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9357
9358 2003-07-02  Borut Razem <borut.razem AT siol.net>
9359
9360         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9361         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9362         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9363         src/xa51/main.c, src/z80/main.c:
9364         virtualization of glue() function: each port has it's own glue function,
9365         which is accessed by do_glue function pointer in PORT.general structure
9366
9367 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9368
9369         * DS800C400 fun, improved ROM interface and tinibios.
9370
9371 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9372
9373         * More support for DS80C400. Now includes beginning of interface to ROM.
9374
9375 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9376
9377         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9378
9379 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9380
9381         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9382
9383 2003-06-19  Borut Razem <borut.razem AT siol.net>
9384
9385         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9386
9387 2003-06-19  Borut Razem <borut.razem AT siol.net>
9388
9389         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9390         fixed Z80 port - crt0.o: cannot open.
9391
9392 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9393
9394         * support/Util/MySystem.c (merge_command): revert bad fix
9395
9396 2003-06-18  Borut Razem <borut.razem AT siol.net>
9397
9398         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9399
9400 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9401
9402         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9403         option --use-stdout sends errors to stdout instead of stderr.
9404
9405 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9406
9407         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9408
9409 2003-06-15  Borut Razem <borut.razem AT siol.net>
9410
9411         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9412         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9413         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9414         fixed width array of pointers replaced with sets;
9415         multiple include and lib paths ared transferred to preprocessor and linker
9416         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9417         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9418         fixed width array of pointers
9419         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9420         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9421         fixupPath(), getPathDifference()
9422         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9423         fixed width array of pointers
9424
9425 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9426
9427         * src/pic16/ralloc.c: fix warnings
9428         * src/pic16/pcode.c: fix warning
9429
9430 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9431
9432          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9433         know all the details, but essentially this set of changes enable
9434         the pic16 port to generate movff instructions and generate assembler
9435         directives,
9436         * src/SDCCmain.c:
9437         * src/pic16/gen.c:
9438         * src/pic16/glue.c:
9439         * src/pic16/pcode.c:
9440         * src/pic16/device.c:
9441         * src/pic16/main.c:
9442         * src/pic16/pcode.h:
9443         * src/pic16/pcoderegs.c:
9444         * src/pic16/ralloc.c:
9445         * src/pic16/ralloc.h:
9446
9447 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9448
9449         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9450         added option --vc, so sdcc errors and warnings are compatible with
9451         Microsoft Visual Studio.
9452
9453 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9454
9455         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9456           device/lib/libfloat.lib: added atof function.
9457
9458 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9459
9460         * doc/sdccman.lyx: updated to Lyx 1.3
9461         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9462         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9463         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9464
9465 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9466
9467         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9468
9469 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9470
9471         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9472           additions to the "related tools/documentation" section
9473
9474 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9475
9476         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9477
9478 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9479
9480         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9481         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9482
9483 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9484
9485         * doc/sdccman.lyx: fix double dash and other minor things
9486         * doc/Makefile: fix double dash
9487
9488 2003-05-28  Karl Bongers(patches from Martin Helmling)
9489         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9490           condition and ignore commands.
9491
9492 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9493
9494         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9495           is in parts still quite out of date, I did changes as far as I felt makes sense
9496           for a non-native english speaker.
9497           Please feel free to add to the manual or to correct my changes.
9498         * doc/Makefile: undid touching the date of intermediate tex files.
9499
9500 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9501
9502         * doc/sdccman.lyx: Manual has an index now
9503
9504 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         Finalize muluint/mulsint and mululong/mulslong merging:
9507         * device/lib/_mulint.c
9508         * device/lib/_mullong.c
9509         * device/lib/gbz80/mul.s
9510         * device/lib/gbz80/stubs.s
9511         * device/lib/z80/mul.s
9512         * device/lib/z80/stubs.s
9513         * src/SDCCsymt.c (initCSupport)
9514
9515 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9516
9517         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9518         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9519           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9520           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9521           instead of /Zm500.
9522
9523 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9524
9525         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9526           the regression tests I'm not brave enough to enable 245.b, 245.c
9527         * doc/sdccman.lyx: added latex preamble for hyperref package.
9528           Using pdflatex this will give you a hyperlinked pdf file with
9529           bookmarks. (prepend '%' before /usepackage if this breaks something)
9530
9531 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9532
9533          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9534
9535 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9536
9537         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9538
9539 2003-05-21    <johan AT balder>
9540
9541         * src/SDCCglue.c (printIval): fixed bug #739934
9542
9543 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9544
9545         Applied patch from bug 737905 (renamed yylineo to mylineno):
9546         * src/altlex.c
9547         * src/SDCCast.c
9548         * src/SDCglobl.h
9549         * src/SDCC.lex
9550         * src/SDCCsymt.c
9551         * src/SDCCval.c
9552         * src/pic16/pcode.c: Cleaned warnings
9553         * src/pic16/pcodeflow.c: Cleaned warnings
9554         * src/pic16/pcoderegs.c: Cleaned warnings
9555
9556 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9557
9558         * src/pic16/pcode.c: Cleaned warnings
9559         * src/pic16/pcodepeep.c: Cleaned warnings
9560         * src/pic16/ralloc.c: Cleaned warnings
9561
9562 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9563
9564         * doc/sdccman.lyx: fixed bug 739745
9565         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9566
9567 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9568
9569         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9570         it can be defined with CFLAGS when running configure
9571         * src/SDCCmain.c: fixed compiling + linking with object files
9572
9573 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9574
9575         * configure.in: configure for pic16 port,
9576             added --disable-pic16-port
9577         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9578         * src/SDCCmain.c: linkOptions is changed to set *,
9579             added if/endif conditional macros to remove options help
9580             messages from optionsTable when a port is not configured, added
9581             support for the PIc16 port in the ports table, when executing
9582             the compiler with no port specified on command line, a default
9583             port is selected with the new macro DEFAULT_PORT which is
9584             defined in port.h, in setDefaultOptions() linkOptions is removed
9585             from initialization assignment, since now it is a set,
9586             parseCmdLine uses setParseWithComma for linkOptions, in
9587             linkEdit() linkOptions are accessed with new function indexSet()
9588             which returns the i'th item of a set variable. See SDCCset.c, in
9589             linkEdit() when calling buildCmdLine(), added linkOptions as
9590             last argument. Now users can pass arguments to gplink via the
9591             -Wl option, main() uses pic16glue() to glue up pic16 programs
9592         * src/SDCCpeeph.c: various changes to support pic16
9593         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9594             return the i'th item of the set
9595         * src/SDCCset.h: added function prototype for indexSet()
9596         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9597         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9598         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9599             added macro DEFAULT_PORT
9600         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9601         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9602             generated
9603         * src/pic16/glue.c: commented out some error producing lines
9604         * src/pic16/main.c: __config directives are commented out to stop
9605             gpasm complaining and test the linkage with gplink, _linkCmd and
9606             _asmCmd changed to be more gplink and gpasm friendly
9607         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9608             produced an error when parsed, peep rule 12 is added to utilize
9609             movff, but it is commented out since the pCode does not support
9610             yet a command with 2 address arguments
9611
9612 2003-05-18    <johan AT balder>
9613
9614         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9615         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9616 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9617
9618         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9619   Added feature to script commands from file.
9620
9621 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9622
9623         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9624         * src/SDCCutil.c: include ctype.h for win32
9625
9626 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9627
9628         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9629
9630 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9631
9632         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9633   Fixed so you can set breakpoints prior to run, run does not stop
9634   on entry now.  Add tbreak.  Other enhancements and fixes for use
9635   with ddd.
9636
9637 2003-05-12  Borut Razem <borut.razem AT siol.net>
9638
9639         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9640
9641 2003-05-11  Borut Razem <borut.razem AT siol.net>
9642
9643         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9644         the path of bin directory, so that PATH is the only env. variable, which has to be set
9645         in case of standard installation.
9646         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9647         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9648         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9649
9650 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9651
9652         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9653         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9654         temp files are in the port dir; clean the gen/test directory when
9655         generating new test.c
9656         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9657         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9658         * support/regression/tests/zeropad.c: added
9659
9660 2003-05-09    <johan AT balder>
9661
9662         * src/SDCCglue.c: fixed bug #597940
9663
9664 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9665
9666         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9667   cache sfr, optimize next,step, fix off by one sourceline,
9668   support ddd list function.
9669         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9670
9671 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9672
9673         * support/regression/HTMLgen.py: added compare_s2f()
9674         * support/regression/Makefile: redo 1.27
9675         * support/regression/generate-cases.py: redo 1.5
9676
9677 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9678
9679         * support/regression/tests/float.c: workaround 33 bit hex constant
9680         * support/regression/tests/simplefloat.c: fix division for host
9681
9682 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9683
9684         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9685         that tame's the PIC's over-aggressive optimizer.
9686
9687 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9688
9689          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9690          support for MSVC.
9691
9692 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9693
9694         Initial support for DS80C400. "Hello world" runs on TINIm400
9695         (with polled I/O).
9696
9697 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9698
9699          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9700          * Some notes on ddd usage added in debugger/README
9701          Martin Helmling adding more features and fixes for ddd GUI debugger.
9702          Code added for nexti, stepi, up, down, and other adjustments.
9703
9704 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9705
9706         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9707         * src/pic/peeph.def Added two rules to optimize carry manipulation
9708         * src/pic/* removed debug printfs
9709
9710 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9711
9712         * debugger/mcs51/cmd.c: added header newalloc.h
9713
9714 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9715
9716         * as/Makefile: new EXEEXT
9717         * as/z80/Makefile: remove trailing slash of BUILDIR
9718         * as/z80/clean.mk: new EXEEXT
9719         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9720         * support/cpp2/Makefile.in: new EXEEXT
9721         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9722
9723 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9724
9725         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9726         EXEEXT was introduced to fix all related problems with targets
9727         "clean", "install" and "uninstall"; a couple of further flaws
9728         especially with "clean" have been fixed too
9729         * as/mcs51/Makefile.in
9730         * as/mcs51/clean.mk
9731         * as/z80/Makefile
9732         * Makefile
9733         * clean.mk
9734         * debugger/mcs51/Makefile.in
9735         * debugger/mcs51/clean.mk
9736         * link/z80/Makefile
9737         * link/z80/Makefile.in
9738         * link/z80/clean.mk
9739         * link/Makefile
9740         * packihx/Makefile.in
9741         * packihx/clean.mk
9742         * sim/ucsim/Makefile
9743         * sim/ucsim/clean.mk
9744         * sim/ucsim/avr.src/Makefile.in
9745         * sim/ucsim/avr.src/clean.mk
9746         * sim/ucsim/s51.src/Makefile.in
9747         * sim/ucsim/s51.src/clean.mk
9748         * sim/ucsim/xa.src/Makefile.in
9749         * sim/ucsim/xa.src/clean.mk
9750         * sim/ucsim/z80.src/Makefile.in
9751         * sim/ucsim/z80.src/clean.mk
9752         * sim/ucsim/main_in.mk
9753         * sim/ucsim/packages_in.mk
9754         * sim/ucsim/gui.src/Makefile.in
9755         * sim/ucsim/gui.src/serio.src/Makefile.in
9756         * sim/ucsim/gui.src/serio.src/clean.mk
9757         * src/Makefile.in
9758         * src/clean.mk
9759         * support/cpp2/Makefile.in
9760         * support/cpp2/clean.mk
9761         * support/makebin/Makefile
9762         * support/makebin/clean.mk
9763         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9764         * doc/sdccman.lyx: --program-suffix no longer needed
9765
9766 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9767
9768          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9769          Martin Helmling added support for ddd GUI debugger.
9770          Code added to display assembly, set variables, and other commands
9771          to interface to ddd.
9772
9773 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9774
9775         * as/Makefile: fix target clean
9776         * as/clean.mk: fix target clean
9777         * as/z80/clean.mk: fix target clean
9778
9779 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9780
9781         * Makefile.common.in: added  AT EXEEXT AT
9782         * configure.in: removed all mingw32 stuff
9783         * configure: rebuilt from configure.in
9784         * doc/sdccman.lyx: updated section "installation"
9785         * support/scripts/sdcc_mingw32: adapted to configure
9786         * support/scripts/sdcc_cygwin_mingw32: added
9787
9788 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9789
9790         * src/pic Added object file support for the PIC port
9791         * src/pic Applied patch from Craig Franklin (this started the object file support)
9792         * src/regression Updated the PIC regression tests for object files
9793
9794 2003-04-20  Borut Razem <borut.razem AT siol.net>
9795
9796         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9797           lklex.c: In function `getfid':
9798           lklex.c:203: warning: array subscript has type `char'
9799         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9800           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9801         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9802           stack handling macros
9803
9804 2003-04-19  Borut Razem <borut.razem AT siol.net>
9805
9806         * "handling space characters in file path" task:
9807         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9808         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9809         * support/Util/MySystem.h: make it self-sufficient
9810         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9811           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9812           handling space characters in file path
9813         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9814           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9815         * support/Util/MySystem.c: handling space characters in executable's path
9816
9817 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9818
9819         * as/z80/Makefile: fix permanent rebuild of z80
9820         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9821         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9822
9823 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9824
9825         * src/SDCCopt.c: add special case optimization to replace modulo by
9826           a power of two with a bitwise AND.
9827
9828 2003-04-18    <johan AT balder>
9829
9830         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9831
9832 2003-04-17    <johan AT balder>
9833
9834         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9835         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9836
9837 2003-04-13  Borut Razem <borut.razem AT siol.net>
9838
9839         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9840         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9841           fixed mingw problem in adl_NORMALIZE_PATH
9842
9843 2003-04-12  Borut Razem <borut.razem AT siol.net>
9844
9845         * fixed "#pragma SAVE/RESTORE can not be nested":
9846         * src/SDCC.lex: reworked pragma handling functions
9847         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9848         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9849
9850 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9851
9852         * src/SDCCutil.c (pathEquivalent): defined but not used
9853         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9854         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9855         * configure: rebuilt from configure.in
9856         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9857         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9858         * device/include/Makefile.in: replace sdcc_datadir
9859         * device/lib/Makefile.in: replace sdcc_datadir
9860         * Makefile.common.in: add LDFLAGS from configure
9861         * packihx/Makefile.in: use LDFLAGS
9862         * src/Makefile.in: use LDFLAGS
9863         * support/cpp2/Makefile.in: add LDFLAGS from configure
9864         * support/makebin/Makefile: use LDFLAGS
9865         * .version: bumped version number to 2.3.5
9866
9867 2003-04-12  Borut Razem <borut.razem AT siol.net>
9868
9869         * completed "different paths" task:
9870         * src/SDCCmacro.c: fixed bug in handling quotes
9871         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9872         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9873
9874 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9875
9876         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9877
9878 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9879
9880         * ds390/gen.c ds390/peeph.def: fix bug 706781
9881
9882 2003-04-11  Borut Razem <borut.razem AT siol.net>
9883
9884         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9885
9886 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9887
9888         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9889         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9890          set - this bit used to not be set...).
9891         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9892           bad code in PIC Port
9893         * src/regression/and2.c added to test bug 609268
9894         * src/regression/Makefile added and2.c to regression test
9895
9896
9897 2003-04-08    <johan AT CP255758-A>
9898
9899         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9900         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9901         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9902
9903 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9904
9905         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9906         fix bug #487815
9907         * support/cpp2/Makefile.in: fix bug #487815
9908         * configure: rebuilt from configure.in
9909         * Makefile.common.in: docdir changed, new path suffixes
9910         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9911         * sdcc_vc_in.h: reflect changes from sdccconf.h
9912         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9913         * src/SDCCutil.h: remove BINDIR hack
9914         * doc/sdccman.lyx: update new path hierarchy
9915
9916 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9917
9918         * src/SDCCpeeph.c: added okToRemoveSLOC test
9919
9920 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9921
9922         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9923
9924 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9925
9926         * src/SDCCpeeph.c: added labelIsReturnOnly test
9927         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9928
9929 2003-04-05    <johan AT balder>
9930
9931         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9932         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9933         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9934         * src/SDCCast.c: fixed a warning
9935         * src/SDCCast.h: fixed a warning
9936         * src/SDCCicode.c (operandFromAst): fixed a warning
9937
9938 2003-04-04    <johan AT balder>
9939
9940         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
9941         * src/SDCCast.c (decorateType): fixed bug #715076
9942         * src/SDCC.y: fixed bug #702907
9943
9944 2003-04-03    <johan AT balder>
9945
9946         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
9947         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
9948         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
9949         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
9950         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
9951
9952 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
9953
9954         * _decdptr.c: fix return values
9955         * _gptrget.c: fix return values
9956         * _gptrgetc.c: fix return values
9957         * _gptrput.c: fix return values
9958         * _mulint.c: fix return values
9959         * as/z80/Makefile: fix 'make -j' problem
9960
9961 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
9962
9963         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
9964         * configure.in: big cleanup, updated to autoconf 2.5x
9965         * configure: rebuilt from configure.in
9966         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9967         * sdcc_vc_in.h: reflect changes from sdccconf.h
9968         * doc/Makefile: fixed a flaw in "make install"
9969
9970 2003-04-02    <johan AT balder>
9971
9972         * src/ds390/gen.c (genCmp): no comments
9973         * src/mcs51/gen.c (genCmp): no comments
9974         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
9975         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
9976
9977 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
9978
9979         * support/regression/generate-cases.py: place generated file in given sub directory
9980         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
9981         * support/regression/Makefile: improvements for 'make -j';
9982         side effect: it's simpler and faster now
9983
9984 2003-03-31  Borut Razem <borut.razem AT siol.net>
9985
9986         * src/z80/main.c: link-{port} and as-{port} defined without path
9987         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
9988
9989 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
9990
9991         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
9992
9993 2003-03-30  Borut Razem <borut.razem AT siol.net>
9994
9995         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
9996           changed type of list parameter to set
9997         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
9998         * src/port.h: changed type of do_assemble() parameter to set
9999         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10000           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10001           definition of "cppoutfilename" macro with NULL value in preProcess()
10002         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10003         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10004         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10005           replaced with set *binPathSet
10006         * shash_add() deallocates the item, if allready exsists, before adding the new one
10007         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10008
10009 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10010
10011         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10012           a nested for loop bug in the PIC port
10013         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10014           for loops
10015
10016 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10017
10018         * support/Util/dbuf.h: remove C++ stuff to make it portable
10019
10020 2003-03-28  Borut Razem <borut.razem AT siol.net>
10021
10022         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10023           literal strings in stringLiteral()
10024         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10025         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10026           to the project
10027
10028 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10029
10030         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10031
10032 2003-03-26    <johan AT balder>
10033
10034         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10035         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10036         * src/SDCCast.c (decorateType): fixed " -v < 3"
10037
10038 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10039
10040         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10041         Added Lenny Story's debug infrastructure changes:
10042         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10043         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10044         * src/cdbFile.c: added
10045         * src/SDCCdebug.c: added
10046         * src/SDCCdebug.h: added
10047         * src/SDCCast.c (createFunction)
10048         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10049         * src/SDCCmain.c (parseCmdLine, main)
10050         * src/SDCCmem.c (redoStackOffsets)
10051         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10052         * src/SDCCsymt.h
10053         * src/common.h
10054         * src/avr/gen.c (genAVRCode)
10055         * src/ds390/gen.c (gen390Code)
10056         * src/mcs51/gen.c (gen51Code)
10057         * src/pic/gen.c (genpic14Code)
10058         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10059         * src/xa51/gen.c (genXA51Code)
10060         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10061
10062 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10063
10064         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10065         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10066
10067 2003-03-22    <johan AT balder>
10068
10069         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10070
10071 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10072
10073         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10074         * doc/cdbfileformat.lyx: added, written by Lenny Story
10075         * doc/Makefile: added cdbfileformat.lyx
10076         * doc/clean.mk: added cdbfileformat.lyx
10077
10078 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10079
10080         * src/mcs51/peeph.def: fix bug #705773
10081
10082 2003-03-20    <johan AT balder>
10083
10084         An sfr/sbit can have an "at #" AND an initializer
10085         * src/SDCCsymt.c (checkSClass):
10086         * src/SDCCmem.c (allocGlobal):
10087         * src/SDCCmem.c (allocLocal):
10088         * src/SDCCast.c (createBlock):
10089
10090 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10091
10092         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10093
10094 2003-03-16    <johan AT balder>
10095
10096         Undid the hackup of const and volatile, the problem is much bigger
10097         * src/SDCC.y:1.65
10098         * src/SDCCast.c:1.171
10099         * src/SDCCglue.c:1.138
10100         * src/SDCCicode.c:1.146
10101         * src/SDCCsymt.c:1.150
10102         * src/SDCCval.c:1.65
10103
10104 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10105
10106         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10107         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10108
10109 2003-03-13    <johan AT balder>
10110
10111         Hackup const and volatile modifiers in type chains a bit:
10112         * src/SDCC.y:1.63
10113         * src/SDCCast.c:1.169
10114         * src/SDCCglue.c:1.136
10115         * src/SDCCicode.c:1.143
10116         * src/SDCCsymt.c1.146
10117         * src/SDCCsymt.h1.59
10118         * src/SDCCval.c:1.63
10119
10120 2003-03-12    <johan AT balder>
10121
10122         * src/SDCCBBlock.h: more LRH debugging junk
10123         * src/SDCCcflow.h: more LRH debugging junk
10124         * src/SDCCloop.c: more LRH debugging junk
10125         * src/SDCC.y (struct_declaration): fixed bug #697590
10126         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10127         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10128         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10129
10130 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10131         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10132         test function names must now match exactly).
10133         * src/SDCCcse.c: added special case in findCheaperOp to allow
10134         extending a short integer. Makes less awful code for bug 700121 test case.
10135
10136 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10137
10138         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10139         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10140
10141 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10142
10143         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10144         actually called (operandsNotEqual() was called for all
10145         operandsNotEqualX tests).
10146
10147 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10148
10149         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10150         with shorter literals. Fixes bug 700121.
10151
10152 2003-03-11    <johan AT balder>
10153
10154         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10155
10156 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10157
10158         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10159         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10160
10161 2003-03-10  Borut Razem <borut.razem AT siol.net>
10162
10163         * src/SDCCmain.c: pipe preprocessor's output
10164         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10165         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10166         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10167         which closes all pipes in pipeSet set
10168         * src/SDCCset.c: free deleted item in function deleteSetItem()
10169         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10170         moved from z80 to src subproject
10171         * .version: increased version number to 2.3.4
10172
10173 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10174
10175         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10176         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10177         * support/regression/ports/xa51/spec.mk: fix typo
10178
10179 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10180
10181         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10182
10183 2003-03-09  Borut Razem <borut.razem AT siol.net>
10184
10185         * src/SDCCmain.c: pipe preprocessor's output
10186         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10187         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10188         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10189         which closes all pipes in pipeSet set
10190         * src/SDCCset.c: free deleted item in function deleteSetItem()
10191         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10192         moved from z80 to src subproject
10193
10194 2003-03-09  Borut Razem <borut.razem AT siol.net>
10195
10196         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10197         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10198         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10199         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10200         * src/SDCCglobl.h: unification of WIN32 native definitions
10201
10202 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10203
10204         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10205
10206 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10207
10208         * src/configure.in:   check for endianess (even while cross-compiling)
10209         * src/configure:      check for endianess (even while cross-compiling)
10210         * src/configure_in.h: check for endianess (even while cross-compiling)
10211         * src/avr/gen.c:        remove old endianess stuff
10212         * src/mcs51/gen.c:      remove old endianess stuff
10213         * src/ds390/gen.c:      remove old endianess stuff
10214         * src/pic/gen.c:        remove old endianess stuff
10215         * src/pic/genarith.c:   remove old endianess stuff
10216         * src/pic/glue.c:       fix endianess check
10217         * src/pic16/gen.c:      remove old endianess stuff
10218         * src/pic16/genarith.c: remove old endianess stuff
10219         * src/pic16/glue.c:     fix endianess check
10220         * src/xa51/gen.c:       remove old endianess stuff
10221         * src/z80/gen.c:        fix endianess check
10222         * src/SDCCglue.c:       fix endianess check
10223         * src/ds390/peeph.def: fix bug 700036
10224
10225 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10226
10227         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10228         * src/configure: find appropriate data-types on host for SDCC's int and long
10229         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10230         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10231         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10232
10233 2003-03-07    <johan AT balder>
10234
10235         Just a big NOOP:
10236                 some minor cleanups before the big shot
10237                 OP_DEFS and OP_USES now use Kevin's protection
10238                 new option --nolabelopt
10239
10240         * src/SDCCBBlock.c:
10241         * src/SDCCast.c,:
10242         * src/SDCCcflow.c:
10243         * src/SDCCcse.c:
10244         * src/SDCCicode.c:
10245         * src/SDCCicode.h:
10246         * src/SDCClabel.c:
10247         * src/SDCCloop.c:
10248         * src/SDCCmain.c:
10249         * src/ds390/ralloc.c:
10250         * src/mcs51/ralloc.c:
10251         * src/pic/ralloc.c:
10252         * src/xa51/ralloc.c:
10253         * src/z80/ralloc.c:
10254
10255 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10256
10257         * src/pic/pcode.c (get_op): fix 64 bit warnings
10258         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10259         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10260         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10261         * support/regression/tests/malloc.c: fix 64 bit warnings
10262
10263 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10264
10265         * src/mcs51/gen.c (genMinus): fixed bug 696436
10266
10267 2003-03-02  Borut Razem <borut.razem AT siol.net>
10268
10269         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10270
10271 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10272
10273         * configure.in: test for mkstemp
10274         * sdccconf_in.h: add HAVE_MKSTEMP
10275
10276 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10277
10278         * device/include/ctype.h: removed warning while using --stack-auto
10279         * device/include/malloc.h: removed warning while using --stack-auto
10280         * device/include/string.h: removed warning while using --stack-auto
10281
10282 2003-02-23  Borut Razem <borut.razem AT siol.net>
10283
10284         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10285         because NDEBUG is defined (see man assert)
10286         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10287
10288 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10289
10290         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10291         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10292
10293 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10294
10295         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10296         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10297
10298 2003-02-18    <johan AT balder>
10299
10300         * as/mcs51/asmain.c (asmbl): module can start with a digit
10301         * as/z80/asmain.c (asmbl): module can start with a digit
10302
10303 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10304
10305         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10306         * src/asm.c: fix pipe() for Mingw32
10307
10308 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10309
10310         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10311         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10312         make -V work again; --c1mode reads now from stdin
10313         * doc/sdccman.lyx: added --c1mode
10314         * support/Util/SDCCerr.c: new messages for c1 mode
10315         * support/Util/SDCCerr.h: new messages for c1 mode
10316         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10317
10318 2003-02-15    <johan AT balder>
10319
10320         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10321
10322 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10323
10324         * doc/sdccman.lyx: Environment variables, -o and other minor things
10325
10326 2003-02-14    <johan AT balder>
10327
10328         * src/xa51/main.c: before anyone really tries to use it :)
10329
10330         * Install doc's in share/sdcc/doc
10331         * removed some obsolete files
10332         * Do a proper make distclean and uninstall
10333         M Makefile.common.in
10334         R sdccbuild.sh
10335         M as/Makefile
10336         M device/include/Makefile.in
10337         M device/lib/Makefile.in
10338         M doc/sdccman.lyx
10339         M link/Makefile
10340         M sim/ucsim/doc/Makefile.in
10341         M src/clean.mk
10342         R src/avr/peeph.rul
10343         R src/xa51/peeph.rul
10344         M support/cpp2/Makefile.in
10345         M support/makebin/Makefile
10346
10347
10348 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10349
10350         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10351
10352 2003-02-10  Borut Razem <borut.razem AT siol.net>
10353
10354         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10355         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10356         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10357         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10358         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10359         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10360         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10361         src/z80/Makefile.bcc: Borland Makefile cleanup
10362         * as/z80/Makefile.bcc: Added Borland Makefile
10363         * support/cpp2/borland.h: Removed
10364
10365 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10366
10367         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10368         * src/SDCC.lex: new pragma NOIV
10369         * src/SDCCglobl.h: new pragma NOIV
10370         * src/SDCCmem.c: new pragma NOIV
10371
10372 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10373
10374         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10375
10376 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10377
10378         * src/SDCCmain.c: signal handling is switched off by --debug
10379         * doc/Makefile: small fix for install; use clean.mk again
10380         * doc/clean.mk: clean *.pdf and *.html too
10381
10382 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10383
10384         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10385         * device/lib/printfl.c: fix a ds390 bug by making it portable
10386         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10387         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10388         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10389         * debugger/mcs51/cmd.c: converted multi-line string literals
10390         * sim/ucsim/globals.cc: converted multi-line string literals
10391         * src/SDCCmain.c: introduced signal handler to remove temp files
10392         * doc/Makefile: small tweaks, implement clean
10393         * doc: removed generated files
10394
10395 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10396
10397         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10398         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10399         Address Record is not correctly generated for DS390."
10400
10401 2003-02-02  Borut Razem <borut.razem AT siol.net>
10402
10403         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10404         * as/mcs51/asm.h: fixed compilation with Borland C
10405         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10406         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10407         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10408         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10409         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10410         src/z80/Makefile.bcc: delete $(LIB) only if exist
10411         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10412
10413 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10414
10415         * device/include/malloc.h: introduced NULL
10416         * device/include/string.h: introduced NULL
10417         * device/include/stdlib.h: introduced NULL
10418         * device/lib/_memcpy.c: removed NULL
10419         * device/lib/_strcat.c: removed NULL
10420         * device/lib/_strchr.c: removed NULL
10421         * device/lib/_strcmp.c: removed NULL
10422         * device/lib/_strcpy.c: removed NULL
10423         * device/lib/_strcspn.c: removed NULL
10424         * device/lib/_strlen.c: removed NULL
10425         * device/lib/_strncat.c: removed NULL
10426         * device/lib/_strncmp.c: removed NULL
10427         * device/lib/_strncpy.c: removed NULL
10428         * device/lib/_strpbrk.c: removed NULL
10429         * device/lib/_strrchr.c: removed NULL
10430         * device/lib/_strspn.c: removed NULL
10431         * device/lib/_strstr.c: removed NULL
10432         * device/lib/_strtok.c: removed NULL
10433         * device/lib/malloc.c: removed NULL, include own header
10434
10435 2003-02-02    <johan AT balder>
10436
10437         * 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
10438         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10439         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10440         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10441         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10442         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10443
10444 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10445
10446         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10447         area 'DATA'"
10448
10449 2003-02-01    <johan AT balder>
10450
10451         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10452
10453 2003-01-31    <johan AT CP255758-A>
10454
10455         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10456
10457 2003-01-30    <johan AT balder>
10458
10459         * src/SDCCBBlock.c: automatic bug detection
10460         * src/SDCCicode.c: automatic bug detection
10461
10462 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10463
10464         * src/SDCCglobl.h:   now --xram-size 0 works
10465         * src/SDCCmain.c:    now --xram-size 0 works
10466
10467 2003-01-29    <johan AT balder>
10468
10469         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10470
10471 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10472
10473         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10474         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10475         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10476         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10477         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10478         * src/SDCCmain.c:    Added options --xram-size and --code-size
10479
10480 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10481
10482         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10483         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10484
10485 2003-01-27    <johan AT balder>
10486
10487         * src/SDCC.y: fixed bug #613764
10488
10489 2003-01-26    <johan AT balder>
10490
10491         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10492         * src/SDCCsymt.h: fixed bug #673374
10493         * src/SDCCglue.c: fixed bug #661910
10494         * src/SDCCast.c: fixed bug #458099 and 673374
10495
10496 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10497
10498         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10499         * as/mcs51/strcmpi.h: added
10500         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10501         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10502         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10503         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10504         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10505         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10506         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10507         * as/mcs51/Makefile.aslink: new module strcmpi
10508         * as/mcs51/Makefile.asx8051: new module strcmpi
10509         * as/mcs51/Makefil.bcc: new module strcmpi
10510         * as/mcs51/Makefile.in: new module strcmpi
10511         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10512
10513 2003-01-26    <johan AT balder>
10514
10515         * src/SDCCglue.c: reverted back to 1.124
10516         * src/SDCCast.c: reverted back to 1.156
10517         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10518
10519 2003-01-25    <johan AT balder>
10520
10521         * src/SDCCglue.c: A better fix for bug #661910
10522         * src/SDCCast.c: A better fix for bug #661910
10523         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10524
10525 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10526
10527         * src/Makefile.in: remove spawn.o
10528         * src/SDCCmain.c: remove spawn.h
10529         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10530         * src/spawn.c: removed
10531         * src/spawn.h: removed
10532         * support/regression/ports/ds390/spec.mk: link with -r
10533
10534 2003-01-24    <johan AT CP255758-A>
10535
10536         * src/ds390/gen.c (aopOp): fixed bug #667458
10537         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10538         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10539         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10540
10541 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10542
10543         * src/mcs51/peeph.def: better assembler identation by Frieder
10544         * src/mcs51/gen.c: better assembler identation by Frieder
10545
10546 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10547
10548         * as/z80/string.h: removed for gcc 3.2
10549         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10550         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10551
10552 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10553
10554         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10555         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10556         * support/regression/Makefile: separate temp files for ports
10557         * support/regression/generate-cases.py: separate temp files for ports
10558         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10559         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10560
10561 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10562
10563         * moved tinitalk to device/examples/ds390
10564
10565 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10566
10567         * as/mcs51/lkmem.c: rflag is for DS390
10568         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10569         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10570                          (linkEdit): move mem- and map-files the same way as ihx-files
10571         * src/z80/main.c (_setDefaultOptions): removed --generic
10572         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10573         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10574         * src/pic/glue.c (picglue): --c1mode works again
10575         * src/pic16/glue.c (pic16glue): --c1mode works again
10576         * src/asm.c (printCLine): fix #660034
10577
10578 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10579
10580         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10581         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10582         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10583         * as/mcs51/lkmem (summary): better fix for sp problem
10584         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10585         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10586         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10587                                               remove --stack-after-data
10588
10589 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10590
10591         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10592         * src/SDCCutil.c (join): ugly bug: missing '\0'
10593         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10594
10595 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10596
10597         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10598         * src/port.h: typo
10599         * src/pic/main.c (_asmCmd): gpasm supports -o
10600         * src/z80/main.c: more general macros
10601         * device/lib/Makefile.in: remove intermediate files
10602
10603 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10604
10605         * .version: Bumped version number to 2.3.3
10606         * src/SDCCBBlock.c: new option -o
10607         * src/SDCCglobl.h: new option -o
10608         * src/SDCCglue.c: new option -o
10609         * src/SDCCmain.c: new option -o
10610         * src/asm.c: new option -o
10611         * src/ds390/main.c: new option -o
10612         * src/pic/glue.c: new option -o
10613         * src/pic/pcode.c: new option -o
10614         * src/pic/ralloc.c: new option -o
10615         * src/pic16/glue.c: new option -o
10616         * src/pic16/pcode.c: new option -o
10617         * src/pic16/ralloc.c: new option -o
10618         * src/z80/main.c: new option -o
10619         * device/lib/Makefile.in: use -o
10620         * support/regression/ports/ds390/spec.mk: use -o
10621         * support/regression/ports/gbz80/spec.mk: use -o
10622         * support/regression/ports/mcs51/spec.mk: use -o
10623         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10624         * support/regression/ports/z80/spec.mk: use -o
10625         * support/regression/ports/ucz80/spec.mk: use -o
10626         * support/regression/ports/xa51/spec.mk: use -o
10627         * support/regression/fwk/lib/timeout.c: fix usage string
10628
10629 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10630         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10631
10632 2003-01-07    <johan AT balder>
10633
10634         * src/SDCCast.c (decorateType): fixed bug #600035
10635
10636 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10637         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10638         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10639         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10640         * src/pic/pcode.c: outcommented unused variable to remove warnings
10641         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10642
10643 2003-01-06    <karl AT turbobit.com>
10644         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10645    regression tests.
10646
10647 2003-01-06    <johan AT balder>
10648
10649         * src/SDCCicode.c: fixed array add
10650
10651 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10652         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10653         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10654
10655 2003-01-04    <johan AT balder>
10656
10657         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10658
10659 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10660         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10661
10662 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10663         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10664         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10665
10666 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10667         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10668
10669 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10670         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10671
10672 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10673         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10674
10675 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10676
10677     * in \sdcc\as\mcs51\ changed these files in order to create an
10678     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10679     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10680     following files to include the previous two files: aslink.dsp,
10681     Makefile.aslink, Makefile.bcc, and Makefile.in.
10682
10683     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10684     .adb instead of .cdb
10685
10686 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10687
10688         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10689         value from option --iram-size.
10690
10691 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10692
10693         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10694         dram[] array.
10695
10696 2002-09-18    <wiml AT hhhh.org>
10697
10698         * SDCClrange.h: exposed setFromRange() and setToRange()
10699         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10700           packRegsForAccUse() (bug 542397)
10701         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10702           multiple times and emitting the fetch operations more than once
10703           added aopGetUsesAcc() function to allow binary operators to
10704           fetch their operands in the correct order; made genMinus() emit
10705           compact code for X = LITERAL - Y
10706
10707 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10708         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10709         sprintf() in line 1267.
10710
10711 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10712         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10713         like ports.
10714
10715 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10716         Changes to aslink (All the changes are marked with 'JCF'):
10717
10718         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10719         summary().
10720
10721         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10722         area BSEG.  Also moves, if possible, the DATA area down into the internal
10723         ram so more space is available.
10724
10725         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10726         sflag.
10727
10728         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10729         not bytes.  Function summary() which creates a memory usage summary
10730         file with extension .mem.  Reports of overlaping stack and small stack
10731         size.  If the space for the stack is less than 16 bytes aslink trows a
10732         warning.
10733
10734         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10735         the 8051.  Option 'y' for memory summary output file.
10736
10737         Changes to sdcc (All the changes are marked with 'JCF'):
10738
10739         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10740
10741         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10742         overlaying area for it (uses RegBankUsed[4]).
10743
10744         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10745         bank zero as used by default.  By default aslink locates the stack
10746         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10747         the creation of the .mem file.  Delegates the allocation of data area
10748         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10749         the begining of the stack area to aslink.
10750
10751         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10752         glue() in SDCCglue.c creates an area for it.
10753
10754 2002-09-03  Borut Razem <borut.razem AT siol.net>
10755         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10756         sdcc/src/pic/glue.c:
10757         introduced atexit() handler for teporay files removal in case of
10758         errors, assertions, ...
10759
10760 2002-08-29  Borut Razem <borut.razem AT siol.net>
10761         * sdcc/support/cpp2/auto-host_vc_in.h:
10762         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10763         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10764         Maybe there is a similar problem with BORLANDC? It should be checked!
10765
10766         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10767         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10768         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10769         was not executed, and the compiler (cl) launched a warning:
10770         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10771
10772 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10773         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10774
10775 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10776         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10777
10778         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10779           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10780           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10781           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10782           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10783           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10784           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10785         - added Release configuration in VS projects
10786         - review of compiler an linker options
10787         - VC .exe files are generated in bin_vc directory, not to interfere
10788           with binaries generated from other projects (cygwin, mingw, bcc ...)
10789
10790         * sdcc/src/yacc.dsp: added
10791
10792         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10793         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10794         and insert the version number definitions from .version
10795
10796         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10797
10798         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10799         added - genarate auto-host.h using auto-host_vc_in.h as template
10800
10801         * sdcc/sdcc_vc.h,
10802         removed from CVS, generated automatically
10803
10804 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10805         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10806
10807 2002-08-11  Borut Razem <borut.razem AT siol.net>
10808         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10809
10810 2002-08-10  Borut Razem <borut.razem AT siol.net>
10811         * src/SDCCmain.c (main):
10812         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10813         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10814         The consequence was that some temporary files were not removed.
10815
10816         * src/SDCCglue.c:
10817         unification of code in functions tempfilename() and tempfile():
10818         function tempnam() is defined in Visual Studio 6.0 and .NET
10819
10820         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10821
10822         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10823           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10824         - removed compiler command line option /WX: Treats all warnings as errors
10825         - update a list of source files, included into the project
10826
10827         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10828           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10829         changed project type to Generic Project so that can be correcly converted to VS.NET project
10830
10831         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10832
10833         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10834
10835         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10836
10837         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10838         added return 0 statements after assert() to make compiler happy
10839
10840         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10841         added newline in the def file to keep MSC compiler satisfied
10842
10843         * sdcc/src/z80/gen.c:
10844         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10845           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10846         - solved MSC error in function aopDump()
10847
10848         * sdcc_vc.h: define PREFIX as "\\sdcc"
10849
10850 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10851         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10852
10853 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10854         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10855         - Rewrote the register banking algorithm.
10856         - Added pCode live-range analysis to registers (for now, only non-used and
10857         singly-used registers optimized away)
10858
10859         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10860
10861         * 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.
10862
10863 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10864         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10865
10866 2002-04-22  Michael Hope  <michaelh AT vroom>
10867
10868         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10869
10870         * configure.in (DD_COPT): Added include support required for gbdk.
10871
10872         * .version: Bumped version number just to increase it.
10873
10874         * src/SDCCmain.c: Added -nostdinc to the default options.
10875
10876 2002-04-15  Michael Hope  <michaelh AT vroom>
10877
10878         * device/lib/z80/printf.c (sprintf): Added.
10879
10880         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10881
10882         * src/z80/peeph.def: Added transpose redundent load rule.
10883
10884         * src/z80/main.c: Added force callee saves for jaune.
10885
10886         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10887
10888         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10889
10890 2002-03-28  Johan Knol  <johan AT balder>
10891
10892         * src/SDCCval.c: fixed bug #532436
10893
10894 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10895         * /src/port.h:
10896         Added "char *Processor" field to the port structure.
10897
10898         * /src/SDCCmain.c:
10899         Added -p option. Allows port dependent processor to be specified.
10900
10901         * all ports:
10902         Initialized the new field char *Processor field to NULL in all ports
10903
10904         * /src/pic/*:
10905         Compiler generated registers for interrupt context saving
10906         were not getting allocated.
10907
10908 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10909
10910         * /src/SDCCast.c:
10911         Fixed left shift. Will promote the left side of a left shift
10912         if a) left shifting more than size of operand or b) when assigned
10913         to something size > size of left side
10914
10915 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10916         * src/pic/*
10917         tons of changes. Register allocation has been
10918         rewritten. Added customization for the various PICs. Flow
10919         analysis is restructured. ...
10920
10921         * src/pic/device.h:
10922         Added
10923
10924         * src/pic/device.c:
10925         Added. device.c is a PIC port hack to accomodate variations
10926         in PIC devices.
10927
10928 2002-03-13  Michael Hope  <michaelh AT vroom>
10929
10930         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10931
10932 2002-03-04  johanknol  <johanknol AT manik>
10933
10934         * /src/SDCCval.c: fixed
10935
10936         const unsigned char arr[][2] = { { 0, 1 } };
10937         t18.c:1: error: Initializer element is not constant
10938
10939 2002-03-04  bela  <bela AT manik>
10940
10941         * /device/include/mcs51reg.h:
10942         ds89c420 register definition update
10943
10944 2002-03-03    <johan AT FRIJA>
10945
10946         * support/Util/SDCCerr.c: did something, but don't no why anymore
10947
10948         * support/regression/tests/bug-524691.c: made it a little less shy
10949
10950         * src/SDCCast.c (decorateType): fixed bug #524697
10951
10952         * src/SDCCast.c: made some lineno improvements
10953
10954         * src/SDCCval.c (getNelements): changed warning to error
10955
10956         * src/SDCCglue.c (printIvalArray): changed warning to error
10957
10958         * src/SDCCicode.c: fixed a warning for mingw
10959
10960         * src/SDCCast.c (decorateType): fixed the << promotion for ops
10961
10962         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
10963
10964 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
10965
10966         * src/ds390/peeph.def:
10967         Added some more peephole rules
10968
10969         * src/ds390/gen.c: Various fixes & enhancements
10970
10971         * src/SDCClrange.c, src/SDCClrange.h:
10972         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
10973
10974         * src/ds390/ralloc.c:
10975         various fixes & enhancements (ds390) specific
10976
10977         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
10978         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
10979         from rallocs.
10980
10981         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
10982
10983 2002-03-02    <johan AT FRIJA>
10984
10985         * src/SDCCast.c (decorateType): fixed bug #524708
10986
10987         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
10988
10989         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
10990
10991 2002-03-01  Michael Hope  <michaelh AT vroom>
10992
10993         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
10994
10995         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
10996
10997 2002-03-01    <johan AT FRIJA>
10998
10999         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11000
11001         * src/SDCCast.c (decorateType): fixed bug #524209
11002
11003         * src/SDCCval.c (valNot): fixed bug #524195
11004
11005 2002-02-26    <johan AT balder>
11006
11007         * src/xa51/gen.c: fixed a warning
11008
11009         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11010
11011         * src/SDCCast.c (decorateType): fixed bug #522534
11012
11013 2002-02-23    <johan AT balder>
11014
11015         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11016
11017 2002-02-22    <johan AT balder>
11018
11019         * src/SDCCast.c: fixed bug #514865
11020
11021         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11022
11023 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11024
11025         * sdcc/src/SDCCloop.c:
11026         Previous fix was not good. basic blocks that have "break" or "return" are
11027         not really partof a loop , but live ranges used in these blocks should
11028         be live thru the entire loop, so set partOfLoop but don't add them to
11029         loop region
11030
11031 2002-02-21    <johan AT FRIJA>
11032
11033         * src/SDCCcse.c: fixed bug #514308
11034
11035 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11036
11037         * src/SDCCloop.c:
11038         Fixed BUG #519583. If a conditional block ended in a return/break
11039         statement inside a loop, it was not being considered part of the loop.
11040
11041         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11042
11043 2002-02-10  Karl Bongers <karl AT turbobit.com>
11044
11045         * debugger/*:
11046         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11047         with lots of comments and notes.
11048
11049         * device/examples/test2.c:
11050         Fix bug, "red" variable not being initialized(compiler complained).
11051
11052         * device/examples/Makefile, examples/test3.c:
11053         Add Makefile in device/examples folder, compiles test3.c
11054         for use as a multiple module SDCDB test case.
11055
11056         * sim/ucsim/cmd.src/cmdset.cc:
11057         Took out debug printfs in ucsim "next" command.
11058
11059         * sim/ucsim/xa.src:
11060         Karl and Johan start ucsim XA support.  Most dissassembly working,
11061         about 75% emulation done(plenty of work remaining).
11062
11063         * sim/ucsim/z80.src:
11064         Add Z80 support to ucsim, add test-ucz80 regression test,
11065         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11066         Notice z80 compiler fails on examples/test3.c/crc code.
11067
11068 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11069
11070         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11071         Added support for --parms-in-bank1
11072
11073         * src/ds390/peeph.def:
11074         added a few more peephole optimzations
11075
11076         * src/ds390/main.c:
11077         1) added __builtin_inp & __builtin_outp used to read in data of given length
11078            from a memory mapped port
11079         2) added __builtin_memcmp
11080         3) added __builtin_swapw swap bytes of a short
11081
11082         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11083         1) handle multiple send & receives from register bank1
11084         2) ralloc can now allocate DPTR1 to some liveRanges
11085
11086         * src/SDCCsymt.c, src/SDCCsymt.h:
11087         changes to handle multiple sends & receives
11088
11089         * src/SDCCptropt.h:
11090         added some pointer arithmetic optimization
11091
11092         * src/SDCCptropt.c:
11093         added some pointer arithmetic optimizations but not stable yet so not
11094         called from anywhere (will get this working shortly)
11095
11096         * src/SDCCopt.c: fixed for multiple sends & receives
11097
11098         * src/SDCCmain.c:
11099         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11100         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11101            set preprocessor defines (depending on options)
11102
11103         * src/SDCCicode.c, src/SDCCicode.h:
11104         changes made to handle multiple sends & receives
11105
11106         * src/SDCCglobl.h:
11107         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11108
11109         * src/SDCCcse.c, src/SDCCcse.h:
11110         added function findbackward def (to be used in upcoming optimization)
11111
11112         * src/SDCCcflow.c, src/SDCCcflow.h:
11113         added function returnAtEnd - to determine if a basic block terminates with
11114         a RETURN iCode
11115
11116         * src/SDCCast.c, src/SDCCast.h:
11117         added option parms-in-bank1
11118
11119         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11120         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11121         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11122         adjusted for --parms-in-bank1 option
11123
11124         * device/include/string.h:
11125         donot redefine "reentrant" keyword
11126
11127         * device/include/ds80c390.h: Added some more SFRs
11128
11129 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11130
11131         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11132
11133 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11134
11135         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11136
11137 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11138
11139         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11140
11141 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11142
11143         * Added --xram-movc option
11144
11145 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11146
11147         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11148
11149 2002-01-11  Johan Knol
11150
11151         * Added math lib of Jesus Calvino-Fraga
11152
11153 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11154
11155         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11156         * support/regression/Makefile: new target test-mcs51-stack-auto
11157         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11158
11159 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11160
11161         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11162
11163 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11164
11165         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11166
11167 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11168
11169         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11170
11171         * src/SDCCglue.h: add definition for printIvalChar()
11172
11173 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11174
11175         * src/SDCCast.c: fix #498138 by Johan
11176
11177         * src/SDCCglue.c: fix #498138 by Johan
11178
11179 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11180
11181         * support/regression/Makefile: fix clean
11182
11183         * support/regression/ports/ds390/support.c: fix transmission of last character
11184
11185 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11186
11187         * /sdcc/src/ds390/gen.c:
11188         a) improved computing address of stack variable
11189         b) took out some #if 0 code
11190         c) improved parmBytes adjustment
11191         d) improved genPlusIncr & genMinusIncr
11192         e) genCmp could generate bad code (when left assigned to DPTR)
11193         f) Fixed bug in hasInc
11194
11195         * /sdcc/src/ds390/ralloc.c:
11196         a) packRegsForSupport could mess up live information (Fixed)
11197         b) packRegsDPTRuse could be incorrect for left & right shift
11198
11199         * /sdcc/src/mcs51/ralloc.c:
11200         packRegsForSupport could mess up the live information (Fixed)
11201
11202         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11203
11204         * /sdcc/src/SDCCast.c:
11205         can reverse a loop even if function call is present as long
11206         as the loop control variable is local & is not passed as parameter
11207
11208 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11209
11210         * /sdcc/ChangeLog: *** empty log message ***
11211
11212         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11213         More builtin function additions for TININative
11214
11215         * /sdcc/src/ds390/ralloc.c:
11216         Had broken the regression testsuite
11217
11218         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11219
11220         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11221         Added funcattr hasStackParms will be set for reentrant functions when there
11222         are paramteres on the stack, this helps in minimizing frame pointer generation
11223         typeFromStr can handle function pointers now
11224
11225         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11226         *** empty log message ***
11227
11228 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11229
11230         * /src/ds390/gen.c, /src/ds390/main.c:
11231         More builtin function additions for TININative
11232
11233         * /src/ds390/ralloc.c:
11234         Had broken the regression testsuite
11235
11236         * /src/SDCCast.c: Fixed a bug in dumptree
11237
11238         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11239         Added funcattr hasStackParms will be set for reentrant functions when there
11240         are paramteres on the stack, this helps in minimizing frame pointer generation
11241         typeFromStr can handle function pointers now
11242
11243         * /doc/builtins.txt, /doc/TININative.txt:
11244         *** empty log message ***
11245
11246
11247 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11248
11249         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11250         ALPHA version for -mTININative
11251
11252         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11253         updated to reflect changes in the port structure
11254
11255         * /src/port.h:
11256         added function do_assemble (similar to do_link) if non-null this function
11257         will be called to do assembly (-mTININative) requires a multi command
11258         assembly
11259         added function genAssemblerEnd will be called to generate assembler Epilogue
11260
11261         * /src/SDCCsymt.c:
11262         added _JavaNative to debug info printing
11263
11264         * /src/SDCCmain.c: added option --tini-libid
11265         added port->do_assemble function (-mTININative) has a multi command assemble
11266
11267         * /src/SDCCglue.c: Disabled "constExpr" check
11268         added port->genAssemblerEnd function
11269
11270         * /src/SDCCglobl.h: Added option --tini-libid value
11271
11272         * /src/SDCCast.h:
11273         tookout optimizeCompare from the header (has no external references)
11274
11275         * /src/SDCCast.c: made one more function "static"
11276
11277 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11278
11279         * src/z80/mappings.i: Added z80asm support.
11280
11281         * src/z80/main.c: Added z80asm support on --asm=z80asm
11282
11283         * src/z80/gen.c: Fixed asm portability issues.
11284
11285         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11286
11287         * src/SDCCglue.c (printExterns): Added global/extern split.
11288
11289 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11290
11291         * support/regression/Makefile: added test for mcs51 model large
11292
11293         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11294
11295         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11296
11297 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11298
11299         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11300
11301 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11302
11303         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11304
11305         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11306
11307 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11308
11309         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11310
11311         * support/regression/tests/simplefloat.c: Port to mcs51.
11312
11313 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11314         * support/regression/tests/bug-485362.c: Added.
11315
11316         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11317
11318         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11319
11320         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11321
11322         * src/z80/gen.c (aopDump): Added a dump function.
11323
11324 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11325         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11326
11327         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11328
11329         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11330
11331         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11332
11333         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11334
11335         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11336
11337         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11338
11339         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11340
11341         * support/regression/ports/ds390/support.c: Use tinibios.
11342
11343         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11344
11345 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11346
11347         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11348         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11349
11350         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11351
11352         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11353
11354 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11355
11356         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11357
11358         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11359         (packRegsForIYUse): Created and optimised.
11360
11361 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11362
11363         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11364 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11365
11366         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11367
11368         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11369
11370         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11371
11372 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11373
11374         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11375
11376         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11377
11378 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11379
11380         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11381
11382         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11383
11384         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11385
11386 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11387
11388         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11389         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11390         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11391
11392         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11393
11394         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11395         (genNotFloat): Added.
11396         (genUminusFloat): Added.
11397
11398         * device/lib/z80/Makefile: Added floating pt stubs.
11399
11400         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11401
11402         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11403
11404         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11405
11406 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11407
11408         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11409
11410         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11411
11412         * sdcc/support/regression/Makefile: Add port ds390.
11413
11414         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11415
11416         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11417
11418         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11419
11420         * sdcc/support/regression/ports/ds390/support.c: Added.
11421
11422         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11423
11424         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11425
11426         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11427
11428 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11429
11430         * device/include/malloc.h: Added z80 and gbz80 support.
11431
11432         * device/lib/gbz80/heap.s: Added.
11433
11434         * device/lib/z80/heap.s: Added.
11435
11436         * device/lib/malloc.c: Added z80 and gbz80 support.
11437
11438         * support/regression/tests/malloc.c (testMalloc): Added.
11439
11440         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11441
11442         * support/regression/tests/bug-478094.c: Added.
11443
11444         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11445
11446 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11447
11448         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11449
11450         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11451
11452         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11453
11454         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11455
11456         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11457
11458 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11459
11460         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11461
11462 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11463
11464         * support/regression/tests/bug-477927.c: Added.
11465
11466         * src/z80/peeph.def: Added minor rules.
11467
11468         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11469
11470         * src/z80/peeph.def: Added jump optimisation modification.
11471
11472 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11473
11474         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11475
11476 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11477
11478         * support/regression/tests/funptrs.c: Added.
11479
11480 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11481
11482         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11483
11484 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11485
11486         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11487
11488         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11489
11490         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11491         (movLeft2ResultLong): Created.
11492
11493         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11494         (joinPushes): Added.  Joins two char pushes into a word push.
11495
11496 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11497
11498         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11499
11500         * support/makebin/Makefile (install): Added creation of dest dir.
11501
11502 2001-10-24 Karl Bongers <karl AT turbobit.com>
11503
11504         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11505
11506 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11507
11508         * src/z80/ralloc.c: Turned off faulty pack for one use.
11509
11510         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11511
11512         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11513
11514 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11515
11516         * support/regression/Makefile: Improved clean
11517
11518         * support/regression/ports/gbz80/spec.mk: Added clean
11519
11520         * support/regression/ports/host/spec.mk: Added clean
11521
11522         * support/regression/ports/z80/spec.mk: Added clean
11523
11524         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11525
11526         * support/regression/ports/mcs51/timeout.c: little improvements
11527
11528 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11529
11530         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11531
11532         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11533
11534         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11535
11536 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11537
11538         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11539
11540         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11541
11542 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11543         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11544
11545         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11546
11547         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11548
11549         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11550
11551         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11552
11553         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11554
11555         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11556
11557         * support/regression/tests/longor.c: Added.
11558
11559 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11560
11561         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11562
11563         * as/mcs51/aslink.h: define PATH_MAX
11564
11565         * as/mcs51/asm.h: define PATH_MAX
11566
11567         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11568
11569         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11570
11571         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11572
11573         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11574
11575         * src/SDCCglobl.h: define PATH_MAX
11576
11577         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11578
11579         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11580
11581 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11582
11583         * src/z80/gen.c (gencjneshort): Fixed
11584
11585         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11586
11587 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11588
11589         * support/regression/tests/bug-469671.c: Added.
11590
11591         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11592
11593 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11594
11595         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11596
11597         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11598
11599 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11600
11601         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11602
11603         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11604
11605         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11606
11607         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11608
11609         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11610
11611         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11612
11613         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11614
11615 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11616
11617         * 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.
11618
11619         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11620
11621         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11622
11623 2001-10-07    <johan AT FRIJA>
11624
11625         * device/lib/gets.c (gets): fixed the return value.
11626
11627 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11628         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11629
11630         * 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.
11631
11632         * 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.
11633
11634         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11635
11636         * src/pic/gen.c: Removed Safe_strdup.
11637
11638         * configure.in: Added option to enable libgc support.
11639
11640         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11641         (bitVectUnion): Optimised.
11642         (bitVectIntersect): Optimised.
11643         (bitVectBitsInCommon): Optimised.
11644         (bitVectCplAnd): Optimised.
11645
11646         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11647
11648 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11649
11650         * src/SDCCmain.c: distinguish between assembler debug and plain options
11651
11652         * src/avr/main.c:   remove standard assembler options
11653
11654         * src/ds390/main.c: remove standard assembler options
11655
11656         * src/mcs51/main.c: remove standard assembler options
11657
11658         * src/port.h: removed "PENDING" comment
11659
11660 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11661
11662         * src/device/lib/_mulint.c  : new, with assember functions
11663
11664         * src/device/lib/_mullong.c : new, with assember functions
11665
11666         * src/device/lib/_divuint.c : with assember functions
11667
11668         * src/device/lib/_divsint.c : with assember functions
11669
11670         * src/device/lib/_divulong.c: with assember functions
11671
11672         * src/device/lib/_divslong.c: with assember functions
11673
11674         * src/device/lib/_moduint.c : with assember functions
11675
11676         * src/device/lib/_modsint.c : with assember functions
11677
11678         * src/device/lib/_modulong.c: with assember functions
11679
11680         * src/device/lib/_modslong.c: with assember functions
11681
11682         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11683
11684         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11685
11686         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11687                                       replaced _mululong.c and _mulslong.c by _mullong.c
11688
11689 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11690
11691         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11692
11693 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11694
11695         * src/SDCCglue.c: test, if win32api is available for MINGW
11696
11697 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11698
11699         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11700         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11701         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11702         * support/regression/ports/host/spec.mk: removed GENERIC
11703         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11704         * support/regression/ports/z80/spec.mk: removed GENERIC
11705
11706 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11707
11708         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11709
11710         * support/regression/tests/bug-467035.c: Created.
11711
11712 2001-10-01    <johan AT FRIJA>
11713
11714         * src/SDCC.y: fixed bug #466586 part 1
11715
11716 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11717
11718         * SDCCicode.c: z80 has no generic pointers
11719         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11720
11721 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11722
11723         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11724
11725 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11726
11727         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11728
11729         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11730
11731 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11732
11733         * configure.in: Fixed up so that ucsim is only configured once.
11734
11735         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11736
11737         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11738         (getPathDifference): As above.
11739
11740         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11741
11742         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11743
11744 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11745         * .version: Updated to 2.3.1
11746
11747         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11748         Added copyright header.
11749
11750         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11751         (assemble): Added support for macro based assembler commands.
11752         (linkEdit): Added support for macro based linker commands.
11753         (preProcess): Changed the pre-processor to use macros.
11754         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11755         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11756
11757         * device/lib/z80/crt0.s: Added module name for debugging.
11758
11759 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11760
11761         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11762
11763         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11764
11765         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11766
11767         * src/Makefile.in: Added SDCCmacro and SDCCutil
11768
11769 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11770
11771         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11772
11773 2001-09-16    <johan AT FRIJA>
11774
11775         * 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.
11776
11777 2001-09-15    <johan AT FRIJA>
11778
11779         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11780         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11781
11782 2001-09-11    <johan AT FRIJA>
11783
11784         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11785
11786 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11787
11788         * support/regression/tests/bug-460444.c: Added test case.
11789
11790         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11791         (genCast): Added justification for all of the asserts.
11792
11793 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11794
11795         * support/regression/support.c: _xdata replaced by xdata
11796
11797         * support/regression/spec.mk: removed _generic
11798
11799 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11800
11801         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11802
11803         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11804         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11805
11806         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11807
11808         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11809
11810         * support/regression/tests/bug-460010.c: Added test case.
11811
11812         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11813
11814 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11815
11816         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11817
11818         * support/regression/testfwk.c: removed workaround for bug #436344
11819
11820         * support/regression/tests/bp.c: use less memory with mcs51
11821
11822         * support/regression/tests/bug-441448.c: use less memory
11823
11824         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11825
11826         * support/regression/collate-results.py: typo
11827
11828 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11829
11830         * support/regression/tests/fetchoverlap.c: Added new test case.
11831
11832         * support/regression/tests/bp.c: Added new test case.
11833
11834         * support/regression/tests/bug-448984.c: Added new test case.
11835
11836         * support/regression/tests/pow2shifts.c: Added new test case.
11837
11838         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11839         (genlshTwo): Fixed right shift for count > 8.
11840
11841         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11842
11843 2001-09-08    <johan AT FRIJA>
11844
11845         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11846
11847 2001-09-07    <johan AT FRIJA>
11848
11849         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11850
11851         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11852
11853 2001-09-06    <johan AT FRIJA>
11854
11855         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11856         * bernhard noted me at this: "() equals to (void)" (1.38)
11857
11858 2001-09-05    <johan AT FRIJA>
11859
11860         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11861
11862 2001-09-04    <johan AT FRIJA>
11863
11864         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11865
11866
11867 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11868
11869         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11870
11871 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11872
11873         * link/z80/aslink.h: Fixed path for PATH_MAX
11874
11875 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11876
11877         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11878
11879         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11880
11881         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11882
11883         * 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.
11884
11885 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11886
11887         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11888         (genCmp): Fixed up genCmp for the GB with longs.
11889
11890         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11891
11892         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11893
11894         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11895
11896         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11897
11898 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11899
11900         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11901
11902 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11903
11904         * 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.
11905
11906         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11907
11908 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11909
11910         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11911
11912         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11913
11914 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11915
11916   * sim/ucsim/configure:    little improvement of Cygwin-detection
11917   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11918   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11919   * support/regression/tests/bug-221100.c: small changes for mcs51
11920   * support/regression/tests/bug-221168.c: small changes for mcs51
11921   * support/regression/tests/bug-227710.c: small changes for mcs51
11922   * support/regression/tests/staticinit.c: small changes for mcs51
11923   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11924   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11925   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11926
11927 $Revision$